/*
Theme Name: Sarasota Box Office Child Theme - Misbehaved
Template: sbo-core
Text Domain: sbo-child
Description: Adults-only cabaret circus theme
Author: Sarasota Box Office
Version: 1.0.0
*/

/* ===========================================
   MISBEHAVED COLOR PALETTE
   =========================================== */
:root {
    --mb-deep-red: #8B0000;
    --mb-velvet-red: #A52A2A;
    --mb-crimson: #DC143C;
    --mb-gold: #D4AF37;
    --mb-bright-gold: #FFD700;
    --mb-dark-bg: #0a0505;
    --mb-card-bg: #1a0a0a;
}

/* ===========================================
   SECTION TITLE STANDARDS
   All section headers use these consistent styles
   =========================================== */
.section-title,
.wte-title,
.sh-upcoming-title,
.sh-upcoming-cta__title {
    font-family: 'Cinzel', serif !important;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--sbo-colors-tertiary-light) !important;
    text-transform: uppercase;
}

.section-subtitle,
.wte-subtitle,
.sh-upcoming-subtitle {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 400;
    color: #ccc !important;
    letter-spacing: 0.02em;
}

.section-link {
    font-family: 'Cinzel', serif !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--sbo-colors-tertiary-medium) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section-link:hover {
    color: var(--sbo-colors-tertiary-light) !important;
}

/* ===========================================
   SECTION DIVIDER / FLOURISH
   =========================================== */
.section-flourish {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.section-flourish svg {
    width: 200px;
    height: 40px;
    stroke: var(--sbo-colors-tertiary-medium);
    fill: none;
    stroke-width: 1.5;
    opacity: 0.5;
}

/* ===========================================
   NOTICE BANNER
   =========================================== */
.notice-banner .btn {
    background-color: var(--mb-crimson);
    transition: background-color 0.25s ease;
}

.notice-banner .btn:hover {
    background-color: var(--mb-deep-red);
}

/* ===========================================
   CURTAIN SEPARATOR
   =========================================== */
.curtain-separator {
    position: relative;
    z-index: 30;
    margin-top: -1px;
}

.curtain-valance-top {
    display: none;
}

.curtain-separator__valance {
    display: none;
}

.curtain-separator__fringe {
    display: none;
}

.curtain-separator__bar {
    width: 100%;
    height: 4px;
    background: var(--sbo-colors-tertiary-medium);
    box-shadow: none !important;
}

.tent-separator {
    display: none !important;
}

#hdr,
header {
    box-shadow: none !important;
    margin-top: 0;
}

/* Stage frame - persistent side curtains */
.stage-frame {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 100;
}

.stage-frame::before,
.stage-frame::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    background: linear-gradient(90deg, var(--sbo-colors-primary) 0%, rgba(139, 0, 0, 0.6) 100%);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}

.stage-frame::before { left: 0; }
.stage-frame::after { right: 0; transform: scaleX(-1); }

@media (min-width: 768px) {
    .stage-frame::before,
    .stage-frame::after {
        width: 40px;
    }
}

/* ===========================================
   HERO VIDEO OVERLAY
   =========================================== */
.hero-overlay {
    background: linear-gradient(
            to bottom,
            rgba(10, 5, 5, 0.6) 0%,
            rgba(10, 5, 5, 0.2) 40%,
            rgba(10, 5, 5, 0.8) 100%
    );
}

.hero-content {
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
}

/* ===========================================
   HERO TYPOGRAPHY
   =========================================== */
.hero-content > p:first-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    letter-spacing: 4px;
    color: var(--mb-gold) !important;
    margin-bottom: 1rem !important;
}

.hero-title {
    font-family: 'Cinzel', serif !important;
    font-size: 5rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
    margin-bottom: 1rem !important;
    text-shadow: 0 0 50px rgba(212, 175, 55, 0.4);
}

.hero-title span {
    color: var(--mb-bright-gold) !important;
}

.hero-tagline {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-size: 1.5rem !important;
    color: #ccc !important;
    margin-bottom: 0.5rem !important;
}

