body{
font-family: Arial, sans-serif;
margin:0;
background:#111;
color:white;
line-height:1.5;
}

header{
text-align:center;
padding:0;
background:#000;
}

nav{
padding:12px 10px 20px 10px;
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:8px;
}

nav a{
margin:6px 10px;
color:#0ff;
text-decoration:none;
font-size:18px;
}

.button{
display:inline-block;
padding:14px 28px;
background:#ff004c;
color:white;
text-decoration:none;
border-radius:4px;
font-size:18px;
}

.hero{
text-align:center;
padding:70px 20px;
}

.hero h2{
font-size:44px;
margin-bottom:15px;
}

.hero p{
font-size:26px;
max-width:900px;
margin:0 auto 25px auto;
}

.hero-buttons .button{
margin:10px;
padding:14px 28px;
background:#ff004c;
color:white;
text-decoration:none;
display:inline-block;
border-radius:4px;
font-size:18px;
}

.featured{
padding:70px 20px;
text-align:center;
}

.featured h2,
.local-scene h2,
.how-it-works h2,
.cta h2,
.page-hero h2,
.profile-bio h3,
.profile-videos h3{
font-size:42px;
margin-bottom:20px;
}

.video-grid{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.video-card{
width:240px;
}

.video-card p{
font-size:20px;
margin-top:10px;
}

.video-card img{
width:100%;
background:#333;
height:140px;
object-fit:cover;
}

.local-scene{
padding:70px 20px;
text-align:center;
}

.scene-grid{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}

.scene-card{
background:#222;
padding:25px;
width:240px;
border-radius:6px;
}

.scene-card h3{
font-size:28px;
margin-bottom:12px;
}

.scene-card p{
font-size:20px;
}

.scene-card a{
color:#0ff;
text-decoration:none;
font-size:20px;
}

.how-it-works{
text-align:center;
padding:70px 20px;
}

.steps{
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.steps div{
max-width:260px;
}

.steps h3{
font-size:32px;
margin-bottom:10px;
}

.steps p{
font-size:20px;
}

.cta{
text-align:center;
padding:70px 20px;
background:#222;
}

.cta a.button{
font-size:18px;
padding:14px 28px;
border-radius:4px;
}

footer{
text-align:center;
padding:30px;
background:#000;
font-size:18px;
}

.page-hero{
text-align:center;
padding:60px 20px 30px;
}

.page-hero p{
font-size:22px;
max-width:900px;
margin:0 auto;
}

.filters{
text-align:center;
padding:20px;
}

.filters h3{
font-size:28px;
}

.filter-links{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-top:15px;
}

.filter-links a{
color:#0ff;
text-decoration:none;
background:#222;
padding:12px 18px;
border-radius:4px;
font-size:18px;
}

.musician-directory{
padding:50px 20px;
}

.profile-grid{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
}

.profile-card{
background:#222;
padding:20px;
width:280px;
text-align:center;
border-radius:8px;
}

.profile-card h3{
font-size:30px;
margin-bottom:12px;
}

.profile-card p{
font-size:20px;
line-height:1.5;
}

.profile-card img{
width:100%;
height:310px;
object-fit:cover;
object-position:top;
background:#333;
margin-bottom:15px;
}

.profile-card .button{
margin-top:10px;
padding:12px 22px;
background:#ff004c;
color:white;
text-decoration:none;
display:inline-block;
border-radius:4px;
font-size:18px;
}

.profile-page{
padding:60px 20px;
max-width:1000px;
margin:0 auto;
}

.profile-top{
display:flex;
flex-wrap:wrap;
gap:30px;
align-items:flex-start;
justify-content:center;
}

.profile-top img{
width:300px;
max-width:100%;
height:auto;
background:#333;
border-radius:8px;
}

.profile-info{
max-width:500px;
}

.profile-info h2{
margin-top:0;
font-size:42px;
}

.profile-info p{
font-size:22px;
line-height:1.6;
}

.profile-info .button{
margin-top:15px;
padding:12px 24px;
background:#ff004c;
color:white;
text-decoration:none;
display:inline-block;
border-radius:4px;
font-size:18px;
}

.profile-bio,
.profile-videos{
margin-top:50px;
text-align:center;
}

.profile-bio p{
max-width:800px;
margin:0 auto;
line-height:1.7;
font-size:22px;
}

.form-page{
max-width:800px;
margin:0 auto;
padding:10px 20px 20px;
text-align:center;
}

.form-page p a{
color:#00e5ff;
text-decoration:none;
}

.form-page h2{
font-size:42px;
}

.form-page p{
font-size:22px;
}

.submission-form{
display:flex;
flex-direction:column;
gap:15px;
margin-top:30px;
text-align:left;
}

.submission-form label{
font-weight:bold;
font-size:20px;
}

.submission-form input,
.submission-form textarea{
padding:14px;
border:none;
border-radius:4px;
font-size:18px;
background:#222;
color:white;
}

.submission-form button{
margin-top:10px;
padding:14px;
border:none;
background:#ff004c;
color:white;
font-size:18px;
cursor:pointer;
border-radius:4px;
}

.logo-area{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
padding:10px 0 0 0;
gap:0;
}

.logo-area img{
height:340px;
width:auto;
filter: drop-shadow(0 0 10px rgba(255,0,76,0.55)) drop-shadow(0 0 18px rgba(255,255,255,0.12));
}

.logo-area .tagline{
font-size:25px;
color:#aaa;
margin:0;
line-height:1.2;
}

.band-hero{
text-align:center;
padding:60px 20px 30px;
}

.band-hero h1{
font-size:48px;
margin-bottom:10px;
}

.band-hero p{
font-size:24px;
margin:8px 0;
}

.featured-badge{
color:#ffcc66;
font-size:20px;
}

.band-main{
max-width:1200px;
margin:0 auto;
padding:40px 20px 70px;
display:flex;
flex-wrap:wrap;
gap:40px;
justify-content:center;
align-items:flex-start;
}

.band-media{
flex:1 1 420px;
max-width:520px;
}

.band-media img{
width:100%;
height:auto;
display:block;
border-radius:8px;
background:#222;
margin-bottom:25px;
}

.video-embed iframe{
width:100%;
height:300px;
border-radius:8px;
}

.band-info{
flex:1 1 420px;
max-width:560px;
}

.band-info h2{
font-size:36px;
margin-top:0;
}

.band-info h3{
font-size:28px;
margin-top:30px;
}

.band-info p{
font-size:20px;
line-height:1.7;
}

.band-members{
list-style:none;
padding:0;
margin:0;
}

.band-members li{
font-size:20px;
margin-bottom:10px;
}

.band-links{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:15px;
}

.band-links .button{
padding:12px 20px;
background:#ff004c;
color:white;
text-decoration:none;
border-radius:4px;
font-size:16px;
display:inline-block;
}

.band-status{
margin-top:30px;
padding:20px;
background:#1b1b1b;
border-radius:8px;
}

.band-contact{
margin-top:30px;
}

.featured-performance{
display:flex;
align-items:center;
justify-content:center;
gap:40px;
flex-wrap:wrap;
margin-top:30px;
}

.album-cover img{
width:220px;
height:220px;
object-fit:cover;
border-radius:8px;
background:#333;
}

.live-video{
max-width:500px;
text-align:center;
}

.live-video p{
font-size:20px;
margin-top:10px;
}

.live-video iframe{
width:100%;
height:280px;
border-radius:8px;
}

.news-scroller{
width:100%;
display:flex;
align-items:center;
background:#000;
border-top:2px solid #ff004c;
border-bottom:2px solid #ff004c;
overflow:hidden;
font-family:Arial, sans-serif;
height:30px;
box-sizing:border-box;
}

.news-label{
background:#ff004c;
color:#fff;
font-weight:bold;
padding:2px 10px;
text-align:center;
font-size:11px;
line-height:1;
flex-shrink:0;
display:flex;
align-items:center;
justify-content:center;
height:100%;
}

.news-track-wrapper{
overflow:hidden;
flex:1;
min-width:0;
height:100%;
display:flex;
align-items:center;
}

.news-track{
display:flex;
width:max-content;
animation:scroll-left 39s linear infinite;
will-change:transform;
}

.news-group{
display:flex;
white-space:nowrap;
flex-shrink:0;
}

.news-group a{
color:#00e5ff;
text-decoration:none;
font-weight:bold;
}

.news-group a:hover{
text-decoration:underline;
}

.news-group a:visited{
color:#00e5ff;
}

.news-group span{
margin-right:70px;
color:#fff;
font-weight:bold;
font-size:14px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.support-section{
text-align:center;
padding:10px 0 15px;
}

.support-text{
font-size:14px;
margin-bottom:8px;
opacity:0.85;
}

.support-text a{
color:#00e6ff;
text-decoration:none;
font-weight:500;
}

/* 🎬 VIDEO PAGE */

.video-player-wrap{
max-width:1000px;
margin:0 auto 30px;
padding:0 15px;
}

.main-video iframe{
width:100%;
height:320px;
border:0;
border-radius:10px;
}

.now-playing{
margin-top:12px;
text-align:center;
}

.video-browser{
max-width:1000px;
margin:0 auto;
padding:0 15px 30px;
display:grid;
gap:16px;
}

.video-item{
background:rgba(255,255,255,0.04);
border-radius:10px;
padding:14px;
text-align:center;
}

.video-item img{
width:100%;
max-width:320px;
border-radius:8px;
margin-bottom:10px;
}

.video-item h3{
margin:8px 0;
}

.video-item p{
margin:6px 0;
}

.video-item .button{
margin:6px 4px 0;
}

/* WATCH PAGE NAV + STICKY PLAYER */

.watch-nav-toggle{
display:none;
text-align:center;
margin:10px 0;
}

.watch-nav-toggle a{
color:#00e6ff;
text-decoration:none;
font-weight:500;
}

.watch-page .watch-nav-toggle{
display:block;
}

.watch-page #mainNav{
display:none;
}

.watch-page #mainNav.show-watch-nav{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:8px;
padding:12px 10px 20px 10px;
}

.watch-page .video-player-wrap{
position:sticky;
top:0;
z-index:200;
background:#111;
padding-top:10px;
padding-bottom:10px;
}

.watch-page .band-hero{
padding:12px 20px 18px;
}

.watch-page .band-main{
display:block;
max-width:1200px;
padding:40px 20px 70px;
}

/* WATCH PAGE VIDEO LIST */

.watch-page .video-browser{
max-width:1000px;
margin:0 auto;
padding:0 15px 30px;
display:flex;
flex-direction:column;
gap:14px;
}

.watch-page .video-item{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
background:rgba(255,255,255,0.04);
border-radius:10px;
padding:12px;
text-align:left;
}

.watch-page .video-item img{
width:110px;
height:70px;
object-fit:cover;
border-radius:8px;
margin-bottom:0;
flex-shrink:0;
}

.watch-page .video-item h3{
margin:0 0 4px;
font-size:18px;
}

.watch-page .video-item p{
margin:0;
font-size:14px;
opacity:0.9;
}

.watch-page .video-item .video-meta{
flex:1;
min-width:0;
}

.watch-page .video-item .video-actions{
display:flex;
flex-wrap:wrap;
gap:8px;
justify-content:flex-end;
flex-shrink:0;
}

.watch-page .video-item .button{
margin:0;
padding:10px 14px;
font-size:14px;
}

@media (min-width:768px){
.main-video iframe{
height:500px;
}

.video-browser{
grid-template-columns:repeat(2, 1fr);
}
}

/* MOBILE */

@media (max-width:768px){

.logo-area img{
height:190px;
}

.logo-area .tagline{
font-size:22px;
padding:0 12px;
margin-top:-4px;
}

nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:6px 14px;
padding:12px 10px 20px 10px;
}

nav a{
font-size:16px;
margin:4px 6px;
}

.hero{
padding:10px 20px 20px;
}

.hero h2{
font-size:30px;
}

.hero p{
font-size:22px;
}

.hero-buttons .button{
font-size:16px;
padding:12px 20px;
}

.featured h2,
.local-scene h2,
.how-it-works h2,
.cta h2,
.page-hero h2,
.profile-bio h3,
.profile-videos h3,
.form-page h2{
font-size:34px;
}

.video-card{
width:90%;
max-width:260px;
}

.video-card p{
font-size:18px;
}

.video-card img{
height:120px;
}

.scene-card{
width:90%;
max-width:280px;
}

.scene-card h3{
font-size:24px;
}

.scene-card p,
.scene-card a{
font-size:18px;
}

.steps{
gap:20px;
}

.steps h3{
font-size:26px;
}

.steps p{
font-size:18px;
}

.page-hero p,
.form-page p,
.profile-bio p,
.profile-info p{
font-size:18px;
}

.filters h3{
font-size:24px;
}

.filter-links a{
font-size:16px;
padding:10px 14px;
}

.profile-card{
width:90%;
max-width:320px;
}

.profile-card h3{
font-size:24px;
}

.profile-card p{
font-size:18px;
}

.profile-card .button,
.profile-info .button,
.cta a.button{
font-size:16px;
padding:12px 18px;
}

.profile-info h2{
font-size:34px;
}

.submission-form label{
font-size:18px;
}

.submission-form input,
.submission-form textarea,
.submission-form button{
font-size:16px;
}

footer{
font-size:16px;
}

.band-hero h1{
font-size:34px;
}

.band-hero p{
font-size:20px;
}

.featured-badge{
font-size:18px;
}

.band-main{
padding:30px 20px 60px;
gap:30px;
}

.video-embed iframe{
height:220px;
}

.band-info h2{
font-size:28px;
}

.band-info h3{
font-size:22px;
}

.band-info p,
.band-members li{
font-size:18px;
}

.band-links .button{
font-size:15px;
padding:10px 16px;
}

.watch-page .video-item{
gap:10px;
padding:10px;
}

.watch-page .video-item img{
width:90px;
height:60px;
}

.watch-page .video-item h3{
font-size:16px;
}

.watch-page .video-item p{
font-size:13px;
}

.watch-page .video-item .video-actions{
flex-direction:column;
align-items:stretch;
}

.watch-page .video-item .button{
font-size:13px;
padding:8px 12px;
}
}
.video-cta a {
  color: #00cfc8; /* teal */
  font-weight: bold;
  text-decoration: none;
}

