*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  background: #050505;
}

/* ── Global transition overlay ── */
.nea-global-black-transition {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: #000;
  opacity: 0;
  pointer-events: none;
}

/* ── Section ── */
.nea-artists-room-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #050505;
}

/* ── Background ── */
.nea-artists-room-bg-layer {
  position: absolute;
  inset: 0;
  background: url("https://neaentertainment.b-cdn.net/neaentertainment/images/Home/Artist_NG31536x1024-desktop.webp")
              center / contain no-repeat;
  z-index: 1;
  transform: scale(0.8);
  filter: hue-rotate(0deg) saturate(1) brightness(.9);
  transition: filter .7s ease;
  will-change: transform, filter;
}

/* ── DJ Desk wrap ── */
.nea-dj-desk-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform: scale(0.8);
  pointer-events: none;
  will-change: transform;
}

/* ── DJ Desk image ── */
.nea-dj-desk-layer {
  position: absolute;
  inset: 0;
  background: url("https://neaentertainment.b-cdn.net/neaentertainment/images/Artists/Artists-DJ-Desk21536x1024-.webp")
             calc(50% + 3vw) calc(50% - 1vh) / contain no-repeat;
}

/* ── DJ Desk glow ── */
.nea-dj-desk-glow {
  position: absolute;
  inset: 0;
  background: url("https://neaentertainment.b-cdn.net/neaentertainment/images/Artists/Artists-DJ-Desk-Glow1536x1024-.webp")
              calc(50% + 3vw) calc(50% - 1vh) / contain no-repeat;
  filter: brightness(1.45);
  animation: neaDeskGlowPulse 3.5s ease-in-out infinite;
  transition: opacity 0.4s ease;
}

@keyframes neaDeskGlowPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.45; }
}

.nea-artists-room-section.is-desk-hovered .nea-dj-desk-glow {
  opacity: 0.05;
  animation: none;
}

.nea-artists-room-section.is-playing .nea-dj-desk-glow {
  opacity: 0;
  animation: none;
}

/* ── DJ Desk hitbox ── */
.nea-dj-desk-zone {
  position: absolute;
  left: 53%;
  bottom: 25%;
  width: 22%;
  height: 16%;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  z-index: 10;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.nea-dj-desk-zone:focus,
.nea-dj-desk-zone:hover,
.nea-dj-desk-zone:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}

/* ── Overlay vignette ── */
.nea-room-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center 65%, transparent 30%, rgba(0,0,0,.6) 100%),
    linear-gradient(to bottom, rgba(0,0,0,.3) 0%, rgba(0,0,0,.1) 40%, rgba(0,0,0,.7) 100%);
}

/* ── Exit door ── */
.nea-exit-door-button {
  position: absolute;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  display: block;
  width: clamp(54px, 9vw, 140px);
  cursor: pointer;
  pointer-events: auto;
}

.nea-exit-door {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.5);
  transition: filter .35s ease;
}

.nea-exit-door-button:hover .nea-exit-door {
  filter: brightness(1.1);
}

/* ── Merch sign ── */
.nea-merch-sign-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  display: block;
  width: clamp(84px, 13vw, 220px);
  cursor: pointer;
  pointer-events: auto;
}

.nea-merch-sign {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.5);
  transition: filter .35s ease;
}

.nea-merch-sign-button:hover .nea-merch-sign {
  filter: brightness(1.1);
}

/* ── Events sign ── */
.nea-events-sign-button {
  position: absolute;
  right: 0;
  top: 67%;
  transform: translateY(-50%);
  z-index: 8;
  display: block;
  width: clamp(84px, 13vw, 220px);
  cursor: pointer;
  pointer-events: auto;
}

.nea-events-sign {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.5);
  transition: filter .35s ease;
}

.nea-events-sign-button:hover .nea-events-sign {
  filter: brightness(1.1);
}

/* ── Content wrapper ── */
.nea-artists-room-content {
  position: relative;
  z-index: 6;
  min-height: 100vh;
  color: #fff;
}

/* ── Artist info ── */
.nea-artist-info {
  position: relative;
  z-index: 6;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7vh;
  gap: 20px;
  transition: opacity .35s ease, transform .45s ease;
  will-change: transform;
}

.nea-artist-tag {
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
  opacity: .7;
  color: #fff;
  text-align: center;
  max-width: 70vw;
  white-space: normal;
  line-height: 1.5;
}

