:root {
  --cream: #241410;            /* Swapped to Curio Bark for card backgrounds */
  --warm-white: #121212;       /* Swapped to Deep Charcoal for the main background */
  --ink: #FFF9D4;              /* Swapped to Mystery Parchment for readable text */
  --brown: #FFF9D4;            /* Main heading text color */
  --amber: #EAB26B;            /* Toasted Ochre for premium gold accents */
  --dusty-rose: #C36F43;       /* Vintage Terracotta for product accents */
  --sage: #7A9E7E;             /* Keeps the success note soft */
  --muted-gold: #EAB26B;       /* Secondary gold headings */
  --paper: #1A0D0A;            /* Even deeper bark tone for nested cards */
  --shadow: rgba(0,0,0,0.6);   /* Heavy, rich dark shadow for depth */
  --garnet: #9E1B1B;           /* Rohossho Garnet for special mystery accents */
}
  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--warm-white);
    color: var(--ink);
    font-family: 'DM Mono', monospace;
    font-weight: 300;
    overflow-x: hidden;
  }

  /* ── GRAIN OVERLAY ── */
  body::before {
    content: '';
    position: fixed;
    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='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.6;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 1.2rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(250,247,240,0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(196,135,58,0.2);
    transition: all 0.3s ease;
  }

  .nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: var(--brown);
    text-decoration: none;
  }
  .nav-logo span {
    font-style: italic;
    color: var(--amber);
  }

  .nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
  }
  .nav-links a {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brown);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .nav-links a:hover { opacity: 1; }

  .nav-cart {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brown);
    cursor: pointer;
    background: none;
    border: 1px solid var(--amber);
    padding: 0.5rem 1rem;
    transition: all 0.2s;
    border-radius: 4px;
  }
  .nav-cart:hover { background: var(--amber); color: white; }
  .cart-count {
    background: var(--dusty-rose);
    color: white;
    border-radius: 50%;
    width: 18px; height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
  }
  body.modal-open {
    overflow: hidden;
  }

  /* ── HERO ── */
  #hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
  }

  .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 4rem 6rem 6rem;
    position: relative;
    z-index: 2;
  }

  .hero-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards;
  }

  .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 1.05;
    color: var(--brown);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards;
  }
  .hero-title em {
    font-style: italic;
    color: var(--amber);
  }

  .hero-bengali {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--muted-gold);
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards;
  }

  .hero-desc {
    font-size: 0.78rem;
    line-height: 1.9;
    color: var(--brown);
    opacity: 0.65;
    max-width: 420px;
    margin-bottom: 3rem;
    animation: fadeUp 0.8s 0.7s forwards;
    opacity: 0;
  }

  .hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp 0.8s 0.9s forwards;
  }

  .btn-primary {
    background: var(--brown);
    color: var(--cream);
    padding: 0.9rem 2rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
    border-radius: 4px;
  }
  .btn-primary:hover { background: var(--amber); }

  .btn-outline {
    background: transparent;
    color: var(--brown);
    padding: 0.9rem 2rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid var(--brown);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s;
    border-radius: 4px;
  }
  .btn-outline:hover { background: var(--brown); color: white; }

  .hero-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .hero-visual {
    position: relative;
    width: 420px;
    height: 520px;
    opacity: 0;
    animation: fadeIn 1.2s 0.5s forwards;
  }

  .box-card {
    position: absolute;
    background: var(--paper);
    border: 1px solid rgba(196,135,58,0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
    border-radius: 8px;
  }
  .box-card:hover { transform: translateY(-8px) rotate(-1deg) !important; }

 /* ── HOME HERO BOX CARDS FIX (CORRECTED) ── */

/* Card 1: Keeps its exact size and left layout position, just shifts to dark bark */
.box-card-1 {
  background: #241410 !important; 
  border: 1px solid rgba(234, 178, 107, 0.3) !important;
  width: 200px !important; 
  height: 240px !important;
  top: 40px !important; 
  left: 20px !important;
  transform: rotate(-4deg) !important;
}

/* Card 2: Keeps its mid-stack size and right positioning layout */
.box-card-2 {
  background: #1A0D0A !important; 
  border: 1px solid rgba(158, 27, 27, 0.4) !important;
  width: 180px !important; 
  height: 210px !important;
  top: 80px !important; 
  left: 170px !important;
  transform: rotate(3deg) !important;
}

/* Card 3: Keeps its foreground size and low-hanging center layout */
.box-card-3 {
  background: #1C1513 !important; 
  border: 1px solid rgba(234, 178, 107, 0.2) !important;
  width: 160px !important; 
  height: 190px !important;
  top: 240px !important; 
  left: 100px !important;
  transform: rotate(-1.5deg) !important;
}

/* Fix text readability inside these specific cards */
.box-card .box-label {
  color: #FFF9D4 !important; 
  opacity: 0.85 !important;
}

.box-card .box-price {
  color: #EAB26B !important; 
  font-weight: 700 !important;
}
  .hero-bg-circle {
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196,135,58,0.08) 0%, transparent 70%);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  /* ── TICKER ── */
  .ticker {
    background: var(--brown);
    color: var(--cream);
    padding: 0.75rem 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .ticker-inner {
    display: inline-block;
    animation: ticker 22s linear infinite;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .ticker-inner span { margin: 0 3rem; }
  .ticker-sep { color: var(--amber); }

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

  /* ── PROMO BANNER ── */
  .promo-banner {
    background: rgba(122,158,126,0.1);
    border-top: 1px solid rgba(122,158,126,0.3);
    border-bottom: 1px solid rgba(122,158,126,0.3);
    padding: 1rem 6rem;
    text-align: center;
    border-radius: 6px;
  }
  .promo-banner-inner {
    font-size: 0.7rem;
    line-height: 1.8;
    color: var(--brown);
    letter-spacing: 0.02em;
  }
  .promo-banner-inner strong { color: var(--sage); }

  /* ── HOW IT WORKS ── */
  #how {
    padding: 7rem 6rem;
    background: var(--cream);
    position: relative;
  }

  .section-label {
    font-size: 0.62rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 1rem;
  }

  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    color: var(--brown);
    line-height: 1.2;
    margin-bottom: 4rem;
    max-width: 500px;
  }
  .section-title em { font-style: italic; color: var(--amber); }

  .how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }

  .how-step {
    position: relative;
    padding-top: 2rem;
    border-top: 1px solid rgba(196,135,58,0.3);
  }

  .step-num {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: var(--amber);
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 1rem;
    font-style: italic;
  }

  .step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 0.75rem;
  }

  .step-desc {
    font-size: 0.72rem;
    line-height: 1.9;
    color: var(--brown);
    opacity: 0.65;
  }

  /* ── PRODUCTS ── */
  #products,
  #signature,
  #individual,
  #faq {
    padding: 7rem 6rem;
    background: var(--warm-white);
  }

  .products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
  }

  .mode-toggle {
    display: flex;
    gap: 0;
    border: 1px solid var(--brown);
    border-radius: 4px;
  }
  .mode-btn {
    padding: 0.55rem 1.2rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.62rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    background: transparent;
    color: var(--brown);
    transition: all 0.2s;
  }
  .mode-btn.active { background: var(--brown); color: var(--cream); }

  .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  /* Product card */
  .product-card {
    background: var(--paper);
    border: 1px solid rgba(196,135,58,0.15);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 8px;
  }
  .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px var(--shadow);
  }

  .product-img {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    position: relative;
    overflow: hidden;
  }
  .product-img-bg {
    position: absolute;
    inset: 0;
    opacity: 0.35;
  }
  .product-img-emoji { position: relative; z-index: 1; }

  .product-tier {
    position: absolute;
    top: 1rem; left: 1rem;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: var(--brown);
    color: var(--cream);
    padding: 0.3rem 0.7rem;
    z-index: 2;
  }

  .product-info { padding: 1.5rem; }

  .product-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 0.4rem;
  }

  .product-desc {
    font-size: 0.68rem;
    line-height: 1.8;
    color: var(--brown);
    opacity: 0.6;
    margin-bottom: 1.2rem;
  }

  .product-pricing {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 1.2rem;
  }
  .price-new {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--amber);
  }
  .price-old {
    font-size: 0.75rem;
    text-decoration: line-through;
    opacity: 0.4;
    color: var(--brown);
  }
  .price-badge {
    font-size: 0.55rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--dusty-rose);
    color: white;
    padding: 0.2rem 0.5rem;
  }

  .product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
  }
  .tag {
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(196,135,58,0.4);
    color: var(--brown);
    padding: 0.2rem 0.6rem;
    opacity: 0.7;
  }

  .product-actions {
    display: flex;
    gap: 0.6rem;
  }
  .btn-add {
    flex: 1;
    background: var(--brown);
    color: var(--cream);
    padding: 0.75rem 1rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.62rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
  }
  .btn-add:hover { background: var(--amber); }
  .btn-wa {
    background: transparent;
    color: var(--brown);
    padding: 0.75rem 1rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(196,135,58,0.4);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
  }
  .btn-wa:hover { border-color: var(--sage); color: var(--sage); }

  /* ── INDIVIDUAL PRODUCTS ── */
  .indiv-header {
    margin-top: 6rem;
    padding-top: 4rem;
    border-top: 1px solid rgba(196,135,58,0.2);
  }
  .cat-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .cat-tab {
    padding: 0.6rem 1.4rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: 1px solid rgba(196,135,58,0.35);
    border-right: none;
    background: transparent;
    color: var(--brown);
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 4px;
  }
  .cat-tab:last-child { border-right: 1px solid rgba(196,135,58,0.35); }
  .cat-tab:hover { background: rgba(196,135,58,0.08); }
  .cat-tab.active { background: var(--brown); color: var(--cream); border-color: var(--brown); }

  .indiv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .indiv-card {
    background: var(--paper);
    border: 1px solid rgba(196,135,58,0.15);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    border-radius: 8px;
  }
  .indiv-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px var(--shadow); }
  .indiv-img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .indiv-img-bg { position: absolute; inset: 0; opacity: 0.5; }
  .indiv-emoji { position: relative; z-index: 1; font-size: 2.8rem; }
  .indiv-cat-badge {
    position: absolute;
    top: 0.8rem; left: 0.8rem;
    font-size: 0.5rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: var(--amber);
    color: white;
    padding: 0.25rem 0.6rem;
    z-index: 2;
  }
  .indiv-info { padding: 1rem 1.1rem 1.2rem; }
  .indiv-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 0.35rem;
  }
  .indiv-price { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--amber); margin-bottom: 0.8rem; }
  .indiv-price.tba {
    font-family: 'DM Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brown);
    opacity: 0.45;
  }
  .indiv-pricing {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    flex-wrap: wrap;
  }
  .indiv-price-new { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--amber); }
  .indiv-price-old { font-size: 0.65rem; text-decoration: line-through; opacity: 0.4; color: var(--brown); }
  .indiv-discount {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--dusty-rose);
    color: white;
    padding: 0.15rem 0.4rem;
  }
  .indiv-variant {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--amber);
    opacity: 0.7;
    margin-bottom: 0.2rem;
  }
  .btn-add-indiv {
    width: 100%;
    background: var(--brown);
    color: var(--cream);
    padding: 0.6rem 1rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
  }
  .btn-add-indiv:hover { background: var(--amber); }
  .indiv-tagline {
    font-size: 0.62rem;
    line-height: 1.6;
    color: var(--brown);
    opacity: 0.55;
    margin-bottom: 0.7rem;
    font-style: italic;
  }

  .btn-notify {
    width: 100%;
    flex: 1 1 100%;
    min-width: 0;
    white-space: normal;
    background: transparent;
    border: 1px solid var(--amber);
    color: var(--brown);
    padding: 0.55rem 1rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
  }
  .btn-notify:hover { background: var(--amber); color: white; }

  /* Notify Modal */
  .notify-overlay {
    position: fixed; inset: 0;
    background: rgba(26,18,8,0.5);
    z-index: 300; opacity: 0; pointer-events: none; transition: opacity 0.25s;
  }
  .notify-overlay.open { opacity: 1; pointer-events: all; }
  .notify-modal {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background: var(--warm-white);
    z-index: 301;
    padding: 2.5rem;
    width: 380px;
    max-width: 90vw;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
    border: 1px solid rgba(196,135,58,0.25);
    border-radius: 6px;
  }
  .notify-modal.open { opacity: 1; pointer-events: all; transform: translate(-50%, -50%) scale(1); }
  .notify-close { position: absolute; top: 1rem; right: 1.2rem; font-size: 1rem; cursor: pointer; opacity: 0.4; background: none; border: none; color: var(--brown); }
  .notify-close:hover { opacity: 1; }
  .notify-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--brown); margin-bottom: 0.5rem; }
  .notify-desc { font-size: 0.72rem; line-height: 1.8; color: var(--brown); opacity: 0.6; }

  /* ── FAQ ── */
  .faq-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 820px;
  }

  .faq-card {
    background: var(--paper);
    border: 1px solid rgba(196,135,58,0.15);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.25s, box-shadow 0.25s;
  }
  .faq-card:hover {
    border-color: rgba(196,135,58,0.35);
    box-shadow: 0 14px 30px var(--shadow);
  }

  .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font: inherit;
  }

  .faq-question h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brown);
    line-height: 1.4;
  }

  .faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 1px solid var(--amber);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amber);
    font-size: 0.85rem;
    font-family: 'DM Mono', monospace;
    transition: transform 0.3s ease, background 0.25s, color 0.25s;
  }
  .faq-card.open .faq-icon {
    background: var(--amber);
    color: white;
    transform: rotate(135deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.75rem;
  }
  .faq-card.open .faq-answer {
    max-height: 260px;
    padding: 0 1.75rem 1.75rem;
  }

  .faq-answer p {
    font-family: 'DM Mono', monospace;
    font-size: 0.75rem;
    line-height: 1.9;
    color: var(--brown);
    opacity: 0.65;
  }
  .faq-answer strong {
    color: var(--amber);
    opacity: 1;
    font-weight: 500;
  }

  /* ── FULFILMENT MODES ── */
  #modes {
    padding: 7rem 6rem;
    background: var(--brown);
    color: var(--cream);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
  }

  .modes-left .section-label { color: var(--amber); }
  .modes-left .section-title { color: var(--cream); }
  .modes-left .section-title em { color: var(--amber); }

  .modes-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .mode-card {
    background: rgba(250,247,240,0.06);
    border: 1px solid rgba(196,135,58,0.3);
    padding: 2rem;
    position: relative;
    transition: background 0.25s;
  }
  .mode-card:hover { background: rgba(196,135,58,0.1); }

  .mode-card-label {
    font-size: 0.58rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 0.6rem;
  }
  .mode-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
  }
  .mode-card-desc {
    font-size: 0.7rem;
    line-height: 1.85;
    opacity: 0.65;
  }

  .mode-icon {
    position: absolute;
    top: 1.5rem; right: 1.5rem;
    font-size: 1.8rem;
    opacity: 0.5;
  }

  /* ── ORDER FORM ── */
  #order {
    padding: 7rem 6rem;
    background: var(--cream);
  }

  #order .section-title { margin-bottom: 3rem; }

  .order-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 5rem;
  }

  .order-summary h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 1.5rem;
  }

  .cart-items { margin-bottom: 2rem; }
  .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(196,135,58,0.2);
    font-size: 0.72rem;
  }
  .cart-item-name { color: var(--brown); }
  .cart-item-price { color: var(--amber); font-family: 'Playfair Display', serif; }
  .cart-item-remove {
    background: none;
    border: none;
    color: var(--dusty-rose);
    cursor: pointer;
    font-size: 0.85rem;
    opacity: 0.6;
  }
  .cart-item-remove:hover { opacity: 1; }
  .cart-empty {
    font-size: 0.72rem;
    color: var(--brown);
    opacity: 0.5;
    font-style: italic;
    padding: 1.5rem 0;
  }

  .cart-total {
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 0;
    border-top: 2px solid var(--amber);
    margin-bottom: 1rem;
  }
  .cart-total-label {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brown);
  }
  .cart-total-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--amber);
  }

  .cod-note {
    background: rgba(122,158,126,0.1);
    border-left: 3px solid var(--sage);
    padding: 1rem 1.2rem;
    font-size: 0.68rem;
    line-height: 1.7;
    color: var(--brown);
    opacity: 0.8;
    margin-top: 1rem;
    border-radius: 6px;
  }

  /* Form */
  .order-form { display: flex; flex-direction: column; gap: 1.4rem; }

  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

  .form-group { display: flex; flex-direction: column; gap: 0.5rem; }

  .form-note {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  opacity: 0.55;
  margin-top: 0.35rem;
}

  .form-label {
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--brown);
    opacity: 0.7;
  }

  .form-input, .form-select, .form-textarea {
    background: var(--warm-white);
    border: 1px solid rgba(196,135,58,0.3);
    padding: 0.85rem 1rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.75rem;
    color: var(--brown);
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
    border-radius: 4px;
  }
  .form-input:focus, .form-select:focus, .form-textarea:focus {
    border-color: var(--amber);
  }
  .form-textarea { resize: vertical; min-height: 100px; }
  .form-select { cursor: pointer; }

  .submit-btn {
    background: var(--brown);
    color: var(--cream);
    padding: 1.1rem 2rem;
    font-family: 'DM Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: background 0.25s;
    margin-top: 0.5rem;
    border-radius: 4px;
  }
  .submit-btn:hover { background: var(--amber); }

  .order-success {
    display: none;
    background: rgba(122,158,126,0.12);
    border: 1px solid var(--sage);
    padding: 2rem;
    text-align: center;
    border-radius: 6px;
  }
  .order-success .tick { font-size: 2.5rem; margin-bottom: 1rem; }
  .order-success h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 0.5rem;
  }
  .order-success p {
    font-size: 0.72rem;
    color: var(--brown);
    opacity: 0.65;
    line-height: 1.8;
  }

  /* ── REVIEWS ── */
  #reviews {
    padding: 7rem 6rem;
    background: var(--cream);
  }
  .reviews-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2.5rem;
    align-items: start;
  }
  .reviews-grid {
    display: grid;
    gap: 1.5rem;
  }
  .review-card {
    background: var(--paper);
    border: 1px solid rgba(196,135,58,0.15);
    padding: 1.5rem;
    border-radius: 8px;
  }
  .review-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .review-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--brown);
  }
  .review-date {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--amber);
    opacity: 0.75;
  }
  .review-text {
    font-size: 0.78rem;
    line-height: 1.85;
    color: var(--brown);
    opacity: 0.75;
  }
  .review-form-panel {
    background: var(--paper);
    border: 1px solid rgba(196,135,58,0.15);
    padding: 2rem;
    border-radius: 8px;
  }
  .review-form-panel .submit-btn {
    width: auto;
  }
  .review-empty {
    padding: 1.5rem;
    color: var(--brown);
    opacity: 0.65;
    font-size: 0.82rem;
    background: rgba(250,247,240,0.85);
    border-radius: 6px;
    border: 1px dashed rgba(196,135,58,0.2);
  }

  /* ── CONTACT ── */
  #contact {
    padding: 7rem 6rem;
    background: var(--warm-white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
  }

  .contact-info {
    display: grid;
    gap: 1.5rem;
  }
  .contact-info .section-title { margin-bottom: 2rem; }

  .contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .contact-detail {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
  }
  .contact-detail-icon {
    width: 36px; height: 36px;
    border: 1px solid rgba(196,135,58,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .contact-detail-text h4 {
    font-size: 0.62rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 0.3rem;
  }
  .contact-detail-text p {
    font-size: 0.72rem;
    color: var(--brown);
    opacity: 0.7;
    line-height: 1.7;
  }
  .contact-detail-text a {
    color: var(--brown);
    opacity: 0.7;
    text-decoration: none;
  }
  .contact-detail-text a:hover { opacity: 1; color: var(--amber); }

  .social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
  }
  .social-link {
    width: 40px; height: 40px;
    border: 1px solid rgba(196,135,58,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
    color: var(--brown);
    transition: all 0.2s;
  }
  .social-link:hover { background: var(--brown); color: var(--cream); border-color: var(--brown); }

  .contact-form { display: flex; flex-direction: column; gap: 1.2rem; }

  .form-success {
    display: none;
    background: rgba(122,158,126,0.1);
    border: 1px solid var(--sage);
    padding: 1.5rem;
    text-align: center;
    border-radius: 6px;
  }
  .form-success p {
    font-size: 0.75rem;
    color: var(--brown);
  }

  /* ── FOOTER ── */
  footer {
    background: var(--ink);
    color: var(--cream);
    padding: 4rem 6rem 2.5rem;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(250,247,240,0.1);
    margin-bottom: 2rem;
  }

  .footer-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--cream);
  }
  .footer-brand-name em { font-style: italic; color: var(--amber); }

  .footer-brand-desc {
    font-size: 0.68rem;
    line-height: 1.9;
    opacity: 0.45;
    max-width: 280px;
  }

  .footer-col h4 {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 1.2rem;
  }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-links a {
    font-size: 0.68rem;
    color: var(--cream);
    text-decoration: none;
    opacity: 0.45;
    transition: opacity 0.2s;
  }
  .footer-links a:hover { opacity: 1; }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    opacity: 0.35;
  }

  /* ── CART DRAWER ── */
  .cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(26,18,8,0.5);
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .cart-overlay.open { opacity: 1; pointer-events: all; }

  .cart-drawer {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 400px;
    background: var(--warm-white);
    z-index: 201;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    padding: 2rem;
    overflow-y: auto;
  }
  .cart-drawer.open { transform: translateX(0); }

  .cart-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(196,135,58,0.2);
  }
  .cart-drawer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--brown);
  }
  .cart-close {
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    color: var(--brown);
    opacity: 0.5;
  }
  .cart-close:hover { opacity: 1; }

  .drawer-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(196,135,58,0.12);
    align-items: center;
  }
  .drawer-item-emoji { font-size: 2rem; }
  .drawer-item-info { flex: 1; }
  .drawer-item-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 0.2rem;
  }
  .drawer-item-price {
    font-size: 0.7rem;
    color: var(--amber);
  }
  .drawer-remove {
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.4;
    font-size: 1rem;
    color: var(--dusty-rose);
  }
  .drawer-remove:hover { opacity: 1; }
  .drawer-empty {
    text-align: center;
    padding: 3rem 0;
    font-size: 0.75rem;
    color: var(--brown);
    opacity: 0.4;
  }
  .drawer-empty-icon { font-size: 2.5rem; margin-bottom: 1rem; }

  .drawer-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(196,135,58,0.2);
  }
  .drawer-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 0.72rem;
    color: var(--brown);
  }
  .drawer-total-val {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--amber);
  }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

 /* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { 
    padding: 1rem 1.5rem; 
  }
  
  /* Hamburger styling */
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 102;
    padding: 0;
  }
  .menu-toggle .bar {
    width: 100%;
    height: 2px;
    background-color: var(--brown);
    transition: all 0.3s ease;
  }
  .menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.active .bar:nth-child(2) { opacity: 0; }
  .menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  /* Slide-out mobile menu navigation */
  .nav-links { 
    display: flex; 
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--warm-white);
    padding: 6rem 2rem 2rem;
    gap: 2rem;
    box-shadow: -10px 0 30px var(--shadow);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 101;
  }
  .nav-links.mobile-open {
    right: 0;
  }
  .nav-links a {
    font-size: 0.9rem;
  }

  /* Hero Realignment: Restack visuals underneath titles */
  #hero { 
    grid-template-columns: 1fr; 
    min-height: auto; 
    padding-bottom: 3rem;
  }
  .hero-left { 
    padding: 6rem 1.5rem 2rem; 
  }
  .hero-right { 
    display: flex; 
    min-height: 360px;
    padding-bottom: 2rem;
  }
  .hero-visual {
    transform: scale(0.75);
    margin: 0 auto;
  }

  /* Layout grids downscaling to single rows safely */
  #how, #products, #signature, #individual, #order, #contact, #reviews { padding: 4rem 1.5rem; }
  .how-grid { grid-template-columns: 1fr; gap: 2rem; }
  .products-grid { grid-template-columns: 1fr; gap: 2rem; }
  .products-header { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  #modes { grid-template-columns: 1fr; padding: 4rem 1.5rem; gap: 3rem; }
  .order-layout { grid-template-columns: 1fr; gap: 3rem; }
  #contact { grid-template-columns: 1fr; padding: 4rem 1.5rem; gap: 3rem; }
  
 /* Fixed Individual items safety scaling to prevent text clipping and mobile collapses */
  .indiv-grid { 
    display: grid !important;
    grid-template-columns: 1fr !important; 
    grid-auto-rows: auto !important; /* Forces the mobile browser to calculate row heights dynamically */
    gap: 1.5rem !important;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .promo-banner { padding: 1rem 1.5rem; }
  .cat-tabs { gap: 0.4rem; }
  .cat-tab { border-right: 1px solid rgba(196,135,58,0.35); width: 100%; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  
  /* Footer elements layout adjustments */
  footer { padding: 3rem 1.5rem 2rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  
  /* Interactive element touch adjustments */
  .cart-drawer { width: 100%; }
  .cart-close, .notify-close {
    padding: 0.75rem;
    margin: -0.75rem;
  }
  .notify-modal {
    width: 92%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 1.5rem;
  }

  /* Review forms structural adjustments */
  .reviews-layout { grid-template-columns: 1fr; }
  .review-form-panel, .reviews-grid { width: 100%; }
  .review-card { padding: 1.25rem; }
  .review-header { flex-direction: column; align-items: flex-start; }
  .review-date { margin-top: 0.5rem; }
  
  /* Accordion optimization */
  #faq { padding: 4rem 1.5rem; }
  .faq-question { padding: 1.15rem 1.25rem; gap: 1rem; }
  .faq-card.open .faq-answer { padding: 0 1.25rem 1.4rem; }
}

/* ── EXPLORE DIRECTORY SECTION ── */
#explore-directory {
  padding: 7rem 6rem;
  background: var(--warm-white);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.directory-card {
  background: var(--paper);
  border: 1px solid rgba(196,135,58,0.15);
  padding: 2rem 1.5rem;
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
  border-radius: 8px;
}

.directory-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px var(--shadow);
}

.directory-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.directory-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 0.5rem;
}

.directory-card p {
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  line-height: 1.6;
  opacity: 0.65;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.directory-link-text {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--amber);
  font-weight: 500;
}

/* Responsive adjustments for phones */
@media (max-width: 900px) {
  #explore-directory {
    padding: 4rem 1.5rem;
  }
  
  .directory-grid {
    grid-template-columns: 1fr; /* Stacks them beautifully on mobile screens */
    gap: 1.5rem;
  }
}

