:root {
  --bg: #02040a;
  --bg-soft: #07101c;
  --ink: #f6fbff;
  --muted: #93a4b8;
  --blue: #0057ff;
  --blue-hot: #19a7ff;
  --magenta: #ff36f4;
  --line: rgba(255, 255, 255, 0.16);
  --alert: #ff36f4;
  --panel: rgba(2, 8, 20, 0.72);
  --text: var(--ink);
  --white: #ffffff;
  --ease: cubic-bezier(.22,1,.36,1);
  font-family: "Arial", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--ink);
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 12%, rgba(0, 87, 255, 0.22), transparent 26rem),
    linear-gradient(180deg, #000 0%, var(--bg) 45%, #000 100%);
  color: var(--ink);
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

video,
canvas {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

#empire-webgl {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#cursor-signal {
  position: fixed;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.86;
}

.noise-layer,
.scanline-layer {
  position: fixed;
  top: 0;
  right: -3rem;
  bottom: 0;
  left: -3rem;
  z-index: 2;
  pointer-events: none;
}

.noise-layer {
  opacity: 0.054;
  background-image:
    repeating-radial-gradient(circle at 17% 32%, rgba(255,255,255,0.65) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(0,87,255,0.12) 0 1px, transparent 1px 9px);
  mix-blend-mode: screen;
  animation: noiseShift 0.8s steps(2, end) infinite;
}

.scanline-layer {
  background: repeating-linear-gradient(180deg, transparent 0 7px, rgba(255, 255, 255, 0.035) 8px);
  opacity: 0.206;
}

.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background: #000;
  color: var(--blue-hot);
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  overflow: hidden;
  animation: bootExit 0.7s ease 2.85s forwards;
}

.boot-screen::before,
.boot-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.boot-screen::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 87, 255, 0.22), transparent 18rem),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 7px);
  animation:
    bootGlowIn 0.9s cubic-bezier(.22,1,.36,1) both,
    bootFlicker 0.22s steps(2, end) 0.9s infinite;
}

.boot-screen::after {
  display: none;
}

.boot-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--blue);
  box-shadow: 0 0 28px var(--blue);
  transform-origin: center;
  animation: bootLine 2.85s cubic-bezier(.22,1,.36,1) both;
}

.boot-screen > span {
  position: relative;
  z-index: 1;
  text-align: center;
  text-shadow: 0 0 18px rgba(25, 167, 255, 0.8);
  animation: bootJolt 2.5s steps(2, end) both;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(0,0,0,0.72), rgba(0,0,0,0));
  backdrop-filter: blur(14px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

.brand-mark img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  filter: contrast(1.15);
}

nav {
  display: flex;
  gap: clamp(0.7rem, 2vw, 1.4rem);
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav a {
  transition: color 0.45s ease, text-shadow 0.45s ease;
}

nav a:hover {
  color: var(--ink);
  text-shadow: 0 0 18px var(--blue-hot);
}

main {
  position: relative;
  z-index: 3;
}

.section-panel {
  position: relative;
  min-height: 100vh;
  padding: clamp(6rem, 10vw, 9rem) clamp(1rem, 5vw, 5rem);
  display: grid;
  align-items: center;
  isolation: isolate;
}

.section-panel::before {
  content: attr(data-section);
  position: absolute;
  top: 7rem;
  right: clamp(1rem, 4vw, 4rem);
  color: rgba(255, 255, 255, 0.18);
  font-size: clamp(2rem, 8vw, 8rem);
  font-weight: 900;
  line-height: 1;
  z-index: -1;
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 36rem);
  gap: clamp(2rem, 7vw, 7rem);
  padding-top: clamp(7rem, 11vw, 10rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--blue-hot);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.split-title {
  position: relative;
  margin: 0;
  max-width: 11ch;
  font-size: clamp(4rem, 13vw, 12rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 22px rgba(0, 87, 255, 0.55),
    0 0 54px rgba(0, 87, 255, 0.22);
}

.split-title::before,
.split-title::after,
.glitch-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.split-title::before {
  color: var(--blue-hot);
  transform: translate(0.055em, -0.025em) skewX(-3deg);
  clip-path: polygon(0 3%, 100% 0, 100% 18%, 0 26%, 0 42%, 100% 36%, 100% 48%, 0 57%);
  opacity: 0.76;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 14px rgba(25, 167, 255, 0.65));
  animation: glitchSlice 3.4s steps(2, end) infinite;
}

.split-title::after {
  color: var(--alert);
  transform: translate(-0.045em, 0.025em) skewX(4deg);
  clip-path: polygon(0 58%, 100% 51%, 100% 64%, 0 70%, 0 82%, 100% 78%, 100% 93%, 0 100%);
  opacity: 0.44;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(255, 54, 244, 0.58));
  animation: glitchSlice 2.6s steps(2, end) infinite reverse;
}

