/* ==========================================================================
   Club Copy — Artist worlds
   Full-bleed portrait, one primary CTA, discography as a listening shelf.
   ========================================================================== */

/* Roster index ------------------------------------------------------------- */
.roster-page {
  padding-bottom: 72px;
}
.roster-page .section-head {
  padding-top: calc(var(--nav-h) + var(--safe-t) + 48px);
  margin-bottom: 48px;
  border-bottom: none;
  box-shadow: none;
}
@media (min-width: 800px) {
  .roster-page .section-head {
    padding-top: calc(var(--nav-h) + var(--safe-t) + 72px);
    margin-bottom: 72px;
  }
}
.roster-lead {
  margin-top: 12px;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--muted);
  max-width: 28em;
  line-height: 1.5;
}

.roster {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.roster-artist {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 0;
  align-items: stretch;
  min-height: min(78vh, 720px);
  scroll-margin-top: calc(var(--nav-h) + var(--safe-t) + 16px);
  margin: 0 calc(-1 * max(24px, var(--safe-l))) 56px calc(-1 * max(24px, var(--safe-r)));
  background: #0c0e12;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 800px) {
  .roster-artist {
    margin-left: calc(-1 * max(40px, var(--safe-l)));
    margin-right: calc(-1 * max(40px, var(--safe-r)));
    margin-bottom: 72px;
  }
}
@media (max-width: 799px) {
  .roster-artist {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.roster-artist:nth-child(even) .roster-photo { order: 2; }
@media (max-width: 799px) {
  .roster-artist:nth-child(even) .roster-photo { order: 0; }
}

.roster-photo {
  position: relative;
  min-height: min(62vh, 560px);
  background: #111;
  overflow: hidden;
}
@media (max-width: 799px) {
  .roster-photo { min-height: min(56vh, 420px); }
}
.roster-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  filter: saturate(.94) contrast(1.04);
  transition: transform 1.1s var(--ease), filter .7s var(--ease);
}
@media (hover:hover) {
  .roster-artist:hover .roster-photo img {
    transform: scale(1.04);
    filter: saturate(1) contrast(1.06) brightness(1.04);
  }
}
.roster-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 48%, rgba(12,14,18,.45) 78%, rgba(10,12,16,.82) 100%),
    linear-gradient(180deg, transparent 62%, rgba(8,9,12,.28) 100%);
  pointer-events: none;
}
@media (max-width: 799px) {
  .roster-photo::after {
    background: linear-gradient(180deg, transparent 38%, rgba(8,9,12,.78) 100%);
  }
}

.roster-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px max(28px, var(--safe-r)) 48px max(28px, var(--safe-l));
  gap: 0;
  color: #fff;
  background:
    radial-gradient(520px 320px at 80% 20%, rgba(186,204,224,.12), transparent 60%),
    linear-gradient(165deg, #12151b 0%, #0a0c10 55%, #07080b 100%);
  box-shadow: inset 1px 0 0 rgba(200,214,230,.16);
}
@media (min-width: 800px) {
  .roster-copy { padding: 56px 48px 64px 40px; }
}
.roster-artist:nth-child(even) .roster-copy {
  box-shadow: inset -1px 0 0 rgba(200,214,230,.16);
}
.roster-copy .eyebrow {
  color: rgba(200,214,230,.5);
  margin-bottom: 10px;
}
.roster-copy h2 {
  font-family: var(--display);
  font-size: clamp(36px, 5.5vw, 56px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.02;
  margin: 0 0 10px;
  color: #fff;
}
.roster-place {
  font-family: var(--callsign);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(200,214,230,.48);
  margin: 0 0 18px;
}
.roster-bio {
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.55;
  color: rgba(244,246,248,.78);
  max-width: 28em;
  margin: 0 0 28px;
  text-shadow: 0 1px 12px rgba(0,0,0,.35);
}
.roster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Artist detail world ------------------------------------------------------ */
.artist-world {
  padding-bottom: 96px;
  background: transparent;
}
.artist-world-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  min-height: min(92vh, 860px);
  margin: 0 calc(-1 * max(24px, var(--safe-l))) 0 calc(-1 * max(24px, var(--safe-r)));
  background: #0a0c10;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 800px) {
  .artist-world-hero {
    margin-left: calc(-1 * max(40px, var(--safe-l)));
    margin-right: calc(-1 * max(40px, var(--safe-r)));
  }
}
@media (max-width: 899px) {
  .artist-world-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

.artist-world-photo {
  position: relative;
  min-height: min(70vh, 640px);
  background: #111;
  overflow: hidden;
}
@media (max-width: 899px) {
  .artist-world-photo { min-height: min(62vh, 480px); }
}
.artist-world-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  display: block;
  filter: saturate(.94) contrast(1.05);
  animation: artistPhotoIn 1.2s var(--ease) both;
}
@keyframes artistPhotoIn {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: none; }
}
.artist-world-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 40%, rgba(10,12,16,.7) 100%),
    linear-gradient(180deg, rgba(10,12,16,.15) 0%, transparent 35%, rgba(8,9,12,.5) 100%);
  pointer-events: none;
}
@media (max-width: 899px) {
  .artist-world-photo::after {
    background:
      linear-gradient(180deg, rgba(10,12,16,.2) 0%, transparent 30%, rgba(8,9,12,.78) 100%);
  }
}

