:root {
  --bg: #050608;
  --bg-soft: #090d12;
  --ink: #f7f7f8;
  --muted: #a1a1aa;
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.075);
  --cyan: #67e8f9;
  --cyan-strong: #22d3ee;
  --magenta: #e879f9;
  --magenta-strong: #d946ef;
  --amber: #f59e0b;
  --z-900: #18181b;
  --z-700: #3f3f46;
  --z-600: #52525b;
  --z-500: #71717a;
  --z-400: #a1a1aa;
  --z-300: #d4d4d8;
  --z-200: #e4e4e7;
  --max: 1180px;
  --header-height: 76px;
  --angle: 0deg;
  --mx: 0;
  --my: 0;
  --section-glow: rgba(103, 232, 249, 0.3);

  --vinyl-size: clamp(760px, 70vw, 1080px);
  --vinyl-left: clamp(-360px, -22vw, -120px);
  --vinyl-top: clamp(72px, 10vh, 138px);

  --tonearm-angle: 130.2deg;
  --tonearm-scroll-lift: 0deg;
  --tonearm-section-lift: 0deg;
  --tonearm-length: clamp(286px, 24.5vw, 360px);
  --tonearm-pivot-x: clamp(360px, 35.2vw, 612px);
  --tonearm-pivot-y: clamp(78px, 12vh, 144px);
  --tonearm-shift-x: -84px;
  --tonearm-shift-y: 0px;
  --tonearm-scale: 1;
  --tonearm-overlap: 32px;
  --tonearm-thickness: 15px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

body::before {
  background:
    radial-gradient(50rem 40rem at 78% 10%, rgba(232, 121, 249, 0.105), transparent 58%),
    radial-gradient(46rem 34rem at 24% 34%, rgba(103, 232, 249, 0.095), transparent 62%),
    radial-gradient(24rem 20rem at 62% 80%, rgba(255, 255, 255, 0.03), transparent 68%),
    linear-gradient(135deg, rgba(4, 7, 10, 0.92), rgba(5, 6, 9, 0.98));
  opacity: 0.96;
  transform: translate3d(calc(var(--mx) * 0.1px), calc(var(--my) * 0.07px), 0);
  animation: ambientBreath 18s ease-in-out infinite alternate;
}

body::after {
  opacity: 0.045;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 88%);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.hidden {
  display: none !important;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

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

.section-dark {
  background: transparent;
  color: #fff;
}

.section-light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), #fff);
  color: var(--z-900);
}

/* Fixed record stage */
.vinyl-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.vinyl-background::after {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    radial-gradient(circle at 26% 38%, rgba(103, 232, 249, 0.065), transparent 17%),
    radial-gradient(circle at 34% 64%, rgba(232, 121, 249, 0.06), transparent 19%);
  opacity: 0.85;
  transform: translate3d(calc(var(--mx) * -0.08px), calc(var(--my) * -0.06px), 0);
}

.vinyl-halo,
.vinyl-record {
  position: absolute;
  left: var(--vinyl-left);
  top: var(--vinyl-top);
  width: var(--vinyl-size);
  aspect-ratio: 1;
  border-radius: 50%;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.vinyl-halo {
  background: radial-gradient(circle closest-side,
    transparent 81%,
    rgba(103, 232, 249, 0.25) 86%,
    rgba(103, 232, 249, 0.1) 91%,
    rgba(133, 193, 246, 0.035) 95%,
    rgba(151, 176, 244, 0.006) 98%,
    rgba(151, 176, 244, 0) 100%);
  transform: scale(1.12);
  opacity: 0.9;
}

.vinyl-record {
  z-index: 1;
  overflow: hidden;
  clip-path: circle(50% at 50% 50%);
  transform: translateZ(0) rotate(var(--angle));
  opacity: 0.84;
  background:
    radial-gradient(circle at 50% 50%, #f7f8fb 0 0.6%, #08090b 0.75% 4.3%, #1a1e24 4.6% 5.9%, #050607 6.2% 9.4%, #171b22 9.7% 10.9%, transparent 11.3% 100%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.07) 0 0.65px, rgba(255, 255, 255, 0.02) 0.8px 1.1px, rgba(0, 0, 0, 0.78) 1.25px 2.1px, rgba(255, 255, 255, 0.026) 2.25px 2.55px, rgba(0, 0, 0, 0.88) 2.7px 6px),
    conic-gradient(from 18deg, rgba(255, 255, 255, 0.14), transparent 16deg 84deg, rgba(103, 232, 249, 0.1) 112deg, transparent 146deg 234deg, rgba(232, 121, 249, 0.12) 264deg, transparent 304deg 360deg),
    radial-gradient(circle at 33% 26%, rgba(255, 255, 255, 0.13), transparent 18%),
    linear-gradient(145deg, #141920, #020304 36%, #090d12 72%, #000);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 44px rgba(255, 255, 255, 0.04),
    inset 0 0 170px rgba(0, 0, 0, 0.82),
    0 24px 90px rgba(0, 0, 0, 0.56),
    0 0 42px var(--section-glow);
  will-change: transform;
  transition: filter 0.34s ease, box-shadow 0.34s ease, opacity 0.34s ease;
}

.vinyl-record::before {
  content: "";
  position: absolute;
  inset: 4.6%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 10px, rgba(255, 255, 255, 0.024) 10.7px 11.3px, transparent 12px 22px),
    radial-gradient(circle, transparent 0 58%, rgba(255, 255, 255, 0.026) 59% 60%, transparent 61% 100%),
    conic-gradient(from 18deg, transparent 0 100deg, rgba(255, 255, 255, 0.04) 122deg 126deg, transparent 146deg 252deg, rgba(255, 255, 255, 0.035) 278deg 282deg, transparent 304deg 360deg);
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.012), inset 0 0 110px rgba(0, 0, 0, 0.7);
}

.vinyl-record::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    linear-gradient(28deg, transparent 0 35%, rgba(255, 255, 255, 0.12) 36%, transparent 37.2% 100%),
    linear-gradient(138deg, transparent 0 58%, rgba(255, 255, 255, 0.06) 58.8%, transparent 59.6% 100%),
    radial-gradient(circle at 66% 32%, rgba(255, 255, 255, 0.06), transparent 16%);
  mix-blend-mode: screen;
  opacity: 0.36;
}

