/* =====================================================================
   Freshiva Greens — site styles
   Mobile-first. Plain CSS, no build step.
   ===================================================================== */

/* ---------- Tokens ---------- */
:root {
  --green-950: #0b2e20;
  --green-900: #0f3d2a;
  --green-800: #14532d;
  --green-700: #1b6b3f;
  --green-600: #24824d;
  --green-500: #2e9e5b;
  --wa: #16883f;           /* WhatsApp button (AA contrast with white text) */
  --wa-dark: #126f33;
  --green-100: #e6efe8;      /* very light green — used sparingly (table highlight) */
  --green-50: #f2f6f3;
  --cream: #faf8f3;          /* section canvas */
  --cream-2: #f3efe6;        /* deeper cream for alternate sections / cards */
  --accent: #7b4b2a;         /* cocopeat brown — prices, eyebrows, small highlights only */
  --accent-soft: #f1e6dc;
  --plum: #6b2d5c;           /* radish plum — flavour/antioxidant cues and the Premium plan, sparingly */
  --plum-soft: #f3e6ef;
  --ink: #1a231e;
  --text: #33413a;
  --muted: #6b766f;
  --line: #e6e0d4;           /* warm hairline */
  --white: #ffffff;
  --bg: #ffffff;
  --radius: 16px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(30, 40, 30, .05);
  --shadow: 0 10px 30px rgba(30, 50, 40, .08);
  --shadow-lg: 0 18px 50px rgba(30, 50, 40, .14);
  --serif: "Fraunces", "Georgia", "Times New Roman", serif;
  --container: 1240px;
  --gutter: 20px;
  --header-h: 72px;
  --font: "Plus Jakarta Sans", "Jakarta Fallback", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Metric-matched fallback so text doesn't jump when Plus Jakarta Sans arrives */
@font-face {
  font-family: "Jakarta Fallback";
  src: local("Arial"), local("Helvetica Neue"), local("Roboto");
  size-adjust: 104%; ascent-override: 100%; descent-override: 26%; line-gap-override: 0%;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--green-700); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 .4em; color: var(--green-800); line-height: 1.15; font-weight: 700; letter-spacing: -.01em; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.02em; line-height: 1.06; }
