:root {
  --green-950: #063c27;
  --green-900: #07502f;
  --green-800: #0b5d37;
  --green-700: #137145;
  --yellow: #ffd928;
  --yellow-soft: #fff3a2;
  --lime: #c9ef61;
  --cream: #f7f6df;
  --ink: #092f22;
  --white: #fffef3;
  --line: rgba(9, 47, 34, .18);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.55;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--yellow); padding: .7rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header {
  align-items: center;
  background: var(--green-900);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  min-height: 84px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
}
.brand { align-items: center; display: inline-flex; font-family: var(--display); font-size: 1.15rem; font-weight: 800; gap: .7rem; text-decoration: none; }
.brand > span:last-child > span { color: var(--yellow); }
.brand-mark { align-items: center; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); display: inline-flex; height: 38px; justify-content: center; width: 38px; }
nav { align-items: center; display: flex; gap: clamp(1rem, 2.5vw, 2.25rem); }
nav a { font-size: .93rem; font-weight: 600; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--yellow); }
.nav-cta { background: var(--yellow); border-radius: 999px; color: var(--ink); padding: .65rem 1.2rem; }

.hero {
  background: var(--green-900);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  min-height: calc(100vh - 84px);
  overflow: hidden;
  padding: clamp(3rem, 6vw, 6.5rem) clamp(1.25rem, 5vw, 5rem);
  position: relative;
}
.hero::before { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 630px; position: absolute; right: -200px; top: -130px; width: 630px; }
.hero-copy { align-self: center; max-width: 650px; position: relative; z-index: 2; }
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .15em; margin: 0 0 1.25rem; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
.hero .eyebrow span { margin-right: .5rem; }
h1, h2, h3 { font-family: var(--display); line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3.4rem, 7.3vw, 7.8rem); letter-spacing: -.07em; margin-bottom: 1.75rem; max-width: 800px; }
.intro { color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.8vw, 1.35rem); max-width: 585px; }
.primary-button { background: var(--yellow); border-radius: 999px; color: var(--ink); display: inline-flex; font-weight: 800; gap: 1.6rem; margin-top: 1.3rem; padding: .95rem 1.35rem; text-decoration: none; transition: transform .2s, background .2s; }
.primary-button:hover { background: var(--lime); transform: translateY(-2px); }
.microcopy { color: rgba(255,255,255,.55); font-size: .84rem; margin: .8rem 0 0 1rem; }

.cycle-wrap { align-items: center; display: flex; flex-direction: column; justify-content: center; min-width: 0; position: relative; z-index: 1; }
.cycle-instruction { color: rgba(255,255,255,.65); font-size: .78rem; letter-spacing: .12em; margin: 0 0 1rem; text-transform: uppercase; }
.cycle { filter: drop-shadow(0 28px 24px rgba(0,0,0,.18)); height: auto; max-height: 610px; overflow: visible; width: min(100%, 610px); }
.cycle-link { cursor: pointer; outline: none; }
.cycle-link path { fill: var(--yellow); stroke: var(--green-950); stroke-linejoin: round; stroke-width: 3; transition: fill .2s, transform .2s; transform-origin: center; }
.cycle-link text { fill: var(--ink); font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: .08em; pointer-events: none; }
.cycle-link:hover path, .cycle-link:focus path { fill: var(--lime); transform: scale(1.018); }
.cycle-centre circle { fill: var(--green-950); stroke: rgba(255,255,255,.18); stroke-width: 2; }
.cycle-centre text { fill: var(--white); font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: .1em; }