.vinyl-window {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, transparent 0 220deg, rgba(255, 255, 255, 0.035) 224deg 230deg, rgba(103, 232, 249, 0.14) 246deg 270deg, rgba(232, 121, 249, 0.17) 274deg 298deg, transparent 316deg 360deg),
    radial-gradient(circle, transparent 0 62%, rgba(255, 255, 255, 0.028) 63.2%, transparent 64.5%);
  opacity: 0.7;
  mix-blend-mode: screen;
}

.vinyl-center {
  position: absolute;
  inset: 39.1%;
  z-index: 4;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: #050608;
  box-shadow:
    0 0 22px rgba(103, 232, 249, 0.11),
    0 0 20px rgba(232, 121, 249, 0.09),
    inset 0 0 20px rgba(255, 255, 255, 0.04);
}

.vinyl-center-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: contrast(1.05) saturate(0.98);
  transform: translateZ(0);
}

.vinyl-center::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 18%, #aeb4bc 20% 46%, #050608 52% 100%);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

html.is-changing-section .vinyl-record {
  filter: saturate(1.08) brightness(1.04);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.09),
    inset 0 0 46px rgba(255, 255, 255, 0.05),
    inset 0 0 170px rgba(0, 0, 0, 0.82),
    0 26px 96px rgba(0, 0, 0, 0.62),
    0 0 78px rgba(103, 232, 249, 0.14),
    0 0 64px rgba(232, 121, 249, 0.09);
}

/* Tonearm: one geometric pivot shared by the base, arm and shadow. */
.tonearm-system {
  position: fixed;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  transform-origin: top left;
  transform: translate3d(var(--tonearm-shift-x), var(--tonearm-shift-y), 0) scale(var(--tonearm-scale));
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.045));
}

.tonearm-pivot {
  position: absolute;
  left: var(--tonearm-pivot-x);
  top: var(--tonearm-pivot-y);
  z-index: 5;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.98) 0 5%, rgba(255, 255, 255, 0.5) 6% 12%, rgba(151, 163, 181, 0.95) 13% 24%, rgba(35, 44, 60, 0.98) 25% 61%, #05070b 62% 100%);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    inset 0 -12px 20px rgba(0, 0, 0, 0.56),
    0 12px 28px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(255, 255, 255, 0.045);
}

.tonearm-pivot::before,
.tonearm-pivot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.tonearm-pivot::before {
  width: 42px;
  height: 42px;
  background: radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.9), rgba(120, 132, 148, 0.66) 34%, rgba(4, 6, 10, 0.96) 70%);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.48);
}

.tonearm-pivot::after {
  width: 20px;
  height: 20px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.96) 0 12%, rgba(214, 221, 229, 0.78) 13% 32%, rgba(27, 33, 44, 0.96) 33% 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.24), 0 0 8px rgba(255, 255, 255, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.tonearm-shadow,
.tonearm-arm {
  position: absolute;
  left: calc(var(--tonearm-pivot-x) - var(--tonearm-overlap));
  top: calc(var(--tonearm-pivot-y) - 7.5px);
  width: calc(var(--tonearm-length) + var(--tonearm-overlap));
  transform-origin: var(--tonearm-overlap) 50%;
  border-radius: 999px;
}

.tonearm-shadow {
  height: 22px;
  transform: rotate(calc(var(--tonearm-angle) - var(--tonearm-scroll-lift) - var(--tonearm-section-lift))) translateY(17px);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.12), transparent);
  filter: blur(7px);
  opacity: 0.52;
  transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s ease;
}

.tonearm-arm {
  z-index: 2;
  height: var(--tonearm-thickness);
  overflow: visible;
  transform: rotate(calc(var(--tonearm-angle) - var(--tonearm-scroll-lift) - var(--tonearm-section-lift)));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.26) 35%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(90deg, #313b4a 0%, #f8fbff 12%, #b9c5d4 34%, #fff 58%, #8794a7 82%, #202838 100%);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.44),
    inset 0 -3px 5px rgba(0, 0, 0, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.32);
  transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.34s ease;
}

