:root {
  --page-bg:
    radial-gradient(circle at 20% 18%, rgba(255, 210, 155, 0.88), transparent 28%),
    radial-gradient(circle at 78% 24%, rgba(115, 198, 217, 0.42), transparent 24%),
    linear-gradient(135deg, #f5ddba 0%, #dcc6a8 38%, #b4c8c5 100%);
  --surface: rgba(255, 248, 240, 0.2);
  --surface-strong: rgba(255, 252, 247, 0.5);
  --surface-soft: rgba(255, 255, 255, 0.14);
  --line: rgba(37, 28, 19, 0.12);
  --text: #231b17;
  --muted: rgba(35, 27, 23, 0.72);
  --accent: #ff9b61;
  --accent-2: #6dbfd0;
  --accent-3: #fff0d6;
  --blob-a: rgba(255, 150, 90, 0.56);
  --blob-b: rgba(109, 191, 208, 0.48);
  --blob-c: rgba(255, 255, 224, 0.42);
  --grain-opacity: 0.2;
  --grid-opacity: 0.24;
  --ring-opacity: 0.38;
  --shadow: 0 30px 80px rgba(52, 30, 17, 0.16);
  --halo-shadow: 0 0 90px rgba(255, 155, 97, 0.5);
  --frame-rotate-x: 7deg;
  --frame-rotate-y: -9deg;
  --frame-rotate-z: -3deg;
  --frame-radius: 44px;
  --card-radius: 24px;
  --glow-blur: 90px;
  --motion-slow: 18s;
  --motion-mid: 10s;
  --motion-fast: 5s;
  --theme-progress: 0;
}

body[data-theme="artificial-paradise"] {
  --page-bg:
    radial-gradient(circle at 15% 14%, rgba(153, 250, 232, 0.4), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(255, 170, 144, 0.34), transparent 22%),
    linear-gradient(135deg, #dff7f2 0%, #afdbd8 32%, #5f8f97 100%);
  --surface: rgba(223, 247, 242, 0.16);
  --surface-strong: rgba(250, 255, 254, 0.52);
  --surface-soft: rgba(248, 255, 255, 0.1);
  --line: rgba(15, 57, 64, 0.15);
  --text: #0b3139;
  --muted: rgba(11, 49, 57, 0.72);
  --accent: #ff8d74;
  --accent-2: #55d9d0;
  --accent-3: #f9fffd;
  --blob-a: rgba(85, 217, 208, 0.52);
  --blob-b: rgba(255, 141, 116, 0.38);
  --blob-c: rgba(255, 255, 255, 0.52);
  --grid-opacity: 0.34;
  --ring-opacity: 0.46;
  --shadow: 0 34px 100px rgba(20, 52, 57, 0.2);
  --halo-shadow: 0 0 100px rgba(85, 217, 208, 0.38);
  --frame-rotate-x: 5deg;
  --frame-rotate-y: -4deg;
  --frame-rotate-z: -1deg;
  --frame-radius: 26px;
  --card-radius: 16px;
  --glow-blur: 110px;
  --theme-progress: 0.25;
}

body[data-theme="off-season-resort"] {
  --page-bg:
    radial-gradient(circle at 82% 18%, rgba(194, 218, 209, 0.35), transparent 22%),
    radial-gradient(circle at 26% 16%, rgba(255, 237, 220, 0.62), transparent 26%),
    linear-gradient(160deg, #f6eee7 0%, #ddd1c8 44%, #c2d4cf 100%);
  --surface: rgba(255, 255, 255, 0.18);
  --surface-strong: rgba(255, 255, 255, 0.58);
  --surface-soft: rgba(255, 255, 255, 0.08);
  --line: rgba(72, 63, 57, 0.12);
  --text: #3a312d;
  --muted: rgba(58, 49, 45, 0.7);
  --accent: #dba787;
  --accent-2: #8eb6b0;
  --accent-3: #faf3eb;
  --blob-a: rgba(219, 167, 135, 0.3);
  --blob-b: rgba(142, 182, 176, 0.26);
  --blob-c: rgba(255, 255, 255, 0.48);
  --grain-opacity: 0.14;
  --grid-opacity: 0.09;
  --ring-opacity: 0.18;
  --shadow: 0 26px 72px rgba(66, 53, 46, 0.13);
  --halo-shadow: 0 0 80px rgba(219, 167, 135, 0.2);
  --frame-rotate-x: 4deg;
  --frame-rotate-y: -2deg;
  --frame-rotate-z: 0deg;
  --frame-radius: 58px 58px 30px 30px;
  --card-radius: 26px;
  --motion-slow: 28s;
  --motion-mid: 14s;
  --motion-fast: 8s;
  --theme-progress: 0.5;
}

body[data-theme="boogie-system"] {
  --page-bg:
    radial-gradient(circle at 50% 12%, rgba(255, 166, 48, 0.2), transparent 30%),
    radial-gradient(circle at 84% 24%, rgba(160, 255, 126, 0.16), transparent 24%),
    linear-gradient(180deg, #0e0f12 0%, #131722 48%, #191510 100%);
  --surface: rgba(21, 24, 32, 0.54);
  --surface-strong: rgba(27, 31, 41, 0.78);
  --surface-soft: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 214, 95, 0.14);
  --text: #f8f0d9;
  --muted: rgba(248, 240, 217, 0.7);
  --accent: #ff6a3d;
  --accent-2: #9eff5b;
  --accent-3: #ffd65f;
  --blob-a: rgba(255, 106, 61, 0.28);
  --blob-b: rgba(158, 255, 91, 0.2);
  --blob-c: rgba(255, 214, 95, 0.14);
  --grain-opacity: 0.12;
  --grid-opacity: 0.46;
  --ring-opacity: 0.3;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
  --halo-shadow: 0 0 88px rgba(255, 214, 95, 0.24);
  --frame-rotate-x: 9deg;
  --frame-rotate-y: -12deg;
  --frame-rotate-z: -2deg;
  --frame-radius: 24px;
  --card-radius: 14px;
  --glow-blur: 130px;
  --motion-slow: 11s;
  --motion-mid: 6s;
  --motion-fast: 1.8s;
  --theme-progress: 0.75;
}

body[data-theme="mirage-club"] {
  --page-bg:
    radial-gradient(circle at 22% 20%, rgba(255, 125, 181, 0.2), transparent 24%),
    radial-gradient(circle at 78% 14%, rgba(236, 204, 137, 0.13), transparent 20%),
    linear-gradient(165deg, #0c1122 0%, #1f1730 44%, #22151d 100%);
  --surface: rgba(24, 18, 41, 0.4);
  --surface-strong: rgba(38, 27, 55, 0.72);
  --surface-soft: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 190, 214, 0.13);
  --text: #f7e7f0;
  --muted: rgba(247, 231, 240, 0.72);
  --accent: #ff7db5;
  --accent-2: #7fd3d8;
  --accent-3: #f2d49e;
  --blob-a: rgba(255, 125, 181, 0.32);
  --blob-b: rgba(127, 211, 216, 0.24);
  --blob-c: rgba(242, 212, 158, 0.16);
  --grain-opacity: 0.18;
  --grid-opacity: 0.12;
  --ring-opacity: 0.22;
  --shadow: 0 34px 120px rgba(2, 3, 10, 0.48);
  --halo-shadow: 0 0 110px rgba(255, 125, 181, 0.25);
  --frame-rotate-x: 8deg;
  --frame-rotate-y: -7deg;
  --frame-rotate-z: -3deg;
  --frame-radius: 40px;
  --card-radius: 22px;
  --glow-blur: 120px;
  --theme-progress: 1;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: var(--page-bg);
  color: var(--text);
  transition: background 560ms ease, color 240ms ease;
}

button {
  color: inherit;
}

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.mode-sweep {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.mode-sweep span {
  position: absolute;
  top: -10%;
  bottom: -10%;
  width: 26vw;
  min-width: 180px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent-3) 58%, transparent), transparent);
  transform: translateX(-140%) skewX(-22deg);
  opacity: 0;
  filter: blur(4px);
}

.ambient--grain {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0 1px, transparent 1px 4px);
  mix-blend-mode: soft-light;
  opacity: var(--grain-opacity);
}

