:root {
  --bg: #070707;
  --panel: #11100e;
  --panel-2: #17140f;
  --text: #f4efe6;
  --muted: #aaa39a;
  --gold: #c99a4a;
  --gold-light: #efc679;
  --line: rgba(255,255,255,.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.hero {
  min-height: 92vh;
  background:
    radial-gradient(circle at 75% 25%, rgba(183,119,35,.16), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.2), #070707 98%);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; }
.brand { font-family: Cinzel, serif; font-weight: 700; letter-spacing: .18em; font-size: 1.05rem; }
.nav-links { display: flex; gap: 28px; color: var(--muted); font-size: .92rem; }
.nav-links a:hover { color: var(--gold-light); }
.hero-inner { display: grid; grid-template-columns: 1fr .9fr; gap: 72px; align-items: center; padding: 64px 0 90px; }
.eyebrow { text-transform: uppercase; letter-spacing: .22em; color: var(--gold-light); font-size: .74rem; font-weight: 700; margin: 0 0 10px; }
h1, h2 { font-family: Cinzel, serif; margin: 0; line-height: .98; }
h1 { font-size: clamp(4rem, 9vw, 7.5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.06; }
.lead { max-width: 610px; color: #cfc7bd; font-size: 1.15rem; margin: 26px 0 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { border: 1px solid transparent; border-radius: 3px; padding: 13px 19px; font-weight: 700; cursor: pointer; font: inherit; transition: .2s ease; }
.btn-primary { background: var(--gold); color: #0a0908; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.02); }
.btn-ghost:hover { border-color: rgba(239,198,121,.5); color: var(--gold-light); }
.cover-wrap { position: relative; }
.cover-wrap::before { content: ""; position: absolute; inset: 8% -4% -5% 10%; background: rgba(188,122,35,.18); filter: blur(55px); z-index: 0; }
.cover { position: relative; z-index: 1; width: 100%; display: block; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.section { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p:last-child { color: var(--muted); }
.now-playing { display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); background: #0c0c0b; padding: 14px 16px; margin-bottom: 10px; }
.small-label { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }
.mini-btn { background: transparent; color: var(--muted); border: 1px solid var(--line); padding: 7px 10px; cursor: pointer; }
.track-list { border-top: 1px solid var(--line); }
.track { display: grid; grid-template-columns: 56px 1fr auto auto; align-items: center; gap: 16px; padding: 16px 6px; border-bottom: 1px solid var(--line); }
.track-num { color: #6f6a63; font-variant-numeric: tabular-nums; }
.track-title { font-weight: 650; }
.track-meta { color: var(--muted); font-size: .86rem; }
.play-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(239,198,121,.35); color: var(--gold-light); background: rgba(201,154,74,.06); cursor: pointer; font-size: 1rem; }
.buy-track { white-space: nowrap; background: transparent; border: 1px solid var(--line); color: var(--text); padding: 9px 12px; cursor: pointer; }
.buy-track:hover { border-color: var(--gold); color: var(--gold-light); }
.story-section { background: linear-gradient(180deg, #0b0a09, #100d09); border-block: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.story-copy { color: #c9c1b8; font-size: 1.02rem; }
blockquote { margin: 36px 0 0; padding-left: 22px; border-left: 2px solid var(--gold); color: var(--text); font-family: Cinzel, serif; font-size: 1.18rem; }
blockquote span { display: block; color: var(--gold-light); font-family: Inter, sans-serif; font-size: .82rem; margin-top: 8px; }
.buy-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border: 1px solid rgba(201,154,74,.28); background: linear-gradient(135deg, #151008, #0b0a09); }
.price { font-family: Cinzel, serif; font-size: 2rem; color: var(--gold-light); margin-bottom: 0; }
.payment-note { color: #817b74; font-size: .82rem; max-width: 820px; margin: 18px auto 0; text-align: center; }
code { color: #bfb7ae; }
.streaming-section { text-align: center; }
.streaming-section .section-heading { margin-inline: auto; }
footer { border-top: 1px solid var(--line); color: #77716a; font-size: .82rem; }
.footer-inner { padding: 26px 0; display: flex; justify-content: space-between; gap: 20px; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%) translateY(20px); background: #17130d; border: 1px solid rgba(201,154,74,.45); color: var(--text); padding: 12px 16px; opacity: 0; pointer-events: none; transition: .22s ease; z-index: 99; box-shadow: 0 8px 30px rgba(0,0,0,.45); }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (max-width: 820px) {
  .hero-inner, .story-grid { grid-template-columns: 1fr; }
  .hero-inner { gap: 42px; padding-top: 38px; }
  .cover-wrap { order: -1; max-width: 560px; }
  .track { grid-template-columns: 42px 1fr auto; }
  .track-num { display: none; }
  .buy-track { grid-column: 2 / -1; justify-self: start; }
  .buy-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .nav-links { gap: 14px; font-size: .82rem; }
  .section { padding: 72px 0; }
  h1 { font-size: 3.5rem; }
  .track { gap: 11px; padding-block: 14px; }
  .track-meta { font-size: .78rem; }
  .footer-inner { flex-direction: column; }
}

/* Legal pages */
.legal { max-width: 900px; }
.legal-title { font-size: clamp(2.7rem, 7vw, 5.5rem); margin-bottom: 12px; }
.legal-date { color: var(--muted); margin: 0 0 46px; }
.legal h2 { font-family: Cinzel, serif; font-size: 1.55rem; line-height: 1.25; margin: 38px 0 12px; }
.legal p { color: #c9c1b8; }
footer a:hover { color: var(--gold-light); }
