Smooth scrolling with scroll-behavior, scroll-margin, scroll-padding
scroll-behavior: smooth enables smooth scrolling for anchor links and scrollTo().
scroll-padding offsets the scroll snap point from the container edge (useful for fixed headers).
scroll-margin offsets the scroll target element from the snap point.