/*
 * Contraste cinématographique localisé du bloc central du hero.
 * PC et tablette uniquement ; image, animations et mobile inchangés.
 */
@media (min-width: 769px) {
    body.home #hero.csp-hero > .csp-hero__content {
        background-image: radial-gradient(
            ellipse 42% 44% at 50% 42%,
            rgba(2, 9, 26, 0.34) 0%,
            rgba(2, 9, 26, 0.21) 44%,
            rgba(2, 9, 26, 0) 78%
        ) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
}
