/* 09) ARTIST LANE LAYOUT -------------------------------------------------- */

body.artist-body {
  margin: 0;
  color: #ffffff;
  background:
    linear-gradient(
      to bottom,
      #050509 0%,
      #08070f 14%,
      #0a0712 28%,
      rgba(18,14,24,1) 42%,
      rgba(20,16,26,1) 56%,
      rgba(15,12,20,1) 72%,
      #07060a 86%,
      #050509 100%
    );
}

main#artist-page {
  padding-top: 96px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

.artist-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 8vw;
}

.artist-section.narrow {
  max-width: 780px;
}

.artist-kicker {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.artist-title-xl {
  margin: 0 0 14px;
  font-size: clamp(40px, 5vw, 54px);
  line-height: 1.02;
}

.artist-subtitle {
  max-width: 540px;
  margin: 0 0 28px;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
}

/* CENTERED SYSTEM + PLATFORM HEADINGS */

#artist-system,
#artist-platform {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#artist-system .artist-kicker,
#artist-platform .artist-kicker,
#artist-system .artist-subtitle,
#artist-platform .artist-subtitle,
#artist-system .artist-title-xl,
#artist-system .artist-system-note {
  margin-left: auto;
  margin-right: auto;
}

#artist-system .artist-kicker {
  margin-bottom: 26px;
}

#artist-system .artist-title-xl,
#artist-platform .artist-title-xl {
  margin-bottom: 26px;
}

#artist-platform .artist-subtitle {
  margin-bottom: 26px;
}

#artist-system .artist-title-xl,
#artist-system .artist-system-note {
  max-width: 720px;
}

/* HERO */

.artist-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: min(90vh, 840px);
  padding: 120px 6vw 96px;
}

.artist-hero-left {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.artist-hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 260px;
}

