:root {
  --bezel: #181818;
  --bezel-dark: #020202;
  --screen-bg: #e5e3db;
  --screen-shadow: #bab7ae;
  --ink: #121212;
  --muted: #585650;
  --line: rgba(18, 18, 18, 0.16);
  --spotify: #a5a5a5;
  --instagram-a: #c8c8c8;
  --instagram-b: #9d9d9d;
  --instagram-c: #6f6f6f;
  --youtube: #8b8b8b;
  --select: #d1cdc2;
  --win-blue: #1a1a1a;
  --win-blue-dark: #020202;
  --win-cream: #d9d5c8;
  --dvd-fill: #f5f5f5;
  --dvd-shadow: #6c6c6c;
  --dvd-chip: #909090;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #86847e 0%, #51504c 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 100% 4px, 32px 32px;
}

body.boot-active .crt-shell {
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.boot-active {
  height: 100vh;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

body.boot-active .crt-screen {
  min-height: 100vh;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
  filter: none;
}

body.boot-active .crt-screen::before,
body.boot-active .crt-screen::after {
  display: none;
}

body.boot-active .screen-noise {
  display: none;
}

a {
  color: inherit;
}

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

.crt-shell {
  width: min(1840px, calc(100vw - 1.5rem));
  min-height: calc(100vh - 1.5rem);
  margin: 0.75rem auto;
  padding: clamp(1rem, 2vw, 1.8rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.03), transparent 28%),
    linear-gradient(145deg, #2a2a2a, var(--bezel) 38%, var(--bezel-dark) 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.08),
    inset 0 -10px 30px rgba(0, 0, 0, 0.34),
    0 22px 80px rgba(0, 0, 0, 0.5);
}

.crt-screen {
  --screen-pad: clamp(1.1rem, 2.5vw, 2rem);
  position: relative;
  min-height: calc(100vh - 5rem);
  padding: var(--screen-pad);
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.88);
  background:
    radial-gradient(circle at center, rgba(54, 54, 54, 0.28), rgba(8, 8, 8, 0.98)),
    #050505;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 60px rgba(255, 255, 255, 0.03),
    inset 0 0 160px rgba(0, 0, 0, 0.22),
    inset 0 0 220px rgba(0, 0, 0, 0.18);
  animation: crt-flicker 1.35s infinite steps(1);
  filter: grayscale(1);
}

.crt-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background:
    linear-gradient(rgba(0, 0, 0, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 100% 3px, 3px 100%;
}

.crt-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 28px;
  box-shadow:
    inset 0 0 80px rgba(255, 255, 255, 0.03),
    inset 0 0 180px rgba(0, 0, 0, 0.2),
    inset 0 -20px 60px rgba(0, 0, 0, 0.18);
}

.screen-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.07) 0 2px,
      rgba(255, 255, 255, 0.02) 2px 4px
    );
  animation: static-shift 0.08s infinite steps(4);
}

.screen-logo {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-family: "Press Start 2P", monospace;
  font-size: clamp(2.2rem, 6vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(40, 40, 40, 0.18);
  text-shadow:
    2px 2px 0 rgba(255, 255, 255, 0.06),
    0 0 22px rgba(0, 0, 0, 0.12);
  mix-blend-mode: multiply;
  opacity: 0.72;
  filter: blur(0.55px);
}

.page {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 9rem);
}

.boot-screen {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  text-align: center;
  isolation: isolate;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #1e2023 0%, #090909 100%);
  color: #f7f5ee;
  overflow: hidden;
  border-radius: 0;
  overscroll-behavior: none;
  touch-action: none;
}

.boot-screen .boot-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.boot-screen.hidden {
  display: none;
}

body.boot-active .boot-tv {
  display: block;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.boot-active .boot-screen-frame {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.boot-active .boot-screen-glow {
  min-height: 100vh;
  padding: clamp(0.45rem, 1vw, 0.8rem);
  border: 0;
  border-radius: 0;
  background:
    #05070d;
  box-shadow: none;
}

body.boot-active .boot-side-panel {
  display: none;
}

body.boot-active .boot-static-video {
  inset: -2%;
  width: 104%;
  height: 104%;
  opacity: 0.96;
  filter: saturate(0.92) contrast(1.08) brightness(0.88);
  object-position: center center;
}

body.boot-active .boot-screen-glow::before {
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(circle at center, rgba(88, 110, 255, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(40, 75, 255, 0.12), rgba(0, 0, 0, 0.24)),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.02) 0 2px,
      rgba(0, 0, 0, 0.16) 2px 4px
    );
}

body.boot-active .boot-screen-glow::after {
  inset: 0;
  border: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.14));
  opacity: 1;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.28);
}

body.boot-active .boot-wrap {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
}

body.boot-active .boot-screen .boot-wrap {
  z-index: 2;
}

.boot-vhs-ui {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto auto;
  width: 100%;
  min-height: 100vh;
  padding: clamp(0.8rem, 1.8vw, 1.25rem);
  color: rgba(168, 173, 182, 0.66);
  font-family: "Press Start 2P", monospace;
  text-transform: uppercase;
}

