:root {
  --navy: #071f43;
  --blue: #0f4384;
  --bright: #1976c8;
  --ice: #e6f4ff;
  --cream: #fbfaf6;
  --ink: #08264d;
  --muted: #55708d;
  --line: #b9d5ea;
  --sans: "DM Sans", sans-serif;
  --serif: "Libre Caslon Text", Georgia, serif;
  --display: "Libre Caslon Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 15px/1.65 var(--sans); }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow { margin: 0; color: var(--bright); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #9ed6ff; }

.site-header { color: #fff; background: var(--navy); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ffffff2e; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 700; font-size: 13px; }
.monogram { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #a8d1f3; border-radius: 50%; font: 11px var(--serif); }
.nav-links { display: flex; gap: 30px; }
.nav-links a { color: #d9efff; text-decoration: none; font-size: 12px; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }

.intro { color: #fff; background: linear-gradient(120deg, var(--navy), #103b78 58%, #1f72b9); }
.intro-grid { min-height: 610px; display: grid; grid-template-columns: 1.55fr .75fr; gap: clamp(50px, 8vw, 110px); align-items: center; padding-block: 72px; }
.intro-copy h1 { max-width: 760px; margin: 18px 0 38px; font: clamp(42px, 5.4vw, 72px)/1.07 var(--display); letter-spacing: -.025em; }
.bio-placeholder { max-width: 680px; padding: 22px 24px; border: 1px dashed #9ac9ed; background: #ffffff0b; }
.bio-placeholder span { color: #a9dafc; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.bio-placeholder p { margin: 8px 0 0; color: #e8f5ff; font: 18px/1.5 var(--serif); }
.portrait-column { justify-self: end; width: min(100%, 300px); }
.portrait-placeholder { aspect-ratio: 4/5; display: grid; place-items: center; align-content: center; gap: 13px; border: 1px dashed #abd3ef; background: linear-gradient(160deg, #ffffff13, #ffffff05); }
.portrait-placeholder span { display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid #a8d4f4; border-radius: 50%; color: #b9e0fa; font: 28px var(--display); }
.portrait-placeholder p, .portrait-note { color: #bcdcf2; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.portrait-note { margin: 12px 0 0; text-align: center; }

.pathways { padding: 88px 0 96px; background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; align-items: end; column-gap: 60px; margin-bottom: 38px; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { margin: 10px 0 0; font: clamp(36px, 4vw, 54px)/1.1 var(--display); }
.section-heading > p:last-child { margin: 0; color: var(--muted); font: 18px/1.55 var(--serif); }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.pathway-card { min-height: 340px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); background: #fff; text-decoration: none; }
.pathway-card:last-child { border-right: 0; }
.pathway-card.active { color: #fff; background: linear-gradient(145deg, var(--navy), var(--blue)); }
.pathway-card.active:hover, .pathway-card.active:focus-visible { outline: 4px solid #79b9eb; outline-offset: -4px; }
.pathway-card.available:hover, .pathway-card.available:focus-visible { background: #eef8ff; outline: 4px solid #79b9eb; outline-offset: -4px; }
.pathway-card.placeholder { background: var(--ice); }
.number { color: #69b7ef; font: italic 12px var(--serif); }
.pathway-card > div { margin-top: auto; }
.card-kicker { margin: 0 0 9px; color: #4f8ebd; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.active .card-kicker { color: #9ed7ff; }
.pathway-card h3 { margin: 0 0 12px; font: 30px/1.15 var(--serif); }
.pathway-card p { font-size: 12px; }
.card-action { display: flex; justify-content: space-between; margin-top: 27px; padding-top: 16px; border-top: 1px solid currentColor; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.placeholder .card-action { color: #6b89a3; border-color: var(--line); }

.contact { color: #fff; background: var(--blue); }
.contact-inner { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact h2 { margin: 8px 0 0; font: clamp(32px, 4vw, 50px)/1.1 var(--display); }
.contact a { display: flex; gap: 40px; padding: 18px 20px; border-bottom: 1px solid #9fd3f5; color: #fff; text-decoration: none; font-weight: 600; }
footer { padding: 24px 0; color: #cae6fa; background: var(--navy); font-size: 10px; }
footer .shell { display: flex; justify-content: space-between; }

@media (max-width: 800px) {
  .shell { width: min(100% - 32px, 1120px); }
  .nav { min-height: 68px; }
  .nav-links { gap: 15px; }
  .nav-links a { font-size: 10px; }
  .intro-grid { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding-block: 54px; }
  .portrait-column { justify-self: start; width: min(100%, 260px); }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .pathway-card:last-child { border-bottom: 0; }
  .contact-inner { min-height: 250px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .contact a { width: 100%; justify-content: space-between; }
}

@media (max-width: 520px) {
  .brand > span:last-child { display: none; }
  .nav-links { gap: 12px; }
  .intro-copy h1 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
