/* extracted from vanilla-beans.html */
:root {
      --cream: #f7f2e8;
      --parchment: #ede5d0;
      --brown-dark: #1a0f05;
      --brown-mid: #3d1f08;
      --brown-warm: #6b3a1f;
      --brown-light: #a0622c;
      --gold: #c8962a;
      --gold-light: #e8c06a;
      --vanilla: #d4b483;
      --green-dark: #1e3020;
      --green-mid: #2d4a32;
      --text-body: #2c1a0a;
    }

    body {
      font-family: 'Josefin Sans', sans-serif;
      background-color: var(--brown-dark);
      color: var(--cream);
      overflow-x: hidden;
    }

      /* ── NAV ── */
    nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      padding: 20px 60px;
      display: flex; align-items: center; justify-content: space-between;
      transition: background 0.4s, padding 0.4s;
    }
    nav.scrolled {
      background: rgba(26,15,5,0.97);
      padding: 14px 60px;
      backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(200,150,42,0.12);
    }
    .nav-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem; font-weight: 500; letter-spacing: 0.12em;
      color: var(--gold-light); text-decoration: none; text-transform: uppercase;
      display: flex; align-items: center; gap: 10px;
    }
    .nav-logo .leaf { font-size: 1rem; }
    .nav-logo span { color: var(--cream); font-weight: 300; }
    .footer-brand-name img { height: 28px; width: auto; display: block; }
    .nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
    .nav-links li { position: relative; }
    .nav-links .dropdown-menu {
      position: absolute; top: 120%; left: 0;
      min-width: 220px; display: flex; flex-direction: column;
      background: rgba(26,15,5,0.97); border: 1px solid rgba(200,150,42,0.15);
      backdrop-filter: blur(12px); border-radius: 10px; padding: 8px 0;
      box-shadow: 0 20px 40px rgba(0,0,0,0.15); z-index: 10;
      opacity: 0; visibility: hidden; transform: translateY(10px);
      transition: all 0.3s ease;
    }
    .nav-links .dropdown-menu li { list-style: none; }
    .nav-links .dropdown-menu a {
      display: block; padding: 10px 24px;
      color: rgba(247,242,232,0.95); text-transform: none;
      font-size: 0.75rem; letter-spacing: 0.12em;
    }
    .nav-links .dropdown-menu a:hover {
      background: rgba(200,150,42,0.08);
      color: var(--gold-light);
    }
    .nav-links .nav-dropdown:hover .dropdown-menu,
    .nav-links .nav-dropdown:focus-within .dropdown-menu {
      opacity: 1; visibility: visible; transform: translateY(0);
    }
    .nav-links a {
      color: rgba(247,242,232,0.75); text-decoration: none;
      font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
      transition: color 0.3s; position: relative;
    }
    .nav-links a::after {
      content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
      height: 1px; background: var(--gold);
      transform: scaleX(0); transition: transform 0.3s;
    }
    .nav-links a:hover { color: var(--gold-light); }
    .nav-links a:hover::after { transform: scaleX(1); }
    .nav-cta {
      padding: 10px 26px; border: 1px solid var(--gold);
      color: var(--gold); text-decoration: none; font-size: 0.65rem;
      letter-spacing: 0.2em; text-transform: uppercase;
      transition: all 0.3s;
    }
    .nav-cta:hover { background: var(--gold); color: var(--brown-dark); }
    .nav-hamburger {
      display: none; flex-direction: column; gap: 5px; cursor: pointer;
      padding: 4px; background:none; border:none; color:inherit; font:inherit;
    }
    .nav-hamburger span { width: 24px; height: 1px; background: var(--cream); transition: all 0.3s; }

    /* ── HERO ── */
    .hero {
      position: relative; height: 100vh; min-height: 700px;
      display: flex; align-items: flex-end;
      overflow: hidden;
    }
    .hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.hero-slide.active {
  opacity: 1;
}

/* SLIDE IMAGES */
.hero-slide-1 {
  background:
     linear-gradient(to right, rgba(26,15,5,0.92) 0%, rgba(26,15,5,0.55) 50%, rgba(26,15,5,0.2) 100%),
    url('../img/vanilla.jpg') center/cover no-repeat;
}

.hero-slide-2 {
  background:
     linear-gradient(to right, rgba(26,15,5,0.92) 0%, rgba(26,15,5,0.55) 50%, rgba(26,15,5,0.2) 100%),
    url('../img/vanilla-banner.jpg') center/cover no-repeat;
}

/*.hero-slide-3 {
  background:
    linear-gradient(105deg, rgba(13,31,15,0.93), rgba(13,31,15,0.4)),
    url('../img/moringa-leaves-pp.jpg') center/cover no-repeat;
}*/

