:root {
  color-scheme: dark;
  --ink: #f6f0e8;
  --muted: #b8b1a6;
  --soft: rgba(246, 240, 232, 0.72);
  --line: rgba(246, 240, 232, 0.16);
  --panel: rgba(15, 16, 15, 0.76);
  --black: #050605;
  --charcoal: #101210;
  --moss: #6f8f5c;
  --gold: #d6a348;
  --rose: #d45c77;
  --cyan: #3eaeb1;
  --violet: #8f6dff;
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::selection {
  background: var(--gold);
  color: #171511;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.ambient-player {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 36px);
  padding: 9px 10px;
  border: 1px solid rgba(246, 240, 232, 0.2);
  border-radius: var(--radius);
  background: rgba(5, 6, 5, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.ambient-copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--soft);
  font-size: 12px;
  font-weight: 700;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(62, 174, 177, 0.86);
  animation: pulse 1400ms ease-in-out infinite;
}

.ambient-button {
  height: 32px;
  border: 0;
  border-radius: 6px;
  padding: 0 10px;
  color: #161410;
  background: var(--gold);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.ambient-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(520px, 1fr) auto auto;
  align-items: center;
  gap: clamp(16px, 2.2vw, 28px);
  padding: 16px clamp(18px, 4vw, 48px);
  color: var(--ink);
  background: rgba(5, 6, 5, 0.18);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 6, 5, 0.84);
  border-color: var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(62, 174, 177, 0.34);
  border-radius: 12px;
  object-fit: contain;
  padding: 3px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 22px rgba(218, 58, 191, 0.22), 0 0 18px rgba(62, 174, 177, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: clamp(12px, 1.6vw, 22px);
  flex-wrap: wrap;
  color: var(--soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav-links a,
.header-action {
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-links a:hover,
.header-action:hover {
  color: var(--gold);
}

.header-action {
  justify-self: end;
  padding: 9px 14px;
  border: 1px solid rgba(246, 240, 232, 0.28);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 700;
  font-size: 13px;
}

.language-switch {
  justify-self: end;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(246, 240, 232, 0.18);
  border-radius: 999px;
  background: rgba(5, 6, 5, 0.46);
}

.language-switch button {
  min-width: 36px;
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  color: var(--soft);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.language-switch button.is-active {
  color: #07100e;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(62, 174, 177, 0.34);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  background:
    radial-gradient(circle at 28% 42%, rgba(62, 174, 177, 0.14), transparent 28%),
    radial-gradient(circle at 78% 36%, rgba(214, 163, 72, 0.16), transparent 30%),
    radial-gradient(circle at 84% 70%, rgba(143, 109, 255, 0.1), transparent 26%),
    #050605;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 5, 0.94) 0%, rgba(5, 6, 5, 0.7) 40%, rgba(5, 6, 5, 0.1) 76%, rgba(5, 6, 5, 0.42) 100%),
    linear-gradient(0deg, rgba(5, 6, 5, 0.88) 0%, rgba(5, 6, 5, 0.08) 48%, rgba(5, 6, 5, 0.34) 100%);
}

.hero-3d {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-3d canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.fx-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.36;
  background:
    linear-gradient(rgba(246, 240, 232, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 240, 232, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 70%, transparent);
  animation: gridMove 14s linear infinite;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(690px, calc(100% - 36px));
  margin-left: clamp(18px, 42vw, 700px);
  padding-top: 70px;
}

.hero-emblem {
  width: clamp(96px, 10vw, 148px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(246, 240, 232, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 52% 36%, rgba(218, 58, 191, 0.24), transparent 58%),
    radial-gradient(circle at 22% 22%, rgba(62, 174, 177, 0.24), transparent 54%),
    rgba(5, 6, 5, 0.46);
  box-shadow:
    inset 0 0 28px rgba(246, 240, 232, 0.04),
    0 0 42px rgba(218, 58, 191, 0.2),
    0 20px 54px rgba(0, 0, 0, 0.36);
}

.hero-emblem img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 20px rgba(218, 58, 191, 0.28))
    drop-shadow(0 0 18px rgba(62, 174, 177, 0.22));
}

.hero-feature-card {
  position: absolute;
  z-index: 4;
  left: clamp(18px, 5vw, 72px);
  bottom: clamp(36px, 7vw, 86px);
  width: min(390px, 31vw);
  min-width: 300px;
  display: grid;
  gap: 12px;
}

.hero-album-panel,
.hero-video-card {
  overflow: hidden;
  border: 1px solid rgba(246, 240, 232, 0.22);
  border-radius: var(--radius);
  background: rgba(5, 6, 5, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42);
}

.hero-album-panel {
  position: relative;
  padding: 14px;
  transform: perspective(900px) rotateX(1.5deg) rotateY(-1.5deg);
  background:
    linear-gradient(135deg, rgba(62, 174, 177, 0.16), rgba(218, 58, 191, 0.13), rgba(214, 163, 72, 0.1)),
    rgba(5, 6, 5, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(246, 240, 232, 0.04),
    0 0 0 1px rgba(62, 174, 177, 0.18),
    0 28px 82px rgba(0, 0, 0, 0.46),
    0 0 48px rgba(218, 58, 191, 0.12);
}

.hero-album-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(62, 174, 177, 0.75), rgba(218, 58, 191, 0.55), rgba(214, 163, 72, 0.42));
  filter: blur(13px);
  opacity: 0.34;
}

.hero-album-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 14px;
  align-items: center;
}

.hero-album-head img {
  width: 86px;
  height: 86px;
  justify-self: end;
  border-radius: 16px;
  object-fit: contain;
  padding: 4px;
  border: 1px solid rgba(218, 58, 191, 0.38);
  background:
    radial-gradient(circle at 50% 40%, rgba(62, 174, 177, 0.16), transparent 68%),
    rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 30px rgba(218, 58, 191, 0.28), 0 0 18px rgba(62, 174, 177, 0.18);
}

.hero-album-head span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-album-head strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
}

.hero-album-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border: 0;
  border-radius: 7px;
  color: #15130f;
  background: var(--gold);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.hero-now-player {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(62, 174, 177, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(62, 174, 177, 0.12), rgba(214, 163, 72, 0.08)),
    rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 24px rgba(62, 174, 177, 0.05);
}

.hero-now-player span,
.hero-now-player strong {
  display: block;
}

.hero-now-player span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-now-player strong {
  margin-top: 3px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.hero-player-controls {
  display: grid;
  grid-template-columns: 34px 42px 82px;
  gap: 6px;
  align-items: center;
}

.hero-player-controls button {
  min-height: 32px;
  border: 1px solid rgba(246, 240, 232, 0.16);
  border-radius: 6px;
  color: #06100d;
  background: linear-gradient(135deg, #62f0c1, var(--cyan));
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.hero-player-controls input {
  width: 82px;
  accent-color: var(--cyan);
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.hero-album-list {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  max-height: min(46vh, 430px);
  overflow: auto;
  padding-right: 3px;
}

.hero-album-list button,
.hero-album-list a {
  min-height: 30px;
  padding: 6px 8px;
  border: 1px solid rgba(246, 240, 232, 0.12);
  border-radius: 6px;
  color: var(--soft);
  background: rgba(246, 240, 232, 0.05);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-album-list a {
  color: var(--cyan);
}

.hero-album-list button:hover,
.hero-album-list a:hover {
  border-color: rgba(62, 174, 177, 0.58);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(62, 174, 177, 0.18), rgba(218, 58, 191, 0.12)),
    rgba(246, 240, 232, 0.06);
  transform: translateX(4px) translateZ(0);
  box-shadow: 0 0 24px rgba(62, 174, 177, 0.12);
}

.hero-album-list button.is-active {
  border-color: rgba(218, 58, 191, 0.72);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(62, 174, 177, 0.22), rgba(218, 58, 191, 0.2), rgba(214, 163, 72, 0.12)),
    rgba(246, 240, 232, 0.08);
  box-shadow: inset 0 0 18px rgba(218, 58, 191, 0.14), 0 0 30px rgba(218, 58, 191, 0.2);
  animation: trackPulse 1200ms ease-in-out infinite;
}

.hero-video-card span,
.hero-video-card a {
  display: block;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
}

.hero-video-card span {
  color: var(--gold);
  text-transform: uppercase;
}

.hero-video-card a,
.hero-video-card button {
  color: var(--ink);
  text-decoration: none;
  border-top: 1px solid var(--line);
}

.hero-video-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 !important;
  border-top: 1px solid var(--line);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  cursor: pointer;
}

.hero-video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.86;
}

.hero-video-thumb strong {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(246, 240, 232, 0.34);
  border-radius: 50%;
  color: #171511;
  background: var(--gold);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.48);
  font-size: 14px;
  text-transform: uppercase;
}

.hero-video-open {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: rgba(246, 240, 232, 0.04);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  margin: 0;
  font-size: clamp(46px, 5.8vw, 88px);
  text-shadow: 0 0 34px rgba(62, 174, 177, 0.16), 0 18px 68px rgba(0, 0, 0, 0.42);
  animation: titleGlow 4.8s ease-in-out infinite;
}

.hero-copy {
  width: min(620px, 100%);
  margin: 22px 0 0;
  color: var(--soft);
  font-size: clamp(17px, 2vw, 23px);
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 800;
  font: inherit;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transition: transform 480ms ease;
}

.button:hover::after {
  transform: translateX(110%);
}

.button.primary {
  color: #171511;
  background: linear-gradient(135deg, var(--gold), #f1d185);
  box-shadow: 0 0 0 1px rgba(214, 163, 72, 0.18), 0 18px 44px rgba(214, 163, 72, 0.18);
}

.button.secondary {
  color: var(--ink);
  border-color: rgba(246, 240, 232, 0.26);
  background: linear-gradient(135deg, rgba(62, 174, 177, 0.12), rgba(246, 240, 232, 0.07));
}

.button.secondary:hover {
  border-color: rgba(246, 240, 232, 0.48);
  background: linear-gradient(135deg, rgba(62, 174, 177, 0.2), rgba(214, 163, 72, 0.12));
}

.hero-meta {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 8vw, 110px);
  right: clamp(18px, 8vw, 110px);
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 760px;
  color: var(--muted);
}

.hero-meta span {
  padding-top: 12px;
  border-top: 1px solid rgba(246, 240, 232, 0.26);
  font-size: 13px;
}

.intro-band,
.content-section,
.teaser-strip,
.drive-hub,
.robotic-section,
.media-band,
.booking-section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 64px);
}

