/* =========================================================
   AV JUNKI — DJ PAGE
   HERO + VIDEO + LIGHTS + SMOKE + SERVICES
   ========================================================= */

:root {
  --black: #050505;
  --white: #ffffff;
  --red: #e51b23;
  --purple: #bd4dff;
  --aqua: #00d8ff;

  --screen-left: 35.75%;
  --screen-top: 30.05%;
  --screen-width: 28.55%;
  --screen-height: 18.55%;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--black);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
}

body { overflow-x: hidden; }

a { color: inherit; }


/* HEADER */

.dj-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 3vw, 52px);
  background: linear-gradient(180deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.38) 72%, rgba(0,0,0,0) 100%);
}

.dj-home,
.dj-nav a {
  color: #fff;
  text-decoration: none;
}

.dj-home {
  font-weight: 800;
  letter-spacing: .12em;
}

.dj-nav {
  display: flex;
  align-items: center;
  gap: clamp(13px, 1.7vw, 28px);
  font-size: .79rem;
  font-weight: 600;
}

.dj-nav a {
  opacity: .92;
  transition: opacity 180ms ease, transform 180ms ease;
}

.dj-nav a:hover,
.dj-nav a:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.dj-nav .dj-book {
  padding: 11px 16px;
  background: var(--red);
  border-radius: 4px;
  opacity: 1;
}


/* PAGE / STAGE */

.dj-page,
.dj-experience { min-height: 100vh; }

.dj-experience {
  display: grid;
  place-items: center;
  background: #000;
}

