/*------------------------------------------------------------------*\
    Slider Carousel — scroll-pinned services reveal
    Maps to assets/js/modules/slider-carousel.js
\*------------------------------------------------------------------*/

/* Promote the animated content blocks so the bottom-to-top rise stays smooth
   while the section is pinned. */
.section-slider-carousel .swiper-slide-contents {
    will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
    .section-slider-carousel .swiper-slide-contents {
        will-change: auto;
    }
}