.artist-hero-logo {
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

.artist-hero-line-1 {
  margin: 0 0 10px;
  font-size: clamp(42px, 5.6vw, 60px);
  line-height: 0.98;
}

.artist-hero-line-2 {
  margin: 0 0 22px;
  font-size: clamp(22px, 2.4vw, 26px);
  color: rgba(255,255,255,0.74);
}

.artist-hero-meta {
  max-width: 460px;
  margin-bottom: 32px;
  font-size: 14px;
  color: rgba(255,255,255,0.62);
}

.artist-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.artist-hero-tagline {
  margin-top: 18px;
  font-size: 12px;
  color: rgba(255,255,255,0.58);
}

.artist-hero-right-label {
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

/* HERO BUTTONS */

.btn-artist-primary,
.btn-artist-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  background: #050509;
  color: rgba(255,255,255,0.9);
  transition:
    background 220ms ease-out,
    color 160ms ease-out,
    box-shadow 220ms ease-out,
    border-color 200ms ease-out,
    transform 160ms ease-out;
}

.btn-artist-primary {
  border-color: rgba(232,198,139,0.75);
}

.btn-artist-ghost {
  border-color: rgba(200,200,210,0.6);
  color: rgba(235,235,241,0.88);
}

.btn-artist-primary:hover,
.btn-artist-primary:focus-visible {
  background: linear-gradient(
    135deg,
    #E8C68B 0%,
    #C9A46F 40%,
    #F0D9A7 100%
  );
  color: #050509;
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(0,0,0,0.6);
  transform: translateY(-2px);
}

.btn-artist-ghost:hover,
.btn-artist-ghost:focus-visible {
  background: radial-gradient(circle at 30% 0%, #ffffff, #bfc4cf 55%, #7f8491 100%);
  color: #050509;
  border-color: rgba(225,229,240,0.9);
  box-shadow:
    0 14px 40px rgba(0,0,0,0.9),
    0 0 24px rgba(210,215,230,0.6);
  transform: translateY(-1px);
}

.btn-artist-primary:active,
.btn-artist-ghost:active {
  transform: translateY(0);
  box-shadow: 0 6px 20px rgba(0,0,0,0.85);
}

/* HERO ORBIT */

.artist-signal-orbit {
  position: relative;
  overflow: hidden;
  width: min(420px, 70vw);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  border: 1px solid rgba(232,198,139,0.55);
  background:
    radial-gradient(circle at 30% 20%, rgba(232,198,139,0.35), transparent 52%),
    radial-gradient(circle at 70% 70%, rgba(124,198,255,0.25), transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(0,0,0,0.85), #050509);
  box-shadow:
    0 0 40px rgba(232,198,139,0.2),
    0 0 120px rgba(5,5,20,0.9);
}

.artist-signal-core {
  position: absolute;
  inset: 18%;
  border-radius: inherit;
  border: 1px dashed rgba(255,255,255,0.18);
  box-shadow: 0 0 30px rgba(0,0,0,0.9) inset;
}

.artist-signal-wave {
  position: absolute;
  inset: 50%;
  translate: -50% -50%;
  width: 125%;
  height: 32%;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(232,198,139,0.15) 18%,
      rgba(255,255,255,0.95) 50%,
      rgba(140,193,255,0.2) 82%,
      transparent 100%
    );
  filter: blur(3px);
  opacity: 0.9;
}

/* HERO ENTRY ANIMATION */

.hero-fade-left,
.hero-fade-right {
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

.hero-fade-left {
  transform: translateY(48px);
}

.hero-fade-right {
  transform: translateX(70px);
}

.hero-animate-in .hero-fade-left {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
  transition:
    opacity 1100ms cubic-bezier(0.11, 0.74, 0.18, 1),
    transform 1100ms cubic-bezier(0.11, 0.74, 0.18, 1);
}

.hero-animate-in .hero-fade-right {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
  transition:
    opacity 1400ms cubic-bezier(0.11, 0.74, 0.18, 1),
    transform 1400ms cubic-bezier(0.11, 0.74, 0.18, 1);
  transition-delay: 200ms;
}

/* WHAT IS SECTION */

.artist-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.artist-two-col > *:nth-child(2) {
  margin-top: 85px;
}

.artist-body-text p {
  margin: 0 0 10px;
  font-size: 15px;
  color: rgba(255,255,255,0.78);
}

.artist-body-text p:last-child {
  margin-bottom: 0;
}

.artist-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: rgba(255,255,255,0.72);
}

.artist-list li::before {
  content: "•";
  margin-right: 8px;
  color: #e8c68b;
}

/* SECTION FADE */

.artist-section-fade .section-fade-left,
.artist-section-fade .section-fade-right {
  opacity: 0;
  transform: translateY(48px);
  will-change: opacity, transform;
}

.artist-section-fade.section-animate .section-fade-left,
.artist-section-fade.section-animate .section-fade-right {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 900ms cubic-bezier(0.11, 0.74, 0.18, 1),
    transform 900ms cubic-bezier(0.11, 0.74, 0.18, 1);
}

/* OUTPUT SECTION */

#artist-output {
  opacity: 0;
  transform: translateY(40px);
  will-change: opacity, transform;
}

#artist-output.section-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 850ms cubic-bezier(0.11, 0.74, 0.18, 1),
    transform 850ms cubic-bezier(0.11, 0.74, 0.18, 1);
}

.artist-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1280px;
  margin: 24px auto 0;
}

.artist-cap-card {
  padding: 18px 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: radial-gradient(circle at 0 0, rgba(90, 156, 200, 0.134), rgba(255, 208, 0, 0.033));
  box-shadow: 0 18px 40px rgba(0,0,0,0.7);
  font-size: 14px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms cubic-bezier(0.11, 0.74, 0.18, 1),
    transform 700ms cubic-bezier(0.11, 0.74, 0.18, 1);
}

#artist-output.section-visible .artist-cap-card {
  opacity: 1;
  transform: translateY(0);
}

#artist-output.section-visible .artist-cap-card:nth-child(1) { transition-delay: 90ms; }
#artist-output.section-visible .artist-cap-card:nth-child(2) { transition-delay: 140ms; }
#artist-output.section-visible .artist-cap-card:nth-child(3) { transition-delay: 190ms; }
#artist-output.section-visible .artist-cap-card:nth-child(4) { transition-delay: 240ms; }
#artist-output.section-visible .artist-cap-card:nth-child(5) { transition-delay: 290ms; }
#artist-output.section-visible .artist-cap-card:nth-child(6) { transition-delay: 340ms; }

