@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Uncial+Antiqua&display=swap";:root{--primary-bg: #0f0f0f;--secondary-bg: #1a1a1a;--card-bg: #1e1e1e;--border-color: #333;--text-primary: #ffffff;--text-secondary: #cccccc;--accent-color: #ff6b6b;--gradient-primary: linear-gradient(135deg, #ff6b6b, #ee5a24);--gradient-instagram: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--primary-bg);color:var(--text-primary);line-height:1.6}#root{min-height:100vh}.header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:2rem 1rem;text-align:center;border-bottom:2px solid #444}.header-content{max-width:1200px;margin:0 auto}.studio-title-container{display:flex;flex-direction:column;align-items:center;margin-bottom:.5rem}.studio-icon{width:60px;height:60px;margin-bottom:.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.studio-name{font-family:Uncial Antiqua,cursive;font-size:2.5rem;font-weight:400;margin:0;letter-spacing:2px;text-shadow:2px 2px 0px rgba(0,0,0,.8),4px 4px 8px rgba(0,0,0,.5),0px 0px 10px rgba(255,255,255,.1);filter:contrast(1.2) brightness(1.1)}.business-info{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;align-items:center}.contact-details{display:flex;flex-direction:column;gap:.5rem;text-align:center}.contact-details p{margin:0;font-size:.9rem;color:#ccc}.hours-schedule{width:100%;max-width:300px}.hours-schedule h4{font-family:Uncial Antiqua,cursive;color:#fff;font-size:1.2rem;margin:0 0 .8rem;text-align:center;text-shadow:1px 1px 0px rgba(0,0,0,.8),2px 2px 4px rgba(0,0,0,.5),0px 0px 6px rgba(255,255,255,.1);filter:contrast(1.1) brightness(1.05)}.current-day-schedule{display:flex;justify-content:space-between;align-items:center;padding:.5rem .8rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);font-size:.9rem}.current-day{color:#fff;font-weight:600;font-size:1rem}.current-hours{color:#4caf50;font-weight:500;font-size:1rem}.map-link{margin-top:.5rem}.directions-btn{display:inline-block;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s ease;box-shadow:0 2px 4px #00000080;border:1px solid #444}.directions-btn:hover{background:linear-gradient(135deg,#3a3a3a,#2d2d2d);transform:translateY(-1px);box-shadow:0 4px 8px #0009;border-color:#555}@media(min-width:768px){.studio-title-container{flex-direction:row;align-items:center;justify-content:center;gap:1rem}.studio-icon{width:80px;height:80px;margin-bottom:0}.studio-name{font-size:3.5rem}.business-info{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-top:1.5rem;gap:2rem}.contact-details{flex-direction:column;text-align:left;gap:.5rem}.contact-details p{font-size:1rem}.hours-schedule{max-width:250px}.hours-schedule h4{font-size:1.3rem}.current-day-schedule{font-size:1rem;padding:.6rem 1rem}.current-day,.current-hours{font-size:1.1rem}.directions-btn{font-size:1rem;padding:.875rem 2rem}}.artwork-carousel{margin:1.5rem 0;position:relative;background:#1e1e1e;border-radius:12px;overflow:hidden;border:1px solid #333}.carousel-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#ccc}.carousel-empty{display:flex;align-items:center;justify-content:center;padding:3rem;color:#ccc}.carousel-container{position:relative;display:flex;align-items:center;min-height:300px}.carousel-slide{flex:1;position:relative;display:flex;align-items:center;justify-content:center;min-height:300px}.carousel-image{max-width:100%;max-height:400px;object-fit:contain;border-radius:8px;transition:opacity .3s ease}.image-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;z-index:2;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.carousel-btn-prev{left:10px}.carousel-btn-next{right:10px}.carousel-indicators{display:flex;justify-content:center;gap:8px;padding:1rem;background:#1a1a1a}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:none;background:#444;cursor:pointer;transition:all .2s ease}.carousel-indicator.active{background:#4a90e2;transform:scale(1.2)}.carousel-indicator:hover{background:#666}.carousel-counter{position:absolute;top:10px;right:10px;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.loading-spinner{width:40px;height:40px;animation:pulse 2s ease-in-out infinite;border:none;background:none;border-radius:0;position:relative}.loading-spinner:before{content:"";position:absolute;inset:-6px;border:2px solid rgba(255,255,255,.2);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1.5s linear infinite}@media(min-width:768px){.carousel-container,.carousel-slide{min-height:400px}.carousel-image{max-height:500px}.carousel-btn{width:60px;height:60px;font-size:28px}.carousel-btn-prev{left:20px}.carousel-btn-next{right:20px}}.artist-card{background:#1e1e1e;border:1px solid #333;border-radius:12px;padding:1.5rem;margin:1rem 0;box-shadow:0 4px 6px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.artist-card:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0006}.artist-header{text-align:center;margin-bottom:1.5rem}.artist-name{font-family:Uncial Antiqua,cursive;color:#fff;font-size:1.8rem;margin:0 0 1rem;font-weight:400;text-shadow:1px 1px 0px rgba(0,0,0,.8),2px 2px 4px rgba(0,0,0,.5),0px 0px 8px rgba(255,255,255,.1);filter:contrast(1.15) brightness(1.05)}.artist-about{color:#ccc;line-height:1.6;margin:0;font-size:1rem}.artist-actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.contact-btn,.instagram-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .2s ease;min-width:140px}.contact-btn{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);color:#fff;border:1px solid #444;box-shadow:0 2px 4px #00000080}.contact-btn:hover{background:linear-gradient(135deg,#3a3a3a,#2d2d2d);transform:translateY(-1px);box-shadow:0 4px 8px #0009;border-color:#555}.instagram-btn{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff}.instagram-btn:hover{background:linear-gradient(135deg,#6a2c93,#e84393,#fdcb6e);transform:translateY(-1px)}.instagram-embed{margin:1.5rem 0;border-radius:8px;overflow:hidden;border:1px solid #333;background:#fff;position:relative}.instagram-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#1e1e1e;z-index:2}.instagram-loading .loading-spinner{width:50px;height:50px;animation:pulse 2s ease-in-out infinite;border:none;background:none;border-radius:0;position:relative}.instagram-loading .loading-spinner:before{content:"";position:absolute;inset:-7px;border:2px solid rgba(255,255,255,.2);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1.5s linear infinite}.instagram-iframe{height:365px}.instagram-embed iframe{border:none;width:100%}.artwork-gallery{margin-top:1.5rem}.artwork-gallery h3{font-family:Uncial Antiqua,cursive;color:#fff;font-size:1.3rem;margin-bottom:1rem;text-align:center;font-weight:400;text-shadow:1px 1px 0px rgba(0,0,0,.8),2px 2px 4px rgba(0,0,0,.5),0px 0px 6px rgba(255,255,255,.1);filter:contrast(1.1) brightness(1.05)}.artwork-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.artwork-image{width:100%;height:150px;object-fit:cover;border-radius:8px;border:1px solid #333;transition:transform .2s ease}.artwork-image:hover{transform:scale(1.05)}@media(min-width:768px){.artist-header{text-align:left}.artist-actions{justify-content:flex-start}.artwork-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.artwork-image{height:200px}.instagram-iframe{height:520px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0f0f;color:#fff;line-height:1.6}.App{min-height:100vh}.main-content{position:relative;padding:2rem 1rem;min-height:100vh}.main-content:after{content:"";position:fixed;inset:0;background-image:url(/IMG_4477.JPG);background-size:auto;background-position:center 30%;background-repeat:no-repeat;z-index:-2;pointer-events:none}@media(min-width:768px){.main-content:after{background-size:80%;background-position:center 25%}}.main-content:before{content:"";position:fixed;inset:0;background:#0006;z-index:-1;pointer-events:none}.main-content>*{position:relative;z-index:2}.container{max-width:1200px;margin:0 auto}.artists-title{font-family:Uncial Antiqua,cursive;text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#fff;font-weight:400;letter-spacing:1px;text-shadow:2px 2px 0px rgba(0,0,0,.8),4px 4px 8px rgba(0,0,0,.5),0px 0px 10px rgba(255,255,255,.1);filter:contrast(1.2) brightness(1.1)}.artists-grid{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.main-content{padding:3rem 2rem}.artists-title{font-size:3rem;margin-bottom:3rem}.artists-grid{gap:3rem}}@media(min-width:1024px){.artists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#ccc}.loading-container .loading-spinner{width:60px;height:60px;animation:pulse 2s ease-in-out infinite;margin-bottom:1rem;border:none;background:none;border-radius:0;position:relative}.loading-container .loading-spinner:before{content:"";position:absolute;inset:-8px;border:3px solid rgba(255,255,255,.2);border-top:3px solid #ffffff;border-radius:50%;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#2d1b1b;border:1px solid #5c2c2c;border-radius:8px;padding:1rem;margin-bottom:2rem;color:#ff6b6b;text-align:center}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}
