@charset "UTF-8";
/* ═══════════════════════════════════════
   СОТЫ БАШКИРИИ — 2025 Design System
   Category: E-commerce Luxury / Food
   Style: Editorial + Soft Organic

   ── COLOR SYSTEM (5 tokens от логотипа) ──
   #2C1A08  ← тёмно-коричневый (текст логотипа)
   #E8921A  ← янтарь (дуга логотипа)
   #FFB300  ← светлый янтарь (соты)
   #F9F3E8  ← кремовый (фон логотипа)
   #EFE4CC  ← пергамент (тени, карточки)
   ════════════════════════════════════════ */

/* B2B Preview on Main Page */
.section-b2b {
    background: var(--white);
    border-top: 1px solid var(--border);
    overflow: hidden; /* Fix rotation overflow */
}

/* Combined selector = higher specificity than .about-grid alone */
.about-grid.b2b-grid-main {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.b2b-features {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.b2b-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.b2b-features li span {
    color: var(--amber);
    font-size: 20px;
}

.b2b-img-main {
    box-shadow: var(--sh-lg);
    transform: rotate(2deg);
    transition: transform 0.6s var(--ease);
}

.b2b-img-main img {
    filter: contrast(1.05);
}

.b2b-img-main:hover {
    transform: rotate(0deg) scale(1.02);
}

@media (max-width: 1100px) {
    .about-grid.b2b-grid-main {
        grid-template-columns: 1fr !important; /* Force single column — beats .about-grid */
    }
    .b2b-img-main {
        transform: rotate(0deg);
        margin-top: 40px;
        max-width: 100%;
    }
    .b2b-img-main img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .section-b2b .container {
        padding: 0 16px;
    }
}

/* ─── B2B HERO TITLE ─── */
.b2b-hero-title {
    font-family: var(--fh);
    font-size: clamp(48px, 10vw, 90px);
    font-weight: 400;
    line-height: 1.05;
    color: var(--white);
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
    hyphens: none !important;
    -webkit-hyphens: none !important;
    word-break: keep-all;
    white-space: normal;
    overflow-wrap: normal;
    margin-bottom: 16px;
}

.b2b-hero-sub {
    font-family: var(--fh);
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
    hyphens: none !important;
    -webkit-hyphens: none !important;
}

.b2b-hero-sub em {
    color: var(--amber-lt);
    font-style: italic;
}


/* ─── BREADCRUMBS ─── */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 24px;
    font-size: 13px;
    font-family: var(--fb);
    list-style: none;
    align-items: center;
    border-bottom: 1px solid var(--border);
    margin-bottom: 40px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--grey);
}

.breadcrumbs a {
    color: var(--grey);
    text-decoration: none;
    transition: all 0.3s var(--ease);
}

.breadcrumbs a:hover {
    color: var(--amber);
}

.breadcrumbs .sep {
    color: var(--grey-lt);
    font-size: 10px;
    opacity: 0.6;
}

.breadcrumbs li:last-child {
    color: var(--brown);
    font-weight: 500;
}

/* Dark context breadcrumbs (B2B/Landing Heros) */
.hero-immersive .breadcrumbs li:last-child {
    color: var(--white);
}

.hero-immersive .breadcrumbs a,
.hero-immersive .breadcrumbs .sep {
    color: rgba(255,255,255,0.7);
}

@media (max-width: 768px) {
    .breadcrumbs {
        gap: 8px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .breadcrumbs li {
        gap: 8px;
    }
}


/* ─── TOKENS ─── */
:root {
    /* Бренд цвета — ТОЛЬКО эти 5, без исключений */
    --amber:     #E8921A;   /* Основной акцент. Кнопки, иконки */
    --amber-lt:  #FFB300;   /* Светлый янтарь. Цифры на тёмном */
    --amber-dk:  #B86E0A;   /* Тёмный янтарь. Hover-состояния  */
    --cream:     #F9F3E8;   /* Основной фон чётных секций        */
    --parchment: #EFE4CC;   /* Фон карточек, картинок, разделителей */
    --brown:     #2C1A08;   /* Весь тёмный — текст, футер, статы */
    --ink:       var(--brown); /* Алиас для тёмного текста */
    --white:     #FFFFFF;   /* Фон нечётных секций, карточки     */
    --grey:      #8A7060;   /* Подписи, второстепенный текст     */
    --grey-lt:   #B8A79A;   /* Светло-серый для второстепенных меток */
    --border:    rgba(44, 26, 8, 0.08);

    /* Типографика */
    --fh: 'Cormorant', Georgia, serif;
    --fb: 'Inter', system-ui, sans-serif;

    /* Прочее */
    --ease:  cubic-bezier(0.22, 1, 0.36, 1);
    --r:     12px;
    --sh:    0 4px 24px rgba(44, 26, 8, 0.07);
    --sh-lg: 0 16px 60px rgba(44, 26, 8, 0.11);
    
    /* Patterns */
    --pattern: url("data:image/svg+xml,%3Csvg width='52' height='60' viewBox='0 0 52 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 0L52 15V45L26 60L0 45V15L26 0z' fill-rule='evenodd' stroke='%23E8921A' stroke-width='1.5' fill='none' opacity='0.08'/%3E%3C/svg%3E");
}

/* ─── RESET ─── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-font-smoothing:antialiased; }
img  { max-width:100%; display:block; }
ul   { list-style:none; }
a    { text-decoration:none; color:inherit; }

body {
    font-family: var(--fb);
    font-size: 16px;
    line-height: 1.65;
    color: var(--brown);
    background: var(--white);
    overflow-x: hidden;
}

h1,h2,h3,h4 { 
    font-family: var(--fh); 
    font-weight: 400; 
    line-height: 1.15; 
    hyphens: none !important;       /* No ugly dashes ever */
    -webkit-hyphens: none !important;
    word-break: normal !important;  /* Don't break mid-word */
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.center    { text-align: center; }
.section   { padding: 110px 0; }
.bg-warm   { background: var(--cream); }

.eyebrow {
    display: inline-block;
    font-family: var(--fb);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--amber-dk);
    margin-bottom: 16px;
}

.section-head h2 { 
    font-size: clamp(30px, 8vw, 52px); /* ~30px on 375px, scales to 52px on 650px+ */
}

/* Stand-alone h2 inside about-text (e.g. "Корпоративные подарки") */
.about-text h2 {
    font-size: clamp(30px, 8vw, 44px); /* Same aggressive scaling */
}
.section-head h2 em { font-style: italic; color: var(--amber-dk); }
.section-head { margin-bottom: 70px; }

/* ─── BUTTONS ─── */
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 34px;
    background: var(--amber);
    color: var(--white);
    font-family: var(--fb);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    transition: all 0.5s var(--ease);
    box-shadow: 0 6px 20px rgba(232,146,26,0.3);
    cursor: pointer;
    border: none;
}

.btn-primary:hover {
    background: var(--amber-dk);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(232,146,26,0.4);
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 34px;
    border: 1.5px solid var(--brown);
    color: var(--brown);
    font-family: var(--fb);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    transition: all 0.4s var(--ease);
    cursor: pointer;
}

.btn-ghost:hover {
    background: var(--brown);
    color: var(--white);
}

.btn-white {
    display: inline-block;
    padding: 18px 42px;
    background: var(--white);
    color: var(--brown);
    font-family: var(--fb);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    transition: all 0.4s var(--ease);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    flex-shrink: 0;
}

.btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.2);
}

.btn-primary:active, 
.btn-ghost:active, 
.btn-white:active, 
.btn-order:active, 
.btn-cart:active, 
.order-btn:active, 
.nav-cta:active, 
.btn-cookie:active, 
.btn-ghost-white:active {
    transform: scale(0.96) translateY(0);
    transition: transform 0.1s;
}

