/* ═══════════════════════════════════════════════
   SOME AGENCY — style.css
   Font: PP Formula Condensed (fallback: Bebas Neue)
   Base width: 1440px
═══════════════════════════════════════════════ */

/* Mobile-only line break — hidden on desktop */
.mob-br { display: none; }
.mob-only { display: none; }
.nowrap { white-space: nowrap; }

/* ─── FONT ─── */
@font-face {
  font-family: 'PP Formula Condensed';
  src: url('../assets/fonts/PPFormulaCondensed-Regular.woff2') format('woff2'),
       url('../assets/fonts/PPFormulaCondensed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* ─── VARIABLES ─── */
:root {
  --font: 'PP Formula Condensed', sans-serif;
  --black: #070707;
  --white: #ffffff;
  --bg-dark: #000000;
  --bg-light: #e5e5e5;
  --accent: #f64c20;
  --pad: 40px;
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { font-family: var(--font); background: var(--bg-dark); color: var(--white); position: relative; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { background: none; border: none; cursor: pointer; font: inherit; color: inherit; }
input, textarea { font: inherit; background: none; border: none; outline: none; color: inherit; width: 100%; resize: none; }

/* ══════════════════════════════════════════════
   NAV
══════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 40px var(--pad);
  pointer-events: none;
}
.nav__logo {
  pointer-events: all;
  display: block;
  width: 107px;
  height: 80px;
  flex-shrink: 0;
  margin-right: auto;
}
.nav__logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nav__links {
  display: flex;
  align-items: baseline;
  gap: 35px;
  pointer-events: all;
}
.nav__links a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #FFF;
  transition: opacity 0.2s, color 0.35s ease;
}
.nav__links a:hover { opacity: 0.7; }
.nav--dark .nav__links a { color: var(--black); }

/* Stand-alone page logo (not inside nav) */
.page-logo-top {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 107px;
  height: 80px;
  display: block;
  z-index: 2;
}
.page-logo-top img { width: 100%; height: 100%; object-fit: contain; display: block; transition: filter 0.35s ease; }
.page-logo-top--dark img { filter: invert(1); }

/* ══════════════════════════════════════════════
   HERO  (1440 × 919px canvas)
══════════════════════════════════════════════ */
.hero__logo {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 10;
  display: block;
  width: 366px;
  height: 274px;
}
.hero__logo img { width: 366px; height: 274px; }
.hero {
  position: relative;
  width: 100%;
  height: 919px;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
}
.hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 3, 0, 0.1);
  pointer-events: none;
}

/*
  Heading block — node 107:364
  All coords are absolute within hero (1440×919).
  Heading group: x=729, y=480
*/
.hero__heading-block {
  position: absolute;
  left: calc(50% + 9px);
  top: 480px;
  width: 577px;
  height: 212px;
  z-index: 3;
}

/* 107:365 — solid #d9d9d9 behind line 1: w=571 h=106 at relative y=0 */
.hero__heading-bg {
  position: absolute;
  background: #d9d9d9;
}
.hero__heading-bg--1 {
  top: 0; left: 0;
  width: 577px; height: 106px;
}
/* 107:366 — solid #d9d9d9 behind line 2: w=562 h=106 at relative y=106 */
.hero__heading-bg--2 {
  top: 106px; left: 0;
  width: 562px; height: 106px;
}

/*
  107:367 — text "Concerts. Tours.\nLive experiences."
  PP Formula Condensed, 100px, black, line-height 0.9, uppercase
  Figma text node: y=509 (page), group y=480 → relative top = 29px, left = 15px
*/
.hero__heading-text {
  position: absolute;
  top: 29px;
  left: 15px;
  z-index: 1; /* above gray bg, below gradient overlay */
  font-size: 100px;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  width: 551px;
  margin: 0;
}
.hero__heading-text br { display: block; }

/* 107:368 — gradient overlay line 1: w=577 h=106 at y=0 — ON TOP of text (z=2) */
.hero__heading-grad {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  max-width: none;
}
.hero__heading-grad--1 {
  top: 0; left: 0;
  width: 577px; height: 106px;
  background: linear-gradient(0deg, rgba(217,217,217,0.65) 0%, rgba(217,217,217,0) 100%);
}
/* 107:369 — gradient overlay line 2: w=562 h=91 at y=106 */
.hero__heading-grad--2 {
  top: 106px; left: 0;
  width: 562px; height: 91px;
  background: linear-gradient(0deg, rgba(217,217,217,0.65) 0%, rgba(217,217,217,0) 100%);
}

/* ── Description — node 107:361, x=729 y=702 ── */
.hero__desc {
  position: absolute;
  left: calc(50% + 9px);
  top: 702px;
  width: 341px;
  z-index: 4;
}
/* 107:362 — plain #d9d9d9 rect */
.hero__desc-bg {
  position: absolute;
  inset: 0;
  background: #d9d9d9;
}
/* 107:363 — PP Formula Condensed, 20px, rgba(7,7,7,0.9), line-height 1.2 */
.hero__desc-text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(7, 7, 7, 0.9);
  padding: 5px 2px 5px 13px;
  margin: 0;
}

/* ── Buttons — y=775, View x=729, Contact x=1004 ── */
.hero__buttons {
  position: absolute;
  left: calc(50% + 9px);
  top: 775px;
  display: flex;
  gap: 15px;
  z-index: 5;
}
.hero__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  width: 260px;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
/* 107:371 — white solid base */
.hero__btn-base {
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 0;
  pointer-events: none;
}
/* ghost: rgba(255,255,255,0.9) base — node 107:378 */
.hero__btn--ghost .hero__btn-base {
  background: rgba(255, 255, 255, 0.9);
}
/* 107:372/379 — texture gradient overlay on top of white base */
.hero__btn-texture {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
  z-index: 1;
}
/* 107:376/383 — PP Formula Condensed, 20px, #070707, uppercase */
.hero__btn-text {
  position: relative;
  z-index: 2;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #070707;
  white-space: nowrap;
  transform: translateY(3px);
}

/* 107:373/380 — 16×16px SVG icon */
.hero__btn-icon {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
/* Hover: bg → #e2e2e2, gradient fades out */
.hero__btn-base,
.hero__btn-texture {
  transition: background 0.2s ease, opacity 0.2s ease;
}
.hero__btn:hover .hero__btn-base {
  background: #e2e2e2;
}
.hero__btn:hover .hero__btn-texture {
  opacity: 0;
}

/* ══════════════════════════════════════════════
   BUTTONS (shared)
══════════════════════════════════════════════ */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 260px;
  height: 46px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--black);
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.btn__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}
.btn span { position: relative; z-index: 1; flex: 1; transform: translateY(3px); }
.btn__icon {
  position: relative;
  z-index: 1;
  width: 16px; height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.22) 100%);
  pointer-events: none;
  z-index: 0;
}
.btn--ghost { background: rgba(255,255,255,0.9); }
.btn--outline { background: var(--white); color: var(--black); }
.btn--dark { color: var(--black); background: rgba(255,255,255,0.9); }
.btn--dark .btn__icon { filter: brightness(0); }
/* Hover: bg → #e2e2e2, gradient fades out */
.btn { transition: background 0.2s ease; }
.btn__bg { transition: opacity 0.2s ease; }
.btn::after { transition: opacity 0.2s ease; }
.btn:hover { background: #e2e2e2; }
.btn:hover .btn__bg { opacity: 0; }
.btn:hover::after { opacity: 0; }

/* ══════════════════════════════════════════════
   SECTION HEADING (shared across all sections)
══════════════════════════════════════════════ */
.section-heading {
  position: relative;
  text-align: center;
  padding-top: 7.71vw;   /* 111px @ 1440px */
  min-height: 29.17vw;   /* 420px @ 1440px */
  overflow: hidden;
}
.section-heading__title {
  font-size: clamp(80px, 15.23vw, 219px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
/* Dark title (for light sections) */
.section-heading--dark .section-heading__title {
  color: rgba(0, 0, 0, 0.6);
}

/* Pill overlay — base position, overridden per section below */
.section-heading__pill {
  position: absolute;
  top: calc(7.71vw + clamp(80px, 15.23vw, 219px) * 0.543); /* 230px @ 1440px — tracks font-size */
  left: 50%;
  transform: translateX(-50%);
  background: #313131;
  padding: 0.97vw 1.67vw 0.42vw; /* 14px 24px 6px @ 1440px — asymmetric to compensate font descender */
  z-index: 2;
}
.section-heading__pill span {
  font-size: 1.67vw;     /* 24px @ 1440px */
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
/* Light pill (for dark bg on dark sections) */
.section-heading__pill--light {
  background: var(--white);
}
.section-heading__pill--light span { color: rgba(7, 7, 7, 0.9); }
/* Wide pill — Selected Past Events */
.section-heading__pill--wide { width: 62.3vw; } /* 897px @ 1440px */

/* ── Per-section pill positions ─────────────────────────────── */
/* .events--light (Upcoming): uses global base calc — tracks font clamp */
.events--dark  .section-heading__pill { top: calc(7.71vw + clamp(80px, 15.23vw, 219px) * 0.566); } /* 235px @ 1440px, tracks font clamp */
.faq           .section-heading__pill { top: calc(7.71vw + clamp(80px, 15.23vw, 219px) * 0.790); } /* 284px @ 1440px, tracks font clamp */
.contact       .section-heading__pill { top: calc(7.71vw + clamp(80px, 15.23vw, 219px) * 0.790); } /* 284px @ 1440px, tracks font clamp */

/* ── Section heading gradient overlay (Figma: Rectangle 1611)
   Fades bottom of big title text into the section background.
   Default (dark bg): transparent → #000
   --dark modifier (light #E5E5E5 bg): transparent → #E5E5E5
── */
.section-heading::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(7.71vw + clamp(80px, 15.23vw, 219px) * 0.374);    /* 193px @ 1440px — tracks font clamp */
  width: 100%;
  height: calc(clamp(80px, 15.23vw, 219px) * 0.855); /* 187px @ 1440px — tracks font clamp */
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 55%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.section-heading--dark::after {
  background: linear-gradient(180deg, rgba(229,229,229,0) 0%, #E5E5E5 52.4%, #E5E5E5 100%);
}
.section-heading--white::after {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 52.4%, #ffffff 100%);
}
.section-heading--white .section-heading__title {
  color: rgba(0, 0, 0, 0.6);
}
/* Q-tail (Figma: Vector 442) — under gradient (z-index:0), Figma pos: left:816.5px = center+96.5px, top:249.5px */
.section-heading__q-tail {
  position: absolute;
  left: calc(50% + clamp(80px, 15.23vw, 219px) * 0.438); /* center+96px @ 1440px, tracks font clamp */
  top: calc(7.71vw + clamp(80px, 15.23vw, 219px) * 0.630); /* 249px @ 1440px, tracks font clamp */
  width: calc(clamp(80px, 15.23vw, 219px) * 0.214);   /* 47px @ 1440px — tracks font clamp */
  height: calc(clamp(80px, 15.23vw, 219px) * 0.201);  /* 44px @ 1440px — tracks font clamp */
  z-index: 0;
  pointer-events: none;
}

/* CTA centered button */
.section__cta {
  display: flex;
  justify-content: center;
  padding: 50px 0 80px;
}

/* ══════════════════════════════════════════════
   WHO WE ARE + EXPERIENCE & SCALE (107:17)
   Flow layout — title scales via clamp(), overlays via %
══════════════════════════════════════════════ */
.who-exp {
  background: #070707;
}
.who-exp__inner {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 111px 0 37px;
}

/* ─── Heading zones (title + bar overlay + pill overlay) ─── */
.who-exp__heading {
  position: relative;
  width: 100%;
  font-size: clamp(80px, 15.23vw, 219px);
}

.who-exp__title {
  width: 100%;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  margin: 0;
  z-index: 0;
}

/* Gradient bars — absolute within heading */
.who-exp__bar {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 34%;
  height: 0.447em;
  background: linear-gradient(180deg, rgba(7,7,7,0) 0%, #070707 100%);
}
.who-exp__bar--who { left: 19.38%; width: 63.19%; }
.who-exp__bar--exp { left: 4.17%; width: 92.43%; }

/* Pill overlays — absolute within heading */
.who-exp__pill { position: absolute; z-index: 2; }
.who-exp__pill--who { top: 24.9%; left: 25.49%; width: 48.96%; }
.who-exp__pill--exp { top: 62.7%; left: 6.94%; width: 86.18%; }

.who-exp__pill-bg { position: absolute; inset: 0; background: #ffffff; }
.who-exp__pill-text {
  position: relative;
  z-index: 1;
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(7, 7, 7, 0.9);
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0.3em 0 0.1em; /* asymmetric — compensate font descender */
}

/* Body text */
.who-exp__body {
  position: relative;
  width: 632px;
  max-width: 90%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: -20px auto 0;
  z-index: 1;
}

/* ─── Photos row ─── */
.who-exp__photos {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 5.56%;
  margin-top: 80px;
}
.who-exp__photo {
  position: relative;
  height: 431px;
  overflow: hidden;
}
.who-exp__photo--left  { flex: 0 0 40.28%; }
.who-exp__photo--right { flex: 0 0 48.61%; }
.who-exp__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.who-exp__photo-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.who-exp__photo-img.active {
  opacity: 1;
}
.who-exp__photo-tint {
  position: absolute;
  inset: 0;
  mix-blend-mode: color;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
.who-exp__photo-tint.active { opacity: 1; }
.who-exp__photo-tint--left  { background: #e96d00; }
.who-exp__photo-tint--right { background: #e96d00; }
.who-exp__photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,7,7,0) 60%, #070707 100%);
  pointer-events: none;
}

/* Experience heading — gap from photos */
.who-exp__photos + .who-exp__heading {
  margin-top: 104px;
}

/* ─── Stats row ─── */
.who-exp__stats {
  display: flex;
  justify-content: center;
  gap: 5.625vw;
  margin-top: -8px;
  width: 100%;
}
.who-exp__stat { position: relative; z-index: 1; }
.who-exp__stat--cities   { width: 142px; }
.who-exp__stat--events   { width: 121px; }
.who-exp__stat--countries { width: 96px; }
.who-exp__stat--cities   .who-exp__stat-box { width: 80px; margin-left: 31px; }
.who-exp__stat--events   .who-exp__stat-box { width: 121px; }
.who-exp__stat--countries .who-exp__stat-box { width: 80px; margin-left: 8px; }

.who-exp__stat-box {
  position: relative;
  height: 79px;
  background: #ffffff;
  overflow: hidden;
}
.who-exp__stat-num {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.who-exp__stat-bar-img {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 32px;
  object-fit: fill;
  pointer-events: none;
  z-index: 1;
}
.who-exp__stat-label {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

/* ─── Map ─── */
.who-exp__map {
  width: 664px;
  max-width: 100%;
  height: 551px;
  margin-top: 40px;
}
.who-exp__map img { width: 664px; max-width: 100%; height: 551px; }

/* CTA button */
.who-exp__cta {
  margin-top: 31px;
  display: flex;
  justify-content: center;
}

/* ══════════════════════════════════════════════
   EVENTS (shared for upcoming + past)
══════════════════════════════════════════════ */
.events--light { background: var(--bg-light); }
.events--dark  { background: var(--bg-dark); }

/* Remove extra min-height space so pill→cards gap = 50px */
.events--light .section-heading { min-height: 0; }
.events--dark  .section-heading { min-height: 0; }

.events__grid {
  display: grid;
  grid-template-columns: repeat(4, 333px);
  gap: 9px;
  padding: 30px var(--pad) 20px;
  justify-content: center;
}
/* pill-to-content gap (tuned per section to match Figma pill positions) */
.events--light .events__grid { padding-top: 14px; }
.events--dark  .events__grid { padding-top: 47px; }

/* ─── EVENT CARD ─── */
.event-card { display: flex; flex-direction: column; }

.event-card__img-wrap { position: relative; }

.event-card__img {
  position: relative;
  width: 333px;
  height: 400px;
  overflow: hidden;
}
.event-card__photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.event-card__tag {
  position: absolute;
  bottom: 15px; left: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3px;
  height: 30px;
  padding: 7px 12px 2px;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border: 1px solid rgba(255,255,255,0.4);
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--white);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.event-card__tag:hover {
  background: rgba(255,255,255,0.5);
  border-color: rgba(255,255,255,0.6);
}
.event-card__tag img { width: 16px; height: 16px; }

.event-card__info { padding: 0; position: relative; z-index: 1; margin-top: 20px; }
.event-card__name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  color: var(--black);
}
.event-card--dark .event-card__name { color: var(--white); }
.event-card__meta {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(7,7,7,0.9);
  margin-top: 12px;
}
.event-card--dark .event-card__meta { color: rgba(255,255,255,0.9); }
.event-card__desc {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(7,7,7,0.6);
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card--dark .event-card__desc { color: rgba(255,255,255,0.6); }

/* ══════════════════════════════════════════════
   WHERE MUSIC COMES ALIVE  (node 107:384, y=5329, 1457×919)
   Heading: x=49, y=40  |  Desc: x=49, y=262
══════════════════════════════════════════════ */
.music-alive {
  position: relative;
  width: 100%;
  height: 919px;
  overflow: hidden;
  background: #000;
}
.music-alive__slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.music-alive__track {
  display: flex;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.music-alive__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.music-alive__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.music-alive__slide img {
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* Nav buttons */
.music-alive__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 10;
  overflow: hidden;
}
.music-alive__nav::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
  pointer-events: none;
  transition: background 0.2s ease;
}
.music-alive__nav:hover::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.80) 100%);
}
.music-alive__arrow {
  position: relative;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid black;
  border-right: 2px solid black;
}
.music-alive__arrow--left {
  transform: rotate(-135deg) translate(-2px, 2px);
}
.music-alive__arrow--right {
  transform: rotate(45deg) translate(-2px, 2px);
}
.music-alive__nav--prev {
  left: 40px;
}
.music-alive__nav--next {
  right: 40px;
}

/* Dot indicators */
.music-alive__dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 3.75px;
  padding: 9px 5px;
  height: 24px;
  z-index: 10;
}
.music-alive__dots::before {
  content: '';
  position: absolute;
  inset: 0;
  background: white;
}
.music-alive__dots::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
}
.music-alive__dot {
  position: relative;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.60);
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s;
}
.music-alive__dot--active {
  background: black;
  transform: none;
}

/* Heading block — mirrors hero heading pattern, left-aligned */
.music-alive__heading-block {
  position: absolute;
  left: 49px;
  top: 40px;
  z-index: 5;
}
.music-alive__heading-bg { position: absolute; background: #d9d9d9; }
.music-alive__heading-bg--1 { top: 0; left: 0; width: 449px; height: 106px; }
.music-alive__heading-bg--2 { top: 106px; left: 0; width: 398px; height: 94px; }
.music-alive__heading-text {
  position: absolute;
  top: 26px;
  left: 15px;
  z-index: 1;
  font-size: 100px;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--black);
  width: 484px;
  margin: 0;
}
.music-alive__heading-grad { position: absolute; pointer-events: none; z-index: 2; }
.music-alive__heading-grad--1 { top: 0; left: 0; width: 449px; height: 106px; background: linear-gradient(0deg, rgba(217,217,217,0.70) 0%, rgba(217,217,217,0) 100%); }
.music-alive__heading-grad--2 { top: 106px; left: 0; width: 398px; height: 94px; background: linear-gradient(0deg, rgba(217,217,217,0.70) 0%, rgba(217,217,217,0) 100%); }

/* Description block */
.music-alive__desc {
  position: absolute;
  left: 49px;
  top: 262px;
  width: 249px;
  z-index: 5;
}
.music-alive__desc-bg {
  position: absolute;
  inset: 0;
  background: #d9d9d9;
}
.music-alive__desc-text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(7, 7, 7, 0.9);
  padding: 5px 7px 1px; /* asymmetric — compensate font descender */
  margin: 0;
}

/* ══════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════ */
.faq { background: var(--bg-dark); }
.faq .section-heading__pill--light {
  background: var(--white);
}
.faq__grid {
  max-width: 1440px;
  margin: -3.96vw auto 0; /* pulls up so gap from pill bottom ≈ 30px */
  padding: 0 var(--pad);
  display: flex;
  gap: 30px;
}
.faq__col {
  flex: 1;
}
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.faq__col .faq-item:first-child {
  border-top: 1px solid rgba(255,255,255,0.2);
}
.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  text-align: left;
  gap: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
.faq-item__question:hover { opacity: 0.8; }
.faq-item__icon {
  width: 16px; height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item.open .faq-item__icon { transform: rotate(45deg); }
.faq-item__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.open .faq-item__answer {
  max-height: 200px;
  padding-bottom: 20px;
}
.faq-item__answer p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255,255,255,0.6);
}

/* ══════════════════════════════════════════════
   GET IN TOUCH
══════════════════════════════════════════════ */
.contact { background: var(--bg-dark); padding-bottom: 140px; }
.contact .section-heading__pill--light {
  background: var(--white);
}
.contact__channels {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 var(--pad) 55px;
  margin-top: -3.96vw; /* pulls up so gap from pill bottom ≈ 30px */
  flex-wrap: wrap;
}
.contact-form {
  max-width: 670px;
  margin: 0 auto;
}
.contact-form__field { margin-bottom: var(--field-gap, 32px); }
/* email→message gap is wider by design (148px label-to-label vs 62px standard) */
.contact-form__field:nth-child(3) { --field-gap: 118px; }
.contact-form__field input,
.contact-form__field textarea {
  font-size: 20px;
  color: var(--white);
  padding: 4px 0;
}
.contact-form__field textarea {
  display: block;
  height: 28px;
  resize: none;
  overflow: hidden;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1;
  transition: color 0.2s;
}
.contact-form__field input:focus::placeholder,
.contact-form__field textarea:focus::placeholder {
  color: rgba(255,255,255,0.2);
}
.contact-form__line {
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin-top: 4px;
}
.contact-form__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-top: 30px;
}
.contact-form__submit { align-self: center; }
.contact-form__privacy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
}
.checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0; height: 0;
  pointer-events: none;
}
.privacy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.checkbox-box {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.6);
  transform: translate(2px, -3px);
}
.checkbox-input:checked + .checkbox-box::after {
  content: '';
  position: absolute;
  left: 5px; top: 1px;
  width: 5px; height: 9px;
  border-right: 1.5px solid rgba(255,255,255,0.9);
  border-bottom: 1.5px solid rgba(255,255,255,0.9);
  transform: rotate(45deg);
  transform-origin: center;
}
.contact-form__submit { min-width: 260px; }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
.footer {
  background: linear-gradient(180deg, rgba(153,153,153,0) 0%, #999999 100%);
  height: 541px;
  overflow: hidden;
}
/* Footer — absolute positioning matching Figma 1440×541 exactly.
   Mobile overrides to CSS Grid in mobile.css. */
.footer__inner {
  position: relative;
  width: 100%;
  height: 541px;
}
.footer__grad { display: none; }
.footer__logo {
  position: absolute;
  left: 40px; top: 40px;
  width: 553px; height: 414px;
  object-fit: contain;
  object-position: left top;
}
.footer__link {
  position: absolute;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: var(--white);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s !important;
  cursor: pointer;
  pointer-events: auto;
}
.footer__link:hover,
.footer__link.io-visible:hover { opacity: 0.5; }
.footer__email    { left: 720px; top: 40px; }
.footer__whatsapp { left: 720px; top: 73px; }
.footer__telegram { left: 720px; top: 106px; }
.footer__instagram{ left: 720px; top: 73px; }
.footer__privacy  { left: 720px; top: 262px; }
.footer__nav-homepage  { left: calc(100% - 294px); top: 40px; }
.footer__nav-catalogue { left: calc(100% - 208px); top: 40px; }
.footer__nav-contact {
  position: absolute;
  left: calc(100% - 85px); top: 40px;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: var(--white);
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s !important;
  pointer-events: auto;
}
.footer__nav-contact:hover,
.footer__nav-contact.io-visible:hover { opacity: 0.5; }
.footer__back-top {
  position: absolute;
  left: calc(100% - 117px); top: 268px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: var(--white);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s !important;
  cursor: pointer;
  white-space: nowrap;
  pointer-events: auto;
}
.footer__back-top:hover,
.footer__back-top.io-visible:hover { opacity: 0.5; }
.footer__arrow { width: 9px; height: 12px; transform: translateY(-3px); }
.footer__copyright {
  position: absolute;
  left: 720px; top: 443px;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  color: var(--white);
  opacity: 0.6;
}
.footer__tagline {
  position: absolute;
  left: calc(100% - 194px); top: 443px;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  color: var(--white);
  opacity: 0.6;
  white-space: nowrap;
}


/* ══════════════════════════════════════════════
   EVENT CATALOGUE PAGE (events.html)
══════════════════════════════════════════════ */

/* Registered custom property — enables CSS transition on color used in gradients */
@property --cat-bg {
  syntax: '<color>';
  inherits: true;
  initial-value: #ffffff;
}

.cat-page {
  --cat-bg: #ffffff;
  background: var(--cat-bg);
  padding-top: 120px;
  position: relative;
  transition: --cat-bg 0.35s ease;
}
/* Let section-heading be sized by its content (title) so the pill-to-breadcrumb gap = 50px */
.cat-page .section-heading { min-height: 0; }
.cat-page .section-heading__title { font-size: 15.23vw; } /* no clamp — long text, designed to scale */
.cat-page .section-heading__pill { top: 17.6vw; } /* 253px @ 1440px, user-tuned */
/* Separate gradient for catalogue page — anchored to section bottom, uses --cat-bg for smooth theme transition */
.cat-page .section-heading::after {
  top: auto; bottom: 0; height: 9vw;
  background: linear-gradient(180deg, transparent 0%, var(--cat-bg) 52.4%, var(--cat-bg) 100%);
  transition: none; /* inherits --cat-bg transition from parent */
}

.cat-content {
  padding: 0 var(--pad);
}

/* Breadcrumb */
.cat-breadcrumb {
  font-size: 1.67vw;
  line-height: 1.3;
  color: var(--black);
  padding: 2.78vw 0 1.74vw;
  text-align: center;
}
.cat-page .cat-breadcrumb { padding-top: 0.58vw; } /* 50px gap from pill bottom to breadcrumb */
.cat-breadcrumb a {
  color: rgba(0,0,0,0.4);
  text-decoration: none;
  transition: color 0.2s;
}
.cat-breadcrumb a:hover { color: rgba(0,0,0,0.7); }
.cat-breadcrumb__sep { color: rgba(0,0,0,0.4); }

/* Filter tabs */
.cat-tabs {
  display: flex;
  gap: 0.56vw;
  margin-bottom: 1.74vw;
  justify-content: center;
}
.cat-tab {
  height: 2.08vw;
  padding: 0 0.83vw;
  font-size: 1.39vw;
  line-height: 1.39vw;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background: rgba(0,0,0,0.10);
  outline: 1px solid rgba(0,0,0,0.20);
  outline-offset: -1px;
  border: none;
  color: rgba(0,0,0,0.40);
  --stroke-0: rgba(0,0,0,0.4);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* text pinned to top:8px (Figma), icon independently centered */
.cat-tab > span {
  align-self: flex-start;
  padding-top: 0.56vw;
}
.cat-tab.active {
  background: rgba(0,0,0,0.30);
  outline-color: rgba(0,0,0,0.40);
  color: var(--black);
  --stroke-0: #0a0a0a;
}
.cat-tab:not(.active):hover {
  background: rgba(0,0,0,0.18);
  color: rgba(0,0,0,0.6);
  --stroke-0: rgba(0,0,0,0.6);
}
/* icon: plus on inactive, minus on active */
.cat-tab.active .cat-tab__icon { display: none; }
.cat-tab__icon {
  width: 1.11vw;
  height: 1.11vw;
  flex-shrink: 0;
  display: block;
}
.cat-tab.active::after {
  content: '\2212';
  font-size: 1.39vw;
  line-height: 1;
  margin-left: -2px;
}

/* Filter bar */
.cat-filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1.39vw;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  margin-bottom: 0.69vw;
  position: relative;
  z-index: 10; /* above event-card stacking contexts created by io-fade-up transform */
  visibility: hidden;
}
.cat-filter-bar--ready {
  visibility: visible;
}
.cat-filter-left {
  display: flex;
  gap: 1.74vw;
}

/* Select dropdowns — plain text labels, Figma chevron 8×4px stroke 1.5 #0A0A0A */
.cat-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  color: var(--black);
  font-family: inherit;
  font-size: 1.11vw;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0 1.11vw 0 0;
  height: 1.39vw;
  line-height: 1.39vw;
  cursor: pointer;
  outline: none;
  overflow: visible;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4'%3E%3Cpath d='M0.75 0.75 L4 3.25 L7.25 0.75' stroke='%230A0A0A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  transition: width 0.22s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
}
.cat-select:hover,
.cat-select:focus { opacity: 0.7; }
.cat-select option {
  background: #ffffff;
  color: var(--black);
}

