:root {
  --accent: #C9A24B;
  --bg: #0A0A0C;
  --bg-elevated: #121215;
  --ink: #F5F2EA;
  --ink-dim: rgba(245, 242, 234, 0.62);
  --ink-faint: rgba(245, 242, 234, 0.38);
  --hairline: rgba(245, 242, 234, 0.12);
  --glass: rgba(255, 255, 255, 0.055);
  --glass-strong: rgba(255, 255, 255, 0.09);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

/* ---------- Backdrop ---------- */
.backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: var(--bg);
  overflow: hidden;
}
.backdrop::before {
  content: "";
  position: absolute;
  inset: -10%;
  background-image: var(--backdrop-image, none);
  background-size: cover;
  background-position: center;
  filter: blur(60px) saturate(1.3) brightness(0.55);
  transform: scale(1.15);
}
.backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(201, 162, 75, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(10,10,12,0.55) 0%, rgba(10,10,12,0.85) 55%, #0A0A0C 100%);
}

/* ---------- Shell ---------- */
.shell {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  padding: 56px 20px 80px;
  min-height: 100vh;
}

/* ---------- Hero ---------- */
.hero { text-align: center; margin-bottom: 36px; }

.avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  margin: 0 auto 22px;
  object-fit: cover;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow), 0 0 0 6px rgba(255,255,255,0.03);
  background: var(--bg-elevated);
}

.artist-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.4rem, 9vw, 3.4rem);
  letter-spacing: 0.01em;
  margin: 0 0 8px;
  line-height: 1.05;
}

.artist-tagline {
  color: var(--ink-dim);
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin: 0 auto;
  max-width: 46ch;
}

.verified-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.verified-row .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

/* ---------- Featured release card ---------- */
.feature-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--glass);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
  margin-bottom: 34px;
}
.feature-cover { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--bg-elevated); }
.feature-body { padding: 20px 22px 24px; }
.feature-kicker {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin: 0 0 6px;
}
.feature-title { font-family: var(--serif); font-size: 1.6rem; margin: 0 0 4px; font-weight: 600; }
.feature-meta { color: var(--ink-faint); font-size: 0.86rem; margin: 0 0 18px; }
.feature-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid var(--hairline);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--accent); color: #14120b; border-color: var(--accent); }
.btn-primary:hover { background: #dab562; }
.btn-ghost { background: var(--glass); color: var(--ink); }
.btn-ghost:hover { background: var(--glass-strong); border-color: rgba(245,242,234,0.22); }
.btn-block { width: 100%; }

/* ---------- Section label ---------- */
.section-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-faint);
  margin: 0 0 14px;
  padding-left: 2px;
}

/* ---------- Platform link list ---------- */
.link-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }

.platform-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--hairline);
  background: var(--glass);
  backdrop-filter: blur(16px);
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.platform-link:hover { background: var(--glass-strong); border-color: rgba(245,242,234,0.2); transform: translateY(-1px); }
.platform-link:active { transform: scale(0.985); }

.platform-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--brand, var(--accent));
  background: color-mix(in srgb, var(--brand, var(--accent)) 18%, transparent);
}

.platform-name { font-weight: 600; font-size: 0.98rem; flex: 1; }
.platform-arrow { color: var(--ink-faint); font-size: 1.1rem; }

/* ---------- Discography ---------- */
.disco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 36px;
}
.disco-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  aspect-ratio: 1/1;
  position: relative;
  background: var(--bg-elevated);
}
.disco-item img { width: 100%; height: 100%; object-fit: cover; }
.disco-item .disco-label {
  position: absolute; inset: auto 0 0 0;
  padding: 6px 8px;
  font-size: 0.66rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.75), transparent);
  color: var(--ink);
}

/* ---------- Socials row ---------- */
.social-row { display: flex; justify-content: center; gap: 14px; margin: 8px 0 30px; }
.social-row a {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--hairline);
  background: var(--glass);
  color: var(--ink-dim);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.social-row a:hover { color: var(--accent); border-color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer {
  text-align: center;
  color: var(--ink-faint);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
.site-footer a { color: var(--ink-dim); }

/* ---------- Buy / checkout panel ---------- */
.buy-panel {
  border-radius: var(--radius);
  border: 1px solid var(--hairline);
  background: var(--glass);
  backdrop-filter: blur(20px);
  padding: 26px 24px;
  box-shadow: var(--shadow);
}
.price-tag { font-family: var(--serif); font-size: 2.1rem; margin: 4px 0 18px; color: var(--accent); }
.field {
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--hairline);
  background: rgba(255,255,255,0.04);
  color: var(--ink);
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.field::placeholder { color: var(--ink-faint); }
.field:focus { outline: none; border-color: var(--accent); }

.status-card {
  text-align: center;
  padding: 46px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--hairline);
  background: var(--glass);
  backdrop-filter: blur(20px);
}
.status-icon { font-size: 2.6rem; margin-bottom: 14px; }

/* ---------- Back link ---------- */
.back-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--ink-faint); font-size: 0.85rem; margin-bottom: 24px;
}
.back-link:hover { color: var(--ink); }

/* ---------- Fade-in ---------- */
.fade-up { animation: fadeUp 0.7s ease both; }
.fade-up.d1 { animation-delay: .08s; }
.fade-up.d2 { animation-delay: .16s; }
.fade-up.d3 { animation-delay: .24s; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 380px) {
  .shell { padding: 40px 16px 60px; }
  .avatar { width: 108px; height: 108px; }
}
