/* Every project starts with the same accessible anchor baseline. */
html { scroll-behavior: smooth; }
:where([id]) { scroll-margin-top: var(--anchor-offset, 24px); }
@media (prefers-reduced-motion: reduce) {
  html, :where(*) { scroll-behavior: auto !important; }
}
