/* ============================================================
   TERAIFARMS — Official brand system
   Forest green + Mustard gold + Cream + Coffee brown
   Logo: hand-brush wordmark + line-drawn rice sack
   Display: Playfair Display · Body: Inter
   ============================================================ */

:root {
  /* ---- PRIMARY: Forest Green ---- */
  --tf-forest:        #3F5E3A;
  --tf-forest-deep:   #2B4327;
  --tf-forest-soft:   #6B8259;
  --tf-forest-tint:   #E8EDE2;

  /* ---- SECONDARY: Mustard Gold ---- */
  --tf-gold:          #C49336;
  --tf-gold-deep:     #9B7423;
  --tf-gold-soft:     #E0B868;
  --tf-gold-tint:     #F7EBC9;

  /* ---- ACCENT: Terracotta (heritage warmth, winner highlights) ---- */
  --tf-terracotta:        #B5532E;
  --tf-terracotta-deep:   #8B3A1F;
  --tf-terracotta-soft:   #E08260;
  --tf-terracotta-tint:   #F2DDCF;

  /* ---- SURFACES: Cream / Paper ---- */
  --tf-cream:         #F4EFDF;
  --tf-paper:         #FAF6EC;
  --tf-white:         #FFFFFF;

  /* ---- INK: Coffee brown ---- */
  --tf-ink:           #2D1F14;
  --tf-ink-soft:      #5C4736;
  --tf-ink-mute:      #8A7460;
  --tf-line:          #D9CDB5;
  --tf-line-soft:     #ECE3CC;

  /* ---- FUNCTIONAL ---- */
  --tf-success:       #2D6B47;
  --tf-warn:          #A06820;
  --tf-risk:          #8A2A1F;

  /* ---- TYPE ---- */
  --font-display: 'Playfair Display', 'Noto Sans Devanagari', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', 'Noto Sans Devanagari', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* ---- LAYOUT ---- */
  --container: 1180px;
  --container-tight: 920px;
  --radius-sm: 4px;
  --radius:    8px;
  --radius-lg: 14px;

  --shadow-soft: 0 1px 2px rgba(45, 31, 20, 0.04), 0 6px 18px rgba(45, 31, 20, 0.06);
  --shadow-lift: 0 4px 12px rgba(45, 31, 20, 0.08), 0 18px 40px rgba(45, 31, 20, 0.10);
}

/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--tf-paper);
  color: var(--tf-ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { padding: 0; margin: 0; list-style: none; }

/* ============ TYPE ============ */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--tf-ink);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em 0;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); }
h4 { font-size: 1.1rem; font-weight: 600; }
p  { margin: 0 0 1em 0; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tf-gold-deep);
  margin-bottom: 1rem;
}
.eyebrow.on-dark { color: var(--tf-gold-soft); }
.lede { font-size: 1.12rem; color: var(--tf-ink-soft); max-width: 60ch; }

/* ============ LAYOUT ============ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.container-tight {
  width: 100%;
  max-width: var(--container-tight);
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: clamp(60px, 8vw, 100px) 0; }
.section-cream { background: var(--tf-cream); }
.section-forest { background: var(--tf-forest); color: var(--tf-cream); }
.section-forest h1,
.section-forest h2,
.section-forest h3 { color: var(--tf-paper); }
.section-tint { background: var(--tf-forest-tint); }
.divider { height: 1px; background: var(--tf-line); border: 0; margin: 0; }
.gold-rule {
  display: block;
  width: 60px;
  height: 2px;
  background: var(--tf-gold);
  margin: 0 0 1.5rem 0;
  border: 0;
}
.gold-rule.center { margin-left: auto; margin-right: auto; }

/* ============ NAVIGATION ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 236, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--tf-line-soft);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 24px;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-lockup img.icon {
  height: 44px;
  width: auto;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-text .wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--tf-ink);
}
.brand-text .wordmark .terai { color: var(--tf-forest); }
.brand-text .wordmark .farms { color: var(--tf-gold-deep); }
.brand-text .tagline {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tf-ink-mute);
  margin-top: 3px;
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 0.93rem;
  font-weight: 500;
}
.nav-links a {
  color: var(--tf-ink-soft);
  transition: color 0.15s ease;
}
.nav-links a:hover { color: var(--tf-forest); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--tf-forest);
  color: var(--tf-paper) !important;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.15s ease, transform 0.15s ease;
}
.nav-cta:hover { background: var(--tf-forest-deep); transform: translateY(-1px); }
.nav-cta svg { width: 16px; height: 16px; fill: currentColor; }

/* Instagram icon link in nav */
.nav-ig {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tf-ink-soft);
  background: transparent;
  transition: all 0.18s ease;
}
.nav-ig svg { width: 18px; height: 18px; }
.nav-ig:hover {
  color: #fff;
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  /* on mobile, .nav-links is hidden entirely; only logo + hamburger show */
  .nav-links { display: none; }
  .brand-text .tagline { display: none; }
  .nav-inner { height: 68px; gap: 12px; }
  .brand-lockup { gap: 12px; }
  .brand-lockup img.icon { height: 42px; }
  .brand-text .wordmark { font-size: 1.35rem; }
}

/* ============ HERO ============ */
.hero {
  background: var(--tf-paper);
  padding: clamp(60px, 8vw, 90px) 0 clamp(50px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -180px; right: -200px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, var(--tf-gold-tint) 0%, transparent 70%);
  opacity: 0.55;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -160px; left: -160px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, var(--tf-forest-tint) 0%, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.hero-claim {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--tf-forest);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-claim::before {
  content: '';
  width: 28px; height: 2px;
  background: var(--tf-gold);
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--tf-ink);
}
.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--tf-gold-deep);
}
.hero-sub {
  font-size: 1.15rem;
  color: var(--tf-ink-soft);
  max-width: 52ch;
  margin: 18px 0 10px;
  line-height: 1.6;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 24px 0 32px;
}
.hero-badges span {
  font-size: 0.82rem;
  color: var(--tf-ink-soft);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-badges span::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--tf-gold);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero-sub strong {
  color: var(--tf-forest-deep);
  font-weight: 700;
}

/* Hero hard-stats strip — the consumer WHY in numbers */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 28px 0 32px;
  padding: 20px 22px;
  background: var(--tf-cream);
  border-left: 3px solid var(--tf-terracotta);
  border-radius: var(--radius);
}
.hs-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hs-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--tf-terracotta-deep);
  line-height: 1;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.hs-unit {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--tf-ink-soft);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 3px;
}
@media (max-width: 720px) {
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 16px 14px; padding: 16px 18px; }
  .hs-num { font-size: 1.4rem; }
  .hs-unit { font-size: 0.68rem; }
}
.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.01em;
  transition: all 0.18s ease;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; fill: currentColor; }
