﻿/* ===== Accessibility / Reduced motion ===== */

@media (prefers-reduced-motion: reduce) {
    /* WHY section safety */
    .why-section .why-title,
    .why-section .why-list > li {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

    /* General transitions */
    .split-section .split-img,
    .split-section .split-card,
    .intro-section .text-center > h3,
    .intro-section .text-center > p,
    .offerings-section .text-center > h3,
    .offerings-section .text-center > p,
    .mosaic-item,
    .mosaic-media img {
        transition: none !important;
        transform: none !important;
    }

    .split-section .split-img,
    .split-section .split-card,
    .mosaic-item,
    .intro-section .text-center > h3,
    .intro-section .text-center > p,
    .offerings-section .text-center > h3,
    .offerings-section .text-center > p {
        opacity: 1 !important;
    }

    /* Marquee could also be disabled here if you want:
       .logo-track.is-ready { animation: none !important; }
    */
}
