.release-hero-art,
.release-hero-copy {
  min-width: 0;
}

.world-listener {
  --world-image: url("/assets/media/after-dark-07-wide-lake-threshold-hero.webp");
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  max-width: 40rem;
  margin-top: 2rem;
  border: 1px solid rgba(246, 240, 230, 0.2);
  background:
    linear-gradient(105deg, rgba(6, 12, 22, 0.98), rgba(6, 12, 22, 0.87)),
    var(--world-image) center / cover;
  box-shadow: 0 1.75rem 5rem rgba(0, 0, 0, 0.28);
  color: #f6f0e6;
}

.world-listener::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035), transparent);
  content: "";
  transform: translateX(-100%);
}

.world-listener-head,
.world-listener-main,
.world-listener-actions,
.world-doors,
.world-status {
  position: relative;
  z-index: 1;
}

.world-listener-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(246, 240, 230, 0.14);
  color: rgba(246, 240, 230, 0.64);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.world-listener-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.15rem;
  align-items: center;
  padding: 1.1rem 1rem 0.9rem;
}

.world-play {
  min-width: 4.75rem;
  min-height: 4.75rem;
  display: grid;
  place-content: center;
  gap: 0.15rem;
  border: 1px solid rgba(246, 240, 230, 0.65);
  border-radius: 50%;
  background: #f6f0e6;
  color: #07101c;
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.world-play > span:first-child { font-size: 1rem; }
.world-play:hover { background: #d4a36f; transform: scale(1.025); }
.world-play[aria-pressed="true"] { background: #d4a36f; }

.world-listener-copy p { margin: 0; }
.world-listener-copy > p:first-child {
  color: rgba(246, 240, 230, 0.62);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.world-listener-copy h2 {
  margin: 0.2rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.world-listener-copy .world-fragment {
  margin-top: 0.5rem;
  color: rgba(246, 240, 230, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-style: italic;
}

.world-progress {
  height: 2px;
  margin: 0 1rem;
  overflow: hidden;
  background: rgba(246, 240, 230, 0.18);
}

.world-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #d4a36f;
  transform: scaleX(0);
  transform-origin: left;
}

.world-status {
  min-height: 2.8rem;
  margin: 0;
  padding: 0.65rem 1rem 0;
  color: rgba(246, 240, 230, 0.63);
  font-size: 0.68rem;
  line-height: 1.45;
}

.world-listener-actions {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, auto)) auto;
  align-items: center;
  gap: 0;
  border-top: 1px solid rgba(246, 240, 230, 0.13);
  border-bottom: 1px solid rgba(246, 240, 230, 0.13);
}

.world-listener-actions a,
.world-listener-actions button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.75rem;
  border: 0;
  border-right: 1px solid rgba(246, 240, 230, 0.13);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.world-listener-actions > :last-child { border-right: 0; }
.world-listener-actions a:hover,
.world-listener-actions button:hover { background: rgba(246, 240, 230, 0.08); }

.world-doors {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.world-doors button {
  min-width: max-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.85rem;
  border: 0;
  border-right: 1px solid rgba(246, 240, 230, 0.1);
  background: transparent;
  color: rgba(246, 240, 230, 0.58);
  cursor: pointer;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.world-doors button span { color: rgba(212, 163, 111, 0.8); }
.world-doors button[aria-pressed="true"] { background: rgba(246, 240, 230, 0.09); color: #f6f0e6; }

.tracklist > li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  scroll-margin-top: 6rem;
}

.tracklist .track-platform {
  min-width: 58px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tracklist .track-platforms {
  display: inline-flex;
  align-items: stretch;
  border-left: 1px solid var(--line);
}

.tracklist .track-platform + .track-platform {
  border-left: 1px solid var(--line);
}

.tracklist .track-platform:hover { color: var(--gold); }
.tracklist > li.is-arrival { outline: 1px solid var(--gold); outline-offset: 3px; }

.track-list li > a {
  width: 100%;
  min-height: 4.5rem;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  gap: 1rem;
  justify-content: stretch;
}

.track-list li > a span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

@media (prefers-reduced-motion: no-preference) {
  .world-listener::before { animation: glass-sweep 12s ease-in-out infinite; }
  @keyframes glass-sweep { 0%, 78%, 100% { transform: translateX(-100%); } 88% { transform: translateX(100%); } }
}

@media (max-width: 900px) {
  .world-listener { max-width: none; }
  .world-listener-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .world-listener-actions a,
  .world-listener-actions button {
    min-width: 0;
    overflow-wrap: anywhere;
    border-bottom: 1px solid rgba(246, 240, 230, 0.13);
  }
}

@media (max-width: 560px) {
  .release-hero-art { aspect-ratio: 5 / 4; }
  .release-hero h1 { font-size: clamp(4.5rem, 22vw, 6.6rem); }
  .masthead { align-items: flex-start; flex-wrap: wrap; }
  .masthead nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.6rem;
    border-top: 1px solid var(--line);
  }
  .world-listener { margin-top: 1.5rem; }
  .world-listener-main { gap: 0.9rem; }
  .world-play { min-width: 4.25rem; min-height: 4.25rem; }
  .world-listener-copy h2 { font-size: 1.75rem; }
  .world-listener-copy .world-fragment { font-size: 0.86rem; }
  .tracklist > li { grid-template-columns: minmax(0, 1fr); }
  .tracklist .track-platforms {
    justify-content: flex-end;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .tracklist .track-platform {
    min-width: auto;
    padding: 0.55rem 0.8rem;
  }
  .tracklist .track { grid-template-columns: 25px minmax(0, 1fr) 22px; }
  .tracklist .track-length { display: none; }
  .track-list li > a { grid-template-columns: 2.25rem minmax(0, 1fr) auto; gap: 0.6rem; }
}
