
:root {
  --navy: #0b2342;
  --navy-2: #14385f;
  --navy-3: #1f4d7a;
  --ink: #162230;
  --muted: #5d6875;
  --line: #dce2e8;
  --mist: #f2f5f7;
  --mist-2: #e9eef2;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(11,35,66,.13);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
figure { margin: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.06; letter-spacing: -.035em; }
h1, h2, h3, p { text-wrap: pretty; }

.container {
  width: min(calc(100% - 44px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 9999;
  padding: 10px 14px;
  background: white;
  border: 2px solid var(--navy);
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(11,35,66,.08);
}
.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.brand-copy strong {
  display: block;
  color: var(--navy);
  font-size: .95rem;
  letter-spacing: .12em;
  line-height: 1.05;
}
.brand-copy small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .68rem;
  letter-spacing: .08em;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.primary-nav a {
  text-decoration: none;
  color: #344150;
  font-size: .88rem;
  font-weight: 700;
}
.primary-nav a:hover { color: var(--navy); }
.nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: white !important;
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  display: block;
  margin: 5px 0;
}

.hero {
  overflow: hidden;
  position: relative;
  padding: 66px 0 74px;
  background:
    radial-gradient(circle at 8% 10%, rgba(31,77,122,.09), transparent 30%),
    linear-gradient(180deg, #f9fbfc 0%, #fff 88%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -220px;
  top: -130px;
  border: 1px solid rgba(11,35,66,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(11,35,66,.025), 0 0 0 120px rgba(11,35,66,.018);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 54px;
  align-items: center;
}
.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow.soft {
  background: var(--mist-2);
  color: var(--navy);
}
.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  letter-spacing: -.055em;
}
.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: #4b5866;
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button.primary {
  background: var(--navy);
  color: white;
}
.button.primary:hover { background: var(--navy-2); }
.button.ghost {
  border-color: #bfcbd6;
  background: white;
  color: var(--navy);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 28px;
  color: #66717e;
  font-size: .78rem;
  font-weight: 800;
}
.trust-row span::before {
  content: "•";
  margin-right: 7px;
  color: var(--navy-3);
}
.hero-media {
  position: relative;
  min-height: 560px;
}
.hero-media > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-stat {
  position: absolute;
  left: -26px;
  bottom: 28px;
  width: 220px;
  padding: 20px 22px;
  background: white;
  border: 1px solid rgba(11,35,66,.08);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.hero-stat strong {
  display: block;
  color: var(--navy);
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -.04em;
}
.hero-stat span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

.mission-band {
  padding: 72px 0;
  background: var(--navy);
  color: white;
}
.mission-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 48px;
  align-items: start;
}
.section-kicker {
  margin: 0 0 13px;
  color: var(--navy-3);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.section-kicker.light { color: #b8cce1; }
.mission-grid .section-kicker { color: #b8cce1; }
.mission-grid h2 {
  color: white;
  margin: 0;
  max-width: 840px;
  font-size: clamp(2.1rem, 4.4vw, 4rem);
}
.mission-grid p:last-child {
  max-width: 800px;
  margin: 19px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 1.04rem;
}

.section { padding: 92px 0; }
.section-head { margin-bottom: 44px; }
.split-head {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: end;
}
.section-head h2,
.media-feature h2,
.leadership-section h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.6vw, 4.1rem);
}
.split-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.principle {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}
.principle > span {
  color: var(--navy-3);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.principle h3 {
  margin: 45px 0 10px;
  font-size: 1.22rem;
}
.principle p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
}

.photo-ribbon {
  display: grid;
  grid-template-columns: 1.4fr .78fr .78fr;
  gap: 14px;
  margin-top: 42px;
}
.photo-ribbon figure {
  min-height: 310px;
  overflow: hidden;
  border-radius: 18px;
}
.photo-ribbon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ribbon-wide { grid-row: span 1; }

.school-section {
  background: var(--navy);
  color: white;
}
.school-intro {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 54px;
  align-items: center;
}
.school-copy h2 {
  margin: 0;
  color: white;
  font-size: clamp(2.4rem, 4.7vw, 4.2rem);
}
.school-copy > p:not(.section-kicker) {
  color: rgba(255,255,255,.73);
  margin-top: 20px;
}
.text-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 900;
  text-decoration: none;
}
.light-link { color: white; }
.school-feature {
  overflow: hidden;
  min-height: 430px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
}
.school-feature img {
  width: 100%;
  min-height: 430px;
  height: 100%;
  object-fit: cover;
}
.school-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 52px;
}
.school-cards article {
  padding: 25px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}
.card-icon {
  margin: 0 0 28px;
  color: #a8c3dc;
  font-weight: 900;
  font-size: .78rem;
}
.school-cards h3 {
  color: white;
  margin: 0 0 16px;
  font-size: 1.13rem;
}
.school-cards ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}
.school-cards li + li { margin-top: 7px; }
.school-goals {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 54px;
  margin-top: 52px;
  padding-top: 44px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.school-goals h3 {
  color: white;
  margin: 0;
  font-size: 1.6rem;
}
.school-goals ol {
  margin: 0;
  padding-left: 23px;
  color: rgba(255,255,255,.78);
}
.school-goals li + li { margin-top: 11px; }

.media-feature { background: var(--mist); }
.media-feature-grid {
  display: grid;
  grid-template-columns: 1.07fr .93fr;
  gap: 62px;
  align-items: center;
}
.media-image {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.media-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.media-feature p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1rem;
}
.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}
.mini-list span,
.credentials span,
.partner-list span {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: .78rem;
  font-weight: 800;
}

.programs-section { background: white; }
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.program-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fbfcfd;
}
.program-card.featured {
  background: var(--navy);
  border-color: var(--navy);
}
.program-type {
  margin: 0 0 24px;
  color: var(--navy-3);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.program-card.featured .program-type { color: #b8cce1; }
.program-card h3 {
  margin: 0 0 12px;
  font-size: 1.32rem;
}
.program-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}
.program-card.featured h3 { color: white; }
.program-card.featured p:last-child { color: rgba(255,255,255,.72); }

.impact-section { background: var(--mist); }
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--line);
}
.metric {
  min-height: 165px;
  padding: 28px;
  background: white;
}
.metric strong {
  display: block;
  color: var(--navy);
  font-size: 2.55rem;
  line-height: 1;
  letter-spacing: -.045em;
}
.metric span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: .88rem;
}
.case-study {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 56px;
  align-items: center;
  margin-top: 68px;
}
.case-study.reverse {
  grid-template-columns: 1.08fr .92fr;
}
.case-study figure {
  overflow: hidden;
  min-height: 430px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.case-study figure img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.case-study.reverse figure img { height: 540px; }
.case-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.6vw, 3rem);
}
.case-copy p:not(.section-kicker) { color: var(--muted); }

