:root {
  --ink: #15243a;
  --muted: #607087;
  --paper: #f5f7fb;
  --surface: #ffffff;
  --line: #dce3ee;
  --accent: #174ea6;
  --accent-soft: #edf3ff;
  --navy: #0d2b55;
  --shadow: 0 22px 60px rgba(13, 43, 85, 0.10);
  --radius: 14px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: #0d3679; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .7rem 1rem; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-shell { min-height: 100vh; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.site-shell > .nav-wrap { position: sticky; top: 0; z-index: 20; width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - var(--max)) / 2)); background: rgba(246,248,250,.92); border-bottom: 1px solid rgba(220,228,234,.85); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; align-items: center; gap: .75rem; color: var(--navy); font-size: .93rem; font-weight: 750; letter-spacing: .01em; text-decoration: none; white-space: nowrap; }
.wordmark-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: #fff; background: var(--navy); border-radius: 50%; font-size: .78rem; font-weight: 750; letter-spacing: .04em; }
.nav { display: flex; align-items: center; gap: 1.75rem; margin: 0; padding: 0; list-style: none; }
.nav a { color: #3f4c59; font-size: .88rem; font-weight: 650; text-decoration: none; }
.nav a:hover, .nav a.active { color: var(--accent); }
.nav-toggle { display: none; min-height: 44px; padding: .55rem .8rem; color: var(--navy); background: transparent; border: 1px solid var(--line); border-radius: 8px; font: inherit; font-weight: 650; }
.hero { padding-block: 82px 62px; }
.hero > .page-header { margin: 0 0 36px; padding: 0; text-align: left; }
.eyebrow, .section-kicker { margin: 0 0 .55rem; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); font-family: inherit; line-height: 1.13; }
h1 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.35rem); font-weight: 700; letter-spacing: -.035em; }
h1 span { display: inline-block; color: var(--muted); font-family: inherit; font-size: .42em; font-weight: 600; letter-spacing: .08em; vertical-align: .32em; }
.role { margin: 1.15rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.55; }
.row { display: grid; grid-template-columns: minmax(220px, 32%) minmax(0, 1fr); gap: 4rem; }
.portrait { display: block; width: 100%; max-width: 320px; height: auto; border-radius: 0; filter: saturate(.82) contrast(1.02); box-shadow: var(--shadow); }
.hero-copy { font-size: 1.03rem; }
.hero-copy > p:first-child { display: none; }
.contact-label { display: inline-block; min-width: 5.5rem; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.profile-links { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.4rem 0 2.25rem; }
.profile-links a { padding: .48rem .8rem; border: 1px solid #c5d5f2; border-radius: 999px; background: var(--accent-soft); font-size: .86rem; font-weight: 700; text-decoration: none; }
.news { max-height: 348px; overflow: auto; padding: 1.4rem 1.5rem; border-left: 3px solid var(--accent); background: var(--surface); box-shadow: 0 10px 32px rgba(11,31,51,.05); }
.news h2 { margin: 0 0 .6rem; font: 800 .76rem/1.4 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.news p { position: relative; margin: 0; padding: .75rem 0 .75rem 5.25rem; border-top: 1px solid var(--line); font-size: .91rem; line-height: 1.6; }
.news p:first-of-type { border-top: 0; }
.news p::before { content: attr(data-date); position: absolute; left: 0; color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .04em; }
main > .container:not(.hero), main > div > .container { margin-top: 1rem; }
.page-header { margin: 6rem 0 1.6rem; border: 0; }
.page-header h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.3rem); font-weight: 700; letter-spacing: -.025em; }
.panel { margin-bottom: 1.25rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 9px 30px rgba(11,31,51,.04); }
.panel-heading { padding: 1rem 1.4rem; color: var(--navy); background: #f0f4f6; border-bottom: 1px solid var(--line); font-size: .96rem; }
.panel-body { padding: 1.25rem 1.5rem; }
.panel-body .row { display: block; }
.panel-body p { margin: .55rem 0; }
.panel-body br { display: none; }
.panel-body > .row + .row, .panel-body > br + .row { margin-top: 1.15rem; padding-top: 1.15rem; border-top: 1px solid var(--line); }
.panel-body ul { margin: 0; padding: 0; list-style: none; }
.panel-body li { position: relative; padding: .92rem .2rem .92rem 1.25rem; border-bottom: 1px solid #edf1f4; }
.panel-body li:last-child { border-bottom: 0; }
.panel-body li::before { content: ""; position: absolute; left: 0; top: 1.62rem; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
i, em { color: #405064; }
.footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: 5rem; padding: 2rem 0; color: var(--muted); border-top: 1px solid var(--line); font-size: .84rem; }
.footer a { text-decoration: none; font-weight: 700; }
:focus-visible { outline: 3px solid rgba(23,78,166,.35); outline-offset: 3px; }

@media (max-width: 780px) {
  .site-shell > .nav-wrap { min-height: 64px; }
  .nav-toggle { display: inline-block; }
  .nav { position: absolute; top: 64px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: .7rem 20px 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(11,31,51,.08); }
  .nav.open { display: grid; }
  .nav a { display: block; min-height: 44px; padding: .65rem 0; }
  .hero { padding-block: 52px 36px; }
  .hero > .page-header { margin: 0 0 2rem; padding: 0; }
  .row { grid-template-columns: 1fr; gap: 2rem; }
  .portrait { width: min(72vw, 290px); }
  .page-header { margin-top: 4rem; }
  .panel-body { padding: 1rem 1.1rem; }
}

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