.ambient--grid {
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: clamp(56px, 8vw, 96px) clamp(56px, 8vw, 96px);
  mask-image: radial-gradient(circle at center, black 30%, transparent 76%);
  opacity: var(--grid-opacity);
  transition: opacity 420ms ease;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(var(--glow-blur));
  opacity: 0.92;
  mix-blend-mode: screen;
  animation: blobDrift var(--motion-slow) ease-in-out infinite alternate;
}

.blob-a {
  top: 6%;
  left: 6%;
  width: min(34vw, 480px);
  height: min(34vw, 480px);
  background: var(--blob-a);
}

.blob-b {
  right: 10%;
  top: 22%;
  width: min(28vw, 380px);
  height: min(28vw, 380px);
  background: var(--blob-b);
  animation-duration: calc(var(--motion-slow) * 0.8);
}

.blob-c {
  left: 34%;
  bottom: 10%;
  width: min(30vw, 420px);
  height: min(30vw, 420px);
  background: var(--blob-c);
  animation-duration: calc(var(--motion-slow) * 1.15);
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid color-mix(in srgb, var(--accent-3) 70%, transparent);
  border-radius: 50%;
  opacity: var(--ring-opacity);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: spin 24s linear infinite;
}

.ring-a {
  width: min(68vw, 860px);
  height: min(68vw, 860px);
}

