:root {
  color-scheme: light;
  --paper: #fbf6eb;
  --ink: #1d2624;
  --muted: #63706c;
  --line: #ded3bd;
  --panel: #ffffff;
  --green: #286b57;
  --green-dark: #194c3e;
  --red: #b8483e;
  --blue: #2c6380;
  --gold: #c0923e;
  --sky: #d9e9ef;
  --sage: #dce8dc;
  --shadow: 0 18px 44px rgba(29, 38, 36, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link, .noscript-warning { background: var(--ink); color: white; padding: 0.75rem 1rem; }
.skip-link { position: absolute; left: 1rem; top: 1rem; z-index: 5; transform: translateY(-160%); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.noscript-warning { margin: 0; }
.site-header { position: sticky; top: 0; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem clamp(1rem, 4vw, 4rem); background: rgba(251, 246, 235, 0.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 0.85rem; text-decoration: none; }
.brand-mark { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; background: var(--red); color: white; border-radius: 8px; font-weight: 900; letter-spacing: 0; }
.brand small { display: block; color: var(--muted); font-size: 0.78rem; }
nav { display: flex; gap: 0.4rem; flex-wrap: wrap; justify-content: flex-end; }
nav a { color: var(--muted); font-weight: 800; padding: 0.55rem 0.8rem; text-decoration: none; border-radius: 999px; }
nav a:hover { background: var(--sage); color: var(--ink); }
.hero { display: grid; grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; min-height: calc(100vh - 76px); padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem); }
.hero-visual { margin: 0; }
.hero-visual img { width: 100%; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.eyebrow { margin: 0 0 0.65rem; color: var(--red); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 12ch; margin: 0; font-size: clamp(3rem, 6.4vw, 6.4rem); line-height: 0.92; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(1.9rem, 3vw, 3.2rem); line-height: 1.04; letter-spacing: 0; }
h3 { margin: 0; font-size: 1.12rem; }
.lede { max-width: 64ch; margin: 1.25rem 0 0; color: var(--muted); font-size: clamp(1.04rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.9rem; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-weight: 900; padding: 0.8rem 1rem; text-decoration: none; }
.button.primary { background: var(--green); color: white; }
.button.primary:hover { background: var(--green-dark); }
.button.secondary { background: white; border-color: var(--line); }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: var(--ink); color: white; }
.trust-strip div { padding: 1.2rem clamp(1rem, 3vw, 2rem); border-right: 1px solid rgba(255,255,255,0.18); }
.trust-strip strong { display: block; font-size: 1.25rem; }
.trust-strip span { color: #dce8dc; }
.programs, .support-band, .impact, .safety { padding: clamp(2.25rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem); }
.section-heading { display: grid; grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr); gap: 1.5rem; align-items: end; margin-bottom: 1.4rem; }
.program-grid, .impact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.program-grid article, .impact-grid article, .support-form, .route-card { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 26px rgba(29, 38, 36, 0.08); }
.program-grid article, .impact-grid article { padding: 1.1rem; }
.program-grid span { display: inline-flex; margin-bottom: 1rem; border-radius: 999px; background: var(--sky); color: var(--blue); font-size: 0.78rem; font-weight: 900; padding: 0.35rem 0.6rem; }
.program-grid p, .policy-note, #route-guidance { color: var(--muted); }
.support-band { background: #efe7d7; }
.support-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.56fr); gap: 1rem; align-items: start; }
.support-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding: 1rem; }
.panel-note { grid-column: 1 / -1; margin: 0; color: var(--muted); }
fieldset { min-width: 0; margin: 0; border: 1px solid var(--line); border-radius: 8px; padding: 1rem; }
legend { font-weight: 900; padding: 0 0.35rem; }
label { display: grid; grid-template-columns: 1rem minmax(0, 1fr); gap: 0.65rem; align-items: start; color: var(--muted); margin-top: 0.75rem; }
input { accent-color: var(--green); margin-top: 0.2rem; }
.route-card { position: sticky; top: 6rem; padding: 1.25rem; }
.route-card dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.7rem; margin: 1rem 0; }
.route-card dl div { background: var(--sage); border-radius: 8px; padding: 0.75rem; }
dt { color: var(--muted); font-size: 0.78rem; font-weight: 900; }
dd { margin: 0.15rem 0 0; font-weight: 900; }
.copy-status { min-height: 1.5rem; color: var(--green-dark); font-weight: 900; }
.impact-grid strong { display: block; color: var(--red); font-size: 2.4rem; line-height: 1; }
.impact-grid span { display: block; color: var(--muted); margin-top: 0.6rem; }
.policy-note { border-left: 4px solid var(--gold); margin: 1rem 0 0; padding-left: 1rem; }
.safety { display: grid; grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr); gap: 1.5rem; background: var(--green-dark); color: white; }
.safety .eyebrow { color: #f0cd82; }
.safety ul { display: grid; gap: 0.8rem; margin: 0; padding-left: 1.35rem; }
.safety li { color: #eef8f2; }
footer { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.5rem clamp(1rem, 4vw, 4rem); color: var(--muted); border-top: 1px solid var(--line); }
@media (max-width: 980px) {
  .hero, .section-heading, .support-layout, .safety { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .support-form, .program-grid, .impact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-card { position: static; }
}
@media (max-width: 640px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { justify-content: flex-start; }
  h1 { font-size: 3.15rem; }
  .trust-strip, .support-form, .program-grid, .impact-grid, .route-card dl { grid-template-columns: 1fr; }
}

/* Drill 009 theme correction: civic editorial nonprofit identity. */
:root {
  --paper: #ffffff;
  --ink: #202124;
  --muted: #5f6368;
  --line: #d9dde3;
  --panel: #ffffff;
  --green: #1f7a5c;
  --green-dark: #17483b;
  --red: #c6422b;
  --blue: #275d8c;
  --gold: #b98524;
  --sky: #e8f2fb;
  --sage: #edf6f1;
}

body {
  background: #ffffff;
}

.site-header {
  background: #ffffff;
  border-bottom: 3px solid var(--red);
}

.brand-mark {
  background: var(--blue);
  border-radius: 50%;
}

.hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
  padding-top: clamp(2rem, 5vw, 4rem);
}

.hero-visual {
  order: 2;
  max-height: 360px;
  overflow: hidden;
  border-top: 8px solid var(--green);
  border-bottom: 8px solid var(--blue);
}

.hero-visual img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-copy {
  max-width: 980px;
}

h1 {
  max-width: 15ch;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.lede {
  max-width: 760px;
}

.trust-strip {
  background: #c6422b;
}

.programs {
  background: #f4f8fb;
}

.program-grid article {
  box-shadow: none;
  border-top: 5px solid var(--blue);
}

.program-grid article:nth-child(2) {
  border-top-color: var(--red);
}

.program-grid article:nth-child(3) {
  border-top-color: var(--green);
}

.support-band {
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-form {
  box-shadow: none;
  border-left: 7px solid var(--red);
}

.route-card {
  background: #f4f8fb;
  box-shadow: none;
  border: 2px solid var(--blue);
}

.impact {
  background: #202124;
  color: #ffffff;
}

.impact .eyebrow,
.impact .policy-note,
.impact-grid span {
  color: #d9dde3;
}

.impact-grid article {
  background: #2b2c30;
  border-color: #3c4046;
  box-shadow: none;
}

.impact-grid strong {
  color: #f0c36a;
}

.safety {
  background: #17483b;
}