.community-strip {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 0;
  align-items: stretch;
  margin-top: 72px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--navy);
}
.community-strip figure { min-height: 390px; }
.community-strip img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}
.community-strip > div {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.community-strip h3 {
  margin: 0 0 14px;
  color: white;
  font-size: 2rem;
}
.community-strip p:last-child {
  margin: 0;
  color: rgba(255,255,255,.72);
}

.recognition-section { background: white; }
.recognition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.recognition-card {
  min-height: 285px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 19px;
  text-decoration: none;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}
.recognition-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.recognition-source {
  margin: 0 0 28px;
  color: var(--navy-3);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.recognition-card h3 {
  margin: 0 0 12px;
  font-size: 1.38rem;
}
.recognition-card p:not(.recognition-source) {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}
.recognition-card span {
  margin-top: auto;
  padding-top: 22px;
  color: var(--navy);
  font-size: .84rem;
  font-weight: 900;
}

.leadership-section { background: var(--navy); color: white; }
.leadership-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 68px;
  align-items: center;
}
.leadership-photo {
  overflow: hidden;
  border-radius: 24px;
  min-height: 520px;
}
.leadership-photo img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.leadership-section h2 { color: white; }
.role {
  margin: 7px 0 25px;
  color: #b8cce1;
  font-weight: 900;
  letter-spacing: .03em;
}
.leadership-section p:not(.section-kicker):not(.role) {
  color: rgba(255,255,255,.75);
}
.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}
.credentials span {
  color: white;
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.07);
}

