:root {
  --header-offset: 0px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-pill: 999px;
  --bg: #000;
  --bg-elev: #0c0c0c;
  --text: #f1f1f1;
  --muted: #afafaf;
  --accent: #d8d8d8;
  --accent-2: #8f8f8f;
  --logo-cyan: #20d5ff;
  --logo-blue: #2f7bff;
  --logo-violet: #7a2cff;
  --logo-magenta: #ff2f8a;
  --logo-red: #ff3f3f;
  --logo-orange: #ff8f1f;
  --logo-yellow: #ffe033;
  --logo-green: #4be548;
  --rainbow-gradient: linear-gradient(
    102deg,
    var(--logo-cyan) 0%,
    var(--logo-blue) 16%,
    var(--logo-violet) 32%,
    var(--logo-magenta) 48%,
    var(--logo-red) 64%,
    var(--logo-orange) 80%,
    var(--logo-yellow) 92%,
    var(--logo-green) 100%
  );
  --rainbow-gradient-soft: linear-gradient(
    102deg,
    rgba(32, 213, 255, 0.42) 0%,
    rgba(47, 123, 255, 0.36) 16%,
    rgba(122, 44, 255, 0.34) 32%,
    rgba(255, 47, 138, 0.34) 48%,
    rgba(255, 63, 63, 0.3) 64%,
    rgba(255, 143, 31, 0.28) 80%,
    rgba(255, 224, 51, 0.3) 92%,
    rgba(75, 229, 72, 0.3) 100%
  );
  --accent-iridescent: linear-gradient(
    128deg,
    #f8fbff 0%,
    #dce3ed 14%,
    #8fdcff 27%,
    #edf1f7 42%,
    #8d9ab0 58%,
    #e7ecf3 72%,
    #ab92cf 86%,
    #cfd6e1 100%
  );
  --accent-iridescent-soft: linear-gradient(
    128deg,
    rgba(248, 251, 255, 0.3) 0%,
    rgba(220, 227, 237, 0.25) 14%,
    rgba(143, 220, 255, 0.24) 27%,
    rgba(237, 241, 247, 0.26) 42%,
    rgba(141, 154, 176, 0.26) 58%,
    rgba(231, 236, 243, 0.25) 72%,
    rgba(171, 146, 207, 0.24) 86%,
    rgba(207, 214, 225, 0.24) 100%
  );
  --accent-iridescent: var(--rainbow-gradient);
  --accent-iridescent-soft: var(--rainbow-gradient-soft);
  --cta-gradient: linear-gradient(
    118deg,
    var(--logo-cyan) 0%,
    var(--logo-blue) 20%,
    var(--logo-violet) 40%,
    var(--logo-magenta) 58%,
    var(--logo-red) 74%,
    var(--logo-orange) 88%,
    var(--logo-yellow) 100%
  );
  --cta-glow:
    0 0 0 1px rgba(32, 213, 255, 0.46),
    0 0 16px rgba(122, 44, 255, 0.24),
    0 0 22px rgba(255, 47, 138, 0.24),
    0 0 28px rgba(255, 143, 31, 0.24);
  --brand-text-bright: #f4f7ff;
  --brand-live-pill-bg: #f1ba31;
  --brand-danger: #ff5d57;
  --brand-magenta: #ff4f8d;
  --brand-orange: #ffb347;
  --brand-cyan: #00c6ff;
  --brand-violet: #9b00ff;
  --brand-ink: #05070d;
  --brand-panel: #0b0e16;
  --brand-line-soft: rgba(255, 255, 255, 0.11);
  --brand-cyan-rgb: 0, 198, 255;
  --brand-violet-rgb: 155, 0, 255;
  --brand-book: #ff4fa1;
  --tile-overlay-accent: #22bfff;
  --tile-overlay-accent-rgb: 34, 191, 255;
  --rainbow-divider-gradient: linear-gradient(
    90deg,
    rgba(255, 79, 141, 0.88) 0%,
    rgba(255, 170, 0, 0.8) 24%,
    rgba(146, 239, 107, 0.78) 48%,
    rgba(0, 198, 255, 0.86) 73%,
    rgba(155, 0, 255, 0.76) 100%
  );
  --aqua-violet-gradient-horizontal: linear-gradient(
    90deg,
    var(--brand-cyan),
    var(--brand-violet)
  );
  --aqua-violet-gradient-vertical: linear-gradient(
    180deg,
    var(--brand-cyan) 0%,
    var(--brand-violet) 100%
  );
  --stats-highlight-gradient: linear-gradient(
    135deg,
    var(--brand-magenta) 0%,
    var(--brand-orange) 45%,
    var(--brand-text-bright) 100%
  );
  --card-border: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.26);
  --btn-height: 2.75rem;
  --btn-pad-x: 1.2rem;
  --type-h1: clamp(2.1rem, 4.3vw, 3.1rem);
  --type-h2: clamp(1.75rem, 3.1vw, 2.35rem);
  --type-h3: clamp(1.25rem, 2.2vw, 1.6rem);
  --type-body: 1rem;
  --type-meta: 0.86rem;
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/Syne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/Syne-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/Syne-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/Syne-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./assets/fonts/Montserrat-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Russo One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/RussoOne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/BarlowCondensed-Bold.ttf") format("truetype");
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: var(--text);
  background: #000;
  line-height: 1.5;
  overflow-x: hidden;
  padding-top: var(--header-offset);
  padding-top: calc(var(--header-offset) + env(safe-area-inset-top));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

a {
  color: inherit;
}

.hero,
.media-section,
.site-footer {
  width: min(1150px, calc(100% - 2.2rem));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 12px 24px;
  box-sizing: border-box;
  background: rgba(3, 5, 9, 0.84);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.28s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header.is-visible {
  opacity: 1;
  pointer-events: auto;
}

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

.brand-logo {
  width: clamp(230px, 29vw, 336px);
  height: auto;
  display: block;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.8rem, 1.7vw, 1.6rem);
  margin-left: auto;
}

.main-nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: clamp(0.9rem, 1.15vw, 1.02rem);
  color: rgba(222, 226, 236, 0.78);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-nav-link:hover {
  color: var(--brand-text-bright);
}

.main-nav-link.is-active {
  color: var(--brand-text-bright);
}

