:root {
  --green: #7e9285;
  --green-deep: #5f7868;
  --green-light: #cfd9d2;
  --ink: #1f1c1c;
  --cream: #f2efe7;
  --white: #fff;
  --line: rgba(31, 28, 28, .18);
  --max: 1440px;
  --pad: clamp(24px, 5vw, 84px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Montserrat, "Helvetica Neue", Arial, sans-serif; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: white; padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; padding: 28px var(--pad); color: white; }
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; font-size: 11px; letter-spacing: .34em; white-space: nowrap; }
.brand-symbol { width: 72px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); font-size: 12px; }
.site-nav a { text-decoration: none; position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 11px 17px; border-radius: 999px; transition: background .25s, color .25s; }
.nav-cta:hover { background: white; color: var(--ink); }
.lang-switch { border: 0; background: transparent; color: inherit; padding: 0; display: flex; gap: 9px; cursor: pointer; font-size: 11px; }
.lang-switch span { opacity: .55; }
.lang-switch .lang-active { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; position: relative; z-index: 30; }
.menu-toggle span { position: absolute; width: 25px; height: 1px; background: white; left: 10px; top: 18px; transition: transform .25s; }
.menu-toggle span + span { top: 25px; }

.hero { min-height: 100svh; background: var(--green-deep); color: white; position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); overflow: hidden; }
.hero-pattern { position: absolute; inset: 0 auto 0 0; width: 56%; background-image: url('assets/ingredient-pattern.png'); background-repeat: no-repeat; background-size: 86%; background-position: -12% 120%; opacity: .075; }
.hero-copy { align-self: center; padding: 160px var(--pad) 110px; position: relative; z-index: 2; max-width: 780px; }
.eyebrow { font-size: 11px; letter-spacing: .3em; font-weight: 600; margin: 0 0 34px; }
.eyebrow.dark { color: var(--green-deep); }
.hero h1 { font-size: clamp(49px, 5.8vw, 92px); line-height: .98; font-weight: 300; letter-spacing: -.045em; margin: 0; max-width: 780px; }
.hero-intro { font-size: clamp(16px, 1.35vw, 20px); max-width: 620px; margin: 36px 0 0; color: rgba(255,255,255,.83); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 46px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--ink); }
.text-link { color: white; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; font-size: 13px; }
.text-link span { margin-left: 12px; }
.dark-link { color: var(--ink); border-color: rgba(31,28,28,.35); }
.hero-collage { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 58% 42%; gap: 3px; position: relative; background: var(--green); }
.tile { margin: 0; overflow: hidden; position: relative; }
.tile::after { content: ""; position: absolute; inset: 0; background: rgba(50, 105, 76, .18); mix-blend-mode: multiply; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.2,.6,.2,1); }
.hero:hover .tile img { transform: scale(1.025); }
.tile-a { grid-row: 1; grid-column: 1; }
.tile-b { grid-row: 1; grid-column: 2; }
.tile-c { grid-row: 2; grid-column: 1; }
.tile-d { grid-row: 2; grid-column: 2; }
.collage-tag { position: absolute; left: 50%; top: 56%; transform: translate(-50%,-50%); width: min(92%, 680px); display: flex; flex-direction: column; align-items: center; font-size: clamp(19px, 2.2vw, 38px); line-height: 1.3; letter-spacing: .26em; font-weight: 300; text-align: center; z-index: 4; text-shadow: 0 2px 20px rgba(0,0,0,.2); pointer-events: none; }
.scroll-cue { position: absolute; left: var(--pad); bottom: 35px; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 20px; z-index: 4; }
.scroll-cue span { width: 3px; height: 3px; background: white; border-radius: 50%; position: absolute; left: 12px; top: 9px; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(20px); opacity: 0; } }

.section-pad { padding: clamp(90px, 11vw, 175px) var(--pad); }
.section-number { font-size: 11px; letter-spacing: .2em; border-top: 1px solid var(--line); padding-top: 16px; }
.belief { background: var(--cream); position: relative; overflow: hidden; }
.belief-grid { display: grid; grid-template-columns: .5fr 1.45fr .85fr; gap: clamp(30px, 5vw, 90px); margin-top: 85px; align-items: start; }
.belief .display { font-size: clamp(52px, 7.2vw, 112px); line-height: .95; letter-spacing: -.055em; font-weight: 300; margin: 0; }
.belief-copy { font-size: 17px; padding-top: 8px; }
.belief-copy p { margin: 0 0 25px; }
.belief-marquee { margin: 120px calc(-1 * var(--pad)) -40px; display: flex; width: max-content; font-size: clamp(50px, 8vw, 130px); font-weight: 300; line-height: 1; color: rgba(126,146,133,.18); white-space: nowrap; animation: marquee 34s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.flavors { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); min-height: 820px; padding-top: 0; padding-bottom: 0; background: white; }
.flavors-visual { position: relative; min-height: 820px; overflow: hidden; }
.flavors-visual > img:first-child { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86); }
.flavors-overlay { position: absolute; inset: 0; background: linear-gradient(140deg, rgba(56,102,75,.2), rgba(56,102,75,.57)); }
.flavors-symbol { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 210px; opacity: .9; }
.flavors-copy { align-self: center; padding: 100px clamp(45px, 7vw, 120px); }
.flavors-copy h2 { font-weight: 300; font-size: clamp(56px, 7vw, 105px); line-height: .92; letter-spacing: -.055em; margin: 0 0 42px; }
.flavors-copy p { font-size: 18px; max-width: 570px; margin-bottom: 42px; }