.dj-stage {
  position: relative;
  width: min(100vw, 177.7777778vh);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.dj-master {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
/* DJ Silvah console badge — mobile only */
.dj-console-logo {
  display: none;
}
/* =========================================================
   DJ MIX SAMPLE PLAYER
   ========================================================= */

.dj-mix-player {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
visibility: hidden;
}
body.dj-mixer-ready .dj-mix-player {
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------------
   SPEAKER TRACK BUTTONS
   ----------------------------------------- */

.dj-track-hotspot {
  position: absolute;

  padding: 0;
  margin: 0;

  border: 0;
  outline: 0;

  background: transparent;

  color: transparent;

  cursor: pointer;

  pointer-events: auto;
}
/* Visible TRACK 1–6 labels on speaker faces */
.dj-speaker-track span {
  position: absolute;

  left: 50%;
  bottom: 8%;

  transform: translateX(-50%);

  color: #9cff00;

  font-size: clamp(.50rem, .72vw, .90rem);
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;

  white-space: nowrap;

  text-shadow:
    0 1px 3px rgba(0,0,0,.95),
    0 0 5px rgba(0,0,0,.75);

  pointer-events: none;
}
/* LEFT SPEAKER */
/* Fine-tune left speaker labels */
.dj-speaker-track.track-1 span,
.dj-speaker-track.track-2 span,
.dj-speaker-track.track-3 span {
  bottom: 25%;
}

/* Fine-tune right speaker labels */
.dj-speaker-track.track-4 span,
.dj-speaker-track.track-5 span,
.dj-speaker-track.track-6 span {
 left: 64%;
  bottom: 25%;
}
.dj-speaker-track.track-1 {
  left: 6.1%;
  top: 3.1%;
  width: 7.55%;
  height: 7.7%;
}

.dj-speaker-track.track-2 {
  left: 6.1%;
  top: 11.4%;
  width: 7.55%;
  height: 7.4%;
}

.dj-speaker-track.track-3 {
  left: 6.1%;
  top: 19.7%;
  width: 7.35%;
  height: 6.5%;
}



/* RIGHT SPEAKER */

.dj-speaker-track.track-4 {
  left: 87.0%;
  top: 3.1%;
  width: 7.35%;
  height: 7.7%;
}

.dj-speaker-track.track-5 {
  left: 87.0%;
  top: 11.4%;
  width: 7.35%;
  height: 7.4%;
}

.dj-speaker-track.track-6 {
  left: 87.0%;
  top: 19.7%;
  width: 7.15%;
  height: 6.5%;
}



/* Active speaker track */

.dj-speaker-track.is-active {
  box-shadow: none;
  border-radius: 0;
}

/* -----------------------------------------
   MIXER FADER BANK
   ----------------------------------------- */

.dj-fader-bank {
  position: absolute;

  left: 41.35%;
  top: 11.1%;

 width: 9.45%;
  height: 11.4%;

  display: grid;
  grid-template-columns: repeat(6, 1fr);

  pointer-events: none;
}


/* Individual fader click zone */

.dj-fader-channel {
  position: relative;

  width: 100%;
  height: 100%;

  padding: 0;
  margin: 0;

  border: 0;
  outline: 0;

  background: transparent;

  cursor: pointer;

  pointer-events: auto;
}


/* Moving fader cap */

.dj-fader-cap {
  position: absolute;

  left: 50%;
  bottom: 5%;

  width: 64%;
  height: 13%;

  transform:
    translateX(-50%)
    translateY(0);

  border-radius: 2px;

  background:
    linear-gradient(
      180deg,
      #2c2c2c 0%,
      #090909 48%,
      #262626 100%
    );

  border: 1px solid rgba(255,255,255,.22);

  box-shadow:
    0 2px 4px rgba(0,0,0,.75),
    inset 0 1px 1px rgba(255,255,255,.22);

  transition:
    transform .30s ease,
    box-shadow .30s ease;
}


/* Fader moves upward when active */

.dj-fader-channel.is-active .dj-fader-cap {
  transform:
    translateX(-50%)
    translateY(-390%);

  box-shadow:
    0 0 9px rgba(255,205,70,.75),
    0 0 18px rgba(189,77,255,.45);
}
/* First-load hint: gently pulse the six channel faders */
body.dj-mixer-ready .dj-fader-channel .dj-fader-cap {
 animation: djFaderHint 1s ease-in-out 4;
}

@keyframes djFaderHint {
  0%, 100% {
    filter: brightness(1);
  }

  50% {
   filter:
  brightness(2.1)
  drop-shadow(0 0 8px rgba(255, 213, 77, .95));
  }
}

/* -----------------------------------------
   MASTER VOLUME FADER
   ----------------------------------------- */

.dj-master-fader-wrap {
  position: absolute;

 left: 51.00%;
  top: 11.1%;

  width: 1.575%;
  height: 11.4%;

  z-index: 21;

  pointer-events: auto;
}

.dj-master-fader {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 407%;
  height: 25%;

  transform:
    translate(-50%, -50%)
    rotate(-90deg);

  transform-origin: center;

  -webkit-appearance: none;
  appearance: none;

  background: transparent;

  cursor: pointer;
}

.dj-master-fader::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
}

.dj-master-fader::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;

  width: 10%;
  height: 64%;

  border-radius: 2px;

 background:
  linear-gradient(
    180deg,
    #dfff55 0%,
    #9cff00 48%,
    #59a800 100%
  );

border: 1px solid rgba(220,255,120,.90);

box-shadow:
  0 2px 4px rgba(0,0,0,.75),
  0 0 7px rgba(150,255,0,.45),
  inset 0 1px 1px rgba(255,255,255,.55);
  cursor: pointer;
}



/* -----------------------------------------
   MIXER DISPLAY
   ----------------------------------------- */

.dj-mix-display {
  position: absolute;

  left: 41.5%;
  top: 2.52%;

  width: 10.84%;
  height: 7.73%;

  text-align: center;

  pointer-events: none;
}

.dj-display-label {
  position: absolute;
  left: 0;
  top: 27%;

  width: 100%;

  transform: translateY(-50%);

  font-size: clamp(.46rem, .66vw, .80rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;

  white-space: nowrap;

  color: #ffd54d;
}

#dj-now-playing {
  position: absolute;
  left: 0;
  top: 50%;

  width: 100%;

  transform: translateY(-50%);

  margin: 0;

  font-size: clamp(.42rem, .72vw, .85rem);
  font-weight: 800;
  line-height: 1;

  white-space: nowrap;

  color: #ffffff;
}

#dj-track-time {
  position: absolute;
  left: 0;
  top: 80%;

  width: 100%;

  transform: translateY(-50%);

  margin: 0;

  font-size: clamp(.32rem, .48vw, .58rem);
  line-height: 1;

  white-space: nowrap;

  color: rgba(255,255,255,.80);
}
/* -----------------------------------------
   LIVE VU METER DISPLAY
   ----------------------------------------- */

