:root {
  --forest: #173f2b;
  --deep: #0e281b;
  --cream: #f5efdf;
  --paper: #fffaf0;
  --orange: #e96734;
  --yellow: #efc84a;
  --sage: #9eb88f;
  --ink: #1b201c;
  --line: rgba(27, 32, 28, .18);
  --shadow: 0 20px 50px rgba(26, 43, 32, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: #fff; padding: 10px; z-index: 999; }
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 239, 223, .9);
  border-bottom: 1px solid rgba(23,63,43,.12);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: .92rem; line-height: 1.05; letter-spacing: .02em; text-transform: uppercase; }
.brand strong { font-size: 1.08rem; }
.brand-mark { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--cream); background: var(--forest); font-size: 1.35rem; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-weight: 600; font-size: .95rem; }
.site-nav a:hover { color: var(--orange); }
.nav-cta { padding: 12px 18px; border: 1px solid var(--forest); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--forest); margin: 5px; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; background: var(--paper); overflow: hidden; }
.hero-texture { position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(rgba(23,63,43,.18) 1px, transparent 1px); background-size: 16px 16px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding: 90px 0; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--orange); font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Fraunces", serif; line-height: 1.04; margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 760px; font-size: clamp(3.8rem, 7.3vw, 7.2rem); letter-spacing: -.055em; }
h1 em { color: var(--orange); font-style: italic; }
.hero-lead { max-width: 640px; font-size: 1.18rem; color: #4d554f; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.button-primary { background: var(--forest); color: white; }
.button-dark { background: var(--deep); color: white; min-width: 145px; }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); }
.text-link span { color: var(--orange); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 52px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; }
.hero-proof strong { font-family: "Fraunces", serif; font-size: 2rem; }
.hero-proof span { color: #677069; font-size: .84rem; }

.hero-art { position: relative; min-height: 560px; border-radius: 48% 48% 12px 12px; background: var(--sage); box-shadow: var(--shadow); overflow: hidden; transform: rotate(1deg); }
.sun { position: absolute; width: 140px; height: 140px; border-radius: 50%; background: var(--yellow); top: 48px; right: 54px; }
.ground-line { position: absolute; left: -10%; bottom: 82px; width: 120%; height: 170px; border-radius: 50% 50% 0 0; background: var(--forest); transform: rotate(-3deg); }
.poster { position: absolute; z-index: 3; width: 160px; min-height: 190px; padding: 26px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 5px solid var(--deep); box-shadow: 10px 10px 0 rgba(14,40,27,.22); font-family: "Fraunces", serif; }
.poster span { font-size: 2rem; line-height: .95; }
.poster small { margin-top: 12px; font-family: "DM Sans", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.poster-one { left: 55px; top: 95px; background: var(--paper); transform: rotate(-8deg); }
.poster-two { right: 42px; top: 205px; background: var(--orange); color: white; transform: rotate(7deg); }
.poster-three { left: 170px; bottom: 78px; background: var(--yellow); transform: rotate(-2deg); }
.sprout { position: absolute; z-index: 4; bottom: 24px; width: 6px; height: 100px; background: #f4e8c8; border-radius: 5px; transform-origin: bottom; }
.sprout i::before, .sprout i::after { content: ""; position: absolute; width: 38px; height: 22px; background: #f4e8c8; border-radius: 100% 0 100% 0; }
.sprout i::before { left: -34px; top: 28px; transform: rotate(18deg); }
.sprout i::after { left: 2px; top: 52px; transform: scaleX(-1) rotate(18deg); }
.sprout-one { left: 62px; transform: rotate(-10deg); }
.sprout-two { right: 95px; height: 130px; transform: rotate(8deg); }
.sprout-three { left: 48%; height: 76px; transform: rotate(2deg); }

.marquee { background: var(--orange); color: white; overflow: hidden; border-block: 2px solid var(--deep); }
.marquee-track { width: max-content; display: flex; gap: 28px; padding: 15px 0; font-weight: 800; letter-spacing: .14em; animation: scroll 24s linear infinite; }
@keyframes scroll { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.mission-grid h2, .section-heading h2, .start-card h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); letter-spacing: -.04em; margin-bottom: 0; }
.mission-copy { padding-top: 34px; font-size: 1.12rem; color: #4f5952; }
.value-cards { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.value-card { min-height: 300px; padding: 34px; border-right: 1px solid var(--line); background: rgba(255,255,255,.24); }
.value-card:last-child { border-right: 0; }
.value-card span { color: var(--orange); font-weight: 800; }
.value-card h3 { margin: 60px 0 18px; font-size: 2rem; }
.value-card.featured { color: white; background: var(--forest); transform: translateY(-20px); box-shadow: var(--shadow); }
.value-card.featured span { color: var(--yellow); }

.steps-section { background: var(--forest); color: white; }
.section-kicker.light { color: var(--yellow); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.split-heading p:last-child { color: #d4dfd8; font-size: 1.08rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 65px; }
.steps-grid article { padding: 34px; min-height: 330px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(255,255,255,.04); }
.step-icon { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 48px; background: var(--yellow); color: var(--deep); font-size: 1.6rem; }
.steps-grid span { color: var(--sage); text-transform: uppercase; font-size: .78rem; letter-spacing: .12em; font-weight: 700; }
.steps-grid h3 { font-size: 2rem; margin: 12px 0 16px; }
.steps-grid p { color: #cfdbd3; }

.stories-section { background: var(--paper); }
.section-heading { max-width: 900px; }
.story-grid { margin-top: 58px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.story-card { padding: 32px; border: 1px solid var(--line); background: var(--cream); border-radius: 18px; box-shadow: 0 12px 30px rgba(23,63,43,.07); }
.story-large { grid-row: span 2; padding: 0; overflow: hidden; }
.story-visual { min-height: 340px; position: relative; background: var(--sage); overflow: hidden; }
.community-garden::before, .community-garden::after { content:""; position:absolute; bottom:-40px; width:70%; height:180px; border-radius:50% 50% 0 0; background:var(--forest); }
.community-garden::before { left:-12%; transform:rotate(8deg); }
.community-garden::after { right:-15%; background:#285b3f; transform:rotate(-6deg); }
.leaf { position:absolute; z-index:2; width:85px; height:130px; border-radius:100% 0 100% 0; background:var(--yellow); }
.leaf-a { left:22%; bottom:65px; transform:rotate(-20deg); }
.leaf-b { left:45%; bottom:100px; background:var(--orange); transform:scaleX(-1) rotate(-8deg); }
.leaf-c { right:18%; bottom:58px; transform:scale(.8) rotate(18deg); }
.story-content { padding: 34px; }
.tag, .mini-label { color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; }
.story-card h3 { font-size: 2.25rem; margin: 14px 0; }
.story-card:not(.story-large) h3 { font-size: 1.75rem; }
.story-card a { display: inline-block; margin-top: 14px; font-weight: 700; text-decoration: none; }
.yellow-card { background: var(--yellow); }
.yellow-card .mini-label { color: var(--deep); }

.quote-section { padding: 110px 0; background: var(--orange); color: white; }
.quote-grid { display: grid; grid-template-columns: 140px 1fr; gap: 30px; align-items: start; }
.quote-mark { font-family: "Fraunces", serif; font-size: 10rem; line-height: .7; color: var(--yellow); }
blockquote { margin: 0; }
blockquote p { max-width: 900px; margin: 0; font-family: "Fraunces", serif; font-size: clamp(2.2rem, 4.3vw, 4.8rem); line-height: 1.06; letter-spacing: -.03em; }
blockquote footer { margin-top: 28px; font-weight: 700; }

.start-section { background: var(--cream); }
.start-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 70px; border-radius: 28px; background: var(--yellow); border: 2px solid var(--deep); box-shadow: 14px 14px 0 var(--deep); }
.start-card > div > p:last-child { max-width: 520px; }
.movement-form { display: grid; align-content: start; }
.movement-form label { display: block; margin: 0 0 8px; font-weight: 700; }
textarea, input { width: 100%; border: 2px solid var(--deep); background: var(--paper); border-radius: 12px; padding: 15px 16px; outline: none; }
textarea:focus, input:focus { box-shadow: 0 0 0 4px rgba(233,103,52,.25); }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; margin-top: 16px; }
.form-note, .form-message { font-size: .84rem; }
.form-message { font-weight: 700; }

.site-footer { padding: 75px 0 30px; color: white; background: var(--deep); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-brand .brand-mark { background: var(--yellow); color: var(--deep); }
.footer-grid > div > p { color: #a8b8ad; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-links div { display: grid; align-content: start; gap: 8px; }
.footer-links strong { color: var(--yellow); margin-bottom: 8px; }
.footer-links a { color: #d3ddd6; text-decoration: none; }
.footer-bottom { margin-top: 60px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #91a397; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 84px; left: 20px; right: 20px; padding: 24px; flex-direction: column; align-items: stretch; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero-grid, .mission-grid, .split-heading, .start-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { padding: 65px 0; }
  .hero-art { min-height: 500px; }
  .value-cards, .steps-grid { grid-template-columns: 1fr; }
  .value-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card.featured { transform: none; }
  .story-grid { grid-template-columns: 1fr; }
  .story-large { grid-row: auto; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-mark { font-size: 6rem; }
  .start-card { padding: 42px; gap: 38px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  h1 { font-size: 3.45rem; }
  .hero-art { min-height: 440px; border-radius: 44% 44% 12px 12px; }
  .poster { width: 125px; min-height: 150px; padding: 18px 10px; border-width: 4px; }
  .poster span { font-size: 1.5rem; }
  .poster-one { left: 22px; top: 85px; }
  .poster-two { right: 18px; top: 185px; }
  .poster-three { left: 110px; bottom: 65px; }
  .hero-proof { gap: 20px; }
  .hero-proof div { flex: 1 1 90px; }
  .mission-grid { gap: 20px; }
  .value-card h3 { margin-top: 34px; }
  .story-card h3 { font-size: 1.7rem; }
  .quote-section { padding: 78px 0; }
  .start-card { padding: 28px; box-shadow: 8px 8px 0 var(--deep); }
  .form-row, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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