html {
  scroll-behavior: auto !important;
}

.anchor-scroll-target {
  scroll-margin-top: var(--header-height, 80px);
}

@media (prefers-reduced-motion: no-preference) {
  .smooth-scroll {
    scroll-behavior: smooth;
  }
} 