.ring-b {
  width: min(48vw, 560px);
  height: min(48vw, 560px);
  animation-duration: 16s;
  animation-direction: reverse;
}

.ring-c {
  width: min(28vw, 320px);
  height: min(28vw, 320px);
  animation-duration: 12s;
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 2.2rem));
  margin: 0 auto;
  height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 0.72rem 0 0.46rem;
  overflow: hidden;
}

.masthead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
}

.brand-block {
  display: grid;
  gap: 0.35rem;
}

.micro-copy,
.tiny-note,
.eyebrow,
.card-index,
.status-chip,
.footer-bar p {
  font-family: "Azeret Mono", monospace;
}

.micro-copy {
  margin: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.tiny-note,
.card-index,
.status-chip,
.footer-bar p {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-chip {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  backdrop-filter: blur(14px);
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.96fr) minmax(360px, 1.04fr);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 3.9rem);
  min-height: 0;
}

.copy-stack {
  max-width: 38rem;
  display: grid;
  align-content: center;
  gap: 0.72rem;
  padding-right: clamp(0rem, 1.4vw, 1rem);
}

.eyebrow {
  max-width: 28rem;
  font-size: 0.74rem;
  margin: 0;
}

h1,
h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  line-height: 0.94;
}

h1 {
  font-size: clamp(3.25rem, 8vw, 6.8rem);
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  letter-spacing: -0.03em;
}

.intro {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.52;
  color: var(--muted);
  max-width: 31rem;
}

.climate-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.28rem;
  align-items: center;
  width: min(100%, 36rem);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.28rem 0 0.1rem;
  margin-top: 0.12rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.climate-inline::-webkit-scrollbar {
  display: none;
}

.climate-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.32rem;
  min-height: 1.72rem;
  padding: 0 0.48rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  font-family: "Azeret Mono", monospace;
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.climate-btn:hover,
.climate-btn:focus-visible {
  transform: translateY(-1px);
  background: var(--surface-strong);
}

.climate-btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 44%, white 18%);
  outline-offset: 2px;
}

