:root {
  --black: #050505;
  --ink: #101010;
  --paper: #e4e0d8;
  --bone: #f4f0e8;
  --red: #f01816;
  --orange: #ff5a17;
  --muted: rgba(244, 240, 232, 0.68);
  --line: rgba(244, 240, 232, 0.22);
  --ease-premium: cubic-bezier(.16, 1, .3, 1);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color: var(--bone);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  font-family: "Helvetica Neue Condensed Black", "HelveticaNeue-CondensedBlack", "Helvetica Neue", "Arial Narrow", Impact, sans-serif;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(240, 24, 22, 0.2), transparent 24rem),
    var(--black);
}

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

button,
input {
  font: inherit;
}

.kicker,
.contact-link span:first-child {
  font-family: "Helvetica Neue Condensed Black", "HelveticaNeue-CondensedBlack", "Helvetica Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

main {
  scroll-snap-type: none;
}

.panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  scroll-snap-align: start;
  isolation: isolate;
  transition: transform 900ms var(--ease-premium), opacity 900ms var(--ease-premium);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.13), transparent 34%),
    repeating-linear-gradient(90deg, transparent 0 11px, rgba(0, 0, 0, 0.12) 11px 12px);
}

.is-dark {
  background: var(--black);
  color: var(--bone);
}

.contact-panel {
  color: var(--bone);
  background: #000;
}

.contact-panel::before {
  display: none;
}

.contact-panel::after {
  content: "KNGDOM";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  color: rgba(244, 240, 232, 0.04);
  font-size: clamp(8rem, 24vw, 22rem);
  font-weight: 900;
  line-height: 0.75;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-6deg);
  white-space: nowrap;
}

.contact-panel .kicker {
  color: var(--orange);
}

.listen-panel {
  color: var(--bone);
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.08), transparent 18rem),
    #fa3200;
}

.listen-panel::before {
  display: none;
}

.listen-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.18;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0 1px, transparent 1px 7px);
  mix-blend-mode: overlay;
}

.listen-panel .split {
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: clamp(28px, 6vh, 58px);
  text-align: center;
  transform: translateY(calc(var(--scroll-progress, 0) * -24px));
}

.listen-panel .kicker {
  color: rgba(244, 240, 232, 0.5);
  letter-spacing: 0.12em;
}

.visual-panel {
  background: var(--red);
  color: var(--bone);
}

.section-frame {
  min-height: 100svh;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: clamp(86px, 9vw, 132px) clamp(18px, 5vw, 72px) clamp(38px, 6vw, 76px);
}

.split,
.player-layout,
.shop-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 7vw, 112px);
}

.stack {
  display: grid;
  gap: 20px;
  align-content: center;
}

.kicker {
  margin: 0;
  color: var(--red);
}

.section-title {
  max-width: 860px;
  margin: 0;
  font-size: clamp(4.2rem, 15vw, 13.5rem);
  line-height: 0.78;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 0;
  text-align: left;
  background: #000;
  --scroll-progress: 0;
}

.hero-panel::before {
  display: none;
}

.hero-frame {
  position: relative;
  width: 100%;
  min-height: 100svh;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
  --hero-canvas-width: min(100vw, calc(100svh * 390 / 844));
  --hero-canvas-height: min(100svh, calc(100vw * 844 / 390));
  --hero-canvas-left: calc((100vw - var(--hero-canvas-width)) / 2);
  --hero-canvas-top: calc((100svh - var(--hero-canvas-height)) / 2);
  transform: translateY(calc(var(--scroll-progress) * -88px));
  opacity: calc(1 - (var(--scroll-progress) * 0.42));
  transition: opacity 120ms linear;
}

.backdrop-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.02) contrast(1.05);
}

.hero-title {
  position: absolute;
  left: var(--hero-canvas-left);
  top: calc(var(--hero-canvas-top) + (var(--hero-canvas-height) * 0.0995));
  z-index: 3;
  width: var(--hero-canvas-width);
  margin: 0;
  font-family: "Anton SC", "Helvetica Neue Condensed Black", "HelveticaNeue-CondensedBlack", "Arial Narrow", Impact, sans-serif;
  font-size: calc(var(--hero-canvas-width) * 102 / 390);
  line-height: 0.98;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.07em;
}

.hero-menu {
  position: absolute;
  left: var(--hero-canvas-left);
  top: calc(var(--hero-canvas-top) + (var(--hero-canvas-height) * 0.4763));
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  gap: calc(var(--hero-canvas-height) * 11 / 844);
  width: var(--hero-canvas-width);
  color: #fff;
}

