:root {
  --bg: #030303;
  --ink: #fff4df;
  --muted: #b9aa96;
  --gold: #f2b94b;
  --fire: #ff4e36;
  --cyan: #44d7ff;
  --mint: #8ff0a4;
  --violet: #c896ff;
  --line: rgba(255, 244, 223, 0.16);
  --panel: rgba(8, 8, 8, 0.74);
  --mcp-neon-scrollbar-size: 18px;
  --mcp-neon-scrollbar-bg: rgba(3, 7, 11, 0.62);
  --mcp-neon-scrollbar-track: rgba(7, 16, 23, 0.52);
  --mcp-neon-scrollbar-rail: rgba(68, 215, 255, 0.34);
  --mcp-neon-scrollbar-a: var(--gold);
  --mcp-neon-scrollbar-b: var(--cyan);
  --mcp-neon-scrollbar-c: var(--mint);
  --mcp-neon-scrollbar-d: var(--violet);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255, 244, 223, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 244, 223, 0.032) 1px, transparent 1px),
    radial-gradient(circle at 12% 12%, rgba(242, 185, 75, 0.14), transparent 34%),
    radial-gradient(circle at 84% 28%, rgba(68, 215, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #030303 0%, #110706 48%, #030303 100%);
  background-size: 84px 84px, 84px 84px, auto, auto, auto;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body::before {
  opacity: 0.16;
  background:
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 244, 223, 0.18) 8px),
    linear-gradient(120deg, transparent, rgba(242, 185, 75, 0.16), transparent 58%);
  mix-blend-mode: screen;
}

body::after {
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E");
}

.intro-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: hidden;
  background: #000;
  opacity: 1;
  transition: opacity 0.58s ease;
}

.intro-gate.is-leaving {
  opacity: 0;
  pointer-events: none;
}

.intro-gate iframe,
.visualizer-loop iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.visualizer-loop {
  position: relative;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #000;
  isolation: isolate;
}

.neon-cursor-trail {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 70;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-400px, -400px, 0);
  background: radial-gradient(circle, rgba(242, 185, 75, 0.18), rgba(68, 215, 255, 0.12) 38%, rgba(200, 150, 255, 0.1) 56%, transparent 72%);
  filter: blur(10px);
  mix-blend-mode: screen;
  transition: opacity 0.2s ease;
}

.neon-cursor-trail.is-visible {
  opacity: 1;
}

.mcp-neon-scroll-rail {
  position: fixed;
  z-index: 92;
  pointer-events: auto;
  opacity: 0.96;
  border: 1px solid var(--mcp-neon-scrollbar-rail);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(242, 185, 75, 0.16), rgba(68, 215, 255, 0.12) 45%, rgba(200, 150, 255, 0.12) 76%, rgba(143, 240, 164, 0.1)),
    var(--mcp-neon-scrollbar-track);
  box-shadow:
    inset 0 0 10px rgba(68, 215, 255, 0.22),
    inset 0 0 18px rgba(242, 185, 75, 0.1),
    0 0 14px rgba(68, 215, 255, 0.24),
    0 0 22px rgba(242, 185, 75, 0.12);
  contain: layout style paint;
  transform: translateZ(0);
  touch-action: none;
  user-select: none;
}

.mcp-neon-scroll-rail-y {
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: var(--mcp-neon-scrollbar-size);
  cursor: ns-resize;
}

.mcp-neon-scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 86px;
  border: 3px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.2)) padding-box,
    linear-gradient(180deg, var(--mcp-neon-scrollbar-a), var(--mcp-neon-scrollbar-b), var(--mcp-neon-scrollbar-d), var(--mcp-neon-scrollbar-c)) border-box;
  box-shadow:
    0 0 11px rgba(68, 215, 255, 0.72),
    0 0 22px rgba(242, 185, 75, 0.32),
    0 0 30px rgba(143, 240, 164, 0.16),
    inset 0 0 12px rgba(255, 255, 255, 0.36);
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
  transform: translate3d(0, var(--mcp-scroll-y, 0px), 0);
  will-change: transform, height;
}

