@charset "UTF-8";

:root {
  --artist-pink: #ff3f9f;
  --artist-pink-bright: #ff9bd3;
  --artist-pink-deep: #8c145e;
  --artist-violet: #a266ff;
  --artist-silver: #d9dce6;
  --spotify-green: #1ed760;
}

.artists-page {
  position: relative;
  background: #02040c;
}

.artists-page .section {
  padding-block: clamp(92px, 10vw, 142px);
}

.artists-aurora,
.pink-oracle-haze {
  position: fixed;
  z-index: -3;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.artists-aurora::before,
.artists-aurora::after,
.pink-oracle-haze::before,
.pink-oracle-haze::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  mix-blend-mode: screen;
}

.artists-aurora::before {
  width: 48vw;
  height: 48vw;
  top: 12vh;
  right: -22vw;
  background: rgba(255, 62, 160, .09);
  animation: artist-haze-one 18s ease-in-out infinite alternate;
}

.artists-aurora::after {
  width: 42vw;
  height: 42vw;
  bottom: 4vh;
  left: -20vw;
  background: rgba(var(--accent-rgb), .075);
  animation: artist-haze-two 24s ease-in-out infinite alternate;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
  color: var(--muted-2);
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  transition: color 180ms ease;
}

.breadcrumbs a:hover {
  color: var(--accent-bright);
}

/* Catalog hero */
.catalog-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-height) + 70px) !important;
  overflow: hidden;
}

.catalog-hero::before {
  content: "";
  position: absolute;
  width: min(74vw, 980px);
  aspect-ratio: 1;
  top: 2%;
  right: -22%;
  border: 1px solid rgba(var(--accent-rgb), .08);
  border-radius: 50%;
  box-shadow: inset 0 0 140px rgba(255, 63, 159, .035);
  pointer-events: none;
}

.catalog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: clamp(44px, 7vw, 105px);
  align-items: center;
}

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

.catalog-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.35rem, 7.7vw, 7.5rem);
  font-weight: 790;
  letter-spacing: -.068em;
  line-height: .89;
}

.catalog-hero h1 span {
  color: transparent;
  background: linear-gradient(112deg, #fff 2%, var(--artist-pink-bright) 48%, var(--accent-bright) 96%);
  -webkit-background-clip: text;
  background-clip: text;
}

.catalog-hero-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
}

.catalog-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.catalog-signals li {
  padding: 17px 19px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.catalog-signals strong,
.catalog-signals span {
  display: block;
}

.catalog-signals strong {
  color: var(--artist-pink-bright);
  font-size: 1.12rem;
  letter-spacing: -.02em;
}

.catalog-signals span {
  margin-top: 2px;
  color: var(--muted-2);
  font-size: .62rem;
  font-weight: 730;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalog-hero-visual {
  position: relative;
  min-height: min(660px, 67vw);
  perspective: 1100px;
}

.roster-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(590px, 96%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}

.roster-orbit::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,63,159,.13), rgba(var(--secondary-rgb), .04) 44%, transparent 70%);
  filter: blur(14px);
}

.orbit {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  transform: rotateX(66deg) rotateZ(12deg);
}

.orbit::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  left: -5px;
  border-radius: 50%;
  background: var(--artist-pink-bright);
  box-shadow: 0 0 22px var(--artist-pink);
}

.orbit--one {
  animation: roster-orbit-spin 13s linear infinite;
}

.orbit--two {
  inset: 22%;
  transform: rotateX(72deg) rotateZ(115deg);
  animation: roster-orbit-spin-reverse 17s linear infinite;
}

.orbit--three {
  inset: 3%;
  transform: rotateY(68deg) rotateZ(34deg);
  opacity: .55;
  animation: roster-orbit-spin 24s linear infinite;
}

.hero-artist-disc {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 48%;
  aspect-ratio: 1;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,63,159,.85), rgba(var(--accent-rgb), .9), rgba(104,75,255,.85));
  box-shadow: 0 35px 90px rgba(0,0,0,.45), 0 0 75px rgba(255,63,159,.18);
  transform: translate(-50%, -50%);
}

.hero-artist-disc::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  pointer-events: none;
}

.hero-artist-disc img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.9) contrast(1.06);
}

.disc-pulse {
  position: absolute;
  z-index: -1;
  inset: -16px;
  border: 1px solid rgba(255,84,174,.35);
  border-radius: 50%;
  animation: story-pulse 2.6s ease-out infinite;
}

.hero-release-card {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 10%;
  width: 190px;
  padding: 10px 10px 15px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: rgba(5,7,18,.74);
  box-shadow: 0 28px 75px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: rotate(6deg);
  animation: release-float 5.5s ease-in-out infinite;
}

.hero-release-card img {
  width: 100%;
  border-radius: 17px;
}

.hero-release-card span,
.hero-release-card strong {
  display: block;
}

.hero-release-card span {
  margin: 13px 5px 0;
  color: var(--artist-pink-bright);
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .17em;
}

.hero-release-card strong {
  margin: 2px 5px 0;
  font-size: .88rem;
}