.intro-band {
  background:
    linear-gradient(90deg, rgba(111, 143, 92, 0.18), rgba(212, 92, 119, 0.08), rgba(62, 174, 177, 0.12)),
    #0d0f0d;
  border-bottom: 1px solid var(--line);
}

.sound-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(290px, 0.58fr);
  align-items: end;
}

.sound-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.sound-copy p {
  margin: 0;
  color: var(--soft);
  font-size: 17px;
}

.sound-performance-card {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: end;
  min-height: clamp(230px, 28vw, 360px);
  overflow: hidden;
  border: 1px solid rgba(112, 245, 208, 0.36);
  border-radius: 8px;
  padding: 22px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(112, 245, 208, 0.12), rgba(214, 163, 72, 0.1)),
    #050605;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transform: perspective(900px) rotateX(3deg) rotateY(-5deg);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.5),
    0 0 34px rgba(112, 245, 208, 0.2),
    inset 0 1px 0 rgba(246, 240, 232, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sound-performance-card::before,
.sound-performance-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.sound-performance-card::before {
  background:
    radial-gradient(circle at 24% 12%, rgba(218, 58, 191, 0.42), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(62, 174, 177, 0.42), transparent 32%),
    linear-gradient(180deg, rgba(5, 6, 5, 0.08), rgba(5, 6, 5, 0.74));
  mix-blend-mode: screen;
}

.sound-performance-card::after {
  inset: 9px;
  border: 1px solid rgba(246, 240, 232, 0.2);
  border-radius: 6px;
  box-shadow: inset 0 0 28px rgba(112, 245, 208, 0.13);
}

.sound-performance-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: saturate(1.18) contrast(1.08);
}