/* ── Sort button (click-to-cycle, no dropdown) ── */
.cat-sort-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.11vw;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--black);
  padding: 0;
  transition: opacity 0.2s;
}
.cat-sort-btn:hover { opacity: 0.6; }
.sort-arrow {
  display: inline-block;
  transform: translateY(-2px);
}

/* ── Custom dropdown ──────────────────────────────────────── */
.cat-dropdown {
  position: relative;
  display: inline-block;
}

.cat-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.23vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.11vw;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--black);
  white-space: nowrap;
  transition: opacity 0.2s;
}
.cat-dropdown__trigger:hover { opacity: 0.6; }
.cat-dropdown__label { transform: translateY(2px); }

.cat-dropdown__chevron {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.cat-dropdown--open .cat-dropdown__chevron { transform: rotate(180deg); }

.cat-dropdown__panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #ffffff;
  width: 346px;
  border: 1px solid rgba(7, 7, 7, 0.10);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  z-index: 300;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.cat-dropdown--open .cat-dropdown__panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Search field */
.cat-dropdown__search {
  padding: 27px 27px 0;
  position: relative;
}
.cat-dropdown__search-input {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(7, 7, 7, 0.10);
  padding: 0 36px 0 13px;
  font-family: inherit;
  font-size: 19px;
  color: #070707;
  outline: none;
  letter-spacing: 0.02em;
}
.cat-dropdown__search-input::placeholder { color: rgba(7, 7, 7, 0.30); }
.cat-dropdown__search-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(calc(-50% + 13px));
  pointer-events: none;
  display: flex;
  align-items: center;
}

