/* ============================================================
   Davido Concert Theme — Main Stylesheet
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --bg:       #080808;
  --surface:  #111111;
  --surface2: #181818;
  --border:   rgba(255,255,255,0.08);
  --border2:  rgba(255,255,255,0.14);
  --white:    #ffffff;
  --off:      rgba(255,255,255,0.55);
  --muted:    rgba(255,255,255,0.3);
  --accent:   #e8f542;
  --accent2:  #c8d820;
  --orange:   #ff6b1a;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
}

/* ── TOPBAR ── */
.topbar {
  background: var(--accent);
  color: #111;
  text-align: center;
  padding: 8px 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

/* ── NAV ── */
nav.site-nav {
  position: sticky; top: 0; z-index: 300;
  height: 56px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw;
  background: rgba(8,8,8,0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: var(--white);
  text-decoration: none;
}
.nav-links { list-style: none; display: flex; gap: 32px; }
.nav-links a {
  font-size: 0.78rem; font-weight: 400;
  color: var(--muted); text-decoration: none;
  transition: color 0.2s; letter-spacing: 0.02em;
}
.nav-links a:hover { color: var(--white); }
.nav-links a.active { color: var(--accent); font-weight: 500; }
.nav-links a.nav-afterparty { color: var(--orange); opacity: 1; }
.nav-links a.nav-afterparty:hover { color: #ff8540; }

/* Language switcher */
.nav-lang-item { display: flex; align-items: center; }
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border2);
  border-radius: 3px;
  padding: 4px 8px;
}
.lang-btn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 2px;
  transition: color 0.2s, background 0.2s;
}
.lang-btn:hover { color: var(--white); }
.lang-btn.lang-active {
  color: var(--accent);
  background: rgba(232,245,66,0.1);
}
.lang-divider {
  color: var(--border2);
  font-size: 0.6rem;
  line-height: 1;
}
.nav-btn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem; font-weight: 500;
  background: var(--accent); color: #111;
  padding: 9px 20px; border-radius: 3px;
  text-decoration: none; white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.nav-btn:hover { background: #f5ff66; transform: translateY(-1px); }

/* ── HERO ── */
.hero {
  position: relative; height: 100svh; min-height: 600px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  text-align: center; overflow: hidden;
}
.yt-bg {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; overflow: hidden;
}
/* YT API creates an iframe inside #yt-player */
#yt-player-wrap {
  position: absolute;
  top: 50%; left: 50%;
  width: 177.78vh;
  height: 100%;
  min-width: 100%;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
}
#yt-player {
  width: 100%;
  height: 100%;
}
#yt-player iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
  pointer-events: none;
}
/* Fallback gradient shown while video loads / on blocked devices */
.hero-video-fallback {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 70% at 50% 30%, #2a0f03 0%, #080808 70%);
  z-index: 1;
  transition: opacity 1s ease;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top,
    rgba(8,8,8,1.0) 0%, rgba(8,8,8,0.75) 35%,
    rgba(8,8,8,0.35) 60%, rgba(8,8,8,0.15) 100%);
}
.hero-body {
  position: relative; z-index: 2;
  padding: 0 20px 72px; width: 100%;
  display: flex; flex-direction: column; align-items: center;
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(6rem, 18vw, 13rem);
  line-height: 0.9; letter-spacing: 0.02em; color: var(--white);
  opacity: 0; animation: riseUp 0.7s 0.45s ease both;
}
.hero-slogan {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-weight: 300; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  margin-top: 10px; opacity: 0;
  animation: riseUp 0.6s 0.58s ease both;
}
.hero-info {
  margin-top: 20px;
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
  opacity: 0; animation: riseUp 0.6s 0.72s ease both;
}
.hero-info-item { font-size: 0.88rem; font-weight: 300; color: rgba(255,255,255,0.65); }
.hero-info-item b { color: var(--white); font-weight: 500; }
.hero-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.hero-btns {
  margin-top: 30px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
  opacity: 0; animation: riseUp 0.6s 0.88s ease both;
}
.hero-scroll {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 6px;
  opacity: 0; animation: fadeIn 1s 1.5s both;
}
.hero-scroll span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--muted);
}
.scroll-pip {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: pip 2s ease-in-out infinite;
}

