*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
body { margin: 0; min-height: 100vh; }
img, svg { max-width: 100%; display: block; }
address { font-style: normal; }
ul, ol { margin: 0; padding: 0; }
:focus-visible {
  outline: 2px solid var(--color-focus, var(--color-accent, #1a3a42));
  outline-offset: 3px;
}
.skip-link {
  position: absolute;
  left: var(--gutter, 1rem);
  top: -4rem;
  z-index: 200;
  padding: 0.4rem 0.7rem;
  background: #111;
  color: #fff;
  text-decoration: none;
}
.skip-link:focus { top: 0.5rem; color: #fff; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
