:root {
  --paper: #eceae1;
  --paper-2: #f5f3ea;
  --ink: #070707;
  --muted: #66645e;
  --line: #b7b4a9;
  --soft-line: #d2d0c6;
  --red: #f0351d;
  --dark: #080808;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font-condensed: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  --font-heavy: "Anton", Impact, "Arial Black", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #111;
  font-size: 16px;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .08), transparent 30rem),
    #111;
  color: var(--ink);
  font-family: var(--font-mono);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.page-frame {
  width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  background: var(--paper);
  min-height: 100vh;
  box-shadow: 0 0 90px rgba(0, 0, 0, .55);
}

.sheet,
.side-rail,
.info-card,
.track-panel,
.link-card,
.press-card,
.social-card,
.data-strip,
.manifesto-card,
.now-card,
.audio-console {
  background-image:
    linear-gradient(rgba(0, 0, 0, .027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .018) 1px, transparent 1px);
  background-size: 18px 18px, 18px 18px;
}

.side-rail {
  position: relative;
  border-right: 1px solid var(--line);
  min-height: 100%;
  display: grid;
  grid-template-rows: 52px 112px 62px 92px 1fr 86px 150px 108px 72px;
  justify-items: center;
  overflow: hidden;
}

.rail-plus,
.nav-plus {
  font-size: 25px;
  line-height: 1;
  color: #3b3a35;
}

.rail-code {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-condensed);
  font-size: 22px;
  letter-spacing: .04em;
  align-self: start;
  margin-top: 12px;
}

.rail-red {
  width: 14px;
  height: 56px;
  background: var(--red);
  align-self: center;
}

.rail-barcode {
  width: 17px;
  height: 58px;
  background: repeating-linear-gradient(90deg, #111 0 1px, transparent 1px 3px, #111 3px 5px, transparent 5px 7px);
  animation: barcode-drift 18s linear infinite;
}

.rail-copy {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  align-self: center;
}

.rail-globe {
  width: 29px;
  height: 29px;
  border: 1px solid #222;
  border-radius: 50%;
  align-self: center;
  background:
    linear-gradient(90deg, transparent 48%, #222 49% 51%, transparent 52%),
    linear-gradient(transparent 48%, #222 49% 51%, transparent 52%);
}

.rail-small {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  justify-self: start;
  align-self: end;
  margin-bottom: 8px;
  padding-left: 24px;
  font-size: 7px;
  line-height: 1.45;
  color: #383732;
}

.rail-mark {
  width: 29px;
  height: 55px;
  align-self: center;
  background: repeating-linear-gradient(135deg, #111 0 7px, transparent 7px 13px);
}

.rail-bottom {
  font-size: 7px;
  line-height: 1.3;
  align-self: end;
  margin-bottom: 12px;
  text-align: center;
  color: #3b3934;
}

.sheet {
  min-width: 0;
  padding: 28px 28px 12px 20px;
  border-right: 1px solid var(--line);
}

.top-nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: start;
  min-height: 46px;
}

.system-path,
.top-nav nav {
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.system-path span,
.top-nav nav span {
  margin: 0 12px;
}

.top-nav nav {
  justify-self: end;
  display: flex;
  gap: 12px;
  align-items: center;
}

.top-nav nav span {
  margin: 0;
}

.nav-plus {
  justify-self: end;
  margin-top: 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .92fr);
  border-bottom: 1px solid var(--line);
}

.brand-panel {
  padding-right: 18px;
  border-right: 1px solid var(--line);
  overflow: hidden;
}

h1 {
  margin: 0 0 18px;
  font-family: var(--font-heavy);
  font-size: clamp(6rem, 18.3vw, 15.2rem);
  line-height: .82;
  letter-spacing: -.045em;
  font-weight: 900;
  transform: scaleX(.78);
  transform-origin: left center;
  width: 128%;
  white-space: nowrap;
}

h1 sup {
  font-family: var(--font-mono);
  font-size: .09em;
  letter-spacing: 0;
  vertical-align: top;
  margin-left: .05em;
}

.cover-row {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 8px;
  min-height: 342px;
  margin-bottom: 20px;
}

.red-slab,
.signal-art {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 100%;
}

.red-slab {
  background: var(--red);
}

.red-slab::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0 36%, rgba(255, 255, 255, .16) 48%, transparent 60%);
  mix-blend-mode: soft-light;
  transform: translateX(-60%);
  animation: red-scan 12s ease-in-out infinite;
}

.red-slab p {
  position: absolute;
  left: 24px;
  bottom: 52px;
  margin: 0;
  color: #15100d;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.55;
  z-index: 1;
}

.red-slab i {
  position: absolute;
  right: 32px;
  bottom: 42px;
  width: 1px;
  height: 36px;
  background: #121212;
  z-index: 1;
}

.cross {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 1;
  animation: cross-drift 10s ease-in-out infinite;
}

.cross::before,
.cross::after {
  content: "";
  position: absolute;
  background: #17120d;
}

.cross::before {
  width: 1px;
  height: 24px;
  left: 11px;
}

.cross::after {
  width: 24px;
  height: 1px;
  top: 11px;
}

.cross-a { left: 24px; top: 38px; }
.cross-b { left: 22px; top: 138px; animation-delay: -3s; }
.cross-c { right: 26px; top: 140px; animation-delay: -6s; }

.signal-art {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(0, 0, 0, .12)),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, .1) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(0deg, transparent 0 19px, rgba(0, 0, 0, .1) 20px),
    #dddbd2;
}

