:root {
  --navy: #102a43;
  --blue: #0f86b7;
  --blue-deep: #0b6f99;
  --sky: #eaf7fc;
  --red: #ed2437;
  --gold: #f7b84b;
  --ink: #132238;
  --muted: #5d6b7a;
  --paper: #fffdf9;
  --white: #ffffff;
  --line: #dde5ec;
  --radius: 28px;
  --shadow: 0 22px 60px rgba(16, 42, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-deep);
}
.eyebrow.light { color: #9be1f8; }

h1, h2, h3 { font-family: "Manrope", system-ui, sans-serif; margin: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); }
h3 { font-size: 1.55rem; }
p { margin: 0; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 249, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 42, 67, .08);
}
.nav-wrap { height: 84px; 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: 52px; height: 52px; border-radius: 50%; object-fit: cover; box-shadow: 0 6px 18px rgba(16,42,67,.14); }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font: 800 1.1rem "Manrope"; letter-spacing: .06em; }
.brand small { color: var(--muted); font-size: .72rem; margin-top: 5px; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .92rem; }
.site-nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { position: relative; overflow: hidden; padding: 86px 0 110px; }
.hero-bg {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,184,75,.22), rgba(15,134,183,.08) 55%, transparent 70%);
  top: -280px;
  right: -120px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 84px; position: relative; }
