/*
 * stage15 template-runtime surface — prefers-reduced-motion ONLY (§6.14 D-anchor item 9:
 * templates shipping a BS5 carousel must honor reduced-motion). NEW template-layer file;
 * zero carrier bytes touched; no effect for users without the OS preference.
 */
@media (prefers-reduced-motion: reduce) {
	.shared-testimonials__carousel .carousel-item {
		transition: none !important;
	}
	.shared-contact-float__panel,
	.shared-contact-float__overlay {
		transition: none !important;
	}
	html {
		scroll-behavior: auto !important;
	}
}
