/* ================= MUSIC PAGE : EQUALIZER ================= */
.music-head{
  position:relative;padding:170px 28px 60px;overflow:hidden;background:var(--noir);
}
#eq{position:absolute;inset:auto 0 0 0;width:100%;height:75%;opacity:.5}
.music-head .wrap{position:relative}
.music-head h1{font-family:var(--display);font-size:clamp(50px,9vw,110px);color:#fff;letter-spacing:3px;line-height:.95}
.music-head p{font-family:var(--mono);font-size:13px;color:var(--gris);letter-spacing:1px;margin-top:14px;max-width:520px}

/* Responsive breakpoints for this page live in css/responsive.css */
