/* ============================================
   SEROTONIN FLOWERS — Self-hosted Fonts
   ============================================ */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: optional;
    src: url('../fonts/playfair-display-cyrillic-400.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: optional;
    src: url('../fonts/playfair-display-latin-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: optional;
    src: url('../fonts/playfair-display-cyrillic-400-italic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: optional;
    src: url('../fonts/playfair-display-latin-400-italic.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300 700;
    font-display: optional;
    src: url('../fonts/dm-sans-latin-400.woff2') format('woff2');
}

/* ============================================
   SEROTONIN FLOWERS — Design Tokens
   Единый дизайн-код для всего сайта
   ============================================ */

:root {
    /* ===== FONTS ===== */
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'DM Sans', -apple-system, sans-serif;

    /* ===== TYPE SCALE =====
       4 heading levels + 3 body levels + 2 label levels
       Все в px, никаких rem */

    /* Headings (Playfair Display 400) */
    --text-h1: clamp(42px, 5vw, 72px);       /* Hero, Final CTA */
    --text-h2: clamp(36px, 4vw, 56px);       /* Section headings */
    --text-h3: clamp(28px, 3vw, 40px);       /* Sub-section headings */
    --text-h4: clamp(22px, 2.5vw, 32px);     /* Card titles (hero), блок titles */

    /* Body (DM Sans) */
    --text-lg: 17px;                          /* Lead text, descriptions */
    --text-md: 15px;                          /* Body paragraphs */
    --text-sm: 13px;                          /* Secondary text, CTAs, buttons */

    /* Labels / UI (DM Sans) */
    --text-label: 12px;                       /* Badges, nav, meta, tags */
    --text-micro: 10px;                       /* Route points, tiny labels */

    /* Card-specific */
    --text-card-title-lg: 28px;               /* Hero card h3 */
    --text-card-title-sm: 20px;               /* Small card h3 */
    --text-card-meta: 13px;                   /* Card description/meta */
    --text-card-price-lg: 24px;               /* Hero card price */
    --text-card-price-sm: 18px;               /* Small card price */

    /* Heading letter-spacing */
    --ls-h1: -1px;
    --ls-h2: -0.5px;
    --ls-h3: -0.3px;
    --ls-body: 0;
    --ls-label: 2px;                          /* Uppercase labels */
    --ls-badge: 1.5px;                        /* Badges, link labels */

    /* Font weights */
    --fw-heading: 400;                        /* Playfair headings */
    --fw-body: 400;                           /* Body text */
    --fw-light: 300;                          /* Descriptions, subtitles */
    --fw-medium: 500;                         /* Nav, badges, labels */
    --fw-semibold: 600;                       /* CTAs, buttons, strong labels */
    --fw-bold: 700;                           /* Timeline labels only */

    /* ===== COLORS ===== */

    /* Brand */
    --cream: #F5F3F0;
    --sand: #E8E2DA;
    --wine: #5C1A28;
    --wine-deep: #3D1019;
    --wine-light: #7A2E40;
    --black: #111111;
    --white: #FFFFFF;

    /* Neutral (заменяет hard-coded #666, #777, #888, #bbb, #ccc) */
    --gray-900: #1a1a1a;                      /* Darkest text on light */
    --gray-600: #666666;                      /* Body text on light */
    --gray-400: #999999;                      /* Secondary text on light */
    --gray-300: #b0aba6;                      /* Muted text, "them" timeline */
    --gray-200: #c8c3be;                      /* Very muted, "them" descriptions */
    --gray-100: #E7E5E4;                      /* Borders, dividers (was --light-gray) */

    /* Text on dark bg (5 levels вместо 14) */
    --on-dark-primary: rgba(255,255,255, 0.9);
    --on-dark-secondary: rgba(255,255,255, 0.65);
    --on-dark-tertiary: rgba(255,255,255, 0.6);
    --on-dark-muted: rgba(255,255,255, 0.3);
    --on-dark-ghost: rgba(255,255,255, 0.15);

    /* Text on light bg (3 levels) */
    --on-light-primary: var(--black);
    --on-light-secondary: rgba(17,17,17, 0.5);
    --on-light-muted: rgba(17,17,17, 0.25);

    /* Semantic */
    --dot-green: #22C55E;                     /* Один зелёный для всех live-индикаторов */
    --star-gold: #D4A854;                     /* Google review stars */
    --badge-low-bg: rgba(250, 204, 21, 0.15);
    --badge-low-text: #FACC15;
    --badge-new-bg: rgba(74, 222, 128, 0.15);
    --badge-new-text: #4ADE80;
    --whatsapp: #25D366;
    --whatsapp-hover: #20bd5a;

    /* ===== SPACING SCALE =====
       Базовая единица 4px, основная сетка 8px
       10 уровней вместо 21 */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 48px;
    --space-8: 64px;
    --space-9: 80px;
    --space-10: 120px;

    /* Section padding */
    --section-pad-x: 56px;                    /* Desktop horizontal */
    --section-pad-y: 80px;                    /* Desktop vertical (default) */
    --section-pad-y-lg: 120px;                /* Large sections (hero, CTA) */
    --inner-pad-x: 48px;                      /* Inner grids (editorial, bento) */

    /* Card gaps */
    --card-gap: 8px;                          /* Between cards in grid */

    /* ===== BORDER RADIUS =====
       2 уровня для карточек + pill */
    --radius-card: 20px;                      /* Все карточки (было 14-24) */
    --radius-card-sm: 14px;                   /* Мелкие карточки, wb-card */
    --radius-section: 24px;                   /* Контейнеры (holland-card, journey visual) */
    --radius-pill: 100px;                     /* Кнопки, badges, pills */
    --radius-input: 12px;                     /* Form inputs */

    /* ===== TRANSITIONS ===== */
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --duration-fast: 0.18s;
    --duration-normal: 0.3s;
    --duration-slow: 0.5s;

    /* ===== SHADOWS ===== */
    --shadow-card-hover: 0 20px 60px -15px rgba(0,0,0,0.15);
    --shadow-pill-active: 0 4px 12px -4px rgba(0,0,0,0.3);

    /* Legacy aliases (used in v7 concept) */
    --warm-gray: #A8A29E;
    --light-gray: #E7E5E4;
    --off-white: #FAFAF8;
}

/* ===== TABLET (1024px) ===== */
@media (max-width: 1024px) {
    :root {
        --section-pad-x: 40px;
        --inner-pad-x: 40px;
    }
}

/* ===== MOBILE (768px) ===== */
@media (max-width: 768px) {
    :root {
        --section-pad-x: 24px;
        --inner-pad-x: 24px;
        --section-pad-y: 60px;
        --section-pad-y-lg: 80px;
    }
}


/* ============================================
   SEROTONIN — Site Styles
   Extracted from structure-v7.html
   ============================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--cream);
    color: var(--black);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .editorial { font-family: var(--font-display); }

/* ===== NOISE TEXTURE OVERLAY ===== */
.has-grain::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 256px 256px;
    pointer-events: none;
    z-index: 1;
}

/* ===== SCROLL-REVEAL ANIMATIONS ===== */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.8); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes scrollHint {
    0%, 100% { opacity: 0.4; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(8px); }
}

.reveal {
    animation: fadeInUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.reveal-delay-1 { animation-delay: 0.15s; }
.reveal-delay-2 { animation-delay: 0.3s; }
.reveal-delay-3 { animation-delay: 0.45s; }
.reveal-delay-4 { animation-delay: 0.6s; }
.reveal-delay-5 { animation-delay: 0.75s; }

.reveal-left { animation: slideInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-right { animation: slideInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-scale { animation: scaleIn 1s cubic-bezier(0.22, 1, 0.36, 1) both; }

/* ===== LIQUID BLOB ANIMATIONS (Apple-style) ===== */
@keyframes morphBlob1 {
    0%, 100% {
        border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 55% 45% 40% 60% / 55% 60% 40% 45%;
        transform: translate(30px, -25px) rotate(120deg) scale(1.05);
    }
    66% {
        border-radius: 45% 55% 55% 45% / 60% 40% 55% 45%;
        transform: translate(-20px, 15px) rotate(240deg) scale(0.95);
    }
}

@keyframes morphBlob2 {
    0%, 100% {
        border-radius: 55% 45% 50% 50% / 45% 55% 45% 55%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 40% 60% 55% 45% / 60% 40% 50% 50%;
        transform: translate(-25px, 20px) rotate(-120deg) scale(1.08);
    }
    66% {
        border-radius: 60% 40% 45% 55% / 50% 50% 60% 40%;
        transform: translate(20px, -15px) rotate(-240deg) scale(0.92);
    }
}

@keyframes morphBlob3 {
    0%, 100% {
        border-radius: 50% 50% 40% 60% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        border-radius: 45% 55% 60% 40% / 40% 60% 45% 55%;
        transform: translate(15px, -10px) rotate(180deg);
    }
}

.liquid-blob {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

/* ===== NAV ===== */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 28px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: difference;
}
.logo {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 4px;
    text-transform: uppercase;
}
.nav-links {
    display: flex;
    gap: 36px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
}
.nav-links span {
    cursor: pointer;
    position: relative;
    padding-bottom: 2px;
}
.nav-links span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--white);
    transition: width 0.3s ease;
}
.nav-links span:hover::after { width: 100%; }
.nav-lang {
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 8px 16px;
    border-radius: 100px;
    cursor: pointer;
    color: var(--white);
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.nav-lang:hover {
    background: rgba(255,255,255,0.1);
}

/* ===== SECTION SPACING ===== */
.section-pad {
    padding: 160px 56px;
}
.section-pad-sm {
    padding: 120px 56px;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
}

/* ========================================
   1. HERO — Full viewport cinematic + LIQUID BLOBS
   ======================================== */
.hero {
    height: 100vh;
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 100px 56px;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background: url('ig-photos/1.jpg') center/cover no-repeat;
    z-index: 0;
}
.hero-bg::after { display: none; }
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(17,17,17,0.75) 0%,
        rgba(17,17,17,0.2) 40%,
        rgba(17,17,17,0.05) 70%,
        transparent 100%
    );
    z-index: 1;
}

/* Hero liquid blobs */
.hero-blob-1 {
    width: 600px;
    height: 600px;
    top: -80px;
    right: -100px;
    background: radial-gradient(circle at 30% 40%, rgba(92,26,40,0.35), rgba(200,160,140,0.15));
    filter: blur(70px);
    animation: morphBlob1 20s ease-in-out infinite;
    z-index: 0;
}
.hero-blob-2 {
    width: 450px;
    height: 450px;
    bottom: 10%;
    right: 20%;
    background: radial-gradient(circle at 60% 50%, rgba(200,140,160,0.3), rgba(230,200,180,0.1));
    filter: blur(60px);
    animation: morphBlob2 24s ease-in-out infinite;
    z-index: 0;
}
.hero-blob-3 {
    width: 350px;
    height: 350px;
    top: 30%;
    left: -60px;
    background: radial-gradient(circle at 50% 50%, rgba(210,180,160,0.25), rgba(180,120,100,0.1));
    filter: blur(55px);
    animation: morphBlob3 18s ease-in-out infinite;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}
.hero-content h1 {
    font-size: clamp(42px, 5.5vw, 80px);
    font-weight: 400;
    color: var(--white);
    line-height: 1.08;
    margin-bottom: 28px;
    letter-spacing: -1px;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}
.hero-content h1 em {
    font-style: italic;
    font-weight: 400;
}
.hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    font-weight: 300;
    margin-bottom: 44px;
    line-height: 1.7;
    max-width: 520px;
    letter-spacing: 0.2px;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--white);
    color: var(--black);
    padding: 20px 44px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}