.partners-section { background: white; }
.section-head.compact { max-width: 750px; }
.partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.partner-list span { background: var(--mist); }
.culture-image {
  margin-top: 36px;
  overflow: hidden;
  border-radius: 22px;
  max-height: 500px;
}
.culture-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.contact-section {
  padding: 92px 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.07), transparent 30%),
    var(--navy);
  color: white;
}
.contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: start;
}
.contact-copy h2 {
  margin: 0;
  color: white;
  font-size: clamp(2.45rem, 4.9vw, 4.35rem);
}
.contact-copy > p:not(.section-kicker) {
  color: rgba(255,255,255,.72);
}
.contact-facts {
  display: grid;
  gap: 15px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.contact-facts div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 15px;
}
.contact-facts strong { color: white; font-size: .85rem; }
.contact-facts span { color: rgba(255,255,255,.67); font-size: .85rem; }

.contact-form {
  padding: 30px;
  border-radius: 22px;
  background: white;
  box-shadow: var(--shadow);
}
.contact-form label {
  display: block;
  color: #344150;
  font-size: .83rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 12px 13px;
  border: 1px solid #cbd4dc;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}
.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(31,77,122,.13);
  border-color: var(--navy-3);
}
.submit-button {
  width: 100%;
  background: var(--navy);
  color: white;
}
.submit-button:hover { background: var(--navy-2); }
.form-note {
  margin: 9px 0 0;
  color: #75808c;
  text-align: center;
  font-size: .75rem;
}
.hidden { display: none; }

.site-footer {
  padding: 38px 0;
  background: #07182d;
  color: rgba(255,255,255,.65);
}
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer-logo {
  display: block;
  width: 250px;
  padding: 14px;
  border-radius: 14px;
  background: white;
}
.footer-logo img { width: 100%; }
.footer-copy { text-align: right; }
.footer-copy p {
  margin: 4px 0;
  font-size: .8rem;
}
.footer-copy strong { color: white; }
.footer-copy a { color: white; }

@media (max-width: 1040px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: .82rem; }
  .hero-grid,
  .school-intro,
  .media-feature-grid,
  .leadership-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-media { min-height: 480px; }
  .hero-media > img { min-height: 480px; }
  .hero-stat { left: 20px; }
  .principles-grid,
  .school-cards { grid-template-columns: repeat(2, 1fr); }
  .leadership-photo { max-width: 720px; }
  .leadership-photo img { height: 560px; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .primary-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 22px;
    right: 22px;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 8px 6px; }
  .nav-cta { text-align: center; }
  .mission-grid,
  .split-head,
  .school-goals,
  .case-study,
  .case-study.reverse,
  .community-strip {
    grid-template-columns: 1fr;
  }
  .mission-grid { gap: 15px; }
  .photo-ribbon { grid-template-columns: 1fr 1fr; }
  .photo-ribbon .ribbon-wide { grid-column: 1 / -1; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .case-study.reverse figure { order: 2; }
  .case-study.reverse .case-copy { order: 1; }
  .community-strip > div { padding: 36px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-shell { min-height: 68px; }
  .brand img { width: 43px; height: 43px; }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy small { font-size: .6rem; }
  .hero { padding: 48px 0 58px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-media,
  .hero-media > img { min-height: 390px; }
  .hero-stat {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: -52px 14px 0;
  }
  .section,
  .contact-section { padding: 68px 0; }
  .mission-band { padding: 58px 0; }
  .principles-grid,
  .school-cards,
  .program-grid,
  .metrics,
  .recognition-grid,
  .photo-ribbon {
    grid-template-columns: 1fr;
  }
  .photo-ribbon .ribbon-wide { grid-column: auto; }
  .photo-ribbon figure { min-height: 280px; }
  .principle { min-height: auto; }
  .principle h3 { margin-top: 28px; }
  .school-feature,
  .school-feature img { min-height: 330px; }
  .media-image img { height: 370px; }
  .metric { min-height: 135px; }
  .case-study { gap: 28px; margin-top: 52px; }
  .case-study figure,
  .case-study figure img,
  .case-study.reverse figure img { min-height: 340px; height: 390px; }
  .community-strip figure,
  .community-strip img { min-height: 300px; }
  .leadership-photo,
  .leadership-photo img { min-height: 430px; height: 470px; }
  .culture-image img { height: 320px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .contact-facts div { grid-template-columns: 100px 1fr; }
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-copy { text-align: left; }
  .footer-logo { width: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .recognition-card { transition: none; }
}