.main-nav-book {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: clamp(0.9rem, 1.18vw, 1.02rem);
  color: var(--brand-book);
  border: 1px solid rgba(255, 79, 161, 0.72);
  border-radius: var(--radius-md);
  padding: 0.5rem 1.45rem;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.main-nav-book:hover {
  color: #ffd4e5;
  border-color: rgba(255, 110, 162, 0.94);
  background: rgba(255, 72, 130, 0.08);
}

.header-social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  background:
    linear-gradient(#0a0a0a, #0a0a0a) padding-box,
    var(--accent-iridescent) border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.header-social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.header-social-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  background:
    linear-gradient(#0a0a0a, #0a0a0a) padding-box,
    var(--cta-gradient) border-box;
  box-shadow: var(--cta-glow);
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  background:
    linear-gradient(#080808, #080808) padding-box,
    var(--accent-iridescent-soft) border-box;
  padding: 0.48rem 1rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  color: #f7f8ff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(127, 93, 255, 0.26);
  filter: brightness(1.06);
}

.pill-youtube:hover {
  box-shadow: 0 0 0 1px rgba(0, 212, 255, 0.33);
}

.pill-mixcloud:hover {
  box-shadow: 0 0 0 1px rgba(255, 72, 201, 0.33);
}

.hero {
  position: relative;
  min-height: 410px;
  padding: 0.6rem 0 1.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  mix-blend-mode: difference;
  pointer-events: none;
}

.hero-overlay-title {
  position: absolute;
  margin: 0;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: clamp(2.5rem, 8vw, 7.2rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.97);
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.18);
  text-align: center;
  white-space: nowrap;
  animation: title-slide 17s ease-in-out infinite alternate;
}

body[data-hero-font="current"] .hero-overlay-title {
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

body[data-hero-font="montserrat"] .hero-overlay-title {
  font-family: "Montserrat", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
}

body[data-hero-font="russo"] .hero-overlay-title {
  font-family: "Russo One", "Montserrat", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.hero-overlay-title-alt {
  opacity: 0;
  animation-duration: 23s;
}

.hero-tagline {
  position: absolute;
  left: 50%;
  top: 67%;
  transform: translateX(-50%);
  margin: 0;
  font-size: clamp(0.9rem, 1.55vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  white-space: nowrap;
  z-index: 4;
  pointer-events: none;
}

@keyframes title-slide {
  from {
    transform: translateX(-1.25vw);
  }
  to {
    transform: translateX(1.25vw);
  }
}

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn-height);
  border-radius: var(--radius-md);
  padding: 0.65rem var(--btn-pad-x);
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.btn-primary {
  background: #f1f1f1;
  color: #000;
}

.btn-secondary {
  background: #161616;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn-live {
  margin-top: 1.1rem;
  position: relative;
  top: clamp(8px, 1vw, 12px);
  background: var(--cta-gradient);
  border-color: transparent;
  color: #fff;
  font-family: "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: var(--radius-md);
  text-transform: uppercase;
  font-size: 0.96rem;
  letter-spacing: 0.1em;
  padding-inline: 1.75rem;
  min-width: min(320px, calc(100vw - 2rem));
  white-space: nowrap;
  box-shadow: 0 0 24px rgba(0, 198, 255, 0.34), 0 0 18px rgba(255, 79, 161, 0.24);
}

.hero-compact-row {
  margin-top: var(--space-3);
  width: min(920px, calc(100% - 1rem));
}

.hero-compact-stats {
  margin: 0.2rem 0 0;
  color: rgba(170, 176, 190, 0.76);
  font-size: clamp(0.8rem, 1vw, 0.92rem);
}

.btn-outline {
  border-color: transparent;
  background:
    linear-gradient(#080808, #080808) padding-box,
    var(--accent-iridescent-soft) border-box;
  color: #f2f4ff;
}

.btn-outline:hover {
  box-shadow: 0 0 0 1px rgba(127, 93, 255, 0.26);
}

.diamond-stage {
  position: relative;
  width: min(236px, 52vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  z-index: 2;
}

.hero-proto {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  animation: djurbant-rotate 10s infinite alternate ease-in-out;
  transform-origin: center center;
}

.live-strip {
  width: min(1150px, calc(100% - 2.2rem));
  margin-inline: auto;
  padding: 0 0 0.55rem;
}

.live-strip-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.7rem, 1.9vw, 1.4rem);
  border-top: 1px solid rgba(0, 198, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 6, 11, 0.86);
  padding: 0.82rem 1rem 0.9rem;
}

.live-strip-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--rainbow-divider-gradient);
}

.live-strip-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border-radius: 5px;
  padding: 0.28rem 0.68rem;
  background: var(--brand-live-pill-bg);
  color: #0c0d12;
  text-transform: none;
  letter-spacing: 0.02em;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.live-strip-status::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(20, 20, 24, 0.82);
}

.live-strip-meta {
  min-width: 0;
}

.live-strip-title {
  margin: 0;
  color: #f7f8fe;
  font-size: clamp(1.1rem, 1.45vw, 1.9rem);
  line-height: 1.04;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.live-strip-subtitle {
  margin: 0.12rem 0 0;
  color: rgba(170, 176, 190, 0.76);
  font-size: clamp(0.88rem, 1.06vw, 1.08rem);
  line-height: 1.1;
}

.live-strip-link {
  justify-self: end;
  color: rgba(205, 208, 217, 0.72);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 1.16vw, 1.35rem);
  transition: color 0.2s ease, transform 0.2s ease;
}

.live-strip-link:hover {
  color: var(--brand-text-bright);
}

.mini-strip {
  width: min(1150px, calc(100% - 2.2rem));
  margin-inline: auto;
  padding: 0.08rem 0 0.55rem;
}

.mini-strip-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 6, 11, 0.86);
}

.mini-strip-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--rainbow-divider-gradient);
}

.mini-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 0.65rem 0.7rem 0.58rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.mini-strip-item:last-child {
  border-right: 0;
}

.mini-strip-main {
  margin: 0;
  color: #f8f9ff;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.44rem, 2.2vw, 1.9rem);
  line-height: 1;
  letter-spacing: 0.03em;
}

.mini-strip-main .mini-strip-accent {
  color: var(--brand-danger);
}

.mini-strip-sub {
  margin: 0.26rem 0 0;
  color: rgba(158, 163, 177, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
}

@keyframes djurbant-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-180deg);
  }
}

.diamond {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 2px solid rgba(255, 255, 255, 0.72);
  transform: translate(-50%, -50%) rotate(45deg);
}

.diamond-lg {
  width: 72%;
  height: 72%;
  border-color: rgba(255, 255, 255, 0.8);
  animation: spin-slow 14s linear infinite;
}

.diamond-md {
  width: 48%;
  height: 48%;
  border-color: rgba(255, 255, 255, 0.55);
  animation: spin-reverse 11s linear infinite;
}

.diamond-sm {
  width: 25%;
  height: 25%;
  border-color: rgba(255, 255, 255, 0.95);
  animation: pulse 2.8s ease-in-out infinite;
}

.ring {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 86%;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: translate(-50%, -50%);
}

.ring-1 {
  animation: pulse-ring 3.5s ease-out infinite;
}

.ring-2 {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.1);
  animation: pulse-ring 4.2s ease-out infinite;
  animation-delay: 0.6s;
}

@keyframes spin-slow {
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes spin-reverse {
  to {
    transform: translate(-50%, -50%) rotate(-315deg);
  }
}

@keyframes pulse {
  50% {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.18);
  }
}

@keyframes pulse-ring {
  0% {
    opacity: 0.65;
    transform: translate(-50%, -50%) scale(0.82);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.social-strip {
  width: min(1150px, calc(100% - 2.2rem));
  margin-inline: auto;
  padding: 0.4rem 0 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.about-cta-section {
  width: min(1150px, calc(100% - 2.2rem));
  margin-inline: auto;
  padding: 0.42rem 0 0.72rem;
}

body[data-page="home"] .about-cta-section,
body[data-page="home"] .stats-strip,
body[data-page="home"] .live-strip {
  display: none;
}

body[data-page="home"] .about-cta-section,
body[data-page="home"] .stats-strip {
  display: block;
}

.about-cta-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.8vw, 2.8rem);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 6, 11, 0.86);
  padding: clamp(1.35rem, 3.8vw, 2.7rem) clamp(1rem, 3vw, 2.2rem);
}

.about-cta-bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--rainbow-divider-gradient);
}

.about-cta-title {
  margin: 0;
  max-width: 10.8ch;
  text-align: left;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, 6.2vw, 4.4rem);
  line-height: 0.93;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #f8f8fc;
}