.sound-performance-card span,
.sound-performance-card strong {
  display: block;
  text-shadow:
    0 0 12px rgba(112, 245, 208, 0.72),
    0 8px 20px rgba(0, 0, 0, 0.8);
}

.sound-performance-card span {
  color: #70f5d0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.sound-performance-card strong {
  margin-top: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sound-performance-card:hover {
  border-color: rgba(214, 163, 72, 0.78);
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(-4px);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.58),
    0 0 46px rgba(218, 58, 191, 0.22),
    0 0 38px rgba(112, 245, 208, 0.22),
    inset 0 1px 0 rgba(246, 240, 232, 0.2);
}

.section-grid,
.robotic-section,
.booking-section {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

.section-grid h2,
.section-heading h2,
.copy-panel h2,
.booking-copy h2 {
  margin: 0;
  font-size: clamp(30px, 5vw, 58px);
}

.section-grid p:last-child,
.section-heading p,
.copy-panel p,
.booking-copy p {
  color: var(--soft);
  font-size: 17px;
}

.content-section {
  background: #080908;
}

.audio-section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 64px);
  background:
    radial-gradient(circle at 18% 30%, rgba(62, 174, 177, 0.2), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(214, 163, 72, 0.16), transparent 30%),
    #0e100f;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audio-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}

