/* Restores the current homepage hero design after the CSP cleanup. */
section.hero {
    min-height: 100vh !important;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.65)),
        url("/hero.jpg?v=20260718-2") center center / cover no-repeat !important;
}
