:root {
    --bg-primary: #0a0a0f;
    --bg-secondary: #111118;
    --bg-card: #16161f;
    --bg-card-hover: #1c1c28;
    --gold: #c9a84c;
    --gold-light: #e4c76b;
    --gold-dark: #a07d2e;
    --gold-glow: rgba(201, 168, 76, 0.3);
    --text-primary: #f0ece2;
    --text-secondary: #a09e97;
    --text-muted: #6b6960;
    --accent: #8b5e3c;
    --accent-light: #c49a6c;
    --burgundy: #6b2d3e;
    --border: rgba(201, 168, 76, 0.12);
    --border-light: rgba(201, 168, 76, 0.06);
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    --shadow-gold: 0 4px 24px rgba(201, 168, 76, 0.15);
    --radius: 12px;
    --radius-lg: 20px;
    --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-fast: 0.2s ease;
    --font-display: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-elegant: 'Cormorant Garamond', serif;
}

/* ========== LIGHT THEME (Day Mode) ========== */
[data-theme="light"] {
    --bg-primary: #F5F3EE;
    --bg-secondary: #EDEAE4;
    --bg-card: #FFFFFF;
    --bg-card-hover: #F9F8F5;
    --gold: #2D6A4F;
    --gold-light: #40916C;
    --gold-dark: #1B4332;
    --gold-glow: rgba(45, 106, 79, 0.2);
    --text-primary: #1A1A1A;
    --text-secondary: #4A4A4A;
    --text-muted: #6B7280;
    --accent: #52796F;
    --accent-light: #74A69B;
    --burgundy: #9B2226;
    --border: rgba(45, 106, 79, 0.12);
    --border-light: rgba(45, 106, 79, 0.06);
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    --shadow-gold: 0 4px 24px rgba(45, 106, 79, 0.1);
    --day-warm: #C9A84C;
    --day-warm-light: #D4B65A;
    --day-warm-glow: rgba(201, 168, 76, 0.15);
}

/* --- Hero sections: hardcoded dark backgrounds --- */
[data-theme="light"] .hero-prestige { background: var(--bg-primary); }
[data-theme="light"] .hero-aura { background: var(--bg-primary); }
[data-theme="light"] .hero-sovereign { background: var(--bg-primary); }
[data-theme="light"] .hero-immersive { background: var(--bg-primary); }
[data-theme="light"] .hero-parallax { background: var(--bg-primary); }

