:root { color-scheme: dark; font-family: Inter, Arial, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at top, #28223c 0, #100e18 52%, #07070b 100%); }
.page { width: min(92vw, 430px); padding: 32px 0; text-align: center; }
.label { margin: 0 0 22px; color: #bbb4c9; font-size: .76rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.cover { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 18px; box-shadow: 0 22px 65px #000a; }
h1 { margin: 26px 0 5px; font-size: clamp(1.7rem, 8vw, 2.45rem); line-height: 1.05; }
.artist { margin: 0 0 25px; color: #c7c2d1; font-size: 1.05rem; }
.listen { margin: 0 0 14px; color: #918a9d; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; }
.links { display: grid; gap: 12px; }
.button { display: flex; align-items: center; justify-content: center; min-height: 58px; border: 1px solid #ffffff24; border-radius: 14px; color: #fff; text-decoration: none; font-weight: 800; transition: transform .15s, filter .15s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.12); }
.spotify { background: #1db954; color: #07190d; }
.apple { background: #f5f5f7; color: #111; }
.youtube { background: #ff0033; color: #fff; }
.deezer { background: linear-gradient(135deg, #a238ff, #ff3b8d); color: #fff; }
.amazon { background: #15212c; color: #fff; border-color: #35a7e8; }
.itunes { background: linear-gradient(135deg, #ef55a7, #7b61ff); color: #fff; }
.footer { margin-top: 28px; color: #746f7d; font-size: .75rem; }
.footer a { color: #aaa4b5; }
@media (max-width: 700px) {
  body { display: block; }
  .page { min-height: 100svh; margin: 0 auto; padding: 18px 0 14px; }
  .label { margin-bottom: 12px; }
  .cover { width: min(100%, 42svh); margin: 0 auto; border-radius: 15px; }
  h1 { margin-top: 16px; }
  .artist { margin-bottom: 14px; font-size: .95rem; }
  .listen { margin-bottom: 10px; font-size: .72rem; }
  .links { gap: 8px; }
  .button { min-height: 48px; border-radius: 12px; }
  .footer { margin-top: 18px; }
}