/* DOTS */
.hero-dots {
  position: absolute;
  bottom: 20px;
  left: 80px;
  display: flex;
  gap: 10px;
  z-index: 2;
}

.hero-dot {
  width: 30px;
  height: 3px;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s;
}

.hero-dot.active {
  background: var(--gold);
  width: 50px;
}
    }
    /* Botanical line art overlay */
    .hero-bg::after {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' opacity='0.04'%3E%3Cellipse cx='300' cy='300' rx='120' ry='280' fill='none' stroke='%23c8962a' stroke-width='1'/%3E%3Cellipse cx='300' cy='300' rx='80' ry='200' fill='none' stroke='%23c8962a' stroke-width='0.5'/%3E%3Cline x1='300' y1='20' x2='300' y2='580' stroke='%23c8962a' stroke-width='0.5'/%3E%3Ccircle cx='300' cy='300' r='5' fill='%23c8962a'/%3E%3C/svg%3E") right center/600px 600px no-repeat;
    }
    .hero-content {
      position: relative; z-index: 2;
      padding: 0 80px 80px;
      max-width: 700px;
      animation: fadeUp 1.2s ease both;
    }
    .hero-tag {
      display: inline-block;
      font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 20px;
    }
    .hero-tag::before {
      content: '';
      display: inline-block; width: 32px; height: 1px;
      background: var(--gold); vertical-align: middle; margin-right: 12px;
    }
    .hero h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3.5rem, 4.9vw, 6.5rem);
      font-weight: 300; line-height: 0.95;
      letter-spacing: -0.01em; margin-bottom: 28px;
    }
    .hero h1 em {
      font-style: italic; color: var(--gold-light);
      display: block; font-weight: 300;
    }
    .hero-desc {
      font-size: 0.78rem; letter-spacing: 0.08em; line-height: 2;
      color: rgba(247,242,232,0.72); max-width: 460px;
      margin-bottom: 40px;
    }
    .hero-badges {
      display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px;
    }
    .badge {
      padding: 6px 16px; border: 1px solid rgba(200,150,42,0.4);
      font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--gold-light); background: rgba(200,150,42,0.08);
      border-radius: 2px;
    }
    .hero-actions { display: flex; gap: 16px; align-items: center; }
    .btn-primary {
      padding: 15px 36px; background: var(--gold); color: var(--brown-dark);
      text-decoration: none; font-size: 0.65rem; letter-spacing: 0.25em;
      text-transform: uppercase; font-weight: 700;
      transition: all 0.3s; display: inline-block;
    }
    .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
    .btn-secondary {
      padding: 15px 36px; border: 1px solid rgba(247,242,232,0.3);
      color: rgba(247,242,232,0.8); text-decoration: none;
      font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase;
      transition: all 0.3s; display: inline-block;
    }
    .btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

    .hero-scroll {
      position: absolute; bottom: 40px; right: 80px; z-index: 2;
      display: flex; flex-direction: column; align-items: center; gap: 8px;
      color: rgba(247,242,232,0.4); font-size: 0.58rem; letter-spacing: 0.2em;
      text-transform: uppercase;
      animation: fadeIn 2s 1s ease both;
    }
    .scroll-line {
      width: 1px; height: 60px;
      background: linear-gradient(to bottom, rgba(200,150,42,0.6), transparent);
      animation: scrollDown 2s infinite;
    }




    /* ── PATH CHOOSER ── */
    .path-chooser {
      position: relative;
      background: var(--brown-dark);
      padding: 0 80px 100px;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
    }
    .path-chooser::before {
      content: '';
      position: absolute;
      top: 0; left: 50%; bottom:93px;
      transform: translateX(-50%);
      width: 1px; height: 60px;
      background: linear-gradient(to bottom, transparent, rgba(200,150,42,0.5));
    }
    .path-label {
      font-size: 0.98rem;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: rgba(200,150,42,0.6);
      margin-bottom: 48px;
      padding-top: 64px;
      text-align: center;
    }
    .path-cards {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 0;
      width: 100%;
      max-width: 1100px;
      align-items: stretch;
    }
    .path-card {
      position: relative;
      padding: 52px 48px;
      border: 2px solid rgba(200,150,42,0.14);
      text-decoration: none;
      color: inherit;
      overflow: hidden;
      transition: border-color 0.5s, background 0.5s;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 320px;
    }
    .path-card::before {
      content: '';
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 0.5s;
    }
    .path-card--processed {
      background: linear-gradient(135deg, rgba(30,48,32,0.18), rgba(17,12,8,0.35));
      border-color: rgba(200,150,42,0.18);
    }
    .path-card--processed::before {
      background: radial-gradient(ellipse at 60% 40%, rgba(200,150,42,0.12) 0%, transparent 70%);
    }
    .path-card--beans {
      background: linear-gradient(135deg, rgba(200,150,42,0.08), rgba(30,20,10,0.22));
      border-color: rgba(200,150,42,0.16);
    }
    .path-card--beans::before {
      background: radial-gradient(ellipse at 40% 60%, rgba(30,48,32,0.5) 0%, transparent 70%);
    }
    .path-card--curing {
      background: linear-gradient(135deg, rgba(140,100,56,0.1), rgba(24,16,10,0.28));
      border-color: rgba(200,150,42,0.16);
    }
    .path-card--curing::before {
      background: radial-gradient(ellipse at 45% 50%, rgba(200,150,42,0.09) 0%, transparent 80%);
    }
    .path-card:hover {
      border-color: rgba(200,150,42,0.42);
    }
    .path-card:hover::before { opacity: 1; }
    .path-card-eyebrow {
      font-size: 0.56rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .path-card-eyebrow::before {
      content: '';
      display: inline-block;
      width: 20px; height: 1px;
      background: var(--gold);
    }
    .path-card-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.8rem, 2.5vw, 2.6rem);
      font-weight: 300;
      line-height: 1.1;
      color: var(--cream);
      margin-bottom: 18px;
    }
    .path-card-title em {
      font-style: italic;
      color: var(--gold-light);
    }
    .path-card-desc {
      font-size: 0.72rem;
      line-height: 1.9;
      letter-spacing: 0.04em;
      color: rgba(247,242,232,0.58);
      margin-bottom: 36px;
      max-width: 340px;
    }
    .path-card-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 0.6rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--gold);
      transition: gap 0.35s;
    }
    .path-card:hover .path-card-link { gap: 18px; }
    .path-card-link-arrow {
      font-size: 1rem;
      transition: transform 0.35s;
    }
    .path-card:hover .path-card-link-arrow { transform: translateX(6px); }

    /* processed card — right-aligned layout */
    .path-card--processed {
      text-align: right;
      align-items: flex-end;
    }
    .path-card--processed .path-card-eyebrow {
      flex-direction: row-reverse;
    }
    .path-card--processed .path-card-eyebrow::before { display: none; }
    .path-card--processed .path-card-eyebrow::after {
      content: '';
      display: inline-block;
      width: 20px; height: 1px;
      background: var(--gold);
    }
    .path-card--processed .path-card-desc { margin-left: auto; }

    /* beans card hover — subtle green tint */
    .path-card--beans:hover { background: rgba(30,48,32,0.18); }

    /* divider */
    .path-divider {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 28px;
      position: relative;
      gap: 14px;
    }
    .path-divider::before {
      content: '';
      position: absolute;
      top: 0; bottom: 0; left: 50%;
      transform: translateX(-50%);
      width: 1px;
      background: linear-gradient(to bottom, transparent, rgba(200,150,42,0.2) 30%, rgba(200,150,42,0.2) 70%, transparent);
    }
    .path-divider-word {
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.72rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: rgba(200,150,42,0.4);
      writing-mode: vertical-rl;
      text-orientation: mixed;
      background: var(--brown-dark);
      padding: 12px 0;
      position: relative;
      z-index: 1;
    }
    .path-divider-gem {
      width: 8px; height: 8px;
      border: 1px solid rgba(200,150,42,0.45);
      transform: rotate(45deg);
      position: relative; z-index: 1;
      background: var(--brown-dark);
      flex-shrink: 0;
    }

    /* scroll hint for beans side */
    .path-scroll-hint {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      margin-top: 10px;
      opacity: 0.45;
    }
    .path-scroll-hint span {
      font-size: 0.52rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--cream);
    }
    .path-scroll-chevron {
      width: 14px; height: 14px;
      border-right: 1px solid var(--cream);
      border-bottom: 1px solid var(--cream);
      transform: rotate(45deg);
      animation: chevronBounce 1.6s ease-in-out infinite;
    }
    @keyframes chevronBounce {
      0%, 100% { transform: rotate(45deg) translateY(0); }
      50% { transform: rotate(45deg) translateY(4px); }
    }

    @media (max-width: 900px) {
      .path-chooser { padding: 0 24px 80px; }
      .path-cards {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
      }
      .path-divider {
        flex-direction: row;
        writing-mode: unset;
        padding: 20px 0;
      }
      .path-divider::before {
        top: 50%; bottom: unset; left: 0; right: 0;
        width: 100%; height: 1px;
        transform: translateY(-50%);
      }
      .path-divider-word {
        writing-mode: horizontal-tb;
        padding: 0 12px;
      }
      .path-card--processed { text-align: left; align-items: flex-start; }
      .path-card--processed .path-card-eyebrow { flex-direction: row; }
      .path-card--processed .path-card-eyebrow::before { display: inline-block; }
      .path-card--processed .path-card-eyebrow::after { display: none; }
    }

    
    /* ── PROVENANCE STRIP ── */
    .provenance-strip {
      background: var(--gold);
      padding: 14px 48px;
      display: flex; align-items: center; justify-content: center; gap: 40px;
      flex-wrap: wrap;
    }
    .provenance-item {
      display: flex; align-items: center; gap: 10px;
      font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--brown-dark); font-weight: 700;
    }
    .provenance-item svg { width: 16px; height: 16px; flex-shrink: 0; }
    .provenance-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--brown-mid); opacity: 0.4; }

    /* ── SECTION BASE ── */
    section { position: relative; }

    /* ── ORIGIN STORY ── */
    .origin {
      padding: 70px 80px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 100px;
      align-items: center;
      background: var(--brown-dark);
    }
    .origin-visual {
      position: relative;
    }
    .origin-img-main {
      width: 100%; aspect-ratio: 3/4;
      background: url('../img/Vanilla-about.jpg') center/cover;
      position: relative; z-index: 1;
    }
    .origin-img-accent {
      position: absolute; bottom: -32px; right: -32px; z-index: 2;
      width: 55%; aspect-ratio: 1/1;
      background: url('../img/vanilla-flower-van-page.JPG') center/cover;
      border: 6px solid var(--brown-dark);
    }
    .origin-frame {
      position: absolute; top: -16px; left: -16px;
      width: calc(100% + 16px); height: calc(100% + 16px);
      border: 1px solid rgba(200,150,42,0.25);
      pointer-events: none; z-index: 0;
    }
    .stat-pill {
      position: absolute; top: 24px; left: -48px; z-index: 3;
      background: var(--green-dark); border: 1px solid var(--green-mid);
      padding: 16px 24px; min-width: 140px;
    }
    .stat-pill .num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.8rem; font-weight: 300; color: var(--gold-light);
      line-height: 1; display: block;
    }
    .stat-pill .label {
      font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase;
      color: rgba(247,242,232,0.6); margin-top: 4px;
    }

    .origin-text { }
    .section-tag {
      display: inline-block; font-size: 0.6rem; letter-spacing: 0.3em;
      text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
    }
    .section-tag::before {
      content: ''; display: inline-block; width: 24px; height: 1px;
      background: var(--gold); vertical-align: middle; margin-right: 10px;
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem, 4vw, 3.5rem);
      font-weight: 300; line-height: 1.1; margin-bottom: 28px;
      color: var(--cream);
    }
    .section-title em { font-style: italic; color: var(--gold-light); }
    .section-body {
      font-size: 0.78rem; line-height: 2; letter-spacing: 0.05em;
      color: rgba(247,242,232,0.72); margin-bottom: 28px;
    }
    .origin-quote {
      border-left: 2px solid var(--gold);
      padding-left: 24px; margin: 36px 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem; font-style: italic; font-weight: 300;
      color: var(--vanilla); line-height: 1.6;
    }

    /* ── PRODUCTS SECTION ── */
    .products {
      padding: 120px 80px;
      background: linear-gradient(180deg, var(--brown-dark) 0%, var(--brown-mid) 100%);
    }
    .products-header { text-align: center; margin-bottom: 80px; }
    .products-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
    }

    .product-card {
      background: rgba(247,242,232,0.03);
      border: 1px solid rgba(200,150,42,0.12);
      overflow: hidden; position: relative;
      transition: transform 0.4s, border-color 0.4s;
      cursor: pointer;
    }
    .product-card:hover {
      transform: translateY(-6px);
      border-color: rgba(200,150,42,0.45);
    }
    .card-image {
      height: 280px;
      position: relative; overflow: hidden;
    }
    .card-image img {
      width: 100%; height: 100%; object-fit: cover;
      transition: transform 0.6s ease;
      filter: brightness(0.85) saturate(0.9);
    }
    .product-card:hover .card-image img { transform: scale(1.06); }
    .card-grade {
      position: absolute; top: 16px; left: 16px;
      background: var(--gold); color: var(--brown-dark);
      padding: 4px 12px; font-size: 0.58rem; letter-spacing: 0.2em;
      text-transform: uppercase; font-weight: 700;
    }
    .card-body { padding: 28px 28px 36px; }
    .card-body h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.55rem; font-weight: 400; margin-bottom: 10px;
      color: var(--cream);
    }
    .card-body .tagline {
      font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 16px;
    }
    .card-body p {
      font-size: 0.75rem; line-height: 1.9; letter-spacing: 0.04em;
      color: rgba(247,242,232,0.65); margin-bottom: 24px;
    }
    .card-specs {
      display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
      border-top: 1px solid rgba(200,150,42,0.15);
      padding-top: 20px;
    }
    .spec-item { }
    .spec-label {
      font-size: 0.55rem; letter-spacing: 0.2em; text-transform: uppercase;
      color: rgba(247,242,232,0.4); margin-bottom: 4px;
    }
    .spec-value {
      font-size: 0.72rem; color: var(--cream); letter-spacing: 0.05em;
    }
    .card-cta {
      display: flex; align-items: center; gap: 8px; margin-top: 20px;
      font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
      color: var(--gold); text-decoration: none;
      transition: gap 0.3s;
    }
    .card-cta:hover { gap: 14px; }
    .card-cta::after {
      content: '→'; font-size: 0.9rem;
    }