.hero-descriptor {
    font-size: 0.875rem !important;
    letter-spacing: 0.3em;
    color: var(--mb-crimson) !important;
    text-transform: uppercase;
    margin-bottom: 1.5rem !important;
}

.hero-content .flex.flex-wrap {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important;
    color: #ddd !important;
}

/* ===========================================
   HERO BUTTON
   =========================================== */
.hero-content .btn {
    padding: 1.2rem 3rem !important;
    font-family: 'Cinzel', serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    background: linear-gradient(135deg, var(--mb-crimson), var(--mb-deep-red)) !important;
    border: 2px solid var(--mb-gold) !important;
    border-radius: 0 !important;
    color: var(--mb-bright-gold) !important;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 1.5rem !important;
}

.hero-content .btn:hover {
    background: var(--mb-gold) !important;
    color: var(--mb-dark-bg) !important;
    transform: scale(1.05);
    box-shadow: 0 6px 40px rgba(212, 175, 55, 0.5) !important;
}

/* ===========================================
   HERO AGE NOTICE
   =========================================== */
.hero-content > p:last-of-type {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem !important;
    color: var(--mb-gold) !important;
    letter-spacing: 0.1em;
}

.hero-content > p:last-of-type strong {
    color: var(--mb-bright-gold) !important;
    font-weight: 700;
}

/* ===========================================
   SCROLL HINT
   =========================================== */
.module-video_player > .absolute.bottom-4,
.hero-scroll-hint {
    bottom: 100px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem !important;
    color: var(--mb-gold) !important;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    animation: bounce 2s ease-in-out infinite;
    z-index: 25 !important;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ===========================================
   WHAT TO EXPECT SECTION
   =========================================== */
.module-what-to-expect {
    font-family: 'Montserrat', sans-serif;
    background: var(--sbo-colors-primary) !important;
    position: relative;
}

.module-what-to-expect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, var(--sbo-colors-black) 0%, transparent 100%);
    pointer-events: none;
}

.wte-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .wte-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.wte-card {
    font-family: 'Montserrat', sans-serif;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.wte-card:hover {
    transform: translateY(-4px);
}

.wte-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--sbo-colors-tertiary-light) !important;
}

.wte-card p {
    color: #ccc !important;
}

.wte-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 2px solid var(--sbo-colors-tertiary-medium);
}

.wte-icon svg {
    width: 40px;
    height: 40px;
    stroke: var(--sbo-colors-tertiary-medium);
    fill: none;
    stroke-width: 1.5;
}

.wte-badges {
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    padding-top: 1.5rem;
}

.wte-badges > div {
    background: transparent !important;
}

.wte-badges .w-9 {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    padding: 0 !important;
}

.wte-badge-value {
    color: var(--sbo-colors-tertiary-light) !important;
    font-weight: 700;
}

/* ===========================================
   CAST SHOWCASE SECTION
   =========================================== */
.module-cast-showcase {
    font-family: 'Montserrat', sans-serif;
    background: var(--sbo-colors-black) !important;
    padding: 4rem 0;
}

.cast-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.cast-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .cast-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .cast-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.cast-card {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--sbo-colors-black) !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    transition: all 0.3s ease;
}

.cast-card:hover {
    border-color: var(--sbo-colors-tertiary-medium) !important;
    transform: scale(1.02);
}

/* Placeholder icon styling - dark background */
.cast-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sbo-colors-black) !important;
}

.cast-card-placeholder svg {
    width: 120px;
    height: 120px;
    fill: rgba(30, 15, 15, 1);
    stroke: none;
}

.cast-card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: transparent;
}