.orbit-tag {
  position: absolute;
  z-index: 4;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #dce1ec;
  background: rgba(5,8,19,.62);
  box-shadow: 0 12px 40px rgba(0,0,0,.28);
  font-size: .55rem;
  font-weight: 850;
  letter-spacing: .13em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.orbit-tag--one { top: 13%; right: 9%; }
.orbit-tag--two { bottom: 20%; left: 2%; }
.orbit-tag--three { top: 29%; left: 3%; }

/* Story carousel */
.stories-section {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.014), transparent);
}

.stories-heading {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .65fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
}

.stories-heading h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -.055em;
  line-height: .96;
}

.stories-heading h2 span {
  color: transparent;
  background: linear-gradient(90deg, var(--artist-pink-bright), var(--accent-bright));
  -webkit-background-clip: text;
  background-clip: text;
}

.stories-heading > p {
  margin: 0;
  color: var(--muted);
}

.artist-stories {
  margin-top: 54px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(9,14,31,.78), rgba(3,6,15,.88));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.05);
}

.stories-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.stories-track {
  min-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(23px, 3.2vw, 44px);
  width: max-content;
  margin-inline: auto;
  padding: 10px 6px 20px;
}

.artist-story {
  flex: 0 0 138px;
  text-align: center;
}

.artist-story a {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.story-ring {
  position: relative;
  width: 116px;
  aspect-ratio: 1;
  display: block;
  margin-bottom: 11px;
  padding: 5px;
  border-radius: 50%;
  background: conic-gradient(from 35deg, var(--artist-pink), var(--artist-pink-bright), var(--accent-bright), var(--artist-violet), var(--artist-pink));
  box-shadow: 0 0 0 5px rgba(255,255,255,.025), 0 18px 50px rgba(0,0,0,.38), 0 0 35px rgba(255,63,159,.14);
  transition: transform 240ms var(--ease-out), box-shadow 240ms ease;
}

.story-ring::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 9px;
  border: 2px solid rgba(1,3,9,.88);
  border-radius: 50%;
  pointer-events: none;
}

.story-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 28%;
}

.story-progress {
  position: absolute;
  z-index: -1;
  inset: -8px;
  border: 1px solid rgba(255,90,180,.32);
  border-radius: 50%;
  opacity: 0;
}

.artist-story.is-active .story-progress {
  opacity: 1;
  animation: story-pulse 2.4s ease-out infinite;
}

.artist-story a:hover .story-ring {
  transform: translateY(-7px) scale(1.035);
  box-shadow: 0 0 0 5px rgba(255,255,255,.035), 0 25px 60px rgba(0,0,0,.42), 0 0 45px rgba(255,63,159,.22);
}

.artist-story strong {
  color: #f6f7fb;
  font-size: .84rem;
}

.artist-story small {
  color: var(--artist-pink-bright);
  font-size: .65rem;
}

.stories-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
}

.story-control {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  background: rgba(255,255,255,.025);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.story-control:hover:not(:disabled) {
  color: #fff;
  border-color: rgba(255,96,183,.35);
  background: rgba(255,63,159,.08);
  transform: translateY(-2px);
}

.story-control:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.story-control svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-control--play .icon-pause { display: none; }
.story-control--play.is-playing .icon-play { display: none; }
.story-control--play.is-playing .icon-pause { display: block; }

.story-status {
  margin-left: 8px;
  color: var(--muted-2);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* Roster */
.roster-section {
  padding-top: clamp(110px, 12vw, 165px) !important;
}

.roster-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, .42fr);
  gap: 40px;
  align-items: end;
}

.artist-search {
  position: relative;
  display: flex;
  align-items: center;
}

.artist-search svg {
  position: absolute;
  left: 17px;
  width: 19px;
  fill: none;
  stroke: var(--muted-2);
  stroke-width: 1.7;
  pointer-events: none;
}

.artist-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px 0 49px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: #fff;
  outline: none;
  background: rgba(255,255,255,.025);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.artist-search input:focus {
  border-color: rgba(255,84,174,.38);
  background: rgba(255,255,255,.04);
  box-shadow: 0 0 0 4px rgba(255,63,159,.065);
}

.roster-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.018);
}

.filter-chip {
  min-height: 39px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 760;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.filter-chip:hover,
.filter-chip.is-active {
  color: #fff;
  border-color: rgba(255,84,174,.24);
  background: rgba(255,63,159,.075);
}

.roster-result {
  margin-left: auto;
  padding: 0 8px;
  color: var(--muted-2);
  font-size: .65rem;
  font-weight: 740;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roster-grid {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.roster-card {
  display: grid;
  grid-template-columns: minmax(340px, .75fr) minmax(0, 1.25fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(10,15,32,.93), rgba(3,7,17,.96));
  box-shadow: 0 42px 100px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform 240ms var(--ease-out), border-color 240ms ease, box-shadow 240ms ease;
  transform-style: preserve-3d;
}

.roster-card[hidden] { display: none; }

.roster-card:hover {
  border-color: rgba(255,87,178,.25);
  box-shadow: 0 48px 120px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.07), 0 0 60px rgba(255,63,159,.045);
}

.roster-card-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #05070d;
}

.roster-card-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 30%, rgba(2,4,10,.2) 67%, rgba(2,4,10,.86) 100%);
  pointer-events: none;
}

