*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff;min-height:100vh;font-family:Arial,sans-serif;padding-top:4rem}nav{position:fixed;top:0;width:100%;background-color:#000c;padding:1rem;z-index:1000;overflow:visible}nav .container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;overflow:visible}nav h1{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:1rem;list-style:none}.nav-links li a{color:#fff;text-decoration:none}.nav-links li a:hover{color:#9ca3af}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-icon{position:relative;display:block;width:100%;height:2px;background-color:#ece6e6;transition:all .3s ease}.hamburger-icon:before,.hamburger-icon:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:#f9f7f7;transition:all .3s ease}.hamburger-icon:before{top:-8px}.hamburger-icon:after{top:8px}.hamburger[aria-expanded=true] .hamburger-icon{background-color:transparent}.hamburger[aria-expanded=true] .hamburger-icon:before{top:0;transform:rotate(45deg)}.hamburger[aria-expanded=true] .hamburger-icon:after{top:0;transform:rotate(-45deg)}.hamburger:focus{outline:none}section.hero{height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;text-align:center}section.hero h2{font-size:3rem;font-weight:800;margin-bottom:1rem}section.hero p{font-size:1.25rem}section.hero .social-links{margin-top:1.5rem;display:flex;justify-content:center;gap:1rem}section.hero a[href*=spotify]{color:#22c55e}section.hero a[href*=spotify]:hover{color:#16a34a}section.hero a[href*=instagram]{color:#ec4899}section.hero a[href*=instagram]:hover{color:#db2777}section#music{padding:4rem 1rem}section#music .container{max-width:1280px;margin:0 auto}section#music h2{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:2rem}section#music .grid{display:grid;grid-template-columns:1fr;gap:2rem}section#music .card{background-color:#121212;padding:1.5rem;border-radius:.5rem}section#music .card h3{font-size:1.5rem;font-weight:600}section#music .card p{margin-top:.5rem}section#music .card a{display:inline-block;margin-top:1rem;color:#22c55e}section#music .card a:hover{text-decoration:underline}section#music .placeholder{text-align:center;margin-top:2rem;color:#9ca3af}section#videos{padding:4rem 1rem;background-color:#000}section#videos .container{max-width:1280px;margin:0 auto}section#videos h2{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:2rem}section#videos .grid{display:grid;grid-template-columns:1fr;gap:2rem}section#videos .card{background-color:#121212;padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}section#videos .card h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}section#videos .card iframe{width:100%;height:315px;border-radius:.5rem}section#videos .card a{display:inline-block;margin-top:1rem;color:#dc2626}section#videos .card a:hover{text-decoration:underline}section#videos .placeholder{text-align:center;margin-top:2rem;color:#9ca3af}@media (max-width: 767px){section#videos .grid{grid-template-columns:repeat(2,1fr);gap:2rem}}section#shows{padding:4rem 1rem}section#shows .container{max-width:1280px;margin:0 auto}section#shows h2{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:2rem}section#shows .grid{display:grid;grid-template-columns:1fr;gap:2rem}section#shows .card{background-color:#121212;padding:1.5rem;border-radius:.5rem}section#shows .card h3{font-size:1.5rem;font-weight:600}section#shows .card p{margin-top:.5rem}section#shows .card a{display:inline-block;margin-top:1rem;color:#dc2626}section#shows .card a:hover{text-decoration:underline}section#shows .placeholder{text-align:center;margin-top:2rem;color:#9ca3af}@media (min-width: 768px){section#shows .grid{grid-template-columns:repeat(3,minmax(0,300px));justify-content:center;gap:2rem}}section#store{padding:4rem 1rem;background-color:#121212}section#store .container{max-width:1280px;margin:0 auto}section#store h2{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:2rem}section#store .lead{font-size:1.25rem;text-align:center;margin-bottom:2rem;color:#d1d5db}section#store .bandcamp-grid{display:grid;grid-template-columns:1fr;gap:2rem}section#store .bandcamp-card{background-color:#121212;padding:1rem;border-radius:.5rem;overflow:visible}section#store .bandcamp-card iframe{width:100%;height:470px;border:none}section#store .bandcamp-card .buy-now{display:block;width:100%;margin-top:1rem;padding:.75rem;background-color:#22c55e;color:#fff;text-align:center;border-radius:.5rem;border:none;cursor:pointer;font-size:1rem;text-decoration:none}section#store .bandcamp-card .buy-now:hover{background-color:#16a34a}section#store .bandcamp-card .buy-now a{color:#fff;text-decoration:none;display:block}section#store .bandcamp-cta{text-align:center;margin-top:2rem;font-size:1.125rem}section#store .bandcamp-cta a{color:#22c55e;text-decoration:none}section#store .bandcamp-cta a:hover{text-decoration:underline;color:#16a34a}section#about{padding:4rem 1rem}section#about .container{max-width:1280px;margin:0 auto}section#about h2{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:2rem}section#about .content{max-width:672px;margin:0 auto;text-align:center}section#about .content p{margin-bottom:1rem}section#booking{padding:4rem 1rem;background-color:#1f2937}section#booking .container{max-width:1280px;margin:0 auto}section#booking h2{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:2rem}section#booking .form-container{max-width:512px;margin:0 auto}section#booking .form-container p{margin-bottom:1rem;text-align:center}section#booking .form-group{display:flex;flex-direction:column;gap:1rem;align-items:center}section#booking .booking-link{display:block;width:100%;max-width:200px;padding:.75rem;background-color:#ec4899;color:#fff;text-align:center;border-radius:.5rem;border:none;font-size:1rem;text-decoration:none;cursor:pointer}section#booking .booking-link:hover{background-color:#db2777}section#booking .placeholder{text-align:center;margin-top:2rem;color:#9ca3af}footer{padding:2rem 1rem;background-color:#000;text-align:center}footer .social-links{display:flex;justify-content:center;gap:1rem;margin-top:1rem}footer a:hover{color:#ec4899}footer a[href*=spotify]:hover{color:#16a34a}footer p:last-child{margin-top:1rem}@media (min-width: 768px){section.hero h2{font-size:4.5rem}section.hero p{font-size:1.5rem}section#music .grid,section#shows .grid,section#store .bandcamp-grid{grid-template-columns:repeat(3,1fr)}section#videos .grid{grid-template-columns:repeat(2,1fr)}section#videos .card iframe{height:315px}}@media (max-width: 768px){.hamburger{display:flex;margin-right:.25rem}.nav-links{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000e6;flex-direction:column;justify-content:center;align-items:center;transition:transform .3s ease-in-out;transform:translateY(-100%)}.nav-links.open{display:flex;transform:translateY(0)}.nav-links li{margin:1rem 0}.nav-links li a{font-size:1.5rem}nav .container{justify-content:space-between;padding-left:1rem}nav h1{margin-right:0}}@media (max-width: 375px){.hamburger{margin-right:.1rem}nav .container{padding-left:.5rem}}html{scroll-behavior:smooth}section#music .card.payhip .media{width:100%;height:152px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#000}section#music .card.payhip .media img{height:100%;width:100%;object-fit:contain;display:block;transform:none}section#music .card.payhip a{display:inline-block;margin-top:1rem;color:#22c55e;font-size:inherit;font-weight:inherit}section#music .card.payhip a:hover{text-decoration:underline}
