:root {
  --navy: #071c33;
  --navy-soft: #0e3157;
  --blue: #1f6fb2;
  --cyan: #55b9d2;
  --gold: #d8a84e;
  --ink: #182531;
  --muted: #5b6976;
  --paper: #f7f9fb;
  --white: #ffffff;
  --line: #dce4ea;
  --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;
  font-size: 17px;
  line-height: 1.68;
}

a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 10; padding: .75rem 1rem; background: white; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(7,28,51,.10);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.identity { display: flex; flex-direction: column; text-decoration: none; line-height: 1.2; }
.identity-name { color: var(--navy); font-family: Georgia, serif; font-size: 1.18rem; font-weight: 700; }
.identity-role { margin-top: .2rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nav-list { display: flex; flex-wrap: wrap; align-items: center; gap: 1.45rem; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; color: #30404e; font-size: .88rem; font-weight: 650; text-decoration: none; }
.nav-list a:hover, .nav-list a:focus, .nav-list .active { color: var(--blue); }
.nav-list .active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.45rem; height: 2px; background: var(--blue); }

.hero { position: relative; overflow: hidden; padding: 6.3rem 0 5.5rem; background: linear-gradient(118deg, #eef4f8 0%, #f9fbfc 54%, #e5eef4 100%); }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -220px; top: -260px; border: 1px solid rgba(31,111,178,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(31,111,178,.03), 0 0 0 160px rgba(31,111,178,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.eyebrow, .section-kicker { margin: 0 0 .8rem; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); line-height: 1.16; }
h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 600; letter-spacing: -.045em; }
.hero-title { margin: .65rem 0 1.5rem; color: var(--blue); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 700; }
.lead { max-width: 720px; margin: 0 0 1rem; color: var(--navy); font-family: Georgia, serif; font-size: clamp(1.4rem, 2.7vw, 2.05rem); line-height: 1.36; }
.hero-summary { max-width: 720px; color: #435463; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-block; padding: .78rem 1.15rem; border: 1px solid var(--blue); border-radius: 3px; font-size: .88rem; font-weight: 750; text-decoration: none; }
.button.primary { color: white; background: var(--blue); }
.button.secondary { color: var(--blue); background: transparent; }
.button:hover, .button:focus { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(7,28,51,.12); }
.portrait-wrap { margin: 0; }
.portrait { display: block; width: 100%; border: 10px solid white; border-radius: 2px; box-shadow: 0 24px 55px rgba(7,28,51,.18); }
.portrait-wrap figcaption { margin-top: .7rem; color: var(--muted); font-size: .78rem; text-align: center; }

.metrics { background: var(--navy); color: white; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.metric-grid div { min-height: 130px; display: flex; flex-direction: column; justify-content: center; padding: 1.8rem clamp(1rem,4vw,3rem); border-right: 1px solid rgba(255,255,255,.13); }
.metric-grid div:last-child { border-right: 0; }
.metric-grid strong { color: white; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.metric-grid span { color: #bed0df; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }

.section { padding: 6rem 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: end; margin-bottom: 2.6rem; }
h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.25rem, 4.4vw, 3.7rem); font-weight: 500; letter-spacing: -.025em; }
.section-heading p { margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { min-height: 335px; padding: 2rem; background: var(--paper); border-top: 3px solid var(--blue); }
.card-number { color: var(--blue); font-family: Georgia, serif; font-size: 1rem; }
.card h3 { margin: 3.7rem 0 1rem; font-family: Georgia, serif; font-size: 1.45rem; }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }

.career-section { background: var(--paper); }
.career-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem,7vw,7rem); }
.career-intro { color: var(--muted); font-size: 1.05rem; }
.timeline { margin: 0; padding: 0; list-style: none; counter-reset: career; }
.timeline li { position: relative; padding: 0 0 2rem 2.2rem; border-left: 1px solid #b9cad7; }
.timeline li::before { content: ""; position: absolute; left: -5px; top: .45rem; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; }
.timeline li:last-child { padding-bottom: 0; }
.timeline-place { color: var(--navy); font-weight: 800; }
.timeline p { margin: .35rem 0 0; color: var(--muted); }

.impact-section { background: white; }
.impact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.impact-copy p:not(.section-kicker) { color: var(--muted); }
.resource-panel { padding: 2rem; color: white; background: var(--navy-soft); }
.resource-panel h3 { margin: 0 0 1rem; color: white; font-family: Georgia, serif; font-size: 1.55rem; }
.resource-panel a { display: block; padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.resource-panel a:hover span { color: var(--cyan); }
.resource-panel span { display: block; font-weight: 750; }
.resource-panel small { display: block; margin-top: .25rem; color: #bfd0df; line-height: 1.45; }

.contact-section { padding: 4.5rem 0; color: white; background: linear-gradient(120deg, var(--navy) 0%, #103d69 100%); }
.contact-inner { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.section-kicker.light { color: #8fd4e4; }
.contact-section h2 { color: white; font-size: clamp(2rem,4vw,3rem); }
.contact-section p { color: #c4d3df; }
.contact-section address { display: flex; flex-direction: column; gap: .4rem; font-style: normal; text-align: right; }
.contact-section a { color: white; font-weight: 700; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: .2em; }

.site-footer { padding: 1.4rem 0; color: var(--muted); background: #f4f6f8; font-size: .76rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; }
.site-footer p { margin: 0; }

@media (max-width: 900px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 1rem 0; gap: .8rem; }
  .site-header { position: static; }
  .nav-list { gap: .65rem 1rem; }
  .hero { padding-top: 4rem; }
  .hero-grid, .career-grid, .impact-grid { grid-template-columns: 1fr; }
  .portrait-wrap { width: min(100%, 480px); }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .card-grid { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .card h3 { margin-top: 2rem; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding: 3.3rem 0; }
  h1 { font-size: clamp(2.8rem, 17vw, 4rem); }
  .metric-grid { grid-template-columns: 1fr; padding: .5rem 0; }
  .metric-grid div { min-height: auto; padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .metric-grid div:last-child { border-bottom: 0; }
  .section { padding: 4rem 0; }
  .contact-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .contact-section address { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Interior pages */
.page-hero { padding: 5rem 0 3.7rem; color: white; background: linear-gradient(120deg, var(--navy), #124874); }
.page-hero .eyebrow { color: #8fd4e4; }
.page-hero h1 { color: white; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero .lead { max-width: 830px; margin-top: 1.2rem; color: #d9e5ed; font-family: inherit; font-size: 1.15rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.prose h2 { margin: 0 0 1.25rem; font-size: clamp(2rem, 4vw, 3rem); }
.prose h3 { margin: 2.2rem 0 .65rem; font-family: Georgia, serif; font-size: 1.45rem; }
.prose p { color: #425462; }
.aside-panel { padding: 1.6rem; background: var(--paper); border-top: 3px solid var(--blue); }
.aside-panel h2 { font-size: 1.4rem; }
.aside-panel ul { padding-left: 1.15rem; }
.aside-panel li { margin-bottom: .65rem; color: var(--muted); }
.topic-list { display: grid; gap: 1rem; margin-top: 2rem; }
.topic { padding: 1.5rem; background: var(--paper); border-left: 3px solid var(--blue); }
.topic h3 { margin: 0 0 .45rem; }
.topic p { margin: 0; }
.link-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.link-card { display: block; padding: 1.25rem; background: var(--paper); border: 1px solid var(--line); text-decoration: none; }
.link-card:hover, .link-card:focus { border-color: var(--blue); box-shadow: 0 8px 22px rgba(7,28,51,.08); }
.link-card strong { display: block; color: var(--navy); }
.link-card span { display: block; margin-top: .25rem; color: var(--muted); font-size: .84rem; }
.archive-note { margin-top: 2rem; padding: 1.15rem 1.3rem; color: #3d5262; background: #edf4f8; border-left: 3px solid var(--cyan); }

@media (max-width: 900px) {
  .content-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .page-hero { padding: 3.2rem 0 2.7rem; }
  .link-grid { grid-template-columns: 1fr; }
}