.video-cta a:hover {
  text-decoration: underline;
}
.watch-psa {
  margin: 20px 0;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  color: #00e5ff;
  border: 1px solid #00e5ff;
  background: rgba(0, 229, 255, 0.08);
  border-radius: 6px;
  font-weight: bold;
}

/* 🎸 FALLING GUITAR + POPUP */

#falling-guitar-layer{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:9999;
}

.falling-guitar{
  position:fixed;
  top:-70px;
  font-size:42px;
  cursor:pointer;
  pointer-events:auto;
  user-select:none;
  z-index:10000;
  animation-name:guitarFall;
  animation-timing-function:linear;
  animation-fill-mode:forwards;
  text-shadow:0 0 8px rgba(255,255,255,0.35);
}

@keyframes guitarFall{
  0%{
    transform:translateY(0) rotate(0deg);
  }
  100%{
    transform:translateY(110vh) rotate(360deg);
  }
}

#guitar-popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.75);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:10001;
  padding:20px;
}

#guitar-popup{
  position:relative;
  width:min(92vw, 420px);
  background:#111;
  border:2px solid #00e5ff;
  border-radius:12px;
  padding:26px 20px 20px;
  text-align:center;
}

#guitar-popup-close{
  position:absolute;
  top:8px;
  right:10px;
  background:none;
  border:none;
  color:#fff;
  font-size:22px;
  cursor:pointer;
}

