/* PIF MIZIK 2.1 — responsive layout, effects and motion */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pif-void); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--pif-bg);
  color: var(--pif-text);
  font-family: var(--pif-font-body);
  font-size: var(--pif-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--pif-red); color: #fff; }
:focus-visible { outline: 2px solid var(--pif-red); outline-offset: 4px; }

.wrap { width: min(calc(100% - 2.4rem), var(--pif-content-max)); margin-inline: auto; }
.section { padding-block: var(--pif-section); }
.section--streams { background: #fff; }
.section--artists { background: #030303; }
.section--related { background: #080808; }
.page-stage { position: relative; }
.aura-text { color: var(--pif-red); }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

/* Header */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 70;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .75rem clamp(1.2rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(0, 0, 0, .25);
  transition: min-height var(--pif-fast), background var(--pif-fast), box-shadow var(--pif-fast);
}
.nav.is-scrolled { min-height: 64px; background: rgba(0, 0, 0, .94); box-shadow: 0 10px 30px rgba(0, 0, 0, .26); }
.nav__brand { position: relative; z-index: 2; }
.nav__logo { width: auto; height: 42px; filter: brightness(1.3); transition: height var(--pif-fast); }
.nav.is-scrolled .nav__logo { height: 34px; }
.nav__links { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.2rem); }
.nav__links a {
  position: relative;
  padding: .35rem 0;
  color: rgba(255, 255, 255, .82);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color var(--pif-fast);
}
.nav__links a:not(.nav__cta)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--pif-red);
  transition: right var(--pif-fast);
}
.nav__links a:hover,
.nav__links a:focus-visible,
.nav__links a[aria-current="page"] { color: #fff; }
.nav__links a:hover::after,
.nav__links a:focus-visible::after,
.nav__links a[aria-current="page"]::after { right: 0; }
.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .72rem 1rem !important;
  border: 1px solid var(--pif-red);
  border-radius: var(--pif-radius-pill);
  color: #fff !important;
}
.nav__cta:hover { background: var(--pif-red); }
.nav__burger {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--pif-border);
  border-radius: 50%;
  background: rgba(0, 0, 0, .36);
  cursor: pointer;
}
.nav__burger span { width: 18px; height: 2px; background: #fff; transition: transform var(--pif-fast), opacity var(--pif-fast); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  background: #000;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0 52% 0 0;
  z-index: -1;
  background: #000;
}
.hero__media-stack {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -3;
  width: 56%;
  overflow: hidden;
  background: #180000;
}
.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.16) saturate(.65);
  transform: scale(1.015);
  transition: opacity 1.15s ease, transform 6.8s var(--pif-ease);
}
.hero__media.is-active { opacity: 1; transform: scale(1.055); }
.hero__wash { position: absolute; inset: 0 0 0 44%; z-index: -2; background: rgba(155, 0, 0, .54); mix-blend-mode: multiply; }
.hero__content { position: relative; z-index: 2; padding-top: 7rem; padding-bottom: 5rem; }
.hero__logo { width: clamp(240px, 33vw, 520px); margin: 0 0 1.6rem; filter: grayscale(1) brightness(4); }
.hero__eyebrow { color: rgba(255, 255, 255, .72); }
.hero__title {
  display: grid;
  max-width: 7.5ch;
  margin: 1rem 0 1.35rem;
  font-family: var(--pif-font-display);
  font-size: clamp(4.4rem, 2rem + 7.5vw, 9rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .78;
  text-transform: uppercase;
  text-shadow: 0 10px 40px rgba(0, 0, 0, .6);
}
.hero__accent { color: var(--pif-red); text-shadow: var(--pif-glow-cyan); }
.hero__copy { max-width: 48ch; margin: 0; color: var(--pif-text-soft); font-size: clamp(.95rem, .8rem + .4vw, 1.15rem); }
.hero__actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.hero__stamp { position: absolute; right: clamp(1rem, 3vw, 3rem); bottom: 2.2rem; width: clamp(80px, 9vw, 140px); opacity: .72; mix-blend-mode: screen; }
.hero__scroll {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: .7rem;
  color: rgba(255, 255, 255, .6);
  font-family: var(--pif-font-mono);
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.hero__scroll i { color: var(--pif-red); animation: scroll-nudge 1.5s ease-in-out infinite; }

/* Mix / playlist feature */
.mix-feature {
  position: relative;
  min-height: clamp(560px, 76vw, 760px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #000;
  text-align: center;
}
.mix-feature__media {
  position: absolute;
  inset: -5%;
  z-index: -2;
  width: 110%;
  height: 110%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.45);
  animation: texture-drift 18s ease-in-out infinite alternate;
}
.mix-feature__veil { position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .48); }
.mix-feature__content { display: grid; justify-items: center; padding: 5rem 1.2rem; }
.mix-feature__content .eyebrow { color: #fff; font-size: clamp(.85rem, 1.4vw, 1.4rem); letter-spacing: .02em; font-family: var(--pif-font-body); }
.mix-feature__rule { width: 220px; height: 5px; margin: .7rem 0 1.3rem; background: rgba(255, 255, 255, .62); }
.mix-feature h2 { margin: 0; color: var(--pif-red); font-family: var(--pif-font-display); font-size: clamp(4rem, 10vw, 8.5rem); line-height: .9; text-transform: uppercase; text-shadow: var(--pif-glow-cyan); }
.mix-feature h2 sup { font-family: var(--pif-font-mono); font-size: .18em; letter-spacing: .08em; vertical-align: top; }
.mix-feature__content > p:not(.eyebrow) { margin: 1.4rem 0 0; font-size: .78rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.mix-feature__actions { display: flex; gap: 1.2rem; flex-wrap: wrap; justify-content: center; margin-top: 2.4rem; }

/* Artist feature */
.artist-feature {
  position: relative;
  min-height: clamp(620px, 72vw, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #3d0000;
}
.artist-feature__media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; filter: contrast(1.12) grayscale(.15); }
.artist-feature__wash { position: absolute; inset: 0; z-index: -2; background: rgba(185, 0, 0, .67); mix-blend-mode: multiply; }
.artist-feature::after { content: ""; position: absolute; inset: 0 42% 0 0; z-index: -1; background: rgba(50, 0, 0, .62); }
.artist-feature__content { padding-block: 6rem; }
.artist-feature__content .eyebrow { color: #fff; }
.artist-feature h2 { max-width: 7ch; margin: .45rem 0 0; color: var(--pif-red); font-family: var(--pif-font-display); font-size: clamp(4.2rem, 9vw, 8.5rem); line-height: .85; text-transform: uppercase; text-shadow: 0 0 22px rgba(255, 0, 0, .6); }
.artist-feature__signature { display: block; width: max-content; margin: 1.3rem 0 1.5rem; padding: .25rem 3.5rem .25rem 0; border-bottom: 6px solid var(--pif-red); font-family: var(--pif-font-mono); font-size: .9rem; font-style: italic; }
.artist-feature__content > p:not(.eyebrow) { max-width: 56ch; margin: 0 0 2rem; color: rgba(255, 255, 255, .88); font-size: clamp(.95rem, .8rem + .3vw, 1.08rem); line-height: 2; }

/* Social wall */
.social-wall { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #000; }
.social-card { position: relative; min-height: clamp(360px, 33vw, 520px); overflow: hidden; display: grid; place-items: center; isolation: isolate; }
.social-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: transform var(--pif-slow), filter var(--pif-slow); }
.social-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .58); transition: background var(--pif-fast); }
.social-card--light::after { background: rgba(255, 255, 255, .42); }
.social-card span { display: grid; justify-items: center; gap: .45rem; padding: 1rem; font-family: var(--pif-font-display); font-size: clamp(2rem, 2.8vw, 3.2rem); font-weight: 600; line-height: 1; text-align: center; text-transform: uppercase; text-shadow: 0 3px 18px rgba(0, 0, 0, .58); }
.social-card span i { margin-bottom: .35rem; color: var(--pif-red); font-size: .75em; }
.social-card span small { font-family: var(--pif-font-mono); font-size: .28em; font-weight: 400; letter-spacing: .18em; }
.social-card:hover img { transform: scale(1.06); filter: grayscale(0) contrast(1.08); }
.social-card:hover::after { background: rgba(125, 0, 0, .58); }

/* Footer */
.footer { padding: 4rem 0 2rem; border-top: 1px solid var(--pif-border-soft); background: #000; }
.footer__top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer__brand { display: flex; align-items: center; gap: 1rem; }
.footer__brand span { color: var(--pif-text-muted); font-family: var(--pif-font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.footer__logo { width: auto; height: 42px; filter: brightness(1.25); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--pif-border-soft); color: var(--pif-text-faint); font-family: var(--pif-font-mono); font-size: .62rem; letter-spacing: .18em; }
.footer__bottom a:hover { color: var(--pif-red); }

/* Internal pages */
.pagehead {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: end center;
  overflow: hidden;
  isolation: isolate;
  padding: 9rem 0 4.5rem;
  border-bottom: 8px solid #fff;
  text-align: center;
}
.pagehead::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, .64); }
.pagehead__bg { position: absolute; inset: -2%; z-index: -2; background-position: center; background-size: cover; filter: grayscale(1) contrast(1.35); transform: scale(1.04); }
.pagehead__content { display: grid; justify-items: center; }
.pagehead h1 { margin: .45rem 0 .8rem; color: #fff; font-family: var(--pif-font-display); font-size: clamp(4rem, 9vw, 8rem); letter-spacing: -.035em; line-height: .88; text-transform: uppercase; }
.pagehead__rule { width: min(220px, 36vw); height: 5px; margin-bottom: 1.2rem; background: #fff; }
.pagehead p:not(.eyebrow) { max-width: 62ch; margin: 0 auto; color: var(--pif-text-soft); }

.cta-band { margin-top: clamp(3rem, 7vw, 6rem); padding: clamp(3rem, 7vw, 6rem) 1.5rem; border: 1px solid currentColor; text-align: center; }
.cta-band--dark { border-color: #080808; background: #080808; color: #fff; }
.cta-band .eyebrow { color: var(--pif-red); }
.cta-band h2 { margin: .35rem 0 1.4rem; font-family: var(--pif-font-display); font-size: var(--pif-h2); line-height: .9; text-transform: uppercase; }

.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.intro__copy h2 { max-width: 9ch; margin: .55rem 0 1.8rem; font-family: var(--pif-font-display); font-size: var(--pif-h2); line-height: .9; text-transform: uppercase; }
.intro__body { max-width: 62ch; font-size: clamp(1rem, .9rem + .35vw, 1.2rem); line-height: 1.9; }
.intro__body p:first-child { font-size: 1.28em; font-weight: 600; }
.intro__body a,
.prose a { color: var(--pif-red); text-decoration: underline; text-underline-offset: .2em; }
.intro__card { position: relative; margin: 0; padding: clamp(1rem, 2.5vw, 2rem); background: #080808; }
.intro__card img { width: 100%; max-height: 640px; object-fit: contain; }
.intro__card figcaption { padding-top: 1rem; color: rgba(255, 255, 255, .58); font-family: var(--pif-font-mono); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.story-actions { display: flex; align-items: center; gap: 1rem 1.5rem; flex-wrap: wrap; margin-top: 2rem; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(3rem, 7vw, 6rem); background: #080808; }
.stat { display: grid; gap: .3rem; padding: clamp(1.5rem, 4vw, 3rem); background: #fff; }
.stat strong { color: var(--pif-red); font-family: var(--pif-font-display); font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; }
.stat span { font-family: var(--pif-font-mono); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }

.single-hero { position: relative; overflow: hidden; padding: 8rem 0 var(--pif-section); background: #080808; }
.single-hero--artist { background: #250000; }
.back-link { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 2rem; color: var(--pif-text-muted); font-family: var(--pif-font-mono); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.back-link:hover { color: #fff; }
.single-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.single-layout--release { grid-template-columns: minmax(300px, .85fr) 1.15fr; }
.single-copy { position: relative; z-index: 1; }
.single-copy h1 { max-width: 9ch; margin: .5rem 0 1.2rem; font-family: var(--pif-font-display); font-size: clamp(4rem, 9vw, 8.5rem); letter-spacing: -.04em; line-height: .85; text-transform: uppercase; }
.single-copy__by { margin: -.5rem 0 1.5rem; color: var(--pif-red); font-family: var(--pif-font-mono); letter-spacing: .12em; text-transform: uppercase; }
.single-copy__body { max-width: 58ch; color: var(--pif-text-soft); line-height: 1.9; }
.single-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.single-media { position: relative; overflow: hidden; min-height: 600px; margin: 0; border: 1px solid rgba(255, 255, 255, .13); background: #111; }
.single-media::after { content: ""; position: absolute; inset: 0; border: 8px solid rgba(255, 255, 255, .08); pointer-events: none; }
.single-media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: grayscale(.25) contrast(1.08); }
.single-hero--artist .single-media img { mix-blend-mode: luminosity; }
.single-media--square { min-height: 0; aspect-ratio: 1; }
.single-media--square img { min-height: 0; }
.release-credits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0 0; }
.release-credits div { padding-top: .8rem; border-top: 1px solid var(--pif-border); }
.release-credits dt { color: var(--pif-text-muted); font-family: var(--pif-font-mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.release-credits dd { margin: .2rem 0 0; }
.section-count { align-self: end; color: rgba(0, 0, 0, .58); font-family: var(--pif-font-mono); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }

.prose { max-width: 860px; font-size: clamp(1rem, .92rem + .35vw, 1.2rem); line-height: 1.9; }
.prose > *:first-child { margin-top: 0; }
.prose h2,
.prose h3 { font-family: var(--pif-font-display); line-height: 1; text-transform: uppercase; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 1px; background: #080808; }
.post-card { padding: clamp(1.5rem, 4vw, 3rem); background: #fff; }
.post-card h2 { margin: .55rem 0 1rem; font-family: var(--pif-font-display); font-size: var(--pif-h3); line-height: 1; text-transform: uppercase; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 8rem 0 5rem; background: #000; text-align: center; }
.error-page__content { display: grid; justify-items: center; }
.error-page__content img { width: clamp(220px, 33vw, 480px); margin-bottom: 2rem; filter: grayscale(1) brightness(4); }
.error-page h1 { margin: .5rem 0 1rem; font-family: var(--pif-font-display); font-size: clamp(4.5rem, 12vw, 10rem); line-height: .8; text-transform: uppercase; }
.error-page h1 span { color: var(--pif-red); }
.error-page__content > p:not(.eyebrow) { max-width: 48ch; margin: 0 0 2rem; color: var(--pif-text-soft); }

/* Persistent audio player */
.player {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.5fr) auto;
  align-items: center;
  gap: clamp(.7rem, 2vw, 1.5rem);
  padding: .65rem clamp(.8rem, 3vw, 1.8rem);
  border-top: 1px solid rgba(255, 23, 23, .45);
  background: rgba(3, 3, 3, .98);
  transform: translateY(110%);
  transition: transform .35s var(--pif-ease);
}
.player.show { transform: translateY(0); }
.player__now { display: flex; align-items: center; gap: .8rem; min-width: 0; }
.player__cover { width: 48px; height: 48px; flex: none; object-fit: cover; }
.player__meta { min-width: 0; }
.player__title { overflow: hidden; font-size: .82rem; font-weight: 700; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.player__artist { overflow: hidden; color: var(--pif-red); font-family: var(--pif-font-mono); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.player__controls { display: flex; align-items: center; gap: .25rem; }
.player__btn { display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.player__btn:hover { color: var(--pif-red); }
.player__btn--play { width: 46px; height: 46px; background: var(--pif-red); color: #fff; font-size: 1.25rem; }
.player__btn--play:hover { color: #fff; background: var(--pif-red-bright); }
.player__progress { display: flex; align-items: center; gap: .7rem; min-width: 0; }
.player__time { flex: none; color: var(--pif-text-muted); font-family: var(--pif-font-mono); font-size: .62rem; font-variant-numeric: tabular-nums; }
.player__bar { position: relative; flex: 1; height: 4px; overflow: hidden; background: var(--pif-surface-raised); cursor: pointer; }
.player__buffer,
.player__fill { position: absolute; inset: 0 auto 0 0; width: 0; }
.player__buffer { background: rgba(255, 255, 255, .13); }
.player__fill { background: var(--pif-red); }
.player__vol { display: flex; align-items: center; gap: .5rem; color: var(--pif-text-muted); }
.player__vol input { width: 82px; accent-color: var(--pif-red); }
body.player-open { padding-bottom: 76px; }

/* Motion */
.has-motion [data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .75s var(--pif-ease), transform .75s var(--pif-ease); }
.has-motion [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.has-motion .releases-grid [data-reveal]:nth-child(2),
.has-motion .artists-grid [data-reveal]:nth-child(2) { transition-delay: 70ms; }
.has-motion .releases-grid [data-reveal]:nth-child(3),
.has-motion .artists-grid [data-reveal]:nth-child(3) { transition-delay: 140ms; }
.has-motion .releases-grid [data-reveal]:nth-child(4),
.has-motion .artists-grid [data-reveal]:nth-child(4) { transition-delay: 210ms; }

@keyframes texture-drift { from { transform: translate3d(-1%, -1%, 0) scale(1.02); } to { transform: translate3d(1%, 1%, 0) scale(1.06); } }
@keyframes scroll-nudge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

/* Responsive */
@media (min-width: 761px) and (max-height: 780px) {
  .hero__content { padding-top: 5rem; padding-bottom: 5.5rem; }
  .hero__logo { margin-bottom: .7rem; }
  .hero__title { margin: .65rem 0 .85rem; font-size: clamp(3.6rem, 6.8vw, 5.4rem); }
  .hero__copy { font-size: .92rem; }
  .hero__actions { margin-top: 1.1rem; }
  .hero__scroll,
  .hero__stamp { bottom: 1rem; }
}

@media (max-width: 980px) {
  .hero::after { inset: 0 44% 0 0; }
  .hero__media-stack { width: 62%; }
  .artist-feature::after { inset: 0 26% 0 0; }
  .social-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-layout,
  .single-layout--release,
  .intro { grid-template-columns: 1fr; }
  .single-media { min-height: 560px; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 1.5rem), var(--pif-content-max)); }
  .nav { min-height: 64px; padding-inline: .85rem; background: rgba(0, 0, 0, .82); }
  .nav__logo,
  .nav.is-scrolled .nav__logo { height: 34px; }
  .nav__burger { display: flex; position: relative; z-index: 2; }
  .nav__links {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 6rem 1.5rem 2rem;
    background: rgba(0, 0, 0, .98);
    transform: translateX(100%);
    transition: transform .4s var(--pif-ease);
  }
  .nav__links.open { transform: translateX(0); }
  .nav__links a { padding: .9rem 0; border-bottom: 1px solid var(--pif-border-soft); font-family: var(--pif-font-display); font-size: 2rem; letter-spacing: .02em; }
  .nav__links a::after { display: none; }
  .nav__cta { margin-top: 1rem; justify-content: center; border-bottom: 1px solid var(--pif-red) !important; font-family: var(--pif-font-body) !important; font-size: .75rem !important; }

  .hero { min-height: 820px; align-items: end; }
  .hero::after { inset: 35% 0 0; background: rgba(0, 0, 0, .7); }
  .hero__media-stack { inset: 0; width: 100%; }
  .hero__wash { inset: 0; background: rgba(115, 0, 0, .48); }
  .hero__media { object-position: 62% center; }
  .hero__content { padding-top: 7rem; padding-bottom: 8rem; }
  .hero__logo { width: min(72vw, 360px); margin-bottom: 1rem; }
  .hero__title { font-size: clamp(4rem, 20vw, 7rem); }
  .hero__stamp { display: none; }
  .hero__scroll { left: auto; right: 1rem; transform: none; }

  .mix-feature { min-height: 620px; }
  .mix-feature__rule { width: 160px; height: 4px; }
  .mix-feature__actions { gap: .65rem; }
  .artist-feature { min-height: 760px; align-items: end; }
  .artist-feature::after { inset: 38% 0 0; background: rgba(50, 0, 0, .72); }
  .artist-feature__media { object-position: 58% top; }
  .artist-feature__content { padding-block: 4rem; }
  .artist-feature__content > p:not(.eyebrow) { line-height: 1.75; }

  .pagehead { min-height: 470px; padding: 7.5rem 0 3.5rem; }
  .single-hero { padding-top: 6.5rem; }
  .single-media { min-height: 480px; }
  .single-media--square { min-height: 0; }
  .stats-grid { grid-template-columns: 1fr; }

  .footer__top { align-items: flex-start; flex-direction: column; }
  .player { grid-template-columns: 1fr auto; grid-template-areas: "now controls" "progress progress"; row-gap: .5rem; }
  .player__now { grid-area: now; }
  .player__controls { grid-area: controls; }
  .player__progress { grid-area: progress; }
  .player__vol { display: none; }
}

@media (max-width: 520px) {
  .section { padding-block: 4.5rem; }
  .hero { min-height: 740px; }
  .hero__title { font-size: clamp(3.65rem, 19vw, 5.5rem); }
  .hero__copy { max-width: 33ch; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .mix-feature h2 { font-size: clamp(3.4rem, 18vw, 5.5rem); }
  .mix-feature__actions { width: 100%; flex-direction: column; }
  .mix-feature__actions .btn { width: 100%; }
  .artist-feature h2 { font-size: clamp(4rem, 20vw, 6rem); }
  .pagehead { min-height: 430px; border-bottom-width: 5px; }
  .pagehead__rule { height: 4px; }
  .single-copy h1 { font-size: clamp(3.6rem, 20vw, 5.8rem); }
  .single-media { min-height: 400px; }
  .single-media--square { min-height: 0; }
  .release-credits { grid-template-columns: 1fr; }
  .section-meta { align-items: flex-start; flex-direction: column; }
  .social-wall { grid-template-columns: 1fr; }
  .social-card { min-height: 360px; }
  .footer__bottom { flex-direction: column; }
  .player__cover { width: 42px; height: 42px; }
  .player__btn { display: none; }
  .player__btn--play { display: grid; width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .has-motion [data-reveal] { opacity: 1; transform: none; }
}
