/* Harbor synced player v2 */
.harbor-release .music-hero-stage {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.7fr);
}

.harbor-release .music-hero-stage .article-cover {
  min-height: 500px;
  aspect-ratio: auto;
}

.harbor-release .music-hero-stage .article-cover img {
  filter: brightness(0.58) saturate(0.82) contrast(1.08);
  transform: scale(1.015);
}

.harbor-release .chorus-cover-overlay {
  background:
    radial-gradient(circle at 52% 50%, rgba(197, 92, 65, 0.14), transparent 35%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.22), rgba(5, 11, 18, 0.82));
}

.harbor-release .chorus-cover-current {
  min-height: 1.5em;
  color: rgba(255, 250, 240, 0.42);
}

.harbor-release .karaoke-char {
  --char-progress: 0%;
  position: relative;
  display: inline-block;
  color: rgba(255, 250, 240, 0.34);
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.62);
  white-space: pre;
}

.harbor-release .karaoke-char::after {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: var(--char-progress);
  color: #f4d99e;
  text-shadow: 0 0 28px rgba(244, 217, 158, 0.4);
  content: attr(data-char);
  white-space: pre;
}

.harbor-release .karaoke-char.is-singing::after {
  color: #fff4cf;
}

.harbor-sync-note {
  margin: 20px 0 0;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-align: center;
}

.harbor-release .music-body {
  width: min(760px, calc(100vw - 48px));
  height: auto;
  min-height: auto;
  margin: 0 auto;
  padding: clamp(76px, 10vw, 128px) 0 clamp(36px, 5vw, 64px);
  overflow: visible;
}

.harbor-release .music-body .standfirst {
  margin-bottom: clamp(58px, 8vw, 88px);
}

.harbor-static-lyrics {
  padding-left: clamp(22px, 4vw, 42px);
  border-left: 1px solid color-mix(in srgb, var(--gold) 62%, transparent);
}

.harbor-static-lyrics .music-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.harbor-static-lyrics h2 {
  margin: 0 0 52px;
}

.harbor-release .article-body .harbor-static-lyrics p:not(.music-kicker) {
  margin: 0 0 54px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(18px, 2.15vw, 22px);
  letter-spacing: 0.035em;
  line-height: 2.05;
}

@media (max-width: 780px) {
  .harbor-release .music-hero-stage {
    grid-template-columns: 1fr;
  }

  .harbor-release .music-hero-stage .article-cover {
    min-height: clamp(360px, 102vw, 430px);
  }

  .harbor-release .chorus-cover-current {
    max-width: 11em;
  }

  .harbor-release .music-body {
    width: calc(100vw - 48px);
    height: auto;
    padding: 72px 0 32px;
  }

  .harbor-static-lyrics {
    padding-left: 20px;
  }

  .harbor-static-lyrics h2 {
    margin-bottom: 38px;
  }

  .harbor-release .article-body .harbor-static-lyrics p:not(.music-kicker) {
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .harbor-release .karaoke-char::after {
    transition: none;
  }
}