/* ── BUTTONS ── */
.btn {
  display: inline-block; text-decoration: none;
  font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 500;
  padding: 14px 32px; border-radius: 3px;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, border-color 0.15s;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-accent { background: var(--accent); color: #111; }
.btn-accent:hover { background: #f5ff66; box-shadow: 0 8px 30px rgba(232,245,66,0.25); }
.btn-ghost { border: 1px solid var(--border2); color: var(--white); background: transparent; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: #ff8540; box-shadow: 0 8px 30px rgba(255,107,26,0.35); }

/* ── TICKER ── */
.ticker {
  overflow: hidden; background: var(--surface);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 10px 0;
}
.ticker-inner { display: flex; white-space: nowrap; animation: tickerScroll 32s linear infinite; }
.ticker-inner:hover { animation-play-state: paused; }
.ti {
  font-family: 'JetBrains Mono', monospace; font-size: 0.7rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); padding: 0 24px;
}
.ti.hi { color: var(--accent); }

/* ── COUNTDOWN ── */
.countdown-strip {
  border-bottom: 1px solid var(--border); padding: 48px 5vw;
  display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
  gap: 32px;
}
.countdown-intro { text-align: center; }
.countdown-intro p:first-child {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 5px;
}
.countdown-intro p:last-child {
  font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.55);
}
.countdown-clock { display: flex; align-items: stretch; }
.cd-block { text-align: center; padding: 16px 36px; border-right: 1px solid var(--border); }
.cd-block:last-child { border-right: none; }
.cd-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 6vw, 5rem); line-height: 1; color: var(--white); display: block;
}
.cd-l {
  font-family: 'JetBrains Mono', monospace; font-size: 0.58rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
  margin-top: 5px; display: block;
}

/* ── SECTIONS ── */
section { padding: 100px 5vw; border-bottom: 1px solid var(--border); }
.section-tag {
  font-family: 'JetBrains Mono', monospace; font-size: 0.63rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 10px; display: block; text-align: center;
}
h2.sh {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1;
  letter-spacing: 0.02em; text-align: center; margin-bottom: 56px;
}

/* ── TICKETS ── */
.ticket-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; max-width: 720px; margin: 0 auto 24px;
}
.tcard {
  background: var(--surface); border: 1px solid var(--border); border-radius: 4px;
  padding: 28px 28px 32px; text-align: center; transition: border-color 0.25s, transform 0.2s;
}
.tcard:hover { border-color: var(--border2); transform: translateY(-3px); }
.tcard.featured { border-color: var(--accent); }
.tcard-label {
  font-family: 'JetBrains Mono', monospace; font-size: 0.6rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
}
.tcard-price { font-family: 'Bebas Neue', sans-serif; font-size: 3.6rem; line-height: 1; color: var(--white); }
.tcard-price sub { font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 300; color: var(--muted); }
.tcard-note { font-size: 0.72rem; font-weight: 300; color: var(--muted); margin: 6px 0 20px; }
.tcard p.desc { font-size: 0.82rem; font-weight: 300; color: var(--off); line-height: 1.65; margin-bottom: 24px; }
.info-cells {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 12px; max-width: 720px; margin: 0 auto 16px;
}
.icell { background: var(--surface); border: 1px solid var(--border); border-radius: 4px; padding: 16px 18px; text-align: center; }
.icell-l { font-family: 'JetBrains Mono', monospace; font-size: 0.57rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.icell-v { font-size: 0.88rem; font-weight: 500; }
.icell-v a { color: var(--accent); text-decoration: none; }
.icell-v a:hover { text-decoration: underline; }
.ticket-smallprint { font-size: 0.7rem; font-weight: 300; color: var(--muted); line-height: 1.6; text-align: center; max-width: 680px; margin: 0 auto; }

/* ── ARTIST ── */
.artist-inner { display: grid; grid-template-columns: 380px 1fr; gap: 64px; align-items: start; max-width: 960px; margin: 0 auto; }
.artist-photo { position: sticky; top: 76px; }
.artist-photo img { width: 100%; display: block; border-radius: 3px; filter: grayscale(8%) contrast(1.05); }
.artist-photo figcaption { font-family: 'JetBrains Mono', monospace; font-size: 0.58rem; letter-spacing: 0.1em; color: var(--muted); margin-top: 8px; text-align: center; }
.artist-copy h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 5vw, 4.5rem); line-height: 1.0; margin-bottom: 24px; }
.artist-copy p { font-size: 0.93rem; font-weight: 300; line-height: 1.82; color: var(--off); margin-bottom: 16px; }
.artist-copy p b { color: var(--white); font-weight: 500; }
.artist-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 32px; }
.atag { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; letter-spacing: 0.07em; color: var(--muted); border: 1px solid var(--border); padding: 5px 12px; border-radius: 2px; }
.artist-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── MEDIA ── */
.videos { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: 960px; margin: 0 auto; }
.vcell-frame { aspect-ratio: 16/9; overflow: hidden; border-radius: 3px; background: var(--surface); }
.vcell-frame iframe { width:100%; height:100%; border:none; display:block; }
.vcell-cap { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 8px; text-align: center; }
.spotify-wrap { max-width: 960px; margin: 32px auto 0; }

