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

/* The persistent-player shell means page content is no longer a direct child
   of <body>. Keep all page-shell content in front of fixed touch-parallax
   artwork, including Support and Footer when SiteFooter sits after <main>. */
body.ow-touch-parallax #ow-page-content > main,
body.ow-touch-parallax #ow-page-content > .support-section,
body.ow-touch-parallax #ow-page-content > .site-footer {
  position: relative;
  z-index: 1;
}

.release-lyrics {
  max-width: 46rem;
}

.release-lyrics p {
  margin: 0 0 1.55rem;
  color: rgba(247, 244, 233, .82);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.75;
  white-space: pre-line;
}

.release-lyrics p:last-child {
  margin-bottom: 0;
}

.release-process-summary {
  width: min(calc(100% - 2rem), 72rem);
  margin: clamp(2.25rem, 5vw, 4rem) auto clamp(3rem, 7vw, 5.5rem);
  padding: .95rem 1rem;
  border-top: 1px solid rgba(217, 165, 71, .28);
  border-bottom: 1px solid rgba(217, 165, 71, .28);
  color: rgba(247, 244, 233, .68);
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: .045em;
  text-align: center;
}

.release-process-summary a {
  color: rgba(247, 244, 233, .9);
  text-decoration: none;
  border-bottom: 1px solid rgba(217, 165, 71, .55);
  transition: color .18s ease, border-color .18s ease;
}

.release-process-summary a:hover,
.release-process-summary a:focus-visible {
  color: var(--ember);
  border-bottom-color: var(--ember);
}

@media (min-width: 821px) {
  /* Match Creative Process to the same left/right column split and gutter used
     by Where These Songs Come From and Why These Songs Exist. */
  .about-page .process-section {
    grid-template-columns: .72fr 1fr;
  }
}

@media (max-width: 820px) {
  .release-lyrics {
    max-width: none;
  }

  .release-lyrics p {
    line-height: 1.7;
  }

  /* On phones the descriptive track copy should remain visually primary over
     provider/route links, which are intentionally smaller in the final layer. */
  .home-page .release-feature .release-copy > p:not(.release-status):not(.release-microcopy),
  .release-page .release-page-copy .lede {
    font-size: 1.22rem !important;
    line-height: 1.72 !important;
  }

  .release-process-summary {
    width: min(calc(100% - 1.5rem), 72rem);
    font-size: .76rem;
  }
}