.signal-art .orb {
  position: absolute;
  width: 105px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #090909;
  left: 15%;
  top: 22%;
  z-index: 3;
  animation: orb-breathe 9s ease-in-out infinite;
}

.scope-line {
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, .7);
  left: 12%;
  right: 12%;
}

.scope-line::after {
  content: "";
  position: absolute;
  right: 34%;
  top: -72px;
  width: 1px;
  height: 144px;
  background: rgba(0, 0, 0, .55);
}

.scope-line.one { top: 28%; }
.scope-line.two { top: 50%; }
.scope-line.three { top: 68%; }

.scan-noise {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 138px;
  background:
    radial-gradient(ellipse at 58% 60%, rgba(0, 0, 0, .86), transparent 42%),
    radial-gradient(ellipse at 75% 70%, rgba(0, 0, 0, .62), transparent 34%),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, .68) 0 2px, transparent 2px 6px);
  filter: contrast(1.5);
  opacity: .85;
  animation: noise-drift 8s steps(4, end) infinite;
}

.art-red {
  position: absolute;
  top: 0;
  bottom: 18px;
  right: 0;
  width: 42px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .18) 0 2px, transparent 2px 6px),
    var(--red);
  opacity: .84;
  mix-blend-mode: multiply;
  animation: red-column-breathe 7s ease-in-out infinite;
}

.art-barcode {
  position: absolute;
  left: 8px;
  bottom: 7px;
  width: 190px;
  height: 14px;
  background: repeating-linear-gradient(90deg, #111 0 2px, transparent 2px 5px, #111 5px 6px, transparent 6px 9px);
  animation: barcode-drift 16s linear infinite;
}

.signal-art span {
  position: absolute;
  right: 8px;
  bottom: 6px;
  font-size: 14px;
  font-weight: 700;
}

.album-panel {
  padding-left: 22px;
  padding-bottom: 18px;
  overflow: hidden;
}

.album-title-block {
  overflow: hidden;
}

.album-title-block > span {
  display: block;
  font-size: 9px;
  font-weight: 800;
  margin-bottom: 7px;
}

h2 {
  margin: 0 0 16px;
  font-family: var(--font-heavy);
  font-size: clamp(4.2rem, 8.7vw, 7.8rem);
  line-height: .85;
  letter-spacing: -.04em;
  font-weight: 900;
  transform: scaleX(.78);
  transform-origin: left center;
  width: 128%;
}

h2 b {
  color: var(--red);
  font-weight: inherit;
}

.release-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.release-line p {
  margin: 0;
  font-size: 9px;
  font-weight: 700;
}

.section-label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
}

.section-label i {
  width: 10px;
  height: 10px;
  background: var(--ink);
  display: inline-block;
}

.section-label.light {
  color: #f5f5f5;
}

.section-label.light i {
  background: var(--paper);
}

.manifesto-card {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding: 3px 0 23px;
  margin-bottom: 18px;
}

.manifesto-card::after,
.manifesto-card::before {
  content: "";
  position: absolute;
  right: 6px;
  width: 26px;
  height: 26px;
  border-color: #77746c;
}

.manifesto-card::after {
  top: 2px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.manifesto-body {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 18px;
  align-items: center;
}

.manifesto-body p {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 700;
}

.manifesto-body strong {
  color: var(--red);
  font-size: 11px;
  letter-spacing: .08em;
  grid-column: 1;
}

.radar {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  width: 148px;
  aspect-ratio: 1;
  justify-self: end;
}

.radar span {
  position: absolute;
  inset: var(--inset, 0);
  border: 1px solid #9a978d;
  border-radius: 50%;
}

.radar span:nth-child(1) { --inset: 0; }
.radar span:nth-child(2) { --inset: 24px; }
.radar span:nth-child(3) { --inset: 49px; }

.radar::before,
.radar::after {
  content: "";
  position: absolute;
  background: #77746c;
}

.radar::before {
  top: 50%;
  left: -12px;
  right: -12px;
  height: 1px;
}

.radar::after {
  top: -12px;
  bottom: -12px;
  left: 50%;
  width: 1px;
}

.radar i {
  position: absolute;
  width: 13px;
  aspect-ratio: 1;
  background: #111;
  border-radius: 50%;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  z-index: 2;
}

.radar i::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 74px;
  height: 1px;
  background: linear-gradient(90deg, rgba(240, 53, 29, .75), transparent);
  transform-origin: left center;
  animation: radar-sweep 10s linear infinite;
}

