:root {
  --navy: #0f2d52;
  --navy-deep: #081d36;
  --teal: #1ba39c;
  --teal-dark: #117a76;
  --gold: #d4af37;
  --white: #fafafa;
  --mist: #eef8f7;
  --ink: #182231;
  --gray: #5f6368;
  --line: #d8e5e5;
  --shadow: 0 22px 60px rgba(15, 45, 82, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 50; background: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250,250,250,.94);
  border-bottom: 1px solid rgba(15,45,82,.08);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); font-weight: 700; }
.brand img { width: 58px; height: 52px; object-fit: contain; }
nav { display: flex; gap: 26px; }
nav a { text-decoration: none; color: var(--navy); font-weight: 600; }
nav a:hover, nav a:focus { color: var(--teal-dark); }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 24%, rgba(212,175,55,.20), transparent 24%),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
  color: white;
}
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 64px; padding-block: 82px; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-weight: 700; letter-spacing: .15em; text-transform: uppercase; font-size: .82rem; }
.hero .eyebrow, .contact .eyebrow { color: #7fe0d9; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.8rem, 6vw, 5.25rem); max-width: 820px; letter-spacing: -.035em; }
h2 { color: var(--navy); font-size: clamp(2.1rem, 4vw, 3.45rem); letter-spacing: -.025em; }
.lead { max-width: 700px; font-size: 1.18rem; color: #dce8f3; margin: 25px 0 0; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 12px 24px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover, .button:focus { transform: translateY(-2px); }
.primary { background: var(--gold); color: var(--navy-deep); }
.secondary { border: 1px solid rgba(255,255,255,.55); color: white; }
.hero-mark { display: grid; place-items: center; }
.mark-ring { width: min(360px, 80vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.96); box-shadow: 0 0 0 18px rgba(255,255,255,.07), var(--shadow); }
.mark-ring img { width: 72%; max-height: 75%; object-fit: contain; }

.section { padding-block: 96px; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.body-copy { font-size: 1.15rem; color: var(--gray); }
.body-copy p:first-child { margin-top: 0; }

.programs { background: var(--mist); }
.programs h2 { max-width: 720px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.card { position: relative; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 32px; box-shadow: 0 14px 36px rgba(15,45,82,.07); }
.card.featured { background: var(--navy); color: white; border-color: var(--navy); transform: translateY(-10px); }
.number { color: var(--gold); font-weight: 700; letter-spacing: .12em; }
.card h3 { margin: 34px 0 12px; color: var(--navy); font-size: 1.45rem; line-height: 1.2; }
.card.featured h3 { color: white; }
.card p { margin: 0; color: var(--gray); }
.card.featured p { color: #d6e2ee; }

.impact { background: white; }
.impact-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.impact-heading > p { margin: 0; font-size: 1.1rem; color: var(--gray); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); margin-top: 54px; }
.stats div { padding: 35px 24px; text-align: center; border-right: 1px solid var(--line); }
.stats div:last-child { border-right: 0; }
.stats strong { display: block; color: var(--teal-dark); font-family: "Playfair Display", Georgia, serif; font-size: 3rem; line-height: 1; }
.stats span { display: block; margin-top: 9px; color: var(--gray); }

.founder { background: linear-gradient(180deg, #f6fbfb, white); }
.founder-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.founder-badge { min-height: 330px; display: flex; flex-direction: column; justify-content: end; padding: 38px; border-radius: 28px; color: white; background: linear-gradient(145deg, var(--teal-dark), var(--navy)); box-shadow: var(--shadow); }
.founder-badge span { color: #bcece8; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 700; }
.founder-badge strong { margin-top: 10px; font-family: "Playfair Display", Georgia, serif; font-size: 2.35rem; line-height: 1.1; }
.founder-badge small { font-size: 1rem; margin-top: 6px; }
.founder-grid p:last-child { color: var(--gray); font-size: 1.08rem; }

.contact { padding-top: 30px; }
.contact-box { padding: 52px; border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.contact h2 { color: white; }
.contact p { margin-bottom: 0; color: #dbe8f2; }
.light { flex: 0 0 auto; background: white; color: var(--navy); }

footer { margin-top: 70px; background: var(--navy-deep); color: #c9d7e4; }
.footer-wrap { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-wrap p { margin: 0; }

@media (max-width: 850px) {
  .nav-wrap { padding-block: 12px; }
  .brand span { display: none; }
  nav { gap: 15px; font-size: .9rem; }
  .hero-grid, .split, .impact-heading, .founder-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 45px; padding-block: 70px; }
  .hero-mark { order: -1; }
  .mark-ring { width: 230px; }
  .cards { grid-template-columns: 1fr; }
  .card.featured { transform: none; }
  .split, .impact-heading, .founder-grid { gap: 30px; }
  .contact-box { align-items: flex-start; flex-direction: column; padding: 38px 28px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .site-header { position: static; }
  .nav-wrap { align-items: flex-start; }
  nav { display: grid; grid-template-columns: repeat(2, auto); gap: 5px 14px; }
  h1 { font-size: 2.65rem; }
  .section { padding-block: 70px; }
  .stats { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats div:last-child { border-bottom: 0; }
  .footer-wrap { padding-block: 28px; flex-direction: column; align-items: flex-start; }
  .light { width: 100%; overflow-wrap: anywhere; text-align: center; }
}
