:root {
  --ivory: #F7F4ED;
  --beige: #EEE7D8;
  --forest: #194A34;
  --sage: #8D9E7D;
  --charcoal: #1F211E;
  --white: #FCFBF7;
  --line: #D8D0C2;
  --muted: #666B65;
  --warm: #9A6C37;
  --shadow: 0 22px 60px rgba(31,33,30,.11);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--ivory); color: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.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; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 12px 16px; background: var(--forest); color: #fff; }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 76px 0; }
.eyebrow { margin: 0 0 14px; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 600; color: var(--forest); letter-spacing: -.025em; }
h1 { font-size: clamp(46px, 12vw, 72px); line-height: .98; }
h2 { font-size: clamp(38px, 8vw, 58px); line-height: 1.04; }
h3 { font-size: 27px; line-height: 1.18; }
p { margin: 0; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; font-weight: 750; line-height: 1.15; text-align: center; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(141,158,125,.55); outline-offset: 3px; }
.button-primary { background: var(--forest); color: #fff; }
.button-primary:hover { background: #103a27; }
.button-secondary { background: transparent; border-color: var(--forest); color: var(--forest); }
.button-secondary:hover { background: var(--forest); color: #fff; }
.button-light { background: var(--white); color: var(--forest); }
.text-link { color: var(--forest); font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(252,251,247,.94); border-bottom: 1px solid rgba(216,208,194,.8); backdrop-filter: blur(16px); }
.nav-shell { min-height: 76px; width: min(1240px, calc(100% - 28px)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.brand span { min-width: 0; display: grid; }
.brand strong { font-family: var(--serif); color: var(--forest); font-size: 21px; line-height: 1.05; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.nav-toggle { width: 50px; height: 50px; border: 0; background: transparent; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--forest); transition: .2s ease; }
.site-nav { position: fixed; inset: 76px 0 auto 0; display: none; padding: 30px 24px 40px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.site-nav.open { display: grid; gap: 2px; }
.site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 19px; font-weight: 700; }
.nav-cta { display: none; }

.hero { padding-top: 46px; padding-bottom: 42px; }
.hero-grid { display: grid; gap: 34px; }
.hero-copy { max-width: 690px; }
.hero-lead { max-width: 640px; margin-top: 24px; color: #525752; font-size: 18px; line-height: 1.68; }
.root-proof { margin-top: 20px; display: grid; grid-template-columns: 88px 1fr; gap: 14px; align-items: center; padding: 10px; background: var(--white); border-left: 3px solid var(--forest); }
.root-proof img { width: 88px; height: 70px; object-fit: cover; object-position: 50% 78%; }
.root-proof p { display: grid; gap: 2px; font-size: 13px; line-height: 1.35; }
.root-proof strong { color: var(--forest); }
.root-proof span { color: var(--muted); }
.hero-actions { margin-top: 22px; display: grid; gap: 12px; }
.trust-line { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; color: var(--forest); font-size: 13px; font-weight: 750; }
.trust-line span { width: 4px; height: 4px; border-radius: 50%; background: var(--sage); }
.hero-visual { position: relative; min-height: 380px; overflow: hidden; background: var(--beige); box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; object-position: 50% 58%; }
.hero-note { position: absolute; left: 18px; bottom: 18px; max-width: 230px; display: flex; gap: 12px; align-items: flex-start; padding: 15px 16px; background: rgba(252,251,247,.94); color: var(--charcoal); box-shadow: 0 10px 30px rgba(31,33,30,.12); }
.note-line { width: 38px; height: 1px; margin-top: 12px; background: var(--forest); flex: 0 0 auto; }
.hero-note p { font-size: 14px; line-height: 1.45; }
.hero-note strong { color: var(--forest); }

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
.trust-grid div { min-height: 126px; padding: 24px 18px; display: grid; align-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid div:nth-child(2n) { border-right: 0; }
.trust-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.trust-grid strong { color: var(--forest); font-size: 16px; }
.trust-grid span { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.section-heading { display: grid; gap: 16px; margin-bottom: 36px; }
.section-heading > p:not(.eyebrow), .split-heading > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.narrow { max-width: 780px; }
.story-section { background: var(--white); }
.story-grid { display: grid; gap: 30px; }
.video-frame { position: relative; overflow: hidden; background: #111; box-shadow: var(--shadow); }
.video-frame video { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #111; }
.sound-toggle { position: absolute; left: 18px; top: 78px; bottom: auto; min-height: 50px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid rgba(255,255,255,.4); background: rgba(25,74,52,.9); color: #fff; font-weight: 750; cursor: pointer; }
.sound-icon { width: 14px; height: 14px; border: 2px solid currentColor; border-radius: 50%; position: relative; }
.sound-icon::after { content: ""; position: absolute; width: 6px; height: 2px; background: currentColor; right: -7px; top: 4px; }
.caption-badge { position: absolute; right: 18px; top: 18px; padding: 7px 10px; background: rgba(252,251,247,.9); color: var(--forest); font-size: 12px; font-weight: 800; }

.comparison { background: var(--beige); }
.comparison-grid { display: grid; gap: 18px; }
.comparison-column { padding: 32px 24px; border-top: 4px solid var(--sage); }
.muted-column { background: rgba(252,251,247,.62); }
.live-column { background: var(--forest); color: #fff; border-top-color: #fff; }
.live-column h3, .live-column .comparison-label { color: #fff; }
.comparison-label { margin-bottom: 12px; color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.comparison-column h3 { font-size: 34px; }
.comparison-column ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.comparison-column li { position: relative; padding-left: 24px; color: inherit; }
.comparison-column li::before { content: ""; position: absolute; left: 0; top: .72em; width: 10px; height: 1px; background: currentColor; }

.collection { background: var(--ivory); }
.product-grid { display: grid; gap: 24px; }
.product-card { border-top: 1px solid var(--line); padding-top: 18px; display: grid; gap: 18px; }
.product-card-image { display: block; overflow: hidden; background: var(--beige); aspect-ratio: 4/3; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card-image img { transform: scale(1.025); }
.product-card-body { display: grid; gap: 14px; }
.product-title-row { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.product-title-row h3 { font-size: 29px; }
.product-price { flex: 0 0 auto; color: var(--forest); font-weight: 850; }
.product-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-meta div { border-left: 1px solid var(--line); padding-left: 12px; }
.product-meta small { display: block; color: var(--muted); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.product-meta strong { display: block; margin-top: 4px; color: var(--charcoal); font-size: 14px; line-height: 1.35; }
.uses { display: flex; flex-wrap: wrap; gap: 8px; }
.uses span { padding: 6px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.card-cta { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--forest); color: var(--forest); font-weight: 800; }
.card-cta:hover { background: var(--forest); color: #fff; }

.routine { background: var(--white); }
.routine-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.routine-grid article { min-height: 290px; padding: 28px 24px; background: var(--white); display: flex; flex-direction: column; }
.routine-grid article > span { color: var(--sage); font-weight: 850; }
.routine-grid h3 { margin-top: 54px; }
.routine-grid p { margin-top: 14px; color: var(--muted); }
.routine-grid a { margin-top: auto; padding-top: 28px; color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

.process { background: var(--forest); color: #fff; }
.process .eyebrow, .process h2 { color: #fff; }
.process .split-heading > p { color: rgba(255,255,255,.72); }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; border-top: 1px solid rgba(255,255,255,.22); }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-list > li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-weight: 800; }
.process-list h3 { color: #fff; font-size: 25px; }
.process-list p { margin-top: 8px; color: rgba(255,255,255,.72); }

.care-grid { display: grid; gap: 28px; }
.care-grid article { display: grid; gap: 20px; }
.care-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--beige); }
.care-grid h3 { margin-top: 6px; }
.care-grid article p:last-child { margin-top: 10px; color: var(--muted); }
.step-number { color: var(--sage); font-weight: 850; font-size: 12px; letter-spacing: .15em; }

.recipes { background: var(--beige); }
.recipe-grid { display: grid; gap: 34px; }
.recipe-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.recipe-copy h2 { margin-bottom: 28px; }
.recipe-list { display: grid; border-top: 1px solid var(--line); }
.recipe-list a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.recipe-list strong { color: var(--forest); }
.recipe-list span { color: var(--muted); text-align: right; }
.nutrition-note { margin-top: 24px; padding-left: 16px; border-left: 3px solid var(--sage); color: var(--muted); font-size: 14px; }

.family { background: var(--white); }
.family-grid { display: grid; gap: 34px; }
.family-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.family-copy > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 17px; }
.family-facts { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.family-facts div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.family-facts dt { color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.family-facts dd { margin: 6px 0 0; color: var(--forest); font-weight: 800; }
.button-row { display: grid; gap: 16px; align-items: center; }

.subscription { background: var(--ivory); border-block: 1px solid var(--line); }
.subscription-inner { display: grid; gap: 26px; }
.subscription-inner p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.subscription .button { margin-top: 24px; }

.growing-grid { display: grid; gap: 22px; }
.growing-grid figure { margin: 0; }
.growing-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.growing-grid figcaption { padding-top: 12px; color: var(--muted); font-size: 14px; }

.delivery { background: var(--beige); }
.delivery-grid { display: grid; gap: 32px; }
.delivery-grid > div > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); }
.delivery-checker { padding: 26px 22px; background: var(--white); border-top: 4px solid var(--forest); }
.delivery-checker label { display: block; margin-bottom: 10px; color: var(--forest); font-weight: 800; }
.field-row { display: grid; gap: 10px; }
.field-row input { min-height: 52px; width: 100%; border: 1px solid var(--line); background: #fff; padding: 0 14px; color: var(--charcoal); }
.delivery-result { min-height: 28px; margin-top: 14px; color: var(--forest); font-weight: 700; }

.faq-grid { display: grid; gap: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; min-height: 72px; padding: 18px 0; border: 0; background: transparent; display: flex; justify-content: space-between; gap: 24px; text-align: left; color: var(--forest); font-weight: 800; cursor: pointer; }
.faq-button::after { content: "+"; font-size: 24px; font-weight: 400; }
.faq-button[aria-expanded="true"]::after { content: "−"; }
.faq-answer { display: none; padding: 0 0 22px; color: var(--muted); }
.faq-answer.open { display: block; }

.final-cta { background: var(--forest); color: #fff; text-align: center; }
.final-inner { max-width: 940px; }
.final-cta .eyebrow, .final-cta h2 { color: #fff; }
.final-cta .button { margin-top: 28px; }

.site-footer { padding: 58px 0 90px; background: #132f22; color: rgba(255,255,255,.76); }
.footer-grid { display: grid; gap: 32px; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.footer-brand p { margin-top: 16px; max-width: 340px; }
.site-footer h3 { color: #fff; font-family: var(--sans); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a, .site-footer p { display: block; margin-top: 10px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 13px; }

.mobile-order { position: fixed; z-index: 95; left: 12px; right: 12px; bottom: 12px; min-height: 56px; display: flex; align-items: center; justify-content: center; padding: 12px 18px; background: var(--forest); color: #fff; font-weight: 850; box-shadow: 0 16px 40px rgba(25,74,52,.3); }

@media (min-width: 680px) {
  .container { width: min(1180px, calc(100% - 64px)); }
  .hero-actions, .button-row, .field-row { display: flex; align-items: center; }
  .hero-actions .button { min-width: 230px; }
  .product-grid, .care-grid, .growing-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .routine-grid { grid-template-columns: repeat(3, 1fr); }
  .routine-grid article { min-height: 330px; }
  .comparison-grid { grid-template-columns: 1fr 1fr; }
  .family-facts { grid-template-columns: repeat(4,1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
}

@media (min-width: 900px) {
  .section-pad { padding: 110px 0; }
  .nav-shell { grid-template-columns: auto 1fr auto; }
  .nav-toggle { display: none; }
  .site-nav { position: static; display: flex; justify-content: center; gap: 28px; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .site-nav a { padding: 12px 0; border: 0; font-size: 14px; font-weight: 750; }
  .nav-cta { min-height: 46px; display: inline-flex; align-items: center; padding: 0 17px; border: 1px solid var(--forest); color: var(--forest); font-weight: 800; }
  .hero { padding-top: 72px; padding-bottom: 84px; }
  .hero-grid { grid-template-columns: .86fr 1.14fr; align-items: center; gap: 64px; }
  .hero-visual, .hero-visual img { min-height: 620px; }
  .root-proof { display: none; }
  .hero-actions { margin-top: 34px; }
  .trust-grid { grid-template-columns: repeat(4,1fr); }
  .trust-grid div { min-height: 118px; border-bottom: 0; }
  .trust-grid div:nth-child(2n) { border-right: 1px solid var(--line); }
  .trust-grid div:last-child { border-right: 0; }
  .story-grid { grid-template-columns: .7fr 1.3fr; align-items: center; gap: 68px; }
  .video-frame video { aspect-ratio: 16/9; }
  .sound-toggle { top: auto; bottom: 18px; }
  .split-heading { grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px 24px; }
  .product-card.featured { grid-column: span 2; grid-template-columns: 1.2fr .8fr; align-items: stretch; }
  .product-card.featured .product-card-image { aspect-ratio: auto; min-height: 430px; }
  .process-list { grid-template-columns: repeat(4,1fr); }
  .process-list li { grid-template-columns: 1fr; padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 0; }
  .process-list li:last-child { border-right: 0; }
  .care-grid { grid-template-columns: repeat(3,1fr); }
  .recipe-grid, .family-grid, .delivery-grid, .faq-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 74px; }
  .subscription-inner { grid-template-columns: 1.05fr .95fr; align-items: start; gap: 80px; }
  .growing-grid { grid-template-columns: 1.2fr .8fr .8fr; align-items: start; }
  .growing-grid figure:first-child img { aspect-ratio: 4/5; }
  .growing-grid figure:not(:first-child) img { aspect-ratio: 4/3; }
  .mobile-order { display: none; }
  .site-footer { padding-bottom: 48px; }
}

@media (min-width: 1180px) {
  h1 { font-size: 82px; }
  .hero-lead { font-size: 20px; }
  .brand small { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
