@font-face {
  font-family: "ModRetro80";
  src: url("/assets/relaunch/fonts/ModRetro80-Regular.woff2") format("woff2");
  font-display: swap;
}

:root {
  --bg: #03050b;
  --bg-elevated: #08101c;
  --panel: linear-gradient(180deg, rgba(10, 18, 31, 0.88), rgba(7, 12, 22, 0.96));
  --panel-strong: rgba(8, 14, 26, 0.94);
  --surface: #111b2b;
  --surface-soft: #18253a;
  --line: rgba(110, 235, 255, 0.1);
  --line-strong: rgba(110, 235, 255, 0.22);
  --text: #eef6ff;
  --muted: #96a8bb;
  --signal: #6ef6ff;
  --signal-strong: #28e0ff;
  --signal-soft: rgba(40, 224, 255, 0.18);
  --accent: #ff9b4a;
  --accent-soft: rgba(255, 155, 74, 0.16);
  --accent-warm: #ffc181;
  --violet-soft: rgba(95, 99, 255, 0.14);
  --success: #95f7c0;
  --danger: #ff8fab;
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 30px 96px rgba(0, 0, 0, 0.5);
  --glow-signal: 0 0 0 1px rgba(110, 235, 255, 0.15), 0 0 28px rgba(40, 224, 255, 0.1);
  --glow-accent: 0 0 0 1px rgba(255, 155, 74, 0.14), 0 0 38px rgba(255, 155, 74, 0.16);
  --ease-sci: cubic-bezier(0.18, 0.84, 0.24, 1);
  --font-display: "ModRetro80", "Arial Black", sans-serif;
  --font-body: "Trebuchet MS", "Gill Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 18%, rgba(40, 224, 255, 0.11), transparent 25%),
    radial-gradient(circle at 84% 14%, rgba(255, 155, 74, 0.1), transparent 21%),
    radial-gradient(circle at 72% 70%, rgba(95, 99, 255, 0.12), transparent 27%),
    linear-gradient(180deg, #02040a 0%, #050914 45%, #07101d 100%);
  color: var(--text);
  font-family: var(--font-body);
  letter-spacing: 0.01em;
}

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

body::before {
  inset: -12%;
  z-index: -3;
  opacity: 0.82;
  background:
    radial-gradient(circle at 25% 24%, rgba(110, 246, 255, 0.1), transparent 0 26%),
    radial-gradient(circle at 72% 18%, rgba(255, 155, 74, 0.07), transparent 0 17%),
    radial-gradient(circle at 68% 72%, rgba(72, 119, 255, 0.09), transparent 0 23%),
    radial-gradient(circle at 80% 52%, rgba(110, 246, 255, 0.07), transparent 0 17%);
  filter: blur(12px);
  animation: cosmic-drift 18s ease-in-out infinite alternate;
}

body::after {
  left: -10vw;
  right: -10vw;
  bottom: -28vh;
  height: 70vh;
  z-index: -2;
  opacity: 0.34;
  background:
    linear-gradient(90deg, transparent, rgba(110, 246, 255, 0.2), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(110, 246, 255, 0.08) 0 1px,
      transparent 1px 92px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(110, 246, 255, 0.08) 0 1px,
      transparent 1px 80px
    );
  transform: perspective(1600px) rotateX(78deg);
  transform-origin: center bottom;
  animation: grid-pulse 12s ease-in-out infinite;
}

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

.hero picture,
.tile-card picture {
  display: block;
}

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

.topbar,
.shell,
.footer {
  position: relative;
  z-index: 1;
}

.shell {
  width: min(1260px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 30px 0 88px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background:
    linear-gradient(180deg, rgba(3, 6, 12, 0.96), rgba(4, 8, 15, 0.82)),
    rgba(4, 8, 15, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(110, 246, 255, 0.12);
  box-shadow: 0 8px 44px rgba(0, 0, 0, 0.34);
}

.topbar.is-scrolled {
  background:
    linear-gradient(180deg, rgba(3, 7, 14, 0.98), rgba(4, 8, 15, 0.92)),
    rgba(4, 8, 15, 0.94);
  border-bottom-color: rgba(110, 246, 255, 0.18);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.42);
}

.topbar::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 246, 255, 0.78), transparent);
  box-shadow: 0 0 18px rgba(40, 224, 255, 0.28);
}

.topbar__inner {
  width: min(1260px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand__logo {
  width: 74px;
  height: auto;
  filter:
    drop-shadow(0 0 0 rgba(0, 0, 0, 0))
    drop-shadow(0 0 22px rgba(40, 224, 255, 0.12))
    drop-shadow(0 14px 34px rgba(0, 0, 0, 0.45));
}

.brand__wordmark span,
.hero h1,
.page-shell__hero-copy h1,
.section__head h2,
.card h2,
.card h3 {
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand__wordmark span {
  display: block;
  color: var(--text);
  font-size: 1.08rem;
  text-shadow: 0 0 16px rgba(40, 224, 255, 0.14);
}

.brand__wordmark small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav,
.topbar__right,
.lang-switch,
.trust-strip,
.hero__actions,
.callout-links,
.form-card__actions {
  display: flex;
  align-items: center;
}

.nav {
  gap: 16px;
  margin-left: auto;
}

.nav a,
.lang-switch a,
.ghost-link,
.inline-link,
.mobile-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 6px;
  color: var(--muted);
  transition:
    color 0.22s ease,
    opacity 0.22s ease,
    text-shadow 0.22s ease;
}

.nav a::after,
.lang-switch a::after,
.ghost-link::after,
.inline-link::after,
.mobile-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 246, 255, 0.86), transparent);
  transform: scaleX(0.14);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.24s var(--ease-sci), opacity 0.24s ease;
}

.nav a:hover,
.nav a.is-active,
.lang-switch a:hover,
.lang-switch a.is-active,
.ghost-link:hover,
.inline-link:hover,
.mobile-nav a:hover,
.mobile-nav a.is-active {
  color: var(--text);
  text-shadow: 0 0 14px rgba(40, 224, 255, 0.2);
}

.nav a:hover::after,
.nav a.is-active::after,
.lang-switch a:hover::after,
.lang-switch a.is-active::after,
.ghost-link:hover::after,
.inline-link:hover::after,
.mobile-nav a:hover::after,
.mobile-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.topbar__right {
  gap: 18px;
}

