:root {
    --bg: #080707;
    --panel: rgba(15, 12, 11, 0.86);
    --panel-strong: rgba(10, 8, 8, 0.94);
    --gold: #b98545;
    --gold-light: #ddb36f;
    --gold-dark: #6c4824;
    --text: #f5efe8;
    --muted: #bcb2a9;
    --line: rgba(221, 179, 111, 0.28);
    --danger: #6f1d1b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        linear-gradient(rgba(5,4,4,.88), rgba(5,4,4,.94)),
        url('../img/gothic-bowling-pins.png') center top / cover fixed no-repeat;
    font-family: Georgia, 'Times New Roman', serif;
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 20%, rgba(185,133,69,.12), transparent 34%),
                linear-gradient(90deg, rgba(0,0,0,.55), transparent 28%, transparent 72%, rgba(0,0,0,.55));
    z-index: -1;
}
a { color: inherit; }
.page-shell { min-height: 100vh; }

.hero {
    min-height: 88vh;
    position: relative;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.72) 72%, var(--bg)),
        url('../img/gothic-bowling-banner.png') center / cover no-repeat;
    border-bottom: 1px solid var(--line);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center 40%, transparent 0 28%, rgba(0,0,0,.25) 70%);
}
.hero-image {
    background: rgba(15, 9, 7, 0.88);
    border: 1px solid rgba(201, 156, 84, 0.35);
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.topbar,
.hero-content { position: relative; z-index: 1; }
.topbar {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand {
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .12em;
    color: var(--gold-light);
    text-shadow: 0 2px 12px #000;
}
.nav-links { display: flex; gap: 24px; }
.nav-links a { text-decoration: none; color: #eee5dd; }
.nav-links a:hover { color: var(--gold-light); }
.hero-content {
    width: min(850px, calc(100% - 40px));
    margin: auto;
    padding: 80px 0 120px;
    text-align: center;
}
.eyebrow, .kicker {
    color: var(--gold-light);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .78rem;
    font-weight: 700;
}
h1, h2, h3 { margin-top: 0; }
h1 {
    margin-bottom: 20px;
    font-size: clamp(3rem, 8vw, 6.7rem);
    line-height: .92;
    letter-spacing: -.035em;
    color: #f4eadc;
    text-shadow: 0 4px 0 #24170e, 0 8px 28px #000;
}
.hero-copy {
    max-width: 680px;
    margin: 0 auto 32px;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.65;
    color: #ddd1c4;
}
.primary-cta,
.ticket-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold-light);
    background: linear-gradient(180deg, #b98343, #80501f);
    color: #120d09;
    font-weight: 800;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.primary-cta:hover { filter: brightness(1.08); transform: translateY(-1px); }

.section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 90px 0;
}
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading h2,
.atmosphere-card h2 {
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    margin: 8px 0 14px;
    color: #f3e6d4;
}
.section-heading p,
.atmosphere-card p {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.75;
}
.event-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    align-items: stretch;
}
.poster-card,
.facts-card,
.ticket-card,
.atmosphere-card {
    background: linear-gradient(145deg, rgba(19,15,13,.92), rgba(7,6,6,.94));
    border: 1px solid var(--line);
    box-shadow: 0 22px 50px rgba(0,0,0,.38);
}
.poster-card { overflow: hidden; }
.poster-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.facts-card { padding: 34px; }
.fact {
    padding: 18px 0;
    border-bottom: 1px solid rgba(221,179,111,.16);
}
.fact:first-child { padding-top: 0; }
.fact span, .fact small { display: block; color: var(--muted); }
.fact span { font-size: .8rem; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 6px; }
.fact strong { font-size: 1.45rem; color: var(--gold-light); }
.fact small { margin-top: 5px; }
.music-note {
    margin-top: 26px;
    padding: 16px;
    border: 1px solid rgba(185,133,69,.24);
    background: rgba(185,133,69,.08);
    color: #dec9ad;
    line-height: 1.55;
}

.ticket-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ticket-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    min-height: 360px;
}
.ticket-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.ticket-status span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px rgba(185,133,69,.55);
}
.ticket-card h3 { margin: 22px 0 12px; font-size: 1.55rem; color: #f0e0cc; }
.ticket-card p { margin: 0 0 26px; color: var(--muted); line-height: 1.65; }
.ticket-price { margin-top: auto; margin-bottom: 18px; font-size: 1.7rem; font-weight: 800; color: var(--gold-light); }
.ticket-button { width: 100%; opacity: .62; cursor: not-allowed; }

.atmosphere-section {
    width: min(1260px, calc(100% - 40px));
}

.atmosphere-card {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 480px);
    gap: 52px;
    align-items: center;
    padding: 56px;
    overflow: hidden;
}

