/* Shared polish across the four static pages; no framework required. */
:root { scroll-padding-top: 110px; }
body { overflow-wrap: break-word; }
main:focus { outline: none; }
a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #16757b; outline-offset: 5px; }
::selection { background: #f5c84c; color: #191716; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.main-nav a[aria-current="page"] { color: var(--red); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 2px; }
.btn { gap: 12px; transition: transform 180ms ease-out, background-color 180ms ease-out; }
.brand { flex-shrink: 0; }
.brand img, footer img { aspect-ratio: 293 / 49; }
.menu-toggle { min-width: 82px; }
.inline-link { text-underline-offset: 5px; }
.inline-link:hover, .contact-grid a:hover { text-decoration: underline; }
.contact-grid, .contact-grid > div, .story-grid > *, .split-hero > * { min-width: 0; }
.contact-grid a { overflow-wrap: anywhere; }
.page-hero { padding: 80px clamp(24px,7vw,110px); background: var(--cream); }
.page-hero h1 { font: 800 clamp(44px,5.5vw,76px)/1.07 "Manrope",sans-serif; letter-spacing: -.045em; margin: 0 0 24px; text-wrap: balance; }
.lead { font-size: clamp(19px,2vw,23px); color: var(--muted); max-width: 650px; }
.split-hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,6vw,90px); align-items: center; }
.split-hero figure { margin: 0; }
.split-hero img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 32px 100px 32px 32px; }
.split-hero figcaption { font-size: 14px; color: var(--muted); padding: 16px 4px 0; }
.centered-hero { text-align: center; }
.centered-hero h1 { max-width: 900px; margin-inline: auto; }
.centered-hero .lead { margin-inline: auto; }
.content-section { padding: 90px clamp(24px,7vw,110px); }
.content-section h2, .report-panel h2 { font: 800 clamp(32px,3.6vw,48px)/1.15 "Manrope",sans-serif; letter-spacing: -.035em; margin: 0 0 24px; text-wrap: balance; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,8vw,120px); }
.prose { max-width: 680px; color: var(--muted); font-size: 19px; }
.prose > p:first-child { margin-top: 0; }
.tinted { background: #efe6db; }
.focus-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; list-style: none; padding: 0; margin: 0; }
.focus-grid li { background: var(--paper); padding: 32px; border-radius: 24px; }
.number { font: 800 14px "Manrope",sans-serif; color: var(--red); }
.focus-grid h3 { font: 800 23px/1.3 "Manrope",sans-serif; }
.focus-grid p { color: var(--muted); margin-bottom: 0; }
.report-panel { margin: 0 clamp(24px,7vw,110px) 80px; padding: clamp(28px,4vw,56px); border: 1px solid var(--line); border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--cream); }
.report-panel > div { max-width: 680px; }
.report-panel .btn { flex-shrink: 0; }
.report-panel p:not(.kicker) { color: var(--muted); }
.people-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; align-items: start; }
.person-card { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; }
.person-card img, .portrait-placeholder { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; object-position: center 20%; background: #efe6db; }
.portrait-placeholder { display: grid; place-items: center; color: var(--red); font: 800 64px "Manrope",sans-serif; background: linear-gradient(135deg,#efe6db,#f9f5ef); }
.person-copy { padding: 28px; }
.person-copy h2 { font-size: 25px; margin-bottom: 16px; }
.person-copy p { font-size: 16px; color: var(--muted); margin-bottom: 0; }
.person-copy .person-role { color: var(--red); font-weight: 700; font-size: 13px; margin: 0 0 10px; }
.poster { padding: 20px; background: white; border-radius: 28px; box-shadow: 0 20px 50px #35291c12; }
.split-hero .poster img { aspect-ratio: auto; height: auto; border-radius: 8px; }
.facts { margin: 30px 0 0; }
.facts > div { border-top: 1px solid var(--line); padding: 20px 0; }
.facts dt { color: var(--red); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.facts dd { margin: 6px 0 0; color: var(--ink); }
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
  .btn:hover { transform: translateY(-2px); }
  .card, .person-card, .focus-grid li { transition: transform 180ms ease-out; }
  .card:hover, .person-card:hover, .focus-grid li:hover { transform: translateY(-2px); }
}
@media (min-width:1600px) { main { max-width: 1600px; margin-inline: auto; } }
@media (max-width:1100px) and (min-width:901px) { .main-nav { gap: 16px; } .brand img { width: 190px; } }
@media (max-width:900px) {
  .split-hero, .story-grid { grid-template-columns: 1fr; }
  .people-grid, .focus-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .report-panel { flex-direction: column; align-items: flex-start; }
  .main-nav { max-height: calc(100dvh - 80px); overflow-y: auto; }
  /* Keep the panel out of layout; inert removes closed links from keyboard focus.
     Visibility is delayed only on exit, so rapid toggles reverse naturally. */
  .nav-ready .main-nav {
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 160ms ease-out, transform 160ms ease-out, visibility 0s 160ms;
  }
  .nav-ready .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
  /* Navigation stays usable when JavaScript is unavailable. */
  .site-header:not(.nav-ready) { height: auto; position: relative; flex-wrap: wrap; padding-block: 20px; }
  .site-header:not(.nav-ready) .main-nav { display: flex; position: static; max-height: none; flex-basis: 100%; }
}
@media (max-width:620px) {
  .page-hero, .content-section { padding: 56px 24px; }
  .people-grid, .focus-grid { grid-template-columns: 1fr; }
  .report-panel { margin: 0 24px 56px; }
  .split-hero img { border-radius: 24px 64px 24px 24px; }
  .poster { padding: 12px; }
  .report-panel .btn { flex-shrink: 1; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .card:hover { transform: none; }
}
