:root {
  --navy: #10264d;
  --navy-2: #081d42;
  --blue: #1466db;
  --teal: #0787a6;
  --orange: #ff9000;
  --pink: #f93768;
  --purple: #6e3caf;
  --green: #8cad11;
  --ink: #14233e;
  --muted: #5f6878;
  --line: #dce3ec;
  --soft: #f6f8fb;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.site-header {
  padding: 26px 0 8px;
  background: #fff;
}
.brand-logo { width: 300px; height: auto; }

.hero {
  padding: 48px 0 70px;
  background: linear-gradient(180deg, #fff 0%, #fff 78%, #fafbfd 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 64px;
  align-items: center;
}
.hero h1,
h2, h3,
.eyebrow,
.button,
.email-link {
  font-family: Arial, Helvetica, sans-serif;
}
.hero h1 {
  font-size: clamp(2.7rem, 5.35vw, 4.9rem);
  line-height: .98;
  letter-spacing: -0.045em;
  margin: 0 0 28px;
  color: var(--navy);
}
.hero h1 span { color: var(--blue); }
.hero-copy > p {
  font-size: 1.2rem;
  max-width: 620px;
  margin: 0 0 28px;
}
.hero-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.button {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: .84rem;
}
.primary {
  background: var(--blue);
  color: white;
  padding: 14px 20px;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(20,102,219,.18);
}
.text-link { color: var(--blue); }
.hero-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-graphic img {
  width: 100%;
  max-width: 620px;
  height: auto;
  display: block;
  margin-inline: auto;
}

.section { padding: 74px 0; }
.about { background: #fafbfc; }
.about-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: start;
}
.about-copy {
  border-left: 1px solid var(--line);
  padding-left: 48px;
}
.about-copy p { margin-top: 0; font-size: 1.08rem; }

.eyebrow {
  margin: 0 0 22px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .035em;
  font-size: .84rem;
  font-weight: 800;
}
.eyebrow::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 28px;
  height: 2px;
  background: currentColor;
}
.section-lead h2,
.how h2,
.contact h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.section-heading.centered { text-align: center; margin-bottom: 38px; }
.section-heading.centered .eyebrow::after { margin-left: auto; margin-right: auto; }
.section-intro { max-width: 870px; margin: 0 auto; font-size: 1.05rem; }

.programs { background: #fff; }
.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.program-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px 24px 26px;
  text-align: center;
  box-shadow: 0 9px 24px rgba(16,38,77,.05);
  position: relative;
  overflow: hidden;
}
.program-card::after {
  content: "";
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 0;
  height: 4px;
}
.program-card.teal::after { background: var(--teal); }
.program-card.orange::after { background: var(--orange); }
.program-card.pink::after { background: var(--pink); }
.program-card.green::after { background: var(--green); }

.icon-circle {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
}
.teal .icon-circle { background: var(--teal); }
.orange .icon-circle { background: var(--orange); }
.pink .icon-circle { background: var(--pink); }
.green .icon-circle { background: var(--green); }
.icon-circle svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.program-card h3 {
  color: var(--navy);
  margin: 0 0 12px;
  font-size: 1.15rem;
}
.program-card p { margin: 0; font-size: .97rem; color: #303a4b; }
.program-card {
  min-height: 100%;
}
.program-card p {
  line-height: 1.5;
}

.capacity {
  color: white;
  background: var(--navy-2);
}
.light .eyebrow { color: white; }
.light .section-intro { color: rgba(255,255,255,.9); }
.capacity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}
.capacity-grid article {
  padding: 0 30px;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.22);
}
.capacity-grid article:first-child { border-left: 0; }
.capacity-icon {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 400;
}
.teal-text { color: #16b5d3; }
.orange-text { color: var(--orange); }
.pink-text { color: var(--pink); }
.green-text { color: #a5c71a; }
.capacity h3 { margin: 0 0 10px; font-size: 1.12rem; }
.capacity p { margin: 0; color: rgba(255,255,255,.86); font-size: .96rem; }

.how { background: #fff; }
.how-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 56px;
  max-width: 980px;
}
.how-mark img { width: 190px; margin: auto; }
.how p:not(.eyebrow) { font-size: 1.08rem; max-width: 760px; }

.contact {
  padding: 52px 0;
  background: var(--navy-2);
  color: white;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 60px;
  align-items: center;
}
.contact h2 { color: white; font-size: clamp(2.2rem, 4vw, 3.4rem); }
.contact h2 span { color: #1bb8d6; }
.aqua { color: #22b7d4; }
.contact-copy p { margin-top: 0; color: rgba(255,255,255,.9); }
.email-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: white;
  font-weight: 800;
  font-size: 1.2rem;
}
.email-link::before {
  content: "✉";
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  color: white;
  background: #1bb8d6;
  vertical-align: middle;
}

footer {
  background: #fff;
  text-align: center;
  color: #4c5565;
  font-size: .84rem;
}
footer p { margin: 0; padding: 16px 20px 20px; }
.color-bar {
  height: 6px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.color-bar span:nth-child(1) { background: var(--teal); }
.color-bar span:nth-child(2) { background: var(--orange); }
.color-bar span:nth-child(3) { background: var(--pink); }
.color-bar span:nth-child(4) { background: var(--purple); }
.color-bar span:nth-child(5) { background: var(--green); }

@media (max-width: 900px) {
  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-graphic { max-width: 560px; }
  .about-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 30px 0 0;
  }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .capacity-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .capacity-grid article:nth-child(3) { border-left: 0; }
  .how-grid { grid-template-columns: 150px 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .site-header { padding-top: 18px; }
  .brand-logo { width: 235px; }
  .hero { padding-top: 34px; }
  .hero h1 { font-size: clamp(2.35rem, 12.5vw, 3.6rem); }
  .hero-copy > p { font-size: 1.08rem; }
  .hero-graphic { margin-top: 10px; }
  .section { padding: 56px 0; }
  .program-grid,
  .capacity-grid,
  .how-grid { grid-template-columns: 1fr; }
  .capacity-grid article {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.18);
    padding: 28px 10px 0;
  }
  .capacity-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .how-mark img { width: 125px; }
  .contact-grid { gap: 30px; }
}