.lang-switch {
  gap: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--glow-signal);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  background: var(--text);
  transition: transform 0.24s var(--ease-sci), opacity 0.24s ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  display: flex;
  width: min(1260px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(12, 19, 33, 0.96), rgba(7, 13, 24, 0.96)),
    var(--panel-strong);
  border: 1px solid transparent;
  box-shadow: none;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -14px, 0);
  transition:
    max-height 0.34s var(--ease-sci),
    opacity 0.24s ease,
    transform 0.34s var(--ease-sci),
    margin 0.34s var(--ease-sci),
    padding 0.34s var(--ease-sci),
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.mobile-nav.is-open {
  margin: 0 auto 18px;
  padding: 16px 18px 18px;
  max-height: 640px;
  border-color: var(--line-strong);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(110, 246, 255, 0.08);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.mobile-nav__locales {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(110, 235, 255, 0.12);
}

.mobile-nav__locales a {
  min-width: 48px;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(110, 235, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.mobile-nav__login {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.hero,
.page-shell__hero,
.card,
.tile-card,
.artist-card,
.trust-strip span,
.footer__brand,
.footer__cols > div {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
}

.hero {
  position: relative;
  min-height: clamp(420px, 58vh, 620px);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(110, 246, 255, 0.18);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(110, 246, 255, 0.06);
  background:
    radial-gradient(circle at 78% 50%, rgba(40, 224, 255, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(5, 9, 16, 0.96) 0%, rgba(5, 9, 16, 0.88) 38%, rgba(5, 9, 16, 0.54) 66%, rgba(5, 9, 16, 0.92) 100%),
    rgba(6, 10, 18, 0.6);
  transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
}

.hero::before,
.hero::after,
.page-shell__hero::before,
.page-shell__hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  right: -12%;
  top: -20%;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(110, 246, 255, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(110, 246, 255, 0.04),
    0 0 0 48px rgba(110, 246, 255, 0.02),
    0 0 90px rgba(40, 224, 255, 0.15);
  transform:
    translate3d(calc(var(--pointer-x, 0) * -32px), calc(var(--pointer-y, 0) * -24px), 0)
    rotate(0deg);
  animation: orbital-ring 18s linear infinite;
  z-index: 1;
}

.hero::after {
  left: -4%;
  top: 18%;
  width: 48%;
  height: 28%;
  border: 1px solid rgba(255, 155, 74, 0.18);
  border-left: 0;
  border-radius: 999px;
  opacity: 0.38;
  transform:
    translate3d(calc(var(--pointer-x, 0) * 24px), calc(var(--pointer-y, 0) * -18px), 0)
    rotate(-7deg);
  box-shadow: 0 0 60px rgba(255, 155, 74, 0.12);
  z-index: 1;
}

.hero__bg,
.page-shell__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__bg {
  z-index: 0;
  object-fit: contain;
  object-position: calc(100% - 18px) center;
  transform:
    scale(1.01)
    translate3d(calc(var(--pointer-x, 0) * 12px), calc(var(--pointer-y, 0) * 10px), 0);
  filter:
    saturate(1.08)
    contrast(1.02)
    brightness(0.94)
    drop-shadow(0 0 26px rgba(40, 224, 255, 0.08));
  transition: transform 0.34s ease-out;
}

.hero__overlay,
.page-shell__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 8, 15, 0.92) 0%, rgba(4, 8, 15, 0.78) 34%, rgba(4, 8, 15, 0.28) 62%, rgba(4, 8, 15, 0.1) 100%),
    radial-gradient(circle at left top, rgba(40, 224, 255, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 88px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015) 0 1px, transparent 1px 78px);
  background-size: auto, auto, 88px 88px, 78px 78px;
  animation: signal-sweep 14s linear infinite;
}

.hero__content,
.page-shell__hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: clamp(46px, 8vw, 84px) clamp(26px, 5vw, 58px);
}

.hero__content {
  max-width: min(58%, 760px);
  padding-right: 20px;
}

.eyebrow,
.meta,
.count-badge,
.tile-card__label,
.footer__label {
  color: var(--accent-warm);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow::before {
  content: "";
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, rgba(110, 246, 255, 0.7), transparent);
  box-shadow: 0 0 18px rgba(40, 224, 255, 0.2);
}

.hero h1,
.page-shell__hero-copy h1 {
  margin: 16px 0 18px;
  text-shadow:
    0 0 24px rgba(40, 224, 255, 0.16),
    0 0 42px rgba(40, 224, 255, 0.08);
}

.hero h1 {
  font-size: clamp(1.26rem, 2.46vw, 2.61rem);
  line-height: 0.92;
  max-width: 11ch;
}

.page-shell__hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(110, 246, 255, 0.18);
  background: var(--panel);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(110, 246, 255, 0.06);
  transform:
    translate3d(0, var(--reveal-y), 0)
    scale(var(--reveal-scale))
    rotateX(var(--tilt-y))
    rotateY(var(--tilt-x));
  transform-style: preserve-3d;
}

.page-shell__hero::before {
  top: 18px;
  left: 18px;
  width: 132px;
  height: 132px;
  border-top: 1px solid rgba(110, 246, 255, 0.34);
  border-left: 1px solid rgba(110, 246, 255, 0.34);
  opacity: 0.9;
  z-index: 1;
}

.page-shell__hero::after {
  right: 18px;
  bottom: 18px;
  width: 144px;
  height: 144px;
  border-right: 1px solid rgba(255, 155, 74, 0.26);
  border-bottom: 1px solid rgba(255, 155, 74, 0.26);
  z-index: 1;
}

.page-shell__image {
  z-index: 0;
  transform:
    scale(1.06)
    translate3d(calc(var(--pointer-x, 0) * 14px), calc(var(--pointer-y, 0) * 14px), 0);
  filter: saturate(1.04) brightness(0.74);
  transition: transform 0.34s ease-out;
}

.page-shell__overlay {
  z-index: 1;
}

.page-shell__hero-copy h1 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.hero__copy,
.page-shell__hero-copy p,
.card p,
.field span,
.field input,
.field textarea,
.footer p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1rem;
}

.hero__copy,
.page-shell__hero-copy p {
  max-width: 66ch;
}

@media (min-width: 721px) {
  .site--home .hero__content {
    max-width: min(60%, 760px);
  }

  .site--home .hero h1 {
    max-width: 12.75ch;
    font-size: clamp(1.44rem, 3.1vw, 3.1rem);
    line-height: 0.86;
    letter-spacing: 0.06em;
  }

  .site--home .hero__copy {
    max-width: 60ch;
    font-size: 1.03rem;
    line-height: 1.68;
  }

  .site--home .hero__bg {
    object-position: calc(100% - 10px) center;
  }
}

@media (min-width: 1181px) {
  .section--core-routes .tile-grid {
    transform: none;
  }
}

.hero__actions,
.callout-links,
.form-card__actions {
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.form-card__copy {
  margin: 12px 0 0;
  max-width: 60ch;
  color: rgba(236, 238, 246, 0.78);
  line-height: 1.6;
}

.form-card__checklist {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.form-card__checklist li {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(239, 241, 247, 0.84);
  font-size: 0.8rem;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.2s var(--ease-sci),
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.28), transparent 35%, transparent 65%, rgba(255, 255, 255, 0.2));
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 0.2s ease, transform 0.4s var(--ease-sci);
}

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

.btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.btn--solid {
  background: linear-gradient(135deg, #52f6ff 0%, #21d6ff 52%, #4a8cff 100%);
  color: #04111b;
  box-shadow: 0 18px 44px rgba(33, 214, 255, 0.28);
}

.btn--ghost {
  border-color: rgba(110, 246, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  box-shadow: var(--glow-signal);
}

.btn--ghost:hover {
  border-color: rgba(110, 246, 255, 0.42);
  box-shadow: 0 0 34px rgba(40, 224, 255, 0.16);
}

.trust-strip,
.section,
.page-shell {
  margin-top: 28px;
}

.trust-strip {
  gap: 12px;
  flex-wrap: wrap;
}

.trust-strip span,
.tag-row span,
.count-badge {
  position: relative;
  overflow: hidden;
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(13, 20, 35, 0.94), rgba(8, 14, 25, 0.98)),
    var(--signal-soft);
  box-shadow: var(--glow-signal);
}

.trust-strip span {
  padding: 12px 16px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.trust-strip span::before,
.count-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent, rgba(110, 246, 255, 0.18), transparent);
  transform: translateX(-120%);
  animation: shine 8s linear infinite;
}

.trust-strip span:nth-child(2)::before {
  animation-delay: 1.2s;
}