.mcp-neon-scroll-thumb:active,
.mcp-neon-scroll-rail.is-dragging .mcp-neon-scroll-thumb {
  cursor: grabbing;
  box-shadow:
    0 0 13px rgba(68, 215, 255, 0.86),
    0 0 26px rgba(242, 185, 75, 0.4),
    0 0 34px rgba(200, 150, 255, 0.2),
    inset 0 0 15px rgba(255, 255, 255, 0.44);
}

html.mcp-neon-scroll-dragging,
html.mcp-neon-scroll-dragging * {
  scroll-behavior: auto !important;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

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

main {
  min-height: 100svh;
}

.topbar {
  position: fixed;
  top: 16px;
  left: 18px;
  right: 18px;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 3, 3, 0.76);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-grid;
  place-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 7px;
  color: #090604;
  font-weight: 1000;
  background: linear-gradient(135deg, var(--gold), #fff1b7);
  box-shadow: 0 0 22px rgba(242, 185, 75, 0.22);
}

.topbar nav,
.hero-actions,
.stage-controls,
.dock {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.topbar button,
.stage-controls button,
.dock button,
.hero-actions a,
.hero-actions button,
.now-panel button,
.booking button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 12px;
  color: var(--ink);
  font-weight: 900;
  background: rgba(255, 244, 223, 0.06);
}

.topbar button.is-active,
.dock button.is-active {
  color: #070606;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--cyan));
}

.surface-return {
  position: fixed;
  top: 82px;
  right: 18px;
  z-index: 75;
  min-height: 42px;
  border: 1px solid rgba(255, 244, 223, 0.36);
  border-radius: 999px;
  padding: 0 16px;
  color: #090604;
  font-weight: 1000;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold), #fff1b7);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.hero {
  position: relative;
  --hero-x: 0;
  --hero-y: 0;
  --hero-bg-x: 0px;
  --hero-bg-y: 0px;
  min-height: 100svh;
  overflow: hidden;
  background: #030303;
  border-bottom: 1px solid var(--line);
}

.hero-portrait-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 1400px;
  background: #030303;
}

.hero-portrait-bg::before,
.hero-portrait-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-portrait-bg::before {
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.78) 38%, rgba(3, 3, 3, 0.34) 64%, rgba(3, 3, 3, 0.9) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.48) 0%, rgba(3, 3, 3, 0.26) 38%, rgba(3, 3, 3, 0.96) 100%);
}

.hero-portrait-bg::after {
  opacity: 0.42;
  background:
    radial-gradient(circle at 70% 36%, rgba(68, 215, 255, 0.18), transparent 24%),
    radial-gradient(circle at 62% 64%, rgba(242, 185, 75, 0.12), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 244, 223, 0.05) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
}

.hero-night-bg {
  position: absolute;
  inset: -4vh -4vw;
  z-index: 0;
  width: calc(100% + 8vw);
  height: calc(100% + 8vh);
  object-fit: cover;
  object-position: center 32%;
  opacity: 0.62;
  filter: saturate(0.9) contrast(0.98) brightness(0.48);
  transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0) scale(1.05);
  transition: transform 0.18s ease-out;
}

.stage-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.76;
  mix-blend-mode: screen;
  touch-action: none;
}

.stage-canvas canvas {
  display: block;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(980px, calc(100% - 36px));
  padding: 152px 0 168px;
  margin-left: clamp(18px, 6vw, 88px);
  pointer-events: none;
}