.glitch-text {
  position: relative;
}

.glitch-text::after {
  color: var(--alert);
  transform: translateX(0.12rem);
  clip-path: inset(52% 0 0);
  opacity: 0.38;
}

.hero-statement {
  max-width: 42rem;
  margin: 1.6rem 0 2rem;
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.45;
}

.hero-actions,
.contact-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.primary-link,
.ghost-link {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 1.2rem;
  border: 1px solid var(--line);
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.5s cubic-bezier(.22,1,.36,1), border-color 0.5s ease, background 0.5s ease;
}

.primary-link {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 0 30px rgba(0, 87, 255, 0.34);
}

.ghost-link {
  background: rgba(255, 255, 255, 0.035);
}

.primary-link:hover,
.ghost-link:hover {
  transform: translateY(-0.18rem);
  border-color: var(--blue-hot);
}

.identity-core {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  width: min(100%, 31rem);
  transform-style: preserve-3d;
}

.identity-core::before {
  content: "";
  position: absolute;
  inset: 12% -10% 8%;
  border: 1px solid rgba(0, 87, 255, 0.44);
  background: linear-gradient(135deg, rgba(0, 87, 255, 0.16), transparent 48%, rgba(255,255,255,0.08));
  transform: skewY(-7deg);
  box-shadow: 0 0 80px rgba(0, 87, 255, 0.2);
}

.identity-core img {
  position: relative;
  aspect-ratio: 9 / 16;
  width: 100%;
  object-fit: cover;
  object-position: center 64%;
  filter: contrast(1.15) saturate(0.72);
  mix-blend-mode: screen;
}

.identity-readout,
.hud {
  display: grid;
  gap: 0.5rem;
  color: rgba(246, 251, 255, 0.72);
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.identity-readout {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 1rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.58);
}

.identity-readout .signal-online {
  color: #63ff9a;
  font-style: normal;
  text-shadow: 0 0 10px rgba(99, 255, 154, 0.6);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.7fr) minmax(22rem, 1.3fr);
  gap: clamp(2rem, 6vw, 6rem);
}

.story-section h2 {
  max-width: 10ch;
  font-size: clamp(2.4rem, 5.4vw, 5.8rem);
}

h2 {
  margin: 0 0 clamp(1rem, 2vw, 1.45rem);
  max-width: 13ch;
  font-size: clamp(2.4rem, 7vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.story-copy p,
.signal-copy p,
.artist-copy p {
  margin: 0 0 0.9rem;
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.52;
}

.studio-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.studio-card,
.project-row,
.server-card {
  position: relative;
  padding: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(0,87,255,0.16), transparent 38%),
    var(--panel);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.studio-card {
  display: grid;
  align-content: end;
  min-height: 12rem;
  background:
    linear-gradient(90deg, rgba(0,87,255,0.08), transparent 32%),
    rgba(2, 8, 20, 0.18);
  backdrop-filter: blur(8px);
}

.studio-card-large {
  grid-column: span 2;
  min-height: 17rem;
}

.studio-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
  filter: saturate(1.1) contrast(1.08);
  transition: transform 0.8s cubic-bezier(.22,1,.36,1), opacity 0.8s ease;
}

.studio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.14)),
    radial-gradient(circle at 18% 16%, rgba(0, 87, 255, 0.1), transparent 18rem),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 8px);
}

.studio-card:hover img {
  opacity: 1;
  transform: scale(1.04);
}

.studio-card div {
  position: relative;
  z-index: 1;
  justify-self: start;
  max-width: min(100%, 30rem);
}

.studio-card::after,
.project-row::after,
.server-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.13), transparent);
  transform: translateX(-120%);
  transition: transform 0.8s cubic-bezier(.22,1,.36,1);
}

.studio-card:hover::after,
.project-row:hover::after,
.server-card:hover::after {
  transform: translateX(120%);
}

.studio-card span,
.project-row span,
.project-row strong,
.server-card span,
.server-card strong {
  color: var(--blue-hot);
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.studio-card h3,
.project-row h3,
.server-card h3 {
  margin: 0.55rem 0 0.35rem;
  font-size: clamp(1.15rem, 2vw, 1.75rem);
  text-transform: uppercase;
}

.studio-card h3,
.studio-card span {
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.86);
}