.approach { background: var(--green-deep); color: white; }
.approach-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 75px; }
.approach-heading h2 { font-size: clamp(44px, 5.6vw, 83px); line-height: 1.02; font-weight: 300; letter-spacing: -.04em; margin: 0; max-width: 1100px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); }
.step { min-height: 390px; padding: 35px 28px 20px 0; border-right: 1px solid rgba(255,255,255,.22); margin-right: 28px; }
.step:last-child { border-right: 0; margin-right: 0; }
.step > span { font-size: 11px; opacity: .58; }
.step h3 { font-size: clamp(24px, 2vw, 31px); font-weight: 400; margin: 105px 0 25px; }
.step p { color: rgba(255,255,255,.73); font-size: 14px; }

.programs { background: var(--cream); }
.programs-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; margin-bottom: 80px; }
.programs-intro h2 { font-size: clamp(45px, 6vw, 92px); line-height: 1; letter-spacing: -.05em; font-weight: 300; margin: 0; }
.program-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 360px; gap: 12px; }
.program-card { position: relative; overflow: hidden; background: white; min-height: 300px; }
.program-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.program-card:hover img { transform: scale(1.035); }
.program-main { grid-row: span 2; }
.card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(18,24,20,.78)); }
.card-copy { position: absolute; left: 30px; right: 30px; bottom: 28px; color: white; }
.card-copy span, .program-text > span { font-size: 10px; letter-spacing: .2em; opacity: .75; }
.card-copy h3, .program-text h3 { font-size: clamp(26px, 2.5vw, 40px); font-weight: 400; margin: 8px 0 14px; line-height: 1.05; }
.card-copy p { max-width: 500px; margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.program-text { padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); }
.program-text p { max-width: 390px; font-size: 14px; }
.dark-card { background: var(--ink); color: white; }
.dark-card p { color: rgba(255,255,255,.7); }

