/* Only the photographic hero opts in; other niche illustrations stay unchanged. */
.hero-stage--photos::before { display: none; }
:is(.hero-photo-slides, .hair-hero-slides) { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; background: #eeeae7; }
:is(.hero-photo-slides, .hair-hero-slides) > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity .8s ease-in-out; }
:is(.hero-photo-slides, .hair-hero-slides) > img.is-active { opacity: 1; }
.motion-off :is(.hero-photo-slides, .hair-hero-slides) > img { transition: none !important; }
@media (prefers-reduced-motion: reduce) { :is(.hero-photo-slides, .hair-hero-slides) > img { transition: none !important; } }