.hero-cta:hover {
    background: var(--wine);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(92, 26, 40, 0.3);
}
.hero-cta .arrow {
    font-size: 18px;
    transition: transform 0.3s;
}
.hero-cta:hover .arrow { transform: translateX(5px); }

.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: fadeIn 1s 1.2s both;
}
.hero-scroll span {
    color: rgba(255,255,255,0.4);
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.hero-scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
    animation: scrollHint 2s ease-in-out infinite;
}

/* ========================================
   2. ABOUT US — Asymmetric Split + subtle blob
   ======================================== */
.about {
    position: relative;
    overflow: hidden;
}
/* About section subtle blob */
.about-blob {
    width: 500px;
    height: 500px;
    top: 20%;
    right: -120px;
    background: radial-gradient(circle at 40% 50%, rgba(92,26,40,0.12), rgba(200,160,140,0.06));
    filter: blur(80px);
    animation: morphBlob2 22s ease-in-out infinite;
    opacity: 0.7;
}

.about-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px 56px;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.about-photo {
    position: relative;
    height: 560px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 1.8;
    padding: 40px;
    background: linear-gradient(160deg, #D8CCC0 0%, #C8B4A0 40%, #B8A090 100%);
}
.about-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    box-shadow: inset 0 0 80px rgba(0,0,0,0.06);
    pointer-events: none;
}
.about-ig-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 100px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background: rgba(255,255,255,0.25);
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: all 0.25s ease;
    z-index: 3;
}
.about-ig-badge:hover {
    background: rgba(255,255,255,0.45);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}
.about-text {
    padding-right: 20px;
}
.about-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--wine);
    margin-bottom: 16px;
    display: inline-block;
}
.about-text h2 {
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}
.about-text .story {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    font-weight: 300;
    margin-bottom: 16px;
    letter-spacing: 0.1px;
}

.about-numbers {
    display: flex;
    gap: 0;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--light-gray);
}
.about-num {
    flex: 1;
    position: relative;
    padding: 0 20px;
}
.about-num:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--light-gray);
}
.about-num:first-child { padding-left: 0; }
.about-num:last-child { padding-right: 0; }
.about-num .value {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: var(--wine);
    margin-bottom: 6px;
    line-height: 1;
}
.about-num .label {
    font-size: 12px;
    color: var(--warm-gray);
    line-height: 1.4;
    letter-spacing: 0.3px;
}

/* ========================================
   2b. JOURNEY — Holland Import Story
   ======================================== */
.journey {
    padding: 80px 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.journey-text h2 {
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}
.journey-text h2 span { color: var(--wine); }
.journey-text > p {
    font-size: 15px;
    line-height: 1.7;
    color: #777;
    font-weight: 300;
    margin-bottom: 32px;
    max-width: 460px;
}
/* Timeline shared */
.journey-block {
    margin-bottom: 28px;
}
.journey-block:last-of-type { margin-bottom: 0; }
.journey-block-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.journey-block.them .journey-block-label { color: var(--warm-gray); }
.journey-block.us .journey-block-label { color: var(--wine); }
.journey-timeline {
    display: flex;
    gap: 0;
}
.timeline-step {
    flex: 1;
    position: relative;
    padding-top: 30px;
}
.timeline-step::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 2px;
}
.journey-block.them .timeline-step::before { background: var(--light-gray); }
.journey-block.us .timeline-step::before { background: var(--wine); opacity: 0.3; }
.timeline-step::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.journey-block.them .timeline-step::after { background: var(--warm-gray); }
.journey-block.us .timeline-step::after { background: var(--wine); }
.timeline-step .day {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
}
.journey-block.them .timeline-step .day { color: #bbb; }
.journey-block.us .timeline-step .day { color: var(--wine); }
.timeline-step .desc {
    font-size: 12px;
    line-height: 1.4;
}
.journey-block.them .timeline-step .desc { color: #ccc; }
.journey-block.us .timeline-step .desc { color: #888; }
.timeline-step.timeline-result {
    flex: 0 0 auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    padding-left: 4px;
}
.timeline-step.timeline-result::before { display: none; }
.timeline-step.timeline-result::after { display: none; }
.timeline-step.timeline-result .day {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}
.journey-block.them .timeline-step.timeline-result .day {
    font-size: 18px;
    color: #bbb;
    text-decoration: line-through;
    text-decoration-color: rgba(0,0,0,0.12);
}
.journey-block.us .timeline-step.timeline-result .day {
    font-size: 22px;
    color: var(--wine);
}
.journey-benefit {
    margin-top: 28px;
    padding-top: 20px;
    position: relative;
}
.journey-benefit .benefit-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--wine);
}
.journey-benefit p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    max-width: 420px;
}
.journey-benefit strong {
    color: var(--wine);
    font-weight: 600;
}
.journey-visual {
    position: relative;
    height: 100%;
    min-height: 380px;
    border-radius: 24px;
    overflow: hidden;
}