.boot-vhs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: clamp(0.72rem, 1vw, 0.95rem);
  letter-spacing: 0.08em;
  color: rgba(168, 173, 182, 0.66);
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.6),
    2px 2px 0 rgba(16, 28, 70, 0.24);
}

.boot-vhs-row--play,
.boot-vhs-row--time,
.boot-vhs-row--bottom,
.boot-vhs-row--labels {
  margin-top: 1rem;
}

.boot-vhs-row--bottom {
  align-self: end;
}

.boot-vhs-row--labels {
  margin-top: 0.45rem;
}

.boot-vhs-rec {
  color: rgba(176, 166, 166, 0.66);
}

body.boot-active .boot-logo {
  justify-self: center;
  align-self: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(160, 166, 176, 0.5);
  font-size: clamp(2rem, 6.4vw, 5.4rem);
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.62),
    2px 2px 0 rgba(16, 28, 70, 0.18);
}

body.boot-active .boot-start-hint {
  justify-self: center;
  align-self: start;
  margin: -9rem 0 0;
  color: rgba(170, 176, 186, 0.72);
  font-family: "Press Start 2P", monospace;
  font-size: clamp(0.78rem, 1.15vw, 1rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.6),
    2px 2px 0 rgba(16, 28, 70, 0.2);
  animation: boot-start-blink 1s steps(1) infinite;
}

body.boot-active .boot-start-hint::before {
  content: ">";
  display: inline-block;
  margin-right: 0.55rem;
  animation: blink 1s steps(1) infinite;
}

body.boot-active .press-start {
  justify-self: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(172, 178, 188, 0.68);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  letter-spacing: 0.12em;
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.62),
    2px 2px 0 rgba(16, 28, 70, 0.22);
}

body.boot-active .press-start::before {
  color: rgba(172, 178, 188, 0.68);
}

body.boot-active .boot-footer {
  justify-self: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(154, 160, 170, 0.58);
  font-size: clamp(0.56rem, 0.8vw, 0.72rem);
  letter-spacing: 0.12em;
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.58),
    2px 2px 0 rgba(16, 28, 70, 0.16);
}

.crt-transition {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.98);
  overflow: hidden;
}

.crt-transition.hidden {
  display: none;
}

.crt-transition::before,
.crt-transition::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.crt-transition::before {
  top: 50%;
  bottom: auto;
  height: 3px;
  inset-inline: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98) 18%, rgba(255, 255, 255, 0.98) 82%, transparent);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 26px rgba(255, 255, 255, 0.42);
  transform: translateY(-50%) scaleX(0.04);
  transform-origin: center;
}

.crt-transition::after {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.88) 0%, rgba(210, 210, 210, 0.52) 18%, rgba(18, 18, 18, 0.88) 44%, rgba(0, 0, 0, 0.98) 100%);
  transform: scaleY(0.015);
  transform-origin: center;
}

.crt-transition.playing::before {
  animation: crt-open-line 900ms cubic-bezier(0.3, 0, 0.18, 1) forwards;
}

.crt-transition.playing::after {
  animation: crt-open-fill 900ms cubic-bezier(0.3, 0, 0.18, 1) forwards;
}

.boot-screen::before,
.boot-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.boot-screen::before {
  top: 50%;
  bottom: auto;
  height: 3px;
  inset-inline: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98) 18%, rgba(255, 255, 255, 0.98) 82%, transparent);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 26px rgba(255, 255, 255, 0.42);
  transform: translateY(-50%) scaleX(0.04);
  transform-origin: center;
}

.boot-screen::after {
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.88) 0%, rgba(210, 210, 210, 0.52) 18%, rgba(18, 18, 18, 0.88) 44%, rgba(0, 0, 0, 0.98) 100%);
  transform: scaleY(0.015);
  transform-origin: center;
}

.boot-screen.starting {
  pointer-events: none;
}

.boot-screen.starting .boot-wrap {
  animation: boot-text-fade 120ms steps(2) forwards;
}

.boot-screen.starting::before {
  animation: crt-open-line 900ms cubic-bezier(0.3, 0, 0.18, 1) forwards;
}

.boot-screen.starting::after {
  animation: crt-open-fill 900ms cubic-bezier(0.3, 0, 0.18, 1) forwards;
}

.boot-wrap {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
}

.boot-tv {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 228px;
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  border-radius: 28px;
  background:
    linear-gradient(145deg, #8f9499 0%, #55595e 24%, #2d3136 58%, #121417 100%);
  border: 4px solid rgba(8, 10, 12, 0.96);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 24px rgba(0, 0, 0, 0.34),
    0 26px 50px rgba(0, 0, 0, 0.4);
}

.boot-screen-frame {
  position: relative;
  padding: clamp(1rem, 2vw, 1.4rem);
  border-radius: 28px;
  background:
    linear-gradient(145deg, #b3b8bd 0%, #72777d 36%, #34383d 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.24),
    inset 0 -18px 28px rgba(0, 0, 0, 0.28);
}

.boot-screen-glow {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 10px solid #171310;
  border-radius: 16% 12% 14% 18% / 11% 10% 15% 17%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.94) 0%, rgba(240, 236, 226, 0.96) 52%, rgba(180, 172, 155, 0.92) 100%);
  box-shadow:
    inset 0 0 32px rgba(255, 255, 255, 0.72),
    inset 0 0 120px rgba(143, 133, 117, 0.36),
    inset 0 0 0 4px rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.boot-screen-glow > * {
  position: relative;
  z-index: 2;
}

.boot-static-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.18) brightness(1.02);
  opacity: 0.45;
  pointer-events: none;
}

