/* SERAI — after-hours jazz club, Blue Note reissue meets Wong Kar-wai
   Palette: amber #d59a47 / brass #b88134 / gold #e8c878 / espresso #2a1f17 /
            burgundy #5a2a2e / midnight #1a1a24 / ink-cream #f0e6d4
   Display: Bodoni-style serif w/ gold leaf gradient. Body: tight grotesque. */

.artist-serai {
  --amber: #d59a47;
  --brass: #b88134;
  --gold: #e8c878;
  --espresso: #2a1f17;
  --burgundy: #5a2a2e;
  --midnight: #1a1a24;
  --paper: #14110d;
  --cream: #f0e6d4;
  --muted: #9a8c76;
  --rule: #3a2e22;
  background:
    radial-gradient(1100px 600px at 50% -10%, rgba(213, 154, 71, 0.16), transparent 60%),
    radial-gradient(700px 400px at 100% 100%, rgba(90, 42, 46, 0.30), transparent 70%),
    var(--paper);
  background-attachment: fixed;
  color: var(--cream);
  font-family: "Inter", "Helvetica Neue", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.005em;
}

.artist-serai .ar {
  max-width: 720px;
  margin: 0 auto;
  padding: 44px 32px 80px;
  display: flex; flex-direction: column;
  gap: 56px;
}

.artist-serai h1, .artist-serai h2, .artist-serai h3 {
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-weight: 400;
  margin: 0 0 16px;
}

.artist-serai h2 {
  font-size: 1.6rem;
  font-style: italic;
  color: var(--amber);
  letter-spacing: 0.01em;
  padding-bottom: 12px;
  position: relative;
}
.artist-serai h2::after {
  content: "";
  display: block;
  width: 56px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-top: 12px;
}

.artist-serai h3 {
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.artist-serai .ar-id {
  text-align: center;
  padding: 32px 24px 28px;
  border: 1px solid var(--rule);
  background: rgba(0, 0, 0, 0.25);
  position: relative;
}
.artist-serai .ar-id::before,
.artist-serai .ar-id::after {
  content: "";
  position: absolute;
  width: 48px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  left: 50%; transform: translateX(-50%);
}
.artist-serai .ar-id::before { top: 14px; }
.artist-serai .ar-id::after  { bottom: 14px; }

.artist-serai .ar-id img {
  width: 150px; height: 150px;
  border-radius: 50%;
  border: 2px solid var(--brass);
  box-shadow: 0 0 0 6px rgba(0,0,0,0.4), 0 12px 32px rgba(0,0,0,0.6);
  background: var(--midnight);
}
.artist-serai .ar-name {
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  margin: 22px 0 8px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--amber) 50%, var(--brass) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.005em;
  font-style: italic;
}
.artist-serai .ar-genre {
  font-style: italic;
  color: var(--amber);
  font-family: "Bodoni 72", "Didot", serif;
  letter-spacing: 0.06em;
  margin: 4px 0 0;
}
.artist-serai .ar-roles { margin: 12px 0 0; }

.artist-serai .ar-blurb p {
  font-size: 1.08rem;
  font-style: italic;
  color: #d8cdb8;
  font-family: "Bodoni 72", "Didot", serif;
}

.artist-serai .ar-going p { color: #d8cdb8; }

.artist-serai .sf-tag {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--brass);
  border-radius: 1px;
  padding: 4px 12px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 6px 6px 0;
  font-weight: 500;
}
.artist-serai .sf-tags { list-style: none; padding: 0; margin: 0; }

.artist-serai a {
  color: var(--amber);
  text-decoration: none;
  border-bottom: 1px solid var(--brass);
}
.artist-serai a:hover { color: var(--gold); border-color: var(--gold); }

.artist-serai .ar-infl-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.artist-serai .ar-infl-cols ul { list-style: none; padding: 0; margin: 0; }
.artist-serai .ar-infl-cols li {
  padding: 5px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.92rem;
  color: #d8cdb8;
}

.artist-serai .ar-top__list { list-style: none; padding: 0; margin: 0; counter-reset: ser; }
.artist-serai .ar-top__list li {
  counter-increment: ser;
  padding: 14px 0 14px 56px;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.artist-serai .ar-top__list li::before {
  content: "A" counter(ser, decimal-leading-zero);
  position: absolute; left: 0; top: 16px;
  font-family: "Bodoni 72", "Didot", serif;
  font-style: italic;
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}
.artist-serai .ar-top__title { font-weight: 500; color: var(--cream); }
.artist-serai .ar-top__by { color: var(--amber); font-style: italic; }
.artist-serai .ar-top__note { display: block; font-style: italic; color: var(--muted); margin-top: 4px; font-size: 0.88rem; }

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

.artist-serai .ar-releases__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr; gap: 18px;
}
.artist-serai .ar-rel {
  padding: 18px 22px;
  background: rgba(20, 17, 13, 0.5);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--brass);
  display: flex; flex-direction: column;
}
.artist-serai .ar-rel h3 {
  font-family: "Bodoni 72", "Didot", serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--gold);
  text-transform: none;
  letter-spacing: 0;
  -webkit-text-fill-color: var(--gold);
}

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