#guitar-popup-content h3{
  color:#00e5ff;
  margin-bottom:10px;
}

#guitar-popup-content p{
  font-size:18px;
}

#guitar-popup-tease{
  margin-top:12px;
  font-size:14px;
  opacity:0.75;
  color:#00e5ff;
}

#guitar-popup-skip{
  margin-top:18px;
  padding:10px 18px;
  border:none;
  background:#ff004c;
  color:#fff;
  border-radius:6px;
  cursor:pointer;
}
/* GEAR EXCHANGE */

.gear-hero{
  padding:50px 20px 30px;
}

.gear-hero h2{
  font-size:48px;
  margin-bottom:12px;
}

.gear-subtext{
  color:#fff;
  font-size:24px;
  max-width:900px;
  margin:0 auto 25px auto;
}

.gear-explainer{
  padding:20px;
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
  max-width:1200px;
  margin:0 auto 20px auto;
}

.gear-explainer-box{
  background:#222;
  border-radius:8px;
  padding:24px;
  width:300px;
  text-align:center;
}

.gear-explainer-box h3{
  font-size:28px;
  margin-top:0;
  margin-bottom:12px;
}

.gear-explainer-box p{
  font-size:20px;
  margin:0;
}

.section-intro{
  text-align:center;
  margin-bottom:25px;
}