/* --- Prestige hero --- */
[data-theme="light"] .prs-curtain { background: var(--bg-primary); }
[data-theme="light"] .prs-btn-primary { background: var(--gold); color: #fff; }
[data-theme="light"] .prs-btn-primary:hover { background: var(--gold-light); }
[data-theme="light"] .prs-btn-ghost { border-color: rgba(45,106,79,0.2); color: var(--text-primary); }
[data-theme="light"] .prs-overline { color: var(--day-warm); }
[data-theme="light"] .prs-subtitle { color: var(--day-warm); }
[data-theme="light"] .prs-line { background: rgba(201,168,76,0.08); }
[data-theme="light"] .prs-stat-icon { border-color: rgba(201,168,76,0.15); color: var(--day-warm); }
[data-theme="light"] .prs-thumb.active { border-color: rgba(201,168,76,0.25); }
[data-theme="light"] .prs-thumb.active .prs-thumb-name { color: var(--day-warm); }
[data-theme="light"] .prs-thumb-bar { background: var(--day-warm); }

/* --- Sovereign hero --- */
[data-theme="light"] .sov-btn-primary { background: var(--gold); color: #fff; }
[data-theme="light"] .sov-btn-primary:hover { background: var(--gold-light); box-shadow: 0 14px 44px rgba(45,106,79,0.15); }
[data-theme="light"] .sov-eyebrow { color: var(--day-warm); }
[data-theme="light"] .sov-eyebrow::after { background: var(--day-warm); }
[data-theme="light"] .sov-sub { color: var(--day-warm); opacity: 0.85; }
[data-theme="light"] .sov-stars { color: var(--day-warm); }
[data-theme="light"] .sov-btn-ghost::after { background: var(--day-warm); }
[data-theme="light"] .sov-btn-ghost:hover { color: var(--day-warm); }
[data-theme="light"] .sov-proof-glass { background: rgba(201,168,76,0.05); border-color: rgba(201,168,76,0.12); }
[data-theme="light"] .sov-pill { background: rgba(201,168,76,0.05); border-color: rgba(201,168,76,0.1); color: var(--text-secondary); }
[data-theme="light"] .sov-pill i { color: var(--day-warm); }
[data-theme="light"] .sov-trust-bar { background: rgba(201,168,76,0.04); border-color: rgba(201,168,76,0.08); }
[data-theme="light"] .sov-trust-bar i { color: var(--day-warm); }
[data-theme="light"] .sov-scroll-thumb { background: var(--day-warm); }
[data-theme="light"] .sov-scroll-track { background: rgba(201,168,76,0.12); }

/* --- Aura hero --- */
[data-theme="light"] .aur-btn-fill { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; }
[data-theme="light"] .aur-btn-line { border-color: rgba(45,106,79,0.2); color: var(--text-primary); }
[data-theme="light"] .aur-badge { color: var(--day-warm); background: rgba(201,168,76,0.08); border-color: rgba(201,168,76,0.15); border-left-color: var(--day-warm); }
[data-theme="light"] .aur-inspired { color: var(--day-warm); }
[data-theme="light"] .aur-chip { background: rgba(255,255,255,0.6); border-color: rgba(0,0,0,0.06); color: var(--text-secondary); }
[data-theme="light"] .aur-chip i { color: var(--day-warm); }
[data-theme="light"] .aur-nav-fill { background: var(--day-warm); }
[data-theme="light"] .aur-nav-dot { background: rgba(201,168,76,0.15); }
[data-theme="light"] .aur-nav-dot.active { background: rgba(201,168,76,0.2); }
[data-theme="light"] .aur-arc-fill { stroke: var(--day-warm); }
[data-theme="light"] .aur-arc-num { color: var(--day-warm); }
[data-theme="light"] .aur-trust-micro i { color: var(--day-warm); }
[data-theme="light"] .aur-ring-outer { border-color: rgba(201,168,76,0.1); }
[data-theme="light"] .aur-ring-outer::before { background: var(--day-warm); box-shadow: 0 0 12px rgba(201,168,76,0.5); }
[data-theme="light"] .aur-ring-inner { border-color: rgba(201,168,76,0.06); }
[data-theme="light"] .aur-cue-line { background: linear-gradient(90deg, transparent, var(--day-warm)); }
[data-theme="light"] .aur-scroll-cue span { color: var(--text-muted); }

/* --- Journey hero --- */
[data-theme="light"] .jrn-btn-buy { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; }
[data-theme="light"] .jrn-btn-cart { border-color: rgba(45,106,79,0.2); color: var(--text-primary); }
[data-theme="light"] .jrn-card-inner { background: rgba(255,255,255,0.92); backdrop-filter: blur(40px); }
[data-theme="light"] .jrn-card-badge { color: var(--day-warm); background: rgba(201,168,76,0.08); border-color: rgba(201,168,76,0.15); }
[data-theme="light"] .jrn-card-inspired { color: var(--day-warm); }
[data-theme="light"] .jrn-card-meta i { color: var(--day-warm); }
[data-theme="light"] .jrn-card-trust i { color: var(--day-warm); }
[data-theme="light"] .jrn-timeline-fill { background: linear-gradient(180deg, var(--day-warm), #a07d2e); }
[data-theme="light"] .jrn-timeline-track { background: rgba(201,168,76,0.12); }
[data-theme="light"] .jrn-timeline-node.active .jrn-node-pip { border-color: var(--day-warm); box-shadow: 0 0 20px rgba(201,168,76,0.3); }
[data-theme="light"] .jrn-timeline-node.active .jrn-node-pip::after { background: var(--day-warm); }
[data-theme="light"] .jrn-node-pip { border-color: rgba(201,168,76,0.25); }
[data-theme="light"] .jrn-timeline-node.active .jrn-node-label,
[data-theme="light"] .jrn-timeline-node:hover .jrn-node-label { color: var(--day-warm); }
[data-theme="light"] .jrn-counter-current { color: var(--day-warm); }
[data-theme="light"] .jrn-card-glass { background: linear-gradient(135deg, rgba(201,168,76,0.12), rgba(201,168,76,0.03), rgba(45,106,79,0.08)); }
[data-theme="light"] .jrn-card-ring { border-color: rgba(201,168,76,0.1); }
[data-theme="light"] .jrn-card-ring::after { border-color: rgba(201,168,76,0.06); }

/* --- Immersive hero --- */
[data-theme="light"] .imm-btn-primary { background: var(--gold); color: #fff; }
[data-theme="light"] .imm-tag { color: var(--day-warm); }
[data-theme="light"] .imm-inspired { color: var(--day-warm); }
[data-theme="light"] .imm-ring-progress { stroke: var(--day-warm) !important; }
[data-theme="light"] .imm-note-wisp i { color: var(--day-warm); }
[data-theme="light"] .imm-orbit-dot { background: var(--day-warm); }
[data-theme="light"] .imm-orbit-ring { border-color: rgba(201,168,76,0.08); }
[data-theme="light"] .imm-tag-line { background: var(--day-warm); }

/* --- Classic slider hero --- */
[data-theme="light"] .slide-tag { background: rgba(201,168,76,0.1); border-color: rgba(201,168,76,0.2); color: var(--day-warm); }
[data-theme="light"] .slide-inspired { color: var(--day-warm); }
[data-theme="light"] .trust-item { color: var(--text-secondary); }
[data-theme="light"] .trust-item i { color: var(--day-warm); }
[data-theme="light"] .meta-chip { background: rgba(201,168,76,0.06); border-color: rgba(201,168,76,0.12); color: var(--text-secondary); }
[data-theme="light"] .meta-chip i { color: var(--day-warm); }
[data-theme="light"] .pip.active span { background: var(--day-warm); }
[data-theme="light"] .slider-arrow { color: var(--text-primary); border-color: rgba(0,0,0,0.08); background: rgba(255,255,255,0.8); }

/* --- Parallax hero --- */
[data-theme="light"] .hpx-overline { color: var(--day-warm); }
[data-theme="light"] .hpx-inspired { color: var(--day-warm); }
[data-theme="light"] .hpx-meta-item i { color: var(--day-warm); }
[data-theme="light"] .hpx-orbit-dot.active { background: var(--day-warm); }

/* --- Navbar --- */
[data-theme="light"] .navbar { background: rgba(245, 243, 238, 0.85); backdrop-filter: blur(20px); }
[data-theme="light"] .navbar.scrolled { background: rgba(245, 243, 238, 0.95); border-bottom-color: rgba(0,0,0,0.06); }
[data-theme="light"] .nav-links a { color: var(--text-primary); }
[data-theme="light"] .nav-links a:hover,
[data-theme="light"] .nav-links a.active { color: var(--gold); }
[data-theme="light"] .search-toggle,
[data-theme="light"] .cart-icon { color: var(--text-primary); }
[data-theme="light"] .cart-count { background: var(--gold); color: #fff; }
[data-theme="light"] .mobile-toggle span { background: var(--text-primary); }

/* --- Buttons global --- */
[data-theme="light"] .btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; }
[data-theme="light"] .btn-primary:hover { box-shadow: 0 8px 24px rgba(45,106,79,0.2); }
[data-theme="light"] .btn-outline { border-color: rgba(45,106,79,0.2); color: var(--text-primary); }
[data-theme="light"] .btn-outline:hover { border-color: var(--gold); color: var(--gold); background: rgba(45,106,79,0.04); }

/* --- Product cards --- */
[data-theme="light"] .product-card { background: var(--bg-card); border-color: rgba(0,0,0,0.06); box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
[data-theme="light"] .product-card:hover { background: var(--bg-card); border-color: rgba(201,168,76,0.2); box-shadow: 0 8px 28px rgba(0,0,0,0.08); }
[data-theme="light"] .product-card .product-name { color: var(--text-primary); }
[data-theme="light"] .product-card .inspired-label { color: var(--day-warm); }
[data-theme="light"] .product-card .product-price { color: var(--text-primary); }

/* --- Footer --- */
[data-theme="light"] .footer { background: #E8E5DF; color: var(--text-secondary); }
[data-theme="light"] .footer-wave path { fill: #E8E5DF; }
[data-theme="light"] .footer h4 { color: var(--text-primary); }
[data-theme="light"] .footer a { color: var(--text-secondary); }
[data-theme="light"] .footer a:hover { color: var(--gold); }
[data-theme="light"] .footer-brand p { color: var(--text-secondary); }
[data-theme="light"] .footer-bottom { border-top-color: rgba(0,0,0,0.06); color: var(--text-muted); }
[data-theme="light"] .footer-socials .social-link { color: var(--text-primary); background: rgba(201,168,76,0.08); border-color: rgba(201,168,76,0.12); }
[data-theme="light"] .footer-socials .social-link:hover { background: var(--day-warm); color: #fff; }

/* --- Loader --- */
[data-theme="light"] #page-loader { background: var(--bg-primary); }
[data-theme="light"] .loader-bar { background: rgba(45,106,79,0.1); }
[data-theme="light"] .loader-progress { background: linear-gradient(90deg, var(--gold), var(--day-warm)); }

/* --- Features strip --- */
[data-theme="light"] .features-strip { background: var(--bg-secondary); border-color: rgba(0,0,0,0.04); }
[data-theme="light"] .feature-item i { color: var(--day-warm); }
[data-theme="light"] .feature-item span { color: var(--text-secondary); }

/* --- Section headers --- */
[data-theme="light"] .section-subtitle { color: var(--day-warm); }
[data-theme="light"] .section-title { color: var(--text-primary); }

/* --- Category cards --- */
[data-theme="light"] .cat-card { background: var(--bg-card); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .cat-card:hover { border-color: rgba(201,168,76,0.2); }
[data-theme="light"] .cat-card h3 { color: var(--text-primary); }
[data-theme="light"] .cat-card p { color: var(--text-secondary); }
[data-theme="light"] .cat-icon-wrap i { color: var(--day-warm); }
[data-theme="light"] .cat-icon-ring { border-color: rgba(201,168,76,0.15); }
[data-theme="light"] .cat-cta { color: var(--gold); }

/* --- Testimonials --- */
[data-theme="light"] .testimonial-card { background: var(--bg-card); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .testimonial-stars i { color: var(--day-warm); }
[data-theme="light"] .testimonial-card p { color: var(--text-secondary); }
[data-theme="light"] .author-avatar { background: var(--gold); color: #fff; }

/* --- Newsletter --- */
[data-theme="light"] .newsletter-card { background: var(--bg-card); border-color: rgba(201,168,76,0.1); }
[data-theme="light"] .newsletter-card h2 { color: var(--text-primary); }
[data-theme="light"] .newsletter-card p { color: var(--text-secondary); }
[data-theme="light"] .newsletter-form input { background: var(--bg-secondary); border-color: rgba(0,0,0,0.06); color: var(--text-primary); }

/* --- Promo banner --- */
[data-theme="light"] .promo-banner { background: var(--gold-dark); }
[data-theme="light"] .promo-content h2 { color: #fff; }
[data-theme="light"] .promo-content p { color: rgba(255,255,255,0.85); }

/* --- Steps --- */
[data-theme="light"] .step-card { background: var(--bg-card); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .step-card h3 { color: var(--text-primary); }
[data-theme="light"] .step-card p { color: var(--text-secondary); }
[data-theme="light"] .step-icon i { color: var(--day-warm); }
[data-theme="light"] .step-number { color: rgba(201,168,76,0.2); }
[data-theme="light"] .step-connector i { color: rgba(201,168,76,0.3); }

/* --- Search overlay --- */
[data-theme="light"] .search-overlay { background: rgba(245,243,238,0.96); }
[data-theme="light"] .search-overlay input { background: var(--bg-card); color: var(--text-primary); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .search-close { color: var(--text-primary); }

/* --- Product detail --- */
[data-theme="light"] .gallery-main { background: var(--bg-secondary); }
[data-theme="light"] .gallery-main::after { background: linear-gradient(180deg, rgba(245,243,238,0.05), rgba(245,243,238,0.3)) !important; }
[data-theme="light"] .product-detail-info h1 { color: var(--text-primary); }
[data-theme="light"] .inspired-by { color: var(--day-warm); }
[data-theme="light"] .product-detail-price { color: var(--text-primary); }
[data-theme="light"] .product-detail-price .old { color: var(--text-muted); }
[data-theme="light"] .detail-section h3 { color: var(--text-primary); }
[data-theme="light"] .size-option { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .size-option.active { background: var(--gold); color: #fff; border-color: var(--gold); }
[data-theme="light"] .qty-btn { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .qty-value { background: var(--bg-card); color: var(--text-primary); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .note-card { background: var(--bg-secondary); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .note-card h4 { color: var(--day-warm); }
[data-theme="light"] .note-card p { color: var(--text-secondary); }
[data-theme="light"] .delivery-note { background: var(--bg-secondary); border-color: rgba(201,168,76,0.1); color: var(--text-secondary); }
[data-theme="light"] .delivery-note i { color: var(--day-warm); }
[data-theme="light"] .breadcrumb a { color: var(--text-muted); }
[data-theme="light"] .breadcrumb a:hover { color: var(--gold); }
[data-theme="light"] .breadcrumb .separator { color: var(--text-muted); }

/* --- Cart / Checkout --- */
[data-theme="light"] .checkout-section { background: var(--bg-card); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .checkout-header h1 { color: var(--text-primary); }
[data-theme="light"] .section-header h2 { color: var(--text-primary); }
[data-theme="light"] .section-number { background: var(--gold); color: #fff; }
[data-theme="light"] .summary-card { background: var(--bg-card); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .summary-card h3 { color: var(--text-primary); }
[data-theme="light"] .checkout-item { border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .checkout-item h4 { color: var(--text-primary); }
[data-theme="light"] .checkout-item .item-meta { color: var(--text-muted); }
[data-theme="light"] .checkout-item .item-total { color: var(--text-primary); }
[data-theme="light"] .checkout-form label { color: var(--text-primary); }
[data-theme="light"] .checkout-form label i { color: var(--day-warm); }
[data-theme="light"] .checkout-form input,
[data-theme="light"] .checkout-form textarea { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .select-trigger { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .select-menu { background: var(--bg-card); border-color: rgba(0,0,0,0.08); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
[data-theme="light"] .select-option { color: var(--text-primary); }
[data-theme="light"] .select-option:hover { background: rgba(45,106,79,0.06); }
[data-theme="light"] .select-option.selected { background: rgba(45,106,79,0.1); }
[data-theme="light"] .summary-line span { color: var(--text-secondary); }
[data-theme="light"] .summary-total span { color: var(--text-primary); }
[data-theme="light"] .total-amount { color: var(--text-primary); }
[data-theme="light"] .place-order-btn { background: var(--gold); color: #fff; }
[data-theme="light"] .place-order-btn:hover { background: var(--gold-light); }
[data-theme="light"] .mobile-checkout-btn { background: var(--gold); color: #fff; }
[data-theme="light"] .mobile-checkout-bar { background: rgba(245,243,238,0.95); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .mobile-total span { color: var(--text-secondary); }
[data-theme="light"] .mobile-total strong { color: var(--text-primary); }
[data-theme="light"] .promo-input-wrap input { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .promo-input-wrap button { background: var(--gold); color: #fff; }
[data-theme="light"] .promo-applied { background: rgba(45,106,79,0.06); border-color: rgba(45,106,79,0.12); }
[data-theme="light"] .promo-code { color: var(--gold); }
[data-theme="light"] .trust-badges .trust-item i { color: var(--day-warm); }
[data-theme="light"] .secure-badge { color: var(--text-muted); }
[data-theme="light"] .secure-badge i { color: var(--day-warm); }
[data-theme="light"] .back-link { color: var(--text-secondary); }
[data-theme="light"] .back-link:hover { color: var(--gold); }
[data-theme="light"] .shipping-note { color: var(--text-muted); }
[data-theme="light"] .shipping-note i { color: var(--day-warm); }

/* --- Filter bar (shop) --- */
[data-theme="light"] .filter-tab { background: var(--bg-secondary); border-color: rgba(0,0,0,0.06); color: var(--text-secondary); }
[data-theme="light"] .filter-tab:hover { color: var(--text-primary); border-color: rgba(201,168,76,0.2); }
[data-theme="light"] .filter-tab.active { background: var(--gold); color: #fff; border-color: var(--gold); }
[data-theme="light"] .sort-select { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .results-count { color: var(--text-muted); }
[data-theme="light"] .shop-title { color: var(--text-primary); }

/* --- Scroll indicator, back to top --- */
[data-theme="light"] .back-to-top { background: var(--gold); color: #fff; box-shadow: 0 4px 16px rgba(45,106,79,0.2); }

/* --- Promo widget --- */
[data-theme="light"] .promo-float-widget { background: var(--bg-card); border-color: rgba(0,0,0,0.08); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
[data-theme="light"] .promo-float-title { color: var(--text-primary); }
[data-theme="light"] .promo-float-subtitle { color: var(--text-secondary); }

/* --- Discount badges --- */
[data-theme="light"] .discount-badge,
[data-theme="light"] .sov-price-badge,
[data-theme="light"] .prs-price-tag,
[data-theme="light"] .aur-price-tag,
[data-theme="light"] .jrn-price-discount {
    background: rgba(155,34,38,0.1);
    border-color: rgba(155,34,38,0.15);
    color: #9B2226;
}

/* --- Contact page --- */
[data-theme="light"] .contact-form input,
[data-theme="light"] .contact-form textarea,
[data-theme="light"] .contact-form select { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .contact-form label { color: var(--text-primary); }
[data-theme="light"] .contact-info-card { background: var(--bg-card); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .contact-info-card h3 { color: var(--text-primary); }
[data-theme="light"] .contact-info-card p { color: var(--text-secondary); }
[data-theme="light"] .contact-info-card i { color: var(--day-warm); }

/* --- Social links --- */
[data-theme="light"] .social-link { background: rgba(201,168,76,0.08); border-color: rgba(201,168,76,0.12); color: var(--text-primary); }
[data-theme="light"] .social-link:hover { background: var(--day-warm); color: #fff; }

/* --- Promo product page (hardcoded colors) --- */
[data-theme="light"] .promo-image-wrapper { background: linear-gradient(145deg, var(--bg-secondary), var(--bg-card)); box-shadow: 0 25px 50px rgba(0,0,0,0.08); }
[data-theme="light"] .promo-title { color: var(--text-primary); }
[data-theme="light"] .promo-description { color: var(--text-secondary); }
[data-theme="light"] .promo-price-current { color: var(--text-primary); }
[data-theme="light"] .promo-price-original { color: var(--text-muted); }
[data-theme="light"] .promo-features li { color: var(--text-secondary); }
[data-theme="light"] .promo-features i { color: var(--day-warm); }
[data-theme="light"] .promo-btn-primary { background: var(--gold); color: #fff; }
[data-theme="light"] .promo-btn-secondary { background: rgba(45,106,79,0.06); border-color: rgba(45,106,79,0.2); color: var(--text-primary); }
[data-theme="light"] .promo-input { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .promo-input::placeholder { color: var(--text-muted); }
[data-theme="light"] .promo-error h2 { color: var(--text-primary); }
[data-theme="light"] .promo-error p { color: var(--text-secondary); }
[data-theme="light"] .location-trigger { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .location-search { background: var(--bg-secondary); border-color: rgba(0,0,0,0.08); color: var(--text-primary); }
[data-theme="light"] .location-search::placeholder { color: var(--text-muted); }
[data-theme="light"] .location-option { color: var(--text-primary); }
[data-theme="light"] .location-option:hover { background: rgba(45,106,79,0.06); }
[data-theme="light"] .location-dropdown { background: var(--bg-card); border-color: rgba(0,0,0,0.08); }

/* --- Canvas / cursor — adapt colors for light mode --- */
[data-theme="light"] #particles-canvas { opacity: 0.5; }
[data-theme="light"] #cursor-glow {
    opacity: 0.15;
    background: radial-gradient(circle, rgba(45, 106, 79, 0.08) 0%, transparent 70%);
}

/* --- About page --- */
[data-theme="light"] .about-hero h1 { color: var(--text-primary); }
[data-theme="light"] .about-hero p { color: var(--text-secondary); }
[data-theme="light"] .about-content h2 { color: var(--text-primary); }
[data-theme="light"] .about-content p { color: var(--text-secondary); }
[data-theme="light"] .about-value-icon { color: var(--day-warm); }

/* --- Pagination --- */
[data-theme="light"] .pagination-page { background: var(--bg-secondary); border-color: rgba(0,0,0,0.06); color: var(--text-primary); }
[data-theme="light"] .pagination-page.active { background: var(--gold); color: #fff; border-color: var(--gold); }
[data-theme="light"] .pagination-btn { background: var(--bg-secondary); border-color: rgba(0,0,0,0.06); color: var(--text-primary); }
[data-theme="light"] .pagination-summary { color: var(--text-muted); }

/* --- Cart empty state --- */
[data-theme="light"] .cart-empty h2 { color: var(--text-primary); }
[data-theme="light"] .cart-empty p { color: var(--text-secondary); }
[data-theme="light"] .cart-empty i,
[data-theme="light"] .checkout-empty .empty-icon i { color: var(--text-muted); }

/* --- Quick category links in hero --- */
[data-theme="light"] .hero-quick-cats .quick-cat { color: var(--text-secondary); background: rgba(255,255,255,0.7); border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .hero-quick-cats .quick-cat:hover { color: var(--gold); border-color: var(--gold); }
[data-theme="light"] .hero-quick-cats .quick-cat.highlight { background: var(--gold); color: #fff; border-color: var(--gold); }
[data-theme="light"] .hero-quick-cats .quick-cat i { color: var(--day-warm); }
[data-theme="light"] .hero-quick-cats .quick-cat.highlight i { color: #fff; }

/* ========== THEME TOGGLE BUTTON ========== */
.theme-toggle {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--bg-card);
    color: var(--gold);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.theme-toggle:hover {
    transform: scale(1.08);
    box-shadow: var(--shadow-gold);
    border-color: var(--gold);
}

.theme-toggle:active {
    transform: scale(0.95);
}

.theme-toggle .toggle-icon-sun,
.theme-toggle .toggle-icon-moon {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.theme-toggle .toggle-icon-sun {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme-toggle .toggle-icon-moon {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
}

[data-theme="light"] .theme-toggle .toggle-icon-sun {
    opacity: 0;
    transform: rotate(90deg) scale(0.5);
}

[data-theme="light"] .theme-toggle .toggle-icon-moon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme-toggle[hidden] { display: none; }

@media (max-width: 768px) {
    .theme-toggle {
        width: 44px;
        height: 44px;
        bottom: 20px;
        left: 20px;
        font-size: 1rem;
    }
}

/* ========== SMOOTH THEME TRANSITION ========== */
html.theme-transitioning,
html.theme-transitioning *,
html.theme-transitioning *::before,
html.theme-transitioning *::after {
    transition: background-color 0.5s ease,
                color 0.5s ease,
                border-color 0.5s ease,
                box-shadow 0.5s ease,
                fill 0.5s ease,
                stroke 0.5s ease !important;
}

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

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--gold-dark) var(--bg-primary);
}

html::-webkit-scrollbar { width: 8px; }
html::-webkit-scrollbar-track { background: var(--bg-primary); }
html::-webkit-scrollbar-thumb {
    background: var(--gold-dark);
    border-radius: 4px;
}

body {
    font-family: var(--font-body);
    background: var(--bg-primary);
    color: var(--text-primary);
    overflow-x: hidden;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-padding {
    padding: 100px 0;
}

.shop-catalog-section {
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.filter-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-tabs::-webkit-scrollbar {
    display: none;
}

.filter-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.filter-tab,
.sort-select {
    min-height: 46px;
}

.results-count {
    color: var(--text-muted);
    font-size: 0.95rem;
    white-space: nowrap;
}

.sort-select {
    min-width: 220px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    color: var(--text-secondary);
    padding: 0 18px;
    border-radius: 16px;
    outline: none;
}

.filter-tab {
    background: rgba(22, 22, 31, 0.9);
    border: 1px solid var(--border);
    color: var(--text-secondary);
    padding: 0 24px;
    border-radius: 999px;
    font-size: 0.95rem;
    transition: var(--transition-fast);
}

.filter-tab.active,
.filter-tab:hover {
    background: var(--gold);
    color: var(--bg-primary);
    border-color: var(--gold);
}

.shop-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.shop-pagination[hidden] {
    display: none !important;
}

.pagination-summary {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.pagination-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.pagination-btn,
.pagination-page {
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: var(--bg-card);
    color: var(--text-secondary);
    padding: 0 16px;
    font-family: var(--font-body);
    font-size: 0.92rem;
    transition: var(--transition-fast);
    cursor: pointer;
}

.pagination-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pagination-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.pagination-page {
    min-width: 44px;
    padding: 0 12px;
}

.pagination-page.active,
.pagination-page:hover,
.pagination-btn:not(:disabled):hover {
    background: var(--gold);
    color: var(--bg-primary);
    border-color: var(--gold);
}

.pagination-ellipsis {
    color: var(--text-muted);
    font-size: 1rem;
    padding: 0 2px;
}

/* ========== PAGE LOADER ========== */
#page-loader {
    position: fixed;
    inset: 0;
    background: var(--bg-primary);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#page-loader.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader-logo {
    width: 160px;
    animation: pulse-glow 1.5s ease-in-out infinite;
}

.loader-bar {
    width: 160px;
    height: 2px;
    background: var(--border);
    margin-top: 28px;
    border-radius: 2px;
    overflow: hidden;
}

.loader-progress {
    height: 100%;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light));
    border-radius: 2px;
    animation: loader-fill 1.5s ease-in-out forwards;
}

@keyframes loader-fill {
    0% { width: 0; }
    100% { width: 100%; }
}

/* ========== CURSOR GLOW ========== */
#cursor-glow {
    position: fixed;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    display: none;
}

/* ========== PARTICLES ========== */
#particles-canvas {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* ========== NAVBAR ========== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 16px 0;
    min-height: 90px;
    transition: var(--transition);
    background: transparent;
}

.navbar.scrolled {
    background: rgba(10, 10, 15, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 0;
    min-height: 70px;
    border-bottom: 1px solid var(--border);
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
}

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

.nav-logo img {
    display: block;
    height: 72px;
    width: auto;
    max-height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(201, 168, 76, 0.18));
    transition: height var(--transition), filter var(--transition);
}

.navbar.scrolled .nav-logo img {
    height: 60px;
    max-height: 60px;
}

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

.nav-links a {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-secondary);
    position: relative;
    padding: 4px 0;
    transition: var(--transition-fast);
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--gold);
    transition: var(--transition);
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--gold);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-toggle,
.cart-icon {
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition-fast);
    position: relative;
}

.search-toggle:hover,
.cart-icon:hover {
    color: var(--gold);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--gold);
    color: var(--bg-primary);
    font-size: 0.65rem;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.mobile-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-primary);
    transition: var(--transition);
    border-radius: 2px;
}

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Search Overlay */
.search-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 10, 15, 0.98);
    backdrop-filter: blur(20px);
    padding: 24px;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border-bottom: 1px solid var(--border);
}

.search-overlay.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.search-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    gap: 12px;
}

.search-container input {
    flex: 1;
    background: var(--bg-card);
    border: 1px solid var(--border);
    padding: 12px 20px;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 1rem;
    border-radius: var(--radius);
    outline: none;
    transition: var(--transition);
}

.search-container input:focus {
    border-color: var(--gold);
}

.search-close {
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 1.2rem;
    cursor: pointer;
    transition: var(--transition-fast);
}

.search-close:hover { color: var(--gold); }

/* ========== HERO SLIDER ========== */
.hero-slider {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 80px;
    z-index: 2;
    touch-action: pan-y;
}

.hero-slides {
    position: relative;
    height: calc(100vh - 80px);
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
}

.slide-bg-gradient {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.slide-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
}

.slide-tag {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--bg-primary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.hero-slide.active .slide-tag {
    animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.slide-title {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 5.5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--text-primary) 40%, var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-slide.active .slide-title {
    animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.slide-inspired {
    font-family: var(--font-elegant);
    font-size: 1.15rem;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.hero-slide.active .slide-inspired {
    animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

.slide-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.75;
    max-width: 460px;
    margin-bottom: 24px;
}

.hero-slide.active .slide-desc {
    animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.slide-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.hero-slide.active .slide-price {
    animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.45s both;
}

.current-price {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--gold);
}

.old-price {
    font-size: 1.1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.discount-badge {
    background: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.slide-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.hero-slide.active .slide-actions {
    animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both;
}

.slide-trust {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-slide.active .slide-trust {
    animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.65s both;
}

.trust-item {
    font-size: 0.78rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.3px;
}

.trust-item i {
    color: var(--gold);
    font-size: 0.85rem;
}

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

/* Slide Product Spotlight */
.slide-product {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-spotlight {
    position: relative;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spotlight-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.2) 0%, transparent 70%);
    animation: pulse-glow 3s ease-in-out infinite;
}

.spotlight-img {
    position: relative;
    z-index: 2;
    height: 480px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 50px rgba(201, 168, 76, 0.35));
}

.hero-slide.active .spotlight-img {
    animation: spotlightEntry 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

@keyframes spotlightEntry {
    from { opacity: 0; transform: scale(0.8) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.spotlight-img.spotlight-square {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(201, 168, 76, 0.25);
    box-shadow: 0 0 40px rgba(201, 168, 76, 0.15);
}

.spotlight-ring {
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.1);
    animation: ring-rotate 20s linear infinite;
}

.spotlight-ring::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--gold-glow);
}

@keyframes ring-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.product-meta-float {
    position: absolute;
    bottom: 30px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-slide.active .product-meta-float {
    animation: slideInUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.7s both;
}

.meta-chip {
    background: rgba(22, 22, 31, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border);
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.meta-chip i {
    color: var(--gold);
    font-size: 0.7rem;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    bottom: 70px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.slider-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(22, 22, 31, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-fast);
    font-size: 0.85rem;
}

.slider-arrow:hover {
    background: var(--gold);
    color: var(--bg-primary);
    border-color: var(--gold);
}

.slider-pips {
    display: flex;
    gap: 6px;
}

.pip {
    width: 32px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    transition: background 0.3s;
}

.pip.active {
    background: rgba(255, 255, 255, 0.2);
}

.pip span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--gold);
    border-radius: 2px;
}

.pip.active span {
    animation: pip-fill 5s linear forwards;
}

@keyframes pip-fill {
    from { width: 0; }
    to { width: 100%; }
}

/* Quick Category Bar */
.hero-quick-cats {
    position: absolute;
    bottom: 70px;
    right: 24px;
    display: flex;
    gap: 6px;
    z-index: 10;
    background: rgba(22, 22, 31, 0.6);
    backdrop-filter: blur(16px);
    padding: 5px;
    border-radius: 50px;
    border: 1px solid var(--border);
}

.quick-cat {
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    transition: var(--transition-fast);
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.quick-cat:hover {
    color: var(--gold);
    background: rgba(201, 168, 76, 0.08);
}

.quick-cat.highlight {
    background: var(--gold);
    color: var(--bg-primary);
}

.quick-cat.highlight:hover {
    background: var(--gold-light);
    color: var(--bg-primary);
}

.quick-cat i {
    font-size: 0.7rem;
}

/* ========== HERO SECTION 2: CINEMATIC PARALLAX ========== */
.hero-parallax {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 80px;
    z-index: 2;
    background: var(--bg-primary);
}

.hpx-depth-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hpx-layer {
    position: absolute;
    inset: -40px;
    transition: transform 0.15s ease-out;
    will-change: transform;
}

.hpx-layer-far {
    background:
        radial-gradient(ellipse 600px 500px at 20% 30%, rgba(107, 45, 62, 0.18) 0%, transparent 70%),
        radial-gradient(ellipse 500px 400px at 80% 70%, rgba(201, 168, 76, 0.1) 0%, transparent 70%);
}

.hpx-layer-mid {
    background:
        radial-gradient(circle 350px at 65% 40%, rgba(201, 168, 76, 0.12) 0%, transparent 70%),
        radial-gradient(circle 300px at 30% 65%, rgba(139, 94, 60, 0.1) 0%, transparent 70%);
}

.hpx-layer-near {
    background:
        radial-gradient(circle 200px at 50% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 60%);
}

.hpx-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(10, 10, 15, 0.65) 100%);
    pointer-events: none;
    z-index: 1;
}

.hpx-content {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 48px;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding-top: 40px;
    padding-bottom: 60px;
}

.hpx-headline {
    text-align: left;
    animation: hpxFadeInLeft 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.hpx-overline {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201, 168, 76, 0.3);
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.hpx-title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1px;
    background: linear-gradient(160deg, var(--text-primary) 30%, var(--gold-light) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
}

.hpx-inspired {
    font-family: var(--font-elegant);
    font-size: 1.2rem;
    font-style: italic;
    color: var(--gold);
    letter-spacing: 0.5px;
}

.hpx-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: hpxFadeInScale 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.hpx-bottle-stage {
    position: relative;
    width: 400px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hpx-bottle-aura {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.2) 0%, rgba(201, 168, 76, 0.05) 50%, transparent 70%);
    animation: hpxAuraPulse 4s ease-in-out infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hpx-bottle-img {
    position: relative;
    z-index: 2;
    height: 460px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 30px 60px rgba(201, 168, 76, 0.3));
    transition: opacity 0.3s ease, transform 0.15s ease-out;
    will-change: transform;
}

.hpx-bottle-reflection {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 60px;
    background: radial-gradient(ellipse, rgba(201, 168, 76, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(8px);
}

.hpx-details {
    text-align: left;
    animation: hpxFadeInRight 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}

.hpx-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 400px;
    margin-bottom: 24px;
}

.hpx-price-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.hpx-price {
    font-family: var(--font-display);
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--gold);
}

.hpx-old-price {
    font-size: 1.1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.hpx-discount {
    background: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
}

.hpx-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.hpx-meta-strip {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hpx-meta-item {
    font-size: 0.78rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.hpx-meta-item i {
    color: var(--gold);
    font-size: 0.8rem;
}

.hpx-orbit-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 10;
}

.hpx-orbit-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(201, 168, 76, 0.3);
    background: transparent;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    padding: 0;
}

.hpx-orbit-dot.active {
    border-color: var(--gold);
    background: var(--gold);
    box-shadow: 0 0 16px rgba(201, 168, 76, 0.4);
}

.hpx-orbit-dot:hover {
    border-color: var(--gold);
}

.hpx-orbit-label {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text-secondary);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.hpx-orbit-dot:hover .hpx-orbit-label {
    opacity: 1;
}

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

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

@keyframes hpxFadeInScale {
    from { opacity: 0; transform: scale(0.85); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes hpxAuraPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

@media (max-width: 1024px) {
    .hpx-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 32px;
        padding-bottom: 80px;
    }

    .hpx-headline { text-align: center; }
    .hpx-details { text-align: center; }
    .hpx-desc { margin: 0 auto 24px; }
    .hpx-actions { justify-content: center; }
    .hpx-meta-strip { justify-content: center; }
    .hpx-showcase { order: -1; }
    .hpx-bottle-stage { width: 280px; height: 380px; }
    .hpx-bottle-img { height: 340px; }
}

@media (max-width: 768px) {
    .hpx-title { font-size: 2.4rem; }
    .hpx-price { font-size: 2rem; }
    .hpx-bottle-stage { width: 220px; height: 300px; }
    .hpx-bottle-img { height: 270px; }
    .hpx-orbit-nav { display: none; }
}

@media (max-width: 480px) {
    .hpx-actions .btn { width: 100%; justify-content: center; }
    .hpx-bottle-stage { width: 200px; height: 260px; }
    .hpx-bottle-img { height: 240px; }
}

/* ========== HERO SECTION 3: EDITORIAL / MAGAZINE ========== */
.hero-editorial {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 80px;
    z-index: 2;
    background: var(--bg-primary);
}

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

.hed-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 0;
    min-height: calc(100vh - 80px);
}

.hed-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: calc(100vh - 80px);
}

.hed-feature-media {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.05), rgba(10, 10, 15, 0.9));
}

.hed-feature-img {
    width: auto;
    height: 70%;
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 20px 50px rgba(201, 168, 76, 0.25));
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hed-feature-img.hed-revealed {
    opacity: 1;
    transform: translateY(0);
}

.hed-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(10, 10, 15, 0.3) 100%);
    pointer-events: none;
}

.hed-feature-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 48px;
    border-left: 1px solid var(--border);
}

.hed-feature-body > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hed-feature-body > .hed-text-in {
    opacity: 1;
    transform: translateY(0);
}

.hed-label {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    position: relative;
    padding-left: 24px;
}

.hed-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: var(--gold);
}

.hed-feature-title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 4vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.hed-feature-inspired {
    font-family: var(--font-elegant);
    font-size: 1.1rem;
    font-style: italic;
    color: var(--gold);
    margin-bottom: 20px;
}

.hed-feature-desc {
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 440px;
}

.hed-feature-price {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.hed-price-main {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--gold);
}

.hed-price-old {
    font-size: 1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.hed-price-badge {
    background: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
}

.hed-feature-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.hed-feature-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hed-feature-meta span {
    font-size: 0.76rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.hed-feature-meta i {
    color: var(--gold);
    font-size: 0.8rem;
}

/* Sidebar cards */
.hed-sidebar {
    border-left: 1px solid var(--border);
    padding: 0;
    display: flex;
    flex-direction: column;
}

.hed-sidebar-header {
    padding: 24px 28px;
    border-bottom: 1px solid var(--border);
}

.hed-sidebar-tag {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
}

.hed-card {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 0;
    border-bottom: 1px solid var(--border);
    transition: background 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
    flex: 1;
}

.hed-card.hed-card-revealed {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease;
}

.hed-card:hover {
    background: rgba(201, 168, 76, 0.04);
}

.hed-card-media {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 168, 76, 0.03);
    padding: 12px;
}

.hed-card-media img {
    width: 100%;
    height: 100%;
    max-height: 160px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
    transition: transform 0.4s ease;
}

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

.hed-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px;
}

.hed-card-badge {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}

.hed-card-title {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.hed-card-inspired {
    font-family: var(--font-elegant);
    font-size: 0.88rem;
    font-style: italic;
    color: var(--text-secondary);
    margin-bottom: 10px;
}

.hed-card-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hed-card-price span {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gold);
}

.hed-card-price del {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.hed-scroll-cue {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.hed-scroll-cue span {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.hed-scroll-cue i {
    color: var(--gold);
    font-size: 0.7rem;
    animation: hedBounce 1.5s ease-in-out infinite;
}

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

@media (max-width: 1024px) {
    .hed-grid {
        grid-template-columns: 1fr;
    }

    .hed-feature {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hed-feature-media {
        min-height: 350px;
    }

    .hed-feature-body {
        border-left: none;
        border-top: 1px solid var(--border);
        padding: 40px 32px;
    }

    .hed-sidebar {
        border-left: none;
        border-top: 1px solid var(--border);
        flex-direction: row;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hed-sidebar::-webkit-scrollbar { display: none; }

    .hed-sidebar-header {
        display: none;
    }

    .hed-card {
        grid-template-columns: 100px 1fr;
        min-width: 280px;
        border-bottom: none;
        border-right: 1px solid var(--border);
    }

    .hed-scroll-cue { display: none; }
}

@media (max-width: 768px) {
    .hed-feature-media { min-height: 280px; }
    .hed-feature-body { padding: 32px 24px; }
    .hed-feature-title { font-size: 2rem; }
    .hed-price-main { font-size: 2rem; }

    .hed-sidebar {
        flex-direction: column;
    }

    .hed-card {
        min-width: unset;
        border-right: none;
        border-bottom: 1px solid var(--border);
    }
}

@media (max-width: 480px) {
    .hed-feature-actions .btn { width: 100%; justify-content: center; }
    .hed-feature-img { max-height: 300px; }
    .hed-card { grid-template-columns: 90px 1fr; }
}

/* ========== HERO SECTION 4: LUXE IMMERSIVE ========== */
.hero-immersive {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 80px;
    z-index: 2;
    background: var(--bg-primary);
}

.imm-particle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Morphing gradient blobs */
.imm-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    z-index: 0;
    will-change: transform;
}

.imm-blob-1 {
    width: 500px;
    height: 500px;
    top: 10%;
    left: 15%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.14), transparent 70%);
    animation: immBlob1 12s ease-in-out infinite;
}

.imm-blob-2 {
    width: 400px;
    height: 400px;
    bottom: 15%;
    right: 10%;
    background: radial-gradient(circle, rgba(107, 45, 62, 0.12), transparent 70%);
    animation: immBlob2 15s ease-in-out infinite;
}

.imm-blob-3 {
    width: 350px;
    height: 350px;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(139, 94, 60, 0.1), transparent 70%);
    animation: immBlob3 18s ease-in-out infinite;
}

@keyframes immBlob1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(60px, -40px) scale(1.15); }
    50% { transform: translate(-30px, 50px) scale(0.9); }
    75% { transform: translate(40px, 30px) scale(1.1); }
}

@keyframes immBlob2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-50px, -30px) scale(1.2); }
    66% { transform: translate(40px, 40px) scale(0.85); }
}

@keyframes immBlob3 {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    25% { transform: translate(-40%, -55%) scale(1.1); }
    50% { transform: translate(-55%, -45%) scale(0.95); }
    75% { transform: translate(-48%, -52%) scale(1.08); }
}

/* Fragrance wisps */
.imm-wisp {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

.imm-wisp svg {
    width: 300px;
    height: auto;
}

.imm-wisp-1 {
    top: 20%;
    right: -50px;
    animation: immWispDrift1 20s linear infinite;
}

.imm-wisp-2 {
    bottom: 30%;
    left: -80px;
    animation: immWispDrift2 25s linear infinite;
}

.imm-wisp-3 {
    top: 60%;
    right: 20%;
    animation: immWispDrift3 22s linear infinite;
}

@keyframes immWispDrift1 {
    0% { transform: translateX(100px) translateY(0); opacity: 0; }
    10% { opacity: 0.6; }
    90% { opacity: 0.6; }
    100% { transform: translateX(-800px) translateY(-40px); opacity: 0; }
}

@keyframes immWispDrift2 {
    0% { transform: translateX(-100px) translateY(0); opacity: 0; }
    10% { opacity: 0.5; }
    90% { opacity: 0.5; }
    100% { transform: translateX(900px) translateY(30px); opacity: 0; }
}

@keyframes immWispDrift3 {
    0% { transform: translateX(0) translateY(20px); opacity: 0; }
    15% { opacity: 0.4; }
    85% { opacity: 0.4; }
    100% { transform: translateX(-700px) translateY(-50px); opacity: 0; }
}

/* Main content grid */
.imm-content {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
    min-height: calc(100vh - 80px);
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Left column — text */
.imm-left {
    animation: immFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

.imm-tag-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.imm-tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--bg-primary);
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    padding: 6px 18px;
    border-radius: 50px;
    animation: immTagPulse 3s ease-in-out infinite;
}

.imm-tag-line {
    display: block;
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
    animation: immLineGrow 1.2s ease-out 0.8s both;
}

@keyframes immTagPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.3); }
    50% { box-shadow: 0 0 20px 4px rgba(201, 168, 76, 0.15); }
}

@keyframes immLineGrow {
    from { width: 0; opacity: 0; }
    to { width: 50px; opacity: 1; }
}

/* Kinetic title with per-character animation */
.imm-title {
    font-family: var(--font-display);
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.imm-char {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px) rotateX(40deg);
    animation: immCharIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    background: linear-gradient(160deg, var(--text-primary) 40%, var(--gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes immCharIn {
    to { opacity: 1; transform: translateY(0) rotateX(0deg); }
}

.imm-inspired {
    font-family: var(--font-elegant);
    font-size: 1.15rem;
    font-style: italic;
    color: var(--gold);
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    animation: immFadeUp 0.7s ease 1.2s both;
}

.imm-desc {
    font-size: 0.92rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 420px;
    margin-bottom: 24px;
    animation: immFadeUp 0.7s ease 1.35s both;
}

.imm-price-block {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    animation: immFadeUp 0.7s ease 1.5s both;
}

.imm-price {
    font-family: var(--font-display);
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--gold);
    text-shadow: 0 0 30px rgba(201, 168, 76, 0.25);
}

.imm-old-price {
    font-size: 1.1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.imm-discount {
    background: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
}

/* Buttons with animated backgrounds */
.imm-actions {
    display: flex;
    gap: 14px;
    margin-bottom: 28px;
    flex-wrap: wrap;
    animation: immFadeUp 0.7s ease 1.65s both;
}

.imm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 34px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    text-decoration: none;
}

.imm-btn:hover {
    transform: translateY(-3px);
}

.imm-btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--bg-primary);
    box-shadow: 0 6px 30px rgba(201, 168, 76, 0.3);
}

.imm-btn-primary:hover {
    box-shadow: 0 10px 40px rgba(201, 168, 76, 0.45);
}

.imm-btn-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.imm-btn-primary:hover .imm-btn-bg {
    opacity: 1;
}

.imm-btn-ghost {
    background: transparent;
    color: var(--gold);
    border: none;
}

.imm-btn-border {
    position: absolute;
    inset: 0;
    border-radius: 50px;
    border: 1.5px solid var(--gold);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: -1;
}

.imm-btn-ghost:hover .imm-btn-border {
    border-color: var(--gold-light);
    box-shadow: inset 0 0 20px rgba(201, 168, 76, 0.1), 0 0 20px rgba(201, 168, 76, 0.1);
}

.imm-btn-ghost:hover {
    color: var(--gold-light);
}

.imm-trust-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    animation: immFadeUp 0.7s ease 1.8s both;
}

.imm-trust {
    font-size: 0.76rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

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

/* Center column — bottle */
.imm-center {
    position: relative;
    width: 420px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: immFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}

/* Orbit rings */
.imm-bottle-orbit {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imm-orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.06);
}

.imm-ring-1 {
    width: 380px;
    height: 380px;
    animation: immOrbitSpin 25s linear infinite;
}

.imm-ring-2 {
    width: 320px;
    height: 320px;
    animation: immOrbitSpin 35s linear infinite reverse;
    border-style: dashed;
    border-color: rgba(201, 168, 76, 0.04);
}

@keyframes immOrbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.imm-orbit-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px var(--gold-glow);
}

.imm-dot-1 {
    animation: immDotOrbit1 25s linear infinite;
}

.imm-dot-2 {
    animation: immDotOrbit2 35s linear infinite;
}

.imm-dot-3 {
    animation: immDotOrbit3 20s linear infinite;
}

@keyframes immDotOrbit1 {
    from { transform: rotate(0deg) translateX(190px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(190px) rotate(-360deg); }
}

@keyframes immDotOrbit2 {
    from { transform: rotate(120deg) translateX(160px) rotate(-120deg); }
    to { transform: rotate(-240deg) translateX(160px) rotate(240deg); }
}

@keyframes immDotOrbit3 {
    from { transform: rotate(240deg) translateX(175px) rotate(-240deg); }
    to { transform: rotate(600deg) translateX(175px) rotate(-600deg); }
}

/* Bottle with tilt + breathe */
.imm-bottle-wrap {
    position: relative;
    z-index: 3;
    perspective: 800px;
    transition: transform 0.12s ease-out;
    will-change: transform;
}

.imm-bottle-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 168, 76, 0.22) 0%, transparent 70%);
    animation: immGlowBreathe 4s ease-in-out infinite;
    z-index: -1;
}

@keyframes immGlowBreathe {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    50% { transform: translate(-50%, -50%) scale(1.25); opacity: 1; }
}

.imm-bottle-img {
    position: relative;
    height: 440px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 25px 50px rgba(201, 168, 76, 0.3));
    animation: immBottleBreathe 6s ease-in-out infinite;
}

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

.imm-bottle-shadow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 30px;
    background: radial-gradient(ellipse, rgba(201, 168, 76, 0.12), transparent 70%);
    border-radius: 50%;
    filter: blur(6px);
    animation: immShadowBreathe 6s ease-in-out infinite;
}

@keyframes immShadowBreathe {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.8; }
    50% { transform: translateX(-50%) scale(0.85); opacity: 0.5; }
}

/* Right column — stats */
.imm-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    animation: immFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both;
}

.imm-ring-stat {
    position: relative;
    width: 120px;
    height: 120px;
}

.imm-ring-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.imm-ring-progress {
    transition: stroke-dashoffset 0.05s linear;
}

.imm-ring-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imm-ring-value {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
}

.imm-ring-inner span {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.imm-side-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.imm-notes-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.imm-note-wisp {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: var(--text-secondary);
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(22, 22, 31, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    opacity: 0;
    transform: translateX(20px);
    animation: immNoteIn 0.5s ease forwards;
    animation-delay: calc(1.5s + var(--nd) * 0.15s);
}

.imm-note-wisp i {
    color: var(--gold);
    font-size: 0.75rem;
}

@keyframes immNoteIn {
    to { opacity: 1; transform: translateX(0); }
}

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

/* Responsive */
@media (max-width: 1024px) {
    .imm-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 32px;
        padding-bottom: 80px;
    }

    .imm-left { text-align: center; }
    .imm-desc { margin: 0 auto 24px; }
    .imm-actions { justify-content: center; }
    .imm-trust-row { justify-content: center; }
    .imm-tag-wrap { justify-content: center; }
    .imm-center { order: -1; width: 300px; height: 400px; margin: 0 auto; }
    .imm-bottle-img { height: 340px; }
    .imm-ring-1 { width: 270px; height: 270px; }
    .imm-ring-2 { width: 230px; height: 230px; }
    .imm-right { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .imm-blob-1 { width: 300px; height: 300px; }
    .imm-blob-2 { width: 250px; height: 250px; }
    .imm-blob-3 { width: 200px; height: 200px; }

    .imm-wisp { display: none; }
}

@media (max-width: 768px) {
    .imm-title { font-size: 2.4rem; }
    .imm-price { font-size: 2rem; }
    .imm-center { width: 250px; height: 340px; }
    .imm-bottle-img { height: 280px; }
    .imm-ring-1 { width: 230px; height: 230px; }
    .imm-ring-2 { width: 190px; height: 190px; }
}

@media (max-width: 480px) {
    .imm-center { width: 220px; height: 300px; }
    .imm-bottle-img { height: 250px; }
    .imm-actions .imm-btn { width: 100%; justify-content: center; }
    .imm-ring-stat { width: 90px; height: 90px; }
    .imm-ring-value { font-size: 1.5rem; }
}

.gold-text {
    background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--bg-primary);
}

.btn-primary:hover {
    box-shadow: var(--shadow-gold);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--gold);
    border: 1.5px solid var(--gold);
}

.btn-outline:hover {
    background: var(--gold);
    color: var(--bg-primary);
}

.detail-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.detail-actions .btn {
    flex: 1;
    justify-content: center;
}

.btn-outline:hover {
    background: rgba(201, 168, 76, 0.1);
    transform: translateY(-2px);
}

.btn i {
    transition: transform 0.3s ease;
}

.btn:hover i {
    transform: translateX(4px);
}

/* ========== SHARE BUTTON & POPOVER ========== */
.share-section {
    position: relative;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.share-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 168, 76, 0.05);
}

.share-btn i {
    font-size: 16px;
}

.share-popover {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 0;
    width: 280px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
}

.share-popover.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.share-popover-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--border);
}

.share-popover-header span {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.share-popover-close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.share-popover-close:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-primary);
}

.share-popover-options {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.share-option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.share-option:hover {
    background: rgba(201, 168, 76, 0.08);
    border-color: var(--gold);
}

.share-option i {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.share-option i.fa-whatsapp {
    color: #25D366;
}

.share-option i.fa-link {
    color: var(--gold);
}

.share-option.copied {
    background: rgba(45, 180, 90, 0.1);
    border-color: #25D366;
}

.share-option.copied span {
    color: #25D366;
}

.share-link-preview {
    padding: 0 12px 12px;
}

.share-link-preview input {
    width: 100%;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: 12px;
    outline: none;
}

.share-link-preview input:focus {
    border-color: var(--gold);
}

/* Light theme adjustments for share */
[data-theme="light"] .share-btn {
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--text-secondary);
}

[data-theme="light"] .share-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(45, 106, 79, 0.05);
}

[data-theme="light"] .share-popover {
    background: var(--bg-card);
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

[data-theme="light"] .share-popover-header {
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .share-option {
    border-color: rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .share-option:hover {
    background: rgba(45, 106, 79, 0.06);
    border-color: var(--gold);
}

[data-theme="light"] .share-link-preview input {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.08);
}

/* Mobile responsive for share popover */
@media (max-width: 600px) {
    .share-popover {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: var(--radius) var(--radius) 0 0;
        transform: translateY(100%);
    }
    
    .share-popover.active {
        transform: translateY(0);
    }
    
    .share-popover-options {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        padding: 20px;
    }
    
    .share-option {
        flex-direction: column;
        flex: 1;
        max-width: 100px;
        padding: 16px 12px;
        text-align: center;
        gap: 8px;
    }
    
    .share-option i {
        font-size: 24px;
    }
    
    .share-link-preview {
        padding: 0 20px 20px;
    }
}

@keyframes pulse-glow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.15); opacity: 0.8; }
}

/* ========== HERO SECTION 5: MYSTIC JOURNEY ========== */
.hero-journey {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--bg-primary);
    padding: 80px 0 40px;
}

.jrn-ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.jrn-grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.5;
    mix-blend-mode: overlay;
}

.jrn-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    will-change: transform;
}

.jrn-glow-1 {
    width: 500px;
    height: 500px;
    top: -10%;
    left: -5%;
    background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
    animation: jrnFloat1 12s ease-in-out infinite;
}

.jrn-glow-2 {
    width: 400px;
    height: 400px;
    bottom: -10%;
    right: -5%;
    background: radial-gradient(circle, rgba(107,45,62,0.1) 0%, transparent 70%);
    animation: jrnFloat2 15s ease-in-out infinite;
}

.jrn-glow-3 {
    width: 300px;
    height: 300px;
    top: 40%;
    left: 50%;
    background: radial-gradient(circle, rgba(139,94,60,0.08) 0%, transparent 70%);
    animation: jrnFloat3 10s ease-in-out infinite;
}

@keyframes jrnFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(40px, 30px) scale(1.1); }
    66% { transform: translate(-20px, -40px) scale(0.95); }
}

@keyframes jrnFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, -30px) scale(1.15); }
}

@keyframes jrnFloat3 {
    0%, 100% { transform: translate(-50%, 0) scale(1); }
    50% { transform: translate(-40%, 20px) scale(1.2); }
}

.jrn-morph-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.jrn-lottie-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    opacity: 0.06;
    pointer-events: none;
}

/* ---- Timeline ---- */
.jrn-stage {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    align-items: center;
    min-height: calc(100vh - 160px);
    min-height: calc(100dvh - 160px);
}

.jrn-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
    z-index: 3;
}

.jrn-timeline-track {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: rgba(201,168,76,0.1);
    border-radius: 2px;
    z-index: 0;
}

.jrn-timeline-fill {
    width: 100%;
    background: linear-gradient(180deg, var(--gold), var(--gold-dark));
    border-radius: 2px;
    transition: height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jrn-timeline-node {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.jrn-node-pip {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(201,168,76,0.3);
    background: var(--bg-primary);
    transition: all 0.4s ease;
    position: relative;
    flex-shrink: 0;
}

.jrn-node-pip::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: transparent;
    transition: background 0.4s ease;
}

.jrn-timeline-node.active .jrn-node-pip {
    border-color: var(--gold);
    box-shadow: 0 0 20px rgba(201,168,76,0.4);
}

.jrn-timeline-node.active .jrn-node-pip::after {
    background: var(--gold);
}

.jrn-node-label {
    position: absolute;
    left: 28px;
    white-space: nowrap;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.3s ease;
}

.jrn-timeline-node.active .jrn-node-label,
.jrn-timeline-node:hover .jrn-node-label {
    opacity: 1;
    transform: translateX(0);
    color: var(--gold-light);
}

/* ---- Cards Viewport ---- */
.jrn-cards-viewport {
    position: relative;
    width: 100%;
    min-height: 520px;
}

.jrn-card {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(40px) scale(0.96);
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.25,0.46,0.45,0.94),
                transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}

.jrn-card.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    z-index: 2;
}

.jrn-card.jrn-card-exit {
    opacity: 0;
    transform: translateY(-30px) scale(0.96);
    z-index: 1;
}

.jrn-card-glass {
    position: relative;
    height: 100%;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(201,168,76,0.05), rgba(107,45,62,0.15));
    background-size: 300% 300%;
    animation: jrnBorderGlow 6s ease infinite;
}

@keyframes jrnBorderGlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.jrn-card-border-glow {
    position: absolute;
    inset: -1px;
    border-radius: 25px;
    background: linear-gradient(135deg, rgba(201,168,76,0.15), transparent, rgba(201,168,76,0.1));
    background-size: 200% 200%;
    animation: jrnBorderGlow 6s ease infinite;
    filter: blur(8px);
    z-index: -1;
}

.jrn-card-inner {
    background: rgba(16,16,24,0.85);
    backdrop-filter: blur(40px) saturate(1.2);
    -webkit-backdrop-filter: blur(40px) saturate(1.2);
    border-radius: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: 100%;
    overflow: hidden;
}

/* ---- Card Media ---- */
.jrn-card-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: hidden;
}

.jrn-card-ring {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,0.1);
    animation: jrnRingSpin 20s linear infinite;
}