.dj-vu-display {
  position: absolute;

left: 52.35%;
top: 8.40%;

width: 5.65%;
height: 4.95%;

  z-index: 22;
  overflow: hidden;
  pointer-events: none;
}

#dj-vu-meter {
  display: block;
  width: 100%;
  height: 100%;
}
/* VIDEO */

.dj-screen {
  position: absolute;
  z-index: 4;
  left: var(--screen-left);
  top: var(--screen-top);
  width: var(--screen-width);
  height: var(--screen-height);
  overflow: hidden;
  background: #000;
}

.dj-screen video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* LIGHTS */

.dj-lighting {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}

.dj-lighting-a {
  mix-blend-mode: color;
  background-color: rgb(0,145,255);
  animation: avjRoomColor 30s ease-in-out infinite;
}

.dj-lighting-b {
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.46), transparent 26%),
    radial-gradient(circle at 85% 22%, rgba(255,255,255,.40), transparent 26%),
    radial-gradient(circle at 50% 15%, rgba(255,255,255,.23), transparent 31%);
  animation: avjLightDepth 30s ease-in-out infinite;
}

@keyframes avjRoomColor {
  0% { background-color: rgb(0,145,255); opacity: .58; }
  16.66% { background-color: rgb(175,20,255); opacity: .58; }
  33.33% { opacity: 0; }
  50% { background-color: rgb(255,25,95); opacity: .58; }
  66.66% { background-color: rgb(0,220,185); opacity: .58; }
  83.33% { opacity: 0; }
  100% { background-color: rgb(0,145,255); opacity: .58; }
}

@keyframes avjLightDepth {
  0%,16.66%,50%,66.66%,100% { opacity: .42; }
  33.33%,83.33% { opacity: 0; }
}


/* SMOKE — final tuning preserved: width 88%, main opacity 18% */

.dj-smoke {
  display: block;
  position: absolute;
  left: 6%;
  top: 49%;
  width: 88%;
  height: 27%;
  z-index: 5;
  overflow: visible;
  pointer-events: none;
}

.smoke-cloud {
  display: block;
  position: absolute;
  width: 58%;
  height: 76%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 22% 55%, rgba(255,255,255,.72) 0%, rgba(240,225,255,.50) 18%, rgba(215,185,245,.22) 42%, transparent 72%),
    radial-gradient(ellipse at 52% 42%, rgba(255,255,255,.60) 0%, rgba(225,200,250,.28) 24%, transparent 68%),
    radial-gradient(ellipse at 80% 60%, rgba(235,215,255,.42) 0%, rgba(210,175,240,.18) 28%, transparent 72%);
  filter: blur(34px);
  pointer-events: none;
  will-change: transform, opacity;
}

.smoke-one {
  left: -52%;
  bottom: -1%;
  opacity: .18;
  animation: smokeMoveRight 8s linear infinite;
}

.smoke-two {
  left: 18%;
  bottom: -10%;
  width: 64%;
  height: 80%;
  opacity: .13;
  animation: smokeCenterDrift 6.5s ease-in-out infinite alternate;
}

.smoke-three {
  right: -52%;
  bottom: 1%;
  opacity: .15;
  animation: smokeMoveLeft 9s linear infinite;
}

@keyframes smokeMoveRight {
  0% { transform: translate3d(0,5px,0) scaleX(1.04) scaleY(.88); }
  25% { transform: translate3d(70%,-2px,0) scaleX(1.16) scaleY(.93); }
  50% { transform: translate3d(140%,-7px,0) scaleX(1.24) scaleY(.98); }
  75% { transform: translate3d(210%,-3px,0) scaleX(1.16) scaleY(.94); }
  100% { transform: translate3d(280%,3px,0) scaleX(1.06) scaleY(.90); }
}

