*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; transition: background-color .25s, color .25s; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--text); font-weight: 680; letter-spacing: -.035em; line-height: 1.1; }
h1 { max-width: 19ch; margin-bottom: 28px; font-size: clamp(48px, 5.15vw, 76px); }
h2 { margin-bottom: 20px; font-size: clamp(34px, 3.3vw, 50px); }
h3 { margin-bottom: 12px; font-size: 22px; }
p { color: var(--text-soft); }
::selection { background: var(--blue); color: white; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--blue) 45%, transparent); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section { padding: var(--section) 0; }
.section--first { padding-top: 48px; }
.section--muted { background: var(--bg-soft); border-block: 1px solid var(--line); }
.lead { max-width: 700px; color: var(--text-soft); font-size: 20px; line-height: 1.55; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; padding: 5px 10px; border-radius: 6px; background: var(--blue-soft); color: var(--blue); font-size: 13px; font-weight: 650; letter-spacing: .01em; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p { max-width: 600px; margin-bottom: 0; font-size: 18px; }
.section-heading--row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 28px; }
.section-heading--row > div { max-width: 760px; }
.narrow-left { max-width: var(--container); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); border-radius: 8px; background: var(--text); color: var(--bg); }
.skip-link:focus { transform: none; }
.icon { flex: 0 0 auto; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