.about-cta-book {
  width: clamp(132px, 16vw, 168px);
  min-height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(0, 200, 255, 0.58);
  background: rgba(0, 200, 255, 0.14);
  color: #dff7ff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.about-cta-book svg {
  width: clamp(18px, 1.8vw, 22px);
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  display: none;
}

.about-cta-book span {
  font-size: inherit;
  line-height: 1;
}

.about-cta-book:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 200, 255, 0.8);
  background: rgba(0, 200, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(0, 200, 255, 0.28);
}

.stats-strip {
  width: min(1150px, calc(100% - 2.2rem));
  margin-inline: auto;
  padding: 0 0 0.66rem;
}

.stats-strip-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 6, 11, 0.86);
}

.stats-strip-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: var(--rainbow-divider-gradient);
}

.stats-card {
  min-height: clamp(96px, 12vw, 122px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.86rem 0.8rem 0.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-card:last-child {
  border-right: 0;
}

.stats-card-value {
  margin: 0;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.9;
  color: #f8f8fc;
}

.stats-card-value.gradient {
  background: var(--stats-highlight-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stats-card-value .accent-plus {
  color: var(--brand-danger);
  -webkit-text-fill-color: currentColor;
}

.stats-card-label {
  margin: 0.25rem 0 0;
  color: rgba(158, 163, 177, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
}

.minimal-home-cta {
  display: none;
}

.social-link {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1.8px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    var(--gradient) border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.social-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.social-link:hover {
  opacity: 0.84;
  transform: scale(1.06);
}

.subpage-main {
  width: min(1150px, calc(100% - 2.2rem));
  margin-inline: auto;
  padding: var(--space-2) 0 calc(var(--space-5) + var(--space-2));
}

.subpage-intro {
  margin-bottom: var(--space-3);
  color: var(--muted);
  max-width: 72ch;
  font-size: var(--type-body);
}

.subpage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.mixcloud-profile {
  border: 1px solid var(--brand-line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(12, 16, 25, 0.94), rgba(7, 10, 16, 0.94));
  padding: var(--space-3) calc(var(--space-3) + 0.1rem) calc(var(--space-3) + 0.15rem);
  box-shadow: var(--shadow);
}

.mixcloud-profile-kicker {
  margin: 0;
  color: rgba(0, 198, 255, 0.86);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.mixcloud-profile h1 {
  margin: 0.24rem 0 0.35rem;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
}

.mixcloud-profile p {
  margin: 0;
  color: var(--muted);
}

.mixcloud-profile-actions {
  margin-top: 0.85rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.mixcloud-feed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.mixcloud-feed-card {
  border: 1px solid var(--brand-line-soft);
  border-radius: var(--radius-md);
  background: rgba(10, 13, 21, 0.86);
  overflow: hidden;
  position: relative;
}

.mixcloud-feed-top {
  padding: 0.7rem 0.75rem 0;
}

.mixcloud-feed-player {
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.mixcloud-feed-player iframe {
  width: 100%;
  height: 60px;
  border: 0;
  display: block;
}

.mixcloud-feed-meta {
  padding: 0.62rem 0.85rem 0.85rem;
}

.mixcloud-feed-meta h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.mixcloud-feed-title-link {
  text-decoration: none;
}

.mixcloud-feed-title-link:hover {
  text-decoration: underline;
}

.mixcloud-feed-stats {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.mixcloud-feed-footer {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.mixcloud-feed-link {
  width: auto;
  white-space: nowrap;
  padding: 0.44rem 0.68rem;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.offline-clone-hero,
.offline-track-hero {
  border: 1px solid var(--brand-line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(12, 16, 25, 0.94), rgba(7, 10, 16, 0.94));
  padding: var(--space-3) calc(var(--space-3) + 0.1rem) calc(var(--space-3) + 0.15rem);
  box-shadow: var(--shadow);
}

.offline-clone-hero h1,
.offline-track-hero h1 {
  margin: 0.24rem 0 0.35rem;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
}

.offline-clone-hero p,
.offline-track-hero p {
  margin: 0;
  color: var(--muted);
}

.offline-generated-at {
  margin-top: 0.55rem !important;
  font-size: 0.86rem;
}

.offline-clone-tabs {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
}

.offline-clone-tabs span {
  padding: 0.32rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.8rem;
}

.offline-clone-tabs .is-active {
  color: #eef3ff;
  border-color: rgba(var(--brand-cyan-rgb), 0.46);
}

.offline-cloudcast-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.offline-cloudcast-card {
  border: 1px solid var(--brand-line-soft);
  border-radius: var(--radius-md);
  background: rgba(10, 13, 21, 0.86);
  overflow: hidden;
}

.offline-cloudcast-player {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  min-height: 118px;
  padding: 0.8rem 0.8rem 0.7rem;
  background: linear-gradient(180deg, #0f1523 0%, #0c1018 100%);
}

.offline-cloudcast-play {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(var(--brand-cyan-rgb), 0.55);
  background: rgba(0, 0, 0, 0.34);
  color: var(--brand-cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  flex: 0 0 auto;
}

.offline-waveform {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  flex: 1;
  min-height: 54px;
}

.offline-waveform span {
  width: 3px;
  border-radius: 3px;
  background: rgba(138, 155, 178, 0.78);
}

.offline-cloudcast-set {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Barlow Condensed", "Syne", sans-serif;
  font-size: 1.18rem;
  color: var(--brand-cyan);
  font-weight: 700;
}

.offline-cloudcast-duration {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(241, 241, 241, 0.72);
  font-size: 0.8rem;
}

.offline-cloudcast-body {
  padding: 0.72rem 0.82rem 0.9rem;
}

.offline-cloudcast-body h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.28;
}

.offline-cloudcast-byline {
  margin-top: 0.2rem !important;
  font-size: 0.82rem;
  color: rgba(241, 241, 241, 0.75);
}

.offline-cloudcast-stats {
  margin-top: 0.38rem !important;
  font-size: 0.84rem;
  color: var(--muted);
}

.offline-cloudcast-actions {
  margin-top: 0.62rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.offline-track-player-shell {
  margin-top: 0.95rem;
  border: 1px solid var(--brand-line-soft);
  border-radius: var(--radius-lg);
  background: rgba(10, 13, 21, 0.9);
  padding: 0.9rem;
}

.offline-track-controls-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}

.offline-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #eef3ff;
  font-size: 0.96rem;
}

.offline-icon-btn.is-primary {
  background: #fff;
  color: #0d1118;
  border-color: #fff;
}

.offline-track-progress {
  margin: 0.72rem 0 0.8rem;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.offline-track-progress-fill {
  display: block;
  width: 36%;
  height: 100%;
  background: var(--aqua-violet-gradient-horizontal);
}

.offline-track-iframe-wrap iframe {
  width: 100%;
  height: 124px;
  border: 0;
  border-radius: 10px;
  background: #07090e;
}

.offline-track-cta {
  margin-top: 0.7rem;
}

.offline-comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.62rem;
}

.offline-comment-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(15, 15, 19, 0.88);
  padding: 0.66rem 0.75rem;
}

.offline-comment-author,
.offline-comment-text,
.offline-comment-likes {
  margin: 0;
}

.offline-comment-author {
  color: #f3f6ff;
  font-size: 0.85rem;
}

.offline-comment-text {
  margin-top: 0.26rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.offline-comment-likes {
  margin-top: 0.32rem;
  color: rgba(var(--brand-cyan-rgb), 0.8);
  font-size: 0.8rem;
}

.offline-related-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.offline-related-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(15, 15, 19, 0.84);
  padding: 0.65rem 0.75rem;
  text-decoration: none;
  color: #eef3ff;
}

.offline-related-item:hover {
  border-color: rgba(0, 198, 255, 0.42);
}

main {
  padding: var(--space-1) 0 calc(var(--space-5) + var(--space-1));
}

.media-section {
  padding-top: var(--space-3);
  margin-top: var(--space-4);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.section-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

body[data-page="home"] #best-of-artist .section-cta {
  justify-content: center;
}

body[data-page="home"] #best-of-artist .section-cta.section-cta-best-of-toggle {
  margin-top: 0.2rem;
  margin-bottom: 1.1rem;
}

body[data-page="home"] #best-of-artist .section-cta-best-of-toggle .btn {
  min-width: clamp(148px, 17vw, 196px);
  min-height: 58px;
  border-radius: 12px;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.42rem, 2.1vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.075em;
}

body[data-page="home"] #videos-grid.is-hidden-by-toggle,
body[data-page="home"] #audio-grid.is-hidden-by-toggle {
  display: none !important;
}

body[data-page="home"] #best-of-artist .section-cta-best-of-toggle .btn.is-active {
  border-color: #22bfff;
  color: #dff7ff;
  background: rgba(34, 191, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(34, 191, 255, 0.34);
}

body[data-page="home"] #music .section-cta.section-cta-audio-placeholders {
  justify-content: flex-end;
  margin-top: 0.38rem;
  gap: 0.45rem;
}

body[data-page="home"] #music .section-cta .btn-audio-placeholder {
  border-color: transparent;
  background:
    linear-gradient(#06070b, #06070b) padding-box,
    linear-gradient(135deg, rgba(94, 103, 124, 0.42), rgba(66, 74, 92, 0.42)) border-box;
  color: rgba(133, 141, 162, 0.58);
  font-weight: 500;
  letter-spacing: 0.01em;
  filter: saturate(0.5);
}

body[data-page="home"] #music .section-cta .btn-audio-placeholder::before {
  content: "◦";
  margin-right: 0.38rem;
  color: rgba(106, 115, 138, 0.46);
  font-size: 0.78em;
  line-height: 1;
}

body[data-page="home"] #music .section-cta .btn-audio-placeholder:hover {
  transform: none;
  filter: saturate(0.55) brightness(1.02);
  color: rgba(148, 156, 178, 0.7);
}

.subpage-end-cta {
  justify-content: flex-end;
}

.subpage-bottom-nav {
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}

body[data-page="video"] .subpage-bottom-nav {
  justify-content: flex-end;
}

body[data-page="audio-more"] .subpage-bottom-nav {
  justify-content: flex-end;
}

body[data-page="audio-more"] .subpage-bottom-nav .btn-outline {
  display: none;
}

.subpage-teaser-row {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  justify-content: flex-start;
  gap: 0.5rem;
}

.subpage-teaser-row .btn {
  min-height: 36px;
}

.subpage-teaser-row .btn.is-active {
  border-color: rgba(var(--brand-cyan-rgb), 0.6);
  color: var(--brand-text-bright);
  box-shadow: 0 0 0 1px rgba(var(--brand-cyan-rgb), 0.24);
}

.btn-subscribe {
  background: var(--cta-gradient);
  border-color: transparent;
  color: #fff;
  font-weight: 700;
  box-shadow: var(--cta-glow);
}

.btn-subscribe:hover {
  box-shadow:
    0 0 0 1px rgba(var(--brand-cyan-rgb), 0.4),
    0 0 18px rgba(var(--brand-cyan-rgb), 0.32),
    0 0 24px rgba(var(--brand-violet-rgb), 0.26);
}

.contact-form {
  width: min(100%, 720px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
}

.contact-field {
  display: grid;
  gap: 0.34rem;
}

.contact-field > span {
  color: rgba(227, 234, 245, 0.88);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(6, 8, 12, 0.9);
  color: var(--brand-text-bright);
  font: inherit;
  padding: 0.68rem 0.78rem;
}

.contact-field textarea {
  resize: vertical;
  min-height: 160px;
}

.section-head h1,
.section-head h2 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding-left: 12px;
  border-left: 3px solid transparent;
  border-image: var(--aqua-violet-gradient-vertical) 1;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: var(--type-h2);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--brand-text-bright);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.section-head h1::after,
.section-head h2::after {
  content: none;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-2);
}

.media-card {
  height: 352px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--brand-line-soft);
  background: rgba(10, 13, 21, 0.86);
  border-radius: var(--radius-md);
  overflow: hidden;
  padding: 0;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.media-card.is-media-active {
  border-color: rgba(var(--tile-overlay-accent-rgb), 0.72);
  box-shadow:
    0 0 0 1px rgba(var(--tile-overlay-accent-rgb), 0.46),
    0 0 20px rgba(var(--tile-overlay-accent-rgb), 0.24);
}

.media-card:hover {
  border-color: rgba(var(--brand-cyan-rgb), 0.34);
  box-shadow: 0 0 12px rgba(var(--brand-cyan-rgb), 0.15);
}

.media-card-more {
  display: none !important;
}

.media-card-more-inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.media-card-more-link {
  min-width: 0;
}

.embed-wrap {
  position: relative;
  flex: 0 0 210px;
  min-height: 0;
  aspect-ratio: auto;
  background: #000;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.embed-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-wrap-audio {
  aspect-ratio: 16/10;
}

.audio-top-iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  height: 60px;
  border: 0;
  pointer-events: none;
  z-index: 1;
}

.audio-top-link-blocker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  height: clamp(52px, 8vw, 64px);
  width: clamp(56px, 9vw, 92px);
  background: transparent;
  pointer-events: none;
  z-index: 5;
}

.audio-top-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    160deg,
    rgba(34, 191, 255, 0.36) 0%,
    rgba(24, 148, 228, 0.26) 46%,
    rgba(10, 88, 166, 0.18) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.audio-top-overlay.audio-top-overlay-play {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  transition:
    opacity 0.26s ease,
    box-shadow 0.26s ease;
}

.audio-top-overlay.audio-top-overlay-play.is-controls-open {
  opacity: 0;
  pointer-events: none;
}

.audio-top-overlay.audio-top-overlay-play:focus-visible {
  outline: 2px solid rgba(var(--tile-overlay-accent-rgb), 0.75);
  outline-offset: -2px;
}

.audio-top-overlay.audio-top-overlay-play.is-overlay-dimming {
  transition-duration: 10s;
}

.audio-top-overlay.audio-top-overlay-play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.audio-top-overlay-action {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-width: 64px;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--tile-overlay-accent-rgb), 0.56);
  background: rgba(3, 9, 20, 0.58);
  color: rgba(var(--tile-overlay-accent-rgb), 0.95);
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(var(--tile-overlay-accent-rgb), 0.24);
}

