.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.radio-page {
  background: linear-gradient(145deg, #020916, #071b3b 55%, #07527b) fixed
}

.radio-page .global-header {
  position: absolute
}

.radio-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 135px 0 80px;
  overflow: hidden;
  background: radial-gradient(circle at 75% 44%, #20d8ff27, transparent 27%), radial-gradient(circle at 20% 70%, #3f62ff25, transparent 30%), #020916
}

.radio-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#ffffff06 1px, transparent 1px), linear-gradient(90deg, #ffffff06 1px, transparent 1px);
  background-size: 65px 65px;
  mask-image: linear-gradient(to right, transparent, #000)
}

.radio-glow {
  position: absolute;
  right: 10%;
  top: 15%;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: #20d8ff18;
  filter: blur(60px)
}

.radio-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center
}

.radio-intro h1 {
  margin: 18px 0 24px;
  font: 700 clamp(46px, 6vw, 75px)/1 "Space Grotesk", sans-serif;
  letter-spacing: -3px
}

.radio-intro h1 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(90deg, var(--cyan), #759aff, var(--pink));
  background-clip: text
}

.radio-intro p {
  color: #aebcd2;
  font-size: 17px
}

.radio-player {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid #8bdcff35;
  border-radius: 24px;
  background: linear-gradient(145deg, #111b35e8, #09142be8);
  box-shadow: 0 35px 80px #0008, 0 0 60px #20d8ff12;
  backdrop-filter: blur(18px)
}

.station-art {
  position: relative;
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #122d55 0 31%, #071326 32% 48%, #20d8ff28 49% 50%, #061225 51%);
  box-shadow: 0 0 35px #20d8ff2b
}

.station-art img {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px #20d8ff66)
}

.record-ring {
  position: absolute;
  inset: 7px;
  border: 1px solid #20d8ff36;
  border-radius: 50%;
  animation: radioSpin 10s linear infinite
}

.record-ring:before,
.record-ring:after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid #ffffff0b;
  border-radius: 50%
}

.record-ring:after {
  inset: 32px
}

.on-air {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  padding: 5px 10px;
  border-radius: 15px;
  background: #f34e69;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.4px;
  box-shadow: 0 0 18px #f34e6980
}

.player-info>small {
  color: var(--cyan);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.6px
}

.player-info h2 {
  margin: 5px 0;
  font: 600 21px/1.2 "Space Grotesk", sans-serif
}

.player-info>p {
  margin: 0;
  color: #8495af;
  font-size: 10px
}

.equalizer {
  height: 42px;
  display: flex;
  align-items: end;
  gap: 4px;
  margin: 18px 0
}

.equalizer i {
  flex: 1;
  height: 5px;
  max-height: 38px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(var(--cyan), #376cff);
  opacity: .38;
  transition: .2s
}

.equalizer.playing i {
  animation: eq .75s ease-in-out infinite alternate;
  opacity: .9
}

.equalizer.playing i:nth-child(2n) {
  animation-duration: .55s
}

.equalizer.playing i:nth-child(3n) {
  animation-duration: .9s
}

.equalizer.playing i:nth-child(4n) {
  animation-delay: .2s
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 15px
}

.play-button {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), #6f94ff);
  color: #06101e;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 8px 25px #20d8ff35
}

.play-button span {
  display: block;
  margin-left: 3px
}

.play-button.is-playing span {
  margin-left: 0
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 105px;
  color: #92a5c0
}

.volume-control input {
  width: 90px;
  accent-color: var(--cyan)
}

.open-stream {
  margin-left: auto;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase
}

.radio-layout {
  padding-top: 90px;
  padding-bottom: 100px
}

.radio-content {
  min-width: 0
}

.radio-about {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #0d1b34
}

.radio-about>p {
  color: #a7b7cd
}

.radio-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid var(--line)
}

.radio-facts span {
  display: flex;
  flex-direction: column
}

.radio-facts b {
  color: var(--cyan);
  font: 600 21px "Space Grotesk", sans-serif
}

.radio-facts small {
  color: #71819c;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.show-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  margin-top: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #0d1b34;
  color: #fff;
  overflow: hidden;
  transition: .25s
}

.show-card:hover {
  transform: translateY(-3px);
  border-color: #20d8ff55
}

.show-card img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover
}

.show-card div {
  padding: 30px
}

.show-card small {
  color: var(--cyan);
  font-size: 8px;
  letter-spacing: 1.5px
}

.show-card h2 {
  margin: 6px 0;
  font: 600 26px "Space Grotesk", sans-serif
}

.show-card p {
  color: #9bacc3;
  font-size: 12px
}

.show-card b {
  display: block;
  margin-top: 20px;
  color: var(--cyan);
  font-size: 10px;
  text-transform: uppercase
}

.listen-help {
  margin-top: 25px;
  padding: 25px 30px;
  border-left: 3px solid var(--cyan);
  border-radius: 0 12px 12px 0;
  background: #20d8ff0a
}

.listen-help h2 {
  margin: 0;
  font: 600 16px "Space Grotesk", sans-serif
}

.listen-help p {
  margin: 5px 0 0;
  color: #8fa2bc;
  font-size: 11px
}

.radio-layout>.sidebar {
  padding-top: 0
}

@keyframes radioSpin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes eq {
  from {
    height: 6px
  }

  to {
    height: 38px
  }
}

@media(max-width:900px) {
  .radio-hero-inner {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .radio-intro {
    max-width: 700px
  }

  .radio-player {
    max-width: 680px
  }

  .radio-hero {
    padding-top: 140px
  }

  .radio-layout>.sidebar {
    padding-top: 0
  }
}

@media(max-width:570px) {
  .radio-hero {
    padding-top: 130px
  }

  .radio-player {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 20px
  }

  .station-art {
    margin: auto
  }

  .player-controls {
    flex-wrap: wrap;
    justify-content: center
  }

  .open-stream {
    width: 100%;
    margin: 5px 0 0
  }

  .show-card {
    grid-template-columns: 1fr
  }

  .show-card img {
    height: 220px;
    min-height: 0
  }

  .radio-facts {
    grid-template-columns: 1fr 1fr
  }
}