.climate-btn.is-active {
  border-color: color-mix(in srgb, var(--accent) 52%, var(--line));
  background: color-mix(in srgb, var(--surface-strong) 86%, var(--accent-3));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.climate-btn__swatch {
  width: 0.52rem;
  height: 0.52rem;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.climate-btn[data-theme="solar-drift"] .climate-btn__swatch {
  background: linear-gradient(135deg, #ff9b61, #6dbfd0);
}

.climate-btn[data-theme="artificial-paradise"] .climate-btn__swatch {
  background: linear-gradient(135deg, #55d9d0, #ff8d74);
}

.climate-btn[data-theme="off-season-resort"] .climate-btn__swatch {
  background: linear-gradient(135deg, #dba787, #8eb6b0);
}

.climate-btn[data-theme="boogie-system"] .climate-btn__swatch {
  background: linear-gradient(135deg, #ff6a3d, #9eff5b);
}

.climate-btn[data-theme="mirage-club"] .climate-btn__swatch {
  background: linear-gradient(135deg, #ff7db5, #7fd3d8);
}

.stage {
  display: grid;
  place-items: center;
  min-height: clamp(300px, 44vh, 520px);
}

.stage-frame {
  position: relative;
  width: min(100%, 690px);
  aspect-ratio: 1 / 0.97;
  overflow: hidden;
  border-radius: var(--frame-radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(160deg, var(--surface-strong), var(--surface)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.28), transparent 28%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(118%);
  transform:
    perspective(1400px)
    rotateX(var(--frame-rotate-x))
    rotateY(var(--frame-rotate-y))
    rotateZ(var(--frame-rotate-z));
  transition:
    transform 520ms ease,
    border-radius 520ms ease,
    background 520ms ease,
    box-shadow 520ms ease,
    filter 180ms ease;
}

.stage-frame::before,
.stage-frame::after {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: calc(var(--frame-radius) * 0.72);
  pointer-events: none;
}

.stage-frame::before {
  border: 1px solid color-mix(in srgb, var(--accent-3) 32%, transparent);
}

.stage-frame::after {
  inset: auto 8% 8%;
  height: 18%;
  background:
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 28%, transparent), transparent),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08));
  filter: blur(14px);
  opacity: 0.75;
}

.scene-shell,
.scene-shell > div,
.scene-shell span {
  position: absolute;
}

.scene-shell {
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.scene-shell > div {
  pointer-events: none;
}

.scene-horizon {
  top: 38%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent-3) 60%, transparent), transparent);
  opacity: 0.42;
}

.scene-floor {
  left: 7%;
  right: 7%;
  bottom: 10%;
  height: 24%;
  border-radius: 24px 24px 40px 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.22)),
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 8%, transparent), color-mix(in srgb, var(--accent-2) 12%, transparent));
  border: 1px solid color-mix(in srgb, var(--accent-3) 18%, transparent);
  transform: perspective(900px) rotateX(70deg);
  transform-origin: center bottom;
  opacity: 0.5;
}

.scene-terraces {
  left: 12%;
  right: 12%;
  bottom: 16%;
  height: 24%;
}

.scene-terraces span,
.scene-panels span,
.scene-arches span,
.scene-pillars span {
  display: block;
}

.terrace {
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent-3) 52%, transparent), transparent);
  opacity: 0.3;
}

.terrace-a {
  bottom: 0;
  width: 78%;
}

.terrace-b {
  bottom: 14%;
  width: 58%;
}

.terrace-c {
  bottom: 28%;
  width: 38%;
}

.scene-panels {
  inset: 10% 10% 18%;
}

.panel {
  top: 0;
  bottom: 0;
  width: 17%;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--accent-3) 18%, transparent);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, transparent), transparent);
  backdrop-filter: blur(4px);
  opacity: 0.18;
}

.panel-a {
  left: 2%;
}

.panel-b {
  left: 50%;
  transform: translateX(-50%);
}

.panel-c {
  right: 2%;
}

.scene-arches {
  left: 8%;
  right: 8%;
  bottom: 15%;
  height: 44%;
}

.arch {
  bottom: 0;
  width: 19%;
  height: 78%;
  border-radius: 999px 999px 0 0;
  border: 1px solid color-mix(in srgb, var(--accent-3) 20%, transparent);
  border-bottom: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 62%);
  opacity: 0;
}

.arch-a {
  left: 4%;
}

.arch-b {
  left: 50%;
  transform: translateX(-50%);
}

.arch-c {
  right: 4%;
}

.scene-pillars {
  inset: 10% 0 18%;
}

.pillar {
  top: 0;
  bottom: 0;
  width: 4%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.03));
  opacity: 0.14;
}

.pillar-a {
  left: 16%;
}

.pillar-b {
  right: 16%;
}

.scene-curtain {
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--accent) 20%, transparent), transparent 34%),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 18%, transparent 36%, transparent 64%, rgba(255, 255, 255, 0.06) 82%, transparent 100%);
  opacity: 0.08;
}

.core-halo,
.core-disc,
.logo-orbit,
.pulse,
.float-card,
.sequencer {
  position: absolute;
}

.core-halo {
  z-index: 1;
  width: 54%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 74%, transparent) 0%, transparent 70%);
  filter: blur(28px);
  box-shadow: var(--halo-shadow);
  opacity: 0.86;
  animation: breathe calc(var(--motion-mid) * 1.1) ease-in-out infinite;
}