.roster-card-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: saturate(.82) contrast(1.08);
  transition: transform 900ms var(--ease-out), filter 500ms ease;
}

.roster-card:hover .roster-card-media > img {
  transform: scale(1.045);
  filter: saturate(.98) contrast(1.08);
}

.artist-index {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 25px;
  color: rgba(255,255,255,.22);
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  font-weight: 850;
  letter-spacing: -.08em;
  line-height: 1;
}

.roster-status {
  position: absolute;
  z-index: 4;
  top: 29px;
  right: 25px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #dfe4ed;
  background: rgba(2,5,13,.58);
  font-size: .52rem;
  font-weight: 850;
  letter-spacing: .12em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.roster-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #62e5ac;
  box-shadow: 0 0 12px rgba(98,229,172,.7);
}

.roster-card-album {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 24px;
  width: 145px;
  aspect-ratio: 1;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 21px;
  background: rgba(7,7,17,.65);
  box-shadow: 0 24px 55px rgba(0,0,0,.48);
  transform: rotate(5deg);
  transition: transform 260ms var(--ease-out);
}

.roster-card:hover .roster-card-album {
  transform: rotate(1deg) translateY(-5px);
}

.roster-card-album img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.roster-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(35px, 6vw, 78px);
}

.roster-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.roster-card-top p,
.roster-card-top span {
  margin: 0;
  color: var(--artist-pink-bright);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .15em;
}

.roster-card-top span {
  color: var(--muted-2);
}

.roster-card h3 {
  margin: 31px 0 6px;
  font-size: clamp(3rem, 6vw, 6.7rem);
  letter-spacing: -.07em;
  line-height: .88;
}

.roster-card h3 a {
  color: transparent;
  background: linear-gradient(110deg, #fff 3%, #fff 42%, var(--artist-pink-bright) 95%);
  -webkit-background-clip: text;
  background-clip: text;
}

.roster-card-genres {
  margin: 10px 0 0 !important;
  color: var(--artist-pink-bright) !important;
  font-size: .85rem !important;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roster-card-content > p {
  max-width: 650px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.roster-release {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.018);
}

.roster-release span {
  color: var(--muted-2);
  font-size: .56rem;
  font-weight: 850;
  letter-spacing: .15em;
}

.roster-release strong {
  color: var(--artist-pink-bright);
  font-size: 1.05rem;
}

.roster-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.roster-empty {
  display: grid;
  justify-items: center;
  margin-top: 28px;
  padding: 65px 25px;
  border: 1px dashed rgba(255,255,255,.14);
  border-radius: 28px;
  text-align: center;
}

.roster-empty[hidden] { display: none; }
.roster-empty img { width: 75px; opacity: .72; }
.roster-empty h3 { margin: 22px 0 5px; font-size: 1.45rem; }
.roster-empty p { margin: 0 0 22px; color: var(--muted); }

/* Shared artist CTA */
.artists-final-cta,
.artist-profile-cta {
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(circle at 50% 55%, rgba(255,63,159,.09), transparent 43%);
}

.artists-cta-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.artists-cta-content h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: -.065em;
  line-height: .92;
}

.artists-cta-content h2 span {
  color: transparent;
  background: linear-gradient(100deg, var(--artist-pink-bright), var(--accent-bright));
  -webkit-background-clip: text;
  background-clip: text;
}

.artists-cta-content > p:not(.section-kicker) {
  max-width: 690px;
  margin: 25px auto 0;
  color: var(--muted);
}

.artist-portal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(660px, 80vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.artist-portal span {
  position: absolute;
  inset: calc(var(--i, 0) * 11%);
  border: 1px solid rgba(255,80,173,.13);
  border-radius: 50%;
  animation: portal-breathe 5s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * -1s);
}

.artist-portal span:nth-child(1) { --i: 0; }
.artist-portal span:nth-child(2) { --i: 1; }
.artist-portal span:nth-child(3) { --i: 2; }

.artist-portal img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115px;
  opacity: .08;
  filter: blur(.2px) drop-shadow(0 0 45px rgba(255,63,159,.45));
  transform: translate(-50%, -50%);
}

/* Profile visual language */
.sebas-profile {
  --profile-pink: #ff3c9d;
  --profile-pink-light: #ff9bd4;
  --profile-purple: #a561ff;
  background: #050108;
}

.profile-cosmic-backdrop {
  background:
    radial-gradient(circle at 75% 15%, rgba(255,47,148,.11), transparent 35%),
    radial-gradient(circle at 10% 48%, rgba(113,53,187,.09), transparent 34%),
    linear-gradient(180deg, #030107 0%, #09020d 48%, #020208 100%);
}

.pink-oracle-haze::before {
  width: 56vw;
  height: 56vw;
  top: -20vw;
  right: -18vw;
  background: rgba(255,41,145,.12);
  animation: artist-haze-one 22s ease-in-out infinite alternate;
}

.pink-oracle-haze::after {
  width: 45vw;
  height: 45vw;
  bottom: -18vw;
  left: 18vw;
  background: rgba(139,74,255,.08);
  animation: artist-haze-two 28s ease-in-out infinite alternate;
}

.artist-profile-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-height) + 64px) !important;
  overflow: hidden;
}

