*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--font-body); font-size: var(--step-0); line-height: 1.65; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: 0.16; z-index: 10; background-image: radial-gradient(rgba(255,255,255,.16) .55px, transparent .55px); background-size: 5px 5px; mix-blend-mode: soft-light; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: .22em; }
a:hover { text-decoration-color: var(--signal); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
h1, h2, h3 { margin: 0; font-family: var(--font-sans); font-weight: 800; line-height: .94; letter-spacing: -0.045em; text-wrap: balance; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }
p { margin: 0; }
ul { padding-left: 1.25em; }
::selection { background: var(--signal); color: white; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; background: var(--paper); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.shell { width: var(--shell); margin-inline: auto; }
.eyebrow { color: var(--signal); font-family: var(--font-sans); font-size: var(--step--1); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.prose { max-width: var(--measure); }
.prose > * + * { margin-top: 1.35em; }
.prose h2 { margin-top: 2.2em; font-size: var(--step-2); }
.prose h3 { margin-top: 1.8em; font-size: var(--step-1); }
.prose blockquote { margin-inline: 0; padding-inline-start: var(--space-2); border-inline-start: 1px solid var(--line-strong); }
.prose--lead { font-size: var(--step-1); line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; font-family: var(--font-sans); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: var(--step--1); }
.protected-media img { -webkit-user-drag: none; user-select: none; }
