:root {
  --forest-950: #0b2a20;
  --forest-900: #123b2d;
  --forest-800: #194b39;
  --forest-700: #256348;
  --forest-600: #347b57;
  --mint-200: #cce2d3;
  --mint-100: #e8f1ea;
  --cream-50: #fbfaf6;
  --cream-100: #f4f0e6;
  --white: #fff;
  --ink: #17231e;
  --muted: #596760;
  --line: #dce3dd;
  --gold: #e8b84a;
  --coral: #db7755;
  --purple: #795c9e;
  --radius-sm: .55rem;
  --radius-md: 1rem;
  --radius-lg: 1.75rem;
  --radius-xl: 2.5rem;
  --shadow: 0 20px 60px rgb(15 54 40 / .10);
  --container: min(1180px, calc(100% - 2.5rem));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-50); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.68; letter-spacing: .002em; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.018em; line-height: 1.12; }
h1 { font-size: clamp(3rem, 7vw, 6rem); }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.7rem); }
h3 { font-size: 1.28rem; line-height: 1.25; }
p { color: var(--muted); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 1000; background: var(--white); color: var(--forest-900); padding: .75rem 1rem; border-radius: .5rem; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgb(251 250 246 / .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgb(18 59 45 / .08); }
.header-shell { width: var(--container); min-height: 96px; margin: auto; display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); align-items: center; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; min-width: max-content; }
.brand img { width: 62px; height: 62px; object-fit: contain; border-radius: 50%; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { color: var(--forest-900); font-family: Georgia, serif; font-size: 1.4rem; letter-spacing: .06em; }
.brand small { color: var(--muted); font-size: .68rem; margin-top: .26rem; }
.primary-nav { grid-column: 2; display: flex; align-items: center; justify-content: center; gap: clamp(.85rem, 1.45vw, 1.5rem); }
.primary-nav > a { position: relative; color: #34433c; font-size: .86rem; font-weight: 700; letter-spacing: .01em; text-decoration: none; padding: .65rem 0; white-space: nowrap; }
.primary-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .15rem; height: 2px; background: var(--forest-600); transition: right .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.header-donate { grid-column: 3; justify-self: end; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: var(--white); border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle > span:not(.sr-only) { width: 19px; height: 2px; background: var(--forest-900); }

.button { appearance: none; min-height: 48px; border: 1px solid transparent; border-radius: 999px; padding: .78rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 750; font-size: .9rem; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--forest-700); box-shadow: 0 8px 24px rgb(37 99 72 / .2); }
.button-primary:hover { background: var(--forest-900); }
.button-secondary { color: var(--forest-900); background: transparent; border-color: var(--forest-700); }
.button-secondary:hover { background: var(--mint-100); }
.button-light { color: var(--forest-900); background: var(--white); }
.button-light:hover { box-shadow: 0 8px 30px rgb(0 0 0 / .14); }
.button-outline-light { color: var(--white); background: rgb(255 255 255 / .06); border-color: rgb(255 255 255 / .56); }
.button-outline-light:hover { background: rgb(255 255 255 / .14); }
.button-small { min-height: 40px; padding: .55rem 1rem; font-size: .82rem; }
.donation-action { min-width: 158px; min-height: 54px; padding: .86rem 1.35rem; color: var(--forest-950); background: var(--gold); border-color: rgb(255 255 255 / .45); font-size: .94rem; font-weight: 850; box-shadow: 0 0 0 4px rgb(255 255 255 / .09), 0 12px 28px rgb(5 35 25 / .22); }
.donation-action::after { content: "→"; font-size: 1.12rem; line-height: 1; transition: transform .2s ease; }
.donation-action:hover { color: var(--forest-950); background: #f3c95f; box-shadow: 0 0 0 6px rgb(255 255 255 / .13), 0 15px 34px rgb(5 35 25 / .27); }
.donation-action:hover::after { transform: translateX(4px); }
.donation-action:focus-visible { outline-color: var(--white); }
.header-donate.donation-action { min-width: 134px; min-height: 48px; padding: .72rem 1.05rem; font-size: .84rem; }
.text-link { color: var(--forest-700); font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--mint-200); padding-bottom: .18rem; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--white); border-color: rgb(255 255 255 / .3); }
.eyebrow { display: inline-block; color: var(--forest-700); text-transform: uppercase; font-weight: 800; letter-spacing: .105em; font-size: .74rem; margin-bottom: 1.15rem; }
.eyebrow-light { color: #d9ebde; }

.home-hero { position: relative; isolation: isolate; min-height: calc(100vh - 96px); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: clamp(3rem, 6vw, 6rem); padding: clamp(4.5rem, 8vw, 7.5rem) max(1.25rem, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--forest-900); }
.hero-photo-background { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.hero-photo-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.02); transform: scale(1.01); }
.hero-photo-wash { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgb(3 38 27 / .96) 0%, rgb(5 52 36 / .9) 34%, rgb(8 70 46 / .72) 64%, rgb(7 68 44 / .64) 100%), linear-gradient(0deg, rgb(1 28 19 / .48), transparent 60%); }
.hero-copy { position: relative; z-index: 3; max-width: 810px; }
.hero-copy h1 { color: var(--white); margin-bottom: 1.7rem; max-width: 720px; font-size: clamp(3.45rem, 6.2vw, 6.35rem); line-height: 1.04; letter-spacing: -.014em; }
.hero-copy h1 em { display: block; color: #ffd35e; font-weight: 400; }
.hero-copy > p { color: #d5e2d9; font-size: clamp(1.08rem, 2vw, 1.3rem); max-width: 670px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0 2.5rem; }
.hero-trust { display: flex; align-items: center; gap: .7rem; max-width: 570px; padding-top: 1.3rem; border-top: 1px solid rgb(255 255 255 / .16); }
.hero-trust > span { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-900); background: var(--gold); font-weight: 900; }
.hero-trust p { margin: 0; color: #c4d4ca; font-size: .85rem; }
.hero-brand-stage { position: relative; z-index: 2; min-height: 630px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.15rem; padding: 1rem 0; }
.hero-logo-halo { position: relative; z-index: 2; width: min(88%, 470px); display: flex; flex-direction: column; align-items: center; gap: .9rem; }
.hero-main-logo { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border: 7px solid rgb(255 255 255 / .94); border-radius: 50%; box-shadow: 0 30px 80px rgb(0 0 0 / .42); }
.hero-logo-caption { position: static; transform: none; width: max-content; max-width: 100%; padding: .7rem 1.2rem; border-radius: 999px; color: var(--forest-900); background: #ffdb71; box-shadow: 0 10px 30px rgb(0 0 0 / .2); font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.hero-project-link { position: relative; z-index: 4; width: min(88%, 470px); padding: 1rem 1.1rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .2rem .7rem; border: 1px solid rgb(255 255 255 / .3); border-radius: var(--radius-md); color: var(--white); background: rgb(5 43 29 / .78); box-shadow: 0 18px 50px rgb(0 0 0 / .22); backdrop-filter: blur(14px); text-decoration: none; }
.hero-project-link small, .hero-project-link strong { grid-column: 1; }
.hero-project-link small { color: #bcd2c3; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-project-link strong { font-size: .92rem; }
.hero-project-link > span { grid-column: 2; grid-row: 1 / 3; color: #ffda70; font-size: 1.25rem; }
.hero-color-dots { position: absolute; z-index: 2; top: 2.2rem; right: 2.2rem; display: flex; gap: .45rem; }
.hero-color-dots span { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.hero-color-dots span:nth-child(2) { background: var(--coral); }
.hero-color-dots span:nth-child(3) { background: #2475ca; }
.hero-color-dots span:nth-child(4) { background: var(--purple); }
.hero-scroll { position: absolute; z-index: 3; left: max(1.25rem, calc((100vw - 1180px) / 2)); bottom: 1.5rem; display: flex; align-items: center; gap: .75rem; color: #aac0b2; font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; }
.hero-scroll span { width: 44px; height: 1px; background: #aac0b2; }

.pathways { width: min(1280px, calc(100% - 1.5rem)); margin: 2rem auto 0; padding: clamp(3.5rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 4rem); border-radius: var(--radius-xl); background: linear-gradient(135deg, #e4f5e8, #f1f9ec); }
.pathways-heading { max-width: 700px; margin-bottom: 2.6rem; }
.pathways-heading h2 { color: var(--forest-900); margin-bottom: 0; }
.pathway-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd6ce; border-left: 1px solid #cbd6ce; }
.pathway-card { position: relative; min-height: 255px; padding: 1.5rem; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border: 0; border-right: 1px solid #cbd6ce; border-bottom: 1px solid #cbd6ce; color: var(--ink); background: transparent; text-decoration: none; cursor: pointer; transition: color .22s, background .22s, transform .22s; }
.pathway-card:hover { z-index: 2; color: var(--white); background: var(--forest-700); transform: translateY(-5px); }
.pathway-number { color: var(--forest-600); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.pathway-card:hover .pathway-number, .pathway-card:hover p { color: #d6e4db; }
.pathway-card h3 { max-width: 210px; margin: auto 0 .8rem; font-family: Georgia, serif; font-size: 1.55rem; }
.pathway-card p { margin: 0; font-size: .84rem; }
.pathway-arrow { position: absolute; top: 1.2rem; right: 1.2rem; font-size: 1.25rem; }
.pathway-card[data-open-donation] { border-color: rgb(232 184 74 / .62); background: #fff8e2; box-shadow: inset 0 4px 0 var(--gold); }
.pathway-card[data-open-donation] .pathway-number, .pathway-card[data-open-donation] .pathway-arrow { color: #9a6810; }
.home-about { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.home-about-heading h2 { color: var(--forest-900); }
.home-about-heading > p { max-width: 480px; margin-top: 1.4rem; font-size: 1.02rem; }
.prose-lead { color: var(--ink); font-family: Georgia, serif; font-size: 1.42rem; line-height: 1.45; }

.content-section, .home-projects, .home-news, .volunteer-call { width: var(--container); margin: auto; padding: clamp(5rem, 8vw, 8rem) 0; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.split-section h2 { color: var(--forest-900); }
.prose { font-size: 1.06rem; max-width: 680px; }
.prose p { margin-bottom: 1.3rem; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading h2 { color: var(--forest-900); margin-bottom: 1rem; }
.section-heading-row { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.section-heading-row > p { max-width: 460px; margin-bottom: .5rem; }
.soft-panel { background: var(--mint-100); width: min(1240px, calc(100% - 1.5rem)); padding: clamp(3rem, 7vw, 6rem); border-radius: var(--radius-xl); }
.local-presence { margin-bottom: clamp(3rem, 6vw, 5rem); }

.story-photo-band { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: stretch; gap: clamp(2rem, 5vw, 4.5rem); padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.story-photo-band figure, .project-section-visual figure { margin: 0; overflow: hidden; border-radius: var(--radius-xl); background: var(--mint-100); box-shadow: var(--shadow); }
.story-photo-band figure { position: relative; min-height: 100%; height: auto; }
.story-photo-band img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.story-photo-band h2 { color: var(--forest-900); }
.story-photo-band figcaption { position: absolute; inset: auto 1.25rem 1.25rem; display: grid; gap: .25rem; padding: 1rem 1.15rem; color: var(--white); background: rgb(5 55 39 / .9); border: 1px solid rgb(255 255 255 / .22); border-radius: 16px; backdrop-filter: blur(8px); }
.story-photo-band figcaption span { color: #ffd35e; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.story-photo-band figcaption strong { font-family: var(--font-serif); font-size: clamp(1rem, 1.6vw, 1.3rem); line-height: 1.25; }
.story-photo-copy { display: flex; flex-direction: column; justify-content: center; padding-block: .5rem; }
.story-photo-copy h2 { margin: .5rem 0 1.25rem; max-width: 550px; }
.story-photo-lead { max-width: 620px; font-size: 1.05rem; line-height: 1.75; }
.support-pillars { display: grid; gap: .7rem; margin: 1.7rem 0 2rem; padding: 0; list-style: none; }
.support-pillars li { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; align-items: center; padding: .9rem 1rem; background: var(--mint-100); border: 1px solid rgb(28 103 76 / .12); border-radius: 16px; }
.support-pillars li > span { display: grid; place-items: center; width: 46px; aspect-ratio: 1; color: var(--forest-800); background: #ffd35e; border-radius: 14px; font-size: 1.15rem; font-weight: 800; }
.support-pillars strong { display: block; margin-bottom: .15rem; color: var(--forest-900); font-size: .95rem; }
.support-pillars p { margin: 0; font-size: .84rem; line-height: 1.5; }
.story-photo-cta { align-self: flex-start; }

.project-photo-section { padding-top: 3rem; }
.project-photo-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-template-rows: repeat(2, 245px); gap: 1rem; }
.project-photo-grid figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--mint-100); box-shadow: 0 12px 34px rgb(15 54 40 / .1); }
.project-photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-photo-grid figure:hover img { transform: scale(1.035); }
.project-photo-main { grid-row: 1 / 3; }
.project-photo-wide { grid-column: 2 / 4; }
.project-photo-wide img, .story-crop img { object-position: 50% 48%; }
.project-photo-grid figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1.1rem .9rem; color: var(--white); background: linear-gradient(transparent, rgb(4 35 25 / .82)); font-size: .8rem; font-weight: 800; }
.project-section-visual { display: grid; gap: 1.5rem; }
.project-section-visual figure { width: min(100%, 460px); height: clamp(230px, 22vw, 290px); }
.project-section-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.project-section-visual .story-crop img { object-position: 50% 42%; }
.project-story-section { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(3.5rem, 7vw, 7rem); }
.project-story-copy { max-width: 610px; padding-block: 1.5rem; }
.project-story-copy > .eyebrow { display: block; margin-bottom: 1rem; }
.project-story-copy > p:first-of-type { color: var(--forest-900); font-family: Georgia, serif; font-size: clamp(1.17rem, 1.55vw, 1.38rem); line-height: 1.55; }
.project-story-copy > p:last-child { max-width: 590px; }

.home-projects { width: min(1280px, calc(100% - 1.5rem)); margin-top: 1rem; padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 4rem); border-radius: var(--radius-xl); background: linear-gradient(145deg, #e4f1fb, #eef8f3 72%); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.project-card { overflow: hidden; border-radius: var(--radius-lg); background: var(--white); border: 1px solid rgb(18 59 45 / .08); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-card-art { position: relative; min-height: 230px; display: flex; align-items: end; padding: 1.5rem; overflow: hidden; background: var(--forest-700); }
.project-card-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.project-card-art::before { content: ""; position: absolute; z-index: 1; inset: 0; }
.project-card:hover .project-card-art img { transform: scale(1.045); }
.project-card-art span { position: relative; z-index: 2; color: var(--white); font-family: Georgia, serif; font-size: 2.4rem; text-shadow: 0 2px 18px rgb(0 0 0 / .42); }
.art-green::before { background: linear-gradient(180deg, rgb(18 92 65 / .04) 25%, rgb(8 66 46 / .9) 100%); }
.art-gold::before { background: linear-gradient(180deg, rgb(182 126 25 / .02) 25%, rgb(150 96 11 / .88) 100%); }
.art-purple::before { background: linear-gradient(180deg, rgb(73 48 105 / .03) 25%, rgb(65 41 91 / .9) 100%); }
.project-card-body { padding: 1.6rem; }
.project-card-body h3 { color: var(--forest-900); margin-bottom: .8rem; }
.card-kicker { margin-bottom: .55rem; color: var(--forest-600); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.projects-footer { margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.projects-footer span { color: var(--muted); font-size: .78rem; }

.journey-section { position: relative; overflow: hidden; width: min(1280px, calc(100% - 1.5rem)); margin: 2rem auto 0; padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 5vw, 5rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(125deg, #5c3280, #8b57b4); }
.journey-section::after { content: ""; position: absolute; width: 360px; height: 360px; left: -170px; bottom: -190px; border: 50px solid rgb(255 255 255 / .07); border-radius: 50%; }
.journey-heading { position: relative; z-index: 1; }
.journey-heading h2, .journey-heading p { color: var(--white); }
.journey-heading p { opacity: .8; }
.journey-paths { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.journey-paths span { padding: .4rem .72rem; border: 1px solid rgb(255 255 255 / .24); border-radius: 999px; color: #f4edf8; background: rgb(255 255 255 / .08); font-size: .72rem; font-weight: 800; }
.journey-steps { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; }
.journey-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid rgb(255 255 255 / .22); }
.journey-steps li:last-child { border-bottom: 1px solid rgb(255 255 255 / .22); }
.journey-steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #4d2d64; background: #eac56b; font-size: .72rem; font-weight: 900; }
.journey-steps h3 { color: var(--white); margin-bottom: .35rem; }
.journey-steps p { color: #e3d9e9; margin: 0; font-size: .86rem; }

.impact-preview { width: min(1280px, calc(100% - 1.5rem)); margin: 2rem auto 0; padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(130deg, #06426c, #0a6b76); }
.impact-preview h2, .impact-preview p { color: var(--white); }
.impact-copy p { opacity: .78; max-width: 520px; }
.impact-facts { list-style: none; margin: 1.7rem 0 0; padding: 0; display: grid; gap: .55rem; }
.impact-facts li { position: relative; padding-left: 1.45rem; color: #e0f0ef; font-size: .86rem; }
.impact-facts li::before { content: "✓"; position: absolute; left: 0; color: #8fe0dd; font-weight: 900; }
.impact-links { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin-top: 2rem; }
.impact-cards { display: grid; grid-template-columns: 1fr 1fr; }
.impact-cards div { min-height: 245px; padding: 1.6rem; display: flex; flex-direction: column; justify-content: flex-start; border: 1px solid rgb(255 255 255 / .18); }
.impact-cards div:nth-child(2), .impact-cards div:nth-child(4) { border-left: 0; }
.impact-cards div:nth-child(3), .impact-cards div:nth-child(4) { border-top: 0; }
.impact-cards small { color: #8fe0dd; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.impact-cards strong { margin-top: auto; font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.15; }
.impact-cards p { margin: .65rem 0 0; color: #d4e8e8; font-size: .79rem; line-height: 1.5; }
.impact-detail { display: block; margin-top: .65rem; padding-top: .65rem; border-top: 1px solid rgb(255 255 255 / .14); color: #9fe1df; font-size: .69rem; line-height: 1.45; font-weight: 750; }

.impact-numbers { position: relative; overflow: hidden; width: min(1280px, calc(100% - 1.5rem)); margin: 2rem auto 0; padding: clamp(4rem, 7vw, 6rem) clamp(1.5rem, 5vw, 5rem); border: 1px solid rgb(18 59 45 / .09); border-radius: var(--radius-xl); background: linear-gradient(145deg, #fff7df 0%, #f7f1e4 52%, #edf7ee 100%); }
.impact-numbers::before { content: ""; position: absolute; width: 340px; height: 340px; top: -210px; right: -120px; border: 48px solid rgb(37 122 87 / .07); border-radius: 50%; }
.impact-numbers-heading { position: relative; max-width: 850px; margin: 0 auto 3rem; text-align: center; }
.impact-numbers-heading h2 { margin: .65rem 0 1rem; color: var(--forest-900); }
.impact-numbers-heading blockquote { margin: 0 auto; max-width: 780px; color: #596b62; font-family: Georgia, serif; font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.6; }
.impact-number-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.impact-number-grid article { --stat-color: var(--forest-700); min-height: 310px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem; border: 1px solid rgb(18 59 45 / .1); border-radius: 22px; background: rgb(255 255 255 / .88); box-shadow: 0 14px 40px rgb(43 72 59 / .08); transition: transform .25s ease, box-shadow .25s ease; }
.impact-number-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgb(43 72 59 / .13); }
.impact-number-grid article:nth-child(2) { --stat-color: #2678b9; }
.impact-number-grid article:nth-child(3) { --stat-color: #b97918; }
.impact-number-grid article:nth-child(4) { --stat-color: #704b91; }
.impact-number-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1.35rem; color: var(--stat-color); background: color-mix(in srgb, var(--stat-color) 12%, white); border-radius: 15px; }
.impact-number-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.impact-number-grid article > strong { color: var(--stat-color); font-family: Georgia, serif; font-size: clamp(2.65rem, 4vw, 4rem); line-height: .95; letter-spacing: -.04em; }
.impact-number-grid h3 { margin: .85rem 0 .55rem; color: var(--forest-950); font-family: inherit; font-size: 1rem; line-height: 1.25; }
.impact-number-grid p { margin: 0; color: #65756c; font-size: .84rem; line-height: 1.6; }
.impact-numbers-footer { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 2rem; margin-top: 1.7rem; padding-top: 1.2rem; border-top: 1px solid rgb(18 59 45 / .12); }
.impact-numbers-footer p { max-width: 760px; margin: 0; color: #6b796f; font-size: .75rem; line-height: 1.5; }
.impact-numbers-footer .text-link { flex: 0 0 auto; }

.quote-section { max-width: 1180px; margin: 2rem auto; padding: 1rem; display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); align-items: stretch; gap: clamp(2rem, 4vw, 4rem); border: 1px solid rgb(18 59 45 / .08); border-radius: var(--radius-xl); background: linear-gradient(135deg, #f7edda, #e9f3eb); }
.quote-visual { position: relative; min-height: 430px; margin: 0; overflow: hidden; border-radius: calc(var(--radius-xl) - .65rem); background: var(--forest-900); }
.quote-visual::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgb(7 44 32 / .92)); }
.quote-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; }
.quote-visual figcaption { position: absolute; z-index: 1; inset: auto 2rem 2rem; color: var(--white); }
.quote-visual figcaption span { display: block; margin-bottom: .65rem; color: #f2cf76; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.quote-visual figcaption strong { display: block; max-width: 330px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; font-weight: 500; }
.quote-copy { align-self: center; padding: clamp(1.5rem, 3vw, 2.8rem) clamp(1rem, 3vw, 2.8rem) clamp(1.5rem, 3vw, 2.8rem) 0; }
.quote-symbol { width: 52px; height: 52px; margin: 0 0 1.35rem; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--coral); font-family: Georgia, serif; font-size: 2.45rem; line-height: 1; box-shadow: 0 10px 26px rgb(151 75 49 / .2); }
.quote-copy blockquote { margin: 0; color: var(--forest-900); font-family: Georgia, serif; font-size: clamp(1.5rem, 2.35vw, 2.3rem); line-height: 1.22; letter-spacing: -.025em; }
.quote-copy blockquote span, .quote-copy blockquote strong { display: block; }
.quote-copy blockquote strong { position: relative; width: fit-content; margin: .65rem 0; color: #a65336; font-weight: 500; }
.quote-copy blockquote strong::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.12rem; height: 5px; border-radius: 999px; background: rgb(232 184 74 / .6); }
.quote-copy > p { margin: 1.5rem 0 0; color: var(--forest-700); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.empty-state { min-height: 320px; padding: 3rem; border: 1px dashed #a9bbb0; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: var(--mint-100); }
.empty-state.compact { min-height: 150px; flex-direction: row; text-align: left; justify-content: flex-start; gap: 1.5rem; }
.empty-state.compact .button { margin-left: auto; }
.empty-state-mark { color: var(--forest-600); font-family: Georgia, serif; font-size: 2rem; }
.empty-state h3 { margin: .7rem 0 .4rem; }
.empty-state p { margin: 0; max-width: 640px; }
.home-news .section-heading { margin-bottom: 2rem; }

.public-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.public-blog-grid > .empty-state { grid-column: 1 / -1; }
.public-post-card { overflow: hidden; display: flex; flex-direction: column; min-height: 390px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 10px 35px rgb(15 54 40 / .06); transition: transform .2s ease, box-shadow .2s ease; }
.public-post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.public-post-cover { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--mint-100); }
.public-post-card-body { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem; }
.public-post-card-body h3 { color: var(--forest-900); margin: .45rem 0 .75rem; font-family: Georgia, serif; font-size: 1.65rem; }
.public-post-card-body > p:not(.public-post-meta) { font-size: .9rem; }
.public-post-card-body .text-link { margin-top: auto; }
.public-post-meta { margin: 0; color: var(--forest-600); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.public-post-detail { max-width: 900px; margin: 0 auto; padding-top: 1rem; }
.public-post-back { display: inline-flex; margin-bottom: 2rem; color: var(--forest-700); font-weight: 800; text-decoration: none; }
.public-post-hero { width: 100%; max-height: 520px; margin-bottom: 2.2rem; object-fit: cover; border-radius: var(--radius-lg); background: var(--mint-100); }
.public-post-detail h2 { margin: .7rem 0 1.2rem; color: var(--forest-900); }
.public-post-lead { color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.25rem, 2.4vw, 1.65rem); line-height: 1.5; }
.public-post-body { max-width: 760px; margin: 2rem 0 2.5rem; }
.public-post-body p { margin-bottom: 1.35rem; color: #34433c; font-size: 1.03rem; white-space: pre-line; }

.help-options { width: min(1280px, calc(100% - 1.5rem)); margin: 0 auto 2rem; padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 4rem); border-radius: var(--radius-xl); background: linear-gradient(135deg, #fff0c7, #f9f5dc); }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.help-grid article { min-height: 255px; padding: 1.5rem; display: flex; flex-direction: column; border-radius: var(--radius-lg); background: var(--white); border: 1px solid rgb(18 59 45 / .08); }
.help-grid article > span { color: var(--coral); font-size: 1.3rem; }
.help-grid article:nth-child(2) > span { color: var(--gold); }
.help-grid article:nth-child(3) > span { color: var(--forest-600); }
.help-grid article:nth-child(4) > span { color: var(--purple); }
.help-grid h3 { margin: auto 0 .45rem; color: var(--forest-900); font-family: Georgia, serif; font-size: 1.6rem; }
.help-grid p { font-size: .84rem; }
.help-grid a, .help-grid button { width: fit-content; padding: 0 0 .2rem; border: 0; border-bottom: 1px solid var(--mint-200); color: var(--forest-700); background: transparent; font-weight: 800; text-decoration: none; cursor: pointer; }
.help-grid .help-donation-action { min-height: 42px; padding: .62rem 1rem; display: inline-flex; align-items: center; gap: .45rem; border: 0; border-radius: 999px; color: var(--forest-950); background: var(--gold); box-shadow: 0 8px 20px rgb(122 83 14 / .16); }
.help-grid .help-donation-action::after { content: "→"; font-size: 1rem; transition: transform .2s ease; }
.help-grid .help-donation-action:hover { background: #f3c95f; }
.help-grid .help-donation-action:hover::after { transform: translateX(3px); }

.volunteer-call { display: flex; align-items: center; justify-content: space-between; gap: 3rem; border-top: 1px solid var(--line); }
.volunteer-call > div { max-width: 740px; }
.volunteer-call h2 { color: var(--forest-900); }
.volunteer-call-cta { flex: 0 0 auto; min-width: 238px; min-height: 68px; padding: 1.05rem 1.8rem; color: var(--forest-950); background: var(--gold); border-color: #dca92d; font-size: 1rem; font-weight: 900; box-shadow: 0 0 0 5px rgb(238 184 59 / .16), 0 16px 34px rgb(55 71 37 / .2); }
.volunteer-call-cta::after { content: "→"; font-size: 1.3rem; line-height: 1; transition: transform .2s ease; }
.volunteer-call-cta:hover { color: var(--forest-950); background: #f3c95f; box-shadow: 0 0 0 7px rgb(238 184 59 / .2), 0 19px 40px rgb(55 71 37 / .24); transform: translateY(-2px); }
.volunteer-call-cta:hover::after { transform: translateX(5px); }
.donation-band { position: relative; overflow: hidden; width: min(1280px, calc(100% - 1.5rem)); margin: 0 auto 1.5rem; padding: clamp(3rem, 7vw, 6rem) clamp(2rem, 8vw, 7rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(125deg, var(--forest-900), var(--forest-600)); }
.donation-band > div, .donation-band > button { position: relative; z-index: 1; }
.donation-band h2 { color: var(--white); max-width: 800px; margin: 0; }
.donation-band p { color: #cee0d3; margin: 1rem 0 0; }
.donation-band-cta { min-width: 190px; min-height: 64px; padding: 1rem 1.8rem; color: var(--forest-950); background: var(--gold); border-color: rgb(255 255 255 / .42); font-size: 1rem; font-weight: 850; box-shadow: 0 0 0 5px rgb(255 255 255 / .1), 0 16px 34px rgb(5 35 25 / .25); }
.donation-band-cta::after { content: "→"; font-size: 1.25rem; line-height: 1; transition: transform .2s ease; }
.donation-band-cta:hover { background: #f3c95f; box-shadow: 0 0 0 7px rgb(255 255 255 / .14), 0 18px 40px rgb(5 35 25 / .3); }
.donation-band-cta:hover::after { transform: translateX(4px); }
.donation-band-cta:focus-visible { outline: 3px solid var(--white); outline-offset: 4px; }

.inner-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff4d6 0%, #eef8ec 58%, #e5f3fb 100%); border-bottom: 1px solid var(--line); }
.inner-hero::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: linear-gradient(90deg, var(--coral) 0 20%, var(--gold) 20% 40%, #2879c8 40% 60%, var(--purple) 60% 80%, var(--forest-600) 80%); }
.inner-hero::after { content: ""; position: absolute; width: 330px; height: 330px; right: -90px; top: -130px; border: 55px solid rgb(255 255 255 / .38); border-radius: 50%; }
.inner-hero .container { position: relative; z-index: 1; width: var(--container); min-height: 440px; margin: 0 auto; padding: 6rem 0 4.5rem; display: flex; flex-direction: column; justify-content: end; }
.inner-hero h1 { color: var(--forest-900); max-width: 980px; margin-bottom: 1.5rem; }
.inner-hero p { max-width: 720px; margin-bottom: 0; font-size: 1.15rem; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.values-grid .section-heading { grid-column: 1 / -1; }
.value-card { min-height: 280px; padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.value-card > span { color: var(--forest-600); font-weight: 800; font-size: .75rem; }
.value-card h3 { color: var(--forest-900); font-family: Georgia, serif; font-size: 1.8rem; margin-top: 4rem; }
.timeline { border-top: 1px solid var(--line); }
.timeline-list { list-style: none; padding: 0; margin: 3rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); counter-reset: timeline; }
.timeline-list li { padding: 2rem; border-top: 2px solid var(--forest-600); position: relative; }
.timeline-list li::before { content: ""; width: 12px; height: 12px; position: absolute; top: -7px; left: 0; border-radius: 50%; background: var(--forest-600); }
.timeline-list strong, .timeline-list span { display: block; }
.timeline-list strong { color: var(--forest-900); font-family: Georgia, serif; font-size: 1.5rem; margin-bottom: .7rem; }
.timeline-list span { color: var(--muted); }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.metric-card { min-height: 250px; padding: 1.7rem; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: end; }
.metric-value { color: var(--forest-600); font-family: Georgia, serif; font-size: 4rem; line-height: 1; margin-bottom: 2rem; }
.metric-card h3 { margin-bottom: .35rem; }
.metric-card p { margin: 0; font-size: .8rem; }
.document-list { border-top: 1px solid var(--line); }
.document-row { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.document-row > div { display: flex; align-items: center; gap: 1.2rem; }
.document-row h3, .document-row p { margin: 0; }
.document-row p { font-size: .9rem; }
.document-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-700); background: var(--mint-100); font-weight: 800; }
.status-pill { padding: .35rem .7rem; border-radius: 999px; color: #7b5c20; background: #f8edcc; font-size: .72rem; font-weight: 800; white-space: nowrap; }
.trust-note { padding: 4rem; text-align: center; border-radius: var(--radius-xl); background: var(--cream-100); }
.trust-note h2 { color: var(--forest-900); }

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.form-intro { position: sticky; top: 130px; }
.form-intro h2 { color: var(--forest-900); }
.check-list { list-style: none; margin: 2rem 0; padding: 0; }
.check-list li { padding: .7rem 0 .7rem 1.8rem; position: relative; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--forest-600); font-weight: 900; }
.service-list { list-style: none; margin: 2.5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.service-list li { min-height: 104px; padding: 1rem 1.15rem; display: flex; align-items: center; gap: 1rem; border: 1px solid var(--line); border-radius: var(--radius-md); color: var(--forest-900); background: var(--white); font-weight: 750; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-list li:hover { transform: translateY(-3px); border-color: rgb(47 130 92 / .38); box-shadow: 0 14px 28px rgb(18 59 45 / .08); }
.service-icon { --service-color: var(--forest-700); --service-bg: var(--mint-100); width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 17px; color: var(--service-color); background: var(--service-bg); }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-list li:nth-child(2) .service-icon { --service-color: #a65735; --service-bg: #fae8df; }
.service-list li:nth-child(3) .service-icon { --service-color: #356b83; --service-bg: #e3f1f5; }
.service-list li:nth-child(4) .service-icon { --service-color: #8a681e; --service-bg: #fbf0cf; }
.service-list li:nth-child(5) .service-icon { --service-color: #62518e; --service-bg: #eee9fa; }
.service-list li:nth-child(6) .service-icon { --service-color: #286e65; --service-bg: #dff1ed; }
.service-list li:nth-child(7) .service-icon { --service-color: #9a4d70; --service-bg: #f8e6ef; }
.service-list li:nth-child(8) .service-icon { --service-color: #3e6d45; --service-bg: #e5f2df; }
.audience-list { margin-bottom: 0; }
.audience-list li { min-height: 104px; }

.impact-opening { width: min(1280px, calc(100% - 1.5rem)); margin: 2rem auto 0; overflow: hidden; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); align-items: stretch; border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(135deg, #0a3c2c 0%, #176147 100%); box-shadow: var(--shadow); }
.impact-opening-copy { padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.impact-opening-copy h2 { color: var(--white); margin-bottom: 1.5rem; font-size: clamp(2.5rem, 4.6vw, 4.6rem); }
.impact-opening-copy > p { color: #d7e7dc; max-width: 640px; }
.impact-opening-lead { color: var(--white) !important; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.impact-principles { margin-top: 1.6rem; padding-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1rem; border-top: 1px solid rgb(255 255 255 / .18); }
.impact-principles span { position: relative; padding-left: 1.4rem; color: #e4f0e8; font-size: .8rem; font-weight: 750; }
.impact-principles span::before { content: ""; position: absolute; left: 0; top: .48em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgb(232 184 74 / .16); }
.impact-opening-visual { position: relative; min-height: 670px; padding: 1rem; }
.impact-opening-visual figure { margin: 0; overflow: hidden; }
.impact-opening-main { width: 100%; height: 100%; border-radius: calc(var(--radius-xl) - .55rem); }
.impact-opening-main img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.impact-opening-main figcaption { position: absolute; right: 2rem; bottom: 2rem; padding: .7rem 1rem; border: 1px solid rgb(255 255 255 / .3); border-radius: 999px; color: var(--white); background: rgb(7 44 32 / .78); backdrop-filter: blur(12px); font-size: .72rem; font-weight: 800; }
.impact-opening-detail { position: absolute; left: -3rem; bottom: 2rem; width: 190px; height: 250px; border: 7px solid #176147; border-radius: 95px 95px 24px 24px; box-shadow: 0 20px 48px rgb(0 0 0 / .3); }
.impact-opening-detail img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.impact-opening-detail figcaption { position: absolute; inset: auto .6rem .6rem; padding: .45rem .55rem; border-radius: .55rem; color: var(--forest-950); background: rgb(255 219 113 / .94); font-size: .59rem; font-weight: 900; line-height: 1.3; text-align: center; }
.impact-audience-section { padding-top: clamp(4rem, 7vw, 7rem); padding-bottom: clamp(4rem, 7vw, 7rem); }
.impact-audience-section .section-heading-row > p { max-width: 510px; }

.impact-pillars-section { width: min(1280px, calc(100% - 1.5rem)); margin: 2rem auto 0; padding: clamp(4rem, 7vw, 6rem) clamp(1.5rem, 5vw, 5rem); border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(140deg, #083f62, #08717a); }
.impact-pillars-heading { margin-bottom: 3rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); align-items: end; gap: 3rem; }
.impact-pillars-heading h2 { max-width: 700px; margin-bottom: 0; color: var(--white); }
.impact-pillars-heading p { max-width: 520px; margin: 0; color: #d1e7e7; }
.impact-pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.impact-pillar-grid article { --pillar-accent: #85d1c3; min-height: 385px; padding: clamp(1.5rem, 3vw, 2.3rem); display: flex; flex-direction: column; border: 1px solid rgb(255 255 255 / .16); border-radius: var(--radius-lg); background: rgb(255 255 255 / .07); transition: transform .25s ease, background .25s ease; }
.impact-pillar-grid article:hover { transform: translateY(-5px); background: rgb(255 255 255 / .11); }
.impact-pillar-grid article:nth-child(2) { --pillar-accent: #ffd26c; }
.impact-pillar-grid article:nth-child(3) { --pillar-accent: #d6b4ee; }
.impact-pillar-grid article:nth-child(4) { --pillar-accent: #ffad8f; }
.impact-pillar-icon { width: 56px; height: 56px; margin-bottom: 1.3rem; display: grid; place-items: center; border-radius: 18px; color: #083f62; background: var(--pillar-accent); }
.impact-pillar-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.impact-pillar-grid small { color: var(--pillar-accent); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.impact-pillar-grid h3 { margin: 1rem 0 .8rem; color: var(--white); font-family: Georgia, serif; font-size: clamp(1.55rem, 2.3vw, 2rem); }
.impact-pillar-grid p { margin-bottom: 1.5rem; color: #d4e8e9; font-size: .9rem; }
.impact-pillar-grid article > strong { margin-top: auto; padding-top: 1.1rem; border-top: 1px solid rgb(255 255 255 / .15); color: var(--pillar-accent); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.impact-pillar-grid article > strong + span { margin-top: .45rem; color: #eef8f8; font-size: .8rem; line-height: 1.55; }

.impact-journey-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: clamp(3rem, 6vw, 6rem); }
.impact-journey-visual { position: relative; aspect-ratio: 3 / 2; min-height: 0; overflow: hidden; border-radius: var(--radius-xl); background: var(--forest-900); }
.impact-journey-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgb(6 46 32 / .92)); }
.impact-journey-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.impact-journey-visual > div { position: absolute; z-index: 2; left: clamp(1.4rem, 4vw, 3rem); right: clamp(1.4rem, 4vw, 3rem); bottom: clamp(1.5rem, 4vw, 3rem); }
.impact-journey-visual span, .impact-journey-visual strong { display: block; color: var(--white); }
.impact-journey-visual span { margin-bottom: .55rem; color: #bcd9c7; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.impact-journey-visual strong { font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.12; }
.impact-journey-copy h2 { color: var(--forest-900); }
.impact-journey-copy > p { max-width: 620px; font-size: 1rem; }
.impact-journey-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.impact-journey-list li { display: grid; grid-template-columns: 52px 1fr; gap: 1.1rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.impact-journey-list li:last-child { border-bottom: 1px solid var(--line); }
.impact-journey-list li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-900); background: var(--gold); font-size: .68rem; font-weight: 900; }
.impact-journey-list strong { color: var(--forest-900); font-family: Georgia, serif; font-size: 1.25rem; }
.impact-journey-list p { margin: .2rem 0 0; font-size: .84rem; line-height: 1.55; }

.impact-change-section { width: min(1280px, calc(100% - 1.5rem)); margin: 2rem auto 0; padding: clamp(4rem, 7vw, 6rem) clamp(1.5rem, 5vw, 5rem); border-radius: var(--radius-xl); background: linear-gradient(145deg, #fff1c9, #f6eddc 50%, #edf4e8); }
.impact-change-heading { max-width: 850px; margin-bottom: 3rem; }
.impact-change-heading h2 { color: var(--forest-900); }
.impact-change-heading > p { max-width: 760px; font-size: 1rem; }
.impact-change-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgb(18 59 45 / .16); border-left: 1px solid rgb(18 59 45 / .16); }
.impact-change-grid article { min-height: 265px; padding: 1.6rem; border-right: 1px solid rgb(18 59 45 / .16); border-bottom: 1px solid rgb(18 59 45 / .16); }
.impact-change-grid article > span { display: block; margin-bottom: 3.2rem; color: var(--forest-600); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.impact-change-grid h3 { color: var(--forest-900); font-family: Georgia, serif; font-size: 1.55rem; }
.impact-change-grid p { margin-bottom: 0; font-size: .82rem; line-height: 1.6; }

.impact-final-call { width: min(1180px, calc(100% - 2.5rem)); margin: 2rem auto 3rem; padding: clamp(3.5rem, 6vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; border-radius: var(--radius-xl); color: var(--white); background: linear-gradient(125deg, #55366f, #8153a1); }
.impact-final-call > div:first-child { max-width: 720px; }
.impact-final-call h2 { margin-bottom: 1rem; color: var(--white); }
.impact-final-call p { margin-bottom: 0; color: #eadff0; }
.impact-final-actions { flex: 0 0 auto; display: flex; flex-direction: column; gap: .8rem; min-width: 210px; }
.impact-final-actions .button { width: 100%; }
.access-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.access-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgb(18 59 45 / .12); }
.access-steps li:last-child { border-bottom: 0; }
.access-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--forest-700); font-size: .7rem; font-weight: 900; }
.access-steps strong { color: var(--forest-900); }
.access-steps p { margin: .2rem 0 0; font-size: .86rem; }
.initiative-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.initiative-card { min-height: 255px; padding: clamp(1.4rem, 3vw, 2rem); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 10px 35px rgb(15 54 40 / .05); }
.initiative-card > span { width: fit-content; padding: .28rem .58rem; border-radius: 999px; color: var(--forest-700); background: var(--mint-100); font-size: .67rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.initiative-card h3 { margin: 1.2rem 0 .65rem; color: var(--forest-900); font-family: Georgia, serif; font-size: 1.65rem; }
.initiative-card p { margin-bottom: 1.2rem; font-size: .9rem; }
.initiative-card small { display: block; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.55; }
.initiative-card small strong { color: var(--forest-900); }
.contact-stack { display: grid; gap: .75rem; margin-top: 2rem; }
.contact-stack > div { padding: 1rem 1.2rem; background: var(--mint-100); border-radius: var(--radius-md); }
.contact-stack small, .contact-stack strong { display: block; }
.contact-stack small { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-stack strong { color: var(--forest-900); margin-top: .2rem; }
.contact-stack strong a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.public-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.form-grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { margin-bottom: 1.15rem; }
.form-field label { display: block; color: var(--forest-900); font-size: .82rem; font-weight: 800; margin-bottom: .4rem; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid #cbd7cf; border-radius: var(--radius-sm); color: var(--ink); background: var(--cream-50); padding: .82rem 1rem; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: 3px solid rgb(232 184 74 / .38); border-color: var(--forest-600); }
.consent { display: flex; gap: .7rem; align-items: flex-start; color: var(--muted); font-size: .78rem; margin: 1rem 0 1.4rem; }
.consent input { margin-top: .25rem; accent-color: var(--forest-700); }
.consent a { color: var(--forest-700); }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; color: #8a4e24; font-size: .82rem; font-weight: 700; }
.partner-public-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 360px)); justify-content: center; gap: 1.35rem; }
.partner-public-card { width: 100%; min-height: 365px; display: grid; grid-template-rows: 220px minmax(145px, 1fr); overflow: hidden; border: 1px solid #d7e0d9; border-radius: var(--radius-lg); color: var(--ink); background: var(--white); text-decoration: none; box-shadow: 0 14px 35px rgba(19, 67, 50, .07); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
a.partner-public-card:hover { transform: translateY(-4px); border-color: var(--green); box-shadow: 0 20px 44px rgba(19, 67, 50, .13); }
.partner-public-media { min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid #e6ece8; background: linear-gradient(145deg, #f7faf7, #eef4ef); }
.partner-public-logo { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; object-position: center top; transition: transform .35s ease; }
a.partner-public-card:hover .partner-public-logo { transform: scale(1.035); }
.partner-public-monogram { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: linear-gradient(145deg, var(--green), #2d775b); font-family: Georgia, serif; font-size: 1.65rem; }
.partner-public-body { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 1.2rem 1.3rem 1.35rem; background: var(--white); }
.partner-public-body h3 { margin: 0; color: var(--forest-900); font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.2; overflow-wrap: anywhere; }
.partner-public-body p { margin: .55rem 0 0; color: var(--muted); line-height: 1.55; }
.partner-public-link { margin-top: auto; padding-top: 1rem; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.partner-public-loading { grid-column: 1 / -1; min-height: 150px; display: grid; place-items: center; border: 1px dashed #a9bbb0; border-radius: var(--radius-md); color: var(--muted); background: var(--white); }
.partners-call { margin-bottom: clamp(3rem, 7vw, 6rem); }
.legal-copy { max-width: 850px; }
.legal-copy h2 { font-family: inherit; font-size: 1.35rem; font-weight: 800; letter-spacing: -.01em; margin: 2.5rem 0 .6rem; }
.legal-updated { padding: .8rem 1rem; border-left: 4px solid var(--green); color: var(--forest-900); background: var(--mint-100); font-weight: 700; }
.legal-copy a { color: var(--green); font-weight: 700; }
.legal-copy code { padding: .12rem .35rem; border-radius: .3rem; color: var(--forest-900); background: var(--mint-100); }

.site-footer { margin: 0 .75rem .75rem; border-radius: var(--radius-xl); color: #d8e5dc; background: var(--forest-950); overflow: hidden; }
.footer-main { width: min(960px, calc(100% - 2.5rem)); margin: auto; padding: 3.6rem 0 3rem; display: grid; grid-template-columns: minmax(260px, 300px) minmax(120px, 145px) minmax(120px, 145px) minmax(170px, 190px); align-items: start; justify-content: center; gap: clamp(1.8rem, 3vw, 3rem); }
.footer-main > div { min-width: 0; }
.footer-main h2 { color: var(--white); font-family: inherit; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: .85rem; }
.footer-main a, .footer-link { display: block; width: fit-content; color: #bdcec2; text-decoration: none; background: transparent; border: 0; padding: .24rem 0; font-size: .85rem; cursor: pointer; }
.footer-link { text-align: left; white-space: nowrap; }
.footer-main a:hover, .footer-link:hover { color: var(--white); text-decoration: underline; }
.footer-brand img { width: 76px; height: 76px; object-fit: contain; background: var(--white); border-radius: 50%; margin-bottom: .85rem; }
.footer-brand p { max-width: 290px; margin-bottom: 1rem; color: #bdcec2; line-height: 1.55; }
.footer-bottom { border-top: 1px solid rgb(255 255 255 / .12); width: min(960px, calc(100% - 2.5rem)); margin: auto; padding: 1.05rem 0 1.2rem; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .18rem; text-align: center; }
.footer-bottom p { margin: 0; color: #9eb2a4; font-size: .75rem; }
.whatsapp-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 80; display: flex; align-items: center; gap: .55rem; min-height: 48px; padding: .7rem 1rem; border-radius: 999px; color: var(--white); background: var(--forest-700); box-shadow: 0 12px 35px rgb(0 0 0 / .24); text-decoration: none; font-size: .82rem; font-weight: 800; }
.whatsapp-icon { width: 27px; height: 27px; display: grid; place-items: center; }
.whatsapp-icon svg { width: 25px; height: 25px; fill: currentColor; }

@media (max-width: 1350px) {
  .whatsapp-float span:last-child { display: none; }
  .whatsapp-float { width: 52px; height: 52px; padding: 0; justify-content: center; }
}

.modal[hidden], .cookie-banner[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 1rem; opacity: 0; transition: opacity .18s ease; }
.modal.is-open { opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgb(5 20 15 / .76); backdrop-filter: blur(5px); }
.modal-panel { position: relative; width: min(900px, 100%); max-height: calc(100vh - 2rem); overflow: auto; padding: clamp(1.5rem, 5vw, 3.5rem); border-radius: var(--radius-xl); background: var(--cream-50); box-shadow: 0 30px 100px rgb(0 0 0 / .35); transform: translateY(15px); transition: transform .18s ease; }
.modal.is-open .modal-panel { transform: translateY(0); }
.modal-close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--forest-900); font-size: 1.6rem; cursor: pointer; }
.modal-heading { max-width: 700px; padding-right: 2.5rem; }
.modal-heading h2 { color: var(--forest-900); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .8rem; }
.donation-maintenance { margin: 2rem 0; padding: 1.4rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; border: 1px solid #e2c269; border-radius: var(--radius-md); background: linear-gradient(145deg, #fff8e5, #eef8ec); }
.donation-maintenance > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-900); background: var(--gold); font-size: 1.35rem; }
.donation-maintenance strong { color: var(--forest-900); font-size: 1.1rem; }
.donation-maintenance p { margin: .35rem 0 0; }
.modal-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.cookie-banner { position: fixed; z-index: 400; left: 50%; bottom: 1rem; transform: translateX(-50%); width: min(940px, calc(100% - 2rem)); padding: 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 15px 60px rgb(0 0 0 / .22); }
.cookie-banner strong { color: var(--forest-900); }
.cookie-banner p { margin: .2rem 0 0; font-size: .78rem; }
.cookie-actions { display: flex; gap: .5rem; flex: 0 0 auto; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header-shell { grid-template-columns: 1fr auto auto; min-height: 88px; }
  .menu-toggle { display: flex; }
  .primary-nav { position: fixed; inset: 88px 0 auto; max-height: calc(100vh - 88px); overflow: auto; display: none; padding: 2rem 1.25rem 3rem; flex-direction: column; align-items: stretch; background: var(--cream-50); border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgb(15 54 40 / .12); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { font-family: Georgia, serif; font-size: 1.5rem; padding: .6rem; }
  .primary-nav > a::after { display: none; }
  .header-donate { grid-column: 2; }
  .menu-toggle { grid-column: 3; }
  .home-hero { grid-template-columns: minmax(0, 1fr) 360px; gap: 2.5rem; }
  .hero-brand-stage { min-height: 520px; }
  .hero-logo-halo { width: 330px; }
  .hero-project-link { width: min(100%, 330px); }
  .home-about { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .home-about .prose { grid-column: auto; max-width: 760px; }
  .pathway-grid, .help-grid { grid-template-columns: 1fr 1fr; }
  .service-list { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .public-blog-grid { grid-template-columns: 1fr 1fr; }
  .project-card:last-child { grid-column: 1 / -1; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .impact-opening { grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); }
  .impact-opening-detail { left: -2rem; width: 160px; height: 215px; }
  .impact-change-grid { grid-template-columns: 1fr 1fr; }
  .impact-change-grid article { min-height: 230px; }
  .project-photo-grid { grid-template-columns: 1.2fr 1fr; }
  .project-photo-main { grid-row: 1 / 3; }
  .project-photo-grid figure:nth-child(3) { display: none; }
  .project-photo-wide { grid-column: 2; }
  .footer-main { grid-template-columns: minmax(250px, 1.2fr) repeat(2, minmax(130px, 1fr)); gap: 2rem 2.5rem; }
  .footer-main > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 1.5rem, 1180px); --radius-xl: 1.5rem; }
  .header-shell { min-height: 76px; grid-template-columns: 1fr auto auto; gap: .65rem; }
  .brand img { width: 45px; height: 45px; }
  .brand small { display: none; }
  .header-donate { grid-column: 2; min-height: 40px; padding: .55rem .8rem; font-size: .76rem; }
  .header-donate.donation-action { min-width: auto; min-height: 40px; padding: .55rem .75rem; font-size: .74rem; box-shadow: 0 7px 18px rgb(5 35 25 / .16); }
  .menu-toggle { grid-column: 3; }
  .primary-nav { inset: 76px 0 auto; max-height: calc(100vh - 76px); }
  .home-hero { min-height: auto; grid-template-columns: 1fr; align-content: start; gap: 2.5rem; padding: 4.5rem .75rem 5rem; }
  .hero-photo-background img { object-position: 50% center; }
  .hero-photo-wash { background: linear-gradient(180deg, rgb(4 42 30 / .95) 0%, rgb(7 61 42 / .88) 47%, rgb(8 67 44 / .74) 72%, rgb(4 43 30 / .84) 100%); }
  .hero-copy { z-index: 4; }
  .hero-copy h1 { font-size: clamp(2.8rem, 13vw, 4.35rem); }
  .hero-copy > p { max-width: 95%; }
  .hero-brand-stage { min-height: 390px; }
  .hero-logo-halo { width: min(76vw, 300px); }
  .hero-logo-caption { font-size: .65rem; }
  .hero-project-link { width: min(76vw, 300px); }
  .hero-color-dots { top: 1rem; right: 1rem; }
  .hero-scroll { display: none; }
  .pathways { padding: 3rem 1rem; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 185px; }
  .pathway-card h3 { max-width: 270px; }
  .home-about { grid-template-columns: 1fr; gap: 2rem; }
  .story-photo-band { grid-template-columns: 1fr; gap: 2rem; }
  .story-photo-band figure { height: clamp(270px, 68vw, 360px); }
  .story-photo-copy { padding-block: 0; }
  .story-photo-lead { font-size: 1rem; }
  .support-pillars li { grid-template-columns: 42px 1fr; padding: .85rem; }
  .support-pillars li > span { width: 42px; }
  .project-section-visual figure { width: 100%; height: clamp(230px, 58vw, 310px); }
  .project-story-section { grid-template-columns: 1fr; align-items: start; gap: 2rem; }
  .project-story-copy { padding-block: 0; }
  .home-about .prose { grid-column: auto; }
  .split-section, .impact-preview, .form-layout, .journey-section { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .project-grid, .values-grid, .partner-public-grid, .public-blog-grid, .service-list, .initiative-grid { grid-template-columns: 1fr; }
  .project-card:last-child { grid-column: auto; }
  .project-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px; }
  .project-photo-main { grid-column: 1 / -1; grid-row: 1; }
  .project-photo-grid figure:nth-child(2), .project-photo-grid figure:nth-child(3) { display: block; }
  .project-photo-grid figure:nth-child(3) { display: none; }
  .project-photo-wide { grid-column: 2; }
  .projects-footer { align-items: flex-start; flex-direction: column; }
  .journey-section { padding: 3rem 1.4rem; }
  .impact-preview { padding: 3rem 1.4rem; }
  .impact-number-grid { grid-template-columns: 1fr 1fr; }
  .impact-number-grid article { min-height: 270px; }
  .impact-numbers-footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .impact-cards div { min-height: 120px; padding: 1rem; }
  .quote-section { grid-template-columns: 1fr; gap: 0; padding: .75rem; margin: 1.5rem auto; }
  .quote-visual { min-height: 330px; }
  .quote-copy { padding: 2rem 1rem 1.5rem; }
  .empty-state { padding: 2rem 1rem; }
  .empty-state.compact { flex-direction: column; text-align: center; }
  .empty-state.compact .button { margin-left: 0; }
  .help-grid { grid-template-columns: 1fr; }
  .help-grid article { min-height: 210px; }
  .volunteer-call, .donation-band { align-items: flex-start; flex-direction: column; }
  .donation-band { padding: 3rem 1.4rem; }
  .inner-hero .container { min-height: 430px; padding: 5rem 0 4rem; }
  .inner-hero h1 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .timeline-list { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 190px; }
  .impact-opening { grid-template-columns: 1fr; }
  .impact-opening-copy { padding: 3.5rem 1.4rem; }
  .impact-opening-visual { min-height: 540px; padding: .75rem; }
  .impact-opening-detail { left: 1.5rem; bottom: 1.5rem; width: 145px; height: 195px; border-width: 5px; }
  .impact-opening-main figcaption { right: 1.5rem; bottom: 1.5rem; max-width: calc(100% - 190px); text-align: center; }
  .impact-pillars-section { padding: 3.5rem 1.25rem; }
  .impact-pillars-heading { grid-template-columns: 1fr; align-items: start; gap: 1rem; }
  .impact-pillar-grid { grid-template-columns: 1fr; }
  .impact-pillar-grid article { min-height: 350px; }
  .impact-journey-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .impact-journey-visual { aspect-ratio: 16 / 10; min-height: 0; }
  .impact-change-section { padding: 3.5rem 1.25rem; }
  .impact-change-grid { grid-template-columns: 1fr; }
  .impact-change-grid article { min-height: auto; }
  .impact-change-grid article > span { margin-bottom: 2rem; }
  .impact-final-call { align-items: flex-start; flex-direction: column; padding: 3.5rem 1.4rem; }
  .impact-final-actions { width: 100%; min-width: 0; flex-direction: row; flex-wrap: wrap; }
  .impact-final-actions .button { width: auto; flex: 1 1 200px; }
  .document-row { align-items: flex-start; }
  .status-pill { display: none; }
  .form-intro { position: static; }
  .form-grid-two { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 1.6rem 2rem; padding: 2.6rem 0; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 1rem; }
  .cookie-actions { flex-wrap: wrap; }
  .cookie-actions .button { flex: 1; }
  .whatsapp-float span:last-child { display: none; }
  .whatsapp-float { width: 52px; height: 52px; padding: 0; justify-content: center; }
}

@media (max-width: 420px) {
  .hero-actions .button, .volunteer-call .button, .donation-band .button { width: 100%; }
  .impact-cards { grid-template-columns: 1fr; }
  .impact-number-grid { grid-template-columns: 1fr; }
  .impact-number-grid article { min-height: auto; }
  .impact-principles { grid-template-columns: 1fr; }
  .impact-opening-visual { min-height: 440px; }
  .impact-opening-detail { display: none; }
  .impact-opening-main figcaption { left: 1.3rem; right: 1.3rem; max-width: none; }
  .impact-pillar-grid article { min-height: auto; }
  .impact-final-actions { flex-direction: column; }
  .impact-final-actions .button { width: 100%; }
  .impact-cards div:nth-child(n) { border: 1px solid rgb(255 255 255 / .18); border-bottom: 0; }
  .impact-cards div:last-child { border-bottom: 1px solid rgb(255 255 255 / .18); }
  .footer-main { grid-template-columns: 1fr; gap: 1.35rem; }
  .hero-brand-stage { min-height: 350px; }
  .hero-project-link { width: min(76vw, 300px); padding: .9rem 1rem; }
  .project-photo-grid { grid-template-columns: 1fr; grid-template-rows: 270px 240px 240px; }
  .project-photo-main, .project-photo-wide { grid-column: 1; grid-row: auto; }
  .project-photo-grid figure:nth-child(3) { display: block; }
}

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

@media print {
  .site-header, .site-footer, .whatsapp-float, .cookie-banner, .button { display: none !important; }
  body { background: #fff; }
  .inner-hero .container { min-height: auto; padding: 2rem 0; }
  .content-section { padding: 2rem 0; }
}
