:root {
  --ink: #17211e;
  --green: #123d35;
  --green-2: #2d6655;
  --coral: #ef654f;
  --gold: #f2c854;
  --mint: #dcebe3;
  --sky: #dceaf0;
  --paper: #f6f6f0;
  --white: #ffffff;
  --muted: #65716d;
  --line: rgba(23, 33, 30, 0.18);
  --wrap: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; letter-spacing: 0; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: var(--white); background: var(--green); font-size: 11px; }
.utility-bar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; gap: 24px; }
.utility-bar p { margin: 0; }
.utility-bar p span { margin-inline: 8px; color: var(--gold); }
.utility-bar a { font-weight: 700; text-decoration: none; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(246, 246, 240, 0.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 149px; height: 60px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a { position: relative; color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.nav-donate)::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.primary-nav > a:hover::after, .primary-nav > a.is-current::after { transform: scaleX(1); }
.primary-nav .nav-donate { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 16px; gap: 8px; color: var(--white); background: var(--coral); border: 1px solid var(--coral); border-radius: 3px; transition: color 180ms ease, background 180ms ease; }
.primary-nav .nav-donate:hover { color: var(--coral); background: transparent; }
.menu-toggle { display: none; padding: 8px 0; color: var(--ink); background: none; border: 0; font-weight: 800; cursor: pointer; }

.kicker { margin: 0 0 18px; color: var(--green-2); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.kicker--light { color: var(--mint); }
.kicker--gold { color: var(--gold); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; gap: 10px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn--coral { color: var(--white); background: var(--coral); border-color: var(--coral); }
.btn--coral:hover { color: var(--coral); background: var(--white); }
.btn--gold { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.btn--gold:hover { background: var(--white); }
.btn--light { color: var(--green); background: var(--white); border-color: var(--white); }
.btn--light:hover { color: var(--white); background: transparent; }
.quiet-link, .arrow-link { display: inline-flex; align-items: center; width: fit-content; gap: 8px; font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.quiet-link--light { color: var(--white); }
.arrow-link { color: var(--green); }
.action-row { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }

.home-hero { position: relative; display: flex; align-items: center; min-height: 74svh; overflow: hidden; color: var(--white); background-color: #263a34; background-image: url("../assets/images/hero.jpg"); background-position: center 42%; background-size: cover; isolation: isolate; }
.home-hero::before { position: absolute; z-index: -1; inset: 0; background: rgba(7, 26, 22, 0.69); content: ""; }
.home-hero__inner { display: flex; align-items: flex-end; justify-content: space-between; padding-block: 80px; gap: 60px; }
.home-hero__copy { max-width: 820px; }
.home-hero h1 { margin: 0; font-family: var(--serif); font-size: 84px; font-weight: 400; line-height: 0.96; }
.home-hero h1 em { color: var(--gold); font-weight: 400; }
.home-hero__copy > p:not(.kicker) { max-width: 650px; margin: 28px 0 32px; font-size: 18px; }
.home-hero__note { flex: 0 0 180px; margin: 0 0 4px; padding-left: 16px; border-left: 2px solid var(--gold); font-size: 12px; }

.approach-strip { color: var(--ink); background: var(--gold); }
.approach-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.approach-strip__grid > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; min-height: 92px; padding: 18px 24px; border-left: 1px solid rgba(23, 33, 30, 0.23); }
.approach-strip__grid > div:last-child { border-right: 1px solid rgba(23, 33, 30, 0.23); }
.approach-strip b { color: rgba(23, 33, 30, 0.48); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.approach-strip span { font-size: 13px; }
.approach-strip strong { display: block; font-size: 14px; }

.section { padding-block: 112px; }
.section h2, .split-heading h2, .mission-panel h2, .budget-section h2, .cta-band h2, .form-layout h2, .giving-assurance h2 { margin: 0; font-family: var(--serif); font-size: 64px; font-weight: 400; line-height: 1.03; }
.editorial-grid { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 74px; }
.section-marker { padding-top: 7px; }
.section-marker span { display: block; width: 58px; padding-bottom: 10px; color: var(--coral); border-bottom: 2px solid var(--coral); font-family: var(--serif); font-size: 28px; }
.section-marker p { margin: 12px 0 0; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.editorial-copy { max-width: 830px; }
.editorial-copy h2 { margin: 0; font-family: var(--serif); font-size: 67px; font-weight: 400; line-height: 1.04; }
.large-copy { margin: 32px 0; font-family: var(--serif); font-size: 26px; line-height: 1.4; }
.two-copy { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 34px; gap: 38px; }
.two-copy p { margin: 0; color: #52605b; }

.program-preview { padding-block: 104px; background: var(--white); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr); align-items: end; margin-bottom: 54px; gap: 70px; }
.split-heading > p { max-width: 440px; margin: 0 0 7px; color: var(--muted); }
.program-grid { display: grid; grid-template-columns: 1.25fr 0.875fr 0.875fr; gap: 14px; }
.program-card { position: relative; display: flex; min-height: 460px; overflow: hidden; border-radius: 4px; }
.program-card--image { color: var(--white); background: var(--green); }
.program-card--image::after { position: absolute; inset: 0; background: rgba(10, 30, 25, 0.54); content: ""; }
.program-card--image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.program-card--mint { background: var(--mint); }
.program-card--coral { color: var(--white); background: var(--coral); }
.program-card__content { position: relative; z-index: 1; display: flex; flex: 1; align-items: flex-start; flex-direction: column; justify-content: flex-end; padding: 34px; }
.program-card__content > span { margin-bottom: auto; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.program-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 39px; font-weight: 400; line-height: 1.05; }
.program-card p { margin: 0 0 28px; }
.program-card a { font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }

.statement-band { padding-block: 96px; color: var(--white); background: var(--green); }
.statement-band__inner { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; align-items: center; gap: 60px; }
.statement-band blockquote { max-width: 700px; margin: 0; font-family: var(--serif); font-size: 45px; line-height: 1.15; }

.field-notes { background: var(--paper); }
.split-heading--dark .arrow-link { margin-bottom: 9px; justify-self: end; }
.photo-ledger { display: grid; grid-template-columns: 1.35fr 0.8fr 0.8fr; grid-template-rows: 250px 250px; gap: 14px; }
.photo-ledger figure { position: relative; margin: 0; overflow: hidden; background: var(--mint); }
.photo-ledger__main { grid-row: 1 / span 2; }
.photo-ledger figure:nth-child(2) { grid-column: 2 / span 2; }
.photo-ledger figure a, .photo-ledger img { display: block; width: 100%; height: 100%; }
.photo-ledger img { object-fit: cover; transition: transform 300ms ease; }
.photo-ledger figure:hover img { transform: scale(1.025); }
.photo-ledger figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 13px 16px; color: var(--white); background: rgba(18, 61, 53, 0.9); font-size: 12px; }
.photo-ledger figcaption span { margin-right: 16px; color: var(--gold); font-weight: 800; text-transform: uppercase; }
.field-note-card { display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--sky); }
.field-note-card > span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.field-note-card p { margin: 20px 0; font-family: var(--serif); font-size: 24px; line-height: 1.25; }
.field-note-card a { font-size: 12px; font-weight: 800; text-decoration: none; }

.cta-band { padding-block: 82px; color: var(--white); background: var(--coral); }
.cta-band__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.cta-band h2 { font-size: 59px; }
.cta-band__actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 28px; }

.site-footer { color: var(--white); background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 0.8fr 1.2fr; padding-block: 64px; gap: 90px; }
.brand--footer { padding: 5px 7px; background: var(--white); }
.footer-brand > p { max-width: 430px; margin: 24px 0 0; color: #aeb9b5; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-nav div { display: flex; flex-direction: column; gap: 8px; }
.footer-nav span { margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.footer-nav a { color: #d6dedb; font-size: 13px; text-decoration: none; }
.footer-nav a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 21px; color: #83908b; border-top: 1px solid rgba(255, 255, 255, 0.13); font-size: 11px; }
.footer-bottom p { margin: 0; }

.page-hero { position: relative; display: flex; align-items: flex-end; min-height: 560px; overflow: hidden; color: var(--white); background-color: var(--green); background-position: center; background-size: cover; isolation: isolate; }
.page-hero::before { position: absolute; z-index: -1; inset: 0; background: rgba(7, 28, 23, 0.68); content: ""; }
.page-hero--about { background-image: url("../assets/images/child-portrait.jpg"); background-position: center 43%; }
.page-hero--programs { background-image: url("../assets/images/home-project.jpg"); background-position: center; }
.page-hero--volunteer { background-image: url("../assets/images/volunteer.jpg"); background-position: center 38%; }
.page-hero__inner { padding-block: 84px; }
.page-hero h1 { max-width: 930px; margin: 0; font-family: var(--serif); font-size: 76px; font-weight: 400; line-height: 0.99; }
.page-hero__inner > p:not(.kicker) { max-width: 650px; margin: 26px 0 0; font-size: 18px; }
.page-index { position: sticky; z-index: 20; top: 78px; background: var(--gold); border-bottom: 1px solid rgba(23, 33, 30, 0.2); }
.page-index .wrap { display: flex; align-items: center; min-height: 54px; gap: 30px; }
.page-index span { margin-right: auto; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.page-index a { font-size: 12px; font-weight: 700; text-decoration: none; }

.mission-panel { padding-block: 102px; color: var(--white); background: var(--green); }
.mission-panel__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 100px; }
.mission-list { counter-reset: mission; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.mission-list p { position: relative; margin: 0; padding: 24px 0 24px 58px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-family: var(--serif); font-size: 23px; }
.mission-list p::before { position: absolute; top: 26px; left: 0; color: var(--gold); content: "0" counter(mission); counter-increment: mission; font-family: var(--sans); font-size: 11px; font-weight: 800; }
.values-section { background: var(--white); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid span { color: var(--coral); font-family: var(--serif); font-size: 24px; }
.values-grid h3 { margin: 66px 0 14px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.values-grid p { margin: 0; color: var(--muted); }
.image-quote { position: relative; display: grid; min-height: 660px; overflow: hidden; color: var(--white); background: var(--green); isolation: isolate; }
.image-quote::after { position: absolute; z-index: -1; inset: 0; background: rgba(10, 38, 32, 0.64); content: ""; }
.image-quote > img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.image-quote__copy { width: min(calc(100% - 48px), var(--wrap)); margin: auto; }
.image-quote blockquote { max-width: 850px; margin: 0 0 36px; font-family: var(--serif); font-size: 58px; line-height: 1.1; }

.program-detail { padding-block: 105px; background: var(--paper); }
.program-detail--alt { background: var(--white); }
.program-detail__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 100px; }
.program-detail--alt .program-detail__media { order: 2; }
.program-detail__media { position: relative; min-height: 520px; overflow: hidden; background: var(--mint); }
.program-detail__media img { width: 100%; height: 520px; object-fit: cover; }
.program-detail__media > span:not(.graphic-number) { position: absolute; right: 0; bottom: 0; padding: 11px 15px; color: var(--ink); background: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.program-detail__copy h2 { margin: 0; font-family: var(--serif); font-size: 60px; font-weight: 400; line-height: 1.03; }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 14px 0 14px 28px; border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 0; color: var(--coral); content: "+"; font-weight: 800; }
.program-detail__media--graphic { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 50px; color: var(--white); background: var(--coral); }
.graphic-number { font-family: var(--serif); font-size: 110px; line-height: 0.8; opacity: 0.25; }
.program-detail__media--graphic > p { margin: 42px 0; font-family: var(--serif); font-size: 43px; line-height: 1.08; }
.budget-section { padding-block: 100px; color: var(--white); background: var(--green); }
.budget-section__grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; }
.budget-section__grid > div:first-child > p:not(.kicker) { color: #b7cac3; }
.budget-table { border-top: 1px solid rgba(255, 255, 255, 0.2); }
.budget-table > div { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 24px 0; gap: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.budget-table span { max-width: 260px; color: #b7cac3; }
.budget-table strong { font-family: var(--serif); font-size: 47px; font-weight: 400; white-space: nowrap; }
.budget-table small { color: var(--gold); font-family: var(--sans); font-size: 10px; font-weight: 800; }

.gallery-intro { padding-block: 100px 76px; background: var(--gold); }
.gallery-intro__grid { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 90px; }
.gallery-intro h1 { margin: 0; font-family: var(--serif); font-size: 80px; font-weight: 400; line-height: 0.98; }
.gallery-intro__grid > p { max-width: 450px; margin: 0 0 8px; }
.gallery-section { padding-block: 84px 110px; background: var(--paper); }
.gallery-wall { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 330px; gap: 36px 14px; }
.gallery-item { margin: 0; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item button { position: relative; display: block; width: 100%; height: calc(100% - 46px); padding: 0; overflow: hidden; background: var(--mint); border: 0; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.gallery-item button:hover img { transform: scale(1.025); }
.gallery-item button > span { position: absolute; right: 10px; bottom: 10px; padding: 6px 8px; color: var(--ink); background: var(--gold); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.gallery-item figcaption { display: flex; align-items: baseline; padding-top: 9px; gap: 14px; }
.gallery-item figcaption b { color: var(--coral); font-family: var(--serif); font-size: 19px; font-weight: 400; }
.gallery-item figcaption p { margin: 0; font-size: 12px; }
.lightbox { width: min(calc(100% - 32px), 1040px); max-height: calc(100svh - 32px); padding: 0; color: var(--white); background: var(--ink); border: 0; border-radius: 3px; }
.lightbox::backdrop { background: rgba(5, 16, 13, 0.88); }
.lightbox img { width: 100%; max-height: calc(100svh - 120px); object-fit: contain; }
.lightbox p { margin: 0; padding: 15px 18px; }
.lightbox__close { position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; color: var(--white); background: var(--green); border: 1px solid rgba(255,255,255,0.35); border-radius: 50%; font-size: 27px; cursor: pointer; }

.volunteer-intro { background: var(--white); }
.commitment-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.commitment-list p { margin: 0; padding: 17px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.form-section { padding-block: 100px; color: var(--white); background: var(--green); }
.form-section--light { color: var(--ink); background: var(--paper); }
.form-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; }
.form-layout__intro > p:not(.kicker) { max-width: 420px; color: #b7cac3; }
.form-section--light .form-layout__intro > p:not(.kicker) { color: var(--muted); }
.form-aside { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.2); }
.form-aside span { display: block; color: var(--gold); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.form-aside a { display: block; margin-top: 7px; overflow-wrap: anywhere; font-family: var(--serif); font-size: 20px; text-decoration: none; }
.site-form { display: flex; flex-direction: column; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.site-form label { display: flex; flex-direction: column; gap: 7px; color: var(--mint); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.site-form label small { color: #91a7a0; font-weight: 400; }
.site-form input, .site-form select, .site-form textarea { width: 100%; padding: 13px 14px; color: var(--white); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.28); border-radius: 2px; outline: 0; text-transform: none; }
.site-form select option { color: var(--ink); }
.site-form textarea { resize: vertical; }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(242,200,84,0.2); }
.site-form .btn { align-self: flex-start; min-width: 180px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.check-field { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; text-transform: none !important; }
.check-field input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--gold); }
.site-form--dark label { color: var(--green); }
.site-form--dark input, .site-form--dark select, .site-form--dark textarea { color: var(--ink); background: var(--white); border-color: var(--line); }
.social-link { display: inline-flex; margin-top: 30px; gap: 8px; color: var(--green); font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }

.contact-hero { padding-block: 105px; background: var(--gold); }
.contact-hero__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: start; gap: 100px; }
.contact-hero h1 { margin: 0; font-family: var(--serif); font-size: 73px; font-weight: 400; line-height: 1; }
.contact-hero__grid > div:first-child > p:not(.kicker) { max-width: 470px; margin: 28px 0 0; font-size: 18px; }
.contact-directory { border-top: 1px solid rgba(23,33,30,0.3); }
.contact-directory a, .contact-directory button { display: grid; grid-template-columns: 72px minmax(0,1fr) 38px; align-items: center; width: 100%; padding: 20px 0; gap: 18px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(23,33,30,0.3); text-align: left; text-decoration: none; cursor: pointer; }
.contact-directory span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.contact-directory strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.25; }
.contact-directory b { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(23,33,30,0.32); border-radius: 50%; }

.donate-hero { padding-block: 105px; color: var(--white); background: var(--green); }
.donate-hero__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 100px; }
.donate-hero h1 { margin: 0; font-family: var(--serif); font-size: 77px; font-weight: 400; line-height: 0.99; }
.donate-hero__grid > div:first-child > p:not(.kicker) { max-width: 620px; margin: 28px 0 0; color: #c4d3ce; font-size: 18px; }
.donate-action { padding: 36px; color: var(--ink); background: var(--white); border-top: 7px solid var(--gold); }
.donate-action > span { color: var(--coral); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.donate-action h2 { margin: 15px 0; font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.1; }
.donate-action p { color: var(--muted); }
.copy-button { display: block; margin-top: 16px; padding: 0; color: var(--green); background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; cursor: pointer; }
.giving-paths { background: var(--paper); }
.giving-paths__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.giving-paths article { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.giving-paths span { color: var(--coral); font-family: var(--serif); font-size: 24px; }
.giving-paths h3 { margin: 72px 0 14px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.giving-paths p { margin: 0; color: var(--muted); }
.giving-assurance { padding-block: 90px; background: var(--gold); }
.giving-assurance__grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; }
.giving-assurance__grid > div:last-child { max-width: 670px; }

.error-page { display: grid; min-height: 100svh; place-items: center; padding: 30px; color: var(--white); background: var(--green); }
.error-page main { width: min(100%, 850px); }
.brand--error { margin-bottom: 70px; padding: 5px; background: var(--white); }
.error-page h1 { margin: 0; font-family: var(--serif); font-size: 78px; font-weight: 400; line-height: 1; }
.error-page main > p:not(.kicker) { max-width: 520px; margin: 28px 0 34px; color: #bdd0c9; }

@media (max-width: 1040px) {
  .primary-nav { gap: 16px; }
  .primary-nav > a { font-size: 12px; }
  .home-hero h1 { font-size: 70px; }
  .section h2, .split-heading h2, .mission-panel h2, .budget-section h2, .cta-band h2, .form-layout h2, .giving-assurance h2, .editorial-copy h2 { font-size: 54px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-card--image { grid-column: span 2; }
  .program-card { min-height: 400px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .utility-bar { display: none; }
  .header-inner { min-height: 68px; }
  .brand img { width: 126px; height: 50px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; z-index: 99; top: 68px; right: 0; left: 0; display: grid; padding: 18px 20px 28px; gap: 0; color: var(--white); background: var(--green); box-shadow: 0 22px 35px rgba(10,30,25,0.32); transform: translateY(-130%); transition: transform 220ms ease; }
  .primary-nav.is-open { transform: translateY(0); }
  .primary-nav > a { padding: 13px 4px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.16); font-size: 15px; }
  .primary-nav > a::after { display: none; }
  .primary-nav .nav-donate { margin-top: 16px; justify-content: center; }
  .home-hero { min-height: 74svh; }
  .home-hero__inner { padding-block: 65px; }
  .home-hero__note { display: none; }
  .approach-strip__grid { grid-template-columns: 1fr; padding-block: 4px; }
  .approach-strip__grid > div, .approach-strip__grid > div:last-child { min-height: 64px; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(23,33,30,0.22); border-left: 0; }
  .approach-strip__grid > div:last-child { border-bottom: 0; }
  .section { padding-block: 82px; }
  .editorial-grid, .mission-panel__grid, .program-detail__grid, .budget-section__grid, .form-layout, .contact-hero__grid, .donate-hero__grid, .giving-assurance__grid { grid-template-columns: 1fr; gap: 48px; }
  .section-marker { display: none; }
  .split-heading, .gallery-intro__grid { grid-template-columns: 1fr; gap: 24px; }
  .statement-band__inner { grid-template-columns: 1fr; gap: 30px; }
  .statement-band__inner .kicker { margin-bottom: 0; }
  .photo-ledger { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 230px 230px; }
  .photo-ledger__main { grid-column: span 2; grid-row: auto; }
  .photo-ledger figure:nth-child(2) { grid-column: span 2; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .cta-band__actions { justify-content: flex-start; }
  .footer-main { grid-template-columns: 1fr; gap: 48px; }
  .page-hero { min-height: 500px; }
  .page-hero h1 { font-size: 62px; }
  .page-index { top: 68px; overflow-x: auto; }
  .page-index .wrap { width: max-content; min-width: 100%; padding-inline: 20px; }
  .program-detail--alt .program-detail__media { order: initial; }
  .program-detail__media, .program-detail__media img { min-height: 430px; height: 430px; }
  .gallery-wall { grid-template-columns: 1fr 1fr; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: auto; }
  .donate-action { max-width: 620px; }
}

@media (max-width: 590px) {
  .wrap { width: min(calc(100% - 30px), var(--wrap)); }
  .home-hero { min-height: 70svh; background-position: 60% center; }
  .home-hero__inner { padding-block: 48px; }
  .home-hero h1 { font-size: 49px; }
  .home-hero__copy > p:not(.kicker) { font-size: 15px; }
  .action-row { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section h2, .split-heading h2, .mission-panel h2, .budget-section h2, .cta-band h2, .form-layout h2, .giving-assurance h2, .editorial-copy h2 { font-size: 43px; }
  .large-copy { font-size: 22px; }
  .two-copy, .commitment-list, .field-row { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card--image { grid-column: auto; }
  .program-card { min-height: 390px; }
  .statement-band blockquote { font-size: 34px; }
  .photo-ledger { grid-template-columns: 1fr; grid-template-rows: 310px 230px auto; }
  .photo-ledger__main, .photo-ledger figure:nth-child(2) { grid-column: auto; }
  .field-note-card { min-height: 260px; }
  .footer-nav { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .page-hero { min-height: 460px; }
  .page-hero__inner { padding-block: 58px; }
  .page-hero h1 { font-size: 47px; }
  .page-hero__inner > p:not(.kicker) { font-size: 15px; }
  .page-index a { font-size: 11px; }
  .values-grid, .giving-paths__grid { grid-template-columns: 1fr; }
  .values-grid article, .giving-paths article { min-height: 240px; }
  .values-grid h3, .giving-paths h3 { margin-top: 40px; }
  .image-quote { min-height: 560px; }
  .image-quote__copy { width: min(calc(100% - 30px), var(--wrap)); }
  .image-quote blockquote { font-size: 39px; }
  .program-detail { padding-block: 75px; }
  .program-detail__media, .program-detail__media img { min-height: 340px; height: 340px; }
  .program-detail__copy h2 { font-size: 43px; }
  .program-detail__media--graphic { padding: 32px; }
  .graphic-number { font-size: 80px; }
  .program-detail__media--graphic > p { font-size: 35px; }
  .budget-table > div { grid-template-columns: 1fr; gap: 8px; }
  .budget-table strong { font-size: 39px; }
  .gallery-intro { padding-block: 72px 55px; }
  .gallery-intro h1 { font-size: 52px; }
  .gallery-wall { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-item--wide { grid-column: auto; }
  .contact-hero { padding-block: 75px; }
  .contact-hero h1, .donate-hero h1 { font-size: 49px; }
  .contact-directory a, .contact-directory button { grid-template-columns: 60px minmax(0,1fr) 34px; gap: 10px; }
  .contact-directory strong { font-size: 17px; }
  .donate-hero { padding-block: 75px; }
  .donate-action { padding: 25px; }
  .donate-action h2 { font-size: 31px; }
  .error-page h1 { font-size: 50px; }
}

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