.profile-photo-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: .13;
  pointer-events: none;
}

.profile-photo-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050108 0%, rgba(5,1,8,.72) 42%, rgba(5,1,8,.35) 68%, #050108 100%),
    linear-gradient(180deg, rgba(5,1,8,.18), #050108 97%);
}

.profile-photo-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: grayscale(.22) saturate(.8) blur(5px);
  transform: scale(1.07);
}

.profile-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  gap: clamp(45px, 8vw, 120px);
  align-items: center;
}

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

.artist-roster-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 13px 7px 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #dce0ea;
  background: rgba(4,4,12,.44);
  font-size: .55rem;
  font-weight: 850;
  letter-spacing: .13em;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.artist-roster-badge img { width: 27px; }

.profile-location {
  margin: 34px 0 9px;
  color: var(--profile-pink-light);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .22em;
}

.artist-profile-hero h1 {
  margin: 0;
  font-size: clamp(4.5rem, 10vw, 10.3rem);
  letter-spacing: -.085em;
  line-height: .77;
  text-transform: uppercase;
}

.artist-profile-hero h1 span {
  display: block;
  color: #fff;
}

.artist-profile-hero h1 {
  color: transparent;
  background: linear-gradient(100deg, var(--profile-pink-light), var(--profile-pink) 48%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.profile-genres {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin: 31px 0 0;
  color: #e6dfe8;
  font-size: .75rem;
  font-weight: 790;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.profile-genres i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--profile-pink);
  box-shadow: 0 0 10px rgba(255,63,159,.8);
}

.profile-hero-lead {
  max-width: 610px;
  margin: 21px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.profile-actions .button--primary {
  color: #030c06;
  background: linear-gradient(120deg, #72f59d, var(--spotify-green));
  box-shadow: 0 17px 42px rgba(30,215,96,.18);
}

.profile-actions .button svg {
  width: 20px;
  fill: currentColor;
}

.profile-quick-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 19px;
}

.profile-share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  color: var(--muted-2);
  background: transparent;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 720;
  transition: color 180ms ease;
}

.profile-share:hover { color: #fff; }
.profile-share svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.profile-booking {
  color: var(--profile-pink-light);
  font-size: .72rem;
  font-weight: 750;
}

.profile-booking span {
  display: inline-block;
  transition: transform 180ms ease;
}

.profile-booking:hover span { transform: translate(3px, -3px); }

.profile-hero-art {
  position: relative;
  min-height: 680px;
  perspective: 1200px;
}

.artist-portrait-frame {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(390px, 62%);
  aspect-ratio: .74;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 180px 180px 34px 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,63,159,.08));
  box-shadow: 0 42px 115px rgba(0,0,0,.5), 0 0 70px rgba(255,63,159,.11), inset 0 1px 0 rgba(255,255,255,.18);
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transition: transform 240ms ease-out;
}

.artist-portrait-frame img {
  width: 100%;
  height: 100%;
  border-radius: 174px 174px 28px 28px;
  object-fit: cover;
  object-position: center 26%;
  filter: contrast(1.06) saturate(.85);
}

.portrait-scan {
  position: absolute;
  z-index: 3;
  left: 8%;
  right: 8%;
  height: 1px;
  top: 12%;
  opacity: .7;
  background: linear-gradient(90deg, transparent, var(--profile-pink-light), transparent);
  box-shadow: 0 0 14px rgba(255,90,181,.75);
  animation: portrait-scan 5s ease-in-out infinite;
  pointer-events: none;
}

.profile-album-float {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 4%;
  width: 230px;
  padding: 10px 10px 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 29px;
  background: rgba(5,3,12,.72);
  box-shadow: 0 34px 85px rgba(0,0,0,.48), 0 0 48px rgba(255,63,159,.12), inset 0 1px 0 rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  transform: rotate(5deg);
  transition: transform 250ms var(--ease-out);
}

.profile-album-float:hover { transform: rotate(1deg) translateY(-7px); }
.profile-album-float img { width: 100%; border-radius: 21px; }
.profile-album-float small,
.profile-album-float strong { display: block; margin-inline: 6px; }
.profile-album-float small { margin-top: 13px; color: var(--profile-pink-light); font-size: .52rem; font-weight: 850; letter-spacing: .16em; }
.profile-album-float strong { margin-top: 2px; font-size: 1rem; }

.album-orbit {
  position: absolute;
  z-index: -1;
  inset: -24px;
  border: 1px solid rgba(255,70,166,.22);
  border-radius: 38px;
  animation: album-orbit-pulse 3s ease-in-out infinite;
}

.profile-frequency {
  position: absolute;
  z-index: 4;
  left: -7%;
  bottom: 8%;
  width: 62%;
  height: 120px;
  opacity: .75;
  pointer-events: none;
}

