/* ==========================================================================
   EPK — a plain, fast, printable-feeling page for press/promoters/bookers.
   Shares the main site's tokens, fonts and a few components (.platform,
   .btn, .section__title, .release/.release__art/.release__info) from
   ../css/style.css, but deliberately skips the ambient effects (embers,
   blur edge, scramble-text) — this page is a document, not a scene.
   ========================================================================== */

.epk__topbar {
  position: static;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgb(237 232 244 / 10%);
}

.epk__main {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--gutter) clamp(3rem, 8vw, 5rem);
}

.epk__name {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: .95;
  letter-spacing: -0.01em;
  color: var(--paper);
  margin: .5rem 0 .5rem;
}

.epk__tagline {
  color: var(--paper-dim);
  font-size: 1.05rem;
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.epk__section-spaced {
  margin-top: 2.5rem;
}

.epk__download {
  margin-top: clamp(3rem, 6vw, 4rem);
  padding-top: 2rem;
  border-top: 1px solid rgb(237 232 244 / 10%);
}