.hero-menu a {
  position: relative;
  display: block;
  min-height: calc(var(--hero-canvas-height) * 16 / 844);
  font-family: "Iosevka Charon Mono", "Iosevka", "IBM Plex Mono", "Courier New", monospace;
  font-size: calc(var(--hero-canvas-width) * 20 / 390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.86;
  transition: color 260ms var(--ease-premium), opacity 260ms var(--ease-premium), transform 360ms var(--ease-premium);
}

.hero-menu a span,
.hero-menu a::after {
  display: block;
  transition: opacity 280ms var(--ease-premium), transform 360ms var(--ease-premium);
}

.hero-menu a::after {
  content: attr(data-hover);
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(0.65em);
  white-space: nowrap;
}

.hero-menu a:hover,
.hero-menu a:focus-visible,
.hero-menu a.is-active {
  color: #fff;
  opacity: 1;
}

.hero-menu a:hover,
.hero-menu a:focus-visible,
.hero-menu a.is-active {
  transform: translateX(0) scale(1.04);
}

.hero-menu a:hover span,
.hero-menu a:focus-visible span {
  opacity: 0;
  transform: translateY(-0.65em);
}

.hero-menu a:hover::after,
.hero-menu a:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.hero-logo-link {
  position: absolute;
  left: calc(var(--hero-canvas-left) + (var(--hero-canvas-width) * 0.341));
  top: calc(var(--hero-canvas-top) + (var(--hero-canvas-height) * 0.7097));
  z-index: 4;
  width: calc(var(--hero-canvas-width) * 0.3173);
  height: calc(var(--hero-canvas-height) * 0.1955);
  display: block;
  opacity: 0.96;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.5));
  transform: translate(var(--logo-x, 0px), var(--logo-y, 0px)) rotate(var(--logo-rotate, 0deg));
  transition: transform 420ms var(--ease-premium), opacity 260ms var(--ease-premium), filter 260ms var(--ease-premium);
}

.hero-logo-link:hover,
.hero-logo-link:focus-visible {
  opacity: 1;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.66));
}

.hero-bottom-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

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

.listen-panel .link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 460px);
  gap: clamp(14px, 3vw, 24px);
}

.listen-stack {
  display: grid;
  justify-items: center;
  width: min(100%, 560px);
  gap: clamp(30px, 5vh, 54px);
}

.stream-link,
.contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 18px 0;
  border-top: 2px solid currentColor;
  color: currentColor;
  overflow: hidden;
}

.stream-link {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  min-height: auto;
  padding: 0;
  border: 0;
  color: #fff;
  overflow: visible;
  transform: translate3d(var(--magnet-x, 0), var(--magnet-y, 0), 0);
  transition: transform 360ms var(--ease-premium), opacity 360ms var(--ease-premium);
  transition-delay: calc(var(--platform-index, 0) * 65ms);
}

.contact-link:last-child {
  border-bottom: 2px solid currentColor;
}

.stream-link strong {
  position: relative;
  z-index: 1;
  font-size: clamp(2.25rem, 6vw, 5.8rem);
  line-height: 0.8;
  text-transform: uppercase;
}

.listen-panel .stream-link {
  --platform-accent: var(--red);
}

.listen-panel .stream-link strong {
  font-size: clamp(2.1rem, 5.5vw, 4rem);
  letter-spacing: 0.08em;
}

.stream-identity {
  position: relative;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: clamp(96px, 12vw, 150px);
  min-width: 0;
  min-height: clamp(48px, 8vw, 76px);
  color: #fff;
  font-family: "Helvetica Neue Condensed Black", "HelveticaNeue-CondensedBlack", "Helvetica Neue", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(0.92rem, 1.55vw, 1.08rem);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  transition: transform 360ms var(--ease-premium), filter 360ms var(--ease-premium);
}

.stream-logo {
  display: grid;
  place-items: center;
  width: clamp(48px, 8vw, 76px);
  height: clamp(48px, 8vw, 76px);
  opacity: 1;
  color: #fff;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.16));
  transition: transform 420ms var(--ease-premium), opacity 260ms var(--ease-premium), filter 360ms var(--ease-premium);
}

.stream-name {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  color: #fff;
  font-family: "Helvetica Neue Condensed Black", "HelveticaNeue-CondensedBlack", "Helvetica Neue", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(0.92rem, 1.55vw, 1.08rem);
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -44%) scale(0.94);
  transition: opacity 260ms var(--ease-premium), transform 420ms var(--ease-premium);
  white-space: nowrap;
}

.stream-external {
  position: absolute;
  left: 50%;
  bottom: -10px;
  opacity: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  transform: translate(-50%, 7px);
  transition: opacity 260ms var(--ease-premium), transform 360ms var(--ease-premium);
}

.stream-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.listen-panel .stream-link:hover .stream-logo,
.listen-panel .stream-link:focus-visible .stream-logo {
  opacity: 0;
  transform: translateY(-8px) scale(0.92);
  filter: drop-shadow(0 0 0 transparent);
}

.listen-panel .stream-link:hover .stream-name,
.listen-panel .stream-link:focus-visible .stream-name {
  opacity: 1;
  color: var(--platform-accent);
  transform: translate(-50%, -50%) scale(1);
}

.listen-panel .stream-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 22px;
  height: 2px;
  opacity: 0;
  background: var(--platform-accent);
  transform: translateX(-50%) scaleX(0.3);
  transition: opacity 260ms var(--ease-premium), transform 360ms var(--ease-premium);
}

.stream-spotify {
  --platform-accent: #1ed760;
}

.stream-apple-music {
  --platform-accent: #fff;
}

.stream-soundcloud {
  --platform-accent: var(--orange);
}

.stream-youtube {
  --platform-accent: var(--red);
}