.boot-screen-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.7), transparent 20%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.14), transparent 55%);
  pointer-events: none;
}

.boot-screen-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0, rgba(0, 0, 0, 0.16) 100%),
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.07) 0 2px,
      rgba(255, 255, 255, 0.015) 2px 4px
    );
  background-size:
    100% 100%,
    100% 4px;
  background-position:
    center,
    center;
  mix-blend-mode: normal;
  pointer-events: none;
  opacity: 0.3;
}

.boot-side-panel {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 1rem;
  padding: 1rem 0.9rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #5d636a 0%, #2a2f34 100%);
  border: 2px solid rgba(12, 14, 16, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -18px 24px rgba(0, 0, 0, 0.2);
}

.boot-dial {
  position: relative;
  justify-self: center;
  display: block;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.46), transparent 16%),
    linear-gradient(145deg, #393d42 0%, #111315 100%);
  border: 4px solid #0e1012;
  box-shadow:
    inset 0 0 0 2px rgba(190, 196, 204, 0.14),
    0 4px 10px rgba(0, 0, 0, 0.28);
}

.boot-dial::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16%;
  width: 4px;
  height: 26%;
  border-radius: 999px;
  background: #dbdee2;
  transform: translateX(-50%) rotate(18deg);
  transform-origin: 50% 140%;
}

.boot-dial--lg {
  width: 96px;
  height: 96px;
}

.boot-dial--sm {
  width: 26px;
  height: 26px;
}

.boot-labels {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  font-family: "Press Start 2P", monospace;
  font-size: 0.44rem;
  color: #dde2e8;
  letter-spacing: 0.08em;
}

.boot-mini-controls {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.boot-speaker-grill {
  border-radius: 14px;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(8, 9, 10, 0.95) 0 3px,
      rgba(120, 126, 133, 0.08) 3px 9px
    );
  border: 2px solid rgba(11, 12, 14, 0.88);
  min-height: 250px;
}

.boot-logo {
  margin: 0;
  display: inline-flex;
  justify-self: center;
  align-items: center;
  padding: 0.9rem 1.3rem;
  font-family: "Press Start 2P", monospace;
  font-size: clamp(1.7rem, 4.8vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111;
  white-space: nowrap;
  max-width: 100%;
  border: 3px solid #101214;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(216, 221, 226, 0.92) 0%, rgba(138, 145, 152, 0.9) 52%, rgba(91, 98, 104, 0.9) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    inset -1px -2px 0 rgba(0, 0, 0, 0.16),
    4px 4px 0 rgba(10, 12, 14, 0.28);
  text-shadow:
    1px 0 0 rgba(255, 255, 255, 0.28),
    -1px 0 0 rgba(0, 0, 0, 0.08),
    0 0 10px rgba(255, 255, 255, 0.18);
  filter: blur(0.15px);
}

.press-start {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: center;
  padding: 0.95rem 1.3rem;
  border: 3px solid #101214;
  border-radius: 4px;
  background:
    linear-gradient(180deg, #d8dde2 0%, #8a9198 52%, #5b6268 100%);
  color: #101214;
  font-family: "Press Start 2P", monospace;
  font-size: clamp(0.82rem, 1.35vw, 1.05rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow:
    1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    inset -1px -2px 0 rgba(0, 0, 0, 0.16),
    4px 4px 0 rgba(10, 12, 14, 0.28);
}

.press-start::before {
  content: ">";
  color: #1f2327;
  animation: blink 1s steps(1) infinite;
}

.boot-footer {
  display: inline-flex;
  justify-self: center;
  align-items: center;
  padding: 0.55rem 0.9rem;
  font-family: "Press Start 2P", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  color: #181614;
  text-transform: uppercase;
  border: 3px solid #101214;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(216, 221, 226, 0.92) 0%, rgba(138, 145, 152, 0.9) 52%, rgba(91, 98, 104, 0.9) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    inset -1px -2px 0 rgba(0, 0, 0, 0.16),
    4px 4px 0 rgba(10, 12, 14, 0.24);
  text-shadow:
    1px 0 0 rgba(255, 255, 255, 0.22),
    0 0 8px rgba(255, 255, 255, 0.12);
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes boot-start-blink {
  0%, 45% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0.38;
  }
}

@keyframes boot-text-fade {
  to {
    opacity: 0;
    transform: scale(0.98);
  }
}

@keyframes crt-open-line {
  0% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0.04);
  }

  10% {
    opacity: 1;
    transform: translateY(-50%) scaleX(0.1);
  }

  48% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes crt-open-fill {
  0% {
    opacity: 0;
    transform: scaleY(0.015);
    filter: brightness(2.4);
  }

  38% {
    opacity: 0.92;
    transform: scaleY(0.05);
    filter: brightness(2.1);
  }

  74% {
    opacity: 1;
    transform: scaleY(1);
    filter: brightness(1.28);
  }

  100% {
    opacity: 0;
    transform: scaleY(1);
    filter: brightness(1);
  }
}

.page-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.78fr;
  gap: 1.5rem;
  width: 100%;
  min-height: 100%;
  align-items: start;
  position: relative;
  z-index: 2;
}

.home-panel {
  display: grid;
  align-content: start;
  gap: 1.2rem;
  min-height: 100%;
  padding: 0.1rem 0.1rem 1.2rem;
  border-radius: 18px;
  border: 2px solid rgba(0, 0, 0, 0.84);
  background:
    linear-gradient(180deg, rgba(36, 36, 36, 0.92), rgba(8, 8, 8, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 36px rgba(255, 255, 255, 0.03),
    inset 0 0 90px rgba(0, 0, 0, 0.46);
}

.home-panel .menu-window {
  margin: 0.65rem 0.65rem 0;
}

.home-panel .screen-footer {
  margin: 0 0.85rem;
}

.static-panel {
  position: relative;
  min-height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.84);
  border-radius: 18px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(
      90deg,
      #4f4f4f 0 16px,
      #707070 16px 32px,
      #3d3d3d 32px 48px,
      #666666 48px 64px
    );
  filter: grayscale(1) contrast(1.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 0 100px rgba(0, 0, 0, 0.32);
}

.static-panel::before,
.static-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.static-panel::before {
  opacity: 0.35;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1) 0 2px,
      rgba(0, 0, 0, 0.08) 2px 4px
    );
  animation: static-shift 0.08s infinite steps(4);
}

.static-panel::after {
  opacity: 0.3;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.14), transparent 22%),
    repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.18) 0 6px,
      rgba(255, 255, 255, 0.06) 6px 12px
    );
  mix-blend-mode: screen;
  animation: tv-snow 0.18s infinite steps(2);
}