h1 { font-size: clamp(2.3rem, 5.6vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: .45em; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid #7cc79a; outline-offset: 2px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: 56px; }
@media (min-width: 900px) { .section { padding-block: 80px; } }
.section--tint { background: var(--cream); }
.section--mint { background: var(--cream-2); }
.section + .section:not(.section--tint):not(.section--mint) { border-top: 1px solid var(--line); }
.section-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; margin-bottom: 22px; }
.section-head h2 { margin: 0; }
.section-head .lead { margin: 0; color: var(--muted); }
.section-head .btn { flex-shrink: 0; }
.lead { font-size: 1.08rem; color: var(--muted); max-width: 62ch; line-height: 1.65; }
.eyebrow { display: block; font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.subhead { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2.6vw, 1.5rem); font-weight: 500; color: var(--green-700); margin: 0 0 .6em; line-height: 1.3; letter-spacing: 0; }
.text-center { text-align: center; }
.muted { color: var(--muted); }
.note { font-size: .9rem; color: var(--muted); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill-note { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); color: var(--green-800); font-weight: 600; padding: 8px 14px; border-radius: 999px; font-size: .9rem; }

.icon { width: 1.25em; height: 1.25em; flex: none; fill: none; }
h1 .icon, h2 .icon, h3 .icon { display: inline-block; vertical-align: -0.2em; margin-right: .2em; color: var(--green-600); }
.icon-lg { width: 40px; height: 40px; }
.icon-xl { width: 52px; height: 52px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 10px 20px; border-radius: 999px;
  font-weight: 700; font-size: .95rem; line-height: 1.2; white-space: nowrap;
  border: 2px solid transparent; transition: background .15s, color .15s, transform .15s, box-shadow .15s;
  text-decoration: none !important;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(20, 60, 40, .14); }
.btn .icon { width: 1.15em; height: 1.15em; }
.btn--primary { background: var(--green-900); color: #fff; }
.btn--primary:hover { background: var(--green-800); }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: var(--wa-dark); }
.btn--outline { background: transparent; color: var(--green-800); border-color: var(--green-800); }
.btn--outline:hover { background: var(--green-800); color: #fff; }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.75); }
.btn--outline-light:hover { background: #fff; color: var(--green-900); }
.btn--white { background: #fff; color: var(--green-800); }
.btn--white:hover { background: var(--green-50); }
.btn--sm { min-height: 38px; padding: 6px 14px; font-size: .86rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: #fff;
  border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s;
}
.site-header { border-bottom-color: var(--line); }
.site-header.is-scrolled { box-shadow: 0 2px 14px rgba(0,0,0,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { height: 52px; width: auto; }
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--green-800);
}
.nav-toggle .icon { width: 26px; height: 26px; }
.nav-toggle .ico-close { display: none; }
body.nav-open .nav-toggle .ico-close { display: block; }
body.nav-open .nav-toggle .ico-menu { display: none; }
.header-cta { display: none; }
.site-nav {
  position: fixed; inset: var(--header-h) 0 0 0; background: #fff; z-index: 49;
  padding: 12px var(--gutter) 24px; overflow-y: auto;
  transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .18s, transform .18s, visibility .18s;
  border-top: 1px solid var(--line);
}
body.nav-open .site-nav { transform: none; opacity: 1; visibility: visible; }
body.nav-open { overflow: hidden; }
.site-nav ul { display: flex; flex-direction: column; }
.site-nav li > a {
  display: block; padding: 14px 6px; font-weight: 600; color: var(--ink); font-size: 1.05rem;
  border-bottom: 1px solid var(--line); text-decoration: none;
}
.site-nav li > a[aria-current="page"] { color: var(--green-700); }
.site-nav .has-sub { border-bottom: 1px solid var(--line); }
.site-nav .sub-toggle {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  padding: 14px 6px; background: none; border: 0; font-weight: 600; font-size: 1.05rem; color: var(--ink); text-align: left;
}
.site-nav .sub-toggle .icon { width: 20px; height: 20px; transition: transform .18s; }
.site-nav .has-sub.is-open .sub-toggle .icon { transform: rotate(180deg); }
.site-nav .has-sub.is-active .sub-toggle { color: var(--green-700); }
.site-nav .sub { display: none; padding: 0 0 8px 14px; }
.site-nav .has-sub.is-open .sub { display: block; }
.site-nav .sub a { font-size: .98rem; font-weight: 500; padding: 10px 6px; border-bottom: 0; }
.site-nav .nav-cta { margin-top: 18px; }
.site-nav .nav-cta .btn { width: 100%; }

@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .header-cta { display: inline-flex; }
  .site-nav {
    position: static; inset: auto; transform: none; opacity: 1; visibility: visible;
    padding: 0; overflow: visible; border: 0; background: transparent; flex: 1;
  }
  .site-nav { min-width: 0; }
  .site-nav ul { flex-direction: row; justify-content: center; gap: 0; flex-wrap: wrap; }
  .site-nav li > a { padding: 6px 6px; font-size: .8rem; border: 0; position: relative; white-space: nowrap; }
  .header-cta { font-size: .84rem; padding: 8px 14px; min-height: 40px; flex-shrink: 0; }
  .header-cta .cta-full { display: none; }
  .brand img { height: 48px; }
  .site-nav li > a:hover { color: var(--green-700); }
  .site-nav li > a[aria-current="page"]::after, .site-nav .has-sub.is-active > .sub-toggle::after {
    content: ""; position: absolute; left: 7px; right: 7px; bottom: 2px; height: 2px; background: var(--green-600); border-radius: 2px;
  }
  .site-nav .has-sub { position: relative; border: 0; }
  .site-nav .sub-toggle { width: auto; padding: 6px 6px; font-size: .8rem; gap: 3px; position: relative; white-space: nowrap; cursor: pointer; }
  .site-nav .sub-toggle:hover { color: var(--green-700); }
  .site-nav .sub-toggle .icon { width: 16px; height: 16px; }
  .site-nav .sub {
    display: block; position: absolute; top: calc(100% + 6px); left: 50%; transform: translate(-50%, -6px);
    min-width: 220px; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg);
    opacity: 0; visibility: hidden; transition: opacity .15s, transform .15s, visibility .15s; z-index: 60;
  }
  .site-nav .sub::before { content: ""; position: absolute; left: 0; right: 0; top: -8px; height: 8px; }
  .site-nav .has-sub:hover .sub, .site-nav .has-sub:focus-within .sub, .site-nav .has-sub.is-open .sub { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
  .site-nav .has-sub:hover .sub-toggle .icon, .site-nav .has-sub.is-open .sub-toggle .icon { transform: rotate(180deg); }
  .site-nav .sub a { display: block; padding: 9px 12px; border-radius: 8px; font-size: .9rem; font-weight: 500; white-space: nowrap; }
  .site-nav .sub a:hover { background: var(--green-50); color: var(--green-700); }
  .site-nav .sub a[aria-current="page"] { background: var(--green-100); color: var(--green-800); font-weight: 600; }
  .site-nav .sub a[aria-current="page"]::after { content: none; }
  .site-nav .nav-cta { display: none; }
  body.nav-open { overflow: auto; }
}
@media (min-width: 1200px) {
  .site-nav li > a, .site-nav .sub-toggle { font-size: .9rem; padding: 8px 10px; }
  .site-nav .sub a { font-size: .92rem; }
  .header-cta { font-size: .88rem; padding: 10px 16px; min-height: 44px; }
  .header-cta .cta-full { display: inline; }
  .header-cta .cta-short { display: none; }
  .brand img { height: 52px; }
}
@media (min-width: 1360px) {
  .site-nav li > a, .site-nav .sub-toggle { font-size: .95rem; padding: 8px 12px; }
  .brand img { height: 58px; }
}

/* ---------- Hero ---------- */
.hero { position: relative; background: linear-gradient(180deg, var(--cream) 0%, #ffffff 100%); overflow: hidden; }
.hero-grid { display: grid; gap: 22px; padding-block: 34px 30px; }
.hero-copy h1 { margin-bottom: 10px; }
.hero-copy .lead { font-size: 1.08rem; color: var(--text); max-width: 48ch; }
.hero-copy .btn-row { margin-top: 18px; }
.hero-media { position: relative; }
.hero-media .hero-img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.hero-badge {
  position: absolute; right: 12px; bottom: 12px; max-width: 78%;
  background: rgba(15, 61, 42, .92); color: #fff; padding: 12px 16px; border-radius: 12px;
  font-weight: 700; font-size: 1rem; line-height: 1.3; backdrop-filter: blur(4px);
}
.hero-badge--list { display: grid; gap: 12px; font-weight: 600; font-size: .9rem; }
.hero-badge--list li { display: flex; align-items: center; gap: 10px; }
.hero-badge--list .icon { width: 28px; height: 28px; }
.hero-badge--tagline { top: 12px; bottom: auto; right: 12px; background: rgba(250,248,243,.92); color: var(--green-900); font-size: .95rem; font-family: var(--serif); font-weight: 600; }
.hero-badge--tagline.on-dark { background: rgba(15,61,42,.92); color: #fff; }
.hero-badge hr { border: 0; height: 2px; background: rgba(255,255,255,.5); width: 80px; margin: 8px 0 0; }
.hero-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 8px; margin-top: 4px; }
.hero-features li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; font-size: .8rem; font-weight: 600; color: var(--green-900); line-height: 1.25; }
.hero-features .icon { width: 44px; height: 44px; padding: 10px; color: var(--green-700); border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.hero-features--bar { grid-template-columns: repeat(auto-fit, minmax(76px, 1fr)); }
.hero-features--bar li { border-right: 1px solid var(--line); padding-inline: 4px; }
.hero-features--bar li:last-child { border-right: 0; }
@media (min-width: 640px) {
  .hero-features { grid-template-columns: repeat(6, 1fr); }
  .hero-features--bar { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.05fr 1fr; grid-template-areas: "copy media" "features media"; align-items: center; gap: 24px 36px; padding-block: 44px 40px; }
  .hero-copy { grid-area: copy; align-self: end; }
  .hero-media { grid-area: media; }
  .hero-features { grid-area: features; align-self: start; margin-top: 0; }
  .hero-grid--simple { grid-template-areas: "copy media"; }
  .hero-grid--simple .hero-copy { align-self: center; }
  .hero .btn { padding: 9px 14px; font-size: .88rem; min-height: 42px; }
  .hero-grid { grid-template-columns: 1.15fr 1fr; }
  .hero-media .hero-img { aspect-ratio: 5 / 4; min-height: 360px; }
  .hero-badge { right: 18px; bottom: 18px; padding: 16px 20px; font-size: 1.15rem; }
  .hero-badge--tagline { top: 18px; bottom: auto; }
  .hero-copy .lead { font-size: 1.12rem; }
}
@media (min-width: 1100px) {
  .hero-grid { grid-template-columns: 1.1fr 1fr; }
  .hero-media .hero-img { min-height: 400px; }
}

/* ---------- Generic cards & grids ---------- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow .2s, transform .2s; }
a.card:hover, .card--hover:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card--pad { padding: 20px; }
.grid { display: grid; gap: 16px; }
.grid > * { min-width: 0; }
.grid--plans { grid-template-columns: 1fr; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: repeat(2, 1fr); }
.grid--5 { grid-template-columns: repeat(2, 1fr); }
.grid--6 { grid-template-columns: repeat(2, 1fr); }
.grid--8 { grid-template-columns: 1fr; }
@media (min-width: 560px) { .grid--plans { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 640px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .grid--5 { grid-template-columns: repeat(3, 1fr); }
  .grid--6 { grid-template-columns: repeat(3, 1fr); }
  .grid--8 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) { .grid--plans { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .grid--plans { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 960px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
  .grid--5 { grid-template-columns: repeat(5, 1fr); }
  .grid--6 { grid-template-columns: repeat(6, 1fr); }
  .grid--8 { grid-template-columns: repeat(4, 1fr); }
}

/* Image + caption tiles (varieties on home, Easy Ways to Enjoy, How to Use) */
.tile { text-align: center; }
.tile img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
a.tile:hover { text-decoration: none; }
a.tile:hover img { transform: translateY(-3px); box-shadow: var(--shadow); }
.tile h3 { font-size: 1.02rem; margin: 12px 0 2px; color: var(--ink); }
.tile p { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.4; }
.tile--sm h3 { font-size: .92rem; margin-top: 8px; }

/* Icon feature strip */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 10px; }
.features li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.features .icon { width: 52px; height: 52px; padding: 13px; color: var(--green-700); border: 1px solid var(--line); border-radius: 50%; background: #fff; margin-bottom: 4px; }
.features h3 { font-size: .95rem; margin: 0; color: var(--ink); line-height: 1.25; font-weight: 600; }
.features p { font-size: .82rem; color: var(--muted); margin: 0; line-height: 1.35; }
.features--divided li { position: relative; padding-inline: 8px; }
@media (min-width: 640px) {
  .features { grid-template-columns: repeat(3, 1fr); }
  .features--divided li:not(:last-child)::after {
    content: ""; position: absolute; right: -5px; top: 10%; height: 80%; width: 1px; background: var(--line);
  }
}
@media (min-width: 960px) {
  .features--5 { grid-template-columns: repeat(5, 1fr); }
  .features--7 { grid-template-columns: repeat(7, 1fr); }
  .features--6 { grid-template-columns: repeat(6, 1fr); }
}
.split { display: grid; gap: 22px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr auto; align-items: center; } }

/* Callout: "Don't replace your vegetables" */
.callout {
  background: var(--cream-2); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center;
  border: 1px solid var(--line);
}
.callout .icon { width: 40px; height: 40px; color: var(--green-700); margin: 0 auto 10px; }
.callout h3 { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; line-height: 1.2; margin-bottom: 10px; }
.callout hr { width: 40px; height: 2px; border: 0; background: var(--accent); margin: 0 auto 12px; }
.callout p { margin: 0; font-size: .95rem; }

/* What are microgreens (home) */
.intro-grid { display: grid; gap: 22px; }
.intro-grid .intro-img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
@media (min-width: 900px) { .intro-grid { grid-template-columns: 1.1fr 1fr .9fr; align-items: center; } }
@media (min-width: 900px) { .intro-grid--2 { grid-template-columns: 1.4fr 1fr; } .intro-grid--wide { grid-template-columns: 3fr 1fr; } }

/* ---------- Plan cards ---------- */
.tint-mint, .tint-sky, .tint-peach, .tint-rose, .tint-lilac, .tint-butter { background: var(--cream); border: 1px solid var(--line); }
.plan-mini {
  position: relative; border-radius: var(--radius); padding: 24px 14px 18px; text-align: center; display: block; color: var(--ink);
  text-decoration: none !important; transition: transform .2s, box-shadow .2s, border-color .2s;
  background: #fff !important; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.plan-mini::before { content: ""; position: absolute; left: 18px; right: 18px; top: 0; height: 3px; background: var(--accent); border-radius: 0 0 3px 3px; }
.plan-mini:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #d8d0c0; }
.plan-mini .go { display: inline-flex; align-items: center; gap: 4px; margin-top: 12px; font-size: .84rem; font-weight: 600; color: var(--green-700); }
.plan-mini .go .icon { width: 14px; height: 14px; transition: transform .2s; }
.plan-mini:hover .go .icon { transform: translateX(3px); }
.plan-mini h3 { font-family: var(--serif); font-weight: 600; font-size: 1.25rem; margin: 0 0 2px; color: var(--green-900); }
.plan-mini .qty { font-size: .92rem; margin: 0; color: var(--muted); }
.plan-mini .price { font-family: var(--serif); font-size: 2rem; font-weight: 600; color: var(--accent); margin: 8px 0 0; letter-spacing: -.01em; line-height: 1; }
.plan-mini .cadence { font-size: .78rem; color: var(--text); margin: 2px 0 0; }

.plan { border-radius: var(--radius-lg); padding: 22px 18px 18px; display: flex; flex-direction: column; text-align: center; }
.plan h3 { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; margin: 0; color: var(--green-900); }
.plan .price { font-size: 2.1rem; font-weight: 700; color: var(--accent); line-height: 1.1; margin: 4px 0 4px; letter-spacing: -.01em; }
.plan .price small { font-size: .9rem; font-weight: 500; color: var(--muted); white-space: nowrap; }
.plan .qty { font-weight: 700; margin: 0; color: var(--ink); }
.plan .cadence { font-size: .85rem; color: var(--muted); margin: 0 0 12px; }
.plan img { width: 100%; aspect-ratio: 10 / 9; object-fit: cover; border-radius: 12px; margin-bottom: 14px; box-shadow: var(--shadow-sm); }
.plan .checklist { text-align: left; flex: 1; margin-bottom: 16px; }
.plan .btn { width: 100%; }

.checklist li { display: flex; gap: 8px; align-items: flex-start; font-size: .92rem; margin-bottom: 8px; line-height: 1.35; }
.checklist .icon { width: 18px; height: 18px; color: var(--green-700); margin-top: 2px; }

/* ---------- Testimonials ---------- */
.testimonial { padding: 26px 24px 22px; position: relative; }
.testimonial::before { content: "\201C"; position: absolute; top: 4px; left: 18px; font-family: var(--serif); font-size: 4rem; line-height: 1; color: var(--accent); opacity: .35; }
.testimonial blockquote { margin: 18px 0 12px; font-family: var(--serif); font-size: 1.08rem; line-height: 1.5; color: var(--ink); }
.testimonial cite { font-style: normal; font-weight: 700; color: var(--green-800); }

/* ---------- Comparison table ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 640px; font-size: .92rem; }
.compare th, .compare td { padding: 10px 12px; text-align: center; border-bottom: 1px solid var(--line); }
.compare th { font-weight: 700; color: var(--ink); vertical-align: bottom; background: var(--cream); }
.compare th .th-inner { display: flex; align-items: center; justify-content: center; gap: 10px; text-align: left; }
.compare th img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; flex: none; }
.compare th small { display: block; font-weight: 500; color: var(--muted); font-size: .8rem; line-height: 1.3; }
.compare th:first-child, .compare td:first-child { text-align: left; font-weight: 600; color: var(--ink); background: var(--cream-2); position: sticky; left: 0; z-index: 1; }
.compare td:first-child small { font-weight: 500; color: var(--muted); }
.compare .hl { background: var(--green-100); font-weight: 700; color: var(--green-900); }
.compare th.hl { background: #dbe9df; }
.compare tr:last-child td { border-bottom: 0; }

/* ---------- Nutrient cards (nutrition page) ---------- */
.nutrient { text-align: center; padding: 8px 10px; }
.nutrient .bubble { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 10px; }
.nutrient .bubble .icon { width: 34px; height: 34px; }
.nutrient h3 { font-size: 1.05rem; margin-bottom: 4px; color: var(--ink); }
.nutrient p { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.45; }
.nutrient .bubble { background: #fff; border: 1px solid var(--line); color: var(--green-700); }
.nutrient h3 { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; }
.variety-card { display: flex; flex-direction: column; }
.variety-card img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.variety-card .body { padding: 14px 16px 12px; flex: 1; }
.variety-card h3 { margin-bottom: 0; font-size: 1.1rem; color: var(--ink); text-align: center; }
.variety-card .sub { text-align: center; font-size: .9rem; color: var(--muted); margin-bottom: 12px; }
.variety-card .foot { background: var(--cream-2); border-top: 1px solid var(--line); padding: 12px 14px; text-align: center; font-size: .88rem; color: var(--green-900); font-weight: 500; }
.audience { display: grid; gap: 16px; padding: 20px; }
.audience img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 12px; }
.audience .title { display: flex; gap: 12px; align-items: flex-start; }
.audience .title .icon { width: 42px; height: 42px; color: var(--green-700); flex: none; }
.audience h3 { margin: 0; font-size: 1.2rem; }
.audience h3 small { display: block; font-size: .85rem; color: var(--green-700); font-weight: 700; margin-top: 2px; }
@media (min-width: 640px) { .audience { grid-template-columns: 1.2fr 1fr; align-items: center; } }

/* ---------- Varieties page ---------- */
.variety-full { display: flex; flex-direction: column; }
.variety-full > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.variety-full .body { padding: 18px 18px 6px; }
.variety-full h2 { font-size: 1.6rem; margin-bottom: 2px; }
.variety-full .flavour { color: var(--accent); font-weight: 500; margin-bottom: 8px; font-style: italic; font-family: var(--serif); font-size: 1.05rem; }
.variety-full .highlights { margin: 4px 18px 14px; padding: 14px 16px 6px; border-radius: 12px; border-left: 3px solid var(--green-700); }
.variety-full .highlights h3 { font-size: 1rem; margin-bottom: 10px; color: var(--ink); }
.variety-full .uses { padding: 0 18px 18px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.variety-full .uses h3 { font-size: 1rem; margin-bottom: 8px; color: var(--ink); }
.variety-full .uses li { display: flex; align-items: center; gap: 8px; font-size: .9rem; margin-bottom: 6px; }
.variety-full .uses .icon { width: 18px; height: 18px; color: var(--green-700); }
.variety-full .uses img { width: 128px; height: 108px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow-sm); }
.varieties-grid { display: grid; gap: 18px; }
@media (min-width: 720px) { .varieties-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
  .varieties-grid { grid-template-columns: repeat(6, 1fr); }
  .varieties-grid > .variety-full { grid-column: span 2; }
  .varieties-grid > .variety-full:nth-child(4), .varieties-grid > .variety-full:nth-child(5) {
    grid-column: span 3; display: grid; grid-template-columns: 240px 1fr; grid-template-areas: "img body" "hl hl" "uses uses"; align-items: start;
  }
  .varieties-grid > .variety-full:nth-child(n+4) > img { grid-area: img; aspect-ratio: auto; height: 100%; border-radius: 12px; margin: 14px 0 8px 14px; width: calc(100% - 14px); }
  .varieties-grid > .variety-full:nth-child(n+4) > .body { grid-area: body; }
  .varieties-grid > .variety-full:nth-child(n+4) > .highlights { grid-area: hl; }
  .varieties-grid > .variety-full:nth-child(n+4) > .uses { grid-area: uses; }
}

/* ---------- How we grow ---------- */
.step { padding: 16px 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.step .step-title { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.step .num { width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--serif); font-weight: 600; display: grid; place-items: center; flex: none; font-size: .95rem; }
.step h3 { margin: 0; font-size: 1.02rem; color: var(--ink); }
.step img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; margin-bottom: 12px; }
.step p { margin: 0; font-size: .9rem; color: var(--text); line-height: 1.45; }

/* ---------- Plans page info cards ---------- */
.info-card { display: grid; gap: 14px; padding: 22px; border-radius: var(--radius-lg); }
.info-card .icon-xl { color: var(--green-800); }
.info-card h3 { margin: 0; font-family: var(--serif); font-weight: 600; font-size: 1.5rem; }
.info-card h3 small { display: block; font-family: var(--font); font-weight: 600; font-size: .92rem; color: var(--accent); margin-top: 4px; }
.info-card p { margin: 0; }
.info-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; }
@media (min-width: 640px) { .info-card--img { grid-template-columns: 1fr 1fr; align-items: center; } }

/* ---------- Contact page ---------- */
.contact-card { text-align: center; padding: 22px 14px 18px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.contact-card .bubble { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; margin-bottom: 4px; }
.contact-card .bubble .icon { width: 30px; height: 30px; }
.contact-card h3 { margin: 0; font-size: 1.05rem; color: var(--ink); }
.contact-card p { margin: 0; font-size: .9rem; color: var(--muted); line-height: 1.4; overflow-wrap: anywhere; }
.contact-card p strong { color: var(--ink); font-weight: 700; }
.contact-card p strong a { font-size: .84rem; word-break: break-all; }
.contact-card .btn { margin-top: auto; padding-top: 8px; }
.contact-card .spacer { flex: 1; }
.bubble--wa { background: var(--wa); }
.bubble--green-dark { background: var(--green-900); }
.bubble--ig { background: linear-gradient(45deg, #f58529, #dd2a7b 50%, #8134af); }
.bubble--fb { background: #1877f2; }
.bubble--yt { background: #ff0000; }
.bubble--li { background: #0a66c2; }

.location-box { display: flex; gap: 12px; background: var(--cream); border: 1px solid var(--line); padding: 14px 16px; border-radius: 12px; margin-top: 14px; }
.location-box .icon { width: 28px; height: 28px; color: var(--green-700); flex: none; margin-top: 2px; }
.location-box h4 { margin: 0; color: var(--green-800); }
.location-box p { margin: 0; font-size: .92rem; }
.social-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.social-row a { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; color: var(--ink); font-size: .9rem; font-weight: 600; }
.social-row .bubble { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; color: #fff; }
.social-row .bubble .icon { width: 26px; height: 26px; }
@media (min-width: 640px) { .social-row { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Recipes ---------- */
.recipes-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .recipes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .recipes-grid { grid-template-columns: repeat(4, 1fr); } }
.recipe { display: flex; flex-direction: column; scroll-margin-top: calc(var(--header-h) + 12px); }
.recipe > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.recipe .body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.recipe h2 { font-size: 1.3rem; margin: 0; color: var(--green-900); }
.recipe .desc { margin: 0; font-size: .92rem; color: var(--muted); }
.recipe .meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .82rem; color: var(--green-800); font-weight: 600; }
.recipe .meta span { display: inline-flex; align-items: center; gap: 5px; }
.recipe .meta .icon { width: 16px; height: 16px; }
.recipe .recipe-toggle { margin-top: auto; }
.recipe-detail { padding: 0 16px 18px; border-top: 1px solid var(--line); }
.recipe-detail h3 { font-size: 1rem; margin: 16px 0 6px; color: var(--green-800); }
.recipe-detail ul li { position: relative; padding-left: 18px; font-size: .92rem; margin-bottom: 4px; }
.recipe-detail ul li::before { content: ""; position: absolute; left: 4px; top: .6em; width: 6px; height: 6px; border-radius: 50%; background: var(--green-600); }
.recipe-detail ol { margin: 0; padding-left: 20px; font-size: .92rem; }
.recipe-detail ol li { margin-bottom: 6px; }
.recipe-detail .tip { display: flex; gap: 10px; background: var(--cream-2); border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; font-size: .9rem; margin-top: 12px; }
.recipe-detail .tip .icon { width: 20px; height: 20px; color: var(--green-700); flex: none; margin-top: 2px; }
.recipe-detail .cols { display: grid; gap: 0 24px; }
@media (min-width: 640px) {
  .recipe.is-open { grid-column: 1 / -1; }
  .recipe.is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .recipe.is-open > img { aspect-ratio: 4 / 3; height: 100%; max-height: 280px; }
  .recipe.is-open .recipe-toggle { margin-top: 12px; align-self: flex-start; }
  .recipe.is-open .recipe-detail { grid-column: 1 / -1; }
  .recipe-detail .cols { grid-template-columns: 1fr 1.4fr; }
}
@media (min-width: 1024px) {
  .recipe.is-open { grid-template-columns: 1fr 2fr; }
}

/* ---------- Prose (privacy / terms) ---------- */
.prose { max-width: 780px; }
.prose h2 { font-size: 1.35rem; margin-top: 1.8em; }
.prose h3 { font-size: 1.05rem; margin-top: 1.4em; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }
.prose li { margin-bottom: .4em; }
.prose .updated { color: var(--muted); font-size: .9rem; }
.prose .fill { background: var(--accent-soft); padding: 0 4px; border-radius: 4px; }

/* ---------- CTA band (dark green w/ leafy photo) ---------- */
.cta-band { position: relative; color: #fff; padding-block: 40px; overflow: hidden; background: var(--green-900); }
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: url("../images/hero/hero-grow.jpg") center / cover no-repeat; opacity: .22; filter: saturate(1.1);
}
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,46,32,.9), rgba(11,46,32,.75) 40%, rgba(11,46,32,.9)); }
.cta-band > .container { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; margin-bottom: 8px; font-size: clamp(1.6rem, 3.6vw, 2.2rem); }
.cta-band p { margin: 0; color: rgba(255,255,255,.9); }
.cta-band .cta-inner { display: grid; gap: 18px; text-align: center; justify-items: center; }
.cta-band .btn-row { justify-content: center; }
.cta-band .features { color: #fff; margin-top: 8px; }
.cta-band .features .icon { color: #fff; background: transparent; border-color: rgba(255,255,255,.35); }
.cta-band .features h3 { color: #fff; }
.cta-band .side-badge { text-align: center; font-weight: 600; font-size: .95rem; line-height: 1.3; border-bottom: 2px solid rgba(255,255,255,.6); padding-bottom: 10px; }
.cta-band .side-badge .icon { width: 38px; height: 38px; margin: 0 auto 6px; color: #9be3b4; }
@media (min-width: 900px) {
  .cta-band .cta-inner--row { grid-template-columns: 1fr auto; text-align: left; justify-items: start; align-items: center; }
  .cta-band .cta-inner--row .btn-row { justify-content: flex-start; }
}

/* ---------- Footer ---------- */
.site-footer { position: relative; color: #fff; background: var(--green-950); overflow: hidden; }
.site-footer::before {
  content: ""; position: absolute; inset: 0;
  background: url("../images/hero/hero-about.jpg") center / cover no-repeat; opacity: .12;
}
.site-footer::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,46,32,.75), rgba(11,46,32,.97)); }
.site-footer > * { position: relative; z-index: 1; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: #fff; text-decoration: none; }
.footer-cta { text-align: center; padding: 32px 0 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-cta h2 { color: #fff; font-size: clamp(1.5rem, 3.2vw, 2rem); margin-bottom: 4px; }
.footer-cta p { color: rgba(255,255,255,.85); margin: 0 0 14px; }
.footer-cta .btn-row { justify-content: center; }
.footer-grid { display: grid; gap: 24px 20px; padding: 30px 0 28px; }
.footer-brand img { height: 52px; width: auto; margin-bottom: 10px; }
.footer-brand p { color: rgba(255,255,255,.78); font-size: .9rem; line-height: 1.55; max-width: 34ch; margin: 0 0 12px; }
.footer-fssai { display: inline-flex !important; align-items: center; gap: 8px; font-size: .84rem; font-weight: 600; color: #fff !important;
  background: rgba(123,75,42,.28); border: 1px solid rgba(214,170,132,.45); border-radius: 999px; padding: 6px 12px 6px 10px; }
.footer-fssai .icon { width: 18px; height: 18px; color: #e3c2a3; }
.footer-col h3 { font-family: var(--font); color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 10px; }
.footer-col ul li { margin-bottom: 4px; font-size: .84rem; line-height: 1.45; }
.footer-col p { color: rgba(255,255,255,.78); font-size: .9rem; margin: 0 0 10px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.82); }
.footer-contact li a { display: inline-flex; align-items: flex-start; gap: 10px; }
.footer-contact .icon { width: 16px; height: 16px; flex: none; margin-top: 3px; color: #9be3b4; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; color: #fff; transition: background .15s, transform .15s; }
.footer-social a:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.footer-social .icon { width: 22px; height: 22px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0 16px; font-size: .82rem; color: rgba(255,255,255,.7); }
.footer-bottom .row { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
.footer-bottom .tagline { font-family: var(--serif); font-style: italic; color: rgba(255,255,255,.85); }
.footer-bottom .legal { display: flex; gap: 18px; }
/* phones: Explore and Contact side by side, Follow inline under them */
@media (min-width: 400px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-follow { grid-column: 1 / -1; }
  .footer-follow { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
  .footer-follow h3, .footer-follow p { margin: 0; }
}
@media (min-width: 960px) {
  .footer-grid { grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 24px 40px; padding: 40px 0 36px; }
  .footer-brand, .footer-follow { grid-column: auto; }
  .footer-follow { display: block; }
  .footer-follow h3 { margin-bottom: 10px; }
  .footer-follow p { margin-bottom: 10px; }
  .footer-bottom .row { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ---------- Plum accents (radish / antioxidants / Premium) ---------- */
.variety-full#radish .flavour { color: var(--plum); }
.variety-full#radish .highlights { border-left-color: var(--plum); }
.nutrient--plum .bubble { color: var(--plum); border-color: #d9bfd0; background: var(--plum-soft); }
.plan#premium, .plan-mini--premium { border-color: #d9bfd0; }
.plan#premium::before, .plan-mini--premium::before { background: var(--plum); }
.plan#premium { position: relative; }
.plan#premium::before { content: ""; position: absolute; left: 18px; right: 18px; top: 0; height: 3px; border-radius: 0 0 3px 3px; }
.plan#premium h3, .plan-mini--premium h3 { color: var(--plum); }
.plan#premium .price, .plan-mini--premium .price { color: var(--plum); }
.tag { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.tag--plum { background: var(--plum-soft); color: var(--plum); }
.plan .tag, .plan-mini .tag { margin-bottom: 8px; }

/* ---------- Text links, per-day price lines ---------- */
.text-link-row { margin: 14px 0 0; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--green-700); font-size: .95rem; }
.text-link:hover { text-decoration: none; color: var(--green-900); }
.text-link .icon { width: 16px; height: 16px; transition: transform .2s; }
.text-link:hover .icon { transform: translateX(3px); }
.plan .perday, .plan-mini .perday { font-size: .88rem; color: var(--text); margin: -6px 0 12px; }
.plan .perday strong { color: var(--green-900); font-weight: 700; }
.plan-mini .perday { margin: 6px 0 0; font-weight: 600; color: var(--green-900); font-size: .86rem; }

/* ---------- Sticky WhatsApp bar (phones) ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  display: flex; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-top: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(20, 40, 30, .08);
}
.sticky-cta .btn--wa { flex: 1; }
.sticky-cta__call { width: 46px; padding: 0; flex: none; }
.sticky-cta__call .icon { width: 20px; height: 20px; }
body { padding-bottom: 76px; }
body.nav-open .sticky-cta { display: none; }
@media (min-width: 960px) {
  .sticky-cta { display: none; }
  body { padding-bottom: 0; }
}

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0 !important; }
.mt-2 { margin-top: 12px; }
.mt-3 { margin-top: 20px; }
.mt-4 { margin-top: 28px; }
.mb-2 { margin-bottom: 12px; }
.mb-3 { margin-bottom: 20px; }
.gap-lg { gap: 22px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
