/**
 * Page Designer — Motion & FX: Scroll Animations runtime CSS  (pd-mfx-rt-san-*)
 *
 * Mostly empty — animations live in WAAPI keyframes set by the runtime
 * dynamically. This file holds only static safety + perf hints.
 */

/* GPU hint for targeted elements. */
[data-pd-scroll-in], section, main > div {
    /* Don't unconditionally promote — only when an animation will run.
       The runtime sets will-change momentarily during animation; nothing to
       do here statically. */
}

@media (prefers-reduced-motion: reduce) {
    [data-pd-scroll-in] { opacity: 1 !important; transform: none !important; }
}