/* ─── FLOATING ACTIONS STACK ─── */
.floating-actions {
    position: fixed;
    bottom: 32px;
    right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 2500;
}

.floating-tg-btn, .floating-max-btn, .floating-phone-btn, .cart-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.5s var(--ease);
    border: none;
    cursor: pointer;
    position: relative;
    backdrop-filter: blur(10px);
}

.cart-toggle {
    background: var(--brown);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(0.5) translateY(20px);
}

.cart-toggle.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.floating-tg-btn { 
    background: rgba(0, 136, 204, 0.9); 
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
}
.floating-max-btn { 
    background: linear-gradient(135deg, rgba(68, 204, 255, 0.9), rgba(85, 51, 238, 0.9), rgba(153, 51, 221, 0.9)); 
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
}
.floating-phone-btn { 
    background: rgba(232, 146, 26, 0.9); 
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
}

@media (min-width: 1101px) {
    .floating-phone-btn { display: none; }
}
/* .cart-toggle background moved to the main definition for opacity handling */

.floating-tg-btn:hover, .floating-max-btn:hover, .floating-phone-btn:hover, .cart-toggle:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.cart-toggle svg {
    margin-left: 0; /* Align fix */
}

/* ─── PREMIUM PULSE ─── */
.cart-pulse {
    animation: cartPulse 0.6s var(--ease);
}

@keyframes cartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); box-shadow: 0 20px 50px rgba(232, 146, 26, 0.6); }
    100% { transform: scale(1); }
}

.cart-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--amber);
    color: var(--brown);
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ─── HEADER (GHOST) ─── */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: transparent;
    border-bottom: 1px solid transparent;
    padding: 30px 0;
    transition: all 0.5s var(--ease);
}

header.scrolled {
    padding: 12px 0;
    background: rgba(44, 26, 8, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

/* Permanently solid/compact header for catalog-style pages (no hero photo behind it) */
header.header-solid {
    padding: 14px 0;
    background: rgba(44, 26, 8, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
@media (min-width: 1101px) {
    #header.header-solid .logo-img { width: 46px; height: 46px; }
}
#header.header-solid .logo-text strong,
#header.header-solid .nav a,
#header.header-solid .logo-bee,
#header.header-solid .burger span {
    color: var(--white) !important;
}
#header.header-solid .burger span { background: var(--white) !important; }
#header.header-solid .logo-text span { color: rgba(255,255,255,0.6) !important; }
#header.header-solid .nav-cta { background: var(--amber) !important; color: var(--white) !important; }

.hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-img { width: 64px; height: 64px; object-fit: contain; }

.logo-text strong {
    display: block;
    font-family: var(--fh);
    font-size: 19px;
    letter-spacing: 2.5px;
    color: var(--brown);
    line-height: 1;
    transition: color 0.4s var(--ease);
}

.logo-text span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--brown); /* Increased contrast */
    opacity: 0.8;
    margin-top: 4px;
    transition: color 0.4s var(--ease);
}

.nav {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-header, .nav-footer { display: none; }

.nav a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--brown); /* Black/Brown by default for light pages */
    position: relative;
    transition: color 0.3s var(--ease);
    white-space: nowrap;
}

.nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--amber);
    transition: width 0.3s ease;
}

.nav a:hover { color: var(--amber); }
.nav a:hover::after { width: 100%; }

.nav-phone-item {
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600;
}

.nav-cta {
    padding: 12px 28px;
    background: var(--amber); /* Primary contrast */
    color: var(--white) !important;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(232,146,26,0.3);
    transition: all 0.4s var(--ease) !important;
}

.nav-cta:hover {
    background: var(--amber-dk) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(232,146,26,0.4);
}

.nav-cta::after { display: none !important; }

/* Hide mobile-only social icons on desktop */
.nav-social { display: none; }

/* Burger */
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.burger span {
    width: 24px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
}
/* ─── HERO: VARIANT F (IMMERSIVE + VERTICAL MEDIA) ─── */
.hero-immersive {
    position: relative;
    min-height: 100vh;
        height: 100dvh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 100px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: sepia(30%) brightness(0.75);
    transform: scale(1.05);
    transition: transform 10s ease-out;
}

.hero-bg.loaded { transform: scale(1); }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(44, 26, 8, 0.8) 0%,
        rgba(44, 26, 8, 0.4) 100%
    );
}

.hero-immersive-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 80px;
    align-items: center;
    width: 100%;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.w-100 {
    width: 100%;
}

.hero-immersive-text {
    max-width: 600px;
}

.hero-top-text {
    margin-bottom: 24px;
}

.eyebrow-light {
    font-family: var(--fb);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--amber-lt);
}

.hero-title-light {
    font-family: var(--fh);
    font-size: clamp(38px, 9vw, 95px); /* Reduced min-size for mobile stability */
    line-height: 0.95;
    color: var(--white);
    margin-bottom: 30px;
    letter-spacing: -1px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

.hero-title-light em {
    font-style: italic;
    color: var(--amber-lt);
}

.hero-sub-light {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    margin-bottom: 40px;
    max-width: 500px;
}

.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; /* Center buttons by default for centered headers */
}

.btn-ghost-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 34px;
    border: 1.5px solid var(--white) !important; /* Force white border */
    color: var(--white) !important; /* Force white text */
    font-family: var(--fb);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    transition: all 0.4s var(--ease);
    cursor: pointer;
    background: rgba(255,255,255,0.05);
}

.btn-ghost-white:hover {
    background: var(--white);
    color: var(--brown);
    border-color: var(--white);
}

/* ── Правая сторона: Рамка видео ── */
.hero-immersive-media {
    position: relative;
    
}

.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 24px;
    background: var(--brown);
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
    overflow: hidden;
    
    transition: transform 0.8s var(--ease), box-shadow 0.8s var(--ease);
    border: 1px solid rgba(255,255,255,0.1);
    
    
    -webkit-
    will-change: transform;
}

.hero-immersive-media:hover .video-frame {
    transform: translateY(-5px);
    box-shadow: 0 50px 100px rgba(0,0,0,0.6);
}

.video-asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    transition: transform 1s var(--ease);
}

.hero-immersive-media:hover .video-asset {
    transform: scale(1.05);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.4s var(--ease);
    cursor: pointer;
}

.play-btn svg {
    width: 28px;
    height: 28px;
    margin-left: 4px; /* оптическое выравнивание play */
}

.video-frame:hover .play-btn {
    background: var(--amber);
    border-color: var(--amber);
    transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 1024px) {
    .hero-immersive-inner { grid-template-columns: 1fr 300px; gap: 40px; }
}

@media (max-width: 900px) {
    .hero-immersive-inner { grid-template-columns: 1fr; gap: 60px; }
    .hero-immersive-text { order: 1; text-align: center; margin: 0 auto; }
    .hero-sub-light { margin-left: auto; margin-right: auto; }
    .hero-btns { justify-content: center; }
    .hero-immersive-media { order: 2; max-width: 380px; margin: 0 auto; perspective: none; }
    .video-frame { transform: none; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
    
    .hero-immersive-media:hover .video-frame {
        transform: translateY(-5px);
    }
}

/* ─── ПУЛЬСАЦИЯ КНОПКИ PLAY ─── */
@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(232, 146, 26, 0.4); }
    70% { box-shadow: 0 0 0 20px rgba(232, 146, 26, 0); }
    100% { box-shadow: 0 0 0 0 rgba(232, 146, 26, 0); }
}

.video-frame .play-btn {
    animation: pulseGlow 2s infinite;
}

.video-frame:hover .play-btn {
    animation: none; /* stop pulsing on hover */
}

/* ─── STATS ─── */
.stats {
    background: var(--cream);
    padding: 60px 0;
    border-bottom: 1px solid var(--border);
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 0;
    text-align: center;
}