.nea-artist-name {
  font-size: clamp(26px, 5vw + 3vh, 140px);
  line-height: .88;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -.04em;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(255,255,255,.18), 0 12px 45px rgba(0,0,0,.85);
  white-space: normal;
  word-break: break-word;
  max-width: min(90vw, 1000px);
}

.nea-artist-description {
  width: min(380px, 72vw);
  margin: 0;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.65;
  opacity: .85;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 25px rgba(0,0,0,.9);
}

.nea-artist-button {
  pointer-events: auto;
  display: inline-flex;
  padding: 14px 28px;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  margin-top: 8px;
  transition: background .25s ease, border-color .25s ease;
}

.nea-artist-button:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.35);
}

/* ── Artist stage ── */
.nea-artist-stage {
  position: absolute;
  left: 50%;
  bottom: -5vh;
  transform: translateX(-50%);
  height: 72vh;
  width: min(80vw, 740px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 4;
  will-change: transform;
}

.nea-artist-person {
  position: relative;
  z-index: 2;
  max-height: 55%;
  max-width: 80%;
  object-fit: contain;
  filter: contrast(1.05) brightness(.75) drop-shadow(0 24px 45px rgba(0,0,0,.7));
  transform: translateX(0) translateY(-50%);
  transition: opacity .35s ease, transform .45s ease, filter .45s ease;
}

.nea-artist-shadow {
  position: absolute;
  bottom: 6%;
  width: 38%;
  height: 7%;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  filter: blur(18px);
  z-index: 1;
}

/* ── Crowd ── */
.nea-crowd-layer {
  position: absolute;
  left: 5%;
  bottom: -1.5%;
  width: 90%;
  height: auto;
  z-index: 7;
  pointer-events: none;
  filter: contrast(1.05) brightness(.7);
  opacity: .95;
  will-change: transform;
}

/* ── Nav arrows ── */
.nea-artist-arrow {
  position: absolute;
  top: 50%;
  z-index: 11;
  transform: translateY(-50%);
  width: 72px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #cfcfcf;
  font-size: 52px;
  line-height: 52px;
  cursor: pointer;
  will-change: transform;
}

.nea-artist-arrow:hover,
.nea-artist-arrow:focus,
.nea-artist-arrow:active {
  background: transparent;
  box-shadow: none;
  outline: none;
  color: #fff;
}

.nea-artist-prev { left: 25vw; }
.nea-artist-next { right: 25vw; }

/* ── Radio Player ── */
.nea-radio-player {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%) translateY(12px);
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 16px;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
  max-width: calc(100vw - 32px);
  min-width: 0;
}

.nea-radio-player.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nea-rp-row {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.nea-rp-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.nea-rp-time {
  font-size: 10px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.45);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  min-width: 28px;
}

.nea-rp-controls {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nea-rp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  transition: color 0.2s ease, background 0.2s ease;
  flex-shrink: 0;
}

