/**
 * Motion — anchor scroll offset only (reveals handled by GSAP).
 */

@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.sanpuku-front-section,
.sanpuku-front-access,
.sanpuku-front-hero {
	scroll-margin-top: 7.5rem;
}