.stat-item strong {
    display: block;
    font-family: var(--fh);
    font-size: 48px;
    font-weight: 600;
    color: var(--amber-dk);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-item p {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--grey);
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: var(--border);
    margin: 0 40px;
}

/* ─── ABOUT ─── */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-img {
    position: relative;
    border-radius: var(--r);
    overflow: hidden;
}

.about-img img {
    width: 100%;
    transition: transform 1.4s var(--ease);
}

.about-img:hover img { transform: scale(1.04); }

.about-img-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(26,18,8,0.75), transparent);
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 40px 24px 20px;
}

.about-text h2 {
    font-size: clamp(26px, 5vw, 44px); /* Fluid — matches section-head scale */
    margin-bottom: 24px;
}

.about-text h2 em { font-style: italic; color: var(--amber-dk); }

.about-text p {
    color: var(--grey);
    margin-bottom: 18px;
}

.about-text .btn-primary { margin-top: 14px; }

/* ─── PRODUCTS ─── */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.product-card {
    background: var(--white);
    border-radius: var(--r);
    overflow: hidden;
    box-shadow: var(--sh);
    transition: all 0.6s var(--ease);
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--sh-lg);
}

.product-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--parchment);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.product-img img {
    max-height: 200px;
    object-fit: contain;
    transition: transform 0.8s var(--ease);
}

.product-card:hover .product-img img { transform: scale(1.08); }

.product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--amber);
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 50px;
}

.product-badge.top { background: var(--brown); }

.product-info {
    padding: 28px;
}

.product-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.product-info p {
    font-size: 14px;
    color: var(--grey);
    margin-bottom: 20px;
    line-height: 1.7;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}


.price-box {
    display: flex;
    flex-direction: column;
}

.weight {
    font-family: var(--fb);
    font-size: 13px;
    color: var(--grey);
    margin-top: -2px;
    font-weight: 500;
}

.price {
    font-family: var(--fb);
    font-size: 22px;
    font-weight: 700;
    color: var(--brown);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.btn-order {
    padding: 12px 24px;
    background: transparent;
    color: var(--brown);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    border: 1.5px solid var(--amber);
    transition: all 0.4s var(--ease);
    flex-shrink: 0;
    cursor: pointer;
}

/* btn-order:active handled by global :active rule above */

/* Breathing animation for hero assets (Pulse only) */
@keyframes breathing {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.hero-immersive .hero-bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: breathing 15s ease-in-out infinite;
}

/* B2B Hero Refinements — .b2b-hero-title / .b2b-hero-sub handle the heading styles */
.hero-content-b2b p {
    max-width: 700px;
    margin: 24px auto;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Product Card Badges */
.product-badge.gold {
    background: #111;
    color: #fff;
    border-color: #111;
}

.product-badge.hit {
    background: var(--amber);
    border-color: var(--amber);
}
.btn-order:hover {
    background: var(--amber);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232,146,26,0.2);
}

.product-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-cart {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background: var(--amber); /* Amber for primary action */
    color: var(--white);
    cursor: pointer;
    transition: all 0.4s var(--ease);
    box-shadow: 0 4px 12px rgba(232, 146, 26, 0.2);
    flex-shrink: 0;
}

.btn-cart:hover {
    background: var(--amber-dk);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(232, 146, 26, 0.3);
}

.btn-cart:active {
    transform: scale(0.94);
}

/* ─── PROCESS STRIP ─── */
.process-strip {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: start;
}

.process-step {
    text-align: center;
}

.process-num {
    font-family: var(--fh);
    font-size: 72px;
    font-weight: 600;
    color: var(--parchment);
    line-height: 1;
    margin-bottom: 12px; /* Increased to prevent overlap and add breathing room */
}

.process-img {
    border-radius: var(--r);
    overflow: hidden;
    aspect-ratio: 4/3;
    margin-bottom: 24px;
    background: var(--parchment);
}

.process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease);
}

.process-step:hover .process-img img { transform: scale(1.05); }

.process-step h4 { font-size: 22px; margin-bottom: 12px; }
.process-step p  { font-size: 14px; color: var(--grey); }

.process-arrow {
    font-size: 32px;
    color: var(--amber);
    padding: 0 24px;
    margin-top: 160px;
    opacity: 0.5;
}

/* ─── REVIEWS GRID ─── */
.wa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.wa-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 20px rgba(44,26,8,0.06);
    transition: all 0.5s var(--ease);
}

.wa-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(44,26,8,0.1);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-color: var(--amber);
}

.wa-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.wa-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E2F8EA;
    color: var(--amber-dk);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wa-meta { flex: 1; }
.wa-meta strong { display: block; font-size: 14px; font-weight: 600; }
.wa-meta span   { font-size: 12px; color: var(--grey); }

.wa-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #0088cc;
    background: rgba(0,136,204,0.1);
    padding: 3px 8px;
    border-radius: 50px;
    flex-shrink: 0;
}

.wa-screenshot {
    background: var(--cream);
    border-radius: 12px;
    margin: 4px 0 16px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 2px 10px rgba(44,26,8,0.03);
}

.wa-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.wa-time {
    font-size: 11px;
    color: var(--grey);
    text-align: right;
}

.wa-disclaimer {
    text-align: center;
    font-size: 12px;
    color: var(--grey);
    opacity: 0.7;
    margin-top: 24px;
}

/* ─── VIDEO REVIEW CARDS (reuses .video-frame from hero) ─── */
.video-review-thumb {
    margin: 4px 0 4px;
    border-radius: 12px;
    box-shadow: none;
}

