.artist-profile-page{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;background:#ffffff;color:#000000;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.artist-nav{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(24px) saturate(180%);backdrop-filter:blur(24px) saturate(180%);border-bottom:1px solid rgba(240,240,240,.6);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.artist-nav.scrolled{background:rgba(255,255,255,.95);box-shadow:0 1px 8px rgba(0,0,0,.03)}.artist-nav-container{max-width:1600px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:64px}.artist-nav-logo{font-size:15px;font-weight:300;letter-spacing:3px;text-decoration:none;color:#000;transition:opacity .3s ease}.artist-nav-logo:hover{opacity:.6}.artist-nav-actions{display:flex;align-items:center;gap:16px}.artist-nav-link{font-size:.9rem;color:#666;text-decoration:none;padding:8px 16px;border-radius:4px;transition:all .3s ease}.artist-nav-link:hover{opacity:.5}.artist-main{margin-top:64px;min-height:calc(100vh - 64px - 200px)}.artist-profile-container{max-width:1200px;margin:0 auto}.artist-profile-content{padding:0 40px 60px}.artist-hero{position:relative;width:100vw;margin-left:calc(-50vw + 50%);height:320px;background:linear-gradient(135deg,rgba(102,126,234,.18),rgba(118,75,162,.18));overflow:hidden}.artist-hero--has-cover{background-size:cover;background-position:50%;background-repeat:no-repeat}.artist-hero--has-cover:before{display:none}.artist-hero:before{content:"";background-image:url('data:image/svg+xml,%3Csvg width="1600" height="400" xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3ClinearGradient id="grad" x1="0%25" y1="0%25" x2="100%25" y2="100%25"%3E%3Cstop offset="0%25" style="stop-color:rgb(102,126,234);stop-opacity:0.15" /%3E%3Cstop offset="100%25" style="stop-color:rgb(118,75,162);stop-opacity:0.15" /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width="1600" height="400" fill="url(%23grad)" /%3E%3C/svg%3E');background-size:cover;background-position:50%;opacity:1}.artist-hero-overlay,.artist-hero:before{position:absolute;top:0;left:0;right:0;bottom:0}.artist-hero-overlay{background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.12));pointer-events:none}.artist-hero--has-cover .artist-hero-overlay{background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.18))}.artist-header{position:relative;z-index:2;max-width:720px;margin:-88px auto 0;padding:0 40px 28px;display:flex;flex-direction:column;align-items:center;text-align:center}.artist-photo{width:176px;height:176px;border-radius:50%;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,rgba(102,126,234,.2),rgba(118,75,162,.2));border:6px solid #fff;box-shadow:0 10px 32px rgba(0,0,0,.12);margin-bottom:28px}.artist-info{width:100%}.artist-name{font-size:2.75rem;font-weight:600;letter-spacing:-.5px;margin:0 0 10px;line-height:1.1;color:#000}.artist-location{font-size:.95rem;color:#666;margin:0 0 20px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.artist-location svg{width:15px;height:15px}.artist-headline{font-size:1.1rem;line-height:1.55;color:#444;margin:0 auto 28px;max-width:560px;font-weight:400;letter-spacing:.1px}.artist-bio-section{background:#ffffff;padding:32px 0 56px;margin-bottom:20px;border-bottom:1px solid rgba(240,240,240,.8)}.artist-bio-heading{font-size:1.1rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#999;margin:0 0 20px}.artist-bio{font-size:1.1rem;line-height:1.8;color:#222;max-width:720px;white-space:pre-wrap}.artist-actions{display:flex;gap:12px;justify-content:center;margin:0 0 24px}.btn-contact{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#667EEA,#764BA2);color:#fff;font-size:.95rem;font-weight:500;letter-spacing:.3px;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px rgba(102,126,234,.2)}.btn-contact:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(102,126,234,.3)}.btn-contact svg{width:18px;height:18px}.artist-social{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.social-link{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid rgba(220,220,220,.8);border-radius:4px;text-decoration:none;color:#333;font-size:.9rem;transition:all .2s ease}.social-link:hover{border-color:#000;color:#000;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.05)}.social-link svg{width:16px;height:16px}.artist-studio{background:#f9f9f9;border-radius:8px;padding:48px;margin-bottom:60px}.studio-name{font-size:1.8rem;font-weight:500;letter-spacing:-.3px;margin-bottom:12px;color:#000}.studio-address{font-size:.95rem;color:#666;margin-bottom:20px;display:flex;align-items:center;gap:6px}.studio-address svg{width:16px;height:16px;flex-shrink:0}.studio-description{font-size:1rem;line-height:1.7;color:#444;max-width:720px}.artist-gallery{margin-bottom:60px}.gallery-header{margin-bottom:40px}.gallery-title{font-size:2rem;font-weight:500;letter-spacing:-.4px;margin-bottom:12px;color:#000}.gallery-count{font-size:1rem;color:#666}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:40px;gap:40px}.gallery-item{cursor:pointer;transition:transform .2s ease;text-decoration:none}.gallery-item:hover{transform:translateY(-4px)}.gallery-item:hover .gallery-image{box-shadow:0 8px 24px rgba(0,0,0,.08)}.gallery-image{width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15));border-radius:4px;margin-bottom:16px;transition:box-shadow .2s ease;border:1px solid rgba(240,240,240,.6);background-size:cover;background-position:50%}.gallery-info{padding:0 4px}.gallery-item-title{font-size:1rem;font-weight:500;margin-bottom:4px;color:#000}.gallery-item-price{font-size:.95rem;color:#666}.gallery-empty{text-align:center;padding:80px 20px;color:#999}.gallery-empty-icon{width:64px;height:64px;margin:0 auto 20px;opacity:.3}.gallery-empty-text{font-size:1.1rem}.artist-footer{background:rgba(250,250,250,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(240,240,240,.6);padding:40px;text-align:center}.footer-links{display:flex;justify-content:center;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.footer-links a{color:#999;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#000}.error-container,.loading-container{padding:60px 40px;text-align:center}.error-message{color:#c33}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}}@media (max-width:768px){.artist-nav-container{padding:0 16px;height:56px}.artist-nav-logo{font-size:13px;letter-spacing:2px}.artist-hero{height:220px}.artist-header{max-width:100%;margin-top:-64px;padding:0 16px 20px}.artist-photo{width:128px;height:128px;border-width:5px;margin-bottom:20px}.artist-name{font-size:1.9rem;margin:0 0 6px}.artist-location{font-size:.9rem;margin:0 0 16px}.artist-headline{font-size:1rem;margin:0 auto 20px}.artist-bio-section{padding:24px 0 36px}.artist-bio-heading{font-size:1rem;margin-bottom:14px}.artist-bio{font-size:1rem;line-height:1.7}.artist-profile-content{padding:0 16px 32px}.artist-studio{padding:24px 16px;margin-bottom:32px}.studio-name{font-size:1.4rem;margin-bottom:10px}.studio-description{font-size:.95rem}.gallery-title{font-size:1.6rem;margin-bottom:10px}.gallery-header{margin-bottom:28px}.gallery-grid{grid-template-columns:1fr;gap:24px}.artist-actions{flex-direction:column;width:100%;max-width:320px;margin:0 auto 20px}.btn-contact{width:100%;padding:12px 24px}.artist-footer{padding:24px 16px}.footer-links{flex-direction:column;gap:12px}.footer-links a{font-size:13px}}@media (max-width:480px){.artist-nav-container{padding:0 12px;height:52px}.artist-nav-logo{font-size:12px;letter-spacing:1.5px}.artist-hero{height:180px}.artist-header{margin-top:-52px;padding:0 12px 16px}.artist-photo{width:104px;height:104px;border-width:4px;margin-bottom:16px}.artist-name{font-size:1.6rem}.artist-headline{font-size:.95rem;line-height:1.5}.artist-bio-section{padding:20px 0 28px}.artist-bio{font-size:.95rem;line-height:1.65}.artist-profile-content{padding:0 12px 24px}.artist-studio{padding:20px 12px;margin-bottom:24px}.studio-name{font-size:1.3rem}.gallery-title{font-size:1.4rem}.gallery-grid{gap:20px}.artist-social{flex-direction:column}.social-link{width:100%;justify-content:center;padding:9px 16px;font-size:.85rem}.artist-footer{padding:20px 12px}.footer-links a{font-size:12px}}