:root {
  --forest: #18392d;
  --forest-2: #244d3b;
  --leaf: #627d4d;
  --sage: #d9dfc4;
  --cream: #fbf5e8;
  --paper: #fffdf7;
  --sun: #e9ad2f;
  --sun-light: #f4ce6f;
  --terracotta: #a75c3f;
  --soil: #3f2c23;
  --ink: #1d2a23;
  --muted: #68746d;
  --line: rgba(24, 57, 45, 0.15);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(52, 47, 31, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px;
  border-radius: 8px; color: white; background: var(--forest); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 28px; min-height: 78px; padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(251, 245, 232, 0.92); border-bottom: 1px solid rgba(24, 57, 45, 0.1);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; }
.brand-mark path:first-child { fill: var(--sun); }
.brand-mark path:last-child { fill: none; stroke: var(--forest); stroke-width: 3.5; stroke-linecap: round; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -0.03em; }
.brand small { margin-top: 5px; color: var(--terracotta); font-size: 9px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { position: relative; color: #405047; font-size: 13px; font-weight: 700; text-decoration: none; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: var(--sun); transform: scaleX(0); transition: transform .2s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { transform: scaleX(1); }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px;
  border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--sun-light); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 18px; font-size: 12px; }
.button-primary { color: #fff; background: var(--terracotta); box-shadow: 0 12px 30px rgba(167, 92, 63, .25); }
.button-primary:hover { background: #934c33; box-shadow: 0 15px 38px rgba(167, 92, 63, .32); }
.button-dark { color: white; background: var(--forest); }
.button-sun { color: var(--forest); background: var(--sun); box-shadow: 0 12px 30px rgba(233, 173, 47, .18); }
.button-sun:hover { background: var(--sun-light); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.text-link span { font-size: 18px; }

.section-shell { padding-right: clamp(20px, 5vw, 72px); padding-left: clamp(20px, 5vw, 72px); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); gap: clamp(30px, 5vw, 90px); align-items: center; padding-top: clamp(64px, 8vw, 118px); }
.hero::before { content: ""; position: absolute; z-index: -1; top: 0; right: -15vw; width: 56vw; height: 54vw; max-height: 730px; border-radius: 0 0 0 65%; background: #e7e6c9; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--terracotta); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--sun-light); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -.04em; }
h1 { max-width: 730px; font-size: clamp(54px, 7vw, 98px); }
h2 { font-size: clamp(40px, 4.6vw, 70px); }
h3 { font-size: 31px; }
h1 em, h2 em { color: var(--terracotta); font-weight: inherit; }
.hero-lede { max-width: 660px; margin: 28px 0 0; color: #526159; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 33px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 760px; margin-top: 48px; padding-top: 27px; border-top: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; gap: 2px; }
.trust-row strong { color: var(--forest); font-family: var(--serif); font-size: 17px; }
.trust-row span { color: var(--muted); font-size: 11px; line-height: 1.4; }

.hero-art { position: relative; min-height: 570px; }
.hero-art > svg { position: absolute; inset: 0; width: 100%; height: 100%; filter: drop-shadow(0 30px 40px rgba(68, 59, 40, .16)); }
.sun-orbit { position: absolute; top: 4%; right: 3%; width: 190px; height: 190px; border: 1px solid rgba(167, 92, 63, .26); border-radius: 50%; }
.sun-orbit::after { content: ""; position: absolute; top: 17px; right: 20px; width: 12px; height: 12px; border-radius: 50%; background: var(--terracotta); box-shadow: -25px 148px 0 -3px var(--forest); }
.art-note { position: absolute; right: 0; bottom: 8%; display: flex; align-items: center; gap: 12px; max-width: 260px; padding: 16px 18px; border: 1px solid rgba(24, 57, 45, .12); border-radius: 17px; background: rgba(255, 253, 247, .94); box-shadow: var(--shadow); }
.art-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.art-note strong { color: var(--forest); font-size: 13px; }
.note-sprout { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; color: var(--forest); background: var(--sun-light); }

.program-finder { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(250px, .63fr) minmax(0, 1.37fr); gap: clamp(30px, 4vw, 72px); margin-top: 34px; padding: clamp(34px, 5vw, 64px); border-radius: 32px; color: white; background: var(--forest); box-shadow: 0 38px 100px rgba(24, 57, 45, .22); overflow: hidden; }
.program-finder::before { content: ""; position: absolute; }
.finder-intro h2 { max-width: 380px; font-size: clamp(42px, 4vw, 62px); }
.finder-intro > p:last-child { max-width: 390px; margin: 22px 0 0; color: rgba(255,255,255,.67); }
.finder-workspace { display: grid; gap: 23px; }
.finder-step { min-width: 0; padding: 0; border: 0; }
.finder-step legend { margin-bottom: 11px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.finder-step legend b { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-right: 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--sun-light); font-size: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-grid button { min-height: 50px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; color: white; background: rgba(255,255,255,.06); text-align: left; font-size: 12px; font-weight: 700; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.choice-grid button:hover:not(:disabled) { transform: translateY(-1px); border-color: rgba(244, 206, 111, .7); background: rgba(255,255,255,.11); }
.choice-grid button.selected { color: var(--forest); border-color: var(--sun); background: var(--sun-light); }
.finder-step-disabled { opacity: .42; }
.finder-result { padding: 21px 23px; border-left: 3px solid var(--sun); border-radius: 0 16px 16px 0; background: rgba(255,255,255,.08); }
.result-label { color: var(--sun-light); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.finder-result h3 { margin-top: 7px; font-family: var(--sans); font-size: 21px; font-weight: 800; letter-spacing: -.02em; }
.finder-result p { margin: 6px 0 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }
.result-action { display: inline-flex; margin-top: 13px; padding: 0; border: 0; color: var(--sun-light); background: transparent; font-size: 12px; font-weight: 900; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }

.programs { padding-top: clamp(90px, 10vw, 150px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 70px; align-items: end; }
.section-heading h2 { max-width: 850px; }
.section-heading > p { max-width: 510px; margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.program-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; margin-top: 58px; }
.program-card { position: relative; display: flex; flex-direction: column; min-height: 390px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 253, 247, .58); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.program-card:hover { transform: translateY(-5px); background: var(--paper); box-shadow: var(--shadow); }
.program-card.card-large { background: var(--sage); }
.program-card.admin-card { background: #efe1d5; }
.card-number { position: absolute; top: 22px; right: 25px; color: rgba(24,57,45,.38); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 30px; border-radius: 18px; color: var(--forest); background: var(--sun-light); font-size: 25px; }
.card-large .card-icon { background: var(--forest); color: var(--sun-light); }
.card-kicker { margin: 0 0 7px; color: var(--terracotta); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.program-card h3 { color: var(--forest); font-size: clamp(30px, 3vw, 42px); }
.program-card > p:not(.card-kicker) { max-width: 690px; margin: 18px 0 25px; color: #59665f; font-size: 14px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 29px; padding: 0; list-style: none; }
.tag-list li { padding: 7px 12px; border: 1px solid rgba(24,57,45,.16); border-radius: 999px; color: var(--forest); background: rgba(255,255,255,.42); font-size: 10px; font-weight: 800; }
.card-link { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding: 17px 0 0; border: 0; border-top: 1px solid rgba(24,57,45,.15); color: var(--forest); background: transparent; font-size: 12px; font-weight: 900; cursor: pointer; }
.card-link span { font-size: 21px; transition: transform .2s ease; }
.card-link:hover span { transform: translateX(5px); }

.farm-feature { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); margin-top: 18px; border-radius: 32px; overflow: hidden; color: white; background: var(--forest); }
.farm-illustration { position: relative; min-height: 510px; background: #e5dfbb; overflow: hidden; }
.farm-illustration svg { position: absolute; right: -5%; bottom: 0; width: 108%; }
.farm-sun { position: absolute; top: 58px; left: 15%; width: 110px; height: 110px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 18px rgba(233,173,47,.12), 0 0 0 36px rgba(233,173,47,.07); }
.farm-pin { position: absolute; top: 28px; right: 28px; padding: 9px 13px; border: 1px solid rgba(24,57,45,.17); border-radius: 999px; color: var(--forest); background: rgba(255,253,247,.84); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(10px); }
.farm-copy { align-self: center; padding: clamp(42px, 6vw, 88px); }
.farm-copy h2 { max-width: 650px; font-size: clamp(43px, 4.5vw, 68px); }
.farm-copy h2 em { color: var(--sun-light); }
.farm-copy > p:not(.eyebrow) { margin: 25px 0 0; color: rgba(255,255,255,.72); }
.farm-details { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 30px 0 32px; }
.farm-details div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); }
.farm-details strong, .farm-details span { display: block; }
.farm-details strong { margin-bottom: 4px; font-family: var(--serif); font-size: 17px; }
.farm-details span { color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.5; }

.story-inquiry { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: clamp(24px, 5vw, 80px); align-items: start; padding-top: clamp(100px, 10vw, 160px); padding-bottom: clamp(100px, 10vw, 150px); }
.about-panel { padding-top: 28px; }
.about-panel h2 { max-width: 650px; }
.about-lede { margin-top: 28px !important; color: var(--forest) !important; font-size: 20px !important; }
.about-panel > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 15px; }
blockquote { position: relative; margin: 38px 0 0; padding: 0 0 0 28px; border-left: 3px solid var(--sun); color: var(--terracotta); font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.service-area { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.service-area span { padding: 8px 12px; border-radius: 999px; color: var(--forest); background: var(--sage); font-size: 10px; font-weight: 800; }
.inquiry-panel { padding: clamp(32px, 5vw, 60px); border-radius: 30px; color: white; background: var(--forest); box-shadow: 0 35px 90px rgba(24,57,45,.2); }
.inquiry-panel h2 { font-size: clamp(42px, 4.5vw, 66px); }
.inquiry-panel > p:not(.eyebrow) { color: rgba(255,255,255,.67); }
form { display: grid; gap: 19px; margin-top: 33px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { color: rgba(255,255,255,.8); font-size: 11px; font-weight: 800; letter-spacing: .02em; }
input, select, textarea { width: 100%; margin-top: 7px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; color: white; background: rgba(255,255,255,.07); }
input, select { height: 49px; padding: 0 14px; }
textarea { min-height: 112px; padding: 13px 14px; resize: vertical; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.37); }
select option { color: var(--ink); background: white; }
.form-footer { display: flex; align-items: center; gap: 17px; margin-top: 5px; }
.form-footer p { max-width: 210px; margin: 0; color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.4; }
.direct-contact { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 31px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: 11px; }
.direct-contact span { flex-basis: 100%; color: rgba(255,255,255,.45); }
.direct-contact a { color: var(--sun-light); font-weight: 800; text-underline-offset: 4px; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: center; padding: 40px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-brand .brand-mark path:last-child { stroke: var(--forest); }
footer > p { text-align: center; }
footer > div { display: flex; flex-direction: column; align-items: flex-end; }
footer a { text-underline-offset: 4px; }

.toast { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: 380px; padding: 15px 18px; border-radius: 14px; color: white; background: var(--soil); box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr .82fr; gap: 20px; }
  .hero-art { min-height: 490px; }
  .trust-row { grid-template-columns: 1fr; gap: 10px; }
  .trust-row div { display: grid; grid-template-columns: 130px 1fr; }
  .program-finder { grid-template-columns: 1fr; }
  .finder-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }
  .finder-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -15px; }
  .section-heading { gap: 35px; }
  .farm-feature { grid-template-columns: .8fr 1.2fr; }
  .story-inquiry { grid-template-columns: 1fr 1.12fr; gap: 32px; }
}

@media (max-width: 820px) {
  .site-header { min-height: 68px; padding-top: 9px; padding-bottom: 9px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 7px; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-art { grid-row: 2; min-height: 520px; }
  .trust-row { grid-template-columns: repeat(3, 1fr); }
  .trust-row div { display: flex; }
  .program-finder { grid-row: 3; }
  .section-heading { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 360px; }
  .farm-feature { grid-template-columns: 1fr; }
  .farm-illustration { min-height: 390px; }
  .story-inquiry { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p { text-align: left; }
  footer > div { align-items: flex-start; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .site-header > .button { min-height: 38px; padding: 8px 14px; }
  .hero { padding-top: 45px; }
  h1 { font-size: clamp(49px, 15vw, 70px); }
  h2 { font-size: 42px; }
  .hero-lede { margin-top: 21px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .text-link { align-self: center; }
  .trust-row { grid-template-columns: 1fr; margin-top: 34px; }
  .trust-row div { display: grid; grid-template-columns: 125px 1fr; }
  .hero-art { min-height: 400px; }
  .art-note { right: 0; bottom: 3%; max-width: 225px; }
  .program-finder { margin-right: -8px; margin-left: -8px; padding: 31px 23px; border-radius: 24px; }
  .finder-intro { display: block; }
  .finder-intro .eyebrow { margin-bottom: 17px; }
  .finder-intro > p:last-child { margin-top: 17px; }
  .choice-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 18px; }
  .section-heading > p { font-size: 15px; }
  .program-grid { margin-top: 38px; }
  .program-card { min-height: 0; padding: 30px 25px; }
  .farm-illustration { min-height: 310px; }
  .farm-copy { padding: 38px 27px 44px; }
  .farm-details, .form-row { grid-template-columns: 1fr; }
  .inquiry-panel { margin-right: -8px; margin-left: -8px; padding: 32px 24px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .form-footer p { max-width: none; text-align: center; }
  .direct-contact { flex-direction: column; }
  footer { padding-top: 34px; padding-bottom: 34px; }
}

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