.video-review-thumb.is-placeholder {
    background: linear-gradient(160deg, var(--brown) 0%, #1a1006 100%);
    cursor: default;
}

.video-review-thumb.is-placeholder .play-btn {
    animation: none;
    background: rgba(255,255,255,0.1);
    opacity: 0.6;
}

.video-review-placeholder {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}

.video-review-thumb:not(.is-placeholder) { cursor: pointer; }

/* ─── VIDEO REVIEW INVITE CARD (fills the grid when we have few real reviews) ─── */
.video-review-invite {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    padding: 32px 22px;
    background: linear-gradient(160deg, var(--cream) 0%, #f3e6cc 100%);
    border: 1.5px dashed var(--border);
    box-shadow: none;
}

.video-review-invite iconify-icon {
    font-size: 40px;
    color: var(--amber);
    opacity: 0.85;
}

.video-review-invite p {
    font-size: 14px;
    color: var(--brown);
    line-height: 1.55;
    margin: 0;
}

.video-review-invite .btn-ghost {
    font-size: 13px;
    padding: 10px 22px;
}




/* ─── CTA STRIP ─── */
.cta-strip {
    background: var(--parchment);
    padding: 100px 0;
    border-top: 1px solid var(--border);
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.cta-inner h2 {
    font-size: 50px;
    color: var(--brown);
    margin-bottom: 14px;
}

.cta-inner h2 em { font-style: italic; color: var(--amber-dk); }

.cta-inner p {
    font-size: 16px;
    color: var(--grey);
}

/* ─── FOOTER ─── */
footer {
    background: var(--brown);
    color: rgba(255,255,255,0.5);
    padding: 80px 0 0;
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-brand strong {
    display: block;
    font-family: var(--fh);
    font-size: 22px;
    letter-spacing: 2px;
    color: var(--white);
    margin: 18px 0;
}

.footer-logo {
    width: 100px;
    height: auto;
    object-fit: contain;
    opacity: 0.9;
}

.footer-brand p { font-size: 14px; line-height: 1.8; }

.footer-links h4,
.footer-contact h4 {
    font-family: var(--fb);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--amber-lt);
    margin-bottom: 24px;
}

.footer-links a,
.footer-contact a {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    margin-bottom: 12px;
    transition: color 0.2s;
}

.footer-links a:hover,
.footer-contact a:hover { color: var(--white); }

.footer-legal {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 24px 0;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}

.footer-legal-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.legal-text p { margin-bottom: 4px; }
.legal-text p:last-child { margin-bottom: 0; }

.legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: right;
}

.legal-links a {
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.2);
    text-underline-offset: 4px;
    transition: all 0.3s var(--ease);
}

.legal-links a:hover {
    color: var(--white);
    text-decoration-color: var(--white);
}

/* ─── COOKIE BANNER ─── */
.cookie-banner {
    position: fixed;
    bottom: -150px; /* Hidden by default */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    background: var(--white);
    box-shadow: 0 10px 40px rgba(44,26,8,0.15);
    border-radius: 16px;
    padding: 20px 24px;
    z-index: 9999;
    transition: bottom 0.6s var(--ease);
    border: 1px solid var(--border);
}

.cookie-banner.show {
    bottom: 24px;
}

.cookie-content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.cookie-content p {
    font-size: 12px;
    line-height: 1.5;
    color: var(--grey);
    margin: 0;
}

.cookie-content a {
    color: var(--amber-dk);
    text-decoration: underline;
}

.btn-cookie {
    background: var(--brown);
    color: var(--white);
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-family: var(--fb);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    flex-shrink: 0;
}

.btn-cookie:hover {
    background: var(--amber-dk);
}


/* ─── ANIMATIONS ─── */
.reveal {
    opacity: 0;
    transform: translateY(44px);
    transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal-delay { transition-delay: 0.15s; }

.revealed {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ─── PRODUCT CARD ENHANCEMENTS ─── */
/* .product-btns base defined at line ~987, removed duplicate */
.order-btn {
    background: #0088cc;
    color: var(--white);
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    transition: all 0.4s var(--ease);
    box-shadow: 0 12px 32px rgba(0,136,204,0.3);
    border: none;
    cursor: pointer;
}

.order-btn:hover {
    background: #0077b5;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,136,204,0.5);
}

/* ─── FAQ ACCORDION ─── */
.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s var(--ease);
}

.faq-head {
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-head h3 {
    font-size: 18px;
    font-family: var(--fb);
    font-weight: 500;
    color: var(--brown);
}

.faq-icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.faq-icon::before, .faq-icon::after {
    content: '';
    position: absolute;
    background: var(--amber-dk);
    transition: transform 0.3s var(--ease);
}

.faq-icon::before { width: 100%; height: 2px; top: 9px; left: 0; }
.faq-icon::after { width: 2px; height: 100%; left: 9px; top: 0; }

.faq-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all 0.4s var(--ease);
    color: var(--grey);
    font-size: 15px;
    line-height: 1.6;
}

.faq-item.active {
    border-color: var(--amber);
    box-shadow: 0 10px 30px rgba(44,26,8,0.05);
}

.faq-item.active .faq-body {
    max-height: 300px;
    padding-bottom: 30px;
}

.faq-item.active .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

/* ─── MODAL ─── */
.modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s var(--ease), visibility 0.3s;
}

.modal.open {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(44, 26, 8, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: background 0.3s var(--ease), backdrop-filter 0.3s var(--ease), -webkit-backdrop-filter 0.3s var(--ease);
}

.modal.open .modal-overlay {
    background: rgba(44, 26, 8, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modal-container {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    transform: translateY(20px) scale(0.98);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 40px 100px rgba(0,0,0,0.3);
}

.modal.open .modal-container {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--cream);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
}

.modal-close:hover { background: var(--amber-lt); }

.modal-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}

.modal-img {
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.modal-img img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(44,26,8,0.15));
}

.modal-info {
    padding: 60px;
}

.modal-info h2 {
    font-family: var(--fh);
    font-size: 42px;
    margin: 10px 0 20px;
    color: var(--brown);
}

.modal-price {
    font-family: var(--fb);
    font-size: 28px;
    font-weight: 700;
    color: var(--brown);
    margin-bottom: 24px;
    font-variant-numeric: tabular-nums;
    letter-spacing: -1px;
    white-space: nowrap;
}

.modal-info p {
    color: var(--grey);
    line-height: 1.7;
    margin-bottom: 32px;
}

.modal-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-top: 1px solid var(--border);
    padding-top: 24px;
    margin-bottom: 40px;
}

.m-stat strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--grey-lt);
    margin-bottom: 6px;
}

.m-stat span {
    font-size: 14px;
    color: var(--brown);
    font-weight: 500;
}

.modal-actions {
    display: flex;
    gap: 16px;
}

/* ─── CART DRAWER ─── */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: var(--white);
    z-index: 4000;
    box-shadow: -20px 0 60px rgba(0,0,0,0.1);
    transition: right 0.5s var(--ease);
}

.cart-drawer.open { right: 0; }

.cart-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cart-head {
    padding: 30px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-close {
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 30px;
}

.cart-empty {
    text-align: center;
    color: var(--grey-lt);
    margin-top: 100px;
}

.cart-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
}

.cart-item-img {
    width: 60px;
    height: 60px;
    background: var(--cream);
    border-radius: 8px;
    padding: 8px;
}

.cart-item-img img { width: 100%; height: 100%; object-fit: contain; }

.cart-item-info { flex: 1; }
.cart-item-info h4 { font-size: 15px; margin-bottom: 4px; color: var(--brown); }
.cart-item-info p { font-size: 13px; color: var(--amber-dk); font-weight: 600; }

.cart-item-remove {
    background: none;
    border: none;
    color: var(--grey-lt);
    cursor: pointer;
    font-size: 18px;
}

.cart-footer {
    padding: 30px;
    border-top: 1px solid var(--border);
    background: var(--cream);
}

.cart-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 18px;
}

.cart-total strong { color: var(--brown); font-size: 22px; }


/* ─── NEW UTILITIES & ANIMATIONS ─── */
.bg-honeycomb {
    position: absolute;
    inset: 0;
    /* Two layers with a staggered offset (half-width horizontally and 3/4 height vertically) */
    background-image: var(--pattern), var(--pattern);
    background-position: 0 0, 26px 45px;
    background-size: 52px 90px;
    background-repeat: repeat;
    pointer-events: none;
    z-index: 0;
    opacity: 0.25; /* Subtle base opacity */
    
    /* Elegant vertical fade-out */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
}

.breathing {
    animation: breathe 4s ease-in-out infinite;
}

@keyframes breathe {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 10px 20px rgba(44,26,8,0.1)); }
    50% { transform: scale(1.03) translateY(-5px); filter: drop-shadow(0 20px 40px rgba(44,26,8,0.2)); }
}

.glass-morphism {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.solid-card {
    background: #FFFFFF !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid var(--border) !important;
    box-shadow: 0 40px 100px rgba(44, 26, 8, 0.3) !important;
}

/* ─── CONTACT REDESIGN ─── */
.premium-chat-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: var(--white);
}

.chat-card {
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 40px;
    border-radius: 32px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: var(--sh-lg);
    border: 1px solid var(--border);
}

.chat-icons-header {
    display: flex;
    justify-content: center;
    gap: -15px; /* Slight overlap for a dynamic feel */
    margin-bottom: 32px;
}

.btn-primary {
    background: var(--amber);
    color: var(--white);
    padding: 14px 24px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.4s var(--ease);
    border: none;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(232, 146, 26, 0.25);
    position: relative;
    overflow: hidden;
    white-space: nowrap; /* Prevent 2 lines */
    font-size: 14px;
    letter-spacing: 0.02em;
}

/* Shimmer Animation */
.btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(30deg);
    transition: none;
    pointer-events: none;
    animation: shimmer 4s infinite;
}