/* ========================================
   3. WEEKLY DROP — Editorial Dark
   ======================================== */
/* Holland Section — light bg, fresh drop cards */
.holland-section {
    padding: 100px 0;
    background: var(--cream);
    color: var(--black);
    position: relative;
}
@keyframes dropPulse { 0%,100% { opacity:1 } 50% { opacity:0.5 } }
.holland-drop {
    max-width: 1340px;
    margin: 0 auto;
    padding: 36px 40px 40px;
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(17,17,17,0.05);
    border-radius: 24px;
    position: relative;
}
.holland-drop::before {
    content: '';
    position: absolute;
    top: 0; left: 40px;
    width: 60px; height: 3px;
    background: var(--wine);
    border-radius: 0 0 3px 3px;
}
.holland-drop-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.holland-drop-top h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.3px;
}
.holland-drop-top h3 em { font-style: italic; }
.holland-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(17,17,17,0.4);
    background: rgba(17,17,17,0.03);
    border: 1px solid rgba(17,17,17,0.06);
    padding: 10px 20px;
    border-radius: 100px;
}
.holland-badge .dot {
    width: 7px; height: 7px;
    background: #22C55E;
    border-radius: 50%;
    animation: dropPulse 2s ease-in-out infinite;
}

/* Drop cards grid */
.drop-cards {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: 460px;
    gap: 8px;
}
.drop-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.drop-card:hover { transform: translateY(-4px); }
.drop-card-bg {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; color: rgba(255,255,255,0.3);
    text-align: center; line-height: 1.8;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease, transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.drop-card:hover .drop-card-bg { transform: scale(1.03); }
.drop-card-grad {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
    z-index: 1;
}
.drop-card-content {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 24px 28px; z-index: 2; color: var(--white);
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 12px;
}
.drop-card-content h3 {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 3px;
}
.drop-card-content .meta {
    font-size: 11px;
    color: rgba(255,255,255,0.55);
    font-weight: 300;
}
.drop-price {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: var(--white);
    white-space: nowrap;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.08) 100%);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    padding: 10px 18px;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow:
        0 2px 8px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.3),
        inset 0 -1px 0 rgba(255,255,255,0.05);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.drop-card:first-child .drop-card-content { padding: 32px 36px; }
.drop-card:first-child .drop-price { font-size: 13px; padding: 12px 22px; }

/* Card carousel dots */
.drop-card-dots {
    position: absolute;
    bottom: 8px; left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 6px;
    z-index: 3;
}
.drop-card-dots span {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    transition: background 0.2s;
}
.drop-card-dots span.active { background: var(--white); }

/* Card swipe arrows */
.drop-card-nav {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: none;
    color: var(--white);
    font-size: 14px;
    cursor: pointer;
    z-index: 3;
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
}
.drop-card:hover .drop-card-nav { opacity: 1; }
.drop-card-nav:hover { background: rgba(255,255,255,0.3); }
.drop-card-nav.prev { left: 8px; }
.drop-card-nav.next { right: 8px; }

/* ===== PRODUCT MODAL ===== */
.product-modal-overlay {
    position: fixed; inset: 0; z-index: 1000;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease;
}
.product-modal-overlay.open {
    opacity: 1; pointer-events: all;
}
.product-modal {
    width: 90vw; max-width: 960px;
    max-height: 85vh;
    background: var(--white);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    transform: scale(0.92) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
    box-shadow: 0 40px 100px -20px rgba(0,0,0,0.25);
}
.product-modal-overlay.open .product-modal {
    transform: scale(1) translateY(0);
}
.pm-gallery {
    position: relative;
    background: #f0ece8;
    min-height: 480px;
}
.pm-gallery img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.pm-gallery-nav {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    border: none;
    font-size: 16px; color: var(--black);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
}
.pm-gallery-nav:hover { background: var(--white); }
.pm-gallery-nav.prev { left: 12px; }
.pm-gallery-nav.next { right: 12px; }
.pm-thumbs {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 12px 16px;
    display: flex; gap: 6px;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}