@keyframes smokeMoveLeft {
  0% { transform: translate3d(0,3px,0) scaleX(1.03) scaleY(.89); }
  25% { transform: translate3d(-70%,-2px,0) scaleX(1.15) scaleY(.94); }
  50% { transform: translate3d(-140%,-8px,0) scaleX(1.23) scaleY(.99); }
  75% { transform: translate3d(-210%,-3px,0) scaleX(1.15) scaleY(.94); }
  100% { transform: translate3d(-280%,2px,0) scaleX(1.05) scaleY(.90); }
}

@keyframes smokeCenterDrift {
  0% { transform: translate3d(-28%,10px,0) scaleX(1.02) scaleY(.82); opacity: .10; }
  50% { transform: translate3d(0,-5px,0) scaleX(1.24) scaleY(.96); opacity: .15; }
  100% { transform: translate3d(28%,-12px,0) scaleX(1.10) scaleY(.88); opacity: .12; }
}


/* LEFT HERO COPY */

.dj-hero-copy {
  position: absolute;
  z-index: 25;
  left: 7.5%;
  top: 38%;
  width: min(28%, 440px);
  color: #fff;
  text-shadow: 0 3px 16px rgba(0,0,0,.72);
}

.dj-script {
  margin: 0 0 2px;
  color: var(--aqua);
  font-size: clamp(1rem, 2vw, 2rem);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  line-height: 1;
}

.dj-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4.2vw, 4.7rem);
  line-height: .98;
  letter-spacing: .06em;
  font-weight: 800;
}

.dj-tagline {
  margin: 7px 0 0;
  letter-spacing: .20em;
  font-size: clamp(.62rem, 1.1vw, 1.05rem);
  font-weight: 600;
}

.dj-copy-rule {
  display: block;
  width: 54%;
  height: 2px;
  margin: 16px 0 18px;
  background: linear-gradient(90deg, var(--red), rgba(229,27,35,0));
}

.dj-hero-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(.83rem, 1.3vw, 1.25rem);
  letter-spacing: .19em;
  font-weight: 700;
}

.dj-copy-text {
  margin: 0;
  max-width: 420px;
  color: rgba(255,255,255,.91);
  font-size: clamp(.69rem, .96vw, .94rem);
  line-height: 1.72;
}

.dj-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(.62rem, .82vw, .78rem);
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 10px 28px rgba(229,27,35,.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dj-hero-cta:hover,
.dj-hero-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 32px rgba(229,27,35,.34);
}


/* SERVICES OVERLAY */

.dj-services-overlay {
  position: absolute;
  z-index: 26;
  left: 50%;
  right: auto;
  bottom: 2.8%;
  width: 48.5%;
  transform: translateX(-50%);
}

.dj-services-heading {
  text-align: center;
  margin-bottom: 8px;
  text-shadow: 0 3px 14px rgba(0,0,0,.82);
}

.dj-services-heading p {
  margin: 0 0 4px;
  color: var(--red);
  font-size: clamp(.52rem, .72vw, .68rem);
  font-weight: 800;
  letter-spacing: .32em;
}

.dj-services-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(.75rem, 1.25vw, 1.22rem);
  letter-spacing: .17em;
  font-weight: 700;
}

.dj-services-heading > span {
  display: block;
  width: 46px;
  height: 2px;
  margin: 8px auto 0;
  background: var(--red);
}

.dj-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1.1vw, 18px);
}

.dj-service-card {
  min-height: clamp(112px, 14.2vw, 190px);
  padding: clamp(10px, 1.25vw, 18px);
  border: 1px solid rgba(189,77,255,.32);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(4,8,23,.82), rgba(5,6,15,.92));
  box-shadow: 0 18px 40px rgba(0,0,0,.33), inset 0 0 30px rgba(82,31,129,.07);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-align: center;
}