.cast-card-info h3 {
    font-family: 'Cinzel', serif !important;
    color: var(--sbo-colors-tertiary-light) !important;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.cast-card-info p {
    font-family: 'Montserrat', sans-serif;
    color: var(--sbo-colors-secondary) !important;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.cast-cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* ===========================================
   REVIEWS CAROUSEL
   =========================================== */
.module-reviews-carousel {
    font-family: 'Montserrat', sans-serif;
    background: var(--sbo-colors-black) !important;
}

.review-stars {
    color: var(--sbo-colors-tertiary-light) !important;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
}

.review-text {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    color: #ddd !important;
    font-size: 1.25rem;
    line-height: 1.7;
}

.review-author {
    font-family: 'Montserrat', sans-serif;
    color: var(--sbo-colors-tertiary-medium) !important;
}

/* ===========================================
   UPCOMING SHOWS SECTION
   =========================================== */
.module-upcoming-shows {
    background: var(--sbo-colors-primary) !important;
}

/* Show Cards */
.sh-upcoming-wrapper .strawhouse-calendar__events {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    background: transparent !important;
}

@media (min-width: 768px) {
    .sh-upcoming-wrapper .strawhouse-calendar__events {
        grid-template-columns: repeat(3, 1fr);
    }
}

.sh-upcoming-wrapper .strawhouse-calendar__month {
    background: var(--sbo-colors-primary) !important;
    color: var(--sbo-colors-tertiary-light) !important;
    letter-spacing: 4px !important;
    font-family: 'Cinzel', serif;
}

.sh-upcoming-wrapper .strawhouse-calendar__row,
.sh-upcoming-card {
    flex-direction: column;
    align-items: center;
    color: #fff !important;
    background: var(--sbo-colors-black) !important;
    border: 1px solid var(--sbo-colors-tertiary-medium) !important;
    border-radius: 0 !important;
    padding: 1.5rem !important;
    text-align: center;
    transition: all 0.3s ease;
}

.sh-upcoming-wrapper .strawhouse-calendar__row:hover,
.sh-upcoming-card:hover {
    border-color: var(--sbo-colors-tertiary-light) !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.sh-upcoming-wrapper .strawhouse-calendar__day__inner,
.sh-upcoming-card__date {
    background: transparent !important;
    border: 1px solid rgba(212,175,55,0.5) !important;
    border-radius: 0 !important;
}

.sh-upcoming-wrapper .strawhouse-calendar__day__abbr,
.sh-upcoming-card__day-abbr {
    background: transparent !important;
    color: #aaa !important;
    font-family: 'Montserrat', sans-serif;
}

.sh-upcoming-wrapper .strawhouse-calendar__day__number,
.sh-upcoming-card__day-num {
    color: var(--sbo-colors-tertiary-light) !important;
    font-family: 'Cinzel', serif;
    font-weight: 700 !important;
}

.sh-upcoming-wrapper .strawhouse-calendar__city,
.sh-upcoming-wrapper .strawhouse-calendar__time,
.sh-upcoming-card__month {
    color: #ddd !important;
    font-family: 'Montserrat', sans-serif;
}

.sh-upcoming-wrapper .strawhouse-calendar__action__btn,
.sh-upcoming-card__btn {
    background: linear-gradient(135deg, var(--sbo-colors-secondary), var(--sbo-colors-primary)) !important;
    border: 1px solid var(--sbo-colors-tertiary-medium) !important;
    color: var(--sbo-colors-tertiary-light) !important;
    border-radius: 0 !important;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.1em;
}

.sh-upcoming-wrapper .strawhouse-calendar__row:hover .strawhouse-calendar__action__btn,
.sh-upcoming-card:hover .sh-upcoming-card__btn {
    background: var(--sbo-colors-tertiary-medium) !important;
    color: var(--sbo-colors-black) !important;
}

/* Main CTA Button */
.sh-upcoming-btn {
    padding: 1rem 2.5rem !important;
    font-family: 'Cinzel', serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    background: linear-gradient(135deg, var(--sbo-colors-secondary), var(--sbo-colors-primary)) !important;
    border: 2px solid var(--sbo-colors-tertiary-medium) !important;
    border-radius: 0 !important;
    color: var(--sbo-colors-tertiary-light) !important;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3) !important;
    transition: all 0.3s ease !important;
}

.sh-upcoming-btn:hover {
    background: var(--sbo-colors-tertiary-medium) !important;
    color: var(--sbo-colors-black) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(212, 175, 55, 0.5) !important;
}

/* CTA Section */
.sh-upcoming-cta {
    background: var(--sbo-colors-black) !important;
    padding: 4rem 1.25rem;
}

.sh-upcoming-cta__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #ccc !important;
    margin-bottom: 2rem;
}

.sh-upcoming-cta__urgency {
    display: inline-block;
    background: var(--sbo-colors-secondary) !important;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    margin-top: 1.5rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* ===========================================
   FAQ SECTION
   =========================================== */
.module-faq_list {
    font-family: 'Montserrat', sans-serif;
    background: var(--sbo-colors-black) !important;
    padding: 4rem 2rem 2rem;
}

.module-faq_list .container {
    max-width: 900px;
}

.module-faq_list .text--h3 {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--sbo-colors-tertiary-light) !important;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 1.5rem;
    text-decoration: none !important;
    background: none !important;
}

.module-faq_list dl {
    margin: 0;
    padding: 0;
}

.module-faq_list dt {
    margin-bottom: 0;
    border-bottom: 1px solid var(--sbo-colors-tertiary-medium);
}

.module-faq_list dt:first-of-type {
    border-top: 1px solid var(--sbo-colors-tertiary-medium);
}

.module-faq_list dt button,
.module-faq_list [class^="accordion-trigger-"] {
    width: 100%;
    padding: 1rem 0;
    gap: 0.75rem;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: left;
    display: flex;
    align-items: center;
}

.module-faq_list dt button:hover,
.module-faq_list [class^="accordion-trigger-"]:hover {
    background: transparent !important;
    border: none !important;
}

.module-faq_list dt button:hover .text--question {
    color: var(--sbo-colors-tertiary-light) !important;
}

.module-faq_list .text--question {
    font-family: 'Cinzel', serif !important;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sbo-colors-tertiary-medium) !important;
    transition: color 0.3s ease;
    text-decoration: none !important;
    background: none !important;
}