.btn-primary {
  background: var(--tf-forest);
  color: var(--tf-paper);
}
.btn-primary:hover {
  background: var(--tf-forest-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(63, 94, 58, 0.30);
}
.btn-gold {
  background: var(--tf-gold);
  color: var(--tf-ink);
}
.btn-gold:hover {
  background: var(--tf-gold-deep);
  color: var(--tf-paper);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(155, 116, 35, 0.32);
}
.btn-ghost {
  background: transparent;
  color: var(--tf-forest);
  border-color: var(--tf-forest);
}
.btn-ghost:hover {
  background: var(--tf-forest);
  color: var(--tf-paper);
}
.btn-ghost-light {
  background: transparent;
  color: var(--tf-paper);
  border-color: var(--tf-cream);
}
.btn-ghost-light:hover {
  background: var(--tf-cream);
  color: var(--tf-forest-deep);
}

.hero-art {
  position: relative;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(160deg, var(--tf-cream) 0%, var(--tf-gold-tint) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--tf-line);
}
.hero-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), transparent 60%);
  pointer-events: none;
}
.hero-art .art-icon {
  width: 60%;
  max-width: 280px;
  opacity: 0.92;
  position: relative;
  z-index: 1;
}
.hero-art .art-caption {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--tf-ink);
  font-size: 0.92rem;
  line-height: 1.45;
  background: rgba(250, 246, 236, 0.85);
  padding: 12px 16px;
  border-radius: var(--radius);
  border-left: 3px solid var(--tf-gold);
  backdrop-filter: blur(4px);
  z-index: 2;
}

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-art { aspect-ratio: 5 / 4; max-width: 480px; margin: 0 auto; }
}

/* ============ TRUST STRIP ============ */
.trust {
  background: var(--tf-forest);
  color: var(--tf-cream);
  padding: 28px 0;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.ti-icon {
  width: 30px;
  height: 30px;
  color: var(--tf-gold-soft);
  margin-bottom: 4px;
}
.trust-item .num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--tf-gold-soft);
  line-height: 1;
}
.trust-item .label {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--tf-cream);
  opacity: 0.95;
  text-align: center;
  max-width: 18ch;
  line-height: 1.35;
}
@media (max-width: 720px) {
  .trust-row { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* ============ SECTION HEADERS ============ */
.section-header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.section-header.left { text-align: left; }
.section-header h2 { margin-bottom: 14px; }
.section-header .gold-rule { margin-bottom: 18px; }
.section-header.center .gold-rule { margin-left: auto; margin-right: auto; }
.section-header p {
  font-size: 1.08rem;
  color: var(--tf-ink-soft);
  max-width: 60ch;
  margin: 0 auto;
}
.section-header.left p { margin: 0; }

/* ============ STORY ============ */
.story { background: var(--tf-cream); }
.story-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.story-art {
  aspect-ratio: 1 / 1;
  background: linear-gradient(140deg, var(--tf-forest-tint) 0%, var(--tf-gold-tint) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--tf-line);
  position: relative;
}
.story-art .pull-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.4;
  color: var(--tf-forest-deep);
  text-align: center;
  padding: 40px;
  max-width: 90%;
}
.story-art .pull-quote::before,
.story-art .pull-quote::after {
  content: '"';
  font-size: 3em;
  color: var(--tf-gold);
  line-height: 0.2;
  display: block;
}
.story-art .pull-quote::before { margin-bottom: 18px; }
.story-art .pull-quote::after { margin-top: 30px; }
.story-text h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 24px;
}
.story-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--tf-ink);
  margin-bottom: 1.1em;
}
.story-text p.story-lead {
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--tf-ink);
}
.story-text p.story-lead strong {
  color: var(--tf-terracotta-deep);
  font-weight: 700;
}
.story-text p strong {
  color: var(--tf-forest-deep);
}
.story-signoff {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--tf-terracotta);
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 2px solid var(--tf-gold);
  max-width: 360px;
}
@media (max-width: 880px) {
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-art { aspect-ratio: 4 / 3; }
}

/* ============ WHY FAMILIES SWITCH (3 core motivations) ============ */
.switch {
  background: linear-gradient(180deg, var(--tf-paper) 0%, var(--tf-cream) 100%);
  position: relative;
  overflow: hidden;
}
.switch::before {
  content: '';
  position: absolute;
  top: -100px; right: -120px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, var(--tf-terracotta-tint) 0%, transparent 70%);
  pointer-events: none;
}
.switch .section-header h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.6rem);
  line-height: 1.2;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
.switch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.switch-card {
  background: var(--tf-white);
  border-radius: var(--radius-lg);
  padding: 36px 30px 30px;
  border: 1px solid var(--tf-line);
  box-shadow: var(--shadow-soft);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.switch-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}
.switch-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.switch-card:nth-child(1)::before { background: linear-gradient(90deg, var(--tf-forest), var(--tf-forest-soft)); }
.switch-card:nth-child(2)::before { background: linear-gradient(90deg, var(--tf-gold), var(--tf-gold-soft)); }
.switch-card:nth-child(3)::before { background: linear-gradient(90deg, var(--tf-terracotta), var(--tf-terracotta-soft)); }
.switch-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--tf-ink-mute);
  letter-spacing: 0.04em;
}
.switch-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch-icon svg { width: 30px; height: 30px; }
.switch-icon-health { background: var(--tf-forest-tint); color: var(--tf-forest-deep); }
.switch-icon-aroma { background: var(--tf-gold-tint); color: var(--tf-gold-deep); }
.switch-icon-farmer { background: var(--tf-terracotta-tint); color: var(--tf-terracotta-deep); }
.switch-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--tf-ink);
  line-height: 1.25;
  margin: 0;
}
.switch-card p {
  font-size: 0.96rem;
  color: var(--tf-ink-soft);
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
.switch-stat {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--tf-forest-deep);
  background: var(--tf-cream);
  padding: 10px 14px;
  border-radius: var(--radius);
  border-left: 2px solid var(--tf-gold);
  margin-top: auto;
  font-variant-numeric: tabular-nums;
}
.switch-card:nth-child(2) .switch-stat {
  color: var(--tf-gold-deep);
  border-left-color: var(--tf-gold-deep);
}
.switch-card:nth-child(3) .switch-stat {
  color: var(--tf-terracotta-deep);
  border-left-color: var(--tf-terracotta);
}
@media (max-width: 900px) {
  .switch-grid { grid-template-columns: 1fr; gap: 18px; }
  .switch-card { padding: 28px 24px 24px; }
}

/* ============ PILLARS (Why-Choose) — fixed 3-column to balance 6 cards ============ */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) {
  .pillars { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .pillars { grid-template-columns: 1fr; }
}
.pillar {
  background: var(--tf-white);
  border: 1px solid var(--tf-line-soft);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pillar:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: var(--tf-gold-soft);
}
.pillar .pillar-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
  color: var(--tf-gold);
  line-height: 1;
  margin-bottom: 12px;
}
.pillar h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--tf-forest-deep);
  margin-bottom: 8px;
}
.pillar p {
  font-size: 0.95rem;
  color: var(--tf-ink-soft);
  margin: 0;
  line-height: 1.55;
}

