:root {
  --ink: #080806;
  --ink-soft: #15120f;
  --paper: #f7fff6;
  --acid: #c9ff00;
  --hot: #ff2f91;
  --cyan: #00e8ff;
  --sun: #ffef3a;
  --red: #ff3b2f;
  --green: #18ff6d;
  --line: #030302;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.045;
  background:
    repeating-linear-gradient(0deg, transparent 0 3px, #ffffff 3px 4px),
    repeating-linear-gradient(90deg, transparent 0 9px, #ffffff 9px 10px);
  mix-blend-mode: screen;
}

img,
video,
canvas {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
.brand,
.button,
.track-number,
.work-tag {
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  overflow-wrap: anywhere;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 50;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--acid);
  border: 3px solid var(--line);
  border-radius: 4px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  color: var(--paper);
  background: rgba(8, 8, 6, 0.9);
  border-bottom: 5px solid var(--line);
  backdrop-filter: blur(8px);
}

.brand,
.main-nav,
.quick-actions,
.contact-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.6rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  background: transparent;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(4px 4px 0 var(--hot));
}

.brand-name {
  font-size: 1.25rem;
}

.main-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.main-nav a {
  min-width: 5.25rem;
  padding: 0.55rem 0.75rem;
  color: var(--paper);
  text-align: center;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 4px;
}

.main-nav a:focus,
.main-nav a:hover {
  color: var(--ink);
  background: var(--cyan);
  border-color: var(--line);
}

.stage {
  position: relative;
  isolation: isolate;
  min-height: 88svh;
  overflow: hidden;
  border-bottom: 8px solid var(--line);
  background: var(--ink-soft);
}

.poly-scene,
.scanline-sheet {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.poly-scene {
  z-index: -3;
  background: var(--ink-soft);
}

.scanline-sheet {
  z-index: -2;
  pointer-events: none;
  opacity: 0.16;
  background:
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(0, 0, 0, 0.5) 5px 7px),
    repeating-linear-gradient(135deg, rgba(255, 47, 145, 0.2) 0 12px, transparent 12px 38px);
}

.stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1fr);
  align-items: center;
  gap: 2.2rem;
  width: min(74rem, calc(100% - 2rem));
  min-height: calc(88svh - 5rem);
  margin: 0 auto;
  padding: 2rem 0 3.5rem;
}

.intro-copy {
  position: relative;
  padding-block: 1rem;
}

.intro-copy::before,
.intro-copy::after {
  position: absolute;
  z-index: -1;
  display: none;
  content: "";
  opacity: 0.55;
  border: 5px solid var(--line);
}

.intro-copy::before {
  top: -1rem;
  left: -1.2rem;
  width: 7rem;
  height: 7rem;
  background: var(--cyan);
  transform: rotate(13deg);
}

.intro-copy::after {
  right: 1rem;
  bottom: -1.3rem;
  width: 5rem;
  height: 5rem;
  background: var(--acid);
  clip-path: polygon(50% 0, 100% 35%, 78% 100%, 20% 100%, 0 35%);
  transform: rotate(-12deg);
}

.kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.65rem;
  color: var(--ink);
  background: var(--acid);
  border: 3px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-portrait {
  display: grid;
  grid-template-columns: 5.1rem minmax(0, max-content);
  gap: 0.7rem;
  align-items: end;
  width: fit-content;
  margin: 0 0 1rem;
  transform: rotate(-2deg);
}

.hero-portrait img {
  width: 5.1rem;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--paper);
  border: 4px solid var(--line);
  border-radius: 6px;
  box-shadow: 5px 5px 0 var(--cyan);
}

.hero-portrait figcaption {
  padding: 0.35rem 0.55rem;
  color: var(--ink);
  font-family: Impact, "Arial Black", Haettenschweiler, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  background: var(--sun);
  border: 3px solid var(--line);
  border-radius: 4px;
  box-shadow: 4px 4px 0 var(--line);
}

.intro-copy h1 {
  max-width: 12ch;
  font-size: 3.85rem;
  line-height: 0.95;
  text-shadow:
    4px 4px 0 var(--line),
    7px 7px 0 var(--hot);
}

.lede {
  max-width: 30rem;
  margin-top: 1.15rem;
  font-size: 1.2rem;
  line-height: 1.45;
  text-shadow: 2px 2px 0 var(--line);
}