@keyframes shimmer {
    0% { left: -60%; }
    20% { left: 120%; }
    100% { left: 120%; }
}

.btn-primary:hover {
    transform: translateY(-5px) scale(1.02);
    background: var(--amber-dk);
    box-shadow: 0 15px 40px rgba(232, 146, 26, 0.4);
}

.btn-primary:active {
    transform: translateY(-2px) scale(0.98);
}

.chat-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: var(--sh);
    border: 4px solid var(--white);
    position: relative;
    transition: transform 0.4s var(--ease);
}

.tg-bg {
    background: linear-gradient(135deg, #24A1DE, #0088cc);
    z-index: 2;
}

.max-bg {
    background: linear-gradient(135deg, #0077ff, #7700ff);
    z-index: 1;
    margin-left: -20px;
}

.chat-icons-header:hover .chat-icon-box {
    transform: translateY(-5px) rotate(5deg);
}

.chat-icons-header:hover .max-bg {
    transform: translateY(-5px) rotate(-5deg);
}

.chat-card h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--brown);
}

.chat-card p {
    font-size: 18px;
    color: var(--grey);
    max-width: 540px;
    margin: 0 auto 40px;
}

.tg-magnetic-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 40px;
    background: #0088cc;
    color: white;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.4s var(--ease);
    box-shadow: 0 15px 40px rgba(0,136,204,0.3);
    flex: 1;
    min-width: 220px;
}

.max-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 40px;
    background: linear-gradient(135deg, #44ccff, #5533ee, #9933dd);
    color: white;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.4s var(--ease);
    box-shadow: 0 15px 40px rgba(119, 0, 255, 0.25);
    flex: 1;
    min-width: 220px;
}

.max-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 50px rgba(119, 0, 255, 0.4);
    filter: brightness(1.1);
}

.contact-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.tg-magnetic-btn:hover {
    background: #0077b5;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0,136,204,0.4);
}

.chat-badge {
    position: absolute;
    top: 30px;
    right: 40px;
    background: #FF5C00;
    color: white;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 50px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .chat-card { padding: 50px 24px; border-radius: 20px; }
    .chat-card h2 { font-size: 32px; }
    .tg-magnetic-btn { width: 100%; justify-content: center; padding: 18px 24px; }
}

@media (max-width: 900px) {
    .modal-content { grid-template-columns: 1fr; }
    .modal-info { padding: 40px; }
    .cart-drawer { width: 100%; right: -100%; }
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
    .nav { gap: 20px; }
    /* hero-title-light is fluid via clamp() in base rule */
    .hero-immersive-inner { grid-template-columns: 1fr 300px; gap: 40px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-divider { display: none; }
    /* Mid-range Stability for Products & Reviews */
    .products-grid { 
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px;
    }
    .product-card {
        width: calc(50% - 16px);
        min-width: 320px;
    }
    .wa-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1100px) {
    /* Stabilize Header on Mobile (Ultra Compact) */
    header {
        padding: 0;
        height: 65px; 
        display: block; /* Change from flex to block to let container handle alignment */
        background: var(--brown); 
    }

    .hdr {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .logo {
        display: flex;
        align-items: center;
        height: 100%; /* Fill header to ensure vertical centering of children */
    }

    .logo-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.2; /* Better vertical balance */
    }

    header.scrolled {
        height: 55px;
        padding: 0;
    }

    .logo-img { width: 38px; height: 38px; }
    .logo-text strong { font-size: 15px; letter-spacing: 1.5px; color: var(--white) !important; }
    .logo-bee { color: var(--white) !important; }
    .logo-text span { display: none; }
    .burger span { background: var(--white) !important; }

    /* Trigger Mobile Nav earlier to prevent header overlap */
    .nav-links { display: none; }
    
    /* hyphens: none enforced globally via h1,h2,h3,h4 rule */

    /* Nav Overlay (Blurred Backdrop) */
    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(44, 26, 8, 0.4);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        z-index: 1500;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s var(--ease), visibility 0.5s;
    }
    .nav-overlay.open { opacity: 1; visibility: visible; }

    /* Premium Full-Screen Nav */
    .nav {
        position: fixed;
        inset: 0;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        background: var(--cream);
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 50px 30px;
        z-index: 2000;
        transform: translateX(100%);
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        overflow-y: auto;
        display: flex;
    }

    .nav.open { transform: translateX(0); }
    
    .nav .bg-honeycomb { 
        opacity: 0.12; 
        mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.1));
    }

    /* Menu Header */
    .nav-header {
        display: flex;
        width: 100%;
        justify-content: center;
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.5s var(--ease);
    }
    .nav.open .nav-header { opacity: 1; transform: translateY(0); transition-delay: 0.1s; }
    
    .nav-header .logo-text strong { color: var(--brown); }
    .nav-header .logo-text span { color: var(--grey); }
    
    /* Target only the bee in the inlined SVG */
    .nav-header .bee-part { fill: #000 !important; }
    
    /* Menu Links */
    .nav-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .nav a { 
        font-family: var(--fh);
        color: var(--brown) !important; 
        font-size: 34px; /* Slightly smaller for density */
        padding: 5px 0;
        text-transform: none;
        letter-spacing: -0.5px;
        font-weight: 600; /* Robust weight for contrast against cream */
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
    }
    
    .nav.open a {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--i) * 0.08s + 0.2s);
    }

    .nav .nav-cta {
        font-family: var(--fb);
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        background: var(--amber) !important;
        color: var(--white) !important;
        padding: 18px 40px;
        border-radius: 50px;
        margin-top: 15px;
        box-shadow: 0 12px 30px rgba(232, 146, 26, 0.3);
    }
    
    /* Menu Footer */
    .nav-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        width: 100%;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s var(--ease);
    }
    .nav.open .nav-footer { opacity: 1; transform: translateY(0); transition-delay: 0.6s; }

    .nav-contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .nav-phone {
        font-family: var(--fb);
        font-size: 18px;
        font-weight: 600;
        color: var(--brown) !important;
        text-decoration: none;
        opacity: 1 !important;
        transform: none !important;
    }
    
    .nav-email {
        font-family: var(--fb);
        font-size: 14px;
        color: var(--grey) !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .nav-social {
        display: flex;
        gap: 20px;
        opacity: 1 !important;
        transform: none !important;
    }
    
    .nav-social-item {
        font-size: 28px;
        color: var(--amber) !important;
        transition: transform 0.3s var(--ease);
        opacity: 1 !important;
        transform: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-social-item:hover { transform: translateY(-3px); }

    .burger { display: flex; z-index: 2100; }
    .burger span { 
        background: var(--white); 
        transition: background 0.3s var(--ease);
    }
    
    /* Close icon visibility (Dark on Light menu) */
    .nav.open ~ .burger span { background: var(--brown) !important; }

    /* Layout Grids */
    .hero-immersive { 
        padding-top: 110px; 
        padding-bottom: 60px; 
        height: auto; 
        min-height: auto; 
        overflow: visible; 
    }
    .hero-immersive-inner { grid-template-columns: 1fr; gap: 40px; }
    .hero-immersive-text { text-align: center; margin: 0 auto; }
    .hero-btns { justify-content: center; }
    .hero-immersive-media { max-width: 280px; margin: 0 auto; }
    .video-frame { transform: none !important; }

    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .stat-divider { display: none; }

    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    
    /* Vertical Editorial Product Cards */
    .products-grid { 
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px; 
    }
    .product-card { width: 100%; }
    .product-img { 
        aspect-ratio: auto; 
        padding: 32px 20px 20px; /* Consistent framing padding */
        background: var(--parchment);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-img img { 
        max-height: 440px; 
        width: 100%; 
        margin: 0 auto;
    }
    .product-info { padding: 24px 24px 32px; } /* Clean, balanced spacing */
    .product-info h3 { font-size: 30px; margin-bottom: 12px; }
    .price { font-size: 26px; }
    
    /* Horizontal Scroll for Mobile Reviews */
    .wa-grid { 
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
        gap: 16px;
        padding-bottom: 24px; /* Space for shadow */
        margin: 0 -24px; /* Pull out to screen edges */
        padding-left: 24px;
        padding-right: 24px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }
    .wa-grid::-webkit-scrollbar { display: none; } /* Chrome/Safari */
    
    .wa-card {
        flex: 0 0 calc(100vw - 80px); /* 80px leaves a peek of the next card */
        max-width: 320px;
        scroll-snap-align: center;
        margin-bottom: 0; /* Override any grid margin */
    }
    
    .process-strip { grid-template-columns: 1fr; gap: 40px; }
    .process-arrow { display: none; }
    
    .contacts-grid { grid-template-columns: 1fr; }
    
    .cta-inner { flex-direction: column; text-align: center; gap: 32px; }
    .cta-inner h2 { font-size: 36px; }

    .footer-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .footer-brand, .footer-links, .footer-contact { text-align: center; }
    .footer-logo { margin: 0 auto 20px; display: block; }
    .footer-legal-inner { flex-direction: column; align-items: center; text-align: center; gap: 20px; }
    .legal-links { justify-content: center; text-align: center; }
    
    .cookie-content { flex-direction: column; text-align: center; }
    .btn-cookie { width: 100%; }

    .modal-info { padding: 40px 30px; }
}

/* ─── ACCESSIBILITY ─── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ─── B2B PAGE SPECIALIZED STYLES ─── */
.b2b-page .hero-immersive {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--brown);
    color: var(--white);
    min-height: 70vh; /* Restore specific height for B2B */
}

.b2b-page .hero-immersive .hero-bg {
    position: absolute;
    top: 0; left: 0; 
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.b2b-page .hero-immersive .container {
    position: relative;
    z-index: 2;
}

.b2b-page .hero-content-b2b {
    padding-top: 120px;
    min-height: 70vh;
}

.b2b-page .stats-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 20px;
    align-items: center;
    border: 1px solid var(--border);
    padding: 40px;
    border-radius: 40px;
    background: var(--white);
    box-shadow: var(--sh);
}

.b2b-page .stat-item {
    text-align: center;
    padding: 20px;
}

.b2b-page .stat-item strong {
    display: block;
    font-family: var(--fh);
    font-size: 24px;
    margin-bottom: 8px;
    color: var(--brown); /* Override main page golden color for cleaner B2B look if needed */
}

.b2b-page .stat-divider {
    width: 1px;
    height: 60px;
    background: var(--border);
}

.b2b-page .process-strip {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-top: 50px;
}

.b2b-page .process-strip .process-step {
    flex: 1;
    text-align: center;
}

.b2b-page .process-arrow {
    font-family: var(--fh);
    font-size: 32px;
    color: var(--amber);
    margin-top: 10px;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .b2b-page .stats-grid {
        grid-template-columns: 1fr;
    }
    .b2b-page .stat-divider {
        width: 100%;
        height: 1px;
    }
    .b2b-page .process-strip {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .b2b-page .process-arrow {
        transform: rotate(90deg);
    }
}

/* ─── GIFT PHOTO GALLERY (b2b.html) ─── */
.gift-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
    gap: 16px;
}

.gift-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    background: var(--parchment);
}

