:root {
  --forest: #103f2b;
  --forest-2: #0a3021;
  --leaf: #83b832;
  --leaf-bright: #a8cf45;
  --cream: #f5f3e9;
  --paper: #fffef8;
  --ink: #173128;
  --muted: #66746b;
  --line: rgba(16, 63, 43, 0.15);
  --sun: #f3b926;
  --shadow: 0 28px 70px rgba(9, 48, 32, 0.16);
  --radius: 6px;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Montserrat", sans-serif; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 6.3vw, 6.25rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }
::selection { background: var(--leaf-bright); color: var(--forest-2); }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 18px; background: var(--paper); color: var(--forest); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.accent { color: var(--leaf); }
.lead { color: var(--ink); font-size: 1.18rem; line-height: 1.7; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 0; border-radius: 2px; background: var(--leaf-bright); color: var(--forest-2); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #b8dd55; box-shadow: 0 12px 30px rgba(4, 30, 19, .22); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.button-dark { color: white; background: var(--forest); }
.button-dark:hover { background: var(--forest-2); }
.button-small { min-height: 42px; padding-inline: 19px; }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--forest); font-weight: 700; }
.text-link.light { color: white; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; color: white; transition: height .3s, background .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 72px; background: rgba(10, 48, 33, .97); box-shadow: 0 8px 30px rgba(0, 0, 0, .15); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; z-index: 2; display: block; width: 110px; height: 70px; }
.brand img { height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.82); font-size: .83rem; font-weight: 600; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--leaf-bright); transition: right .2s; }
.main-nav > a:not(.button):hover, .main-nav > a.active { color: white; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: white; transition: transform .2s, opacity .2s; }

