:root {
  --navy: #0b1d3a;
  --orange: #b24f00;
  --ink: #24344e;
  --muted: #5b687b;
  --line: #d9e0e8;
  --paper: #ffffff;
  --tint: #f4f6f8;
  --shadow: 0 20px 48px rgba(11, 29, 58, .11);
  --media-radius: 12px;
  --control-radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 16px/1.65 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 1000; transform: translateY(-150%); padding: .7rem 1rem; border-radius: var(--control-radius); background: var(--navy); color: #fff; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); }
.nav { height: 68px; display: flex; align-items: center; gap: 1rem; }
.brand { margin-right: auto; color: var(--navy); font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand > span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: .5rem; border-radius: var(--control-radius); background: var(--navy); color: #fff; }
.brand b, .hero h1 span, .eyebrow { color: var(--orange); }

.desktop-nav { display: none; gap: 1.5rem; }
.desktop-nav a, .mobile-menu a, footer a { text-decoration: none; }
.desktop-nav a { padding-block: .75rem; }
.language { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: var(--control-radius); }
.language button { min-width: 44px; min-height: 44px; border: 0; background: #fff; color: var(--navy); font-weight: 700; }
.language button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.menu-button { display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 24px; height: 2px; background: var(--navy); content: ""; }
.menu-lines { position: relative; }
.menu-lines::before, .menu-lines::after { position: absolute; left: 0; }
.menu-lines::before { top: -7px; }
.menu-lines::after { top: 7px; }
.mobile-menu { padding: .5rem 1rem 1rem; background: #fff; }
.mobile-menu a { display: block; min-height: 44px; padding: .7rem; border-bottom: 1px solid var(--line); }
.hero { padding: clamp(2.5rem, 5vw, 4.5rem) 0 0; }
.hero-grid { display: grid; gap: 2rem; align-items: center; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 .75rem; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 11ch; margin: 0 0 1rem; color: var(--navy); font-size: clamp(3rem, 6.4vw, 5.25rem); line-height: .98; letter-spacing: -.05em; }
.lead { max-width: 62ch; margin: 0; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1.75rem; }
.button, .text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .7rem 1.15rem; border-radius: var(--control-radius); font-weight: 750; text-decoration: none; white-space: nowrap; }
.button { background: var(--orange); color: #fff; }
.text-link { color: var(--navy); border: 1px solid var(--line); }
.button:active, .text-link:active, button:active { transform: translateY(1px); }
.hero-media { overflow: hidden; min-height: 350px; aspect-ratio: 4/5; border-radius: var(--media-radius); box-shadow: var(--shadow); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.metric-rail { display: grid; gap: 1rem; margin-top: 2rem; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-rail div { display: flex; align-items: baseline; gap: .65rem; }
.metric-rail strong { color: var(--navy); font-size: 1.65rem; }
.metric-rail div span { color: var(--muted); font-size: .82rem; }
.metric-rail p { display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin: 0; color: var(--navy); font-size: .9rem; font-weight: 650; }
.metric-rail p span + span::before, .values span + span::before { margin-right: 1rem; color: var(--orange); content: "/"; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; scroll-margin-top: 68px; }
.tint { background: var(--tint); }
h2 { max-width: 820px; margin: .2rem 0 1.5rem; color: var(--navy); font-size: clamp(2rem, 4.2vw, 3.25rem); line-height: 1.12; letter-spacing: -.035em; }
h3 { margin-top: 2rem; color: var(--navy); }
.section p { max-width: 65ch; }
.card-grid { margin-top: 3rem; border-top: 1px solid var(--navy); }
.card-grid article { display: grid; gap: .5rem 2rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.card-grid h3, .card-grid p { margin: 0; }
.card-grid b { color: var(--navy); font-weight: 700; }
.values { display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin: 1.5rem 0 2.5rem; color: var(--navy); font-weight: 650; }
.accordion, .timeline { max-width: 920px; border-top: 1px solid var(--navy); }
.accordion details, .timeline details { border-bottom: 1px solid var(--line); }
.accordion summary, .timeline summary { min-height: 56px; padding: 1rem 2.5rem 1rem .15rem; cursor: pointer; color: var(--navy); font-weight: 750; }
details p { margin: 0; padding: 0 .5rem 1.35rem; }
.timeline { position: relative; }
.timeline::before { position: absolute; top: 0; bottom: 0; left: 7.1rem; width: 1px; background: var(--line); content: ""; pointer-events: none; }
.timeline time { display: inline-block; width: 7rem; padding-right: 1rem; color: var(--orange); }
.timeline details > p { padding-left: 8.35rem; }
#profile > .wrap > h3 { margin: 3rem 0 1rem; }
#profile .timeline, #profile .values { width: 100%; max-width: 920px; }
.library { display: grid; margin-top: 1rem; border-top: 1px solid var(--navy); }
.library p { margin: 0; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.insights-media { display: block; overflow: hidden; margin: 2.5rem 0; aspect-ratio: 4/3; border-radius: var(--media-radius); }
.insights-media img { width: 100%; height: 100%; object-fit: cover; }
.cta { padding: 4.5rem 0; background: var(--tint); border-top: 1px solid var(--line); }
.cta p:not(.eyebrow) { max-width: 650px; margin-bottom: 1.5rem; }
footer { padding: 2.5rem 0; color: var(--muted); font-size: .85rem; border-top: 1px solid var(--line); }
footer nav { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
footer p { max-width: 760px; margin: .7rem 0; }
.admin-link { display: inline-flex; align-items: center; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
@media (min-width: 768px) {
  .desktop-nav { display: flex; }
  .menu-button, .mobile-menu { display: none !important; }
  .hero { min-height: calc(100vh - 68px); display: flex; align-items: center; padding-top: 2rem; }
  .hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }
  .hero-media { max-height: 56vh; }
  .metric-rail { grid-template-columns: repeat(3, max-content) 1fr; align-items: center; gap: 1.5rem 2.5rem; }
  .metric-rail p { justify-self: end; justify-content: flex-end; }
  .card-grid article { grid-template-columns: minmax(220px, .8fr) 1fr 1.15fr; align-items: start; }

  .library { grid-template-columns: 1.15fr .9fr 1.25fr; }
  .library p { padding: 1.2rem 1.4rem; border-right: 1px solid var(--line); }
  #insights > .wrap { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 0 4rem; }
  #insights h2, #insights > .wrap > p, #insights h3, #insights .library { grid-column: 1; }
  #insights .insights-media { grid-column: 2; grid-row: 1 / span 4; margin: 0; align-self: stretch; }
  #insights .accordion { grid-column: 1 / -1; width: 70%; margin-top: 3rem; }
  #insights h3, #insights .library { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .hero-media { order: initial; width: 100%; min-height: 0; max-height: 32vh; aspect-ratio: 16/10; }
  .metric-rail { grid-template-columns: 1fr 1fr; }
  .metric-rail p { grid-column: 1 / -1; }
  .timeline::before { left: 0; }
  .timeline time { display: block; width: auto; }
  .timeline details > p { padding-left: 1rem; }
}
@media (max-width: 420px) {
  .wrap { width: min(100% - 1.25rem, 1160px); }
  .brand { font-size: .92rem; }
  .brand > span { margin-right: .25rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button, .text-link { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