.studio-card p,
.project-row p,
.server-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.studio-card p {
  display: inline;
  padding: 0.08rem 0.12rem;
  border: 1px solid rgba(255, 255, 255, 0.035);
  background: rgba(0, 0, 0, 0.42);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.projects-section {
  align-content: center;
}

.projects-section h2 {
  max-width: 14ch;
}

.projects-intro {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.projects-intro p {
  margin: 0 0 0.95rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.52;
}

.projects-intro .projects-services-lead {
  margin-top: 1.15rem;
  margin-bottom: 0;
  color: var(--blue-hot);
  font-family: "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-ledger {
  display: grid;
  gap: 0.75rem;
}

.project-row {
  display: grid;
  grid-template-columns: 5rem minmax(11rem, 0.7fr) minmax(16rem, 1fr) 6rem;
  align-items: center;
  gap: 1rem;
}

.games-section {
  grid-template-columns: minmax(0, 0.75fr) minmax(22rem, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  overflow: hidden;
}

.games-section::after {
  content: "";
  position: absolute;
  inset: 18% -18% 12% 30%;
  z-index: -1;
  background:
    radial-gradient(circle at 35% 35%, rgba(0, 184, 255, 0.18), transparent 22rem),
    linear-gradient(112deg, transparent 0 24%, rgba(0, 87, 255, 0.22) 25%, transparent 31%),
    linear-gradient(70deg, transparent 0 52%, rgba(255, 54, 244, 0.14) 53%, transparent 58%);
}

.games-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 7vw, 6rem);
}

.games-copy p {
  margin: 0 0 1.05rem;
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.5;
}

.story-copy p:last-child,
.signal-copy p:last-child,
.artist-copy p:last-child,
.projects-intro p:last-child,
.games-copy p:last-child {
  margin-bottom: 0;
}

.server-grid {
  display: grid;
  gap: 0.9rem;
}

.server-card {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  gap: 0.7rem 1rem;
  align-items: center;
}

.server-card p {
  grid-column: 2 / 4;
}

.server-card strong {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  white-space: nowrap;
}

.server-card strong em {
  color: #39ff88;
  font-style: normal;
  text-shadow: 0 0 14px rgba(57, 255, 136, 0.45);
}

.featured-row {
  border-color: rgba(0, 87, 255, 0.55);
  box-shadow: inset 0 0 38px rgba(0, 87, 255, 0.12);
}

.biopic-section {
  grid-template-columns: minmax(18rem, 0.82fr) minmax(22rem, 1.18fr);
  gap: clamp(2rem, 7vw, 7rem);
  overflow: hidden;
}

.biopic-section::after {
  content: "";
  position: absolute;
  inset: 14% -12% 12% 28%;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 28%, rgba(0, 87, 255, 0.22), transparent 24rem),
    linear-gradient(108deg, transparent 0 20%, rgba(255, 54, 244, 0.16) 21%, transparent 28%),
    linear-gradient(74deg, transparent 0 54%, rgba(25, 167, 255, 0.16) 55%, transparent 62%);
}

.bio-copy h2 {
  max-width: 11ch;
  font-size: clamp(2.4rem, 6vw, 6.2rem);
  text-transform: none;
}

.bio-subtitle {
  margin: 0.45rem 0 1.2rem;
  color: rgba(246, 251, 255, 0.52) !important;
  font-size: clamp(1rem, 2vw, 1.65rem) !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1 !important;
  text-transform: uppercase;
}

.bio-copy p {
  margin: 0 0 0.9rem;
  max-width: 40rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.52;
}

.bio-copy p:last-child {
  margin-bottom: 0;
}