/* ── FAQ ── */
.faq-inner { max-width: 640px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--border); }
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-q { width:100%; background:none; border:none; color:var(--white); font-family:'Inter',sans-serif; font-size:0.93rem; font-weight:400; text-align:left; padding:19px 0; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; transition:color 0.2s; }
.faq-q:hover { color: var(--accent); }
.faq-ic { width:20px; height:20px; flex-shrink:0; border:1px solid var(--border2); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:0.8rem; color:var(--muted); transition:transform 0.3s, background 0.25s, color 0.25s; }
.faq-item.open .faq-ic { transform:rotate(45deg); background:var(--accent); color:#111; border-color:var(--accent); }
.faq-a { max-height:0; overflow:hidden; transition:max-height 0.36s ease, padding 0.28s; }
.faq-item.open .faq-a { max-height:260px; padding-bottom:18px; }
.faq-a p { font-size:0.86rem; font-weight:300; line-height:1.75; color:var(--off); }
.faq-a a { color:var(--accent); }

/* ── CTA ── */
.cta-section { padding:120px 5vw; text-align:center; position:relative; overflow:hidden; }
.cta-ghost { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-family:'Bebas Neue',sans-serif; font-size:clamp(8rem,22vw,16rem); color:rgba(255,255,255,0.03); white-space:nowrap; pointer-events:none; letter-spacing:0.03em; user-select:none; }
.cta-section h2 { font-family:'Bebas Neue',sans-serif; font-size:clamp(2.8rem,7vw,5.5rem); line-height:1.0; margin-bottom:14px; position:relative; }
.cta-section p { font-size:0.92rem; font-weight:300; color:var(--off); margin-bottom:36px; position:relative; }

/* ── FOOTER ── */
footer.site-footer { padding:36px 5vw; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; }
.foot-brand { font-family:'Bebas Neue',sans-serif; font-size:1rem; letter-spacing:0.04em; color:var(--muted); }
.foot-links { display:flex; gap:18px; flex-wrap:wrap; }
.foot-links a { font-family:'JetBrains Mono',monospace; font-size:0.6rem; letter-spacing:0.09em; text-transform:uppercase; color:var(--muted); text-decoration:none; transition:color 0.2s; }
.foot-links a:hover { color:var(--white); }
.foot-copy { font-family:'JetBrains Mono',monospace; font-size:0.58rem; color:rgba(255,255,255,0.18); }

/* ── REVEAL ── */
.ri { opacity:0; transform:translateY(16px); transition:opacity 0.6s ease, transform 0.6s ease; }
.ri.show { opacity:1; transform:translateY(0); }
.ri.d1 { transition-delay:0.08s; } .ri.d2 { transition-delay:0.16s; }
.ri.d3 { transition-delay:0.24s; } .ri.d4 { transition-delay:0.32s; }

/* ── KEYFRAMES ── */
@keyframes riseUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn { to{opacity:1} }
@keyframes pip { 0%,100%{opacity:0.3} 50%{opacity:1} }
@keyframes tickerScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ══════════════════════════════════════════
   AFTERPARTY SECTION
══════════════════════════════════════════ */
#afterparty {
  position: relative;
  background: #0e0806;
  border-bottom: 1px solid rgba(255,107,26,0.2);
  padding: 100px 5vw;
  overflow: hidden;
}

