:root {
  --ink: #17372f;
  --ink-soft: #587168;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --orange: #ee6944;
  --orange-dark: #d65232;
  --lime: #dce97a;
  --yellow: #f3cc62;
  --line: #d8d8ca;
  --error: #b9382e;
  --shadow: 0 24px 60px rgba(30, 57, 49, 0.11);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); z-index: -1; }
a { color: inherit; }

.site-header { width: min(1200px, calc(100% - 40px)); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.07rem; font-weight: 850; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--lime); }
.brand-mark svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { font-size: .78rem; font-weight: 800; text-decoration: none; }
.header-cta { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 999px; }

.hero { position: relative; width: min(1200px, calc(100% - 40px)); min-height: 670px; margin: 0 auto; padding: 58px 0 110px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 7vw; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: 0; top: -130px; border-radius: 50%; background: rgba(220, 233, 122, .3); z-index: -1; }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.7rem, 6.7vw, 6.5rem); line-height: .91; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.75; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 25px; }
.button { border: 0; border-radius: 999px; font: inherit; font-size: .86rem; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(238, 105, 68, .35); outline-offset: 2px; }
.button-primary { padding: 16px 23px; background: var(--orange); color: #fff; box-shadow: 0 10px 25px rgba(216, 82, 50, .2); }
.button-primary:hover { background: var(--orange-dark); }
.time-note { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: .78rem; font-weight: 750; }
.time-note svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }

