
:root {
  --navy: #0b1f3a;
  --navy-2: #132d50;
  --red: #d62f3d;
  --red-dark: #b8202d;
  --sky: #eaf2fb;
  --cream: #f8f5ef;
  --ink: #14202d;
  --muted: #5e6b79;
  --line: #dfe5ec;
  --white: #ffffff;
  --green: #2e6e57;
  --shadow: 0 18px 55px rgba(11, 31, 58, .12);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 9999; background: white; color: var(--navy); padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 6rem 0; }
.section-sm { padding: 3.5rem 0; }
.eyebrow { margin: 0 0 .85rem; color: var(--red); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(2.65rem, 6.2vw, 5.55rem); letter-spacing: -.045em; max-width: 12ch; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); letter-spacing: -.035em; max-width: 18ch; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.2rem; }
.lede { font-size: clamp(1.08rem, 2vw, 1.34rem); color: #344252; max-width: 62ch; }
.muted { color: var(--muted); }
.text-center { text-align: center; }
.text-center h2, .text-center .lede { margin-left: auto; margin-right: auto; }
.kicker { font-weight: 800; color: var(--navy); }
.notice-bar { background: var(--navy); color: white; font-size: .92rem; }
.notice-inner { min-height: 43px; display: flex; gap: 1rem; align-items: center; justify-content: center; text-align: center; }
.notice-inner a { color: white; font-weight: 800; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(223,229,236,.85); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display:flex; align-items:center; gap:.7rem; text-decoration:none; min-width:240px; }
.brand img { width:68px; height:58px; object-fit:contain; flex:0 0 auto; }
.brand span { display:flex; flex-direction:column; line-height:1.05; }
.brand strong { color:var(--navy); font-size:1rem; letter-spacing:.01em; }
.brand small { color:var(--muted); font-size:.56rem; font-weight:850; letter-spacing:.13em; text-transform:uppercase; margin-top:.32rem; }
.main-nav { display: flex; align-items: center; gap: 1.35rem; }
.main-nav a { text-decoration: none; font-size: .92rem; font-weight: 750; color: #25364b; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--red); }
.nav-donate { padding: .7rem 1rem; border-radius: 999px; background: var(--red); color: white !important; box-shadow: 0 7px 20px rgba(214,47,61,.18); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-weight: 800; padding: .5rem; }
.hero { padding: 4.5rem 0 5rem; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f4f8fc 55%, #e9f0f8 100%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 4rem; }
.hero-copy .lede { margin-bottom: 1.75rem; }
.hero-badge { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; padding: .45rem .75rem; border: 1px solid #cdd9e7; background: rgba(255,255,255,.8); border-radius: 999px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.hero-badge::before { content:""; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .78rem 1.2rem; border-radius: 999px; text-decoration: none; font-weight: 850; border: 2px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 10px 28px rgba(214,47,61,.23); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { border-color: var(--navy); color: var(--navy); background: white; }
.btn-light { background: white; color: var(--navy); }
.btn-dark { background: var(--navy); color: white; }
.hero-visual { position: relative; min-height: 590px; }
.hero-card { position: absolute; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); border: 6px solid white; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card.one { width: 69%; height: 69%; top: 0; right: 0; }
.hero-card.two { width: 58%; height: 54%; bottom: 0; left: 0; }
.hero-stat { position: absolute; right: 1.5rem; bottom: 2rem; width: 235px; padding: 1.1rem 1.2rem; background: var(--navy); color: white; border-radius: 18px; box-shadow: var(--shadow); }
.hero-stat strong { display:block; font-size:1.1rem; margin-bottom:.25rem; }
.hero-stat span { color:#d9e2ef; font-size:.88rem; }
.trust-strip { border-block: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 1.25rem; text-align:center; font-weight:850; color:var(--navy); border-right:1px solid var(--line); }
.trust-item:last-child { border-right:0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.media-frame { position: relative; }
.media-frame img { width:100%; min-height: 480px; object-fit:cover; border-radius:var(--radius); box-shadow:var(--shadow); }
.media-frame::after { content:""; position:absolute; inset:auto -18px -18px auto; width:115px; height:115px; border-radius:22px; background:var(--red); z-index:-1; }
.pill-list { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.5rem; }
.pill { padding:.55rem .75rem; border-radius:999px; background:var(--sky); color:var(--navy); font-size:.87rem; font-weight:800; }
.cards-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:1.35rem; margin-top:2.5rem; }
.program-card { display:flex; flex-direction:column; overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:white; box-shadow:0 12px 35px rgba(11,31,58,.08); }
.program-card img { width:100%; height:245px; object-fit:cover; }
.program-card .body { padding:1.5rem; display:flex; flex:1; flex-direction:column; }
.program-card .number { color:var(--red); font-size:.78rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.program-card .text-link { margin-top:auto; padding-top:.75rem; color:var(--red); text-decoration:none; font-weight:850; }
.bg-navy { background:var(--navy); color:white; }
.bg-navy h2, .bg-navy h3 { color:white; }
.bg-cream { background:var(--cream); }
.bg-sky { background:var(--sky); }
.feature-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; margin-top:2rem; }
.feature { padding:1.3rem; border-radius:18px; background:white; border:1px solid var(--line); }
.feature .icon { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; background:var(--sky); color:var(--red); font-weight:900; margin-bottom:.85rem; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin-top:2.5rem; }
.stat { padding:1.5rem; border:1px solid rgba(255,255,255,.18); border-radius:18px; background:rgba(255,255,255,.06); }
.stat strong { display:block; color:white; font-size:1.12rem; margin-bottom:.35rem; }
.stat span { color:#d7e0eb; font-size:.92rem; }
.photo-band { display:grid; grid-template-columns:1.35fr .9fr .9fr; gap:.75rem; }
.photo-band img { width:100%; height:330px; object-fit:cover; border-radius:18px; }
.photo-band img:first-child { height:330px; }
.impact-panel { display:grid; grid-template-columns:1.1fr .9fr; overflow:hidden; border-radius:30px; background:var(--navy); color:white; box-shadow:var(--shadow); }
.impact-panel .copy { padding:clamp(2rem,5vw,4.5rem); }
.impact-panel h2 { color:white; }
.impact-panel img { width:100%; height:100%; min-height:480px; object-fit:cover; }
.quote { border-left:5px solid var(--red); padding-left:1.2rem; font-size:1.2rem; color:#2f3d4c; }
.page-hero { padding:5rem 0 4rem; background:linear-gradient(150deg,#f8fbfe,#eaf2fb); }
.page-hero h1 { max-width: 15ch; }
.breadcrumb { font-size:.84rem; font-weight:800; color:var(--red); text-transform:uppercase; letter-spacing:.12em; margin-bottom:1rem; }
.values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-top:2rem; }
.value { padding:1.4rem; border-radius:18px; border:1px solid var(--line); background:white; }
.value h3 { margin-bottom:.45rem; }
.founder-card { display:grid; grid-template-columns:.85fr 1.15fr; overflow:hidden; border-radius:var(--radius); background:var(--navy); color:white; }
.founder-card img { width:100%; height:100%; min-height:470px; object-fit:cover; }
.founder-card .copy { padding:clamp(2rem,5vw,4rem); }
.founder-card h2 { color:white; }
.detail-row { display:grid; grid-template-columns:.75fr 1.25fr; gap:4rem; padding:4rem 0; border-bottom:1px solid var(--line); align-items:start; }
.detail-row:last-child { border-bottom:0; }
.detail-row .sticky-title { position:sticky; top:130px; }
.check-list { padding:0; margin:1.5rem 0 0; list-style:none; }
.check-list li { position:relative; padding:.45rem 0 .45rem 1.75rem; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:.42rem; color:var(--red); font-weight:900; }
.schedule { display:grid; gap:.8rem; margin-top:2rem; }
.schedule-item { display:grid; grid-template-columns:170px 1fr; gap:1rem; padding:1rem 1.2rem; border-radius:16px; background:white; border:1px solid var(--line); }
.schedule-item strong { color:var(--navy); }
.gallery { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:135px; gap:.75rem; }
.gallery figure { margin:0; overflow:hidden; border-radius:16px; }
.gallery img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.gallery figure:hover img { transform:scale(1.04); }
.gallery .g1 { grid-column:span 7; grid-row:span 3; }
.gallery .g2 { grid-column:span 5; grid-row:span 2; }
.gallery .g3 { grid-column:span 5; grid-row:span 2; }
.gallery .g4 { grid-column:span 4; grid-row:span 3; }
.gallery .g5 { grid-column:span 4; grid-row:span 3; }
.gallery .g6 { grid-column:span 4; grid-row:span 3; }
.closed-panel { display:grid; grid-template-columns:1.1fr .9fr; overflow:hidden; border-radius:28px; border:1px solid var(--line); box-shadow:var(--shadow); }
.closed-panel .copy { padding:clamp(2rem,5vw,4rem); }
.closed-panel img { width:100%; height:100%; min-height:450px; object-fit:cover; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin-top:2rem; }
.process { padding:1.4rem; border-top:4px solid var(--red); background:white; border-radius:0 0 16px 16px; box-shadow:0 8px 26px rgba(11,31,58,.08); }
.process .step { font-size:.78rem; color:var(--red); font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.funding-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-top:2rem; }
.funding-card { padding:1.5rem; border-radius:18px; background:white; border:1px solid var(--line); }
.donate-hero { background:linear-gradient(135deg,var(--navy),#173c68); color:white; }
.donate-hero h1, .donate-hero h2 { color:white; }
.donate-box { display:grid; grid-template-columns:1.15fr .85fr; gap:3rem; align-items:center; }
.donate-card { padding:1.5rem; background:white; color:var(--ink); border-radius:22px; box-shadow:var(--shadow); }
.donate-card h3 { color:var(--navy); }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:4rem; }
.contact-card { padding:1.5rem; border-radius:18px; background:var(--sky); margin-bottom:1rem; }
.contact-card a { color:var(--navy); font-weight:850; }
.form { display:grid; gap:1rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
label { display:block; font-weight:800; color:var(--navy); margin-bottom:.35rem; }
input, textarea, select { width:100%; border:1px solid #bdc9d7; border-radius:12px; padding:.85rem .9rem; background:white; color:var(--ink); }
textarea { min-height:160px; resize:vertical; }
.form-note { font-size:.86rem; color:var(--muted); }
.cta { padding:4rem 0; background:var(--red); color:white; }
.cta h2 { color:white; margin-bottom:.7rem; }
.cta-inner { display:flex; align-items:center; justify-content:space-between; gap:2rem; }
.site-footer { background:#071526; color:#d6dfeb; padding:4rem 0 1.2rem; }
.footer-grid { display:grid; grid-template-columns:1.35fr .65fr .75fr; gap:3rem; }
.footer-brand { display:flex; align-items:center; gap:.85rem; margin-bottom:1.1rem; }
.footer-brand img { width:82px; height:72px; object-fit:contain; background:white; border-radius:12px; padding:.25rem; }
.footer-brand strong { display:block; color:white; font-size:1.08rem; }
.footer-brand span { display:block; color:#aebccd; font-size:.64rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-top:.25rem; }
.site-footer h3 { color:white; font-size:1rem; }
.site-footer a { color:#d6dfeb; text-decoration:none; }
.site-footer a:hover { color:white; }
.footer-links { display:grid; gap:.55rem; }
.footer-bottom { display:flex; justify-content:space-between; gap:1rem; padding-top:2rem; margin-top:2rem; border-top:1px solid rgba(255,255,255,.12); font-size:.82rem; color:#a9b7c8; }
.reveal { opacity:1; transform:none; }
.js .reveal { opacity:0; transform:translateY(20px); transition:opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) { html {scroll-behavior:auto;} .reveal {opacity:1; transform:none; transition:none;} .btn, .gallery img {transition:none;} }
@media (max-width: 980px) {
  .menu-toggle { display:block; }
  .main-nav { position:absolute; left:1rem; right:1rem; top:82px; display:none; flex-direction:column; align-items:stretch; padding:1rem; background:white; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:.65rem .5rem; }
  .hero-grid, .split, .impact-panel, .founder-card, .closed-panel, .donate-box, .contact-grid { grid-template-columns:1fr; }
  .hero-visual { min-height:540px; margin-top:1rem; }
  .cards-3, .values-grid, .funding-grid { grid-template-columns:1fr 1fr; }
  .stats-grid, .process-grid { grid-template-columns:1fr 1fr; }
  .detail-row { grid-template-columns:1fr; gap:1.25rem; }
  .detail-row .sticky-title { position:static; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .impact-panel img, .founder-card img, .closed-panel img { min-height:380px; }
}
@media (max-width: 680px) {
  .section { padding:4.3rem 0; }
  .section-sm { padding:2.8rem 0; }
  .notice-inner { padding:.5rem 0; flex-direction:column; gap:.05rem; }
  .brand { min-width:0; }
  .brand img { width:58px; height:50px; }
  .brand strong { font-size:.9rem; }
  .brand small { display:none; }
  .nav-wrap { min-height:72px; }
  .main-nav { top:72px; }
  h1 { font-size:clamp(2.45rem,14vw,4rem); }
  .hero { padding-top:3.3rem; }
  .hero-grid { gap:2rem; }
  .hero-visual { min-height:420px; }
  .hero-card.one { width:76%; height:69%; }
  .hero-card.two { width:64%; height:50%; }
  .hero-stat { right:.2rem; bottom:.8rem; width:205px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); }
  .trust-item:last-child { border-bottom:0; }
  .cards-3, .values-grid, .stats-grid, .process-grid, .funding-grid, .feature-grid { grid-template-columns:1fr; }
  .photo-band { grid-template-columns:1fr 1fr; }
  .photo-band img:first-child { grid-column:1/-1; }
  .photo-band img { height:230px; }
  .schedule-item { grid-template-columns:1fr; gap:.2rem; }
  .gallery { grid-template-columns:1fr 1fr; grid-auto-rows:190px; }
  .gallery .g1,.gallery .g2,.gallery .g3,.gallery .g4,.gallery .g5,.gallery .g6 { grid-column:span 1; grid-row:span 1; }
  .gallery .g1 { grid-column:1/-1; }
  .form-row { grid-template-columns:1fr; }
  .cta-inner, .footer-bottom { flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr; }
}