.listen-panel .stream-link:hover::before,
.listen-panel .stream-link:focus-visible::before {
  display: none;
}

.listen-panel .stream-link:hover::after,
.listen-panel .stream-link:focus-visible::after {
  opacity: 0.8;
  transform: translateX(-50%) scaleX(1);
}

.listen-panel .stream-link:hover .stream-external,
.listen-panel .stream-link:focus-visible .stream-external {
  opacity: 1;
  transform: translate(-50%, 0);
}

.stream-link:active .stream-identity,
.listen-handoff:active {
  transform: scale(0.94);
}

.stream-link:focus-visible,
.listen-handoff:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 8px;
}

.listen-handoff {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid transparent;
  color: var(--bone);
  font-family: "Helvetica Neue Condensed Black", "HelveticaNeue-CondensedBlack", "Helvetica Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 260ms var(--ease-premium), background 260ms var(--ease-premium), border-color 260ms var(--ease-premium), transform 360ms var(--ease-premium), letter-spacing 360ms var(--ease-premium);
}

.listen-handoff:hover,
.listen-handoff:focus-visible {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
  letter-spacing: 0.18em;
  transform: translateY(-3px);
}

.contact-link span:last-child {
  position: relative;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-link::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-101%);
  background: var(--red);
  transition: transform 520ms var(--ease-premium);
}

.stream-link::before {
  display: none;
  content: none;
}

.stream-link:hover::before,
.stream-link:focus-visible::before {
  display: none;
}

.contact-link:hover::before,
.contact-link:focus-visible::before {
  transform: translateX(0);
}

.stream-link:hover,
.stream-link:focus-visible,
.contact-link:hover,
.contact-link:focus-visible {
  color: var(--bone);
}

.player-panel {
  background: #070202;
  color: #f5fff6;
}

.player-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  background-image: url("Assets II/Windows XP desktop.png");
  background-repeat: no-repeat;
  background-size: 268.08% 100%;
  background-position: 36.5% center;
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.001);
}

.player-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22)),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.1), transparent 26rem);
}

.glyph-field {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(6, max-content);
  justify-content: center;
  gap: clamp(10px, 2.8vw, 32px);
  padding-top: clamp(36px, 7vh, 92px);
  overflow: hidden;
  color: #fff;
  font-family: "Helvetica Neue Condensed Black", "HelveticaNeue-CondensedBlack", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(2.4rem, 7vw, 6.6rem);
  font-weight: 950;
  line-height: 0.92;
  text-orientation: upright;
  writing-mode: vertical-rl;
  opacity: 0.58;
  transform: translateY(calc(var(--scroll-progress) * -42px));
}

.glyph-field span {
  display: block;
  text-shadow:
    -5px 0 0 rgba(255, 28, 164, 0.78),
    5px 0 0 rgba(0, 255, 143, 0.78),
    0 0 18px rgba(255, 255, 255, 0.46);
  animation: glyphPulse 1600ms steps(2, end) infinite;
}

.glyph-field span:nth-child(2n) {
  animation-delay: -300ms;
  transform: translateY(38px);
}

.glyph-field span:nth-child(3n) {
  animation-delay: -700ms;
  transform: translateY(-24px);
}

@keyframes glyphPulse {
  0%, 100% {
    filter: saturate(1.1);
    opacity: 0.5;
  }
  50% {
    filter: saturate(2) contrast(1.45);
    opacity: 0.82;
  }
}

.player-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: clamp(16px, 3.5vh, 34px);
}

.player-panel .kicker {
  color: #31ff95;
}

.player-panel .stack {
  justify-self: center;
  text-align: center;
}

.audio-deck {
  width: min(100%, 590px);
}

.xp-player {
  position: relative;
  padding: 4px;
  border: 1px solid #0644c3;
  border-radius: 2px;
  color: #101010;
  font-family: Tahoma, "MS Sans Serif", Arial, sans-serif;
  background: linear-gradient(180deg, #116aff 0%, #0057ee 42%, #003fc0 100%);
  box-shadow:
    0 0 0 1px rgba(142, 198, 255, 0.88) inset,
    0 0 42px rgba(25, 99, 255, 0.26),
    0 26px 92px rgba(0, 0, 0, 0.8);
  opacity: 0.82;
  transform: translateY(12px) scale(0.985);
  transition: opacity 520ms var(--ease-premium), transform 520ms var(--ease-premium), filter 360ms var(--ease-premium), box-shadow 520ms var(--ease-premium);
}

.xp-player::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(196, 235, 255, 0.72);
  box-shadow: 0 0 22px rgba(117, 165, 255, 0.5) inset;
  transition: opacity 280ms var(--ease-premium);
}

.xp-player::before {
  content: none;
  display: none;
}

