/* LYRA — Scandinavian editorial, low-lit, intimate
   Palette: blush #f5dde0 / lavender #d8d4ec / dusty rose #c9a5a8 /
            powder blue #cfdce6 / warm cream #f7f1e8 / ink #2a2530
   Display: humanist serif. Body: clean grotesque. Soft fade-in, dotted dividers. */

.artist-lyra {
  --blush: #f5dde0;
  --lavender: #d8d4ec;
  --dusty: #c9a5a8;
  --powder: #cfdce6;
  --cream: #f7f1e8;
  --paper: #fbf7f2;
  --ink: #2a2530;
  --muted: #6b6470;
  --rule: #ccc1c4;
  background:
    linear-gradient(180deg, var(--blush) 0%, var(--paper) 22%, var(--cream) 60%, var(--lavender) 100%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: "Inter", "Avenir Next", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.75;
}

.artist-lyra .ar {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 28px 64px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.artist-lyra h1, .artist-lyra h2, .artist-lyra h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.005em;
  margin: 0 0 14px;
}

.artist-lyra h2 {
  font-size: 1.4rem;
  font-style: italic;
  color: var(--muted);
  font-weight: 400;
}

.artist-lyra h3 {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--dusty);
  font-style: normal;
}

.artist-lyra .ar-id {
  text-align: center;
  padding: 36px 0 20px;
}
.artist-lyra .ar-id img {
  width: 140px; height: 140px;
  border-radius: 50%;
  border: 1px solid rgba(42, 37, 48, 0.12);
  box-shadow: 0 8px 28px rgba(42, 37, 48, 0.08);
  background: var(--cream);
}
.artist-lyra .ar-name {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  margin: 18px 0 6px;
  letter-spacing: -0.01em;
}
.artist-lyra .ar-genre {
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin: 6px 0 0;
}
.artist-lyra .ar-roles { margin: 10px 0 4px; }

.artist-lyra .ar-blurb p,
.artist-lyra .ar-going p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #3a3340;
}

.artist-lyra .ar-blurb {
  font-size: 1.15rem;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-style: italic;
  text-align: center;
  padding: 0 12px;
}

.artist-lyra section + section {
  border-top: 1px dashed var(--rule);
  padding-top: 40px;
}

.artist-lyra .sf-tag {
  display: inline-block;
  background: transparent;
  color: var(--muted);
  border: 1px dashed var(--dusty);
  border-radius: 999px;
  padding: 3px 12px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  margin: 0 6px 6px 0;
}
.artist-lyra .sf-tags { list-style: none; padding: 0; margin: 0; }

.artist-lyra a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--dusty);
  padding-bottom: 1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.artist-lyra a:hover { color: var(--dusty); border-color: var(--ink); }

.artist-lyra .ar-infl-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.artist-lyra .ar-infl-cols ul {
  list-style: none;
  padding: 0; margin: 0;
}
.artist-lyra .ar-infl-cols li {
  padding: 6px 0;
  border-bottom: 1px dotted var(--rule);
  font-size: 0.95rem;
}

.artist-lyra .ar-top__list {
  list-style: none;
  padding: 0; margin: 0;
  counter-reset: lyra-count;
}
.artist-lyra .ar-top__list li {
  counter-increment: lyra-count;
  padding: 16px 0 16px 36px;
  border-bottom: 1px dotted var(--rule);
  position: relative;
}
.artist-lyra .ar-top__list li::before {
  content: counter(lyra-count, decimal-leading-zero);
  position: absolute;
  left: 0; top: 18px;
  font-family: "Iowan Old Style", Georgia, serif;
  font-style: italic;
  color: var(--dusty);
  font-size: 0.95rem;
}
.artist-lyra .ar-top__title { font-weight: 500; }
.artist-lyra .ar-top__by { color: var(--muted); }
.artist-lyra .ar-top__note {
  display: block;
  font-style: italic;
  color: var(--muted);
  margin-top: 4px;
  font-size: 0.9rem;
}

.artist-lyra .ar-off ul { list-style: none; padding: 0; margin: 0; }
.artist-lyra .ar-off li {
  padding: 12px 0;
  border-bottom: 1px dotted var(--rule);
  font-style: italic;
  color: #3a3340;
}

.artist-lyra .ar-releases__grid {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.artist-lyra .ar-rel {
  padding: 18px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(42, 37, 48, 0.06);
  border-radius: 6px;
}
.artist-lyra .ar-rel h3 {
  color: var(--ink);
  font-family: "Iowan Old Style", Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.1rem;
}

@keyframes lyraFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.artist-lyra .ar > * { animation: lyraFadeIn 1.2s ease-out both; }
.artist-lyra .ar > *:nth-child(2) { animation-delay: 0.15s; }
.artist-lyra .ar > *:nth-child(3) { animation-delay: 0.30s; }
.artist-lyra .ar > *:nth-child(4) { animation-delay: 0.45s; }
.artist-lyra .ar > *:nth-child(n+5) { animation-delay: 0.60s; }

@media (prefers-reduced-motion: reduce) {
  .artist-lyra .ar > * { animation: none !important; }
}
@media (max-width: 720px) {
  .artist-lyra .ar-infl-cols,
  .artist-lyra .ar-releases__grid { grid-template-columns: 1fr; }
}
