Как работает `scroll-behavior: smooth`?
- Плавная прокрутка при навигации через якоря (
#section) иscrollTo() html { scroll-behavior: smooth; }— глобально- Уважайте
prefers-reduced-motion: отключайте smooth для reduce - JS fallback:
element.scrollIntoView({ behavior: 'smooth' })