*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 5rem; }
body {
  margin: 0;
  font: 400 var(--fs-16) / 1.55 var(--font-text);
  color: var(--ink-900);
  background: var(--ground);
  font-variant-numeric: lining-nums tabular-nums;
}
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: var(--navy-700); text-underline-offset: 0.18em; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange-500); outline-offset: 2px; }
::selection { background: var(--navy-100); color: var(--ink-900); }
h1, h2, h3 { font-family: var(--font-tag); font-weight: 700; line-height: 1.05; letter-spacing: -0.01em; margin: 0; }
.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.fish { background: var(--fish); border-radius: 2px; box-shadow: 0 0 0 2px var(--fish); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
