@font-face {
  font-family: "CY Grotesk";
  src: url("../media/cygrotesk-grandregular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "CY Grotesk";
  src: url("../media/cygrotesk-grandmedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "CY Grotesk";
  src: url("../media/cy_grotesk-granddemi.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #111811;
  --muted: #657064;
  --line: #dfe5dc;
  --paper: #f7f8f3;
  --white: #fff;
  --green: #55c637;
  --green-dark: #193c23;
  --green-deep: #102c1a;
  --acid: #b8f25d;
  --radius: 22px;
}

[hidden] { display: none !important; }
.noscript-message { margin: 0; padding: 12px 20px; background: #fff3cd; color: #3e3212; text-align: center; }

* { box-sizing: border-box; min-width: 0; }
html { max-width: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "CY Grotesk", Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
em { color: var(--green); font-style: normal; }
.container { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 128px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #3a613d; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; content: ""; background: var(--green); }
.eyebrow.light { color: #d6e4d7; }
h1, h2, h3, p { margin-top: 0; overflow-wrap: anywhere; hyphens: none; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -.045em; }
h2 { margin: 20px 0 0; font-size: clamp(46px, 6vw, 88px); font-weight: 500; }
.button { min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; background: var(--green); color: #0d1a0e; cursor: pointer; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { background: var(--acid); box-shadow: 0 14px 34px rgba(59, 147, 36, .25); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; font-size: 12px; }
.button-light { background: #fff; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 16px 0; }
.header-inner { min-height: 64px; padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; display: flex; align-items: center; background: rgba(252,253,249,.9); box-shadow: 0 12px 40px rgba(13, 35, 18, .08); backdrop-filter: blur(18px); }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.brand img { width: 43px; height: 43px; border-radius: 12px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
.main-nav a { position: relative; font-size: 12px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { margin-left: clamp(14px, 2vw, 32px); display: flex; align-items: center; gap: 10px; }
.language { height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.menu-button { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; display: none; place-content: center; gap: 6px; background: var(--ink); cursor: pointer; }
.menu-button span { width: 20px; height: 2px; display: block; background: #fff; transition: transform .25s; }
.menu-button.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
.menu-scrim { position: fixed; inset: 0; z-index: 40; border: 0; background: rgba(7,19,10,.46); backdrop-filter: blur(4px); }

/* Hero */
.hero { min-height: 900px; height: 100svh; position: relative; display: flex; overflow: hidden; background: var(--green-deep); color: #fff; }
.hero-media { position: absolute; inset: 0; background: url("../media/index-first-block.jpg") center / cover; transform: scale(1.015); animation: hero-drift 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,8,.88) 0%, rgba(4,19,8,.45) 48%, rgba(4,19,8,.04) 78%), linear-gradient(0deg, rgba(4,19,8,.42), transparent 55%); }
.hero::after { position: absolute; inset: auto 0 0; height: 180px; content: ""; background: linear-gradient(0deg, rgba(3,17,7,.65), transparent); }
.hero-content { position: relative; z-index: 2; padding-top: 170px; padding-bottom: 100px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-copy { max-width: 900px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 7px rgba(184,242,93,.15); }
.hero h1 { margin: 34px 0 28px; font-size: clamp(70px, 9vw, 140px); font-weight: 500; }
.hero h1 em { color: var(--acid); }
.hero-copy > p { max-width: 620px; margin-bottom: 38px; color: rgba(255,255,255,.78); font-size: clamp(18px, 2vw, 25px); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.button-glass { border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.09); color: #fff; backdrop-filter: blur(12px); }
.button-glass:hover { background: #fff; color: var(--ink); }
.hero-benefits { margin-top: 58px; margin-left: auto; display: flex; align-self: flex-end; }
.hero-benefit { width: 150px; min-height: 122px; padding: 18px 16px; border-left: 1px solid rgba(255,255,255,.26); display: grid; align-content: space-between; }
.hero-benefit img { width: 38px; height: 38px; object-fit: contain; filter: brightness(0) invert(1); opacity: .85; }
.hero-benefit span { color: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-scroll { position: absolute; z-index: 3; right: 36px; bottom: 32px; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-scroll span { margin-left: 12px; color: var(--acid); }
@keyframes hero-drift { to { transform: scale(1.065) translateX(-1%); } }

/* Shared headings */
.section-heading { margin-bottom: 76px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 80px; }
.split-heading > p { max-width: 520px; margin: auto 0 8px; color: var(--muted); font-size: 18px; }
.split-heading.align-end { align-items: end; }
.subsection-heading { margin: 140px 0 48px; }
.subsection-heading h2 { max-width: 820px; font-size: clamp(44px, 5vw, 72px); }

/* About */
.about-home { background: var(--paper); }
.about-visual-grid { min-height: 650px; display: grid; grid-template-columns: 1.45fr .55fr .75fr; gap: 18px; }
.image-card { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: #dfe7dc; }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.image-card:hover img { transform: scale(1.035); }
.image-card figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.36); border-radius: 14px; background: rgba(16,40,21,.48); color: #fff; font-size: 13px; backdrop-filter: blur(12px); }
.about-stats { display: grid; gap: 18px; }
.about-stats div { padding: 30px 24px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; background: #fff; }
.about-stats div:nth-child(2) { background: var(--green); }
.about-stats strong { font-size: clamp(45px, 5vw, 76px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.about-stats span { max-width: 150px; color: #515d51; font-size: 13px; }

/* Technology */
.technology-section { position: relative; overflow: hidden; background: var(--green-deep); color: #fff; }
.technology-section::before { position: absolute; width: 700px; height: 700px; right: -260px; top: -300px; border: 1px solid rgba(184,242,93,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 100px rgba(184,242,93,.025), 0 0 0 220px rgba(184,242,93,.018); }
.technology-grid { position: relative; display: grid; grid-template-columns: 1fr .78fr; gap: 110px; align-items: center; }
.technology-copy h2 { font-size: clamp(50px, 6vw, 88px); }
.technology-copy > p { max-width: 720px; color: #b9c7bb; font-size: 18px; }
.technology-copy blockquote { margin: 44px 0 0; padding: 24px 28px; border-left: 3px solid var(--acid); background: rgba(255,255,255,.06); color: #eef6ec; font-size: 19px; }
.microbe-card { min-height: 680px; position: relative; overflow: hidden; border-radius: 50% 50% 28px 28px; }
.microbe-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(4,23,10,.8), transparent 60%); }
.microbe-card > img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.microbe-orbit { position: absolute; z-index: 2; border: 1px solid rgba(184,242,93,.35); border-radius: 50%; }
.orbit-one { width: 280px; height: 280px; top: 70px; left: -80px; }
.orbit-two { width: 90px; height: 90px; top: 110px; left: 110px; background: rgba(184,242,93,.12); }
.microbe-note { position: absolute; z-index: 3; right: 28px; bottom: 28px; left: 28px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 17px; display: flex; gap: 22px; align-items: center; background: rgba(10,37,17,.58); backdrop-filter: blur(14px); }
.microbe-note strong { font-size: 42px; font-weight: 500; white-space: nowrap; }
.microbe-note span { color: #c4d2c5; font-size: 13px; }
.use-cases { position: relative; margin-top: 100px; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 1fr 1fr; }
.use-case { padding: 48px; position: relative; }
.use-case + .use-case { border-left: 1px solid rgba(255,255,255,.16); }
.use-case > span { color: var(--acid); font-size: 12px; }
.use-case h3 { margin: 80px 0 12px; font-size: clamp(38px, 4vw, 56px); font-weight: 500; }
.use-case p { color: #9fb0a1; }
.use-case a { display: inline-block; margin-top: 20px; color: var(--acid); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Plants */
.plants-section { background: #f1f4ed; }
.fact-banner { margin: -20px 0 70px; padding: 28px 32px; border-radius: 18px; display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: center; background: var(--green); }
.fact-number { font-size: 48px; font-weight: 500; line-height: 1; letter-spacing: -.05em; }
.fact-banner p { max-width: 760px; margin: 0; font-size: 17px; }
.direction-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 18px; }
.direction-card { padding-bottom: 24px; border-bottom: 1px solid #ccd5c8; }
.direction-image { height: 310px; position: relative; overflow: hidden; border-radius: 18px; }
.direction-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,29,12,.5), transparent 48%); }
.direction-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.direction-card:hover img { transform: scale(1.04); }
.direction-image span { position: absolute; z-index: 2; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); font-size: 11px; font-weight: 700; }
.direction-card h3 { margin: 24px 0 10px; font-size: 27px; font-weight: 500; }
.direction-card p { margin: 0; color: var(--muted); }
.base-tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.base-tech-card { height: 560px; position: relative; overflow: hidden; border-radius: var(--radius); color: #fff; }
.base-tech-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(4,21,8,.84), transparent 60%); }
.base-tech-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.base-tech-card:hover > img { transform: scale(1.035); }
.base-tech-card > div { position: absolute; z-index: 2; right: 32px; bottom: 32px; left: 32px; }
.base-tech-card span { color: var(--acid); font-size: 12px; }
.base-tech-card h3 { margin: 14px 0 8px; font-size: 48px; font-weight: 500; }
.base-tech-card p { max-width: 440px; margin: 0; color: #d3ddd3; }
.crop-showcase { margin-top: 120px; padding: 24px; border-radius: 28px; background: #fff; }
.crop-tabs { padding: 8px; display: flex; gap: 8px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.crop-tabs button { padding: 14px 20px; border: 0; border-radius: 999px; background: transparent; color: #687468; cursor: pointer; white-space: nowrap; }
.crop-tabs button.active { background: var(--green-deep); color: #fff; }
.crop-panel { min-height: 520px; padding-top: 24px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.crop-panel > img { width: 100%; height: 480px; border-radius: 20px; object-fit: cover; }
.crop-panel h3 { margin: 24px 0 30px; font-size: 58px; font-weight: 500; }
.crop-panel ul { padding: 0; list-style: none; }
.crop-panel li { padding: 13px 0; border-bottom: 1px solid var(--line); display: flex; gap: 14px; }
.crop-panel li span { color: var(--green); font-weight: 700; }

/* Livestock */
.livestock-section { overflow: hidden; background: var(--green-dark); color: #fff; }
.livestock-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.livestock-intro h2 { font-size: clamp(50px, 6vw, 88px); }
.livestock-intro > p { color: #b9c9bd; font-size: 18px; }
.livestock-hero { height: 650px; margin: 70px 0; position: relative; overflow: hidden; border-radius: 28px; }
.livestock-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(6,29,13,.65), transparent 55%); }
.livestock-hero > img { width: 100%; height: 100%; object-fit: cover; }
.livestock-badges { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.livestock-badges span { padding: 13px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(12,49,22,.48); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(12px); }
.livestock-scroll { padding-bottom: 18px; display: grid; grid-auto-columns: minmax(270px, 330px); grid-auto-flow: column; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--green) transparent; }
.livestock-card { min-height: 460px; position: relative; overflow: hidden; border-radius: 20px; scroll-snap-align: start; }
.livestock-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,28,11,.9), transparent 68%); }
.livestock-card img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform .5s; }
.livestock-card:hover img { transform: scale(1.04); }
.livestock-card > span { position: absolute; z-index: 2; top: 18px; left: 18px; font-size: 11px; }
.livestock-card h3 { position: absolute; z-index: 2; right: 60px; bottom: 24px; left: 20px; margin: 0; font-size: 26px; font-weight: 500; }
.livestock-card i { position: absolute; z-index: 2; right: 20px; bottom: 22px; color: var(--acid); font-style: normal; }

/* Cases */
.cases-section { background: #fff; }
.case-list { border-top: 1px solid var(--line); }
.case-item { border-bottom: 1px solid var(--line); }
.case-item summary { padding: 28px 8px; display: grid; grid-template-columns: 80px 1fr 50px; align-items: center; cursor: pointer; list-style: none; }
.case-item summary::-webkit-details-marker { display: none; }
.case-index { color: var(--green); font-size: 12px; font-weight: 700; }
.case-item h3 { margin: 0 0 5px; font-size: 32px; font-weight: 500; }
.case-item summary p { margin: 0; color: var(--muted); font-size: 14px; }
.case-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 25px; transition: transform .25s, background .25s; }
.case-item[open] .case-toggle { background: var(--green); transform: rotate(45deg); }
.case-content { padding: 10px 0 48px 80px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; animation: reveal .25s ease; }
.case-content img { width: 100%; height: 340px; border-radius: 18px; object-fit: cover; }
.case-content p { max-width: 670px; margin: 0; color: #4f5c50; font-size: 18px; }
@keyframes reveal { from { opacity: 0; transform: translateY(-8px); } }
.yield-table-wrap { margin-top: 120px; padding: 56px; border-radius: 28px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; background: #f1f4ed; }
.yield-table-wrap h2 { font-size: 52px; }
.yield-table-wrap > div > p { margin-top: 24px; color: var(--muted); }
.yield-table { width: 100%; border-collapse: collapse; }
.yield-table th, .yield-table td { padding: 17px 12px; border-bottom: 1px solid #d4ddd1; text-align: right; }
.yield-table th:first-child, .yield-table td:first-child { text-align: left; }
.yield-table th { color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.yield-table strong { color: #2d8e24; }

/* Compost and awards */
.compost-section { background: var(--green-deep); color: #fff; }
.compost-section .split-heading > p { color: #b5c4b8; }
.formula { margin: 20px 0 58px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; background: rgba(255,255,255,.04); }
.formula span, .formula strong { padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.08); }
.formula strong { background: var(--acid); color: #122014; }
.formula b { color: var(--acid); font-size: 24px; }
.materials-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.materials-grid figure { margin: 0; overflow: hidden; border-radius: 16px; background: #fff; color: var(--ink); }
.materials-grid img { width: 100%; height: 180px; object-fit: cover; }
.materials-grid figcaption { padding: 14px; font-size: 13px; }
.awards-section { background: #f5f6f1; }
.awards-row { padding-bottom: 18px; display: grid; grid-auto-columns: minmax(230px, 300px); grid-auto-flow: column; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
.awards-row figure { margin: 0; padding: 14px; border-radius: 16px; scroll-snap-align: start; background: #fff; box-shadow: 0 14px 40px rgba(26,48,28,.07); }
.awards-row img { width: 100%; height: 360px; object-fit: contain; }

/* Inner pages */
.inner-hero { min-height: 780px; position: relative; display: flex; overflow: hidden; align-items: end; background: var(--green-deep); color: #fff; }
.inner-hero > img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.inner-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,27,11,.84), rgba(5,27,11,.12)), linear-gradient(0deg, rgba(5,27,11,.7), transparent 60%); }
.inner-hero-copy { position: relative; z-index: 2; padding-bottom: 92px; }
.inner-hero h1 { max-width: 1050px; margin: 30px 0 20px; font-size: clamp(68px, 9vw, 130px); font-weight: 500; }
.inner-hero-copy > p { max-width: 620px; color: rgba(255,255,255,.78); font-size: 21px; }
.inner-hero-copy .button { margin-top: 20px; }
.partners-hero > img { object-position: center 42%; }
.strategy-hero > img { object-position: center; filter: saturate(.75); }
.narrative-section { background: #fff; }
.narrative-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.sticky-title { position: sticky; top: 130px; }
.sticky-title h2 { font-size: clamp(48px, 5.4vw, 76px); }
.narrative-copy { padding-top: 10px; }
.narrative-copy p { padding: 26px 0; border-bottom: 1px solid var(--line); color: #4d594d; font-size: 18px; }
.narrative-copy p.lead { padding-top: 0; color: var(--ink); font-size: 26px; line-height: 1.4; }
.about-milestones { background: var(--green-deep); color: #fff; }
.about-milestones .split-heading > p { color: #b6c4b8; }
.milestone-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.15); border-radius: 24px; overflow: hidden; }
.milestone-grid div { min-height: 250px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.milestone-grid div + div { border-left: 1px solid rgba(255,255,255,.15); }
.milestone-grid strong { color: var(--acid); font-size: 70px; font-weight: 500; letter-spacing: -.07em; }
.milestone-grid span { max-width: 150px; color: #c1cdc3; font-size: 14px; }
.leadership-section { background: #f1f4ed; }
.leaders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.leaders-grid article { min-height: 660px; position: relative; overflow: hidden; border-radius: 24px; color: #fff; }
.leaders-grid article::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,25,9,.85), transparent 55%); }
.leaders-grid img { width: 100%; height: 100%; object-fit: cover; }
.leaders-grid article > div { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 30px; }
.leaders-grid h3 { margin: 0 0 8px; font-size: 44px; font-weight: 500; }
.leaders-grid p { max-width: 450px; margin: 0; color: #d3ddd4; }
.reasons-section { background: var(--green-deep); color: #fff; }
.reasons-section .split-heading > p { color: #b8c7bb; }
.reasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.reasons-grid article { min-height: 390px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; display: flex; flex-direction: column; background: rgba(255,255,255,.035); }
.reasons-grid article > span { color: var(--acid); font-size: 11px; }
.reasons-grid img { width: 58px; height: 58px; margin: 54px 0 34px; object-fit: contain; filter: brightness(0) invert(1); }
.reasons-grid h3 { margin: 0 0 15px; font-size: 26px; font-weight: 500; }
.reasons-grid p { margin: auto 0 0; color: #aebeb1; font-size: 14px; }
.simple-form-section { background: #fff; }
.simple-form-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.simple-form-grid h2 { font-size: clamp(48px, 5.5vw, 78px); }
.simple-form-grid > div > p { margin-top: 30px; color: var(--muted); }
.simple-form-grid > div > p a { color: #2e8f27; text-decoration: underline; }
.page-form { padding: 36px; border-radius: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; background: #f1f4ed; }
.page-form label { display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.page-form label:nth-child(n+3) { grid-column: 1 / -1; }
.page-form input, .page-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #bdc8ba; outline: 0; background: transparent; color: var(--ink); font-size: 16px; text-transform: none; letter-spacing: 0; }
.page-form input:focus, .page-form textarea:focus { border-color: var(--green); }
.page-form .button { grid-column: 1 / -1; justify-self: start; }
.page-form-success { min-height: 440px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.page-form-success h3 { margin: 18px 0 8px; font-size: 42px; font-weight: 500; }
.page-form-success p { max-width: 380px; color: var(--muted); }
.strategy-section { background: #fff; }
.strategy-path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--line); }
.strategy-path article { min-height: 330px; padding: 28px; display: flex; flex-direction: column; background: #f7f8f3; }
.strategy-path span { color: #2f9e2a; font-size: 12px; }
.strategy-path h3 { margin: auto 0 14px; font-size: 31px; font-weight: 500; }
.strategy-path p { margin: 0; color: var(--muted); font-size: 14px; }
.strategy-image { margin: 80px 0 0; padding: 16px; border-radius: 24px; background: #f1f4ed; }
.strategy-image img { width: 100%; max-height: 760px; border-radius: 16px; object-fit: cover; }
.strategy-image figcaption { padding: 14px 8px 0; color: var(--muted); font-size: 13px; }

/* Footer and overlays */
.contact-strip { padding: 88px 0; overflow: hidden; background: var(--green); }
.contact-strip-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.split-heading > *, .technology-grid > *, .livestock-intro > *, .narrative-grid > *, .simple-form-grid > *, .crop-panel > *, .contact-strip-inner > * { min-width: 0; max-width: 100%; }
.contact-strip h2 { max-width: 980px; margin: 20px 0; font-size: clamp(44px, 5vw, 76px); }
.contact-strip p { max-width: 650px; margin-bottom: 0; }
.site-footer { padding: 82px 0 24px; background: #091d0f; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; }
.brand-footer { margin-bottom: 20px; }
.footer-grid > div:first-child p { max-width: 330px; color: #839388; }
.footer-grid h3 { margin: 0 0 22px; color: #6f8075; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid a, .footer-link, .footer-grid span { color: #bbc7bd; font-size: 14px; }
.footer-grid a:hover, .footer-link:hover { color: var(--acid); }
.footer-link { padding: 0; border: 0; background: none; cursor: pointer; text-align: left; }
.footer-bottom { margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #6f8075; font-size: 12px; }
.support-button { position: fixed; z-index: 45; right: 20px; bottom: 20px; min-height: 48px; padding: 0 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.9); box-shadow: 0 12px 36px rgba(6,31,12,.18); cursor: pointer; backdrop-filter: blur(12px); }
.support-button span:last-child { font-size: 12px; font-weight: 700; }
.support-pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(82,199,55,.16); }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 20px; display: grid; place-items: center; background: rgba(5,20,8,.7); backdrop-filter: blur(12px); animation: fade-in .2s; }
.modal-card { width: min(620px, 100%); max-height: calc(100svh - 40px); padding: 44px; position: relative; overflow-y: auto; border-radius: 26px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.modal-card h2 { margin: 18px 0 14px; font-size: 50px; }
.modal-card > p { color: var(--muted); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; font-size: 25px; }
.contact-form { margin-top: 30px; display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { padding: 13px 0; border: 0; border-bottom: 1px solid #cbd4c8; outline: 0; color: var(--ink); resize: vertical; font-size: 16px; text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; text-transform: none; letter-spacing: 0; }
.contact-form .consent input { margin-top: 3px; accent-color: var(--green); }
.contact-form .button { margin-top: 6px; }
.success-state { min-height: 380px; display: grid; place-items: center; align-content: center; text-align: center; }
.success-icon { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: var(--green); font-size: 38px; }
.success-state h2 { margin-bottom: 8px; }
.success-state p { max-width: 360px; color: var(--muted); }
.legal-modal p { font-size: 17px; }
.legal-modal a { color: #2f8e26; text-decoration: underline; }
@keyframes fade-in { from { opacity: 0; } }

/* Responsive */
@media (max-width: 1180px) {
  .main-nav { position: fixed; top: 96px; right: 32px; left: 32px; z-index: 50; padding: 28px; border-radius: 20px; flex-direction: column; align-items: flex-start; gap: 20px; background: #fff; box-shadow: 0 20px 80px rgba(8,27,12,.22); opacity: 0; pointer-events: none; transform: translateY(-14px); transition: opacity .25s, transform .25s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { font-size: 17px; }
  .menu-button { display: grid; }
  .header-actions { margin-left: auto; }
  .about-visual-grid { grid-template-columns: 1.25fr .75fr; }
  .about-visual-grid > .image-card:last-child { display: none; }
  .technology-grid { gap: 55px; }
  .direction-grid { grid-template-columns: 1fr 1fr; }
  .materials-grid { grid-template-columns: repeat(4, 1fr); }
  .reasons-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (min-width: 1181px) and (max-width: 1340px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 10px; }
  .header-actions { margin-left: 14px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 760px); }
  .section { padding: 90px 0; }
  .split-heading, .technology-grid, .livestock-intro, .narrative-grid, .simple-form-grid { grid-template-columns: 1fr; gap: 35px; }
  .split-heading > p { max-width: 680px; }
  .hero { min-height: 820px; }
  .hero-content { padding-top: 150px; }
  .hero-benefits { margin-left: 0; align-self: flex-start; }
  .hero-benefit { width: 125px; }
  .hero-scroll { display: none; }
  .about-visual-grid { min-height: auto; grid-template-columns: 1fr; }
  .image-card-large { height: 500px; }
  .about-stats { grid-template-columns: repeat(3, 1fr); }
  .about-stats div { min-height: 170px; }
  .microbe-card { min-height: 600px; }
  .base-tech-card { height: 470px; }
  .crop-panel { grid-template-columns: 1fr; gap: 34px; }
  .crop-panel > img { height: 360px; }
  .livestock-hero { height: 520px; }
  .case-content { grid-template-columns: 1fr; padding-left: 80px; }
  .yield-table-wrap { grid-template-columns: 1fr; padding: 38px; }
  .materials-grid { grid-template-columns: repeat(3, 1fr); }
  .sticky-title { position: static; }
  .milestone-grid { grid-template-columns: 1fr 1fr; }
  .milestone-grid div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .milestone-grid div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .leaders-grid { grid-template-columns: 1fr; }
  .strategy-path { grid-template-columns: 1fr 1fr; }
  .contact-strip-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 76px; }
  .container { width: calc(100% - 28px); }
  .section { padding: 72px 0; }
  h2 { font-size: 42px; }
  .site-header { padding: 9px 0; }
  .header-inner { min-height: 58px; padding: 8px 9px 8px 12px; border-radius: 15px; }
  .brand { gap: 9px; font-size: 20px; }
  .brand img { width: 38px; height: 38px; border-radius: 10px; }
  .language { display: none; }
  .desktop-contact { display: none; }
  .main-nav { top: 80px; right: 14px; left: 14px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-media { background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,19,8,.85), rgba(4,19,8,.3)), linear-gradient(0deg, rgba(4,19,8,.7), transparent 65%); }
  .hero-content { padding-top: 125px; padding-bottom: 42px; }
  .hero-kicker { font-size: 10px; }
  .hero h1 { margin: 24px 0 20px; font-size: clamp(44px, 13vw, 54px); }
  .hero-copy > p { font-size: 17px; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-buttons .button { width: 100%; }
  .hero-benefits { width: 100%; margin-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); }
  .hero-benefit { width: auto; min-height: 78px; padding: 10px 8px; }
  .hero-benefit img { width: 28px; height: 28px; }
  .hero-benefit span { font-size: 8px; }
  .section-heading { margin-bottom: 42px; }
  .split-heading { gap: 22px; }
  .split-heading > p { font-size: 16px; }
  .about-visual-grid { gap: 12px; }
  .image-card-large { height: 380px; }
  .about-stats { grid-template-columns: 1fr; gap: 10px; }
  .about-stats div { min-height: 135px; }
  .about-stats span { max-width: 220px; }
  .technology-copy h2 { font-size: 43px; }
  .technology-copy > p, .technology-copy blockquote { font-size: 16px; }
  .microbe-card { min-height: 470px; border-radius: 180px 180px 22px 22px; }
  .microbe-note { right: 16px; bottom: 16px; left: 16px; padding: 16px; }
  .microbe-note strong { font-size: 30px; }
  .use-cases { margin-top: 64px; grid-template-columns: 1fr; }
  .use-case { padding: 34px 10px; }
  .use-case + .use-case { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .use-case h3 { margin-top: 45px; font-size: 38px; }
  .fact-banner { padding: 22px; grid-template-columns: 1fr; gap: 14px; }
  .fact-number { font-size: 40px; }
  .direction-grid { grid-template-columns: 1fr; gap: 36px; }
  .direction-image { height: 300px; }
  .subsection-heading { margin: 92px 0 36px; }
  .subsection-heading h2 { font-size: 42px; }
  .base-tech-grid { grid-template-columns: 1fr; }
  .base-tech-card { height: 420px; }
  .base-tech-card h3 { font-size: 38px; }
  .crop-showcase { margin-top: 74px; padding: 12px; overflow: hidden; }
  .crop-tabs { max-width: 100%; margin: -2px -2px 0; flex-wrap: wrap; overflow-x: visible; }
  .crop-tabs button { flex: 1 1 calc(33.333% - 6px); padding: 12px 8px; font-size: 11px; line-height: 1.15; white-space: normal; }
  .crop-panel { min-height: 0; padding: 12px 0 16px; }
  .crop-panel > img { height: 280px; }
  .crop-panel h3 { font-size: 42px; }
  .livestock-intro h2 { font-size: 43px; }
  .livestock-hero { height: 440px; margin: 46px 0; }
  .livestock-badges { right: 14px; bottom: 14px; left: 14px; }
  .livestock-badges span { padding: 9px 11px; font-size: 9px; }
  .case-item summary { padding: 22px 0; grid-template-columns: 42px 1fr 38px; gap: 8px; }
  .case-item h3 { font-size: 23px; }
  .case-toggle { width: 36px; height: 36px; }
  .case-content { padding: 6px 0 34px; gap: 22px; }
  .case-content img { height: 260px; }
  .case-content p { font-size: 16px; }
  .yield-table-wrap { margin-top: 78px; padding: 24px 14px; }
  .yield-table-wrap h2 { font-size: 38px; }
  .yield-table-scroll { width: 100%; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
  .yield-table { min-width: 560px; }
  .formula { align-items: stretch; flex-direction: column; text-align: center; }
  .formula b { transform: rotate(90deg); }
  .materials-grid { grid-template-columns: 1fr 1fr; }
  .materials-grid img { height: 140px; }
  .inner-hero { min-height: 680px; }
  .inner-hero-copy { padding-bottom: 60px; }
  .inner-hero h1 { font-size: clamp(31px, 8.2vw, 38px); }
  .inner-hero-copy > p { font-size: 17px; }
  .narrative-grid { gap: 45px; }
  .narrative-copy p.lead { font-size: 21px; }
  .milestone-grid { grid-template-columns: 1fr; }
  .milestone-grid div { min-height: 185px; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.15); }
  .milestone-grid div:first-child { border-top: 0; }
  .leaders-grid article { min-height: 500px; }
  .leaders-grid h3 { font-size: 35px; }
  .reasons-grid { grid-template-columns: 1fr; }
  .reasons-grid article { min-height: 330px; }
  .page-form { padding: 24px; grid-template-columns: 1fr; }
  .page-form label { grid-column: 1 !important; }
  .strategy-path { grid-template-columns: 1fr; }
  .strategy-path article { min-height: 260px; }
  .contact-strip { padding: 68px 0; }
  .contact-strip h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .support-button span:last-child { display: none; }
  .support-button { width: 50px; height: 50px; padding: 0; justify-content: center; }
  .modal-backdrop { padding: 10px; align-items: end; }
  .modal-card { max-height: calc(100svh - 20px); padding: 34px 22px 24px; border-radius: 22px; }
  .modal-card h2 { font-size: 40px; }
}

@media (max-width: 480px) {
  h2, .technology-copy h2, .livestock-intro h2, .subsection-heading h2 { font-size: clamp(34px, 9.8vw, 40px); }
  .crop-panel h3 { font-size: clamp(34px, 9.5vw, 40px); }
  .contact-strip h2 { font-size: clamp(28px, 7.5vw, 32px); }
  .contact-strip-inner { gap: 34px; }
  .page-form { width: 100%; }
  .strategy-path article { width: 100%; }
}

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