.hero-copy a,
.hero-copy button,
.hero-actions {
  pointer-events: auto;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 100%;
  margin-bottom: 18px;
  padding-bottom: 0.08em;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(4.35rem, 10.7vw, 10.65rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    0 0 30px rgba(242, 185, 75, 0.26),
    0 18px 60px rgba(0, 0, 0, 0.74);
}

.text-skrucible {
  position: relative;
  display: inline-block;
  background: linear-gradient(94deg, #fff4df 0%, var(--gold) 24%, var(--cyan) 48%, #fff4df 61%, var(--fire) 78%, #fff4df 100%);
  background-size: 240% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: textForge 7.5s linear infinite;
  text-shadow: none;
  filter:
    drop-shadow(0 0 20px rgba(242, 185, 75, 0.32))
    drop-shadow(0 0 34px rgba(68, 215, 255, 0.18))
    drop-shadow(0 20px 54px rgba(0, 0, 0, 0.8));
}

.text-skrucible::after {
  content: attr(data-shadow);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: rgba(255, 78, 54, 0.2);
  filter: blur(16px);
  transform: translate3d(0.015em, 0.02em, 0);
}

.section-title-text {
  background: linear-gradient(92deg, #fff4df, var(--gold) 36%, var(--cyan) 68%, #fff4df);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: textForge 10s linear infinite;
  text-shadow: none;
  filter: drop-shadow(0 0 18px rgba(68, 215, 255, 0.16));
}

.text-spark {
  text-shadow:
    0 0 10px rgba(242, 185, 75, 0.46),
    0 0 18px rgba(68, 215, 255, 0.18);
}

.text-line b,
.now-panel strong,
.record-card h3,
.music-surface h3,
.drop-stack strong {
  text-shadow:
    0 0 16px rgba(242, 185, 75, 0.18),
    0 0 28px rgba(68, 215, 255, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.68);
}

@keyframes textForge {
  from {
    background-position: 0% center;
  }
  to {
    background-position: 240% center;
  }
}

.lede {
  width: min(600px, 100%);
  margin-bottom: 0;
  color: #eadbc4;
  font-size: clamp(1rem, 1.5vw, 1.36rem);
  line-height: 1.48;
}

.hero-actions {
  margin-top: 26px;
}

.hero-actions a,
.hero-actions button {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  padding: 0 18px;
}

.hero-actions .primary,
.booking button {
  color: #100b07;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), #fff0bd);
}

.now-panel {
  position: absolute;
  right: clamp(18px, 4vw, 62px);
  bottom: 112px;
  z-index: 6;
  width: min(410px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--room) 52%, var(--line));
  border-radius: 8px;
  background:
    linear-gradient(140deg, color-mix(in srgb, var(--room) 13%, transparent), transparent 58%),
    rgba(4, 4, 4, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

.now-panel span {
  color: var(--room);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.now-panel strong {
  display: block;
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.now-panel p,
.record-card p,
.drop-copy p,
.booking p,
.section-head p {
  color: var(--muted);
  line-height: 1.56;
}

.now-panel button {
  margin-top: 16px;
  border-color: color-mix(in srgb, var(--room) 56%, var(--line));
}

.mini-eq {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 60px;
  margin-top: 18px;
  padding: 10px;
  border: 1px solid rgba(255, 244, 223, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
}

.mini-eq i {
  display: block;
  width: 100%;
  height: var(--height);
  border-radius: 5px 5px 2px 2px;
  background: var(--room);
  animation: eq 0.78s ease-in-out infinite alternate;
  animation-delay: var(--delay);
  box-shadow: 0 0 18px color-mix(in srgb, var(--room) 70%, transparent);
}

@keyframes eq {
  from {
    transform: scaleY(0.52);
    opacity: 0.62;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

.stage-controls {
  position: absolute;
  left: clamp(18px, 6vw, 88px);
  bottom: 52px;
  z-index: 7;
}

.hero-image-card {
  position: absolute;
  right: clamp(4px, 2.2vw, 34px);
  top: 92px;
  z-index: 5;
  width: min(270px, 22vw);
  aspect-ratio: 3 / 4;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-image-card img,
.hero-image-card iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-image-card img {
  object-fit: cover;
  object-position: center top;
}

.hero-image-card iframe {
  border: 0;
  background: transparent;
}

.hero-effect-card {
  width: min(419px, 32.75vw);
}

.record-floor,
.video-wall,
.drop-lane,
.booking {
  width: min(1500px, calc(100% - 36px));
  margin: 0 auto;
}

.record-floor {
  position: relative;
  isolation: isolate;
  --record-figure-x: 0px;
  --record-figure-y: 0px;
  --record-rotate-x: 0deg;
  --record-rotate-y: 0deg;
  --record-light-x: 52%;
  --record-light-y: 42%;
  padding: 96px 0 84px;
}

.record-figure-bg {
  position: absolute;
  left: 50%;
  top: -20vh;
  bottom: -24vh;
  z-index: 0;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  perspective: 1500px;
  transform: translateX(-50%);
}

.record-figure-bg::before,
.record-figure-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.record-figure-bg::before {
  z-index: 1;
  background:
    radial-gradient(circle at var(--record-light-x) var(--record-light-y), rgba(68, 215, 255, 0.22), transparent 24%),
    radial-gradient(circle at 72% 56%, rgba(242, 185, 75, 0.16), transparent 32%),
    linear-gradient(90deg, rgba(3, 3, 3, 0.72) 0%, rgba(3, 3, 3, 0.18) 45%, rgba(3, 3, 3, 0.64) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.88) 0%, rgba(3, 3, 3, 0.16) 34%, rgba(3, 3, 3, 0.92) 100%);
}

.record-figure-bg::after {
  z-index: 2;
  opacity: 0.4;
  background:
    repeating-linear-gradient(0deg, rgba(255, 244, 223, 0.075) 0 1px, transparent 1px 9px),
    linear-gradient(115deg, transparent 0%, rgba(242, 185, 75, 0.14) 48%, transparent 72%);
  mix-blend-mode: screen;
}

.record-live-figure {
  position: absolute;
  right: clamp(-180px, 5vw, 90px);
  top: 50%;
  z-index: 0;
  width: auto;
  height: min(142vh, 1320px);
  opacity: 0.76;
  transform:
    translate3d(var(--record-figure-x), calc(-50% + var(--record-figure-y)), 0)
    rotateX(var(--record-rotate-x))
    rotateY(var(--record-rotate-y))
    scale(1.16);
  transform-origin: center bottom;
  transition: transform 0.16s ease-out;
  filter:
    drop-shadow(0 0 22px rgba(140, 180, 255, 0.72))
    drop-shadow(0 0 74px rgba(168, 85, 247, 0.44))
    drop-shadow(0 0 142px rgba(110, 168, 255, 0.28))
    drop-shadow(0 42px 70px rgba(0, 0, 0, 0.88));
  mix-blend-mode: screen;
  will-change: transform;
}

.record-world {
  position: relative;
  z-index: 2;
}

.record-floor .section-head {
  position: relative;
  z-index: 2;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.88fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.section-head.narrow {
  display: block;
  max-width: 760px;
}

h2 {
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-head.narrow p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 16px;
}

.record-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.record-card {
  min-height: 310px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.1), rgba(255, 244, 223, 0.035)),
    rgba(6, 6, 6, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.record-card span {
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 1000;
}

.record-card small {
  display: block;
  margin-top: 8px;
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.record-card h3 {
  margin: 68px 0 14px;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.music-surfaces {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.music-surface {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 285px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(150deg, rgba(242, 185, 75, 0.18), rgba(68, 215, 255, 0.12), rgba(255, 78, 54, 0.2)),
    #070707;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.music-surface.has-media {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.84)),
    var(--surface-media);
  background-position: center;
  background-size: cover;
}

.music-surface::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 244, 223, 0.18);
  border-radius: 7px;
  pointer-events: none;
}

.music-surface span,
.music-surface h3,
.music-surface p,
.music-surface button {
  position: relative;
  z-index: 1;
}

.music-surface span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.music-surface h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.35rem, 1.9vw, 2.1rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.82);
}

.music-surface p {
  min-height: 70px;
  margin-bottom: 14px;
  color: #eadbc4;
  line-height: 1.42;
}

.music-surface button {
  justify-self: start;
  min-height: 40px;
  border: 1px solid rgba(255, 244, 223, 0.34);
  border-radius: 999px;
  padding: 0 13px;
  color: #090604;
  font-weight: 1000;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold), #fff1b7);
}

.marquee-band {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(242, 185, 75, 0.18), rgba(68, 215, 255, 0.14), rgba(255, 78, 54, 0.18));
}

.marquee-track {
  display: flex;
  width: max-content;
  padding: 18px 0;
  white-space: nowrap;
}

.marquee-track span {
  color: #090604;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2.6rem, 6vw, 6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.video-wall {
  padding: 96px 0 112px;
  border-bottom: 1px solid var(--line);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.video-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.24), transparent 22%),
    linear-gradient(150deg, rgba(242, 185, 75, 0.2), rgba(68, 215, 255, 0.16), rgba(255, 78, 54, 0.2)),
    #070707;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, filter 0.22s ease;
}

.video-card.has-media {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.76)),
    var(--media);
}

.video-card:hover,
.video-card:focus-visible {
  border-color: rgba(255, 244, 223, 0.62);
  filter: saturate(1.14) contrast(1.05);
  transform: translateY(-5px);
  outline: none;
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 244, 223, 0.2);
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent 0 46%, rgba(255, 244, 223, 0.18) 48% 52%, transparent 54%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.48));
}

