@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
    --bg: #080706;
    --panel: #11100e;
    --gold: #f2c96b;
    --red: #d51f2b;
    --text: #fffaf0;
    --muted: #bdb7ac;
    --line: rgba(242, 201, 107, .22);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: radial-gradient(circle at 75% 10%, #24130e 0, #080706 38%, #050505 100%);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.5;
    min-height: 100vh;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* Impersonation banner (shares markup with the main layout) */
.impersonation-banner {
    background: #1c1712;
    border-bottom: 1px solid var(--line);
    color: var(--gold);
    padding: 0.6rem 1.5rem;
    font-size: 0.85rem;
    text-align: center;
}
.impersonation-banner form { display: inline; margin-left: 0.4rem; }
.impersonation-banner .link-btn {
    background: none;
    border: none;
    color: var(--gold);
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}

/* Header / nav */

.site-header {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(20px, 5vw, 80px);
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(7, 6, 5, .82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.brand { font-size: 20px; font-weight: 700; letter-spacing: .2px; }
.brand span { color: var(--gold); }
.brand b { color: var(--red); margin: 0 6px; }

.site-header nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #ddd;
    font-size: 14px;
}

.site-header nav a:hover { color: var(--gold); }

/* logout <a> is wrapped in a <form> — let it sit inline like the other links */
.site-header nav form { display: contents; }

/* Hamburger — hidden on desktop, shown under 650px */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: none;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    cursor: pointer;
}
.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--gold);
}

.nav-cta {
    padding: 11px 18px;
    border: 1px solid var(--gold);
    border-radius: 999px;
    color: var(--gold);
}
.nav-cta:hover { background: rgba(242, 201, 107, .12); }

.site-header .locale-switcher { margin: 0; }
.site-header .locale-switcher select {
    background: rgba(255, 255, 255, .05);
    color: #ddd;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 8px 12px;
    font: inherit;
    font-size: 13px;
}

/* Hero */

.hero {
    min-height: calc(100vh - 76px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(30px, 6vw, 90px);
    padding: clamp(35px, 6vw, 90px) clamp(20px, 6vw, 90px);
    max-width: 1500px;
    margin: auto;
    overflow: hidden;
}

.hero-visuals { height: 640px; position: relative; }

.visual {
    position: absolute;
    border: 1px solid var(--line);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.deli { width: 57%; height: 73%; left: 0; top: 8%; transform: rotate(-3deg); }
.dj { width: 59%; height: 76%; right: 0; bottom: 0; transform: rotate(3deg); }

.glow {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .3;
    z-index: -1;
}
.glow-1 { background: #e0a629; left: 10%; top: 5%; }
.glow-2 { background: #d51f2b; right: 5%; bottom: 10%; }

.eyebrow {
    font-size: 12px;
    letter-spacing: .22em;
    color: var(--gold);
    font-weight: 700;
    margin: 0 0 14px;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.04;
    margin: 0 0 22px;
}
.hero h1 span { color: var(--gold); }

.lead {
    font-size: clamp(17px, 2vw, 21px);
    color: var(--muted);
    max-width: 680px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 30px 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 999px;
    padding: 15px 25px;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    font: inherit;
}
.btn-primary {
    background: linear-gradient(135deg, #ed2530, #a80d17);
    box-shadow: 0 12px 35px rgba(213, 31, 43, .3);
    color: #fff;
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost { border-color: var(--line); color: var(--gold); }

.mini-proof {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: #ddd;
    font-size: 13px;
}
.mini-proof span {
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
}

/* Generic section */

.section {
    max-width: 1280px;
    margin: auto;
    padding: 100px clamp(20px, 5vw, 60px);
}
.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 45px;
}
.section h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.1;
    margin: 0;
}

/* Experience / LED stage */

.experience {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 50px;
    align-items: center;
}
.experience-copy p { color: var(--muted); margin: 0; }
.text-link {
    display: inline-block;
    margin-top: 22px;
    color: var(--gold);
    font-weight: 700;
}
.stage-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--line);
}
.stage-card img { width: 100%; display: block; aspect-ratio: 16 / 8; object-fit: cover; }
.stage-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .2), transparent 60%);
}
.stage-badge {
    position: absolute;
    left: 22px;
    bottom: 20px;
    z-index: 2;
    padding: 8px 14px;
    border: 1px solid var(--gold);
    border-radius: 999px;
    background: rgba(0, 0, 0, .6);
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
}

/* Event types grid */

.event-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.event-card {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--radius);
}
.event-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; display: block; }
.event-card h3 { margin: 16px 18px 5px; }
.event-card a {
    display: block;
    margin: 0 18px 18px;
    color: var(--gold);
    font-weight: 700;
    font-size: 14px;
}

/* Footer */

footer {
    padding: 35px 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: var(--muted);
}
footer strong { display: block; color: #fff; margin-bottom: 5px; }

@media (max-width: 1000px) {
    .hero { grid-template-columns: 1fr; }
    .hero-visuals { order: 2; height: 520px; max-width: 760px; width: 100%; margin: auto; }
    .experience { grid-template-columns: 1fr; }
    .event-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
    .site-header { height: 64px; }
    .brand { font-size: 16px; }

    .nav-toggle { display: flex; }

    /* Everything collapses into a dropdown panel under the header */
    .site-header nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 6px 16px 18px;
        background: rgba(7, 6, 5, .98);
        backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-size: 15px;
    }
    .site-header nav.open { display: flex; }

    .site-header nav a {
        padding: 14px 2px;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    .site-header nav .nav-cta {
        margin-top: 14px;
        padding: 14px 18px;
        text-align: center;
        border: 1px solid var(--gold);
        border-radius: 999px;
    }

    .site-header .locale-switcher { margin: 12px 0 0; }
    .site-header .locale-switcher select { width: 100%; }

    .hero { padding-top: 45px; }
    .hero-visuals { height: 390px; }
    .deli { width: 62%; height: 70%; }
    .dj { width: 64%; height: 74%; }
    .hero h1 { font-size: 42px; }
    .section { padding-top: 70px; padding-bottom: 70px; }
    .event-grid { grid-template-columns: 1fr; }
    .btn { width: 100%; }
    .mini-proof { display: none; }
}
