/* NOVA — K-pop comeback-teaser spread, stage-lighting discipline
   Palette: electric pink #ff2d87 / chrome silver #c9cfd6 / starlight #fafbff /
            neon violet #8b3dff / bubblegum #6cd4ff / ink #15171f
   Display: Russo One geometric sans. Asymmetric choreographic offsets.
   Sparkle grid background, candy-glossy cards with hard shadows. */

.artist-nova {
  --ink: #15171f; --pink: #ff2d87; --violet: #8b3dff; --bubble: #6cd4ff;
  --chrome: #c9cfd6; --starlight: #fafbff;
  --hard-shadow: 6px 6px 0 var(--ink);
  background:
    radial-gradient(circle at 12px 12px, rgba(255,255,255,0.85) 1px, transparent 1.5px) 0 0 / 24px 24px,
    linear-gradient(180deg, #f8d6ec 0%, #e8d4f5 45%, #d4e3f7 100%);
  color: var(--ink);
  font-family: "Russo One", "Arial Black", sans-serif;
  line-height: 1.65;
}

.artist-nova .ar {
  max-width: 920px; margin: 0 auto; padding: 56px 32px 96px;
  display: flex; flex-direction: column; gap: 64px;
}

.artist-nova h1, .artist-nova h2, .artist-nova h3 {
  font-family: "Russo One", "Arial Black", sans-serif; font-weight: 400;
  margin: 0 0 16px; text-transform: uppercase; letter-spacing: 0.04em;
}
.artist-nova h2 {
  font-size: 1.4rem; color: var(--ink); background: var(--starlight);
  display: inline-block; padding: 6px 18px; border: 3px solid var(--ink);
  box-shadow: var(--hard-shadow); transform: rotate(-1.5deg);
}
.artist-nova h3 { font-size: 0.78rem; letter-spacing: 0.22em; color: var(--violet); }

.artist-nova .ar-id {
  text-align: center; padding: 36px 24px 24px;
  background: linear-gradient(135deg, var(--pink) 0%, var(--violet) 60%, var(--bubble) 100%);
  border: 4px solid var(--ink); border-radius: 32px; box-shadow: var(--hard-shadow);
  position: relative; overflow: hidden;
}
.artist-nova .ar-id::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 40%),
              radial-gradient(circle at 80% 70%, rgba(255,255,255,0.25), transparent 50%);
}
.artist-nova .ar-id img {
  width: 160px; height: 160px; border-radius: 50%; position: relative;
  border: 5px solid var(--starlight); background: var(--starlight);
  box-shadow: 0 0 0 4px var(--ink), 0 12px 32px rgba(20,23,31,0.4);
}
.artist-nova .ar-name {
  font-size: clamp(2.6rem, 6vw, 4.4rem); color: var(--starlight); margin: 24px 0 8px;
  text-shadow: 4px 4px 0 var(--ink); letter-spacing: 0.02em; position: relative;
}
.artist-nova .ar-genre {
  font-size: 0.72rem; letter-spacing: 0.32em; color: var(--starlight); background: var(--ink);
  display: inline-block; padding: 6px 16px; border-radius: 999px; margin: 8px 0 0; position: relative;
}
.artist-nova .ar-roles { margin: 14px 0 0; position: relative; }

/* Choreographic asymmetric offsets */
.artist-nova .ar-blurb { margin-left: 0; margin-right: 8%; }
.artist-nova .ar-going { margin-left: 8%; margin-right: 0; }
.artist-nova .ar-sound { margin-left: 4%; margin-right: 4%; }
.artist-nova .ar-top { margin-left: 0; margin-right: 6%; }
.artist-nova .ar-off { margin-left: 6%; margin-right: 0; }

.artist-nova .ar-blurb p, .artist-nova .ar-going p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem; line-height: 1.75; color: var(--ink);
  background: var(--starlight); border: 3px solid var(--ink);
  border-radius: 18px; padding: 22px 26px; box-shadow: var(--hard-shadow);
}

.artist-nova .sf-tag {
  display: inline-block; background: var(--starlight); color: var(--ink);
  border: 2px solid var(--ink); border-radius: 999px; padding: 4px 14px;
  margin: 0 6px 6px 0; font-family: "Inter", system-ui, sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; box-shadow: 3px 3px 0 var(--ink);
}
.artist-nova .ar-roles .sf-tag { background: var(--bubble); }
.artist-nova .ar-sound .sf-tag:nth-child(odd) { background: var(--pink); color: var(--starlight); }
.artist-nova .ar-sound .sf-tag:nth-child(even) { background: var(--bubble); }
.artist-nova .sf-tags { list-style: none; padding: 0; margin: 0; }