.quick-actions {
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.profile-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.65rem 0.8rem;
  color: var(--paper);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--ink);
  border: 3px solid var(--line);
  border-radius: 6px;
  box-shadow: 4px 4px 0 var(--hot);
}

.profile-links a:nth-child(2) {
  color: var(--ink);
  background: var(--sun);
  box-shadow-color: var(--cyan);
}

.profile-links a:nth-child(3) {
  color: var(--ink);
  background: var(--acid);
  box-shadow-color: var(--line);
}

.profile-links a:nth-child(4) {
  color: var(--ink);
  background: var(--cyan);
  box-shadow-color: var(--line);
}

.profile-links a:nth-child(5) {
  color: var(--ink);
  background: var(--green);
  box-shadow-color: var(--hot);
}

.profile-links a:nth-child(6) {
  color: var(--ink);
  background: var(--sun);
  box-shadow-color: var(--line);
}

.profile-links a:hover,
.profile-links a:focus {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--line);
}

.hero-links {
  margin-top: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  color: var(--ink);
  text-decoration: none;
  border: 4px solid var(--line);
  border-radius: 6px;
  box-shadow: 6px 6px 0 var(--line);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.button:hover,
.button:focus {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 var(--line);
}

.button-primary {
  background: var(--hot);
}

.button-secondary {
  background: var(--cyan);
}

.sample-console {
  position: relative;
  color: var(--ink);
  background: var(--paper);
  border: 5px solid var(--line);
  border-radius: 8px;
  box-shadow:
    8px 8px 0 var(--hot),
    -6px -6px 0 var(--acid);
}

.sample-console::before {
  position: absolute;
  inset: 0.45rem;
  pointer-events: none;
  content: "";
  border: 2px dashed rgba(8, 8, 6, 0.45);
  border-radius: 4px;
}

.console-top,
.now-playing,
.track-list {
  position: relative;
  z-index: 1;
}

.console-top {
  padding: 1.1rem 1.1rem 0;
}

.console-kicker,
.now-label,
.track-meta,
.time-row,
.video-copy span {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.console-top h2 {
  margin-top: 0.2rem;
  font-size: 2.6rem;
  line-height: 0.95;
}

.track-meta {
  margin-top: 0.4rem;
}

.now-playing {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin: 1rem 1.1rem 0;
  padding: 0.7rem;
  color: var(--paper);
  background: var(--ink);
  border: 4px solid var(--line);
  border-radius: 6px;
}

.now-index {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  color: var(--ink);
  background: var(--sun);
  border: 3px solid var(--line);
  border-radius: 4px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.55rem;
}

.now-title {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.wave-canvas {
  width: calc(100% - 2.2rem);
  height: 6.25rem;
  margin: 1rem 1.1rem 0;
  background: var(--ink);
  border: 4px solid var(--line);
  border-radius: 6px;
}

audio {
  position: relative;
  z-index: 1;
  width: calc(100% - 2.2rem);
  margin: 1rem 1.1rem 0;
  accent-color: var(--hot);
}

.time-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 2.2rem);
  margin: 0.4rem 1.1rem 0;
}

.track-list {
  display: grid;
  gap: 0.6rem;
  max-height: 25rem;
  overflow: auto;
  padding: 1rem 1.1rem 1.2rem;
  scrollbar-color: var(--hot) var(--paper);
}

.track-card {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-height: 4.6rem;
  padding: 0.6rem;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: #ffffff;
  border: 4px solid var(--line);
  border-radius: 6px;
  box-shadow: 4px 4px 0 var(--line);
}

.track-card:hover,
.track-card:focus,
.track-card.is-active {
  background: var(--sun);
}

.track-card.is-active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--line);
}

.track-number {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  color: var(--paper);
  background: var(--hot);
  border: 3px solid var(--line);
  border-radius: 4px;
  font-size: 1.25rem;
}

.track-copy {
  display: grid;
  gap: 0.25rem;
}

.track-copy strong {
  font-size: 1rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.track-copy small {
  font-size: 0.86rem;
  line-height: 1.25;
}

.works-band,
.video-band,
.contact-band {
  padding: 4rem 1rem;
}

.works-band {
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--sun) 0 18%, var(--paper) 18% 58%, var(--green) 58% 100%);
}

.profile-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(74rem, 100%);
  margin: 0 auto 1.2rem;
  padding: 0.85rem;
  background: var(--paper);
  border: 5px solid var(--line);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--line);
}

