/* Shared editorial and accessibility helpers for public content pages. */
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; border-radius: .25rem; background: #d4af37; color: #0a1628; font-weight: 700; }
.skip-link:focus { top: 1rem; }
html { overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