/* ============ PRODUCT / HERO PACK ============ */
.product-hero {
  background: var(--tf-forest);
  color: var(--tf-paper);
  position: relative;
  overflow: hidden;
}
.product-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(196, 147, 54, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.product-image {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, rgba(244, 239, 223, 0.08) 0%, rgba(196, 147, 54, 0.12) 100%);
  border: 1px solid rgba(244, 239, 223, 0.15);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-image .placeholder {
  text-align: center;
  color: rgba(244, 239, 223, 0.6);
  font-family: var(--font-display);
  font-style: italic;
  padding: 30px;
}
.product-image .placeholder svg { width: 80px; opacity: 0.4; margin: 0 auto 18px; }
.product-image .badge {
  position: absolute;
  top: 22px; left: 22px;
  background: var(--tf-gold);
  color: var(--tf-ink);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
}
.product-meta .eyebrow.on-dark { color: var(--tf-gold-soft); }
.product-meta h2 {
  color: var(--tf-paper);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}
.product-meta .price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 24px 0 8px;
}
.product-meta .price .amt {
  font-family: var(--font-body);
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--tf-gold-soft);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.product-meta .price .unit {
  font-size: 1rem;
  color: var(--tf-cream);
  opacity: 0.8;
}
.product-meta .price-note {
  font-size: 0.88rem;
  color: var(--tf-cream);
  opacity: 0.85;
  margin-bottom: 22px;
}
.product-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 26px;
  margin: 24px 0 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(244, 239, 223, 0.18);
}
.product-specs div { display: flex; flex-direction: column; gap: 2px; }
.product-specs .k {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tf-gold-soft);
}
.product-specs .v {
  font-size: 0.95rem;
  color: var(--tf-paper);
  font-weight: 500;
}
@media (max-width: 880px) {
  .product-grid { grid-template-columns: 1fr; gap: 40px; }
  .product-image { aspect-ratio: 4 / 5; max-width: 380px; margin: 0 auto; }
  .product-image.product-image-photo img { object-position: right center; }
}

/* ============ BUNDLE / PRICING ============ */
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.bundle {
  background: var(--tf-white);
  border: 1px solid var(--tf-line);
  border-radius: var(--radius);
  padding: 30px 24px 26px;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.bundle:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: var(--tf-gold);
}
.bundle.featured {
  border: 2px solid var(--tf-gold);
  background: linear-gradient(180deg, var(--tf-gold-tint) 0%, var(--tf-white) 30%);
}
.bundle .bundle-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--tf-gold);
  color: var(--tf-ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.bundle h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: 4px;
  color: var(--tf-forest-deep);
}
.bundle .qty {
  font-size: 0.85rem;
  color: var(--tf-ink-mute);
  margin-bottom: 18px;
}
.bundle .price {
  font-family: var(--font-body);
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--tf-ink);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.bundle .per {
  font-size: 0.82rem;
  color: var(--tf-ink-mute);
  margin: 4px 0 18px;
}
.bundle .bundle-cta {
  display: block;
  background: var(--tf-forest);
  color: var(--tf-paper);
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.15s ease;
}
.bundle .bundle-cta:hover { background: var(--tf-forest-deep); }
.bundle.featured .bundle-cta { background: var(--tf-gold); color: var(--tf-ink); }
.bundle.featured .bundle-cta:hover { background: var(--tf-gold-deep); color: var(--tf-paper); }

.custom-bulk {
  margin-top: 36px;
  background: var(--tf-forest-tint);
  border: 1px dashed var(--tf-forest);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.custom-bulk .cb-text h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--tf-forest-deep);
  margin-bottom: 6px;
}
.custom-bulk .cb-text p {
  font-size: 0.95rem;
  color: var(--tf-ink-soft);
  margin: 0;
  max-width: 56ch;
}

/* ============ COMPARISON ============ */
.compare-wrap {
  background: var(--tf-white);
  border: 1px solid var(--tf-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th,
.compare-table td {
  padding: 18px 22px;
  text-align: left;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--tf-line-soft);
  vertical-align: top;
}
.compare-table th {
  background: var(--tf-forest);
  color: var(--tf-paper);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
}
.compare-table th.feature-col { background: var(--tf-forest-deep); }
.compare-table td.feature {
  font-weight: 600;
  color: var(--tf-ink);
  background: var(--tf-cream);
  width: 32%;
}
.compare-table td.tf {
  background: var(--tf-forest-tint);
  color: var(--tf-forest-deep);
  font-weight: 500;
}
.compare-table td.other { color: var(--tf-ink-soft); }
.compare-table tr:last-child td { border-bottom: none; }

/* Mobile: stack table as cards (one row = one card) */
@media (max-width: 720px) {
  .compare-wrap {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table td, .compare-table th {
    display: block;
    width: 100%;
  }
  .compare-table thead { display: none; }
  .compare-table tr {
    background: var(--tf-white);
    border: 1px solid var(--tf-line);
    border-radius: var(--radius);
    margin-bottom: 14px;
    padding: 6px 0 0;
    overflow: hidden;
  }
  .compare-table td {
    padding: 12px 18px;
    border-bottom: 1px solid var(--tf-line-soft);
    font-size: 0.92rem;
    width: auto;
  }
  .compare-table td.feature {
    background: var(--tf-cream);
    color: var(--tf-ink);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 18px;
    border-bottom: 1px solid var(--tf-line);
  }
  .compare-table td.tf::before {
    content: 'TeraiFarms Kalanamak';
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tf-forest);
    font-weight: 700;
    margin-bottom: 4px;
  }
  .compare-table td.other::before {
    content: 'Typical White Basmati';
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tf-ink-mute);
    font-weight: 700;
    margin-bottom: 4px;
  }
  .compare-table tr:last-child td:last-child { border-bottom: none; }
  .compare-table tr td:last-child { border-bottom: none; }
}

/* ============ PROCESS ============ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.process-step .step-num {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 700;
  font-style: italic;
  color: var(--tf-gold);
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid var(--tf-gold);
  padding-bottom: 6px;
  margin-bottom: 16px;
}
.process-step h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--tf-forest-deep);
  margin-bottom: 8px;
}
.process-step p {
  font-size: 0.93rem;
  color: var(--tf-ink-soft);
  margin: 0;
  line-height: 1.55;
}
@media (max-width: 880px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 520px) {
  .process-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ============ HEALTH STATS ============ */
.health-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.health-stat {
  text-align: center;
  padding: 32px 20px;
  background: var(--tf-white);
  border: 1px solid var(--tf-line-soft);
  border-radius: var(--radius);
}
.health-stat .stat-num {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--tf-gold-deep);
  line-height: 1;
  margin-bottom: 6px;
}
.health-stat .stat-unit {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tf-ink-mute);
  margin-bottom: 12px;
}
.health-stat .stat-label {
  font-size: 0.95rem;
  color: var(--tf-ink-soft);
  line-height: 1.45;
}
.health-disclaimer {
  font-size: 0.82rem;
  color: var(--tf-ink-mute);
  text-align: center;
  margin-top: 24px;
  font-style: italic;
}

/* ============ RECIPES ============ */
.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.recipe-card {
  background: var(--tf-white);
  border: 1px solid var(--tf-line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.recipe-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}
.recipe-thumb {
  aspect-ratio: 4 / 3;
  background: linear-gradient(140deg, var(--tf-forest-tint) 0%, var(--tf-gold-tint) 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe-thumb .placeholder-icon {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--tf-forest);
  opacity: 0.5;
  font-size: 1.1rem;
}
.recipe-body { padding: 22px 22px 26px; }
.recipe-body .recipe-tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tf-gold-deep);
  font-weight: 600;
  margin-bottom: 8px;
}
.recipe-body h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--tf-forest-deep);
  margin-bottom: 8px;
}
.recipe-body p {
  font-size: 0.9rem;
  color: var(--tf-ink-soft);
  margin: 0 0 12px;
  line-height: 1.55;
}
.recipe-meta {
  font-size: 0.78rem;
  color: var(--tf-ink-mute);
  display: flex;
  gap: 14px;
}

/* ============ REVIEWS ============ */
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.review {
  background: var(--tf-white);
  border-left: 3px solid var(--tf-gold);
  padding: 28px 26px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}