/* ── GLOBAL READABILITY ENHANCEMENTS ── */

/* 1. Make regular body descriptions clearer and crisper */
body {
  font-weight: 400 !important; /* Changes from ultra-light 300 to a solid 400 regular balance */
  line-height: 1.8 !important; /* Gives perfect vertical breathing room for reading */
}

p, .step-desc, .product-desc, .mode-card-desc, .faq-answer p, .footer-brand-desc, .directory-card p {
  opacity: 0.85 !important; /* Bumps contrast up from 0.60 so text is distinct against cream backgrounds */
  letter-spacing: 0.02em !important; /* Slightly spaces small letters so they don't blur together */
}

/* 2. Make headings cleaner and easier to skim */
h1, h2, h3, h4, .product-name, .indiv-name, .step-title {
  font-weight: 700 !important; /* Assures bold text stands out structurally */
  letter-spacing: 0.03em !important;
}

/* 3. Mobile screen text optimizations */
@media (max-width: 900px) {
  p, .step-desc, .product-desc, .mode-card-desc, .faq-answer p, .directory-card p {
    font-size: 0.8rem !important; /* Slightly bumps small phone fonts so users don't have to squint */
    line-height: 1.85 !important;
  }
  
  .form-label, .section-label {
    font-size: 0.68rem !important; /* Makes labels more legible on dark or warm backdrops */
    letter-spacing: 0.2em !important;
  }
}