/* Scrollable list */
.cat-dropdown__list {
  margin-top: 19px;
  max-height: 213px;
  overflow-y: auto;
  padding-bottom: 13px;
}
.cat-dropdown__list::-webkit-scrollbar { width: 6px; }
.cat-dropdown__list::-webkit-scrollbar-track { background: rgba(7, 7, 7, 0.10); border-radius: 3px; }
.cat-dropdown__list::-webkit-scrollbar-thumb { background: #070707; border-radius: 2px; }

/* Option row */
.cat-dropdown__option {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 27px;
  height: 31px;
  cursor: pointer;
  font-family: inherit;
  font-size: 19px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #070707;
  white-space: nowrap;
}
.cat-dropdown__option:hover { background: rgba(7, 7, 7, 0.03); }

/* Checkbox */
.cat-dropdown__checkbox {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(7, 7, 7, 0.20);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

/* Mobile filter bar/panel — hidden on desktop */
.mob-filter-bar,
.mob-filter-panel { display: none; }

/* Fluid grid on catalogue page — 4 equal columns filling full width */
.cat-content .events__grid {
  grid-template-columns: repeat(4, 1fr);
  justify-content: stretch;
  row-gap: 2.78vw;
  padding-left: 0;
  padding-right: 0;
}
.cat-content--complete {
  padding-bottom: 100px;
}

/* Cards fill their grid cell, maintain 333:416 visible-area ratio (Figma) */
.cat-content .event-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 333 / 416;
}

@keyframes catCardIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Card link wrapper */
.cat-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  animation: catCardIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cat-card-link:hover .event-card__photo {
  transform: scale(1.04);
}
.event-card__photo {
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* ── Catalogue dark theme (Past events tab) ──────────────── */
/* Instant dark theme on page load (before JS) — applied to <html> to prevent white flash */
.cat-dark-init,
.cat-dark-init body { background: #070707; }
.cat-dark-init .cat-page { --cat-bg: #070707; }
.cat-dark-init .section-heading--white .section-heading__title { color: rgba(255,255,255,0.6); }
.cat-dark-init .section-heading__pill { background: var(--white); }
.cat-dark-init .section-heading__pill span { color: rgba(7,7,7,0.90); }
.cat-dark-init .nav--dark .nav__links a { color: #fff; }
.cat-dark-init .page-logo-top--dark img { filter: none; }
.cat-dark-init .mob-filter-bar__toggle,
.cat-dark-init .mob-filter-bar__sort,
.cat-dark-init .mob-filter-bar__clear { color: #ffffff; }
.cat-dark-init .mob-filter-bar__chevron { color: #ffffff; }

.cat-dark { background: #070707; transition: background 0.35s ease; }
.cat-page--dark {
  --cat-bg: #070707;
}
/* Section heading: title, gradient, pill */
.cat-page--dark .section-heading__title {
  color: rgba(255,255,255,0.60);
}
/* gradient inherits --cat-bg automatically — no separate override needed */
.cat-page--dark .section-heading__pill {
  background: var(--white);
}
.cat-page--dark .section-heading__pill span {
  color: rgba(7,7,7,0.90);
}
/* Breadcrumb */
.cat-page--dark .cat-breadcrumb { color: rgba(255,255,255,0.90); }
.cat-page--dark .cat-breadcrumb a { color: rgba(255,255,255,0.40); }
.cat-page--dark .cat-breadcrumb a:hover { color: rgba(255,255,255,0.70); }
.cat-page--dark .cat-breadcrumb__sep { color: rgba(255,255,255,0.40); }
/* Tabs */
.cat-page--dark .cat-tab {
  background: rgba(255,255,255,0.10);
  outline-color: rgba(255,255,255,0.20);
  color: rgba(255,255,255,0.40);
}
.cat-page--dark .cat-tab.active {
  background: rgba(255,255,255,0.30);
  outline-color: rgba(255,255,255,0.40);
  color: #ffffff;
}
.cat-page--dark .cat-tab:not(.active):hover {
  background: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.60);
}
.cat-page--dark .cat-tab__icon { filter: brightness(0) invert(1); }
/* Filter bar */
.cat-page--dark .cat-filter-bar { border-bottom-color: rgba(255,255,255,0.12); }
/* Dropdown triggers */
.cat-page--dark .cat-dropdown__trigger { color: #ffffff; }
.cat-page--dark .cat-dropdown__chevron svg path { stroke: #ffffff; }
/* Sort button */
.cat-page--dark .cat-sort-btn { color: #ffffff; }
/* Dropdown panels */
.cat-page--dark .cat-dropdown__panel {
  background: #1a1a1a;
  border-color: rgba(255,255,255,0.10);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.cat-page--dark .cat-dropdown__search-input {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  color: #ffffff;
}
.cat-page--dark .cat-dropdown__search-input::placeholder { color: rgba(255,255,255,0.30); }
.cat-page--dark .cat-dropdown__search-icon svg path { stroke: rgba(255,255,255,0.50); }
.cat-page--dark .cat-dropdown__option { color: #ffffff; }
.cat-page--dark .cat-dropdown__option:hover { background: rgba(255,255,255,0.06); }
.cat-page--dark .cat-dropdown__checkbox { border-color: rgba(255,255,255,0.25); }
.cat-page--dark .cat-dropdown__checkbox svg path { stroke: #ffffff; }
.cat-page--dark .cat-dropdown__list::-webkit-scrollbar-track { background: rgba(255,255,255,0.10); }
.cat-page--dark .cat-dropdown__list::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.40); }
/* "More" button stays same (btn--dark is already white bg + dark text) */
/* Empty state */
.cat-page--dark .events__empty { color: rgba(255,255,255,0.50); }

/* Footer nav-contact hover (styles inherited from .footer__link) */
.footer__nav-contact:hover,
.footer__nav-contact.io-visible:hover { opacity: 0.5; transition: opacity 0.2s; }

/* ══════════════════════════════════════════════
   EVENT DETAIL PAGE (event.html)
══════════════════════════════════════════════ */
.ed-page {
  background: #ffffff;
  min-height: 100vh;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}
.shake { animation: shake 0.4s ease; }

@keyframes ed-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ed-photo-in {
  from { opacity: 0; transform: scale(1.04); }
  to   { opacity: 1; transform: scale(1); }
}

.ed-wrap {
  padding: 120px 40px 80px;
  background: #ffffff;
}

/* Breadcrumb */
.ed-breadcrumb {
  padding-top: 50px;
  animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 0ms both;
  font-size: 24px;
  line-height: 1.3;
  color: rgba(0,0,0,0.9);
}
.ed-breadcrumb a {
  color: rgba(0,0,0,0.4);
  text-decoration: none;
  transition: color 0.2s;
}
.ed-breadcrumb a:hover { color: rgba(0,0,0,0.7); }
.ed-breadcrumb__sep { color: rgba(0,0,0,0.4); }

/* Hero: photo | content */
.ed-hero {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 40px;
}

/* Artist photo */
.ed-photo-wrap {
  width: 328px;
  height: 465px;
  background: #080808;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  animation: ed-photo-in 0.8s cubic-bezier(0.22,1,0.36,1) 60ms both;
}
.ed-photo-tag { display: none; }
.ed-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.ed-photo-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #080808);
  pointer-events: none;
}

/* Right content column */
.ed-body { flex: 1; min-width: 0; }

/* Type tag pill */
/* Tag-date row: desktop hidden (mobile only) */
.ed-tag-date-row {
  display: none;
}

.ed-tag {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 60ms both;
  border: 1px solid rgba(0,0,0,0.4);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  background: rgba(0,0,0,0.1);
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.ed-tag span { transform: translateY(3px); }

/* Artist title */
.ed-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: #191710;
  margin-bottom: 24px;
  animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 120ms both;
}

/* Horizontal divider */
.ed-divider {
  height: 1px;
  background: rgba(7,7,7,0.15);
  border: none;
  margin: 0;
}

/* 4-column info grid: Date | Time | City | Venue */
.ed-info-grid {
  display: grid;
  grid-template-columns: 21fr 37fr 24fr 20fr;
  padding: 20px 0;
  animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 180ms both;
}
.ed-info__label {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #070707;
  margin-bottom: 8px;
}
.ed-info__value {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(7,7,7,0.9);
}
.ed-info__sub {
  display: inline;
  margin-left: 8px;
  color: rgba(7,7,7,0.6);
}

/* Venue value + maps button on same row, button pushed right */
.ed-venue-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Open in Maps button */
.ed-maps-btn {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 3px 10px 0;
  border: 1px solid rgba(0,0,0,0.4);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  background: rgba(0,0,0,0.3);
  font-size: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.ed-maps-btn:hover { opacity: 0.7; }

/* About / Rules rows (label + text, 2 columns) */
.ed-section-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  padding: 20px 0;
  animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 240ms both;
}
.ed-section__toggle {
  display: contents;
  background: none; border: none; cursor: default;
  font: inherit; padding: 0; text-align: left;
}
.ed-section__toggle-icon { display: none; }
.ed-section__label {
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #070707;
}
.ed-section__text {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(7,7,7,0.9);
  white-space: pre-wrap;
  max-width: 784px;
  margin: 0;
}
.ed-section__text--rules { white-space: normal; }
.ed-section__hr {
  border: none;
  border-top: 1px solid rgba(7,7,7,0.15);
  margin: 16px 0;
  width: 48%;
  margin-left: 0;
}
.ed-section__bullet { padding-left: 20px; }

/* Transparent dark gradient bar — shared by price bar and tour rows */
.ed-bar {
  height: 85px;
  background: linear-gradient(180deg, rgba(7,7,7,0.30) 0%, rgba(7,7,7,0.05) 100%);
  display: flex;
  align-items: center;
  overflow: clip;
}

/* Buy Tickets button inside bar: white base + dark gradient overlay */
.ed-bar__btn {
  flex-shrink: 0;
  width: 260px;
  height: 45px;
  margin-right: 30px;
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 100%),
    rgba(255,255,255,0.90);
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #070707;
  letter-spacing: 0.32px;
  -webkit-user-select: none;
  user-select: none;
  transition: background 0.2s ease;
}
.ed-bar__btn span { transform: translateY(3px); }
.ed-bar__btn__icon { width: 16px; height: 16px; flex-shrink: 0; filter: brightness(0); }
.ed-bar__btn:hover,
.ed-provider-tab--active,
.ed-tickets-toggle--active { background: #e2e2e2; }
.ed-bar__btn--soldout {
  pointer-events: none;
  opacity: 0.5;
}

/* Price bar */
.ed-price-bar {
  margin-top: 70px;
  animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 300ms both;
}
.ed-price-bar__price {
  flex: 1;
  padding-left: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #191710;
  font-variant-numeric: tabular-nums;
}
.ed-price-bar .ed-bar__btn { margin-right: 30px; }

/* Ticket accordion panel — shown below price bar when expanded */
.ed-ticket-panel { display: flex; flex-direction: column; }
.ed-ticket-panel[hidden] { display: none; }

/* Providers bar — row of provider tab buttons */
.ed-providers-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 85px;
  height: auto;
  padding: 20px;
}
.ed-providers-bar .ed-bar__btn { margin-right: 0; flex-shrink: 0; }

/* Ticket widget embed area */
.ed-ticket-widget {
  background: linear-gradient(180deg, rgba(7,7,7,0.30) 0%, rgba(7,7,7,0.05) 100%);
  min-height: 400px;
  padding: 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  color: rgba(7, 7, 7, 0.9);
}

/* Tour dates */
.ed-tour {
  margin-top: 70px;
  padding-bottom: 80px;
}
.ed-tour__title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: #191710;
  margin-bottom: 30px;
  animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 360ms both;
}
.ed-tour-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Tour rows — cascade in one by one */
.ed-tour-row:nth-child(1)  { animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 420ms both; }
.ed-tour-row:nth-child(2)  { animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 480ms both; }
.ed-tour-row:nth-child(3)  { animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 540ms both; }
.ed-tour-row:nth-child(4)  { animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 600ms both; }
.ed-tour-row:nth-child(5)  { animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 660ms both; }
.ed-tour-row:nth-child(6)  { animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 720ms both; }
.ed-tour-row:nth-child(7)  { animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 780ms both; }
.ed-tour-row:nth-child(8)  { animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 840ms both; }
.ed-tour-row:nth-child(n+9){ animation: ed-fade-up 0.5s cubic-bezier(0.22,1,0.36,1) 900ms both; }
/* Link wrapper for date+city area — makes the row navigable to the concert page */
.ed-tour-row__link {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s;
}
.ed-tour-row__link:hover { opacity: 0.7; }

/* Active (current) concert row — slightly stronger bar */
.ed-tour-row--active {
  background: linear-gradient(180deg, rgba(7,7,7,0.45) 0%, rgba(7,7,7,0.14) 100%);
}

.ed-tour-row__date {
  padding-left: 30px;
  width: 287px;
  flex-shrink: 0;
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #191710;
  font-variant-numeric: tabular-nums;
}
.ed-tour-row__city {
  flex: 1;
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #191710;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Not-found / loading state */
.ed-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 80px 40px;
  font-size: 24px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
}

/* ═══════════════════════════════════════════════
   INTERSECTION OBSERVER ANIMATIONS
═══════════════════════════════════════════════ */

/* Hero — CSS keyframe animations (run on load) */
@keyframes heroHeading {
  from { transform: translateY(24px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
@keyframes heroDesc {
  from { transform: translateY(24px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
@keyframes heroBtn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes heroBg {
  from { transform: scale(1.07); }
  to   { transform: scale(1); }
}

.io-hero-bg      { animation: heroBg      2.2s cubic-bezier(0.22,1,0.36,1) 0s    both; }
.io-hero-heading { animation: heroHeading 0.8s cubic-bezier(0.22,1,0.36,1)   0.15s both; }
.io-hero-desc    { animation: heroDesc    0.65s cubic-bezier(0.22,1,0.36,1)  0.5s  both; }
.io-hero-btn     { opacity: 0; animation: heroBtn 0.55s cubic-bezier(0.22,1,0.36,1) both; }

/* Scroll-triggered base states */
.io-clip-wipe {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.85s cubic-bezier(0.77,0,0.18,1);
}
.io-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.io-fade-up--rotate { transition-duration: 1.3s; }
.io-slide-left {
  opacity: 0;
  transform: translateX(-65px);
  transition: opacity 0.75s cubic-bezier(0.22,1,0.36,1), transform 0.75s cubic-bezier(0.22,1,0.36,1);
}
.io-slide-right {
  opacity: 0;
  transform: translateX(65px);
  transition: opacity 0.75s cubic-bezier(0.22,1,0.36,1), transform 0.75s cubic-bezier(0.22,1,0.36,1);
}
.io-fade-scale {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 1s cubic-bezier(0.22,1,0.36,1), transform 1s cubic-bezier(0.22,1,0.36,1);
}

/* Opacity-only (for absolute positioned elements like pills) */
.io-fade-only { opacity: 0; transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1); }
.io-visible.io-fade-only { opacity: 1; }

/* Visible state — toggled by JS */
.io-visible.io-clip-wipe  { clip-path: inset(0 0 -4px 0); }
.io-visible.io-fade-up    { opacity: 1; transform: translateY(0); }
.io-visible.io-slide-left { opacity: 1; transform: translateX(0); }
.io-visible.io-slide-right{ opacity: 1; transform: translateX(0); }
.io-visible.io-fade-scale { opacity: 1; transform: scale(1); }

/* World map dot overlay */
.map-dots-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.map-dots-overlay .dot-orange {
  fill: #535353;
  transition: fill 0.5s ease;
}
.map-dots-overlay .dot-orange.lit {
  fill: #FB5024;
}
.map-dots-overlay .dot-orange.dot-off {
  fill: #535353 !important;
}