.dj-service-icon {
  width: clamp(27px, 3.2vw, 48px);
  height: clamp(27px, 3.2vw, 48px);
  margin: 0 auto 7px;
  color: #c957ff;
  filter: drop-shadow(0 0 8px rgba(195,70,255,.55));
}

.dj-service-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dj-service-card h3 {
  margin: 0 0 6px;
  font-size: clamp(.58rem, .9vw, .88rem);
  letter-spacing: .10em;
  font-weight: 800;
}

.dj-service-card p {
  margin: 0 auto;
  max-width: 260px;
  color: rgba(255,255,255,.86);
  font-size: clamp(.48rem, .68vw, .68rem);
  line-height: 1.55;
}

.dj-card-accent {
  display: block;
  width: 30px;
  height: 2px;
  margin: 11px auto 0;
  background: var(--red);
}

/* MOBILE DJ PLAYER — hidden on desktop */
.dj-mobile-player {
  display: none;
} 
/* MOBILE MIXER LCD — hidden on desktop */
.dj-mobile-lcd {
  display: none;
}
/* RESPONSIVE */

@media (max-width: 1050px) {
  .dj-hero-copy {
    left: 5%;
   
    width: 31%;
  }

  .dj-services-overlay {
    left: 50%;
    right: auto;
    bottom: 2%;
    width: 48.5%;
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  /* MOBILE HEADER */
  .dj-header {
    min-height: 58px;
    padding: 10px 14px;
    background: #000;
  }

  .dj-home {
    font-size: .82rem;
  }

  .dj-nav {
    gap: 0;
  }

  .dj-nav a:not(.dj-book) {
    display: none;
  }

  .dj-book {
    font-size: .72rem;
    padding: 9px 11px !important;
  }

  /* Remove desktop full-screen centering on phones. */
  .dj-page,
  .dj-experience {
    min-height: 0;
  }

  .dj-experience {
    display: block;
    padding-top: 58px;
    background: #000;
  }

  /*
     The stage becomes a vertical mobile layout:
     1) locked 16:9 visual
     2) DJ copy
     3) service cards
  */
 .dj-stage {
  width: 100%;
  max-width: none;
  aspect-ratio: auto;
  overflow: visible;
  padding-top: 177.7777778vw;
  background: #000;
}
  /* Hide desktop mixer controls on mobile */
.dj-mix-player {
  display: none !important;
}

/* Mobile DJ player */
.dj-mobile-player {
  display: block !important;
  position: relative;
  z-index: 30;
  width: 100%;
   margin-top: -85vw;
  padding: 22px 16px 24px;
background: transparent;
  color: #fff;
  text-align: center;
}

.dj-mobile-player-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 0 4px;
}
.dj-mobile-player-title {
  color: #d76cff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
}

.dj-mobile-track-count {
  color: #ffffff;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .03em;
  text-align: right;
}

#dj-mobile-now-playing {
  font-size: .95rem;
  font-weight: 800;
}

#dj-mobile-track-time {
  font-size: .72rem;
  color: rgba(255,255,255,.72);
}

.dj-mobile-track-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.dj-mobile-track-grid button {
  width: 100%;
  min-height: 64px;
  padding: 10px 14px;

  border: 1px solid rgba(189,77,255,.18);
  border-radius: 8px;

  background: linear-gradient(
    90deg,
    rgba(15,12,27,.94),
    rgba(10,9,18,.92)
  );

  color: #fff;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: left;

  box-shadow:
    inset 0 0 18px rgba(120,55,170,.06),
    0 4px 14px rgba(0,0,0,.25);
}
/* Detailed mobile track row */
.dj-mobile-track-row {
  display: grid;
  grid-template-columns: 44px 28px 1fr auto 18px;
  align-items: center;
  gap: 8px;
}