/* ── PREMIUM DARK MODE INTERACTIVE OVERRIDES ── */

/* Make navigation background blur beautifully on dark mode */
nav {
  background: rgba(18, 18, 18, 0.8) !important;
  border-bottom: 1px solid rgba(234, 178, 107, 0.15) !important;
}

/* Update text fields so inputs look premium and dark */
.form-input, .form-select, .form-textarea {
  background: #1A0D0A !important;
  border: 1px solid rgba(234, 178, 107, 0.25) !important;
  color: #FFF9D4 !important;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--amber) !important;
  box-shadow: 0 0 8px rgba(234, 178, 107, 0.2);
}

/* Smooth out the slide-out navigation menu for mobile devices */
@media (max-width: 900px) {
  .nav-links {
    background: #1A0D0A !important;
    box-shadow: -10px 0 30px rgba(0,0,0,0.7) !important;
  }
}

/* Give product images a subtle dark-mode vignette so they look high-end */
.product-img-bg, .indiv-img-bg {
  background: linear-gradient(135deg, rgba(36,20,16,0.8), rgba(18,18,18,0.9)) !important;
  opacity: 0.8 !important;
}

/* Soft contrast tweak for background sections like "How it works" */
#how, #reviews, #order, #explore-directory {
  background: #161616 !important;
}