.belief-strip { background: var(--yellow); padding: 1.45rem 5vw; text-align: center; }
.belief-strip p { font-family: var(--display); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 800; margin: 0; }
.org-section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.section-heading { display: grid; gap: 1.25rem 4rem; grid-template-columns: .8fr 1.2fr; margin-bottom: 3rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin: 0; }
.section-heading h2, .open-section h2, .join-section h2 { font-size: clamp(2.7rem, 5vw, 5.4rem); letter-spacing: -.055em; margin: 0; }
.section-heading > p:last-child { font-size: 1.15rem; margin: .5rem 0 0; max-width: 620px; }
.org-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); }
.org-card { background: var(--green-800); color: var(--white); min-height: 410px; padding: 1.5rem; position: relative; }
.org-card.yellow { background: var(--yellow); color: var(--ink); }
.org-card.light { background: var(--lime); color: var(--ink); }
.org-number { font-family: var(--display); font-size: .8rem; font-weight: 700; }
.org-icon { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-family: var(--display); font-size: 2.2rem; height: 86px; justify-content: center; margin: 3.5rem 0 3rem; width: 86px; }
.org-card h3 { font-size: clamp(1.9rem, 3vw, 2.8rem); letter-spacing: -.04em; margin-bottom: .7rem; }
.org-card p { max-width: 380px; opacity: .82; }
.org-card a { bottom: 1.6rem; display: flex; font-weight: 800; justify-content: space-between; left: 1.5rem; position: absolute; right: 1.5rem; text-decoration: none; }
.org-card a:hover { text-decoration: underline; text-underline-offset: 4px; }

.open-section { background: var(--white); display: grid; gap: 4rem; grid-template-columns: 1fr 1fr; padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.open-section .eyebrow { color: var(--green-700); }
.open-copy > p { font-size: 1.2rem; margin-top: 0; max-width: 620px; }
.open-copy ul { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.open-copy li { border-top: 1px solid var(--line); font-family: var(--display); font-size: 1.08rem; font-weight: 700; padding: 1.1rem 0; }
.open-copy li:last-child { border-bottom: 1px solid var(--line); }
.open-copy li span { color: var(--green-700); display: inline-block; font-size: .78rem; width: 3rem; }

.join-section { align-items: end; background: var(--green-950); color: var(--white); display: grid; gap: 3rem 5rem; grid-template-columns: 1.1fr .9fr; padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.join-section .eyebrow { color: var(--yellow); }
form label { display: block; font-size: .85rem; font-weight: 700; margin-bottom: .6rem; }
.phone-label { margin: 2rem 0 .4rem; }
.phone-number { display: inline-block; max-width: 100%; color: var(--yellow); font-family: var(--display); font-size: clamp(1.8rem, 4vw, 3.5rem); font-weight: 800; line-height: 1.25; overflow-wrap: anywhere; text-decoration-thickness: 2px; text-underline-offset: .2em; }
.phone-number:hover { color: var(--lime); }
.phone-number:focus-visible { outline: 3px solid var(--yellow); outline-offset: 6px; }
.form-row { display: flex; }
select, button { border: 0; font: inherit; min-height: 58px; }
select { background: var(--white); border-radius: 4px 0 0 4px; color: var(--ink); flex: 1; min-width: 0; padding: 0 1rem; }
button { background: var(--yellow); border-radius: 0 4px 4px 0; color: var(--ink); cursor: pointer; font-weight: 800; padding: 0 1.25rem; white-space: nowrap; }
button:hover { background: var(--lime); }
.form-note { color: rgba(255,255,255,.6); font-size: .85rem; margin-bottom: 0; }
footer { align-items: center; background: #032d1d; color: rgba(255,255,255,.67); display: flex; font-size: .84rem; justify-content: space-between; padding: 2rem clamp(1.25rem, 5vw, 5rem); }
.footer-brand { color: var(--white); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-bottom: 2.5rem; }
  .hero-copy { padding-top: 1rem; }
  .cycle-wrap { margin-top: 2rem; }
  .cycle { max-width: 560px; }
  .org-grid { grid-template-columns: 1fr; }
  .org-card { min-height: 350px; }
  .section-heading, .open-section, .join-section { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
}

@media (max-width: 640px) {
  .site-header { min-height: 72px; }
  nav a:not(.nav-cta) { display: none; }
  .brand { font-size: 1rem; }
  .brand-mark { height: 34px; width: 34px; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .cycle-instruction { margin-bottom: 1rem; }
  .cycle-link text { font-size: 13px; }
  .cycle-centre text { font-size: 13px; }
  .form-row { flex-direction: column; gap: .6rem; }
  select, button { border-radius: 4px; width: 100%; }
  .section-heading { gap: 1rem; }
  footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