.artist-world-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--nav-h) + var(--safe-t) + 32px) max(28px, var(--safe-r)) 48px max(28px, var(--safe-l));
  background:
    radial-gradient(480px 280px at 70% 18%, rgba(186,204,224,.14), transparent 58%),
    linear-gradient(168deg, #151920 0%, #0c0e12 52%, #08090c 100%);
}
@media (min-width: 900px) {
  .artist-world-copy {
    padding: calc(var(--nav-h) + var(--safe-t) + 24px) 56px 64px 36px;
  }
}
.artist-world-copy .crumbs {
  color: rgba(255,255,255,.4);
  padding: 0 0 18px;
}
.artist-world-copy .crumbs a { color: rgba(255,255,255,.58); }
@media (hover:hover) {
  .artist-world-copy .crumbs a:hover { color: #fff; }
}
.artist-world-copy .crumbs span { opacity: .35; }
.artist-world-copy .eyebrow {
  color: rgba(200,214,230,.48);
  margin-bottom: 8px;
}
.artist-world-copy h1 {
  font-family: var(--display);
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
  margin: 0 0 12px;
  animation: artistCopyIn .9s var(--ease) .12s both;
}
.artist-world-place {
  font-family: var(--callsign);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(200,214,230,.48);
  margin: 0 0 22px;
  animation: artistCopyIn .9s var(--ease) .18s both;
}
.artist-world-bio {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
  color: rgba(244,246,248,.72);
  max-width: 28em;
  margin: 0 0 14px;
  animation: artistCopyIn .9s var(--ease) .24s both;
}
.artist-world-bio + .artist-world-bio {
  margin-bottom: 28px;
  color: rgba(244,246,248,.58);
  font-size: clamp(15px, 1.8vw, 16px);
}
.artist-world-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  animation: artistCopyIn .9s var(--ease) .32s both;
}
@keyframes artistCopyIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .artist-world-photo img,
  .artist-world-copy h1,
  .artist-world-place,
  .artist-world-bio,
  .artist-world-actions {
    animation: none !important;
  }
}

/* Discography shelf -------------------------------------------------------- */
.artist-shelf {
  margin-top: 64px;
  max-width: 800px;
}
@media (min-width: 800px) {
  .artist-shelf { margin-top: 88px; }
}
.artist-shelf .section-head {
  padding-top: 0;
  margin-bottom: 10px;
  border-bottom: none;
  box-shadow: none;
}
.artist-shelf-lead {
  color: rgba(255,255,255,.58);
  font-size: 15px;
  margin: 0 0 24px;
  max-width: 34em;
}
.artist-shelf-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(200,214,230,.18);
}
.artist-shelf-list a {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 18px 22px;
  align-items: center;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(200,214,230,.14);
  color: inherit;
  transition: background var(--dur) var(--ease);
}
@media (max-width: 560px) {
  .artist-shelf-list a {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px 16px;
  }
  .artist-shelf-list .ar-meta { grid-column: 2; }
}
.artist-shelf-list .ar-art {
  width: 88px;
  height: 88px;
  border-radius: var(--bezel-r);
  overflow: hidden;
  background: #0a0a0c;
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 0 1px rgba(200,214,230,.3),
    0 10px 22px rgba(0,0,0,.35);
}
.artist-shelf-list .ar-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.12) 0%, transparent 40%);
  opacity: .45;
  mix-blend-mode: soft-light;
}
@media (max-width: 560px) {
  .artist-shelf-list .ar-art { width: 64px; height: 64px; }
}
.artist-shelf-list .ar-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s var(--ease);
}
.artist-shelf-list .ar-title {
  font-weight: 600;
  letter-spacing: -.02em;
  font-size: 17px;
  line-height: 1.25;
  color: #fff;
}
.artist-shelf-list .ar-sub {
  color: rgba(255,255,255,.55);
  font-size: 13px;
  margin-top: 4px;
  letter-spacing: .01em;
}
.artist-shelf-list .ar-meta {
  color: rgba(200,214,230,.48);
  font-family: var(--callsign);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
}
@media (hover:hover) {
  .artist-shelf-list a:hover {
    background: rgba(255,255,255,.03);
  }
  .artist-shelf-list a:hover .ar-title { color: rgba(255,255,255,.88); }
  .artist-shelf-list a:hover .ar-art {
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.22),
      0 0 0 1px rgba(200,214,230,.42),
      0 12px 26px rgba(0,0,0,.4);
  }
  .artist-shelf-list a:hover .ar-art img { transform: scale(1.04); }
}

/* Dark nav over artist hero ------------------------------------------------ */
body.artist-world-page .nav {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}
body.artist-world-page .nav.scrolled {
  background: rgba(8,8,10,.72);
  backdrop-filter: saturate(160%) blur(var(--blur-lg));
  -webkit-backdrop-filter: saturate(160%) blur(var(--blur-lg));
  border-bottom: 1px solid rgba(200,214,230,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
body.artist-world-page .nav-links a { color: rgba(255,255,255,.7); }
body.artist-world-page .nav-links a[aria-current="page"] {
  color: #fff;
  background: rgba(255,255,255,.1);
}
@media (hover:hover) {
  body.artist-world-page .nav-links a:hover {
    color: #fff;
    background: rgba(255,255,255,.1);
  }
}
body.artist-world-page .nav-cart { color: #fff; }
body.artist-world-page .nav-ham span { background: #fff; }
body.artist-world-page .nav-cart-count { background: #fff; color: #000; }
body.artist-world-page .nav-drawer {
  background: rgba(8,8,10,.94);
  border-bottom-color: rgba(200,214,230,.18);
}
body.artist-world-page .nav-drawer a {
  color: #fff;
  border-bottom-color: rgba(255,255,255,.1);
}
body.artist-world-page .nav-logo img { filter: invert(1); }