.trust-strip span:nth-child(3)::before {
  animation-delay: 2.2s;
}

.trust-strip span:nth-child(4)::before {
  animation-delay: 3.3s;
}

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}

.section__head h2 {
  margin: 8px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.section--core-routes .section__head > div {
  width: 100%;
}

.core-route-title-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 8px 0 0;
  font-size: clamp(1.52rem, 2.8vw, 2.86rem);
  line-height: 0.92;
}

.core-route-title-grid span {
  display: block;
  min-width: 0;
}

.news-grid,
.tile-grid,
.grid-layout,
.feature-grid,
.artist-grid,
.footer,
.footer__cols {
  display: grid;
}

.news-grid,
.feature-grid {
  gap: 18px;
}

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

.tile-card,
.artist-card,
.card,
.footer__brand,
.footer__cols > div {
  position: relative;
  transform:
    translate3d(var(--reveal-x), var(--reveal-y), 0)
    scale(var(--reveal-scale))
    rotateX(var(--tilt-y))
    rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition:
    transform 0.22s var(--ease-sci),
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.tile-card {
  min-height: 350px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(110, 246, 255, 0.14);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(110, 246, 255, 0.04);
  background: rgba(8, 12, 20, 0.82);
}

.tile-card::before,
.card::before,
.artist-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(110, 246, 255, 0.08), transparent 35%),
    linear-gradient(305deg, rgba(255, 155, 74, 0.08), transparent 30%);
  opacity: 0.8;
}

.tile-card::after,
.card::after,
.artist-card::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 62px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 155, 74, 0.7), transparent);
  box-shadow: 0 0 18px rgba(255, 155, 74, 0.18);
  pointer-events: none;
}

.tile-card:hover,
.artist-card:hover,
.card:hover,
.footer__brand:hover,
.footer__cols > div:hover {
  border-color: rgba(110, 246, 255, 0.3);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.44),
    0 0 44px rgba(40, 224, 255, 0.1),
    inset 0 0 0 1px rgba(110, 246, 255, 0.08);
}

.tile-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) brightness(0.84);
  transform: scale(1.02) translate3d(0, 0, 0);
  transition: transform 0.5s var(--ease-sci), filter 0.4s ease;
}

.tile-card:hover img,
.artist-card:hover img {
  transform: scale(1.08) translate3d(0, -4px, 0);
  filter: saturate(1.12) brightness(0.9);
}

.tile-card__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 20px 20px 22px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 8, 15, 0.82) 42%, rgba(4, 7, 13, 0.96) 100%);
}

.tile-card__label {
  color: var(--signal);
}

.tile-card__body p {
  margin: 12px 0 0;
}

.card,
.artist-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(110, 246, 255, 0.14);
  background: var(--panel);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(110, 246, 255, 0.04);
}

.card {
  padding: 24px;
}

.news-card h3,
.card h2 {
  margin: 8px 0 12px;
  font-size: 1.15rem;
}

.news-card .meta {
  color: var(--signal);
}

.grid-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 20px;
}

.artist-grid,
.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.artist-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.artist-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.artist-card__body {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.artist-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.artist-card__body h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.artist-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(110, 246, 255, 0.16);
  color: var(--signal);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(110, 246, 255, 0.04);
}

.artist-card__cta {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent-warm);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.artist-profile-layout {
  align-items: start;
}

.artist-profile-card {
  padding-bottom: 26px;
}

.artist-profile-card p:last-of-type {
  margin-bottom: 0;
}

.artist-platform-card,
.artist-release-card,
.artist-media-zone-card,
.artist-video-card,
.artist-media-card {
  margin-top: 20px;
}

.artist-release-card .song-release-grid {
  margin-top: 18px;
}

.artist-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.artist-platform-link,
.artist-media-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px 18px;
  border-radius: calc(var(--radius-md) + 2px);
  border: 1px solid rgba(110, 246, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-decoration: none;
  transition:
    transform 0.22s var(--ease-sci),
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.artist-platform-link:hover,
.artist-media-item:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 246, 255, 0.28);
  background: rgba(10, 18, 31, 0.86);
  box-shadow: 0 0 32px rgba(40, 224, 255, 0.08);
}

.artist-platform-link__head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 34px;
}

.artist-platform-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(236, 238, 246, 0.86);
  flex: 0 0 auto;
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s var(--ease-sci);
}

.artist-platform-link__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.artist-platform-link:hover .artist-platform-link__icon {
  transform: translateY(-1px);
  border-color: rgba(220, 195, 146, 0.28);
  background: rgba(220, 195, 146, 0.06);
  color: rgba(239, 225, 192, 0.94);
}

.artist-platform-link__label,
.artist-media-item strong {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.artist-platform-link__meta,
.artist-media-item span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
  word-break: break-word;
}

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

.artist-media-zone-card {
  display: grid;
  gap: 22px;
}

.artist-media-block {
  display: grid;
  gap: 16px;
}

.artist-media-block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
}