.profile-frequency canvas { width: 100%; height: 100%; }

/* Biography */
.artist-bio-section {
  background: linear-gradient(180deg, transparent, rgba(255,62,160,.025), transparent);
}

.bio-grid {
  display: grid;
  grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
}

.bio-copy > p {
  margin: 0;
  color: #d8dbe5;
  font-size: clamp(1.3rem, 2.45vw, 2.35rem);
  letter-spacing: -.025em;
  line-height: 1.45;
}

.bio-copy > p::first-letter {
  color: var(--profile-pink-light);
}

.bio-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 42px;
}

.bio-facts article {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.02);
}

.bio-facts span,
.bio-facts strong { display: block; }
.bio-facts span { color: var(--profile-pink-light); font-size: .51rem; font-weight: 850; letter-spacing: .16em; }
.bio-facts strong { margin-top: 5px; color: #eef0f5; font-size: .85rem; }

/* Pink Oracle album */
.pink-oracle-section {
  overflow: hidden;
}

.pink-oracle-section::before {
  content: "";
  position: absolute;
  width: 68vw;
  aspect-ratio: 1;
  top: 50%;
  left: -29vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,38,145,.13), transparent 68%);
  transform: translateY(-50%);
  filter: blur(20px);
}

.pink-oracle-grid {
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
  gap: clamp(55px, 9vw, 130px);
  align-items: center;
}

.album-showcase {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  perspective: 1100px;
}

.album-showcase > img {
  position: relative;
  z-index: 3;
  width: 82%;
  height: 82%;
  margin: 9%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 35px;
  object-fit: cover;
  box-shadow: 0 48px 105px rgba(0,0,0,.55), 0 0 65px rgba(255,45,151,.16);
  transform: rotateY(-6deg) rotateX(3deg);
  transition: transform 250ms ease-out;
}

.album-halo {
  position: absolute;
  inset: -2%;
  border: 1px solid rgba(255,63,159,.22);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(255,63,159,.065);
  animation: album-halo 11s linear infinite;
}

.album-halo::before,
.album-halo::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.album-halo::before { inset: 9%; border: 1px dashed rgba(255,255,255,.12); }
.album-halo::after { width: 12px; height: 12px; top: 10%; left: 18%; background: var(--profile-pink-light); box-shadow: 0 0 24px var(--profile-pink); }

.album-vinyl {
  position: absolute;
  z-index: 1;
  top: 17%;
  right: 0;
  width: 65%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #111 0 3px, #050505 4px 7px);
  box-shadow: 0 28px 70px rgba(0,0,0,.5);
  animation: vinyl-spin 20s linear infinite;
}

.album-vinyl::before {
  content: "";
  position: absolute;
  inset: 35%;
  border-radius: 50%;
  background: radial-gradient(circle, #050505 0 12%, var(--profile-pink) 14% 58%, #1b0614 60%);
}

.album-vinyl i {
  position: absolute;
  inset: 48%;
  border-radius: 50%;
  background: #eee;
}

.pink-oracle-copy h2 {
  margin: 0;
  font-size: clamp(4rem, 9vw, 9rem);
  letter-spacing: -.085em;
  line-height: .82;
}

.pink-oracle-copy h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(96deg, var(--profile-pink-light), var(--profile-pink), #f0c7df);
  -webkit-background-clip: text;
  background-clip: text;
}

.pink-oracle-copy > p:not(.section-kicker):not(.album-note) {
  max-width: 650px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.album-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}

.album-signals span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #dfe2ea;
  background: rgba(255,255,255,.018);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .13em;
}

.album-actions,
.epk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 31px;
}

.album-note {
  max-width: 640px;
  margin: 20px 0 0;
  padding-left: 16px;
  border-left: 1px solid rgba(255,85,175,.35);
  color: var(--muted-2);
  font-size: .72rem;
}

/* Sonic identity */
.sound-identity-section {
  background: radial-gradient(circle at 50% 50%, rgba(115,71,210,.075), transparent 60%);
}

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