.xp-player.has-booted {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.xp-player:hover,
.xp-player:focus-within,
.xp-player.is-focused,
.xp-player.is-playing {
  filter: saturate(1.08);
  transform: translateY(-5px) rotateX(1.2deg) rotateY(-0.8deg);
  box-shadow:
    0 0 0 1px rgba(174, 215, 255, 0.95) inset,
    0 0 62px rgba(25, 99, 255, 0.32),
    0 34px 112px rgba(0, 0, 0, 0.86);
}

.xp-player:hover::after,
.xp-player:focus-within::after,
.xp-player.is-focused::after {
  opacity: 1;
}

.xp-player:hover .xp-titlebar,
.xp-player:focus-within .xp-titlebar,
.xp-player.is-focused .xp-titlebar {
  background: linear-gradient(180deg, rgba(91, 173, 255, 0.32), rgba(0, 43, 172, 0.18));
}

.xp-player.is-dimmed {
  opacity: 0.58;
  filter: grayscale(0.28) brightness(0.78);
}

.xp-player .xp-titlebar,
.xp-player .xp-menu,
.xp-player .xp-toolbar,
.xp-player .xp-visualizer,
.xp-player .xp-status,
.xp-player .xp-controls {
  transition: opacity 520ms var(--ease-premium), transform 520ms var(--ease-premium);
}

.xp-player:not(.has-booted) .xp-titlebar,
.xp-player:not(.has-booted) .xp-menu,
.xp-player:not(.has-booted) .xp-toolbar,
.xp-player:not(.has-booted) .xp-visualizer,
.xp-player:not(.has-booted) .xp-status,
.xp-player:not(.has-booted) .xp-controls {
  opacity: 0;
  transform: translateY(10px);
}

.xp-player.has-booted .xp-menu { transition-delay: 80ms; }
.xp-player.has-booted .xp-toolbar { transition-delay: 130ms; }
.xp-player.has-booted .xp-visualizer { transition-delay: 190ms; }
.xp-player.has-booted .xp-status { transition-delay: 250ms; }
.xp-player.has-booted .xp-controls { transition-delay: 310ms; }

.xp-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  padding: 0 4px 0 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
}

.xp-title {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.xp-title span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xp-orb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 35%, #fff 0 12%, transparent 13%),
    conic-gradient(from 30deg, #ffe953, #64d93b, #31a3ff, #f7e85d);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.42);
}

.xp-window-buttons {
  display: flex;
  gap: 3px;
}

.xp-window-buttons span {
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  background: linear-gradient(135deg, #7bbcff, #0c5be8 56%, #0037a7);
  box-shadow: 0 0 0 1px rgba(0, 31, 140, 0.55) inset;
}

.xp-window-buttons span:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 2px;
  background: #fff;
}

.xp-window-buttons span:nth-child(2)::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid #fff;
}

.xp-window-buttons span:nth-child(3) {
  background: linear-gradient(135deg, #ff9f7f, #e74b27 58%, #a72710);
}

.xp-window-buttons span:nth-child(3)::before,
.xp-window-buttons span:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 11px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.xp-window-buttons span:nth-child(3)::after {
  transform: rotate(-45deg);
}

.xp-menu {
  display: flex;
  align-items: center;
  gap: 17px;
  height: 22px;
  padding: 0 7px;
  color: #111;
  font-size: 11px;
  background: linear-gradient(180deg, #fffdf2, #d8d5c7);
  border-bottom: 1px solid #8d8b80;
}

.xp-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
  height: 14px;
  padding: 0 8px;
  background: linear-gradient(180deg, #fbfbfb, #9da0a8 48%, #5d6d9d 50%, #2951b6);
  border-top: 1px solid #b4b4b4;
}

.xp-tool {
  position: relative;
  width: 10px;
  height: 7px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(22, 61, 160, 0.45);
  cursor: pointer;
}

.play-button::after,
.xp-tool::after,
.xp-round::after,
.xp-pill::after,
.xp-volume::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  padding: 3px 6px;
  border: 1px solid #707070;
  color: #111;
  font: 10px Tahoma, Arial, sans-serif;
  white-space: nowrap;
  background: #ffffe1;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.28);
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.play-button:hover::after,
.play-button:focus-visible::after,
.xp-tool:hover::after,
.xp-tool:focus-visible::after,
.xp-round:hover::after,
.xp-round:focus-visible::after,
.xp-pill:hover::after,
.xp-pill:focus-visible::after,
.xp-volume:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.xp-visualizer {
  position: relative;
  height: clamp(250px, 47vw, 430px);
  overflow: hidden;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background:
    radial-gradient(circle at 50% 51%, rgba(222, 255, 156, 0.95) 0 5%, rgba(110, 255, 80, 0.72) 6% 15%, rgba(31, 158, 27, 0.74) 16% 28%, transparent 38%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 3px),
    radial-gradient(ellipse at 50% 50%, rgba(156, 255, 107, 0.44), transparent 44%),
    #006909;
  filter: saturate(0.82) brightness(0.72);
  transition: opacity 520ms var(--ease-premium), transform 520ms var(--ease-premium), filter 520ms var(--ease-premium);
}

.xp-visualizer.has-video {
  background: #000;
  filter: none;
}

.xp-visualizer.has-video::before,
.xp-visualizer.has-video::after {
  display: none;
}

.xp-visualizer-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.xp-visualizer::before,
.xp-visualizer::after {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    repeating-conic-gradient(from 8deg at 50% 50%, transparent 0deg 17deg, rgba(191, 255, 146, 0.5) 18deg 20deg, transparent 21deg 42deg),
    radial-gradient(circle, rgba(211, 255, 164, 0.54), transparent 31%);
  filter: blur(7px);
  animation: xpSpin 9s linear infinite;
  animation-play-state: paused;
}

.xp-visualizer::after {
  inset: -10%;
  opacity: 0.62;
  filter: blur(15px);
  animation-duration: 14s;
  animation-direction: reverse;
}

.xp-flare {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 32%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 255, 188, 0.96), rgba(96, 255, 72, 0.38) 46%, transparent 72%);
  filter: blur(8px);
  transform: translate(-50%, -50%);
  animation: xpPulse 2200ms ease-in-out infinite;
  animation-play-state: paused;
}