.bio-readout {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.4rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(90deg, rgba(0, 87, 255, 0.14), transparent),
    rgba(0, 0, 0, 0.5);
  color: rgba(246, 251, 255, 0.74);
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.bio-quote {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 12.1rem;
  z-index: 3;
  margin: 0;
  color: rgba(210, 222, 232, 0.72) !important;
  font-family: "Courier New", monospace;
  font-size: clamp(0.92rem, 1.55vw, 1.45rem) !important;
  font-weight: 900;
  line-height: 1.02 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transform: rotate(-1.2deg);
  text-shadow:
    0 0 5px rgba(25, 167, 255, 0.35),
    0.04em 0 rgba(255, 54, 244, 0.22),
    -0.04em 0 rgba(0, 87, 255, 0.25);
  mix-blend-mode: screen;
}

.bio-quote::before {
  content: "UNVERIFIED FIELD REPORT";
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(255, 54, 244, 0.88);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-shadow: 0 0 12px rgba(255, 54, 244, 0.44);
}

.bio-quote::after {
  content: "";
  position: absolute;
  inset: -0.45rem -0.55rem;
  z-index: -1;
  border: 1px solid rgba(210, 222, 232, 0.16);
  background:
    repeating-linear-gradient(180deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 7px),
    rgba(0, 0, 0, 0.26);
  transform: skewX(-5deg);
}

.bio-collage {
  position: relative;
  min-height: clamp(48rem, 76vw, 64rem);
}

.bio-video-bg {
  position: absolute;
  inset: 2rem -4% 9rem 6%;
  z-index: -1;
  overflow: hidden;
  border: 1px solid rgba(0, 184, 255, 0.14);
  background: #000;
  opacity: 0.24;
  filter: saturate(1.25) contrast(1.24);
  mix-blend-mode: screen;
  transform: rotate(1.2deg);
}

.bio-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bio-video-bg::before,
.bio-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bio-video-bg::before {
  background:
    radial-gradient(circle at 50% 42%, transparent 0 38%, rgba(0, 0, 0, 0.78) 78%),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 8px);
}

.bio-video-bg::after {
  background: linear-gradient(108deg, transparent 0 42%, rgba(0, 87, 255, 0.34) 45%, rgba(255, 54, 244, 0.22) 48%, transparent 56%);
}

.bio-photo,
.bio-logo-strip {
  position: absolute;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #000;
  overflow: hidden;
  box-shadow: 0 0 64px rgba(0, 87, 255, 0.18);
}

.bio-photo img,
.bio-logo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.08);
}

.bio-photo::after,
.bio-logo-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.42)),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.bio-photo-party {
  inset: 18% 2% auto auto;
  width: min(48%, 22rem);
  aspect-ratio: 0.8 / 1;
  transform: rotate(2.5deg);
}

.bio-photo-mask {
  left: 3%;
  bottom: 18rem;
  width: min(34%, 14rem);
  aspect-ratio: 1 / 1;
  transform: rotate(-5deg);
  z-index: 2;
}

.bio-photo-camera {
  left: 45%;
  top: 27rem;
  width: min(33%, 16rem);
  aspect-ratio: 1 / 1;
  transform: translateX(-50%) rotate(-2.5deg);
  z-index: 3;
}

.bio-photo-rave {
  left: 2%;
  top: 6.2rem;
  width: min(67%, 36rem);
  aspect-ratio: 16 / 9;
  transform: rotate(-1.2deg);
  z-index: 0;
  opacity: 0.86;
}

.bio-logo-strip {
  left: 12%;
  right: 0;
  top: 0;
  height: clamp(5rem, 8vw, 7.5rem);
  transform: rotate(-1.5deg);
  z-index: 1;
}

.bio-logo-strip img {
  object-position: center;
}

.reload-links {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 0.55rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  z-index: 4;
}

.reload-link {
  position: relative;
  display: grid;
  grid-template-columns: 2.55rem minmax(0, 1fr);
  column-gap: 0.75rem;
  align-items: center;
  min-height: 4.65rem;
  padding: 0.65rem 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(246, 251, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(0, 87, 255, 0.16), transparent 70%),
    rgba(0, 0, 0, 0.7);
  box-shadow:
    inset 0 0 18px rgba(0, 87, 255, 0.08),
    0 0 26px rgba(0, 87, 255, 0.09);
}

.reload-link::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 0 35%, rgba(0, 184, 255, 0.2) 48%, transparent 60%);
  transform: translateX(-130%);
  transition: transform 0.6s var(--ease);
}

.reload-link img {
  grid-row: span 2;
  width: 2.45rem;
  height: 2.45rem;
  object-fit: cover;
}

.reload-link span {
  min-width: 0;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.reload-link em {
  min-width: 0;
  overflow: hidden;
  color: rgba(210, 222, 232, 0.66);
  font-family: "Courier New", monospace;
  font-size: 0.68rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reload-link:hover {
  border-color: rgba(0, 184, 255, 0.72);
  transform: translateY(-0.18rem);
  box-shadow:
    inset 0 0 20px rgba(0, 87, 255, 0.12),
    0 0 30px rgba(0, 87, 255, 0.16);
}

.reload-link:hover::before {
  transform: translateX(130%);
}

.artist-section {
  grid-template-columns: minmax(0, 0.68fr) minmax(18rem, 36rem);
  gap: clamp(2rem, 8vw, 8rem);
  overflow: hidden;
}

.artist-section::after {
  content: "";
  position: absolute;
  inset: 16% -10% auto 38%;
  height: 26rem;
  z-index: -1;
  background:
    linear-gradient(102deg, transparent 0 18%, rgba(255, 54, 244, 0.62) 19%, transparent 23%),
    linear-gradient(106deg, transparent 0 36%, rgba(0, 87, 255, 0.72) 37%, transparent 42%),
    linear-gradient(111deg, transparent 0 58%, rgba(255, 54, 244, 0.36) 59%, transparent 63%);
  filter: blur(1px);
  opacity: 0.75;
  transform: skewY(-8deg);
  animation: beamPulse 1s ease-in-out infinite alternate;
}

.artist-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 6vw, 6.2rem);
}