.dj-mobile-track-art {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

.dj-mobile-track-number {
  color: #bd4dff;
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
}

.dj-mobile-track-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

.dj-mobile-track-info strong {
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.dj-mobile-track-info small {
  color: rgba(255,255,255,.60);
  font-size: .63rem;
  font-weight: 500;
}

.dj-mobile-track-duration {
  color: rgba(255,255,255,.72);
  font-size: .68rem;
  font-weight: 500;
  white-space: nowrap;
}

.dj-mobile-track-menu {
  color: #bd4dff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}
.dj-mobile-track-grid button.is-active {
  background: linear-gradient(
    135deg,
    #08a9ee 0%,
    #078fd4 55%,
    #056fae 100%
  );

  color: #ffffff;
  border-color: rgba(8,169,238,.90);

  box-shadow:
    inset 0 0 18px rgba(255,255,255,.08),
    0 0 18px rgba(8,169,238,.32);
}
/* =========================================================
   MOBILE NOW-PLAYING / TRANSPORT PLAYER
   ========================================================= */

.dj-mobile-controls {
  margin-top: 10px;
}

.dj-mobile-now-card {
  padding: 8px 11px 9px;

  border: 1px solid rgba(189,77,255,.48);
  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(20,13,31,.98),
      rgba(8,8,15,.98)
    );

  box-shadow:
    0 0 18px rgba(189,77,255,.12),
    inset 0 0 24px rgba(116,40,170,.06);
}


/* NOW PLAYING TOP ROW */

.dj-mobile-now-top {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;

  text-align: left;
}

.dj-mobile-now-art {
  display: block;

  width: 48px;
  height: 48px;

  object-fit: cover;

  border: 1px solid rgba(189,77,255,.28);
  border-radius: 7px;
}

.dj-mobile-now-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;

  min-width: 0;
}

.dj-mobile-now-meta strong,
#dj-mobile-now-playing {
  color: #fff;

  font-size: .80rem;
  font-weight: 700;
  line-height: 1.15;
}

.dj-mobile-now-meta span {
  color: rgba(255,255,255,.66);

  font-size: .60rem;
  font-weight: 500;
}

#dj-mobile-track-time {
  color: #d76cff;

  font-size: .62rem;
  font-weight: 700;

  white-space: nowrap;
}


/* PROGRESS BAR */

.dj-mobile-progress {
  width: 100%;
  height: 3px;

  margin: 7px 0 5px;

  -webkit-appearance: none;
  appearance: none;

  border: 0;
  border-radius: 999px;

  background: rgba(189,77,255,.24);

  outline: none;
}

.dj-mobile-progress::-webkit-slider-thumb {
  width: 12px;
  height: 12px;

  -webkit-appearance: none;
  appearance: none;

  border: 0;
  border-radius: 50%;

  background: #f2b915;

  box-shadow:
    0 0 7px rgba(255,190,20,.80),
    0 0 11px rgba(189,77,255,.38);
}


/* TRANSPORT ROW */

.dj-mobile-transport {
  display: grid;

  grid-template-columns:
    1fr
    1fr
    58px
    1fr
    1fr;

  align-items: center;

  gap: 2px;
}

.dj-mobile-transport button {
  position: relative;

  font-family: inherit;

  cursor: pointer;
}

.dj-mobile-transport-small {
  position: relative;

  width: 34px;
  height: 34px;

  justify-self: center;

  padding: 0;

  border: 0;
  border-radius: 50%;

  background:
    radial-gradient(
      circle at 40% 35%,
      rgba(65,35,82,.30),
      rgba(8,6,12,.08) 70%
    );

  color: #c85cff;

  font-size: 1.12rem;
  line-height: 1;

  text-shadow:
    0 1px 1px rgba(0,0,0,.90),
    0 0 5px rgba(189,77,255,.90),
    0 0 10px rgba(189,77,255,.45);

  filter:
    drop-shadow(0 2px 2px rgba(0,0,0,.75));

  transition:
    transform 140ms ease,
    filter 140ms ease;
}

.dj-mobile-transport-small:active {
  transform: translateY(1px) scale(.94);
}



/* PREVIOUS / NEXT — CSS ICONS */