.review .stars {
  color: var(--tf-gold);
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}
.review blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--tf-ink);
  margin: 0 0 18px 0;
}
.review-author { font-size: 0.88rem; color: var(--tf-ink-soft); }
.review-author strong {
  color: var(--tf-forest-deep);
  font-weight: 600;
  display: block;
}
.review-author .where { font-size: 0.78rem; color: var(--tf-ink-mute); }

/* ============ FOUNDER LETTER ============ */
.letter { background: var(--tf-cream); position: relative; }
.letter-inner {
  max-width: 720px;
  margin: 0 auto;
  background: var(--tf-paper);
  padding: clamp(32px, 5vw, 60px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--tf-line);
  box-shadow: var(--shadow-soft);
}
.letter-inner .eyebrow { margin-bottom: 8px; }
.letter-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  color: var(--tf-forest-deep);
  margin-bottom: 24px;
}
.letter-inner p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--tf-ink-soft);
  margin-bottom: 1.2em;
}
.letter-sign {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--tf-line);
}
.letter-sign .signature {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--tf-forest);
  margin-bottom: 4px;
}
.letter-sign .role {
  font-size: 0.85rem;
  color: var(--tf-ink-mute);
}

/* ============ SHIPPING ============ */
.shipping-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}
.ship-card {
  text-align: center;
  padding: 30px 22px;
}
.ship-card .ship-icon {
  width: 48px; height: 48px;
  background: var(--tf-gold-tint);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.ship-card .ship-icon svg {
  width: 22px; height: 22px;
  fill: var(--tf-gold-deep);
}
.ship-card h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--tf-forest-deep);
  margin-bottom: 6px;
}
.ship-card p {
  font-size: 0.9rem;
  color: var(--tf-ink-soft);
  margin: 0;
}

/* ============ FAQ ============ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq { border-bottom: 1px solid var(--tf-line); }
.faq summary {
  cursor: pointer;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--tf-ink);
  list-style: none;
  transition: color 0.15s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-size: 1.6rem;
  color: var(--tf-gold);
  font-weight: 300;
  font-family: var(--font-body);
  line-height: 1;
}
.faq[open] summary::after { content: '−'; }
.faq summary:hover { color: var(--tf-forest); }
.faq-body {
  padding: 0 0 24px;
  font-size: 0.98rem;
  color: var(--tf-ink-soft);
  line-height: 1.7;
}

/* ============ FINAL CTA ============ */
.final-cta {
  background: linear-gradient(135deg, var(--tf-forest-deep) 0%, var(--tf-forest) 100%);
  color: var(--tf-paper);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: -100px; left: -100px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(196, 147, 54, 0.18) 0%, transparent 65%);
  pointer-events: none;
}
.final-cta::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -100px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(196, 147, 54, 0.14) 0%, transparent 65%);
  pointer-events: none;
}
.final-cta .container { position: relative; }
.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--tf-paper);
  max-width: 18ch;
  margin: 0 auto 18px;
  line-height: 1.15;
}
.final-cta h2 em {
  font-style: italic;
  color: var(--tf-gold-soft);
}
.final-cta p {
  font-size: 1.1rem;
  color: var(--tf-cream);
  max-width: 56ch;
  margin: 0 auto 32px;
  opacity: 0.92;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--tf-forest-deep);
  color: var(--tf-cream);
  padding: 60px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand img.icon {
  height: 64px;
  width: 64px;
  background: var(--tf-paper);
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 14px;
  display: block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.footer-brand .wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--tf-paper);
  margin-bottom: 4px;
}
.footer-brand .wordmark .terai { color: var(--tf-gold-soft); }
.footer-brand .wordmark .farms { color: var(--tf-paper); }
.footer-brand .tagline {
  font-size: 0.85rem;
  color: var(--tf-cream);
  opacity: 0.75;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.footer-brand p {
  font-size: 0.9rem;
  color: var(--tf-cream);
  opacity: 0.75;
  max-width: 32ch;
  line-height: 1.55;
}
.footer h5 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--tf-gold-soft);
  margin: 0 0 16px;
  letter-spacing: 0.04em;
}
.footer ul li { margin-bottom: 10px; }
.footer ul.field-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--tf-cream);
  opacity: 0.88;
  line-height: 1.4;
  padding: 2px 0;
}
.footer ul.field-list .ff-icon {
  width: 18px;
  height: 18px;
  color: var(--tf-gold-soft);
  flex-shrink: 0;
  margin-top: 1px;
}
.footer ul a {
  font-size: 0.9rem;
  color: var(--tf-cream);
  opacity: 0.82;
  transition: opacity 0.15s ease, color 0.15s ease;
}
.footer ul a:hover { opacity: 1; color: var(--tf-gold-soft); }
.footer .contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--tf-cream);
  opacity: 0.85;
  margin-bottom: 10px;
}
.footer .contact-row svg {
  width: 16px; height: 16px;
  fill: var(--tf-gold-soft);
  flex-shrink: 0;
}
.footer .contact-tag {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--tf-terracotta);
  color: var(--tf-paper);
  padding: 2px 7px;
  border-radius: 999px;
  margin-left: 6px;
  font-weight: 700;
  vertical-align: middle;
}
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(244, 239, 223, 0.12);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: var(--tf-cream);
  opacity: 0.6;
}
@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 28px; }
}
@media (max-width: 520px) {
  .footer { padding: 40px 0 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; margin-bottom: 24px; }
  .footer-brand img.icon { height: 56px; width: 56px; margin-bottom: 10px; }
  .footer-brand .wordmark { font-size: 1.25rem; }
  .footer-brand .tagline { margin-bottom: 10px; }
  .footer-brand p { font-size: 0.85rem; }
  .footer h5 { margin-bottom: 12px; font-size: 0.88rem; }
  .footer ul li { margin-bottom: 8px; }
  .footer .contact-row { margin-bottom: 8px; }
  .footer-compliance { margin-top: 24px; padding: 20px 0 18px; gap: 14px; }
  .footer-bottom { padding-top: 16px; font-size: 0.78rem; line-height: 1.5; }
}

/* ============ FLOATING WHATSAPP ============ */
.fab-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4), 0 12px 36px rgba(37, 211, 102, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: fab-pulse 2.4s ease-in-out infinite;
}
.fab-wa:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
}
.fab-wa svg { width: 32px; height: 32px; fill: white; }
@keyframes fab-pulse {
  0%, 100% { box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4), 0 12px 36px rgba(37, 211, 102, 0.25), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50%      { box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4), 0 12px 36px rgba(37, 211, 102, 0.25), 0 0 0 16px rgba(37, 211, 102, 0); }
}