.core-disc {
  z-index: 2;
  width: 34%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.72), transparent 24%),
    radial-gradient(circle at 50% 46%, color-mix(in srgb, var(--accent) 78%, white 22%) 0%, transparent 58%),
    linear-gradient(135deg, color-mix(in srgb, var(--accent-3) 88%, transparent), color-mix(in srgb, var(--accent-2) 42%, transparent));
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.65),
    inset 0 -18px 32px rgba(0, 0, 0, 0.08);
  animation: discShift var(--motion-mid) ease-in-out infinite alternate;
}

.logo-orbit {
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 34%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  padding: 8%;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.28));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 12px 34px rgba(0, 0, 0, 0.08);
  animation: hoverFloat calc(var(--motion-mid) * 1.05) ease-in-out infinite;
}

.orbit-logo {
  display: block;
  width: 154%;
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: translateY(-13%);
  filter: saturate(0) brightness(0.42) contrast(1.42);
}

.pulse {
  z-index: 2;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--accent-3) 68%, transparent);
  transform: translate(-50%, -50%);
  animation: pulseOut calc(var(--motion-mid) * 1.3) ease-out infinite;
}

.pulse-a {
  width: 46%;
  aspect-ratio: 1;
}

.pulse-b {
  width: 56%;
  aspect-ratio: 1;
  animation-delay: 1.2s;
}

.float-card {
  appearance: none;
  z-index: 5;
  display: grid;
  gap: 0.4rem;
  padding: 0.9rem 1rem 1rem;
  min-width: clamp(102px, 18vw, 136px);
  border-radius: var(--card-radius);
  border: 1px solid color-mix(in srgb, var(--accent-3) 25%, var(--line));
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 800ms ease, border-radius 800ms ease, background 240ms ease, border-color 240ms ease, box-shadow 240ms ease, filter 240ms ease;
}

.float-card:hover,
.float-card:focus-visible,
.float-card.is-active {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.16));
  border-color: color-mix(in srgb, var(--accent) 36%, var(--accent-3) 24%, var(--line));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.float-card:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 46%, white 18%);
  outline-offset: 2px;
}

.stage-drawer {
  position: absolute;
  z-index: 7;
  width: min(38%, 280px);
  min-width: 220px;
  padding: 0.95rem 1rem 0.9rem;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--accent-3) 28%, var(--line));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.18));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px) saturate(112%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.stage-drawer[data-panel="mixes"] {
  top: 27%;
  left: 10%;
  transform: translate3d(0, 18px, 0);
}

.stage-drawer[data-panel="events"] {
  bottom: 28%;
  left: 18%;
  transform: translate3d(0, 18px, 0);
}

.stage-drawer[data-panel="releases"] {
  top: 34%;
  right: 10%;
  transform: translate3d(0, 18px, 0);
}

.stage-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.drawer-close {
  appearance: none;
  position: absolute;
  top: 0.65rem;
  right: 0.72rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: "Azeret Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.drawer-panel {
  display: grid;
  gap: 0.44rem;
  padding-right: 2rem;
}

.drawer-kicker {
  margin: 0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.drawer-copy {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.46;
  color: var(--text);
}

.drawer-list {
  display: grid;
  gap: 0.28rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-list li {
  position: relative;
  padding-left: 0.78rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--muted);
}

.drawer-list li::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.float-card--mix {
  top: 12%;
  left: 7%;
  animation: floatCardLeft calc(var(--motion-mid) * 1.1) ease-in-out infinite alternate;
}

.float-card--events {
  bottom: 16%;
  left: 14%;
  animation: floatCardRight calc(var(--motion-mid) * 0.95) ease-in-out infinite alternate;
}

.float-card--releases {
  top: 18%;
  right: 10%;
  animation: floatCardRight calc(var(--motion-mid) * 1.2) ease-in-out infinite alternate;
}

.card-label {
  font-family: "Syne", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.sequencer {
  z-index: 6;
  left: 8%;
  right: 8%;
  bottom: 8%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.45rem;
}

.sequencer span {
  display: block;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  opacity: 0.62;
  transform-origin: center;
  animation: beat var(--motion-fast) steps(1) infinite;
  animation-delay: calc(var(--step) * 0.1s);
}

.footer-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.12rem 0 0;
  color: var(--muted);
}

body[data-theme="solar-drift"] .scene-horizon {
  top: 36%;
  opacity: 0.62;
}

body[data-theme="solar-drift"] .scene-floor {
  height: 26%;
  opacity: 0.56;
}

body[data-theme="solar-drift"] .scene-panels .panel {
  opacity: 0.22;
  filter: blur(1px);
}

body[data-theme="solar-drift"] .scene-arches .arch {
  opacity: 0;
}

body[data-theme="solar-drift"] .scene-curtain {
  opacity: 0.04;
}

body[data-theme="artificial-paradise"] .stage-frame::before {
  inset: 4.5%;
  border-radius: calc(var(--frame-radius) * 0.6);
}

body[data-theme="artificial-paradise"] .scene-floor {
  left: 10%;
  right: 10%;
  bottom: 12%;
  height: 28%;
  border-radius: 10px 10px 34px 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.18)),
    linear-gradient(90deg, color-mix(in srgb, var(--accent-2) 20%, transparent), color-mix(in srgb, var(--accent) 14%, transparent));
  opacity: 0.62;
}

