*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.035em; line-height: 0.98; }
h1 { max-width: 820px; font-size: clamp(3.5rem, 7.4vw, 7.35rem); }
h2 { max-width: 850px; font-size: clamp(2.6rem, 5.2vw, 5.2rem); }
h3 { line-height: 1.2; }
::selection { color: var(--white); background: var(--cobalt); }
:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding-block: var(--space-8); }
.section-rule { border-top: 1px solid var(--hairline); }
.section-paper { background: var(--paper); }
.section-ink { color: var(--paper); background: var(--ink); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px;
  color: var(--white); background: var(--cobalt); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.eyebrow, .section-index, .step-label, .footer-label {
  font-family: var(--font-mono); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.13em; line-height: 1.4; text-transform: uppercase;
}
.section-index { color: var(--cobalt); }
.lede { font-size: clamp(1.1rem, 1.65vw, 1.4rem); line-height: 1.5; }
.reveal { transform: none; opacity: 1; }
.js .reveal.is-pending { transform: translateY(22px); opacity: 0; }
.js .reveal.is-visible { transform: translateY(0); opacity: 1; transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
