*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;background-color:#0a0a0a;color:#f5f5f5;line-height:1.6;font-size:16px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:#c9a227;text-decoration:none;transition:color 0.2s ease}a:hover{color:#dab32e}.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;font-size:0.875rem;transition:all 0.2s ease;cursor:pointer;border:none}.btn-primary{background-color:#c9a227;color:#0a0a0a}.btn-primary:hover{background-color:#dab32e;color:#0a0a0a}.btn-secondary{background-color:transparent;color:#f5f5f5;border:1px solid #f5f5f5}.btn-secondary:hover{background-color:#f5f5f5;color:#0a0a0a}.btn-small{padding:0.5rem 1rem;font-size:0.75rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background-color:rgba(10,10,10,0.95);backdrop-filter:blur(10px);border-bottom:1px solid #2a2a2a}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:70px}.site-header .logo{display:flex;align-items:center}.site-header .logo img{height:40px;width:auto}.site-header .nav-links{display:flex;gap:2rem}.site-header .nav-links a{color:#f5f5f5;font-size:0.875rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}.site-header .nav-links a:hover{color:#c9a227}.site-header .menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.site-header .menu-toggle span{display:block;width:25px;height:2px;background-color:#f5f5f5;transition:all 0.3s ease}.site-header .menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.site-header .menu-toggle.active span:nth-child(2){opacity:0}.site-header .menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.section{padding:6rem 0}.section:nth-child(even){background-color:#141414}.section-title{font-size:2.5rem;margin-bottom:3rem;text-align:center;text-transform:uppercase;letter-spacing:0.1em}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding-top:70px;background-color:#0a0a0a;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(10,10,10,0.5), rgba(10,10,10,0.85));z-index:1}.hero .container{position:relative;z-index:2}.hero-content{max-width:800px}.hero-logo{max-width:500px;width:100%;height:auto;margin-bottom:1rem}.hero-tagline{font-size:1.25rem;color:#a0a0a0;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.spotify-artist{max-width:800px;margin:0 auto 3rem;border-radius:12px;overflow:hidden}.spotify-releases{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.spotify-embed{border-radius:12px;overflow:hidden}.bandsintown-widget{max-width:800px;margin:0 auto}.merch-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.merch-card{background-color:#141414;border-radius:8px;overflow:hidden;text-align:center}.merch-card .merch-image{width:100%;aspect-ratio:1;object-fit:cover}.merch-card .merch-image.placeholder{background:linear-gradient(135deg, #2a2a2a, #0a0a0a)}.merch-card .merch-info{padding:1.5rem}.merch-card .merch-info h3{font-size:1rem;margin-bottom:0.5rem}.merch-card .merch-info .merch-price{display:block;font-size:1.125rem;font-weight:600;color:#c9a227;margin-bottom:1rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content .about-image .image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg, #2a2a2a, #0a0a0a);border-radius:8px}.about-content .about-image img{width:100%;border-radius:8px}.about-content .about-text p{font-size:1.125rem;line-height:1.8;color:#a0a0a0}.about-content .about-text p:not(:last-child){margin-bottom:1.5rem}.site-footer{background-color:#141414;padding:3rem 0;border-top:1px solid #2a2a2a}.site-footer .footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem}.site-footer .footer-content .logo img{height:30px;width:auto}.site-footer .social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem 1.25rem}.site-footer .social-links a{display:flex;align-items:center;gap:0.4rem;font-size:0.8rem;text-transform:uppercase;letter-spacing:0.05em}.site-footer .social-links a i{font-size:1rem}.site-footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #2a2a2a}.site-footer .footer-bottom p{font-size:0.875rem;color:#a0a0a0}.gallery-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}.gallery-item{overflow:hidden;border-radius:8px;aspect-ratio:16/10}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item.gallery-item-wide{grid-column:span 2}.coming-soon{text-align:center;font-size:1.25rem;color:#a0a0a0;font-style:italic}@media (max-width: 768px){.site-header .menu-toggle{display:flex}.site-header .nav-links{position:absolute;top:70px;left:0;right:0;background-color:#0a0a0a;flex-direction:column;padding:1.5rem;gap:1rem;border-bottom:1px solid #2a2a2a;display:none}.site-header .nav-links.active{display:flex}.hero-logo{max-width:300px}.section-title{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item.gallery-item-wide{grid-column:span 2}}