.jrn-card-ring::before,
.jrn-card-ring::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,0.06);
}

.jrn-card-ring::before {
    inset: -24px;
}

.jrn-card-ring::after {
    inset: 24px;
    border-style: dashed;
    animation: jrnRingSpin 15s linear infinite reverse;
}

@keyframes jrnRingSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.jrn-card-img {
    position: relative;
    z-index: 2;
    max-width: 220px;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
    animation: jrnBottleFloat 4s ease-in-out infinite;
}

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

.jrn-card-shimmer {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgba(201,168,76,0.04) 45%,
        rgba(201,168,76,0.08) 50%,
        rgba(201,168,76,0.04) 55%,
        transparent 60%
    );
    animation: jrnShimmer 4s ease-in-out infinite;
}

@keyframes jrnShimmer {
    0% { transform: translateX(-30%) translateY(-30%) rotate(25deg); }
    100% { transform: translateX(30%) translateY(30%) rotate(25deg); }
}

/* ---- Card Body ---- */
.jrn-card-body {
    padding: 40px 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.jrn-card-badge {
    display: inline-block;
    width: fit-content;
    padding: 4px 14px;
    border-radius: 20px;
    background: rgba(201,168,76,0.1);
    border: 1px solid rgba(201,168,76,0.15);
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gold-light);
}