/* Show +/- icon as accordion indicator */
.module-faq_list dt button span:first-child {
    display: flex !important;
    width: 16px;
    height: 16px;
    min-width: 16px;
    background: transparent !important;
    color: var(--sbo-colors-tertiary-medium) !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-right: 0.5rem;
}

.module-faq_list dt button span:first-child .icon {
    width: 16px;
    height: 16px;
}

.module-faq_list dt button span:first-child svg {
    width: 16px;
    height: 16px;
}

.module-faq_list dd > div {
    padding: 0.5rem 0 1.5rem 1.5rem;
    color: #999 !important;
    line-height: 1.7;
    font-size: 0.9rem;
}

.view-all {
    margin-top: 2rem;
    text-align: left;
}

.view-all a {
    font-family: 'Cinzel', serif !important;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--sbo-colors-tertiary-medium) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.view-all a:hover {
    color: var(--sbo-colors-tertiary-light) !important;
}



/* ===========================================
   GLOBAL BUTTON STYLES
   =========================================== */
.btn {
    font-family: 'Cinzel', serif !important;
    background: linear-gradient(135deg, var(--sbo-colors-secondary), var(--sbo-colors-primary)) !important;
    border: 2px solid var(--sbo-colors-tertiary-medium) !important;
    color: var(--sbo-colors-tertiary-light) !important;
    border-radius: 0 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
}

.btn:hover {
    background: var(--sbo-colors-tertiary-medium) !important;
    color: var(--sbo-colors-black) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(212, 175, 55, 0.4);
}

/* ===========================================
   GEOLOCATOR BANNER
   =========================================== */
.geolocator-city,
.geolocator-date {
    color: var(--sbo-colors-tertiary-light) !important;
    font-family: 'Cinzel', serif;
    letter-spacing: 2px;
    line-height: 1.2;
}

.btn-banner.geolocator-tickets {
    background: linear-gradient(135deg, var(--sbo-colors-secondary), var(--sbo-colors-primary)) !important;
    border: 1px solid var(--sbo-colors-tertiary-medium) !important;
    color: var(--sbo-colors-tertiary-light) !important;
}

.btn-banner.geolocator-tickets:hover {
    background: var(--sbo-colors-tertiary-medium) !important;
    color: var(--sbo-colors-black) !important;
}