/* animated bg orbs */
.ap-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.18;
}
.ap-orb-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #ff6b1a, transparent 70%);
  top: -100px; right: -100px;
  animation: orbFloat1 10s ease-in-out infinite alternate;
}
.ap-orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #c8380a, transparent 70%);
  bottom: -80px; left: -80px;
  animation: orbFloat2 13s ease-in-out infinite alternate;
}
@keyframes orbFloat1 { from { transform: translate(0,0) scale(1); } to { transform: translate(40px, 60px) scale(1.15); } }
@keyframes orbFloat2 { from { transform: translate(0,0) scale(1); } to { transform: translate(-30px, -50px) scale(1.1); } }

.ap-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* eyebrow row */
.ap-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ap-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--orange);
  color: #fff;
  padding: 5px 12px;
  border-radius: 2px;
}
.ap-venue-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* title */
.ap-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: 1.0;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.ap-title-accent { color: var(--orange); }

/* body text */
.ap-sub {
  font-size: 0.93rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
  margin-bottom: 36px;
  max-width: 560px;
}
.ap-sub strong { color: var(--white); font-weight: 500; }

/* lineup */
.ap-lineup-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}
.ap-headliners {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.ap-headliner {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: var(--white);
}
.ap-flag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  color: var(--orange);
  vertical-align: super;
  letter-spacing: 0.1em;
}
.ap-headliner-sep {
  color: rgba(255,255,255,0.2);
  font-size: 1.2rem;
}
.ap-artists {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.ap-artist {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,107,26,0.2);
  padding: 5px 12px;
  border-radius: 2px;
  transition: border-color 0.2s, color 0.2s;
}
.ap-artist:hover { border-color: rgba(255,107,26,0.6); color: var(--white); }

/* ticket phases */
.ap-phases { margin-bottom: 36px; }
.ap-phase-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ap-phase {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ap-phase:last-child { border-bottom: none; }
.ap-phase-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ap-soldout .ap-phase-dot { background: rgba(255,255,255,0.2); }
.ap-fast .ap-phase-dot { background: var(--orange); }

/* pulsing dot for selling fast */
.ap-pulse {
  animation: phasePulse 1.6s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(255,107,26,0.5);
}
@keyframes phasePulse {
  0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(255,107,26,0.5); }
  60%  { transform: scale(1.2); box-shadow: 0 0 0 8px rgba(255,107,26,0); }
  100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(255,107,26,0); }
}

.ap-phase-name {
  font-size: 0.88rem;
  font-weight: 400;
  flex: 1;
}
.ap-soldout .ap-phase-name { color: rgba(255,255,255,0.35); text-decoration: line-through; }
.ap-fast .ap-phase-name { color: var(--white); }

.ap-phase-status {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ap-soldout .ap-phase-status { color: rgba(255,255,255,0.25); }
.ap-fast-label { color: var(--orange); font-weight: 500; }

/* CTA */
.ap-cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.ap-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.ap-btn { font-size: 0.95rem !important; padding: 15px 36px !important; }
.ap-cta-note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.3);
}