.gift-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s var(--ease);
}

.gift-gallery-item:hover img {
    transform: scale(1.06);
}

@media (max-width: 900px) {
    .gift-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }
}

@media (max-width: 560px) {
    .gift-gallery {
        grid-auto-rows: 220px;
    }
}

/* ─── IMAGE LIGHTBOX (simple full-photo viewer) ─── */
.image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.image-lightbox.open {
    display: flex;
}

.image-lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 12, 4, 0.9);
}

.image-lightbox img {
    position: relative;
    max-width: 100%;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

.image-lightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 36px;
    color: var(--white);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
}

/* ══ VARIETIES SECTION ══ */
.varieties-section {
    background: var(--white);
    padding-bottom: 4rem;
}

.varieties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 60px;
}

.variety-card {
    background: var(--white);
    padding: 48px 40px;
    border-radius: 24px;
    border: 1.5px solid rgba(218, 116, 30, 0.18);
    transition: all 0.5s var(--ease);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.variety-card:hover {
    transform: translateY(-12px);
    background: var(--white);
    box-shadow: 0 24px 60px rgba(218, 116, 30, 0.12);
    border-color: var(--amber);
}

.variety-icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s var(--ease);
}

/* Hexagon Shape */
.variety-icon-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--amber-lt);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    opacity: 0.15;
    transition: all 0.5s var(--ease);
}

.variety-card:hover .variety-icon-wrap::before {
    transform: rotate(10deg) scale(1.1);
    opacity: 0.25;
    background: var(--amber);
}

.variety-icon {
    font-size: 32px;
    color: var(--amber-dk);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s var(--ease);
}

.variety-card:hover .variety-icon {
    transform: scale(1.15);
}

.variety-card h3 {
    font-family: var(--fh);
    font-size: 28px;
    margin-bottom: 16px;
    color: var(--ink);
}

.variety-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--grey);
    margin-bottom: 24px;
}

.btn-text {
    font-weight: 600;
    color: var(--amber-dk);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: color 0.3s;
}

.btn-text:hover {
    color: var(--ink);
}

@media (max-width: 480px) {
    .variety-card {
        padding: 40px 24px;
    }
}

/* ══ PREMIUM VARIETY PAGES ══ */
.hero-variety {
    position: relative;
    padding: 12rem 0 10rem;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.hero-variety::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.98) 40%, rgba(255,255,255,0.2) 100%);
    z-index: 1;
}

/* Darker overlay for mobile */
@media (max-width: 768px) {
    .hero-variety {
        background-attachment: scroll;
        min-height: 70vh;
        padding-top: 8rem;
    }
    .hero-variety::before {
        background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    }
}

.hero-variety .container {
    position: relative;
    z-index: 2;
}

.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(218, 116, 30, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(218, 116, 30, 0.2);
    padding: 8px 20px;
    border-radius: 100px;
    color: var(--amber-dk);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    animation: fadeInDown 0.8s var(--ease);
}

.hero-variety h1 {
    font-size: clamp(3.5rem, 8vw, 6rem);
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.hero-variety h1 em {
    display: block;
    color: var(--amber-dk);
    font-style: italic;
    font-weight: 400;
    margin-top: 5px;
    text-shadow: none;
}

.hero-variety p {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    max-width: 650px;
    line-height: 1.6;
    color: var(--ink);
    opacity: 0.85;
    margin-bottom: 40px;
}

/* Floating Decorative Elements */
.floating-deco {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    color: var(--amber);
    opacity: 0.15;
    filter: blur(0.5px);
}

@keyframes floatDeco {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -50px) rotate(15deg); }
    66% { transform: translate(-20px, 20px) rotate(-10deg); }
}

.deco-1 { top: 15%; right: 10%; font-size: 120px; animation: floatDeco 15s infinite ease-in-out; }
.deco-2 { top: 50%; right: 25%; font-size: 80px; animation: floatDeco 20s infinite ease-in-out reverse; }
.deco-3 { bottom: 15%; right: 5%; font-size: 150px; animation: floatDeco 18s infinite ease-in-out 2s; }

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ══ HEADER THEME SYSTEM ══ */

/* 1. DARK-HEADER (Index, Lipa, Grechka - Dark Heroes) */
header.dark-header:not(.scrolled) .logo-text strong,
header.dark-header:not(.scrolled) .nav a,
header.dark-header:not(.scrolled) .logo-bee,
header.dark-header:not(.scrolled) .burger span {
    color: var(--white) !important;
}
header.dark-header:not(.scrolled) .burger span { background: var(--white) !important; }
header.dark-header:not(.scrolled) .logo-text span { color: rgba(255,255,255,0.7) !important; }

