:root{
  --bg0:#120e0d;
  --bg1:#1a1210;
  --ink:#ffffff;
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.60);
  --glass:rgba(255,255,255,.10);
  --stroke:rgba(255,255,255,.14);
  --accent:#d8b07b;
  --shadow:0 22px 80px rgba(0,0,0,.22);
  --radius:26px;
}
*{box-sizing:border-box}
body{
  margin:0;
  color:var(--ink);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1100px 720px at 18% -10%, rgba(255,185,120,.28), transparent 62%),
    radial-gradient(900px 640px at 82% 0%, rgba(214,146,86,.22), transparent 55%),
    linear-gradient(180deg, var(--bg1) 0%, var(--bg0) 58%, #0f0b0b 100%);
}
a{color:inherit;text-decoration:none}
.wrap{max-width:1120px;margin:0 auto;padding:22px 18px 78px}
.topbar{
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
  padding:14px 16px;border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.10));
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
}
.brand img{height:34px;display:block}
.nav{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.10);
  font-weight:850;font-size:13px;
}
.pill:hover{background:rgba(255,255,255,.10)}
.pill.disabled{opacity:.55;pointer-events:none}

.hero{
  margin-top:16px;border-radius:var(--radius);
  overflow:hidden;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  position:relative;
}
.hero img{width:100%;height:520px;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.02)}
.hero:after{
  content:"";
  position:absolute;inset:auto 0 0 0;height:46%;
  background:linear-gradient(180deg, transparent, rgba(18,14,13,.70));
  pointer-events:none;
}

/* Minimal overlay bar (does NOT cover the image) */
.heroBar{
  position:absolute;
  left:14px; right:14px; bottom:14px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.22));
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
  padding:12px 12px 10px;
  display:grid;
  grid-template-columns: 1fr auto;
  gap:10px;
  align-items:center;
}
.heroBar .title{
  font-weight:950;
  font-size:16px;
  line-height:1.2;
}
.heroBar .meta{
  margin-top:2px;
  color:rgba(255,255,255,.72);
  font-size:12px;
}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 12px;border-radius:999px;
  background:linear-gradient(180deg, rgba(216,176,123,.25), rgba(216,176,123,.16));
  border:1px solid rgba(216,176,123,.45);
  color:#fff;
  font-weight:950;font-size:12px;letter-spacing:.10em;text-transform:uppercase;
}
.heroBar audio{
  width:100%;
  margin-top:8px;
  height:34px;
}

.stage{
  margin-top:16px;
  border-radius:var(--radius);
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 70px rgba(0,0,0,.18);
}
.section{padding:18px 16px}
.section + .section{border-top:1px solid rgba(255,255,255,.10)}
.h{margin:0;font-size:20px;font-weight:950;letter-spacing:.2px}
.sub{margin-top:6px;color:var(--muted);font-size:13px}
.featuredInfo{
  margin-top:12px;
  padding:14px;
  border-radius:22px;
  background:
    radial-gradient(800px 260px at 20% 0%, rgba(216,176,123,.18), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
}
.frow{display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap}
.fcover{width:180px;height:120px;border-radius:18px;overflow:hidden;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.14)}
.fcover img{width:100%;height:100%;object-fit:cover;display:block}
.ftitle{margin:0;font-size:20px;font-weight:980}
.fdesc{margin-top:8px;color:rgba(255,255,255,.80);font-size:13px;line-height:1.45}
.list{display:grid;gap:10px;margin-top:14px}
.song{
  padding:12px;border-radius:20px;
  background:rgba(0,0,0,.12);
  border:1px solid rgba(255,255,255,.12);
  display:flex;gap:12px;align-items:flex-start;
}
.song:hover{background:rgba(255,255,255,.08)}
.scover{width:110px;height:70px;border-radius:16px;overflow:hidden;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.12);flex:0 0 auto}
.scover img{width:100%;height:100%;object-fit:cover;display:block}
.stitle{margin:0;font-size:15px;font-weight:950}
.smeta{margin-top:2px;color:var(--muted);font-size:13px}
.sdesc{margin-top:8px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.45}
audio{width:100%;margin-top:10px}
.footer{
  margin-top:18px;
  color:rgba(255,255,255,.68);
  font-size:13px;
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;
  padding:14px 2px 0;
}
@media(max-width:900px){
  .hero img{height:430px}
  .fcover{width:100%;height:220px}
}