.audio-wave {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(246, 240, 232, 0.07), rgba(246, 240, 232, 0.015)),
    #090b0a;
  overflow: hidden;
}

.audio-wave span {
  width: 14px;
  height: 92px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), var(--cyan));
  box-shadow: 0 0 24px rgba(62, 174, 177, 0.26);
  animation: audioPulse 1300ms ease-in-out infinite;
}

.audio-wave span:nth-child(2n) {
  animation-duration: 1600ms;
}

.audio-wave span:nth-child(3n) {
  animation-duration: 1900ms;
}

.audio-copy h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 52px);
}

.audio-copy p {
  color: var(--soft);
}

.compact-performance {
  padding: clamp(38px, 5vw, 68px) clamp(18px, 5vw, 64px);
}

.compact-performance .audio-shell {
  grid-template-columns: minmax(360px, 0.92fr) minmax(260px, 0.52fr);
  gap: clamp(18px, 4vw, 52px);
  align-items: center;
}

.compact-performance .section-heading {
  margin-bottom: 22px;
}

.compact-performance .section-heading h2 {
  font-size: clamp(30px, 4vw, 54px);
}

.compact-performance .section-heading p {
  max-width: 560px;
  font-size: 16px;
}

.compact-performance .audio-copy h3 {
  font-size: clamp(22px, 2.8vw, 38px);
}

.compact-performance .audio-copy p {
  font-size: 16px;
}

.performance-mini-card {
  position: relative;
  min-height: 118px;
  padding: 16px;
  display: grid;
  grid-template-columns: 62px minmax(140px, 0.72fr) minmax(120px, 0.58fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(62, 174, 177, 0.34);
  border-radius: 16px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(62, 174, 177, 0.16), rgba(218, 58, 191, 0.12), rgba(214, 163, 72, 0.08)),
    radial-gradient(circle at 16% 22%, rgba(62, 174, 177, 0.38), transparent 28%),
    radial-gradient(circle at 84% 24%, rgba(218, 58, 191, 0.24), transparent 32%),
    #080908;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transform: perspective(900px) rotateX(2deg) rotateY(-1deg);
  box-shadow:
    inset 0 0 0 1px rgba(246, 240, 232, 0.04),
    0 22px 60px rgba(0, 0, 0, 0.38),
    0 0 44px rgba(62, 174, 177, 0.14),
    0 0 34px rgba(218, 58, 191, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.performance-mini-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent, rgba(62, 174, 177, 0.22), rgba(218, 58, 191, 0.18), transparent);
  transform: translateX(-120%);
  transition: transform 620ms ease;
}