.section-intro h2{
  font-size:42px;
  margin-bottom:10px;
}

.section-intro p{
  font-size:22px;
  margin:0;
}

.gear-card p{
  margin:8px 0;
}

.gear-rules{
  text-align:center;
  padding:30px 20px 70px;
}

.gear-rules h2{
  font-size:42px;
  margin-bottom:25px;
}

.gear-rules-grid{
  gap:25px;
}

.gear-form-note{
  color:#ffcc66;
  font-weight:bold;
}

.submission-form select{
  padding:14px;
  border:none;
  border-radius:4px;
  font-size:18px;
  background:#222;
  color:white;
}

.submission-form input[type="file"]{
  padding:14px;
  border:none;
  border-radius:4px;
  font-size:18px;
  background:#222;
  color:white;
}

.payment-page{
  padding-top:30px;
  padding-bottom:60px;
}

.payment-box{
  margin:30px 0;
}

.payment-note{
  font-size:20px;
  max-width:700px;
  margin:0 auto;
}

@media (max-width:768px){

  .gear-hero h2{
    font-size:36px;
  }

  .gear-subtext{
    font-size:20px;
  }

  .gear-explainer-box{
    width:90%;
    max-width:320px;
  }

  .gear-explainer-box h3{
    font-size:24px;
  }

  .gear-explainer-box p{
    font-size:18px;
  }

  .section-intro h2,
  .gear-rules h2{
    font-size:34px;
  }

  .section-intro p,
  .payment-note{
    font-size:18px;
  }

  .submission-form select,
  .submission-form input[type="file"]{
    font-size:16px;
  }
}
.gear-explainer{
  padding:20px;
  display:flex;
  justify-content:center;
  gap:22px;
  flex-wrap:wrap;
  max-width:900px;
  margin:0 auto 20px auto;
}
.gear-mini-note{
  font-size:18px;
  color:#aaa;
  max-width:800px;
  margin:20px auto 0 auto;
}