.artist-nova a {
  color: var(--violet);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid var(--violet);
  transition: color 0.2s, border-color 0.2s;
}
.artist-nova a:hover { color: var(--pink); border-color: var(--pink); }

.artist-nova .ar-infl-cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  font-family: "Inter", system-ui, sans-serif;
}
.artist-nova .ar-infl-cols > div {
  background: var(--starlight); border: 3px solid var(--ink);
  border-radius: 16px; padding: 18px 18px 14px; box-shadow: var(--hard-shadow);
}
.artist-nova .ar-infl-cols ul { list-style: none; padding: 0; margin: 0; }
.artist-nova .ar-infl-cols li { padding: 4px 0; font-size: 0.92rem; border-bottom: 1px dashed var(--chrome); }
.artist-nova .ar-infl-cols li:last-child { border-bottom: none; }

.artist-nova .ar-top__list {
  list-style: none; padding: 0; margin: 0; counter-reset: nova;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  font-family: "Inter", system-ui, sans-serif;
}
.artist-nova .ar-top__list li {
  counter-increment: nova; position: relative; font-size: 0.92rem;
  background: var(--starlight); border: 3px solid var(--ink); border-radius: 14px;
  padding: 14px 16px 14px 52px; box-shadow: 4px 4px 0 var(--ink);
}
.artist-nova .ar-top__list li::before {
  content: counter(nova, decimal-leading-zero);
  position: absolute; left: 12px; top: 12px;
  font-family: "Russo One", sans-serif; font-size: 1.1rem; color: var(--pink);
}
.artist-nova .ar-top__title { font-weight: 700; display: block; }
.artist-nova .ar-top__by { color: #4a4f5a; font-size: 0.85rem; }
.artist-nova .ar-top__note { display: block; color: #4a4f5a; font-size: 0.82rem; margin-top: 4px; font-style: italic; }

.artist-nova .ar-off ul { list-style: none; padding: 0; margin: 0; font-family: "Inter", system-ui, sans-serif; }
.artist-nova .ar-off li {
  background: var(--starlight); border: 3px solid var(--ink); border-radius: 14px;
  padding: 12px 16px; margin-bottom: 10px; box-shadow: 4px 4px 0 var(--ink); font-size: 0.94rem;
}

.artist-nova .ar-releases__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.artist-nova .ar-rel {
  background: linear-gradient(160deg, var(--pink), var(--violet));
  border: 3px solid var(--ink); border-radius: 18px; padding: 18px;
  box-shadow: var(--hard-shadow); color: var(--starlight);
}
.artist-nova .ar-rel h3 {
  color: var(--starlight); font-size: 1.05rem; letter-spacing: 0.02em;
  text-transform: none; margin-bottom: 10px;
}
.artist-nova .ar-rel .sf-tag { background: var(--starlight); color: var(--ink); }
.artist-nova .ar-rel__link { color: var(--starlight); border-bottom-color: var(--starlight); }
.artist-nova .ar-rel__link:hover { color: var(--bubble); border-bottom-color: var(--bubble); }

.artist-nova .ar-producer { font-family: "Inter", system-ui, sans-serif; }
.artist-nova .ar-producer p { font-size: 1rem; }

@media (prefers-reduced-motion: no-preference) {
  .artist-nova .ar-id::after {
    content: "";
    position: absolute; inset: -50%;
    background: linear-gradient(90deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
    animation: nova-sweep 9s linear infinite;
    pointer-events: none;
  }
  @keyframes nova-sweep {
    0% { transform: translateX(-30%); }
    100% { transform: translateX(30%); }
  }
}

@media (max-width: 720px) {
  .artist-nova .ar { padding: 32px 18px 64px; gap: 48px; }
  .artist-nova .ar-blurb, .artist-nova .ar-going, .artist-nova .ar-sound,
  .artist-nova .ar-top, .artist-nova .ar-off { margin-left: 0; margin-right: 0; }
  .artist-nova .ar-infl-cols, .artist-nova .ar-top__list,
  .artist-nova .ar-releases__grid { grid-template-columns: 1fr; }
  .artist-nova h2 { font-size: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  .artist-nova *, .artist-nova *::before, .artist-nova *::after { animation: none !important; transition: none !important; }
}
