/* Ticket Fairy–style centered arc 3D fan — full-bleed */
.gx-fan-section,
.gx-fan-section.neuecontainer-new {
  position: relative;
  overflow: visible !important;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5rem 0 2.5rem;
  align-self: stretch;
}

.gx-fan-section .container-groupedtext {
  max-width: min(72rem, 92vw);
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.25rem;
}

.gx-fan-section .neue-h2 {
  font-size: clamp(2.4rem, 5.5vw, 4.25rem) !important;
  text-align: center;
}

body.body {
  overflow-x: clip;
}

.gx-fan-stage {
  position: relative;
  width: 100%;
  max-width: none;
  height: clamp(640px, 78vh, 900px);
  margin: 0.25rem auto 0;
  touch-action: none;
  cursor: grab;
  user-select: none;
  overflow: visible;
}

.gx-fan-stage:active,
.gx-fan-stage.is-dragging {
  cursor: grabbing;
}

.gx-fan-glow {
  position: absolute;
  left: 50%;
  top: -2%;
  width: min(96vw, 1400px);
  height: min(48vh, 520px);
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(170, 130, 255, 0.36), transparent 68%);
  pointer-events: none;
  filter: blur(2px);
  z-index: 0;
}

.gx-fan-rays {
  position: absolute;
  inset: -12% 0 auto;
  height: 60%;
  pointer-events: none;
  z-index: 0;
  background:
    conic-gradient(from 200deg at 50% -10%, transparent 0deg, rgba(255,255,255,.05) 8deg, transparent 16deg),
    conic-gradient(from 240deg at 50% -10%, transparent 0deg, rgba(180,140,255,.08) 10deg, transparent 20deg);
  opacity: .75;
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 22%, transparent 72%);
  mask-image: radial-gradient(ellipse at 50% 0%, #000 22%, transparent 72%);
}

.gx-fan-scene {
  position: absolute;
  inset: 0;
  perspective: 1600px;
  perspective-origin: 50% 42%;
  transform-style: preserve-3d;
  z-index: 1;
}

.gx-fan-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(240px, 18vw, 320px);
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #161616;
  border: 2px solid #2a2a2a;
  box-shadow: 0 36px 70px rgba(0,0,0,.65);
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    opacity .35s ease;
  color: #fff;
}

.gx-fan-stage.is-dragging .gx-fan-card {
  transition: none;
}

.gx-fan-card.is-hidden {
  pointer-events: none;
}

.gx-fan-card.is-active {
  border-color: #4a4a4a;
  box-shadow:
    0 42px 80px rgba(0,0,0,.78),
    0 0 0 1px rgba(255,255,255,.12);
}

.gx-fan-card-media {
  position: relative;
  height: clamp(240px, 28vh, 340px);
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
}

.gx-fan-card-pill {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  z-index: 2;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  font: 700 .78rem/1.2 Inter, system-ui, sans-serif;
  pointer-events: none;
}

.gx-fan-card-body {
  padding: 1rem 1.05rem .5rem;
  background: #171717;
}

.gx-fan-card-body h3 {
  margin: 0;
  font: 700 clamp(1rem, 1.15vw, 1.2rem)/1.25 Inter, system-ui, sans-serif;
  letter-spacing: -.02em;
  color: #fff;
}

.gx-fan-card-body p {
  margin: .4rem 0 0;
  color: #9a9a9a;
  font: 400 .82rem/1.35 Inter, system-ui, sans-serif;
}

.gx-fan-card-foot {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-top: auto;
  padding: .75rem 1.05rem .95rem;
  background: #121212;
  border-top: 1px solid rgba(255,255,255,.06);
}

.gx-fan-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  padding: .35rem .45rem;
  border-radius: .45rem;
  background: #2a241c;
  color: #e8c48a;
  font: 800 .7rem/1 Inter, system-ui, sans-serif;
  letter-spacing: .03em;
}

.gx-fan-place {
  color: #b0b0b0;
  font: 600 .95rem/1.2 Inter, system-ui, sans-serif;
}

.gx-fan-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(92vw, 72rem);
  margin: 1rem auto 0;
  padding: 0 1.25rem;
}

.gx-fan-foot .paragraph-large {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1rem, 1.4vw, 1.25rem) !important;
}

.gx-fan-nav {
  display: inline-flex;
  gap: .35rem;
  flex-shrink: 0;
}

.gx-fan-nav button {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: .4rem;
  background: transparent;
  color: #5eead4;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
}

.gx-fan-nav button:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .gx-fan-stage {
    height: clamp(560px, 72vh, 720px);
  }
  .gx-fan-card {
    width: clamp(200px, 28vw, 260px);
  }
  .gx-fan-card-media {
    height: clamp(200px, 26vh, 280px);
  }
}

@media (max-width: 767px) {
  .gx-fan-stage {
    height: clamp(500px, 88vh, 640px);
  }
  .gx-fan-card {
    width: min(200px, 56vw);
  }
  .gx-fan-card-media {
    height: 210px;
  }
  .gx-fan-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .gx-fan-section .neue-h2 {
    font-size: clamp(2rem, 9vw, 2.8rem) !important;
  }
}