/* ============ MOBILE TWEAKS ============ */
@media (max-width: 520px) {
  section { padding: 56px 0; }
  .container, .container-tight { padding: 0 18px; }
  .hero { padding: 48px 0 40px; }
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.8rem); line-height: 1.08; }
  .hero-sub { font-size: 1rem; }
  .hero-claim { font-size: 0.74rem; letter-spacing: 0.05em; }
  .hero-claim::before { width: 20px; }
  .btn { padding: 12px 22px; font-size: 0.9rem; }
  .cta-row { gap: 10px; }
  .section-header { margin-bottom: 32px; }
  .pillars { gap: 14px; }
  .pillar { padding: 22px 20px; }
  .bundle { padding: 28px 22px 24px; }
  .bundle h3 { font-size: 1.6rem; margin-bottom: 6px; font-family: var(--font-display); }
  .bundle .qty { font-size: 0.95rem; color: var(--tf-ink-soft); margin-bottom: 14px; }
  .bundle .price { font-size: 2.6rem; }
  .bundle .per { font-size: 0.92rem; color: var(--tf-ink-soft); margin: 6px 0 18px; font-weight: 500; line-height: 1.5; font-variant-numeric: tabular-nums; }
  .bundle .bundle-cta { padding: 13px 20px; font-size: 0.95rem; }
  .bundle-tag { font-size: 0.75rem; padding: 6px 16px; }
  .custom-bulk { padding: 24px; }
  .custom-bulk .cb-text h4 { font-size: 1.15rem; }
  .custom-bulk .cb-text p { font-size: 0.9rem; }
  .product-grid { gap: 32px; }
  .product-meta h2 { font-size: 1.7rem; }
  .product-meta .price .amt { font-size: 2.1rem; }
  .health-disclaimer { font-size: 0.78rem; }
  .review { padding: 22px 20px; }
  .review blockquote { font-size: 1rem; }
  .letter-inner { padding: 28px 22px; }
  .letter-inner h2 { font-size: 1.4rem; }
  .letter-inner p { font-size: 0.98rem; line-height: 1.7; }
  .faq summary { font-size: 1.02rem; padding: 20px 0; }
  .final-cta h2 { font-size: 1.9rem; max-width: 100%; }
  .final-cta p { font-size: 1rem; }
  .fab-wa { width: 54px; height: 54px; bottom: 18px; right: 18px; }
  .fab-wa svg { width: 28px; height: 28px; }
}

/* ============ LANGUAGE TOGGLE ============ */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--tf-forest-deep);
  background: var(--tf-gold-tint);
  border: 1px solid var(--tf-gold-soft);
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background 0.15s, color 0.15s, transform 0.15s;
}
.lang-toggle:hover {
  background: var(--tf-gold);
  color: var(--tf-ink);
  transform: translateY(-1px);
}
.lang-toggle::before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--tf-forest);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6.93 7H16a13.7 13.7 0 0 0-1.07-3.5A8 8 0 0 1 18.93 9zM12 4c.8 0 2 1.6 2.6 5H9.4C10 5.6 11.2 4 12 4zM4 12a8 8 0 0 1 .2-2H8a18.4 18.4 0 0 0 0 4H4.2A8 8 0 0 1 4 12zm1.07 6H8a13.7 13.7 0 0 0 1.07 3.5A8 8 0 0 1 5.07 18zM8 8H5.07a8 8 0 0 1 4-3.5A13.7 13.7 0 0 0 8 8zm4 12c-.8 0-2-1.6-2.6-5h5.2c-.6 3.4-1.8 5-2.6 5zm2.93-7H9.07a18.4 18.4 0 0 1 0-4h5.86a18.4 18.4 0 0 1 0 4zm.14 6.5A13.7 13.7 0 0 0 16 16h2.93a8 8 0 0 1-3.86 3.5zM16 14a18.4 18.4 0 0 0 0-4h3.8a8 8 0 0 1 0 4z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6.93 7H16a13.7 13.7 0 0 0-1.07-3.5A8 8 0 0 1 18.93 9zM12 4c.8 0 2 1.6 2.6 5H9.4C10 5.6 11.2 4 12 4zM4 12a8 8 0 0 1 .2-2H8a18.4 18.4 0 0 0 0 4H4.2A8 8 0 0 1 4 12zm1.07 6H8a13.7 13.7 0 0 0 1.07 3.5A8 8 0 0 1 5.07 18zM8 8H5.07a8 8 0 0 1 4-3.5A13.7 13.7 0 0 0 8 8zm4 12c-.8 0-2-1.6-2.6-5h5.2c-.6 3.4-1.8 5-2.6 5zm2.93-7H9.07a18.4 18.4 0 0 1 0-4h5.86a18.4 18.4 0 0 1 0 4zm.14 6.5A13.7 13.7 0 0 0 16 16h2.93a8 8 0 0 1-3.86 3.5zM16 14a18.4 18.4 0 0 0 0-4h3.8a8 8 0 0 1 0 4z'/></svg>") center/contain no-repeat;
}

/* ============ MOBILE HAMBURGER ============ */
.mob-menu-btn {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--tf-line);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(63, 94, 58, 0.18);
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  transition: background 0.15s, border-color 0.15s;
}
.mob-menu-btn:active {
  background: var(--tf-gold-tint);
  border-color: var(--tf-gold);
  transform: scale(0.96);
}
.mob-menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--tf-ink);
  border-radius: 2px;
  pointer-events: none;
  transition: transform 0.2s;
}
.mob-menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mob-menu-btn.open span:nth-child(2) { opacity: 0; }
.mob-menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mob-drawer {
  display: none;
  position: fixed;
  inset: 68px 0 0 0;
  background: var(--tf-paper);
  z-index: 60;
  padding: 28px 24px 32px;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid var(--tf-line-soft);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mob-drawer.open { display: flex; }
.mob-drawer a:not(.nav-cta) {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--tf-ink);
  padding: 16px 4px;
  border-bottom: 1px solid var(--tf-line-soft);
}
.mob-drawer .lang-toggle {
  align-self: flex-start;
  margin-top: 20px;
  padding: 10px 18px;
  font-size: 0.95rem;
}
.mob-drawer .nav-cta {
  margin-top: 18px;
  justify-content: center;
  padding: 16px 24px;
  font-size: 1rem;
}
@media (max-width: 720px) {
  .mob-menu-btn { display: flex; }
  /* drawer is the source of truth on mobile — hide inline nav-links entirely */
  .nav-inner .nav-links { display: none; }
  .mob-drawer { background: var(--tf-paper); }
  .mob-drawer .lang-toggle {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 8px;
  }
}

/* ============ AROMA SECTION ============ */
.aroma {
  background: linear-gradient(180deg, var(--tf-cream) 0%, var(--tf-gold-tint) 100%);
  position: relative;
  overflow: hidden;
}
.aroma::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(196, 147, 54, 0.16) 0%, transparent 70%);
  pointer-events: none;
}
.aroma-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.aroma-card {
  background: var(--tf-paper);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  border: 1px solid var(--tf-line);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.aroma-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}
.aroma-card .a-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--tf-gold-deep);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: block;
}
.aroma-card h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--tf-forest-deep);
  margin-bottom: 10px;
}
.aroma-card p {
  font-size: 0.96rem;
  color: var(--tf-ink-soft);
  margin: 0;
  line-height: 1.65;
}
.aroma-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 26px; right: 26px;
  height: 3px;
  background: linear-gradient(90deg, var(--tf-gold), transparent);
  border-radius: 2px;
}
@media (max-width: 880px) {
  .aroma-grid { grid-template-columns: 1fr; }
}

/* ============ LIFE WITH KALANAMAK ============ */
.life-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.life-card {
  background: var(--tf-white);
  border-radius: var(--radius);
  padding: 30px 26px;
  border-top: 4px solid var(--tf-forest);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.life-card:nth-child(3n+2) { border-top-color: var(--tf-gold); }
.life-card:nth-child(3n+3) { border-top-color: var(--tf-forest-soft); }
.life-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}
.life-card .l-icon {
  width: 38px; height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tf-forest-tint);
  border-radius: 50%;
  margin-bottom: 6px;
}
.life-card .l-icon svg {
  width: 20px; height: 20px;
  fill: var(--tf-forest);
}
.life-card h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--tf-ink);
  margin: 0;
}
.life-card p {
  font-size: 0.92rem;
  color: var(--tf-ink-soft);
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 720px) {
  .life-grid { grid-template-columns: 1fr; }
}