/* Make launch price or sale badges use the rich Rohossho Garnet */
.price-badge, .indiv-discount {
  background: var(--garnet) !important;
  color: #FFF9D4 !important;
  font-weight: 500;
}

/* ── BOX MATCHED PREMIUM FOOTER ── */
footer {
  background: #1A0D0A !important; /* Matches your FAQ boxes and product card backgrounds exactly */
  border-top: 2px solid #EAB26B !important; /* Clean gold line to frame it beautifully */
  padding: 5rem 1.5rem 3rem !important; 
}

/* Fix main brand title size and color */
.footer-brand-name {
  color: #FFF9D4 !important; /* Crisp Mystery Parchment */
  font-size: 1.8rem !important; 
  font-weight: 700 !important;
  margin-bottom: 1.2rem !important;
}
.footer-brand-name em {
  color: #EAB26B !important; /* Golden Ochre accent text */
}

/* Fix description block visibility and size */
.footer-brand-desc {
  color: #FFF9D4 !important; 
  opacity: 0.9 !important; /* High contrast text visibility */
  font-size: 0.9rem !important; 
  line-height: 1.8 !important;
  max-width: 340px !important;
}

/* Fix column headings ("Shop", "Info") */
.footer-col h4 {
  color: #EAB26B !important; /* Golden Ochre */
  font-size: 0.95rem !important; 
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  margin-bottom: 1.5rem !important;
}