.tonearm-arm::before {
  content: "";
  position: absolute;
  left: calc(var(--tonearm-overlap) - 18px);
  top: 2px;
  right: 20px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74), transparent);
  opacity: 0.66;
}

.tonearm-arm::after {
  content: "";
  position: absolute;
  left: calc(var(--tonearm-overlap) - 42px);
  top: -6px;
  width: 72px;
  height: 27px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.2) 42%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(90deg, #475364, #fbfdff 22%, #c6d0dc 48%, #eef4fb 69%, #9aa7b8 86%, rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.42), inset 0 -2px 4px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.2);
}

.tonearm-cartridge {
  position: absolute;
  right: -18px;
  top: 50%;
  z-index: 2;
  width: 86px;
  height: 28px;
  transform: translateY(-50%) rotate(14deg);
  transform-origin: 88% 50%;
  border-radius: 9px 15px 15px 9px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(165, 176, 191, 0.94) 48%, rgba(37, 46, 62, 0.98));
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.34), inset 0 -5px 8px rgba(0, 0, 0, 0.18), 0 8px 18px rgba(0, 0, 0, 0.32);
  transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.tonearm-cartridge::before,
.tonearm-cartridge::after {
  content: "";
  position: absolute;
  top: 6px;
  border-radius: 4px;
}

.tonearm-cartridge::before {
  left: 10px;
  width: 14px;
  height: 14px;
  background: linear-gradient(180deg, #f8fafc, #8b96a8);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.42), 0 1px 5px rgba(0, 0, 0, 0.22);
}

.tonearm-cartridge::after {
  right: 7px;
  width: 18px;
  height: 16px;
  background: linear-gradient(180deg, #1e293b, #06070a);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.tonearm-needle {
  position: absolute;
  right: -4px;
  top: 20px;
  width: 18px;
  height: 38px;
  transform: rotate(4deg);
  transform-origin: 50% 0;
}

.tonearm-needle::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #cfd8e3 38%, #111827);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.32);
}

.tonearm-needle::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 18%, rgba(103, 232, 249, 0.58) 20% 42%, rgba(232, 121, 249, 0.28) 43% 58%, rgba(0, 0, 0, 0.18) 60% 100%);
  box-shadow: 0 0 14px rgba(103, 232, 249, 0.22), 0 0 12px rgba(232, 121, 249, 0.14), 0 0 2px rgba(255, 255, 255, 0.65);
}

.tonearm-contact {
  position: absolute;
  left: 50%;
  bottom: -9px;
  z-index: 2;
  width: 17px;
  height: 17px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 12%, rgba(103, 232, 249, 0.42) 18% 42%, rgba(232, 121, 249, 0.18) 46% 63%, transparent 72%);
  filter: blur(1.5px);
  opacity: 0.78;
  animation: tonearmRead 2.15s ease-in-out infinite;
  transition: opacity 0.32s ease, transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
}

html.is-changing-section {
  --tonearm-section-lift: 12.3deg;
}

html.is-changing-section .tonearm-arm {
  filter: brightness(1.08) saturate(1.04);
}

html.is-changing-section .tonearm-shadow {
  opacity: 0.28;
  transform: rotate(calc(var(--tonearm-angle) - var(--tonearm-scroll-lift) - var(--tonearm-section-lift))) translateY(30px);
}

html.is-changing-section .tonearm-contact {
  animation: none;
  opacity: 0.08;
  transform: translateX(-50%) scale(0.56);
}

/* Quick navigation */
.vinyl-tabs {
  position: fixed;
  left: 18px;
  top: 50%;
  z-index: 40;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.vinyl-tabs a {
  display: block;
  min-width: 116px;
  padding: 0.68rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(10, 12, 18, 0.64), rgba(10, 12, 18, 0.42));
  color: var(--z-400);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-align: left;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px) saturate(135%);
  transition: transform 0.24s cubic-bezier(0.19, 1, 0.22, 1), background 0.24s ease, border-color 0.24s ease, color 0.2s ease, box-shadow 0.24s ease;
}

.vinyl-tabs a:hover,
.vinyl-tabs a:focus-visible,
.vinyl-tabs a.is-active {
  color: #fff;
  border-color: rgba(103, 232, 249, 0.6);
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.16), rgba(217, 70, 239, 0.14));
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.vinyl-tabs a:hover,
.vinyl-tabs a:focus-visible {
  transform: translateX(3px);
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(5, 6, 8, 0.7);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(24px) saturate(135%);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(5, 6, 8, 0.88);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  transition: min-height 0.25s ease;
}