/* ============ NUTRITION COMPARISON CHART ============ */
.nutri {
  background: var(--tf-paper);
}
.nutri-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.nutri-tab {
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: var(--font-body);
  background: var(--tf-white);
  color: var(--tf-ink-soft);
  border: 1.5px solid var(--tf-line);
  cursor: pointer;
  transition: all 0.18s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nutri-tab .nt-icon { font-size: 1.05rem; line-height: 1; }
.nutri-tab.active {
  background: var(--tf-forest);
  color: var(--tf-paper);
  border-color: var(--tf-forest);
  box-shadow: 0 4px 14px rgba(63, 94, 58, 0.25);
}
.nutri-tab:hover:not(.active) { background: var(--tf-gold-tint); border-color: var(--tf-gold-soft); }

.nutri-chart {
  background: var(--tf-white);
  border: 1px solid var(--tf-line);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 4vw, 36px);
  box-shadow: var(--shadow-lift);
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.nutri-chart::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tf-forest), var(--tf-gold), var(--tf-terracotta));
}
.chart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.nutri-chart h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--tf-forest-deep);
  margin-bottom: 6px;
}
.nutri-chart .chart-hint {
  font-size: 0.9rem;
  color: var(--tf-ink-mute);
  margin: 0;
}
.chart-win {
  background: linear-gradient(135deg, var(--tf-terracotta) 0%, var(--tf-terracotta-deep) 100%);
  color: var(--tf-paper);
  padding: 14px 20px;
  border-radius: var(--radius);
  text-align: center;
  min-width: 140px;
  box-shadow: 0 4px 14px rgba(181, 83, 46, 0.32);
  position: relative;
}
.chart-win::before {
  content: '';
  position: absolute;
  top: -8px; left: 50%;
  width: 0; height: 0;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--tf-terracotta);
}
.chart-win .win-pct {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1;
}
.chart-win .win-label {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.92;
  margin-top: 4px;
}
.bar-row {
  display: grid;
  grid-template-columns: 140px 1fr 72px;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 6px 0;
}
.bar-row.featured {
  background: linear-gradient(90deg, var(--tf-gold-tint) 0%, transparent 80%);
  border-radius: var(--radius);
  padding: 10px 12px;
  margin: 0 -12px 16px;
}
.bar-label {
  font-size: 0.95rem;
  color: var(--tf-ink-soft);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bar-label.featured {
  color: var(--tf-forest-deep);
  font-weight: 700;
  font-size: 1rem;
}
.bar-crown {
  color: var(--tf-gold);
  font-size: 0.9rem;
}
.bar-track {
  background: var(--tf-cream);
  height: 18px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.bar-row.featured .bar-track {
  height: 24px;
  background: var(--tf-paper);
  border: 1px solid var(--tf-gold-tint);
}
.bar-fill {
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--tf-ink-mute) 0%, var(--tf-ink-soft) 100%);
  width: 0;
  transition: width 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  opacity: 0.55;
}
.bar-fill.featured {
  background: linear-gradient(90deg, var(--tf-forest) 0%, var(--tf-forest-deep) 100%);
  opacity: 1;
  box-shadow: 0 2px 8px rgba(63, 94, 58, 0.30);
}
.bar-value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--tf-ink-soft);
  text-align: right;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
}
.bar-value.featured {
  color: var(--tf-forest-deep);
  font-weight: 700;
  font-size: 1.2rem;
}
.bar-src { font-size: 0.62em; opacity: 0.55; font-family: var(--font-body); font-weight: 500; }
.nutri-legend {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--tf-line-soft);
  font-size: 0.82rem;
  color: var(--tf-ink-mute);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.nutri-legend a { color: var(--tf-terracotta-deep); text-decoration: underline; }

@media (max-width: 600px) {
  .nutri-tabs { gap: 6px; }
  .nutri-tab { padding: 10px 14px; font-size: 0.85rem; gap: 6px; }
  .nutri-tab .nt-icon { font-size: 1rem; }
  .chart-head { margin-bottom: 22px; flex-direction: column; align-items: stretch; gap: 14px; }
  .chart-win { min-width: 0; padding: 12px 16px; display: flex; align-items: center; justify-content: center; gap: 14px; }
  .chart-win::before { display: none; }
  .chart-win .win-pct { font-size: 1.6rem; }
  .chart-win .win-label { margin-top: 0; text-align: left; }
  .nutri-chart h3 { font-size: 1.25rem; }
  .bar-row { grid-template-columns: 90px 1fr 56px; gap: 7px; margin-bottom: 12px; }
  .bar-row.featured { padding: 12px 6px; margin: 0 -6px 14px; }
  .bar-label { font-size: 0.82rem; }
  .bar-label.featured { font-size: 0.9rem; }
  .bar-value { font-size: 0.88rem; }
  .bar-value.featured { font-size: 1.05rem; }
  .bar-track { height: 16px; }
  .bar-row.featured .bar-track { height: 22px; }
}

/* ============ HOW TO COOK STEPPER ============ */
.cook {
  background: var(--tf-cream);
  position: relative;
}
.cook-stepper {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  background: var(--tf-paper);
  border-radius: var(--radius-lg);
  border: 1px solid var(--tf-line);
  padding: clamp(20px, 3vw, 32px);
  box-shadow: var(--shadow-soft);
  max-width: 960px;
  margin: 0 auto;
}
.cook-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid var(--tf-line-soft);
  padding-right: 20px;
}
.cook-nav button {
  text-align: left;
  padding: 14px 16px;
  background: transparent;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--font-body);
  color: var(--tf-ink-soft);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.15s, color 0.15s;
}
.cook-nav button .cn-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--tf-gold);
  line-height: 1;
}
.cook-nav button .cn-label {
  font-size: 0.92rem;
  font-weight: 500;
}
.cook-nav button.active {
  background: var(--tf-forest-tint);
  color: var(--tf-forest-deep);
}
.cook-nav button.active .cn-label { font-weight: 700; }
.cook-nav button:hover:not(.active) { background: var(--tf-cream); }

.cook-panel { padding: 12px 0; }
.cook-panel-item { display: none; }
.cook-panel-item.active { display: block; animation: fadeUp 0.3s ease; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cook-illustration {
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, var(--tf-forest-tint) 0%, var(--tf-gold-tint) 100%);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.cook-illustration svg {
  width: 80px;
  height: 80px;
  stroke: var(--tf-forest-deep);
  stroke-width: 1.5;
  fill: none;
}
.cook-panel h4 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--tf-forest-deep);
  margin-bottom: 10px;
}
.cook-panel p {
  font-size: 1rem;
  color: var(--tf-ink-soft);
  line-height: 1.65;
  margin: 0 0 16px;
}
.cook-tip {
  background: var(--tf-gold-tint);
  border-left: 3px solid var(--tf-gold);
  padding: 12px 16px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 0.9rem;
  color: var(--tf-ink);
  font-style: italic;
}
.cook-tip strong {
  font-style: normal;
  font-weight: 700;
  color: var(--tf-gold-deep);
}
@media (max-width: 720px) {
  .cook-stepper { grid-template-columns: 1fr; gap: 18px; padding: 18px; }
  .cook-nav {
    border-right: none;
    border-bottom: 1px solid var(--tf-line-soft);
    padding-right: 0;
    padding-bottom: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    flex-direction: unset;
    overflow: visible;
  }
  .cook-nav button {
    flex-shrink: 0;
    padding: 10px 12px;
    text-align: left;
  }
  .cook-nav button .cn-num { font-size: 1.2rem; }
  .cook-nav button .cn-label { font-size: 0.82rem; line-height: 1.25; }
  .cook-illustration { height: 110px; }
  .cook-illustration svg { width: 64px; height: 64px; }
  .cook-panel h4 { font-size: 1.25rem; }
}

