*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[data-large-text="true"] { font-size: 112.5%; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--page); color: var(--text); font-family: var(--font); font-size: 18px; line-height: 1.62; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
button { color: inherit; }
a { color: var(--brand-text); }
h1, h2, h3 { margin-top: 0; color: var(--text); line-height: 1.14; text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; border-radius: var(--radius-sm); background: var(--surface); color: var(--text); font-weight: 800; box-shadow: var(--shadow-md); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 34px), var(--content)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.eyebrow { display: block; color: var(--brand-text); font-size: .72rem; font-weight: 900; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.muted { color: var(--muted); }
.no-margin { margin: 0; }
.space-top { margin-top: 18px; }
@media (max-width: 640px) { body { font-size: 17px; } .container { width: min(calc(100% - 24px), var(--content)); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media print { body { background: #fff; color: #000; } .no-print { display: none !important; } }