.video-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 40px;
  z-index: 2;
  font-size: 1.05rem;
  font-weight: 1000;
  text-align: left;
  text-transform: uppercase;
}

.video-card em {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--gold);
  font-size: 0.73rem;
  font-style: normal;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.video-card i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 244, 223, 0.82);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.video-card i::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--ink);
}

.media-viewer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  background:
    radial-gradient(circle at 50% 20%, rgba(68, 215, 255, 0.16), transparent 34%),
    rgba(0, 0, 0, 0.9);
}

.media-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1120px, 82vw);
  height: min(780px, 78vh);
  margin: 0;
}

.media-stage img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 34px rgba(68, 215, 255, 0.24))
    drop-shadow(0 34px 80px rgba(0, 0, 0, 0.86));
}

.media-stage figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.media-stage strong {
  font-size: clamp(1.2rem, 3vw, 3rem);
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.92);
}

.media-stage figcaption div {
  display: flex;
  gap: 8px;
  pointer-events: auto;
}

.media-viewer button,
.media-viewer a {
  min-width: 58px;
  min-height: 44px;
  border: 1px solid rgba(255, 244, 223, 0.34);
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: var(--ink);
  background: rgba(4, 4, 4, 0.72);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 1000;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.media-viewer button:hover,
.media-viewer a:hover,
.media-viewer button:focus-visible,
.media-viewer a:focus-visible {
  border-color: rgba(255, 244, 223, 0.74);
  background: rgba(242, 185, 75, 0.2);
  outline: none;
}

.proof-viewer {
  position: fixed;
  inset: 0;
  z-index: 125;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 56px);
  overflow-y: auto;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 78, 54, 0.26), transparent 32%),
    radial-gradient(circle at 78% 24%, rgba(68, 215, 255, 0.16), transparent 34%),
    rgba(0, 0, 0, 0.92);
}