.site-header.is-scrolled .header-inner {
  min-height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  width: 118px;
  height: 52px;
  object-fit: contain;
  border-radius: 10px;
  filter: drop-shadow(0 0 18px rgba(103, 232, 249, 0.08));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.main-nav a {
  position: relative;
  color: var(--z-300);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
  transition: width 0.25s ease;
}

.main-nav a:hover,
.main-nav a.is-current {
  color: #fff;
}

.main-nav a:hover::after,
.main-nav a.is-current::after {
  width: 100%;
}

.header-actions {
  display: flex;
  gap: 9px;
}

.ghost-link,
.solid-link,
.page-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 28px rgba(0, 0, 0, 0.2);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ghost-link {
  color: var(--cyan);
}

.solid-link {
  color: var(--amber);
}

.page-link {
  color: #fff;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.2), rgba(236, 72, 153, 0.18));
}

.ghost-link:hover,
.solid-link:hover,
.page-link:hover {
  transform: translateY(-1px);
  border-color: rgba(103, 232, 249, 0.4);
  box-shadow: 0 0 24px rgba(103, 232, 249, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-button span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.hero {
  min-height: 100svh;
  padding-top: var(--header-height);
  display: grid;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 22%, rgba(103, 232, 249, 0.1), transparent 20%),
    radial-gradient(circle at 78% 16%, rgba(232, 121, 249, 0.085), transparent 18%);
  mix-blend-mode: screen;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(38px, 4vw, 58px);
  align-items: center;
  padding-block: 64px 88px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.card-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--z-300);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  backdrop-filter: blur(12px);
}

.cyan {
  color: var(--cyan);
}

.magenta {
  color: var(--magenta);
}

.muted {
  color: var(--z-500);
}

.hero h1,
.section-intro h2,
.philosophy h2 {
  margin: 0;
  font-weight: 760;
  letter-spacing: -0.065em;
}

.hero h1 {
  max-width: 780px;
  color: #f4f4f5;
  font-size: clamp(3.08rem, 7.35vw, 6.65rem);
  line-height: 0.92;
}

.hero h1 span {
  color: var(--magenta-strong);
}

.hero-text {
  max-width: 610px;
  margin: 2rem 0 0;
  color: var(--z-300);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.72;
}

.button-row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 54px;
  padding: 0.95rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

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

.btn-neon {
  border-color: rgba(103, 232, 249, 0.68);
  background: rgba(103, 232, 249, 0.075);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.15), inset 0 0 18px rgba(217, 70, 239, 0.075);
}

.btn-ghost {
  border-color: var(--line);
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
}

.btn-dark {
  background: #09090b;
  color: #fff;
}

.btn-light {
  border-color: var(--z-300);
  background: #fff;
  color: var(--z-900);
}

.btn-page {
  border-color: rgba(232, 121, 249, 0.42);
  background: linear-gradient(135deg, rgba(103, 232, 249, 0.1), rgba(232, 121, 249, 0.1));
}

.full {
  width: 100%;
}

.logo-panel {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 16px;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  padding: 20px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 1.9rem;
  background: linear-gradient(160deg, rgba(10, 12, 18, 0.6), rgba(8, 10, 14, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 72px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px) saturate(122%);
}

.logo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(103, 232, 249, 0.055), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(232, 121, 249, 0.065), transparent 22%);
}

.logo-frame {
  display: none;
}

.hero-logo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 350px);
  min-height: 190px;
  border-radius: 1.35rem;
}

.hero-logo-stage::before {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 1.25rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.045), transparent 24%);
}

.hero-logo-glow {
  position: absolute;
  inset: 18%;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 44% 50%, rgba(103, 232, 249, 0.15), transparent 32%),
    radial-gradient(circle at 62% 58%, rgba(232, 121, 249, 0.12), transparent 28%);
  filter: blur(20px);
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: min(100%, 320px);
  max-height: 190px;
  border-radius: 0.9rem;
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.34)) drop-shadow(0 0 24px rgba(34, 211, 238, 0.12));
}

.mse-news-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 1.2rem;
  background: linear-gradient(145deg, rgba(8, 10, 14, 0.66), rgba(8, 10, 14, 0.4));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 14px 36px rgba(0, 0, 0, 0.18);
}

.mse-news-kicker {
  margin: 0 0 0.45rem;
  color: var(--cyan);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mse-news-panel h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.1rem, 1.7vw, 1.38rem);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.mse-news-list {
  display: grid;
  gap: 0.72rem;
}

.mse-news-item {
  padding: 0.82rem 0.9rem 0.82rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.mse-news-featured {
  border-color: rgba(103, 232, 249, 0.18);
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.07), rgba(232, 121, 249, 0.048));
}

.mse-news-date {
  display: inline-flex;
  margin-bottom: 0.36rem;
  color: var(--amber);
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mse-news-item h3 {
  margin: 0 0 0.34rem;
  font-size: 0.94rem;
  line-height: 1.15;
}

.mse-news-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.52;
}

.mse-news-item strong {
  color: #fff;
}

.mse-news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.18s ease, gap 0.18s ease;
}

.mse-news-link:hover,
.mse-news-link:focus-visible {
  gap: 0.5rem;
  color: #fff;
}

/* Editorial content */
.tracks-section,
.moments,
.projects,
.services,
.platform-hub,
.contact {
  padding-block: 92px;
}

.section-intro {
  max-width: 800px;
  margin-bottom: 46px;
}

.section-intro h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
}

.section-intro p:not(.card-label) {
  color: var(--z-400);
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-intro.dark p:not(.card-label) {
  color: var(--z-600);
}

.artist-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.artist-panel {
  --accent: var(--cyan);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 2.1rem;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px) saturate(120%);
  transform-origin: center top;
  transition: opacity 0.3s ease, transform 0.36s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.3s ease, box-shadow 0.36s ease;
}

.artist-panel-fragline {
  --accent: var(--amber);
}