.xp-arc {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 74%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(225, 255, 174, 0.9), transparent);
  filter: blur(1px);
  transform-origin: center;
}

.arc-1 { transform: translate(-50%, -50%) rotate(4deg); }
.arc-2 { transform: translate(-50%, -50%) rotate(37deg); }
.arc-3 { transform: translate(-50%, -50%) rotate(84deg); }
.arc-4 { transform: translate(-50%, -50%) rotate(133deg); }
.arc-5 { transform: translate(-50%, -50%) rotate(191deg); }
.arc-6 { transform: translate(-50%, -50%) rotate(319deg); }

.is-playing .xp-visualizer::before,
.is-playing .xp-visualizer::after,
.is-playing .xp-flare {
  animation-play-state: running;
}

.is-playing .xp-visualizer {
  filter: saturate(1.2) brightness(1);
}

.is-playing .arc-1 { animation: xpArcOne 1250ms ease-in-out infinite alternate; }
.is-playing .arc-2 { animation: xpArcTwo 1420ms ease-in-out infinite alternate; }
.is-playing .arc-3 { animation: xpArcThree 1180ms ease-in-out infinite alternate; }
.is-playing .arc-4 { animation: xpArcFour 1520ms ease-in-out infinite alternate; }
.is-playing .arc-5 { animation: xpArcFive 1320ms ease-in-out infinite alternate; }
.is-playing .arc-6 { animation: xpArcSix 1610ms ease-in-out infinite alternate; }

.xp-buffer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  opacity: 0;
  padding: 4px 8px;
  color: #e9ffe4;
  font: 11px Tahoma, Arial, sans-serif;
  background: rgba(0, 0, 0, 0.48);
  transform: translate(-50%, -50%);
}

.is-buffering .xp-buffer {
  opacity: 1;
  animation: xpBlink 180ms steps(1, end) infinite;
}

.xp-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
  padding: 0 8px 0 28px;
  color: #dfe5ff;
  font-size: 11px;
  background: #030303;
}

.xp-status > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.xp-status-play {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #77fc44;
}

.xp-controls {
  display: grid;
  grid-template-columns: 34px 22px 28px 28px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 7px;
  min-height: 54px;
  padding: 7px 10px 8px;
  border-top: 1px solid #84a1f6;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), transparent 34%),
    linear-gradient(180deg, #8cb0ff, #496bd0 57%, #2846ae);
}

.play-button,
.xp-round,
.xp-pill {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid #3858af;
  color: #17327e;
  background: linear-gradient(180deg, #ffffff, #d5e4ff 52%, #6f91e8);
  cursor: pointer;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 0 0 1px rgba(255, 255, 255, 0.26);
  transition: filter 160ms ease, transform 120ms ease, box-shadow 180ms ease;
}

.xp-main-button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.xp-round {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.xp-pill {
  width: 28px;
  height: 14px;
  border-radius: 999px;
}

.play-button:hover,
.play-button:focus-visible,
.xp-round:hover,
.xp-round:focus-visible,
.xp-pill:hover,
.xp-pill:focus-visible {
  filter: brightness(1.08);
}

.play-button:active,
.xp-round:active,
.xp-pill:active {
  transform: translateY(1px) scale(0.96);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
}

.play-icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

.is-playing .play-icon {
  width: 13px;
  height: 16px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 4px, transparent 4px 9px, currentColor 9px 13px);
}

.timeline-wrap {
  display: grid;
}

.xp-timeline-wrap {
  align-self: start;
  padding-top: 6px;
}

input[type="range"] {
  appearance: none;
  width: 100%;
  height: 5px;
  accent-color: #77fc44;
  border: 1px solid #4d5f9f;
  border-radius: 999px;
  background: linear-gradient(180deg, #10286d, #c8dbff 45%, #738fe4 55%, #2245a8);
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 9px;
  height: 17px;
  border: 1px solid #2e7a32;
  border-radius: 2px;
  background: linear-gradient(180deg, #eaffea, #79f071 48%, #2eaa35);
  box-shadow: 0 0 8px rgba(119, 252, 68, 0.72);
}

input[type="range"]::-moz-range-thumb {
  width: 9px;
  height: 17px;
  border: 1px solid #2e7a32;
  border-radius: 2px;
  background: linear-gradient(180deg, #eaffea, #79f071 48%, #2eaa35);
  box-shadow: 0 0 8px rgba(119, 252, 68, 0.72);
}

.xp-volume {
  position: relative;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #dbe8ff, #5475d8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.xp-volume span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(180deg, #eaffea, #6ee769 50%, #369b37);
}

.xp-expanded-visualizer {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 52px);
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.88);
  transition: opacity 360ms var(--ease-premium);
}

.xp-expanded-visualizer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.xp-expanded-visualizer.is-open .xp-visualizer::before,
.xp-expanded-visualizer.is-open .xp-visualizer::after,
.xp-expanded-visualizer.is-open .xp-flare {
  animation-play-state: running;
}

.xp-visualizer-large {
  width: min(100%, 1040px);
  height: min(72vh, 680px);
  border: 2px solid #5c8cff;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.86);
  filter: saturate(1.25) brightness(1);
}

.xp-expanded-close {
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  top: clamp(18px, 4vw, 48px);
  z-index: 2;
  padding: 7px 12px;
  border: 1px solid #7599ff;
  color: #fff;
  background: #0d48d7;
  cursor: pointer;
}

@keyframes xpSpin {
  to { transform: rotate(360deg); }
}

@keyframes xpPulse {
  0%, 100% { opacity: 0.78; transform: translate(-50%, -50%) scale(0.92); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.12); }
}

@keyframes xpArcOne {
  to { transform: translate(-50%, -50%) rotate(18deg) scaleX(1.1); opacity: 0.74; }
}

@keyframes xpArcTwo {
  to { transform: translate(-50%, -50%) rotate(51deg) scaleX(0.92); opacity: 1; }
}

@keyframes xpArcThree {
  to { transform: translate(-50%, -50%) rotate(96deg) scaleX(1.18); opacity: 0.78; }
}

@keyframes xpArcFour {
  to { transform: translate(-50%, -50%) rotate(148deg) scaleX(0.88); opacity: 0.98; }
}

@keyframes xpArcFive {
  to { transform: translate(-50%, -50%) rotate(207deg) scaleX(1.12); opacity: 0.72; }
}

@keyframes xpArcSix {
  to { transform: translate(-50%, -50%) rotate(334deg) scaleX(0.94); opacity: 1; }
}

@keyframes xpBlink {
  50% { opacity: 0.28; }
}

.visual-panel {
  min-height: 100svh;
  overflow: hidden;
  background: #000;
}

.visual-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: #000;
}

.visual-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
}