.pm-thumb {
    width: 52px; height: 52px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.6;
    transition: all 0.15s;
    flex-shrink: 0;
}
.pm-thumb:hover { opacity: 0.9; }
.pm-thumb.active {
    border-color: var(--white);
    opacity: 1;
}
.pm-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.pm-info {
    padding: 40px;
    display: flex; flex-direction: column;
    overflow-y: auto;
}
.pm-close {
    position: absolute;
    top: 16px; right: 16px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    border: none;
    font-size: 18px; color: var(--black);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    z-index: 2;
    transition: background 0.2s;
}
.pm-close:hover { background: var(--white); }
.pm-name {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
}
.pm-desc {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(17,17,17,0.4);
    margin-bottom: 16px;
}
.pm-attrs-toggle {
    background: none;
    border: none;
    font-size: 11px;
    font-weight: 400;
    color: rgba(17,17,17,0.3);
    cursor: pointer;
    padding: 0;
    font-family: var(--font-body);
    text-decoration: underline;
    text-decoration-color: rgba(17,17,17,0.15);
    text-underline-offset: 2px;
    transition: color 0.15s;
}
.pm-attrs-toggle:hover {
    color: rgba(17,17,17,0.5);
}
.pm-attrs-full {
    display: none;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 11px;
    color: rgba(17,17,17,0.35);
    line-height: 1.6;
}
.pm-attrs-full.open { display: block; }
.pm-attrs-full a {
    color: rgba(17,17,17,0.45);
    text-decoration: none;
    transition: color 0.15s;
}
.pm-attrs-full a:hover { color: var(--wine); }
.pm-section-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(17,17,17,0.4);
    margin-top: 16px;
    margin-bottom: 12px;
}
.pm-options {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin-bottom: 28px;
}
.pm-option {
    padding: 10px 18px;
    border: 1px solid rgba(17,17,17,0.08);
    border-radius: 20px;
    background: var(--white);
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: center;
    min-width: 80px;
}
.pm-option:hover {
    border-color: rgba(17,17,17,0.15);
}
.pm-option.selected {
    border-color: var(--wine);
    background: rgba(92,26,40,0.04);
}
.pm-option-qty {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 2px;
}
.pm-option-price {
    font-size: 11px;
    color: rgba(17,17,17,0.4);
}
.pm-option.selected .pm-option-price {
    color: var(--wine);
}
.pm-bottom {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(17,17,17,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.pm-total {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    color: var(--black);
}
.pm-total small {
    display: block;
    font-family: var(--font-body);
    font-size: 11px;
    color: rgba(17,17,17,0.4);
    font-weight: 400;
}
.pm-cta {
    padding: 16px 36px;
    background: var(--wine);
    color: var(--white);
    border: none;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.pm-cta:hover { background: var(--wine-deep); }
.weekly {
    padding: 60px 0 80px;
    background: var(--black);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.weekly.has-grain::before {
    opacity: 0.025;
}
.weekly-header {
    padding: 0 56px;
    max-width: 1440px;
    margin: 0 auto 64px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.weekly-header h2 {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.5px;
}
.weekly-header h2 em {
    font-style: italic;
    color: var(--warm-gray);
}
.weekly-badge {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.weekly-badge .dot {
    width: 8px;
    height: 8px;
    background: #4ADE80;
    border-radius: 50%;
    animation: pulseDot 2s ease-in-out infinite;
}

.weekly-editorial {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: 520px;
    gap: 8px;
}

.weekly-hero-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(135deg, #C9A4A0, #B8868A, #8C5A6A);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.weekly-hero-card:hover {
    transform: translateY(-6px);
}
.weekly-hero-card .card-img {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    line-height: 1.8;
    padding: 20px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.weekly-hero-card:hover .card-img { transform: scale(1.04); }
.weekly-hero-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
    z-index: 1;
}
.weekly-hero-card .card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 2;
}
.weekly-hero-card .card-info h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}
.weekly-hero-card .card-info .meta {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
    font-weight: 300;
}
.weekly-hero-card .card-info .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-price {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: var(--white);
}
.card-badge {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
}
.badge-low { background: rgba(250, 204, 21, 0.15); color: #FACC15; }
.badge-new { background: rgba(74, 222, 128, 0.15); color: #4ADE80; }

.weekly-stack {
    display: contents;  /* children become grid items */
    flex-direction: column;
    gap: 20px;
}
.weekly-small-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.weekly-small-card:hover {
    transform: translateY(-4px);
}
.weekly-small-card:first-child {
    background: linear-gradient(135deg, #E8D5CC, #D4B8A8, #C4A090);
}
.weekly-small-card:last-child {
    background: linear-gradient(135deg, #F0E0D4, #E0C8B4, #D0B09E);
}
.weekly-small-card .card-img {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    line-height: 1.8;
    padding: 20px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.weekly-small-card:hover .card-img { transform: scale(1.04); }
.weekly-small-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.05) 60%, transparent 100%);
    z-index: 1;
}
.weekly-small-card .card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 32px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.weekly-small-card .card-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 4px;
    color: var(--white);
}
.weekly-small-card .card-info .meta {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    font-weight: 300;
}
.weekly-small-card .card-info .card-price {
    font-size: 22px;
    flex-shrink: 0;
}

.weekly-link {
    max-width: 1440px;
    margin: 40px auto 0;
    padding: 0 56px;
    text-align: center;
}
.weekly-link a {
    color: var(--warm-gray);
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}
.weekly-link a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    transition: background 0.3s;
}
.weekly-link a:hover {
    color: var(--white);
}
.weekly-link a:hover::after {
    background: rgba(255,255,255,0.5);
}

.weekly-show-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 48px;
    margin-top: 20px;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: color 0.3s;
    background: none;
    border: none;
    font-family: var(--font-body);
}
.weekly-show-more:hover { color: rgba(255,255,255,0.7); }
.weekly-bento {
    columns: 4;
    column-gap: 6px;
    padding: 0 48px;
}
.wb-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    break-inside: avoid;
    margin-bottom: 6px;
}
.wb-card .wb-img {
    width: 100%;
    aspect-ratio: 3/4;
}
.wb-card.wb-square .wb-img { aspect-ratio: 1/1; }
.wb-show-more-bar {
    margin: 0 48px;
    padding: 20px;
    background: rgba(255,255,255,0.06);
    border: 1px dashed rgba(255,255,255,0.15);
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.wb-show-more-bar:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.7);
}
.wb-show-more-bar .sm-icon {
    font-size: 20px;
    font-weight: 200;
    transition: transform 0.3s;
}
.wb-extra-grid {
    columns: 4;
    column-gap: 6px;
    padding: 6px 48px 0;
    display: none;
}
.wb-extra-grid.visible { display: block; }
.wb-card:hover { transform: translateY(-4px); }
.wb-card.wb-more-trigger {
    aspect-ratio: 3/4;
    background: rgba(255,255,255,0.06);
    border: 1px dashed rgba(255,255,255,0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.wb-card.wb-more-trigger .wb-img { display: none; }
.wb-card.wb-more-trigger:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
    transform: translateY(-4px);
}
.wb-card.wb-see-more {
    aspect-ratio: 1/1;
    background: rgba(255,255,255,0.06);
    border: 1px dashed rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: rgba(255,255,255,0.4);
    transition: all 0.3s ease;
}
.wb-card.wb-see-more:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.7);
    transform: none;
}
.wb-see-more .see-more-icon {
    font-size: 28px;
    font-weight: 200;
    transition: transform 0.3s ease;
}
.wb-see-more .see-more-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.wb-img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    text-align: center;
    padding: 16px;
    line-height: 1.6;
}
.wb-card:nth-child(6n+1) .wb-img { background: linear-gradient(135deg, #C9A4A0, #A8707A); }
.wb-card:nth-child(6n+2) .wb-img { background: linear-gradient(145deg, #D4C5B9, #C4AA8E); }
.wb-card:nth-child(6n+3) .wb-img { background: linear-gradient(155deg, #E0D4C8, #C8A898); }
.wb-card:nth-child(6n+4) .wb-img { background: linear-gradient(135deg, #D8C8BC, #BCA898); }
.wb-card:nth-child(6n+5) .wb-img { background: linear-gradient(140deg, #E8DCD0, #D0BCA8); }
.wb-card:nth-child(6n+6) .wb-img { background: linear-gradient(150deg, #D4BEB0, #C0A894); }
.wb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
    z-index: 1;
}
.wb-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    z-index: 2;
    color: var(--white);
}
.wb-info h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
}
.wb-price {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}
.wb-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    margin-top: 2px;
}
/* Card with real photo */
.wb-card .wb-img-real {
    width: 100%;
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease, transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.wb-card:hover .wb-img-real { transform: scale(1.03); }
.wb-card.wb-square .wb-img-real { aspect-ratio: 1/1; }
/* Card carousel nav */
.wb-card-nav {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: none;
    color: var(--white);
    font-size: 13px;
    cursor: pointer;
    z-index: 3;
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
}
.wb-card:hover .wb-card-nav { opacity: 1; }
.wb-card-nav:hover { background: rgba(255,255,255,0.3); }
.wb-card-nav.prev { left: 6px; }
.wb-card-nav.next { right: 6px; }
/* Card dots */
.wb-card-dots {
    position: absolute;
    bottom: 56px; left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 4px;
    z-index: 3;
}
.wb-card-dots span {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transition: background 0.2s;
}
.wb-card-dots span.active { background: var(--white); }
/* Badge on card */
.wb-badge {
    position: absolute;
    top: 12px; left: 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    z-index: 3;
    backdrop-filter: blur(10px);
}
.wb-badge.hit { background: rgba(92,26,40,0.85); color: var(--white); }
.wb-badge.new { background: rgba(255,255,255,0.85); color: var(--black); }
.wb-badge.preorder { background: rgba(0,0,0,0.5); color: rgba(255,255,255,0.8); }

/* ========================================
   4. TAG TILES — Horizontal Scroll (now inside weekly)
   ======================================== */
.tags {
    padding: 56px 0 56px 56px;
    background: var(--cream);
    position: relative;
}
/* ========================================
   FILTER BAR — dark theme
   ======================================== */
.filter-bar {
    max-width: 1280px;
    margin: 0 auto 20px;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.filter-group {
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
}
.filter-bar-label {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    min-width: 100px;
    flex-shrink: 0;
}
.filter-bar-row {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.filter-pill {
    padding: 8px 14px;
    border: none;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.18s ease;
    background: transparent;
    color: rgba(255,255,255,0.35);
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-family: var(--font-body);
}
.filter-pill:hover {
    color: rgba(255,255,255,0.75);
    background: rgba(255,255,255,0.08);
}
.filter-pill.active {
    background: var(--white);
    color: var(--black);
    box-shadow: 0 4px 12px -4px rgba(0,0,0,0.4);
}
.filter-pill.active:hover {
    background: var(--white);
    color: var(--black);
}
.filter-summary {
    max-width: 1280px;
    margin: 0 auto 36px;
    padding: 14px 48px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 13px;
    color: rgba(255,255,255,0.35);
}
.filter-summary strong {
    color: var(--white);
    font-weight: 600;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
}
.filter-reset {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: var(--wine-light);
    padding: 0;
    font-family: var(--font-body);
}
.filter-reset::before { content: '\21BA '; }
.filter-reset:hover { color: var(--white); }
.wb-card.filtered-out {
    display: none !important;
}

/* ========================================
   5. FULL CATALOG — Bento Grid
   ======================================== */
.catalog {
    padding: 140px 56px;
    background: var(--sand);
    position: relative;
}
.catalog.has-grain::before { opacity: 0.02; }
.catalog-inner {
    max-width: 1440px;
    margin: 0 auto;
}
.catalog-header {
    margin-bottom: 64px;
}
.catalog-header h2 {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.1;
}
.catalog-header p {
    font-size: 17px;
    color: var(--warm-gray);
    margin-top: 16px;
    font-weight: 300;
}

.bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}
.bento-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.bento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}
.bento-card:nth-child(1) { grid-column: span 2; }
.bento-card:nth-child(4) { grid-column: span 2; }

.bento-card .bento-img {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 1.8;
    padding: 20px;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.bento-card:nth-child(1) .bento-img { height: 380px; }
.bento-card:nth-child(4) .bento-img { height: 380px; }

.bento-card:hover .bento-img { transform: scale(1.03); }

.bento-card:nth-child(1) .bento-img { background: linear-gradient(135deg, #C9A4A0, #B8868A); }
.bento-card:nth-child(2) .bento-img { background: linear-gradient(135deg, #E8D5CC, #D4B8A8); }
.bento-card:nth-child(3) .bento-img { background: linear-gradient(135deg, #F0E0D4, #E0C8B4); }
.bento-card:nth-child(4) .bento-img { background: linear-gradient(135deg, #D9B8C4, #C49AAE); }
.bento-card:nth-child(5) .bento-img { background: linear-gradient(135deg, #E0D0C4, #D0BCA8); }
.bento-card:nth-child(6) .bento-img { background: linear-gradient(135deg, #DCC8B8, #CCB4A0); }

.bento-card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 100px;
    z-index: 2;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.badge-hit {
    background: rgba(92, 26, 40, 0.85);
    color: var(--white);
}
.badge-novelty {
    background: rgba(255,255,255,0.85);
    color: var(--black);
}

.bento-info {
    padding: 28px 28px 32px;
}
.bento-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}
.bento-info .desc {
    font-size: 14px;
    color: var(--warm-gray);
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
}
.bento-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bento-price {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: var(--wine);
}
.bento-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: var(--wine);
    color: var(--white);
    border: none;
    border-radius: 100px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.bento-btn:hover {
    background: var(--wine-deep);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(92, 26, 40, 0.25);
}

.catalog-custom {
    margin-top: 48px;
    background: var(--white);
    border-radius: 20px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}
.catalog-custom h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px;
}
.catalog-custom p {
    font-size: 15px;
    color: var(--warm-gray);
    font-weight: 300;
}
.catalog-custom-btns {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}
.msg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    border-radius: 100px;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.msg-btn.whatsapp {
    background: #25D366;
    color: var(--white);
}
.msg-btn.whatsapp:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
}
.msg-btn.insta {
    background: transparent;
    color: var(--black);
    border: 1.5px solid var(--light-gray);
}
.msg-btn.insta:hover {
    border-color: var(--black);
    transform: translateY(-2px);
}

/* ========================================
   6. GUARANTEE — Full-Bleed Statement
   ======================================== */
.guarantee {
    position: relative;
    padding: 80px 56px;
    background: var(--wine);
    color: var(--white);
    text-align: center;
    overflow: hidden;
}
.guarantee.has-grain::before { opacity: 0.04; }
.guarantee-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.guarantee-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 32px;
    display: block;
}
.guarantee h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
}
.guarantee h2 em { font-style: italic; }
.guarantee p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
}
.guarantee-deco {
    position: absolute;
    font-family: 'Playfair Display', serif;
    font-size: 300px;
    color: rgba(255,255,255,0.03);
    line-height: 1;
    pointer-events: none;
}
.guarantee-deco.left {
    top: -40px;
    left: 40px;
}
.guarantee-deco.right {
    bottom: -80px;
    right: 40px;
}

/* ========================================
   6b. DECORATIVE BLOB between Guarantee & Trust
   ======================================== */
.deco-blob-strip {
    position: relative;
    height: 0;
    overflow: visible;
    background: var(--cream);
    z-index: 1;
}
.deco-blob-peek {
    width: 280px;
    height: 280px;
    top: -140px;
    right: -60px;
    background: radial-gradient(circle at 50% 50%, rgba(92,26,40,0.12), rgba(200,160,140,0.06));
    filter: blur(50px);
    animation: morphBlob3 16s ease-in-out infinite;
}

/* ========================================
   7. TRUST STRIP — Horizontal with dividers
   ======================================== */
.trust {
    padding: 0 56px;
    background: var(--cream);
    position: relative;
    z-index: 2;
}
.trust-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.trust-inner::-webkit-scrollbar { display: none; }

.trust-item {
    flex: 1;
    min-width: 220px;
    padding: 36px 32px;
    text-align: center;
    position: relative;
}
.trust-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: var(--light-gray);
}
.trust-item .num {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: var(--wine);
    margin-bottom: 8px;
    line-height: 1;
}
.trust-item .text {
    font-size: 14px;
    color: var(--warm-gray);
    line-height: 1.5;
    font-weight: 400;
}

/* ========================================
   8. SOCIAL PROOF — Reviews Carousel
   ======================================== */
.proof {
    background: var(--black);
    padding: 80px 0;
    overflow: hidden;
}

.proof-header {
    text-align: center;
    padding: 0 24px 48px;
}

.proof-header h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--white);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.proof-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: var(--warm-gray);
}

.proof-subtitle .stars {
    font-size: 1rem;
    color: #D4A854;
    letter-spacing: 2px;
}

.proof-subtitle .google-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 2px;
}

/* Track container */
.proof-slider {
    position: relative;
}

.proof-slider::before,
.proof-slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
.proof-slider::before {
    left: 0;
    background: linear-gradient(to right, var(--black), transparent);
}
.proof-slider::after {
    right: 0;
    background: linear-gradient(to left, var(--black), transparent);
}

.proof-track {
    display: flex;
    gap: 16px;
    animation: proof-scroll 50s linear infinite;
    width: max-content;
}

.proof-track:hover {
    animation-play-state: paused;
}

@keyframes proof-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- Photo Card (with photo bg + overlay text) --- */
.proof-card--photo {
    flex-shrink: 0;
    width: 320px;
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}
.proof-card--photo:hover {
    transform: translateY(-4px);
}

.proof-card--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.proof-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.proof-card__overlay .stars {
    font-size: 0.75rem;
    color: #D4A854;
    letter-spacing: 1px;
}

.proof-card__overlay .text {
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.proof-card__overlay .author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}

.proof-card__overlay .author img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.2);
}

.proof-card__overlay .author span {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
}

.proof-card__overlay .badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.35);
    font-weight: 500;
    margin-top: 2px;
}
.proof-card__overlay .badge svg {
    width: 12px;
    height: 12px;
}

/* --- Glass Card (no photo, frosted glass bg) --- */
.proof-card--glass {
    flex-shrink: 0;
    width: 320px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 28px 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.3s ease, background 0.3s;
}
.proof-card--glass:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.12);
}

.proof-card--glass .card-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.proof-card--glass .card-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.15);
}

.proof-card--glass .card-meta {
    flex: 1;
    min-width: 0;
}

.proof-card--glass .card-name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proof-card--glass .card-stars {
    font-size: 0.8rem;
    color: #D4A854;
    letter-spacing: 1px;
}

.proof-card--glass .card-date {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    flex-shrink: 0;
}

.proof-card--glass .card-text {
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.proof-card--glass .card-footer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.35);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.proof-card--glass .card-footer svg {
    width: 14px;
    height: 14px;
}

.proof-footer-link {
    text-align: center;
    margin-top: 40px;
}

.proof-footer-link a {
    color: var(--warm-gray);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s;
    letter-spacing: 0.02em;
}
.proof-footer-link a:hover {
    color: var(--white);
}

/* ========================================
   9. INSTAGRAM — Chaotic Masonry (v6.2)
   ======================================== */
.instagram {
    padding: 80px 56px;
    background: var(--white);
    overflow: visible;
}
.insta-inner {
    max-width: 1440px;
    margin: 0 auto;
}
/* --- IG Header — single row, left-aligned --- */
.ig-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
.ig-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.ig-logo-wrap {
    position: relative;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}
.ig-logo-wrap svg {
    position: absolute;
    inset: 0;
    width: 34px;
    height: 34px;
    transition: opacity 0.3s;
}
.ig-logo-color { opacity: 0; }
.ig-brand:hover .ig-logo-mono { opacity: 0; }
.ig-brand:hover .ig-logo-color { opacity: 1; }
.ig-handle {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    transition: color 0.2s;
    letter-spacing: -0.3px;
}
.ig-brand:hover .ig-handle { color: var(--wine); }

/* --- Liquid Glass buttons --- */
.glass-btn {
    padding: 9px 28px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background: rgba(255,255,255,0.35);
    border: 1px solid rgba(255,255,255,0.5);
    color: var(--wine);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.4);
    transition: all 0.25s ease;
    cursor: pointer;
}
.glass-btn:hover {
    background: rgba(255,255,255,0.55);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.6);
    transform: translateY(-1px);
}
.glass-btn:active {
    transform: translateY(0);
    background: rgba(255,255,255,0.25);
}
.glass-btn-dark {
    background: var(--wine-deep);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.85);
    box-shadow: 0 2px 12px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.08);
}
.glass-btn-dark:hover {
    background: rgba(255,255,255,0.35);
    color: var(--wine);
    border-color: rgba(255,255,255,0.5);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.4);
}