body[data-theme="artificial-paradise"] .scene-panels .panel {
  opacity: 0.72;
  width: 19%;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, color-mix(in srgb, var(--accent-2) 18%, transparent), transparent);
}

body[data-theme="artificial-paradise"] .scene-pillars .pillar {
  opacity: 0.36;
  width: 3%;
}

body[data-theme="artificial-paradise"] .scene-horizon {
  top: 26%;
  opacity: 0.28;
}

body[data-theme="artificial-paradise"] .scene-curtain {
  opacity: 0;
}

body[data-theme="artificial-paradise"] .logo-orbit {
  border-radius: 28%;
}

body[data-theme="artificial-paradise"] .float-card--mix {
  top: 10%;
  left: auto;
  right: 9%;
}

body[data-theme="artificial-paradise"] .float-card--events {
  bottom: 14%;
  left: 8%;
}

body[data-theme="artificial-paradise"] .float-card--releases {
  top: 19%;
  right: auto;
  left: 11%;
}

body[data-theme="off-season-resort"] .ambient--grid {
  mask-image: linear-gradient(180deg, transparent, black 35%, black 70%, transparent);
}

body[data-theme="off-season-resort"] .scene-floor {
  left: 9%;
  right: 9%;
  bottom: 10%;
  height: 18%;
  border-radius: 34px 34px 46px 46px;
  opacity: 0.32;
}

body[data-theme="off-season-resort"] .scene-terraces .terrace {
  opacity: 0.58;
}

body[data-theme="off-season-resort"] .scene-arches .arch {
  opacity: 0.55;
}

body[data-theme="off-season-resort"] .arch-a,
body[data-theme="off-season-resort"] .arch-c {
  height: 66%;
}

body[data-theme="off-season-resort"] .arch-b {
  height: 84%;
}

body[data-theme="off-season-resort"] .scene-panels .panel,
body[data-theme="off-season-resort"] .scene-pillars .pillar {
  opacity: 0;
}

body[data-theme="off-season-resort"] .scene-curtain {
  opacity: 0.05;
}

body[data-theme="off-season-resort"] .stage-frame::after {
  opacity: 0.45;
}

body[data-theme="off-season-resort"] .core-halo {
  opacity: 0.5;
}

body[data-theme="off-season-resort"] .logo-orbit {
  border-radius: 42% 42% 48% 48%;
}

body[data-theme="off-season-resort"] .orbit-logo {
  width: 146%;
}

body[data-theme="off-season-resort"] .float-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.14));
}

body[data-theme="off-season-resort"] .float-card--mix {
  top: 14%;
  left: 10%;
}

body[data-theme="off-season-resort"] .float-card--events {
  bottom: 18%;
  left: 18%;
}

body[data-theme="off-season-resort"] .float-card--releases {
  top: 24%;
  right: 12%;
}

body[data-theme="boogie-system"] .ambient--grid {
  mask-image: none;
}

body[data-theme="boogie-system"] .scene-horizon {
  top: 30%;
  opacity: 0.14;
}

body[data-theme="boogie-system"] .scene-floor {
  left: 6%;
  right: 6%;
  bottom: 9%;
  height: 32%;
  border-radius: 8px 8px 20px 20px;
  opacity: 0.52;
}