.artist-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 0, rgba(255, 255, 255, 0.08), transparent 26%);
  transform: scale(1);
  transform-origin: 80% 0;
  transition: opacity 0.32s ease, transform 0.42s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.artist-panel-head {
  position: relative;
  z-index: 3;
  padding: 2rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.92), rgba(5, 6, 8, 0.76));
  backdrop-filter: blur(18px);
}

.face-label {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid color-mix(in srgb, var(--accent) 70%, transparent);
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artist-panel h3 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
  letter-spacing: -0.06em;
}

.artist-panel-head p {
  margin: 1rem 0 0;
  color: var(--z-300);
  line-height: 1.65;
}

.track-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 1.35rem 1rem 1rem;
}

.track-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 48px;
  gap: 16px;
  align-items: center;
  padding: 1.2rem 1.1rem 1.2rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.track-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 52%, transparent);
  background: rgba(255, 255, 255, 0.064);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.track-number {
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 1.55rem;
}

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

.track-card h4 {
  margin: 0 0 0.38rem;
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  letter-spacing: -0.02em;
}

.track-card p {
  margin: 0 0 0.32rem;
  color: var(--z-300);
  line-height: 1.45;
}

.track-card small {
  display: block;
  margin-bottom: 0.82rem;
  color: rgba(255, 255, 255, 0.56);
}

.track-play {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.track-play:hover {
  transform: translateY(-1px) scale(1.03);
  border-color: rgba(103, 232, 249, 0.34);
  box-shadow: 0 0 22px rgba(103, 232, 249, 0.16);
}

.platform-links {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.platform-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 36px;
  padding: 0.52rem 0.74rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), inset 0 -8px 18px rgba(0, 0, 0, 0.14), 0 12px 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, filter 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.platform-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: 0.34;
}

.platform-button:hover {
  transform: translateY(-1px) scale(1.01);
  filter: brightness(1.08) saturate(1.06);
}

.platform-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.platform-button svg .fill {
  fill: currentColor;
}

.platform-button svg .stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.platform-youtube {
  color: #ffd7da;
  border-color: rgba(255, 58, 94, 0.38);
  background: linear-gradient(135deg, rgba(255, 58, 94, 0.16), rgba(255, 58, 94, 0.05));
}

.platform-youtube::before {
  background: linear-gradient(90deg, rgba(255, 58, 94, 0.24), transparent);
}

.platform-youtube svg rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.platform-deezer {
  color: #ecd3ff;
  border-color: rgba(168, 85, 247, 0.36);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(168, 85, 247, 0.04));
}

.platform-deezer::before {
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.24), transparent);
}

.platform-deezer svg rect {
  fill: currentColor;
}

.platform-spotify {
  color: #d4ffe3;
  border-color: rgba(30, 215, 96, 0.36);
  background: linear-gradient(135deg, rgba(30, 215, 96, 0.13), rgba(30, 215, 96, 0.03));
}

.platform-spotify::before {
  background: linear-gradient(90deg, rgba(30, 215, 96, 0.22), transparent);
}

.platform-spotify svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.platform-apple {
  color: #f7fbff;
  border-color: rgba(138, 156, 255, 0.34);
  background: linear-gradient(135deg, rgba(120, 170, 255, 0.14), rgba(120, 170, 255, 0.04));
}

.platform-apple::before {
  background: linear-gradient(90deg, rgba(120, 170, 255, 0.2), transparent);
}

.platform-apple svg path {
  fill: currentColor;
}

.platform-hyper {
  color: #fef3c7;
  border-color: rgba(251, 191, 36, 0.34);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.14), rgba(245, 158, 11, 0.08));
}

.platform-hyper::before {
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.24), transparent);
}

.platform-hyper svg path,
.platform-hyper svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.track-card-upcoming {
  overflow: hidden;
}

.track-card-upcoming::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 85% 18%, rgba(251, 191, 36, 0.16), transparent 24%), linear-gradient(90deg, rgba(251, 191, 36, 0.04), transparent 26%);
}

.track-card-upcoming::after {
  content: "NOUVELLE SORTIE · 21/08/2026";
  position: absolute;
  top: 14px;
  right: 16px;
  color: #fef3c7;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.philosophy {
  padding-block: 48px;
}

.philosophy-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.pulse-icon {
  display: grid;
  place-items: center;
  width: 98px;
  height: 98px;
  border: 1px solid rgba(103, 232, 249, 0.4);
  border-radius: 50%;
  background: rgba(103, 232, 249, 0.08);
  color: var(--cyan);
  box-shadow: 0 0 32px rgba(34, 211, 238, 0.18);
}

.pulse-icon svg {
  width: 58px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.philosophy h2 {
  max-width: 880px;
  font-size: clamp(1.7rem, 3.1vw, 3rem);
  line-height: 1.15;
}

.text-link {
  color: var(--z-300);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.moments-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}

.moment-list {
  display: grid;
  gap: 16px;
}

.moment {
  width: 100%;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.moment:hover,
.moment.is-active {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.6);
  background: rgba(103, 232, 249, 0.095);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.12);
}

.moment strong,
.moment span {
  display: block;
}

.moment strong {
  font-size: 1.2rem;
}

.moment span {
  margin-top: 0.45rem;
  color: var(--z-400);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 50px;
}