.audio-top-controls-toggle {
  position: absolute;
  left: 12px;
  bottom: 12px;
  min-width: 84px;
  padding: 0.2rem 0.56rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--tile-overlay-accent-rgb), 0.56);
  background: rgba(3, 9, 20, 0.58);
  color: rgba(var(--tile-overlay-accent-rgb), 0.95);
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
  pointer-events: auto;
  z-index: 4;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.audio-top-controls-toggle:hover {
  background: rgba(7, 18, 36, 0.72);
  border-color: rgba(var(--tile-overlay-accent-rgb), 0.8);
}

.audio-top-controls-toggle:focus-visible {
  outline: 2px solid rgba(var(--tile-overlay-accent-rgb), 0.75);
  outline-offset: 1px;
}

.media-card.is-media-active .audio-top-controls-toggle {
  opacity: 1;
  transform: translateY(0);
}

.media-card.is-controls-open .audio-top-iframe {
  pointer-events: auto;
}

.media-card.is-controls-open .audio-top-link-blocker {
  pointer-events: auto;
}

.audio-top-overlay-number {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  white-space: nowrap;
  padding: 0.04em 0.22em;
  border-radius: 0.18em;
  background: rgba(6, 22, 42, 0.56);
  color: rgba(var(--tile-overlay-accent-rgb), 0.95);
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.95rem, 4.7vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 0 14px rgba(var(--tile-overlay-accent-rgb), 0.35);
}

