/* kidsincrisis.com — site styles. Tokens first, then components, then page-specific, then responsive. */

:root {
  --navy: #14213d; --navy-2: #1a4789; --sky: #2f8bd6; --gold: #ffca28; --gold-deep: #e6ac00;
  --coral: #e8397a; --green: #43b04a; --cream: #faf7f2; --paper: #ffffff;
  --ink: #1f2430; --ink-2: #4b5364; --ink-3: #7a8294; --line: #e6e1d8;
  --radius: 18px; --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(20,33,61,.10); --shadow-lg: 0 24px 60px rgba(20,33,61,.18);
  --max: 1180px; --gutter: clamp(16px, 4vw, 40px);
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-2); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; margin: 0 0 .4em; color: var(--navy); letter-spacing: -.01em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
.lede { font-size: 1.15rem; color: var(--ink-2); max-width: 62ch; }
.eyebrow { display: inline-block; font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--navy-2); margin-bottom: .9rem; }
.eyebrow::before { content: ""; display: inline-block; width: 22px; height: 3px; background: var(--gold); vertical-align: middle; margin-right: 10px; border-radius: 2px; }
.eyebrow.light { color: #fff; }
.wrap { width: min(var(--max), 100% - 2 * var(--gutter)); margin-inline: auto; }
.narrow { max-width: 760px; }
.section { padding: clamp(56px, 8vw, 112px) 0; }
.section.tight { padding: clamp(40px, 5vw, 72px) 0; }
.section.paper { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section.navy { background: var(--navy); color: #fff; }
.section.navy h2, .section.navy h3 { color: #fff; }
.section.navy .lede, .section.navy p { color: rgba(255,255,255,.85); }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.center { text-align: center; margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: var(--navy); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
.prose { max-width: 720px; }
.prose p { margin-bottom: 1.1em; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.muted { color: var(--ink-3); font-size: .92rem; }
.nowrap { white-space: nowrap; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .55em; padding: .9em 1.5em; border-radius: 999px; font-weight: 700; text-decoration: none; font-size: 1rem; line-height: 1; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; border: 2px solid transparent; cursor: pointer; font-family: inherit; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #ffd54f; }
.btn-navy { background: var(--navy-2); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.12); box-shadow: none; }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn svg { width: 18px; height: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

/* Header */
.topbar { background: var(--navy); color: #fff; font-size: .85rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; }
.topbar a { color: #fff; text-decoration: none; opacity: .9; }
.topbar a:hover { opacity: 1; text-decoration: underline; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(250,247,242,.9); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 52px; width: auto; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem; padding: 10px 12px; border-radius: 999px; white-space: nowrap; }
.nav a:hover, .nav a.active { background: rgba(20,33,61,.06); }
.nav .btn { margin-left: 8px; padding: .75em 1.25em; }
.header-right { display: flex; align-items: center; gap: 8px; }
.header-cta { display: none; padding: .7em 1.1em; font-size: .95rem; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

/* Home hero: split */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; background: var(--navy); color: #fff; }
.hero .photo { position: relative; min-height: 520px; }
.hero .photo picture, .hero .photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero .copy { align-self: center; padding: clamp(48px, 6vw, 80px) clamp(24px, 5vw, 64px) clamp(48px, 6vw, 80px) max(var(--gutter), calc((100vw - var(--max)) / 2)); }
.hero h1 { color: #fff; max-width: 15ch; font-size: clamp(2.1rem, 4.1vw, 3.6rem); }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero .lede { color: rgba(255,255,255,.9); font-size: 1.05rem; max-width: 50ch; }
.hero .actions { margin-top: 22px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero-tags a { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); color: #fff; text-decoration: none; }
.hero-tags a:hover { background: rgba(255,255,255,.22); }

/* Page hero (inner pages): full-width photo with a caption panel */
.page-hero { position: relative; min-height: min(62vh, 560px); display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; background: var(--navy); }
.page-hero picture, .page-hero > picture > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20,33,61,.05) 0%, rgba(20,33,61,.25) 45%, rgba(20,33,61,.9) 100%); }
.page-hero .wrap { padding: clamp(120px, 20vw, 220px) 0 clamp(36px, 5vw, 56px); }
.page-hero h1 { color: #fff; max-width: 20ch; }
.page-hero .lede { color: rgba(255,255,255,.9); }
.page-hero img.pos-top { object-position: 50% 36%; }
.page-hero.short { min-height: 0; }
.page-hero.short .wrap { padding-top: clamp(56px, 8vw, 96px); }

/* Stats band */
.stats { background: var(--navy); color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 30px 24px; border-left: 1px solid rgba(255,255,255,.12); }
.stat:first-child { border-left: 0; }
.stat b { display: block; font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 700; line-height: 1; color: var(--gold); }
.stat span { display: block; margin-top: 8px; font-size: .92rem; color: rgba(255,255,255,.78); }

/* Split blocks */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.split.flip > :first-child { order: 2; }
.split .photo { position: relative; }
.split .photo img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split .photo.portrait img { aspect-ratio: 3/4; }
.split .photo .badge { position: absolute; left: -18px; bottom: 28px; background: var(--paper); color: var(--ink); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow); max-width: 260px; font-size: .92rem; }
.split .photo .badge b { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--navy-2); line-height: 1; margin-bottom: 4px; }
.pull { border-left: 4px solid var(--gold); padding: 6px 0 6px 18px; margin: 22px 0 0; font-family: var(--font-display); font-style: italic; font-size: 1.15rem; color: var(--navy); }
.pull cite { display: block; font-style: normal; font-family: var(--font-body); font-size: .82rem; color: var(--ink-3); margin-top: 6px; }

/* Country cards: photo on top, text on a solid panel */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: var(--paper); border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .card-photo { aspect-ratio: 4/3; overflow: hidden; background: var(--navy); }
.card .card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .card-photo img { transform: scale(1.05); }
.card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card .place { font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--navy-2); }
.card h3 { font-size: 1.5rem; margin: 6px 0 8px; }
.card p { color: var(--ink-2); font-size: .95rem; margin: 0 0 16px; flex: 1; }
.card .more { font-weight: 700; font-size: .92rem; color: var(--navy-2); }
.card .more::after { content: " →"; }

/* Needs */
.needs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.need { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 10px; transition: transform .15s ease, box-shadow .15s ease; }
.need:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.need .icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: #eef4fb; color: var(--navy-2); }
.need .icon svg { width: 22px; height: 22px; }
.need h3 { font-size: 1.15rem; margin: 6px 0 0; }
.need p { color: var(--ink-2); font-size: .95rem; margin: 0; flex: 1; }
.need .price { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding-top: 12px; border-top: 1px dashed var(--line); flex-wrap: wrap; }
.need .price b { font-family: var(--font-display); font-size: 1.35rem; color: var(--navy-2); white-space: nowrap; }
.need .price span { font-size: .8rem; color: var(--ink-3); }
.need .price a { font-size: .85rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.need.done { background: #f3faf5; border-color: #cfe7d6; }
.need.done .icon { background: #e1f3e6; color: #1f7a3a; }
.need.done .price { border-top-color: #cfe7d6; }
.need.done .price b { color: var(--ink-3); }
.need.done .price .funded { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 700; color: #1f7a3a; white-space: nowrap; }
.need.done .price .funded svg { width: 16px; height: 16px; }

/* Feature block */
.feature { background: var(--paper); border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px); overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr; }
.feature picture, .feature > img { display: block; height: 100%; }
.feature img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; }
.feature .body { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.feature ul { padding-left: 1.1em; color: var(--ink-2); margin: 0 0 1.2em; }
.feature li { margin-bottom: .45em; }

/* Checklist and timeline */
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.checks li { position: relative; padding-left: 34px; color: var(--ink-2); }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 24px; height: 24px; border-radius: 50%; background: #e6f4e8; color: var(--green); font-weight: 700; display: grid; place-items: center; font-size: .85rem; }
.checks.two { grid-template-columns: 1fr 1fr; gap: 10px 28px; }
.timeline { list-style: none; padding: 0; margin: 0; border-left: 3px solid var(--line); }
.timeline li { position: relative; padding: 0 0 26px 28px; }
.timeline li::before { content: ""; position: absolute; left: -9px; top: 6px; width: 15px; height: 15px; border-radius: 50%; background: var(--gold); border: 3px solid var(--cream); }
.timeline b { display: block; font-family: var(--font-display); font-size: 1.15rem; color: var(--navy-2); }
.timeline p { margin: 2px 0 0; color: var(--ink-2); }

/* Financials */
.money { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.bars { display: grid; gap: 14px; }
.bar { display: grid; grid-template-columns: 190px 1fr 80px; align-items: center; gap: 12px; font-size: .95rem; }
.bar .track { height: 14px; background: #ece7de; border-radius: 999px; overflow: hidden; }
.bar .fill { height: 100%; border-radius: 999px; background: var(--navy-2); }
.bar .fill.gold { background: var(--gold); } .bar .fill.green { background: var(--green); } .bar .fill.grey { background: #b8bfcc; }
.bar em { font-style: normal; text-align: right; font-weight: 700; color: var(--navy); }
.big-number { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5rem); font-weight: 700; color: var(--navy-2); line-height: 1; }
.big-number small { display: block; font-family: var(--font-body); font-weight: 600; font-size: 1rem; color: var(--ink-3); margin-top: 10px; }
.fin-table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: .95rem; }
.fin-table th, .fin-table td { padding: 12px 16px; text-align: right; border-bottom: 1px solid var(--line); }
.fin-table th:first-child, .fin-table td:first-child { text-align: left; }
.fin-table thead th { background: var(--navy); color: #fff; font-weight: 600; }
.fin-table tr.total td { font-weight: 700; color: var(--navy); background: #f6f3ec; }
.fin-table tr.sub td:first-child { padding-left: 32px; color: var(--ink-2); }
.fin-years { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fin-year { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.fin-year b { font-family: var(--font-display); font-size: 2rem; color: var(--navy-2); }
.fin-year .pct { font-family: var(--font-display); font-size: 1.6rem; color: var(--green); }

/* People */
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.person { text-align: center; }
.person img { width: 100%; aspect-ratio: 4/3; height: auto; border-radius: var(--radius); object-fit: cover; object-position: 50% 50%; margin: 0 auto 16px; box-shadow: var(--shadow); }
.person b { display: block; font-family: var(--font-display); font-size: 1.15rem; color: var(--navy); }
.person span { font-size: .82rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em; }
.person p { font-size: .92rem; color: var(--ink-2); margin-top: 8px; }
.person img.pos-top { object-position: 50% 12%; }
.person p a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: rgba(20,33,61,.35); }
.person p a:hover { text-decoration-color: currentColor; }

/* Photo grid (in-page) and galleries */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.photo-grid figure { margin: 0; }
.photo-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-sm); }
.photo-grid figcaption { font-size: .85rem; color: var(--ink-3); margin-top: 8px; }
.photo-grid.two { grid-template-columns: 1fr 1fr; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-item { display: block; border-radius: var(--radius-sm); overflow: hidden; background: #ddd; }
.gallery-item img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(10,14,25,.94); display: grid; place-items: center; padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1400px, 100%); max-height: 100%; text-align: center; }
.lightbox img { max-width: 100%; max-height: 82vh; width: auto; height: auto; margin: 0 auto; border-radius: 6px; }
.lightbox figcaption { color: rgba(255,255,255,.8); margin-top: 12px; font-size: .95rem; }
.lightbox button { position: absolute; background: rgba(255,255,255,.1); color: #fff; border: 0; border-radius: 50%; width: 48px; height: 48px; font-size: 30px; line-height: 1; cursor: pointer; }
.lightbox button:hover { background: rgba(255,255,255,.25); }
.lb-close { top: 16px; right: 16px; } .lb-prev { left: 12px; top: 50%; transform: translateY(-50%); } .lb-next { right: 12px; top: 50%; transform: translateY(-50%); }

/* Video facade */
.videos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.video { border-radius: var(--radius); overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.video-play { position: relative; display: block; width: 100%; border: 0; padding: 0; cursor: pointer; background: #000; aspect-ratio: 16/9; overflow: hidden; }
.video-play img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .4s ease; }
.video-play:hover img { transform: scale(1.03); }
.play-icon { position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; margin: -36px 0 0 -36px; border-radius: 50%; background: var(--gold); box-shadow: 0 8px 30px rgba(0,0,0,.35); }
.play-icon::after { content: ""; position: absolute; left: 29px; top: 22px; border-left: 22px solid var(--navy); border-top: 14px solid transparent; border-bottom: 14px solid transparent; }
.video iframe { width: 100%; aspect-ratio: 16/9; border: 0; display: block; }
.video video { width: 100%; aspect-ratio: 16/9; display: block; background: #000; }
.video video[hidden] { display: none; }
.video-title { padding: 14px 18px; margin: 0; font-weight: 600; font-size: .95rem; }

/* Give */
.give-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.give-box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.give-box h3 { margin-bottom: 6px; }
.give-box .btn { margin-top: 14px; }
.give-box ul { color: var(--ink-2); font-size: .95rem; }
.cta { position: relative; color: #fff; overflow: hidden; isolation: isolate; background: var(--navy); }
.cta picture, .cta > picture > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; object-position: center 30%; }
.cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20,33,61,.96) 0%, rgba(20,33,61,.8) 55%, rgba(20,33,61,.45) 100%); }
.cta .wrap { padding: clamp(64px, 9vw, 120px) 0; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.cta h2 { color: #fff; }
.cta .lede { color: rgba(255,255,255,.88); }
.give { background: var(--paper); color: var(--ink); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-lg); }
.give h3 { margin-bottom: 4px; }
.give .amounts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 16px 0; }
.give .amounts button { border: 2px solid var(--line); background: #fff; border-radius: 12px; padding: 12px 0; font-weight: 700; font-size: 1rem; cursor: pointer; font-family: inherit; color: var(--navy); }
.give .amounts button.on, .give .amounts button:hover { border-color: var(--navy-2); background: #eef4fb; }
.give .freq { display: flex; gap: 6px; background: #f1ede6; border-radius: 999px; padding: 4px; margin-bottom: 6px; }
.give .freq button { flex: 1; border: 0; background: transparent; border-radius: 999px; padding: 9px; font-weight: 700; cursor: pointer; font-family: inherit; color: var(--ink-2); }
.give .freq button.on { background: #fff; color: var(--navy); box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.give .fine { font-size: .8rem; color: var(--ink-3); margin: 12px 0 0; }
.give .btn { width: 100%; justify-content: center; }

/* Forms */
.form { display: grid; gap: 14px; max-width: 640px; }
.form label { font-weight: 600; font-size: .92rem; display: grid; gap: 6px; }
.form input, .form textarea { font: inherit; padding: 12px 14px; border: 1px solid #cfc9bd; border-radius: 10px; background: #fff; width: 100%; }
.form input:focus, .form textarea:focus { outline: 2px solid var(--sky); border-color: var(--sky); }
.form .hp { position: absolute; left: -9999px; }
.notice { padding: 14px 18px; border-radius: 12px; background: #e6f4e8; color: #1e5b27; }
.notice.error { background: #fdecec; color: #8a1c1c; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); }
.contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.contact-card p { margin-bottom: .6em; }

/* Footer */
.footer { background: var(--navy); color: rgba(255,255,255,.8); font-size: .92rem; }
.footer .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding: 56px 0 28px; }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.footer a { color: rgba(255,255,255,.85); text-decoration: none; display: block; padding: 3px 0; }
.footer a:hover { color: var(--gold); }
.footer .brand { margin-bottom: 14px; }
.footer .brand img { height: 56px; }
.footer .legal { display: flex; border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; font-size: .8rem; color: rgba(255,255,255,.55); flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }
.footer .legal a { display: inline; padding: 0; }

/* Reveal */
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* Responsive */
@media (max-width: 1080px) {
  .nav { display: none; }
  .nav.open { display: flex; position: absolute; left: 0; right: 0; top: 76px; flex-direction: column; align-items: stretch; background: var(--paper); padding: 12px var(--gutter) 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open a { padding: 12px 10px; }
  .nav.open .btn { display: none; }
  .nav-toggle { display: block; }
  .header-cta { display: inline-flex; }
  .brand img { height: 46px; }
  .bar { grid-template-columns: 150px 1fr 70px; }
}
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero .photo { min-height: 0; aspect-ratio: 16/9; }
  .hero .copy { padding: 40px var(--gutter) 56px; }
  .stats .wrap { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .split, .split.flip, .feature, .money, .cta .wrap, .give-grid, .contact-grid, .videos { grid-template-columns: 1fr; }
  .split.flip > :first-child { order: 0; }
  .cards, .needs, .people, .fin-years { grid-template-columns: repeat(2, 1fr); }
  .footer .wrap { grid-template-columns: 1fr 1fr; }
  .split .photo .badge { left: 12px; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .checks.two { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .topbar { display: none; }
  .brand img { height: 40px; }
  .cards, .needs, .people, .footer .wrap, .fin-years, .photo-grid, .photo-grid.two { grid-template-columns: 1fr; }
  .bar { grid-template-columns: 1fr; gap: 6px; }
  .bar em { text-align: left; }
  .give .amounts { grid-template-columns: repeat(3, 1fr); }
  .give .amounts button[data-other] { grid-column: span 2; }
  .feature img { min-height: 240px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .page-hero .wrap { padding-top: 96px; }
  .fin-table { font-size: .85rem; } .fin-table th, .fin-table td { padding: 10px 8px; }
}