.tv-ghost {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.06), transparent 32%);
  mix-blend-mode: screen;
}

.tv-controls {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 4;
  display: grid;
  gap: 0.45rem;
  justify-items: start;
}

.tv-play-button,
.tv-status {
  font-family: "Press Start 2P", monospace;
  text-transform: uppercase;
}

.tv-play-button {
  border: 2px solid #111;
  border-radius: 4px;
  padding: 0.7rem 0.9rem;
  background:
    linear-gradient(180deg, #efede6, #c8c4ba);
  color: #111;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.65),
    4px 4px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  font-size: 0.58rem;
}

.tv-play-button:hover {
  transform: translateY(-1px);
}

.tv-status {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.6rem;
  border: 2px solid rgba(17, 17, 17, 0.75);
  border-radius: 4px;
  background: rgba(224, 221, 214, 0.82);
  color: #2f2f2f;
  font-size: 0.45rem;
  letter-spacing: 0.06em;
}

.menu-window,
.content-window,
.video-window,
.spotify-window {
  border: 3px solid #111;
  border-radius: 6px;
  background: rgba(34, 34, 34, 0.96);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    6px 6px 0 rgba(0, 0, 0, 0.24);
}

.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: -1.4rem -1.6rem 1rem;
  padding: 0.45rem 0.55rem;
  border-bottom: 3px solid #111;
  background: linear-gradient(180deg, #1c1c1c, #050505);
  color: #fff;
}

.window-bar--tight {
  margin: -1.2rem -1.2rem 1rem;
}

.window-bar--video {
  margin: -1rem -1rem 1rem;
}

.window-title-text,
.window-controls,
.ticker-line,
.ticker-item,
.ticker-value,
.pixel-meta,
.status-line {
  font-family: "Press Start 2P", monospace;
}

.window-title-text {
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.window-controls {
  display: flex;
  gap: 0.35rem;
}

.window-control {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.14);
}

.menu-window {
  padding: 1.4rem 1.6rem 1.8rem;
}

.window-title {
  margin: 0 0 1.2rem;
  font-family: "Press Start 2P", monospace;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #f0efe8;
}

.ticker-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0 1.1rem;
}

.ticker-item {
  padding: 0.6rem 0.65rem;
  border: 3px solid #5c5c5c;
  border-radius: 4px;
  background: #2a2a2a;
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.08),
    inset -2px -2px 0 rgba(0, 0, 0, 0.3);
}

.ticker-line {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.5rem;
  color: #a4a098;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-value {
  display: block;
  font-size: 0.58rem;
  color: #f0efe8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem 1rem;
}

.icon-card {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  padding: 1rem 0.4rem;
  border-radius: 4px;
  border: 3px solid transparent;
  text-decoration: none;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}

.icon-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.04);
  border-color: #5f5f5f;
}

.icon-card.is-selected {
  background: rgba(255, 255, 255, 0.06);
  border-color: #666666;
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.08),
    inset -2px -2px 0 rgba(0, 0, 0, 0.24);
}