.performance-mini-card:hover {
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(-3px);
  border-color: rgba(218, 58, 191, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(246, 240, 232, 0.06),
    0 28px 68px rgba(0, 0, 0, 0.42),
    0 0 58px rgba(62, 174, 177, 0.18),
    0 0 48px rgba(218, 58, 191, 0.16);
}

.performance-mini-card:hover::before {
  transform: translateX(120%);
}

.performance-play-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #06100d;
  background: linear-gradient(135deg, #70f5d0, #da3abf);
  box-shadow: 0 0 32px rgba(62, 174, 177, 0.28);
}

.performance-track em,
.performance-track strong {
  display: block;
}

.performance-track em {
  color: var(--cyan);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.performance-track strong {
  margin-top: 4px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.05;
}

.performance-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 120px;
  height: 44px;
}

.performance-wave i {
  width: 5px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #70f5d0, #da3abf);
  box-shadow: 0 0 14px rgba(62, 174, 177, 0.24);
  animation: audioPulse 1150ms ease-in-out infinite;
}

.performance-wave i:nth-child(2n) {
  animation-duration: 1450ms;
}

.performance-wave i:nth-child(3n) {
  animation-duration: 1750ms;
}

.performance-controls {
  display: grid;
  grid-template-columns: 34px 44px;
  gap: 6px;
  align-items: center;
}

.performance-controls b {
  display: grid;
  place-items: center;
  min-height: 32px;
  border-radius: 7px;
  color: #06100d;
  background: linear-gradient(135deg, #70f5d0, #c8fff1);
  font-size: 11px;
}

.performance-controls small {
  grid-column: 1 / -1;
  display: block;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #70f5d0 72%, rgba(246, 240, 232, 0.18) 72%);
}

.performance-hub-preview {
  min-height: 300px;
  display: grid;
  align-content: end;
  padding: 20px;
  border: 1px solid rgba(246, 240, 232, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(5, 6, 5, 0.06), rgba(5, 6, 5, 0.8)),
    radial-gradient(circle at 16% 20%, rgba(214, 163, 72, 0.22), transparent 28%),
    radial-gradient(circle at 84% 26%, rgba(62, 174, 177, 0.2), transparent 30%),
    #050605;
}

.performance-video-link {
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--radius);
  color: #07100e;
  background: var(--cyan);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(62, 174, 177, 0.24);
}

.audio-drive-preview {
  overflow: hidden;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(62, 174, 177, 0.16), rgba(214, 163, 72, 0.13)),
    #050605;
}

.audio-player-card {
  min-height: 230px;
  width: 100%;
  border: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 20%, rgba(214, 163, 72, 0.42), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(62, 174, 177, 0.36), transparent 24%),
    linear-gradient(145deg, rgba(246, 240, 232, 0.1), rgba(246, 240, 232, 0.02));
  font: inherit;
  cursor: pointer;
}

.audio-player-card span,
.audio-player-card strong {
  display: block;
}

.audio-player-card span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.audio-player-card strong {
  margin-top: 12px;
  font-size: clamp(28px, 4vw, 50px);
}

.audio-player-card:hover {
  background:
    radial-gradient(circle at 16% 20%, rgba(214, 163, 72, 0.54), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(62, 174, 177, 0.46), transparent 26%),
    linear-gradient(145deg, rgba(246, 240, 232, 0.13), rgba(246, 240, 232, 0.035));
}

.contact-section {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(62, 174, 177, 0.08), rgba(214, 163, 72, 0.08)),
    #070908;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.75fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: start;
}

.contact-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.75fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: start;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 68px);
}

.contact-copy p {
  max-width: 620px;
  color: var(--soft);
}

.contact-mail {
  display: inline-flex;
  margin-top: 10px;
  color: var(--cyan);
  font-weight: 900;
  text-decoration-color: rgba(62, 174, 177, 0.36);
  text-underline-offset: 5px;
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(246, 240, 232, 0.18);
  border-radius: var(--radius);
  background: rgba(246, 240, 232, 0.055);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(246, 240, 232, 0.18);
  border-radius: 7px;
  padding: 12px;
  color: var(--ink);
  background: rgba(5, 6, 5, 0.72);
  font: inherit;
  resize: vertical;
}

.contact-form button {
  min-height: 46px;
  border: 0;
  border-radius: var(--radius);
  color: #07100e;
  background: linear-gradient(135deg, var(--cyan), #87e8d1);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.reveal-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.teaser-strip {
  background:
    radial-gradient(circle at 88% 10%, rgba(212, 92, 119, 0.16), transparent 34%),
    linear-gradient(180deg, #080908, #101210);
  border-bottom: 1px solid var(--line);
}

.teaser-grid {
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 240, 232, 0.05);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  transition: transform 220ms ease, border-color 220ms ease;
}

.video-card:hover {
  transform: translateY(-5px);
  border-color: rgba(214, 163, 72, 0.44);
}

.video-poster {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  border: 0;
  padding: 0;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}

.video-card .video-poster {
  aspect-ratio: 4 / 5;
  max-height: 330px;
}

.video-poster img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.01);
  transition: transform 220ms ease, opacity 220ms ease;
}

.video-poster strong {
  position: absolute;
  inset: auto auto 16px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(246, 240, 232, 0.34);
  border-radius: 999px;
  color: #171511;
  background: var(--gold);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.video-poster:hover img {
  opacity: 0.96;
  transform: scale(1.05);
}

.video-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
}

.video-card span {
  font-weight: 900;
  overflow-wrap: anywhere;
}

