*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-canvas); color: var(--color-ink); font-family: var(--font-sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 0.2rem solid var(--color-accent); outline-offset: 0.2rem; }
h1, h2, h3 { margin-block: 0; line-height: 1.1; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.25rem; }
p { margin-block: 0; }
address { font-style: normal; }
.skip-link { position: fixed; inset: var(--space-sm) auto auto var(--space-sm); z-index: 20; transform: translateY(-200%); padding: var(--space-sm) var(--space-md); background: var(--color-ink); color: var(--color-surface); }
.skip-link:focus { transform: translateY(0); }