/* --- Bottom CTA --- */
.ig-footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.insta-grid {
    columns: 16;
    column-gap: 2px;
}

.insta-post {
    position: relative;
    break-inside: avoid;
    margin-bottom: 2px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s, z-index 0s;
    display: block;
    text-decoration: none;
    color: inherit;
}
.insta-post img {
    width: 100%;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}
.insta-post.is-photo img { aspect-ratio: 1/1; }
.insta-post.is-reel img { aspect-ratio: 9/16; }
.insta-post.is-wide img { aspect-ratio: 4/3; }
.insta-post.is-tall img { aspect-ratio: 3/4; }
.insta-post video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.insta-post:hover video {
    opacity: 1;
}
.insta-post .post-bg {
    width: 100%;
    display: block;
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.insta-post:nth-child(7n+1) .post-bg { background: linear-gradient(145deg, #D8C8BC, #C4AA94); }
.insta-post:nth-child(7n+2) .post-bg { background: linear-gradient(160deg, #E0D4C8, #D0BCA8); }
.insta-post:nth-child(7n+3) .post-bg { background: linear-gradient(130deg, #DCC4B8, #C8A898); }
.insta-post:nth-child(7n+4) .post-bg { background: linear-gradient(155deg, #C9A4A0, #B8868A); }
.insta-post:nth-child(7n+5) .post-bg { background: linear-gradient(140deg, #D4BEB0, #C0A894); }
.insta-post:nth-child(7n+6) .post-bg { background: linear-gradient(165deg, #E8DCD0, #D8C8B8); }
.insta-post:nth-child(7n+7) .post-bg { background: linear-gradient(135deg, #DCCEC2, #C8B4A0); }

/* Reel icon */
.insta-post.is-reel::before {
    content: '\25B6';
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 2;
    font-size: 6px;
    color: white;
    background: rgba(0,0,0,0.4);
    width: 14px;
    height: 14px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover: big zoom, card INSIDE */
.insta-post:hover {
    transform: scale(3);
    z-index: 50;
    border-radius: 8px;
    overflow: hidden;
}

/* Card INSIDE thumbnail — overlay at bottom */
.insta-post .post-card {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 70%, transparent 100%);
    padding: 20px 8px 6px;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.insta-post:hover .post-card {
    opacity: 1;
}
.post-card .card-name {
    font-size: 4px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 1px;
    line-height: 1.2;
}
.post-card .card-price {
    font-size: 3.5px;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    margin-bottom: 3px;
}
.post-card .card-cta {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    padding: 2px 5px;
    background: var(--white);
    color: var(--wine);
    border-radius: 100px;
    font-size: 3px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-decoration: none;
    cursor: pointer;
    animation: ctaWiggle 0.4s ease-in-out infinite alternate;
}
@keyframes ctaWiggle {
    0% { transform: rotate(-2deg) scale(1); }
    100% { transform: rotate(2deg) scale(1.05); }
}
.post-card .card-cta:hover {
    background: var(--wine);
    color: var(--white);
}

/* Dim siblings */
.insta-grid:hover .insta-post:not(:hover) {
    opacity: 0.35;
}

/* ===== ORDER MODAL ===== */
.order-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.order-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.order-modal {
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 32px 80px rgba(0,0,0,0.3);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}
.order-modal-overlay.active .order-modal {
    transform: scale(1) translateY(0);
}
.order-modal .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    background: var(--light-gray);
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    transition: background 0.2s;
}
.order-modal .modal-close:hover { background: var(--warm-gray); color: var(--white); }
.order-modal h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 6px;
}
.order-modal .modal-subtitle {
    font-size: 14px;
    color: var(--warm-gray);
    margin-bottom: 24px;
}
.order-modal input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--light-gray);
    border-radius: 12px;
    font-size: 15px;
    font-family: var(--font-body);
    margin-bottom: 12px;
    outline: none;
    transition: border-color 0.2s;
}
.order-modal input:focus { border-color: var(--wine); }
.order-modal .modal-submit {
    width: 100%;
    padding: 16px;
    background: var(--wine);
    color: var(--white);
    border: none;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 4px;
}
.order-modal .modal-submit:hover { background: var(--wine-deep); }
.order-modal .modal-divider {
    text-align: center;
    font-size: 12px;
    color: var(--warm-gray);
    margin: 20px 0;
}
.order-modal .modal-messengers {
    display: flex;
    gap: 8px;
}
.order-modal .modal-msg-btn {
    flex: 1;
    padding: 12px 8px;
    border-radius: 12px;
    border: 1px solid var(--light-gray);
    background: var(--white);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: var(--black);
    transition: border-color 0.2s, background 0.2s;
    font-family: var(--font-body);
}
.order-modal .modal-msg-btn:hover {
    border-color: var(--wine);
    background: var(--cream);
}
.order-modal .modal-phone {
    text-align: center;
    margin-top: 16px;
    font-size: 13px;
    color: var(--warm-gray);
}
.order-modal .modal-phone a {
    color: var(--wine);
    text-decoration: none;
    font-weight: 600;
}


/* ========================================
   10. SEROTONIN В БЕЛГРАДЕ — merged
   ======================================== */
.belgrade { padding: 0; background: var(--sand); }
.belgrade-inner { max-width: 1440px; margin: 0 auto; padding: 80px 56px; }
.belgrade-header { margin-bottom: 56px; }
.belgrade-header h2 { font-size: clamp(32px,3.5vw,48px); font-weight: 400; letter-spacing: -0.3px; margin-bottom: 12px; }
.belgrade-header p { font-size: 17px; color: var(--warm-gray); max-width: 520px; }
.belgrade-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.bl-store { position: relative; border-radius: 24px; overflow: hidden; height: 520px; transition: transform 0.6s cubic-bezier(0.22,1,0.36,1); }
.bl-store:hover { transform: translateY(-4px); }
.bl-store-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.8s cubic-bezier(0.22,1,0.36,1); }
.bl-store:hover .bl-store-bg { transform: scale(1.04); }
.bl-store:nth-child(1) .bl-store-bg { background: url('https://lh3.googleusercontent.com/BV6lBIIW8ygFJjaLzc3vH9Ea-7N57y9KxOJtOvZBmxMW2MC6UmcIgnodx6fSAarkTsakGHRA9zG7v39W=s800') center/cover, linear-gradient(145deg,#C4A882,#A88968,#8B7355); }
.bl-store:nth-child(2) .bl-store-bg { background: url('https://pub-847f93e42a60451e92d4073755cee2fa.r2.dev/serotonin-km/IMG_9905.jpg') center/cover, linear-gradient(145deg,#B8ADA0,#9A8E80,#7D7268); }
.bl-store-hint { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); color: rgba(255,255,255,0.22); font-size: 11px; text-align: center; line-height: 1.8; white-space: pre-line; z-index: 1; }
.bl-store-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top,rgba(0,0,0,0.78) 0%,rgba(0,0,0,0.2) 45%,rgba(0,0,0,0.03) 100%); }
.bl-store-content { position: absolute; bottom: 0; left: 0; right: 0; height: 200px; padding: 0 32px 24px; z-index: 3; color: var(--white); display: flex; flex-direction: column; justify-content: flex-end; }
.bl-store-content h3 { font-size: 28px; font-weight: 400; margin-bottom: 4px; }
.bl-store-addr { font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 2px; }
.bl-store-hours { font-size: 13px; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.bl-gcta { display: flex; align-items: center; gap: 14px; padding: 14px 20px; background: rgba(255,255,255,0.12); backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4); border: 1px solid rgba(255,255,255,0.18); border-radius: 16px; text-decoration: none; color: var(--white); transition: all 0.3s ease; }
.bl-gcta:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.4); }
.bl-gcta-icon { width: 28px; height: 28px; flex-shrink: 0; }
.bl-gcta-info { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.bl-gcta-top { display: flex; align-items: center; gap: 8px; }
.bl-gcta-stars { color: #FBBF24; font-size: 14px; letter-spacing: 1px; }
.bl-gcta-score { font-size: 18px; font-weight: 600; font-family: var(--font-display); }
.bl-gcta-sub { font-size: 12px; color: rgba(255,255,255,0.5); }
.bl-gcta-arrow { width: 20px; height: 20px; opacity: 0.5; flex-shrink: 0; transition: opacity 0.3s, transform 0.3s; }
.bl-gcta:hover .bl-gcta-arrow { opacity: 1; transform: translateX(3px); }
.bl-map { position: relative; border-radius: 24px; overflow: hidden; height: 520px; }
#bl-delivery-map { width: 100%; height: 100%; }
.bl-map .leaflet-control-attribution { display: none !important; }
.bl-map-overlay { position: absolute; inset: 0; z-index: 500; pointer-events: none; background: linear-gradient(to top,rgba(0,0,0,0.78) 0%,rgba(0,0,0,0.15) 40%,transparent 100%); }
.bl-map-content { position: absolute; bottom: 0; left: 0; right: 0; height: 220px; padding: 0 24px 20px; z-index: 600; color: var(--white); display: flex; flex-direction: column; justify-content: flex-end; }
.bl-map-content h3 { font-size: 28px; font-weight: 400; margin-bottom: 32px; }
.bl-zones { display: flex; flex-direction: column; background: rgba(255,255,255,0.12); backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4); border: 1px solid rgba(255,255,255,0.18); border-radius: 16px; color: var(--white); pointer-events: auto; overflow: hidden; }
.bl-zone-row { display: flex; align-items: center; gap: 10px; padding: 6px 16px; }
.bl-zone-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.bl-zone-dot--free { background: #22c55e; }
.bl-zone-dot--mid { background: #f59e0b; }
.bl-zone-dot--far { background: #ef4444; }
.bl-zone-price { font-family: var(--font-display); font-size: 15px; font-weight: 500; }
.bl-zone-areas { font-size: 11px; color: rgba(255,255,255,0.6); }

/* 11. LOCATIONS — removed, merged into section 10 */

/* ========================================
   12. FINAL CTA — Dark Dramatic + LIQUID BLOBS (v6)
   ======================================== */
.final {
    padding: 80px 56px;
    text-align: center;
    background: var(--black);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.final-inner {
    position: relative;
    z-index: 2;
}
.final h2 {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--white);
    letter-spacing: -1px;
}
.final h2 em {
    font-style: italic;
}
.final .sub {
    font-size: 17px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 52px;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.final-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 56px;
}
.final-btn {
    padding: 20px 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.final-btn.primary {
    background: var(--white);
    color: var(--black);
}
.final-btn.primary:hover {
    background: var(--wine);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(92, 26, 40, 0.3);
}
.final-btn.outline {
    border: 1.5px solid rgba(255,255,255,0.25);
    color: var(--white);
}
.final-btn.outline:hover {
    border-color: var(--white);
    background: rgba(255,255,255,0.05);
    transform: translateY(-2px);
}
.final-contacts {
    font-size: 13px;
    color: rgba(255,255,255,0.25);
    letter-spacing: 1.5px;
}

/* Contact modal */
.contact-overlay {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.contact-overlay.open { opacity: 1; pointer-events: all; }
.contact-modal {
    position: relative; width: 90%; max-width: 380px;
    background: var(--white); border-radius: 24px;
    padding: 40px 32px 32px; overflow: hidden;
    transform: scale(0.92) translateY(20px);
    transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
    box-shadow: 0 40px 100px -20px rgba(0,0,0,0.25);
}
.contact-overlay.open .contact-modal { transform: scale(1) translateY(0); }
.contact-close {
    position: absolute; top: 14px; right: 14px;
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(0,0,0,0.04); border: none;
    font-size: 16px; color: var(--warm-gray); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
}
.contact-close:hover { background: rgba(0,0,0,0.08); color: var(--black); }
.contact-modal h3 {
    font-family: var(--font-display); font-size: 22px; font-weight: 400;
    text-align: center; color: var(--black); margin-bottom: 32px;
}
.contact-modal h3 em { font-style: italic; }
.contact-icons {
    display: flex; justify-content: center; gap: 20px; margin-bottom: 32px;
}
.ci-link {
    width: 56px; height: 56px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.22,1,0.36,1);
}
.ci-link:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.12); }
.ci-link.ci-viber { background: #7360f2; }
.ci-link.ci-whatsapp { background: #25d366; }
.ci-link.ci-telegram { background: #2AABEE; }
.ci-link.ci-instagram { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.contact-phone-link {
    display: block; text-align: center;
    text-decoration: none; color: var(--warm-gray);
    padding-top: 20px; border-top: 1px solid var(--light-gray);
    transition: color 0.2s;
    font-size: 15px;
}
.contact-phone-link:hover { color: var(--wine); }
.contact-phone-link .cp-num {
    font-size: 15px; font-weight: 400; letter-spacing: 1.5px;
}

/* Final CTA liquid blobs (replacing old static orbs) */
.final-blob-1 {
    width: 550px;
    height: 550px;
    top: -120px;
    right: -100px;
    background: radial-gradient(circle at 40% 40%, rgba(92,26,40,0.25), rgba(122,46,64,0.08));
    filter: blur(80px);
    animation: morphBlob1 22s ease-in-out infinite;
}
.final-blob-2 {
    width: 420px;
    height: 420px;
    bottom: -100px;
    left: -80px;
    background: radial-gradient(circle at 60% 60%, rgba(200,140,160,0.2), rgba(92,26,40,0.06));
    filter: blur(70px);
    animation: morphBlob2 18s ease-in-out infinite;
}
.final-blob-3 {
    width: 320px;
    height: 320px;
    top: 40%;
    left: 15%;
    background: radial-gradient(circle at 50% 50%, rgba(210,180,140,0.15), rgba(180,140,100,0.05));
    filter: blur(60px);
    animation: morphBlob3 25s ease-in-out infinite;
}

/* ========================================
   13. FOOTER
   ======================================== */
footer {
    padding: 48px 56px 36px;
    background: var(--black);
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 12px;
    color: rgba(255,255,255,0.25);
    letter-spacing: 0.5px;
}
.footer-tags {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 12px;
    line-height: 1.9;
    color: rgba(255,255,255,0.3);
}
.footer-tags-col { flex: 1; }
.footer-tags-label {
    font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
    text-transform: uppercase; color: rgba(255,255,255,0.5);
    margin-bottom: 4px; display: block;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ========================================
   14. STICKY MOBILE BAR
   ======================================== */
.sticky-bar {
    display: none;
}


/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1200px) {
    .bento {
        grid-template-columns: repeat(2, 1fr);
    }
    .bento-card:nth-child(1) { grid-column: span 2; }
    .bento-card:nth-child(4) { grid-column: span 2; }
}

@media (max-width: 1024px) {
    .about-inner {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 100px 40px;
    }
    .about-photo { height: 480px; }
    .about-text { padding-right: 0; }
    .about-numbers {
        flex-wrap: wrap;
        gap: 24px;
    }
    .about-num {
        flex: 0 0 calc(50% - 12px);
        padding: 0;
    }
    .about-num::after { display: none; }

    .weekly-editorial {
        grid-template-columns: 1fr;
        padding: 0 40px;
    }
    .weekly-hero-card { height: 440px; }
    .weekly-stack {
        flex-direction: row;
    }
    .weekly-small-card { min-height: 260px; }
    .weekly-header { padding: 0 40px; }
    .holland-drop { margin-left: 40px; margin-right: 40px; padding: 36px 32px 40px; }
    .drop-cards { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 200px; }
    .drop-card:first-child { grid-column: 1 / -1; }
    .filter-bar { padding: 0 40px; }
    .filter-summary { padding: 12px 40px 0; }
    .weekly-bento { padding: 0 40px; columns: 3; }
    .wb-extra-grid { padding: 6px 40px 0; columns: 3; }
    .wb-show-more-bar { margin: 0 40px; }

    .delivery-inner { grid-template-columns: 1fr; gap: 48px; }

    .locations-grid { grid-template-columns: 1fr; }
    .loc-card { }

    .proof-header h2 { font-size: 1.8rem; }
    .proof-card--photo { width: 280px; height: 230px; }
    .proof-card--glass { width: 280px; }

    /* Instagram: 10 cols on tablet */
    .insta-grid { columns: 10; }
    .insta-post:hover { transform: scale(2.5); }
}

@media (max-width: 768px) {
    nav { padding: 20px 24px; }
    .nav-links { display: none; }
    .logo { font-size: 20px; letter-spacing: 3px; }

    .section-pad { padding: 100px 24px; }
    .section-pad-sm { padding: 80px 24px; }

    /* Hero blobs smaller on mobile */
    .hero-blob-1 { width: 350px; height: 350px; }
    .hero-blob-2 { width: 280px; height: 280px; }
    .hero-blob-3 { width: 200px; height: 200px; }

    /* HERO */
    .hero { padding: 80px 24px; min-height: 600px; }
    .hero-content h1 { margin-bottom: 20px; }
    .hero-sub { font-size: 15px; margin-bottom: 36px; }
    .hero-cta { padding: 16px 32px; font-size: 12px; }
    .hero-scroll { display: none; }

    /* JOURNEY */
    .journey { grid-template-columns: 1fr; padding: 60px 24px; gap: 32px; }
    .journey-visual { min-height: 260px; border-radius: 16px; }

    /* ABOUT */
    .about-inner {
        padding: 80px 24px;
        gap: 40px;
    }
    .about-photo { height: 360px; border-radius: 16px; }
    .about-numbers {
        margin-top: 36px;
        padding-top: 28px;
    }
    .about-num .value { font-size: 28px; }

    /* WEEKLY DROP */
    .holland-section { padding: 72px 0; }
    .holland-drop { margin-left: 16px; margin-right: 16px; padding: 24px 20px 28px; }
    .holland-drop::before { left: 20px; }
    .holland-drop-top { flex-direction: column; align-items: flex-start; gap: 12px; }
    .drop-cards { grid-template-columns: 1fr; grid-template-rows: 340px 200px 200px; }
    .drop-card:first-child { grid-column: auto; }
    .drop-card:first-child .drop-card-content { padding: 24px; }
    .product-modal { grid-template-columns: 1fr; max-height: 92vh; width: 95vw; }
    .pm-gallery { min-height: 300px; }
    .pm-info { padding: 24px; }
    .pm-name { font-size: 24px; }
    .pm-bottom { flex-direction: column; align-items: stretch; }
    .pm-cta { text-align: center; }
    .weekly { padding: 80px 0; }
    .weekly-header {
        padding: 0 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 40px;
    }
    .weekly-editorial {
        padding: 0 24px;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .weekly-hero-card { height: 380px; }
    .weekly-stack { flex-direction: column; }
    .weekly-small-card { min-height: 240px; }
    .weekly-link { padding: 0 24px; }
    .weekly-drop + .weekly::before { left: 24px; right: 24px; }
    .weekly-bento { padding: 0 24px; columns: 2; }
    .wb-extra-grid { padding: 6px 24px 0; columns: 2; }
    .wb-show-more-bar { margin: 0 24px; }

    /* FILTERS */
    .filter-bar { padding: 0 24px; gap: 12px; }
    .filter-group { flex-direction: column; gap: 8px; }
    .filter-bar-label { min-width: auto; font-size: 14px; }
    .filter-bar-row { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 4px; }
    .filter-bar-row::-webkit-scrollbar { display: none; }
    .filter-pill { white-space: nowrap; flex-shrink: 0; }
    .filter-summary { padding: 12px 24px 0; }

    /* TAGS */
    .tags { padding: 36px 0 36px 24px; }

    /* CATALOG (legacy, keeping for safety) */
    .catalog { padding: 80px 24px; }
    .bento {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .bento-card:nth-child(1),
    .bento-card:nth-child(4) { grid-column: span 1; }
    .bento-card .bento-img { height: 280px; }
    .bento-card:nth-child(1) .bento-img,
    .bento-card:nth-child(4) .bento-img { height: 300px; }
    .bento-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
    .bento-btn { width: 100%; justify-content: center; }
    .catalog-custom {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }
    .catalog-custom-btns {
        flex-direction: column;
        width: 100%;
    }
    .msg-btn { justify-content: center; }

    /* GUARANTEE */
    .guarantee { padding: 100px 24px; }

    /* TRUST */
    .trust { padding: 0 24px; }
    .trust-inner { flex-direction: column; }
    .trust-item { padding: 32px 0; min-width: unset; }
    .trust-item:not(:last-child)::after {
        right: unset;
        top: unset;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
    }
    .trust-item .num { font-size: 40px; }

    /* PROOF */
    .proof { padding: 60px 0; }
    .proof-header h2 { font-size: 1.6rem; }
    .proof-card--photo { width: 260px; height: 220px; }
    .proof-card--glass { width: 260px; padding: 22px 20px 18px; }

    /* INSTAGRAM — 7 cols on mobile */
    .instagram { padding: 60px 16px; }
    .insta-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .insta-grid { columns: 7; column-gap: 2px; }
    .insta-post { margin-bottom: 2px; }
    .insta-post:hover { transform: scale(3.5); }

    /* DELIVERY */
    .delivery { padding: 80px 24px; }
    .delivery-inner { grid-template-columns: 1fr; gap: 40px; }
    .delivery-map { height: 300px; border-radius: 16px; }

    /* LOCATIONS */
    .locations-inner { padding: 80px 24px; }
    .locations-grid { grid-template-columns: 1fr; }
    .loc-card { border-radius: 20px; }
    .loc-photo-area { min-height: 250px; }
    .loc-mini-map { height: 130px; }
    .loc-map-widget { height: 150px; border-radius: 16px; }

    /* FINAL */
    .final { padding: 100px 24px 140px; }
    .final-buttons { flex-direction: column; align-items: center; }
    .final-btn { width: 260px; text-align: center; }
    .final-blob-1 { width: 300px; height: 300px; }
    .final-blob-2 { width: 250px; height: 250px; }
    .final-blob-3 { width: 200px; height: 200px; }

    /* STICKY BAR */
    .sticky-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        padding: 12px 16px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
        background: rgba(255,255,255,0.92);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(0,0,0,0.06);
        gap: 10px;
    }
    .sticky-bar a {
        flex: 1;
        padding: 15px;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 100px;
        transition: all 0.3s;
    }
    .sticky-order {
        background: var(--wine);
        color: var(--white);
    }
    .sticky-wa {
        background: transparent;
        border: 2px solid var(--black);
        color: var(--black);
    }

    footer {
        padding: 28px 24px 96px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about-num {
        flex: 0 0 100%;
    }
    .weekly-hero-card { height: 320px; }
    .weekly-small-card { min-height: 200px; }
    .insta-grid { columns: 5; column-gap: 1px; }
    .insta-post:hover { transform: scale(4); }
}

/* ========================================
   ACCESSIBILITY UTILITIES
   ======================================== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:focus {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 12px 24px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: var(--wine);
    color: #fff;
    font-size: 14px;
    font-family: var(--font-body);
    border-radius: var(--radius-pill);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