.sound-identity-card {
  position: relative;
  min-height: 410px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: linear-gradient(150deg, rgba(10,12,29,.88), rgba(4,5,14,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
  transform-style: preserve-3d;
  transition: border-color 230ms ease, transform 230ms ease;
}

.sound-identity-card:hover { border-color: rgba(255,76,169,.28); }
.sound-identity-card > span { color: rgba(255,255,255,.17); font-size: 3rem; font-weight: 850; letter-spacing: -.06em; }
.sound-identity-card h3 { margin: 70px 0 9px; font-size: clamp(2rem, 3.5vw, 3.4rem); letter-spacing: -.055em; }
.sound-identity-card p { position: relative; z-index: 3; margin: 0; color: var(--muted); }

.identity-wave,
.identity-bars,
.identity-orbit {
  position: absolute;
  right: -12%;
  bottom: -15%;
  width: 75%;
  aspect-ratio: 1;
  opacity: .4;
}

.identity-wave {
  background: repeating-radial-gradient(ellipse at center, transparent 0 13px, rgba(255,66,160,.22) 14px 15px, transparent 16px 29px);
  transform: rotate(-20deg);
  animation: identity-breathe 5s ease-in-out infinite;
}

.identity-bars {
  height: 48%;
  bottom: 0;
  background: repeating-linear-gradient(90deg, rgba(164,92,255,.23) 0 6px, transparent 6px 16px);
  clip-path: polygon(0 80%, 8% 55%, 16% 74%, 24% 34%, 32% 70%, 40% 22%, 48% 60%, 56% 12%, 64% 48%, 72% 29%, 80% 69%, 88% 42%, 96% 80%, 100% 100%, 0 100%);
  animation: equalizer-rise 2.8s ease-in-out infinite alternate;
}

.identity-orbit {
  border: 1px solid rgba(var(--accent-rgb), .2);
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(var(--accent-rgb), .045);
  animation: album-halo 14s linear infinite;
}

.identity-orbit::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 12%;
  left: 20%;
  border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 24px rgba(var(--accent-rgb), .75);
}

/* Spotify premium shell */
.spotify-section {
  overflow: hidden;
}

.spotify-grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 115px);
  align-items: center;
}

.spotify-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.3rem);
  letter-spacing: -.065em;
  line-height: .9;
}

.spotify-copy h2 span {
  display: block;
  color: var(--spotify-green);
}

.spotify-copy > p:not(.section-kicker) {
  margin: 27px 0 0;
  color: var(--muted);
}

.spotify-copy ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.spotify-copy li {
  position: relative;
  padding-left: 23px;
  color: #ccd3df;
  font-size: .84rem;
}

.spotify-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--spotify-green);
  box-shadow: 0 0 11px rgba(30,215,96,.65);
}

.spotify-external {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding: 15px 17px;
  border: 1px solid rgba(30,215,96,.2);
  border-radius: 15px;
  background: rgba(30,215,96,.035);
}

.spotify-external span { color: var(--muted); font-size: .78rem; }
.spotify-external strong { color: #71f69f; font-size: .82rem; }

.spotify-premium-frame {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(9,9,19,.92), rgba(2,4,10,.96));
  box-shadow: 0 45px 110px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.06), 0 0 70px rgba(255,50,151,.055);
}

.spotify-frame-glow {
  position: absolute;
  z-index: -1;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,215,96,.13), rgba(255,56,158,.08) 38%, transparent 68%);
  filter: blur(55px);
}

.spotify-frame-header,
.spotify-frame-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.spotify-frame-header {
  padding: 8px 8px 15px;
}

.spotify-source {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spotify-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--spotify-green);
  box-shadow: 0 0 16px rgba(30,215,96,.72);
}

.spotify-source small,
.spotify-source strong { display: block; }
.spotify-source small { color: var(--muted-2); font-size: .48rem; font-weight: 850; letter-spacing: .16em; }
.spotify-source strong { margin-top: 1px; font-size: .79rem; }
.spotify-frame-header > img { width: 43px; }

.spotify-player-shell {
  position: relative;
  min-height: 352px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background: #111;
}

.spotify-player-shell iframe {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 21px;
  opacity: 0;
  transition: opacity 450ms ease;
}

.spotify-player-shell.is-loaded iframe { opacity: 1; }

.spotify-loading {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(3, 9px);
  gap: 6px;
  text-align: center;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.spotify-player-shell.is-loaded .spotify-loading {
  opacity: 0;
  visibility: hidden;
}

.spotify-loading span {
  width: 9px;
  height: 44px;
  border-radius: 9px;
  background: linear-gradient(180deg, var(--spotify-green), var(--profile-pink));
  animation: spotify-bars 1.1s ease-in-out infinite alternate;
}

.spotify-loading span:nth-child(2) { animation-delay: -.35s; }
.spotify-loading span:nth-child(3) { animation-delay: -.7s; }
.spotify-loading p { grid-column: 1 / -1; margin: 14px 0 0; color: var(--muted-2); font-size: .62rem; }

.spotify-frame-footer {
  padding: 14px 8px 5px;
  color: var(--muted-2);
  font-size: .48rem;
  font-weight: 850;
  letter-spacing: .14em;
}

/* EPK */
.artist-epk-section {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.012), transparent);
}

.epk-card {
  display: grid;
  grid-template-columns: minmax(270px, .55fr) minmax(0, 1.45fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
  padding: clamp(25px, 4vw, 54px);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(11,13,31,.9), rgba(4,4,13,.96));
  box-shadow: 0 38px 95px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05);
}

.epk-visual {
  position: relative;
  width: min(290px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
}

.epk-visual > img:first-child {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(0,0,0,.42), 0 0 45px rgba(255,61,159,.12);
}

.epk-visual span {
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(255,69,166,.3);
  border-radius: 50%;
  animation: story-pulse 3s ease-out infinite;
}

.epk-visual > img:last-child {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 78px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: rgba(4,5,13,.76);
  box-shadow: 0 18px 45px rgba(0,0,0,.44);
}

.epk-copy h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.5vw, 5.6rem);
  letter-spacing: -.06em;
  line-height: .93;
}