.signal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.signal-tags span {
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.38);
  color: rgba(246, 251, 255, 0.78);
  font-family: "Courier New", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.album-art {
  position: relative;
  margin: 0;
  width: min(100%, 32rem);
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #000;
  box-shadow:
    0 0 80px rgba(0, 87, 255, 0.24),
    -1.2rem 1.2rem 0 rgba(0, 87, 255, 0.14);
  transform: rotate(1.5deg);
}

.album-art::before,
.album-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.album-art::before {
  inset: -1px;
  border: 1px solid rgba(255, 54, 244, 0.44);
  clip-path: polygon(0 0, 58% 0, 44% 100%, 0 100%);
  mix-blend-mode: screen;
}

.album-art::after {
  left: -12%;
  right: -8%;
  top: 33%;
  height: 0.18rem;
  background: linear-gradient(90deg, transparent, var(--magenta), #fff, transparent);
  box-shadow:
    0 0 24px rgba(255, 54, 244, 0.8),
    0 1.2rem 28px rgba(0, 87, 255, 0.5);
  transform: rotate(-16deg);
}

.album-art img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08);
}

.album-art figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 0;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.album-art figcaption span {
  color: var(--blue-hot);
}

.album-art figcaption strong {
  color: var(--ink);
}

.environment-visual {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  opacity: 0.28;
  filter: saturate(1.16) contrast(1.2);
  mix-blend-mode: screen;
}

.environment-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.environment-visual::before,
.environment-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.environment-visual::before {
  background:
    radial-gradient(circle at 50% 45%, transparent 0 36%, rgba(0,0,0,0.72) 74%),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 7px);
}

.environment-visual::after {
  background: linear-gradient(108deg, transparent 0 42%, rgba(255, 54, 244, 0.55) 43%, rgba(25, 167, 255, 0.5) 45%, transparent 48%);
  opacity: 0.75;
}

.environment-visual-logo {
  width: min(48rem, 58vw);
  height: min(34rem, 58vh);
  left: 43%;
  top: 8rem;
  transform: translateX(-50%) rotate(2deg);
  opacity: 0.24;
}

.environment-visual-skull {
  position: sticky;
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: center;
  align-self: start;
  width: min(64rem, 72vw);
  height: min(32rem, 50vh);
  left: auto;
  right: auto;
  top: 9rem;
  margin-top: 5rem;
  transform: rotate(-4deg);
  z-index: 0;
  opacity: 0.23;
}

.album-story {
  grid-template-columns: minmax(19rem, 0.86fr) minmax(18rem, 1.14fr);
  grid-template-rows: auto auto;
  column-gap: clamp(2rem, 6vw, 6rem);
  row-gap: clamp(0.8rem, 1.8vw, 1.6rem);
  align-items: start;
  padding-top: clamp(5rem, 7vw, 7rem);
}

.album-story::after {
  content: "";
  position: absolute;
  inset: 10% -20% 8% 28%;
  z-index: -1;
  background:
    radial-gradient(circle at 48% 24%, rgba(0, 194, 255, 0.22), transparent 22rem),
    linear-gradient(112deg, transparent 0 18%, rgba(255, 54, 244, 0.2) 19%, transparent 24%),
    linear-gradient(68deg, transparent 0 52%, rgba(0, 87, 255, 0.22) 53%, transparent 58%);
  opacity: 0.92;
}

.album-sticky {
  grid-column: 1;
  grid-row: 2;
  z-index: 2;
  position: sticky;
  top: 6.5rem;
  display: grid;
  gap: 0;
}

.album-identity {
  position: relative;
  min-height: auto;
}

.album-cover {
  position: relative;
  z-index: 2;
  width: min(100%, 31rem);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #000;
  box-shadow:
    0 0 70px rgba(0, 87, 255, 0.25),
    1rem 1rem 0 rgba(255, 54, 244, 0.13);
}