.jrn-card-title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.2;
}

.jrn-card-inspired {
    font-family: var(--font-elegant);
    font-size: 1rem;
    font-style: italic;
    color: var(--gold);
    opacity: 0.8;
}

.jrn-card-desc {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jrn-card-meta {
    display: flex;
    gap: 16px;
    font-size: 0.78rem;
    color: var(--text-muted);
}

.jrn-card-meta i {
    color: var(--gold);
    margin-right: 4px;
}

.jrn-card-price {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.jrn-price-current {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-primary);
}

.jrn-price-old {
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.jrn-price-discount {
    padding: 2px 10px;
    border-radius: 6px;
    background: rgba(107,45,62,0.25);
    border: 1px solid rgba(107,45,62,0.3);
    font-size: 0.72rem;
    font-weight: 700;
    color: #e8a0b0;
}

/* ---- Card Actions ---- */
.jrn-card-actions {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.jrn-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.35s ease;
    text-decoration: none;
}

.jrn-btn-buy {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--bg-primary);
}

.jrn-btn-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201,168,76,0.35);
}

.jrn-btn-cart {
    background: transparent;
    border: 1px solid rgba(201,168,76,0.2);
    color: var(--gold-light);
}

.jrn-btn-cart:hover {
    background: rgba(201,168,76,0.08);
    border-color: rgba(201,168,76,0.4);
    transform: translateY(-2px);
}

.jrn-card-trust {
    display: flex;
    gap: 16px;
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-top: 4px;
}

.jrn-card-trust i {
    color: var(--gold-dark);
    margin-right: 4px;
}

/* ---- Slide Counter ---- */
.jrn-slide-counter {
    position: absolute;
    bottom: 20px;
    right: 24px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-family: var(--font-display);
    z-index: 5;
}

.jrn-counter-current {
    font-size: 2rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.jrn-counter-sep {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin: 0 2px;
}

.jrn-counter-total {
    font-size: 1rem;
    color: var(--text-muted);
}

/* ---- Scroll Hint ---- */
.jrn-scroll-hint {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 5;
    transition: opacity 0.4s ease;
}

.jrn-scroll-mouse {
    width: 22px;
    height: 34px;
    border-radius: 11px;
    border: 2px solid rgba(201,168,76,0.3);
    position: relative;
}

.jrn-scroll-wheel {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 8px;
    border-radius: 2px;
    background: var(--gold);
    animation: jrnScrollWheel 2s ease-in-out infinite;
}

@keyframes jrnScrollWheel {
    0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
    50% { opacity: 0.3; transform: translateX(-50%) translateY(8px); }
}

.jrn-scroll-hint span {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-muted);
}