/* ── CURING PROCESS ── */
    .curing {
      padding: 120px 80px;
      background: linear-gradient(180deg, var(--brown-mid) 0%, var(--green-dark) 100%);
    }
    .curing-header { text-align: center; margin-bottom: 80px; }
    .curing-intro {
      max-width: 720px; margin: 0 auto 80px;
      text-align: center;
    }
    .curing-steps {
      display: flex; flex-direction: column; gap: 0;
    }
    .curing-step {
      display: grid; grid-template-columns: 1fr 1fr;
      min-height: 420px;
    }
    .curing-step:nth-child(even) { direction: rtl; }
    .curing-step:nth-child(even) > * { direction: ltr; }
    .cs-visual {
      position: relative; overflow: hidden;
      background-size: cover; background-position: center;
    }
    .cs-visual::after {
      content: '';
      position: absolute; inset: 0;
      background: rgba(26,15,5,0.25);
    }

.cs-visual {
  position: relative;
  overflow: hidden;
}

.cs-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.cs-step-badge {
  position: relative;
  z-index: 2;
}

    .cs-step-badge {
      position: absolute; bottom: 28px; left: 28px; z-index: 2;
      background: var(--gold); padding: 12px 20px;
    }
    .cs-step-badge .sb-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem; font-weight: 300; color: var(--brown-dark);
      line-height: 1; display: block;
    }
    .cs-step-badge .sb-lbl {
      font-size: 0.55rem; letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--brown-dark); margin-top: 3px;
    }
    .cs-content {
      padding: 60px 64px;
      display: flex; flex-direction: column; justify-content: center;
      background: rgba(247,242,232,0.03); border: 1px solid rgba(200,150,42,0.08);
    }
    .cs-tag {
      font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 14px; display: block;
    }
    .cs-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem; font-weight: 300; color: var(--cream);
      line-height: 1.1; margin-bottom: 20px;
    }
    .cs-title em { font-style: italic; color: var(--gold-light); }
    .cs-body {
      font-size: 0.76rem; line-height: 2; letter-spacing: 0.05em;
      color: rgba(247,242,232,0.72); margin-bottom: 24px;
    }
    .cs-detail {
      display: flex; flex-wrap: wrap; gap: 10px;
    }
    .cs-pill {
      padding: 5px 14px; background: rgba(200,150,42,0.1);
      border: 1px solid rgba(200,150,42,0.25);
      font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase;
      color: var(--gold-light);
    }
    /* Vacuum seal highlight */
    .curing-seal {
      margin-top: 0;
      display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
    }
    .seal-panel {
      padding: 60px 64px;
      background: var(--green-dark);
      display: flex; flex-direction: column; justify-content: center;
    }
    .seal-visual {
      background: url('../img/Vanilla-about.jpg') center/cover;
      position: relative; min-height: 360px;
    }
    .seal-visual::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(30,48,32,0.7) 0%, rgba(26,15,5,0.4) 100%);
    }
    

    /* ── FLAVOR PROFILE ── */
    .flavor {
      padding: 120px 80px;
      background: var(--green-dark);
      display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
    }
    .flavor-chart { }
    .flavor-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300;
      margin-bottom: 48px; color: var(--cream);
    }
    .flavor-bar-group { margin-bottom: 24px; }
    .flavor-bar-label {
      display: flex; justify-content: space-between; align-items: baseline;
      margin-bottom: 8px;
    }
    .flavor-bar-name {
      font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
      color: rgba(247,242,232,0.8);
    }
    .flavor-bar-value {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem; color: var(--gold-light);
    }
    .flavor-bar-track {
      height: 3px; background: rgba(247,242,232,0.1); position: relative;
    }
    .flavor-bar-fill {
      position: absolute; left: 0; top: 0; height: 100%;
      background: linear-gradient(to right, var(--gold), var(--gold-light));
      transition: width 1.5s ease;
    }

    .flavor-notes {
      padding-left: 40px;
    }
    .tasting-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px;
    }
    .tasting-note {
      padding: 20px; background: rgba(247,242,232,0.04);
      border: 1px solid rgba(200,150,42,0.15);
    }
    .note-icon { font-size: 1.4rem; margin-bottom: 8px; }
    .note-title {
      font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 6px;
    }
    .note-desc {
      font-size: 0.72rem; line-height: 1.8; color: rgba(247,242,232,0.65);
    }

    /* ── SPECS TABLE ── */
    .specs-section {
      padding: 120px 80px;
      background: var(--brown-dark);
    }
    .specs-inner {
      max-width: 960px; margin: 0 auto;
    }
    .specs-section .section-title { text-align: center; margin-bottom: 12px; }
    .specs-subtitle {
      text-align: center; font-size: 0.75rem;
      color: rgba(247,242,232,0.5); letter-spacing: 0.1em; margin-bottom: 60px;
    }
    .specs-table { width: 100%; border-collapse: collapse; }
    .specs-table thead tr {
      background: var(--gold); color: var(--brown-dark);
    }
    .specs-table th {
      padding: 14px 24px; font-size: 0.62rem; letter-spacing: 0.22em;
      text-transform: uppercase; text-align: left; font-weight: 700;
    }
    .specs-table tbody tr {
      border-bottom: 1px solid rgba(200,150,42,0.1);
      transition: background 0.2s;
    }
    .specs-table tbody tr:hover { background: rgba(200,150,42,0.05); }
    .specs-table td {
      padding: 16px 24px; font-size: 0.75rem; letter-spacing: 0.05em;
      color: rgba(247,242,232,0.78);
    }
    .specs-table td:first-child {
      color: var(--cream); font-weight: 600; font-size: 0.7rem;
      letter-spacing: 0.12em; text-transform: uppercase;
    }
    .check { color: var(--gold); font-size: 1rem; }

    /* ── CERTIFICATIONS ── */
    .certs {
      padding: 80px;
      background: var(--brown-mid);
      display: flex; align-items: center; justify-content: center;
      gap: 60px; flex-wrap: wrap;
    }
    .cert-item {
      display: flex; flex-direction: column; align-items: center; gap: 12px;
      text-align: center;
    }
    .cert-circle {
      width: 88px; height: 88px; border-radius: 50%;
      border: 2px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem;
      background: rgba(200,150,42,0.08);
    }
    .cert-name {
      font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--gold-light); max-width: 100px; line-height: 1.6;
    }

    /* ── WHY UGANDAN ── */
    .why {
      padding: 120px 80px;
      background: linear-gradient(135deg, var(--green-dark) 0%, #0e1f12 100%);
    }
    .why-header { text-align: center; margin-bottom: 80px; }
    .why-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
    }
    .why-card {
      padding: 36px 28px;
      border: 1px solid rgba(200,150,42,0.15);
      background: rgba(247,242,232,0.02);
      position: relative; overflow: hidden;
      transition: border-color 0.3s, transform 0.3s;
    }
    .why-card::before {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0;
      height: 2px; background: linear-gradient(to right, var(--gold), transparent);
      transform: scaleX(0); transform-origin: left;
      transition: transform 0.4s ease;
    }
    .why-card:hover::before { transform: scaleX(1); }
    .why-card:hover { border-color: rgba(200,150,42,0.35); transform: translateY(-4px); }
    .why-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 3.5rem; font-weight: 300;
      color: rgba(200,150,42,0.15); line-height: 1;
      margin-bottom: 16px;
    }
    .why-card h4 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem; font-weight: 400; margin-bottom: 14px;
      color: var(--cream);
    }
    .why-card p {
      font-size: 0.72rem; line-height: 1.9; letter-spacing: 0.04em;
      color: rgba(247,242,232,0.6);
    }

    /* ── PACKAGING ── */
    .packaging {
      padding: 120px 80px;
      background: var(--cream);
      color: var(--brown-dark);
    }
    .packaging .section-tag { color: var(--brown-warm); }
    .packaging .section-tag::before { background: var(--brown-warm); }
    .packaging .section-title { color: var(--brown-dark); }
    .packaging-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 60px;
    }
    .pack-option {
      background: white; padding: 32px 24px;
      border: 2px solid transparent;
      transition: border-color 0.3s, transform 0.3s;
      text-align: center;
      box-shadow: 0 4px 24px rgba(26,15,5,0.08);
    }
    .pack-option:hover {
      border-color: var(--gold); transform: translateY(-4px);
    }
    .pack-icon { font-size: 2.2rem; margin-bottom: 16px; }
    .pack-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem; font-weight: 500; margin-bottom: 8px;
      color: var(--brown-dark);
    }
    .pack-weight {
      font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 12px;
    }
    .pack-desc {
      font-size: 0.72rem; line-height: 1.8; color: rgba(26,15,5,0.6);
    }

    /* ── SUPPLY CHAIN ── */
    .supply {
      padding: 120px 80px;
      background: var(--brown-dark);
    }
    .supply-steps {
      display: flex; align-items: flex-start; justify-content: center;
      gap: 0; margin-top: 80px; flex-wrap: wrap;
    }
    .supply-step {
      flex: 1; min-width: 160px; max-width: 200px;
      text-align: center; position: relative;
    }
    .supply-step:not(:last-child)::after {
      content: '';
      position: absolute; top: 32px; left: calc(50% + 36px);
      width: calc(100% - 72px); height: 1px;
      background: linear-gradient(to right, var(--gold), rgba(200,150,42,0.3));
    }
    .step-circle {
      width: 64px; height: 64px; border-radius: 50%;
      border: 1px solid var(--gold); margin: 0 auto 20px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; background: rgba(200,150,42,0.08);
    }
    .step-num {
      display: block; font-size: 0.55rem; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
    }
    .step-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.1rem; font-weight: 400; color: var(--cream); margin-bottom: 8px;
    }
    .step-desc {
      font-size: 0.65rem; line-height: 1.8; color: rgba(247,242,232,0.5);
      letter-spacing: 0.04em;
    }

    /* ── CONTACT / CTA ── */
    .contact-cta {
      padding: 120px 80px;
      background: linear-gradient(135deg, var(--green-dark) 0%, var(--brown-mid) 100%);
      text-align: center; position: relative; overflow: hidden;
    }
    .contact-cta::before {
      content: '';
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 600px; height: 600px;
      border: 1px solid rgba(200,150,42,0.1);
      border-radius: 50%;
    }
    .contact-cta::after {
      content: '';
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 400px; height: 400px;
      border: 1px solid rgba(200,150,42,0.08);
      border-radius: 50%;
    }
    .contact-cta > * { position: relative; z-index: 1; }
    .contact-cta .section-title { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 20px; }
    .cta-sub {
      font-size: 0.78rem; letter-spacing: 0.1em;
      color: rgba(247,242,232,0.65); margin-bottom: 48px; max-width: 560px; margin-left: auto; margin-right: auto;
    }
    .cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    .contact-cards {
      display: flex; gap: 32px; justify-content: center; flex-wrap: wrap;
      margin-top: 64px;
    }
    .contact-card {
      background: rgba(247,242,232,0.05); border: 1px solid rgba(200,150,42,0.2);
      padding: 28px 36px; min-width: 200px; text-align: center;
    }
    .contact-card .c-icon { font-size: 1.4rem; margin-bottom: 12px; }
    .contact-card .c-label {
      font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase;
      color: rgba(247,242,232,0.5); margin-bottom: 8px;
    }
    .contact-card .c-value {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem; color: var(--gold-light);
    }
    .contact-card a { color: var(--gold-light); text-decoration: none; }
    .contact-card a:hover { color: var(--cream); }

    /* ── FOOTER ── */
    footer {
      background: #0d0804; padding: 64px 80px 32px;
    }
    .footer-top {
      display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.6fr;
      gap: 60px; margin-bottom: 60px;
    }
    .footer-brand-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem; font-weight: 400; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px;
    }
    .footer-brand-desc {
      font-size: 0.7rem; line-height: 1.9; color: rgba(247,242,232,0.4);
      margin-bottom: 24px; letter-spacing: 0.04em;
    }
    .footer-socials { display: flex; gap: 12px; }
    .footer-social {
      width: 36px; height: 36px; border: 1px solid rgba(200,150,42,0.25);
      display: flex; align-items: center; justify-content: center;
      color: rgba(247,242,232,0.5); font-size: 0.8rem; text-decoration: none;
      transition: all 0.3s;
    }
    .footer-social:hover { border-color: var(--gold); color: var(--gold); }
    .footer-col-title {
      font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase;
      color: var(--gold); margin-bottom: 24px;
    }
    .footer-links-list { list-style: none; }
    .footer-links-list li { margin-bottom: 12px; }
    .footer-links-list a {
      font-size: 0.7rem; color: rgba(247,242,232,0.45); text-decoration: none;
      letter-spacing: 0.06em; transition: color 0.3s;
    }
    .footer-links-list a:hover { color: var(--gold-light); }
    .footer-contact-list { list-style: none; }
    .footer-contact-list li {
      display: flex; gap: 12px; margin-bottom: 16px;
      font-size: 0.7rem; color: rgba(247,242,232,0.45); letter-spacing: 0.05em;
      line-height: 1.6;
    }
    .footer-contact-list .icon { color: var(--gold); flex-shrink: 0; font-size: 0.85rem; margin-top: 2px; }
    .footer-contact-list a { color: rgba(247,242,232,0.45); text-decoration: none; transition: color 0.3s; }
    .footer-contact-list a:hover { color: var(--gold-light); }
    .footer-newsletter { margin-top: 24px; }
    .footer-newsletter p { font-size: 0.62rem; color: rgba(247,242,232,0.4); margin-bottom: 12px; letter-spacing: 0.06em; }
    .newsletter-form { display: flex; }
    .newsletter-form input {
      flex: 1; background: rgba(247,242,232,0.05); border: 1px solid rgba(200,150,42,0.2);
      border-right: none; padding: 12px 16px; color: var(--cream);
      font-family: 'Josefin Sans', sans-serif; font-size: 0.7rem; letter-spacing: 0.06em;
      outline: none;
    }
    .newsletter-form input::placeholder { color: rgba(247,242,232,0.3); }
    .newsletter-form button {
      background: var(--gold); border: none; padding: 12px 18px;
      cursor: pointer; color: var(--brown-dark); font-size: 0.8rem;
      transition: background 0.3s;
    }
    .newsletter-form button:hover { background: var(--gold-light); }
    .footer-bottom {
      border-top: 1px solid rgba(200,150,42,0.1);
      padding-top: 32px;
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
    }
    .footer-copy { font-size: 0.6rem; color: rgba(247,242,232,0.25); letter-spacing: 0.1em; }
    .footer-bottom-links { display: flex; gap: 24px; }
    .footer-bottom-links a {
      font-size: 0.6rem; color: rgba(247,242,232,0.25); text-decoration: none;
      letter-spacing: 0.12em; transition: color 0.3s;
    }
    .footer-bottom-links a:hover { color: var(--gold); }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(40px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn {
      from { opacity: 0; } to { opacity: 1; }
    }
    @keyframes scrollDown {
      0%   { transform: scaleY(0); transform-origin: top; }
      50%  { transform: scaleY(1); transform-origin: top; }
      51%  { transform: scaleY(1); transform-origin: bottom; }
      100% { transform: scaleY(0); transform-origin: bottom; }
    }

    .reveal {
      opacity: 0; transform: translateY(30px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* ── RESPONSIVE ── */
    @media (max-width: 1100px) {
      .origin, .flavor { grid-template-columns: 1fr; gap: 60px; }
      .why-grid { grid-template-columns: repeat(2, 1fr); }
      .products-grid { grid-template-columns: repeat(2, 1fr); }
      .packaging-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 768px) {
       nav { position: relative; padding:16px 24px; } nav.scrolled { padding:12px 24px; }
      .nav-links { display:none; position:absolute; top:100%; left:0; right:0; background: rgba(13,31,15,0.98); border-top:1px solid rgba(200,150,42,0.12); flex-direction:column; align-items:flex-start; gap:0; padding:18px 24px; z-index: 99; }
      .nav-links.show { display:flex; }
      .nav-links li { width:100%; }
      .nav-links a { display:block; width:100%; padding:12px 0; }

      .nav-links .nav-dropdown .dropdown-menu { position: static; opacity: 1; visibility: visible; transform:none; background: transparent; border:none; box-shadow:none; padding:0; margin:0; }
      .nav-links .dropdown-menu a { padding-left: 22px; }
      .nav-links .dropdown-menu a:hover { background:none; }
      .nav-hamburger { display:flex; margin-left:auto; }
      .nav-logo { font-size:1rem; }
      .nav-logo span { font-size:0.85rem; }
      .nav-logo img { max-height:30px; width:auto; }
      .nav-cta { display:none; }
      .nav-links a { font-size: 0.65rem; }
      .hero-content, .origin, .flavor, .products, .specs-section,
      .why, .packaging, .supply, .contact-cta, footer { padding: 80px 24px; }
      .hero-content { padding: 0 24px 60px; }
      .certs { padding: 60px 24px; gap: 32px; }
      .provenance-strip { padding: 12px 24px; gap: 16px; }
      .why-grid { grid-template-columns: 1fr; }
      .products-grid { grid-template-columns: 1fr; }
      .packaging-grid { grid-template-columns: 1fr 1fr; }
      .supply-step:not(:last-child)::after { display: none; }
      .supply-steps { gap: 40px; }
      footer { flex-direction: column; align-items: flex-start; padding: 40px 24px; }
      .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      .footer-newsletter {
        width: 100%;
      }
      .newsletter-form {
        flex-direction: column;
        gap: 12px;
      }
      .newsletter-form input,
      .newsletter-form button {
        width: 100%;
      }
      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }
      .footer-bottom-links {
        flex-wrap: wrap;
        gap: 16px;
      }
    }