.artist-media-block__head strong {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artist-media-block__head span {
  color: var(--muted);
  font-size: 0.82rem;
}

.artist-audio-embed {
  border-radius: calc(var(--radius-lg) - 4px);
  overflow: hidden;
  border: 1px solid rgba(110, 246, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(9, 15, 26, 0.96), rgba(6, 10, 19, 0.98)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 0 1px rgba(110, 246, 255, 0.04);
}

.artist-audio-embed iframe {
  width: 100%;
  border: 0;
}

.artist-audio-embed--mixcloud iframe {
  min-height: 120px;
}

.artist-audio-embed--soundcloud-card iframe {
  min-height: 166px;
}

.artist-audio-grid,
.artist-mix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.artist-mix-card {
  border-radius: calc(var(--radius-lg) - 4px);
  border: 1px solid rgba(110, 246, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(9, 15, 26, 0.96), rgba(6, 10, 19, 0.98)),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(110, 246, 255, 0.04);
}

.artist-video-tile {
  border-radius: calc(var(--radius-lg) - 4px);
  border: 1px solid rgba(110, 246, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(9, 15, 26, 0.96), rgba(6, 10, 19, 0.98)),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(110, 246, 255, 0.04);
}

.artist-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at top left, rgba(40, 224, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.artist-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.artist-video-meta {
  display: grid;
  gap: 8px;
  padding: 16px 18px 18px;
}

.artist-video-meta strong {
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.artist-video-meta span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.artist-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.artist-signal-card {
  min-height: 100%;
}

.artist-signal-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.artist-media-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.song-artist-stack {
  display: grid;
  gap: 20px;
}

.song-artist-card {
  display: grid;
  gap: 22px;
}

.song-artist-head {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.song-artist-image,
.song-release-image {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 4px);
  border: 1px solid rgba(110, 246, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(110, 246, 255, 0.05);
}

.song-artist-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.song-artist-meta,
.song-release-body,
.song-release-copy {
  display: grid;
  gap: 12px;
}

.song-artist-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.song-artist-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.song-artist-topline h2,
.song-release-copy h4 {
  margin: 8px 0 0;
}

.song-artist-block {
  display: grid;
  gap: 14px;
}

.song-artist-block h3 {
  margin: 0;
  font-size: 1rem;
}

.song-release-grid {
  display: grid;
  gap: 16px;
}

.song-release-card {
  display: grid;
  grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: calc(var(--radius-lg) - 4px);
  border: 1px solid rgba(110, 246, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(9, 15, 26, 0.96), rgba(6, 10, 19, 0.98)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 0 1px rgba(110, 246, 255, 0.04);
}

.song-release-image {
  aspect-ratio: 1;
  object-fit: cover;
}

.song-release-copy h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.song-release-price,
.song-empty-note {
  margin: 0;
  color: var(--muted);
}

.song-track-list {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.song-release-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.song-release-link {
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.74rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag-row span {
  color: var(--text);
  font-size: 0.72rem;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field input,
.field textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(110, 246, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-family: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(110, 246, 255, 0.5);
  background: rgba(10, 18, 31, 0.9);
  box-shadow: 0 0 0 4px rgba(40, 224, 255, 0.08), 0 0 24px rgba(40, 224, 255, 0.1);
}

.flash {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.flash--success {
  border-color: rgba(149, 247, 192, 0.4);
  background: rgba(19, 72, 52, 0.42);
  box-shadow: 0 0 34px rgba(149, 247, 192, 0.08);
}

.flash--error {
  border-color: rgba(255, 143, 171, 0.38);
  background: rgba(84, 22, 48, 0.42);
  box-shadow: 0 0 34px rgba(255, 143, 171, 0.08);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bullet-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.86;
}

.callout-links {
  align-items: start;
  flex-direction: column;
}

.footer {
  width: min(1260px, calc(100vw - 40px));
  margin: 0 auto 34px;
  padding: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(110, 246, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 14, 25, 0.9), rgba(6, 11, 20, 0.98)),
    var(--panel-strong);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(110, 246, 255, 0.04);
}

.footer__brand {
  padding: 16px;
  border-radius: calc(var(--radius-lg) - 4px);
  background: rgba(255, 255, 255, 0.02);
}

.footer__brand img {
  width: 100px;
  height: auto;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 18px rgba(40, 224, 255, 0.12));
}

.footer__brand strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.footer__cols > div {
  padding: 18px 20px;
  border-radius: calc(var(--radius-lg) - 4px);
  background: rgba(255, 255, 255, 0.02);
}

.footer__label {
  margin: 0 0 14px;
}

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

.footer__link-item {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.footer__link-item:hover {
  border-color: rgba(220, 195, 146, 0.24);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.footer__link-title {
  display: block;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 600;
}

.footer__link-meta {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.js-ready [data-reveal] {
  opacity: 0;
  filter: blur(12px);
  --reveal-x: 0px;
  --reveal-y: 34px;
  --reveal-scale: 0.985;
  transition:
    opacity 0.85s var(--ease-sci),
    filter 0.85s var(--ease-sci),
    transform 0.85s var(--ease-sci),
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js-ready [data-reveal].is-revealed {
  opacity: 1;
  filter: blur(0);
  --reveal-x: 0px;
  --reveal-y: 0px;
  --reveal-scale: 1;
}

.js-ready .tile-card[data-reveal] {
  --reveal-x: 72px;
  --reveal-y: 0px;
  --reveal-scale: 1;
}

.js-ready .tile-card[data-reveal].is-revealed {
  --reveal-x: 0px;
}

.js-ready .mobile-nav {
  transition-delay: 0ms;
}

.js-ready .mobile-nav.is-open a,
.js-ready .mobile-nav.is-open .mobile-nav__login {
  animation: mobile-nav-link-in 0.38s var(--ease-sci) both;
}

.js-ready .mobile-nav.is-open a:nth-child(1) { animation-delay: 50ms; }
.js-ready .mobile-nav.is-open a:nth-child(2) { animation-delay: 90ms; }
.js-ready .mobile-nav.is-open a:nth-child(3) { animation-delay: 130ms; }
.js-ready .mobile-nav.is-open a:nth-child(4) { animation-delay: 170ms; }
.js-ready .mobile-nav.is-open a:nth-child(5) { animation-delay: 210ms; }
.js-ready .mobile-nav.is-open .mobile-nav__login { animation-delay: 250ms; }

@keyframes mobile-nav-link-in {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1180px) {
  .core-route-title-grid,
  .tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artist-platform-grid,
  .artist-audio-grid,
  .artist-mix-grid,
  .artist-video-grid,
  .artist-signal-grid,
  .song-artist-head,
  .song-release-card {
    grid-template-columns: 1fr;
  }

  .artist-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body::before,
  body::after {
    animation: none;
  }

  .grid-layout,
  .footer,
  .footer__cols {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: clamp(360px, 54vh, 520px);
  }

  .page-shell__hero {
    min-height: 360px;
  }

  .hero::before {
    width: min(68vw, 420px);
    right: -24%;
  }

  .hero__bg {
    transform: none;
  }
}

@media (max-width: 900px) {
  .topbar__inner {
    flex-wrap: wrap;
  }

  .nav {
    display: none;
  }

  .topbar__right {
    margin-left: auto;
  }

  .topbar__login {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .shell,
  .topbar__inner,
  .mobile-nav,
  .footer {
    width: min(100vw - 26px, 100%);
  }

  .shell {
    padding-top: 22px;
    padding-bottom: 70px;
  }

  .core-route-title-grid,
  .tile-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-shell__hero {
    border-radius: 24px;
  }

  .hero__content,
  .page-shell__hero-copy,
  .card {
    padding: 24px;
  }

  .hero__content {
    max-width: 100%;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .hero__bg {
    object-position: center top;
  }

  .hero::before,
  .hero::after {
    opacity: 0.35;
  }

  body::before,
  body::after,
  .hero::before,
  .hero::after,
  .page-shell__hero::before,
  .page-shell__hero::after {
    display: none;
  }

  .song-artist-topline {
    flex-direction: column;
    align-items: start;
  }

  .song-artist-actions {
    justify-content: flex-start;
  }

  .song-release-links {
    display: grid;
  }
}

@media (max-width: 560px) {
  .brand__logo {
    width: 60px;
  }

  .brand__wordmark small,
  .lang-switch {
    font-size: 0.64rem;
  }

  .hero h1,
  .page-shell__hero-copy h1,
  .section__head h2 {
    letter-spacing: 0.06em;
  }

  .core-route-title-grid {
    gap: 10px;
    font-size: clamp(1.16rem, 7vw, 1.56rem);
  }

  .hero h1 {
    font-size: clamp(1.11rem, 5.4vw, 1.65rem);
  }

  .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .topbar {
    backdrop-filter: none;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  }

  .topbar::after,
  .trust-strip span::before,
  .btn::before {
    display: none;
  }

  .shell,
  .topbar__inner,
  .mobile-nav,
  .footer {
    width: min(100vw - 20px, 100%);
  }

  .topbar__inner {
    gap: 12px;
    padding: 14px 0;
    align-items: start;
  }

  .brand {
    gap: 12px;
    align-items: start;
  }

  .brand__logo {
    width: 54px;
  }

  .brand__wordmark {
    min-width: 0;
  }

  .brand__wordmark small {
    max-width: 190px;
    line-height: 1.35;
  }

  .topbar__right {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .lang-switch {
    gap: 6px;
    letter-spacing: 0.1em;
  }

  .mobile-nav.is-open {
    padding: 14px;
    max-height: 640px;
  }

  .hero {
    min-height: clamp(320px, 50vh, 408px);
  }

  .hero__content,
  .page-shell__hero-copy,
  .card {
    padding: 20px;
  }

  .hero__actions,
  .form-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .trust-strip {
    gap: 10px;
  }

  .trust-strip span {
    width: 100%;
    justify-content: flex-start;
  }

  .tile-card {
    min-height: 300px;
  }

  .tile-card__body {
    padding: 18px;
  }

  .js-ready [data-reveal] {
    filter: none;
    transition:
      opacity 0.56s var(--ease-sci),
      transform 0.56s var(--ease-sci),
      border-color 0.22s ease,
      box-shadow 0.22s ease,
      background 0.22s ease;
  }

  .js-ready .tile-card[data-reveal] {
    --reveal-x: 34px;
  }
}

@media (max-width: 980px), (pointer: coarse) {
  body::before,
  body::after,
  .hero::before,
  .hero::after,
  .page-shell__hero::before,
  .page-shell__hero::after,
  .hero__overlay,
  .page-shell__overlay,
  .trust-strip span::before,
  .count-badge::before {
    animation: none !important;
  }

  .hero::before,
  .hero::after,
  .page-shell__hero::before,
  .page-shell__hero::after {
    display: none;
  }

  .hero__bg {
    transform: none;
    transition: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@keyframes cosmic-drift {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  to {
    transform: translate3d(1.5%, 2%, 0) scale(1.05);
  }
}

@keyframes grid-pulse {
  0%,
  100% {
    opacity: 0.34;
    transform: perspective(1600px) rotateX(78deg) translateY(0);
  }

  50% {
    opacity: 0.58;
    transform: perspective(1600px) rotateX(78deg) translateY(-10px);
  }
}

@keyframes orbital-ring {
  from {
    transform:
      translate3d(calc(var(--pointer-x, 0) * -32px), calc(var(--pointer-y, 0) * -24px), 0)
      rotate(0deg);
  }

  to {
    transform:
      translate3d(calc(var(--pointer-x, 0) * -32px), calc(var(--pointer-y, 0) * -24px), 0)
      rotate(360deg);
  }
}

@keyframes signal-sweep {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 0 0, 0 0, 80px 0, 0 72px;
  }
}

@keyframes shine {
  from {
    transform: translateX(-120%);
  }

  12%,
  to {
    transform: translateX(140%);
  }
}

/* Cinematic Underground local rollout */
:root {
  --bg: #04050a;
  --bg-elevated: #0b0d14;
  --panel: linear-gradient(180deg, rgba(12, 14, 23, 0.88), rgba(7, 9, 16, 0.96));
  --panel-strong: rgba(9, 11, 19, 0.94);
  --surface: #121521;
  --surface-soft: #1a1f2f;
  --line: rgba(220, 195, 146, 0.16);
  --line-strong: rgba(220, 195, 146, 0.34);
  --text: #f1f2fb;
  --muted: #a3a8bb;
  --signal: #8cc8e6;
  --signal-strong: #badcf3;
  --signal-soft: rgba(134, 191, 226, 0.16);
  --accent: #dcc392;
  --accent-soft: rgba(220, 195, 146, 0.18);
  --accent-warm: #ead5ae;
  --violet-soft: rgba(83, 82, 134, 0.15);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
  --glow-signal: 0 0 0 1px rgba(186, 220, 243, 0.14), 0 0 38px rgba(134, 191, 226, 0.12);
  --glow-accent: 0 0 0 1px rgba(220, 195, 146, 0.18), 0 0 38px rgba(220, 195, 146, 0.14);
  --font-display: "Aptos", "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body {
  background:
    radial-gradient(circle at 17% 18%, rgba(72, 112, 198, 0.16), transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(241, 180, 123, 0.13), transparent 18%),
    radial-gradient(circle at 50% 82%, rgba(58, 66, 104, 0.12), transparent 24%),
    linear-gradient(180deg, #070912 0%, #04050a 100%);
  font-family: var(--font-body);
  color: var(--text);
}

body::before {
  opacity: 0.9;
  background:
    radial-gradient(circle at 28% 26%, rgba(96, 140, 222, 0.1), transparent 0 24%),
    radial-gradient(circle at 72% 18%, rgba(223, 195, 143, 0.08), transparent 0 16%),
    radial-gradient(circle at 66% 72%, rgba(96, 90, 166, 0.08), transparent 0 20%);
  filter: blur(18px);
}

body::after {
  opacity: 0.2;
}

.shell,
.topbar__inner,
.footer {
  width: min(1480px, calc(100vw - 48px));
}

.shell {
  padding-top: 24px;
  isolation: isolate;
}

.topbar {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.topbar.is-scrolled {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.topbar::after {
  left: 50%;
  right: auto;
  width: min(76vw, 1120px);
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(220, 195, 146, 0.52), transparent);
  box-shadow: 0 0 20px rgba(220, 195, 146, 0.12);
}

.topbar__inner {
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(12, 14, 21, 0.92), rgba(9, 11, 18, 0.78)),
    rgba(7, 9, 14, 0.78);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.brand {
  gap: 14px;
}

.brand__logo {
  width: 62px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  filter: none;
}

.brand__wordmark span,
.home-hero__copybox h1,
.home-side-card h2,
.section__head h2,
.page-shell__hero-copy h1,
.page-shell__hero-panel strong,
.card h2,
.card h3,
.news-card h3,
.artist-card__body h2 {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  text-transform: none;
}

.brand__wordmark span {
  font-size: 1.56rem;
  line-height: 0.94;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 700;
}

.brand__wordmark small {
  max-width: 42ch;
  margin-top: 6px;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: rgba(228, 229, 241, 0.72);
}

.nav {
  justify-content: center;
  gap: 26px;
}

.nav a,
.lang-switch a,
.ghost-link,
.inline-link,
.mobile-nav a {
  min-height: 40px;
}

.nav a,
.lang-switch a,
.mobile-nav a {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav a {
  color: rgba(233, 236, 247, 0.8);
}

.nav a::after,
.lang-switch a::after,
.ghost-link::after,
.inline-link::after,
.mobile-nav a::after {
  background: linear-gradient(90deg, rgba(220, 195, 146, 0.7), rgba(186, 220, 243, 0.38));
  box-shadow: none;
}

.nav a:hover,
.nav a.is-active,
.lang-switch a:hover,
.lang-switch a.is-active,
.ghost-link:hover,
.inline-link:hover {
  color: var(--text);
}

.topbar__right {
  gap: 12px;
}

.topbar__booking {
  min-height: 46px;
  padding: 0 24px;
  color: #081019;
  background: linear-gradient(90deg, #d6b57b, #ecd7b4);
  box-shadow: 0 16px 40px rgba(220, 195, 146, 0.18);
}

.topbar__login {
  min-height: 46px;
  padding-inline: 20px;
}

.lang-switch {
  gap: 8px;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.eyebrow,
.meta,
.count-badge,
.tile-card__label,
.footer__label {
  color: var(--accent-warm);
  font-family: var(--font-accent);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.eyebrow::before {
  width: 44px;
  background: linear-gradient(90deg, rgba(220, 195, 146, 0.64), transparent);
  box-shadow: 0 0 14px rgba(220, 195, 146, 0.14);
}

.btn {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.btn::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 65%);
}

.btn--solid {
  color: #081018;
  border-color: transparent;
  background: linear-gradient(90deg, #d6b57b, #ecd7b4);
  box-shadow: 0 16px 44px rgba(220, 195, 146, 0.18);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.home-hero {
  display: grid;
  grid-template-columns: 204px minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: stretch;
}

.home-hero__rail,
.home-hero__main,
.home-side-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(10, 13, 22, 0.92), rgba(8, 10, 17, 0.98)),
    rgba(10, 13, 22, 0.86);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.home-hero__rail {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 28px 24px;
  min-height: 640px;
}

.home-hero__rail-block strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-accent);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.home-hero__rail-block span,
.home-hero__rail-block a {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.42;
}

.home-hero__rail-block span:first-of-type {
  margin-top: 0;
}

.home-hero__rail > .home-hero__rail-block:first-child span + span {
  margin-top: 26px;
}

.home-hero__rail-block a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.home-hero__rail-block a:hover {
  color: var(--text);
  transform: translateX(4px);
}

.home-hero__rail-vertical {
  margin-top: auto;
  color: rgba(228, 229, 241, 0.48);
  font-family: var(--font-accent);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.home-hero__main {
  min-height: 640px;
}

.home-hero__main::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 0;
  background:
    radial-gradient(circle at 64% 22%, rgba(226, 193, 141, 0.18), transparent 22%),
    radial-gradient(circle at 34% 82%, rgba(100, 110, 190, 0.18), transparent 22%);
  filter: blur(34px);
  animation: cinematic-nebula-drift 14s ease-in-out infinite alternate;
}

.home-hero__stage,
.home-hero__stage picture {
  position: absolute;
  inset: 0;
}

.home-hero__stage::before,
.home-hero__stage::after {
  content: "";
  position: absolute;
  inset: -8%;
  pointer-events: none;
}

.home-hero__stage::before {
  z-index: 0;
  background:
    radial-gradient(circle at 24% 22%, rgba(220, 195, 146, 0.26), transparent 0 22%),
    radial-gradient(circle at 76% 74%, rgba(102, 132, 214, 0.24), transparent 0 26%);
  opacity: 0.72;
  filter: blur(26px);
  transform:
    translate3d(calc(var(--pointer-x, 0) * -18px), calc(var(--pointer-y, 0) * -12px), 0)
    scale(1.02);
  animation: cinematic-stage-orbit 16s ease-in-out infinite alternate;
}

.home-hero__stage::after {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(120deg, transparent 8%, rgba(255, 255, 255, 0.08) 24%, transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04), transparent 58%);
  mix-blend-mode: screen;
  opacity: 0.42;
  transform:
    translate3d(calc(var(--pointer-x, 0) * 10px), calc(var(--pointer-y, 0) * 10px), 0);
  animation: cinematic-stage-sheen 10s ease-in-out infinite alternate;
}

.home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.02) brightness(0.72);
  transform:
    scale(1.08)
    translate3d(
      calc(var(--pointer-x, 0) * -18px),
      calc(var(--pointer-y, 0) * -14px + var(--scroll-depth, 0) * -28px),
      0
    );
  transition: transform 0.42s ease-out;
  will-change: transform;
  animation: cinematic-image-drift 18s ease-in-out infinite alternate;
}

.home-hero__overlay,
.home-hero__stars,
.home-hero__shimmer,
.home-hero__copybox,
.home-hero__music-strip {
  position: absolute;
}

.home-hero__overlay {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.86) 0%, rgba(5, 7, 12, 0.34) 54%, rgba(5, 7, 12, 0.16) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 98px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 112px);
  background-size: auto, 100% 98px, 112px 100%;
}

.home-hero__stars {
  inset: 0;
  z-index: 2;
  opacity: 0.65;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.6px),
    radial-gradient(circle at 64% 16%, rgba(255, 255, 255, 0.56) 0 1px, transparent 1.6px),
    radial-gradient(circle at 78% 34%, rgba(255, 255, 255, 0.4) 0 1px, transparent 1.6px),
    radial-gradient(circle at 26% 68%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.6px),
    radial-gradient(circle at 72% 76%, rgba(255, 255, 255, 0.52) 0 1px, transparent 1.8px),
    radial-gradient(circle at 48% 58%, rgba(255, 255, 255, 0.46) 0 1px, transparent 1.6px);
  animation: cinematic-star-shift 10s linear infinite alternate;
}

.home-hero__shimmer {
  top: -12%;
  left: 10%;
  width: 34%;
  height: 150%;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  mix-blend-mode: screen;
  opacity: 0.4;
  transform: translate3d(-130%, 0, 0) rotate(12deg);
  animation: cinematic-shimmer 5.8s ease-in-out infinite;
}

.home-hero__music-strip {
  top: 26px;
  right: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(220, 195, 146, 0.18);
  background: rgba(7, 10, 16, 0.58);
  backdrop-filter: blur(16px);
}

.home-hero__music-strip strong,
.home-hero__music-strip span {
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-hero__music-strip strong {
  color: var(--accent-warm);
}

.home-hero__music-strip span {
  color: rgba(238, 240, 248, 0.8);
}

.home-hero__copybox {
  left: 36px;
  bottom: 36px;
  z-index: 3;
  width: min(350px, calc(100% - 72px));
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(9, 11, 18, 0.92), rgba(8, 9, 15, 0.86)),
    rgba(8, 10, 16, 0.74);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
}

.home-hero__kicker {
  margin: 0 0 10px;
  color: rgba(232, 234, 244, 0.76);
  font-family: var(--font-accent);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero__copybox h1 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 3.5vw, 3.45rem);
  line-height: 0.94;
  max-width: 6.8ch;
  font-weight: 700;
}

.hero__copy {
  margin: 0;
  max-width: 18ch;
  color: rgba(232, 234, 244, 0.82);
  font-size: 0.98rem;
  line-height: 1.45;
}

.hero__actions {
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero__link {
  color: rgba(239, 240, 248, 0.82);
  font-family: var(--font-accent);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.hero__link:hover {
  color: var(--accent-warm);
}

.home-hero__side {
  display: grid;
  gap: 20px;
}

.home-side-card {
  padding: 28px;
}

.home-side-card--booking {
  background:
    linear-gradient(180deg, rgba(9, 11, 18, 0.82), rgba(8, 10, 17, 0.96)),
    linear-gradient(0deg, rgba(8, 10, 17, 0.76), rgba(8, 10, 17, 0.76)),
    url("/assets/relaunch/media/pages/hero-booking.webp") center/cover;
}

.home-side-card--release {
  background:
    linear-gradient(180deg, rgba(9, 11, 18, 0.92), rgba(8, 10, 17, 0.98)),
    radial-gradient(circle at top left, rgba(135, 194, 228, 0.16), transparent 34%);
}

.home-side-card h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.28rem, 1.55vw, 1.72rem);
  line-height: 1.08;
  font-weight: 700;
}

.home-side-card p {
  color: rgba(236, 238, 246, 0.76);
  line-height: 1.55;
}

.home-side-card__list,
.home-side-card__tags {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
}

.section,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

.home-side-card__list {
  padding: 0;
  list-style: none;
}

.home-side-card__list li,
.home-side-card__tags span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.8rem;
  color: rgba(239, 241, 247, 0.82);
}

.trust-strip {
  gap: 12px;
  margin-top: 18px;
}

.trust-strip span {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border-color: rgba(220, 195, 146, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(236, 238, 246, 0.78);
  box-shadow: none;
}

.section {
  margin-top: 30px;
}

.section__head {
  align-items: end;
  gap: 20px;
}

.section__head h2 {
  margin-top: 16px;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.96;
  font-weight: 700;
}

.ghost-link,
.inline-link {
  font-family: var(--font-accent);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.news-grid,
.feature-grid {
  gap: 20px;
}

.news-card,
.card,
.artist-card,
.footer__brand,
.footer__cols > div,
.callout-card {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(13, 15, 24, 0.92), rgba(9, 11, 18, 0.98)),
    rgba(9, 11, 18, 0.9);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.card,
.page-shell__hero-copy,
.page-shell__hero-panel {
  padding: 28px;
}

.news-card h3 {
  margin: 10px 0 14px;
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  line-height: 1;
  font-weight: 700;
}

.news-card .meta {
  color: var(--signal-strong);
}

.core-route-title-grid {
  gap: 12px 22px;
  font-size: clamp(1.8rem, 3.4vw, 3.6rem);
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 700;
}

.tile-grid {
  gap: 20px;
}

.tile-card {
  min-height: 460px;
  border-radius: 32px;
}

.tile-card::after,
.card::after,
.artist-card::after {
  top: 16px;
  right: 16px;
  width: 72px;
  background: linear-gradient(90deg, rgba(220, 195, 146, 0.72), transparent);
  box-shadow: none;
}

.tile-card img {
  filter: saturate(1.02) brightness(0.82);
}

.tile-card__body {
  padding: 22px 22px 24px;
  background: linear-gradient(180deg, rgba(6, 8, 12, 0) 0%, rgba(6, 8, 12, 0.88) 56%, rgba(6, 8, 12, 0.98) 100%);
}

.tile-card__label {
  color: var(--accent-warm);
}

.tile-card__body p {
  max-width: 24ch;
  color: rgba(235, 237, 244, 0.78);
}

.grid-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
  gap: 22px;
}

.page-shell {
  display: grid;
  gap: 28px;
}

.page-shell__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: stretch;
  min-height: 540px;
  border-radius: 38px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(10, 12, 19, 0.92), rgba(8, 10, 17, 0.98)),
    rgba(8, 10, 17, 0.92);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.page-shell__hero::before,
.page-shell__hero::after {
  display: none;
}

.page-shell__image {
  transform: scale(1.04);
  filter: saturate(1.02) brightness(0.56);
}

.page-shell__overlay {
  background:
    linear-gradient(90deg, rgba(6, 8, 12, 0.88) 0%, rgba(6, 8, 12, 0.48) 44%, rgba(6, 8, 12, 0.16) 100%),
    radial-gradient(circle at top left, rgba(220, 195, 146, 0.12), transparent 30%);
  animation: none;
}

.page-shell__hero-copy {
  align-self: end;
  margin: 24px;
  max-width: min(540px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(9, 11, 18, 0.92), rgba(8, 10, 17, 0.86)),
    rgba(8, 10, 17, 0.74);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
}

.page-shell__hero-copy h1 {
  margin: 14px 0 16px;
  font-size: clamp(1.9rem, 2.9vw, 3rem);
  line-height: 0.96;
  text-shadow: none;
  font-weight: 700;
}

.page-shell__hero-copy p {
  max-width: 31ch;
  color: rgba(236, 238, 246, 0.8);
  line-height: 1.6;
}

.page-shell__hero-panel {
  position: relative;
  z-index: 2;
  align-self: start;
  justify-self: end;
  width: calc(100% - 24px);
  margin: 24px 24px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(9, 11, 18, 0.86), rgba(8, 10, 17, 0.96)),
    rgba(8, 10, 17, 0.8);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.page-shell__hero-panel strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(1.18rem, 1.4vw, 1.52rem);
  line-height: 1.02;
  font-weight: 700;
}

.legal-stack {
  display: grid;
  gap: 20px;
}

.legal-card {
  display: grid;
  gap: 12px;
}

.legal-card h2 {
  margin: 0;
  font-size: clamp(1.12rem, 1.45vw, 1.46rem);
  line-height: 1.08;
}

.legal-card p {
  margin: 0;
  color: rgba(232, 232, 238, 0.78);
  line-height: 1.72;
}

.legal-card .bullet-list {
  margin-top: 2px;
}

.legal-card .bullet-list li {
  color: rgba(232, 232, 238, 0.82);
}

.legal-note {
  padding-top: 12px;
  border-top: 1px solid rgba(220, 195, 146, 0.14);
  color: rgba(220, 195, 146, 0.9);
}

.page-shell__signal-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.page-shell__signal-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(237, 239, 246, 0.82);
  font-family: var(--font-accent);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  font-weight: 700;
}

.page-shell__signal-links a:hover {
  color: var(--accent-warm);
  border-color: rgba(220, 195, 146, 0.24);
  transform: translateX(4px);
}

.artist-grid,
.feature-grid {
  gap: 20px;
}

.artist-card__body,
.form-card,
.callout-card {
  padding: 24px;
}

.artist-card__body h2,
.card h2,
.card h3 {
  font-size: clamp(1.28rem, 1.6vw, 1.75rem);
  line-height: 1.02;
  font-weight: 700;
}

.artist-card__body p,
.card p,
.field span,
.field input,
.field textarea,
.footer p {
  color: rgba(235, 237, 244, 0.76);
}

.artist-card__arrow {
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--accent-warm);
  background: rgba(255, 255, 255, 0.04);
}

.tag-row span {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(236, 238, 246, 0.78);
}

.form-card h2 {
  font-size: clamp(1.75rem, 2.2vw, 2.35rem);
}

.field input,
.field textarea {
  padding: 18px 20px;
  border-radius: 20px;
  border-color: rgba(220, 195, 146, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(220, 195, 146, 0.42);
  background: rgba(10, 12, 20, 0.9);
  box-shadow: 0 0 0 4px rgba(220, 195, 146, 0.08), 0 0 24px rgba(220, 195, 146, 0.1);
}

.callout-links {
  align-items: stretch;
}

.callout-links .inline-link {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(237, 239, 246, 0.84);
}

.callout-links .inline-link:hover {
  color: var(--accent-warm);
}

.footer {
  margin-bottom: 28px;
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(10, 12, 20, 0.92), rgba(7, 9, 16, 0.98)),
    rgba(8, 10, 17, 0.9);
}

@keyframes cinematic-nebula-drift {
  from {
    transform: scale(1.02) translate3d(-2%, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(3%, -3%, 0);
  }
}

@keyframes cinematic-star-shift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-3.5%, 2.6%, 0);
  }
}

@keyframes cinematic-shimmer {
  from {
    transform: translate3d(-130%, 0, 0) rotate(12deg);
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  55% {
    opacity: 0.58;
  }

  to {
    transform: translate3d(130%, 0, 0) rotate(12deg);
    opacity: 0;
  }
}

@media (max-width: 1280px) {
  .home-hero {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .home-hero__rail {
    grid-column: 1 / -1;
    min-height: auto;
    flex-direction: row;
    align-items: stretch;
  }

  .home-hero__rail-block {
    flex: 1;
  }

  .home-hero__rail-vertical {
    display: none;
  }
}

@media (max-width: 980px) {
  .shell,
  .topbar__inner,
  .footer {
    width: min(100vw - 32px, 1480px);
  }

  .topbar__inner {
    padding: 14px 18px;
    border-radius: 28px;
  }

  .nav {
    display: none;
  }

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

  .home-hero__rail {
    order: 2;
  }

  .home-hero__main {
    min-height: 560px;
  }

  .home-hero__side {
    order: 3;
    grid-template-columns: 1fr;
  }

  .home-hero__copybox {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
  }

  .page-shell__hero {
    grid-template-columns: 1fr;
    min-height: 500px;
  }

  .page-shell__hero-panel {
    justify-self: start;
    width: auto;
    margin: 0 24px 24px;
    align-self: end;
  }

  .grid-layout,
  .footer,
  .footer__cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .shell,
  .topbar__inner,
  .footer {
    width: min(100vw - 24px, 1480px);
  }

  .topbar__inner {
    gap: 14px;
    padding: 12px 14px;
  }

  .brand__logo {
    width: 52px;
  }

  .brand__wordmark span {
    font-size: 1.24rem;
  }

  .brand__wordmark small {
    max-width: 18ch;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .topbar__booking,
  .lang-switch {
    display: none;
  }

  .home-hero__rail {
    flex-direction: column;
  }

  .home-hero__main {
    min-height: 440px;
  }

  .home-hero__music-strip {
    top: 16px;
    right: 16px;
    left: 16px;
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 14px;
  }

  .home-hero__copybox {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 20px;
  }

  .home-hero__copybox h1 {
    font-size: clamp(1.76rem, 8.8vw, 2.55rem);
  }

  .hero__actions,
  .form-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
  }

  .section__head {
    align-items: start;
    flex-direction: column;
  }

  .section__head h2,
  .core-route-title-grid {
    font-size: clamp(1.6rem, 9vw, 2.45rem);
  }

  .tile-grid,
  .artist-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .page-shell__hero {
    min-height: 420px;
  }

  .page-shell__hero-copy,
  .page-shell__hero-panel,
  .card {
    padding: 20px;
  }

  .page-shell__hero-copy {
    margin: 16px;
  }

  .page-shell__hero-panel {
    margin: 0 16px 16px;
  }

  .page-shell__hero-copy h1 {
    font-size: clamp(1.68rem, 7.8vw, 2.35rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__main::before,
  .home-hero__stars,
  .home-hero__shimmer {
    animation: none !important;
  }
}

body::before {
  opacity: 1;
  background:
    radial-gradient(circle at 18% 22%, rgba(116, 156, 240, 0.18), transparent 0 24%),
    radial-gradient(circle at 74% 16%, rgba(223, 195, 143, 0.16), transparent 0 20%),
    radial-gradient(circle at 64% 76%, rgba(88, 100, 178, 0.18), transparent 0 24%);
  filter: blur(28px);
  animation: cinematic-aurora-drift 18s ease-in-out infinite alternate;
}

body::after {
  opacity: 0.4;
  background:
    radial-gradient(circle at 50% 20%, rgba(135, 194, 228, 0.16), transparent 32%),
    linear-gradient(90deg, transparent, rgba(220, 195, 146, 0.22), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(220, 195, 146, 0.1) 0 1px,
      transparent 1px 94px
    ),
    repeating-linear-gradient(
      180deg,
      rgba(120, 160, 220, 0.1) 0 1px,
      transparent 1px 84px
    );
  background-size: auto, auto, 94px 94px, 84px 84px;
  animation: cinematic-grid-float 11s ease-in-out infinite alternate;
}

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

.shell::before {
  inset: 4% -5% auto;
  height: 72%;
  background:
    radial-gradient(circle at 16% 18%, rgba(220, 195, 146, 0.12), transparent 0 18%),
    radial-gradient(circle at 82% 20%, rgba(112, 154, 228, 0.11), transparent 0 20%),
    radial-gradient(circle at 42% 78%, rgba(89, 102, 176, 0.12), transparent 0 18%);
  filter: blur(26px);
  opacity: 0.84;
  animation: cinematic-shell-drift 19s ease-in-out infinite alternate;
}

.shell::after {
  inset: 10% 2% 6%;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.018) 0 1px,
      transparent 1px 116px
    ),
    linear-gradient(90deg, transparent, rgba(220, 195, 146, 0.12), transparent);
  opacity: 0.28;
  mix-blend-mode: screen;
  animation: cinematic-shell-grid 14s ease-in-out infinite alternate;
}

.home-hero__main::before {
  inset: -18%;
  opacity: 0.86;
  filter: blur(42px);
  animation: cinematic-nebula-drift 10.5s ease-in-out infinite alternate;
}

.home-hero__overlay {
  animation: cinematic-overlay-drift 14s linear infinite;
}

.home-hero__stars {
  opacity: 0.78;
  animation:
    cinematic-star-shift 8s linear infinite alternate,
    cinematic-star-pulse 4.4s ease-in-out infinite;
}

.home-hero__shimmer {
  left: -4%;
  width: 48%;
  opacity: 0.56;
  animation: cinematic-shimmer 4.2s ease-in-out infinite;
}

@keyframes cinematic-aurora-drift {
  from {
    transform: scale(1) translate3d(-2%, -1%, 0) rotate(0deg);
    opacity: 0.82;
  }

  to {
    transform: scale(1.08) translate3d(3%, 2%, 0) rotate(8deg);
    opacity: 1;
  }
}

@keyframes cinematic-grid-float {
  0% {
    opacity: 0.18;
    transform: perspective(1600px) rotateX(78deg) translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.32;
    transform: perspective(1600px) rotateX(78deg) translate3d(0, -18px, 0);
  }

  100% {
    opacity: 0.24;
    transform: perspective(1600px) rotateX(78deg) translate3d(0, -8px, 0);
  }
}

@keyframes cinematic-shell-drift {
  0% {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  50% {
    transform: translate3d(1.5%, 1%, 0) scale(1.03);
  }

  100% {
    transform: translate3d(0.5%, 2%, 0) scale(1.01);
  }
}

@keyframes cinematic-shell-grid {
  0% {
    opacity: 0.14;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.3;
    transform: translate3d(0, -18px, 0);
  }

  100% {
    opacity: 0.18;
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes cinematic-stage-orbit {
  from {
    transform:
      translate3d(calc(var(--pointer-x, 0) * -18px), calc(var(--pointer-y, 0) * -12px), 0)
      scale(1.02)
      rotate(-2deg);
  }

  to {
    transform:
      translate3d(calc(var(--pointer-x, 0) * 12px), calc(var(--pointer-y, 0) * 10px), 0)
      scale(1.08)
      rotate(3deg);
  }
}

@keyframes cinematic-stage-sheen {
  from {
    opacity: 0.24;
    transform: translate3d(calc(var(--pointer-x, 0) * 8px), calc(var(--pointer-y, 0) * 8px), 0);
  }

  to {
    opacity: 0.48;
    transform: translate3d(calc(var(--pointer-x, 0) * -12px), calc(var(--pointer-y, 0) * -10px), 0);
  }
}

@keyframes cinematic-image-drift {
  from {
    transform:
      scale(1.08)
      translate3d(
        calc(var(--pointer-x, 0) * -18px),
        calc(var(--pointer-y, 0) * -14px + var(--scroll-depth, 0) * -28px),
        0
      );
  }

  to {
    transform:
      scale(1.11)
      translate3d(
        calc(var(--pointer-x, 0) * -10px),
        calc(var(--pointer-y, 0) * -8px + var(--scroll-depth, 0) * -34px),
        0
      );
  }
}

@keyframes cinematic-overlay-drift {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: 0 0, 0 98px, 112px 0;
  }
}

@keyframes cinematic-star-pulse {
  0%,
  100% {
    opacity: 0.44;
    filter: brightness(1);
  }

  50% {
    opacity: 0.88;
    filter: brightness(1.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .shell::before,
  .shell::after,
  .home-hero__main::before,
  .home-hero__stage::before,
  .home-hero__stage::after,
  .home-hero__image,
  .home-hero__overlay,
  .home-hero__stars,
  .home-hero__shimmer {
    animation: none !important;
  }
}