.pixel-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 6px;
  font-size: 2rem;
  font-family: "Press Start 2P", monospace;
  border: 3px solid rgba(0, 0, 0, 0.18);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.22),
    inset -2px -2px 0 rgba(0, 0, 0, 0.16);
}

.pixel-icon--info {
  background: linear-gradient(180deg, #b8b8b8, #8d8d8d);
  color: #141414;
}

.pixel-icon--gallery {
  background: linear-gradient(180deg, #cbcbcb, #8b8b8b);
  color: #121212;
}

.pixel-icon--jpg {
  background:
    linear-gradient(180deg, #efefef, #8d8d8d);
  color: #111;
}

.pixel-icon--live {
  background: linear-gradient(180deg, #2d2d2d, #0d0d0d);
  color: #eceae3;
}

.pixel-icon--spotify {
  background: linear-gradient(180deg, #c7c7c7, #8e8e8e);
  color: #131313;
}

.pixel-icon--instagram {
  background: linear-gradient(135deg, var(--instagram-a), var(--instagram-b) 50%, var(--instagram-c));
  color: #111;
}

.pixel-icon--youtube {
  background: linear-gradient(180deg, #d0d0d0, #888888);
  color: #101010;
}

.pixel-icon--mp4 {
  background:
    linear-gradient(180deg, #efefef, #8d8d8d);
  color: #111;
}

.app-icon {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border-color: rgba(24, 24, 24, 0.35);
  box-shadow:
    inset 2px 2px 0 rgba(255, 255, 255, 0.28),
    inset -2px -2px 0 rgba(0, 0, 0, 0.16),
    0 4px 10px rgba(0, 0, 0, 0.1);
}

.app-icon::before,
.app-icon::after {
  content: "";
  position: absolute;
}

.pixel-icon--spotify.app-icon {
  background:
    linear-gradient(180deg, #d8ef8d 0%, #91bf27 76%, #214d16 100%);
}

.pixel-icon--spotify.app-icon::before {
  inset: 13px 11px 12px 11px;
  border-radius: 14px;
  background:
    radial-gradient(120% 65% at 50% 24%, transparent 57%, rgba(88, 116, 49, 0.92) 58% 67%, transparent 68%),
    radial-gradient(120% 65% at 50% 43%, transparent 56%, rgba(52, 85, 20, 0.95) 57% 66%, transparent 67%),
    radial-gradient(120% 65% at 50% 62%, transparent 55%, rgba(57, 93, 25, 0.92) 56% 65%, transparent 66%),
    radial-gradient(90% 55% at 50% 113%, rgba(15, 44, 9, 0.96) 0 44%, transparent 45%);
}

.pixel-icon--instagram.app-icon {
  background:
    linear-gradient(180deg, #825031 0%, #6f4429 24%, #f0e9d7 24.5%, #d6ccb9 100%);
}

.pixel-icon--instagram.app-icon::before {
  inset: 0;
  background:
    linear-gradient(90deg, #d63b2a 8px, #f0cb42 8px 16px, #5bbc56 16px 24px, #48b6d2 24px 32px, transparent 32px),
    radial-gradient(circle at 58% 56%, #1a2b31 0 14px, #3c5966 15px 22px, #b7bec0 23px 28px, transparent 29px),
    radial-gradient(circle at 58% 56%, rgba(122, 203, 255, 0.4) 0 8px, transparent 9px);
}

.pixel-icon--instagram.app-icon::after {
  inset: 0;
  background:
    radial-gradient(circle at 79% 22%, #182127 0 5px, #5f6f74 6px 9px, transparent 10px),
    radial-gradient(circle at 34% 40%, rgba(255, 255, 255, 0.72) 0 3px, transparent 4px);
}

.pixel-icon--youtube.app-icon {
  background:
    linear-gradient(180deg, #d7bf98 0%, #b38559 100%);
}

.pixel-icon--youtube.app-icon::before {
  inset: 7px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.92), rgba(190, 194, 182, 0.92) 58%, rgba(156, 164, 146, 0.92) 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 250, 240, 0.52),
    inset 0 -10px 16px rgba(52, 57, 44, 0.16);
}

.pixel-icon--youtube.app-icon::after {
  inset: 0;
  background:
    radial-gradient(circle at 18px 60px, #4d3725 0 5px, #c6b59a 6px 8px, #61472f 9px 12px, transparent 13px),
    radial-gradient(circle at calc(100% - 18px) 60px, #4d3725 0 5px, #c6b59a 6px 8px, #61472f 9px 12px, transparent 13px),
    linear-gradient(90deg, transparent 33px, #2b2218 33px 35px, transparent 35px 38px, #2b2218 38px 40px, transparent 40px 43px, #2b2218 43px 45px, transparent 45px);
}

.pixel-icon--mp4.app-icon::before {
  inset: 0;
  background:
    url("assets/mp4-logo.svg") center/100% auto no-repeat;
}

.pixel-icon--mp4.app-icon::after {
  display: none;
}

.pixel-icon--jpg.app-icon::before {
  inset: 0;
  background:
    url("assets/jpg-logo.svg") center/100% auto no-repeat;
}

.pixel-icon--jpg.app-icon::after {
  display: none;
}

.pixel-icon--mp4.app-icon,
.pixel-icon--jpg.app-icon {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.pixel-label,
.pixel-sub,
.pixel-copy,
.pixel-meta,
.pixel-button,
.footer-copy,
.footer-links a {
  font-family: "Press Start 2P", monospace;
}

.pixel-label {
  font-size: 0.86rem;
  text-transform: uppercase;
  color: #f1f0e8;
}

.pixel-sub {
  font-size: 0.6rem;
  color: #9b978e;
  text-align: center;
}

.screen-footer {
  display: grid;
  justify-items: center;
  gap: 0.4rem;
  margin-top: 1.4rem;
}

.home-panel .footer-copy,
.home-panel .footer-links a {
  color: #f0efe8;
}

.contact-callout {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 170px;
  margin: 0.35rem 0.85rem 0.2rem;
}

.contact-link {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.contact-icon {
  width: 126px;
  height: 126px;
  background: url("assets/contact-phone-final.png") center/contain no-repeat;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.06));
  image-rendering: pixelated;
}

.contact-text {
  font-family: "Press Start 2P", monospace;
  font-size: 0.82rem;
  text-transform: uppercase;
  color: #f0efe8;
}

.dvd-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  pointer-events: none;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--dvd-fill), #dfdfdf 42%, #b8b8b8 70%, #f2f2f2 100%);
  border: 5px solid #141414;
  box-shadow:
    inset 0 0 0 4px rgba(255, 255, 255, 0.28),
    inset 0 0 0 16px rgba(0, 0, 0, 0.08),
    8px 8px 0 var(--dvd-shadow),
    0 0 18px rgba(255, 255, 255, 0.18);
  overflow: hidden;
  opacity: 0.97;
}

.dvd-spin {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(229, 227, 219, 0.96) 0 22px, transparent 22px 100%),
    radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.32), transparent 18%),
    radial-gradient(circle at 72% 74%, rgba(160, 160, 160, 0.18), transparent 22%),
    url("assets/cd-cover.png") center/cover no-repeat,
    conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0.34),
      rgba(175, 175, 175, 0.18),
      rgba(110, 110, 110, 0.18),
      rgba(205, 205, 205, 0.16),
      rgba(255, 255, 255, 0.34)
    );
  animation: disc-spin 3.4s linear infinite;
  filter: grayscale(1) contrast(1.08);
}

.dvd-mark {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0.35rem 0.55rem;
  border: 2px solid rgba(17, 17, 17, 0.78);
  background: rgba(255, 255, 255, 0.72);
  color: #1a1a1a;
  font-family: "Press Start 2P", monospace;
  font-size: 0.44rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.42);
}

.dvd-spin::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 0 96px, rgba(255, 255, 255, 0.22) 96px 104px, transparent 104px),
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.34), transparent 20%);
  border: 2px solid rgba(255, 255, 255, 0.38);
  z-index: 1;
  pointer-events: none;
}

.dvd-spin::after {
  content: "";
  position: absolute;
  inset: 96px;
  border-radius: 50%;
  background: rgba(245, 241, 231, 0.88);
  border: 4px solid #111;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.22),
    inset 0 0 0 2px rgba(0, 0, 0, 0.08);
  z-index: 2;
  pointer-events: none;
}

@keyframes disc-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes crt-flicker {
  0%, 8%, 10%, 18%, 22%, 44%, 48%, 72%, 76%, 100% {
    filter: brightness(1) contrast(1);
  }

  9% {
    filter: brightness(0.88) contrast(1.08);
  }

  20% {
    filter: brightness(1.06) contrast(0.96);
  }

  46% {
    filter: brightness(0.9) contrast(1.09);
  }

  74% {
    filter: brightness(1.08) contrast(0.94);
  }

  75% {
    filter: brightness(0.86) contrast(1.1);
  }
}

@keyframes static-shift {
  0% {
    transform: translateY(0);
    opacity: 0.16;
  }

  50% {
    transform: translateY(1px);
    opacity: 0.2;
  }

  100% {
    transform: translateY(-1px);
    opacity: 0.14;
  }
}

@keyframes tv-snow {
  0% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(2px, -1px) scale(1.01);
  }

  66% {
    transform: translate(-2px, 2px) scale(0.99);
  }

  100% {
    transform: translate(1px, -2px) scale(1);
  }
}

@keyframes boot-static-shift-a {
  0% {
    background-position:
      50% 50%,
      44% 47%;
  }

  20% {
    background-position:
      46% 52%,
      58% 43%;
  }

  40% {
    background-position:
      55% 45%,
      41% 58%;
  }

  60% {
    background-position:
      47% 56%,
      61% 49%;
  }

  80% {
    background-position:
      53% 47%,
      45% 60%;
  }

  100% {
    background-position:
      49% 54%,
      57% 44%;
  }
}

@keyframes boot-static-shift-b {
  0% {
    opacity: 0.22;
  }

  25% {
    opacity: 0.36;
  }

  50% {
    opacity: 0.28;
  }

  75% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.24;
  }
}

