*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-text); background: var(--color-bg); font-family: var(--font-body); font-size: var(--step-0); line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: var(--color-sage); text-underline-offset: .2em; }
a:hover { color: var(--color-brand); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 var(--space-4); font-family: var(--font-display); line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); }
p { margin: 0 0 var(--space-5); }
ul, ol { padding-left: 1.25rem; }
.skip-link { position: fixed; z-index: 100; top: var(--space-3); left: var(--space-3); transform: translateY(-150%); background: var(--color-surface); padding: var(--space-3) var(--space-4); }
.skip-link:focus { transform: none; }
.container, .container-wide { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.container-wide { max-width: var(--container-wide); }
.eyebrow, .card-label { color: var(--color-brand); font-size: var(--step--1); font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.muted { color: var(--color-text-muted); }
.section { padding-block: clamp(3.4rem, 6vw, 6.5rem); }
.section + .section { border-top: 1px solid var(--color-border); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: var(--space-8); margin-bottom: var(--space-8); }
.section-head p { max-width: 38rem; margin: 0; color: var(--color-text-muted); }
.text-link { font-weight: 700; white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