/* Home hero */
.hero { position: relative; min-height: 795px; overflow: hidden; color: white; background: var(--forest); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-grid { min-height: 795px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; padding-top: 105px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 38px; }
.hero-copy h1 { max-width: 700px; margin-bottom: 27px; }
.hero-copy h1 span, .page-hero h1 span { color: var(--leaf-bright); }
.hero-copy > p { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.hero-proof { display: flex; gap: 32px; margin-top: 55px; }
.hero-proof div { min-width: 100px; padding-right: 25px; border-right: 1px solid rgba(255,255,255,.17); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: white; font-family: "Montserrat", sans-serif; font-size: 1.1rem; }
.hero-proof span { margin-top: 2px; color: rgba(255,255,255,.48); font-size: .74rem; }
.hero-visual { position: relative; min-height: 540px; }
.hero-image { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,38,24,.25), transparent 50%); }
.hero-image img { height: 100%; object-fit: cover; }
.hero-image-main img { object-position: center top; }
.hero-image-main { z-index: 1; inset: 35px 0 15px 58px; border-radius: 48% 5px 48% 5px; clip-path: polygon(15% 0, 100% 10%, 94% 88%, 27% 100%, 0 52%); }
.hero-note-card { position: absolute; z-index: 2; left: -12px; bottom: 5px; width: 190px; min-height: 155px; display: flex; flex-direction: column; justify-content: end; padding: 25px; border: 8px solid var(--forest); background: var(--leaf-bright); color: var(--forest-2); clip-path: polygon(0 12%, 100% 0, 91% 100%, 8% 91%); }
.hero-note-card strong { font-family: "Montserrat", sans-serif; font-size: 1.15rem; }
.hero-note-card span { font-size: .72rem; font-weight: 700; }
.sun-badge { position: absolute; z-index: 3; top: 11px; right: -10px; width: 128px; height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--leaf-bright); border-radius: 50%; background: var(--forest); color: white; text-align: center; transform: rotate(7deg); }
.sun-badge::before { content: "✦"; color: var(--sun); font-size: 1.3rem; }
.sun-badge span { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.sun-badge strong { font-family: "Montserrat", sans-serif; font-size: .85rem; }
.hero-orb { position: absolute; border-radius: 3px; transform: rotate(28deg); }
.hero-orb-one { width: 230px; height: 230px; top: -120px; right: 38%; border: 1px solid rgba(168,207,69,.3); }
.hero-orb-two { width: 140px; height: 140px; bottom: 90px; right: -70px; background: var(--leaf); opacity: .23; }
.hero-wave { position: absolute; right: -30px; bottom: -155px; width: 390px; height: 330px; border: 60px solid rgba(168,207,69,.12); border-radius: 50%; }

/* Home sections */
.intro-section { background: var(--cream); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; }
.align-center { align-items: center; }
.our-standard-graphic { overflow: hidden; background: var(--forest); clip-path: polygon(0 4%, 95% 0, 100% 96%, 5% 100%); }
.our-standard-graphic img { width: 100%; height: auto; object-fit: contain; }
.content-block h2 { margin-bottom: 29px; }
.content-block .button { margin-top: 20px; }
.values-section { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { max-width: 610px; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-row > p, .heading-row > .text-link { max-width: 460px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { position: relative; min-height: 360px; padding: 42px 37px; overflow: hidden; }
.value-card h3 { margin: 47px 0 17px; font-size: 1.65rem; }
.value-card p { max-width: 290px; }
.value-card.forest { color: white; background: var(--forest); }
.value-card.forest p { color: rgba(255,255,255,.67); }
.value-card.lime { color: var(--forest-2); background: var(--leaf-bright); }
.value-card.lime p { color: rgba(10,48,33,.7); }
.value-card.cream { background: var(--cream); border: 1px solid var(--line); }
.number-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-weight: 800; }
.card-mark { position: absolute; right: -20px; bottom: -24px; color: currentColor; opacity: .08; font-family: "Montserrat", sans-serif; font-size: 6rem; font-weight: 800; text-transform: uppercase; transform: rotate(-12deg); }
.produce-section { color: white; background: var(--forest); }
.produce-section .section-heading h2 { color: white; }
.produce-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.produce-card { overflow: hidden; background: white; color: var(--ink); }
.produce-card > img { height: 285px; object-fit: cover; transition: transform .5s; }
.produce-card:hover > img { transform: scale(1.04); }
.produce-card > div { min-height: 185px; padding: 26px; }
.produce-card > div > span { color: var(--leaf); font-size: .72rem; font-weight: 800; }
.produce-card h3 { margin: 7px 0 10px; }
.produce-card p { margin: 0; font-size: .9rem; }
.quote-band { padding-block: 75px; background: var(--leaf-bright); }
.quote-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; }
.quote-mark { height: 90px; color: rgba(16,63,43,.2); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
blockquote { margin: 0; }
blockquote p { margin-bottom: 10px; color: var(--forest-2); font-family: "Montserrat", sans-serif; font-size: clamp(1.4rem, 2.5vw, 2.2rem); font-weight: 700; line-height: 1.25; }
blockquote footer { color: rgba(10,48,33,.65); font-size: .84rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.quote-band .button { background: var(--forest); color: white; }

/* Inner page shared hero */
.page-hero { min-height: 620px; padding: 140px 0 70px; overflow: hidden; color: white; background: var(--forest); }
.page-hero::before { content: ""; position: absolute; width: 330px; height: 330px; left: -180px; top: 190px; border: 55px solid rgba(168,207,69,.12); border-radius: 50%; }
.page-hero-grid { min-height: 410px; display: grid; grid-template-columns: 1fr .9fr; gap: 75px; align-items: center; }
.page-hero h1 { margin-bottom: 25px; font-size: clamp(3.2rem, 5.8vw, 5.8rem); }
.page-hero p { max-width: 590px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.page-hero-image { position: relative; height: 410px; }
.page-hero-image img { height: 100%; object-fit: cover; clip-path: polygon(8% 0, 100% 7%, 91% 100%, 0 88%); }
.about-hero .page-hero-image img { object-position: center top; }
.contact-hero .page-hero-image img { object-position: center 28%; }
.page-hero-image span { position: absolute; right: -20px; bottom: -10px; min-width: 142px; padding: 23px; background: var(--leaf-bright); color: var(--forest-2); font-family: "Montserrat", sans-serif; font-size: .85rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; transform: rotate(3deg); }
.gallery-hero-image { display: grid; place-items: center; }
.gallery-hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; clip-path: none; }

/* About */
.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.story-title { position: relative; }
.story-title h2 { position: relative; z-index: 1; }
.giant-year { position: absolute; left: -15px; bottom: -40px; color: var(--leaf); opacity: .12; font-family: "Montserrat", sans-serif; font-size: 8rem; font-weight: 800; line-height: .8; }
.story-copy > p { font-size: 1.03rem; }
.story-note { display: grid; grid-template-columns: 130px 1fr; gap: 25px; margin-top: 32px; padding: 28px; border-left: 4px solid var(--leaf); background: white; }
.story-note strong { color: var(--forest); font-family: "Montserrat", sans-serif; }
.story-note span { color: var(--muted); }
.founder-section { background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 95px; }
.founder-portrait { position: relative; min-height: 540px; }
.founder-portrait::before { content: ""; position: absolute; inset: -18px 25px 25px -18px; border: 1px solid rgba(131,184,50,.45); clip-path: polygon(0 7%, 92% 0, 100% 93%, 8% 100%); }
.founder-portrait img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center top; clip-path: polygon(0 7%, 92% 0, 100% 93%, 8% 100%); }
.founder-role { position: absolute; right: -20px; bottom: 28px; padding: 16px 22px; background: var(--leaf-bright); color: var(--forest-2); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.founder-copy h2 { max-width: 680px; margin-bottom: 28px; }
.founder-copy > p { max-width: 680px; }
.founder-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.founder-facts strong, .founder-facts span { display: block; }
.founder-facts strong { color: var(--forest); font-family: "Montserrat", sans-serif; font-size: 1rem; }
.founder-facts span { margin-top: 5px; color: var(--muted); font-size: .76rem; }
.mission-section { color: white; background: var(--forest); }
.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.mission-card { min-height: 390px; padding: 44px 35px; border: 1px solid rgba(255,255,255,.14); }
.mission-card.featured { background: var(--leaf-bright); color: var(--forest-2); transform: translateY(-18px); }
.mission-card > span { display: block; margin-bottom: 90px; color: var(--leaf-bright); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mission-card.featured > span { color: var(--forest); }
.mission-card h3 { font-size: 1.8rem; }
.mission-card p { color: rgba(255,255,255,.63); }
.mission-card.featured p { color: rgba(10,48,33,.7); }
.elements-section { background: var(--paper); }
.elements-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.element-card { padding-bottom: 27px; border-bottom: 2px solid var(--forest); }
.element-card > div { display: flex; justify-content: space-between; align-items: baseline; }
.element-card > div span { color: var(--leaf); font-weight: 800; }
.element-card img { height: 300px; margin: 18px 0 24px; object-fit: cover; }
.element-card p { font-size: .92rem; }
.impact-section { color: white; background: var(--forest-2); }
.impact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.impact-list > div { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.impact-list strong { color: var(--leaf-bright); }
.impact-list span { color: rgba(255,255,255,.67); }
.impact-list b { display: block; color: white; font-family: "Montserrat", sans-serif; font-size: 1.1rem; }

/* Gallery / process */
.process-section { background: var(--cream); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-line::before { content: ""; position: absolute; top: 25px; left: 8%; right: 8%; height: 1px; background: var(--line); }
.process-step { position: relative; padding-top: 53px; }
.process-step > span { position: absolute; z-index: 2; top: 0; left: 50%; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-size: .75rem; font-weight: 800; transform: translateX(-50%); }
.process-image { height: 250px; margin: 24px 0; overflow: hidden; background: #e7ecd8; }
.process-image img { height: 100%; object-fit: cover; }
.process-step h3 { margin-bottom: 11px; }
.process-step p { font-size: .9rem; }
.gallery-section { color: white; background: var(--forest); }
.gallery-section .heading-row > p { color: rgba(255,255,255,.63); }
.masonry-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 18px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,32,21,.88), transparent 60%); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item figcaption { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 22px; color: rgba(255,255,255,.82); font-size: .88rem; }
.gallery-item figcaption span { display: block; color: white; font-family: "Montserrat", sans-serif; font-size: 1.2rem; font-weight: 700; }
.community-section { background: var(--leaf-bright); }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 85px; }
.community-image { height: 560px; }
.community-image img { height: 100%; object-fit: cover; clip-path: polygon(0 8%, 88% 0, 100% 92%, 12% 100%); }
.community-diagram { overflow: hidden; background: var(--forest); clip-path: polygon(0 4%, 95% 0, 100% 96%, 5% 100%); }
.community-diagram img { width: 100%; height: auto; object-fit: contain; }
.community-section h2 { color: var(--forest-2); }
.community-points { margin: 37px 0; }
.community-points > div { display: grid; grid-template-columns: 45px 1fr; column-gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(16,63,43,.22); }
.community-points span { grid-row: span 2; color: var(--forest); font-weight: 800; }
.community-points h3 { margin-bottom: 7px; }
.community-points p { margin: 0; color: rgba(10,48,33,.7); }
.community-section .button { color: white; background: var(--forest); }

/* Contact */
.services-section { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 340px; padding: 38px 35px; overflow: hidden; background: white; border-top: 4px solid var(--leaf); box-shadow: 0 20px 50px rgba(12,56,36,.07); }
.service-card > span { color: var(--leaf); font-weight: 800; }
.service-card h3 { margin: 52px 0 16px; font-size: 1.55rem; }
.service-card a { display: inline-block; margin-top: 16px; color: var(--forest); font-size: .83rem; font-weight: 800; }
.contact-section { color: white; background: var(--forest); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact-copy { position: sticky; top: 110px; }
.contact-copy > p { color: rgba(255,255,255,.63); }
.contact-details { margin-top: 43px; }
.contact-details > * { display: block; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: 4px; color: var(--leaf-bright); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { color: white; font-size: .93rem; }
.contact-form { padding: 45px; background: var(--paper); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: block; margin-bottom: 24px; color: var(--ink); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(16,63,43,.27); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 1rem; text-transform: none; transition: border-color .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--leaf); box-shadow: 0 2px 0 var(--leaf); }
.field-error { display: none; margin-top: 6px; color: #a72e20; font-size: .72rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.has-error .field-error { display: block; }
.has-error input, .has-error select, .has-error textarea { border-color: #a72e20; }
.form-submit { display: flex; align-items: center; gap: 20px; }
.form-status { margin: 0; color: var(--muted); font-size: .82rem; }
.location-panel { min-height: 520px; display: grid; grid-template-columns: 1.35fr .65fr; background: var(--cream); }
.map-embed { min-height: 520px; overflow: hidden; background: #e7e5d8; }
.map-embed iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.78) contrast(.96); }
.location-card { display: flex; flex-direction: column; justify-content: center; padding: 65px; background: var(--leaf-bright); }
.location-card h2 { font-size: clamp(2rem, 3.5vw, 3.3rem); }
.location-card p { color: rgba(10,48,33,.67); }
.location-card .text-link { align-self: flex-start; margin-top: 20px; }

/* Footer */
.site-footer { padding: 74px 0 24px; color: white; background: var(--forest-2); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .9fr 1.2fr; gap: 65px; padding-bottom: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-brand img { width: 125px; height: 100px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-grid h3 { margin: 13px 0 17px; color: var(--leaf-bright); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span, .footer-grid p { color: rgba(255,255,255,.58); font-size: .82rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.4); font-size: .72rem; }

@media (max-width: 1020px) {
  .section { padding-block: 90px; }
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 25px; }
  .hero-visual { min-height: 480px; }
  .hero-image-main { left: 25px; }
  .split-grid { gap: 60px; }
  .produce-grid { grid-template-columns: repeat(2, 1fr); }
  .produce-card { display: grid; grid-template-columns: .95fr 1.05fr; }
  .produce-card > img { height: 220px; }
  .produce-card > div { min-height: auto; }
  .page-hero-grid { gap: 40px; }
  .story-grid, .impact-grid, .founder-grid { gap: 60px; }
  .process-line { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .process-line::before { display: none; }
  .contact-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 780px) {
  h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
  h2 { font-size: clamp(2rem, 9vw, 3.3rem); }
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding-block: 75px; }
  .site-header { height: 76px; }
  .brand { width: 90px; height: 62px; }
  .nav-toggle { position: relative; z-index: 102; display: block; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 90px 30px 40px; background: var(--forest-2); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav > a:not(.button) { font-family: "Montserrat", sans-serif; font-size: 1.8rem; font-weight: 700; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; padding: 140px 0 100px; }
  .hero-copy { padding: 0; }
  .hero-proof { margin-top: 42px; gap: 18px; }
  .hero-proof div { min-width: 0; padding-right: 15px; }
  .hero-visual { min-height: 410px; }
  .hero-image-main { inset: 20px 0 10px 35px; }
  .hero-note-card { width: 150px; min-height: 135px; }
  .sun-badge { width: 100px; height: 100px; right: 0; }
  .split-grid, .page-hero-grid, .story-grid, .founder-grid, .impact-grid, .community-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 55px; }
  .value-grid, .mission-grid, .elements-grid, .service-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 290px; }
  .mission-card { min-height: 300px; }
  .mission-card.featured { transform: none; }
  .mission-card > span { margin-bottom: 45px; }
  .heading-row { display: block; }
  .heading-row > p, .heading-row > a { margin-top: 22px; }
  .produce-grid { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; gap: 22px; }
  .quote-mark { display: none; }
  .quote-grid .button { justify-self: start; }
  .page-hero { min-height: auto; padding: 130px 0 75px; }
  .page-hero-grid { gap: 35px; }
  .page-hero-image { height: 330px; }
  .giant-year { position: static; display: block; margin-top: 40px; font-size: 6rem; }
  .story-note { grid-template-columns: 1fr; gap: 7px; }
  .founder-grid { gap: 55px; }
  .founder-portrait { min-height: 510px; }
  .elements-grid { gap: 45px; }
  .element-card img { height: 330px; }
  .process-line { grid-template-columns: 1fr; }
  .process-step > span { left: 26px; }
  .masonry-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; }
  .gallery-item.wide { grid-column: span 2; }
  .community-image { height: 430px; }
  .contact-copy { position: static; }
  .contact-form { padding: 32px 24px; }
  .location-panel { grid-template-columns: 1fr; }
  .map-embed, .map-embed iframe { min-height: 380px; }
  .location-card { padding: 55px 30px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 520px) {
  .hero-grid { padding-top: 125px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { justify-content: space-between; }
  .hero-proof strong { font-size: .95rem; }
  .hero-proof span { font-size: .65rem; }
  .hero-visual { min-height: 350px; }
  .hero-image-main { left: 15px; }
  .hero-note-card { width: 125px; min-height: 115px; padding: 18px; border-width: 5px; }
  .sun-badge { width: 82px; height: 82px; font-size: .72rem; }
  .sun-badge strong { font-size: .7rem; }
  .produce-card { grid-template-columns: 1fr; }
  .produce-card > img { height: 260px; }
  .story-note { padding: 23px; }
  .founder-portrait { min-height: 410px; }
  .founder-role { right: 0; }
  .founder-facts { grid-template-columns: 1fr; }
  .page-hero-image { height: 285px; }
  .page-hero-image span { right: -5px; min-width: 115px; padding: 17px; }
  .element-card img { height: 260px; }
  .masonry-grid { display: block; }
  .gallery-item { height: 310px; margin-bottom: 15px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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