/*
 * HIPHOP TEMPLE — VISUAL RESET
 *
 * Purpose:
 * Remove legacy concert/performance imagery from the
 * public/member experience and establish a clean platform
 * identity.
 */

html,
body {
    background-image: none !important;
}

body::before,
body::after {
    background-image: none !important;
    background: none !important;
}

.hero,
.hero-section,
.hero-banner,
.page-hero,
.temple-hero,
.training-hero,
.member-hero,
.dashboard-hero,
.cover,
.cover-image,
.background-image {
    background-image: none !important;
}

img[src*="hero.jpg"],
img[src*="battle.jpg"],
img[src*="training.jpg"],
img[src*="temple-hero"],
img[src*="temple-battle"] {
    display: none !important;
}

/*
 * Clean dark platform foundation.
 */

body {
    background:
        radial-gradient(
            circle at top center,
            rgba(255,255,255,0.045),
            transparent 38%
        ),
        #080808 !important;
}

/*
 * Prevent legacy decorative image layers.
 */

[class*="background"],
[class*="hero"],
[class*="banner"] {
    background-repeat: no-repeat;
}


/* Mega 23 homepage */
@import url("/static/css/mega23-home.css");