/* flyer */
.ap-right { position: sticky; top: 80px; }
.ap-flyer-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.ap-flyer-img {
  width: 100%;
  display: block;
  border-radius: 4px;
  aspect-ratio: 1080 / 1350;
  object-fit: cover;
}
.ap-flyer-placeholder {
  aspect-ratio: 1080 / 1350;
  background: rgba(255,107,26,0.05);
  border: 2px dashed rgba(255,107,26,0.25);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
}
.ap-flyer-ph-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.ap-flyer-ph-icon { font-size: 2.5rem; }
.ap-flyer-ph-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 0.04em; color: var(--white); }
.ap-flyer-ph-sub { font-size: 0.78rem; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.6; }
.ap-flyer-ph-size { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: rgba(255,107,26,0.5); letter-spacing: 0.1em; }

.ap-flyer-glow {
  position: absolute;
  bottom: -60px; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 120px;
  background: radial-gradient(ellipse, rgba(255,107,26,0.35), transparent 70%);
  pointer-events: none;
  filter: blur(20px);
  animation: flyerGlow 4s ease-in-out infinite alternate;
}
@keyframes flyerGlow { from { opacity: 0.4; } to { opacity: 0.9; } }

/* ── HAMBURGER — hidden on desktop ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 400;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile-only ticket item — hidden on desktop */
.nav-mobile-btn-item { display: none; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {

  nav.site-nav { padding: 0 20px; }

  /* hide desktop-only elements */
  .nav-btn { display: none; }
  .nav-links > li:not(.nav-mobile-btn-item) > a { }

  /* show hamburger */
  .nav-hamburger { display: flex; }

  /* show mobile ticket item */
  .nav-mobile-btn-item { display: block; }

  /* mobile dropdown panel */
  .nav-links {
    display: block;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    background: rgba(8, 8, 8, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease, padding 0.3s ease;
    z-index: 299;
    list-style: none;
  }

  .nav-links.open {
    max-height: 500px;
    padding: 8px 0 24px;
  }

  .nav-links li { list-style: none; }

  .nav-links li a {
    display: block;
    padding: 15px 24px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-bottom: 1px solid var(--border);
    transition: color 0.2s, background 0.2s;
    gap: 0;
  }

  .nav-links li a:hover,
  .nav-links li a.active {
    color: var(--accent);
    background: rgba(232, 245, 66, 0.05);
  }

  /* ticket CTA inside mobile menu */
  .nav-mobile-btn-item {
    border-bottom: none;
  }
  .nav-mobile-cta {
    display: block !important;
    margin: 16px 20px 0;
    text-align: center;
    padding: 13px 20px;
    font-size: 0.9rem;
    border-radius: 3px;
  }

  /* rest of page responsive */
  section { padding: 72px 5vw; }
  .countdown-strip { padding: 40px 5vw; }
  .cd-block { padding: 12px 16px; }
  .ticket-grid { grid-template-columns: 1fr; max-width: 420px; }
  .info-cells { grid-template-columns: 1fr 1fr; }
  .artist-inner { grid-template-columns: 1fr; gap: 40px; }
  .artist-photo { position: static; max-width: 360px; margin: 0 auto; }
  .artist-copy h2 { text-align: center; }
  .artist-tags { justify-content: center; }
  .artist-btns { justify-content: center; }
  .videos { grid-template-columns: 1fr; }
  footer.site-footer { flex-direction: column; align-items: center; text-align: center; }
  .cta-section { padding: 80px 5vw; }

  /* language switcher on mobile */
  .nav-lang-item { padding: 14px 24px; border-bottom: 1px solid var(--border); }
  .lang-switcher { background: none; border: none; padding: 0; justify-content: flex-start; }
  .lang-btn { font-size: 0.8rem; padding: 4px 8px; }

  /* afterparty responsive */
  .ap-inner { grid-template-columns: 1fr; gap: 48px; }
  .ap-right { position: static; max-width: 420px; margin: 0 auto; }
  .ap-title { font-size: clamp(2.4rem, 8vw, 3.5rem); }
  .ap-cta { align-items: center; text-align: center; }
  .ap-sub { max-width: 100%; }
}

@media (max-width: 480px) {
  .info-cells { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
  .cd-block { padding: 10px 12px; }
}