.atmosphere-card .kicker {
    font-size: .85rem;
}

.atmosphere-card h2 {
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    margin-bottom: 18px;
}

.atmosphere-card p {
    font-size: 1.16rem;
    line-height: 1.82;
    max-width: 760px;
}

.atmosphere-card img {
    width: 100%;
    border: 1px solid var(--line);
    filter: sepia(.15) contrast(1.06) brightness(.85);
}

footer {
    border-top: 1px solid var(--line);
    background: rgba(3,3,3,.9);
    padding: 46px max(20px, calc((100% - 1180px)/2));
}
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-brand { color: var(--gold-light); font-weight: 900; letter-spacing: .11em; }
.footer-inner p, .footer-note { color: #8f857c; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: #c9bba9; text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-note { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: .85rem; }

@media (max-width: 850px) {
    .nav-links { display: none; }
    .hero { min-height: 72vh; }
    .event-layout, .ticket-grid, .atmosphere-card { grid-template-columns: 1fr; }
    .atmosphere-section { width: min(100% - 40px, 1260px); }
    .atmosphere-card { gap: 32px; padding: 36px; }
    .atmosphere-card img { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 560px) {
    .topbar { width: min(100% - 24px, 1180px); }
    .section, .hero-content { width: min(100% - 24px, 1180px); }
    .atmosphere-section { width: min(100% - 24px, 1260px); }
    .section { padding: 64px 0; }
    .facts-card, .ticket-card, .atmosphere-card { padding: 24px; }
    .atmosphere-card h2 { font-size: clamp(2rem, 9vw, 3rem); }
    .atmosphere-card p { font-size: 1.04rem; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* Bildergalerie im unteren Gothic-Bowling-Rahmen */
.gallery {
    width: 100%;
    min-width: 0;
}

.gallery-viewport {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #080707;
    aspect-ratio: 4 / 3;
    min-height: 360px;
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

.gallery-track {
    display: flex;
    height: 100%;
    transition: transform .38s ease;
    will-change: transform;
    touch-action: pan-y;
}

.gallery-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}

.atmosphere-card .gallery-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    filter: sepia(.08) contrast(1.06) brightness(.86);
    user-select: none;
    -webkit-user-drag: none;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 54px;
    border: 1px solid rgba(221,179,111,.42);
    background: rgba(5,4,4,.72);
    color: var(--gold-light);
    font: 700 2rem/1 Georgia, serif;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.gallery-arrow:hover {
    background: rgba(128,80,31,.82);
    border-color: var(--gold-light);
    color: #fff1dc;
}

.gallery-arrow-prev { left: 10px; }
.gallery-arrow-next { right: 10px; }

.gallery-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding-top: 14px;
}

.gallery-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid rgba(221,179,111,.55);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.gallery-dot.is-active {
    background: var(--gold-light);
    transform: scale(1.22);
    box-shadow: 0 0 10px rgba(221,179,111,.45);
}

@media (max-width: 850px) {
    .gallery {
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .gallery-arrow {
        width: 38px;
        height: 48px;
    }

    .gallery-arrow-prev { left: 7px; }
    .gallery-arrow-next { right: 7px; }
}

@media (prefers-reduced-motion: reduce) {
    .gallery-track { transition: none; }
}