.project-card {
  min-height: 300px;
  padding: 1.7rem;
  border: 1px solid var(--z-200);
  border-radius: 2rem;
  background: #fafafa;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: var(--z-300);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.project-index {
  color: var(--z-500);
  font-family: Georgia, serif;
  font-size: 2rem;
}

.project-card h3 {
  margin: 2rem 0 0.5rem;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.project-subtitle {
  margin: 0 0 1.25rem;
  color: var(--z-500);
  font-weight: 700;
}

.project-card p:not(.project-subtitle) {
  color: var(--z-600);
  line-height: 1.65;
}

.project-cta {
  display: inline-flex;
  margin-top: 1.4rem;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-list {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  grid-template-areas: "index title title" "index text link";
  gap: 0.6rem 24px;
  align-items: start;
  padding: 2.1rem 0;
  border-bottom: 1px solid var(--line);
}

.service-index {
  grid-area: index;
  color: var(--z-600);
  font-family: Georgia, serif;
  font-size: 1.9rem;
}

.service-row h3 {
  grid-area: title;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-row p {
  grid-area: text;
  max-width: 560px;
  margin: 0;
  color: var(--z-400);
  line-height: 1.65;
}

.service-row a {
  grid-area: link;
  align-self: center;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.platform-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  margin-top: 34px;
}

.platform-artist-card {
  --accent: var(--cyan);
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  background: radial-gradient(circle at 80% 18%, rgba(103, 232, 249, 0.13), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.platform-artist-card-fragline {
  --accent: var(--magenta);
  background: radial-gradient(circle at 80% 18%, rgba(232, 121, 249, 0.13), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
}

.platform-artist-card h3 {
  margin: 1.4rem 0 0.7rem;
  font-size: clamp(2rem, 3vw, 3.6rem);
  letter-spacing: -0.06em;
}

.platform-artist-card p {
  max-width: 640px;
  color: var(--z-300);
  line-height: 1.7;
}

.platform-links-large {
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.platform-links-large .platform-button {
  min-height: 42px;
  padding: 0.7rem 1rem;
  font-size: 0.76rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}

.contact-form {
  padding: 2rem;
  border: 1px solid var(--z-200);
  border-radius: 1.25rem;
  background: #fafafa;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
}

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

label {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}

label span {
  color: var(--z-600);
  font-size: 0.93rem;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--z-200);
  border-radius: 0.75rem;
  outline: none;
  background: #fff;
  color: var(--z-900);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  min-height: 165px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--z-900);
  box-shadow: 0 0 0 4px rgba(24, 24, 27, 0.08);
}

.form-note {
  margin: 1rem 0 0;
  color: var(--z-500);
  font-size: 0.82rem;
  text-align: center;
}

.site-footer {
  position: relative;
  z-index: 2;
  padding-block: 40px;
  border-top: 1px solid var(--line);
  background: rgba(5, 6, 8, 0.94);
}

.footer-inner,
.footer-brand {
  display: flex;
  align-items: center;
}

.footer-inner {
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  gap: 16px;
}

.footer-brand img {
  width: 104px;
  height: 50px;
  border-radius: 8px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.footer-brand small {
  color: var(--z-500);
}

.mse-mini-player {
  --player-accent: var(--cyan);
  position: fixed;
  right: clamp(12px, 1.5vw, 20px);
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 80;
  width: min(292px, calc(100vw - 24px));
  color: #fff;
  isolation: isolate;
}

.mse-mini-player[data-artist="fragline"] {
  --player-accent: var(--amber);
}

.mse-mini-player [hidden] {
  display: none !important;
}

.mse-mini-player button {
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  color: inherit;
  cursor: pointer;
}

.mse-mini-shell,
.mse-mini-playlist {
  border: 1px solid color-mix(in srgb, var(--player-accent) 32%, rgba(255, 255, 255, 0.08));
  background: linear-gradient(145deg, rgba(19, 22, 28, 0.965), rgba(5, 6, 8, 0.985));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.mse-mini-shell {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 60px;
  padding: 8px 9px;
  border-radius: 18px;
}

.mse-mini-disc {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.09) 0 1px, #090b0f 1.4px 3.2px),
    #050608;
  box-shadow: inset 0 0 9px #000, 0 0 13px color-mix(in srgb, var(--player-accent) 16%, transparent);
  transform: translateZ(0);
}

.mse-mini-disc::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #08090b;
}

.mse-mini-disc img {
  display: block;
  width: 50%;
  height: 50%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}

.mse-mini-player.is-playing .mse-mini-disc {
  animation: mseMiniSpin 5.4s linear infinite;
}

.mse-mini-copy {
  display: grid;
  min-width: 0;
}

.mse-mini-copy > span:first-child,
.mse-mini-copy strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mse-mini-copy > span:first-child {
  color: var(--player-accent);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mse-mini-copy strong {
  margin-top: 2px;
  font-size: 0.72rem;
  line-height: 1.2;
}

.mse-mini-copy input[type="range"] {
  --range-progress: 0%;
  appearance: none;
  width: 100%;
  height: 9px;
  margin: 2px 0 -2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.mse-mini-copy input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(to right, var(--player-accent) 0, var(--player-accent) var(--range-progress), rgba(255, 255, 255, 0.16) var(--range-progress));
}

.mse-mini-copy input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 7px;
  height: 7px;
  margin-top: -2.5px;
  border: 1px solid #050608;
  border-radius: 50%;
  background: var(--player-accent);
}

.mse-mini-copy input[type="range"]::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.mse-mini-copy input[type="range"]::-moz-range-progress {
  height: 2px;
  border-radius: 999px;
  background: var(--player-accent);
}

.mse-mini-copy input[type="range"]::-moz-range-thumb {
  width: 6px;
  height: 6px;
  border: 1px solid #050608;
  border-radius: 50%;
  background: var(--player-accent);
}

.mse-mini-transport {
  display: grid;
  grid-template-columns: repeat(4, 22px);
  gap: 3px;
  align-items: center;
}

.mse-mini-transport button,
.mse-mini-playlist-head button {
  width: 22px;
  height: 22px;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.mse-mini-transport button:hover,
.mse-mini-transport button:focus-visible,
.mse-mini-playlist-head button:hover,
.mse-mini-playlist-head button:focus-visible {
  border-color: color-mix(in srgb, var(--player-accent) 58%, transparent);
  background: color-mix(in srgb, var(--player-accent) 13%, rgba(255, 255, 255, 0.05));
  color: var(--player-accent);
  transform: translateY(-1px);
}

.mse-mini-transport svg,
.mse-mini-playlist-head svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mse-mini-transport .mse-mini-play {
  width: 28px;
  height: 28px;
  margin: 0 -3px;
  border-color: color-mix(in srgb, var(--player-accent) 65%, transparent);
  background: var(--player-accent);
  color: #050608;
  box-shadow: 0 5px 14px color-mix(in srgb, var(--player-accent) 18%, transparent);
}

.mse-mini-play svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  stroke: none;
}

.mse-mini-playlist {
  position: absolute;
  right: 0;
  bottom: calc(100% + 7px);
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.mse-mini-playlist-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.mse-mini-playlist-head span,
.mse-mini-playlist-head strong {
  display: block;
}

.mse-mini-playlist-head span {
  color: var(--player-accent);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mse-mini-playlist-head strong {
  margin-top: 1px;
  font-size: 0.67rem;
}

.mse-mini-tracklist {
  display: grid;
  gap: 3px;
  max-height: min(45vh, 282px);
  padding: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mse-mini-track {
  --track-accent: var(--cyan);
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  min-height: 34px;
  padding: 5px 7px !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.025) !important;
  text-align: left;
  transition: border-color 0.16s ease, background 0.16s ease;
}

.mse-mini-track[data-artist="fragline"] {
  --track-accent: var(--amber);
}

.mse-mini-track:hover,
.mse-mini-track:focus-visible,
.mse-mini-track[aria-current="true"] {
  border-color: color-mix(in srgb, var(--track-accent) 42%, transparent) !important;
  background: color-mix(in srgb, var(--track-accent) 8%, rgba(255, 255, 255, 0.03)) !important;
}

.mse-mini-track-index {
  color: var(--track-accent);
  font-family: Georgia, serif;
  font-size: 0.66rem;
}

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

.mse-mini-track-copy strong,
.mse-mini-track-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mse-mini-track-copy strong {
  font-size: 0.67rem;
}

.mse-mini-track-copy small,
.mse-mini-track-duration {
  color: var(--z-500);
  font-size: 0.54rem;
}

.mse-mini-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@keyframes mseMiniSpin {
  to { transform: translateZ(0) rotate(360deg); }
}

/* Interaction polish */
.premium-spotlight {
  --spot-x: 50%;
  --spot-y: 50%;
  --spot-opacity: 0;
  position: relative;
  isolation: isolate;
}

.premium-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.014) 12%, transparent 30%);
  opacity: var(--spot-opacity);
  mix-blend-mode: screen;
  transition: opacity 0.18s ease;
}

.premium-spotlight > * {
  position: relative;
  z-index: 1;
}

.hero-copy.premium-spotlight::after,
.logo-panel.premium-spotlight::after {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.986);
  filter: blur(5px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
}

.has-js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@keyframes ambientBreath {
  from { opacity: 0.82; filter: saturate(1); }
  to { opacity: 1; filter: saturate(1.1); }
}

@keyframes tonearmRead {
  0%, 100% { opacity: 0.5; transform: translateX(-50%) scale(0.82); }
  50% { opacity: 0.92; transform: translateX(-50%) scale(1.12); }
}

@media (min-width: 1081px) and (hover: hover) and (pointer: fine) {
  .has-js .artist-panel.reveal.is-visible {
    transition: opacity 0.3s ease, transform 0.36s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.3s ease, box-shadow 0.36s ease;
  }

  .artist-panel::before {
    background: radial-gradient(circle at 80% 0, color-mix(in srgb, var(--accent) 20%, transparent), transparent 28%);
    opacity: 0.58;
  }

  .artist-showcase-grid:has(.artist-panel:is(:hover, :focus-within)) .artist-panel:not(:is(:hover, :focus-within)) {
    opacity: 0.74;
    transform: scale(0.992);
  }

  .artist-showcase-grid .artist-panel:is(:hover, :focus-within) {
    z-index: 4;
    border-color: color-mix(in srgb, var(--accent) 42%, transparent);
    box-shadow:
      0 34px 84px rgba(0, 0, 0, 0.42),
      0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
    transform: translateY(-5px);
  }

  .artist-panel:is(:hover, :focus-within)::before {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (max-width: 1280px) {
  :root {
    --vinyl-left: clamp(-360px, -27vw, -190px);
    --tonearm-pivot-x: clamp(250px, 30vw, 430px);
    --tonearm-length: clamp(252px, 24vw, 320px);
    --tonearm-scale: 0.92;
    --tonearm-shift-x: -42px;
  }

  .header-actions {
    gap: 7px;
  }

  .ghost-link,
  .solid-link,
  .page-link {
    padding-inline: 0.72rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 1080px) {
  :root {
    --tonearm-scale: 0.82;
    --tonearm-shift-x: -18px;
  }

  .vinyl-tabs {
    display: none;
  }

  .hero-grid,
  .artist-showcase-grid,
  .moments-grid,
  .platform-hub-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .philosophy-card {
    grid-template-columns: 1fr;
  }

  .main-nav {
    gap: 18px;
  }

  .page-link {
    display: none;
  }

  .platform-button span {
    display: none;
  }

  .platform-links-large .platform-button span {
    display: inline;
  }
}

@media (max-width: 780px) {
  :root {
    --header-height: 70px;
    --vinyl-size: clamp(540px, 122vw, 760px);
    --vinyl-left: -64vw;
    --vinyl-top: 102px;
  }

  body::before {
    transform: none;
    animation: none;
  }

  body::after {
    opacity: 0.032;
    background-size: 140px 140px;
  }

  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .header-actions {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    overflow: hidden;
    display: grid;
    gap: 0;
    max-height: 0;
    padding: 0 20px;
    border-bottom: 1px solid transparent;
    background: rgba(5, 6, 8, 0.97);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    backdrop-filter: blur(22px);
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.22s ease, transform 0.3s ease, border-color 0.3s ease;
  }

  .main-nav.is-open {
    max-height: 460px;
    padding: 0.8rem 20px 1.25rem;
    border-color: var(--line);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 0.95rem 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .main-nav a::after {
    display: none;
  }

  .brand-logo {
    width: 105px;
    height: 46px;
  }

  .hero-grid {
    gap: 34px;
    padding-block: 44px 66px;
  }

  .hero h1 {
    font-size: clamp(2.78rem, 13.8vw, 3.95rem);
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 0.82rem;
  }

  .button-row {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .logo-panel {
    padding: 16px;
    border-radius: 1.45rem;
    backdrop-filter: none;
  }

  .hero-logo-stage {
    width: min(100%, 280px);
    min-height: 155px;
  }

  .hero-logo {
    width: min(100%, 260px);
    max-height: 150px;
  }

  .mse-news-panel {
    border-radius: 1rem;
  }

  .tracks-section,
  .moments,
  .projects,
  .services,
  .platform-hub,
  .contact {
    padding-block: 58px;
  }

  .section-intro h2 {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }

  .artist-panel,
  .platform-artist-card,
  .philosophy-card {
    backdrop-filter: none;
  }

  .artist-panel-head,
  .philosophy-card,
  .contact-form,
  .platform-artist-card {
    padding: 1.25rem;
    border-radius: 1.5rem;
  }

  .track-card {
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
  }

  .track-play {
    display: none;
  }

  .track-card-upcoming::after {
    position: static;
    display: block;
    grid-column: 2;
    margin-top: 0.55rem;
  }

  .platform-links {
    gap: 0.38rem;
  }

  .platform-button {
    min-width: 34px;
    padding: 0.5rem;
  }

  .platform-links-large .platform-button {
    padding: 0.65rem 0.82rem;
  }

  .platform-links-large .platform-button span {
    display: inline;
  }

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

  .service-row {
    grid-template-columns: 48px 1fr;
    grid-template-areas: "index title" "index text" "index link";
  }

  .footer-inner,
  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .mse-mini-player {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    width: min(286px, calc(100vw - 20px));
  }

  .mse-mini-shell {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    min-height: 56px;
    padding: 7px 8px;
  }

  .vinyl-record {
    opacity: 0.68;
  }

  .vinyl-halo {
    opacity: 0.68;
  }

  .vinyl-center {
    inset: 39.4%;
  }

  .tonearm-system {
    display: none;
  }
}

@media (pointer: coarse) {
  .premium-spotlight::after {
    display: none;
  }
}

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

  body::before,
  .tonearm-contact {
    animation: none;
  }

  .has-js .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .artist-panel,
  .artist-panel::before,
  .has-js .artist-panel.reveal.is-visible {
    transition: none;
  }

  .mse-mini-player *,
  .mse-mini-player *::before,
  .mse-mini-player *::after {
    animation: none !important;
    transition: none !important;
  }

  .artist-showcase-grid:has(.artist-panel:is(:hover, :focus-within)) .artist-panel:not(:is(:hover, :focus-within)),
  .artist-showcase-grid .artist-panel:is(:hover, :focus-within),
  .artist-panel:is(:hover, :focus-within)::before {
    transform: none;
  }

  .btn:hover,
  .track-card:hover,
  .project-card:hover,
  .moment:hover,
  .platform-button:hover {
    transform: none;
  }
}
