body.location-premium {
    background: #0A0A0A;
    color: #E5E7EB;
    overflow-x: hidden;
}

body.location-premium * {
    box-sizing: border-box;
}

.location-hero {
    position: relative;
    min-height: 82vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 22%, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0) 28%),
        linear-gradient(135deg, #0A0A0A 0%, #121820 48%, #231d16 100%);
}

.location-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0), #111820);
    pointer-events: none;
}

.location-hero-media {
    position: absolute;
    inset: 0 0 0 42%;
    background-size: cover;
    background-position: center;
    opacity: 0.86;
}

.location-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, #0A0A0A 0%, rgba(10, 10, 10, 0.75) 22%, rgba(10, 10, 10, 0.18) 58%),
        linear-gradient(to top, rgba(10, 10, 10, 0.75), rgba(10, 10, 10, 0.08) 46%);
}

.location-kicker {
    color: #D4AF37;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.location-section-dark {
    background: #111820;
}

.location-section-warm {
    background: #F6F1E7;
    color: #151515;
}

.location-panel {
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.location-warm-card {
    border: 1px solid rgba(35, 29, 22, 0.12);
    border-radius: 8px;
    background: #FFFDF8;
    box-shadow: 0 20px 60px rgba(20, 20, 20, 0.08);
}

.location-image {
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.24);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.location-video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.24);
    background: #0A0A0A;
}

.location-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.location-video iframe:not([src]) {
    display: none;
}

.location-video-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #D4AF37;
    text-align: center;
    font-weight: 700;
    background:
        linear-gradient(rgba(10, 10, 10, 0.72), rgba(10, 10, 10, 0.82)),
        url('/images/Stage_Set_suitedsinger_3.avif') center / cover;
    text-decoration: none;
}

.location-video-fallback:hover {
    color: #F5D76E;
}

.location-video iframe[src] + .location-video-fallback {
    display: none;
}

.location-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 999px;
    padding: 0.6rem 0.9rem;
    color: #F3F4F6;
    background: rgba(10, 10, 10, 0.38);
    font-size: 0.9rem;
}

.location-photo-grid img {
    min-height: 220px;
    object-fit: cover;
}

@media (max-width: 900px) {
    .location-hero {
        min-height: auto;
        padding-top: 110px;
        padding-bottom: 72px;
    }

    .location-hero-media {
        inset: 0;
        opacity: 0.42;
    }

    .location-hero-media::before {
        background: linear-gradient(to top, rgba(10, 10, 10, 0.96), rgba(10, 10, 10, 0.52));
    }
}