/* ============ SOURCES / DISCLAIMER ============ */
.sources {
  background: var(--tf-forest-deep);
  color: var(--tf-cream);
  padding: clamp(50px, 6vw, 70px) 0 clamp(30px, 4vw, 50px);
}
@media (max-width: 520px) {
  .sources { padding: 40px 0 24px; }
}
.sources h2 {
  color: var(--tf-paper);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 8px;
}
.sources .eyebrow {
  color: var(--tf-gold-soft);
}
.sources .lede {
  color: var(--tf-cream);
  opacity: 0.85;
}
.src-list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.src-item {
  background: rgba(244, 239, 223, 0.07);
  border-left: 2px solid var(--tf-gold);
  padding: 18px 22px;
  border-radius: var(--radius);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--tf-cream);
}
.src-item strong {
  display: block;
  color: var(--tf-gold-soft);
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 0.95rem;
}
.src-item .src-claim {
  font-size: 0.82rem;
  color: var(--tf-cream);
  opacity: 0.72;
  margin-top: 6px;
  font-style: italic;
}
.src-disclaimer {
  margin-top: 28px;
  padding: 20px 24px;
  background: rgba(244, 239, 223, 0.04);
  border: 1px dashed rgba(244, 239, 223, 0.18);
  border-radius: var(--radius);
  font-size: 0.85rem;
  color: var(--tf-cream);
  opacity: 0.85;
  line-height: 1.65;
}
@media (max-width: 720px) {
  .src-list { grid-template-columns: 1fr; }
}

/* ============ PHOTO-DRIVEN HERO ART ============ */
.hero-art.hero-art-photo {
  padding: 0;
  background: linear-gradient(160deg, var(--tf-cream) 0%, var(--tf-gold-tint) 100%);
}
.hero-art.hero-art-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--radius-lg);
}
.hero-art.hero-art-photo .art-caption {
  z-index: 3;
  background: rgba(45, 31, 20, 0.78);
  color: var(--tf-paper);
  border-left-color: var(--tf-gold-soft);
  backdrop-filter: blur(8px);
}

/* ============ PRODUCT HERO PHOTO ============ */
.product-image.product-image-photo {
  background: linear-gradient(135deg, rgba(196,147,54,0.10) 0%, rgba(244,239,223,0.05) 100%);
  padding: 0;
  overflow: hidden;
}
.product-image.product-image-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-lg);
  display: block;
}
.product-image.product-image-photo .badge {
  z-index: 2;
}

/* ============ AROMA PHOTO BLOCK ============ */
.aroma-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 32px;
  margin-top: 36px;
  align-items: stretch;
}
.aroma-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--tf-line);
  min-height: 460px;
}
.aroma-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aroma-grid-2 {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
}
.aroma-grid-2 .aroma-card { padding: 22px 24px; }
.aroma-grid-2 .aroma-card h4 { font-size: 1.2rem; margin-bottom: 6px; }
.aroma-grid-2 .aroma-card p { font-size: 0.9rem; line-height: 1.55; }
@media (max-width: 880px) {
  .aroma-photo-grid { grid-template-columns: 1fr; gap: 20px; }
  .aroma-photo { min-height: 0; aspect-ratio: 4/5; max-height: 460px; }
  .aroma-grid-2 {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
}

/* ============ ABOUT THE COMPANY ============ */
.company {
  background: var(--tf-cream);
  position: relative;
}
.company-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}
.company-text h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.6rem);
  margin-bottom: 22px;
  line-height: 1.15;
}
.company-text h2 em {
  font-style: italic;
  color: var(--tf-terracotta-deep);
  font-weight: 600;
}
.company-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--tf-ink-soft);
  margin-bottom: 1.1em;
}
.company-text p strong {
  color: var(--tf-forest-deep);
  font-weight: 600;
}
.company-cred {
  background: var(--tf-paper);
  padding: 32px 30px 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--tf-line);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.company-cred::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--tf-forest), var(--tf-gold), var(--tf-terracotta));
}
.cred-founder {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0 18px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--tf-line);
}
.cred-founder img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid var(--tf-gold);
  flex-shrink: 0;
}
.cred-founder-text { display: flex; flex-direction: column; gap: 3px; }
.cred-founder-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--tf-forest-deep);
  line-height: 1.1;
}
.cred-founder-role {
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--tf-ink-soft);
  line-height: 1.4;
}
.cred-block {
  padding: 14px 0;
  border-bottom: 1px solid var(--tf-line-soft);
}
.cred-block:first-of-type { padding-top: 6px; }
.cred-block:last-of-type { border-bottom: none; padding-bottom: 18px; }
.cred-block h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tf-gold-deep);
  margin-bottom: 6px;
  font-weight: 700;
}
.cred-block p {
  font-size: 0.98rem;
  color: var(--tf-ink);
  margin: 0;
  line-height: 1.5;
  font-family: var(--font-display);
}
.cred-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 2px solid var(--tf-gold);
}
.cred-cert {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--tf-forest-tint);
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(63, 94, 58, 0.15);
  gap: 4px;
}
.cred-cert-badge {
  background: #FAF8F0;
  border-radius: 4px;
  padding: 3px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.cred-cert-badge svg { width: 44px; height: 18px; }
.cred-cert-badge.cred-gst { background: #F4F7F2; }
.cred-cert-label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tf-forest-deep);
  font-weight: 700;
}
.cred-cert-value {
  font-family: 'Courier New', monospace;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--tf-ink);
  letter-spacing: 0.02em;
}
@media (max-width: 880px) {
  .company-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 520px) {
  .cred-row { grid-template-columns: 1fr; }
  .company-cred { padding: 28px 22px 24px; }
}