/* ===========================================
   FOOTER
   =========================================== */
.footer {
    background: var(--sbo-colors-black) !important;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.footer a {
    color: var(--sbo-colors-tertiary-medium) !important;
}

.footer a:hover {
    color: var(--sbo-colors-tertiary-light) !important;
}

/* ===========================================
   NAVIGATION
   =========================================== */
.nav--link {
    font-family: 'Montserrat', sans-serif !important;
    color: var(--sbo-colors-tertiary-light) !important;
    letter-spacing: 0.1em;
}

.nav--link:hover,
.nav--link.current {
    color: var(--sbo-colors-tertiary-medium) !important;
}

.mobile-nav {
    background: var(--sbo-colors-black) !important;
}

/* ===========================================
   LOGO SIZING
   =========================================== */
#hdr .logo-link {
    width: 15rem !important;
    max-width: 15rem !important;
}

@media (min-width: 768px) {
    #hdr .logo-link {
        width: 10rem !important;
        max-width: 10rem !important;
    }
}

@media (min-width: 1024px) {
    #hdr .logo-link {
        width: 15rem !important;
        max-width: 15rem !important;
    }
}

/* ===========================================
   CURTAIN OVERLAY
   =========================================== */
#curtain-overlay {
    background: var(--mb-dark-bg);
}

#curtain-left,
#curtain-right {
    background: linear-gradient(90deg,
    #3a0a0a 0%,
    var(--sbo-colors-primary) 15%,
    #5a1a1a 30%,
    var(--sbo-colors-primary) 50%,
    #4a1515 70%,
    #5a1a1a 85%,
    #3a0a0a 100%
    );
    box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
}

#curtain-left::before,
#curtain-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(180deg, transparent 0px, rgba(0,0,0,0.1) 2px, transparent 4px);
}

#curtain-logo {
    text-align: center;
}

#curtain-logo h1 {
    font-family: 'Cinzel', serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--sbo-colors-tertiary-light) !important;
    text-shadow: 0 0 30px rgba(212,175,55,0.5), 2px 2px 4px rgba(0,0,0,0.8);
}

#curtain-logo p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.75rem;
    color: var(--sbo-colors-tertiary-medium) !important;
    margin-top: 0.5rem;
}

#enter-btn {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    letter-spacing: 0.2em;
    padding: 1rem 2.5rem;
    margin-top: 2rem;
    background: transparent;
    border: 2px solid var(--sbo-colors-tertiary-medium) !important;
    color: var(--sbo-colors-tertiary-medium) !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

#enter-btn:hover {
    background: var(--sbo-colors-tertiary-medium) !important;
    color: var(--mb-dark-bg) !important;
    box-shadow: 0 0 30px rgba(212,175,55,0.5);
}

#curtain-overlay .pelmet,
#curtain-overlay > div:nth-child(3) {
    background: linear-gradient(180deg, #2a0a0a 0%, var(--sbo-colors-primary) 50%, #1a0505 100%) !important;
}

/* ===========================================
   RESPONSIVE - MOBILE
   =========================================== */
@media (max-width: 767px) {
    .hero-title {
        font-size: 3rem !important;
    }

    .hero-content {
        padding-bottom: 120px;
    }

    .stage-frame::before,
    .stage-frame::after {
        width: 20px;
    }

    .section-title,
    .wte-title,
    .sh-upcoming-title {
        font-size: 1.75rem;
    }

    .sh-upcoming-card__day-num {
        font-size: 2rem;
    }
}

/* ===========================================
   RESPONSIVE - TABLET+
   =========================================== */
@media (min-width: 768px) {
    .hero-title {
        font-size: 4rem !important;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 5rem !important;
    }

    .hero-content > p:first-child {
        font-size: 1rem !important;
    }
}

/* ===========================================
   REDUCED MOTION
   =========================================== */
@media (prefers-reduced-motion: reduce) {
    .sh-upcoming-cta__urgency,
    .hero-scroll-hint {
        animation: none;
    }

    .wte-card:hover,
    .sh-upcoming-card:hover,
    .cast-card:hover {
        transform: none;
    }
}