.trust { display: grid; grid-template-columns: .92fr 1.08fr; padding-top: 0; padding-bottom: 0; background: white; }
.trust-photo { min-height: 980px; }
.trust-photo img { width: 100%; height: 100%; object-fit: cover; }
.trust-copy { padding: 110px clamp(45px, 7vw, 120px); align-self: center; }
.trust-copy > h2 { font-size: clamp(48px, 6vw, 86px); line-height: .98; letter-spacing: -.05em; font-weight: 300; margin: 0 0 60px; }
.trust-list > div { display: grid; grid-template-columns: 45px 1fr; column-gap: 22px; border-top: 1px solid var(--line); padding: 23px 0; }
.trust-list span { grid-row: span 2; font-size: 10px; padding-top: 7px; }
.trust-list h3 { font-size: 18px; margin: 0 0 6px; font-weight: 500; }
.trust-list p { margin: 0; font-size: 14px; color: #555; }

.impact { background: var(--green); color: white; display: grid; grid-template-columns: 1fr 1fr; padding: 0; min-height: 820px; }
.impact-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); }
.impact-panel { padding: 105px var(--pad); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.impact-panel::after { content: ""; position: absolute; right: -100px; bottom: -90px; width: 520px; height: 520px; background: url('assets/ingredient-pattern.png') center/contain no-repeat; opacity: .07; }
.impact-panel h2 { font-size: clamp(95px, 13vw, 210px); line-height: .8; font-weight: 300; letter-spacing: -.07em; margin: 10px 0 45px; }
.impact-lead { font-size: 19px; max-width: 720px; position: relative; z-index: 2; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 65px 0 45px; position: relative; z-index: 2; }
.metrics div { border-top: 1px solid rgba(255,255,255,.38); padding-top: 18px; }
.metrics strong { display: block; font-size: clamp(38px, 4.5vw, 74px); font-weight: 300; line-height: 1; }
.metrics span { font-size: 12px; opacity: .72; }
.prototype-note { font-size: 10px; opacity: .65; max-width: 580px; position: relative; z-index: 2; }

.voices { background: var(--cream); }
.quote-stage { max-width: 1250px; min-height: 380px; position: relative; }
.quote { display: none; margin: 0; }
.quote.active { display: block; animation: fade .5s; }
@keyframes fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.quote p { font-size: clamp(42px, 5.4vw, 84px); line-height: 1.08; letter-spacing: -.045em; font-weight: 300; margin: 60px 0 45px; }
.quote footer { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.quote-controls { display: flex; justify-content: flex-end; align-items: center; gap: 25px; }
.quote-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.quote-count { font-size: 11px; letter-spacing: .15em; }

.contact { background: var(--green-deep); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 140px); position: relative; overflow: hidden; }
.contact-pattern { position: absolute; left: -120px; bottom: -190px; width: 620px; height: 620px; background: url('assets/ingredient-pattern.png') center/contain no-repeat; opacity: .06; }
.contact-copy, .contact-form { position: relative; z-index: 2; }
.contact-copy h2 { font-size: clamp(52px, 7vw, 100px); font-weight: 300; line-height: .98; letter-spacing: -.055em; margin: 0 0 35px; }
.contact-copy p { font-size: 17px; max-width: 570px; color: rgba(255,255,255,.76); }
.contact-copy > a { display: inline-block; margin-top: 25px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 6px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; align-content: start; padding-top: 56px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; font-size: 11px; letter-spacing: .1em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: white; padding: 10px 2px 14px; border-radius: 0; outline: none; }
.contact-form select option { color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: white; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form .button { margin-top: 15px; width: 100%; border: 0; }
.form-status { grid-column: 1 / -1; margin: 0; font-size: 13px; min-height: 20px; }

.site-footer { padding: 55px var(--pad); background: var(--cream); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 45px; align-items: start; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 18px; font-size: 11px; letter-spacing: .3em; }
.footer-brand img { width: 72px; }
.footer-links { display: grid; gap: 9px; font-size: 13px; }
.footer-links a { text-decoration: none; }
.footer-meta { font-size: 11px; color: #67635e; text-align: right; }
.footer-meta p { margin: 0 0 8px; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-nav { gap: 16px; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .belief-grid { grid-template-columns: .35fr 1.2fr .8fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step { min-height: 290px; }
  .step h3 { margin-top: 70px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-main { grid-row: span 2; }
  .trust-copy { padding-left: 55px; padding-right: 55px; }
  .contact { grid-template-columns: 1fr; }
  .contact-form { padding-top: 0; max-width: 900px; }
}

@media (max-width: 760px) {
  :root { --pad: 22px; }
  .site-header { padding-top: 20px; }
  .brand-symbol { width: 58px; }
  .brand span { font-size: 9px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; background: var(--green-deep); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 95px 35px; gap: 24px; transform: translateX(100%); transition: transform .35s; font-size: 24px; }
  .menu-open .site-nav { transform: none; }
  .site-nav > a:not(.nav-cta) { display: block; }
  .nav-cta { margin-top: 15px; font-size: 15px; }
  .lang-switch { font-size: 14px; margin-top: 20px; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { display: block; min-height: auto; padding-top: 0; }
  .hero-copy { min-height: 92svh; padding: 145px 22px 100px; display: flex; flex-direction: column; justify-content: center; }
  .hero h1 { font-size: clamp(47px, 13vw, 66px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-collage { min-height: 80svh; }
  .collage-tag { font-size: 20px; letter-spacing: .18em; width: 95%; }
  .scroll-cue { display: none; }
  .section-pad { padding-top: 90px; padding-bottom: 90px; }
  .belief-grid { grid-template-columns: 1fr; margin-top: 55px; gap: 25px; }
  .belief .display { font-size: 58px; }
  .belief-copy { font-size: 16px; }
  .belief-marquee { margin-top: 75px; font-size: 60px; }
  .flavors { grid-template-columns: 1fr; }
  .flavors-visual { min-height: 600px; }
  .flavors-copy { padding: 85px 22px; }
  .flavors-copy h2 { font-size: 64px; }
  .approach-heading, .programs-intro { grid-template-columns: 1fr; }
  .approach-heading h2, .programs-intro h2 { font-size: 50px; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); margin-right: 0; min-height: 260px; }
  .step h3 { margin-top: 55px; }
  .program-grid { grid-template-columns: 1fr; grid-auto-rows: 420px; }
  .program-main { grid-row: auto; }
  .program-text { min-height: 320px; }
  .trust { grid-template-columns: 1fr; }
  .trust-photo { min-height: 620px; }
  .trust-copy { padding: 90px 22px; }
  .impact { grid-template-columns: 1fr; }
  .impact-photo { min-height: 500px; }
  .impact-panel { padding: 90px 22px; }
  .metrics { grid-template-columns: 1fr; gap: 25px; }
  .metrics strong { font-size: 60px; }
  .quote-stage { min-height: 460px; }
  .quote p { font-size: 45px; }
  .contact { gap: 50px; }
  .contact-copy h2 { font-size: 58px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
