
:root{
  --bg1:#7a4f39;
  --bg2:#4f2e1e;
  --text:#f3e8df;
  --muted: rgba(243,232,223,0.85);
}
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family: "Helvetica Neue", Arial, sans-serif;background:linear-gradient(180deg,var(--bg1),var(--bg2));color:var(--text)}
.site-header{display:flex;justify-content:space-between;align-items:center;padding:28px 40px}
.site-header .logo img{height:84px;object-fit:cover;border-radius:6px;opacity:0.95}
.handles{color:var(--muted);text-align:right;font-weight:600}
.handles .ig,.handles .x{margin:2px 0}
.container{display:flex;gap:32px;padding:30px 48px;align-items:flex-start;max-width:1200px;margin:0 auto}
.left{flex:1;min-width:360px}
.right{width:420px;display:flex;flex-direction:column;gap:18px;align-items:center}
.artist{font-size:56px;margin:6px 0 8px 0;letter-spacing:1px;font-weight:800;color:var(--text)}
.album,.single{font-size:30px;margin-top:18px;margin-bottom:8px;font-weight:700;color:var(--text)}
.awards{list-style:disc;margin:6px 0 12px 22px;color:var(--muted);font-size:22px;line-height:1.45}
.pixel-art img{width:360px;border-radius:6px;box-shadow:0 10px 30px rgba(0,0,0,0.35)}
.bio{background:rgba(255,255,255,0.03);padding:18px;border-radius:8px;color:var(--muted);font-size:14px;line-height:1.6}
.site-footer{padding:22px 40px;text-align:center;color:rgba(243,232,223,0.7);font-size:13px;border-top:1px solid rgba(0,0,0,0.15)}
@media(max-width:900px){
  .container{flex-direction:column;align-items:center}
  .right{width:100%}
  .left{width:100%}
  .artist{font-size:42px}
}