.lunch-visual { display: flex; justify-content: center; transform: rotate(1.5deg); }
.menu-card { width: min(470px, 100%); padding: 24px; border: 1px solid rgba(23,55,47,.13); border-radius: 150px 150px 24px 24px; background: #dfe7c0; box-shadow: var(--shadow); }
.menu-tag { display: block; margin: 10px 0 18px; color: var(--ink-soft); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.meal-box { position: relative; width: 100%; aspect-ratio: 1.08; overflow: hidden; border: 14px solid #f9f5e9; border-radius: 50%; background: #d7c889; box-shadow: inset 0 0 35px rgba(23,55,47,.15), 0 16px 30px rgba(23,55,47,.13); }
.food { position: absolute; display: block; box-shadow: 0 8px 15px rgba(23,55,47,.16); }
.food-grain { width: 47%; height: 36%; left: 10%; top: 14%; border-radius: 58% 42% 55% 45%; background: #f2d898; }
.food-greens { width: 40%; height: 46%; right: 9%; bottom: 9%; border-radius: 58% 42% 50% 50%; background: #6f9d55; }
.food-protein { width: 41%; height: 25%; left: 13%; bottom: 14%; border-radius: 48% 52% 45% 55%; background: #dc6a42; transform: rotate(-12deg); }
.food-root { width: 23%; height: 23%; right: 14%; top: 15%; border-radius: 50%; background: #f0ba49; }
.food-herb { width: 10%; height: 30%; left: 47%; top: 26%; border-radius: 100% 0 100% 0; background: var(--ink); transform: rotate(30deg); box-shadow: 30px 10px 0 #17372f; }
.nutrition-strip { margin: 22px 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(23,55,47,.17); border-bottom: 1px solid rgba(23,55,47,.17); }
.nutrition-strip span { padding: 13px 8px; color: var(--ink-soft); font-size: .62rem; text-align: center; }
.nutrition-strip span + span { border-left: 1px solid rgba(23,55,47,.17); }
.nutrition-strip strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: .85rem; }
.menu-card > p { margin: 0 10px 4px; font-family: Georgia, serif; font-size: 1rem; text-align: center; }

.principles { padding: 110px max(20px, calc((100vw - 1200px) / 2)); background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 65px; }
.section-heading h2 { max-width: 650px; margin: 0; font-size: clamp(3.1rem, 6vw, 5.7rem); line-height: .93; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.principle-grid article { min-height: 265px; padding: 32px; background: var(--paper); }
.principle-number { color: var(--orange); font: 700 .75rem Georgia, serif; }
.principle-grid h3 { margin: 50px 0 15px; font-family: Georgia, serif; font-size: 1.4rem; }
.principle-grid p { margin: 0; color: var(--ink-soft); font-size: .86rem; line-height: 1.7; }
.weekly-note { margin-top: 35px; padding: 22px 0; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.weekly-note span { padding: 7px 12px; border-radius: 999px; background: var(--lime); font-size: .72rem; font-weight: 850; }
.weekly-note p { margin: 7px 0; font-family: Georgia, serif; font-size: 1.1rem; }

.survey-section { padding: 110px max(20px, calc((100vw - 1200px) / 2)) 120px; display: grid; grid-template-columns: minmax(260px, .68fr) minmax(620px, 1.32fr); align-items: start; gap: 7vw; background: var(--ink); color: var(--paper); }
.survey-intro { position: sticky; top: 50px; }
.survey-intro h2 { margin: 0 0 26px; font-size: clamp(3rem, 5.4vw, 5rem); line-height: .94; }
.survey-intro > p:not(.eyebrow):not(.privacy-note) { max-width: 440px; color: #bac9c3; line-height: 1.75; }
.survey-steps { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.survey-steps li { display: flex; gap: 17px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: .8rem; font-weight: 750; }
.survey-steps span { color: var(--lime); font: 700 .7rem Georgia, serif; }
.privacy-note { margin-top: 32px; color: #91a59e; font-size: .72rem; line-height: 1.6; }
.form-card { min-height: 700px; padding: clamp(28px, 5vw, 58px); border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 25px 60px rgba(0,0,0,.17); }
.form-status { display: none; margin-bottom: 28px; padding: 14px 16px; border-left: 4px solid var(--error); border-radius: 6px; background: #fff0ec; color: var(--error); font-size: .84rem; font-weight: 750; }
.form-status.visible { display: block; }
fieldset { margin: 0; padding: 0 0 50px; border: 0; }
fieldset + fieldset { padding-top: 48px; border-top: 1px solid var(--line); }
fieldset:last-child { padding-bottom: 0; }
legend { width: 100%; margin-bottom: 30px; padding: 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 600; }
legend span { margin-right: 10px; color: var(--orange); font-family: Inter, sans-serif; font-size: .68rem; letter-spacing: .1em; }
.fieldset-intro { max-width: 610px; margin: -10px 0 28px; color: var(--ink-soft); font-size: .82rem; line-height: 1.65; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 20px; }
.field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.field-grid .field { margin-bottom: 0; }
.field > span, .range-copy label { font-size: .77rem; font-weight: 820; }
.field strong, .range-card strong, .consent strong { color: var(--orange-dark); }
.field > small { color: #87978f; font-size: .67rem; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); font: inherit; font-size: .91rem; transition: border-color 160ms ease, box-shadow 160ms ease; }
input, select { height: 49px; padding: 0 14px; }
textarea { min-height: 118px; padding: 14px; resize: vertical; line-height: 1.55; }
input::placeholder, textarea::placeholder { color: #97a49f; }
input:hover, select:hover, textarea:hover { border-color: #aab5af; }
.choice-field { margin-top: 30px; }
.option-cards { display: grid; gap: 9px; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.price-options { grid-template-columns: repeat(2, 1fr); }
.option-cards label, .pill-grid label { cursor: pointer; }
.option-cards input, .pill-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.option-cards label > span { min-height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink-soft); text-align: center; transition: all 150ms ease; }
.price-options label > span { min-height: 54px; }
.option-cards strong { color: var(--ink); font-size: .76rem; }
.option-cards small { font-size: .65rem; }
.option-cards input:checked + span, .pill-grid input:checked + span { border-color: var(--ink); background: var(--ink); color: #fff; }
.option-cards input:checked + span strong { color: #fff; }
.option-cards input:focus-visible + span, .pill-grid input:focus-visible + span { outline: 3px solid rgba(238,105,68,.35); outline-offset: 2px; }
.cuisine-field { margin-bottom: 28px; }
.pill-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.pill-grid span { min-height: 46px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .7rem; font-weight: 760; text-align: center; transition: all 150ms ease; }
.pill-grid.invalid span { border-color: rgba(185,56,46,.55); }
.field-error { display: none; color: var(--error) !important; font-weight: 750; }
.field-error.visible { display: block; }
.textarea-grid { margin-top: 10px; }

.range-card { margin-top: 22px; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: #faf8f1; }
.range-copy { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.range-copy output, .slider-wrap output { color: var(--orange-dark); font-size: .7rem; font-weight: 850; white-space: nowrap; }
input[type="range"] { --range-progress: 50%; height: 24px; padding: 0; border: 0; border-radius: 0; background: transparent; appearance: none; cursor: pointer; }
input[type="range"]::-webkit-slider-runnable-track { height: 4px; border-radius: 999px; background: linear-gradient(to right, var(--orange) 0 var(--range-progress), #d9ddd5 var(--range-progress) 100%); }
input[type="range"]::-moz-range-track { height: 4px; border-radius: 999px; background: #d9ddd5; }
input[type="range"]::-moz-range-progress { height: 4px; border-radius: 999px; background: var(--orange); }
input[type="range"]::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -7px; border: 3px solid var(--paper); border-radius: 50%; background: var(--ink); box-shadow: 0 1px 5px rgba(23,55,47,.25); appearance: none; }
input[type="range"]::-moz-range-thumb { width: 13px; height: 13px; border: 3px solid var(--paper); border-radius: 50%; background: var(--ink); box-shadow: 0 1px 5px rgba(23,55,47,.25); }
.range-axis { display: flex; justify-content: space-between; color: #8c9a94; font-size: .6rem; }
.importance-chart { border-top: 1px solid var(--line); }
.chart-axis { margin: 12px 0 4px; display: grid; grid-template-columns: minmax(210px, .9fr) minmax(290px, 1.1fr); gap: 30px; color: #8c9a94; font-size: .58rem; }
.chart-axis span:first-child { grid-column: 2; }
.chart-axis span:last-child { grid-column: 2; justify-self: end; margin-top: -11px; }
.importance-row { display: grid; grid-template-columns: minmax(210px, .9fr) minmax(290px, 1.1fr); gap: 30px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line); }
.importance-row label { display: block; font-size: .78rem; font-weight: 820; }
.importance-row small { display: block; margin-top: 5px; color: #899991; font-size: .64rem; line-height: 1.4; }
.slider-wrap { display: grid; grid-template-columns: 1fr 104px; gap: 12px; align-items: center; }
.slider-wrap output { text-align: right; white-space: normal; line-height: 1.25; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; margin: 30px 0 28px; color: var(--ink-soft); font-size: .76rem; line-height: 1.6; cursor: pointer; }
.consent input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--ink); }
.honeypot { position: absolute; left: -9999px; }
.button-submit { width: 100%; height: 56px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--orange); color: #fff; box-shadow: 0 12px 25px rgba(216,82,50,.2); }
.button-submit:hover { background: var(--orange-dark); }
.button-submit svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.button-submit.is-loading svg { animation: send 900ms ease-in-out infinite; }
@keyframes send { 50% { transform: translateX(5px); } }
.submit-note { margin: 13px 0 0; color: #899991; font-size: .65rem; text-align: center; }
.success-card { max-width: 610px; margin: 70px auto; text-align: center; }
.success-card[hidden] { display: none; }
.success-icon { width: 78px; height: 78px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); }
.success-icon svg { width: 38px; fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.success-card h2 { margin: 0; font-size: 3rem; line-height: 1; }
.success-card > p:not(.eyebrow) { margin: 20px auto 30px; color: var(--ink-soft); line-height: 1.7; }
.button-secondary { padding: 14px 22px; border: 1px solid var(--ink); background: transparent; color: var(--ink); }
footer { width: min(1200px, calc(100% - 40px)); min-height: 120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: .74rem; }
.footer-brand { color: var(--ink); }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 75px; }
  .lunch-visual { width: min(510px, 90%); margin: 0 auto; }
  .survey-section { grid-template-columns: 1fr; }
  .survey-intro { position: static; max-width: 680px; }
  .survey-steps { display: none; }
}

@media (max-width: 720px) {
  .site-header nav > a:first-child { display: none; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 210px; }
  .weekly-note { align-items: flex-start; flex-direction: column; }
  .field-grid, .textarea-grid { grid-template-columns: 1fr; }
  .importance-row { grid-template-columns: 1fr; gap: 12px; }
  .chart-axis { display: none; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; }
  .header-cta { display: none; }
  .hero { padding: 43px 0 78px; }
  h1 { font-size: clamp(3.1rem, 16vw, 4.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .lunch-visual { width: 100%; }
  .menu-card { padding: 17px; }
  .principles { padding-top: 75px; padding-bottom: 75px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .survey-section { padding-top: 75px; padding-bottom: 75px; }
  .form-card { padding: 28px 19px; border-radius: 18px; }
  .three-up, .price-options { grid-template-columns: 1fr; }
  .option-cards label > span { min-height: 54px; }
  .pill-grid { grid-template-columns: 1fr 1fr; }
  .range-copy { align-items: flex-start; flex-direction: column; gap: 7px; }
  .slider-wrap { grid-template-columns: 1fr 92px; }
  footer { padding: 30px 0; align-items: flex-start; flex-direction: column; }
  footer p { margin: 0; }
}

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