.artist-page {
  background: #080808;
  color: #f7f2e8;
  min-height: 100vh;
}

.artist-page .site-header {
  background: #f5f2ea;
  color: #080808;
}

.artist-topline {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(247, 242, 232, .12);
  border-bottom: 1px solid rgba(247, 242, 232, .12);
  color: rgba(247, 242, 232, .72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.artist-topline span {
  display: inline-block;
  padding: 12px 0;
  min-width: 100%;
  animation: artistMarquee 28s linear infinite;
}

@keyframes artistMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.artist-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  display: grid;
  align-items: end;
  margin: 0 clamp(12px, 1.4vw, 22px);
  border-radius: 28px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.42) 48%, rgba(0,0,0,.08)),
    radial-gradient(circle at 18% 34%, rgba(217,187,112,.2), transparent 28%),
    url("baturalp-bilgili-madama-butterfly-stage.png") center 47% / cover;
}

.artist-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.1) 55%, rgba(0,0,0,.62) 100%);
  background-size: 32px 32px, 32px 32px, 100% 100%;
  mix-blend-mode: soft-light;
  opacity: .64;
}

.artist-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.34) 62%, transparent);
  pointer-events: none;
}

.artist-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 78px) 0;
}

.artist-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(247, 242, 232, .34);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.artist-hero h1 {
  max-width: 980px;
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(54px, 9vw, 132px);
  line-height: .83;
  letter-spacing: 0;
  font-weight: 900;
}

.artist-role {
  margin-top: 14px;
  color: rgba(247, 242, 232, .86);
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 750;
}

.artist-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(247, 242, 232, .82);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.42;
  font-weight: 650;
}

.artist-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(12px, 1.4vw, 22px);
  background: rgba(247, 242, 232, .14);
}

.artist-meta div {
  background: #111;
  padding: 24px clamp(18px, 2vw, 30px);
}

.artist-meta b {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .14em;
}

.artist-meta span {
  color: #fff;
  font-size: 16px;
  font-weight: 760;
  line-height: 1.3;
}

.artist-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(46px, 6vw, 84px) auto;
}

.artist-grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.artist-aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.artist-card,
.artist-quote {
  border-radius: 22px;
  padding: 24px;
  background: #f7f2e8;
  color: #080808;
}

.artist-card h2,
.artist-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1;
}

.artist-card p,
.artist-card li {
  color: rgba(8, 8, 8, .72);
  font-weight: 650;
  line-height: 1.44;
}

.artist-card ul {
  margin: 0;
  padding-left: 18px;
}

.taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.taglist span {
  border-radius: 999px;
  padding: 9px 12px;
  background: #080808;
  color: #f7f2e8;
  font-size: 11px;
  font-weight: 950;
}

.artist-quote {
  background: #4b0612;
  color: #fff;
  border: 1px solid rgba(217, 187, 112, .32);
}

.artist-quote strong {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .14em;
}

.artist-quote p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 850;
}

.bio {
  display: grid;
  gap: 38px;
}

.bio-section {
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(247, 242, 232, .14);
}

.bio-section h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(32px, 4vw, 58px);
  line-height: .95;
  font-weight: 900;
}

.bio-section p {
  margin: 0;
  color: rgba(247, 242, 232, .78);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.68;
}

.bio-section p + p {
  margin-top: 16px;
}

.artist-footer {
  margin: 0 clamp(12px, 1.4vw, 22px) 22px;
  min-height: 360px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.82)),
    url("baturalp-bilgili-madama-butterfly-stage.png") center 48% / cover;
}

.artist-footer h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 6vw, 86px);
  line-height: .9;
}

.artist-footer a {
  display: inline-flex;
  margin-top: 22px;
  border-radius: 999px;
  padding: 13px 17px;
  background: #f7f2e8;
  color: #080808;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
}

@media (max-width: 860px) {
  .artist-meta,
  .artist-grid {
    grid-template-columns: 1fr;
  }

  .artist-aside {
    position: static;
  }

  .artist-hero {
    min-height: 620px;
  }
}