.footer-copy,
.footer-links a {
  font-size: 0.68rem;
  color: #f0efe8;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.subpage-shell {
  display: grid;
  gap: 1rem;
}

.subpage-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--ink);
}

.subpage-title {
  margin: 0;
  font-family: "Press Start 2P", monospace;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #f1f0e8;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nav-links a {
  padding: 0.5rem 0.7rem;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Press Start 2P", monospace;
  font-size: 0.62rem;
  border: 2px solid var(--ink);
  background: rgba(222, 220, 214, 0.9);
  color: #111;
}

.content-window {
  padding: 1.2rem;
}

.status-line {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.55rem 0.7rem;
  border: 2px solid rgba(23, 23, 23, 0.16);
  border-radius: 4px;
  background: rgba(72, 72, 72, 0.7);
  color: #f0efe8;
  font-size: 0.54rem;
  text-transform: uppercase;
}

.pixel-copy {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.8;
  color: #f0efe8;
}

.pixel-meta {
  margin: 0 0 0.9rem;
  font-size: 0.58rem;
  color: #bab6ac;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artist-file-profile {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(240px, 360px) minmax(220px, 320px) minmax(240px, 360px);
  gap: 1rem;
  align-items: stretch;
  margin-top: 1.2rem;
  justify-content: start;
}