.proof-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.78fr);
  gap: clamp(18px, 4vw, 42px);
  width: min(1180px, 100%);
  border: 1px solid rgba(255, 244, 223, 0.2);
  border-radius: 8px;
  padding: clamp(18px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(255, 244, 223, 0.08), rgba(255, 78, 54, 0.08)),
    rgba(5, 5, 5, 0.88);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.72);
}

.proof-copy h2 {
  margin: 0 0 16px;
  color: #fff4df;
  font-size: clamp(2.7rem, 7vw, 7.4rem);
}

.proof-copy p {
  max-width: 650px;
  color: #eadbc4;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.5;
}

.proof-stats {
  display: grid;
  gap: 8px;
  margin: 24px 0;
  border-left: 4px solid var(--fire);
  padding: 16px 18px;
  background: rgba(255, 78, 54, 0.12);
}

.proof-stats strong {
  color: #fff4df;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.proof-stats span,
.proof-stats em,
.proof-visual figcaption,
.booking-status {
  color: var(--muted);
  line-height: 1.45;
}

.proof-stats em {
  font-style: normal;
  color: var(--gold);
  font-weight: 900;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-actions button,
.proof-actions a,
.proof-close {
  min-height: 44px;
  border: 1px solid rgba(255, 244, 223, 0.34);
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(4, 4, 4, 0.72);
  font-size: 0.82rem;
  font-weight: 1000;
  text-decoration: none;
  text-transform: uppercase;
}

.proof-actions button:first-child {
  color: #090604;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), #fff1b7);
}

.proof-visual {
  display: grid;
  gap: 10px;
  align-content: center;
  margin: 0;
}

.proof-visual img {
  display: block;
  width: 100%;
  max-height: min(640px, 68vh);
  object-fit: contain;
  border: 1px solid rgba(255, 244, 223, 0.16);
  border-radius: 8px;
  background: #050505;
  box-shadow:
    0 0 34px rgba(255, 78, 54, 0.2),
    0 32px 90px rgba(0, 0, 0, 0.82);
}

.proof-close {
  position: fixed;
  top: clamp(16px, 3vw, 34px);
  right: clamp(16px, 3vw, 34px);
  z-index: 2;
  width: 48px;
  min-width: 48px;
  padding: 0;
}

.media-close,
.media-step,
.media-back {
  position: absolute;
  z-index: 2;
}

.media-back {
  top: clamp(16px, 3vw, 34px);
  left: clamp(16px, 3vw, 34px);
  padding-inline: 16px;
}

.media-close {
  top: clamp(16px, 3vw, 34px);
  right: clamp(16px, 3vw, 34px);
  min-width: 48px;
  width: 48px;
}

.media-step {
  top: 50%;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  transform: translateY(-50%);
}

.media-prev {
  left: clamp(12px, 2vw, 28px);
}

.media-next {
  right: clamp(12px, 2vw, 28px);
}

.drop-lane {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: center;
  padding: 92px 0;
  border-bottom: 1px solid var(--line);
}

.drop-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  font-size: 1.08rem;
}

.drop-stack {
  display: grid;
  gap: 12px;
}

.drop-stack div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 244, 223, 0.055);
}