.video-top-overlay {
  cursor: pointer;
  pointer-events: auto;
  border: 0;
  opacity: 1;
  transition: opacity 0.26s ease;
}

.video-top-overlay.is-overlay-dimming {
  transition-duration: 10s;
}

.video-top-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.audio-set-cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: linear-gradient(
    138deg,
    rgba(10, 10, 10, 0.98) 0%,
    rgba(31, 10, 48, 0.95) 45%,
    rgba(12, 34, 58, 0.94) 100%
  );
  transition: filter 0.2s ease;
  z-index: 2;
}

.audio-set-cover:hover,
.audio-set-cover.is-playing {
  filter: brightness(1.08);
}

.media-card.is-media-active .audio-set-cover {
  box-shadow:
    inset 0 0 0 1px rgba(var(--tile-overlay-accent-rgb), 0.52),
    0 0 14px rgba(var(--tile-overlay-accent-rgb), 0.2);
}

.audio-set-cover.is-loading .audio-set-play {
  opacity: 0.75;
}

.audio-set-number {
  color: var(--tile-overlay-accent);
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5.4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(var(--tile-overlay-accent-rgb), 0.3);
}

.audio-set-play {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(var(--brand-cyan-rgb), 0.48);
  color: var(--brand-cyan);
  font-size: 15px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(var(--brand-cyan-rgb), 0.26);
}

.audio-set-cover.is-playing .audio-set-play {
  font-size: 12px;
  letter-spacing: -0.08em;
}

.audio-set-progress {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.audio-set-progress-fill {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--aqua-violet-gradient-horizontal);
  transition: width 0.22s linear;
}

.audio-engine-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  pointer-events: none;
  z-index: 1;
  border: 0;
}

.media-meta {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  padding: var(--space-3);
}

.media-meta h3 {
  margin: 0;
  font-family: "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: var(--type-body);
  line-height: 1.28;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3.84em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-meta-stats,
.media-meta-genres {
  width: 100%;
}

.media-meta-stats {
  margin-top: auto;
  padding-top: 0.36rem;
}

.media-meta-genres {
  margin-top: 0.32rem;
}

.urbant-wordmark {
  display: inline-flex;
  align-items: baseline;
}

.hero-overlay-title .urbant-u,
.hero-overlay-title .urbant-t {
  display: inline-block;
  font-size: 1.24em;
  line-height: 0.92;
  transform: translateY(0.01em);
}

.genre-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  margin-left: 0;
  width: 100%;
}

.genre-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0;
  margin-left: 0;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #eef3fb;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
  flex-shrink: 0;
}

.tile-stats {
  margin: 0;
  width: 100%;
  min-width: 100%;
  color: var(--muted);
  font-size: var(--type-meta);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}

.tile-stats-play,
.tile-stats-date {
  display: inline;
}

.tile-stats-sep {
  display: inline;
}

.genre-badge--bass-house {
  border-color: rgba(255, 83, 83, 0.7);
  background: rgba(255, 83, 83, 0.2);
  color: #ffdede;
}

.genre-badge--tech-house {
  border-color: rgba(255, 208, 66, 0.75);
  background: rgba(255, 208, 66, 0.2);
  color: #fff4cf;
}

.genre-badge--house {
  border-color: rgba(78, 210, 255, 0.72);
  background: rgba(78, 210, 255, 0.2);
  color: #ddf5ff;
}

.genre-badge--deep-house {
  border-color: rgba(137, 123, 255, 0.74);
  background: rgba(137, 123, 255, 0.22);
  color: #ece8ff;
}

.genre-badge--progressive-house {
  border-color: rgba(99, 238, 149, 0.72);
  background: rgba(99, 238, 149, 0.2);
  color: #ddffe9;
}

.genre-badge--electro-house {
  border-color: rgba(255, 126, 234, 0.72);
  background: rgba(255, 126, 234, 0.2);
  color: #ffe4fa;
}

.genre-badge--melodic-house {
  border-color: rgba(138, 243, 255, 0.72);
  background: rgba(138, 243, 255, 0.2);
  color: #dcfaff;
}

.genre-badge--future-house {
  border-color: rgba(114, 255, 213, 0.72);
  background: rgba(114, 255, 213, 0.2);
  color: #e0fff6;
}

.genre-badge--afro-house {
  border-color: rgba(255, 157, 63, 0.74);
  background: rgba(255, 157, 63, 0.22);
  color: #ffe9d2;
}

.genre-badge--melodic-house {
  border-color: rgba(146, 163, 255, 0.74);
  background: rgba(146, 163, 255, 0.22);
  color: #e9edff;
}

.genre-badge--jazz-house {
  border-color: rgba(186, 143, 255, 0.74);
  background: rgba(186, 143, 255, 0.22);
  color: #f1e8ff;
}

.genre-badge--latin-house {
  border-color: rgba(255, 107, 145, 0.74);
  background: rgba(255, 107, 145, 0.2);
  color: #ffe0ea;
}

.genre-badge--french-house {
  border-color: rgba(141, 231, 255, 0.74);
  background: rgba(141, 231, 255, 0.2);
  color: #ddf7ff;
}

.genre-badge--uk-garage {
  border-color: rgba(128, 224, 191, 0.74);
  background: rgba(128, 224, 191, 0.2);
  color: #e1fff4;
}

.genre-badge--baile-funk {
  border-color: rgba(255, 124, 102, 0.74);
  background: rgba(255, 124, 102, 0.2);
  color: #ffe5df;
}

.genre-badge--drift-phonk {
  border-color: rgba(167, 167, 167, 0.74);
  background: rgba(167, 167, 167, 0.2);
  color: #f3f3f3;
}

.genre-badge--disco-house {
  border-color: rgba(255, 219, 110, 0.74);
  background: rgba(255, 219, 110, 0.2);
  color: #fff5d6;
}

.genre-badge--vocal-deep-house {
  border-color: rgba(125, 214, 255, 0.74);
  background: rgba(125, 214, 255, 0.2);
  color: #dcf4ff;
}

.genre-badge--amapiano {
  border-color: rgba(156, 229, 120, 0.74);
  background: rgba(156, 229, 120, 0.2);
  color: #eaffde;
}

.genre-badge--gqom {
  border-color: rgba(255, 171, 95, 0.74);
  background: rgba(255, 171, 95, 0.2);
  color: #ffeedf;
}

