*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--color-white); color: var(--color-black); font-family: var(--font-body); line-height: 1.6; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--color-yellow); outline-offset: 4px; }
h1, h2, h3 { margin: 0 0 .65em; font-family: var(--font-heading); line-height: 1.04; letter-spacing: -.04em; }
h1 { font-size: clamp(2.8rem, 7vw, 6.8rem); }
h1, h2, h3 { overflow-wrap: break-word; }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
p { margin: 0 0 1.25rem; }
.lead { max-width: 44rem; color: var(--color-gray-700); font-size: clamp(1.1rem, 2vw, 1.4rem); }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.3rem; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 2.5rem; height: 3px; background: var(--color-yellow); content: ''; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .75rem 1rem; background: var(--color-yellow); color: var(--color-black); font-weight: 800; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
