:root {
  --navy: #12263a;
  --navy-deep: #0c1a29;
  --green: #00703c;
  --green-dark: #005a30;
  --ink: #101c22;
  --paper: #ffffff;
  --wash: #f4f6f5;
  --muted: #4f5f66;
  --line: #ccd5d2;
  --focus: #ffdd00;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: "Public Sans", "Segoe UI", system-ui, sans-serif;
  background: var(--paper); color: var(--ink);
  line-height: 1.65; font-size: 1.0625rem;
}
.serif { font-family: "Newsreader", Georgia, serif; }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 10;
  background: var(--focus); color: var(--ink); padding: 0.6rem 1rem;
  font-weight: 600; text-decoration: none;
}
.skip:focus { left: 0; }
a { color: var(--green-dark); text-underline-offset: 3px; }
a:hover { color: var(--green); }
a:focus-visible {
  outline: 3px solid transparent;
  background: var(--focus); color: var(--ink);
  box-shadow: 0 -2px var(--focus), 0 4px var(--ink);
  text-decoration: none;
}
.wrap { max-width: 68rem; margin: 0 auto; padding: 0 1.5rem; }
.narrow { max-width: 46rem; }

/* ── Header / nav ─────────────────────────────── */
.site-head { border-bottom: 1px solid var(--line); background: var(--paper); }
.site-head .wrap {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 0.5rem 1.5rem; padding-top: 1.1rem; padding-bottom: 1.1rem;
}
.wordmark {
  font-family: "Newsreader", Georgia, serif; font-weight: 600;
  font-size: 1.5rem; color: var(--navy); text-decoration: none; letter-spacing: -0.01em;
}
.wordmark .dot { color: var(--green); }
nav[aria-label="Main"] ul { display: flex; flex-wrap: wrap; gap: 0.25rem 1.75rem; list-style: none; padding: 0; }
nav[aria-label="Main"] a {
  color: var(--navy); text-decoration: none; font-weight: 600; font-size: 0.95rem;
  padding: 0.35rem 0;
}
nav[aria-label="Main"] a:hover { color: var(--green-dark); text-decoration: underline; }
nav[aria-label="Main"] a[aria-current="page"] {
  color: var(--green-dark); border-bottom: 3px solid var(--green);
}

/* ── Hero ─────────────────────────────────────── */
.hero { background: var(--navy); color: #eef2f0; }
.hero .wrap { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.kicker {
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem;
  font-weight: 600; color: #8fd4ae; margin-bottom: 1.25rem;
}
.hero h1 {
  font-family: "Newsreader", Georgia, serif; font-weight: 500;
  font-size: clamp(2.1rem, 4.8vw, 3.4rem); line-height: 1.12;
  letter-spacing: -0.015em; max-width: 24ch; text-wrap: balance; color: #ffffff;
}
.hero .lede { font-size: 1.2rem; max-width: 38rem; margin-top: 1.5rem; color: #cfd9d5; }
.cta-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.25rem; }
.btn {
  display: inline-block; padding: 0.8rem 1.6rem; font-weight: 700;
  text-decoration: none; font-size: 1rem; border: 2px solid transparent;
}
.btn-green { background: var(--green); color: #ffffff; }
.btn-green:hover { background: var(--green-dark); color: #ffffff; }
.btn-ghost { border-color: #ffffff; color: #ffffff; }
.btn-ghost:hover { background: rgba(255,255,255,0.12); color: #ffffff; }

/* ── Page hero (interior pages) ───────────────── */
.page-head { background: var(--wash); border-bottom: 1px solid var(--line); }
.page-head .wrap { padding-top: 3rem; padding-bottom: 3rem; }
.page-head h1 {
  font-family: "Newsreader", Georgia, serif; font-weight: 500;
  font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1.15; color: var(--navy);
  letter-spacing: -0.01em; max-width: 26ch; text-wrap: balance;
}
.page-head .lede { font-size: 1.15rem; color: var(--muted); max-width: 40rem; margin-top: 1rem; }

/* ── Body sections ────────────────────────────── */
main section { padding: 3.25rem 0; }
main section + section { border-top: 1px solid var(--line); }
h2 {
  font-family: "Newsreader", Georgia, serif; font-weight: 500;
  font-size: 1.75rem; color: var(--navy); letter-spacing: -0.01em;
  margin-bottom: 1.1rem; text-wrap: balance;
}
h3 { font-size: 1.1rem; color: var(--navy); margin: 1.5rem 0 0.5rem; }
p { margin-bottom: 0.95rem; max-width: 65ch; }
ul.plain { padding-left: 1.3rem; margin-bottom: 1rem; }
ul.plain li { margin-bottom: 0.5rem; max-width: 60ch; }
.muted { color: var(--muted); }
.small { font-size: 0.95rem; }

/* three-up pillars */
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 2rem; margin-top: 1.5rem; }
.pillar { border-top: 4px solid var(--green); padding-top: 1.1rem; }
.pillar h3 { margin-top: 0; font-size: 1.15rem; }
.pillar p { font-size: 0.98rem; margin-bottom: 0; }

/* numbered process */
.steps { counter-reset: step; list-style: none; padding: 0; margin-top: 1.25rem; display: grid; gap: 1.4rem; }
.steps li { position: relative; padding-left: 3.4rem; max-width: 60ch; }
.steps li::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  position: absolute; left: 0; top: 0.1rem;
  font-family: "Newsreader", Georgia, serif; font-size: 1.5rem; color: var(--green);
  font-variant-numeric: tabular-nums;
}
.steps h3 { margin: 0 0 0.25rem; }
.steps p { margin-bottom: 0; font-size: 0.98rem; }

/* stat band */
.stats { background: var(--navy); color: #eef2f0; }
.stats .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 2rem; padding-top: 3rem; padding-bottom: 3rem; }
.stat .n {
  font-family: "Newsreader", Georgia, serif; font-size: 2.6rem; line-height: 1;
  color: #8fd4ae; font-variant-numeric: tabular-nums; display: block; margin-bottom: 0.4rem;
}
.stat p { font-size: 0.95rem; color: #cfd9d5; margin: 0; max-width: none; }
.stats .src { grid-column: 1 / -1; font-size: 0.82rem; color: #90a0a8; margin: 0; }

/* callout */
.callout { background: var(--wash); border-left: 6px solid var(--green); padding: 1.4rem 1.75rem; margin: 1.75rem 0; max-width: 46rem; }
.callout p { margin-bottom: 0.4rem; }
.callout p:last-child { margin-bottom: 0; }

/* contact block */
.contact-card { background: var(--navy); color: #eef2f0; padding: 2.5rem; margin-top: 1rem; }
.contact-card h2 { color: #ffffff; }
.contact-card a { color: #8fd4ae; font-weight: 600; }
.contact-card p { max-width: 55ch; }
.contact-line { font-size: 1.25rem; margin: 1.1rem 0 0.3rem; }

/* footer */
footer { border-top: 1px solid var(--line); padding: 2rem 0 3rem; color: var(--muted); font-size: 0.9rem; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 0.5rem 2.5rem; justify-content: space-between; }
footer p { margin: 0; }
