
body{background:#0f0f0f;color:#e8e8e8;font-family:Segoe UI,Arial,sans-serif;margin:0;line-height:1.7}
.container{max-width:1200px;margin:auto;padding:50px}
header{display:flex;gap:40px;align-items:stretch}
.top-content{flex:1;display:flex;flex-direction:column}
.header-text{margin-bottom:20px}
h1{margin:0;font-size:3rem;color:#d8b36a}
.subtitle{color:#b0b0b0;font-size:1.15rem}
.description{flex:1}
.sidebar{width:300px;display:flex;flex-direction:column;gap:20px}
.artist-photo{width:300px;height:300px;object-fit:cover;border:1px solid #333;box-shadow:0 0 25px rgba(0,0,0,.5)}
.contact-box{width:300px;background:#181818;border:1px solid #2d2d2d;padding:20px;box-sizing:border-box}
h2,.contact-box h3{color:#d8b36a}
.artist-data{margin-top:50px}
table{width:100%;border-collapse:collapse;background:#181818}
td{padding:14px;border:1px solid #2d2d2d}
td:first-child{width:250px;color:#d8b36a}
@media(max-width:900px){header{flex-direction:column}}
