/* Legend Foundation controlled refactor. Existing geometry is never redrawn.
   Artwork remains archived until Shape A can be verified.
   Brand tokens: existing Carbon/Green/Red; neutral Silver pending a swatch guide. */
:root {
  --midnight-carbon: #050707;
  --titanium-silver: #c0c0c0;
  --legend-green: #016659;
  --momentum-red: #ed1c24;
  --black: #000;
  --white: #fff;
  --bg: var(--midnight-carbon);
  --text: var(--white);
  --muted: var(--titanium-silver);
  --line: rgba(192,192,192,.24);
  --panel: rgba(192,192,192,.04);
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: .24em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--titanium-silver); outline-offset: 5px; }
main:focus { outline: none; }
.wrap { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
p { margin: 0 0 20px; color: var(--muted); }
h1,h2,h3,h4 { color: var(--white); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 4.8vw, 4.75rem); font-weight: 750; margin: 0 0 28px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); font-weight: 700; margin: 0 0 24px; }
h3 { font-size: 1.55rem; margin: 0 0 18px; line-height: 1.22; letter-spacing: -.025em; }
section { padding-block: 92px; }
.lead { font-size: 1.18rem; line-height: 1.7; max-width: 720px; }
.kicker, .eyebrow { color: var(--titanium-silver); font-size: .75rem; line-height: 1.5; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 24px; }
.kicker::before, .eyebrow::before { content: ''; width: 26px; height: 3px; background: var(--momentum-red); display: inline-block; vertical-align: middle; margin-right: 12px; }
.section-head { max-width: 820px; margin-bottom: 44px; }
.section-note, .tiny, .required-label { font-size: .875rem; color: var(--muted); line-height: 1.65; }
.section-note { margin-top: 28px; margin-bottom: 0; max-width: 900px; }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--black); transform: translateY(-160%); font-weight: 750; }
.skip-link:focus { transform: translateY(0); }
.topbar { position: sticky; top: 0; z-index: 20; background: var(--midnight-carbon); border-bottom: 1px solid var(--line); }
.nav { min-height: 92px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.brand { flex-shrink: 0; display: inline-block; text-decoration: none; font-size: .9rem; font-weight: 800; letter-spacing: .11em; line-height: 1.16; }
.navlinks { display: flex; align-items: center; gap: 22px; }
.navlinks a { font-size: .8rem; font-weight: 600; color: var(--muted); text-decoration: none; white-space: nowrap; padding-block: 12px; }
.navlinks a:hover, .navlinks a[aria-current=page] { color: var(--white); }
.navlinks a[aria-current=page]:not(.nav-donate) { text-decoration: underline; text-decoration-color: var(--momentum-red); text-decoration-thickness: 3px; text-underline-offset: 10px; }
.navlinks a.nav-donate, .mobile-menu .nav-donate { padding: 11px 21px; background: var(--legend-green); color: var(--white); border: 1px solid var(--legend-green); }
.nav-donate:hover, .nav-donate[aria-current=page] { border-color: var(--titanium-silver) !important; }
.mobile-menu { display: none; }
.actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 3px; font-size: .9rem; font-weight: 700; text-decoration: none; cursor: pointer; line-height: 1.45; }
.btn-primary, .primary { background: var(--legend-green); color: var(--white); }
.btn-primary:hover, .primary:hover { border-color: var(--titanium-silver); }
.btn-outline, .outline { border-color: var(--titanium-silver); color: var(--white); background: transparent; }
.btn-outline:hover, .outline:hover { background: rgba(192,192,192,.1); }
.btn-white { background: var(--white); color: var(--black); }
.btn-white:hover { background: var(--titanium-silver); }
button:disabled { opacity: .55; cursor: wait; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: .9375rem; font-weight: 650; padding-block: 10px; color: var(--white); }
.secondary-link { margin-left: 20px; }
.hero { padding-block: 82px 90px; }
.hero-grid { display: grid; grid-template-columns: 1.32fr 1fr; gap: 64px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 3.85vw, 3.65rem); line-height: 1.09; }
.hero .lead { font-size: 1.0625rem; max-width: 580px; margin-bottom: 30px; }
.hero .actions { gap: 10px; }
.hero .btn { padding-inline: 17px; font-size: .825rem; }
.brand-statement { border-left: 1px solid var(--line); padding: 52px 0 52px 45px; }
.brand-statement p { font-size: clamp(2.3rem, 3.6vw, 3.5rem); color: var(--titanium-silver); font-weight: 720; line-height: 1.13; letter-spacing: -.05em; margin: 0 0 30px; }
.brand-statement strong { font-weight: inherit; color: var(--white); display: inline-block; margin-top: 14px; }
.brand-statement span { display: inline-block; border-top: 3px solid var(--legend-green); padding-top: 18px; font-size: .7rem; letter-spacing: .17em; text-transform: uppercase; color: var(--titanium-silver); }
.mission-section { padding-block: 66px; background: var(--black); border-block: 1px solid var(--line); }
.mission-grid, .service-row, .story-intro { display: grid; grid-template-columns: .9fr 1.2fr; gap: 96px; align-items: start; }
.mission-grid p:last-child, .service-row p:last-child { margin-bottom: 0; }
.service-row .lead { color: var(--white); }
.ruled-section { padding-top: 0; }
.ruled-section > .wrap { border-top: 1px solid var(--line); padding-top: 78px; }
.support-section { background: var(--panel); border-block: 1px solid var(--line); }
.partner-cta { padding-block: 76px; background: var(--legend-green); }
.partner-inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; align-items: center; }
.partner-cta p, .partner-cta .kicker { color: var(--white); max-width: 620px; }
.partner-cta .kicker::before { background: var(--white); }
.partner-cta h2 { margin-bottom: 22px; }
.partner-cta p:last-child { margin-bottom: 0; }
.partner-actions { display: flex; align-items: flex-start; flex-direction: column; justify-self: end; gap: 20px; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; border-top: 1px solid var(--line); padding-top: 48px; }
.contact-copy { padding-top: 12px; }
.contact-copy h3 { font-size: 1.7rem; }
.email-link { display: inline-block; margin-top: 4px; color: var(--white); overflow-wrap: anywhere; font-weight: 650; }
form { padding: 30px; border: 1px solid var(--line); border-radius: 4px; background: var(--panel); }
form p:last-child { margin-bottom: 0; }
label { display: block; font-size: .9375rem; font-weight: 650; margin: 0 0 8px; }
/* The original forms are byte-preserved, including their optional-label styles. */
label span[style] { color: var(--titanium-silver) !important; }
input, select, textarea { display: block; width: 100%; min-height: 48px; margin-bottom: 22px; padding: 12px 14px; background: var(--midnight-carbon); color: var(--white); border: 1px solid rgba(192,192,192,.55); border-radius: 3px; }
textarea { min-height: 150px; resize: vertical; }
input, select, textarea { color-scheme: dark; accent-color: var(--legend-green); }
.checkline { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 20px; }
.checkline input { width: 19px; height: 19px; min-height: 0; margin: 4px 0 0; flex: 0 0 auto; }
.checkline label { font-size: .875rem; font-weight: 400; margin: 0; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.required-label { font-weight: 400; }
form .tiny { margin-top: 20px; }
.page-intro { padding-block: 74px 66px; border-bottom: 1px solid var(--line); background: var(--black); }
.page-intro h1 { max-width: 1000px; }
.page-intro .lead { margin-bottom: 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 60px; padding-top: 44px; border-top: 1px solid var(--line); }
.subheading { font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; color: var(--titanium-silver); margin-bottom: 30px; }
.profile { margin-bottom: 32px; }
.profile h3 { margin-bottom: 8px; font-size: 1.8rem; }
.profile .profile-title { font-size: .9rem; margin-bottom: 18px; }
.profile img { width: 180px; margin-bottom: 22px; }
.business-grid { display: flex; flex-wrap: wrap; gap: 36px 80px; }
.business { border-top: 1px solid var(--line); padding-top: 25px; min-width: 240px; }
.business h3 { font-size: 1.75rem; margin-bottom: 6px; }
.business p { font-size: .875rem; margin-bottom: 0; }
.business img { max-height: 100px; max-width: 240px; width: auto; margin-bottom: 20px; }
.partner-list:empty, .legend-collection:empty { display: none; }
.partner-list:not(:empty) { margin-top: 40px; display: flex; flex-direction: column; gap: 32px; }
.legend-profile { display: flex; gap: 50px; align-items: start; border-top: 1px solid var(--line); margin-top: 50px; padding-top: 44px; }
.legend-profile img { width: min(35%, 300px); }
.legend-profile p { max-width: 720px; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.2fr; gap: 96px; }
summary { cursor: pointer; font-weight: 650; min-height: 44px; padding-block: 10px; }
.faq-list details { border-bottom: 1px solid var(--line); padding-block: 15px; }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding-right: 15px; }
.faq-list p { padding-bottom: 10px; margin: 12px 0 0; }
.step-list { list-style: none; margin: 0; padding: 0; counter-reset: steps; }
.step { display: grid; grid-template-columns: 70px 1fr 1.5fr; gap: 36px; padding-block: 28px; border-top: 1px solid var(--line); }
.step h3, .step p { margin-bottom: 0; }
.num { font-size: .875rem; color: var(--titanium-silver); padding-top: 4px; }
.initiative-list { border-top: 1px solid var(--line); margin-top: 50px; }
.initiative { position: relative; padding: 32px 0 32px 36%; border-bottom: 1px solid var(--line); }
.initiative p { max-width: 650px; margin-bottom: 0; }
.stage { position: absolute; left: 0; top: 40px; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.action-list { border-top: 1px solid var(--line); }
.action-row { display: grid; grid-template-columns: .8fr 1.3fr 240px; gap: 32px; align-items: center; padding-block: 32px; border-bottom: 1px solid var(--line); }
.action-row p, .action-row h3 { margin-bottom: 0; }
.action-row .btn { justify-self: end; }
.detail-wrap { max-width: 900px; padding-block: 66px 88px; }
.detail-page h1, .legacy-page h1 { font-size: clamp(2.5rem, 5vw, 4.25rem); }
.detail-page h2, .legacy-page h2 { font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.2; }
.detail-page form { margin-top: 36px; }
.detail-page li, .legacy-page li { color: var(--muted); }
.detail-page .support-card { padding: 30px 0; margin-bottom: 28px; border-block: 1px solid var(--line); }
.detail-page .support-card .btn { margin-top: 6px; }
.detail-page .support-card .campaign-goal { color: var(--white); }
.donation-note { margin: 16px 0 0; color: var(--muted); font-size: .9375rem; line-height: 1.65; }
.donation-note strong { color: var(--white); }
.detail-page .actions { margin-bottom: 30px; }
.legacy-page main { padding-block: 66px 88px; }
.legacy-page main > .wrap { max-width: 860px; }
.legacy-page .panel, .legacy-page form { margin-top: 32px; }
.legacy-page .panel { padding-block: 32px; border-top: 1px solid var(--line); }
.legacy-page .panel h2:not(:first-child) { margin-top: 36px; }
.notice { padding: 24px 28px; margin-block: 30px; border-left: 3px solid var(--legend-green); background: var(--panel); }
.notice ul { padding-left: 20px; margin-bottom: 0; }
.notice li + li { margin-top: 12px; }
.eligibility { margin-top: 40px; }
.equipment-list { padding: 16px 24px; border-block: 1px solid var(--line); }
.equipment-list ul { columns: 2; padding-left: 22px; }
.equipment-list li { break-inside: avoid; margin-bottom: 6px; }
.photo-field { margin-block: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.photo-field input { padding: 12px; }
.text-button { cursor: pointer; background: transparent; color: var(--white); border: 1px solid var(--titanium-silver); border-radius: 3px; padding: 10px 16px; }
.redistribution { margin-top: 48px; }
.form-feedback { padding: 12px 16px; border-left: 3px solid var(--momentum-red); margin-bottom: 20px; }
.status-strip { background: var(--black); border-top: 1px solid var(--line); padding-block: 24px; }
.status-inner { font-size: .875rem; color: var(--muted); }
.status-dot { display: none; }
footer { padding: 44px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; background: var(--black); }
.footer-flex { display: grid; grid-template-columns: 1.8fr 1fr; gap: 70px; }
footer p { margin-top: 22px; margin-bottom: 0; }
.footer-links, footer .links { display: flex; gap: 12px 20px; flex-wrap: wrap; margin-top: 18px; }
.footer-links a { padding-block: 4px; }
.footer-links .btn { margin-top: 8px; }
.compliance-box, .compliance { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.compliance-title { font-size: .75rem; color: var(--white); margin-bottom: 14px; letter-spacing: .04em; }
.compliance-statement { text-transform: uppercase; display: block; line-height: 1.7; }
.accent-line { background: var(--legend-green); height: 3px; width: 60px; margin-bottom: 22px; }
.legacy-links { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 24px; }
@media (max-width: 1180px) {
  .navlinks { gap: 14px; }
  .navlinks a { font-size: .75rem; }
  .brand { font-size: .8rem; }
  .hero-grid { gap: 40px; }
  .brand-statement { padding-left: 32px; }
}
@media (max-width: 1020px) {
  .navlinks { display: none; }
  .nav { min-height: 76px; }
  .brand { font-size: .875rem; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { padding: 10px 12px; min-height: 44px; }
  .mobile-menu nav { position: absolute; top: calc(100% + 16px); right: 0; width: min(330px, calc(100vw - 40px)); max-height: calc(100dvh - 110px); overflow-y: auto; display: flex; flex-direction: column; gap: 2px; background: var(--midnight-carbon); border: 1px solid var(--titanium-silver); padding: 14px; }
  .mobile-menu nav a { padding: 11px 14px; font-size: .9375rem; text-decoration: none; }
  .mobile-menu nav a[aria-current=page] { text-decoration: underline; text-decoration-thickness: 2px; }
  .menu-utilities { display: flex; flex-direction: column; margin-top: 10px; padding-top: 8px; border-top: 1px solid var(--line); }
  .hero-grid { grid-template-columns: 1.4fr 1fr; gap: 32px; }
  .hero h1 { font-size: 2.6rem; }
  .brand-statement p { font-size: 2.4rem; }
  .mission-grid, .service-row, .story-intro, .faq-layout { gap: 48px; }
  .contact { gap: 36px; }
  .action-row { grid-template-columns: .9fr 1.2fr; gap: 20px 36px; }
  .action-row .btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  section { padding-block: 60px; }
  .hero { padding-block: 48px 54px; }
  .hero-grid, .mission-grid, .service-row, .story-intro, .about-grid, .faq-layout, .contact, .partner-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero h1 { font-size: clamp(2.25rem, 7vw, 3.5rem); max-width: 650px; }
  .hero .lead { font-size: 1rem; }
  .brand-statement { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .brand-statement p { font-size: 1.8rem; margin: 0; }
  .brand-statement br { display: none; }
  .brand-statement br::after { content: ' '; }
  .brand-statement strong { display: block; margin-top: 3px; }
  .brand-statement span { display: none; }
  .mission-section { padding-block: 48px; }
  .ruled-section { padding-top: 0; }
  .ruled-section > .wrap { padding-top: 50px; }
  h2 { margin-bottom: 8px; }
  .lead { font-size: 1.08rem; }
  .partner-actions { justify-self: start; gap: 10px; }
  .partner-cta h2 { margin-bottom: 20px; }
  .contact { padding-top: 32px; }
  .contact-copy h3 { max-width: 360px; }
  .section-head { margin-bottom: 32px; }
  .section-head h2 { margin-bottom: 24px; }
  .page-intro { padding-block: 50px; }
  .about-grid { margin-top: 40px; padding-top: 36px; gap: 40px; }
  .step { grid-template-columns: 32px 1fr; gap: 12px 20px; }
  .step p { grid-column: 2; }
  .initiative { padding: 26px 0; }
  .stage { position: static; display: block; margin-bottom: 16px; }
  .initiative h3 { margin-bottom: 12px; }
  .action-row { grid-template-columns: 1fr; gap: 15px; }
  .action-row .btn { grid-column: 1; }
  .detail-wrap, .legacy-page main { padding-block: 44px 64px; }
  .detail-page h2, .legacy-page h2 { margin-bottom: 20px; }
  .footer-flex { grid-template-columns: 1fr; gap: 32px; }
  .legend-profile { flex-direction: column; gap: 28px; }
  .legend-profile img { width: min(100%, 360px); }
}
@media (max-width: 480px) {
  .wrap { width: calc(100% - 36px); }
  .hero h1 { font-size: 2.22rem; }
  .hero .actions .btn { flex: 1 1 42%; padding-inline: 10px; }
  .hero .actions .btn:last-child:nth-child(3) { flex-grow: 0; flex-basis: auto; }
  .brand-statement p { font-size: 1.6rem; }
  .kicker, .eyebrow { font-size: .66rem; letter-spacing: .12em; }
  .field-grid { grid-template-columns: 1fr; }
  form { padding: 22px 16px; }
  .secondary-link { margin-left: 0; display: flex; }
  .equipment-list { padding-inline: 16px; }
  .equipment-list ul { columns: 1; }
  .business { min-width: 0; width: 100%; }
  .btn { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Stakeholder design refinement — September 7, 2026.
   Existing palette, routes, form markup, and behavior remain the baseline. */
.topbar { border-bottom: 2px solid var(--legend-green); }
.nav { gap: 22px; }
.navlinks { margin-left: auto; gap: 18px; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-help { font-size: .8rem; white-space: nowrap; text-decoration-color: var(--momentum-red); text-decoration-thickness: 2px; }
.header-give { display: none; }
/* Three CTA roles: green primary, silver outline secondary, underlined text.
   Legacy aliases use the same roles so original form markup stays untouched. */
.btn, .navlinks a.nav-donate, .mobile-menu .nav-donate { min-height: 48px; border-radius: 3px; font-size: .9rem; font-weight: 700; }
.btn-primary, .primary, .btn-white { background: var(--legend-green); color: var(--white); border: 1px solid var(--legend-green); }
.btn-primary:hover, .primary:hover, .btn-white:hover { background: var(--legend-green); border-color: var(--titanium-silver); }
.btn-outline, .outline { background: transparent; color: var(--white); border: 1px solid var(--titanium-silver); }
.text-link { font-weight: 650; text-underline-offset: .32em; text-decoration-thickness: 1px; }
.text-link:hover { text-decoration-color: var(--momentum-red); text-decoration-thickness: 2px; }
.hero { padding-block: 64px 72px; border-bottom: 1px solid var(--legend-green); }
.hero-grid { grid-template-columns: 1.4fr 1fr; gap: 72px; }
.hero .eyebrow { font-size: .8rem; letter-spacing: .045em; text-transform: none; margin-bottom: 22px; }
.hero .eyebrow::before { width: 18px; margin-right: 10px; background: var(--legend-green); }
.hero h1 { font-size: clamp(2.6rem, 3.85vw, 3.65rem); }
.hero .btn { font-size: .9375rem; min-height: 50px; padding-inline: 27px; }
.hero-primary-actions .btn[href*="givebutter.com"] { background: transparent; border-color: var(--titanium-silver); color: var(--white); }
.hero-primary-actions .btn[href*="givebutter.com"]:hover { background: rgba(192,192,192,.1); }
.hero .actions { gap: 14px; }
.hero-secondary-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 14px; }
.hero-secondary-actions .text-link { gap: 12px; font-size: .875rem; }
.brand-statement { border-left: 5px solid var(--legend-green); border-top: none; padding: 32px 0 32px 36px; }
.brand-statement .statement-label { display: block; padding: 0; border: 0; margin-bottom: 22px; color: var(--titanium-silver); font-size: .6875rem; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; }
.brand-statement p { margin: 0; font-weight: 800; line-height: 1.2; letter-spacing: -.02em; }
.brand-statement .statement-premise { display: block; border: 0; padding: 0; margin: 0; color: var(--titanium-silver); font-size: clamp(1.2rem, 1.9vw, 1.65rem); font-weight: 650; letter-spacing: .025em; text-transform: none; }
.brand-statement .statement-promise { display: block; margin-top: 12px; font-size: clamp(1.75rem, 2.7vw, 2.45rem); line-height: 1.15; font-weight: 850; font-style: italic; letter-spacing: -.035em; text-transform: uppercase; }
.brand-statement::after { content: ''; display: block; width: 72px; height: 3px; background: var(--momentum-red); margin-top: 28px; }
.mission-section { border-top: 3px solid var(--legend-green); }
.page-intro { border-bottom: 3px solid var(--legend-green); }
.service-row > div:first-child h2 { padding-bottom: 24px; border-bottom: 3px solid var(--legend-green); width: fit-content; max-width: 100%; }
.partner-cta { background: var(--midnight-carbon); border-block: 1px solid var(--line); }
.partner-inner { padding-left: 32px; border-left: 5px solid var(--legend-green); }
.partner-cta .kicker::before { background: var(--momentum-red); }
.partner-cta p { color: var(--titanium-silver); }
#about .section-head { max-width: 940px; }
#about .section-head > p { font-size: 1.18rem; line-height: 1.75; }
#about .profile h3 { font-size: 1.5rem; }
#about .about-grid { margin-top: 48px; }
/* Footer text stays verbatim. Layout and case treatment improve reading. */
footer { padding-block: 58px 42px; font-size: .9375rem; line-height: 1.8; border-top: 3px solid var(--legend-green); }
.footer-flex { grid-template-columns: minmax(0, 1.65fr) minmax(280px, 1fr); gap: 72px; }
footer .legal { max-width: 760px; }
footer .legal > strong { display: block; color: var(--white); font-size: 1.125rem; margin-bottom: 12px; }
footer .accent-line { display: none; }
footer .compliance-box { margin-top: 30px; padding: 24px 0 0 22px; border-top: 1px solid var(--line); border-left: 3px solid var(--legend-green); }
footer .compliance-title { font-size: .8125rem; font-weight: 700; letter-spacing: .02em; line-height: 1.75; max-width: 46ch; margin-bottom: 16px; }
footer .compliance-statement { font-size: .9375rem; line-height: 1.85; text-transform: none; max-width: 68ch; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; align-items: start; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.footer-links a { padding-block: 7px; font-size: .9375rem; line-height: 1.55; }
.footer-links .btn { grid-column: 1 / -1; justify-self: start; margin-top: 14px; padding: 12px 24px; }
footer .legacy-links { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); gap: 14px 24px; font-size: .875rem; }
.legacy-page footer > .wrap { max-width: 860px; }
.legacy-page footer p { font-size: .9375rem; max-width: 72ch; line-height: 1.8; margin-top: 28px; }
.legacy-page footer .links { gap: 14px 28px; margin-top: 0; }
.status-strip { padding-block: 28px; }
.status-inner { font-size: .9375rem; line-height: 1.8; }
.detail-page .compliance { font-size: .9375rem; line-height: 1.85; }
@media (max-width: 1180px) {
  .nav { gap: 16px; }
  .navlinks { gap: 12px; }
  .navlinks a { font-size: .75rem; }
  .navlinks a.nav-donate { font-size: .8rem; padding-inline: 17px; }
  .hero-grid { gap: 48px; }
  .brand-statement { padding-left: 26px; }
}
@media (max-width: 1020px) {
  .header-actions { margin-left: auto; gap: 20px; }
  .header-give { display: inline-flex; padding: 10px 18px; font-size: .85rem; min-height: 44px; }
  .hero-grid { gap: 32px; }
  .brand-statement .statement-promise { font-size: 1.8rem; }
  .footer-flex { gap: 44px; }
}
@media (max-width: 760px) {
  .nav { gap: 16px; }
  .header-help { display: none; }
  .hero { padding-block: 32px 44px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { display: flex; flex-direction: column; }
  .hero .eyebrow { order: 0; font-size: .72rem; letter-spacing: .01em; margin-bottom: 18px; }
  .hero h1 { order: 1; margin-bottom: 24px; }
  .hero-pathways { order: 2; margin-bottom: 24px; }
  .hero .lead { order: 3; margin: 0; }
  .hero .btn { min-height: 48px; font-size: .9375rem; padding-inline: 25px; }
  .hero .hero-primary-actions .btn { flex: 0 1 auto; }
  .hero-secondary-actions { gap: 4px 24px; margin-top: 10px; }
  .hero-secondary-actions .text-link { gap: 8px; min-height: 44px; font-size: .825rem; }
  .brand-statement { padding: 22px 0 22px 24px; border-left: 4px solid var(--legend-green); border-top: none; }
  .brand-statement .statement-label { margin-bottom: 14px; }
  .brand-statement .statement-premise { font-size: 1.15rem; }
  .brand-statement .statement-promise { font-size: 1.75rem; margin-top: 8px; }
  .brand-statement::after { margin-top: 20px; width: 56px; }
  .service-row > div:first-child h2 { padding-bottom: 18px; }
  .partner-inner { padding-left: 24px; }
  .footer-flex { grid-template-columns: 1fr; gap: 40px; }
  footer { padding-block: 42px 32px; }
  footer .compliance-box { padding-left: 18px; }
  .footer-links { gap: 12px 18px; }
  footer .legacy-links { gap: 12px 24px; }
}
@media (max-width: 360px) {
  .nav { min-height: 70px; gap: 10px; }
  .brand { font-size: .75rem; }
  .header-give { padding-inline: 14px; font-size: .8rem; }
  .mobile-menu summary { padding-inline: 6px; }
  .hero { padding-top: 24px; }
  .hero h1 { font-size: 1.9rem; line-height: 1.08; margin-bottom: 20px; }
  .hero .eyebrow { font-size: .66rem; margin-bottom: 16px; }
  .hero .eyebrow::before { display: none; }
  .hero-secondary-actions { gap: 0 13px; }
  .hero-secondary-actions .text-link { font-size: .76rem; gap: 6px; }
  .hero .btn { padding-inline: 24px; }
}
