:root {
  --bg: #050505; --bg-soft: #0a0909; --surface: #11100f; --gold: #d7b83c; --gold-light: #f0d96c;
  --pink: #f0a5da; --red: #a20f25; --text: #f4efe4; --muted: #aaa397; --line: rgba(255,255,255,.14);
  --line-gold: rgba(215,184,60,.35); --shell: min(1180px, calc(100vw - 48px)); --wide-shell: min(1380px, calc(100vw - 48px)); --header-height: 76px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .15; background: repeating-radial-gradient(circle at 27% 31%, rgba(255,255,255,.11) 0 1px, transparent 1px 4px); background-size: 9px 11px; mix-blend-mode: soft-light; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: #111; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 1000; }
.scroll-progress span { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--gold), var(--pink)); transform: scaleX(0); transform-origin: left center; }

.floating-next-show { position: fixed; right: clamp(14px, 2.5vw, 34px); bottom: clamp(14px, 2.5vw, 30px); z-index: 900; display: grid; gap: 3px; min-width: 210px; padding: 12px 42px 13px 38px; overflow: hidden; border: 1px solid var(--line-gold); border-radius: 16px; background: rgba(5,5,5,.9); box-shadow: 0 16px 50px rgba(0,0,0,.48), 0 0 28px rgba(215,184,60,.1); backdrop-filter: blur(16px); opacity: 0; pointer-events: none; transform: translateY(18px) scale(.96); transition: opacity .25s ease, transform .25s ease, border-color .2s ease; }
.floating-next-show[hidden] { display: none; }
.floating-next-show-close { position: fixed; right: calc(clamp(14px, 2.5vw, 34px) + 10px); bottom: calc(clamp(14px, 2.5vw, 30px) + 32px); z-index: 901; width: 21px; height: 21px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--muted); font-size: 18px; line-height: 1; cursor: pointer; opacity: 0; pointer-events: none; transform: scale(.8); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.floating-next-show-close[hidden] { display: none; }
.floating-next-show-close.is-visible { opacity: 1; pointer-events: auto; transform: scale(1); }
.floating-next-show-close:hover { background: var(--red); color: #fff; }
.floating-next-show::before { content: ""; position: absolute; left: 16px; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(162,15,37,.65); transform: translateY(-50%); animation: treatmentPulse 1.8s infinite; }
.floating-next-show.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.floating-next-show:hover { border-color: var(--gold-light); transform: translateY(-3px) scale(1); }
.floating-next-show span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.floating-next-show strong { color: var(--gold-light); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.floating-next-show strong b { color: var(--text); font-weight: 900; }
.floating-next-show strong i { font-style: normal; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-height); display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, height .35s ease; }
.site-header.is-scrolled { height: 66px; background: rgba(5,5,5,.86); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .1em; font-size: 11px; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 8px; box-shadow: 0 0 20px rgba(215,184,60,.18); }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); }
.main-nav a { color: #c4beb2; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--gold-light); }
.main-nav .nav-cta { padding: 11px 17px; color: #111; background: var(--gold); border-radius: 999px; }
.main-nav .nav-cta:hover { color: #111; background: var(--gold-light); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--text); transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: #090806 url("assets/live-crowd.jpg") center / cover no-repeat; }
.hero-video, .hero-shade, .hero-noise { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { z-index: -4; object-fit: cover; object-position: center 45%; filter: saturate(.82) contrast(1.18) brightness(.74); }
.hero-shade { z-index: -3; background: radial-gradient(circle at 50% 42%, transparent 0, rgba(0,0,0,.1) 28%, rgba(0,0,0,.72) 86%), linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.1) 48%, var(--bg) 100%); }
.hero-noise { z-index: -2; background: radial-gradient(circle at 50% 30%, rgba(215,184,60,.16), transparent 34%); animation: heroPulse 7s ease-in-out infinite; }
.hero-content { width: min(1180px, calc(100vw - 40px)); padding: calc(var(--header-height) + 48px) 0 110px; text-align: center; will-change: transform, opacity; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.hero-logo { width: min(255px, 54vw); max-height: 230px; object-fit: contain; margin: 0 auto 24px; mix-blend-mode: screen; filter: drop-shadow(0 0 34px rgba(215,184,60,.36)); animation: logoEntrance 1.25s cubic-bezier(.18,.8,.23,1) both, logoFloat 6s 1.25s ease-in-out infinite; }
.hero h1, h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 400; text-transform: uppercase; }
.hero h1 { max-width: 1100px; margin: 0 auto; font-size: clamp(46px, 7.5vw, 114px); line-height: .86; letter-spacing: -.035em; text-shadow: 0 10px 42px rgba(0,0,0,.6); animation: heroText 1s .25s ease both; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(244,239,228,.82); }
.hero-copy { max-width: 680px; margin: 28px auto 30px; color: #eee7dc; font-size: clamp(17px, 2vw, 23px); line-height: 1.5; font-weight: 700; }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #111; background: linear-gradient(135deg, var(--gold), var(--gold-light)); border-color: transparent; }
.button-ghost { background: rgba(8,8,8,.5); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--gold); background: rgba(215,184,60,.1); }
.sound-toggle { position: absolute; right: 4vw; bottom: 34px; padding: 9px 13px; color: var(--muted); border: 1px solid var(--line); border-radius: 99px; background: rgba(0,0,0,.45); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.scroll-cue { position: absolute; left: 4vw; bottom: 27px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue i { width: 42px; height: 1px; background: var(--gold); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: #fff; transform: translateX(-100%); animation: scrollLine 2s infinite; }

.ticker { overflow: hidden; background: var(--gold); color: #0a0908; transform: rotate(-1deg) scale(1.01); transform-origin: center; }
.ticker div { display: flex; width: max-content; gap: 34px; padding: 14px 0; animation: ticker 22s linear infinite; }
.ticker span { font-family: Impact, sans-serif; font-size: 24px; letter-spacing: .07em; }
.ticker b { font-size: 18px; }

.section { position: relative; padding: clamp(90px, 11vw, 170px) 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.wide-shell { width: var(--wide-shell); }
.section-head { margin-bottom: clamp(44px, 7vw, 90px); }
.section-head h2, .finale-content h2, .booking-shell h2 { margin: 0; font-size: clamp(48px, 6.2vw, 92px); line-height: .86; letter-spacing: -.025em; }
.section-head-split { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 60px; }
.section-head-split > p { max-width: 450px; margin: 0 0 4px; color: var(--muted); font-size: 18px; line-height: 1.55; }

.about-section { background: radial-gradient(circle at 82% 22%, rgba(162,15,37,.14), transparent 27%), var(--bg); }
.about-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(45px, 8vw, 120px); align-items: stretch; }
.portrait-frame { position: relative; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 28px; background: var(--surface); box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.portrait-frame::before { content: ""; position: absolute; inset: 16px; z-index: 2; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; pointer-events: none; }
.portrait-frame img { width: 100%; height: 115%; object-fit: cover; object-position: center top; transform: translateY(var(--parallax-y, 0)); }
.portrait-frame figcaption { position: absolute; z-index: 3; left: 30px; bottom: 28px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.case-file { display: flex; flex-direction: column; justify-content: space-between; }
.case-copy { padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.case-copy p { margin: 0 0 14px; color: var(--muted); font-size: 16px; line-height: 1.58; }
.case-copy .lead { color: var(--text); font-size: clamp(21px, 2.2vw, 30px); line-height: 1.3; }
.diagnosis-list { margin: 0; }
.diagnosis-list > div { display: grid; grid-template-columns: minmax(190px, .82fr) minmax(0, 1.18fr); align-items: baseline; gap: 28px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.diagnosis-list dt, .diagnosis-list dd { font-size: clamp(17px, 1.8vw, 23px); font-weight: 800; line-height: 1.2; }
.diagnosis-list dt { color: var(--gold-light); }
.diagnosis-list dd { margin: 0; }

.booking-reasons { background: var(--bg-soft); }
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reason-card { min-height: 300px; padding: clamp(28px, 4vw, 56px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.025), transparent); transition: background .3s, transform .3s; }
.reason-card:hover { background: rgba(215,184,60,.07); transform: translateY(-5px); }
.reason-card > span, .panel-number { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.reason-card h3 { margin: 80px 0 14px; font-size: clamp(25px, 3vw, 42px); }
.reason-card p { max-width: 470px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; }
.proof-strip div { padding: 22px; text-align: center; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { display: block; color: var(--gold-light); font-family: Impact, sans-serif; font-size: clamp(28px, 3.2vw, 48px); font-weight: 400; text-transform: uppercase; }
.proof-strip span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.music-section { background: radial-gradient(circle at 15% 70%, rgba(240,165,218,.12), transparent 27%), var(--bg); }
.music-layout { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(320px, .62fr); align-items: stretch; gap: 22px; }
.spotify-card, .music-panel { border: 1px solid var(--line); border-radius: 26px; background: var(--surface); overflow: hidden; }
.spotify-card { display: flex; min-height: 700px; padding: 14px; }
.spotify-card iframe { display: block; min-height: 100%; border: 0; border-radius: 16px; }
.music-panel { padding: clamp(26px, 3.5vw, 48px); }
.music-panel h3 { margin: 48px 0 16px; font-size: clamp(28px, 3vw, 44px); white-space: normal; }
.music-panel > p:not(.panel-number) { color: var(--muted); font-size: 17px; line-height: 1.6; }
.link-list { margin-top: 28px; }
.link-list a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-top: 1px solid var(--line); font-size: 15px; font-weight: 800; }
.link-list a:hover span { color: var(--gold-light); transform: translateX(8px); }
.link-list span { transition: transform .2s, color .2s; }
.link-list b { color: var(--gold); }
.album-feature { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 22px; margin-top: 22px; padding: clamp(24px, 3vw, 38px); overflow: hidden; border: 1px solid var(--line-gold); border-radius: 24px; background: linear-gradient(105deg, rgba(162,15,37,.24), rgba(215,184,60,.1) 56%, rgba(255,255,255,.025)); transition: transform .25s ease, border-color .25s ease; }
.album-feature::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); transform: translateX(-110%); transition: transform .6s ease; }
.album-feature:hover { border-color: var(--gold-light); transform: translateY(-3px); }
.album-feature:hover::before { transform: translateX(110%); }
.album-feature span, .album-feature em, .album-feature b, .album-feature strong { position: relative; z-index: 1; }
.album-feature span { color: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.album-feature strong { font-family: Impact, sans-serif; font-size: clamp(30px, 4vw, 56px); font-weight: 400; line-height: .9; text-transform: uppercase; }
.album-feature em { color: var(--muted); font-size: 13px; font-style: normal; font-weight: 700; }
.album-feature b { color: var(--gold-light); font-size: 28px; }

.video-section { background: var(--bg-soft); }
.video-head { grid-template-columns: minmax(0, 1fr) minmax(310px, .32fr); }
.video-head h2 { white-space: normal; }
.video-stage { position: relative; aspect-ratio: 16 / 8; overflow: hidden; border-radius: 28px; background: #000; }
.video-stage video { width: 100%; height: 100%; object-fit: cover; }
.video-label { position: absolute; left: 24px; right: 24px; bottom: 20px; display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.video-label span, .video-label strong { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(0,0,0,.65); backdrop-filter: blur(8px); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.reel-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.reel-card { margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.reel-card video { width: 100%; aspect-ratio: 9 / 13; object-fit: cover; border-radius: 14px; background: #000; }
.reel-card p { display: flex; gap: 18px; align-items: center; margin: 15px 8px 6px; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reel-card p span { color: var(--gold); }

.gallery-section { padding-top: 90px; background: var(--bg-soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 210px; gap: 14px; }
.gallery-item { grid-column: span 4; position: relative; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: var(--surface); cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(0,0,0,.45); font-size: 22px; opacity: 0; transform: scale(.7); transition: .25s; }
.gallery-item:hover::after { opacity: 1; transform: scale(1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .4s; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1.12); }
.gallery-wide { grid-column: span 8; }
.gallery-tall { grid-row: span 2; }

.live-section { background: radial-gradient(circle at 90% 15%, rgba(215,184,60,.1), transparent 30%), var(--bg); }
.next-show-countdown { align-self: end; }
.next-show-countdown small, .next-show-countdown em { display: block; color: var(--muted); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.next-show-countdown strong { display: block; margin: 8px 0; color: var(--gold-light); font-family: Impact, sans-serif; font-size: clamp(34px, 4vw, 60px); font-weight: 400; letter-spacing: .04em; }
.event-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; align-items: center; gap: 36px; min-height: 158px; padding: 24px 6px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.event-row:hover { padding-inline: 20px; background: rgba(255,255,255,.025); }
.event-row.is-past { display: none; }
.event-row time b { display: block; font-family: Impact, sans-serif; font-size: clamp(26px, 3vw, 38px); font-weight: 400; line-height: .9; }
.event-row time span, .event-row div > p { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.event-row div > p { margin: 0 0 7px; }
.event-row h3 { margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); line-height: .95; }
.event-row div > span { color: var(--muted); font-size: 14px; }
.event-row > a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.event-row > a:hover { border-color: var(--gold); color: var(--gold-light); }
.event-special { background: linear-gradient(90deg, rgba(162,15,37,.17), rgba(215,184,60,.06)); }
.event-note { margin: 22px 0 0; color: #767065; font-size: 11px; }

.finale-section { position: relative; min-height: 88svh; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.finale-bg { position: absolute; inset: -8%; z-index: -3; background: url("assets/jahresfinale-bg.jpg") center / cover no-repeat; transform: translateY(var(--parallax-y, 0)) scale(1.08); }
.finale-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,5,5,.95) 0%, rgba(5,5,5,.65) 56%, rgba(5,5,5,.35)), linear-gradient(0deg, var(--bg), transparent 25%, transparent 75%, var(--bg)); }
.finale-content { width: var(--shell); padding: 120px 0; }
.finale-content h2 { max-width: 1000px; }
.finale-content > p:not(.eyebrow) { max-width: 650px; margin: 30px 0; color: #d0c8bb; font-size: clamp(18px, 2vw, 25px); line-height: 1.5; }
.finale-content .button-row { justify-content: flex-start; }

.press-section { background: var(--bg-soft); }
.press-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(30px, 5vw, 70px); border: 1px solid var(--line-gold); border-radius: 28px; background: linear-gradient(135deg, rgba(215,184,60,.12), rgba(255,255,255,.02)); transition: transform .3s, border-color .3s; }
.press-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.press-card small { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.press-card h3 { margin: 18px 0 10px; font-size: clamp(28px, 4vw, 54px); }
.press-card p { margin: 0; color: var(--muted); }
.press-card > span { flex: 0 0 auto; display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold-light); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.press-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.press-facts > div { min-height: 190px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.press-facts span { color: var(--gold); font-size: 10px; font-weight: 900; }
.press-facts strong { display: block; margin: 50px 0 7px; font-size: 20px; }
.press-facts p { margin: 0; color: var(--muted); font-size: 13px; }

.merch-section { background: radial-gradient(circle at 72% 50%, rgba(215,184,60,.16), transparent 32%), var(--bg); overflow: hidden; }
.merch-shell { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.merch-copy h2 { margin: 0; font-family: Impact, sans-serif; font-size: clamp(70px, 11vw, 160px); font-weight: 400; line-height: .82; text-transform: uppercase; }
.merch-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.coming-soon { display: inline-flex; margin-top: 18px; padding: 12px 18px; border: 1px solid var(--line-gold); border-radius: 99px; color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.merch-visual img { width: min(540px, 100%); margin: auto; mix-blend-mode: screen; filter: drop-shadow(0 0 60px rgba(215,184,60,.22)); transform: translateY(var(--parallax-y, 0)); }

.booking-section { position: relative; padding: clamp(120px, 15vw, 220px) 0; text-align: center; overflow: hidden; isolation: isolate; background: #070606; }
.booking-bg { position: absolute; inset: 0; z-index: -2; opacity: .2; background: url("assets/live-crowd.jpg") center / cover; filter: grayscale(1); }
.booking-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle, rgba(162,15,37,.24), var(--bg) 72%); }
.booking-shell h2 { font-size: clamp(66px, 11vw, 170px); }
.booking-shell > p:not(.eyebrow):not(.booking-hint) { max-width: 650px; margin: 30px auto; color: var(--muted); font-size: 20px; line-height: 1.5; }
.booking-mail { display: flex; align-items: center; justify-content: space-between; max-width: 900px; margin: 50px auto 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: clamp(22px, 4vw, 52px); font-weight: 900; }
.booking-mail:hover { color: var(--gold-light); }
.booking-mail span { color: var(--gold); }
.booking-hint { max-width: 650px; margin: 20px auto 0; color: #6f6960; font-size: 11px; line-height: 1.5; }

.site-footer { display: flex; justify-content: space-between; gap: 50px; padding: 48px 4vw; border-top: 1px solid var(--line); background: #030303; }
.site-footer > div { display: grid; gap: 8px; }
.site-footer strong { font-size: 13px; }
.site-footer span { color: #6f6960; font-size: 10px; line-height: 1.4; }
.site-footer nav { display: flex; align-items: flex-end; flex-direction: column; gap: 9px; text-align: right; }
.site-footer a { color: var(--muted); font-size: 11px; font-weight: 800; }
.site-footer a:hover { color: var(--gold-light); }

.lightbox { width: min(1000px, calc(100vw - 30px)); max-height: 90svh; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: #080808; color: var(--text); }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(12px); }
.lightbox img { width: 100%; max-height: 78svh; object-fit: contain; border-radius: 12px; }
.lightbox p { margin: 12px 4px 3px; color: var(--muted); font-size: 12px; }
.lightbox-close { position: absolute; top: 22px; right: 22px; z-index: 2; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.65); font-size: 25px; cursor: pointer; }

.js .reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
.js .reveal.reveal-left { transform: translateX(-55px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .reveal.reveal-left.is-visible { transform: translateX(0); }
.reason-grid .reveal:nth-child(2), .reel-track .reveal:nth-child(2), .press-facts .reveal:nth-child(2) { transition-delay: .08s; }
.reason-grid .reveal:nth-child(3), .reel-track .reveal:nth-child(3), .press-facts .reveal:nth-child(3) { transition-delay: .16s; }
.reason-grid .reveal:nth-child(4) { transition-delay: .24s; }

@keyframes logoEntrance { from { opacity: 0; transform: translateY(35px) scale(.8); filter: blur(10px); } to { opacity: 1; transform: translateY(0) scale(1); filter: drop-shadow(0 0 34px rgba(215,184,60,.36)); } }
@keyframes logoFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes heroText { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroPulse { 0%,100% { opacity: .65; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes scrollLine { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(100%); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes treatmentPulse { 0% { box-shadow: 0 0 0 0 rgba(162,15,37,.65); } 70%,100% { box-shadow: 0 0 0 9px rgba(162,15,37,0); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 720px); --wide-shell: min(100% - 24px, 760px); }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: grid; align-content: center; gap: 0; padding: 90px 8vw 50px; background: rgba(5,5,5,.97); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: Impact, sans-serif; font-size: clamp(28px, 8vw, 48px); font-weight: 400; letter-spacing: .02em; }
  .main-nav .nav-cta { margin-top: 18px; padding: 15px 18px; text-align: center; border: 0; font-family: Arial, sans-serif; font-size: 12px; font-weight: 900; }
  .section-head-split, .about-layout, .music-layout, .merch-shell { grid-template-columns: 1fr; }
  .about-layout { align-items: center; }
  .section-head-split { align-items: start; gap: 30px; }
  .video-head { grid-template-columns: 1fr; }
  .section-head-split > p { font-size: 16px; }
  .portrait-frame { max-height: 760px; }
  .reason-card { min-height: 260px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div { border-bottom: 1px solid var(--line); }
  .reel-track { overflow-x: auto; grid-template-columns: repeat(3, minmax(270px, 75vw)); scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .reel-card { scroll-snap-align: center; }
  .gallery-grid { grid-auto-rows: 180px; }
  .gallery-item { grid-column: span 6; }
  .gallery-wide { grid-column: span 12; }
  .event-row { grid-template-columns: 105px 1fr auto; gap: 20px; }
  .press-facts { grid-template-columns: 1fr; }
  .merch-visual { order: -1; }
  .merch-visual img { max-height: 560px; object-fit: contain; }
}

@media (max-width: 620px) {
  :root { --header-height: 66px; }
  .site-header { padding-inline: 18px; }
  .brand span { display: none; }
  .brand img { width: 38px; height: 38px; }
  .hero-content { padding-top: 110px; padding-bottom: 125px; }
  .hero-logo { width: min(190px, 52vw); max-height: 175px; }
  .hero h1 { font-size: clamp(43px, 13vw, 68px); }
  .hero-copy { font-size: 16px; }
  .sound-toggle { right: 18px; bottom: 22px; }
  .scroll-cue { left: 18px; bottom: 20px; }
  .ticker span { font-size: 20px; }
  .section { padding-block: 90px; }
  .section-head h2, .finale-content h2, .booking-shell h2 { font-size: clamp(48px, 16vw, 82px); }
  .about-layout { gap: 40px; }
  .diagnosis-list > div { grid-template-columns: minmax(118px, .78fr) minmax(0, 1.22fr); gap: 12px; }
  .diagnosis-list dt, .diagnosis-list dd { font-size: clamp(14px, 4vw, 18px); }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-card { min-height: 240px; }
  .reason-card h3 { margin-top: 55px; }
  .spotify-card { min-height: 430px; }
  .spotify-card iframe { height: 430px; }
  .music-panel h3 { margin-top: 65px; white-space: normal; }
  .album-feature { grid-template-columns: 1fr auto; gap: 12px; }
  .album-feature span, .album-feature em { grid-column: 1 / -1; }
  .video-stage { aspect-ratio: 3 / 4; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 165px; }
  .gallery-item, .gallery-wide, .gallery-tall { grid-column: span 1; grid-row: span 1; }
  .gallery-item:first-child, .gallery-item:last-child { grid-column: 1 / -1; }
  .event-row { grid-template-columns: 1fr auto; gap: 15px; padding: 24px 0; }
  .event-row time { grid-column: 1 / -1; display: flex; align-items: baseline; gap: 12px; }
  .event-row time b { font-size: 36px; }
  .event-row div > span { font-size: 12px; }
  .event-row > a { padding: 10px; }
  .next-show-countdown strong { font-size: 38px; }
  .finale-section { min-height: 760px; }
  .press-card { align-items: flex-start; flex-direction: column; }
  .press-card > span { width: auto; height: auto; padding: 13px 17px; border-radius: 99px; }
  .merch-shell { gap: 20px; }
  .booking-mail { font-size: 19px; }
  .floating-next-show { right: 12px; bottom: 12px; min-width: 196px; padding: 11px 39px 12px 35px; }
  .floating-next-show-close { right: 22px; bottom: 42px; }
  .site-footer { flex-direction: column; }
  .site-footer nav { align-items: flex-start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