.video-card a,
.video-card button {
  flex: 0 0 auto;
  color: var(--gold);
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration-color: rgba(214, 163, 72, 0.4);
  text-underline-offset: 4px;
  cursor: pointer;
}

.drive-hub {
  background:
    linear-gradient(90deg, rgba(62, 174, 177, 0.08), rgba(143, 109, 255, 0.08), rgba(214, 163, 72, 0.08)),
    #080908;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.visual-gallery-section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 64px);
  background:
    radial-gradient(circle at 15% 12%, rgba(214, 163, 72, 0.14), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(62, 174, 177, 0.16), transparent 30%),
    #0b0d0c;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.visual-gallery-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.visual-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 240, 232, 0.045);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, border-color 180ms ease;
}

.visual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 163, 72, 0.42);
}

.visual-card .video-poster,
.visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  border: 0;
  background: #000;
}

.visual-card .video-poster img {
  min-height: 250px;
}

.visual-card a {
  display: block;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--soft);
  border-top: 1px solid var(--line);
  background: rgba(5, 6, 5, 0.78);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.hub-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.hub-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.hub-tab {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--soft);
  background: rgba(246, 240, 232, 0.05);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hub-tab:hover,
.hub-tab.is-active {
  color: #171511;
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.hub-panel {
  display: none;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(246, 240, 232, 0.08), rgba(246, 240, 232, 0.025)),
    rgba(5, 6, 5, 0.62);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.28);
}

.hub-panel.is-active {
  display: grid;
}

.hub-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-height: 280px;
}

.hub-copy h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
}

.hub-copy p {
  margin: 0;
  color: var(--soft);
}

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

.hub-preview {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #000;
}

.hub-preview iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.hub-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.resource-card {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 240, 232, 0.055);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.resource-button {
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.resource-card:hover {
  transform: translateY(-4px);
  border-color: rgba(62, 174, 177, 0.54);
  background: rgba(62, 174, 177, 0.1);
}

.resource-card span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-card strong {
  font-size: 18px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.media-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-height: 360px;
}

.media-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.drive-media-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: 360px;
}

.mini-preview {
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #000;
}

.mini-video-button,
.mini-preview img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  border: 0;
}

.mini-video-button {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}

.mini-video-button img {
  min-height: 170px;
  opacity: 0.78;
  transition: transform 220ms ease, opacity 220ms ease;
}

.mini-video-button strong {
  position: absolute;
  inset: auto auto 12px 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #171511;
  background: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.mini-video-button:hover img {
  opacity: 0.96;
  transform: scale(1.05);
}

.mini-preview span {
  display: block;
  padding: 10px 12px;
  color: var(--soft);
  border-top: 1px solid var(--line);
  background: rgba(5, 6, 5, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 34px;
}

.section-heading p {
  max-width: 760px;
}

.format-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.format-card {
  min-height: 234px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(246, 240, 232, 0.08), rgba(246, 240, 232, 0.02)),
    var(--charcoal);
  transform: translateZ(0);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
  box-shadow: inset 0 0 0 1px rgba(246, 240, 232, 0.02), 0 18px 44px rgba(0, 0, 0, 0.22);
}

.format-card:hover {
  transform: translateY(-6px);
  border-color: rgba(62, 174, 177, 0.54);
  background:
    linear-gradient(145deg, rgba(62, 174, 177, 0.16), rgba(214, 163, 72, 0.1)),
    var(--charcoal);
  box-shadow: 0 0 34px rgba(62, 174, 177, 0.16), 0 24px 54px rgba(0, 0, 0, 0.3);
}

.format-time {
  display: block;
  color: var(--gold);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.format-card h3 {
  min-height: 48px;
  margin: 20px 0 12px;
  font-size: 22px;
}

.format-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.robotic-section {
  position: relative;
  background:
    radial-gradient(circle at 18% 28%, rgba(62, 174, 177, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(143, 109, 255, 0.12), rgba(214, 163, 72, 0.06)),
    #0e100f;
  overflow: hidden;
}

.robotic-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(246, 240, 232, 0.11) 50%, transparent 51%),
    linear-gradient(rgba(246, 240, 232, 0.055) 1px, transparent 1px);
  background-size: 100% 100%, 100% 18px;
  opacity: 0.28;
}

.robot-stage {
  position: relative;
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(246, 240, 232, 0.07), rgba(246, 240, 232, 0.02)),
    #090b0a;
  overflow: hidden;
  perspective: 900px;
}