/* ---- Journey Mobile ---- */
@media (max-width: 768px) {
    .hero-journey {
        padding: 100px 0 60px;
    }

    .jrn-stage {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jrn-timeline {
        flex-direction: row;
        justify-content: center;
        gap: 32px;
        padding: 0 0 20px;
        order: -1;
    }

    .jrn-timeline-track {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
    }

    .jrn-timeline-fill {
        height: 2px !important;
        width: 0%;
        transition: width 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
    }

    .jrn-node-label {
        left: 50%;
        top: 24px;
        transform: translateX(-50%) translateY(-4px);
        font-size: 0.6rem;
    }

    .jrn-timeline-node.active .jrn-node-label,
    .jrn-timeline-node:hover .jrn-node-label {
        transform: translateX(-50%) translateY(0);
    }

    .jrn-cards-viewport {
        min-height: auto;
    }

    .jrn-card {
        position: relative;
        display: none;
    }

    .jrn-card.active {
        display: block;
    }

    .jrn-card-inner {
        grid-template-columns: 1fr;
    }

    .jrn-card-media {
        padding: 30px 20px;
    }

    .jrn-card-ring {
        width: 200px;
        height: 200px;
    }

    .jrn-card-img {
        max-width: 160px;
        max-height: 220px;
    }

    .jrn-card-body {
        padding: 20px 24px 32px;
        gap: 8px;
    }

    .jrn-card-actions {
        flex-direction: column;
    }

    .jrn-btn {
        justify-content: center;
        padding: 14px 20px;
    }

    .jrn-card-trust {
        flex-direction: column;
        gap: 6px;
    }

    .jrn-slide-counter {
        position: static;
        justify-content: center;
        padding: 16px 0;
    }

    .jrn-scroll-hint {
        display: none;
    }

    .jrn-lottie-wrap {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .jrn-card-title {
        font-size: 1.4rem;
    }

    .jrn-price-current {
        font-size: 1.3rem;
    }

    .jrn-card-desc {
        -webkit-line-clamp: 2;
    }
}

/* ========== HERO SECTION 6: NOIR PRESTIGE ========== */
.hero-prestige {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: #060608;
    padding: 100px 0 0;
}

/* -- Curtain reveal -- */
.prs-curtain {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #060608;
    z-index: 50;
    transition: transform 1.4s cubic-bezier(0.76, 0, 0.24, 1);
    pointer-events: none;
}

.prs-curtain-l { left: 0; transform-origin: left; }
.prs-curtain-r { right: 0; transform-origin: right; }
.hero-prestige.prs-entered .prs-curtain-l { transform: scaleX(0); }
.hero-prestige.prs-entered .prs-curtain-r { transform: scaleX(0); }

/* -- Hairline grid -- */
.prs-line {
    position: absolute;
    background: rgba(201,168,76,0.04);
    z-index: 1;
    pointer-events: none;
}

.prs-line-v1 { top: 0; left: 25%; width: 1px; height: 100%; }
.prs-line-v2 { top: 0; right: 25%; width: 1px; height: 100%; }
.prs-line-h1 { top: 50%; left: 0; width: 100%; height: 1px; }

/* -- Spotlight canvas -- */
.prs-spotlight-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* -- Stage layout -- */
.prs-stage {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0;
}

/* -- Header -- */
.prs-header {
    padding-bottom: 32px;
}

.prs-overline {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--gold);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s;
}

.hero-prestige.prs-entered .prs-overline {
    opacity: 1;
    transform: translateY(0);
}

.prs-title {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 8vw, 6rem);
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 12px 0 0;
}

.prs-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px) rotateX(40deg);
    animation: prsWordIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: calc(0.8s + var(--wi) * 0.12s);
    transform-origin: bottom center;
}

@keyframes prsWordIn {
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

.prs-subtitle {
    font-family: var(--font-elegant);
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-style: italic;
    color: var(--gold);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.8s ease 1.2s, transform 0.8s ease 1.2s;
    margin-top: 8px;
}

.hero-prestige.prs-entered .prs-subtitle {
    opacity: 0.7;
    transform: translateY(0);
}

/* -- Showcase (product) -- */
.prs-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 28px;
}

.prs-product-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.prs-halo {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%);
    animation: prsHaloPulse 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes prsHaloPulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.12); opacity: 1; }
}

.prs-reflect {
    position: absolute;
    width: 200px;
    height: 400px;
    background: linear-gradient(180deg, rgba(201,168,76,0.03) 0%, transparent 60%);
    transform: rotate(-15deg);
    animation: prsReflectSweep 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes prsReflectSweep {
    0%, 100% { transform: rotate(-15deg) translateX(-60px); opacity: 0; }
    50% { transform: rotate(-15deg) translateX(60px); opacity: 1; }
}

.prs-product-img {
    position: relative;
    z-index: 2;
    max-width: 200px;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.7));
    opacity: 0;
    transform: scale(0.85) translateY(30px);
    transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
    transition-delay: 1s;
}

.hero-prestige.prs-entered .prs-product-img {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.prs-product-frame:hover .prs-product-img {
    filter: drop-shadow(0 40px 80px rgba(0,0,0,0.6)) drop-shadow(0 0 30px rgba(201,168,76,0.1));
}

.prs-shadow-plane {
    position: absolute;
    bottom: -20px;
    width: 160px;
    height: 24px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0,0,0,0.4) 0%, transparent 70%);
    filter: blur(6px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.9s ease 1.2s;
}

.hero-prestige.prs-entered .prs-shadow-plane { opacity: 1; }

/* -- Switching state -- */
.hero-prestige.prs-switching .prs-product-img {
    opacity: 0;
    transform: scale(0.92) translateY(10px);
    transition-delay: 0s;
    transition-duration: 0.35s;
}

.hero-prestige.prs-switching .prs-overline,
.hero-prestige.prs-switching .prs-subtitle,
.hero-prestige.prs-switching .prs-desc {
    opacity: 0;
    transform: translateY(8px);
    transition-delay: 0s;
    transition-duration: 0.3s;
}

.hero-prestige.prs-switching .prs-word {
    opacity: 0;
    transform: translateY(20px);
    animation: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-prestige.prs-switching .prs-price-row,
.hero-prestige.prs-switching .prs-actions {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-prestige:not(.prs-switching) .prs-product-img {
    transition-delay: 0s;
}

.hero-prestige:not(.prs-switching) .prs-overline,
.hero-prestige:not(.prs-switching) .prs-subtitle,
.hero-prestige:not(.prs-switching) .prs-desc {
    transition-delay: 0.05s;
}

.hero-prestige:not(.prs-switching) .prs-price-row,
.hero-prestige:not(.prs-switching) .prs-actions {
    opacity: 1;
    transition: opacity 0.6s ease 0.1s;
}

/* -- Detail section -- */
.prs-detail {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.prs-desc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.8;
    color: var(--text-secondary);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.8s ease 1.4s, transform 0.8s ease 1.4s;
}

.hero-prestige.prs-entered .prs-desc {
    opacity: 1;
    transform: translateY(0);
}

/* -- Stats row -- */
.prs-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin: 28px 0 24px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.8s ease 1.6s, transform 0.8s ease 1.6s;
}

.hero-prestige.prs-entered .prs-stats {
    opacity: 1;
    transform: translateY(0);
}

.prs-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.prs-stat-ring {
    position: relative;
    width: 64px;
    height: 64px;
}

.prs-stat-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.prs-ring-arc {
    transition: stroke-dashoffset 0.05s linear;
}

.prs-stat-value {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
}

.prs-stat-value small {
    font-size: 0.6rem;
    color: var(--text-muted);
    margin-left: 1px;
}

.prs-stat-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,0.1);
    color: var(--gold);
    font-size: 0.85rem;
}

.prs-stat-info {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary);
}

.prs-stat-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
}

/* -- Price -- */
.prs-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.prs-price {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
}

.prs-price-old {
    font-size: 1rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.prs-price-tag {
    padding: 3px 10px;
    border-radius: 6px;
    background: rgba(107,45,62,0.2);
    border: 1px solid rgba(107,45,62,0.3);
    font-size: 0.7rem;
    font-weight: 700;
    color: #e8a0b0;
}

/* -- Actions -- */
.prs-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 24px;
}

.prs-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 60px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prs-btn-primary {
    background: var(--text-primary);
    color: #060608;
}

.prs-btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(201,168,76,0.2);
}

.prs-btn-arrow {
    transition: transform 0.3s ease;
}

.prs-btn-primary:hover .prs-btn-arrow {
    transform: translateX(4px);
}

.prs-btn-ghost {
    background: transparent;
    border: 1px solid rgba(240,236,226,0.15);
    color: var(--text-primary);
}

.prs-btn-ghost:hover {
    border-color: rgba(240,236,226,0.4);
    background: rgba(240,236,226,0.04);
    transform: translateY(-2px);
}

/* -- Product carousel / thumbs -- */
.prs-carousel {
    position: relative;
    z-index: 10;
    padding: 20px 0 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 1.8s, transform 0.8s ease 1.8s;
}

.hero-prestige.prs-entered .prs-carousel {
    opacity: 1;
    transform: translateY(0);
}

.prs-carousel-track {
    display: flex;
    justify-content: center;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 24px;
}

.prs-carousel-track::-webkit-scrollbar { display: none; }

.prs-thumb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px;
    border-radius: 16px;
    border: 1px solid rgba(201,168,76,0.06);
    background: rgba(255,255,255,0.02);
    cursor: pointer;
    transition: all 0.4s ease;
    scroll-snap-align: center;
    position: relative;
    overflow: hidden;
}

.prs-thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201,168,76,0.06), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.prs-thumb:hover::before,
.prs-thumb.active::before { opacity: 1; }

.prs-thumb.active {
    border-color: rgba(201,168,76,0.2);
}

.prs-thumb-img-wrap {
    width: 44px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.prs-thumb-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
    transition: transform 0.4s ease;
}

.prs-thumb.active .prs-thumb-img-wrap img {
    transform: scale(1.1);
}

.prs-thumb-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
    z-index: 1;
}

.prs-thumb-name {
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-primary);
    transition: color 0.3s ease;
}

.prs-thumb.active .prs-thumb-name { color: var(--gold-light); }

.prs-thumb-price {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.prs-thumb-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.prs-thumb.active .prs-thumb-bar {
    transform: scaleX(1);
}

/* -- Prestige Mobile -- */
@media (max-width: 768px) {
    .hero-prestige {
        padding: 100px 0 0;
    }

    .prs-line { display: none; }

    .prs-title {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    .prs-product-img {
        max-width: 150px;
        max-height: 240px;
    }

    .prs-halo {
        width: 220px;
        height: 220px;
    }

    .prs-stats {
        gap: 24px;
    }

    .prs-stat-ring {
        width: 52px;
        height: 52px;
    }

    .prs-stat-value {
        font-size: 1rem;
    }

    .prs-desc {
        font-size: 0.85rem;
        padding: 0 8px;
    }

    .prs-actions {
        flex-direction: column;
        align-items: center;
    }

    .prs-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 14px 24px;
    }

    .prs-carousel-track {
        justify-content: flex-start;
        gap: 12px;
        padding: 0 20px;
    }

    .prs-thumb {
        padding: 10px 14px;
    }
}

@media (max-width: 480px) {
    .prs-title {
        font-size: 2rem;
    }

    .prs-price {
        font-size: 1.4rem;
    }

    .prs-stats {
        gap: 16px;
    }

    .prs-stat-label {
        font-size: 0.58rem;
    }

    .prs-product-img {
        max-width: 130px;
        max-height: 200px;
    }
}

/* ========== HERO SECTION 7: AURA EXPERIENCE ========== */
.hero-aura {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #050507;
    padding: 80px 0 40px;
}

/* -- Canvas & Orb -- */
.aur-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.aur-cursor-orb {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, rgba(201,168,76,0.02) 40%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
    will-change: transform;
    mix-blend-mode: screen;
}

.aur-cursor-orb.aur-orb-visible { opacity: 1; }

/* -- Progress arc -- */
.aur-progress-arc {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aur-progress-arc svg {
    position: absolute;
    inset: 0;
    transform: rotate(-90deg);
}

.aur-arc-fill {
    transition: stroke-dashoffset 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.aur-arc-num {
    position: relative;
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--gold);
}

/* -- Panels -- */
.aur-panels {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 160px);
    min-height: calc(100dvh - 160px);
    z-index: 5;
}

.aur-panel {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.aur-panel.active {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.aur-panel-clip {
    position: absolute;
    inset: 0;
    background: #050507;
    z-index: -1;
}

/* -- Diagonal clip wipe -- */
.aur-panel.active .aur-panel-clip {
    animation: aurClipIn 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.aur-panel.aur-panel-out .aur-panel-clip {
    animation: aurClipOut 0.7s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes aurClipIn {
    from { clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
    to   { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
}

@keyframes aurClipOut {
    from { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    to   { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
}

.aur-panel.aur-panel-entering {
    opacity: 0;
    visibility: visible;
    z-index: 2;
}

.aur-panel.aur-panel-out {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* -- Split layout -- */
.aur-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0 48px;
    margin: 0 auto;
}

/* -- Visual column -- */
.aur-col-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.aur-product-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 380px;
}

.aur-ring-outer {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,0.06);
    animation: aurRingSpin 30s linear infinite;
}

.aur-ring-outer::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px rgba(201,168,76,0.6);
}

.aur-ring-inner {
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    border: 1px dashed rgba(201,168,76,0.04);
    animation: aurRingSpin 20s linear infinite reverse;
}

@keyframes aurRingSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.aur-product-img {
    position: relative;
    z-index: 2;
    max-width: 180px;
    max-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.6));
    opacity: 0;
    transform: scale(0.88) translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.aur-panel.active .aur-product-img {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 0.3s;
    animation: aurProductBreath 5s ease-in-out 1.5s infinite;
}

@keyframes aurProductBreath {
    0%, 100% { transform: scale(1) translateY(0); }
    50% { transform: scale(1.02) translateY(-6px); }
}

.aur-product-shadow {
    position: absolute;
    bottom: 10px;
    width: 120px;
    height: 20px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0,0,0,0.45) 0%, transparent 70%);
    filter: blur(5px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.7s ease 0.5s;
}

.aur-panel.active .aur-product-shadow { opacity: 1; }

/* -- Chips -- */
.aur-chips {
    display: flex;
    gap: 10px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease 0.8s, transform 0.6s ease 0.8s;
}

.aur-panel.active .aur-chips {
    opacity: 1;
    transform: translateY(0);
}

.aur-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 40px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,168,76,0.08);
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.35s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.aur-chip i {
    color: var(--gold);
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.aur-chip:hover,
.aur-chip.aur-chip-open {
    background: rgba(201,168,76,0.06);
    border-color: rgba(201,168,76,0.18);
    color: var(--text-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.aur-chip.aur-chip-open i {
    transform: rotate(90deg);
}

/* -- Content column -- */
.aur-col-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 480px;
}

/* -- Masked text reveal -- */
.aur-mask-line {
    overflow: hidden;
}

.aur-mask-line > * {
    transform: translateY(110%);
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.aur-panel.active .aur-mask-line > * {
    transform: translateY(0);
}

.aur-panel.active .aur-mask-line:nth-child(1) > * { transition-delay: 0.15s; }
.aur-panel.active .aur-mask-line:nth-child(2) > * { transition-delay: 0.25s; }
.aur-panel.active .aur-mask-line:nth-child(3) > * { transition-delay: 0.35s; }
.aur-panel.active .aur-mask-delay-1 > * { transition-delay: 0.45s; }
.aur-panel.active .aur-mask-delay-2 > * { transition-delay: 0.55s; }

.aur-badge {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--gold);
    padding: 5px 16px;
    border-radius: 4px;
    background: rgba(201,168,76,0.06);
    border-left: 2px solid var(--gold);
}

.aur-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.aur-inspired {
    font-family: var(--font-elegant);
    font-size: 1.1rem;
    font-style: italic;
    color: var(--gold);
    opacity: 0.7;
}

.aur-desc {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 420px;
}

/* -- Price -- */
.aur-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.aur-price {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.aur-price-old {
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.aur-price-tag {
    padding: 3px 10px;
    border-radius: 6px;
    background: rgba(107,45,62,0.2);
    border: 1px solid rgba(107,45,62,0.3);
    font-size: 0.7rem;
    font-weight: 700;
    color: #e8a0b0;
}

/* -- Actions -- */
.aur-actions-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 8px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: 0s;
}

.aur-panel.active .aur-actions-wrap {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2s;
}

.hero-aura.aur-entered .aur-panel.active .aur-actions-wrap {
    transition-delay: 0.7s;
}

.aur-actions {
    display: flex;
    gap: 12px;
}

.aur-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.aur-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.aur-btn:hover::before { opacity: 1; }

.aur-btn-fill {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #050507;
}

.aur-btn-fill:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(201,168,76,0.3), 0 0 0 1px rgba(201,168,76,0.1);
}

.aur-btn-fill i {
    transition: transform 0.3s ease;
}

.aur-btn-fill:hover i {
    transform: translateX(4px);
}

.aur-btn-line {
    background: transparent;
    border: 1px solid rgba(201,168,76,0.15);
    color: var(--gold-light);
}

.aur-btn-line:hover {
    border-color: rgba(201,168,76,0.35);
    background: rgba(201,168,76,0.04);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.aur-trust-micro {
    display: flex;
    gap: 20px;
    font-size: 0.68rem;
    color: var(--text-muted);
    letter-spacing: 0.02em;
}

.aur-trust-micro i {
    color: var(--gold-dark);
    margin-right: 5px;
    font-size: 0.62rem;
}

/* -- Bottom nav dots -- */
.aur-nav {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

.aur-nav-dot {
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background: rgba(201,168,76,0.12);
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: width 0.4s ease, background 0.3s ease;
}

.aur-nav-dot.active {
    width: 56px;
    background: rgba(201,168,76,0.15);
}

.aur-nav-fill {
    position: absolute;
    inset: 0;
    background: var(--gold);
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.aur-nav-dot.active .aur-nav-fill {
    transform: scaleX(1);
}

/* -- Scroll cue -- */
.aur-scroll-cue {
    position: absolute;
    bottom: 28px;
    right: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 20;
    transition: opacity 0.4s ease;
}

.aur-cue-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
    animation: aurCuePulse 2s ease-in-out infinite;
}

@keyframes aurCuePulse {
    0%, 100% { opacity: 0.3; transform: scaleX(1); }
    50% { opacity: 1; transform: scaleX(1.3); }
}

.aur-scroll-cue span {
    font-family: var(--font-body);
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-muted);
}

/* ---- Aura Mobile ---- */
@media (max-width: 1024px) {
    .aur-split {
        gap: 40px;
        padding: 0 32px;
    }

    .aur-product-wrap {
        width: 260px;
        height: 320px;
    }

    .aur-ring-outer {
        width: 240px;
        height: 240px;
    }

    .aur-product-img {
        max-width: 150px;
        max-height: 240px;
    }

    .aur-title {
        font-size: clamp(1.8rem, 4vw, 2.6rem);
    }
}

@media (max-width: 768px) {
    .hero-aura {
        padding: 90px 0 80px;
    }

    .aur-panels {
        min-height: auto;
    }

    .aur-panel {
        position: relative;
        display: none;
    }

    .aur-panel.active {
        display: flex;
    }

    .aur-panel.active .aur-panel-clip {
        animation: none;
        clip-path: none;
    }

    .aur-split {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 20px;
        text-align: center;
    }

    .aur-col-visual {
        order: -1;
    }

    .aur-col-content {
        align-items: center;
        max-width: 100%;
    }

    .aur-product-wrap {
        width: 220px;
        height: 280px;
    }

    .aur-ring-outer {
        width: 200px;
        height: 200px;
    }

    .aur-product-img {
        max-width: 130px;
        max-height: 210px;
    }

    .aur-desc {
        text-align: center;
        max-width: 100%;
    }

    .aur-price-row {
        justify-content: center;
    }

    .aur-actions {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }

    .aur-btn {
        justify-content: center;
        padding: 15px 24px;
    }

    .aur-trust-micro {
        justify-content: center;
    }

    .aur-chips {
        justify-content: center;
    }

    .aur-progress-arc {
        top: auto;
        bottom: 70px;
        right: 16px;
    }

    .aur-scroll-cue {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 74px;
        display: none;
    }

    .aur-nav {
        bottom: 24px;
    }

    .aur-actions-wrap {
        align-items: center;
    }

    .aur-panel.active .aur-actions-wrap {
        transition-delay: 0.4s;
    }

    .aur-cursor-orb { display: none; }
}

@media (max-width: 480px) {
    .hero-aura {
        padding: 90px 0 70px;
    }

    .aur-title {
        font-size: 1.7rem;
    }

    .aur-price {
        font-size: 1.5rem;
    }

    .aur-product-wrap {
        width: 180px;
        height: 240px;
    }

    .aur-ring-outer {
        width: 170px;
        height: 170px;
    }

    .aur-product-img {
        max-width: 110px;
        max-height: 180px;
    }

    .aur-badge {
        font-size: 0.58rem;
    }

    .aur-desc {
        font-size: 0.82rem;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* ========== HERO SECTION 8: SOVEREIGN EDITORIAL ========== */
.hero-sovereign {
    --sov-lx: 50%;
    --sov-ly: 50%;
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: #07070a;
    padding: 100px 0 60px;
}

/* ---- Animated gradient mesh (Stripe / Linear style) ---- */
.sov-mesh {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.sov-mesh-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    will-change: transform;
    pointer-events: none;
}

.sov-orb-a {
    width: 55vw;
    height: 55vw;
    max-width: 700px;
    max-height: 700px;
    top: -18%;
    left: -10%;
    background: radial-gradient(circle, rgba(201,168,76,0.14) 0%, transparent 70%);
    animation: sovOrbit1 22s ease-in-out infinite;
}

.sov-orb-b {
    width: 45vw;
    height: 45vw;
    max-width: 580px;
    max-height: 580px;
    bottom: -12%;
    right: -8%;
    background: radial-gradient(circle, rgba(180,130,90,0.10) 0%, transparent 70%);
    animation: sovOrbit2 28s ease-in-out infinite;
}

.sov-orb-c {
    width: 35vw;
    height: 35vw;
    max-width: 450px;
    max-height: 450px;
    top: 40%;
    right: 20%;
    background: radial-gradient(circle, rgba(107,45,62,0.09) 0%, transparent 70%);
    animation: sovOrbit3 18s ease-in-out infinite;
}

.sov-orb-d {
    width: 30vw;
    height: 30vw;
    max-width: 380px;
    max-height: 380px;
    bottom: 30%;
    left: 30%;
    background: radial-gradient(circle, rgba(228,199,107,0.06) 0%, transparent 70%);
    animation: sovOrbit4 25s ease-in-out infinite;
}

@keyframes sovOrbit1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(8vw, 6vh) scale(1.08); }
    50% { transform: translate(4vw, 12vh) scale(0.95); }
    75% { transform: translate(-3vw, 4vh) scale(1.04); }
}

@keyframes sovOrbit2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-6vw, -5vh) scale(1.1); }
    66% { transform: translate(3vw, -8vh) scale(0.93); }
}

@keyframes sovOrbit3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-5vw, 4vh) scale(1.12); }
}

