html {
  scroll-behavior: smooth;
}

/* Keep anchor targets visible below the fixed/sticky header. */
[id] {
  scroll-margin-top: 120px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