/* Fix individual navigation list links */
.footer-links {
  gap: 0.9rem !important; 
}
.footer-links a {
  color: #FFF9D4 !important; 
  font-size: 0.9rem !important; 
  opacity: 0.85 !important; 
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}
.footer-links a:hover {
  color: #EAB26B !important; /* Hover effect glows to premium warm gold */
  opacity: 1 !important;
}

/* Fix bottom copyright lines */
.footer-bottom {
  border-top: 1px solid rgba(234, 178, 107, 0.2) !important;
  margin-top: 3rem !important;
  padding-top: 1.5rem !important;
  color: #FFF9D4 !important;
  opacity: 0.7 !important;
  font-size: 0.8rem !important; 
}

/* Mobile responsive layout */
@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr !important; 
    gap: 2.5rem !important;
  }
  .footer-brand-desc {
    max-width: 100% !important;
  }
}

/* ── SCROLL REVEAL STYLING RULES ── */
.scroll-reveal {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: opacity 1.4s cubic-bezier(0.215, 0.610, 0.355, 1), 
              transform 1.4s cubic-bezier(0.215, 0.610, 0.355, 1) !important;
  will-change: transform, opacity;
}

/* When the JavaScript detects scroll visibility, apply these states */
.scroll-reveal.revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Stagger card layouts slightly so grid sequences flow smoothly */
.directory-card:nth-child(2), .product-card:nth-child(2) { transition-delay: 0.1s !important; }
.directory-card:nth-child(3), .product-card:nth-child(3) { transition-delay: 0.2s !important; }
.directory-card:nth-child(4) { transition-delay: 0.3s !important; }