.robot-stage::before,
.robot-stage::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--gold), transparent);
}

.robot-stage::before {
  top: 26%;
  animation: scanLine 3200ms linear infinite;
}

.robot-stage::after {
  bottom: 18%;
  animation: scanLine 3900ms linear infinite reverse;
}

.robot-scan {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(62, 174, 177, 0.28) 15%, transparent 16% 100%),
    repeating-linear-gradient(0deg, transparent 0 12px, rgba(246, 240, 232, 0.045) 13px, transparent 14px);
  animation: robotSweep 8s linear infinite;
}

.robot-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(58vw, 360px);
  height: min(58vw, 360px);
  transform: translate(-50%, -50%) rotateX(62deg) rotateZ(12deg);
  transform-style: preserve-3d;
}

.robot-core span {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(214, 163, 72, 0.68);
  border-radius: 24px;
  box-shadow: 0 0 28px rgba(214, 163, 72, 0.22), inset 0 0 22px rgba(62, 174, 177, 0.18);
  animation: coreSpin 9000ms linear infinite;
}

.robot-core span:nth-child(2) {
  border-color: rgba(62, 174, 177, 0.7);
  transform: rotateZ(60deg);
  animation-duration: 7600ms;
  animation-direction: reverse;
}

.robot-core span:nth-child(3) {
  border-color: rgba(143, 109, 255, 0.7);
  transform: rotateZ(120deg);
  animation-duration: 10800ms;
}

.clean-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
}

.clean-list li {
  padding-left: 18px;
  border-left: 2px solid var(--moss);
}

.text-link {
  color: var(--gold);
  font-weight: 800;
  text-decoration-color: rgba(214, 163, 72, 0.44);
  text-underline-offset: 5px;
}

.compact {
  background:
    linear-gradient(180deg, rgba(111, 143, 92, 0.08), transparent 50%),
    #080908;
}

.album-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 24px;
}

.album-art {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #141612;
  align-self: start;
  position: sticky;
  top: 96px;
}

.album-art img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

.album-art-copy {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-top: 1px solid var(--line);
}

.album-art-copy span {
  color: var(--muted);
}

.album-art-copy strong {
  color: var(--cream);
}

.track-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.track-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 10px;
  min-height: 126px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(246, 240, 232, 0.05);
}

.track-row img {
  grid-row: span 2;
  width: 82px;
  height: 82px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(246, 240, 232, 0.14);
}

.track-copy {
  min-width: 0;
}

.track-copy span {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan);
  font-weight: 800;
}

.track-copy strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.track-copy em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.track-row audio {
  grid-column: 1 / -1;
  width: 100%;
  height: 34px;
}

.media-band {
  background: #0e100f;
}

.video-frame {
  width: min(var(--max), 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #000;
  aspect-ratio: 16 / 9;
}

.chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
}

.chat-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 44px;
  border: 1px solid rgba(246, 240, 232, 0.22);
  border-radius: var(--radius);
  color: #07100e;
  background: linear-gradient(135deg, #39ff9d, #47d9c8);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(57, 255, 157, 0.26), 0 20px 48px rgba(0, 0, 0, 0.42);
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: min(360px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(246, 240, 232, 0.2);
  border-radius: var(--radius);
  background: rgba(8, 9, 8, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.48);
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.chat-widget.is-open .chat-panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(62, 174, 177, 0.14), rgba(214, 163, 72, 0.1));
}

.chat-head button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(246, 240, 232, 0.2);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(246, 240, 232, 0.06);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.chat-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.chat-body p {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
}

.chat-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-chip-row button {
  height: 32px;
  border: 1px solid rgba(246, 240, 232, 0.2);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(246, 240, 232, 0.06);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.chat-body textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(246, 240, 232, 0.2);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: rgba(246, 240, 232, 0.07);
  font: inherit;
  font-size: 14px;
}

.chat-send {
  width: 100%;
}

.performance-video-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

.performance-video-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.performance-video-link strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 22px;
  border-radius: var(--radius);
  color: #171511;
  background: var(--gold);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.42);
  font-size: clamp(16px, 2vw, 24px);
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.media-modal.is-open {
  display: flex;
}

.media-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px);
}