.artist-file-shot,
.artist-file-info {
  padding: 0.85rem;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: rgba(44, 44, 44, 0.9);
}

.artist-file-shot img {
  width: 100%;
  height: 620px;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: #d6d4cd;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.04);
}

.artist-file-info {
  display: grid;
  align-content: start;
}

.artist-file-info h3 {
  margin: 0 0 1.2rem;
  padding-bottom: 0.9rem;
  border-bottom: 4px solid rgba(240, 239, 232, 0.9);
  font-family: "Press Start 2P", monospace;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #f2f1ea;
}

.artist-file-lines {
  display: grid;
  gap: 0.85rem;
}

.artist-file-lines p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0 0 0.85rem;
  border-bottom: 4px solid rgba(240, 239, 232, 0.9);
  font-family: "Press Start 2P", monospace;
  color: #f0efe8;
}

.artist-file-lines span,
.artist-file-lines strong {
  font-size: 0.78rem;
  line-height: 1.6;
}

.artist-file-lines strong {
  font-weight: 400;
  text-align: left;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.info-card,
.spotify-window {
  padding: 1rem;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: rgba(44, 44, 44, 0.9);
}

.info-card h3,
.video-window h3,
.spotify-window h3 {
  margin: 0 0 0.7rem;
  font-family: "Press Start 2P", monospace;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #f2f1ea;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.gallery-grid img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: #d6d4cd;
  filter: grayscale(1) contrast(1.04);
}

.video-stack {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.video-window {
  padding: 1rem;
}

.video-window video {
  aspect-ratio: 16 / 10;
  background: #000;
  border: 2px solid var(--ink);
  border-radius: 10px;
  margin-bottom: 0.9rem;
  filter: grayscale(1) contrast(1.06);
}

.spotify-window {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
}

.spotify-window img {
  height: 100%;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 10px;
  filter: grayscale(1) contrast(1.04);
}

.pixel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: #3c3c3c;
  text-decoration: none;
  font-size: 0.68rem;
  color: #f1f0e8;
}

.mobile-preview-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #5b5a56 0%, #1e1f22 100%);
}