/* ── FULFILMENT MODES RICH GARNET OVERRIDE ── */
#modes {
  background: #6E0000 !important; /* Rich Rohossho Garnet mystery canvas */
  border-top: 1px solid rgba(234, 178, 107, 0.2) !important;
  border-bottom: 1px solid rgba(234, 178, 107, 0.2) !important;
  color: #FFF9D4 !important; /* Primary text maps cleanly to Mystery Parchment */
}

/* 1. Style Left Column Text blocks */
.modes-left .section-label {
  color: #EAB26B !important; /* Toasted Ochre secondary warmth accent */
}

.modes-left .section-title {
  color: #FFF9D4 !important; /* Mystery Parchment */
}

.modes-left .section-title em {
  color: #EAB26B !important; /* Toasted Ochre warm gold italic pop */
}

.modes-left p {
  color: #FFF9D4 !important;
  opacity: 0.8 !important; /* Soft, highly readable contrast spacing */
}

/* 2. Style Right Column Cards */
.modes-right .mode-card {
  background: rgba(26, 13, 10, 0.4) !important; /* Translucent smoky bark overlay */
  border: 1px solid rgba(234, 178, 107, 0.2) !important; /* Subtle gold borders */
  border-radius: 8px !important;
}

.modes-right .mode-card:hover {
  background: rgba(26, 13, 10, 0.6) !important;
  border-color: #EAB26B !important; /* Borders glow gold on interaction */
}

