@font-face {
  font-family: "Norwester";
  src: url("assets/fonts/norwester.woff") format("woff");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #050706;
  --panel: #0c110f;
  --panel-2: #111814;
  --ink: #f5f3ea;
  --muted: #a9b0aa;
  --mint: #a5ffe4;
  --green: #00c49a;
  --green-dark: #063e31;
  --red: #ef4d55;
  --line: rgba(165, 255, 228, 0.16);
  --shell: min(1180px, calc(100% - 40px));
  --display: "Norwester", Impact, sans-serif;
  --body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@property --promise-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--body); font-weight: 700; letter-spacing: .008em; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; background: radial-gradient(circle at 16% 18%, rgba(0,196,154,.055), transparent 28%), radial-gradient(circle at 84% 72%, rgba(239,77,85,.035), transparent 24%); animation: ambient-drift 12s ease-in-out infinite alternate; pointer-events: none; }
a { color: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; width: 1px; height: 1px; overflow: hidden; padding: 0; clip-path: inset(50%); white-space: nowrap; border-radius: 999px; background: var(--mint); color: #04110d; font-weight: 800; }
.skip-link:focus { width: auto; height: auto; overflow: visible; padding: 10px 14px; clip-path: none; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: var(--shell); margin: 0 auto; min-height: 76px; border-bottom: 1px solid var(--line); }
.motion-ready .site-header { animation: header-in .65s cubic-bezier(.2,.8,.2,1) both; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font: 28px/1 var(--display); letter-spacing: .06em; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { position: relative; display: block; width: 44px; height: 44px; overflow: hidden; border: 1px solid rgba(165,255,228,.35); border-radius: 50%; background: #000; }
.brand-mark img, .hero-emblem img { position: absolute; width: 337.5%; max-width: none; left: -111.25%; top: -39.7%; }
.brand-mark { transition: transform .35s ease, box-shadow .35s ease; }
.brand:hover .brand-mark { transform: rotate(8deg) scale(1.06); box-shadow: 0 0 22px rgba(0,196,154,.28); }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { position: relative; text-decoration: none; color: #d8ddd9; font: 1rem/1 var(--display); letter-spacing: .075em; text-transform: uppercase; }
.site-header nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .25s ease; }
.site-header nav a:hover::after, .site-header nav a[aria-current="page"]::after { right: 0; }
.nav-contact { padding: 11px 18px; border: 1px solid var(--line); border-radius: 999px; transition: background .25s ease, color .25s ease; }
.nav-contact:hover { border-color: var(--red); background: var(--red); color: #fff; box-shadow: 0 0 24px rgba(239,77,85,.3); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; min-height: 390px; padding-block: 20px 24px; }
.hero::before { content: ""; position: absolute; left: -18vw; top: -25%; width: 52vw; height: 52vw; border-radius: 50%; background: radial-gradient(circle, rgba(0,196,154,.1), transparent 67%); pointer-events: none; }
.hero-copy { position: relative; }
.hero-copy::before { content: ""; position: absolute; z-index: -1; left: -4%; top: 10%; width: 64%; height: 56%; border-radius: 50%; background: radial-gradient(ellipse, rgba(239,77,85,.14), rgba(239,77,85,.045) 42%, transparent 70%); filter: blur(12px); animation: headline-glow 4.8s ease-in-out infinite; pointer-events: none; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 18px var(--red); animation: signal-pulse 1.9s ease-in-out infinite; }
.hero-verification { color: var(--mint); }
.hero-verification a { color: var(--mint); text-decoration-color: #ff8061; text-decoration-thickness: 2px; text-underline-offset: 4px; transition: color .2s ease, text-shadow .2s ease, text-decoration-color .2s ease; }
.hero-verification a:hover { color: #fff; text-shadow: 0 0 14px rgba(165,255,228,.52); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; text-transform: uppercase; }
h1 { max-width: 760px; font-size: clamp(4rem, 7.6vw, 7.6rem); line-height: .86; letter-spacing: .012em; text-shadow: 0 0 34px rgba(239,77,85,.07); }
h1 em { display: block; color: var(--mint); font-style: normal; }
.hero-lede { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.55; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 760px; margin-top: 17px; border-block: 1px solid var(--line); }
.hero-proof > div { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 9px 12px; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong { color: var(--red); font: .9rem/1 var(--display); }
.hero-proof span { color: #d9dfda; font: .93rem/1 var(--display); letter-spacing: .055em; text-transform: uppercase; }
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; max-width: 760px; margin-top: 12px; }
.hero-copy.is-visible > * { animation: opening-rise .72s cubic-bezier(.2,.8,.2,1) both; }
.hero-copy.is-visible > :nth-child(1) { animation-delay: .08s; }
.hero-copy.is-visible > :nth-child(2) { animation-delay: .16s; }
.hero-copy.is-visible > :nth-child(3) { animation-delay: .26s; }
.hero-copy.is-visible > :nth-child(4) { animation-delay: .36s; }
.button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 196px; padding: 13px 17px; border-radius: 7px; text-decoration: none; font: 1.08rem/1 var(--display); letter-spacing: .055em; text-transform: uppercase; transition: transform .2s ease, border-color .2s ease; }
.button > span { font-family: Arial, Helvetica, sans-serif; font-weight: 900; line-height: 1; }
.button-primary > span { color: #03100c; }
.button-secondary > span { color: #fff; }
.button:hover { transform: translateY(-3px); border-color: var(--red); background: var(--red); color: #fff; box-shadow: 0 10px 34px rgba(239,77,85,.28); }
.button-primary { background: var(--green); color: #03100c; }
.button-secondary { border: 1px solid rgba(245,243,234,.18); background: #0a0e0c; color: var(--ink); }
.button-pathway { border: 1px solid var(--green); background: var(--green); color: #03100c; }
.button-pathway > span { color: #03100c; transition: transform .2s ease, color .2s ease; }
.button-pathway::before { content: ""; position: absolute; inset: 0; background: radial-gradient(300px circle at var(--x, 50%) var(--y, 50%), rgba(255,255,255,.36), transparent 52%); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.button-pathway:hover::before { opacity: 1; }
.button-pathway:hover > span { color: #fff; transform: translateX(3px); }

.hero-art { position: relative; justify-self: end; width: min(33vw, 370px); aspect-ratio: 1; border-radius: 50%; }
.hero-art::before { content: ""; position: absolute; inset: 1%; border-radius: 50%; background: conic-gradient(from 90deg, transparent, rgba(165,255,228,.08), transparent 32%, rgba(239,77,85,.06), transparent 65%); filter: blur(9px); animation: rotate 10s linear infinite; }
.hero-art::after { content: ""; position: absolute; z-index: 5; inset: 0; border-radius: 50%; background: radial-gradient(180px circle at var(--x, 50%) var(--y, 50%), rgba(165,255,228,.11), transparent 62%); pointer-events: none; }
.hero-emblem { position: absolute; z-index: 3; inset: 25%; overflow: hidden; border: 1px solid rgba(165,255,228,.4); border-radius: 50%; background: #000; box-shadow: 0 0 0 18px rgba(0,196,154,.04), 0 0 80px rgba(0,196,154,.14); animation: breathe 5s ease-in-out infinite; }
.orbit { position: absolute; inset: 6%; border: 1px solid var(--line); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px var(--green); }
.orbit::before { left: 13%; top: 11%; }
.orbit::after { right: 4%; bottom: 28%; background: var(--red); box-shadow: 0 0 18px var(--red); }
.orbit-one { animation: rotate 18s linear infinite; }
.orbit-two { inset: 16%; border-style: dashed; animation: rotate 13s linear infinite reverse; }
.orbit-three { inset: 32%; border-color: rgba(239,77,85,.22); animation: rotate 8s linear infinite; }
.orbit-three::before { width: 7px; height: 7px; left: 70%; top: -4px; background: var(--red); box-shadow: 0 0 18px var(--red); }
.orbit-three::after { display: none; }
.scan-line { position: absolute; z-index: 2; left: 13%; right: 13%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, rgba(165,255,228,.65), transparent); box-shadow: 0 0 12px rgba(165,255,228,.3); transform-origin: center; animation: scan-sweep 5.5s ease-in-out infinite; }
.signal { position: absolute; z-index: 4; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }
.signal-one { top: 8%; left: 48%; } .signal-two { bottom: 7%; left: 29%; } .signal-three { top: 47%; right: 4%; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(165,255,228,.025); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; gap: 14px; min-height: 92px; align-items: center; padding: 17px 22px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: var(--green); font: 1.1rem/1 var(--display); }
.trust-grid span { display: grid; gap: 6px; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.trust-grid b { color: var(--ink); font: 1rem/1 var(--display); text-transform: uppercase; letter-spacing: .08em; }
.trust-grid span span { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; }
.brand-credit { display: inline-flex; align-items: center; gap: 6px; padding: 2px 5px 3px; border-bottom: 2px solid var(--red); color: var(--red); font-family: var(--display); font-size: .94rem; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.brand-credit i { font: 900 1rem/1 Arial, Helvetica, sans-serif; }
.brand-credit:hover { background: var(--red); color: #fff; box-shadow: 0 0 18px rgba(239,77,85,.32); }

.section-space { padding-block: 46px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 36px; margin-bottom: 22px; }
.section-heading h2, .direct-note h2 { font-size: clamp(2.9rem, 5.5vw, 5.6rem); line-height: .94; }
.section-heading > p, .direct-note > p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.pathway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pathway-card { position: relative; overflow: hidden; display: grid; align-content: space-between; min-height: 300px; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); text-decoration: none; transition: opacity .7s ease, transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.pathway-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px circle at var(--x, 50%) var(--y, 50%), rgba(165,255,228,.12), transparent 48%); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.pathway-card:hover { transform: translateY(-7px); border-color: var(--red); box-shadow: 0 22px 60px rgba(0,0,0,.35), 0 0 28px rgba(239,77,85,.12); }
.pathway-card:hover::before { opacity: 1; }
.card-index { color: var(--green); font: .88rem/1 var(--display); letter-spacing: .17em; }
.pathway-card h3 { font-size: clamp(3.2rem, 5vw, 5.4rem); line-height: .89; }
.pathway-card p { max-width: 460px; margin: 11px 0 0; color: var(--muted); line-height: 1.5; }
.card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); font: .9rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.card-footer i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--mint); color: #03100c; font: 900 1.15rem/1 Arial, Helvetica, sans-serif; transition: transform .25s ease; }
.charity-card .card-footer i { border: 1px solid rgba(245,243,234,.35); background: transparent; color: #fff; }
.pathway-card:hover .card-footer i { transform: translateX(3px); }
.pathway-grid .pathway-card:nth-child(2) { transition-delay: .09s; }
.people-symbol { position: relative; display: flex; justify-content: center; align-items: end; gap: 12px; height: 132px; transform: scale(.68); transform-origin: center; }
.people-symbol i { position: relative; width: 64px; height: 82px; border: 2px solid var(--mint); border-radius: 30px 30px 10px 10px; }
.people-symbol i::before { content: ""; position: absolute; width: 42px; height: 42px; left: 9px; top: -53px; border: 2px solid var(--mint); border-radius: 50%; background: var(--panel); }
.people-symbol i:nth-child(2) { height: 110px; background: rgba(0,196,154,.13); }
.people-symbol i:nth-child(2)::before { width: 50px; height: 50px; left: 5px; top: -61px; }
.aid-symbol { display: grid; place-items: center; height: 108px; transform: scale(.82); }
.aid-symbol i { position: relative; width: 114px; height: 114px; border: 2px solid var(--mint); border-radius: 50%; }
.aid-symbol i::before, .aid-symbol i::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--green); border-radius: 2px; transform: translate(-50%, -50%); }
.aid-symbol i::before { width: 66px; height: 22px; } .aid-symbol i::after { width: 22px; height: 66px; }
.charity-card { background: linear-gradient(145deg, #111914, #08100c); }

.direct-note { position: relative; isolation: isolate; display: grid; grid-template-columns: 60px 1.35fr .65fr; gap: 18px; align-items: center; margin-bottom: 28px; padding: 14px; border: 1px solid rgba(239,77,85,.24); border-radius: 10px; background: linear-gradient(100deg, rgba(0,196,154,.11), rgba(0,196,154,.02)); box-shadow: 0 0 26px rgba(239,77,85,.06); }
.direct-note::before { content: ""; position: absolute; z-index: 3; inset: -1px; padding: 2px; border-radius: inherit; background: conic-gradient(from var(--promise-angle), transparent 0 57%, rgba(239,77,85,.2) 66%, var(--red) 73%, #ff8061 77%, rgba(239,77,85,.22) 83%, transparent 91%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: promise-ring 3.6s linear infinite; pointer-events: none; }
.direct-note::after { content: ""; position: absolute; z-index: -1; inset: -10px; border-radius: 18px; background: radial-gradient(ellipse at 50% 50%, transparent 55%, rgba(239,77,85,.075) 75%, transparent 100%); filter: blur(10px); animation: promise-glow 2.8s ease-in-out infinite; pointer-events: none; }
.direct-note > * { position: relative; z-index: 1; }
.direct-icon { position: relative; display: block; width: 60px; height: 60px; overflow: hidden; border: 0; border-radius: 50%; background: #000; }
.direct-icon img { position: absolute; width: 337.5%; max-width: none; left: -111.25%; top: -39.7%; }
.direct-note .eyebrow { margin-bottom: 6px; }
.direct-note h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); }
.direct-note > p { line-height: 1.4; }

.site-footer { padding-block: 30px; border-top: 1px solid var(--line); background: #030403; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 46px; }
.footer-brand { font-size: 26px; }
.footer-grid p { margin: 10px 0 0; color: #707771; font-size: .8rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: .82rem; }
.footer-links a:hover { color: var(--mint); }
.footer-contact { display: inline-flex; align-items: center; gap: 20px; text-decoration: none; font-weight: 800; }
.footer-contact span { color: var(--green); font-family: Arial, Helvetica, sans-serif; font-weight: 900; }

.reactive { isolation: isolate; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { transform: scale(1.035); box-shadow: 0 0 0 28px rgba(0,196,154,.035), 0 0 100px rgba(0,196,154,.18); } }
@keyframes header-in { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }
@keyframes opening-rise { from { opacity: 0; transform: translateY(18px); filter: blur(4px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes signal-pulse { 0%, 100% { transform: scale(.85); opacity: .68; box-shadow: 0 0 8px var(--red); } 50% { transform: scale(1.25); opacity: 1; box-shadow: 0 0 22px var(--red); } }
@keyframes ambient-drift { from { transform: translate3d(-1.5%, -1%, 0) scale(1); } to { transform: translate3d(1.5%, 1%, 0) scale(1.06); } }
@keyframes scan-sweep { 0%, 100% { transform: translateY(-65px) rotate(-8deg); opacity: .25; } 50% { transform: translateY(65px) rotate(8deg); opacity: .9; } }
@keyframes headline-glow { 50% { transform: scale(1.08) translateX(2%); opacity: .68; } }
@keyframes promise-ring { to { --promise-angle: 360deg; } }
@keyframes promise-glow { 50% { opacity: .35; transform: scale(1.01); } }
@keyframes families-orange-drift { from { transform: translate3d(-2%, -1%, 0) scale(1); opacity: .72; } to { transform: translate3d(2%, 1.5%, 0) scale(1.05); opacity: 1; } }
@keyframes directory-green-glow { 0%, 100% { opacity: .55; transform: translate3d(-1.5%, 0, 0) scale(.99); } 50% { opacity: .9; transform: translate3d(1.5%, 0, 0) scale(1.015); } }

/* Directory pages */
.subpage-hero { padding-block: 34px 28px; }
.breadcrumb { display: flex; gap: 10px; margin-bottom: 18px; color: var(--muted); font-size: .78rem; }
.breadcrumb a { color: var(--mint); text-decoration: none; }
.subpage-hero h1 { max-width: 900px; font-size: clamp(4rem, 9vw, 8rem); }
.subpage-intro { display: grid; grid-template-columns: minmax(0, 760px); align-items: end; gap: 28px; margin-top: 10px; }
.subpage-intro p { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.directory-section { padding-block: 32px 42px; border-top: 1px solid var(--line); }
.directory-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 17px; }
.directory-heading h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.directory-heading p { max-width: 470px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.featured-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.campaign-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; min-height: 102px; align-content: space-between; padding: 13px 17px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); text-decoration: none; transition: opacity .6s ease, transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.campaign-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(350px circle at var(--x, 50%) var(--y, 50%), rgba(165,255,228,.11), transparent 50%); opacity: 0; transition: opacity .25s ease; }
.campaign-card:hover { transform: translateY(-4px); border-color: var(--red); background: rgba(239,77,85,.075); box-shadow: 0 10px 28px rgba(239,77,85,.1); }
.campaign-card:hover::before { opacity: 1; }
.campaign-card .tag { color: var(--red); font: .82rem/1 var(--display); letter-spacing: .13em; text-shadow: 0 0 16px rgba(239,77,85,.3); text-transform: uppercase; }
.campaign-card h3 { align-self: end; grid-column: 1 / -1; max-width: 85%; font-size: clamp(1.85rem, 2.8vw, 2.75rem); line-height: .94; }
.campaign-card .arrow { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--mint); font: 900 1rem/1 Arial, Helvetica, sans-serif; transition: background .25s ease, color .25s ease, transform .25s ease; }
.campaign-card:hover .arrow { border-color: var(--red); background: var(--red); color: #fff; transform: rotate(45deg); }
.featured-grid .campaign-card:nth-child(2) { transition-delay: .04s; }
.featured-grid .campaign-card:nth-child(3) { transition-delay: .08s; }
.featured-grid .campaign-card:nth-child(4) { transition-delay: .12s; }
.featured-grid .campaign-card:nth-child(5) { transition-delay: .16s; }
.featured-grid .campaign-card:nth-child(6) { transition-delay: .2s; }
.featured-grid .campaign-card:nth-child(7) { transition-delay: .24s; }
.families-page .campaign-card { grid-template-columns: minmax(0, 1fr) auto; align-content: center; align-items: center; min-height: 54px; padding: 6px 10px; }
.families-page .campaign-card h3, .families-page .story-link { font: 400 clamp(1.15rem, 1.7vw, 1.55rem)/.96 var(--display); letter-spacing: .025em; text-transform: uppercase; }
.families-page .campaign-card h3 { grid-column: 1; grid-row: 1; align-self: center; max-width: none; }
.families-page .story-link { position: relative; z-index: 1; grid-column: 2; grid-row: 1; align-self: center; color: var(--mint); white-space: nowrap; transition: color .2s ease, transform .2s ease; }
.families-page .campaign-card:hover .story-link { color: #fff; transform: translate(2px, -2px); }
.families-page .subpage-intro { grid-template-columns: minmax(0, 760px); }
.families-page::after { content: ""; position: fixed; z-index: 0; inset: -14%; background: radial-gradient(circle at 18% 22%, rgba(239,77,85,.105), transparent 22%), radial-gradient(circle at 82% 67%, rgba(255,128,97,.075), transparent 24%), linear-gradient(115deg, transparent 36%, rgba(239,77,85,.032) 49%, transparent 62%); filter: blur(8px); animation: families-orange-drift 13s ease-in-out infinite alternate; pointer-events: none; }
.families-page main, .families-page .site-footer { position: relative; z-index: 1; }
.families-page .subpage-hero { padding-block: 16px 11px; }
.families-page .subpage-hero h1 { max-width: none; font-size: clamp(3.6rem, 7vw, 6.4rem); white-space: nowrap; }
.families-page .subpage-hero h1 em { display: inline; }
.families-page .directory-section { padding-block: 14px 18px; }
.families-page .directory-heading { gap: 0; margin-bottom: 8px; }
.families-page .directory-heading h2 { font-size: clamp(2.15rem, 3.5vw, 3.45rem); }
.families-page .story-directory-heading h2 { color: #ff8061; text-shadow: 0 0 18px rgba(239,77,85,.16); }
.families-page .verified-directory-heading .eyebrow { margin-bottom: 5px; color: var(--green); }
.families-page .verified-directory-heading h2 { color: #ff8061; text-shadow: 0 0 18px rgba(239,77,85,.16); }
.families-page .featured-grid { gap: 6px; }
.families-page .campaign-card { border-color: rgba(239,77,85,.2); }
.families-page .link-directory { position: relative; isolation: isolate; }
.families-page .link-directory::before { content: ""; position: absolute; z-index: -1; inset: -12px -16px; border-radius: 18px; background: radial-gradient(ellipse at 50% 45%, rgba(0,196,154,.17), rgba(0,196,154,.065) 48%, transparent 76%); filter: blur(13px); animation: directory-green-glow 6s ease-in-out infinite; pointer-events: none; }
.families-page .small-link { min-height: 44px; padding: 7px 11px; border-color: rgba(255,128,97,.42); background: rgba(239,77,85,.025); box-shadow: inset 0 0 0 1px rgba(255,128,97,.025), 0 0 12px rgba(239,77,85,.025); }
.families-page .small-link:hover { border-color: #ff8061; background: rgba(239,77,85,.085); box-shadow: 0 0 18px rgba(239,77,85,.12); }
.link-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.small-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 48px; padding: 9px 13px; border: 1px solid rgba(165,255,228,.12); border-radius: 7px; background: rgba(165,255,228,.018); color: #d9dfda; text-decoration: none; font: .98rem/1.1 var(--display); letter-spacing: .035em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.small-link:hover { transform: translateY(-2px); border-color: rgba(165,255,228,.42); background: rgba(165,255,228,.06); color: var(--mint); }
.small-link span:last-child { flex: 0 0 auto; color: var(--green); font: 900 1rem/1 Arial, Helvetica, sans-serif; transition: transform .2s ease; }
.small-link:hover span:last-child { transform: translate(2px, -2px); }
.directory-note { display: flex; gap: 12px; align-items: flex-start; margin: 18px 0 0; padding: 13px 16px; border-left: 2px solid var(--red); background: rgba(239,77,85,.045); color: var(--muted); font-size: .8rem; line-height: 1.5; }
.directory-note strong { color: var(--ink); }

@media (max-width: 860px) {
  :root { --shell: min(100% - 28px, 680px); }
  .site-header { min-height: 70px; }
  .site-header nav { gap: 14px; }
  .site-header nav a:not(.nav-contact) { display: none; }
  .brand { font-size: 24px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 28px 22px; isolation: isolate; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-art { position: absolute; z-index: 1; display: block; width: min(48vw, 260px); right: -54px; top: 48px; pointer-events: none; }
  .hero-art.reveal.is-visible { opacity: .58; transform: rotate(-8deg); }
  .hero-emblem { inset: 27%; box-shadow: 0 0 0 10px rgba(0,196,154,.035), 0 0 55px rgba(0,196,154,.16); }
  h1 { font-size: clamp(3.55rem, 15.5vw, 5.6rem); text-shadow: 0 5px 24px rgba(0,0,0,.72); }
  .hero-proof { position: relative; z-index: 2; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) strong { color: var(--red); text-shadow: 0 0 14px rgba(239,77,85,.28); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-space { padding-block: 40px; }
  .section-heading, .subpage-intro { grid-template-columns: 1fr; gap: 24px; }
  .pathway-grid, .featured-grid { grid-template-columns: 1fr; }
  .families-page .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pathway-card { min-height: 285px; border-left-width: 3px; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
  .family-card { border-left-color: var(--green); }
  .charity-card { border-left-color: var(--red); }
  .button:active, .pathway-card:active, .campaign-card:active, .small-link:active { transform: scale(.98); }
  .direct-note { grid-template-columns: 52px 1fr; gap: 12px; margin-bottom: 24px; padding: 12px; }
  .direct-icon { width: 52px; height: 52px; }
  .direct-note > p { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .link-directory { grid-template-columns: repeat(2, 1fr); }
  .directory-heading { align-items: start; flex-direction: column; }
  .families-page .subpage-hero { padding-block: 13px 9px; }
  .families-page .directory-section { padding-block: 12px 16px; }
}

@media (max-width: 540px) {
  .site-header { min-height: 62px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-contact { padding: 8px 12px; }
  .hero { padding-block: 18px 14px; }
  .hero-art { width: 188px; right: -68px; top: 46px; }
  .hero-art.reveal.is-visible { opacity: .46; transform: rotate(-10deg); }
  .eyebrow { margin-bottom: 10px; }
  .hero-lede { margin-top: 14px; font-size: .96rem; line-height: 1.42; }
  .hero-proof { margin-top: 12px; }
  .hero-proof > div { flex-direction: column; align-items: flex-start; gap: 3px; min-height: 48px; padding: 7px 6px; }
  .hero-proof span { font-size: .72rem; line-height: 1.08; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 8px; }
  .button { width: 100%; padding-block: 11px; }
  .trust-grid > div { min-height: 64px; padding: 11px 15px; }
  .trust-grid span { gap: 3px; line-height: 1.25; }
  .section-space { padding-block: 28px; }
  .section-heading { gap: 14px; margin-bottom: 16px; }
  .section-heading > p, .direct-note > p { line-height: 1.42; }
  .section-heading h2, .direct-note h2 { font-size: 2.45rem; }
  .pathway-grid { gap: 10px; }
  .pathway-card { min-height: 244px; padding: 14px; }
  .pathway-card h3 { font-size: 2.8rem; }
  .card-footer { padding-top: 10px; }
  .card-footer i { width: 38px; height: 38px; }
  .people-symbol { height: 128px; margin-block: -6px; transform: scale(.55); transform-origin: center; }
  .aid-symbol { height: 92px; transform: scale(.68); }
  .direct-note { gap: 9px; margin-bottom: 16px; padding: 9px; }
  .direct-note .eyebrow { margin-bottom: 4px; }
  .direct-note h2 { font-size: 1.85rem; }
  .direct-note > p { font-size: .84rem; line-height: 1.35; }
  .site-footer { padding-block: 23px; }
  .footer-grid { gap: 18px; }
  .footer-links { gap: 7px; }
  .subpage-hero { padding-block: 18px 16px; }
  .breadcrumb { margin-bottom: 12px; }
  .subpage-hero h1 { font-size: 3.55rem; }
  .subpage-intro { gap: 12px; margin-top: 6px; }
  .subpage-intro p { font-size: .98rem; line-height: 1.45; }
  .directory-section { padding-block: 21px 28px; }
  .directory-heading { gap: 11px; margin-bottom: 12px; }
  .directory-heading h2 { font-size: 2.1rem; line-height: .96; }
  .directory-heading p { line-height: 1.42; }
  .featured-grid { gap: 7px; }
  .campaign-card { min-height: 84px; padding: 10px 13px; }
  .campaign-card h3 { font-size: 1.9rem; }
  .families-page .campaign-card { min-height: 52px; padding: 6px 8px; }
  .families-page .campaign-card h3, .families-page .story-link { font-size: 1.08rem; }
  .link-directory { grid-template-columns: 1fr; }
  .small-link { min-height: 43px; padding: 7px 11px; }
  .directory-note { margin-top: 12px; padding: 10px 12px; }
  .families-page::after { position: absolute; inset: 0; filter: blur(5px); animation: none; opacity: .75; }
  .families-page .subpage-hero { padding-block: 9px 7px; }
  .families-page .subpage-hero h1 { font-size: clamp(2.45rem, 13vw, 3.25rem); }
  .families-page .directory-section { padding-block: 10px 13px; }
  .families-page .directory-heading { gap: 5px; margin-bottom: 7px; }
  .families-page .directory-heading h2 { font-size: 1.85rem; }
  .families-page .featured-grid { grid-template-columns: 1fr; gap: 5px; }
  .families-page .campaign-card { min-height: 48px; padding: 5px 7px; }
  .families-page .campaign-card h3, .families-page .story-link { font-size: clamp(.9rem, 4.25vw, 1.08rem); }
  .families-page .link-directory::before { inset: -5px; filter: blur(9px); }
  .families-page .link-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .families-page .small-link { min-height: 40px; gap: 6px; padding: 6px 8px; font-size: .78rem; line-height: 1.08; overflow-wrap: anywhere; }
  .families-page .small-link span:last-child { font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .site-header { opacity: 1; transform: none; }
  .hero-copy.is-visible > * { animation: none; }
}
