/* JEZEBEL ROSE: CINEMATIC THEME (V 3.7 - Theme Styles) */

body {
    background-color: #050505;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #d1d1d1;
}

/* --- THEME HEADER OVERRIDES (GeneratePress/Standard) --- */

.site-header, 
#masthead, 
.elementor-location-header {
    background-color: #080808;
    border-bottom: 1px solid rgba(201, 0, 0, 0.3);
    position: relative;
    z-index: 999;
}

/* Transparent Overlay when Hero is present */
body:has(.jr-hero-section) .site-header, 
body:has(.jr-hero-section) #masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(5,5,5,0) 100%);
    border-bottom: 1px solid rgba(201, 0, 0, 0.15);
}

/* Site Branding / Logo */
.site-branding, .site-logo {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.main-title a, .site-title a {
    color: #c90000 !important;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(201, 0, 0, 0.3);
}

/* Navigation Links */
.main-navigation a, 
.menu-primary-items a {
    color: #a0a0a0 !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

/* Mobile Menu Button */
.menu-toggle, 
button.menu-toggle {
    color: #c90000 !important;
    border-color: #c90000 !important;
}

/* --- HERO SECTION --- */
.jr-cinematic-wrapper {
    width: 100%;
    position: relative;
}

.jr-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    background: #000;
}

.jr-image-bg {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.6; 
    animation: jr-slow-pan 45s ease-in-out infinite alternate;
}

.jr-light-scan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(120deg, transparent 30%, rgba(200, 0, 0, 0.1) 45%, rgba(255, 50, 50, 0.2) 50%, rgba(200, 0, 0, 0.1) 55%, transparent 70%);
    background-size: 200% 200%;
    mix-blend-mode: overlay;
    animation: jr-scan-move 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes jr-slow-pan {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.15) translate(-20px, -10px); }
}

@keyframes jr-scan-move {
    0% { background-position: 0% 50%; opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { background-position: 100% 50%; opacity: 0; }
}

/* --- Typography --- */
.jr-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    padding-bottom: 40px; 
}

.jr-brand-title {
    font-family: 'Cinzel', serif;
    line-height: 1.1; 
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-direction: column; 
    align-items: center;
    color: #fff; 
    text-shadow: 0 10px 30px rgba(0,0,0,0.9);
}

.jr-word-jezebel {
    font-size: 14vw; 
    letter-spacing: 0.05em;
    display: block;
    animation: jr-reveal-top 1.5s ease-out forwards;
    background: linear-gradient(to bottom, #fff 20%, #ccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.8));
    padding: 0 20px; 
}

.jr-word-rose {
    font-size: 19vw; 
    letter-spacing: 0.1em; 
    color: #c90000; 
    text-shadow: 0 0 50px rgba(200, 0, 0, 0.6);
    display: block;
    margin-top: -3vw; 
    animation: jr-reveal-bottom 1.5s ease-out forwards;
    background: linear-gradient(to bottom, #ff3333 0%, #990000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 20px; 
}

.jr-brand-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.8rem; 
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    font-weight: 400;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
    animation: jr-fade-in 2s ease-out 1s forwards; 
}

@keyframes jr-reveal-top {
    from { opacity: 0; transform: translateY(-50px) scale(0.9); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes jr-reveal-bottom {
    from { opacity: 0; transform: translateY(50px) scale(0.9); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes jr-fade-in {
    to { opacity: 0.8; }
}

@media (max-width: 768px) {
    .jr-word-jezebel { font-size: 20vw; }
    .jr-word-rose { font-size: 25vw; margin-top: -10px; }
    .jr-hero-section { min-height: 80vh; }
    
    /* Ensure theme mobile menu doesn't break the dark theme */
    .main-navigation.toggled .main-nav > ul {
        background-color: #080808 !important;
    }
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #050505; }
::-webkit-scrollbar-thumb { background: #444; }
::-webkit-scrollbar-thumb:hover { background: #800000; }