.shop-panel {
  background: #ff5e17;
  color: #faebd6;
}

.shop-panel::before {
  display: none;
}

.shop-layout {
  position: relative;
  grid-template-columns: 1fr;
  width: min(100vw, calc(100svh * 390 / 844));
  min-height: min(100svh, calc(100vw * 844 / 390));
  --shop-canvas-width: min(100vw, calc(100svh * 390 / 844));
  --shop-canvas-height: min(100svh, calc(100vw * 844 / 390));
  padding: 0;
  align-content: stretch;
  justify-items: stretch;
}

.shop-prompt,
.shop-arrow-link {
  position: absolute;
  z-index: 3;
  color: #fff;
}

.shop-prompt {
  left: 0;
  top: 32.23%;
  width: 100%;
  height: 1.9%;
  font-family: "Iosevka Charon Mono", "Iosevka", "IBM Plex Mono", "Courier New", monospace;
  font-size: calc(var(--shop-canvas-width) * 20 / 390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  transition: color 320ms var(--ease-premium), filter 320ms var(--ease-premium), transform 420ms var(--ease-premium);
}

.shop-arrow-link {
  left: 50%;
  top: 36.61%;
  display: grid;
  place-items: center;
  width: calc(var(--shop-canvas-width) * 24 / 390);
  height: 9.48%;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: color 320ms var(--ease-premium), filter 320ms var(--ease-premium), transform 420ms var(--ease-premium);
}

.shop-arrow {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.shop-arrow-line,
.shop-arrow-head {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shop-arrow-line {
  stroke-dasharray: 76;
  stroke-dashoffset: 0;
}

.shop-arrow-head {
  stroke-dasharray: 36;
  stroke-dashoffset: 0;
}

.shop-card {
  position: absolute;
  left: 10.77%;
  top: 48.58%;
  display: grid;
  place-items: center;
  width: 78.32%;
  height: 11.58%;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
  filter: blur(0) brightness(1);
  transform: translateY(0) scale(1) rotate(0deg);
  transform-origin: center;
  transition: filter 360ms var(--ease-premium);
  will-change: transform, opacity, filter;
}

.shop-card:hover,
.shop-card:focus-visible {
  filter: brightness(1.12);
}

.shop-card.is-ready {
  opacity: 1;
  filter: blur(0) brightness(1);
  transform: translateY(0) scale(1) rotate(0deg);
}

.shop-layout.is-ready .shop-prompt,
.shop-layout.is-ready .shop-arrow-link {
  opacity: 1;
  transform: translateY(0);
}

.shop-layout.is-ready .shop-arrow-link {
  transform: translateX(-50%) translateY(0);
}

.shop-layout.is-ready .shop-arrow-line,
.shop-layout.is-ready .shop-arrow-head {
  stroke-dashoffset: 0;
}

.shop-card:focus-visible {
  outline: 2px solid rgba(250, 235, 214, 0.9);
  outline-offset: 12px;
}

.shop-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform-origin: center;
  will-change: transform, filter;
  pointer-events: none;
}

.shop-layout.is-shop-hovered .shop-prompt,
.shop-layout.is-shop-hovered .shop-arrow-link {
  color: #faebd6;
  filter: brightness(1.12);
}

.shop-layout.is-shop-hovered .shop-arrow-link {
  transform: translateX(-50%) translateY(8px);
}

.contact-list {
  display: grid;
  width: 100%;
  gap: 0;
  border-top: 1px solid rgba(244, 240, 232, 0.45);
}

.contact-link {
  min-height: 104px;
  padding: 24px 0;
  border-top: 0;
  border-bottom: 1px solid rgba(244, 240, 232, 0.45);
}

.contact-link:last-child {
  border-bottom: 1px solid rgba(244, 240, 232, 0.45);
}

.contact-link span:last-child {
  font-family: "Helvetica Neue Condensed Black", "HelveticaNeue-CondensedBlack", "Helvetica Neue", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: none;
  overflow-wrap: anywhere;
}

.contact-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.05fr);
  align-items: end;
}