.radar span:nth-child(2) {
  animation: radar-ring 6s ease-in-out infinite;
}

.now-card {
  background: #080808;
  color: #f2f0e8;
  padding: 18px 20px 18px;
  border: 1px solid #080808;
}

.now-head {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #3d3d3d;
  padding-top: 16px;
}

.mx {
  color: var(--red);
  font-family: var(--font-heavy);
  font-size: 32px;
  letter-spacing: -.08em;
}

.now-head strong {
  font-family: var(--font-condensed);
  font-size: 20px;
  letter-spacing: .03em;
}

.now-head em {
  font-size: 9px;
  font-style: normal;
  color: #d2d2d2;
}

.waveform {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 3px;
  align-items: center;
  height: 80px;
  border-bottom: 4px solid var(--red);
  margin: 8px 0 12px;
  overflow: hidden;
}

.waveform span {
  display: block;
  height: calc(var(--h) * 1%);
  background: linear-gradient(#aaa, #f8f8f8, #777);
  clip-path: polygon(0 45%, 40% 0, 100% 47%, 70% 100%, 0 58%);
  opacity: .92;
  animation: waveform-idle 7s ease-in-out infinite;
  animation-delay: calc(var(--h) * -30ms);
}

.now-meta {
  font-size: 9px;
  color: #c9c9c9;
}

.now-meta b {
  color: var(--red);
  margin: 0 14px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .92fr);
  border-bottom: 1px solid var(--line);
}

.track-panel {
  padding: 20px 18px 20px 0;
  border-right: 1px solid var(--line);
}

.tracklist {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.tracklist li {
  display: grid;
  grid-template-columns: 45px minmax(130px, 1fr) 92px 58px 38px 44px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-condensed);
  font-size: 25px;
  letter-spacing: .02em;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
}

.tracklist li.active {
  background: color-mix(in srgb, var(--red) 15%, transparent);
  color: var(--red);
}

.tracklist span {
  text-align: center;
  color: #111;
}

.tracklist .active span {
  color: var(--red);
}

