.skip {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 999;
  padding: .75rem 1rem;
  border-radius: 8px;
  color: #071823;
  background: #fff;
}
.skip:focus { top: 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