.nea-rp-btn:hover  { color: #fff; background: rgba(255,255,255,0.08); }
.nea-rp-btn:active { background: rgba(255,255,255,0.14); }

.nea-rp-play {
  width: 36px;
  height: 36px;
  color: #fff;
  background: rgba(255,255,255,0.1);
}
.nea-rp-play:hover { background: rgba(255,255,255,0.18); }

@keyframes neaRpSpin { to { transform: rotate(360deg); } }
.nea-radio-player.is-loading .nea-icon-loading { animation: neaRpSpin 0.8s linear infinite; }

.nea-rp-track-info {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  max-width: 220px;
  overflow: hidden;
}

.nea-rp-artist {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nea-rp-sep   { color: rgba(255,255,255,0.35); flex-shrink: 0; }

.nea-rp-title {
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nea-rp-volume {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nea-rp-vol-track {
  position: relative;
  width: 56px;
  height: 14px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.nea-rp-vol-track::before {
  content: "";
  position: absolute;
  inset: 5px 0;
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
}

.nea-rp-vol-fill {
  position: absolute;
  left: 0; top: 5px; bottom: 5px;
  width: 80%;
  background: rgba(255,255,255,0.75);
  border-radius: 999px;
  pointer-events: none;
  transition: width 0.1s ease;
}

.nea-rp-vol-thumb {
  position: absolute;
  top: 50%; left: 80%;
  width: 10px; height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: left 0.1s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.nea-rp-progress-wrap {
  position: relative;
  flex: 1;
  height: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 999px;
}

.nea-rp-progress-wrap::before {
  content: "";
  position: absolute;
  inset: 5px 0;
  background: rgba(255,255,255,0.12);
  border-radius: 999px;
}

.nea-rp-progress-fill {
  position: absolute;
  left: 0; top: 5px; bottom: 5px;
  width: 0%;
  background: rgba(255,255,255,0.6);
  border-radius: 999px;
  pointer-events: none;
  transition: width 0.25s linear;
}

.nea-rp-progress-thumb {
  position: absolute;
  top: 50%; left: 0%;
  width: 11px; height: 11px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.2s ease, left 0.25s linear;
}

.nea-rp-progress-wrap:hover .nea-rp-progress-thumb { opacity: 1; }

.nea-rp-close { margin-left: 4px; color: rgba(255,255,255,0.4); }
.nea-rp-close:hover { color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.06); }

.nea-radio-player.no-tracks .nea-rp-controls,
.nea-radio-player.no-tracks .nea-rp-track-info,
.nea-radio-player.no-tracks .nea-rp-bottom { opacity: 0.35; pointer-events: none; }

/* ── Responsive ── */


@media (max-width: 960px) {
  .nea-artists-room-bg-layer {
    background-image: url("https://neaentertainment.b-cdn.net/neaentertainment/images/Home/Artist_NG3768x512-mobile.webp");
  }
}

@media (max-width: 768px) {
  .nea-artists-room-section,
  .nea-artists-room-content { min-height: 85vh; }

  .nea-artists-room-bg-layer { background-position: center bottom; }
  .nea-dj-desk-layer         { background-position: center bottom; }
  .nea-dj-desk-glow          { background-position: center bottom; }

  .nea-artist-info          { padding-top: 5vh; gap: 16px; }
  .nea-artist-name          { font-size: clamp(32px, 9vw, 72px); }
  .nea-artist-description   { width: 80vw; font-size: 14px; }
  .nea-artist-tag           { font-size: 11px; max-width: 78vw; }
  .nea-artist-stage         { bottom: 4vh; top: auto; }
  .nea-artist-person        { max-height: 45%; max-width: 65%; transform: translateY(0); }
  .nea-artist-arrow         { top: auto; bottom: 30vh; width: 48px; height: 48px; font-size: 38px; }

  .nea-radio-player         { bottom: 2%; left: 50%; }
  .nea-dj-desk-zone         { bottom: 6%; height: 16%; }

  .nea-exit-door-button {
    left: 4vw; top: auto; bottom: 14vh;
    transform: none;
  }
  .nea-merch-sign-button {
    right: 2vw; top: auto; bottom: 22vh;
    transform: none;
  }
  .nea-events-sign-button {
    right: 2vw; top: auto; bottom: 13vh;
    transform: none;
  }
  .nea-exit-door   { filter: brightness(0.85); }
  .nea-merch-sign  { filter: brightness(0.85); }
  .nea-events-sign { filter: brightness(0.85); }

  .nea-rp-track-info { max-width: 120px; padding: 0 8px; }
  .nea-rp-vol-track  { width: 32px; }
  .nea-radio-player  { padding: 8px 12px; }
}

@media (max-width: 430px) {
  .nea-artists-room-section,
  .nea-artists-room-content { min-height: 85vh; }

  .nea-artist-info          { padding-top: 4vh; gap: 14px; }
  .nea-artist-name          { font-size: clamp(28px, 10vw, 52px); }
  .nea-artist-description   { width: 86vw; font-size: 13px; }
  .nea-artist-tag           { font-size: 10px; max-width: 82vw; }
  .nea-artist-button        { padding: 12px 22px; font-size: 14px; }
  .nea-artist-stage         { height: 58vh; bottom: 4vh; top: auto; }
  .nea-artist-person        { max-height: 42%; max-width: 62%; transform: translateY(0); }
  .nea-artist-arrow         { top: auto; bottom: 20vh; width: 50px; height: 40px; font-size: 32px; }
  .nea-exit-door-button     { bottom: 35vh; }
  .nea-merch-sign-button    { bottom: 38vh; }
  .nea-events-sign-button   { bottom: 30vh; }
  .nea-radio-player         { bottom: 2%; }
}

@media (max-width: 340px) {
  .nea-artist-name        { font-size: 26px; }
  .nea-artist-description { font-size: 12px; }
}

/* ── Visually hidden content for search engines / screen readers ── */
.nea-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
}