.artist-cap-label {
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
}

.artist-cap-title {
  margin: 0 0 8px;
  font-size: 16px;
}

.artist-cap-body {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}

/* SIGNAL SECTION */

#signal.artist-section-fade {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  filter: blur(12px);
  will-change: opacity, transform, filter;
}

#signal.artist-section-fade.section-animate {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition:
    opacity 900ms cubic-bezier(0.16, 0.83, 0.33, 1),
    transform 900ms cubic-bezier(0.16, 0.83, 0.33, 1),
    filter 900ms cubic-bezier(0.16, 0.83, 0.33, 1);
}

.artist-signal-section {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 40px 28px 36px;
  background:
    radial-gradient(circle at 10% 0, rgba(232,198,139,0.18), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(141,199,255,0.18), transparent 60%),
    linear-gradient(135deg, #050509, #05040c);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 22px 60px rgba(0,0,0,0.85);
}

.artist-signal-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.artist-signal-content p {
  margin: 0 0 10px;
  font-size: 15px;
  color: rgba(255,255,255,0.82);
}

.signal-demos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 720px;
  margin: 20px auto 0;
}

.signal-hero-card,
.signal-demos .signal-player {
  opacity: 0;
  transform: translateY(22px);
  will-change: opacity, transform;
}

#signal.section-animate .signal-hero-card {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 780ms cubic-bezier(0.16, 0.83, 0.33, 1),
    transform 780ms cubic-bezier(0.16, 0.83, 0.33, 1);
}

#signal.section-animate .signal-demos .signal-player {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 650ms cubic-bezier(0.16, 0.83, 0.33, 1),
    transform 650ms cubic-bezier(0.16, 0.83, 0.33, 1);
}

#signal.section-animate .signal-demos .signal-player:nth-child(1) { transition-delay: 80ms; }
#signal.section-animate .signal-demos .signal-player:nth-child(2) { transition-delay: 150ms; }
#signal.section-animate .signal-demos .signal-player:nth-child(3) { transition-delay: 220ms; }

.signal-player {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at 10% 0, rgba(241, 180, 75, 0.109), transparent 55%),
    radial-gradient(circle at 90% 100%, rgba(141,199,255,0.18), transparent 60%),
    linear-gradient(135deg, rgba(5,5,9,0.96), rgba(5,4,12,0.96));
  box-shadow:
    0 14px 40px rgba(0,0,0,0.9),
    0 0 40px rgba(0,0,0,0.7);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  color: #ffffff;
}

.signal-player-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 6px;
}

.signal-player-label {
  margin-bottom: 2px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
}

.signal-player-title {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
}

.signal-player-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(0,0,0,0.35);
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  box-shadow:
    0 0 6px rgba(0,0,0,0.7),
    0 0 10px rgba(0,0,0,0.6);
  transition:
    background 160ms ease,
    transform 140ms ease,
    box-shadow 180ms ease,
    border-color 160ms ease;
}

.signal-player-play:hover {
  background: rgba(232,198,139,0.25);
  border-color: rgba(232,198,139,0.9);
  transform: translateY(-1px);
  box-shadow:
    0 10px 26px rgba(0,0,0,0.9),
    0 0 18px rgba(232,198,139,0.5);
}

.signal-player-wave {
  position: relative;
  width: 100%;
  height: 18px;
  margin-top: 5px;
  cursor: default;
  background: transparent;
  border-radius: 999px;
  overflow: visible;
}

.signal-player--playing .signal-player-wave {
  cursor: pointer;
}