.contact-panel .section-title {
  max-width: 760px;
  color: #fff;
  font-size: clamp(4.8rem, 13vw, 11rem);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 44px, 0) scale(0.985);
  filter: blur(10px);
  transition:
    opacity 900ms var(--ease-premium),
    transform 900ms var(--ease-premium),
    filter 900ms var(--ease-premium);
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal.in-view {
  opacity: 1;
  transform: translate3d(0, var(--parallax, 0px), 0) scale(1);
  filter: blur(0);
}

@media (max-width: 860px) {
  .split,
  .player-layout,
  .shop-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .section-frame {
    padding-top: 88px;
  }

  .hero-frame {
    width: 100%;
    min-height: 100svh;
    padding: 0;
    gap: 0;
  }

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

  .section-title {
    font-size: clamp(4rem, 18vw, 7.8rem);
  }

  .stream-link {
    min-height: auto;
  }

  .stream-link strong {
    font-size: clamp(2.05rem, 13vw, 4rem);
  }

  .listen-stack,
  .listen-panel .link-grid {
    width: min(100%, 360px);
  }

  .listen-panel .link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 34px;
  }

  .listen-panel .stream-link {
    min-height: auto;
  }

  .listen-panel .stream-link strong {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .stream-identity {
    width: clamp(112px, 34vw, 150px);
    min-width: 0;
    font-size: 0.84rem;
  }

  .player-layout {
    gap: 28px;
  }

  .glyph-field {
    grid-template-columns: repeat(4, max-content);
    gap: 8px;
    padding-top: 24px;
    font-size: clamp(2.2rem, 13vw, 4.2rem);
    opacity: 0.34;
  }

  .audio-deck {
    width: min(100%, 430px);
  }

  .xp-player {
    padding: 3px;
  }

  .xp-player:hover,
  .xp-player:focus-within,
  .xp-player.is-playing {
    transform: translateY(-3px);
  }

  .xp-titlebar {
    height: 24px;
    font-size: 11px;
  }

  .xp-menu {
    gap: 11px;
    font-size: 10px;
  }

  .xp-visualizer {
    height: clamp(190px, 62vw, 285px);
  }

  .xp-status {
    gap: 8px;
    height: auto;
    min-height: 24px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .xp-controls {
    grid-template-columns: 34px 22px 28px 28px minmax(0, 1fr);
  }

  .xp-volume {
    display: none;
  }

}

@media (hover: none) {
  .listen-panel .stream-link:hover .stream-logo,
  .listen-panel .stream-link:focus-visible .stream-logo {
    opacity: 1;
    transform: none;
  }

  .listen-panel .stream-link:hover .stream-name {
    opacity: 0;
  }

  .stream-external,
  .listen-panel .stream-link::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  main {
    scroll-snap-type: none;
  }

  .xp-player,
  .listen-panel .split,
  .stream-link {
    transform: none !important;
  }
}


/* Figma stream screen */
.listen-panel {
  min-height: 100svh;
  color: #f05123;
  background: #000;
}

.listen-panel::before,
.listen-panel::after {
  display: none;
}

.listen-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.08) brightness(0.9);
  transform: scale(1.01);
}

.listen-stage {
  position: relative;
  min-height: 100svh;
  width: 100%;
}

.stream-service-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(100vw, calc(100svh * 390 / 844));
  aspect-ratio: 390 / 844;
  transform: translate(-50%, -50%);
}

.stream-service-grid .stream-link {
  --ink-scale: 0.72;
  --ink-y: 34px;
  --ink-rotate: -5deg;
  position: absolute;
  display: block;
  width: var(--figma-w);
  height: var(--figma-h);
  min-height: 0;
  padding: 0;
  border: 0;
  color: #f05123;
  opacity: 1;
  overflow: visible;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18));
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  transform-origin: center;
  transition: opacity 520ms var(--ease-premium), transform 760ms cubic-bezier(.18, 1.45, .28, 1), filter 320ms var(--ease-premium);
  transition-delay: calc(var(--platform-index, 0) * 95ms);
  will-change: opacity, transform, filter;
}

