/* Pure Dark & Gold Aesthetics matched to main GoldPool site */
        body {
            background-color: #080808 ;
            color: #F3EFE0 ;
        }

        /* Hero Scroll Indicator Centering Across All Viewports */
.signature-hero-section {
    position: relative !important;
}

@media (min-width: 769px) {
    .signature-hero-section .hero-scroll-indicator {
        position: absolute !important;
        bottom: 24px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 25 !important;
        width: auto !important;
        margin: 0 !important;
        display: inline-flex !important;
    }
    .signature-hero-section .hero-scroll-indicator:hover {
        transform: translateX(-50%) translateY(2px) !important;
    }
}

@media (max-width: 768px) {
    .signature-hero-section .hero-scroll-indicator {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 1.5rem auto 0.5rem auto !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        z-index: 5 !important;
        display: flex !important;
    }
}

.editorial-container {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        section.editorial-section {
            padding: 5.5rem 0;
            position: relative;
            border-bottom: 1px solid rgba(212, 175, 55, 0.15);
        }

        .section-eyebrow {
            font-family: 'Outfit', sans-serif;
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 0.85rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .section-eyebrow::before {
            content: "";
            width: 22px;
            height: 2px;
            background: var(--gold);
        }

        .section-headline {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(2.4rem, 4.8vw, 3.6rem);
            font-weight: 900;
            line-height: 1.12;
            letter-spacing: -0.5px;
            color: #FFFFFF;
            margin-bottom: 1.25rem;
        }

        .section-subtitle {
            font-size: 1.18rem;
            color: #AAAAAA;
            font-weight: 400;
            max-width: 800px;
            line-height: 1.65;
        }

        .highlight-gold {
            color: var(--gold) ;
            background: transparent ;
            padding: 0 ;
            border-radius: 0 ;
            font-weight: 800 ;
        }

        .hero-badge-pill {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(194, 145, 46, 0.15);
            border: 1px solid rgba(194, 145, 46, 0.5);
            color: var(--gold);
            padding: 9px 20px;
            border-radius: 30px;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            margin-bottom: 1.75rem;
            box-shadow: 0 4px 20px rgba(212, 175, 55, 0.2);
        }

        .hero-title-main {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(3.2rem, 6vw, 4.8rem);
            font-weight: 900;
            line-height: 1.05;
            letter-spacing: -1px;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #FFFFFF 30%, var(--gold) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-desc-main {
            font-size: 1.28rem;
            color: #D5D5D5;
            line-height: 1.65;
            margin-bottom: 2.25rem;
        }

        /* 4 Key Metric Cards Grid in Hero */
        .hero-metrics-4grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            margin-bottom: 2.5rem;
        }

        .hero-metric-box {
            background: rgba(18, 18, 18, 0.95);
            border: 1px solid rgba(212, 175, 55, 0.3);
            border-radius: 14px;
            padding: 1.1rem 1.25rem;
            transition: border-color 0.3s ease;
        }

        .hero-metric-box:hover {
            border-color: var(--gold);
        }

        .hero-metric-val {
            font-family: 'Outfit', sans-serif;
            font-size: 1.2rem;
            font-weight: 900;
            color: var(--gold);
            margin-bottom: 2px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .hero-metric-lbl {
            font-size: 0.78rem;
            font-weight: 700;
            color: #999999;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Grand Stage & Large Product Presentation */
        .hero-stage-wrapper {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .hero-stage-glow {
            position: absolute;
            width: 480px;
            height: 480px;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.28) 0%, transparent 70%);
            border-radius: 50%;
            z-index: 1;
            filter: blur(20px);
        }

        .hero-stage-card {
            position: relative;
            z-index: 2;
            border-radius: 28px;
            overflow: hidden;
            border: 1.5px solid rgba(212, 175, 55, 0.55);
            background: #0a0a0a;
            box-shadow: 0 35px 90px rgba(0, 0, 0, 0.95), 0 0 45px rgba(212, 175, 55, 0.22);
            width: 100%;
            max-width: 580px;
        }

        .hero-stage-card img {
            width: 100%;
            height: 480px;
            display: block;
            object-fit: cover;
            object-position: center;
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

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

        .hero-stage-meta {
            background: linear-gradient(180deg, rgba(14, 14, 14, 0.98) 0%, #080808 100%);
            border-top: 1px solid rgba(212, 175, 55, 0.35);
            padding: 1.4rem 1.75rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .meta-col span {
            font-size: 0.74rem;
            font-weight: 800;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            color: #999999;
            display: block;
            margin-bottom: 2px;
        }

        .meta-col strong {
            font-family: 'Outfit', sans-serif;
            font-size: 1.12rem;
            font-weight: 800;
            color: var(--gold);
        }

        /* Floating Badge Callouts around the Stage */
        .floating-badge {
            position: absolute;
            z-index: 3;
            background: rgba(14, 14, 14, 0.92);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(212, 175, 55, 0.45);
            border-radius: 30px;
            padding: 10px 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.85rem;
            font-weight: 800;
            color: #FFFFFF;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8), 0 0 15px rgba(212, 175, 55, 0.15);
            white-space: nowrap;
        }

        .floating-badge i {
            color: var(--gold);
            font-size: 1rem;
        }

        .floating-badge.badge-top-left {
            top: -18px;
            left: -20px;
        }

        .floating-badge.badge-bottom-right {
            bottom: 45px;
            right: -25px;
        }

        /* Master Roaster Sensory & Tutorial Duo Showcase */
        .sensory-duo-container {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 2rem;
            max-width: 1160px;
            margin: 3.5rem auto 0;
            box-sizing: border-box;
            align-items: stretch;
        }

        .sensory-duo-card {
            background: linear-gradient(160deg, rgba(22, 19, 14, 0.98) 0%, rgba(10, 10, 12, 0.99) 100%);
            border: 1.5px solid rgba(212, 175, 55, 0.38);
            border-radius: 22px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 30px rgba(212, 175, 55, 0.12);
            box-sizing: border-box;
            cursor: default;
        }

        .sensory-duo-card:hover {
            transform: none !important;
            border-color: rgba(212, 175, 55, 0.38) !important;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 30px rgba(212, 175, 55, 0.12) !important;
        }

        .sensory-duo-media {
            position: relative;
            width: 100%;
            height: 240px;
            background: #000;
            overflow: hidden;
            flex-shrink: 0;
            cursor: default;
        }

        .sensory-duo-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 30%;
            display: block;
        }

        .sensory-duo-card:hover .sensory-duo-img {
            transform: none !important;
        }

        .sensory-duo-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 25%;
            display: block;
            cursor: default;
        }

        .sensory-duo-gradient {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 40%, rgba(12, 10, 10, 0.95) 100%);
            pointer-events: none;
        }

        .sensory-duo-badge {
            position: absolute;
            top: 14px;
            left: 14px;
            background: rgba(10, 10, 12, 0.85);
            backdrop-filter: blur(8px);
            border: 1px solid var(--gold);
            color: var(--gold);
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: 1.5px;
            padding: 4px 11px;
            border-radius: 6px;
            text-transform: uppercase;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .sensory-sound-toggle {
            position: absolute;
            top: 14px;
            right: 14px;
            background: rgba(10, 10, 12, 0.85);
            backdrop-filter: blur(8px);
            border: 1px solid var(--gold);
            color: var(--gold);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            z-index: 3;
            transition: all 0.2s ease;
        }

        .sensory-sound-toggle:hover {
            background: var(--gold);
            color: #000;
            transform: scale(1.1);
        }

        .sensory-duo-content {
            padding: 1.6rem 1.8rem 1.8rem 1.8rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-grow: 1;
            text-align: left;
            box-sizing: border-box;
            background: linear-gradient(180deg, #100e0a 0%, #080809 100%);
        }

        .sensory-quote-wrap {
            margin-bottom: 1.25rem;
        }

        .sensory-quote-wrap .quote-icon {
            color: var(--gold);
            font-size: 1.25rem;
            opacity: 0.85;
            margin-bottom: 0.4rem;
            display: block;
        }

        .sensory-quote-text {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.98rem;
            color: #FFFFFF;
            line-height: 1.68;
            font-style: italic;
            margin: 0;
        }

        .sensory-author-wrap {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sensory-divider-line {
            display: inline-block;
            width: 24px;
            height: 2px;
            background: var(--gold);
            flex-shrink: 0;
        }

        .sensory-author-name {
            font-family: 'Outfit', sans-serif;
            font-size: 0.82rem;
            font-weight: 700;
            color: #DDD;
            letter-spacing: 0.5px;
        }

        /* Espresso Guide Content */
        .espresso-pill-label {
            display: inline-block;
            font-family: 'Outfit', sans-serif;
            font-size: 0.7rem;
            font-weight: 800;
            color: var(--gold);
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 4px;
        }

        .espresso-guide-title {
            font-family: 'Outfit', sans-serif;
            font-size: 1.15rem;
            font-weight: 900;
            color: #FFF;
            line-height: 1.25;
            margin: 0 0 0.35rem 0;
            letter-spacing: 0.5px;
        }

        .espresso-guide-subtitle {
            font-size: 0.82rem;
            color: #BBB;
            line-height: 1.45;
            margin: 0 0 1rem 0;
        }

        .espresso-stats-hud {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
            background: rgba(0, 0, 0, 0.45);
            border: 1px solid rgba(212, 175, 55, 0.25);
            border-radius: 10px;
            padding: 8px 6px;
            margin-bottom: 1rem;
            text-align: center;
        }

        .hud-stat-cell {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .hud-stat-val {
            font-family: 'Outfit', sans-serif;
            font-size: 1.05rem;
            font-weight: 900;
            color: var(--gold);
            line-height: 1.1;
        }

        .hud-stat-lbl {
            font-size: 0.62rem;
            font-weight: 800;
            color: #888;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-top: 2px;
        }

        .espresso-pro-tip {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            background: rgba(212, 175, 55, 0.08);
            border: 1px solid rgba(212, 175, 55, 0.25);
            border-radius: 8px;
            padding: 8px 10px;
            font-size: 0.78rem;
            color: #DDD;
            line-height: 1.45;
        }

        .espresso-pro-tip strong {
            color: var(--gold);
        }

        .espresso-steps-row {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-bottom: 0.85rem;
        }

        .step-pill {
            font-family: 'Inter', sans-serif;
            font-size: 0.7rem;
            font-weight: 600;
            color: #DDD;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(212, 175, 55, 0.22);
            padding: 3px 8px;
            border-radius: 6px;
            transition: all 0.2s ease;
        }

        .step-pill:hover {
            background: rgba(212, 175, 55, 0.15);
            border-color: var(--gold);
            color: #FFF;
        }

        .marco-instagram-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px 14px;
            background: linear-gradient(135deg, rgba(225, 48, 108, 0.22) 0%, rgba(212, 175, 55, 0.22) 100%);
            border: 1.5px solid rgba(212, 175, 55, 0.55);
            border-radius: 10px;
            color: #FFFFFF !important;
            font-family: 'Outfit', sans-serif;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.5px;
            text-decoration: none !important;
            transition: all 0.25s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
            cursor: pointer;
        }

        .marco-instagram-cta:hover {
            background: linear-gradient(135deg, rgba(225, 48, 108, 0.38) 0%, rgba(212, 175, 55, 0.38) 100%);
            border-color: var(--gold);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(225, 48, 108, 0.25), 0 0 15px rgba(212, 175, 55, 0.3);
        }

        .marco-video-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-top: auto;
        }

        .marco-opt-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            padding: 11px 12px;
            border-radius: 10px;
            color: #FFFFFF !important;
            font-family: 'Outfit', sans-serif;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.5px;
            text-decoration: none !important;
            transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
            cursor: pointer !important;
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .marco-yt-btn {
            background: linear-gradient(135deg, rgba(255, 0, 0, 0.2) 0%, rgba(212, 175, 55, 0.18) 100%);
            border: 1.5px solid rgba(255, 0, 0, 0.55);
        }

        .marco-yt-btn:hover {
            background: linear-gradient(135deg, rgba(255, 0, 51, 0.45) 0%, rgba(212, 175, 55, 0.28) 100%) !important;
            border-color: #FF0033 !important;
            transform: translateY(-3px) scale(1.025) !important;
            box-shadow: 0 8px 25px rgba(255, 0, 51, 0.55), 0 0 16px rgba(212, 175, 55, 0.35) !important;
        }

        .marco-yt-btn:hover i.fa-brands.fa-youtube {
            transform: scale(1.18);
            transition: transform 0.2s ease;
        }

        .marco-ig-btn {
            background: linear-gradient(135deg, rgba(225, 48, 108, 0.2) 0%, rgba(212, 175, 55, 0.18) 100%);
            border: 1.5px solid rgba(225, 48, 108, 0.55);
        }

        .marco-ig-btn:hover {
            background: linear-gradient(135deg, rgba(225, 48, 108, 0.45) 0%, rgba(212, 175, 55, 0.28) 100%) !important;
            border-color: #E1306C !important;
            transform: translateY(-3px) scale(1.025) !important;
            box-shadow: 0 8px 25px rgba(225, 48, 108, 0.55), 0 0 16px rgba(212, 175, 55, 0.35) !important;
        }

        .marco-ig-btn:hover i.fa-brands.fa-instagram {
            transform: scale(1.18);
            transition: transform 0.2s ease;
        }

        .marco-opt-btn:active {
            transform: translateY(-1px) scale(0.98) !important;
        }

        @media (max-width: 900px) {
            .sensory-duo-container {
                grid-template-columns: 1fr;
                max-width: 520px;
                gap: 1.75rem;
            }
        }

        @media (max-width: 480px) {
            .marco-video-options {
                grid-template-columns: 1fr !important;
                gap: 8px !important;
            }
        }

        /* Sensory Conclusion Callout Box with Master Roaster Photography (Fallback) */
        .nerdy-bean-quote-card {
            max-width: 920px;
            margin: 3rem auto 0;
            background: linear-gradient(135deg, rgba(24, 20, 14, 0.98) 0%, rgba(12, 10, 8, 0.99) 100%);
            border: 1.5px solid rgba(212, 175, 55, 0.45);
            border-radius: 20px;
            padding: 0;
            display: grid;
            grid-template-columns: 240px 1fr;
            box-shadow: 0 20px 45px rgba(0,0,0,0.85), 0 0 30px rgba(212, 175, 55, 0.15);
            position: relative;
            overflow: hidden;
            min-height: 180px;
        }

        .nerdy-bean-media {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 180px;
            overflow: hidden;
        }

        .nerdy-bean-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            object-position: center center;
        }

        .nerdy-bean-gradient-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(0,0,0,0) 35%, rgba(20, 16, 12, 0.9) 80%, rgba(12, 10, 8, 0.99) 100%);
        }

        .nerdy-bean-badge {
            position: absolute;
            top: 14px;
            left: 14px;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(8px);
            border: 1px solid var(--gold);
            color: var(--gold);
            font-size: 0.68rem;
            font-weight: 900;
            letter-spacing: 1.5px;
            padding: 4px 10px;
            border-radius: 6px;
            text-transform: uppercase;
        }

        .nerdy-bean-content {
            padding: 2rem 2.25rem 2rem 1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
            z-index: 2;
        }

        .nerdy-bean-content .quote-icon {
            color: var(--gold);
            font-size: 1.35rem;
            opacity: 0.85;
            margin-bottom: 0.4rem;
            display: block;
        }

        .nerdy-bean-content .quote-text {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.02rem;
            color: #FFFFFF;
            line-height: 1.7;
            font-style: italic;
            margin: 0 0 0.85rem 0;
        }

        .nerdy-bean-content .quote-author-wrap {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .nerdy-bean-content .quote-divider-line {
            display: inline-block;
            width: 24px;
            height: 2px;
            background: var(--gold);
        }

        .nerdy-bean-content .quote-author-name {
            font-family: 'Outfit', sans-serif;
            font-size: 0.82rem;
            font-weight: 700;
            color: #DDD;
            letter-spacing: 0.5px;
        }

        /* Luxury Tabbed Slideshow for Product Superiority */
        .superiority-tabs-nav {
            display: flex;
            gap: 12px;
            justify-content: center;
            flex-wrap: wrap;
            margin: 2rem auto 2.25rem auto;
            max-width: 1240px;
        }

        .superiority-tab-btn {
            background: rgba(18, 16, 12, 0.85);
            border: 1px solid rgba(212, 175, 55, 0.25);
            border-radius: 40px;
            padding: 0.8rem 1.4rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
            color: #CCCCCC;
            font-family: 'Outfit', sans-serif;
            font-size: 0.88rem;
            font-weight: 700;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
        }

        .superiority-tab-btn .tab-badge {
            font-size: 0.72rem;
            font-weight: 800;
            color: var(--gold);
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(212, 175, 55, 0.3);
            padding: 3px 8px;
            border-radius: 20px;
        }

        .superiority-tab-btn:hover {
            color: #FFFFFF;
            border-color: var(--gold);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.2);
        }

        .superiority-tab-btn.active {
            background: rgba(212, 175, 55, 0.15);
            border-color: var(--gold);
            color: var(--gold);
            box-shadow: 0 0 25px rgba(212, 175, 55, 0.35), inset 0 0 10px rgba(212, 175, 55, 0.15);
        }

        .superiority-tab-btn.active .tab-badge {
            background: var(--gold);
            color: #000000;
            font-weight: 900;
        }

        .superiority-slideshow-container {
            max-width: 1240px;
            margin: 0 auto;
            background: linear-gradient(165deg, rgba(22, 20, 16, 0.98) 0%, rgba(12, 10, 8, 0.99) 100%);
            border: 1.5px solid rgba(212, 175, 55, 0.4);
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 24px 60px rgba(0,0,0,0.9), 0 0 35px rgba(212, 175, 55, 0.12);
            position: relative;
        }

        .superiority-slides-track {
            display: flex;
            width: 100%;
            transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform;
        }

        .superiority-slide {
            flex: 0 0 100%;
            width: 100%;
            min-width: 100%;
            display: grid;
            grid-template-columns: 1fr 1.18fr;
            min-height: 480px;
            box-sizing: border-box;
        }

        .superiority-slide-media {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 440px;
            overflow: hidden;
        }

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

        .superiority-slide-media .media-vignette {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, transparent 40%, rgba(18, 16, 12, 0.85) 80%, rgba(12, 10, 8, 0.99) 100%),
                        linear-gradient(to bottom, transparent 60%, rgba(12, 10, 8, 0.95) 100%);
        }

        .superiority-slide-media .slide-tag-pill {
            position: absolute;
            top: 20px;
            left: 20px;
            background: rgba(10, 10, 10, 0.88);
            backdrop-filter: blur(8px);
            border: 1.5px solid var(--gold);
            color: var(--gold);
            font-size: 0.76rem;
            font-weight: 800;
            padding: 6px 14px;
            border-radius: 8px;
            letter-spacing: 1.5px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.6);
        }

        .superiority-slide-content {
            padding: 3rem 3rem 3rem 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
            box-sizing: border-box;
            z-index: 2;
        }

        .superiority-slide-eyebrow {
            font-size: 0.74rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 0.5rem;
        }

        .superiority-slide-title {
            font-family: 'Outfit', sans-serif;
            font-size: clamp(1.6rem, 2.5vw, 2.1rem);
            font-weight: 900;
            color: #FFFFFF;
            margin: 0 0 0.35rem 0;
            line-height: 1.15;
            letter-spacing: -0.5px;
        }

        .superiority-slide-sub {
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--gold);
            margin: 0 0 1.25rem 0;
            line-height: 1.45;
        }

        .superiority-slide-desc {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #CCCCCC;
            margin: 0 0 1.75rem 0;
        }

        .superiority-slide-desc em, .superiority-slide-desc strong {
            color: #FFFFFF;
            font-weight: 700;
        }

        .superiority-slide-specs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: auto;
        }

        .superiority-controls-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(8, 8, 8, 0.6);
        }

        .superiority-nav-btn {
            background: rgba(212, 175, 55, 0.12);
            border: 1px solid rgba(212, 175, 55, 0.4);
            color: var(--gold);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 0.9rem;
            transition: all 0.25s ease;
        }

        .superiority-nav-btn:hover {
            background: var(--gold);
            color: #000000;
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
            transform: scale(1.08);
        }

        .superiority-dots {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .superiority-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.25s ease;
        }

        .superiority-dot.active {
            width: 24px;
            border-radius: 12px;
            background: var(--gold);
            border-color: var(--gold);
            box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
        }

        @media (max-width: 820px) {
            .superiority-slide {
                grid-template-columns: 1fr;
            }
            .superiority-slide-media {
                height: 240px;
                min-height: 240px;
            }
            .superiority-slide-content {
                padding: 1.75rem 1.5rem 2rem 1.5rem;
            }
        }
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.25rem;
        }

        .superiority-card-num {
            font-family: 'Outfit', sans-serif;
            font-size: 1.6rem;
            font-weight: 900;
            color: var(--gold);
            line-height: 1;
        }

        .superiority-card-tag {
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #AAA;
            background: rgba(255, 255, 255, 0.06);
            padding: 4px 12px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .superiority-card-icon-wrap {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            background: rgba(212, 175, 55, 0.12);
            border: 1px solid rgba(212, 175, 55, 0.35);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--gold);
            font-size: 1.35rem;
            margin-bottom: 1.25rem;
        }

        .superiority-card-title {
            font-family: 'Outfit', sans-serif;
            font-size: 1.45rem;
            font-weight: 800;
            color: #FFFFFF;
            margin-bottom: 0.4rem;
            letter-spacing: -0.3px;
        }

        .superiority-card-subtitle {
            font-size: 0.88rem;
            font-weight: 600;
            color: var(--gold);
            margin-bottom: 1.1rem;
            font-style: italic;
            line-height: 1.4;
        }

        .superiority-card-desc {
            font-size: 0.94rem;
            line-height: 1.7;
            color: #C8C8CC;
            margin-bottom: 1.5rem;
            flex-grow: 1;
        }

        .superiority-card-desc em, .superiority-card-desc strong {
            color: #FFFFFF;
            font-weight: 700;
        }

        .superiority-spec-bar {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            padding-top: 1rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .spec-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(0, 0, 0, 0.45);
            border: 1px solid rgba(212, 175, 55, 0.25);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.76rem;
            font-weight: 700;
            color: #DDD;
        }

        .spec-pill i {
            color: var(--gold);
            font-size: 0.8rem;
        }

        @media (max-width: 860px) {
            .superiority-grid-showcase {
                grid-template-columns: 1fr;
                gap: 1.25rem;
            }
        }

        .encyclopedia-stack {
            display: flex;
            flex-direction: column;
            gap: 3.5rem;
            margin-top: 3.5rem;
        }

        .encyclopedia-module {
            background: linear-gradient(165deg, rgba(22, 22, 22, 0.98) 0%, rgba(12, 12, 12, 0.99) 100%);
            border: 1px solid rgba(212, 175, 55, 0.3);
            border-radius: 24px;
            overflow: hidden;
            display: grid;
            grid-template-columns: 1fr 1.15fr;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
        }

        .encyclopedia-module:nth-child(even) {
            grid-template-columns: 1.15fr 1fr;
        }

        .encyclopedia-module:nth-child(even) .module-image-col {
            order: 2;
        }

        .encyclopedia-module:hover {
            border-color: var(--gold);
            transform: translateY(-6px);
            box-shadow: 0 30px 65px rgba(0, 0, 0, 0.95), 0 0 35px rgba(212, 175, 55, 0.25);
        }

        .module-image-col {
            position: relative;
            width: 100%;
            min-height: 440px;
            overflow: hidden;
            background: #111;
        }

        .module-image-col img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            filter: brightness(0.88) contrast(1.05);
        }

        .encyclopedia-module:hover .module-image-col img {
            transform: scale(1.06);
        }

        .module-tag-badge {
            position: absolute;
            top: 24px;
            left: 24px;
            background: rgba(0, 0, 0, 0.82);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(212, 175, 55, 0.5);
            color: var(--gold);
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            padding: 8px 18px;
            border-radius: 20px;
            z-index: 2;
        }

        .module-content-col {
            padding: 3rem 3.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .module-headline {
            font-family: 'Outfit', sans-serif;
            font-size: 2.1rem;
            font-weight: 800;
            color: #FFFFFF;
            margin-bottom: 0.5rem;
            line-height: 1.2;
        }

        .module-subtitle {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--gold);
            margin-bottom: 1.5rem;
            line-height: 1.4;
            font-style: italic;
        }

        .module-body {
            font-family: 'Montserrat', sans-serif;
            color: #DDDDDD;
            font-size: 0.98rem;
            line-height: 1.75;
            margin-bottom: 2rem;
        }

        .module-body p {
            margin-bottom: 1rem;
        }

        .module-body p:last-child {
            margin-bottom: 0;
        }

        .module-connoisseur-box {
            background: rgba(212, 175, 55, 0.08);
            border: 1px solid rgba(212, 175, 55, 0.3);
            border-left: 4px solid var(--gold);
            border-radius: 12px;
            padding: 1.25rem 1.5rem;
        }

        .connoisseur-box-title {
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 2px;
            color: var(--gold);
            text-transform: uppercase;
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .connoisseur-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
        }

        .connoisseur-pill {
            font-size: 0.85rem;
            font-weight: 600;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /* 6 ORIGINS SOURCING MATRIX GRID & CONNOISSEUR CARDS */
        .origins-matrix-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.75rem;
            margin-top: 2.5rem;
        }

        .origin-connoisseur-card {
            background: linear-gradient(160deg, rgba(24, 24, 24, 0.96) 0%, rgba(14, 14, 14, 0.99) 100%);
            border: 1px solid rgba(212, 175, 55, 0.25);
            border-radius: 20px;
            padding: 1.85rem 2.25rem;
            position: relative;
            transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        .origin-connoisseur-card::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 120px;
            height: 120px;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
            pointer-events: none;
        }

        .origin-connoisseur-card:hover {
            border-color: var(--gold);
            transform: translateY(-5px);
            box-shadow: 0 22px 50px rgba(0, 0, 0, 0.92), 0 0 28px rgba(212, 175, 55, 0.22);
        }

        .origin-card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.85rem;
            flex-wrap: wrap;
            gap: 10px;
        }

        .origin-flag-title {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: 'Outfit', sans-serif;
            font-size: 1.35rem;
            font-weight: 800;
            color: #FFFFFF;
        }

        .origin-role-tag {
            background: rgba(212, 175, 55, 0.12);
            border: 1px solid rgba(212, 175, 55, 0.35);
            color: var(--gold);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 5px 13px;
            border-radius: 14px;
        }

        .origin-terroir-specs {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.82rem;
            font-weight: 600;
            color: var(--gold);
            margin-bottom: 0.85rem;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .origin-spec-item {
            display: flex;
            align-items: center;
            gap: 6px;
            background: rgba(0, 0, 0, 0.45);
            border: 1px solid rgba(212, 175, 55, 0.15);
            padding: 4px 10px;
            border-radius: 8px;
        }

        .origin-flavor-desc {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.92rem;
            color: #CCCCCC;
            line-height: 1.6;
        }

        .origin-hero-banner {
            margin-top: 3rem;
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(212, 175, 55, 0.3);
            max-height: 380px;
        }

        .origin-hero-banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.8) contrast(1.05);
        }

        .origin-hero-overlay-tag {
            position: absolute;
            bottom: 24px;
            left: 24px;
            right: 24px;
            background: rgba(12, 12, 12, 0.85);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(212, 175, 55, 0.4);
            border-radius: 16px;
            padding: 1.25rem 1.75rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .hero-overlay-title {
            font-family: 'Outfit', sans-serif;
            font-size: 1.15rem;
            font-weight: 800;
            color: #FFFFFF;
        }

        .hero-overlay-sub {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.88rem;
            color: var(--gold);
            font-weight: 600;
        }

        /* HIGH-CONVERTING 4-COLUMN BENEFIT CARDS */
        .membership-benefits-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
            margin-bottom: 3rem;
            text-align: left;
        }

        .benefit-card {
            background: linear-gradient(165deg, rgba(22, 22, 22, 0.96) 0%, rgba(12, 12, 12, 0.99) 100%);
            border: 1px solid rgba(212, 175, 55, 0.3);
            border-radius: 20px;
            padding: 2rem 1.6rem;
            transition: transform 0.35s ease, border-color 0.35s ease;
        }

        .benefit-card:hover {
            border-color: var(--gold);
            transform: translateY(-4px);
        }

        .benefit-icon-wrap {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            background: rgba(212, 175, 55, 0.12);
            border: 1px solid rgba(212, 175, 55, 0.4);
            color: var(--gold);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            margin-bottom: 1.25rem;
        }

        .benefit-card h4 {
            font-family: 'Outfit', sans-serif;
            font-size: 1.2rem;
            font-weight: 800;
            color: #FFFFFF;
            margin-bottom: 0.65rem;
        }

        .benefit-card p {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.88rem;
            color: #CCCCCC;
            line-height: 1.65;
            margin: 0;
        }

        /* HONEST BREWING ENGINEERING & EXTRACT STANCE CARDS */
        .brew-honesty-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-top: 3rem;
        }

        .brew-honesty-card {
            background: linear-gradient(165deg, rgba(24, 24, 24, 0.98) 0%, rgba(14, 14, 14, 0.99) 100%);
            border: 1px solid rgba(212, 175, 55, 0.3);
            border-radius: 20px;
            padding: 2.25rem 2.5rem;
            position: relative;
            transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .brew-honesty-card.primary-target {
            border: 1.5px solid var(--gold);
            background: linear-gradient(165deg, rgba(32, 28, 18, 0.98) 0%, rgba(16, 14, 10, 0.99) 100%);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8), 0 0 25px rgba(212, 175, 55, 0.2);
        }

        .brew-honesty-card.inferior-notice {
            border-color: rgba(255, 100, 100, 0.35);
            background: linear-gradient(165deg, rgba(28, 16, 16, 0.95) 0%, rgba(14, 10, 10, 0.99) 100%);
        }

        .brew-honesty-card:hover {
            transform: translateY(-4px);
        }

        .honesty-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
            flex-wrap: wrap;
            gap: 10px;
        }

        .honesty-title {
            font-family: 'Outfit', sans-serif;
            font-size: 1.5rem;
            font-weight: 800;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .honesty-badge {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.75rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 6px 14px;
            border-radius: 16px;
        }

        .honesty-badge.primary {
            background: var(--gold);
            color: #000000;
        }

        .honesty-badge.secondary {
            background: rgba(212, 175, 55, 0.15);
            border: 1px solid rgba(212, 175, 55, 0.4);
            color: var(--gold);
        }

        .honesty-badge.notice {
            background: rgba(255, 100, 100, 0.15);
            border: 1px solid rgba(255, 100, 100, 0.4);
            color: #FF8888;
        }

        .honesty-body {
            font-family: 'Montserrat', sans-serif;
            color: #DDDDDD;
            font-size: 0.96rem;
            line-height: 1.7;
        }

        .honesty-body p {
            margin-bottom: 0.85rem;
        }

        .honesty-body p:last-child {
            margin-bottom: 0;
        }

        .wink-quote {
            font-style: italic;
            color: var(--gold);
            font-weight: 600;
        }

        /* Map Origin Pins & Interactive Highlights */
        .map-origin-pin {
            transition: transform 0.25s ease, opacity 0.25s ease;
        }

        .map-origin-pin .map-tooltip {
            transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
        }

        .map-origin-pin.highlighted {
            transform: translate(-50%, -50%) scale(1.3) ;
            z-index: 50 ;
            opacity: 1 ;
        }

        .map-origin-pin.highlighted .pin-pulse {
            background: rgba(212, 175, 55, 0.9) ;
            box-shadow: 0 0 20px rgba(212, 175, 55, 0.8) ;
        }

        .map-origin-pin.highlighted .map-tooltip {
            opacity: 1 ;
            background: var(--gold) ;
            color: #000000 ;
            font-weight: 800 ;
            border-color: #FFFFFF ;
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6) ;
        }

        .map-origin-pin.dimmed {
            opacity: 0.35 ;
        }



        .pillar-tag {
            font-size: 0.74rem;
            font-weight: 800;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 3px;
        }

        .pillar-title {
            font-family: 'Outfit', sans-serif;
            font-size: 1.4rem;
            font-weight: 900;
            color: #FFFFFF;
            letter-spacing: -0.3px;
        }

        .pillar-selling-point {
            font-family: 'Outfit', sans-serif;
            font-weight: 800;
            font-size: 1.08rem;
            color: var(--gold);
            margin-bottom: 0.85rem;
            line-height: 1.35;
        }

        .pillar-body {
            font-size: 0.98rem;
            color: #B5B5B5;
            line-height: 1.7;
            margin-bottom: 1.75rem;
        }

        .pillar-benefit-badge {
            margin-top: auto;
            background: rgba(194, 145, 46, 0.08);
            border: 1px solid rgba(194, 145, 46, 0.35);
            border-radius: 12px;
            padding: 12px 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.88rem;
            font-weight: 800;
            color: #FFFFFF;
        }

        .pillar-benefit-badge i {
            color: var(--gold);
            font-size: 1rem;
        }

        /* SOURCING SHOWCASE */
        .origins-showcase-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3.5rem;
            align-items: center;
            margin-top: 3.5rem;
        }

        .origins-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.25rem;
        }

        .origin-item {
            background: #111111;
            border: 1px solid rgba(212, 175, 55, 0.25);
            border-radius: 14px;
            padding: 1.25rem;
        }

        .origin-item-title {
            font-family: 'Outfit', sans-serif;
            font-weight: 800;
            font-size: 1.15rem;
            color: var(--gold);
        }

        .origin-item-role {
            font-size: 0.85rem;
            color: #888888;
            margin-top: 4px;
        }

        .origins-media-card {
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid rgba(212, 175, 55, 0.35);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
        }

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

        /* ROASTERY HERITAGE */
        .roasting-grid {
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            gap: 4rem;
            align-items: center;
            margin-top: 3.5rem;
        }

        .roasting-media {
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid rgba(212, 175, 55, 0.35);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
            background: #000;
        }

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

        .roasting-text-content p {
            color: #AAAAAA;
            font-size: 1.08rem;
            margin-bottom: 1.5rem;
            line-height: 1.7;
        }

        .heritage-callout {
            background: rgba(194, 145, 46, 0.08);
            border: 1px solid rgba(194, 145, 46, 0.35);
            border-left: 4px solid var(--gold);
            border-radius: 0 16px 16px 0;
            padding: 1.75rem;
            margin-top: 2rem;
        }

        .heritage-callout h4 {
            font-family: 'Outfit', sans-serif;
            font-size: 0.9rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 0.5rem;
        }

        .heritage-callout p {
            font-size: 1rem;
            color: #FFFFFF;
            margin-bottom: 0;
            line-height: 1.6;
        }

        /* TASTING EXPERIENCE */
        .flavor-journey-container {
            margin-top: 3.5rem;
            background: #111111;
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 24px;
            padding: 3.5rem 3rem;
        }

        .journey-steps-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            position: relative;
            margin-bottom: 3.5rem;
        }

        .journey-step-card {
            background: #080808;
            border: 1px solid rgba(212, 175, 55, 0.25);
            border-radius: 16px;
            padding: 2rem 1.5rem;
            text-align: center;
        }

        .journey-step-num {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(194, 145, 46, 0.15);
            border: 2px solid var(--gold);
            color: var(--gold);
            font-family: 'Outfit', sans-serif;
            font-weight: 900;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.25rem auto;
        }

        .journey-step-card h4 {
            font-family: 'Outfit', sans-serif;
            font-size: 1.25rem;
            font-weight: 800;
            color: var(--gold);
            margin-bottom: 0.5rem;
        }

        .journey-step-card p {
            font-size: 0.95rem;
            color: #888888;
            line-height: 1.55;
        }

        .flavor-notes-4grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 2.5rem;
        }

        .flavor-note-box {
            background: #080808;
            border: 1px solid rgba(212, 175, 55, 0.3);
            border-radius: 16px;
            padding: 1.75rem 1.5rem;
            text-align: center;
        }

        .flavor-icon {
            font-size: 2.2rem;
            color: var(--gold);
            margin-bottom: 0.75rem;
        }

        .flavor-note-box h5 {
            font-family: 'Outfit', sans-serif;
            font-weight: 800;
            font-size: 1.15rem;
            letter-spacing: 1px;
            color: #FFFFFF;
            margin-bottom: 0.4rem;
        }

        .flavor-note-box p {
            font-size: 0.85rem;
            color: #888888;
        }

        /* BREWING VERSATILITY */
        .brew-methods-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.75rem;
            margin-top: 3.5rem;
        }

        .brew-card {
            background: #111111;
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 18px;
            padding: 2.25rem 1.75rem;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }

        .brew-card:hover {
            transform: translateY(-4px);
            border-color: var(--gold);
        }

        .brew-icon {
            font-size: 1.8rem;
            color: var(--gold);
            margin-bottom: 1rem;
        }

        .brew-card h4 {
            font-family: 'Outfit', sans-serif;
            font-size: 1.3rem;
            font-weight: 800;
            color: #FFFFFF;
            margin-bottom: 0.75rem;
        }

        .brew-card p {
            font-size: 0.95rem;
            color: #888888;
            line-height: 1.6;
        }

        /* FRESHNESS & DEGASSING PANEL */
        .freshness-card {
            margin-top: 3.5rem;
            background: linear-gradient(135deg, #111111 0%, #050505 100%);
            border: 1px solid rgba(212, 175, 55, 0.35);
            border-radius: 24px;
            padding: 3.5rem 3rem;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 3.5rem;
            align-items: center;
        }

        .freshness-info p {
            color: #888888;
            font-size: 1.08rem;
            margin-top: 1rem;
            line-height: 1.7;
        }

        .freshness-dates-box {
            background: #111111;
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 16px;
            padding: 2.25rem;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .date-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            padding-bottom: 1rem;
        }

        .date-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .date-row span {
            font-size: 0.85rem;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #888888;
        }

        .date-row strong {
            font-family: 'Outfit', sans-serif;
            font-size: 1.1rem;
            font-weight: 800;
            color: var(--gold);
        }

        /* EXPLORE MEMBERSHIPS & CREATORS BOTTOM SECTION */
        .membership-bottom-section {
            background: #111111;
            border: 1px solid rgba(212, 175, 55, 0.35);
            border-radius: 28px;
            padding: 4.5rem 3rem;
            margin: 5rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
        }

        .membership-bullets {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.25rem 2.25rem;
            margin: 2.5rem 0;
        }

        .membership-bullet-item {
            font-family: 'Outfit', sans-serif;
            font-weight: 700;
            font-size: 1.1rem;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .membership-bullet-item i {
            color: var(--gold);
        }

        .membership-cta-group {
            display: flex;
            gap: 1.25rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 2rem;
        }

        /* Taste Phases Grid */
        .taste-phases-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
            .hero-layout-grid,
            .origins-showcase-grid,
            .roasting-grid,
            .freshness-card,
            .roastery-unified-card {
                grid-template-columns: 1fr ;
                gap: 0 ;
            }
            .roastery-unified-card > div:first-child {
                height: 220px ;
                min-height: 220px ;
                max-height: 220px ;
            }
            .roastery-unified-card > div:last-child {
                padding: 1.5rem 1.25rem ;
            }
            .journey-steps-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .pillars-grid {
                grid-template-columns: 1fr;
            }
            .taste-phases-grid {
                grid-template-columns: 1fr 1fr;
            }
            .membership-benefits-grid {
                grid-template-columns: 1fr 1fr ;
            }
        }

        @media (max-width: 640px) {
            section.editorial-section {
                padding: 3.5rem 0;
            }
            .taste-phases-grid {
                grid-template-columns: 1fr;
            }
            .membership-benefits-grid {
                grid-template-columns: 1fr ;
            }
            .membership-bottom-section {
                padding: 3rem 1.5rem;
            }
            .freshness-card {
                padding: 2.5rem 1.5rem;
            }
        }