body[data-theme="boogie-system"] .scene-terraces .terrace {
  height: 3px;
  opacity: 0.86;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent-3) 72%, transparent), transparent);
}

body[data-theme="boogie-system"] .scene-panels .panel {
  opacity: 0.34;
  width: 15%;
  border-radius: 8px;
  border-style: dashed;
}

body[data-theme="boogie-system"] .scene-pillars .pillar {
  opacity: 0.62;
  width: 5%;
  border-radius: 8px;
}

body[data-theme="boogie-system"] .scene-arches .arch,
body[data-theme="boogie-system"] .scene-curtain {
  opacity: 0;
}

body[data-theme="boogie-system"] .stage-frame::before {
  inset: 4%;
  border-style: dashed;
  border-color: color-mix(in srgb, var(--accent-3) 40%, transparent);
}

body[data-theme="boogie-system"] .stage-frame::after {
  inset: auto 8% 8%;
  height: 22%;
  opacity: 0.95;
}

body[data-theme="boogie-system"] .float-card {
  background: linear-gradient(180deg, rgba(17, 22, 28, 0.9), rgba(31, 35, 45, 0.66));
}

body[data-theme="boogie-system"] .stage-drawer {
  background: linear-gradient(180deg, rgba(17, 22, 28, 0.94), rgba(31, 35, 45, 0.84));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

body[data-theme="boogie-system"] .logo-orbit {
  width: 38%;
  aspect-ratio: 1.08;
  border-radius: 16px;
}

body[data-theme="boogie-system"] .orbit-logo {
  width: 136%;
  transform: translateY(-16%);
  filter: saturate(0) brightness(0.36) contrast(1.48);
}

body[data-theme="boogie-system"] .float-card--mix {
  top: 9%;
  left: 8%;
}

body[data-theme="boogie-system"] .float-card--events {
  bottom: 18%;
  left: auto;
  right: 11%;
}

body[data-theme="boogie-system"] .float-card--releases {
  top: auto;
  bottom: 28%;
  right: auto;
  left: 12%;
}

body[data-theme="boogie-system"] .sequencer span {
  opacity: 0.96;
  box-shadow: 0 0 12px color-mix(in srgb, var(--accent-3) 42%, transparent);
}

body[data-theme="mirage-club"] .stage-frame {
  background:
    linear-gradient(160deg, rgba(49, 31, 71, 0.84), rgba(24, 18, 41, 0.5)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1), transparent 26%);
}

body[data-theme="mirage-club"] .scene-floor {
  left: 10%;
  right: 10%;
  bottom: 9%;
  height: 22%;
  opacity: 0.26;
}

body[data-theme="mirage-club"] .scene-horizon {
  top: 41%;
  opacity: 0.22;
}

body[data-theme="mirage-club"] .scene-curtain {
  opacity: 0.3;
}

body[data-theme="mirage-club"] .scene-pillars .pillar {
  opacity: 0.42;
  width: 5%;
}

body[data-theme="mirage-club"] .scene-panels .panel {
  opacity: 0.12;
}

body[data-theme="mirage-club"] .scene-arches .arch {
  opacity: 0.16;
}

body[data-theme="mirage-club"] .stage-frame::after {
  opacity: 0.88;
}

body[data-theme="mirage-club"] .logo-orbit {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.26),
    0 12px 34px rgba(0, 0, 0, 0.16),
    0 0 34px color-mix(in srgb, var(--accent) 24%, transparent);
}

body[data-theme="mirage-club"] .orbit-logo {
  width: 146%;
  filter: saturate(0) brightness(0.4) contrast(1.44) drop-shadow(0 0 10px color-mix(in srgb, var(--accent) 10%, transparent));
}

body[data-theme="mirage-club"] .float-card {
  background: linear-gradient(180deg, rgba(60, 34, 73, 0.72), rgba(23, 18, 41, 0.36));
}