.modes-right .mode-card-label {
  color: #EAB26B !important; /* Toasted Ochre tags */
}

.modes-right .mode-card-title {
  color: #FFF9D4 !important; /* Mystery Parchment titles */
}

.modes-right .mode-card-desc {
  color: #FFF9D4 !important;
  opacity: 0.85 !important;
}

.modes-right .mode-icon {
  opacity: 0.8 !important; /* Brightens emojis slightly against the garnet canvas */
}

/* ── PREMIUM CINEMATIC HERO OVERHAUL ── */
#hero-premium {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 6rem 4rem 6rem;
  overflow: hidden;
  background: #0d0605; /* Deep mysterious black-cherry base canvas */
}

/* Ambient Slow Motion Underlay Layout */
.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16; /* Soft textures that enhance text readability without distraction */
  filter: grayscale(30%) contrast(115%);
}
.hero-overlay-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 65%, var(--warm-white) 100%),
              radial-gradient(circle at 25% 30%, transparent 0%, #0d0605 85%);
  z-index: 2;
}

.hero-content-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.hero-left-cinematic {
  opacity: 0;
  transform: translateY(30px);
  animation: premiumFadeInUp 1.2s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
}

/* Premium Glow Action Elements */
.btn-primary-glow {
  background: var(--amber);
  color: #121212;
  padding: 1rem 2.5rem;
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  transition: all 0.4s ease;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(234, 178, 107, 0.15);
}
.btn-primary-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(234, 178, 107, 0.4);
  background: #FFF9D4;
}