.tracklist strong {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tracklist li > i {
  justify-self: start;
  width: 44px;
  height: 13px;
  background:
    linear-gradient(90deg, currentColor 0 2px, transparent 2px 5px, currentColor 5px 7px, transparent 7px 10px, currentColor 10px 11px, transparent 11px 14px),
    linear-gradient(currentColor, currentColor);
  background-size: 10px 100%, 100% 1px;
  background-position: left center, left center;
  opacity: .8;
}

.tracklist time {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
}

.tracklist button {
  height: 100%;
  border-left: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 19px;
}

.track-actions {
  display: flex;
  gap: 22px;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 700;
}

.access-stack {
  padding: 20px 0 20px 18px;
  display: grid;
  gap: 12px;
}

.info-card,
.link-card,
.press-card,
.social-card {
  border: 1px solid var(--line);
  padding: 16px;
  position: relative;
}

.info-row {
  display: grid;
  grid-template-columns: 64px 1fr 42px;
  gap: 14px;
  align-items: center;
}

.qr {
  width: 60px;
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, #111 12%, transparent 12% 22%, #111 22% 32%, transparent 32% 46%, #111 46% 57%, transparent 57% 70%, #111 70% 82%, transparent 82%),
    linear-gradient(#111 12%, transparent 12% 23%, #111 23% 34%, transparent 34% 48%, #111 48% 61%, transparent 61% 76%, #111 76% 86%, transparent 86%);
  background-color: var(--paper-2);
  border: 1px solid var(--line);
}

.info-row p,
.card-micro {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.info-row a,
.corner-link {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  background: var(--red);
  color: #111;
  font-size: 25px;
  justify-self: end;
}

.corner-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.wood-map {
  position: relative;
  height: 74px;
  margin: 8px 56px 0 6px;
  background:
    radial-gradient(ellipse at 18% 50%, transparent 0 36px, rgba(0, 0, 0, .18) 37px, transparent 38px),
    repeating-radial-gradient(ellipse at 18% 50%, transparent 0 9px, rgba(0, 0, 0, .22) 10px, transparent 11px);
  opacity: .75;
}

.wood-map::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 0;
  top: 38px;
  height: 1px;
  background: #111;
  transform: rotate(-5deg);
}

.wood-map span {
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  background: #111;
}

.wood-map span:nth-child(1) { left: 62px; top: 38px; }
.wood-map span:nth-child(2) { left: 155px; top: 28px; }
.wood-map span:nth-child(3) { right: 28px; top: 36px; }

.plates {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-right: 54px;
}

.plate {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: #111;
  display: block;
  animation: plate-breathe 9s steps(2, end) infinite;
}

.p1 { background: radial-gradient(circle at 42% 40%, #111 0 24%, transparent 25%), #dcdad1; }
.p2 { background: linear-gradient(90deg, transparent, var(--red)), repeating-linear-gradient(90deg, #111 0 2px, #ddd 2px 9px); }
.p3 { background: repeating-linear-gradient(0deg, #111 0 5px, #252525 5px 16px); }
.p4 { background: linear-gradient(90deg, #111, #333 45%, var(--red) 46% 49%, #111 50%); }

.p2,
.p3,
.p4 {
  animation-name: plate-breathe, barcode-drift;
  animation-duration: 9s, 22s;
  animation-timing-function: steps(2, end), linear;
  animation-iteration-count: infinite;
}

.p3 {
  animation-direction: normal, reverse;
}

.signal-grid {
  display: grid;
  grid-template-columns: 1.03fr .9fr .94fr;
  border-bottom: 1px solid var(--line);
}

.link-card,
.press-card {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}

.social-card {
  border-top: 0;
  border-bottom: 0;
}

.link-card ul,
.social-card ul,
.press-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-card li,
.social-card li {
  display: grid;
  grid-template-columns: 1fr auto 18px;
  gap: 14px;
  min-height: 22px;
  font-size: 10px;
  font-weight: 700;
}

.link-card b,
.social-card b {
  font-weight: 500;
}

.node-map {
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: 112px;
  height: 104px;
}

.node-map::before {
  content: "";
  position: absolute;
  inset: 18px 18px 20px 18px;
  background:
    linear-gradient(35deg, transparent 49%, #111 50% 51%, transparent 52%),
    linear-gradient(115deg, transparent 49%, #111 50% 51%, transparent 52%),
    linear-gradient(75deg, transparent 49%, #111 50% 51%, transparent 52%);
  opacity: .45;
}

.node-map span {
  position: absolute;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #111;
}

.node-map span:nth-child(1) { left: 22px; top: 14px; }
.node-map span:nth-child(2) { right: 22px; top: 28px; }
.node-map span:nth-child(3) { left: 54px; top: 54px; background: var(--red); }
.node-map span:nth-child(4) { right: 34px; bottom: 10px; }
.node-map span:nth-child(5) { left: 18px; bottom: 28px; }

.press-content {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: start;
}

.n-box {
  font-family: var(--font-heavy);
  font-size: 86px;
  line-height: .85;
  text-align: center;
  animation: n-flicker 13s steps(1, end) infinite;
}

.press-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 19px;
  font-size: 9px;
  font-weight: 700;
}

.press-card li::after {
  content: "↧";
  color: #555;
}

.press-bar {
  display: grid;
  grid-template-columns: 1fr 38px;
  align-items: end;
  gap: 8px;
  margin-top: 16px;
}

.press-bar span {
  height: 31px;
  background: repeating-linear-gradient(90deg, #111 0 3px, transparent 3px 6px, #111 6px 8px, transparent 8px 12px);
  border: 1px solid var(--line);
  animation: barcode-drift 20s linear infinite;
}

.press-bar button,
.press-bar a {
  display: grid;
  place-items: center;
  height: 38px;
  background: var(--red);
  color: #111;
  font-size: 28px;
}

.data-strip {
  display: grid;
  grid-template-columns: 78px minmax(160px, 1.1fr) minmax(220px, 1.2fr) 150px minmax(180px, .9fr);
  border-bottom: 1px solid var(--line);
}

.data-strip > div {
  min-height: 100px;
  border-right: 1px solid var(--line);
  padding: 12px;
}

.data-strip > div:last-child {
  border-right: 0;
}

.data-code {
  font-family: var(--font-heavy);
  font-size: 40px;
  line-height: .9;
  display: grid;
  place-items: center;
}

.spectrum span,
.routing span,
.serial span {
  display: block;
  font-size: 7px;
  font-weight: 800;
  margin-bottom: 6px;
}

.spectrum svg {
  width: 100%;
  height: 58px;
  background: #111;
}

.spectrum polyline {
  fill: none;
  stroke: #dad8cf;
  stroke-width: 2;
  stroke-dasharray: 190 40;
  animation: spectral-flow 8s linear infinite, spectral-breathe 6s ease-in-out infinite;
}

.routing div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: 24px;
}

.routing b {
  position: relative;
  border: 1px solid var(--line);
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 7px;
}

.routing b:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + 1px);
  width: 9px;
  height: 1px;
  background: #111;
}

.serial strong {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}

.serial p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.wide-barcode {
  background:
    repeating-linear-gradient(90deg, #111 0 4px, transparent 4px 8px, #111 8px 10px, transparent 10px 14px, #111 14px 20px, transparent 20px 23px),
    var(--paper);
  animation: barcode-drift 24s linear infinite;
}

.audio-console {
  display: grid;
  grid-template-columns: 58px minmax(132px, 1fr) 50px 210px minmax(180px, 1fr) 130px 34px;
  gap: 14px;
  align-items: center;
  min-height: 130px;
  background: #050505;
  color: #f1f0ea;
  padding: 16px 14px;
}

.console-label {
  align-self: start;
  font-size: 10px;
  font-weight: 800;
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.console-label i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--red);
  margin-right: 8px;
}

.console-art {
  width: 58px;
  aspect-ratio: 1;
  background: linear-gradient(90deg, #ddd 40%, var(--red) 41% 54%, #111 55%);
  background-size: cover;
  background-position: center;
  position: relative;
}

.console-art span {
  position: absolute;
  width: 24px;
  aspect-ratio: 1;
  background: #111;
  border-radius: 50%;
  left: 6px;
  top: 8px;
}

.console-track strong {
  display: block;
  font-family: var(--font-condensed);
  font-size: 22px;
  line-height: 1;
  letter-spacing: .03em;
}

.console-track span {
  display: block;
  color: #aaa;
  margin-top: 7px;
  font-size: 9px;
  font-weight: 700;
}

.heart {
  color: #d5d5d5;
  font-size: 35px;
}

.heart[aria-pressed="true"] {
  color: var(--red);
}

.transport {
  display: grid;
  grid-template-columns: 40px 78px 40px;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.transport button {
  color: #fff;
  font-size: 24px;
}

.transport .play {
  width: 78px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 32px;
  padding-left: 5px;
}

.progress span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 13px;
}

.progress div {
  height: 4px;
  background: #4b4b4b;
  position: relative;
  cursor: pointer;
}

.progress i {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--red);
  transition: width .15s linear;
}

.volume {
  display: flex;
  gap: 14px;
  align-items: center;
}

.volume span {
  font-size: 22px;
}

.volume i {
  flex: 1;
  height: 24px;
  background: repeating-linear-gradient(90deg, #fff 0 3px, transparent 3px 8px);
}

.volume.is-muted {
  color: var(--red);
}

.volume.is-muted i {
  opacity: .35;
}

.menu {
  font-size: 28px;
  align-self: start;
}

.is-playing .waveform span {
  animation: pulse-bars .9s steps(2, end) infinite;
  transform-origin: center;
}

.is-playing .waveform span:nth-child(3n) {
  animation-duration: .7s;
}

.is-playing .waveform span:nth-child(4n) {
  animation-duration: 1.1s;
}

.is-playing .console-label i,
.is-playing .section-label.light i {
  box-shadow: 0 0 0 4px rgba(235, 49, 32, .18);
}

@keyframes pulse-bars {
  0%,
  100% {
    transform: scaleY(.78);
    opacity: .68;
  }

  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@keyframes red-scan {
  0%,
  45% {
    transform: translateX(-65%);
    opacity: 0;
  }

  55% {
    opacity: .48;
  }

  100% {
    transform: translateX(65%);
    opacity: 0;
  }
}

@keyframes cross-drift {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(2px, -3px);
  }
}

@keyframes orb-breathe {
  0%,
  100% {
    transform: scale(1);
    filter: blur(0);
  }

  50% {
    transform: scale(1.025);
    filter: blur(.2px);
  }
}

@keyframes noise-drift {
  0%,
  100% {
    transform: translateX(0);
    opacity: .78;
  }

  50% {
    transform: translateX(7px);
    opacity: .9;
  }
}

@keyframes red-column-breathe {
  0%,
  100% {
    opacity: .78;
  }

  50% {
    opacity: .96;
  }
}

@keyframes radar-sweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes radar-ring {
  0%,
  100% {
    opacity: .7;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes waveform-idle {
  0%,
  100% {
    transform: scaleY(.82);
    opacity: .66;
  }

  50% {
    transform: scaleY(1);
    opacity: .9;
  }
}

@keyframes barcode-drift {
  to {
    background-position: 48px 0;
  }
}

@keyframes plate-breathe {
  0%,
  92%,
  100% {
    filter: contrast(1);
    transform: translate(0, 0);
  }

  94% {
    filter: contrast(1.3);
    transform: translate(1px, 0);
  }

  96% {
    transform: translate(-1px, 0);
  }
}

@keyframes n-flicker {
  0%,
  93%,
  100% {
    opacity: 1;
  }

  94% {
    opacity: .68;
  }

  95% {
    opacity: .9;
  }
}

@keyframes spectral-flow {
  to {
    stroke-dashoffset: -230;
  }
}

@keyframes spectral-breathe {
  0%,
  100% {
    opacity: .72;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

.site-footer {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 40px;
  gap: 10px;
  font-size: 8px;
  font-weight: 700;
}

.site-footer span:nth-child(3) {
  justify-self: end;
}

.footer-mark {
  width: 26px;
  height: 14px;
  background: repeating-linear-gradient(45deg, #111 0 5px, transparent 5px 9px);
}

@media (min-width: 1281px) {
  .page-frame {
    margin-block: 24px;
  }
}

@media (max-width: 900px) and (min-width: 721px) {
  .page-frame {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .side-rail {
    grid-template-rows: 44px 92px 52px 72px 1fr 62px 120px 82px 58px;
  }

  .rail-code {
    font-size: 18px;
  }

  .rail-red {
    width: 11px;
    height: 42px;
  }

  .rail-copy,
  .rail-small {
    font-size: 7px;
  }

  .rail-globe {
    width: 23px;
    height: 23px;
  }

  .rail-mark {
    width: 24px;
    height: 42px;
  }

  .sheet {
    padding: 20px 16px 4px 12px;
  }

  .top-nav {
    min-height: 38px;
    gap: 12px;
  }

  .system-path,
  .top-nav nav {
    font-size: 7px;
  }

  .top-nav nav {
    gap: 8px;
  }

  .nav-plus {
    margin-top: 30px;
  }

  .hero-grid,
  .content-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(275px, .9fr);
  }

  .brand-panel {
    padding-right: 10px;
  }

  h1 {
    margin-bottom: 12px;
    font-size: clamp(5rem, 18.4vw, 9.4rem);
    transform: scale(.8, 1.34);
    transform-origin: top left;
  }

  h2 {
    font-size: clamp(4rem, 8.8vw, 5.9rem);
    margin-bottom: 10px;
  }

  .album-panel {
    padding-left: 12px;
    padding-bottom: 10px;
  }

  .cover-row {
    min-height: 222px;
    margin-bottom: 12px;
    transform: translateY(50px);
  }

  .signal-art .orb {
    width: 76px;
  }

  .scan-noise {
    height: 92px;
  }

  .red-slab p {
    left: 14px;
    bottom: 38px;
    font-size: 6px;
  }

  .release-line {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .release-line p,
  .album-title-block > span {
    font-size: 7px;
  }

  .section-label {
    font-size: 9px;
    margin-bottom: 9px;
  }

  .manifesto-card {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .manifesto-body {
    grid-template-columns: 1fr 104px;
    gap: 10px;
  }

  .manifesto-body p {
    font-size: 8px;
    line-height: 1.65;
    margin-bottom: 8px;
  }

  .manifesto-body strong {
    font-size: 7px;
  }

  .radar {
    width: 98px;
  }

  .now-card {
    padding: 12px 14px;
  }

  .now-head {
    grid-template-columns: 40px 1fr auto;
    gap: 8px;
    padding-top: 10px;
  }

  .mx {
    font-size: 25px;
  }

  .now-head strong {
    font-size: 15px;
  }

  .now-head em,
  .now-meta {
    font-size: 7px;
  }

  .waveform {
    height: 44px;
    gap: 2px;
    margin: 2px 0 6px;
  }

  .track-panel {
    padding: 14px 10px 14px 0;
  }

  .tracklist li {
    grid-template-columns: 34px minmax(116px, 1fr) 58px 44px 28px 32px;
    min-height: 31px;
    font-size: 18px;
  }

  .tracklist li > i {
    width: 34px;
    height: 10px;
  }

  .tracklist time {
    font-size: 9px;
  }

  .tracklist button {
    font-size: 13px;
  }

  .track-actions,
  .info-row p,
  .card-micro,
  .link-card li,
  .social-card li,
  .press-card li {
    font-size: 7px;
  }

  .track-panel > .section-label,
  .tracklist,
  .track-actions {
    transform: translateY(32px);
  }

  .access-stack {
    padding: 12px 0 10px 10px;
    gap: 6px;
  }

  .info-card,
  .link-card,
  .press-card,
  .social-card {
    padding: 9px;
  }

  .info-row {
    grid-template-columns: 44px 1fr 32px;
    gap: 9px;
  }

  .qr {
    width: 42px;
  }

  .info-row a,
  .corner-link {
    width: 32px;
    font-size: 19px;
  }

  .corner-link {
    right: 11px;
    bottom: 11px;
  }

  .wood-map {
    height: 44px;
    margin-right: 44px;
  }

  .plates {
    gap: 6px;
    margin-right: 42px;
  }

  .signal-grid {
    grid-template-columns: 1.03fr .9fr .94fr;
  }

  .link-card li,
  .social-card li {
    grid-template-columns: minmax(0, 1fr) auto 12px;
    gap: 7px;
    min-height: 16px;
  }

  .press-card li {
    min-height: 13px;
    font-size: 6.5px;
  }

  .node-map {
    width: 66px;
    height: 58px;
    right: 10px;
    bottom: 10px;
  }

  .press-content {
    grid-template-columns: 45px 1fr;
    gap: 8px;
  }

  .n-box {
    font-size: 52px;
  }

  .press-bar {
    grid-template-columns: 1fr 30px;
    margin-top: 4px;
  }

  .press-bar span {
    height: 24px;
  }

  .press-bar button,
  .press-bar a {
    height: 30px;
    font-size: 22px;
  }

  .data-strip {
    grid-template-columns: 58px minmax(130px, 1fr) minmax(160px, 1.15fr) 105px minmax(120px, .82fr);
  }

  .data-strip > div {
    min-height: 66px;
    padding: 8px;
  }

  .data-code {
    font-size: 30px;
  }

  .spectrum svg {
    height: 42px;
  }

  .routing div {
    gap: 5px;
    margin-top: 16px;
  }

  .routing b {
    font-size: 5px;
    height: 18px;
    min-width: 0;
  }

  .serial strong,
  .serial p {
    font-size: 8px;
  }

  .audio-console {
    grid-template-columns: 56px minmax(95px, 1fr) 36px 150px minmax(130px, 1fr) 90px 24px;
    gap: 10px;
    min-height: 88px;
    padding: 10px;
  }

  .console-label {
    font-size: 8px;
    margin-bottom: -10px;
  }

  .console-art {
    width: 46px;
  }

  .console-track strong {
    font-size: 16px;
  }

  .console-track span {
    font-size: 7px;
  }

  .heart {
    font-size: 25px;
  }

  .transport {
    grid-template-columns: 28px 54px 28px;
    gap: 12px;
  }

  .transport .play {
    width: 54px;
    font-size: 22px;
  }

  .transport button {
    font-size: 18px;
  }

  .progress span {
    font-size: 8px;
    margin-bottom: 8px;
  }

  .volume span {
    font-size: 16px;
  }

  .menu {
    font-size: 18px;
  }

  .site-footer {
    min-height: 24px;
    font-size: 6px;
  }
}

@media (max-width: 720px) {
  .page-frame {
    grid-template-columns: 1fr;
  }

  .side-rail {
    min-height: auto;
    grid-template-columns: 42px 1fr 44px 80px;
    grid-template-rows: 44px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 12px;
    align-items: center;
    justify-items: start;
  }

  .rail-code {
    writing-mode: horizontal-tb;
    transform: none;
    margin: 0;
    font-size: 19px;
  }

  .rail-copy,
  .rail-small,
  .rail-globe,
  .rail-mark,
  .rail-bottom,
  .rail-barcode {
    display: none;
  }

  .rail-red {
    width: 34px;
    height: 10px;
  }

  .sheet {
    padding: 20px;
    border-right: 0;
  }

  .top-nav {
    grid-template-columns: 1fr 26px;
  }

  .top-nav nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav-plus {
    grid-row: 1;
    grid-column: 2;
    margin: 0;
  }

  .hero-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .brand-panel,
  .track-panel {
    border-right: 0;
    padding-right: 0;
  }

  .album-panel,
  .access-stack {
    padding-left: 0;
  }

  .album-panel {
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }

  .signal-grid {
    grid-template-columns: 1fr;
  }

  .link-card,
  .press-card,
  .social-card {
    border-right: 1px solid var(--line);
    border-top: 0;
  }

  .data-strip {
    grid-template-columns: 96px 1fr 1fr;
  }

  .wide-barcode,
  .serial {
    grid-column: span 1;
  }

  .audio-console {
    grid-template-columns: 58px minmax(120px, 1fr) 44px;
    gap: 12px;
    padding-bottom: 18px;
  }

  .console-label {
    grid-column: 1 / -1;
  }

  .heart,
  .volume,
  .menu {
    display: none;
  }

  .transport {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .progress {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .sheet {
    padding: 14px;
  }

  .system-path,
  .top-nav nav {
    font-size: 8px;
  }

  h1 {
    font-size: clamp(4.7rem, 30vw, 9.5rem);
    margin-bottom: 10px;
  }

  h2 {
    font-size: clamp(4rem, 19vw, 6.6rem);
  }

  .cover-row {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .red-slab {
    min-height: 210px;
  }

  .signal-art {
    min-height: 260px;
  }

  .manifesto-body {
    grid-template-columns: 1fr;
  }

  .radar {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    width: 132px;
  }

  .tracklist li {
    grid-template-columns: 38px minmax(0, 1fr) 58px 38px;
    min-height: 42px;
    font-size: 22px;
  }

  .tracklist li > i,
  .tracklist button:first-of-type {
    display: none;
  }

  .tracklist time {
    font-size: 10px;
  }

  .info-row {
    grid-template-columns: 58px 1fr 38px;
  }

  .plates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .data-strip {
    grid-template-columns: 1fr;
  }

  .data-strip > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audio-console {
    margin-inline: -14px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .console-art {
    width: 50px;
  }

  .console-track strong {
    font-size: 20px;
  }

  .transport .play {
    width: 70px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0 0;
  }

  .site-footer span:nth-child(3) {
    justify-self: start;
  }
}

@media (max-width: 390px) {
  .tracklist li {
    font-size: 19px;
    grid-template-columns: 34px minmax(0, 1fr) 48px 34px;
  }

  .now-head {
    grid-template-columns: 1fr;
  }

  .now-head em {
    justify-self: start;
  }

  .release-line {
    flex-direction: column;
  }
}

.subpage {
  background: #111;
  color: var(--ink);
}

.subpage-shell {
  width: min(100%, 1180px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px;
  background: var(--paper);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  box-shadow: 0 0 90px rgba(0, 0, 0, .55);
  background-image:
    linear-gradient(rgba(0, 0, 0, .027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .018) 1px, transparent 1px);
  background-size: 18px 18px, 18px 18px;
}

.subpage-header,
.subpage-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  font-size: 10px;
  font-weight: 800;
}

.subpage-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  padding: 18px 0 0;
  margin-top: 28px;
}

.subpage-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.subpage-header a,
.subpage-footer a,
.press-downloads a,
.visual-album-card a {
  text-decoration: none;
}

.subpage-header a[aria-current="page"],
.subpage-header a:hover,
.subpage-footer a:hover {
  color: var(--red);
}

.subpage-hero {
  border-bottom: 1px solid var(--line);
  padding: 32px 0 26px;
  margin-bottom: 22px;
}

.subpage-hero p,
.sub-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.subpage h1,
.subpage h2 {
  transform: none;
  width: auto;
  letter-spacing: 0;
  white-space: normal;
}

.subpage h1 {
  margin: 0 0 10px;
  font-family: var(--font-heavy);
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: .85;
}

.subpage h2 {
  margin: 0 0 12px;
  font-family: var(--font-condensed);
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: .9;
}

.subpage-hero span {
  display: block;
  max-width: 760px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

.subpage-grid {
  display: grid;
  gap: 14px;
}

.lyrics-grid,
.notes-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lyric-card,
.note-card,
.press-block,
.visual-album-card,
.plate-card {
  border: 1px solid var(--line);
  background: rgba(245, 243, 234, .55);
}

.lyric-card,
.note-card,
.press-block {
  padding: 18px;
}

.lyrics-text {
  font-size: 13px;
  line-height: 1.72;
  font-weight: 600;
}

.note-card p,
.press-block p {
  margin: 0;
  color: #181713;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 650;
}

.note-card small {
  display: block;
  border-top: 1px solid var(--soft-line);
  margin-top: 16px;
  padding-top: 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  font-weight: 800;
}

.visual-album-card {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: 22px;
  align-items: end;
  padding: 18px;
  margin-bottom: 18px;
}

.visual-album-card img,
.plate-card img {
  display: block;
  width: 100%;
  height: auto;
}

.visual-album-card p {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
}

.visual-album-card a,
.press-downloads a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  background: var(--red);
  color: #111;
  font-size: 11px;
  font-weight: 900;
}

.plate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.plate-card div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border-top: 1px solid var(--line);
  font-family: var(--font-condensed);
  font-size: 22px;
}

.plate-card span {
  color: var(--red);
}

.press-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.press-downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.track-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
}

.track-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}

.track-table th,
.track-table td {
  border-bottom: 1px solid var(--soft-line);
  padding: 12px;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
}

.track-table td:first-child {
  color: var(--red);
}

@media (max-width: 820px) {
  .subpage-shell {
    padding: 18px;
  }

  .subpage-header,
  .subpage-footer,
  .visual-album-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .subpage-header nav {
    justify-content: flex-start;
  }

  .lyrics-grid,
  .notes-grid,
  .press-layout,
  .visual-album-card,
  .press-downloads {
    grid-template-columns: 1fr;
  }

  .plate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subpage h1 {
    font-size: clamp(3.3rem, 18vw, 6.5rem);
  }
}

@media (max-width: 430px) {
  .plate-grid {
    grid-template-columns: 1fr;
  }

  .lyrics-text,
  .note-card p,
  .press-block p {
    font-size: 12px;
  }
}