body[data-theme="mirage-club"] .stage-drawer {
  background: linear-gradient(180deg, rgba(64, 32, 78, 0.88), rgba(23, 18, 41, 0.62));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body[data-theme="mirage-club"] .float-card--mix {
  top: 13%;
  left: 8%;
}

body[data-theme="mirage-club"] .float-card--events {
  bottom: 15%;
  left: 16%;
}

body[data-theme="mirage-club"] .float-card--releases {
  top: 17%;
  right: 9%;
}

@keyframes blobDrift {
  from {
    transform: translate3d(-2%, 0, 0) scale(0.98);
  }
  to {
    transform: translate3d(3%, -4%, 0) scale(1.06);
  }
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes breathe {
  from {
    transform: translate(-50%, -50%) scale(0.96);
  }
  to {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes discShift {
  from {
    transform: translate(-50%, -50%) scale(0.98) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) scale(1.03) rotate(8deg);
  }
}

@keyframes hoverFloat {
  from {
    transform: translate(-50%, -50%) translateY(-6px);
  }
  to {
    transform: translate(-50%, -50%) translateY(10px);
  }
}

@keyframes pulseOut {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
  }
  35% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.22);
  }
}

@keyframes floatCardLeft {
  from {
    transform: translateY(-6px) translateX(-4px) rotate(-2deg);
  }
  to {
    transform: translateY(10px) translateX(8px) rotate(2deg);
  }
}

@keyframes floatCardRight {
  from {
    transform: translateY(8px) translateX(6px) rotate(2deg);
  }
  to {
    transform: translateY(-8px) translateX(-8px) rotate(-2deg);
  }
}

@keyframes beat {
  0%,
  100% {
    transform: scaleY(0.55);
    opacity: 0.38;
  }
  50% {
    transform: scaleY(1.9);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 1rem;
  }

  .copy-stack {
    max-width: 40rem;
    padding-right: 0;
  }

  .stage {
    min-height: clamp(280px, 39vh, 420px);
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 1.2rem, 100%);
    height: auto;
    min-height: 100dvh;
    padding: 0.8rem 0 0.55rem;
    overflow: visible;
  }

  .masthead,
  .footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .masthead {
    gap: 0.7rem;
  }

  .brand-block {
    gap: 0.22rem;
  }

  .status-chip {
    padding: 0.64rem 0.86rem;
    font-size: 0.62rem;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.6rem);
    line-height: 0.92;
  }

  .eyebrow {
    max-width: none;
    font-size: 0.68rem;
  }

  .intro {
    max-width: 26rem;
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .stage {
    min-height: 300px;
  }

  .stage-frame {
    width: 100%;
    aspect-ratio: 1 / 1.12;
    transform:
      perspective(1100px)
      rotateX(4deg)
      rotateY(-4deg)
      rotateZ(-1deg);
  }

  .float-card {
    min-width: 100px;
    padding: 0.8rem 0.9rem;
  }

  .stage-drawer,
  .stage-drawer[data-panel="mixes"],
  .stage-drawer[data-panel="events"],
  .stage-drawer[data-panel="releases"] {
    left: 1rem;
    right: 1rem;
    top: auto;
    bottom: 17%;
    width: auto;
    min-width: 0;
    transform: translate3d(0, 18px, 0);
  }

  .drawer-copy {
    font-size: 0.78rem;
  }

  .drawer-list li {
    font-size: 0.68rem;
  }

  .climate-inline {
    gap: 0.3rem;
    width: 100%;
    padding-top: 0.34rem;
    padding-bottom: 0.15rem;
    margin-right: -0.2rem;
  }

  .climate-btn {
    min-height: 1.72rem;
    padding: 0 0.52rem;
    font-size: 0.54rem;
  }

  .sequencer {
    left: 6%;
    right: 6%;
    gap: 0.28rem;
  }
}

@media (max-width: 520px) {
  .shell {
    padding-top: 0.72rem;
  }

  .tiny-note {
    font-size: 0.62rem;
  }

  .hero {
    gap: 0.6rem;
  }

  .copy-stack {
    gap: 0.54rem;
  }

  .stage {
    min-height: 280px;
  }

  .stage-frame {
    aspect-ratio: 1 / 1.08;
  }

  .float-card {
    min-width: 92px;
    padding: 0.72rem 0.78rem;
  }

  .stage-drawer,
  .stage-drawer[data-panel="mixes"],
  .stage-drawer[data-panel="events"],
  .stage-drawer[data-panel="releases"] {
    bottom: 19%;
    left: 0.8rem;
    right: 0.8rem;
    padding: 0.88rem 0.88rem 0.84rem;
  }

  .card-label {
    font-size: 0.98rem;
  }
}

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