.genre-badge--lo-fi-house {
  border-color: rgba(172, 193, 255, 0.74);
  background: rgba(172, 193, 255, 0.2);
  color: #ecf1ff;
}

.genre-badge--hard-techno {
  border-color: rgba(255, 89, 137, 0.74);
  background: rgba(255, 89, 137, 0.2);
  color: #ffe1ea;
}

.genre-badge--hard-dance {
  border-color: rgba(255, 131, 210, 0.74);
  background: rgba(255, 131, 210, 0.2);
  color: #ffe4f8;
}

.genre-badge--unknown {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #eaf0ff;
}

.site-footer {
  padding: 1rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer-inner {
  width: min(1150px, calc(100% - 2.2rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.8rem, 2vw, 2rem);
}

.footer-logo-link {
  display: flex;
  justify-content: center;
  margin: 0;
  width: fit-content;
  flex: 0 0 auto;
}

.footer-logo-image {
  width: clamp(118px, 15vw, 162px);
  height: auto;
  display: block;
  opacity: 0.9;
}

.footer-social-strip {
  width: auto;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.45rem;
}

.site-footer-copy {
  margin: 0;
  text-align: right;
  color: rgba(172, 179, 198, 0.58);
  font-size: var(--type-meta);
  white-space: nowrap;
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .hero {
    min-height: 340px;
    padding-top: 1rem;
  }

  body:not([data-page="home"]) .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-card {
    height: 344px;
  }

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

  body[data-page="home"] .site-footer-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  body[data-page="home"] .footer-logo-link {
    order: 1;
  }

  body[data-page="home"] .footer-social-strip {
    order: 2;
    width: 100%;
    justify-content: flex-start;
    padding-top: 0.12rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-inline: 0.2rem;
  }

  body[data-page="home"] .footer-social-strip::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .footer-social-strip .social-link {
    flex: 0 0 auto;
  }

  body[data-page="home"] .site-footer-copy {
    order: 3;
    width: 100%;
    text-align: center;
  }

  .live-strip-inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem 0.95rem;
  }

  .live-strip-link {
    grid-column: 1 / -1;
    justify-self: start;
  }

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

  .stats-card:nth-child(2n) {
    border-right: 0;
  }

  .stats-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mini-strip-inner {
    grid-template-columns: 1fr;
  }

  .mini-strip-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 66px;
  }

  .mini-strip-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .media-card {
    height: 334px;
  }

  .media-meta h3 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    max-height: 2.56em;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 285px;
    padding-bottom: 1.6rem;
  }

  .hero-overlay-title {
    font-size: clamp(1.65rem, 9.1vw, 2.8rem);
    letter-spacing: 0.05em;
  }

  .hero-tagline {
    top: 72%;
    font-size: clamp(0.8rem, 3.4vw, 1rem);
    letter-spacing: 0.04em;
  }

  .hero-tagline {
    top: 61%;
    font-size: clamp(0.68rem, 2.9vw, 0.9rem);
    letter-spacing: 0.04em;
  }

  .btn-live {
    font-size: 0.86rem;
    min-width: min(300px, calc(100vw - 1.4rem));
    padding-inline: 1.2rem;
  }

  .about-cta-bar {
    padding: 1.2rem 0.9rem;
  }

  .about-cta-title {
    max-width: 10.5ch;
    font-size: clamp(1.6rem, 9vw, 2.6rem);
  }

  .about-cta-book {
    width: clamp(124px, 38vw, 152px);
    min-height: 52px;
    height: auto;
  }

  .about-cta-book span {
    font-size: clamp(1rem, 4.2vw, 1.14rem);
  }

  .stats-strip {
    padding-bottom: 0.6rem;
  }

  .stats-strip-grid {
    grid-template-columns: 1fr;
  }

  .stats-card {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .stats-card:last-child {
    border-bottom: 0;
  }

  .live-strip {
    padding-bottom: 0.2rem;
  }

  .live-strip-inner {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0.72rem 0.82rem 0.8rem;
  }

  .live-strip-status {
    width: fit-content;
    font-size: 0.98rem;
  }

  .live-strip-title {
    font-size: clamp(1rem, 5vw, 1.2rem);
  }

  .live-strip-subtitle {
    font-size: clamp(0.82rem, 3.2vw, 0.95rem);
  }

  .live-strip-link {
    font-size: clamp(0.9rem, 3.4vw, 1rem);
  }

  .site-header {
    flex-wrap: wrap;
  }

  .social-links {
    width: 100%;
  }

  body[data-page="home"] .main-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.62rem 1rem;
    margin-left: 0;
  }

  body[data-page="home"] .main-nav-link {
    font-size: 0.88rem;
    letter-spacing: 0.06em;
  }

  body[data-page="home"] .main-nav-book {
    font-size: 0.84rem;
    padding: 0.44rem 1.05rem;
  }

  .pill {
    flex: 1;
  }

  body:not([data-page="home"]) .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  body:not([data-page="home"]) .media-grid {
    grid-template-columns: 1fr;
  }

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

  .subpage-end-cta {
    justify-content: flex-start;
  }
}

@media (max-width: 639px) {
  body[data-page="home"] .site-header {
    flex-wrap: nowrap;
    align-items: center;
  }

  body[data-page="home"] .social-links {
    width: auto;
    flex-wrap: nowrap;
    gap: 0.48rem;
  }

  body[data-page="home"] .brand-logo {
    width: clamp(238px, 68vw, 300px);
  }

  body[data-page="home"] #best-of-artist.media-section {
    position: relative;
  }

  body[data-page="home"] #best-of-artist.media-section::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to left, #000000, transparent);
    pointer-events: none;
    z-index: 2;
  }

  body[data-page="home"] .media-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="home"] #best-of-artist .media-grid {
    gap: 12px;
    padding-bottom: 12px;
  }

  body[data-page="home"] #best-of-artist #audio-grid.is-hidden-by-toggle,
  body[data-page="home"] #best-of-artist #videos-grid.is-hidden-by-toggle {
    display: none !important;
  }

  body[data-page="home"] .media-grid::-webkit-scrollbar {
    display: none;
  }

  body[data-page="home"] .media-card {
    flex: 0 0 75vw;
    max-width: 280px;
    scroll-snap-align: start;
  }

  body[data-page="home"] #best-of-artist .media-card {
    flex: 0 0 75vw;
    max-width: 280px;
  }

  body[data-page="home"] #best-of-artist .section-cta:not(.section-cta-best-of-toggle),
  body[data-page="home"] #music .section-cta.section-cta-audio-placeholders {
    display: none !important;
  }

  body[data-page="home"] .site-footer-copy {
    font-size: 0.82rem;
  }

  body[data-page="video"] .subpage-grid,
  body[data-page="audio"] .subpage-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="video"] .subpage-grid::-webkit-scrollbar,
  body[data-page="audio"] .subpage-grid::-webkit-scrollbar {
    display: none;
  }

  body[data-page="video"] .subpage-grid .media-card,
  body[data-page="audio"] .subpage-grid .media-card {
    flex: 0 0 75vw;
    max-width: 280px;
    scroll-snap-align: start;
  }

  body[data-page="video"] .subpage-grid .media-card-more,
  body[data-page="audio"] .subpage-grid .media-card-more {
    display: flex;
  }

  .subpage-bottom-nav {
    justify-content: space-between;
  }

  .subpage-bottom-nav .subpage-action-btn {
    display: none;
  }

  body[data-page="audio-more"] .subpage-bottom-nav {
    justify-content: flex-end;
  }

  body[data-page="audio-more"] .subpage-bottom-nav .subpage-action-btn {
    display: inline-flex;
  }
}