/* 2. BASE HEADER (Catalog, B2B - Light Heroes) */
header:not(.scrolled):not(.dark-header) .logo-text strong,
header:not(.scrolled):not(.dark-header) .nav a,
header:not(.scrolled):not(.dark-header) .logo-bee,
header:not(.scrolled):not(.dark-header) .burger span {
    color: var(--brown) !important;
}
header:not(.scrolled):not(.dark-header) .burger span { background: var(--brown) !important; }

/* 3. GLOBAL SCROLLED STATE (Dark Brown background site-wide) */
header.scrolled .logo-text strong,
header.scrolled .nav a,
header.scrolled .logo-bee,
header.scrolled .burger span {
    color: var(--white) !important;
}
header.scrolled .burger span { background: var(--white) !important; }
header.scrolled .logo-text span { color: rgba(255,255,255,0.6) !important; }

/* Navigation Hover Effects */
.nav a:hover { color: var(--amber) !important; }

/* Fixed active state for Catalog */
.nav a.active { color: var(--amber) !important; }

/* Specific CTA button adjustments for transparency state */
header.dark-header:not(.scrolled) .nav-cta {
    background: var(--amber) !important;
    color: var(--white) !important;
    box-shadow: 0 4px 15px rgba(232,146,26,0.3);
}
header.dark-header:not(.scrolled) .nav-cta:hover {
    background: var(--amber-dk) !important;
    color: var(--white) !important;
}

/* Base header (light) uses the amber primary from above */
header:not(.scrolled):not(.dark-header) .nav-cta {
    background: var(--amber);
    color: var(--white) !important;
}

/* Global scroll uses amber for maximum action visibility */
header.scrolled .nav-cta {
    background: var(--amber) !important;
    color: var(--white) !important;
}

/* ══ PREMIUM BENEFITS ══ */
.benefits-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.benefit-premium-card {
    background: var(--white);
    padding: 50px 40px;
    border-radius: 40px;
    text-align: center;
    transition: all 0.5s var(--ease);
    border: 1px solid rgba(218, 116, 30, 0.1);
    position: relative;
    overflow: hidden;
}

.benefit-premium-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at top right, rgba(251, 172, 5, 0.05), transparent 70%);
    pointer-events: none;
}

.benefit-premium-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(44, 26, 8, 0.08);
    border-color: rgba(218, 116, 30, 0.3);
}

.benefit-premium-card .variety-icon-wrap {
    margin: 0 auto 30px;
    width: 90px;
    height: 90px;
}

.benefit-premium-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--ink);
}

.benefit-premium-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--grey);
}

@media (max-width: 992px) {
    .benefits-premium-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ══ VARIETY MINI-CATALOG ══ */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.product-card {
    background: var(--white);
    border-radius: 40px;
    padding: 30px;
    text-align: left;
    transition: all 0.5s var(--ease);
    border: 1px solid var(--border);
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(44, 26, 8, 0.08);
    border-color: var(--amber);
}

.product-img {
    background: var(--parchment);
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.6s var(--ease);
}

.product-card:hover .product-img img {
    transform: scale(1.05);
}

.product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-info h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--ink);
}

.product-meta {
    font-size: 13px;
    color: var(--grey-lt);
    margin-bottom: 20px;
}

.product-price {
    font-family: var(--fb);
    font-size: 24px;
    font-weight: 700;
    color: var(--brown);
    margin: auto 0 20px; /* margin-top: auto pushes price and button down */
}

.full-width {
    width: 100%;
    text-align: center;
}