.epk-copy h2 span {
  color: var(--profile-pink-light);
}

.epk-copy > p:not(.section-kicker) {
  max-width: 700px;
  margin: 23px 0 0;
  color: var(--muted);
}

.artist-portal--pink span { border-color: rgba(255,60,160,.16); }
.artist-portal--pink img { filter: drop-shadow(0 0 45px rgba(255,63,159,.5)); }

/* Animations */
@keyframes artist-haze-one { to { transform: translate3d(-8vw, 9vh, 0) scale(1.08); } }
@keyframes artist-haze-two { to { transform: translate3d(12vw, -7vh, 0) scale(.9); } }
@keyframes roster-orbit-spin { to { transform: rotateX(66deg) rotateZ(372deg); } }
@keyframes roster-orbit-spin-reverse { to { transform: rotateX(72deg) rotateZ(-245deg); } }
@keyframes release-float { 50% { transform: rotate(2deg) translate3d(0,-13px,0); } }
@keyframes story-pulse { 0% { opacity:.75; transform:scale(.94); } 80%,100% { opacity:0; transform:scale(1.13); } }
@keyframes portal-breathe { 50% { opacity:.35; transform:scale(1.05); } }
@keyframes portrait-scan { 0%,100% { top:12%; opacity:0; } 15% { opacity:.8; } 70% { opacity:.7; } 85%,100% { top:88%; opacity:0; } }
@keyframes album-orbit-pulse { 50% { inset:-32px; opacity:.4; } }
@keyframes album-halo { to { transform:rotate(360deg); } }
@keyframes vinyl-spin { to { transform:rotate(360deg); } }
@keyframes identity-breathe { 50% { transform:rotate(-20deg) scale(1.08); opacity:.65; } }
@keyframes equalizer-rise { to { transform:scaleY(.72); opacity:.65; } }
@keyframes spotify-bars { to { height:18px; opacity:.48; } }

/* Responsive */
@media (max-width: 1180px) {
  .catalog-hero-grid,
  .profile-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr); gap: 45px; }
  .roster-card { grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); }
  .roster-card-content { padding: 42px; }
  .profile-album-float { width: 190px; }
  .profile-hero-art { min-height: 610px; }
  .sound-identity-card { min-height: 360px; }
}

@media (max-width: 980px) {
  .artists-page .section { padding-block: 92px; }
  .catalog-hero,
  .artist-profile-hero { min-height: auto; padding-top: calc(var(--header-height) + 95px) !important; }
  .catalog-hero-grid,
  .profile-hero-grid,
  .bio-grid,
  .pink-oracle-grid,
  .spotify-grid,
  .epk-card { grid-template-columns: 1fr; }
  .catalog-hero-copy,
  .profile-hero-copy { max-width: 780px; }
  .catalog-hero-visual { min-height: 590px; }
  .profile-hero-art { min-height: 700px; width: min(680px, 100%); margin-inline: auto; }
  .stories-heading,
  .roster-toolbar { grid-template-columns: 1fr; align-items: start; }
  .artist-search { max-width: 460px; }
  .roster-card { grid-template-columns: 1fr; }
  .roster-card-media { min-height: 690px; }
  .roster-card-content { padding: 50px; }
  .bio-grid { gap: 38px; }
  .bio-copy > p { font-size: clamp(1.25rem, 3.6vw, 2rem); }
  .pink-oracle-grid { gap: 62px; }
  .pink-oracle-copy { text-align: center; }
  .pink-oracle-copy > p,
  .album-note { margin-inline: auto !important; }
  .album-signals,
  .album-actions { justify-content: center; }
  .spotify-grid { gap: 55px; }
  .spotify-copy { max-width: 760px; }
  .epk-card { text-align: center; }
  .epk-actions { justify-content: center; }
  .epk-copy > p { margin-inline: auto !important; }
}

@media (max-width: 760px) {
  .catalog-hero h1 { font-size: clamp(3.1rem, 15vw, 5.4rem); }
  .catalog-signals { grid-template-columns: 1fr; }
  .catalog-signals li { display:flex;align-items:center;justify-content:space-between;gap:18px; }
  .catalog-signals span { margin:0;text-align:right; }
  .catalog-hero-visual { min-height: 500px; }
  .hero-release-card { width: 155px; right: 2%; }
  .orbit-tag--one { right: 3%; }
  .orbit-tag--two { left: 0; }
  .artist-stories { padding: 22px 15px; }
  .stories-track { justify-content: flex-start; }
  .artist-story { flex-basis: 124px; }
  .story-ring { width: 102px; }
  .roster-filters { align-items: stretch; }
  .roster-result { width:100%;margin:4px 0 0;padding-top:10px;border-top:1px solid var(--line);text-align:center; }
  .roster-card-media { min-height: 570px; }
  .roster-card-content { padding: 35px 25px; }
  .roster-card h3 { font-size: clamp(3rem, 15vw, 5.3rem); }
  .roster-card-top { align-items:flex-start;flex-direction:column;gap:4px; }
  .roster-release { align-items:flex-start;flex-direction:column;gap:5px; }
  .roster-card-actions .button { width:100%;justify-content:center; }
  .artists-final-cta,
  .artist-profile-cta { min-height: 610px; }
  .artists-cta-content h2 { font-size: clamp(3rem, 13vw, 5.5rem); }
  .profile-hero-art { min-height: 600px; }
  .artist-portrait-frame { width:min(365px, 72%); }
  .profile-album-float { width: 165px; right: 2%; bottom: 2%; }
  .profile-frequency { left:0;width:70%; }
  .artist-profile-hero h1 { font-size: clamp(4.1rem, 20vw, 7.3rem); }
  .bio-facts { grid-template-columns:1fr; }
  .sound-identity-grid { grid-template-columns:1fr; }
  .sound-identity-card { min-height: 300px; }
  .sound-identity-card h3 { margin-top:45px; }
  .spotify-frame-footer { flex-wrap:wrap;justify-content:center; }
  .epk-card { padding: 28px 22px; }
}