#dj-mobile-prev,
#dj-mobile-next {
  font-size: 0;
}

#dj-mobile-prev::before {
  content: "";

  position: absolute;

  left: 11px;
  top: 10px;

  width: 0;
  height: 0;

  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #bd4dff;
}

#dj-mobile-prev::after {
  content: "";

  position: absolute;

  left: 7px;
  top: 9px;

  width: 3px;
  height: 14px;

  border-radius: 2px;

  background: #bd4dff;
}

#dj-mobile-next::before {
  content: "";

  position: absolute;

  right: 11px;
  top: 10px;

  width: 0;
  height: 0;

  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #bd4dff;
}

#dj-mobile-next::after {
  content: "";

  position: absolute;

  right: 7px;
  top: 9px;

  width: 3px;
  height: 14px;

  border-radius: 2px;

  background: #bd4dff;
}


/* MAIN GOLD PLAY BUTTON */

#dj-mobile-play-pause.dj-mobile-play-main {
  position: relative;

  width: 64px;
  height: 64px;
  min-height: 0;

  margin: 0;
  padding: 0;

  justify-self: center;

  border: 2px solid #d89b0c;
  border-radius: 50%;

  background:
    radial-gradient(
      circle at 42% 34%,
      #493913 0%,
      #21190a 38%,
      #0b0906 68%,
      #020202 100%
    );

  color: transparent;
  font-size: 0;
  letter-spacing: 0;

  box-shadow:
    0 0 4px #ffd45a,
    0 0 13px rgba(189,77,255,.80),

    inset 0 2px 2px rgba(255,230,130,.55),
    inset 0 -3px 4px rgba(0,0,0,.90),
    inset 3px 0 5px rgba(255,183,0,.15),
    inset -3px 0 5px rgba(0,0,0,.65);
}


/* 3D GOLD PLAY TRIANGLE */

#dj-mobile-play-pause.dj-mobile-play-main::before {
  content: "";

  position: absolute;

  left: 23px;
  top: 17px;

  width: 24px;
  height: 30px;

  clip-path: polygon(
    0 0,
    100% 50%,
    0 100%
  );

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.72) 0%,
      rgba(255,255,255,.15) 27%,
      transparent 42%
    ),
    linear-gradient(
      180deg,
      #ffe276 0%,
      #ffc322 38%,
      #d39100 68%,
      #795000 100%
    );

  box-shadow:
    inset 2px 2px 2px rgba(255,255,255,.55),
    inset -3px -3px 4px rgba(0,0,0,.50);

  filter:
    drop-shadow(0 3px 2px rgba(0,0,0,.85))
    drop-shadow(0 0 3px rgba(255,190,25,.65));
}


/* KEEP VOLUME FUNCTIONAL BUT HIDDEN */

.dj-mobile-volume-row {
  display: none;
}

   /* Mobile mixer LCD overlay */
.dj-mobile-lcd {
  display: flex;
  position: absolute;
  z-index: 24;
  left: 41.5%;
  top: 1.4175vw;
  width: 10.84%;
  height: 4.348125vw;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

#dj-mobile-lcd-text {
  color: #9cff00;
  font-size: clamp(3px, .72vw, 6px);
   -webkit-text-size-adjust: none;
text-size-adjust: none;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .03em;
  white-space: nowrap;
  text-shadow: 0 0 4px rgba(156,255,0,.65);
}
  /* Keep the original DJ artwork locked to the top 16:9 area. */
 .dj-master {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 177.7777778vw;
  object-fit: cover;
  object-position: top center;
}
   /* DJ Silvah console badge — mobile position */