.album-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent, rgba(0,0,0,0.18)),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 7px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.album-cover img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.08);
}

.album-transmission-panel {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-right: clamp(3.2rem, 7vw, 7.8rem);
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(13rem, 23vw) minmax(0, 1fr);
  gap: clamp(0.35rem, 0.8vw, 0.65rem) clamp(0.85rem, 2vw, 1.45rem);
  align-items: start;
  padding: clamp(0.58rem, 1vw, 0.75rem) clamp(0.75rem, 1.4vw, 0.95rem);
  border: 1px solid rgba(25, 167, 255, 0.22);
  background:
    linear-gradient(90deg, rgba(0,87,255,0.16), rgba(0, 0, 0, 0.56) 42%, rgba(0, 194, 255, 0.08)),
    rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(14px);
}

.album-transmission-panel h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.65vw, 3.85rem);
  line-height: 0.84;
}

.album-transmission-panel .section-kicker {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.album-transmission-panel .album-transmission-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  max-width: none;
  margin-top: 0;
}
.album-transmission-copy {
  display: grid;
  gap: 0.44rem;
  max-width: 42rem;
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.15vw, 1.07rem);
  line-height: 1.5;
}

.album-transmission-copy p {
  margin: 0;
}

.album-transmission-copy p:first-child {
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.02em;
}
.song-chapters {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24vh;
  padding: 4vh 0 28vh;
}

.song-chapter {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 32%);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  min-height: 48vh;
  padding: clamp(1rem, 3vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(120deg, rgba(0, 87, 255, 0.12), rgba(255, 54, 244, 0.05), transparent 66%),
    rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  opacity: 0.56;
  transform: translateX(0);
  transition:
    opacity 0.55s ease,
    border-color 0.55s ease,
    box-shadow 0.55s ease,
    transform 0.55s cubic-bezier(.22,1,.36,1);
}

.song-chapter::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  background: var(--blue-hot);
  box-shadow: 0 0 22px rgba(25, 167, 255, 0.55);
  opacity: 0.4;
}

.song-chapter.is-active {
  opacity: 1;
  border-color: rgba(25, 167, 255, 0.58);
  box-shadow: 0 0 60px rgba(0, 87, 255, 0.16);
  transform: translateX(-0.8rem);
}

.song-chapter.is-active::before {
  background: var(--magenta);
  box-shadow: 0 0 26px rgba(255, 54, 244, 0.7);
  opacity: 1;
}

.song-chapter span {
  color: var(--blue-hot);
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
}

.song-chapter h3 {
  margin: 0.8rem 0;
  font-size: clamp(1.8rem, 5vw, 4.4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.song-chapter p {
  max-width: 29rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.52;
}

.song-art {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(120deg, rgba(0, 87, 255, 0.2), rgba(255, 54, 244, 0.08), transparent 68%),
    rgba(0, 0, 0, 0.62);
  box-shadow:
    inset 0 0 22px rgba(0, 87, 255, 0.1),
    0 0 34px rgba(0, 87, 255, 0.12);
}

.song-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.34)),
    repeating-linear-gradient(180deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
}

.song-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.song-art video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.song-art-empty {
  display: grid;
  place-items: center;
}

.song-art-empty span {
  color: rgba(210, 222, 232, 0.5);
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(22rem, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  min-height: 72vh;
  align-items: center;
}

.contact-logo-mark {
  position: absolute;
  top: 50%;
  right: clamp(1rem, 6vw, 7rem);
  z-index: -1;
  width: min(58vw, 46rem);
  max-height: 78%;
  object-fit: contain;
  opacity: 0.15;
  filter: contrast(1.18) saturate(0.65);
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translateY(-50%);
}

.contact-copy p:not(.eyebrow) {
  margin: 0 0 0.9rem;
  max-width: 36rem;
  color: var(--muted);
  line-height: 1.52;
}

.contact-copy p:not(.eyebrow):last-child {
  margin-bottom: 0;
}

.contact-section h2 {
  max-width: 12ch;
}

.contact-actions {
  display: grid;
  gap: 1rem;
  justify-self: end;
  width: min(100%, 45rem);
}

.large-link {
  min-height: 4rem;
  font-size: clamp(0.78rem, 1.4vw, 1rem);
}

.hud {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9;
  padding: 0.8rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.48);
  backdrop-filter: blur(12px);
}