.drop-stack span {
  grid-row: span 2;
  color: var(--mint);
  font-weight: 1000;
}

.drop-stack strong {
  align-self: end;
  font-size: 1.55rem;
  line-height: 1;
  text-transform: uppercase;
}

.drop-stack small {
  align-self: start;
  color: var(--muted);
  line-height: 1.45;
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: start;
  padding: 92px 0 136px;
}

.booking p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
}

.booking form {
  display: grid;
  gap: 12px;
}

.booking input,
.booking textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 244, 223, 0.07);
  outline: none;
}

.booking textarea {
  min-height: 150px;
  padding-top: 16px;
  resize: vertical;
}

.booking-status {
  margin: 2px 0 0;
  border: 1px solid rgba(143, 240, 164, 0.34);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(143, 240, 164, 0.08);
}

.dock {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 70;
  justify-content: center;
  width: min(650px, calc(100% - 24px));
  padding: 8px;
  border: 1px solid rgba(255, 244, 223, 0.24);
  border-radius: 8px;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(242, 185, 75, 0.1), rgba(68, 215, 255, 0.08), rgba(255, 78, 54, 0.1)),
    rgba(3, 3, 3, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.48);
}

.dock button {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}

.dock button::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--room);
  box-shadow: 0 0 14px color-mix(in srgb, var(--room) 74%, transparent);
}

.dock button {
  padding-left: 24px;
}

@media (max-width: 1180px) {
  .record-grid,
  .video-grid,
  .music-surfaces {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .topbar,
  .section-head,
  .drop-lane,
  .booking,
  .proof-card {
    grid-template-columns: 1fr;
  }

  .topbar {
    position: absolute;
  }

  .hero-copy {
    padding-top: 190px;
    margin-left: 18px;
  }

  .now-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -104px 18px 104px auto;
  }

  .stage-controls {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 36px);
    margin: -82px auto 36px;
  }

  .hero-image-card {
    top: auto;
    right: 18px;
    bottom: 198px;
    width: min(231px, 55vw);
    opacity: 0.88;
  }

  .hero-night-bg {
    object-position: 58% center;
  }

  .stage-canvas {
    opacity: 0.66;
  }

  .record-figure-bg {
    top: -14vh;
    bottom: -18vh;
  }

  .record-live-figure {
    right: -26vw;
    height: min(120vh, 980px);
    opacity: 0.58;
  }
}