.dj-console-logo {
  display: block;
  position: absolute;
  z-index: 32;

  left: 50%;
top: 85vw;
width: 34%;
  height: auto;

  transform: translateX(-50%);
  pointer-events: none;
  user-select: none;
}
/* Hide old desktop hero overlays on mobile */
.dj-screen,
.dj-lighting,
.dj-smoke,
.dj-mobile-lcd {
  display: none !important;
}
  /* Keep the video aligned to the screen in the 16:9 artwork. */
  .dj-screen {
    left: var(--screen-left);
    top: 16.903125vw;
    width: var(--screen-width);
    height: 10.434375vw;
  }

  /* Confine the color lighting to the 16:9 artwork only. */
  .dj-lighting {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 56.25vw;
  }

  /* Confine the moving smoke to the artwork area only. */
  .dj-smoke {
    left: 6%;
    top: 27.5625vw;
    width: 88%;
    height: 15.1875vw;
  }

  /* DJ copy sits beneath the hero instead of covering it. */
  .dj-hero-copy {
    display: block;
    position: relative;
    z-index: 25;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    padding: 28px 20px 24px;
    background: #050509;
    text-shadow: none;
  }

  .dj-script {
    font-size: 1.7rem;
  }

  .dj-hero-copy h1 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .dj-tagline {
    margin-top: 8px;
    font-size: .72rem;
    line-height: 1.45;
  }

  .dj-copy-rule {
    width: 120px;
    margin: 16px 0 18px;
  }

  .dj-hero-copy h2 {
    margin-bottom: 11px;
    font-size: .98rem;
    line-height: 1.45;
  }

  .dj-copy-text {
    max-width: none;
    font-size: .82rem;
    line-height: 1.65;
  }

  .dj-hero-cta {
    margin-top: 18px;
    padding: 12px 16px;
    font-size: .70rem;
  }

  /* Services follow the copy as normal mobile content. */
  .dj-services-overlay {
    display: block;
    position: relative;
    z-index: 26;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    transform: none;
    margin: 0;
    padding: 22px 16px 42px;
    background: #050509;
    scroll-margin-top: 68px;
  }

  .dj-services-heading {
    margin-bottom: 18px;
  }

  .dj-services-heading p {
    font-size: .58rem;
  }

  .dj-services-heading h2 {
    font-size: .88rem;
    line-height: 1.5;
    letter-spacing: .12em;
  }

  .dj-service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dj-service-card {
    min-height: 0;
    padding: 20px 18px;
  }

  .dj-service-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 9px;
  }

  .dj-service-card h3 {
    margin-bottom: 8px;
    font-size: .82rem;
  }

  .dj-service-card p {
    max-width: 310px;
    font-size: .76rem;
    line-height: 1.6;
  }

  .dj-card-accent {
    margin-top: 13px;
  }
}
/* DJ SERVICE CARDS - VERY SMOOTH 20 ON / 20 OFF */
.dj-service-card {
  animation: djServiceCardFade 48s ease-in-out infinite;
}

@keyframes djServiceCardFade {
  0%,
  41.67% {
    opacity: 1;
  }

  50%,
  91.67% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* =========================================================
   TRACK 6 EXPLICIT CONTENT WARNING
   ========================================================= */

.dj-explicit-warning[hidden] {
  display: none !important;
}

.dj-explicit-warning {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  background: rgba(0, 0, 0, .88);
}

.dj-explicit-warning-box {
  width: min(100%, 420px);
  padding: 28px 22px;

  border: 1px solid rgba(229, 27, 35, .85);
  border-radius: 10px;

  background: #09090d;
  box-shadow: 0 20px 60px rgba(0,0,0,.75);

  color: #fff;
  text-align: center;
}

#dj-explicit-warning-title {
  display: block;
  margin-bottom: 12px;

  color: #e51b23;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.dj-explicit-warning-box p {
  margin: 0 0 22px;

  color: rgba(255,255,255,.90);
  font-size: .88rem;
  line-height: 1.6;
}

.dj-explicit-warning-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dj-explicit-warning-actions button {
  min-height: 48px;

  border-radius: 6px;

  font-family: inherit;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;

  cursor: pointer;
}

#dj-explicit-cancel {
  border: 1px solid rgba(255,255,255,.35);
  background: #17171d;
  color: #fff;
}

#dj-explicit-play {
  border: 1px solid #e51b23;
  background: #e51b23;
  color: #fff;
}