/* Badges */
.badge, .badge-gold {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.badge {
    background: var(--amber);
    color: var(--white);
}

.badge-gold {
    background: linear-gradient(135deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color: #442a08;
    box-shadow: 0 4px 15px rgba(191, 149, 63, 0.3);
}

@media (max-width: 1100px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 850px) {
    .products-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Table Style for Tech Specs */
table td, table th {
    font-size: 15px;
}

@media (max-width: 600px) {
    table th:nth-child(2), table td:nth-child(2) {
        display: none;
    }
}

/* ══ CATALOG FILTERS ══ */
.catalog-filters {
    padding: 10px 0;
    margin-bottom: 20px;
}

.filter-btn {
    padding: 12px 28px;
    border-radius: 40px;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s var(--ease);
    font-family: var(--fi);
}

.filter-btn:hover {
    border-color: var(--amber);
    color: var(--amber-dk);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(218, 116, 30, 0.1);
}

.filter-btn.active {
    background: var(--amber);
    color: var(--white);
    border-color: var(--amber);
    box-shadow: 0 10px 25px rgba(218, 116, 30, 0.25);
}

.filter-item {
    transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}

/* ══ FLOATING ACTIONS ══ */
.floating-actions {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2500;
}

.cart-toggle, .floating-phone-btn, .floating-max-btn, .floating-tg-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(44, 26, 8, 0.2);
    transition: all 0.4s var(--ease);
    border: none;
    cursor: pointer;
    background: var(--white);
    color: var(--brown);
    position: relative;
    padding: 0;
    text-decoration: none;
}

.cart-toggle { background: var(--amber); color: var(--white); z-index: 2501; }
.floating-phone-btn { background: #4CAF50; color: #fff; }
.floating-tg-btn { background: #0088cc; color: white; }
.floating-max-btn { background: linear-gradient(135deg, #44ccff, #5533ee, #9933dd); color: white; }

.floating-actions a:hover, .floating-actions button:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 40px rgba(44, 26, 8, 0.3);
}

.cart-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: var(--brown);
    color: white;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border: 2px solid var(--amber);
}

@media (max-width: 768px) {
    .floating-actions {
        bottom: 24px;
        right: 24px;
        gap: 10px;
    }
    .cart-toggle, .floating-phone-btn, .floating-max-btn, .floating-tg-btn {
        width: 50px;
        height: 50px;
    }
    .floating-actions svg {
        width: 22px;
        height: 22px;
    }
    .catalog-filters {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 20px;
        scrollbar-width: none;
    }
    .catalog-filters::-webkit-scrollbar { display: none; }
    .filter-btn {
        flex-shrink: 0;
        padding: 10px 20px;
        font-size: 13px;
    }
}
/* FINAL B2B HERO BUTTON POLISH */
.b2b-page .hero-btns {
    justify-content: center !important;
    margin-top: 30px;
}

.b2b-page .hero-btns .btn-ghost-white {
    color: #ffffff !important;
    border-color: #ffffff !important;
    opacity: 1 !important;
}

.b2b-page .hero-btns .btn-ghost-white:hover {
    background: #ffffff !important;
    color: #2c1a08 !important;
}

/* ═ PRODUCT CARD ACTIONS (UNIVERSAL STACKING) ═ */
.product-footer {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 15px !important;
    padding-top: 15px !important;
}
.product-btns {
    width: 100% !important;
    flex-direction: column !important;
    gap: 10px !important;
}
.product-btns .btn-primary, 
.product-btns .btn-ghost,
.product-btns .btn-order,
.product-btns .btn-cart {
    width: 100% !important;
    justify-content: center !important;
    border-radius: 50px !important;
    padding: 14px 20px !important;
    height: auto !important;
    font-size: 13px !important;
    display: flex !important;
}
.product-btns button span {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ═ END OF STYLES ═ */


/* --- ENHANCED VARIETY CARD CLICKABILITY --- */
.variety-card {
    cursor: pointer;
}

.variety-card .btn-text {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(232, 146, 26, 0.08);
    transition: all 0.4s var(--ease);
    color: var(--amber-dk);
}

.variety-card:hover .btn-text {
    background: var(--amber);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(232,146,26,0.25);
}

/* Make entire card clickable via the link */
.variety-card .btn-text::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 10;
}

/* ─── VIDEO LIGHTBOX MODAL ─── */
.modal-video-container {
    position: relative;
    width: 90%;
    max-width: 450px; /* Perfect for vertical reels-style video */
    aspect-ratio: 9/16;
    max-height: 85vh;
    border-radius: 24px;
    overflow: hidden;
    transform: translateY(30px) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
    background: #000;
    border: 1px solid rgba(255,255,255,0.1);
}

.modal.open .modal-video-container {
    transform: translateY(0) scale(1);
}

@media (max-width: 480px) {
    .modal-video-container {
        width: 95%;
        max-height: 80vh;
    }
}

.variety-card.featured {
    background: var(--white);
    border: 2.5px solid var(--amber);
    box-shadow: 0 20px 48px rgba(218, 116, 30, 0.15);
    z-index: 5;
}

.variety-card.featured:hover {
    transform: translateY(-16px);
    box-shadow: 0 30px 60px rgba(218, 116, 30, 0.18);
    border-color: var(--amber-dk);
}

.variety-card.featured::before {
    content: 'НАШ ЛИДЕР';
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--amber);
    color: var(--white);
    font-family: var(--fb);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(232, 146, 26, 0.3);
}

/* ─── B2B SLIDER ─── */
.b2b-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.b2b-slides {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1400/1867;
}

@media (max-width: 900px) {
    .b2b-slides {
        aspect-ratio: 1400/1867;
    }
}

.b2b-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream-soft);
}

.b2b-slide.active {
    opacity: 1;
    z-index: 1;
}

.b2b-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.b2b-prev, .b2b-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(44, 26, 8, 0.6);
    color: var(--white);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.b2b-prev:hover, .b2b-next:hover {
    background: var(--amber);
}

.b2b-prev { left: 16px; }
.b2b-next { right: 16px; }

.b2b-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.b2b-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.b2b-dot.active {
    background: var(--white);
    transform: scale(1.2);
}

/* ═══ E-COMMERCE PRODUCT DETAIL PAGE STYLES ═══ */
.product-detail-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    align-items: start;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

.product-gallery-container {
    position: sticky;
    top: 120px;
}

.product-main-image-wrap {
    background: var(--cream-soft);
    border: 1px solid rgba(218, 116, 30, 0.1);
    border-radius: 32px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(44, 26, 8, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.product-main-image-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-main-image-wrap:hover img {
    transform: scale(1.05);
}

.product-gallery-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    justify-content: center;
}

.thumb-btn {
    width: 72px;
    height: 72px;
    border: 2px solid transparent;
    border-radius: 16px;
    background: var(--cream-soft);
    padding: 6px;
    cursor: pointer;
    transition: border-color 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-btn img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thumb-btn.active {
    border-color: var(--amber);
    transform: scale(1.05);
}

.product-detail-meta {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-rating-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--grey-lt);
}

.product-rating-stars iconify-icon {
    color: #FFC107;
    font-size: 18px;
}

.product-rating-link {
    color: var(--amber-dk);
    text-decoration: none;
    border-bottom: 1px dashed var(--amber-dk);
    cursor: pointer;
}

.product-price-display {
    font-family: 'Cormorant', serif;
    font-size: 36px;
    color: var(--dark);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

.product-price-old {
    font-size: 20px;
    text-decoration: line-through;
    color: var(--grey-lt);
    font-weight: 400;
}

.selector-label {
    font-weight: 600;
    font-size: 14px;
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 10px;
}

.weight-selector-btns {
    display: flex;
    gap: 12px;
}

.weight-select-btn {
    flex: 1;
    height: 50px;
    border: 1.5px solid rgba(44, 26, 8, 0.15);
    background: transparent;
    border-radius: 14px;
    font-family: inherit;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: all 0.3s;
}

.weight-select-btn:hover {
    border-color: var(--amber);
    background: rgba(218, 116, 30, 0.03);
}

.weight-select-btn.active {
    border-color: var(--amber);
    background: var(--amber);
    color: #000;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(232, 146, 26, 0.2);
}

.qty-cart-actions {
    display: flex;
    gap: 16px;
    margin-top: 10px;
}

.qty-counter {
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(44, 26, 8, 0.15);
    border-radius: 14px;
    height: 54px;
    overflow: hidden;
}

.qty-btn {
    width: 44px;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.qty-btn:hover {
    background: rgba(44, 26, 8, 0.05);
}

.qty-input {
    width: 40px;
    height: 100%;
    border: none;
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    outline: none;
}

.btn-add-to-cart-large {
    flex: 1;
    height: 54px;
    border: none;
    background: var(--amber);
    color: #000;
    border-radius: 14px;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}

.btn-add-to-cart-large:hover {
    background: var(--amber-dk);
    box-shadow: 0 6px 15px rgba(218, 116, 30, 0.3);
}

.micro-features-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    border-top: 1px solid rgba(44, 26, 8, 0.08);
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.micro-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: var(--grey-lt);
}

.micro-feature-item iconify-icon {
    font-size: 20px;
    color: var(--amber);
}

.tabs-section-container {
    margin-top: 60px;
    border-top: 1px solid rgba(44, 26, 8, 0.08);
    padding-top: 60px;
}

.tabs-nav-bar {
    display: flex;
    border-bottom: 1px solid rgba(44, 26, 8, 0.08);
    gap: 32px;
    margin-bottom: 40px;
}

.tab-nav-btn {
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    color: var(--grey-lt);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 12px 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.tab-nav-btn:hover {
    color: var(--dark);
}

.tab-nav-btn.active {
    color: var(--amber-dk);
    border-bottom-color: var(--amber);
    font-weight: 600;
}

.tab-pane-content {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

.tab-pane-content.active {
    display: block;
}

.tab-desc-columns {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .tab-desc-columns {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ═══ PREMIUM HORIZONTAL BENEFITS & APOTHECARY CARDS ═══ */
.benefit-horizontal-card {
    display: flex;
    gap: 20px;
    align-items: start;
    background: var(--white);
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(218, 116, 30, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(44, 26, 8, 0.02);
}

.benefit-horizontal-card:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(218, 116, 30, 0.25);
    box-shadow: 0 20px 40px rgba(44, 26, 8, 0.06);
}

.benefit-horizontal-card .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(251, 172, 5, 0.08);
    color: var(--amber-dk);
    border-radius: 14px;
    font-size: 24px;
    transition: all 0.3s;
}

.benefit-horizontal-card:hover .icon-wrap {
    background: var(--amber);
    color: #000;
}

.benefit-horizontal-card .text-content {
    flex: 1;
}

.benefit-horizontal-card h4 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 600;
    color: var(--ink);
}

.benefit-horizontal-card p {
    margin: 0;
    font-size: 13.5px;
    color: var(--grey);
    line-height: 1.6;
}

.apothecary-item {
    display: flex;
    gap: 16px;
    align-items: start;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    border: 1px solid rgba(218, 116, 30, 0.04);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.apothecary-item:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(218, 116, 30, 0.12);
    transform: translateX(6px);
    box-shadow: 0 8px 24px rgba(44, 26, 8, 0.03);
}

.apothecary-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(251, 172, 5, 0.08);
    color: var(--amber-dk);
    border-radius: 50%;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.apothecary-item:hover .apothecary-icon-wrap {
    background: var(--amber-dk);
    color: var(--white);
}

.apothecary-item strong {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    display: block;
    margin-bottom: 4px;
}

.apothecary-item p {
    margin: 0;
    font-size: 13.5px;
    color: var(--grey);
    line-height: 1.55;
}