.signal-player-wave span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(
    90deg,
    transparent 0px,
    rgba(232,198,139,0.06) 50px,
    rgba(232,198,139,0.12) 100px,
    rgba(232,198,139,0.22) 175px,
    rgba(255,255,255,0.92) 375px,
    rgba(141,199,255,0.28) 625px,
    rgba(141,199,255,0.20) 675px,
    rgba(232,198,139,0.10) 725px,
    transparent 775px,
    transparent 800px,
    rgba(232,198,139,0.06) 850px,
    rgba(232,198,139,0.12) 900px,
    rgba(232,198,139,0.22) 975px,
    rgba(255,255,255,0.92) 1175px,
    rgba(141,199,255,0.28) 1425px,
    rgba(141,199,255,0.20) 1475px,
    rgba(232,198,139,0.10) 1525px,
    transparent 1580px
  );
  background-size: 1580px 100%;
  will-change: background-position;
  opacity: 0;
  transition: opacity 200ms ease-out;
}

.signal-player--playing .signal-player-wave span {
  opacity: 0.9;
  animation: signal-wave-move 5s linear infinite;
}

.signal-player-time {
  padding-left: 4px;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
}

@keyframes signal-wave-move {
  0%   { background-position: 0 0; }
  100% { background-position: 1580px 0; }
}

/* SYSTEM FLOW */

#artist-system {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 700ms cubic-bezier(0.11, 0.74, 0.18, 1),
    transform 700ms cubic-bezier(0.11, 0.74, 0.18, 1);
}

#artist-system.section-animate {
  opacity: 1;
  transform: translateY(0);
}

.artist-system-flow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  overflow-x: visible;
  padding: 6px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.72);
  scrollbar-width: none;
}

.artist-system-flow::-webkit-scrollbar {
  display: none;
}

.artist-system-pill,
.artist-system-arrow {
  white-space: nowrap;
  flex-shrink: 0;
}

.artist-system-pill {
  position: relative;
  overflow: hidden;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
  transition:
    background 260ms ease-out,
    border-color 260ms ease-out,
    box-shadow 260ms ease-out,
    color 220ms ease-out;
}

.artist-system-pill.pulse-active {
  background: radial-gradient(circle at 50% 50%, rgba(232,198,139,0.26), rgba(5,5,9,1));
  border-color: rgba(232,198,139,0.9);
  box-shadow:
    0 0 14px rgba(232,198,139,0.6),
    0 0 32px rgba(140,193,255,0.35);
  color: rgba(255,255,255,0.98);
}

.artist-system-arrow {
  font-size: 16px;
  opacity: 0.7;
}

.artist-system-note {
  margin-top: 30px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  text-align: center;
}

.artist-system-flow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    rgba(232,198,139,0.0) 0%,
    rgba(232,198,139,0.85) 25%,
    rgba(141,199,255,0.9) 50%,
    rgba(232,198,139,0.85) 75%,
    rgba(232,198,139,0.0) 100%
  );
  box-shadow:
    0 0 18px rgba(232,198,139,0.7),
    0 0 26px rgba(141,199,255,0.6);
  transition:
    transform 900ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 700ms ease-out;
}

.artist-system-flow.system-flow-active::after {
  opacity: 1;
  transform: translateY(-50%) scaleX(1);
}

.artist-system-pill::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-40%);
  background: radial-gradient(
    circle at 0% 50%,
    rgba(232,198,139,0.25),
    rgba(141,199,255,0.10),
    transparent 65%
  );
}

.artist-system-pill.system-pill-active::before {
  animation: system-pill-pulse 1100ms cubic-bezier(0.19, 1, 0.22, 1) var(--pulse-delay, 0ms) forwards;
}

@keyframes system-pill-pulse {
  0% {
    opacity: 0;
    transform: translateX(-40%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(40%);
  }
}

/* PLATFORM */

main#artist-page section#artist-platform {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

main#artist-page section#artist-platform .artist-platform-grid {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  gap: 14px;
}

#artist-platform {
  position: relative;
}

#artist-platform .artist-kicker,
#artist-platform .artist-title-xl,
#artist-platform .artist-subtitle {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(4px);
  transition:
    opacity 650ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 650ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 650ms ease;
}

.artist-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1280px;
  margin: 24px auto 0;
}

.artist-platform-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  padding: 18px 16px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(5,5,9,0.96);
  box-shadow: 0 18px 44px rgba(0,0,0,0.8);
  font-size: 14px;
  text-align: left;
  opacity: 0;
  transform: translateY(26px);
  filter: blur(6px);
  transition:
    opacity 650ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 650ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 650ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