@media (max-width: 520px) {
  .artists-page .section { padding-inline: 18px; }
  .breadcrumbs { margin-bottom: 34px; }
  .catalog-hero-lead { font-size: .98rem; }
  .catalog-hero-visual { min-height: 410px; }
  .roster-orbit { width: 390px; max-width: 110%; }
  .hero-release-card { width: 125px; padding:7px 7px 11px;border-radius:18px; }
  .hero-release-card img { border-radius:13px; }
  .hero-release-card span { margin-top:9px;font-size:.4rem; }
  .hero-release-card strong { font-size:.72rem; }
  .orbit-tag { display:none; }
  .stories-heading h2 { font-size: 2.65rem; }
  .stories-heading > p { font-size:.86rem; }
  .stories-controls { flex-wrap:wrap; }
  .story-status { width:100%;margin:7px 0 0;text-align:center; }
  .roster-card { border-radius:24px; }
  .roster-card-media { min-height: 500px; }
  .artist-index { top:19px;left:18px; }
  .roster-status { top:19px;right:18px; }
  .roster-card-album { width:112px;right:15px;bottom:17px; }
  .profile-hero-art { min-height: 510px; }
  .artist-portrait-frame { width:78%;border-radius:130px 130px 28px 28px; }
  .artist-portrait-frame img { border-radius:124px 124px 22px 22px; }
  .profile-album-float { width:132px;padding:7px 7px 11px;border-radius:20px; }
  .profile-album-float img { border-radius:15px; }
  .profile-album-float small { font-size:.4rem;margin-top:8px; }
  .profile-album-float strong { font-size:.76rem; }
  .profile-frequency { height:80px;bottom:6%; }
  .profile-actions .button { width:100%;justify-content:center; }
  .profile-quick-actions { justify-content:center; }
  .album-showcase { width:100%; }
  .album-showcase > img { border-radius:25px; }
  .pink-oracle-copy h2 { font-size: clamp(4rem, 21vw, 6.2rem); }
  .album-actions .button,
  .epk-actions .button { width:100%;justify-content:center; }
  .spotify-premium-frame { padding:10px;border-radius:24px; }
  .spotify-player-shell { border-radius:17px; }
  .spotify-player-shell iframe { border-radius:16px; }
  .spotify-frame-header > img { width:34px; }
  .spotify-source strong { font-size:.68rem; }
  .artist-portal { width:120vw; }
}

@media (prefers-reduced-motion: reduce) {
  .orbit,
  .disc-pulse,
  .hero-release-card,
  .story-progress,
  .artist-portal span,
  .portrait-scan,
  .album-orbit,
  .album-halo,
  .album-vinyl,
  .identity-wave,
  .identity-bars,
  .identity-orbit,
  .spotify-loading span,
  .epk-visual span,
  .artists-aurora::before,
  .artists-aurora::after,
  .pink-oracle-haze::before,
  .pink-oracle-haze::after {
    animation: none !important;
  }
}

html[data-motion="off"] .orbit,
html[data-motion="off"] .disc-pulse,
html[data-motion="off"] .hero-release-card,
html[data-motion="off"] .story-progress,
html[data-motion="off"] .artist-portal span,
html[data-motion="off"] .portrait-scan,
html[data-motion="off"] .album-orbit,
html[data-motion="off"] .album-halo,
html[data-motion="off"] .album-vinyl,
html[data-motion="off"] .identity-wave,
html[data-motion="off"] .identity-bars,
html[data-motion="off"] .identity-orbit,
html[data-motion="off"] .spotify-loading span,
html[data-motion="off"] .epk-visual span,
html[data-motion="off"] .artists-aurora::before,
html[data-motion="off"] .artists-aurora::after,
html[data-motion="off"] .pink-oracle-haze::before,
html[data-motion="off"] .pink-oracle-haze::after {
  animation: none !important;
}

@media (hover: none) {
  .roster-card,
  .sound-identity-card,
  .artist-portrait-frame,
  .album-showcase > img { transform: none !important; }
}