@media (max-width:768px){
  .gear-mini-note{
    font-size:16px;
    padding:0 10px;
  }
}
.payment-page{
  max-width:800px;
  margin:0 auto;
  padding:50px 20px 70px;
  text-align:center;
}

.payment-page h2{
  font-size:42px;
  margin-bottom:20px;
}

.payment-page p{
  font-size:24px;
  max-width:760px;
  margin:0 auto 22px auto;
  line-height:1.6;
}

.payment-highlight{
  color:#fff;
}

.payment-box{
  margin:30px 0 25px;
}

.payment-box .button{
  font-size:22px;
  padding:16px 34px;
}

.payment-note{
  color:#aaa;
  font-size:20px;
}

.payment-back-link{
  margin-top:35px;
}

.payment-back-link a{
  color:#00e5ff;
  text-decoration:none;
  font-size:20px;
}

.payment-back-link a:hover{
  text-decoration:underline;
}

@media (max-width:768px){
  .payment-page{
    padding:35px 20px 60px;
  }

  .payment-page h2{
    font-size:34px;
  }

  .payment-page p{
    font-size:20px;
  }

  .payment-box .button{
    font-size:18px;
    padding:14px 24px;
  }

  .payment-note,
  .payment-back-link a{
    font-size:18px;
  }
}
@media (max-width:768px){
  .watch-nav-toggle{
    display:block;
    text-align:center;
    margin:10px 0;
  }

  #mainNav{
    display:none;
  }

  #mainNav.show-watch-nav{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:6px 14px;
    padding:12px 10px 20px 10px;
  }
}
.path-section{
  padding:30px 20px 50px;
  text-align:center;
}

.path-section h2{
  font-size:42px;
  margin-bottom:25px;
}

.path-grid{
  display:flex;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
  max-width:1100px;
  margin:0 auto;
}

.path-card{
  background:#222;
  padding:30px 25px;
  width:420px;
  max-width:100%;
  border-radius:8px;
  text-align:center;
}

.path-card h3{
  font-size:30px;
  margin-bottom:14px;
}

.path-card p{
  font-size:22px;
  margin-bottom:22px;
}

@media (max-width:768px){
  .path-section{
    padding:20px 20px 40px;
  }

  .path-section h2{
    font-size:34px;
  }

  .path-card{
    width:100%;
    max-width:340px;
    padding:24px 20px;
  }

  .path-card h3{
    font-size:24px;
  }

  .path-card p{
    font-size:18px;
  }
}
/* 🔽 HEADER TIGHTEN */
  .logo-area{
    padding:5px 0 0 0;
  }

  .logo-area img{
    height:120px;
  }

  .logo-area .tagline{
    font-size:18px;
    margin-top:-2px;
  }