.album-player {
  position: fixed;
  left: 50%;
  top: 0.55rem;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(12rem, 0.85fr) minmax(22rem, 1.55fr) minmax(10rem, 0.75fr);
  gap: 0.12rem 1rem;
  align-items: center;
  width: min(54rem, calc(100vw - 24rem));
  min-height: 3.2rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(25, 167, 255, 0.22);
  background:
    linear-gradient(90deg, rgba(0, 87, 255, 0.18), transparent 72%),
    rgba(0, 0, 0, 0.48);
  box-shadow:
    inset 0 0 18px rgba(0, 87, 255, 0.08),
    0 0 28px rgba(0, 87, 255, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -0.35rem);
  transition:
    opacity 0.32s var(--ease),
    transform 0.32s var(--ease);
  backdrop-filter: blur(14px);
}

.album-player.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.album-player > span {
  grid-column: 1;
  grid-row: 1;
  color: var(--blue-hot);
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.album-player strong {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.album-player-controls {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  gap: 0.35rem;
}

.album-seek {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.6rem;
  gap: 0.55rem;
  align-items: center;
  color: rgba(210, 222, 232, 0.78);
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.album-seek input {
  width: 100%;
  min-width: 0;
  accent-color: var(--blue-hot);
}
.album-player-waveform {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  align-items: end;
  gap: 0.18rem;
  height: 0.48rem;
  margin-top: -0.06rem;
  overflow: hidden;
}

.album-player-waveform span {
  display: block;
  min-height: 0.08rem;
  background: linear-gradient(180deg, var(--blue-hot), var(--magenta));
  box-shadow: 0 0 10px rgba(25, 167, 255, 0.45);
  transform-origin: bottom;
  animation: waveform 0.7s ease-in-out infinite alternate;
  animation-play-state: paused;
}

.album-player.is-playing .album-player-waveform span {
  animation-play-state: running;
}

.album-player-waveform span:nth-child(2n) {
  animation-duration: 0.48s;
}

.album-player-waveform span:nth-child(3n) {
  animation-duration: 0.92s;
}

.album-volume {
  grid-column: 3;
  grid-row: 1 / 3;
  display: grid;
  gap: 0.2rem;
  color: rgba(210, 222, 232, 0.72);
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.album-volume input {
  width: 100%;
  accent-color: var(--blue-hot);
}

.album-player button {
  min-height: 2rem;
  padding: 0 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.54);
  color: rgba(246, 251, 255, 0.86);
  cursor: pointer;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.album-player button:hover {
  border-color: rgba(0, 184, 255, 0.7);
  color: var(--blue-hot);
}

.onlyfans-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 87, 255, 0.18), transparent 32rem),
    rgba(0, 0, 0, 0.86);
  opacity: 0;
  pointer-events: none;
  transform: scale(1.03);
  transition:
    opacity 0.28s var(--ease),
    transform 0.28s var(--ease);
  backdrop-filter: blur(14px);
}

.onlyfans-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.onlyfans-modal img {
  width: min(92vw, 44rem);
  max-height: 82vh;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 60px rgba(0, 87, 255, 0.22),
    0 0 120px rgba(0, 0, 0, 0.8);
}

.onlyfans-close {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  top: clamp(1rem, 3vw, 2rem);
  min-height: 2.7rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.72);
  color: var(--text);
  cursor: pointer;
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.onlyfans-close:hover {
  border-color: rgba(0, 184, 255, 0.72);
  color: var(--blue-hot);
}

@keyframes bootExit {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes bootLine {
  0% {
    transform: scaleX(0);
  }
  72% {
    transform: scaleX(0.76);
  }
  82% {
    transform: scaleX(0.82);
    box-shadow: 0 0 32px var(--blue);
  }
  100% {
    transform: scaleX(1);
    box-shadow:
      0 0 26px var(--blue),
      0 0 90px rgba(25, 167, 255, 0.75);
  }
}

@keyframes bootGlowIn {
  from {
    opacity: 0;
    filter: blur(8px);
  }
  to {
    opacity: 0.42;
    filter: blur(0);
  }
}

@keyframes bootFlicker {
  0%, 100% {
    opacity: 0.42;
  }
  50% {
    opacity: 0.72;
  }
}

@keyframes bootJolt {
  0%, 12%, 100% {
    transform: translate(0, 0);
  }
  14% {
    transform: translate(-0.2rem, 0.05rem);
  }
  18% {
    transform: translate(0.15rem, -0.06rem);
  }
  70% {
    transform: translate(0.08rem, 0);
  }
}

@keyframes glitchSlice {
  0%, 86%, 100% {
    transform: translate(0, 0);
  }
  88% {
    transform: translate(0.08em, -0.03em);
  }
  91% {
    transform: translate(-0.05em, 0.04em);
  }
}

@keyframes noiseShift {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-0.35rem,0.25rem,0);
  }
}

