.artist-container{background:#fffffe}.artist-banner{position:relative;height:320px;overflow:hidden;background:linear-gradient(135deg,#1e293b 0%,#334155 100%)}.artist-banner-bg{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background-size:cover;background-position:center;filter:blur(24px);opacity:.7}.artist-banner-bg::before{content:"";position:absolute;background:linear-gradient(to bottom,rgb(15 23 42 / .2) 0%,rgb(15 23 42 / .85) 100%);inset:0}.artist-banner-content{position:relative;padding:20px;height:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between}.artist-header-top{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.artist-socials,.artist-actions{display:flex;gap:12px}.social-icon:hover{background:rgb(255 255 255 / .3)}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .15);color:#fff;font-size:19px;text-decoration:none}.action-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;cursor:pointer;border-radius:50%;background:#F4F4F4;color:#131313}.artist-header-bottom{min-width:0;flex-grow:1;display:flex;align-items:flex-end;justify-content:space-between}.artist-profile-wrapper{display:flex;align-items:center;gap:20px;min-width:0}.artist-avatar{flex-shrink:0;width:130px;height:130px;border-radius:50%;border:4px solid #fff;overflow:hidden;background:#cbd5e1;box-shadow:0 8px 20px rgb(0 0 0 / .25)}.artist-avatar img{width:100%;height:100%;object-fit:cover}.artist-info{display:flex;flex-direction:column;gap:4px;min-width:0}.artist-title{color:#fff;margin:0;overflow-wrap:break-word}.artist-short-description{color:rgb(255 255 255 / .8);font-size:.9rem;line-height:1.5;font-family:Arial,Helvetica,sans-serif;text-shadow:0 0 3px rgb(0 0 0 / .3);margin-left:3px}.read-more-trigger{color:#fff;font-weight:600;cursor:pointer;text-shadow:none}.read-more-trigger:hover{color:#dbdbdb}.description-content{line-height:1.5;color:#333;font-size:1rem}.songs-container{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,336px);gap:40px}.songs-heading{font-size:1.5rem;margin-bottom:20px;color:#131313}@media (max-width:992px){.artist-banner-content{padding:20px 16px}.songs-container{grid-template-columns:100%;grid-template-rows:auto auto;padding:40px 16px}}@media (max-width:768px){.artist-banner{height:226px}.artist-banner-content{flex-direction:column-reverse}.artist-header-top{flex-direction:row;align-items:center}.artist-avatar{width:100px;height:100px}.artist-title{font-size:1.5rem}.songs-heading{font-size:1.25rem}}.videos-section{margin-top:40px;border-top:1px solid #f0f0f0;padding-top:20px}.video-embed-container{aspect-ratio:16 / 9;overflow:hidden;border-radius:12px;background:#000}.video-embed-container iframe{width:100%;height:100%}