.media-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  overflow: hidden;
  border: 1px solid rgba(246, 240, 232, 0.22);
  border-radius: var(--radius);
  background: #050605;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.62);
}

.media-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(62, 174, 177, 0.12), rgba(214, 163, 72, 0.1));
}

.media-modal-head strong {
  overflow-wrap: anywhere;
}

.media-modal-head button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(246, 240, 232, 0.22);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(246, 240, 232, 0.06);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.media-modal iframe {
  display: block;
  width: 100%;
  height: min(70vh, 640px);
  border: 0;
  background: #000;
}

body.modal-open {
  overflow: hidden;
}

.booking-section {
  background:
    linear-gradient(90deg, rgba(214, 163, 72, 0.16), rgba(62, 174, 177, 0.12)),
    #090a09;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 64px);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .hero {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 150px;
  }

  .nav-links {
    display: none;
  }

  .format-grid,
  .teaser-grid,
	  .section-grid,
	  .audio-shell,
	  .contact-section,
	  .contact-shell,
	  .robotic-section,
	  .booking-section,
	  .album-shell {
	    grid-template-columns: 1fr;
	  }

  .sound-performance-card {
    transform: none;
  }

  .hub-tabs,
  .hub-panel,
  .hub-cards {
    grid-template-columns: 1fr;
  }

  .hub-tab {
    min-height: 42px;
  }

  .booking-actions {
    justify-content: flex-start;
  }

  .hero-3d {
    opacity: 0.72;
  }

  .hero-feature-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(520px, calc(100% - 36px));
    min-width: 0;
    margin: 22px 18px 0;
    align-self: flex-start;
  }

  .hero-content {
    margin-left: 18px;
  }

  .performance-mini-card {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .performance-wave,
  .performance-controls {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand span:last-child {
    max-width: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-action {
    padding: 8px 10px;
  }

  .language-switch {
    order: 3;
    grid-column: 1 / -1;
    justify-self: start;
  }

  .hero {
    min-height: auto;
    padding: 112px 0 72px;
  }

  .hero-content {
    margin-left: 18px;
    padding-top: 24px;
  }

  .hero-emblem {
    width: 92px;
    margin-bottom: 14px;
    border-radius: 18px;
  }

  h1 {
    font-size: clamp(42px, 15vw, 72px);
  }

  .hero-meta {
    grid-template-columns: 1fr;
    gap: 7px;
    bottom: 16px;
  }

  .hero-meta span {
    padding-top: 8px;
  }

  .ambient-player {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: space-between;
  }

  .ambient-copy span:last-child {
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .chat-widget {
    right: 12px;
    bottom: 68px;
  }

  .robot-stage {
    min-height: 340px;
  }

  .format-grid,
  .track-list {
    grid-template-columns: 1fr;
  }

  .album-art {
    position: static;
  }

  .video-card .video-poster {
    max-height: 280px;
  }

  .visual-card {
    min-height: 260px;
  }

  .visual-card .video-poster,
  .visual-card img {
    min-height: 220px;
  }

  .audio-wave {
    min-height: 240px;
    gap: 8px;
  }

  .audio-wave span {
    width: 10px;
  }

  .hub-panel {
    padding: 12px;
  }

  .hub-copy,
  .hub-preview,
  .hub-preview iframe,
  .drive-media-wall,
  .media-mosaic,
  .media-mosaic img {
    min-height: 280px;
  }

  .media-mosaic,
  .drive-media-wall {
    grid-template-columns: 1fr;
  }

  .album-art img {
    min-height: 360px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0.86);
    opacity: 0.58;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes gridMove {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 92px 46px, 92px 46px;
  }
}

@keyframes titleGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(62, 174, 177, 0));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(62, 174, 177, 0.18));
  }
}

@keyframes trackPulse {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.35) brightness(1.08);
  }
}

@keyframes scanLine {
  0% {
    transform: translateY(-140px);
    opacity: 0;
  }
  18%,
  72% {
    opacity: 1;
  }
  100% {
    transform: translateY(180px);
    opacity: 0;
  }
}

@keyframes robotSweep {
  from {
    background-position: -220px 0, 0 0;
  }
  to {
    background-position: 620px 0, 0 72px;
  }
}

@keyframes coreSpin {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes audioPulse {
  0%,
  100% {
    transform: scaleY(0.36);
    opacity: 0.56;
  }
  50% {
    transform: scaleY(1.18);
    opacity: 1;
  }
}
