*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--grey-900); background: var(--white); font-family: var(--font-sans); line-height: 1.6; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.12; letter-spacing: 0; }
h1 { font-family: var(--font-serif); font-weight: 500; }
h2 { margin-bottom: var(--space-4); font-family: var(--font-serif); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; }
h3 { font-size: 1.05rem; }
p { margin-bottom: var(--space-4); }
ul, ol { margin-top: 0; }
table { border-collapse: collapse; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }
.container { width: min(calc(100% - 2rem), var(--content-width)); margin-inline: auto; }
.section { padding: var(--space-9) 0; }
.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; z-index: 1000; top: 0.75rem; left: 0.75rem; padding: 0.75rem 1rem; color: var(--white); background: var(--navy-900); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: var(--space-3); color: var(--gold-600); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-bottom: var(--space-7); }
.section-heading > p:last-child { color: var(--grey-700); font-size: 1.1rem; }
.positive { color: var(--green-700) !important; }
.align-right { text-align: right; }

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

@media (max-width: 720px) {
  .section { padding: var(--space-8) 0; }
  h2 { font-size: 2rem; }
}
