/*
 * El fondo permanece estático dentro del hero. No se aplican escalado,
 * parallax ni transiciones a la imagen administrada.
 */
.fiea-hmm-enabled .fiea-hmm-managed {
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
}

@media (prefers-reduced-motion: reduce) {
    .fiea-hmm-enabled .fiea-hmm-managed {
        transition: none !important;
        animation: none !important;
    }
}
