@media (max-width: 991px) {
  .header-logo {
    display: none;
  }
}

.splash-logo img {
  max-width: 900px;
  height: auto;
}

.schedule-item {
  aspect-ratio: unset;
  height: 400px;
}

.slider-wrapper {
  aspect-ratio: unset;
  height: auto;
}

.slider-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

/* ========================================================================== 
   LATINOS RADIO — TOCADISCOS DEL HERO
   El HTML lo crea el bloque seguro añadido al final de js/main.js.
   ========================================================================== */

.hero-header-left.lr-vinyl-mounted {
  position: relative;
  isolation: isolate;
}

/* La portada original sigue activa para recibir los cambios de main.js.
   Solo queda visualmente oculta y conserva el tamaño original del bloque. */
.hero-header-left.lr-vinyl-mounted > .hero-header-cover {
  opacity: 0 !important;
  pointer-events: none !important;
}

.lr-vinyl-player,
.lr-vinyl-player * {
  box-sizing: border-box;
}

.lr-vinyl-player {
  --lr-red: #ef1b1b;
  --lr-red-dark: #9e0909;
  --lr-gold: #d9ab31;
  --lr-panel: #181a1c;
  --lr-black: #070809;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(24px, 3.2vw, 44px);
  background:
    radial-gradient(circle at 25% 14%, rgba(255, 255, 255, 0.10), transparent 28%),
    linear-gradient(145deg, #292c2f 0%, #17191b 48%, #090a0b 100%);
  box-shadow:
    0 28px 50px rgba(0, 0, 0, 0.28),
    0 10px 20px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.85);
  user-select: none;
}

.lr-vinyl-player::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 36px rgba(0, 0, 0, 0.32);
}

.lr-vinyl-player::after {
  content: "";
  position: absolute;
  top: -18%;
  left: -10%;
  width: 75%;
  height: 38%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  filter: blur(26px);
  transform: rotate(-16deg);
  pointer-events: none;
}

.lr-vinyl-brand {
  position: absolute;
  top: 5.2%;
  left: 5.2%;
  z-index: 8;
  display: grid;
  gap: 2px;
  max-width: 37%;
  padding: clamp(7px, 1vw, 11px) clamp(10px, 1.35vw, 16px);
  color: #161616;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 6px;
  background: linear-gradient(145deg, #f2cd62, #b78a1b);
  box-shadow:
    0 5px 11px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.lr-vinyl-brand strong,
.lr-vinyl-brand span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lr-vinyl-brand strong {
  font-size: clamp(9px, 1.12vw, 14px);
  line-height: 1;
  letter-spacing: 0.10em;
}

.lr-vinyl-brand span {
  font-size: clamp(5px, 0.52vw, 7px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  opacity: 0.72;
}

.lr-vinyl-rpm {
  position: absolute;
  top: 5.8%;
  right: 5.7%;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(7px, 0.76vw, 10px);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.lr-vinyl-rpm i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #616467;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25);
}

.lr-vinyl-deck {
  position: absolute;
  top: 5.5%;
  right: 3.5%;
  bottom: 20.5%;
  left: 3.5%;
  z-index: 2;
}

.lr-vinyl-platter {
  position: absolute;
  top: 5.5%;
  left: 3.5%;
  width: 73%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 68%, #292c2e 68.5% 70%, #08090a 70.5% 73%, #35383a 73.5% 74.5%, #08090a 75%);
  box-shadow:
    0 20px 28px rgba(0, 0, 0, 0.58),
    0 0 0 2px rgba(0, 0, 0, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lr-vinyl-disc {
  position: absolute;
  inset: 4.2%;
  overflow: hidden;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      circle at center,
      #0b0b0b 0,
      #0b0b0b 1px,
      #1b1b1b 1.8px,
      #090909 2.6px,
      #151515 3.5px
    );
  box-shadow:
    inset 0 0 44px rgba(0, 0, 0, 0.92),
    inset 0 0 3px rgba(255, 255, 255, 0.28),
    0 3px 5px rgba(0, 0, 0, 0.92);
  animation: lr-vinyl-spin 4.4s linear infinite paused;
  will-change: transform;
}

.lr-vinyl-disc::before,
.lr-vinyl-disc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.lr-vinyl-disc::before {
  background:
    conic-gradient(
      from 18deg,
      transparent 0 10%,
      rgba(255, 255, 255, 0.13) 12%,
      transparent 18% 48%,
      rgba(255, 255, 255, 0.055) 52%,
      transparent 58% 100%
    );
  mix-blend-mode: screen;
}

.lr-vinyl-disc::after {
  inset: 3%;
  border: 1px solid rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 0 0 12px rgba(255, 255, 255, 0.011),
    inset 0 0 0 32px rgba(0, 0, 0, 0.055),
    inset 0 0 0 52px rgba(255, 255, 255, 0.011),
    inset 0 0 0 77px rgba(0, 0, 0, 0.055);
}

.lr-vinyl-reflection {
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.085), transparent 25% 77%, rgba(255, 255, 255, 0.035));
  pointer-events: none;
}

.lr-vinyl-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34%;
  aspect-ratio: 1;
  overflow: hidden;
  border: clamp(2px, 0.33vw, 4px) solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 26%, #f15a4f, #b31616 64%, #6f0505);
  box-shadow:
    inset 0 0 24px rgba(0, 0, 0, 0.32),
    0 2px 5px rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
}

.lr-vinyl-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.lr-vinyl-label::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 0 55%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}

