*{box-sizing:border-box}
:root{
  --navy:#0b1f3a;
  --navy-2:#112f55;
  --red:#b11f2e;
  --cream:#f7f3ea;
  --paper:#fff;
  --ink:#162033;
  --muted:#667085;
  --line:#d8dde6;
  --max:1180px;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
img{max-width:100%}
a{color:inherit}
.shell{width:min(calc(100% - 40px),var(--max));margin:0 auto}
.skip-link{position:absolute;left:-999px;top:10px;background:white;padding:10px 14px;z-index:1000}
.skip-link:focus{left:10px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,31,58,.09)}
.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}
.brand img{width:56px;height:56px;object-fit:contain}
.brand span{display:flex;flex-direction:column;line-height:1.15}
.brand strong{font-size:15px;color:var(--navy)}
.brand small{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin-top:5px}
.site-nav{display:flex;align-items:center;gap:20px;font-weight:700;font-size:14px}
.site-nav a{text-decoration:none}
.site-nav a:hover{color:var(--red)}
.nav-cta{background:var(--red);color:white!important;padding:11px 16px;border-radius:999px}
.menu-toggle{display:none;border:1px solid var(--line);background:white;border-radius:8px;padding:9px 12px;font:inherit;font-weight:700}
.hero{position:relative;background:
linear-gradient(120deg,rgba(7,22,43,.98),rgba(13,45,82,.94)),
radial-gradient(circle at 75% 25%,rgba(177,31,46,.25),transparent 28%);
color:white;overflow:hidden}
.hero:after{content:"";position:absolute;inset:auto -12% -42% auto;width:620px;height:620px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.02)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .75fr;gap:70px;align-items:center;min-height:650px;padding:78px 0}
.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:12px;color:var(--red);margin:0 0 14px}
.hero .eyebrow{color:#ffb7bf}
.hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;max-width:790px;margin:0 0 24px;letter-spacing:-.045em}
.hero-lead{font-size:20px;max-width:720px;color:#dfe8f2;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;border-radius:8px;padding:14px 20px;transition:.2s ease}
.button:hover{transform:translateY(-1px)}
.primary{background:var(--red);color:#fff}
.secondary{border:1px solid rgba(255,255,255,.55);color:#fff}
.dark{background:var(--navy);color:#fff}
.white{background:#fff;color:var(--navy)}
.outline-white{border:1px solid rgba(255,255,255,.6);color:#fff}
.nonprofit-note{font-size:13px;color:#aebdd0;margin-top:16px}
.hero-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:30px;box-shadow:0 30px 70px rgba(0,0,0,.22);backdrop-filter:blur(8px)}
.hero-card img{width:145px;display:block;margin:-6px auto 20px}
.hero-card h2{font-size:26px;margin:0 0 10px}
.hero-card p{color:#dce6f1;margin:0}
.section{padding:88px 0}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.section h2{font-size:clamp(34px,4vw,52px);line-height:1.06;letter-spacing:-.035em;margin:0}
.prose{font-size:18px;color:#425066}
.prose p:first-child{margin-top:0}
.band{background:var(--navy);color:white}
.light{color:white!important}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:42px 0 24px}
.stat-card{padding:28px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}
.stat-card strong{display:block;font-size:42px;line-height:1;color:white;margin-bottom:10px}
.stat-card span{color:#c9d6e5}
.impact-copy{max-width:820px;color:#d5e0eb;margin:20px 0 0}
.event-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}
.date-badge{min-width:120px;text-align:center;border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--cream)}
.date-badge span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800}
.date-badge strong{font-size:42px;line-height:1.05;color:var(--red)}
.event-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.event-card{border:1px solid var(--line);border-radius:18px;padding:32px;box-shadow:0 10px 35px rgba(11,31,58,.05)}
.event-card.accent{background:var(--cream);border-color:transparent}
.event-card h3{font-size:24px;margin-top:0;color:var(--navy)}
dl{margin:0}
dl div{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:12px 0;border-bottom:1px solid #e6e9ef}
dt{font-weight:800;color:var(--muted)}
dd{margin:0;font-weight:750}
.text-link{color:var(--red);font-weight:850;text-decoration:none}
.soft{background:#f4f6f9}
.sponsor-placeholder{min-height:260px;border:2px dashed #cbd2dc;border-radius:18px;padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#536174;background:#fff}
.sponsor-placeholder p{font-size:20px;font-weight:800;margin:0 0 8px;color:var(--navy)}
.sponsor-placeholder span{max-width:480px}
.support{background:linear-gradient(110deg,var(--red),#8d1522);color:white}
.support-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}
.support p{max-width:720px;color:#ffe4e7}
.support-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.contact-list{border-top:1px solid var(--line)}
.contact-list a,.contact-list>div{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);text-decoration:none}
.contact-list span{color:var(--muted);font-weight:700}
.contact-list strong{color:var(--navy);text-align:right}
.site-footer{background:#07182d;color:#c7d3e1;padding:30px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:48px;height:48px;object-fit:contain}
.footer-brand div{display:flex;flex-direction:column}
.footer-brand strong{color:#fff}
.footer-brand span{font-size:12px}
.site-footer p{font-size:13px}

@media(max-width:900px){
  .menu-toggle{display:block}
  .site-nav{display:none;position:absolute;left:20px;right:20px;top:72px;background:white;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:0 18px 50px rgba(11,31,58,.15);flex-direction:column;align-items:stretch}
  .site-nav.open{display:flex}
  .site-nav a{padding:8px 6px}
  .nav-cta{text-align:center}
  .hero-grid,.split,.support-inner,.contact-grid{grid-template-columns:1fr;gap:38px}
  .hero-grid{padding:62px 0;min-height:auto}
  .hero-card{max-width:620px}
  .stats-grid,.event-grid{grid-template-columns:1fr}
  .event-heading{align-items:flex-start}
  .support-actions{justify-content:flex-start}
}
@media(max-width:600px){
  .shell{width:min(calc(100% - 28px),var(--max))}
  .brand span{display:none}
  .section{padding:64px 0}
  .hero h1{font-size:45px}
  .hero-lead{font-size:18px}
  .event-heading{display:block}
  .date-badge{margin-top:24px;width:112px}
  dl div{grid-template-columns:1fr;gap:2px}
  .contact-list a,.contact-list>div{display:block}
  .contact-list strong{display:block;text-align:left;margin-top:4px;word-break:break-word}
  .footer-inner{align-items:flex-start;flex-direction:column}
}

.legal-section{background:#fff;border-top:1px solid var(--line)}
.legal-section h2{margin-bottom:22px}
.legal-copy{max-width:980px;font-size:16px;color:#46556a;margin:0}
.footer-stack{display:flex;flex-direction:column;gap:22px}
.footer-disclaimer{margin:0;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);font-size:12px;line-height:1.55;color:#9fb0c3}
.footer-disclaimer a{color:#fff;font-weight:700}
