:root {
  --ink: #11110f;
  --paper: #ebe7dc;
  --paper-bright: #f7f4ea;
  --rust: #a4482d;
  --yellow: #d4b94f;
  --line: rgba(17, 17, 15, .28);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Franklin Gothic Condensed", sans-serif;
  --grotesque: "Arial Black", "Franklin Gothic Medium", Arial, sans-serif;
  --plain: Helvetica, Arial, sans-serif;
  --mechanical: "Courier New", Courier, monospace;
  --space-section: clamp(2.75rem, 6vw, 5.5rem);
  --space-heading: clamp(1.5rem, 3.5vw, 3rem);
  --space-block: clamp(1rem, 2vw, 1.75rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
  line-height: 1.45;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: .13;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,.08) 4px);
  mix-blend-mode: multiply;
}
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 99; background: var(--paper-bright); padding: .8rem 1rem; font-weight: 900; text-transform: uppercase; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .65rem 4vw;
  color: var(--paper-bright);
  background: var(--ink);
  border-bottom: 1px solid #383732;
}
.brand { width: 3.2rem; aspect-ratio: 1 / 1; flex: none; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; gap: clamp(.8rem, 3vw, 2.4rem); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
nav a { text-decoration-thickness: 1px; text-underline-offset: .35rem; }
nav .lpx-link { padding: .15rem .4rem; text-decoration: none; border: 1px solid currentColor; }

.hero {
  color: var(--paper-bright);
  background: var(--ink);
}
.eyebrow, .section-no, .player-label { margin: 0; font-family: var(--mechanical); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: clamp(2.75rem, 6vw, 5rem) 5vw;
  text-align: center;
}
.hero h1 { width: min(72vw, 31rem); aspect-ratio: 1 / 1; margin: 0; }
.hero h1 img { width: 100%; height: 100%; object-fit: contain; filter: contrast(1.1); }
.hero-identity p { margin: 0; padding: .3rem .65rem; font-family: var(--mechanical); font-size: .72rem; letter-spacing: .3em; text-indent: .3em; color: var(--ink); background: var(--paper-bright); transform: rotate(-1.5deg); }

.section { padding: var(--space-section) 5vw; }
.section-heading { display: grid; gap: 1rem; margin-bottom: var(--space-heading); }
.section-heading h2 { margin: 0; max-width: 10ch; font-family: var(--grotesque); font-size: clamp(3.4rem, 10vw, 8rem); font-weight: 900; line-height: .94; letter-spacing: -.025em; text-transform: uppercase; }
.music .section-heading { padding-bottom: clamp(1.25rem, 2.5vw, 2.25rem); border-bottom: clamp(.45rem, 1vw, .8rem) solid var(--ink); }
.music .section-heading h2 { max-width: none; font-size: inherit; line-height: 1; letter-spacing: 0; }
.music .section-heading h2 span { display: table; width: auto; padding: .02em .09em .05em; }
.music .section-heading h2 span:first-child { font-family: var(--grotesque); font-size: clamp(3.8rem, 10vw, 8rem); letter-spacing: -.035em; color: var(--paper-bright); background: var(--ink); transform: rotate(-.6deg); }
.music .section-heading h2 span:last-child { margin: clamp(.45rem, 1vw, .8rem) 0 0 clamp(.5rem, 3vw, 2.5rem); font-family: var(--display); font-size: clamp(5rem, 13vw, 10.5rem); letter-spacing: .005em; border: .08em solid var(--ink); background: var(--paper-bright); transform: rotate(.35deg); }
.music-release-meta { display: inline-block; margin: 1.1rem 0 .55rem; padding: .35rem .6rem; font-family: var(--mechanical); font-size: clamp(.7rem, 1.2vw, .86rem); font-weight: 700; letter-spacing: .1em; color: var(--paper-bright); background: var(--ink); text-transform: uppercase; transform: rotate(-.7deg); }
.music-subtitle { margin: 0; font-family: var(--mechanical); font-size: clamp(.72rem, 1.3vw, .9rem); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.music { background: var(--paper); }
.player { display: grid; border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.player-now { min-height: 20rem; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.25rem, 3vw, 2.25rem); color: var(--paper-bright); background: var(--ink); }
.now-title { margin: 1.25rem 0; font-family: var(--display); font-size: clamp(2.8rem, 7vw, 6.4rem); line-height: .96; letter-spacing: .005em; text-transform: uppercase; }
.time-row { display: grid; grid-template-columns: 3rem 1fr 3rem; align-items: center; gap: .8rem; font-family: var(--mechanical); font-size: .75rem; }
.progress { width: 100%; height: 3rem; margin: 0; accent-color: var(--rust); cursor: pointer; }
.duration { text-align: right; }
.transport { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: .75rem; }
.transport button, .play-all { color: inherit; cursor: pointer; border: 2px solid currentColor; background: transparent; text-transform: uppercase; font-weight: 900; }
.transport-button { width: 3rem; height: 3rem; border-radius: 50%; font-size: 1.25rem; }
.play-toggle { width: 5rem; height: 5rem; border-radius: 50%; }
.track-panel { background: var(--paper-bright); }
.track-heading { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem; border-bottom: 6px solid; font-family: var(--mechanical); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.play-all { padding: .55rem .9rem; }
.track-list { margin: 0; padding: 0; list-style: none; }
.track-list li + li { border-top: 1px dashed var(--ink); }
.track-list button { width: 100%; min-height: 4.35rem; display: grid; grid-template-columns: 2rem 1fr auto; align-items: center; gap: .7rem; padding: .8rem 1.2rem; border: 0; text-align: left; color: var(--ink); background: transparent; cursor: pointer; font-family: var(--mechanical); font-size: .86rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.track-list button:hover, .track-list button[aria-current="true"] { color: var(--paper-bright); background: var(--rust); }
.track-no, .track-state { font-family: var(--mechanical); font-size: .68rem; }

.lpx-entry {
  padding: clamp(4rem, 9vw, 8rem) 4vw;
  background: var(--ink);
}
.lpx-entry-link {
  display: block;
  width: min(76vw, 72rem);
  margin: 0 auto;
  transition: filter .18s ease, transform .18s ease;
}
.lpx-entry-link:hover { filter: brightness(1.05); transform: scale(1.005); }
.lpx-entry-link:focus-visible { outline-color: var(--paper-bright); }
.lpx-entry-link img { width: 100%; height: auto; }

.band { color: var(--paper-bright); background: #171713; }
.band .section-heading { align-items: end; border-bottom: 1px solid #5a574f; padding-bottom: .75rem; }
.band .section-heading h2 { max-width: none; font-family: "Arial Narrow", "Franklin Gothic Condensed", Arial, sans-serif; font-size: clamp(4.5rem, 12vw, 9rem); line-height: 1; letter-spacing: -.025em; }
.band-layout { display: grid; gap: var(--space-block); }
.band-photo { margin: 0; padding: .6rem; background: var(--paper-bright); transform: rotate(-.6deg); }
.band-photo img { width: 100%; height: auto; }
.members { margin: 0; padding: 0; list-style: none; border-top: 1px solid #5a574f; }
.members li { display: grid; grid-template-columns: 2rem 1fr; gap: .35rem .8rem; padding: .85rem 0; border-bottom: 1px solid #5a574f; text-transform: uppercase; }
.members li > span { grid-row: 1 / 3; font-family: "Courier New", monospace; font-size: .7rem; color: #aaa59b; }
.members strong { font-family: var(--mechanical); font-size: clamp(1rem, 2.2vw, 1.4rem); line-height: 1.1; letter-spacing: .04em; }
.members em { font-family: var(--mechanical); font-size: .68rem; font-style: normal; letter-spacing: .08em; color: #bbb6aa; }

.about { background: var(--paper-bright); }
.about .section-heading { padding-top: .8rem; border-top: clamp(.45rem, 1vw, .8rem) solid var(--ink); }
.about .section-heading h2 { max-width: none; line-height: 1; letter-spacing: 0; }
.about .section-heading h2 span { display: table; }
.about .section-heading h2 span:first-child { padding: .12em .25em; font-family: var(--plain); font-size: clamp(1.4rem, 3.5vw, 2.7rem); letter-spacing: .06em; color: var(--paper-bright); background: var(--ink); transform: rotate(-.7deg); }
.about .section-heading h2 span:last-child { margin-top: clamp(.8rem, 2vw, 1.4rem); font-family: var(--grotesque); font-size: clamp(3.6rem, 10vw, 8.6rem); letter-spacing: -.035em; transform: rotate(.25deg); }
.about-meta { display: inline-block; margin: 1rem 0 0; padding: .35rem .6rem; font-family: var(--mechanical); font-size: .72rem; font-weight: 700; letter-spacing: .08em; color: var(--paper-bright); background: var(--ink); text-transform: uppercase; transform: rotate(.5deg); }
.about-story { max-width: 76rem; margin-left: auto; }
.about-column { min-width: 0; }
.about-column p { margin: 0 0 1.1rem; max-width: 39rem; color: #050504; font-family: var(--mechanical); font-size: clamp(1rem, 1.4vw, 1.12rem); font-weight: 600; line-height: 1.72; }
.about-column strong { font-weight: 800; }
.about-column .about-hit { margin: clamp(2.5rem, 5vw, 4.5rem) 0; font-family: var(--display); font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.about-column .about-final { padding-top: 1.5rem; border-top: 3px solid var(--ink); }
.about-conclusion { grid-column: 1 / -1; margin-top: clamp(1.25rem, 3vw, 2.5rem); padding-top: clamp(1rem, 2vw, 1.75rem); border-top: 3px solid var(--ink); }
.about-conclusion h3 { display: inline-block; margin: 0; padding: .06em .13em; font-family: "Arial Narrow", "Franklin Gothic Condensed", Arial, sans-serif; font-size: clamp(3.6rem, 9vw, 7.5rem); line-height: 1; letter-spacing: -.02em; color: var(--paper-bright); background: var(--ink); text-transform: uppercase; transform: rotate(-.35deg); }
.about-conclusion p { margin: .75rem 0 0; font-family: var(--mechanical); font-size: clamp(.9rem, 1.4vw, 1.05rem); }

.live { overflow: hidden; background: #d5d0c3; }
.live .section-heading { align-items: start; }
.live .section-heading h2 { max-width: none; line-height: 1; letter-spacing: 0; }
.live .section-heading h2 span { display: table; }
.live .section-heading .live-intro { padding: .2em .45em; font-family: var(--mechanical); font-size: clamp(.9rem, 1.8vw, 1.35rem); font-weight: 700; letter-spacing: .08em; color: var(--paper-bright); background: var(--ink); }
.live .section-heading .live-major { margin-top: clamp(.75rem, 1.8vw, 1.4rem); font-family: var(--grotesque); font-size: clamp(3rem, 8vw, 6.6rem); letter-spacing: -.03em; }
.live .section-heading .live-largest { margin: clamp(.35rem, 1vw, .8rem) 0 0 clamp(1rem, 5vw, 4.5rem); padding: .01em .1em .05em; font-family: var(--display); font-size: clamp(4.6rem, 12vw, 9.5rem); letter-spacing: .01em; color: var(--paper-bright); background: var(--ink); transform: rotate(-.45deg); }
.photo-pile { display: grid; gap: 1.25rem; max-width: 78rem; margin: 0 auto; padding: .5rem; }
.print { position: relative; display: block; align-self: start; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; padding: .65rem; border: 0; color: var(--ink); background: var(--paper-bright); box-shadow: 4px 6px 14px rgba(0,0,0,.28); cursor: zoom-in; transition: transform .18s ease; }
.print:hover { transform: rotate(0) scale(1.015); z-index: 2; }
.print img { width: 100%; height: 100%; object-fit: cover; }
.print span { position: absolute; left: .65rem; bottom: .65rem; display: block; padding: .35rem .5rem; font-family: var(--mechanical); font-size: .65rem; letter-spacing: .05em; text-align: left; text-transform: uppercase; background: var(--paper-bright); }
.print-one { transform: rotate(-1.2deg); }
.print-two { transform: rotate(1.1deg); }
.print-three { transform: rotate(.7deg); }
.print-four { transform: rotate(-.8deg); }
.print-five { transform: rotate(-1deg); }
.print-six { transform: rotate(.9deg); }
.print-seven { transform: rotate(-.5deg); }
.gallery-note { width: max-content; max-width: 100%; margin: 1.25rem 4vw 0 auto; padding: .3rem .55rem; font-family: var(--mechanical); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--paper-bright); background: var(--ink); transform: rotate(-.8deg); }

footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 5vw; color: var(--paper-bright); background: var(--ink); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
footer img { width: 3.5rem; aspect-ratio: 1 / 1; object-fit: contain; }
footer a { text-underline-offset: .3rem; }

.lightbox { width: min(94vw, 90rem); max-width: none; max-height: 94vh; padding: 3rem clamp(3.5rem, 7vw, 7rem) 2.5rem; border: 0; color: white; background: #080807; }
.lightbox::backdrop { background: rgba(0,0,0,.92); }
.lightbox img { width: 100%; max-height: calc(94vh - 5.5rem); object-fit: contain; }
.lightbox-close { position: absolute; top: .6rem; right: .8rem; padding: .35rem .7rem; border: 1px solid; color: white; background: transparent; cursor: pointer; text-transform: uppercase; }
.lightbox-nav { position: absolute; top: 50%; width: 3rem; height: 3rem; padding: 0; border: 1px solid white; border-radius: 50%; color: white; background: rgba(8,8,7,.72); cursor: pointer; font-size: 1.35rem; transform: translateY(-50%); }
.lightbox-nav:hover { color: var(--ink); background: var(--paper-bright); }
.lightbox-previous { left: .7rem; }
.lightbox-next { right: .7rem; }
.lightbox-count { position: absolute; left: 50%; bottom: .45rem; margin: 0; font-family: "Courier New", monospace; font-size: .68rem; letter-spacing: .15em; transform: translateX(-50%); }

@media (min-width: 720px) {
  .section-heading { grid-template-columns: 1fr 2.2fr; }
  .player { grid-template-columns: minmax(0, 1.1fr) minmax(21rem, .9fr); }
  .band-layout { grid-template-columns: 1.3fr .7fr; align-items: start; }
  .about-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 4rem); }
  .photo-pile { grid-template-columns: repeat(2, 1fr); gap: clamp(.75rem, 1.5vw, 1.25rem); }
  .photo-pile .print-two, .photo-pile .print-four, .photo-pile .print-six { margin-top: 1.75rem; }
}

@media (min-width: 1100px) {
  .photo-pile { grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, auto); gap: 0; }
  .print-one { grid-column: 1 / 8; grid-row: 1; }
  .print-two { grid-column: 7 / 13; grid-row: 1; margin: 2.5rem 0 0; z-index: 1; }
  .print-three { grid-column: 2 / 7; grid-row: 2; margin-top: -2rem; z-index: 2; }
  .print-four { grid-column: 6 / 12; grid-row: 2; margin: 1rem 0 0; }
  .print-five { grid-column: 1 / 8; grid-row: 3; margin-top: -1.5rem; }
  .print-six { grid-column: 7 / 13; grid-row: 3; margin: 2rem 0 0; z-index: 1; }
  .print-seven { grid-column: 3 / 11; grid-row: 4; margin-top: -1rem; }
}

@media (max-width: 520px) {
  html,
  body { overflow-x: hidden; }
  .site-header { align-items: flex-start; }
  nav { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem 1rem; padding-top: .3rem; }
  .hero h1 { width: min(82vw, 24rem); }
  .music .section-no,
  .music-release-meta,
  .music-subtitle,
  .player-label {
    font-size: .875rem;
    letter-spacing: .07em;
  }
  .player-now { min-height: 21rem; }
  .time-row {
    grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
    gap: .5rem;
    font-size: 1rem;
  }
  .track-heading {
    flex-wrap: wrap;
    gap: .75rem;
    padding: 1rem;
    font-size: .875rem;
    letter-spacing: .06em;
  }
  .play-all {
    min-height: 2.75rem;
    padding: .65rem .8rem;
    font-size: .875rem;
  }
  .track-list button {
    min-height: 5rem;
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    gap: .55rem;
    padding: .9rem .8rem;
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: .02em;
  }
  .track-no,
  .track-state {
    font-size: .875rem;
    letter-spacing: .02em;
  }
  .about.section {
    padding-right: clamp(1.25rem, 5.5vw, 1.5rem);
    padding-left: clamp(1.25rem, 5.5vw, 1.5rem);
  }
  .about .section-heading {
    margin-bottom: 2rem;
  }
  .about .section-no,
  .about-meta {
    font-size: .875rem;
    letter-spacing: .06em;
  }
  .about-story {
    display: block;
    width: 100%;
    max-width: 39rem;
    margin-right: auto;
    margin-left: auto;
  }
  .about-column + .about-column {
    margin-top: .5rem;
  }
  .about-column p {
    max-width: none;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    line-height: 1.7;
  }
  .about-conclusion {
    margin-top: 2rem;
    padding-top: 1.25rem;
  }
  .about-conclusion p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .lpx-entry { padding: clamp(3.5rem, 16vw, 5rem) 4vw; }
  .lpx-entry-link { width: 92vw; }
  footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