.btn-outline-glow {
  background: rgba(255, 249, 212, 0.03);
  color: var(--ink);
  padding: 1rem 2.5rem;
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 249, 212, 0.3);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.btn-outline-glow:hover {
  background: rgba(255, 249, 212, 0.1);
  border-color: var(--amber);
  color: var(--amber);
}

/* Glassmorphic Active Panel Layout */
.hero-right-cinematic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 520px;
  opacity: 0;
  transform: scale(0.96);
  animation: premiumFadeInUp 1.4s cubic-bezier(0.215, 0.610, 0.355, 1) 0.25s forwards;
}

.premium-showcase-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 490px;
  background: rgba(36, 20, 16, 0.45); /* Smoky translucent Curio Bark panel */
  border: 1px solid rgba(234, 178, 107, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.showcase-video {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 249, 212, 0.04);
}

.showcase-footer-tiers {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tier-pill {
  flex: 1;
  text-align: center;
  font-size: 0.65rem;
  padding: 0.65rem 0.2rem;
  background: rgba(18, 18, 18, 0.7);
  border: 1px solid rgba(234, 178, 107, 0.1);
  color: var(--ink);
  border-radius: 6px;
}
.tier-pill.highlight {
  border-color: var(--amber);
  background: rgba(234, 178, 107, 0.12);
  color: var(--amber);
  font-weight: 500;
}

/* Dynamic State Control Overrides */
.standard-static-fallback {
  display: none; /* Hidden on broadband networks */
  position: absolute;
}

.video-failed .premium-showcase-box {
  display: none !important;
}

.video-failed .standard-static-fallback {
  display: block !important;
  position: relative;
  opacity: 1;
  transform: scale(1);
}

@keyframes premiumFadeInUp {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Phone Alignment Adaptations */
@media (max-width: 900px) {
  #hero-premium {
    padding: 100px 1.5rem 4rem 1.5rem;
    min-height: auto;
  }
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .hero-right-cinematic {
    min-height: auto;
  }
  .premium-showcase-box {
    height: 410px;
    max-width: 100%;
  }
  .showcase-video {
    height: 280px;
  }
}

/* ── EQUAL SQUARE PRODUCT CONTAINERS WITH PARCHMENT FILL ── */
.product-img,
.indiv-img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  background-color: #FFF9D4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Ensure images fit completely without cropping */
.product-img img,
.indiv-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background-color: #FFF9D4 !important;
}