#artist-platform.platform-animate .artist-kicker,
#artist-platform.platform-animate .artist-title-xl,
#artist-platform.platform-animate .artist-subtitle,
#artist-platform.platform-animate .artist-platform-card {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

#artist-platform.platform-animate .artist-platform-card:nth-child(1) { transition-delay: 0s; }
#artist-platform.platform-animate .artist-platform-card:nth-child(2) { transition-delay: 0.08s; }
#artist-platform.platform-animate .artist-platform-card:nth-child(3) { transition-delay: 0.16s; }

.artist-platform-pill {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.artist-platform-name {
  font-size: 16px;
}

.artist-platform-status {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}

.artist-platform-card::before,
.artist-platform-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transform: translateX(-60%);
  pointer-events: none;
}

.artist-platform-card::before {
  background: linear-gradient(
    90deg,
    rgba(232,198,139,0) 0%,
    rgba(232,198,139,0.35) 50%,
    rgba(232,198,139,0) 100%
  );
}

.artist-platform-card::after {
  background: linear-gradient(
    90deg,
    rgba(141,199,255,0) 0%,
    rgba(141,199,255,0.28) 50%,
    rgba(141,199,255,0) 100%
  );
}

#artist-platform.platform-animate .artist-platform-card::before {
  animation: card-gold-pulse 950ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

#artist-platform.platform-animate .artist-platform-card:nth-child(1)::before { animation-delay: 0.9s; }
#artist-platform.platform-animate .artist-platform-card:nth-child(2)::before { animation-delay: 1.02s; }
#artist-platform.platform-animate .artist-platform-card:nth-child(3)::before { animation-delay: 1.14s; }

#artist-platform.platform-animate .artist-platform-card::after {
  animation: card-ice-pulse 1000ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

#artist-platform.platform-animate .artist-platform-card:nth-child(1)::after { animation-delay: 1.08s; }
#artist-platform.platform-animate .artist-platform-card:nth-child(2)::after { animation-delay: 1.20s; }
#artist-platform.platform-animate .artist-platform-card:nth-child(3)::after { animation-delay: 1.32s; }

@keyframes card-gold-pulse {
  0% {
    opacity: 0;
    transform: translateX(-60%);
  }
  35% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
    transform: translateX(60%);
  }
}

@keyframes card-ice-pulse {
  0% {
    opacity: 0;
    transform: translateX(-60%);
  }
  35% {
    opacity: 0.32;
  }
  100% {
    opacity: 0;
    transform: translateX(60%);
  }
}

/* CTA */

.artist-cta {
  padding-top: 80px;
  padding-bottom: 120px;
  text-align: center;
}

.artist-cta .artist-title-xl {
  margin-bottom: 80px;
  line-height: 1.15;
}

.artist-cta p {
  margin: 0 0 36px;
  font-size: 15px;
  color: rgba(255,255,255,0.78);
}

/* WIDER DESKTOP LAYOUT */

.artist-section:not(#signal) {
  max-width: 1280px;
  padding-left: 4vw;
  padding-right: 4vw;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .artist-hero {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 96px;
  }

  .artist-hero-right {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .artist-signal-orbit {
    width: min(380px, 72vw);
  }

  .artist-hero-right-label {
    position: static;
    margin-top: 14px;
    text-align: center;
  }

  .artist-two-col {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .artist-platform-grid .artist-platform-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .artist-system-flow::after {
    display: none;
  }

  .artist-system-flow {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 8px 0 4px;
  }

  .artist-system-flow::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
      to bottom,
      rgba(140,140,160,0.15),
      rgba(180,180,200,0.10)
    );
    opacity: 0.28;
    z-index: 0;
  }

  .artist-system-pill {
    width: 100%;
    max-width: 360px;
    text-align: center;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 16px;
  }

  .artist-system-arrow {
    display: block;
    transform: rotate(90deg);
    font-size: 18px;
    color: rgba(220,220,230,0.85);
    margin: -2px 0;
    z-index: 2;
  }

  .artist-subtitle {
    margin-bottom: 22px;
  }

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

  .artist-platform-grid .artist-platform-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 48%;
  }
}