*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-offset, 105px); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 1rem/1.65 var(--font); }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { line-height: 1.14; }
h1 { font-size: clamp(2.55rem, 4.4vw, 4.1rem); letter-spacing: -.052em; font-weight: 750; }
h2 { font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: -.04em; font-weight: 720; }
h3 { font-size: 1.2rem; letter-spacing: -.02em; }
a { color: inherit; text-underline-offset: 4px; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
button,a,summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: .875rem; font-weight: 700; letter-spacing: .11em; margin-bottom: 22px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-heading > p { max-width: 350px; color: var(--muted); }
.skip-link { position: fixed; top: -100px; left: 15px; z-index: 100; padding: 12px 20px; background: var(--bg); }
.skip-link:focus { top: 12px; }
@media (max-width: 700px) {
 .container { width: calc(100% - 40px); } .section { padding-block: 60px; }
 .section-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 28px; }
 .eyebrow { font-size: .8125rem; letter-spacing: .08em; margin-bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *,*::before,*::after { animation: none !important; transition: none !important; }
}