@keyframes sovOrbit4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    40% { transform: translate(6vw, -3vh) scale(1.06); }
    80% { transform: translate(-2vw, 5vh) scale(0.97); }
}

/* ---- Grain overlay ---- */
.sov-grain {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: overlay;
}

/* ---- Cursor light ---- */
.sov-cursor-light {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(228,199,107,0.05) 0%, rgba(201,168,76,0.02) 35%, transparent 65%);
    transform: translate(calc(var(--sov-lx) - 250px), calc(var(--sov-ly) - 250px));
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.6s ease;
    will-change: transform;
}

.sov-cursor-light.sov-light-on { opacity: 1; }

/* ---- Layout ---- */
.sov-layout {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 60px;
    align-items: center;
    min-height: calc(100vh - 220px);
    min-height: calc(100dvh - 220px);
}

/* ---- Text column ---- */
.sov-col-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 560px;
}

/* ---- Clip-path reveal ---- */
.sov-reveal {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.8s ease;
    transition-delay: calc(0.3s + var(--ri) * 0.1s);
}

.sov-reveal.sov-visible,
.hero-sovereign.sov-entered .sov-reveal {
    clip-path: inset(0 0 0% 0);
    opacity: 1;
}

/* ---- Eyebrow ---- */
.sov-eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: var(--gold);
    padding: 6px 0;
    position: relative;
}

.sov-eyebrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 1px;
    background: var(--gold);
    opacity: 0.4;
}

/* ---- Headline ---- */
.sov-headline {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 5.5vw, 4.5rem);
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.06;
    letter-spacing: -0.025em;
}

/* ---- Subtitle / Inspired ---- */
.sov-sub {
    font-family: var(--font-elegant);
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    font-style: italic;
    color: var(--gold);
    opacity: 0.75;
    line-height: 1.4;
}

/* ---- Body ---- */
.sov-body {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.85;
    max-width: 460px;
}

/* ---- Price ---- */
.sov-price-line {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 4px 0;
}

.sov-price {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.sov-price-old {
    font-size: 0.95rem;
    color: var(--text-muted);
    text-decoration: line-through;
}

.sov-price-badge {
    padding: 3px 10px;
    border-radius: 6px;
    background: rgba(107,45,62,0.22);
    border: 1px solid rgba(107,45,62,0.3);
    font-size: 0.7rem;
    font-weight: 700;
    color: #e8a0b0;
}

/* ---- CTAs ---- */
.sov-cta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.sov-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 36px;
    border-radius: 10px;
    background: var(--text-primary);
    color: #07070a;
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.4s ease,
                box-shadow 0.4s ease;
}

.sov-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    background: var(--gold-light);
    box-shadow: 0 14px 44px rgba(201,168,76,0.2);
}

.sov-btn-primary:active {
    transform: translateY(-1px) scale(1.0);
}

.sov-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    background: none;
    border: none;
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.sov-btn-ghost::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sov-btn-ghost:hover {
    color: var(--gold-light);
}

.sov-btn-ghost:hover::after {
    transform: scaleX(1);
}

.sov-btn-ghost svg {
    transition: transform 0.3s ease;
}

.sov-btn-ghost:hover svg {
    transform: translateX(4px);
}

/* ---- Social proof glass card ---- */
.sov-proof {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 6px;
}

.sov-proof-glass {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 40px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,168,76,0.08);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
}

.sov-stars {
    display: flex;
    gap: 2px;
    color: var(--gold);
    font-size: 0.68rem;
}

.sov-review-count {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--text-secondary);
    letter-spacing: 0.02em;
}

.sov-meta-pills {
    display: flex;
    gap: 8px;
}

.sov-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 40px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(201,168,76,0.06);
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 500;
    color: var(--text-muted);
}

.sov-pill i {
    color: var(--gold-dark);
    font-size: 0.6rem;
}

/* ---- Visual column ---- */
.sov-col-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sov-bottle-stage {
    --bx: 0deg;
    --by: 0deg;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: perspective(1000px) rotateY(var(--bx)) rotateX(var(--by));
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.sov-bottle-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(201,168,76,0.07) 0%,
        rgba(201,168,76,0.03) 40%,
        transparent 70%
    );
    animation: sovGlowPulse 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes sovGlowPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
}

.sov-bottle-img {
    position: relative;
    z-index: 2;
    max-width: 230px;
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 40px 80px rgba(0,0,0,0.55));
    opacity: 0;
    transform: translateY(40px) scale(0.9);
    transition: opacity 1s ease, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-sovereign.sov-entered .sov-bottle-img {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.5s;
    animation: sovBottleFloat 6s ease-in-out 2s infinite;
}

@keyframes sovBottleFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-14px) scale(1.01); }
}

.sov-bottle-floor {
    position: absolute;
    bottom: -8px;
    width: 140px;
    height: 22px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(0,0,0,0.35) 0%, transparent 70%);
    filter: blur(6px);
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease 0.8s;
}

.hero-sovereign.sov-entered .sov-bottle-floor { opacity: 1; }

/* ---- Scroll indicator ---- */
.sov-scroll-line {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 15;
    transition: opacity 0.4s ease;
}

.sov-scroll-track {
    width: 1px;
    height: 40px;
    background: rgba(201,168,76,0.1);
    border-radius: 1px;
    overflow: hidden;
}

.sov-scroll-thumb {
    width: 100%;
    height: 14px;
    border-radius: 1px;
    background: var(--gold);
    animation: sovScrollPulse 2.2s ease-in-out infinite;
}

@keyframes sovScrollPulse {
    0% { transform: translateY(-14px); opacity: 0; }
    30% { opacity: 1; }
    100% { transform: translateY(40px); opacity: 0; }
}

.sov-scroll-line span {
    font-family: var(--font-body);
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--text-muted);
}

/* ---- Trust bar ---- */
.sov-trust-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 14px 24px;
    background: rgba(255,255,255,0.015);
    border-top: 1px solid rgba(201,168,76,0.04);
    z-index: 10;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0.03em;
}

.sov-trust-bar i {
    color: var(--gold-dark);
    margin-right: 5px;
    font-size: 0.6rem;
}

.sov-trust-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(201,168,76,0.15);
}

/* ---- prefers-reduced-motion ---- */
.hero-sovereign.sov-reduced .sov-mesh-orb,
.hero-sovereign.sov-reduced .sov-bottle-img,
.hero-sovereign.sov-reduced .sov-bottle-glow,
.hero-sovereign.sov-reduced .sov-scroll-thumb {
    animation: none !important;
}

.hero-sovereign.sov-reduced .sov-reveal {
    clip-path: inset(0 0 0% 0);
    opacity: 1;
    transition: none;
}

.hero-sovereign.sov-reduced .sov-bottle-img {
    opacity: 1;
    transform: none;
    transition: none;
}

.hero-sovereign.sov-reduced .sov-cursor-light {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .hero-sovereign .sov-mesh-orb {
        animation: none !important;
    }
}

/* ---- Responsive: tablet ---- */
@media (max-width: 1024px) {
    .sov-layout {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .sov-headline {
        font-size: clamp(2.2rem, 5vw, 3.2rem);
    }

    .sov-bottle-img {
        max-width: 180px;
        max-height: 290px;
    }

    .sov-bottle-glow {
        width: 280px;
        height: 280px;
    }
}

/* ---- Responsive: mobile ---- */
@media (max-width: 768px) {
    .hero-sovereign {
        padding: 100px 0 50px;
    }

    .sov-layout {
        grid-template-columns: 1fr;
        gap: 32px;
        min-height: auto;
    }

    .sov-col-visual {
        order: -1;
    }

    .sov-col-text {
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .sov-eyebrow::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .sov-body {
        text-align: center;
        max-width: 100%;
    }

    .sov-price-line,
    .sov-cta-row {
        justify-content: center;
    }

    .sov-proof {
        justify-content: center;
    }

    .sov-cta-row {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .sov-btn-primary {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 16px 28px;
        min-height: 52px;
    }

    .sov-btn-ghost {
        min-height: 44px;
        padding: 10px 0;
    }

    .sov-headline {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }

    .sov-bottle-img {
        max-width: 150px;
        max-height: 240px;
    }

    .sov-bottle-glow {
        width: 230px;
        height: 230px;
    }

    .sov-cursor-light { display: none; }

    .sov-scroll-line { display: none; }

    .sov-trust-bar {
        gap: 14px;
        padding: 12px 16px;
        font-size: 0.58rem;
        flex-wrap: wrap;
    }

    .sov-meta-pills {
        justify-content: center;
    }

    .sov-mesh-orb {
        filter: blur(80px);
    }
}

/* ---- Responsive: small mobile ---- */
@media (max-width: 480px) {
    .hero-sovereign {
        padding: 90px 0 44px;
    }

    .sov-headline {
        font-size: 1.85rem;
    }

    .sov-price {
        font-size: 1.5rem;
    }

    .sov-body {
        font-size: 0.84rem;
        line-height: 1.75;
    }

    .sov-bottle-img {
        max-width: 125px;
        max-height: 200px;
    }

    .sov-bottle-glow {
        width: 190px;
        height: 190px;
    }

    .sov-trust-bar .sov-trust-sep:last-of-type,
    .sov-trust-bar span:last-child {
        display: none;
    }

    .sov-proof {
        flex-direction: column;
        gap: 8px;
    }
}

/* ========== FEATURES STRIP ========== */
.features-strip {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.features-track {
    display: flex;
    gap: 60px;
    animation: marquee 25s linear infinite;
    width: max-content;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

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

/* ========== SECTION HEADERS ========== */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-family: var(--font-elegant);
    font-size: 1.1rem;
    color: var(--gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
}

/* ========== CATEGORIES ========== */
.categories {
    position: relative;
    z-index: 2;
}

.cat-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cat-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    padding: 3px;
    cursor: pointer;
    text-decoration: none;
}

.cat-men { background: linear-gradient(135deg, rgba(22, 33, 62, 0.5), rgba(201, 168, 76, 0.15), rgba(22, 33, 62, 0.5)); }
.cat-women { background: linear-gradient(135deg, rgba(68, 32, 58, 0.5), rgba(201, 168, 76, 0.15), rgba(68, 32, 58, 0.5)); }
.cat-unisex { background: linear-gradient(135deg, rgba(45, 58, 26, 0.5), rgba(201, 168, 76, 0.15), rgba(45, 58, 26, 0.5)); }

.cat-card-inner {
    background: var(--bg-card);
    border-radius: calc(var(--radius-lg) - 3px);
    padding: 40px 32px;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 320px;
}

.cat-card:hover .cat-card-inner {
    background: var(--bg-card-hover);
}

.cat-icon-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.cat-icon-wrap i {
    font-size: 1.8rem;
    color: var(--gold);
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.cat-card:hover .cat-icon-wrap i {
    transform: scale(1.15);
}

.cat-icon-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    transition: var(--transition);
}

.cat-men .cat-icon-ring { background: radial-gradient(circle, rgba(22, 33, 62, 0.4), transparent); }
.cat-women .cat-icon-ring { background: radial-gradient(circle, rgba(68, 32, 58, 0.4), transparent); }
.cat-unisex .cat-icon-ring { background: radial-gradient(circle, rgba(45, 58, 26, 0.4), transparent); }

.cat-card:hover .cat-icon-ring {
    border-color: var(--gold);
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(201, 168, 76, 0.15);
}

.cat-card h3 {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.cat-card p {
    color: var(--text-secondary);
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 220px;
}

.cat-count {
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: auto;
}

.cat-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid rgba(201, 168, 76, 0.25);
    transition: var(--transition);
}

.cat-card:hover .cat-cta {
    background: var(--gold);
    color: var(--bg-primary);
    border-color: var(--gold);
    box-shadow: 0 4px 20px rgba(201, 168, 76, 0.25);
}

.cat-cta i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.cat-card:hover .cat-cta i {
    transform: translateX(4px);
}

.cat-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.06), transparent);
    transition: none;
    z-index: 3;
    pointer-events: none;
}

.cat-card:hover .cat-shine {
    animation: cat-shine-sweep 0.8s ease forwards;
}

@keyframes cat-shine-sweep {
    to { left: 150%; }
}

/* ========== PRODUCTS GRID ========== */
.featured-products {
    position: relative;
    z-index: 2;
    background: var(--bg-secondary);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.product-card {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: var(--transition);
    position: relative;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-gold);
    border-color: rgba(201, 168, 76, 0.3);
}

.product-image {
    position: relative;
    height: 280px;
    background: linear-gradient(135deg, var(--bg-secondary), var(--bg-card));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
}

.product-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--product-image);
    background-position: var(--product-focus-x, 50%) var(--product-focus-y, 50%);
    background-size: cover;
    filter: blur(34px) saturate(115%) brightness(0.38);
    transform: scale(1.18);
    opacity: 0.72;
    z-index: 0;
}