.mobile-preview-shell {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(260px, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.mobile-frame {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 14px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, #1f2328 0%, #090a0d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 24px 60px rgba(0, 0, 0, 0.45);
}

.mobile-frame-screen {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: #0b0b0b;
}

.mobile-frame-screen > .crt-shell {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0.35rem;
  border-radius: 0;
}

.mobile-frame-screen > .crt-shell > .crt-screen {
  min-height: min(844px, calc(100vh - 6rem));
  padding: 0.7rem;
  border-radius: 22px;
}

.mobile-preview-mode .page {
  min-height: auto;
}

.mobile-frame-screen::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 34%;
  height: 24px;
  border-radius: 999px;
  background: rgba(12, 14, 18, 0.92);
  transform: translateX(-50%);
  pointer-events: none;
}

.mobile-preview-copy {
  padding: 1.5rem;
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(32, 32, 32, 0.94), rgba(8, 8, 8, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 20px 50px rgba(0, 0, 0, 0.35);
}

.mobile-preview-copy h1,
.mobile-preview-copy p,
.mobile-preview-copy a {
  color: #f0efe8;
}

.mobile-preview-copy h1 {
  margin: 0 0 1rem;
  font-family: "Press Start 2P", monospace;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.5;
  text-transform: uppercase;
}

.mobile-preview-copy p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

.mobile-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

@media (max-width: 1100px) {
  .artist-file-profile {
    grid-template-columns: 1fr;
  }

  .boot-tv {
    grid-template-columns: 1fr;
  }

  .boot-side-panel {
    grid-template-columns: auto auto auto 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    min-height: 0;
  }

  .boot-speaker-grill {
    min-height: 120px;
  }

  .page-grid,
  .content-grid,
  .gallery-grid,
  .spotify-window {
    grid-template-columns: 1fr;
  }

  .page-grid {
    gap: 1rem;
  }

  .static-panel {
    min-height: 360px;
  }

  .artist-file-shot img {
    height: min(620px, 70vh);
  }

  .mobile-preview-shell {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 800px) {
  .boot-wrap {
    padding: 0;
  }

  .boot-screen-glow {
    min-height: 420px;
  }

  .boot-side-panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 140px;
  }

  .crt-shell {
    width: min(100vw - 0.6rem, 1840px);
    margin: 0.3rem auto;
    padding: 0.6rem;
  }

  .crt-screen {
    min-height: calc(100vh - 2rem);
    padding: 0.9rem;
  }

  .page {
    min-height: auto;
  }

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

  .static-panel {
    order: 0;
    min-height: 300px;
  }

  .tv-controls {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    justify-items: stretch;
  }

  .tv-play-button,
  .tv-status {
    width: 100%;
    justify-content: center;
  }

  .dvd-badge {
    width: 180px;
    height: 180px;
  }

  .dvd-spin::before {
    background:
      radial-gradient(circle at center, transparent 0 60px, rgba(255, 255, 255, 0.22) 60px 66px, transparent 66px),
      radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.34), transparent 20%);
  }

  .dvd-spin::after {
    inset: 60px;
  }

  .icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 0.75rem;
  }

  .menu-window {
    padding: 1.1rem 1rem 1.25rem;
  }

  .window-title {
    font-size: 1.15rem;
    line-height: 1.4;
  }

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

  .contact-callout {
    min-height: 120px;
  }

  .contact-icon {
    width: 96px;
    height: 96px;
  }

  .subpage-title {
    font-size: 1.15rem;
    line-height: 1.5;
  }

  .subpage-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-window,
  .video-window,
  .info-card,
  .spotify-window {
    padding: 0.95rem;
  }

  .artist-file-lines p {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .artist-file-lines span,
  .artist-file-lines strong,
  .pixel-copy {
    font-size: 0.66rem;
    line-height: 1.8;
  }

  .nav-links {
    width: 100%;
  }

  .nav-links a,
  .pixel-button {
    width: 100%;
    justify-content: center;
  }

  .mobile-preview-body {
    padding: 1rem;
  }

  .mobile-preview-copy {
    padding: 1.1rem;
  }
}

@media (max-width: 560px) {
  body {
    background:
      radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 22%),
      linear-gradient(180deg, #66645f 0%, #353532 100%);
  }

  .crt-shell {
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    padding: 0.35rem;
    border-radius: 0;
  }

  .crt-screen {
    min-height: calc(100vh - 0.7rem);
    padding: 0.7rem;
    border-radius: 22px;
  }

  .crt-screen::after {
    border-radius: 20px;
  }

  .home-panel {
    gap: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .home-panel .menu-window,
  .home-panel .screen-footer,
  .contact-callout {
    margin-left: 0.45rem;
    margin-right: 0.45rem;
  }

  .window-bar {
    margin: -1.1rem -1rem 0.9rem;
  }

  .window-title-text {
    font-size: 0.5rem;
  }

  .window-control {
    width: 12px;
    height: 12px;
  }

  .window-title {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .icon-card {
    gap: 0.5rem;
    padding: 0.8rem 0.25rem;
  }

  .pixel-icon {
    width: 64px;
    height: 64px;
    font-size: 1.55rem;
  }

  .pixel-label {
    font-size: 0.68rem;
    text-align: center;
  }

  .pixel-sub,
  .ticker-line,
  .ticker-value,
  .footer-copy,
  .footer-links a,
  .contact-text,
  .nav-links a,
  .status-line,
  .pixel-meta,
  .info-card h3,
  .video-window h3,
  .spotify-window h3,
  .pixel-button {
    font-size: 0.54rem;
  }

  .screen-footer {
    gap: 0.7rem;
  }

  .footer-links {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
  }

  .boot-vhs-ui {
    padding: 0.75rem 0.65rem;
  }

  .boot-vhs-row {
    gap: 0.65rem;
    font-size: 0.48rem;
  }

  body.boot-active .boot-logo {
    max-width: 100%;
    font-size: clamp(1.45rem, 8vw, 2.2rem);
    white-space: normal;
    text-align: center;
  }

  body.boot-active .boot-start-hint {
    margin-top: -5rem;
    font-size: 0.5rem;
    text-align: center;
  }

  body.boot-active .boot-footer,
  body.boot-active .press-start {
    font-size: 0.46rem;
  }

  .artist-file-shot,
  .artist-file-info {
    padding: 0.65rem;
  }

  .artist-file-shot img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .artist-file-info h3 {
    font-size: 0.92rem;
  }

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

  .video-window video {
    aspect-ratio: 9 / 16;
  }

  .mobile-frame {
    padding: 10px;
    border-radius: 30px;
  }

  .mobile-frame-screen {
    border-radius: 22px;
  }

  .mobile-frame-screen::before {
    width: 42%;
    height: 20px;
  }

  .mobile-frame-screen > .crt-shell > .crt-screen {
    min-height: min(844px, calc(100vh - 4rem));
  }
}
