*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; color: var(--color-text); background: var(--color-surface); font: 400 16px/1.75 var(--font-sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--color-text); font-weight: 760; line-height: 1.15; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 3.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.25em; }
ul, ol { padding-left: 1.25em; }
:focus-visible { outline: 3px solid #e6a4a4; outline-offset: 4px; }
.container { width: min(calc(100% - 96px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: var(--container-narrow); }
.section { padding-block: var(--section-space); }
.section-soft { background: var(--color-surface-soft); }
.section-dark { color: #d8e6ed; background: var(--color-primary-deep); }
.section-dark h2, .section-dark h3 { color: #fff; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 16px; color: #fff; background: var(--color-accent); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--color-primary); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 2px; background: var(--color-accent); content: ""; }
.eyebrow-light { color: #dceaf1; }
.large-copy { color: var(--color-text-secondary); font-size: clamp(1.05rem, 1.4vw, 1.2rem); }
.entry-content { font-size: 1.08rem; }
.entry-content > * + * { margin-top: 1.5em; }
.entry-content h2, .entry-content h3 { margin-top: 2em; }
.entry-content a { color: var(--color-primary); text-decoration: underline; text-underline-offset: 3px; }
.entry-content iframe,
.entry-content .wp-block-embed iframe {
  display: block;
  width: 100% !important;
  max-width: 960px;
  height: auto !important;
  min-height: 220px;
  aspect-ratio: 16 / 9;
  margin: 32px auto;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--color-primary-deep);
  box-shadow: var(--shadow-md);
}
.entry-content p > iframe:only-child { margin-block: 0; }