.product-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 15, 0.04), rgba(10, 10, 15, 0.48));
    z-index: 0;
}

.product-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 12px;
    object-fit: cover;
    object-position: var(--product-focus-x, 50%) var(--product-focus-y, 50%);
    transition: var(--transition);
    filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.32));
    transform: scale(var(--product-zoom, 1));
}

.product-card:hover .product-image img {
    transform: scale(var(--product-hover-zoom, 1.08));
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: var(--gold);
    color: var(--bg-primary);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(10px);
    transition: var(--transition);
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateX(0);
}

.product-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(10, 10, 15, 0.8);
    border: 1px solid var(--border);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-fast);
    font-size: 0.85rem;
}

.product-action-btn:hover {
    background: var(--gold);
    color: var(--bg-primary);
    border-color: var(--gold);
}

.product-action-btn.buy-now-btn {
    background: linear-gradient(145deg, #d4af37, #c5a028);
    border-color: transparent;
    color: #000;
}

.product-action-btn.buy-now-btn:hover {
    background: linear-gradient(145deg, #e5c048, #d4af37);
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.product-info {
    padding: 20px;
}

.product-category {
    font-size: 0.75rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-name {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 4px;
    transition: var(--transition-fast);
}

.product-card:hover .product-name {
    color: var(--gold);
}

.product-inspired {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    font-style: italic;
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-price {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gold);
}

.product-price .old-price {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: 400;
}

.product-sizes {
    display: flex;
    gap: 6px;
}

.size-tag {
    font-size: 0.7rem;
    padding: 2px 8px;
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--text-muted);
}

.section-cta {
    text-align: center;
}

/* ========== PROMO BANNER ========== */
.promo-banner {
    position: relative;
    z-index: 2;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.08), rgba(107, 45, 62, 0.08));
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.promo-bg-animation {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 50%, rgba(107, 45, 62, 0.06) 0%, transparent 60%);
    animation: promo-shift 10s ease-in-out infinite alternate;
}

@keyframes promo-shift {
    0% { transform: translateX(-20px); }
    100% { transform: translateX(20px); }
}

.promo-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.promo-content h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: 12px;
}

.promo-content p {
    color: var(--text-secondary);
    font-size: 1.05rem;
    margin-bottom: 28px;
}

/* ========== HOW IT WORKS ========== */
.how-it-works {
    position: relative;
    z-index: 2;
}

.steps-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.step-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 36px 28px;
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    transition: var(--transition);
    position: relative;
}

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

.step-number {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(201, 168, 76, 0.1);
    position: absolute;
    top: 12px;
    right: 16px;
}

.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.15), rgba(201, 168, 76, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: var(--gold);
    font-size: 1.2rem;
    border: 1px solid var(--border);
}

.step-card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.step-card p {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.step-connector {
    color: var(--gold);
    opacity: 0.3;
    font-size: 1.2rem;
}

/* ========== TESTIMONIALS ========== */
.testimonials {
    position: relative;
    z-index: 2;
    background: var(--bg-secondary);
    overflow: hidden;
}

.testimonial-slider {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.testimonial-card {
    min-width: 100%;
    padding: 40px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    text-align: center;
    margin: 0 12px;
}

.testimonial-stars {
    color: var(--gold);
    margin-bottom: 20px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    gap: 4px;
}

.testimonial-card p {
    font-family: var(--font-elegant);
    font-size: 1.3rem;
    font-style: italic;
    color: var(--text-primary);
    line-height: 1.8;
    margin-bottom: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-primary);
    font-weight: 700;
    font-size: 1rem;
}

.testimonial-author div:last-child {
    text-align: left;
}

.testimonial-author strong {
    display: block;
    font-size: 0.95rem;
}

.testimonial-author span {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--border);
    color: var(--text-primary);
    cursor: pointer;
    transition: var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn:hover {
    background: var(--gold);
    color: var(--bg-primary);
    border-color: var(--gold);
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-muted);
    cursor: pointer;
    transition: var(--transition-fast);
}

.slider-dot.active {
    background: var(--gold);
    width: 24px;
    border-radius: 4px;
}

/* ========== NEWSLETTER ========== */
.newsletter {
    position: relative;
    z-index: 2;
}

.newsletter-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.newsletter-bg-shapes .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: rgba(201, 168, 76, 0.08);
    top: -100px;
    right: -100px;
}

.shape-2 {
    width: 200px;
    height: 200px;
    background: rgba(107, 45, 62, 0.08);
    bottom: -80px;
    left: -80px;
}

.newsletter-card h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    margin-bottom: 12px;
    position: relative;
}

.newsletter-card > p {
    color: var(--text-secondary);
    margin-bottom: 28px;
    position: relative;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}

.newsletter-form input {
    flex: 1;
    background: var(--bg-primary);
    border: 1px solid var(--border);
    padding: 14px 20px;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 0.95rem;
    border-radius: 50px;
    outline: none;
    transition: var(--transition);
}

.newsletter-form input:focus {
    border-color: var(--gold);
}

/* ========== FOOTER ========== */
.footer {
    position: relative;
    z-index: 2;
    background: var(--bg-secondary);
    padding-top: 0;
}

.footer-wave {
    margin-bottom: -1px;
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding: 60px 0 40px;
}

.footer-logo {
    width: 80px;
    margin-bottom: 16px;
}

.footer-brand p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.7;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: var(--transition-fast);
}

.social-link:hover {
    background: var(--gold);
    color: var(--bg-primary);
    border-color: var(--gold);
}

.footer-links h4,
.footer-contact h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--text-secondary);
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 4px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.footer-contact i {
    color: var(--gold);
    margin-top: 4px;
    font-size: 0.85rem;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid var(--border);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    color: var(--text-muted);
    transition: var(--transition-fast);
}

.footer-bottom-links a:hover {
    color: var(--gold);
}

/* ========== BACK TO TOP ========== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--bg-primary);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition);
    box-shadow: var(--shadow-gold);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-4px);
}

/* ========== TOAST NOTIFICATION ========== */
.toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--bg-card);
    border: 1px solid var(--gold);
    color: var(--text-primary);
    padding: 14px 28px;
    border-radius: var(--radius);
    font-size: 0.9rem;
    z-index: 10001;
    opacity: 0;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-gold);
}

.toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.toast i {
    color: var(--gold);
}

.product-description-block {
    display: grid;
    gap: 12px;
}