.stream-service-grid .stream-link.is-inked {
  --ink-scale: 1;
  --ink-y: 0px;
  --ink-rotate: 0deg;
  opacity: 1;
}

.stream-service-grid .stream-link:hover,
.stream-service-grid .stream-link:focus-visible {
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.3));
}

.stream-service-grid .stream-link:hover .stream-service-art,
.stream-service-grid .stream-link:focus-visible .stream-service-art {
  animation: streamFlashFrame 460ms cubic-bezier(.2, .9, .2, 1) both;
}

.stream-service-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.stream-spotify {
  --figma-w: 81.79%;
  --figma-h: 7.7%;
  left: 9.49%;
  top: 6.87%;
}

.stream-apple-music {
  --figma-w: 87.69%;
  --figma-h: 6.23%;
  left: 6.41%;
  top: 14.81%;
}

.stream-soundcloud {
  --figma-w: 86.67%;
  --figma-h: 5.81%;
  left: 6.67%;
  top: 80.81%;
}

.stream-youtube {
  --figma-w: 85.38%;
  --figma-h: 7.82%;
  left: 7.18%;
  top: 86.61%;
}

@keyframes streamFlashFrame {
  0% {
    filter: brightness(1) saturate(1);
    opacity: 1;
  }

  26% {
    filter: brightness(0) invert(1) drop-shadow(0 0 18px rgba(255, 255, 255, 0.46));
    opacity: 1;
  }

  58% {
    filter: brightness(1.35) saturate(1.25) drop-shadow(0 0 10px rgba(240, 81, 35, 0.38));
    opacity: 1;
  }

  100% {
    filter: brightness(1) saturate(1);
    opacity: 1;
  }
}

@media (max-width: 700px) {
  .stream-service-grid {
    width: min(100vw, calc(100svh * 390 / 844));
  }
}

@media (prefers-reduced-motion: reduce) {
  .stream-service-grid .stream-link {
    --ink-scale: 1;
    --ink-y: 0px;
    --ink-rotate: 0deg;
    opacity: 1;
  }

  .stream-service-grid .stream-link:hover .stream-service-art,
  .stream-service-grid .stream-link:focus-visible .stream-service-art {
    animation: none;
    filter: brightness(1.16) saturate(1.08);
  }
}

.stream-service-grid .stream-link::before,
.stream-service-grid .stream-link::after {
  content: none;
  display: none;
}

/* Figma contact screen */
.contact-panel {
  color: #000;
  background: #2582a4;
}

.contact-panel::before,
.contact-panel::after {
  display: none;
}

.contact-layout {
  position: relative;
  display: block;
  width: min(100vw, calc(100svh * 390 / 844));
  min-height: min(100svh, calc(100vw * 844 / 390));
  margin: 0 auto;
  padding: 0;
  --contact-canvas-width: min(100vw, calc(100svh * 390 / 844));
  --contact-canvas-height: min(100svh, calc(100vw * 844 / 390));
}

.contact-item {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Archivo Black", "Arial Black", Impact, sans-serif;
  font-size: calc(var(--contact-canvas-width) * 64 / 390);
  font-weight: 400;
  letter-spacing: -5px;
  line-height: calc(var(--contact-canvas-width) * 43 / 390);
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  will-change: transform, opacity, filter;
}

.contact-headline {
  left: 0.26%;
  top: 18.48%;
  height: 13.27%;
  display: grid;
  place-items: center;
}

.contact-poster-link {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.contact-poster-link span,
.contact-poster-link::after {
  grid-area: 1 / 1;
  transition: transform 420ms var(--ease-premium), opacity 320ms var(--ease-premium), filter 320ms var(--ease-premium);
}

.contact-poster-link::after {
  content: attr(data-hover);
  opacity: 0;
  transform: translateX(42px);
  white-space: nowrap;
}

.contact-poster-link:hover span,
.contact-poster-link:focus-visible span {
  opacity: 0;
  transform: translateX(-42px);
}

.contact-poster-link:hover::after,
.contact-poster-link:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.contact-poster-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 6px;
}

.contact-instagram {
  top: 59.12%;
  height: 7.46%;
}

.contact-tiktok {
  left: 0.26%;
  top: 63.98%;
  width: 99.49%;
  height: 8.18%;
}

.contact-youtube {
  top: 69.67%;
  width: 99.49%;
  height: 7.35%;
}

.contact-email {
  left: -0.26%;
  top: 81.64%;
  height: 18.36%;
  line-height: calc(var(--contact-canvas-width) * 44 / 390);
  overflow-wrap: anywhere;
}

.contact-panel.is-ready .contact-item {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 430px) {
  .contact-item {
    letter-spacing: -4px;
  }
}

@media (max-width: 700px) {
  .listen-stage,
  .shop-layout,
  .contact-layout {
    width: 100vw;
    min-height: 100svh;
    height: 100svh;
  }

  .stream-service-grid {
    width: 100vw;
    height: 100svh;
    aspect-ratio: auto;
  }

  .shop-layout {
    --shop-canvas-width: 100vw;
    --shop-canvas-height: 100svh;
    padding: 0;
  }

  .contact-layout {
    --contact-canvas-width: 100vw;
    --contact-canvas-height: 100svh;
  }
}