@media (min-width: 640px) {
  body[data-page="home"] #best-of-artist .media-card:nth-child(n + 4) {
    display: none;
  }
}

/* Palette 01 overrides (Layer 1 pages) */
:root {
  /* Punchy rainbow palette aligned to DJ UrbanT logo. */
  --color-bg: #000;
  --color-surface: #090d1a;
  --color-border: #21304d;
  --color-type: #f6f8ff;
  --color-type-muted: #aeb8d4;
  --color-header-footer: var(--color-bg);
  --gradient: linear-gradient(
    95deg,
    #20d5ff 0%,
    #2f7bff 16%,
    #7a2cff 34%,
    #ff2f8a 50%,
    #ff3f3f 66%,
    #ff8f1f 82%,
    #ffe033 92%,
    #4be548 100%
  );
  --gradient-diagonal: linear-gradient(
    95deg,
    rgba(32, 213, 255, 0.32),
    rgba(47, 123, 255, 0.28),
    rgba(122, 44, 255, 0.28),
    rgba(255, 47, 138, 0.28),
    rgba(255, 63, 63, 0.24),
    rgba(255, 143, 31, 0.24),
    rgba(255, 224, 51, 0.26),
    rgba(75, 229, 72, 0.24)
  );
  --brand-ink: var(--color-bg);
  --brand-panel: var(--color-surface);
  --brand-line-soft: var(--color-border);
  --brand-text-bright: var(--color-type);
  --muted: var(--color-type-muted);
  --cta-gradient: var(--gradient);
  --accent-iridescent: var(--gradient);
  --accent-iridescent-soft: var(--gradient);
}

body[data-page="home"],
body[data-page="video"],
body[data-page="audio-more"],
body[data-page="contact"] {
  background: #000;
  color: var(--color-type);
}

body[data-page="home"] a,
body[data-page="video"] a,
body[data-page="audio-more"] a,
body[data-page="contact"] a {
  color: var(--color-type);
}

body[data-page="home"] hr,
body[data-page="video"] hr,
body[data-page="audio-more"] hr,
body[data-page="contact"] hr,
body[data-page="home"] .divider,
body[data-page="video"] .divider,
body[data-page="audio-more"] .divider,
body[data-page="contact"] .divider,
.section-divider {
  border: 0;
  height: 1px;
  background: var(--color-border);
}

body[data-page="home"] .site-header,
body[data-page="video"] .site-header,
body[data-page="audio-more"] .site-header,
body[data-page="contact"] .site-header {
  background: var(--color-header-footer);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body[data-page="home"] .main-nav-link,
body[data-page="video"] .main-nav-link,
body[data-page="audio-more"] .main-nav-link,
body[data-page="contact"] .main-nav-link {
  color: var(--color-type);
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  text-transform: uppercase;
}

body[data-page="home"] .main-nav-link:hover,
body[data-page="video"] .main-nav-link:hover,
body[data-page="audio-more"] .main-nav-link:hover,
body[data-page="contact"] .main-nav-link:hover {
  opacity: 0.7;
}

body[data-page="home"] .main-nav-book {
  background: var(--gradient);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-page="home"] .main-nav-book:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

body[data-page="home"] .btn,
body[data-page="video"] .btn,
body[data-page="audio-more"] .btn,
body[data-page="contact"] .btn {
  background: var(--gradient);
  color: #fff;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(0.98rem, 1.2vw, 1.14rem);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border: 0;
  border-radius: 8px;
  transition:
    opacity 0.2s,
    transform 0.15s;
}

body[data-page="home"] .btn:hover,
body[data-page="video"] .btn:hover,
body[data-page="audio-more"] .btn:hover,
body[data-page="contact"] .btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

body[data-page="home"] .btn-outline,
body[data-page="video"] .btn-outline,
body[data-page="audio-more"] .btn-outline,
body[data-page="contact"] .btn-outline {
  background:
    linear-gradient(var(--color-bg), var(--color-bg)) padding-box,
    var(--gradient) border-box;
  border: 1px solid transparent;
  color: var(--color-type);
}

body[data-page="home"] #best-of-more-link {
  min-width: clamp(132px, 15vw, 164px);
  min-height: 56px;
  border-radius: 12px;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.12rem, 1.7vw, 1.34rem);
  letter-spacing: 0.08em;
}

body[data-page="home"] .hero {
  background-color: var(--color-bg);
  isolation: isolate;
}

body[data-page="home"] .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-diagonal);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

body[data-page="home"] .hero > *:not(.hero-overlay):not(.hero-tagline) {
  position: relative;
  z-index: 2;
}

body[data-page="home"] .media-card,
body[data-page="video"] .media-card,
body[data-page="audio-more"] .media-card,
body[data-page="contact"] .media-card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
}

body[data-page="home"] .media-card:hover,
body[data-page="video"] .media-card:hover,
body[data-page="audio-more"] .media-card:hover,
body[data-page="contact"] .media-card:hover {
  border-color: #7b5cf0;
  box-shadow: 0 0 0 1.5px #7b5cf0;
}

body[data-page="home"] .media-card.is-media-active,
body[data-page="video"] .media-card.is-media-active,
body[data-page="audio-more"] .media-card.is-media-active,
body[data-page="contact"] .media-card.is-media-active {
  border-color: rgba(var(--tile-overlay-accent-rgb), 0.82);
  box-shadow:
    0 0 0 1.5px rgba(var(--tile-overlay-accent-rgb), 0.66),
    0 0 18px rgba(var(--tile-overlay-accent-rgb), 0.24);
}

body[data-page="home"] .genre-badge,
body[data-page="video"] .genre-badge,
body[data-page="audio-more"] .genre-badge,
body[data-page="contact"] .genre-badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}

body[data-page="home"] .audio-set-progress-fill,
body[data-page="video"] .audio-set-progress-fill,
body[data-page="audio-more"] .audio-set-progress-fill,
body[data-page="contact"] .audio-set-progress-fill,
body[data-page="home"] .offline-track-progress-fill,
body[data-page="video"] .offline-track-progress-fill,
body[data-page="audio-more"] .offline-track-progress-fill,
body[data-page="contact"] .offline-track-progress-fill {
  background: var(--gradient);
}

body[data-page="home"] .social-link,
body[data-page="video"] .social-link,
body[data-page="audio-more"] .social-link,
body[data-page="contact"] .social-link {
  border: 1.8px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    var(--gradient) border-box;
  padding: 0;
  box-shadow: none;
}

body[data-page="home"] .site-footer,
body[data-page="video"] .site-footer,
body[data-page="audio-more"] .site-footer,
body[data-page="contact"] .site-footer {
  background: var(--color-header-footer);
  border-top: 1px solid var(--color-border);
}

body[data-page="home"] .site-footer a,
body[data-page="video"] .site-footer a,
body[data-page="audio-more"] .site-footer a,
body[data-page="contact"] .site-footer a {
  color: var(--color-type-muted);
}

body[data-page="home"] .site-footer a:hover,
body[data-page="video"] .site-footer a:hover,
body[data-page="audio-more"] .site-footer a:hover,
body[data-page="contact"] .site-footer a:hover {
  color: var(--color-type);
}

