:root {
  --navy: #020b22;
  --navy-2: #071735;
  --ink: #071126;
  --red: #ff1824;
  --blue: #087cff;
  --white: #f8fbff;
  --muted: #9fb0c9;
  --line: rgba(120, 161, 220, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(24px, 5vw, 76px);
  background: rgba(2, 11, 34, .82);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-size: 15px; }
.brand-copy small { color: #8294b2; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
nav { display: flex; gap: 36px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
nav a, footer a { transition: color .2s ease; }
nav a:hover, footer a:hover { color: var(--red); }
.nav-cta { justify-self: end; border: 1px solid rgba(255,255,255,.38); padding: 12px 18px; border-radius: 3px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-cta:hover { border-color: var(--red); background: var(--red); }

.hero {
  position: relative;
  min-height: 860px;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  overflow: hidden;
  padding: 118px clamp(24px, 6vw, 96px) 100px;
  background:
    radial-gradient(circle at 15% 38%, rgba(255,24,36,.12), transparent 28%),
    radial-gradient(circle at 88% 40%, rgba(8,124,255,.15), transparent 32%),
    linear-gradient(115deg, #02091a, #061632 68%, #02091a);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .14;
  background-image: linear-gradient(rgba(68,126,203,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(68,126,203,.3) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .kicker { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 9px; height: 9px; background: var(--red); border-radius: 50%; box-shadow: 0 0 20px var(--red); }
h1 { margin: 24px 0; font-size: clamp(62px, 6.8vw, 112px); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 650px; color: #c3d1e6; font-size: 20px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-flex; gap: 26px; align-items: center; padding: 16px 20px; border-radius: 3px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); box-shadow: 0 10px 34px rgba(255,24,36,.25); }
.button-ghost { border: 1px solid rgba(255,255,255,.3); }
.hero-proof { margin-top: 62px; display: flex; align-items: center; gap: 14px; color: #7790b4; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--red); }
.hero-art { position: relative; height: 650px; z-index: 2; }
.art-frame { position: absolute; right: 0; top: 0; width: 72%; height: 100%; clip-path: polygon(13% 0, 100% 0, 100% 94%, 76% 100%, 0 84%, 0 18%); border: 1px solid var(--line); overflow: hidden; box-shadow: 0 0 80px rgba(8,124,255,.17); }
.art-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 59%; filter: saturate(1.1) contrast(1.05); }
.status-card { position: absolute; left: 5%; bottom: 14%; padding: 14px 22px; display: flex; gap: 13px; align-items: center; background: rgba(3,13,38,.94); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 18px 50px rgba(0,0,0,.45); }
.status-dot { width: 10px; height: 10px; background: var(--red); border-radius: 50%; box-shadow: 0 0 16px var(--red); animation: blink 1.8s infinite; }
.status-card small { display: block; color: #8294b2; font-size: 8px; letter-spacing: .16em; }
.status-card strong { display: block; margin-top: 3px; font-size: 12px; letter-spacing: .12em; }
.ecg-line { position: absolute; inset: auto 0 55px; z-index: 3; height: 80px; opacity: .78; }
.ecg-line path { fill: none; stroke: white; stroke-width: 2.5; filter: drop-shadow(0 0 5px #fff); vector-effect: non-scaling-stroke; }
.pulse { position: absolute; border: 1px solid rgba(8,124,255,.2); border-radius: 50%; width: 580px; height: 580px; }
.pulse-one { right: 4%; top: 18%; }
.pulse-two { right: 9%; top: 24%; width: 450px; height: 450px; }

.section { background: #f5f7fb; color: var(--ink); padding: 120px clamp(24px, 7vw, 110px); }
.section-label { font-size: 11px; font-weight: 900; letter-spacing: .2em; color: #667892; }
.section-label span { color: var(--red); margin-right: 16px; }
.about { display: grid; grid-template-columns: .55fr 1.2fr .8fr; gap: 70px; align-items: start; }
h2 { margin: 12px 0 25px; font-size: clamp(42px, 5vw, 76px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.about-copy > p:last-child, .fund-copy > p, .events-heading > p, .involved-copy > p { color: #5e7089; font-size: 17px; line-height: 1.8; }
.mission-card { position: relative; background: white; border-top: 4px solid var(--red); padding: 30px; box-shadow: 0 20px 60px rgba(15,31,58,.08); }
.mission-card .cross { position: absolute; right: 24px; top: 18px; color: var(--red); font-size: 28px; }
.mission-card p { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.mission-card strong { display: block; font-size: 22px; line-height: 1.45; }
.parent-link { display: inline-flex; gap: 10px; margin-top: 24px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.section-dark { padding: 115px clamp(24px, 7vw, 110px); background: linear-gradient(135deg, #030a19, #071a3a); }
.section-shell { max-width: 1380px; margin: auto; }
.section-label.light { color: #7083a3; }
.fund-grid { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; }
.fund-copy > p { color: #9fb0c9; max-width: 650px; }
.fund-copy .button { margin-top: 22px; }
.goal-list { border-top: 1px solid var(--line); }
.goal-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.goal-list article > span { color: var(--red); font-size: 11px; font-weight: 900; }
.goal-list h3 { margin: 0 0 8px; font-size: 20px; text-transform: uppercase; }
.goal-list p { margin: 0; color: #8fa2bf; line-height: 1.6; }
.location-focus { align-self: center; }
.location-label { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.location-focus article { display: grid; grid-template-columns: 66px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.location-focus article > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--red); color: var(--red); font-size: 12px; font-weight: 900; }
.location-focus h3 { margin: 0 0 8px; font-size: 24px; text-transform: uppercase; }
.location-focus p { margin: 0; color: #91a4c1; line-height: 1.6; }

.events-heading { display: grid; grid-template-columns: .48fr 1fr .55fr; gap: 50px; align-items: end; max-width: 1380px; margin: auto; }
.events-heading > p { font-size: 14px; }
.event-grid { max-width: 1380px; margin: 65px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { position: relative; min-height: 430px; padding: 34px; background: white; border: 1px solid #dfe6f0; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.event-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(14,31,58,.13); }
.event-number { position: absolute; right: 20px; top: 12px; font-size: 80px; font-weight: 900; color: #edf1f7; }
.event-icon { position: relative; width: 62px; height: 62px; display: grid; place-items: center; background: var(--navy); color: var(--red); font-size: 32px; border-radius: 3px; }
.event-tag { margin-top: 70px; color: var(--red) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.event-card h3 { margin: 10px 0; font-size: 26px; text-transform: uppercase; }
.event-card > p { color: #6e7e94; line-height: 1.65; }
.event-card a { position: absolute; left: 34px; bottom: 30px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.event-card a span { color: var(--red); padding-left: 10px; }

.booking { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(520px, 760px); justify-content: center; gap: clamp(44px, 7vw, 110px); align-items: center; }
.booking-copy > p:not(.kicker) { max-width: 620px; color: #9fb0c9; font-size: 17px; line-height: 1.8; }
.booking-copy .section-label { margin-bottom: 54px; }
.booking-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.booking-points span { padding: 10px 13px; border: 1px solid var(--line); color: #b4c3d8; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.calendly-card { width: 100%; min-width: 0; overflow: hidden; background: white; border-top: 4px solid var(--red); border-radius: 3px; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.calendly-inline-widget { min-width: 320px; height: 700px; }

.future { padding-top: 130px; }
.future-heading { max-width: 1380px; margin: auto; display: grid; grid-template-columns: .42fr 1.5fr; gap: 70px; }
.future-heading > div:last-child > p:last-child { max-width: 820px; color: #5e7089; font-size: 17px; line-height: 1.8; }
.feature-grid { max-width: 1380px; margin: 65px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #dce4ef; }
.feature-grid article { position: relative; min-height: 260px; padding: 32px; background: white; border-right: 1px solid #dce4ef; border-bottom: 1px solid #dce4ef; }
.feature-grid article:nth-child(3n) { border-right: 0; }
.feature-grid article:nth-child(n+4) { border-bottom: 0; }
.feature-grid article > span { position: absolute; top: 20px; right: 22px; color: #bcc8d7; font-size: 10px; font-weight: 900; }
.feature-symbol { width: 46px; height: 46px; display: grid; place-items: center; background: var(--navy); color: var(--red); font-size: 21px; }
.feature-grid h3 { margin: 36px 0 10px; font-size: 21px; text-transform: uppercase; }
.feature-grid p { margin: 0; color: #687a91; line-height: 1.6; }
.partner-banner { max-width: 1380px; margin: 28px auto 0; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; padding: 26px 30px; background: var(--navy); color: white; }
.partner-banner > div { display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .12em; }
.partner-banner p { margin: 0; color: #9fb0c9; font-size: 13px; line-height: 1.5; }
.partner-banner a { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

.involved { padding: 110px clamp(24px, 9vw, 150px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 680px); justify-content: center; gap: clamp(42px, 6vw, 92px); background:
  radial-gradient(circle at 20% 10%, rgba(255,24,36,.15), transparent 30%),
  linear-gradient(115deg, #030a1a, #071a39);
}
.involved-copy > p { color: #9eb0ca; max-width: 620px; }
.contact-topics { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.contact-topics span { padding: 10px 13px; border: 1px solid var(--line); color: #a9b9d0; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-form-card { width: 100%; max-width: 680px; align-self: center; justify-self: start; transform: translateX(clamp(-64px, -4vw, -36px)); overflow: hidden; background: white; border-top: 4px solid var(--red); border-radius: 3px; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.contact-form-heading { display: grid; gap: 7px; padding: 24px 28px 20px; color: var(--ink); border-bottom: 1px solid #e3e8f0; }
.contact-form-heading span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.contact-form-heading strong { font-size: 22px; text-transform: uppercase; }
.contact-form-card iframe { display: block; width: 100%; min-width: 100%; max-width: 100%; height: 539px; border: 0; background: white; }

footer { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 48px; align-items: center; padding: 26px clamp(24px, 6vw, 96px); background: #010614; border-top: 1px solid rgba(255,255,255,.1); }
.footer-brand img { width: 85px; height: 85px; object-fit: contain; }
footer p { display: grid; gap: 5px; color: #8fa1bd; }
footer p strong { color: white; font-style: normal; }
footer p small { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
footer p a { color: var(--red); }
footer > div { display: flex; gap: 26px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
footer small { color: #52647f; }

@keyframes blink { 50% { opacity: .35; transform: scale(.78); } }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-art { height: 490px; margin-top: 30px; }
  .art-frame { width: 82%; }
  .about, .events-heading, .future-heading { grid-template-columns: 1fr; gap: 28px; }
  .about .section-label { margin-bottom: 10px; }
  .fund-grid { grid-template-columns: 1fr; }
  .booking { grid-template-columns: 1fr; }
  .calendly-card { max-width: 760px; margin: 0 auto; }
  .event-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid article, .feature-grid article:nth-child(3n), .feature-grid article:nth-child(n+4) { border-right: 1px solid #dce4ef; border-bottom: 1px solid #dce4ef; }
  .feature-grid article:nth-child(2n) { border-right: 0; }
  .feature-grid article:nth-child(n+5) { border-bottom: 0; }
  .partner-banner { grid-template-columns: 1fr; }
  .event-card { min-height: 350px; }
  .involved { grid-template-columns: 1fr; }
  .contact-form-card { justify-self: stretch; transform: none; }
  footer { grid-template-columns: auto 1fr; }
  footer > div, footer small { justify-self: end; }
}

@media (max-width: 620px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand-copy { display: none; }
  .brand img { width: 43px; height: 43px; }
  .nav-cta { padding: 10px 12px; }
  .hero { padding: 118px 20px 100px; min-height: auto; }
  h1 { font-size: 52px; }
  .hero-lede { font-size: 17px; }
  .hero-art { height: 390px; }
  .art-frame { width: 92%; }
  .status-card { left: 0; }
  .hero-proof { flex-wrap: wrap; }
  .section, .section-dark, .involved { padding: 82px 22px; }
  h2 { font-size: 43px; }
  .event-card { padding: 26px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article:nth-child(2n), .feature-grid article:nth-child(n+5) { border-right: 0; border-bottom: 1px solid #dce4ef; }
  .feature-grid article:last-child { border-bottom: 0; }
  footer { grid-template-columns: 1fr; gap: 10px; text-align: center; }
  footer > div, footer small { justify-self: center; }
  .footer-brand img { width: 70px; }
}