.product-description {
    color: var(--text-secondary);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-description.is-expanded {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.product-description-toggle {
    justify-self: flex-start;
    padding: 0;
    background: transparent;
    border: none;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color var(--transition-fast), opacity var(--transition-fast);
}

.product-description-toggle:hover {
    color: var(--gold-light);
}

.product-description-toggle[hidden] {
    display: none;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .slide-content {
        grid-template-columns: 1fr;
        text-align: center;
        padding-bottom: 160px;
    }

    .slide-desc { margin: 0 auto 24px; }
    .slide-actions { justify-content: center; }
    .slide-trust { justify-content: center; }
    .slide-product { order: -1; }
    .product-spotlight { width: 320px; height: 320px; }
    .spotlight-img { height: 320px; }
    .spotlight-img.spotlight-square { width: 270px; height: 270px; }
    .spotlight-ring { width: 280px; height: 280px; }
    .product-meta-float { display: none; }

    .hero-quick-cats {
        display: none;
    }
    .slider-nav {
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
    }
    .slide-content {
        padding-bottom: 60px;
    }

    .cat-showcase { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .cat-card-inner { min-height: auto; padding: 32px 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .steps-grid { gap: 12px; }
    .step-connector { display: none; }
}

@media (max-width: 768px) {
    .nav-container {
        min-height: 56px;
    }

    .nav-logo img {
        height: 58px;
        max-height: 58px;
    }

    .navbar.scrolled .nav-logo img {
        height: 50px;
        max-height: 50px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--bg-secondary);
        flex-direction: column;
        padding: 80px 32px 32px;
        gap: 24px;
        transition: var(--transition);
        border-left: 1px solid var(--border);
        z-index: 999;
    }

    .nav-links.active { right: 0; }
    .mobile-toggle { display: flex; }

    .section-padding { padding: 60px 0; }
    .products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .product-image { height: 200px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

    .testimonial-card { padding: 28px 20px; }
    .testimonial-card p { font-size: 1.1rem; }

    .newsletter-form { flex-direction: column; }
    .newsletter-card { padding: 40px 24px; }

    .shop-page-hero {
        display: none;
    }

    .shop-catalog-section {
        padding-top: 102px;
    }

    .filter-bar,
    .filter-meta {
        align-items: stretch;
    }

    .filter-bar {
        gap: 14px;
        margin-bottom: 22px;
    }

    .filter-tabs {
        width: 100%;
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .filter-tab {
        min-height: 42px;
        padding: 0 18px;
        font-size: 0.88rem;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .filter-meta {
        width: 100%;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 12px;
    }

    .sort-select {
        min-width: 0;
        width: 100%;
        flex: 0 0 auto;
    }

    .shop-pagination {
        gap: 14px;
    }

    .pagination-summary,
    .pagination-controls {
        width: 100%;
    }

    .pagination-controls {
        justify-content: center;
    }

    .hero-quick-cats {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: var(--radius);
        max-width: 90%;
    }

    .slider-nav { display: none; }
    .hero-quick-cats { display: none; }

    .slide-title { font-size: 2.4rem; }
    .current-price { font-size: 2rem; }
}

@media (max-width: 480px) {
    .nav-logo img {
        height: 52px;
        max-height: 52px;
    }

    .navbar.scrolled .nav-logo img {
        height: 46px;
        max-height: 46px;
    }

    .shop-catalog-section {
        padding-top: 96px;
    }

    .filter-tabs {
        display: flex;
        width: calc(100% + 8px);
        margin-right: -8px;
    }

    .filter-tab {
        width: auto;
        padding: 0 12px;
        font-size: 0.84rem;
    }

    .filter-meta {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .results-count {
        font-size: 0.88rem;
    }

    .sort-select {
        min-height: 44px;
    }

    .pagination-summary {
        font-size: 0.88rem;
        text-align: center;
    }

    .pagination-controls {
        gap: 8px;
    }

    .pagination-btn,
    .pagination-page {
        min-height: 42px;
        border-radius: 12px;
        font-size: 0.85rem;
    }

    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .product-card {
        border-radius: 16px;
    }
    .product-image {
        height: 170px;
    }
    .product-image img {
        padding: 10px;
    }
    .product-badge {
        top: 10px;
        left: 10px;
        font-size: 0.62rem;
        padding: 4px 10px;
    }
    .product-actions {
        top: 10px;
        right: 10px;
        gap: 6px;
    }
    .product-action-btn {
        width: 32px;
        height: 32px;
        font-size: 0.76rem;
    }
    .product-info {
        padding: 14px 12px;
    }
    .product-category {
        font-size: 0.62rem;
        letter-spacing: 1.1px;
        margin-bottom: 4px;
    }
    .product-name {
        font-size: 0.98rem;
        line-height: 1.35;
        margin-bottom: 6px;
    }
    .product-inspired {
        font-size: 0.72rem;
        line-height: 1.45;
        margin-bottom: 10px;
    }
    .product-bottom {
        align-items: flex-start;
        gap: 8px;
        flex-direction: column;
    }
    .product-price {
        display: inline-flex;
        align-items: baseline;
        gap: 6px;
        flex-wrap: nowrap;
        font-size: 1.05rem;
        white-space: nowrap;
    }
    .product-price .old-price {
        display: inline;
        margin-left: 0;
        margin-top: 0;
        font-size: 0.74rem;
    }
    .product-sizes {
        gap: 4px;
        flex-wrap: wrap;
    }
    .size-tag {
        font-size: 0.62rem;
        padding: 2px 6px;
    }
    .step-card { min-width: 100%; }
    .slide-title { font-size: 2rem; }
    .product-spotlight { width: 240px; height: 240px; }
    .spotlight-img { height: 240px; }
    .spotlight-img.spotlight-square { width: 210px; height: 210px; }
    .spotlight-ring { width: 210px; height: 210px; }
    .slide-actions .btn { width: 100%; justify-content: center; }
}

/* ===== FLOATING PROMO WIDGET ===== */
.promo-float-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 998;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    cursor: pointer;
    animation: float-bounce 3s ease-in-out infinite;
}

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

.promo-float-icon {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-gold) 0%, #d4a84b 100%);
    padding: 4px;
    box-shadow: 
        0 8px 32px rgba(201, 168, 76, 0.4),
        0 0 0 0 rgba(201, 168, 76, 0.4);
    animation: promo-pulse 2s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@keyframes promo-pulse {
    0%, 100% { box-shadow: 0 8px 32px rgba(201, 168, 76, 0.4), 0 0 0 0 rgba(201, 168, 76, 0.4); }
    50% { box-shadow: 0 8px 32px rgba(201, 168, 76, 0.4), 0 0 0 12px rgba(201, 168, 76, 0); }
}

.promo-float-widget:hover .promo-float-icon {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(201, 168, 76, 0.5);
}

.promo-float-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: var(--bg-primary);
}

.promo-float-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e74c3c;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.4);
}

.promo-float-bubble {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    padding: 10px 16px;
    border-radius: 16px 16px 4px 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    transform: translateX(20px) scale(0.9);
    transition: all 0.3s ease;
    pointer-events: none;
}

.promo-float-widget:hover .promo-float-bubble {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.promo-float-bubble span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
}

.promo-float-bubble small {
    font-size: 0.75rem;
    color: var(--accent-gold);
    font-weight: 700;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .promo-float-widget {
        bottom: 20px;
        right: 20px;
    }

    .promo-float-icon {
        width: 60px;
        height: 60px;
    }

    .promo-float-bubble {
        display: none;
    }

    .promo-float-badge {
        font-size: 0.65rem;
        padding: 3px 6px;
    }
}

@media (max-width: 480px) {
    .promo-float-widget {
        bottom: 16px;
        right: 16px;
    }

    .promo-float-icon {
        width: 55px;
        height: 55px;
    }
}

/* Pinned product card styling */
.product-card.pinned {
    position: relative;
    border: 2px solid var(--accent-gold);
}

.product-card.pinned::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
}

.product-card.pinned .product-badge {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

/* Promo product card styling */
.product-card.promo-card {
    border: 2px solid var(--accent-gold);
    background: linear-gradient(145deg, rgba(212, 175, 55, 0.08), rgba(26, 26, 46, 0.95));
}

.product-card.promo-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
}

.product-card.promo-card .promo-badge {
    background: linear-gradient(145deg, #d4af37, #c5a028);
    color: #000;
    font-weight: 700;
}

.product-card.promo-card .promo-label {
    color: var(--accent-gold);
    font-weight: 600;
}

.product-card.promo-card .promo-image {
    background-size: cover;
    background-position: center;
}

.product-card.promo-card .product-info {
    position: relative;
    z-index: 2;
}

/* Promo Product Page Styles */
.promo-detail {
    padding: 120px 0 60px;
    min-height: 80vh;
}

.promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 900px) {
    .promo-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.promo-image-section {
    position: relative;
}

.promo-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.promo-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.promo-badge-large {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(145deg, #d4af37, #c5a028);
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.promo-info-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-detail .promo-label {
    color: var(--accent-gold);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.promo-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.promo-description {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.promo-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.promo-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.promo-feature i {
    color: var(--accent-gold);
    font-size: 18px;
    width: 24px;
}

.promo-price-section {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 30px;
}

.promo-price {
    font-size: 42px;
    font-weight: 700;
    color: var(--accent-gold);
}

.promo-old-price {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
}

.promo-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.promo-btn {
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.promo-btn-primary {
    background: linear-gradient(145deg, #d4af37, #c5a028);
    color: #000;
}

.promo-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

.promo-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.promo-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.promo-btn-outline {
    background: transparent;
    border: 2px solid var(--accent-gold);
    color: var(--accent-gold);
}

.promo-btn-outline:hover {
    background: var(--accent-gold);
    color: #000;
}

.promo-note {
    margin-top: 30px;
    padding: 20px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 12px;
    border-left: 4px solid var(--accent-gold);
}

.promo-note p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
}

.promo-note strong {
    color: var(--accent-gold);
}

.promo-loading {
    text-align: center;
    padding: 100px 20px;
}

.promo-error {
    text-align: center;
    padding: 100px 20px;
}

.promo-error i {
    font-size: 60px;
    color: var(--accent-gold);
    margin-bottom: 20px;
    display: block;
}

.promo-error h2 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #fff;
}

.promo-error p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.promo-delivery-info {
    margin-top: 20px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-delivery-info i {
    color: var(--accent-gold);
}

.promo-delivery-info.free-delivery {
    background: rgba(39, 174, 96, 0.15);
    border: 1px solid rgba(39, 174, 96, 0.3);
}

.promo-delivery-info.free-delivery i {
    color: #27ae60;
}

.promo-delivery-info.free-delivery strong {
    color: #2ecc71;
}

/* Free delivery badge in cart */
.free-delivery-badge {
    background: linear-gradient(135deg, rgba(39, 174, 96, 0.2), rgba(46, 204, 113, 0.1));
    border: 1px solid rgba(39, 174, 96, 0.4);
    color: #2ecc71;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}

.free-delivery-badge i {
    font-size: 18px;
}

.free-text {
    color: #2ecc71;
    font-weight: 700;
}

/* Promo Code Input in Cart */
.promo-code-section {
    margin: 16px 0;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.promo-input-group {
    display: flex;
    gap: 8px;
}

.promo-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.promo-input::placeholder {
    text-transform: none;
    color: rgba(255, 255, 255, 0.5);
}

.promo-input:focus {
    outline: none;
    border-color: var(--accent-gold);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

.promo-apply-btn {
    padding: 12px 20px;
    background: var(--accent-gold);
    color: #000;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.promo-apply-btn:hover:not(:disabled) {
    background: #e5c347;
    transform: translateY(-1px);
}

.promo-apply-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.promo-code-section .promo-error {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 8px;
    padding: 0;
    text-align: left;
}

.promo-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.promo-applied-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.promo-code-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(39, 174, 96, 0.2);
    border: 1px solid rgba(39, 174, 96, 0.4);
    border-radius: 6px;
    color: #2ecc71;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.promo-code-tag i {
    font-size: 12px;
}

.promo-discount {
    color: #2ecc71;
    font-weight: 700;
    font-size: 15px;
}

.promo-remove-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(231, 76, 60, 0.15);
    border: 1px solid rgba(231, 76, 60, 0.3);
    border-radius: 6px;
    color: #e74c3c;
    cursor: pointer;
    transition: all 0.2s ease;
}

.promo-remove-btn:hover {
    background: rgba(231, 76, 60, 0.3);
}

.summary-row.discount {
    color: #2ecc71;
}

.discount-amount {
    color: #2ecc71;
    font-weight: 600;
}

@media (max-width: 480px) {
    .promo-input-group {
        flex-direction: column;
    }

    .promo-apply-btn {
        width: 100%;
    }
}

/* Two-column form row */
.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Location Dropdown (District & Thana) */
.location-dropdown {
    position: relative;
    width: 100%;
}

.location-dropdown-trigger {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

.location-dropdown-trigger:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.location-dropdown-trigger:focus {
    outline: none;
    border-color: var(--accent-gold);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

.location-dropdown-trigger i {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    transition: transform 0.2s ease;
}

.location-dropdown.open .location-dropdown-trigger {
    border-color: var(--accent-gold);
    border-radius: 10px 10px 0 0;
}

.location-dropdown.open .location-dropdown-trigger i {
    transform: rotate(180deg);
}

.location-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(20, 20, 25, 0.98);
    border: 1px solid var(--accent-gold);
    border-top: none;
    border-radius: 0 0 10px 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.location-dropdown.open .location-dropdown-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
}

.location-search-wrap {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.location-search-wrap i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.location-search {
    width: 100%;
    padding: 10px 12px 10px 32px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
}

.location-search::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.location-search:focus {
    outline: none;
    border-color: var(--accent-gold);
}

.location-list {
    max-height: 220px;
    overflow-y: auto;
    padding: 6px;
}

.location-list::-webkit-scrollbar {
    width: 5px;
}

.location-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.location-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.location-option {
    width: 100%;
    padding: 11px 12px;
    background: transparent;
    border: none;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.15s ease;
}

.location-option:hover {
    background: rgba(255, 255, 255, 0.08);
}

.location-option.selected {
    background: rgba(212, 175, 55, 0.15);
    color: var(--accent-gold);
}

.delivery-tag {
    font-size: 11px;
    padding: 2px 6px;
    background: rgba(39, 174, 96, 0.2);
    color: #2ecc71;
    border-radius: 4px;
    font-weight: 600;
}

.delivery-tag.outside {
    background: rgba(230, 126, 34, 0.2);
    color: #e67e22;
}

.location-list .no-results {
    padding: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.delivery-info-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.delivery-info-box i {
    color: var(--accent-gold);
}

.optional {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85em;
}

@media (max-width: 600px) {
    .form-row-2 {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   CHECKOUT PAGE - Professional Redesign
   ============================================ */

.cart-page {
    padding-top: 100px;
    padding-bottom: 60px;
    min-height: 100vh;
}

/* Empty Cart State */
.checkout-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 24px;
    min-height: 50vh;
}

.checkout-empty .empty-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201, 168, 76, 0.15), rgba(201, 168, 76, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.checkout-empty .empty-icon i {
    font-size: 42px;
    color: var(--gold);
    opacity: 0.8;
}

.checkout-empty h2 {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.checkout-empty p {
    color: var(--text-secondary);
    font-size: 15px;
    margin-bottom: 32px;
}

/* Checkout Page Layout */
.checkout-page {
    max-width: 1200px;
    margin: 0 auto;
}

.checkout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 32px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 32px;
}

.checkout-header .back-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    font-size: 14px;
    transition: color 0.2s;
}

.checkout-header .back-link:hover {
    color: var(--gold);
}

.checkout-header h1 {
    font-family: var(--font-display);
    font-size: 26px;
    color: var(--text-primary);
    font-weight: 600;
}

.checkout-header .secure-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2ecc71;
    font-size: 13px;
    font-weight: 500;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

/* Main Content Column */
.checkout-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.checkout-section {
    background: var(--bg-card);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    overflow: hidden;
}

.checkout-section .section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: rgba(201, 168, 76, 0.03);
    border-bottom: 1px solid var(--border);
}

.checkout-section .section-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: var(--bg-primary);
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-section .section-header h2 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    flex: 1;
}

.checkout-section .item-count {
    font-size: 13px;
    color: var(--text-secondary);
    padding: 4px 12px;
    background: rgba(201, 168, 76, 0.1);
    border-radius: 20px;
}

/* Checkout Items */
.checkout-items {
    padding: 16px;
}

.checkout-item {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.checkout-item:hover {
    border-color: var(--border);
    background: rgba(255, 255, 255, 0.03);
}

.checkout-item + .checkout-item {
    margin-top: 12px;
}

.checkout-item .item-image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-secondary);
}

.checkout-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-item .item-qty-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--bg-primary);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-item .item-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.checkout-item .item-details h4 {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.3;
}

.checkout-item .item-meta {
    font-size: 13px;
    color: var(--text-secondary);
}

.checkout-item .item-qty-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.qty-btn-sm {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(201, 168, 76, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.2);
    color: var(--gold);
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.qty-btn-sm:hover {
    background: rgba(201, 168, 76, 0.2);
    border-color: var(--gold);
}

.qty-display {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    min-width: 20px;
    text-align: center;
}

.checkout-item .item-price-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.checkout-item .item-total {
    font-size: 16px;
    font-weight: 700;
    color: var(--gold);
}

.remove-item-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.2);
    color: #e74c3c;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.2s;
}

.remove-item-btn:hover {
    opacity: 1;
    background: rgba(231, 76, 60, 0.2);
}

/* Checkout Form */
.checkout-form {
    padding: 24px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field.full-width {
    grid-column: 1 / -1;
}

.form-field label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-field label i {
    color: var(--gold);
    font-size: 12px;
    width: 16px;
}

.form-field label .optional {
    font-weight: 400;
    color: var(--text-muted);
    margin-left: auto;
}

.form-field input,
.form-field textarea {
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--text-primary);
    font-size: 14px;
    font-family: inherit;
    transition: all 0.2s;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: var(--text-muted);
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(201, 168, 76, 0.05);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

.form-field textarea {
    resize: vertical;
    min-height: 70px;
}

/* Select Dropdown (New Design) */
.select-dropdown {
    position: relative;
    width: 100%;
}

.select-trigger {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--text-primary);
    font-size: 14px;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s;
}

.select-trigger.placeholder span {
    color: var(--text-muted);
}

.select-trigger:hover {
    border-color: rgba(255, 255, 255, 0.25);
}

.select-trigger:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

.select-trigger i {
    font-size: 11px;
    color: var(--text-muted);
    transition: transform 0.2s;
}

.select-dropdown.open .select-trigger {
    border-color: var(--gold);
    border-radius: 10px 10px 0 0;
}

.select-dropdown.open .select-trigger i {
    transform: rotate(180deg);
}

.select-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(18, 18, 24, 0.98);
    border: 1px solid var(--gold);
    border-top: none;
    border-radius: 0 0 10px 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 100;
    backdrop-filter: blur(12px);
}

.select-dropdown.open .select-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
}

.select-search {
    position: relative;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.select-search i {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 12px;
}

.select-search input {
    width: 100%;
    padding: 10px 12px 10px 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 13px;
    font-family: inherit;
}

.select-search input::placeholder {
    color: var(--text-muted);
}

.select-search input:focus {
    outline: none;
    border-color: rgba(201, 168, 76, 0.5);
}

.select-options {
    max-height: 230px;
    overflow-y: auto;
    padding: 8px;
}

.select-options::-webkit-scrollbar {
    width: 5px;
}

.select-options::-webkit-scrollbar-track {
    background: transparent;
}

.select-options::-webkit-scrollbar-thumb {
    background: rgba(201, 168, 76, 0.3);
    border-radius: 3px;
}

.select-option {
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 13px;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.15s;
}

.select-option:hover {
    background: rgba(201, 168, 76, 0.08);
}

.select-option.selected {
    background: rgba(201, 168, 76, 0.15);
    color: var(--gold);
}

.delivery-badge {
    font-size: 11px;
    padding: 3px 8px;
    background: rgba(230, 126, 34, 0.2);
    color: #e67e22;
    border-radius: 5px;
    font-weight: 600;
}

.delivery-badge.dhaka {
    background: rgba(39, 174, 96, 0.2);
    color: #2ecc71;
}

.no-options {
    padding: 20px;
    text-align: center;
    color: var(--text-muted);
    font-size: 13px;
}

/* Sidebar - Order Summary */
.checkout-sidebar {
    position: sticky;
    top: 100px;
}

.summary-card {
    background: var(--bg-card);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    padding: 24px;
}

.summary-card h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

/* Promo Section */
.promo-section {
    margin-bottom: 20px;
}

.promo-input-wrap {
    display: flex;
    gap: 10px;
}

.promo-input-wrap input {
    flex: 1;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 13px;
    font-family: inherit;
}

.promo-input-wrap input::placeholder {
    color: var(--text-muted);
}

.promo-input-wrap input:focus {
    outline: none;
    border-color: var(--gold);
}

.promo-input-wrap button {
    padding: 12px 18px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border: none;
    border-radius: 8px;
    color: var(--bg-primary);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.promo-input-wrap button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(201, 168, 76, 0.3);
}

.promo-input-wrap button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.promo-error-msg {
    margin-top: 10px;
    padding: 10px 12px;
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.2);
    border-radius: 8px;
    color: #e74c3c;
    font-size: 12px;
}

.promo-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: rgba(39, 174, 96, 0.1);
    border: 1px solid rgba(39, 174, 96, 0.25);
    border-radius: 8px;
}

.promo-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-info i {
    color: #2ecc71;
}

.promo-info .promo-code {
    font-weight: 700;
    color: #2ecc71;
    font-size: 13px;
    text-transform: uppercase;
}

.promo-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-value span {
    font-weight: 700;
    color: #2ecc71;
    font-size: 14px;
}

.promo-remove {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(231, 76, 60, 0.15);
    border: none;
    color: #e74c3c;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.promo-remove:hover {
    background: rgba(231, 76, 60, 0.3);
}

.summary-divider {
    height: 1px;
    background: var(--border);
    margin: 16px 0;
}

/* Summary Lines */
.summary-lines {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--text-secondary);
}

.summary-line.discount span:last-child {
    color: #2ecc71;
    font-weight: 600;
}

.free-shipping {
    color: #2ecc71 !important;
    font-weight: 600;
}

.shipping-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text-muted);
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    margin-top: 4px;
}

.shipping-note i {
    color: var(--gold);
}

.shipping-note.free {
    background: rgba(39, 174, 96, 0.1);
    color: #2ecc71;
}

.shipping-note.free i {
    color: #2ecc71;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}

.summary-total span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
}

.total-amount {
    font-size: 24px;
    font-weight: 700;
    color: var(--gold);
    font-family: var(--font-display);
}

.place-order-btn {
    width: 100%;
    padding: 16px 24px;
    margin-top: 24px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border: none;
    border-radius: 10px;
    color: var(--bg-primary);
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}

.place-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}

.place-order-btn:active {
    transform: translateY(0);
}

/* Trust Badges */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    font-size: 10px;
    color: var(--text-muted);
}

.trust-item i {
    font-size: 16px;
    color: var(--gold);
    opacity: 0.7;
}

/* Mobile Checkout Bar */
.mobile-checkout-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-card);
    border-top: 1px solid var(--border);
    padding: 16px 20px;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
}

.mobile-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.mobile-total span {
    font-size: 13px;
    color: var(--text-secondary);
}

.mobile-total strong {
    font-size: 20px;
    color: var(--gold);
    font-family: var(--font-display);
}

.mobile-checkout-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border: none;
    border-radius: 10px;
    color: var(--bg-primary);
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Responsive - Checkout Page */
@media (max-width: 1024px) {
    .checkout-grid {
        grid-template-columns: 1fr 360px;
        gap: 28px;
    }
}

@media (max-width: 900px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }
    
    .checkout-sidebar {
        position: relative;
        top: 0;
    }
    
    .summary-card {
        margin-bottom: 20px;
    }
    
    .checkout-page {
        padding-bottom: 120px;
    }
    
    .place-order-btn {
        display: none;
    }
    
    .mobile-checkout-bar {
        display: block;
    }
}

@media (max-width: 600px) {
    .cart-page {
        padding-top: 80px;
    }
    
    .checkout-header {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px 0 24px;
    }
    
    .checkout-header .back-link {
        order: 1;
    }
    
    .checkout-header h1 {
        order: 3;
        width: 100%;
        font-size: 22px;
    }
    
    .checkout-header .secure-badge {
        order: 2;
        margin-left: auto;
    }
    
    .checkout-section .section-header {
        padding: 16px 18px;
    }
    
    .checkout-section .section-header h2 {
        font-size: 16px;
    }
    
    .checkout-items {
        padding: 12px;
    }
    
    .checkout-item {
        grid-template-columns: 65px 1fr;
        gap: 12px;
        padding: 12px;
    }
    
    .checkout-item .item-image {
        width: 65px;
        height: 65px;
    }
    
    .checkout-item .item-price-col {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        margin-top: 8px;
        padding-top: 12px;
        border-top: 1px solid var(--border);
    }
    
    .checkout-form {
        padding: 18px;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .summary-card {
        padding: 20px;
    }
    
    .trust-badges {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .trust-item {
        flex-direction: row;
        justify-content: center;
    }
}

/* Hide footer on checkout page for mobile - prevents confusion with fixed Place Order button */
@media (max-width: 900px) {
    .checkout-body .footer,
    .checkout-body .footer-wave,
    .checkout-body .back-to-top {
        display: none !important;
    }
    
    .checkout-body .cart-page {
        padding-bottom: 140px;
    }
}
