/* =========================================================
   EVENT SHOW PAGE — energetic / luxury nightlife
   ========================================================= */

body.theme-show {
  background: var(--black);
  background-image:
    radial-gradient(circle at 15% 20%, rgba(61, 26, 77, 0.35), transparent 45%),
    radial-gradient(circle at 85% 60%, rgba(92, 15, 28, 0.3), transparent 50%);
  background-attachment: fixed;
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  opacity: 0.55;
  pointer-events: none;
}
.glow-orb.purple { width: 420px; height: 420px; background: var(--purple); top: -120px; left: -100px; }
.glow-orb.red { width: 380px; height: 380px; background: var(--deep-red); bottom: -140px; right: -80px; }

/* ---------- Shared block rhythm ---------- */
.ev-block {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
}

.ev-intro { padding-top: calc(var(--nav-h) + 5rem); overflow: hidden; }

.ev-host { background: linear-gradient(180deg, transparent, rgba(61, 26, 77, 0.14), transparent); }
.ev-gogo { background: linear-gradient(180deg, transparent, rgba(92, 15, 28, 0.12), transparent); }
.ev-ballet { background: linear-gradient(180deg, transparent, rgba(61, 26, 77, 0.14), transparent); }

.ev-head {
  max-width: 680px;
  margin: 0 auto 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ev-head .display-lg {
  color: var(--white);
  margin-top: 0.4rem;
  font-family: var(--font-display);
}

.ev-lead {
  margin-top: 0.6rem;
  max-width: 480px;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.65);
  font-size: 1.02rem;
}

/* ---------- Photo tiles ---------- */
.ev-photo {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(201, 168, 106, 0.14);
}

.ev-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.1s var(--ease), filter 0.6s var(--ease);
  filter: saturate(1.05) brightness(0.94);
}

.ev-photo:hover img { transform: scale(1.06); filter: saturate(1.15) brightness(1); }

.ev-media-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  position: relative;
  z-index: 2;
}

.ev-media-two .ev-photo { aspect-ratio: 4 / 5; }

.ev-media-three { grid-template-columns: repeat(3, 1fr); }
.ev-media-three .ev-photo { aspect-ratio: 1 / 1; }

@media (max-width: 900px) {
  .ev-media-three { grid-template-columns: 1fr; }
}

.ev-caption {
  max-width: 620px;
  margin: 2.8rem auto 0;
  text-align: center;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.62);
  font-size: 1.02rem;
  line-height: 1.9;
  position: relative;
  z-index: 2;
}

/* ---------- Staggered two-photo layout (Events Show intro) ---------- */
.ev-media-two--stagger {
  align-items: start;
  width: calc(100% + 7vw);
  margin-left: -3.5vw;
  margin-right: -3.5vw;
  gap: 0.75rem;
}

.ev-media-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ev-media-two--stagger .ev-photo { aspect-ratio: 3 / 2; }

.ev-intro .ev-media-two--stagger .ev-photo { aspect-ratio: 4 / 3; }

.ev-photo--offset { margin-top: 4.5rem; }

/* ---------- Host / Hostessen gallery ---------- */
.ev-host-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
}

.ev-host-gallery .ev-photo { aspect-ratio: 3 / 4; }

.ev-host-gallery .ev-photo:nth-child(2n) {
  margin-top: 2rem;
}

@media (max-width: 1100px) {
  .ev-host-gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .ev-host-gallery { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
  .ev-host-gallery .ev-photo:nth-child(2n) { margin-top: 0; }
}

.ev-caption--left {
  max-width: none;
  margin: 0;
  text-align: left;
}

@media (max-width: 900px) {
  .ev-media-two { grid-template-columns: 1fr; }
  .ev-media-two--stagger {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ev-photo--offset { margin-top: 0; }
  .ev-caption--left { text-align: center; }
}

/* ---------- Lady Champagne — parallax photo background ---------- */
.ev-champagne {
  position: relative;
  z-index: 2;
  margin-top: -4rem;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  box-shadow: 0 -30px 60px rgba(0, 0, 0, 0.5);
  padding-top: 6rem;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background: #0e0b10 url('../img/evt-champagne-bg.jpg') center 42% / cover no-repeat;
  background-attachment: fixed;
}

@media (max-width: 900px) {
  .ev-champagne { background-attachment: scroll; min-height: 0; }
}

.ev-parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 6, 14, 0.72) 0%, rgba(61, 26, 77, 0.32) 45%, rgba(10, 6, 14, 0.78) 100%);
}

.ev-champagne-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ev-champagne .ev-photo {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-champagne-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}

.ev-photo--tall { aspect-ratio: 9 / 16; }

.ev-champagne-grid .ev-photo:nth-child(2n) { margin-top: 2.5rem; }

@media (max-width: 1100px) {
  .ev-champagne-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .ev-champagne-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .ev-champagne-grid .ev-photo:nth-child(2n) { margin-top: 0; }
  .ev-photo--tall { aspect-ratio: 3 / 4; }
}

/* ---------- Go-Go Dance — parallax photo background ---------- */
.ev-gogo {
  position: relative;
  z-index: 2;
  margin-top: -4rem;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  box-shadow: 0 -30px 60px rgba(0, 0, 0, 0.5);
  padding-top: 6rem;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background: #140a10 url('../img/gogo-parallax-bg.jpg') center 40% / cover no-repeat;
  background-attachment: fixed;
}

@media (max-width: 900px) {
  .ev-gogo { background-attachment: scroll; min-height: 0; }
}

.ev-gogo-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ev-gogo .ev-photo {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ev-gogo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}

.ev-gogo-grid .ev-photo:nth-child(2n) { margin-top: 2.5rem; }

@media (max-width: 1100px) {
  .ev-gogo-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .ev-gogo-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .ev-gogo-grid .ev-photo:nth-child(2n) { margin-top: 0; }
}

/* ---------- Final CTA — parallax photo background ---------- */
.ev-final-cta {
  position: relative;
  z-index: 2;
  margin-top: -4rem;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  box-shadow: 0 -30px 60px rgba(0, 0, 0, 0.5);
  padding: 10rem 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  text-align: center;
  background: #0e0b10 url('../img/ev-cta-bg.jpg') center 38% / cover no-repeat;
  background-attachment: fixed;
}

@media (max-width: 900px) {
  .ev-final-cta { background-attachment: scroll; min-height: 0; }
}

.ev-final-cta-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ev-final-cta .display-lg {
  background: linear-gradient(120deg, #fff, var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 0.6rem;
}

.ev-final-cta .eyebrow { color: var(--gold-light); position: relative; z-index: 2; }

.ev-final-cta .btn { margin-top: 2.6rem; position: relative; z-index: 2; }