.lr-vinyl-spindle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 5.5%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, #fff, #a7a8aa 48%, #343536 74%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%);
}

.lr-vinyl-arm {
  position: absolute;
  top: 7.5%;
  right: 1.8%;
  width: 25%;
  height: 73%;
  z-index: 6;
  transform-origin: 72% 15%;
  transition: transform 750ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.lr-vinyl-arm-weight {
  position: absolute;
  top: 0;
  right: 9%;
  width: 29%;
  height: 10%;
  border-radius: 4px 9px 9px 4px;
  background: linear-gradient(90deg, #777, #f3f3f3 46%, #9b9b9b);
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.58);
  transform: rotate(10deg);
}

.lr-vinyl-arm-pivot {
  position: absolute;
  top: 7.5%;
  right: 3%;
  width: 34%;
  aspect-ratio: 1;
  border: clamp(3px, 0.52vw, 6px) solid #44474a;
  border-radius: 50%;
  background: radial-gradient(circle, #171819 0 38%, #5d6063 40% 48%, #171819 51%);
  box-shadow:
    0 7px 12px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.lr-vinyl-arm-bar {
  position: absolute;
  top: 22%;
  right: 22%;
  width: clamp(5px, 0.68vw, 8px);
  height: 58%;
  border-radius: 999px;
  background: linear-gradient(90deg, #858585, #fff 45%, #a4a4a4);
  box-shadow:
    2px 3px 5px rgba(0, 0, 0, 0.58),
    inset 1px 0 0 rgba(255, 255, 255, 0.9);
  transform: rotate(13deg);
  transform-origin: top center;
}

.lr-vinyl-arm-head {
  position: absolute;
  right: 24%;
  bottom: 8.5%;
  width: 33%;
  height: 14%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px 8px 8px 4px;
  background: linear-gradient(145deg, #3b3d3f, #0e0f10 70%);
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.62);
  transform: rotate(42deg);
}

.lr-vinyl-arm-needle {
  position: absolute;
  right: 45%;
  bottom: 4.8%;
  width: 11%;
  height: 2.5%;
  border-radius: 999px;
  background: var(--lr-red);
  box-shadow: 0 0 8px rgba(239, 27, 27, 0.9);
  transform: rotate(42deg);
}

.lr-vinyl-console {
  position: absolute;
  right: 4%;
  bottom: 3.8%;
  left: 4%;
  z-index: 9;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(9px, 1.45vw, 17px);
  min-height: 14%;
  padding: 2.2% 2.7%;
  border: 2px solid #36393b;
  border-radius: clamp(10px, 1.4vw, 17px);
  background: linear-gradient(180deg, #111314 0%, #070808 100%);
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.075),
    inset 0 0 16px rgba(0, 0, 0, 0.62);
}

.lr-vinyl-display {
  position: relative;
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  min-height: clamp(45px, 6.1vw, 72px);
  padding: 5% 18% 5% 6%;
  overflow: hidden;
  border: 2px solid #202224;
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 3px),
    #040505;
  box-shadow: inset 0 0 18px #000;
}

.lr-vinyl-display > span {
  overflow: hidden;
  color: var(--lr-gold);
  font-size: clamp(7px, 0.88vw, 11px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.10em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lr-vinyl-artist {
  text-transform: uppercase;
}

.lr-vinyl-track {
  overflow: hidden;
  color: #73ff63;
  font-family: "Courier New", Consolas, monospace;
  font-size: clamp(14px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(115, 255, 99, 0.28);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lr-vinyl-bars {
  position: absolute;
  right: 5%;
  bottom: 18%;
  display: flex;
  align-items: end;
  gap: 2px;
  width: 16%;
  height: 58%;
}

.lr-vinyl-bars i {
  flex: 1;
  height: 30%;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(#ff4b3e, #b50f0f);
  box-shadow: 0 0 4px rgba(239, 27, 27, 0.28);
  animation: lr-vinyl-bars 0.72s ease-in-out infinite alternate paused;
  transform-origin: bottom;
}

.lr-vinyl-bars i:nth-child(2) { animation-delay: -0.18s; }
.lr-vinyl-bars i:nth-child(3) { animation-delay: -0.42s; }
.lr-vinyl-bars i:nth-child(4) { animation-delay: -0.08s; }
.lr-vinyl-bars i:nth-child(5) { animation-delay: -0.55s; }
.lr-vinyl-bars i:nth-child(6) { animation-delay: -0.28s; }

.lr-vinyl-button {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(42px, 5.4vw, 66px);
  aspect-ratio: 1;
  padding: 0;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid #3d4042;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%, #373a3d, #101112 68%);
  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: transform 160ms ease, color 160ms ease, border-color 160ms ease;
}

.lr-vinyl-button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
}

.lr-vinyl-button:active {
  transform: translateY(1px) scale(0.97);
}

.lr-vinyl-button:focus-visible {
  outline: 3px solid rgba(239, 27, 27, 0.42);
  outline-offset: 3px;
}

.lr-vinyl-button svg {
  width: 43%;
  height: 43%;
  fill: currentColor;
}

.lr-vinyl-stop-icon,
.lr-vinyl-loader {
  display: none;
}

.lr-vinyl-live {
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.7vw, 9px);
  min-width: max-content;
  color: rgba(255, 255, 255, 0.88);
}

.lr-vinyl-live i {
  width: clamp(7px, 0.8vw, 10px);
  height: clamp(7px, 0.8vw, 10px);
  border-radius: 50%;
  background: var(--lr-red);
  box-shadow: 0 0 0 3px rgba(239, 27, 27, 0.10), 0 0 8px rgba(239, 27, 27, 0.78);
}

.lr-vinyl-live span {
  font-size: clamp(7px, 0.88vw, 11px);
  font-weight: 900;
  letter-spacing: 0.10em;
}

.lr-vinyl-player.is-playing .lr-vinyl-disc {
  animation-play-state: running;
}

.lr-vinyl-player.is-playing .lr-vinyl-arm {
  transform: rotate(13deg);
}

.lr-vinyl-player.is-playing .lr-vinyl-bars i {
  animation-play-state: running;
}

.lr-vinyl-player.is-playing .lr-vinyl-play-icon {
  display: none;
}

.lr-vinyl-player.is-playing .lr-vinyl-stop-icon {
  display: block;
}

.lr-vinyl-player.is-playing .lr-vinyl-live i {
  animation: lr-vinyl-live-pulse 1.5s ease-out infinite;
}

.lr-vinyl-player.is-loading .lr-vinyl-button svg {
  display: none;
}

.lr-vinyl-player.is-loading .lr-vinyl-loader {
  display: block;
  width: 42%;
  aspect-ratio: 1;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-top-color: #fff;
  border-radius: 50%;
  animation: lr-vinyl-loader 0.75s linear infinite;
}

@keyframes lr-vinyl-spin {
  to { transform: rotate(360deg); }
}

@keyframes lr-vinyl-loader {
  to { transform: rotate(360deg); }
}

@keyframes lr-vinyl-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 27, 27, 0.58); }
  75%, 100% { box-shadow: 0 0 0 9px rgba(239, 27, 27, 0); }
}

@keyframes lr-vinyl-bars {
  0% { height: 22%; }
  45% { height: 88%; }
  100% { height: 45%; }
}

@media (max-width: 991px) {
  .lr-vinyl-player {
    border-radius: clamp(22px, 7vw, 40px);
  }

  .lr-vinyl-brand {
    max-width: 43%;
  }
}

@media (max-width: 575px) {
  .lr-vinyl-console {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .lr-vinyl-live {
    display: none;
  }

  .lr-vinyl-display {
    padding-right: 20%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lr-vinyl-disc,
  .lr-vinyl-bars i,
  .lr-vinyl-live i,
  .lr-vinyl-loader {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .lr-vinyl-arm {
    transition: none;
  }
}

/* Oculta únicamente la placa dorada del tocadiscos. */
.lr-vinyl-brand {
  display: none !important;
}


/* Ajuste solicitado: ocultar la placa dorada */
.lr-vinyl-brand {
  display: none !important;
}


/* Ajuste solicitado: ocultar indicador EN VIVO */
.lr-vinyl-live {
  display: none !important;
}

/* ================================================================
   AJUSTE SEGURO: panel de texto más bajo para no tapar el disco
   Solo modifica tamaños y posición. No toca el reproductor.
   ================================================================ */
.lr-vinyl-console {
  right: 5% !important;
  bottom: 2.8% !important;
  left: 5% !important;
  min-height: 10.5% !important;
  padding: 1.25% 1.8% !important;
  gap: clamp(7px, 1vw, 12px) !important;
}

.lr-vinyl-display {
  min-height: clamp(38px, 4.4vw, 52px) !important;
  padding: 3.2% 18% 3.2% 5% !important;
  gap: 2px !important;
}

.lr-vinyl-display > span {
  font-size: clamp(6px, 0.72vw, 9px) !important;
}

.lr-vinyl-track {
  font-size: clamp(11px, 1.3vw, 18px) !important;
}

.lr-vinyl-button {
  width: clamp(38px, 4.7vw, 56px) !important;
}

.lr-vinyl-bars {
  bottom: 20% !important;
  height: 48% !important;
}