@media (max-width: 620px) {
  .topbar {
    left: 12px;
    right: 12px;
  }

  .surface-return {
    top: auto;
    right: 12px;
    bottom: 14px;
    max-width: calc(100% - 24px);
  }

  .topbar nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .topbar button,
  .dock button {
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.72rem;
  }

  .stage-canvas {
    inset: 86px 0 0;
  }

  .hero-copy {
    width: calc(100% - 24px);
    padding-top: 210px;
    margin-left: 12px;
  }

  .visualizer-loop {
    min-height: 100svh;
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 3.95rem);
  }

  .lede {
    font-size: 1rem;
  }

  .hero-actions a,
  .hero-actions button {
    min-height: 44px;
    padding-inline: 13px;
  }

  .now-panel {
    width: calc(100% - 24px);
    margin-right: 12px;
    padding: 18px;
  }

  .hero-image-card {
    display: none;
  }

  .hero-night-bg {
    object-position: 64% center;
    opacity: 0.54;
  }

  .stage-canvas {
    opacity: 0.58;
  }

  .record-figure-bg {
    top: -10vh;
    bottom: -12vh;
  }

  .record-live-figure {
    right: -58vw;
    height: 92vh;
    opacity: 0.4;
  }

  .record-grid,
  .video-grid,
  .music-surfaces {
    grid-template-columns: 1fr;
  }

  .record-card,
  .video-card,
  .music-surface {
    min-height: 270px;
  }

  .record-card {
    background:
      linear-gradient(180deg, rgba(255, 244, 223, 0.1), rgba(255, 244, 223, 0.035)),
      rgba(6, 6, 6, 0.74);
  }

  .drop-lane,
  .booking,
  .record-floor,
  .video-wall {
    width: min(100% - 24px, 1500px);
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .drop-stack div {
    grid-template-columns: 1fr;
  }

  .drop-stack span {
    grid-row: auto;
  }

  .dock {
    display: none;
  }
}

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

/* BEGIN quantumskyes:skyesol-living-background-css */
.skyesol-living-field {
  position: fixed;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.skyesol-grain,
.skyesol-scanline {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.skyesol-grain {
  z-index: -1;
  opacity: .1;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
}

.skyesol-scanline {
  z-index: 10;
  opacity: .045;
  background: repeating-linear-gradient(to bottom, rgba(255,255,255,.22), rgba(255,255,255,.22) 1px, transparent 1px, transparent 6px);
}

.skyesol-living-page {
  background:
    linear-gradient(180deg, rgba(5,5,11,.94), rgba(3,3,7,.98)),
    radial-gradient(1200px 760px at 14% 4%, rgba(138,99,255,.2), transparent 58%),
    radial-gradient(1100px 760px at 82% 16%, rgba(39,242,255,.12), transparent 58%),
    radial-gradient(900px 660px at 55% 92%, rgba(201,168,76,.12), transparent 60%);
}

.skyesol-living-page.motion-paused *,
.skyesol-living-page.motion-paused *::before,
.skyesol-living-page.motion-paused *::after {
  animation-play-state: paused !important;
  transition-duration: .01ms !important;
}

@media (prefers-reduced-motion: reduce), (max-width: 760px) {
  .skyesol-scanline {
    opacity: .028;
  }

  .skyesol-grain {
    opacity: .065;
  }
}
/* END quantumskyes:skyesol-living-background-css */

/* BEGIN quantumskyes:premium-text-effects-css */
.neon-gradient-text,.premium-text-effects-lab,.skye-gradient-text{
  color:transparent;
  background:linear-gradient(90deg,#fff 0%,var(--mcp-neon-scrollbar-a,#f3d483) 31%,var(--mcp-neon-scrollbar-b,#35b7ff) 63%,var(--mcp-neon-scrollbar-c,#6ff2c7) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  text-shadow:0 0 28px rgba(53,183,255,.18),0 0 34px rgba(243,212,131,.12);
}
/* END quantumskyes:premium-text-effects-css */