.hero-copy h1 span { color: var(--blue); }
.hero-copy > p { margin-top: 28px; max-width: 650px; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border: 0; cursor: pointer; padding: 15px 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 24px rgba(237,36,55,.22); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(237,36,55,.28); }
.button-secondary { background: #fff; border: 1px solid var(--line); }
.hero-note { display: flex; gap: 10px; align-items: center; margin-top: 28px; color: var(--muted); font-size: .92rem; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(247,184,75,.18); flex: none; }

.hero-visual { min-height: 620px; position: relative; }
.hero-card { position: absolute; overflow: hidden; border-radius: 34px; background: #ddd; box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { width: 86%; height: 520px; right: 0; top: 24px; transform: rotate(2deg); }
.hero-card-small { width: 54%; height: 240px; left: -10px; bottom: 10px; border: 10px solid var(--paper); transform: rotate(-4deg); }
.impact-badge { position: absolute; right: -12px; bottom: 34px; width: 210px; background: var(--navy); color: white; padding: 24px; border-radius: 24px; box-shadow: var(--shadow); }
.impact-badge span, .impact-badge small { display: block; opacity: .7; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.impact-badge strong { display: block; font: 800 1.4rem "Manrope"; margin: 3px 0; color: #9be1f8; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 22px; display: flex; gap: 12px; align-items: center; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { color: var(--gold); font-family: "Manrope"; }
.trust-grid span { font-size: .92rem; font-weight: 700; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about { background: #fff; }
.about-copy { display: grid; gap: 24px; color: var(--muted); font-size: 1.05rem; }
.about-copy .lead { color: var(--ink); font-size: 1.45rem; line-height: 1.45; font-weight: 600; }
blockquote { margin: 18px 0 0; padding: 28px; border-radius: 22px; background: var(--sky); color: var(--ink); }
blockquote p { font-size: 1.15rem; font-weight: 700; }
blockquote footer { margin-top: 12px; color: var(--muted); font-size: .86rem; }

.programs { background: #f5f8fa; }
.section-heading.centered { max-width: 820px; text-align: center; margin: 0 auto 58px; }
.section-heading.centered p { max-width: 650px; margin: 22px auto 0; color: var(--muted); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.program-card { background: white; border-radius: 26px; overflow: hidden; box-shadow: 0 10px 32px rgba(16,42,67,.07); border: 1px solid rgba(16,42,67,.06); }
.program-image { height: 250px; position: relative; overflow: hidden; }
.program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.program-card:hover .program-image img { transform: scale(1.04); }
.program-number { position: absolute; left: 18px; top: 18px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); font-weight: 800; }
.program-body { padding: 28px; }
.program-tag { color: var(--red); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.program-body h3 { margin-top: 8px; }
.program-body > p:not(.program-tag) { margin-top: 16px; color: var(--muted); min-height: 125px; }
.program-body a { display: inline-flex; gap: 7px; margin-top: 20px; font-weight: 800; text-decoration: none; color: var(--blue-deep); }

.values { background: var(--navy); color: #fff; }
.values-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.values-intro { position: sticky; top: 130px; }
.values-intro p { margin-top: 26px; color: rgba(255,255,255,.68); max-width: 420px; }
.values-list { border-top: 1px solid rgba(255,255,255,.14); }
.value-item { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.value-item > span { color: var(--gold); font-weight: 800; }
.value-item h3 { font-size: 2rem; color: #9be1f8; }
.value-item p { margin-top: 12px; color: rgba(255,255,255,.68); max-width: 620px; }

.future { background: #fff; }
.future-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.logo-panel { aspect-ratio: 1/1; border-radius: 38px; background: linear-gradient(145deg, var(--sky), #fff7e7); display: grid; place-items: center; padding: 12%; box-shadow: inset 0 0 0 1px rgba(16,42,67,.06); }
.logo-panel img { border-radius: 50%; box-shadow: var(--shadow); }
.future-copy p { margin-top: 20px; color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; gap: 8px; margin-top: 30px; font-weight: 800; color: var(--red); text-decoration: none; }

.team { background: #f5f8fa; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; max-width: 940px; margin: 0 auto; }
.team-card { display: grid; grid-template-columns: 230px 1fr; background: white; border-radius: 26px; overflow: hidden; box-shadow: 0 10px 32px rgba(16,42,67,.07); }
.team-card img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.team-body { padding: 30px; }
.team-body .role { color: var(--blue-deep); font-weight: 800; font-size: .72rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.team-body h3 { margin-top: 12px; }
.team-body > p:last-child { margin-top: 18px; color: var(--muted); }

.get-involved { padding-top: 0; background: #f5f8fa; }
.get-involved-card { background: var(--red); color: #fff; border-radius: 36px; padding: 52px 58px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.get-involved-card h2 { max-width: 720px; font-size: clamp(2.2rem, 4.5vw, 4rem); }
.get-involved-card p { max-width: 680px; margin-top: 18px; color: rgba(255,255,255,.82); }
.involve-actions { display: flex; flex-direction: column; gap: 18px; min-width: 210px; text-align: center; }
.button-white { background: white; color: var(--red); }
.phone-link { color: white; text-decoration: none; font-weight: 800; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p { margin-top: 24px; max-width: 480px; color: var(--muted); }
.contact-detail { margin-top: 34px; display: flex; flex-direction: column; gap: 3px; }
.contact-detail span { font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--muted); }
.contact-detail a, .contact-detail strong { font: 700 1.25rem "Manrope"; text-decoration: none; }
.social-links { gap: 12px; }
.social-links-list { display: flex; flex-wrap: wrap; gap: 12px; }
.social-links-list a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 1rem; }
.social-links-list svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links-list svg path:first-child { fill: currentColor; stroke: none; }
.social-links-list .social-icon-fill { fill: currentColor; stroke: none; }
.social-links-list .social-icon-cutout { fill: var(--paper); stroke: none; }
.social-links-list a:hover, .social-links-list a:focus-visible { color: var(--red); }
.contact-form { background: #fff; padding: 34px; border-radius: 28px; box-shadow: var(--shadow); display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: .86rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 13px 14px; background: #fbfcfd; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(15,134,183,.12); }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.form-status { color: var(--blue-deep); font-size: .9rem; min-height: 1.4em; }

.site-footer { background: #0b1f33; color: white; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 60px; align-items: start; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font: 800 1.6rem "Manrope"; letter-spacing: .08em; }
.footer-brand span, .footer-grid > p { color: rgba(255,255,255,.58); font-size: .9rem; margin-top: 8px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: .82rem; }
.footer-bottom a { color: white; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 84px 20px auto 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 10px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .menu-toggle { display: block; }
  .hero-grid, .split-grid, .values-grid, .future-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero { padding-top: 60px; }
  .hero-visual { min-height: 560px; max-width: 680px; width: 100%; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .program-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .program-body > p:not(.program-tag) { min-height: 0; }
  .values-intro { position: static; }
  .team-grid { grid-template-columns: 1fr; max-width: 700px; }
  .get-involved-card { align-items: flex-start; flex-direction: column; }
  .involve-actions { width: 100%; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .brand small { display: none; }
  .nav-wrap { height: 72px; }
  .site-nav { inset-top: 72px; }
  .hero { padding: 48px 0 78px; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-copy > p { font-size: 1.04rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { min-height: 430px; }
  .hero-card-main { width: 92%; height: 360px; }
  .hero-card-small { width: 56%; height: 170px; }
  .impact-badge { width: 168px; padding: 18px; right: -2px; bottom: 8px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-grid { gap: 36px; }
  .value-item { grid-template-columns: 48px 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .team-card img { height: 360px; min-height: 0; object-position: center 24%; }
  .get-involved-card { padding: 36px 28px; border-radius: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .program-image img, .button { transition: none; }
}
