.container {
    max-width: 1200px;
    margin: 0 auto;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bg: #0b1220;
    --bg2: #0e1828;
    --accent: #5ecfdf;
    --text: #ffffff;
    --muted: #a0b4c8;
    --border: #1e3048;
    --card-bg: #0f1c2e;
}

body {
    background-color: var(--bg);
    color: var(--text);
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* ── NAV ── */
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    height: 56px;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    color: var(--accent);
    text-decoration: none;
}

.nav-logo svg {
    width: 22px;
    height: 22px;
    fill: var(--accent);
}

.nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
    align-items: center;
}

.nav-links img {
    height: 22px;
    width: auto;
    display: block;
}

.nav-links a {
    color: var(--text);
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.nav-links a:hover {
    opacity: 1;
}

.btn-mailing {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    border: 1.5px solid var(--accent);
    background: transparent;
    padding: 7px 18px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.btn-mailing:hover {
    background: var(--accent);
    color: var(--bg);
}

/* ── HERO ── */
.hero {
    position: relative;
    margin: 32px;
    border: 1.5px solid var(--accent);
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(11, 18, 32, 0.85) 10%, rgba(11, 18, 32, 0.3) 55%),
        url('images/oie_SEh1Wg2NBtnI.png') center/cover no-repeat;
    background-color: #1a2a3a;
}

/* Fallback gradient when no image is present */
.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.01) 40px,
            rgba(255, 255, 255, 0.01) 80px);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 48px;


}

.hero-tag {
    display: inline-block;
    background: var(--accent);
    color: var(--bg);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-bottom: 20px;
}

.hero h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(64px, 9vw, 110px);
    line-height: 0.92;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hero-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    max-width: 440px;
    line-height: 1.5;
    opacity: 0.9;
}

/* ── ABOUT ── */
.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 64px;
}

.about-text h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.about-text h2 svg {
    width: 22px;
    height: 22px;
    fill: var(--accent);
}

.about-text p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
    max-width: 320px;
}

.about-text a {
    color: var(--text);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.soundcloud-embed {
    width: 100%;
    overflow: hidden;
}

/* ── UPCOMING ── */
.upcoming {
    padding: 0 64px 80px;
}

.upcoming-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.upcoming-header h2 {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.upcoming-header h2::before {
    content: '';
    display: block;
    width: 4px;
    height: 32px;
    background: var(--accent);
}

.tour-density {
    text-align: right;
}

.tour-density .label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2px;
}

.tour-density .value {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    color: var(--text);
}

/* ── EVENT CARD ── */
.event-card {
    display: grid;
    grid-template-columns: 180px 1fr auto auto;
    align-items: center;
    border: 1px solid var(--border);
    background: var(--card-bg);
}

.event-date {
    padding: 28px 32px;
    border-right: 1px solid var(--border);
}

.event-date .month {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
}

.event-date .day {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0;
}

.event-date .year {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--muted);
}

.event-venue {
    padding: 28px 40px;
    border-right: 1px solid var(--border);
}

.event-venue .city {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
}

.event-venue .location {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--muted);
}

.event-capacity {
    padding: 28px 40px;
    border-right: 1px solid var(--border);
}

.event-capacity .cap-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 4px;
}

.event-capacity .cap-value {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
}

.event-ticket {
    padding: 28px 40px;
}

.btn-ticket {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text);
    background: var(--card-bg);
    border: 1.5px solid var(--border);
    padding: 12px 20px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
    text-decoration: none;
}

.btn-ticket:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.btn-ticket svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* ── FOOTER ── */
footer {
    border-top: 1px solid var(--border);
    padding: 32px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    opacity: 0.5;
}

.footer-logo svg {
    width: 18px;
    height: 18px;
    fill: var(--accent);
    opacity: 0.5;
}

footer p {
    font-size: 12px;
    color: var(--muted);
    opacity: 0.5;
}

@media (max-width: 900px) {
    nav {
        padding: 0 16px;
    }

    .nav-links {
        gap: 16px;
    }

    .hero {
        margin: 16px;
    }

    .hero-content {
        padding: 32px 24px;
    }

    .about {
        grid-template-columns: 1fr;
        padding: 40px 24px;
    }

    .upcoming {
        padding: 0 24px 60px;
    }

    .event-card {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .event-capacity {
        border-right: none;
    }

    footer {
        padding: 24px;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}