/* ============ FOOTER COMPLIANCE / LICENSING ============ */
.footer-compliance {
  margin-top: 36px;
  padding: 28px 0 24px;
  border-top: 1px solid rgba(244, 239, 223, 0.14);
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 24px 36px;
  flex-wrap: wrap;
}
.comp-cert {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(244, 239, 223, 0.06);
  padding: 12px 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(244, 239, 223, 0.12);
}
.comp-cert .cert-badge {
  width: 52px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #FAF8F0;
  flex-shrink: 0;
}
.comp-cert .cert-badge.fssai svg { width: 46px; height: 30px; }
.comp-cert .cert-badge.fssai img { width: 44px; height: auto; object-fit: contain; display: block; }
.cred-cert-badge.cred-fssai img { width: 44px; height: auto; object-fit: contain; display: block; }
.comp-cert .cert-badge.gst {
  background: #F4F7F2;
  border: 1px solid #C8D4C0;
}
.comp-cert .cert-badge.gst svg { width: 42px; height: 28px; }
.comp-cert .cert-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.comp-cert .cert-label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tf-gold-soft);
  font-weight: 600;
  margin-bottom: 3px;
}
.comp-cert .cert-value {
  font-family: 'Courier New', monospace;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--tf-paper);
  letter-spacing: 0.02em;
}
.comp-entity {
  font-size: 0.85rem;
  color: var(--tf-cream);
  opacity: 0.78;
  line-height: 1.6;
  max-width: 56ch;
}
.comp-entity strong { color: var(--tf-gold-soft); font-weight: 600; }
@media (max-width: 880px) {
  .footer-compliance { grid-template-columns: 1fr 1fr; }
  .comp-entity { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .footer-compliance { grid-template-columns: 1fr; gap: 16px; }
}

/* ============ LANGUAGE-BASED SHOW/HIDE (recipes/gallery) ============ */
html[lang="en"] .hi-only { display: none !important; }
html[lang="hi"] .en-only { display: none !important; }

/* ============ PAGE HERO (sub-pages) ============ */
.page-hero {
  padding: clamp(60px, 7vw, 100px) 0 clamp(30px, 4vw, 50px);
  text-align: center;
  background: linear-gradient(180deg, var(--tf-paper) 0%, var(--tf-cream) 100%);
}
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero .gold-rule { margin: 0 auto 18px; }
.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 0 0 18px;
}
.page-hero .lede {
  font-size: 1.1rem;
  color: var(--tf-ink-soft);
  max-width: 56ch;
  margin: 0 auto;
  line-height: 1.65;
}
.nav-links a.active {
  color: var(--tf-forest);
  font-weight: 600;
}

/* ============ GALLERY ============ */
.gallery-section { padding: clamp(40px, 5vw, 70px) 0 clamp(60px, 7vw, 100px); }
.gallery-filters {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.g-filter {
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: var(--font-body);
  background: var(--tf-white);
  color: var(--tf-ink-soft);
  border: 1.5px solid var(--tf-line);
  cursor: pointer;
  transition: all 0.15s ease;
}
.g-filter.active { background: var(--tf-forest); color: var(--tf-paper); border-color: var(--tf-forest); }
.g-filter:hover:not(.active) { background: var(--tf-gold-tint); border-color: var(--tf-gold-soft); }
.gallery-grid {
  columns: 3;
  column-gap: 18px;
}
.g-item {
  break-inside: avoid;
  margin: 0 0 18px;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--tf-cream);
  cursor: zoom-in;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.g-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.g-item img { width: 100%; height: auto; display: block; }
.g-item figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(45, 31, 20, 0.78) 100%);
  color: var(--tf-paper);
  padding: 28px 16px 14px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.g-item:hover figcaption { opacity: 1; }
@media (max-width: 900px) {
  .gallery-grid { columns: 2; }
}
@media (max-width: 520px) {
  .gallery-grid { columns: 1; }
  .g-item figcaption { opacity: 1; }
}
.gallery-empty {
  text-align: center;
  padding: 60px 0;
  color: var(--tf-ink-mute);
  font-style: italic;
}
.gallery-cta, .recipes-cta {
  margin-top: 64px;
  text-align: center;
  padding: 40px;
  background: var(--tf-cream);
  border-radius: var(--radius-lg);
  border: 1px solid var(--tf-line);
}
.gallery-cta h3, .recipes-cta h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--tf-forest-deep);
  margin-bottom: 10px;
}
.gallery-cta p, .recipes-cta p {
  max-width: 50ch;
  margin: 0 auto 22px;
  color: var(--tf-ink-soft);
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(20, 12, 5, 0.92);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  animation: fadeIn 0.2s ease;
}
.lightbox img {
  max-width: min(1200px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  border-radius: var(--radius);
}
.lightbox .lb-close {
  position: absolute;
  top: 20px; right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(244, 239, 223, 0.15);
  color: var(--tf-paper);
  font-size: 1.6rem;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid rgba(244, 239, 223, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox .lb-close:hover { background: rgba(244, 239, 223, 0.25); }
.lightbox .lb-caption {
  position: absolute;
  bottom: 30px; left: 50%;
  transform: translateX(-50%);
  color: var(--tf-paper);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  background: rgba(45, 31, 20, 0.6);
  padding: 8px 18px;
  border-radius: 999px;
  max-width: 90vw;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ============ RECIPES ============ */
.recipes-section { padding: clamp(40px, 5vw, 70px) 0 clamp(60px, 7vw, 100px); }
.recipe-filters {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.r-filter {
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: var(--font-body);
  background: var(--tf-white);
  color: var(--tf-ink-soft);
  border: 1.5px solid var(--tf-line);
  cursor: pointer;
  transition: all 0.15s ease;
}
.r-filter.active { background: var(--tf-terracotta); color: var(--tf-paper); border-color: var(--tf-terracotta); }
.r-filter:hover:not(.active) { background: var(--tf-terracotta-tint); border-color: var(--tf-terracotta-soft); }
.recipes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}
.recipe-detail {
  background: var(--tf-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--tf-line);
  padding: 28px 26px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.recipe-detail:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}
.rd-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
}
.rd-tag.tag-everyday { background: var(--tf-forest-tint); color: var(--tf-forest-deep); }
.rd-tag.tag-festive { background: var(--tf-terracotta-tint); color: var(--tf-terracotta-deep); }
.rd-tag.tag-sweet { background: var(--tf-gold-tint); color: var(--tf-gold-deep); }
.recipe-detail h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--tf-ink);
  line-height: 1.2;
  margin: 0;
}
.rd-subname {
  font-style: italic;
  font-weight: 500;
  color: var(--tf-ink-mute);
  font-size: 0.85em;
}
.rd-desc {
  font-size: 0.96rem;
  color: var(--tf-ink-soft);
  line-height: 1.55;
  margin: 0;
}
.rd-method {
  margin-top: 8px;
}
.rd-method summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 16px;
  background: var(--tf-cream);
  border: 1px solid var(--tf-line);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--tf-forest-deep);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.15s;
}
.rd-method summary::-webkit-details-marker { display: none; }
.rd-method summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--tf-gold-deep);
  font-weight: 300;
  line-height: 1;
}
.rd-method[open] summary::after { content: '−'; }
.rd-method summary:hover { background: var(--tf-gold-tint); }
.rd-body {
  padding: 18px 4px 4px;
}
.rd-body h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--tf-forest-deep);
  margin: 18px 0 8px;
  font-weight: 600;
}
.rd-body h4:first-of-type { margin-top: 4px; }
.rd-body ul, .rd-body ol {
  margin: 0 0 12px;
  padding-left: 22px;
  font-size: 0.95rem;
  color: var(--tf-ink);
  line-height: 1.7;
}
.rd-body ul { list-style: disc; }
.rd-body ol { list-style: decimal; }
.rd-body li { margin-bottom: 4px; }
.rd-tip {
  background: var(--tf-gold-tint);
  border-left: 3px solid var(--tf-gold);
  padding: 12px 14px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 0.88rem;
  color: var(--tf-ink);
  font-style: italic;
  margin-top: 14px;
}
.rd-tip strong {
  font-style: normal;
  font-weight: 700;
  color: var(--tf-gold-deep);
}
@media (max-width: 520px) {
  .recipes-grid { grid-template-columns: 1fr; gap: 16px; }
  .recipe-detail { padding: 22px 20px; }
}

/* ============ UTIL ============ */
.text-center { text-align: center; }
.no-mb { margin-bottom: 0 !important; }