.profile-panel p {
  max-width: 26rem;
  font-weight: 900;
  line-height: 1.35;
}

.stream-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(74rem, 100%);
  margin: 0 auto 1.2rem;
  padding: 0.85rem;
  color: var(--paper);
  background: var(--ink);
  border: 5px solid var(--line);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--hot);
}

.stream-panel .kicker {
  margin-bottom: 0.35rem;
}

.stream-panel h3 {
  font-size: 2rem;
  line-height: 1;
}

.stream-panel p:not(.kicker) {
  font-weight: 800;
  line-height: 1.4;
}

.section-head {
  width: min(74rem, 100%);
  margin: 0 auto 1.6rem;
}

.section-head h2 {
  max-width: 12ch;
  font-size: 3.5rem;
  line-height: 0.9;
}

.section-head p:last-child {
  max-width: 38rem;
  margin-top: 0.8rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: min(74rem, 100%);
  margin: 0 auto;
}

.work-card {
  position: relative;
  display: grid;
  min-height: 22rem;
  align-content: end;
  overflow: hidden;
  color: var(--paper);
  text-decoration: none;
  background: var(--ink);
  border: 5px solid var(--line);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--line);
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
  filter: saturate(1.2) contrast(1.08);
  transition: transform 180ms steps(2, end);
}

.work-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 60%;
  content: "";
  background: linear-gradient(0deg, rgba(8, 8, 6, 0.96), transparent);
}

.work-card:hover img,
.work-card:focus img {
  transform: scale(1.035) translate(4px, -4px);
}

.work-card strong,
.work-tag {
  position: relative;
  z-index: 1;
}

.work-card strong {
  padding: 0 1rem 1rem;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 var(--line);
}

.work-card-tall {
  grid-column: span 2;
}

.work-tag {
  width: fit-content;
  margin: 0 1rem 0.5rem;
  padding: 0.35rem 0.55rem;
  color: var(--ink);
  background: var(--acid);
  border: 3px solid var(--line);
  border-radius: 4px;
}

.video-band {
  background:
    repeating-linear-gradient(135deg, #10100c 0 16px, #191007 16px 32px);
}

.section-head-dark {
  color: var(--paper);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(74rem, 100%);
  margin: 0 auto;
}

.video-tile {
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
  border: 5px solid var(--line);
  border-radius: 8px;
  box-shadow: 6px 6px 0 var(--cyan);
}

.video-tile video {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--line);
}

.video-copy {
  padding: 1rem;
  border-top: 5px solid var(--line);
}

.video-copy h3 {
  margin-top: 0.2rem;
  font-size: 1.65rem;
  line-height: 1;
}

.contact-band {
  color: var(--ink);
  background: var(--red);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(74rem, 100%);
  margin: 0 auto;
  padding: 1rem;
  background: var(--paper);
  border: 5px solid var(--line);
  border-radius: 8px;
  box-shadow: 10px 10px 0 var(--line);
}

.contact-panel h2 {
  max-width: 16ch;
  font-size: 3rem;
  line-height: 0.95;
}

.contact-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  color: var(--paper);
  background: var(--ink);
  border-top: 5px solid var(--line);
}

.site-footer a {
  font-weight: 900;
}

@media (max-width: 980px) {
  .stage-grid,
  .stream-panel,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .intro-copy h1 {
    max-width: 12ch;
    font-size: 3.4rem;
  }

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

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

  .profile-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    justify-content: flex-start;
    width: 100%;
  }

  .main-nav a {
    min-width: 0;
    flex: 1 1 6rem;
  }

  .stage {
    min-height: auto;
  }

  .stage-grid {
    min-height: auto;
    padding-top: 1.4rem;
  }

  .intro-copy h1 {
    font-size: 2.45rem;
  }

  .lede {
    font-size: 1rem;
  }

  .console-top h2,
  .section-head h2,
  .contact-panel h2 {
    font-size: 2.25rem;
  }

  .now-playing,
  .track-card {
    grid-template-columns: 1fr;
  }

  .now-index,
  .track-number {
    width: 2.6rem;
    height: 2.6rem;
  }

  .wave-canvas {
    height: 6rem;
  }

  .works-band,
  .video-band,
  .contact-band {
    padding-block: 3rem;
  }

  .work-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .work-card-tall {
    grid-column: auto;
  }

  .contact-panel {
    padding: 0.8rem;
  }

  .site-footer {
    flex-direction: column;
  }
}

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