/* Layer 1 logo size refinement: slightly smaller top + footer logos. */
body[data-page="home"] .brand-logo,
body[data-page="video"] .brand-logo,
body[data-page="audio-more"] .brand-logo,
body[data-page="contact"] .brand-logo {
  width: clamp(206px, 25vw, 292px);
}

body[data-page="home"] .footer-logo-image,
body[data-page="video"] .footer-logo-image,
body[data-page="audio-more"] .footer-logo-image,
body[data-page="contact"] .footer-logo-image {
  width: clamp(102px, 13vw, 142px);
}

/* Layer 1 typographic simplification (titles + body copy). */
body[data-page="home"] .section-head h1,
body[data-page="home"] .section-head h2,
body[data-page="video"] .section-head h1,
body[data-page="audio-more"] .section-head h1,
body[data-page="contact"] .section-head h1,
body[data-page="home"] .about-cta-title,
body[data-page="home"] .stats-card-value,
body[data-page="home"] .hero-overlay-title {
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--color-type);
}

body[data-page="home"] p,
body[data-page="home"] li,
body[data-page="home"] span,
body[data-page="video"] p,
body[data-page="video"] li,
body[data-page="video"] span,
body[data-page="audio-more"] p,
body[data-page="audio-more"] li,
body[data-page="audio-more"] span,
body[data-page="contact"] p,
body[data-page="contact"] li,
body[data-page="contact"] span {
  font-family: "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--color-type);
}

body[data-page="contact"] .contact-field input,
body[data-page="contact"] .contact-field textarea {
  background: var(--color-surface);
  border-color: var(--color-border);
  color: var(--color-type);
}

body[data-page="contact"] .contact-field > span,
body[data-page="contact"] .subpage-intro,
body[data-page="video"] .subpage-intro,
body[data-page="audio-more"] .subpage-intro {
  color: var(--color-type-muted);
}

body[data-page="home"] .section-cta.section-cta-home-more {
  margin-top: 0.95rem;
  margin-bottom: 1.4rem;
}

body[data-page="home"] #best-of-artist > .section-cta:last-child {
  margin-bottom: 1.4rem;
}

body[data-page="home"] .section-cta.section-cta-home-more .btn {
  min-width: clamp(148px, 17vw, 196px);
  min-height: 58px;
  border-radius: 12px;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1.42rem, 2.1vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.075em;
}

/* Unified rhythm + two-style button system (index/video/audio/contact only). */
:root {
  --rhythm-lg: 80px;
  --rhythm-sm: 24px;
  --btn-type-size: clamp(1rem, 1.18vw, 1.12rem);
  --btn-type-letter: 0.09em;
  --btn-pill-radius: 12px;
  --btn-pill-height: 52px;
}

/* Large vertical rhythm between major home sections. */
body[data-page="home"] #live {
  margin-bottom: var(--rhythm-lg);
}

body[data-page="home"] #best-of-artist {
  margin-top: 0;
  padding-top: 0;
}

body[data-page="home"] #best-of-artist + .stats-strip {
  margin-top: calc(var(--rhythm-lg) - 18px);
}

body[data-page="home"] .stats-strip + .about-cta-section {
  margin-top: calc(var(--rhythm-lg) - 20px);
}

body[data-page="home"] .site-footer {
  margin-top: calc(var(--rhythm-lg) - 16px);
}

/* Small vertical rhythm within home sections. */
body[data-page="home"] #best-of-artist .section-head {
  margin-bottom: var(--rhythm-sm);
}

body[data-page="home"] #best-of-artist .section-cta.section-cta-best-of-toggle {
  margin-top: 0;
  margin-bottom: var(--rhythm-sm);
}

body[data-page="home"] .section-cta.section-cta-home-more {
  margin-top: var(--rhythm-sm);
  margin-bottom: 0;
}

body[data-page="home"] #best-of-artist > .section-cta:last-child {
  margin-bottom: 0;
}

body[data-page="home"] .stats-card-value {
  margin: 0 0 var(--rhythm-sm);
}

body[data-page="home"] .stats-card-label {
  margin: 0;
}

/* PRIMARY buttons: gradient fill, pill shape, bold white text. */
body[data-page="home"] .main-nav-book,
body[data-page="home"] .btn-live,
body[data-page="home"] .about-cta-book,
body[data-page="home"] .btn.btn-subscribe,
body[data-page="video"] .btn.btn-subscribe,
body[data-page="audio-more"] .btn.btn-subscribe,
body[data-page="contact"] .btn.btn-subscribe {
  background: var(--gradient);
  color: #fff;
  border: 1px solid transparent;
  border-radius: var(--btn-pill-radius);
  min-height: var(--btn-pill-height);
  padding: 0.7rem 1.8rem;
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: var(--btn-type-size);
  letter-spacing: var(--btn-type-letter);
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
}

body[data-page="home"] .about-cta-book {
  width: auto;
  height: auto;
}

body[data-page="home"] .main-nav-book:hover,
body[data-page="home"] .btn-live:hover,
body[data-page="home"] .about-cta-book:hover,
body[data-page="home"] .btn.btn-subscribe:hover,
body[data-page="video"] .btn.btn-subscribe:hover,
body[data-page="audio-more"] .btn.btn-subscribe:hover,
body[data-page="contact"] .btn.btn-subscribe:hover {
  filter: brightness(0.9);
  opacity: 1;
  transform: translateY(-1px);
}

/* SECONDARY buttons: transparent, white border/text, same pill radius. */
body[data-page="home"] .btn.btn-outline,
body[data-page="video"] .btn.btn-outline,
body[data-page="audio-more"] .btn.btn-outline,
body[data-page="contact"] .btn.btn-outline,
body[data-page="home"] #best-of-toggle-video,
body[data-page="home"] #best-of-toggle-audio {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--btn-pill-radius);
  min-height: var(--btn-pill-height);
  font-family: "Barlow Condensed", "Syne", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: var(--btn-type-size);
  letter-spacing: var(--btn-type-letter);
  text-transform: uppercase;
  box-shadow: none;
}

body[data-page="home"] .btn.btn-outline:hover,
body[data-page="video"] .btn.btn-outline:hover,
body[data-page="audio-more"] .btn.btn-outline:hover,
body[data-page="contact"] .btn.btn-outline:hover,
body[data-page="home"] #best-of-toggle-video:hover,
body[data-page="home"] #best-of-toggle-audio:hover {
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="home"] #best-of-artist .section-cta-best-of-toggle .btn.is-active {
  /* Keep selected toggle highlight consistent across desktop/mobile. */
  background: rgba(34, 191, 255, 0.22);
  color: #dff7ff;
  border-color: #22bfff;
  box-shadow: 0 0 0 1px rgba(34, 191, 255, 0.34);
}

/* Harmonize high-visibility Layer 1 button font sizing. */
body[data-page="home"] .main-nav-book,
body[data-page="home"] .btn-live,
body[data-page="home"] .about-cta-book,
body[data-page="home"] #best-of-more-link,
body[data-page="home"] #best-of-toggle-video,
body[data-page="home"] #best-of-toggle-audio,
body[data-page="video"] .subpage-action-btn,
body[data-page="audio-more"] .subpage-action-btn,
body[data-page="contact"] .btn.btn-subscribe,
body[data-page="contact"] .btn.btn-outline {
  font-size: var(--btn-type-size);
  letter-spacing: var(--btn-type-letter);
}

