* { box-sizing: border-box; }

html { min-width: 320px; background: var(--paper); }

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: 1.5;
}

body.is-drawer-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; }

button { border: 0; }

img { display: block; max-width: 100%; }

h1, h2, h3, h4, p { margin-top: 0; }

h1, h2, h3 { color: var(--ink); letter-spacing: 0; line-height: 1.08; text-wrap: balance; }

h1 { font-size: var(--text-3xl); }
h2 { font-size: var(--text-2xl); }
h3 { font-size: var(--text-xl); }

p { color: var(--slate); text-wrap: pretty; }

::selection { color: var(--ink); background: var(--yellow); }

:focus-visible { outline: 3px solid oklch(0.83 0.15 88 / 0.85); outline-offset: 3px; }

.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;
}

.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; stroke: currentColor; }

.eyebrow { margin-bottom: 8px; color: var(--blue-strong); font-size: var(--text-xs); font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.muted { color: var(--muted); }
.numeric { font-variant-numeric: tabular-nums; }
.stack { display: grid; gap: 16px; }
.cluster { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.visually-separated { border-top: 1px solid var(--line); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 1ms !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; }
}