@keyframes beamPulse {
  from {
    opacity: 0.48;
    transform: translateX(-1rem) skewY(-8deg);
  }
  to {
    opacity: 0.88;
    transform: translateX(1rem) skewY(-8deg);
  }
}

@keyframes waveform {
  from {
    transform: scaleY(0.24);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  .section-panel {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
  }

  nav {
    display: none;
  }

  .hero,
  .story-grid,
  .biopic-section,
  .artist-section,
  .album-story,
  .games-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-self: stretch;
  }

  .bio-collage {
    min-height: clamp(58rem, 120vw, 68rem);
  }

  .bio-video-bg {
    inset: 2rem 0 8rem 0;
    opacity: 0.2;
  }

  .bio-photo-party {
    top: 18rem;
    right: 0;
    width: min(54%, 21rem);
  }

  .bio-photo-mask {
    bottom: 17rem;
    width: min(38%, 12rem);
  }

  .bio-photo-camera {
    left: 46%;
    right: auto;
    top: 30rem;
    width: min(34%, 14rem);
  }

  .bio-photo-rave {
    left: 0;
    right: auto;
    top: 6rem;
    bottom: auto;
    width: min(72%, 32rem);
  }

  .bio-logo-strip {
    left: 5%;
  }

  .reload-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bio-quote {
    bottom: 17.4rem;
  }

  .environment-visual-logo {
    width: min(115vw, 100%);
    height: 24rem;
    left: 50%;
    right: auto;
    top: 10rem;
    opacity: 0.16;
  }

  .album-story {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .environment-visual-skull {
    position: absolute;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: 24rem;
    right: auto;
    left: 50%;
    top: 12rem;
    margin-top: 0;
    transform: translateX(-50%) rotate(-4deg);
    z-index: -1;
    opacity: 0.15;
  }

  .album-transmission-panel {
    grid-column: 1;
    grid-row: auto;
    margin-right: 0;
    grid-template-columns: 1fr;
  }

  .album-transmission-panel h2,
  .album-transmission-panel .album-transmission-copy {
    grid-column: 1;
    grid-row: auto;
    align-self: start;
    max-width: none;
    margin-top: 0;
  }
  .album-sticky {
    position: relative;
    top: auto;
  }

  .album-identity {
    min-height: auto;
  }

  .album-cover {
    width: min(100%, 30rem);
  }

  .song-chapters {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    gap: 1rem;
    padding: 0;
  }

  .song-chapter {
    grid-template-columns: 1fr;
    min-height: auto;
    transform: translateX(0);
  }

  .song-chapter p {
    max-width: none;
    font-size: clamp(0.92rem, 3.6vw, 1.02rem);
    line-height: 1.42;
  }

  .song-chapter p br {
    display: none;
  }

  .song-art {
    max-width: 18rem;
    justify-self: center;
  }

  .song-chapter.is-active {
    transform: translateX(0);
  }

  .identity-core {
    width: min(22rem, 82vw);
  }

  .project-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .server-card {
    grid-template-columns: 1fr;
  }

  .server-card p {
    grid-column: auto;
  }

  .studio-stack {
    grid-template-columns: 1fr;
  }

  .studio-card-large {
    grid-column: auto;
  }

  .album-art {
    width: min(100%, 32rem);
    justify-self: center;
  }

  .hud {
    display: none;
  }

  .album-player {
    left: 0.75rem;
    right: 0.75rem;
    top: 0.45rem;
    width: auto;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) auto;
    transform: translateY(-0.35rem);
  }

  .album-player.is-visible {
    transform: translateY(0);
  }

  .album-player > span {
    grid-column: 1;
    grid-row: 1;
  }

  .album-player strong {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  .album-seek,
  .album-volume,
  .album-player-waveform {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .album-player-controls {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
}

@media (max-width: 560px) {
  .brand-mark span {
    max-width: 12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section-panel {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .split-title {
    font-size: clamp(3.5rem, 21vw, 5.8rem);
  }

  .primary-link,
  .ghost-link {
    width: 100%;
    justify-content: center;
  }

  .reload-links {
    grid-template-columns: 1fr;
  }

  .bio-collage {
    min-height: 76rem;
  }

  .bio-quote {
    bottom: 36rem;
    font-size: 0.86rem !important;
  }

  .album-art figcaption {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
