:root {
  --navy: #102033;
  --navy-2: #172f4a;
  --ink: #17212f;
  --muted: #5a6778;
  --gold: #f7c948;
  --gold-2: #ffe589;
  --sky: #dff3ff;
  --sky-2: #effaff;
  --cream: #fffaf0;
  --white: #ffffff;
  --line: rgba(16, 32, 51, .12);
  --shadow: 0 24px 80px rgba(16, 32, 51, .14);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--navy);
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 100;
}
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16,32,51,.08);
}
.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 800;
  letter-spacing: -.03em;
  font-size: 1.18rem;
  color: var(--navy);
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #fff1a8);
  box-shadow: 0 10px 28px rgba(247,201,72,.35);
}
nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  color: #314155;
  font-size: .94rem;
}
nav a { opacity: .82; }
nav a:hover { opacity: 1; color: var(--navy); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(16,32,51,.18);
  border: 2px solid var(--navy);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(16,32,51,.22);
}
.button-secondary {
  background: white;
  color: var(--navy);
  box-shadow: none;
}
.button-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: .92rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 76px;
  background:
    radial-gradient(circle at 10% 20%, rgba(247,201,72,.25), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(223,243,255,.9), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -42% -10%;
  height: 300px;
  background: var(--sky-2);
  transform: rotate(-2deg);
  z-index: 0;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr .88fr;
  align-items: center;
  gap: 54px;
}
.eyebrow {
  margin: 0 0 14px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #2a77a5;
}
.eyebrow-light { color: var(--gold-2); }
h1, h2, h3 { margin: 0; line-height: 1.05; color: var(--navy); }
h1, h2 { font-family: "Plus Jakarta Sans", Inter, sans-serif; letter-spacing: -.055em; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); max-width: 880px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.lead {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: clamp(1.12rem, 2.1vw, 1.36rem);
  color: #415166;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.status-note { margin: 18px 0 0; color: var(--muted); font-size: .92rem; max-width: 620px; }

.hero-card {
  position: relative;
  min-height: 560px;
  border-radius: 38px;
  background: linear-gradient(145deg, var(--navy), #1c4467 54%, #2e7dad);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 28px;
  isolation: isolate;
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
}
.ball-orbit {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49%, rgba(255,255,255,.13) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(255,255,255,.12) 50%, transparent 51%);
  background-size: 74px 74px;
  opacity: .55;
}
.volleyball {
  position: absolute;
  display: block;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, white 0 10%, transparent 10.5%),
    repeating-conic-gradient(from -20deg, white 0 22deg, #f3f7fb 22deg 36deg, #183251 36deg 42deg, white 42deg 58deg),
    white;
  box-shadow: 0 26px 60px rgba(0,0,0,.22);
}
.volleyball.large { width: 210px; height: 210px; top: 92px; right: 66px; }
.volleyball.small { width: 92px; height: 92px; }
.volleyball.one { left: 46px; bottom: 165px; opacity: .95; }
.volleyball.two { right: 46px; bottom: 58px; width: 70px; height: 70px; opacity: .9; }
.impact-card {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  color: var(--navy);
  padding: 20px;
  box-shadow: 0 16px 42px rgba(0,0,0,.16);
}
.main-impact {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  font-size: 1.12rem;
}
.card-label {
  display: block;
  margin-bottom: 8px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #2a77a5;
}
.impact-row {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 170px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.impact-row .impact-card { padding: 16px; font-size: .9rem; }

.section { padding: 88px 0; }
.statement-strip {
  padding: 28px 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 18px 60px rgba(16,32,51,.08);
  text-align: center;
}
.statement-strip p {
  margin: 0 auto;
  max-width: 900px;
  color: var(--navy);
  font-weight: 800;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  line-height: 1.3;
  letter-spacing: -.03em;
}
.two-column {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 70px;
  align-items: start;
}
.rich-copy p {
  margin-top: 0;
  font-size: 1.15rem;
  color: #405064;
}
.rich-copy p:last-child { margin-bottom: 0; }
.section-warm { background: var(--cream); }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step-card {
  min-height: 300px;
  padding: 28px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(16,32,51,.08);
  box-shadow: 0 18px 60px rgba(16,32,51,.06);
}
.step-number {
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 900;
  color: #2a77a5;
  letter-spacing: .08em;
}
.step-card p { margin-bottom: 0; color: #526073; }
.founder-card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 36px;
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, #fff 0%, #f8fcff 100%);
}
.founder-photo {
  aspect-ratio: 1;
  border-radius: 32px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 24%, rgba(247,201,72,.92), transparent 28%),
    linear-gradient(135deg, var(--sky), #ffffff 50%, #f7e8a9);
  color: var(--navy);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 5rem;
  font-weight: 800;
}
.founder-card p { color: #526073; font-size: 1.08rem; }
.muted { color: var(--muted) !important; font-size: .95rem !important; }
.section-dark {
  background: var(--navy);
  color: white;
}
.section-dark h2 { color: white; }
.section-dark p { color: rgba(255,255,255,.76); font-size: 1.1rem; }
.get-involved-grid {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 48px;
  align-items: center;
}
.action-list {
  display: grid;
  gap: 14px;
}
.action-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  color: white;
  font-weight: 800;
}
.action-list a:hover { background: rgba(255,255,255,.13); }
.split-cta { background: #f7fbff; }
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.cta-card {
  padding: 36px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px rgba(16,32,51,.08);
}
.cta-card.yellow {
  background: linear-gradient(135deg, var(--gold), #fff1a8);
}
.cta-card p { color: #4c5a6b; }
.fine-print { margin-top: 18px; font-size: .88rem; }
.site-footer {
  padding: 56px 0 24px;
  background: #081525;
  color: rgba(255,255,255,.78);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .7fr 1fr;
  gap: 44px;
}
.footer-brand { color: white; }
.site-footer h3 {
  color: white;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 12px;
}
.site-footer p { margin: 8px 0; }
.site-footer a { color: white; }
.copyright {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .9rem;
  color: rgba(255,255,255,.58);
}

@media (max-width: 900px) {
  nav { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .two-column, .founder-card, .get-involved-grid, .cta-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-card { min-height: 500px; }
  .steps-grid { grid-template-columns: 1fr; }
  .founder-card { padding: 24px; }
  .founder-photo { max-width: 280px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { height: 66px; }
  .button-small { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-card { min-height: 430px; padding: 18px; border-radius: 28px; }
  .volleyball.large { width: 150px; height: 150px; right: 36px; top: 70px; }
  .impact-row { grid-template-columns: 1fr; bottom: 145px; left: 18px; right: 18px; }
  .main-impact { left: 18px; right: 18px; bottom: 18px; font-size: .98rem; }
  .section { padding: 64px 0; }
  .cta-card { padding: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
