
:root{
  --black:#050505;
  --panel:#111;
  --panel2:#181818;
  --white:#f6f6f4;
  --muted:#bdbdbd;
  --red:#d71920;
  --gold:#d8aa2f;
  --line:#303030;
  --max:1360px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 36px));margin:auto}

/* Home hero */
.hero{position:relative;background:#000}
.hero img.hero-photo{width:100%;height:68vh;object-fit:cover;object-position:center top}
.hero-logo{
  position:absolute;top:24px;left:28px;width:min(460px,44vw);
  filter:drop-shadow(0 2px 3px rgba(0,0,0,.85))
}

/* Navigation */
.site-nav{position:sticky;top:0;z-index:20;background:#050505;border-block:1px solid #292929}
.nav-inner{min-height:76px;display:flex;justify-content:center;align-items:center}
.menu{display:flex;gap:clamp(26px,4vw,62px);font-size:clamp(1rem,1.5vw,1.4rem);font-weight:900;text-transform:uppercase}
.menu a{padding:22px 0 18px;border-bottom:4px solid transparent}
.menu a:hover,.menu a.active{color:var(--red);border-bottom-color:var(--red)}
.menu-toggle{display:none;background:#050505;border:1px solid #555;color:#fff;padding:10px 14px;font-weight:900}

/* Shared sections */
section{padding:36px 0}
.section-title{text-align:center;text-transform:uppercase;font-size:clamp(1.8rem,3vw,2.7rem);margin:0 0 22px}
.section-kicker{text-align:center;text-transform:uppercase;color:var(--gold);font-weight:900;letter-spacing:.12em}
.button{display:inline-block;background:#050505;border:1px solid var(--gold);padding:10px 20px;text-transform:uppercase;font-weight:900}
.button:hover,.button.primary{background:var(--gold);color:#050505}
.button.red{background:var(--red);border-color:var(--red);color:#fff}

.page-hero{position:relative;min-height:126px;padding:28px 0 24px;background:#180006;border-bottom:1px solid #351117;text-align:center;display:flex;align-items:center}
.page-hero h1{margin:0;text-transform:uppercase;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}
.page-hero p{color:#ddd}

/* Home cards */
.shows-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.show-card{background:#111;border:1px solid var(--gold);min-height:164px;display:flex}
.date{background:var(--red);padding:12px;min-width:88px;text-align:center;font-weight:900}
.date .mon{font-size:1.05rem}
.date .day{font-size:2.5rem;line-height:1}
.show-info{padding:14px}
.show-info h3{margin:0 0 6px;text-transform:uppercase}
.place{color:#fff}
.time{color:var(--gold);margin-top:7px}
.view-all{text-align:center;color:var(--gold);font-weight:900;text-transform:uppercase;margin-top:18px}

.home-intro{background:#0b0b0b;border-block:1px solid #222}
.home-intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}
.home-intro h2{text-transform:uppercase;font-size:2rem;margin-top:0}
.home-intro p{color:#ddd}
.home-video{background:#111;border:1px solid #333;padding:12px}.home-video-title{margin:0 0 10px;text-transform:uppercase;color:var(--red);font-size:1.1rem;letter-spacing:.04em}.home-featured-video{width:100%;display:block}

/* Shows page */
.show-list{display:grid;gap:16px}
.show-row{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:22px;background:#111;border:1px solid #343434;padding-right:22px}
.show-date-large{align-self:stretch;display:grid;place-items:center;text-align:center;background:var(--red);font-weight:900;padding:14px}
.show-date-large .day{font-size:3rem;line-height:1}
.show-main h2{margin:0;text-transform:uppercase}
.show-location{color:var(--gold);font-weight:800}
.show-actions{display:flex;gap:10px;flex-wrap:wrap}

/* Band page */
.band-intro,.artist-intro{max-width:860px;margin:0 auto 28px;text-align:center;color:#ddd}
.member-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.member-card{background:#111;border:1px solid var(--gold);overflow:hidden}
.member-photo{aspect-ratio:4/5;background:#1b1b1b;display:block}
.member-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.member-copy{padding:16px}
.member-copy h2{margin:0;color:var(--red);text-transform:uppercase}
.member-role{color:#fff;font-weight:700}
.member-copy p{margin:10px 0 0;color:#d7d7d7;font-size:.95rem;line-height:1.5}

/* Videos / photos / music / booking / contact */
.video-feature,.video-card,.photo-card,.artist,.content-card,.info-item{background:#111;border:1px solid #303030}
.video-frame,.video-thumb{aspect-ratio:16/9;background:#1b1b1b;display:grid;place-items:center;color:var(--gold)}
.video-frame{font-size:4rem}
.video-thumb{font-size:2rem}
.video-copy{padding:20px}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.video-card h3{padding:12px;margin:0}
.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.photo-placeholder{aspect-ratio:4/3;background:#1b1b1b;display:grid;place-items:center;color:#777;text-transform:uppercase;font-weight:800}
.photo-card p{padding:12px;margin:0;color:#ccc}
.artist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.artist{padding:16px;text-align:center;font-weight:800}
.booking-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}
.content-card{padding:26px}
.info-list{display:grid;gap:12px}
.info-item{padding:18px}
form{display:grid;gap:14px}
input,textarea,select{width:100%;padding:12px;background:#0d0d0d;border:1px solid #444;color:#fff;font:inherit}
textarea{min-height:145px}

/* Footer */
.footer{background:#070707;border-top:1px solid #333;padding:28px 0 10px}
.footer-grid{display:grid;grid-template-columns:1.05fr 1.15fr .95fr .8fr;gap:34px}
.footer-logo{max-width:250px}
.footer h3{color:var(--gold);text-transform:uppercase;margin:0 0 10px}
.footer p,.footer li{margin:5px 0;color:#ddd}
.footer ul{list-style:none;padding:0;margin:0}
.socials{display:flex;gap:12px;align-items:center}
.socials a{width:44px;height:44px;border:0;border-radius:50%;display:grid;place-items:center;line-height:0;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
.socials img{display:block;width:100%;height:100%;border-radius:50%}
.socials a:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 5px 12px rgba(0,0,0,.35)}
.socials a:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.copyright{text-align:center;border-top:1px solid #222;margin-top:24px;padding-top:14px;color:#bbb}

/* Responsive */
@media(max-width:1000px){
  .member-grid{grid-template-columns:repeat(3,1fr)}
  .artist-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  .shows-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .video-grid,.photo-grid{grid-template-columns:repeat(2,1fr)}
  .booking-grid,.home-intro-grid{grid-template-columns:1fr}
}
@media(max-width:720px){
  .hero-logo{top:14px;left:14px;width:240px}
  .nav-inner{justify-content:flex-end;min-height:60px}
  .menu-toggle{display:block}
  .menu{display:none;position:absolute;top:60px;left:0;right:0;background:#050505;flex-direction:column;gap:0}
  .menu.open{display:flex}
  .menu a{text-align:center;padding:14px}
  .shows-grid,.video-grid,.photo-grid,.member-grid,.artist-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .show-row{grid-template-columns:90px 1fr}
  .show-actions{grid-column:1/-1;padding:0 0 14px 106px}
}

/* V9 band page fix */
.member-photo{aspect-ratio:4/5;display:block;background:#1b1b1b;overflow:hidden}
.member-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.member-copy p{margin:10px 0 0;color:#d7d7d7;font-size:.95rem;line-height:1.5}


/* V12 responsive photo gallery */
.gallery-section{padding-top:28px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:10px}
.gallery-item{position:relative;overflow:hidden;border:1px solid #2d2d2d;background:#111;padding:0;cursor:pointer;min-width:0}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease,filter .22s ease}
.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.025);filter:brightness(1.08)}
.gallery-item:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.gallery-item.tall{grid-row:span 2}
.gallery-item.wide{grid-column:span 2}
.gallery-item.square{grid-row:span 2}
.gallery-extra{display:none}
.gallery-extra.is-visible{display:block}
.gallery-controls{text-align:center;margin-top:24px}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;padding:28px}
.lightbox.open{display:flex}
.lightbox img{max-width:min(92vw,1500px);max-height:88vh;object-fit:contain;box-shadow:0 0 0 1px #333}
.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:0;background:rgba(0,0,0,.45);color:#fff;cursor:pointer;font-size:2.2rem;line-height:1}
.lightbox-close{top:18px;right:22px;width:48px;height:48px}
.lightbox-prev,.lightbox-next{top:50%;transform:translateY(-50%);width:52px;height:72px}
.lightbox-prev{left:18px}.lightbox-next{right:18px}
@media(max-width:1000px){.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:170px}}
@media(max-width:720px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px;gap:8px}.gallery-item.wide{grid-column:span 2}.lightbox{padding:12px}.lightbox-prev,.lightbox-next{width:42px;height:60px;font-size:1.8rem}.lightbox-prev{left:4px}.lightbox-next{right:4px}}
@media(max-width:460px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px}.gallery-item,.gallery-item.tall,.gallery-item.wide,.gallery-item.square{grid-column:span 1;grid-row:span 1}}


/* V13 show schedule refinements */
.show-address{color:#d0d0d0;margin-top:4px}.show-time{color:var(--gold);font-weight:800;margin-top:8px}.show-date-large .day{font-size:2.35rem}@media(max-width:720px){.show-row{padding-right:12px}.show-main{padding:12px 0}.show-actions{padding-left:102px}}


/* V15 Media page */
.media-intro{padding:24px 0 8px;text-align:center}
.media-jumps{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.media-note{max-width:820px;margin:18px auto 0;color:#cfcfcf}
.featured-media-card{display:grid;grid-template-columns:1.6fr .8fr;background:#111;border:1px solid #333}
.video-poster{width:100%;min-height:230px;border:0;background:#1b1b1b;color:#fff;display:grid;place-items:center;align-content:center;gap:10px;cursor:pointer;font:inherit}
.featured-poster{min-height:420px}
.video-poster:hover{background:#202020}
.play-icon{width:72px;height:72px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:2rem;padding-left:5px}
.video-label{font-weight:900;text-transform:uppercase;font-size:1.15rem}
.video-runtime{color:#bdbdbd;font-size:.9rem}
.video-copy{padding:28px;align-self:center}
.video-copy h3{font-size:1.8rem;margin:0 0 10px;text-transform:uppercase}
.media-subheading{text-transform:uppercase;margin:34px 0 16px}
.media-video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.media-video-card{background:#111;border:1px solid #303030}
.media-video-card h3{margin:0;padding:13px;text-transform:uppercase;font-size:1rem}
.audio-section{background:#0b0b0b;border-top:1px solid #252525}
.audio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.audio-card{display:grid;gap:10px;background:#111;border:1px solid #333;padding:18px;min-width:0}
.audio-card h3{margin:0;text-transform:uppercase;color:var(--red)}
.audio-card audio{display:block;width:100%;max-width:100%;height:40px}
.placeholder-disclaimer{margin:22px auto 0;max-width:900px;text-align:center;color:#aaa;font-size:.92rem}
.video-poster.loaded{background:#090909;min-height:230px}
.video-poster.loaded .play-icon{display:none}
.video-poster.loaded .video-label:after{content:' — player will load here';color:var(--gold)}
@media(max-width:1000px){.media-video-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.featured-media-card{grid-template-columns:1fr}.featured-poster{min-height:300px}.audio-grid{grid-template-columns:1fr}}
@media(max-width:600px){.media-video-grid{grid-template-columns:1fr}.video-poster{min-height:210px}.featured-poster{min-height:250px}.video-copy{padding:20px}}

.page-logo{position:absolute;left:24px;top:50%;transform:translateY(-50%);width:190px;z-index:2}
.page-logo img{width:100%;height:auto;filter:drop-shadow(0 2px 3px rgba(0,0,0,.8))}
@media(max-width:900px){
  .page-hero{min-height:112px;padding:24px 0 20px}
  .page-logo{width:145px;left:18px}
  .page-hero .container{padding-left:150px;padding-right:12px}
}
@media(max-width:600px){
  .page-hero{min-height:96px;padding:18px 0}
  .page-logo{width:105px;left:12px}
  .page-hero .container{padding-left:112px;padding-right:8px}
  .page-hero h1{font-size:clamp(1.45rem,7vw,2.2rem)}
  .page-hero .section-kicker,.page-hero p{font-size:.8rem;margin:3px 0}
}



/* V21 compact homepage with navigation overlaid on a taller hero */
.home-page .hero{
  width:min(var(--max),calc(100% - 36px));
  margin:0 auto;
  overflow:hidden;
}
.home-page .hero-nav{
  position:absolute;
  inset:0 0 auto 0;
  z-index:10;
  background:linear-gradient(to bottom,rgba(0,0,0,.88),rgba(0,0,0,.58) 72%,rgba(0,0,0,0));
  border:0;
}
.home-page .hero-logo{z-index:5}

@media (min-width:901px){
  .home-page .hero img.hero-photo{
    height:clamp(410px,40vw,560px);
    object-position:center top;
  }
  .home-page .hero-logo{
    top:44px;
    left:20px;
    width:min(390px,38vw);
  }
  .home-page .hero-nav .nav-inner{min-height:46px}
  .home-page .hero-nav .menu{
    gap:clamp(18px,2.7vw,40px);
    font-size:clamp(.76rem,1vw,.94rem);
  }
  .home-page .hero-nav .menu a{
    padding:10px 0 8px;
    border-bottom-width:2px;
  }

  .home-page main > section:first-child{padding:10px 0 9px}
  .home-page .section-title{
    font-size:clamp(1.15rem,1.7vw,1.55rem);
    margin-bottom:8px;
    line-height:1;
  }
  .home-page .shows-grid{gap:8px}
  .home-page .show-card{min-height:76px}
  .home-page .date{
    min-width:52px;
    padding:5px 5px;
  }
  .home-page .date .mon{font-size:.68rem;line-height:1}
  .home-page .date .day{font-size:1.42rem;line-height:1.05}
  .home-page .show-info{
    padding:6px 7px;
    font-size:.72rem;
    line-height:1.18;
  }
  .home-page .show-info h3{
    margin:0 0 2px;
    font-size:.75rem;
    line-height:1.12;
  }
  .home-page .time{margin-top:2px}
  .home-page .view-all{margin-top:6px;font-size:.7rem}

  .home-page .home-intro{padding:12px 0;width:min(var(--max),calc(100% - 36px));margin-inline:auto}
  .home-page .home-intro-grid{grid-template-columns:1.2fr .8fr;gap:20px}
  .home-page .home-intro h2{font-size:1.42rem;line-height:1.1;margin:0 0 6px}
  .home-page .home-intro p{margin:0 0 8px;font-size:.86rem;line-height:1.32}
  .home-page .button{padding:6px 13px;font-size:.78rem}
  .home-page .home-video{aspect-ratio:auto;min-height:auto;padding:10px}

  .home-page .footer{padding:12px 0 6px}
  .home-page .footer-grid{grid-template-columns:1fr 1.2fr .9fr .8fr;gap:19px;align-items:start}
  .home-page .footer-logo{max-width:175px}
  .home-page .footer h3{margin-bottom:4px;font-size:.82rem}
  .home-page .footer p,.home-page .footer li{margin:1px 0;font-size:.77rem;line-height:1.25}
  .home-page .socials{gap:7px}
  .home-page .socials a{width:36px;height:36px}
  .home-page .copyright{margin-top:8px;padding-top:5px;font-size:.7rem}
}

@media (min-width:901px) and (max-height:850px){
  .home-page .hero img.hero-photo{height:clamp(390px,38vw,500px)}
  .home-page .hero-logo{top:40px;width:min(335px,34vw)}
  .home-page .hero-nav .nav-inner{min-height:42px}
  .home-page .hero-nav .menu{font-size:.72rem;gap:clamp(15px,2.35vw,34px)}
  .home-page .hero-nav .menu a{padding:8px 0 7px}
  .home-page main > section:first-child{padding:7px 0 6px}
  .home-page .section-title{font-size:1.05rem;margin-bottom:6px}
  .home-page .show-card{min-height:65px}
  .home-page .date{min-width:46px;padding:4px}
  .home-page .date .mon{font-size:.61rem}
  .home-page .date .day{font-size:1.22rem}
  .home-page .show-info{padding:4px 5px;font-size:.66rem}
  .home-page .show-info h3{font-size:.68rem;margin-bottom:1px}
  .home-page .view-all{margin-top:4px;font-size:.64rem}
  .home-page .home-intro{padding:8px 0}
  .home-page .home-intro h2{font-size:1.18rem;margin-bottom:3px}
  .home-page .home-intro p{font-size:.75rem;line-height:1.25;margin-bottom:5px}
  .home-page .button{padding:4px 10px;font-size:.68rem}
  .home-page .home-video{min-height:auto;padding:8px}
  .home-page .footer{padding:7px 0 4px}
  .home-page .footer-grid{gap:13px}
  .home-page .footer-logo{max-width:140px}
  .home-page .footer h3{font-size:.7rem;margin-bottom:2px}
  .home-page .footer p,.home-page .footer li{font-size:.64rem;margin:0}
  .home-page .socials a{width:34px;height:34px}
  .home-page .copyright{margin-top:4px;padding-top:3px;font-size:.61rem}
}

@media (max-width:900px){
  .home-page .hero{width:min(var(--max),calc(100% - 24px))}
  .home-page .home-intro{width:min(var(--max),calc(100% - 24px))}
  .home-page .hero img.hero-photo{height:clamp(340px,56vw,470px)}
  .home-page .hero-nav{background:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.35),transparent)}
  .home-page .hero-nav .nav-inner{min-height:56px}
  .home-page .hero-logo{top:48px;left:16px}
}
@media (max-width:720px){
  .home-page .hero-nav .menu{top:56px;background:rgba(5,5,5,.96)}
}
@media (max-width:600px){
  .home-page .hero{width:100%}
  .home-page .home-intro{width:100%}
  .home-page .hero img.hero-photo{height:clamp(280px,68vw,390px)}
  .home-page .hero-logo{top:48px;left:12px;width:210px}
}


/* V24 site-wide constrained page presentation */
@media (min-width:601px){
  .interior-page .page-hero,
  .interior-page .site-nav,
  .interior-page main > section,
  .interior-page .footer{
    width:min(var(--max),calc(100% - 36px));
    margin-inline:auto;
  }
  .interior-page main > section > .container,
  .interior-page .footer > .container{
    width:100%;
  }
}
@media (min-width:601px) and (max-width:900px){
  .interior-page .page-hero,
  .interior-page .site-nav,
  .interior-page main > section,
  .interior-page .footer{
    width:min(var(--max),calc(100% - 24px));
  }
}


/* V25 interior headers: shared hero image with home-style overlaid navigation */
.interior-page .interior-hero{position:relative;width:min(var(--max),calc(100% - 36px));min-height:190px;margin-inline:auto;overflow:hidden;border-bottom:1px solid #303030;background-image:linear-gradient(rgba(0,0,0,.64),rgba(0,0,0,.82)),url('hero-band.jpg');background-size:cover;background-position:center 38%}
.interior-page .interior-hero::before{content:'';position:absolute;inset:-10px;background:inherit;background-size:cover;background-position:center 38%;filter:blur(3px);transform:scale(1.03);z-index:0}
.interior-page .interior-hero-nav{position:absolute;inset:0 0 auto 0;width:100%;margin:0;z-index:10;border:0;background:linear-gradient(to bottom,rgba(0,0,0,.92),rgba(0,0,0,.58) 72%,rgba(0,0,0,0))}
.interior-page .interior-hero-nav .nav-inner{min-height:46px}
.interior-page .interior-hero-nav .menu{gap:clamp(18px,2.7vw,40px);font-size:clamp(.76rem,1vw,.94rem)}
.interior-page .interior-hero-nav .menu a{padding:10px 0 8px;border-bottom-width:2px}
.interior-page .interior-hero-logo{position:absolute;top:54px;left:20px;width:210px;z-index:5}
.interior-page .interior-hero-logo img{width:100%;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.9))}
.interior-page .interior-hero-title{position:absolute;inset:48px 220px 0;display:grid;place-items:center;z-index:4;text-align:center}
.interior-page .interior-hero-title h1{margin:0;text-transform:uppercase;font-size:clamp(2rem,4vw,3.35rem);line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.9)}
@media(max-width:900px){.interior-page .interior-hero{width:min(var(--max),calc(100% - 24px));min-height:165px}.interior-page .interior-hero-logo{top:56px;left:16px;width:160px}.interior-page .interior-hero-title{inset:52px 150px 0 175px}.interior-page .interior-hero-nav .nav-inner{min-height:56px}}
@media(max-width:720px){.interior-page .interior-hero-nav .menu{top:56px;background:rgba(5,5,5,.97)}.interior-page .interior-hero{min-height:150px}.interior-page .interior-hero-logo{top:58px;width:125px}.interior-page .interior-hero-title{inset:58px 18px 0 145px}.interior-page .interior-hero-title h1{font-size:clamp(1.6rem,8vw,2.3rem)}}
@media(max-width:600px){.interior-page .interior-hero{width:100%}}


/* V26 requested page refinements */
/* Home */
.home-page .home-intro-action{text-align:center}
.home-page .home-intro-action .button{font-size:calc(.78rem * 1.15);padding:calc(6px * 1.15) calc(13px * 1.15)}
@media (min-width:901px) and (max-height:850px){.home-page .home-intro-action .button{font-size:calc(.68rem * 1.15);padding:calc(4px * 1.15) calc(10px * 1.15)}}

/* Shows */
.shows-page .interior-hero-title h1{font-size:clamp(1.8rem,3vw,2.6rem)}
.shows-page main>section{padding:24px 0}
.shows-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);gap:24px;align-items:start}
.shows-page .show-list{gap:8px}
.shows-page .show-row{grid-template-columns:66px minmax(0,1fr) auto;gap:10px;min-height:82px;padding-right:10px}
.shows-page .show-date-large{padding:6px;font-size:.72rem}
.shows-page .show-date-large .day{font-size:1.55rem}
.shows-page .show-main{padding:7px 0;font-size:.76rem;line-height:1.25}
.shows-page .show-main h2{font-size:.98rem;line-height:1.12;margin:0 0 3px}
.shows-page .show-address{margin-top:2px}
.shows-page .show-time{margin-top:3px}
.shows-page .show-actions .button{padding:5px 9px;font-size:.7rem}
.member-rotation{position:sticky;top:18px;align-self:start}
.member-rotation-frame{position:relative;aspect-ratio:4/5;max-height:680px;overflow:hidden;border:1px solid var(--gold);background:#111}
.member-rotation-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1.3s ease}
.member-rotation-frame img.is-active{opacity:1}
@media(max-width:900px){.shows-layout{grid-template-columns:minmax(0,1fr) minmax(230px,.72fr)}.shows-page .show-row{grid-template-columns:58px minmax(0,1fr);padding-right:8px}.shows-page .show-actions{grid-column:2;padding:0 0 7px}.member-rotation{top:12px}}
@media(max-width:720px){.shows-layout{grid-template-columns:1fr}.member-rotation{position:relative;top:auto;order:-1;max-width:380px;width:100%;margin:0 auto 8px}.shows-page .show-row{grid-template-columns:60px minmax(0,1fr)}.shows-page .show-actions{padding-left:0}}
@media(prefers-reduced-motion:reduce){.member-rotation-frame img{transition:none}}

/* Media */
.media-page #videos,.media-page #audio{padding:24px 0}
.media-page .media-section-title{font-size:clamp(1.35rem,2.2vw,1.65rem);margin-bottom:14px}
.featured-media-card-solo{display:block;max-width:900px;margin:0 auto}
.featured-media-card-solo .featured-poster{min-height:clamp(280px,38vw,480px)}
.media-page .audio-section{border-top:1px solid #252525}

/* Photos: masonry-style natural-height thumbnails */
.photos-page .gallery-grid{display:block;columns:4 220px;column-gap:10px}
.photos-page .gallery-item{display:block;width:100%;height:auto;margin:0 0 10px;break-inside:avoid;aspect-ratio:auto;grid-column:auto;grid-row:auto}
.photos-page .gallery-item img{width:100%;height:auto;object-fit:contain}
.photos-page .gallery-extra{display:none}
.photos-page .gallery-extra.is-visible{display:block}
@media(max-width:720px){.photos-page .gallery-grid{columns:2 160px;column-gap:8px}.photos-page .gallery-item{margin-bottom:8px}}
@media(max-width:460px){.photos-page .gallery-grid{columns:1}}

/* Band */
.band-page .band-intro{max-width:940px;margin-bottom:22px}
.band-intro-paragraph{display:block}
.band-intro-paragraph+.band-intro-paragraph{margin-top:12px}

/* Contact */
.contact-page main>section{padding:22px 0}
.contact-page .booking-grid{grid-template-columns:1.25fr .75fr;gap:18px;align-items:start}
.contact-page .content-card{padding:18px 20px}
.contact-page .content-card h2{margin:0 0 10px;font-size:1.25rem}
.compact-contact-form{gap:8px}
.contact-form-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}
.compact-contact-form label{font-size:.82rem;font-weight:700}
.compact-contact-form input,.compact-contact-form select,.compact-contact-form textarea{padding:7px 9px;margin-top:3px;min-height:36px}
.compact-contact-form .form-field-full{grid-column:1/-1}
.compact-contact-form textarea{min-height:86px;resize:vertical}
.compact-contact-form .button{justify-self:start;padding:7px 14px;font-size:.82rem}
.contact-page .content-card>p{margin:9px 0;font-size:.9rem}
@media(max-width:760px){.contact-page .booking-grid{grid-template-columns:1fr}.contact-form-fields{grid-template-columns:1fr}.compact-contact-form .form-field-full{grid-column:auto}}


/* V27 refinements */
/* Shared compact interior-page title scale */
.media-page .interior-hero-title h1,
.photos-page .interior-hero-title h1,
.band-page .interior-hero-title h1{
  font-size:clamp(1.8rem,3vw,2.6rem);
}

/* Media: tighter sample audio cards */
.media-page .audio-grid{gap:10px}
.media-page .audio-card{gap:8px;padding:12px 13px}
.media-page .audio-card h3{font-size:.95rem;line-height:1.1}
.media-page .audio-card audio{height:38px}

/* Band: tighter, emphasized introduction without long italic copy */
.band-page main>section{padding-top:20px}
.band-page .band-intro{
  max-width:900px;
  margin:0 auto 16px;
  padding:10px 18px 10px 20px;
  border-left:3px solid var(--gold);
  text-align:left;
  line-height:1.42;
  background:linear-gradient(90deg,rgba(216,170,47,.07),rgba(216,170,47,0));
}
.band-page .band-intro-lead{font-weight:600}
.band-page .band-intro-paragraph+.band-intro-paragraph{margin-top:7px}

/* Footer: compact two-column Quick Links aligned with logo height */
.footer-grid{align-items:start}
.footer-quick-links h3{margin-bottom:7px}
.footer-quick-links ul.quick-links-grid{
  display:grid;
  grid-template-columns:max-content max-content;
  column-gap:18px;
  row-gap:3px;
  margin:0;
  padding:0;
  list-style:none;
}
.footer-quick-links ul.quick-links-grid li{margin:0;line-height:1.25}
@media(max-width:720px){
  .footer-quick-links ul.quick-links-grid{grid-template-columns:repeat(2,max-content)}
}
@media(max-width:420px){
  .footer-quick-links ul.quick-links-grid{grid-template-columns:1fr}
}


/* V28 refinements */
/* Home: give the promo area more presence and clear Joan's face with the logo */
@media (min-width:901px){
  .home-page .home-intro{padding:18px 0}
  .home-page .home-intro-grid{gap:26px}
  .home-page .home-video{min-height:auto}
  .home-page .hero-logo{left:6px;top:38px;width:min(355px,35vw)}
}
@media (min-width:901px) and (max-height:850px){
  .home-page .home-intro{padding:12px 0}
  .home-page .home-video{min-height:auto}
  .home-page .hero-logo{left:5px;top:36px;width:min(310px,31vw)}
}
@media (max-width:900px){
  .home-page .hero-logo{left:8px;top:44px;width:min(300px,38vw)}
}
@media (max-width:600px){
  .home-page .hero-logo{left:6px;top:46px;width:190px}
}

/* Band: only the band name is emphasized */
.band-page .band-intro-lead{font-weight:400}
.band-page .band-intro strong{font-weight:800;color:#fff}
.band-page .member-card:first-child .member-photo img{object-position:46% center}

/* Music: compact, borderless artist roster with a lively condensed display stack */
.music-page main>section{padding:24px 0}
.music-page .artist-intro{margin-bottom:16px}
.music-page .artist-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:5px 24px;
}
.music-page .artist{
  position:relative;
  padding:5px 4px 5px 15px;
  border:0;
  background:transparent;
  text-align:left;
  font-family:"Arial Narrow",Impact,"Franklin Gothic Condensed",Arial,sans-serif;
  font-size:1.08rem;
  font-weight:700;
  letter-spacing:.025em;
  line-height:1.2;
}
.music-page .artist::before{
  content:'•';
  position:absolute;
  left:1px;
  color:var(--gold);
}
@media(max-width:1000px){.music-page .artist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.music-page .artist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 18px}}
@media(max-width:430px){.music-page .artist-grid{grid-template-columns:1fr}}

/* Booking: delineate the live-entertainment and EPK subjects */
.booking-page .booking-divider{
  height:1px;
  margin:22px 0 18px;
  background:linear-gradient(90deg,transparent,rgba(216,170,47,.9),transparent);
}
.booking-page .epk-section{margin:0;padding:0}
.booking-page .epk-section h2{color:var(--gold);margin-top:0}


/* V29 Contact and Music refinements */
/* Contact: improve legibility while preserving the compact two-column form */
.contact-page .content-card h2{font-size:1.38rem}
.compact-contact-form label{font-size:1rem;line-height:1.25}
.compact-contact-form input,
.compact-contact-form select,
.compact-contact-form textarea{font-size:1rem;line-height:1.25}
.compact-contact-form .button{font-size:.95rem}
.contact-page .form-prototype-note{font-size:.78rem;color:#aaa;margin-bottom:0}
.contact-page .direct-contact-card p{font-size:1.08rem;line-height:1.45;margin:13px 0}
.contact-page .direct-contact-card strong{font-size:1.02rem;color:var(--gold)}
.contact-page .direct-contact-card a{text-decoration:none;color:#fff}
.contact-page .direct-contact-card a:hover,
.contact-page .direct-contact-card a:focus-visible{color:var(--gold);text-decoration:underline}

/* Music: retain four desktop columns with slightly larger artist names */
.music-page .artist{font-size:1.18rem}


/* V30 home tagline, gallery controls, music intro, and booking services */
.home-page .home-tagline{
  margin:0 0 7px;
  color:var(--red);
  font-size:1.04rem;
  font-style:italic;
  font-weight:700;
  letter-spacing:.02em;
}
@media (min-width:901px) and (max-height:850px){
  .home-page .home-tagline{font-size:.92rem;margin-bottom:5px}
}
.gallery-controls[hidden]{display:none}
.music-page .artist-intro-highlight{
  position:relative;
  max-width:980px;
  margin:0 auto 20px;
  padding:0 0 13px;
  color:#f1f1ef;
  font-size:1.18rem;
  font-weight:700;
  line-height:1.35;
}
.music-page .artist-intro-highlight strong{color:var(--red);font-weight:900}
.music-page .artist-intro-highlight::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:0;
  width:92px;
  height:2px;
  transform:translateX(-50%);
  background:var(--gold);
}
.booking-page .interior-hero-title h1{font-size:clamp(1.8rem,3vw,2.6rem)}
.booking-page .booking-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  align-items:start;
}
.booking-page .booking-services{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.booking-page .booking-service{
  min-height:148px;
  padding:18px 16px 16px;
  background:linear-gradient(145deg,#151515,#0d0d0d);
  border:1px solid rgba(216,170,47,.5);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.booking-page .booking-service:hover{
  transform:translateY(-2px);
  border-color:var(--red);
  background:linear-gradient(145deg,#1a1011,#0d0d0d);
}
.booking-page .booking-service-icon{
  color:var(--gold);
  font-size:1.45rem;
  line-height:1;
  margin-bottom:9px;
}
.booking-page .booking-service h3{
  margin:0 0 6px;
  color:#fff;
  font-size:1rem;
  text-transform:uppercase;
  letter-spacing:.025em;
}
.booking-page .booking-service p{
  margin:0;
  color:#cfcfcf;
  font-size:.88rem;
  line-height:1.35;
}
@media(max-width:1050px){
  .booking-page .booking-grid{grid-template-columns:1fr}
  .booking-page .booking-services{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .booking-page .booking-services{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:480px){
  .booking-page .booking-services{grid-template-columns:1fr}
}


/* V31 Booking page photo replacement */
.booking-page .booking-grid{align-items:start}
.booking-page .booking-photo{margin:0;background:#0a0a0a;border:1px solid rgba(216,170,47,.55);overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.3)}
.booking-page .booking-photo img{display:block;width:100%;height:auto;aspect-ratio:1283/869;object-fit:cover;object-position:center}
@media(max-width:900px){.booking-page .booking-photo{max-width:760px;margin-inline:auto}}

/* Featured self-hosted promo video */
.featured-video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#090909;object-fit:contain}
.featured-media-card-solo{overflow:hidden}

.home-page .home-video .featured-video{background:#090909}
@media(max-width:900px){.home-video-title{font-size:1rem;margin-bottom:8px}}
@media(max-width:600px){.home-video{padding:8px}.home-video-title{font-size:.95rem;margin-bottom:6px}}


/* V35 Home featured-video refinement */
.home-page .home-video{
  padding:0;
  overflow:hidden;
  background:#0d0d0d;
  border:1px solid rgba(216,170,47,.48);
  box-shadow:0 10px 26px rgba(0,0,0,.28);
}
.home-page .home-video-title{
  margin:0;
  padding:13px 15px 12px;
  color:#fff;
  font-size:1.08rem;
  line-height:1.1;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.home-page .home-video-title::after{
  content:"";
  display:block;
  width:48px;
  height:2px;
  margin-top:8px;
  background:var(--gold);
}
.home-page .home-featured-video{
  margin:0;
  border:0;
}
@media(max-width:900px){
  .home-page .home-video{padding:0}
  .home-page .home-video-title{padding:11px 13px 10px;font-size:1rem}
  .home-page .home-video-title::after{margin-top:7px;width:42px}
}
@media(max-width:600px){
  .home-page .home-video{padding:0}
  .home-page .home-video-title{padding:9px 11px 8px;font-size:.94rem}
  .home-page .home-video-title::after{margin-top:6px;width:38px}
}


/* V36 responsive mobile navigation and home-page refinements */
@media (max-width:900px){
  .home-page .hero-logo{
    top:max(8px,env(safe-area-inset-top));
    left:max(6px,env(safe-area-inset-left));
    width:clamp(155px,27vw,215px);
  }
  .home-page .shows-grid{gap:8px}
  .home-page .show-card{min-height:88px}
  .home-page .date{min-width:56px;padding:7px 5px}
  .home-page .date .mon{font-size:.72rem;line-height:1}
  .home-page .date .day{font-size:1.55rem;line-height:1.05}
  .home-page .show-info{padding:8px;font-size:.78rem;line-height:1.2}
  .home-page .show-info h3{font-size:.82rem;line-height:1.12;margin-bottom:3px}
  .home-page .time{margin-top:3px}
}

@media (max-width:720px){
  .nav-inner{position:relative;justify-content:flex-end;padding-inline:12px}
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    padding:0;
    border:1px solid rgba(255,255,255,.48);
    border-radius:4px;
    background:rgba(5,5,5,.82);
    color:#fff;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
  }
  .menu-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
  .hamburger-lines{width:25px;height:18px;display:flex;flex-direction:column;justify-content:space-between}
  .hamburger-lines span{display:block;width:100%;height:3px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease}
  .menu-toggle.is-open .hamburger-lines span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
  .menu-toggle.is-open .hamburger-lines span:nth-child(2){opacity:0}
  .menu-toggle.is-open .hamburger-lines span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
  .site-nav .menu,
  .home-page .hero-nav .menu,
  .interior-page .interior-hero-nav .menu{
    display:none;
    position:absolute;
    top:calc(100% + 4px);
    left:auto;
    right:max(12px,env(safe-area-inset-right));
    width:min(260px,calc(100vw - 24px));
    max-height:calc(100dvh - 76px - env(safe-area-inset-bottom));
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    flex-direction:column;
    gap:0;
    padding:6px 0 max(6px,env(safe-area-inset-bottom));
    background:rgba(5,5,5,.98);
    border:1px solid #444;
    border-radius:4px;
    box-shadow:0 12px 28px rgba(0,0,0,.55);
    z-index:100;
  }
  .site-nav .menu.open,
  .home-page .hero-nav .menu.open,
  .interior-page .interior-hero-nav .menu.open{display:flex}
  .site-nav .menu a,
  .home-page .hero-nav .menu a,
  .interior-page .interior-hero-nav .menu a{
    flex:0 0 auto;
    width:100%;
    padding:12px 18px;
    text-align:left;
    font-size:.96rem;
    line-height:1.2;
    border-bottom:1px solid #2d2d2d;
  }
  .site-nav .menu a:last-child,
  .home-page .hero-nav .menu a:last-child,
  .interior-page .interior-hero-nav .menu a:last-child{border-bottom:0}
  body.mobile-menu-open{overflow:hidden}

  .home-page .hero-logo{
    top:max(6px,env(safe-area-inset-top));
    left:max(5px,env(safe-area-inset-left));
    width:clamp(125px,38vw,165px);
  }
  .home-page main>section:first-child{padding:8px 0 7px}
  .home-page .section-title{margin-bottom:7px}
  .home-page .shows-grid{gap:7px}
  .home-page .show-card{min-height:70px}
  .home-page .date{min-width:48px;padding:5px 4px}
  .home-page .date .mon{font-size:.65rem}
  .home-page .date .day{font-size:1.32rem}
  .home-page .show-info{padding:6px 7px;font-size:.72rem;line-height:1.16}
  .home-page .show-info h3{font-size:.76rem;line-height:1.1;margin-bottom:2px}
  .home-page .time{margin-top:2px}
  .home-page .view-all{margin-top:7px}
}

@media (max-width:420px){
  .home-page .hero-logo{width:135px}
  .home-page .show-card{min-height:66px}
  .home-page .date{min-width:45px}
  .home-page .show-info{font-size:.69rem}
  .home-page .show-info h3{font-size:.72rem}
}

@media (prefers-reduced-motion:reduce){
  .hamburger-lines span{transition:none}
}


/* V37 mobile/tablet navigation corrections */
@media (max-width:900px), (min-width:901px) and (max-width:1180px) and (hover:none) and (pointer:coarse){
  .nav-inner{position:relative;justify-content:flex-end;padding-inline:12px;min-height:56px}
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
  }
  .menu-toggle:hover,.menu-toggle:active{background:transparent}
  .menu-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
  .hamburger-lines{
    width:19px;
    height:14px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    filter:drop-shadow(0 1px 2px rgba(0,0,0,.95));
  }
  .hamburger-lines span{
    display:block;
    width:100%;
    height:2.5px;
    border-radius:2px;
    background:currentColor;
    transition:transform .2s ease,opacity .2s ease;
  }
  .menu-toggle.is-open .hamburger-lines span:nth-child(1){transform:translateY(5.75px) rotate(45deg)}
  .menu-toggle.is-open .hamburger-lines span:nth-child(2){opacity:0}
  .menu-toggle.is-open .hamburger-lines span:nth-child(3){transform:translateY(-5.75px) rotate(-45deg)}

  .site-nav .menu,
  .home-page .hero-nav .menu,
  .interior-page .interior-hero-nav .menu{
    display:none;
    position:fixed;
    top:var(--mobile-menu-top,60px);
    right:var(--mobile-menu-right,12px);
    left:auto;
    width:min(248px,calc(100vw - 24px));
    max-height:calc(100vh - var(--mobile-menu-top,60px) - 12px);
    max-height:calc(100dvh - var(--mobile-menu-top,60px) - max(12px,env(safe-area-inset-bottom)));
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    flex-direction:column;
    gap:0;
    padding:6px 0 max(8px,env(safe-area-inset-bottom));
    background:rgba(5,5,5,.98);
    border:1px solid #444;
    border-radius:4px;
    box-shadow:0 12px 28px rgba(0,0,0,.65);
    z-index:10000;
    touch-action:pan-y;
  }
  .site-nav .menu.open,
  .home-page .hero-nav .menu.open,
  .interior-page .interior-hero-nav .menu.open{display:flex}
  .site-nav .menu a,
  .home-page .hero-nav .menu a,
  .interior-page .interior-hero-nav .menu a{
    flex:0 0 auto;
    width:100%;
    padding:11px 17px;
    text-align:left;
    font-size:.94rem;
    line-height:1.2;
    border-bottom:1px solid #2d2d2d;
  }
  .site-nav .menu a:last-child,
  .home-page .hero-nav .menu a:last-child,
  .interior-page .interior-hero-nav .menu a:last-child{border-bottom:0}
  body.mobile-menu-open{overflow:hidden;overscroll-behavior:none}
}


/* V39 home introduction and preview-video refinement */
@media (min-width:901px){
  .home-page .home-intro{padding:24px 0}
  .home-page .home-intro-grid{grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:34px;align-items:center}
  .home-page .home-intro-copy{padding:6px 0}
}
.home-page .home-supporting-line{
  margin:18px 0 20px;
  padding-left:16px;
  border-left:3px solid var(--gold);
  color:#f0f0f0;
  font-size:1.02rem;
  line-height:1.55;
  font-weight:700;
}
.home-page .home-video-link{
  padding:10px 14px 12px;
  text-align:right;
  border-top:1px solid rgba(216,170,47,.25);
}
.home-page .home-video-link a{
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  font-size:.82rem;
  letter-spacing:.035em;
}
.home-page .home-video-link a:hover,.home-page .home-video-link a:focus{color:#fff}
@media (max-width:900px){
  .home-page .home-intro-grid{grid-template-columns:1fr;gap:18px}
  .home-page .home-supporting-line{margin:14px 0 16px;font-size:.95rem;line-height:1.45}
}
@media (max-width:600px){
  .home-page .home-supporting-line{padding-left:12px;font-size:.9rem}
  .home-page .home-video-link{padding:9px 11px 10px}
  .home-page .home-video-link a{font-size:.76rem}
}


/* V42 home introduction image and decorative tagline */
.home-page .home-tagline{
  font-family:"Playfair Display",Georgia,"Times New Roman",serif;
  font-style:italic;
  font-weight:600;
  letter-spacing:.01em;
}
.home-page .home-intro-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.home-page .home-band-panel-link{
  display:block;
  width:100%;
  max-height:clamp(92px,10vw,145px);
  margin-top:14px;
  overflow:hidden;
  border:1px solid rgba(216,170,47,.42);
  background:#080808;
  line-height:0;
}
.home-page .home-band-panel{
  display:block;
  width:100%;
  height:100%;
  max-height:clamp(92px,10vw,145px);
  object-fit:contain;
  object-position:center;
  transition:filter .2s ease,transform .2s ease;
}
.home-page .home-band-panel-link:hover .home-band-panel,
.home-page .home-band-panel-link:focus-visible .home-band-panel{
  filter:brightness(1.08);
  transform:scale(1.012);
}
.home-page .home-band-panel-link:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}
@media(max-width:900px){
  .home-page .home-band-panel-link,
  .home-page .home-band-panel{max-height:120px}
}
@media(max-width:600px){
  .home-page .home-band-panel-link{margin-top:10px}
  .home-page .home-band-panel-link,
  .home-page .home-band-panel{max-height:92px}
}
@media(prefers-reduced-motion:reduce){
  .home-page .home-band-panel{transition:none}
  .home-page .home-band-panel-link:hover .home-band-panel,
  .home-page .home-band-panel-link:focus-visible .home-band-panel{transform:none}
}


/* V43 home intro rebalancing */
@media (min-width:901px){
  .home-page .home-intro-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px;align-items:center}
  .home-page .home-intro-copy{padding:8px 0 4px;justify-content:flex-start}
  .home-page .home-intro-copy h2{font-size:clamp(2.15rem,2.65vw,2.55rem);line-height:1.06;margin:0 0 18px}
  .home-page .home-tagline{font-size:clamp(1.28rem,1.72vw,1.58rem);line-height:1.24;margin:0 0 20px}
  .home-page .home-intro-copy > p:not(.home-tagline){font-size:1.03rem;line-height:1.62;margin:0 0 28px}
  .home-page .home-intro-action{margin:8px 0 24px;text-align:center}
  .home-page .home-intro-action .button{font-size:1rem;padding:11px 22px}
  .home-page .home-band-panel-link{max-height:clamp(118px,12.4vw,182px);margin-top:0}
  .home-page .home-band-panel{max-height:clamp(118px,12.4vw,182px)}
  .home-page .home-video{align-self:center}
}


/* V44 home intro hierarchy adjustment */
@media (min-width:901px){
  .home-page .home-intro-copy h2{
    font-size:clamp(1.72rem,2vw,2.05rem);
    line-height:1.08;
    margin:0 0 20px;
    white-space:nowrap;
  }
  .home-page .home-intro-copy > p:not(.home-tagline){
    margin:0 0 25px;
  }
  .home-page .home-intro-action{
    margin:4px 0 10px;
  }
  .home-page .home-intro-action .button{
    font-size:.86rem;
    padding:8px 16px;
  }
  .home-page .home-band-panel-link{
    margin-top:0;
  }
  .home-page .home-tagline{
    font-size:clamp(1.42rem,1.85vw,1.72rem);
    line-height:1.2;
    margin:12px 0 0;
    text-align:center;
  }
}
@media (max-width:900px){
  .home-page .home-intro-copy h2{white-space:normal}
  .home-page .home-tagline{text-align:center;margin:11px 0 0;font-size:1.3rem}
  .home-page .home-intro-action{margin-bottom:10px}
}
@media (max-width:600px){
  .home-page .home-tagline{font-size:1.18rem;margin-top:9px}
}

@media(prefers-reduced-motion:reduce){.socials a{transition:none}.socials a:hover{transform:none}}


/* V46 Google Calendar-managed shows */
.shows-loading,.shows-empty{grid-column:1/-1;margin:0;padding:22px 18px;text-align:center;background:#111;border:1px solid #343434;color:#ddd}
.recent-performances{margin-top:18px}
.recent-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border:1px solid #343434;background:#111;color:#fff;font:800 1rem/1.2 inherit;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}
.recent-toggle:hover,.recent-toggle:focus-visible{border-color:var(--gold);outline:none}
.recent-toggle-icon{color:var(--gold);font-size:1.35rem;line-height:1}
.recent-show-list{margin-top:8px}
.recent-show-list .show-row{opacity:.88}
[hidden]{display:none!important}

/* v1.0.1 working booking inquiry form */
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{margin:0 0 14px;padding:11px 13px;border:1px solid;font-weight:700;line-height:1.4}
.form-status.success{color:#e9f8e9;background:#102410;border-color:#4f9a4f}
.form-status.error{color:#ffe8e8;background:#2a0d0d;border-color:var(--red)}
.compact-contact-form button[type="submit"]{cursor:pointer}
.compact-contact-form button[type="submit"]:disabled{cursor:wait;opacity:.7}


/* v1.0.2 refined YouTube coming-soon modal */
.youtube-coming-soon{cursor:pointer}
.modal-open{overflow:hidden}
.coming-soon-overlay{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.82)}
.coming-soon-dialog{position:relative;width:min(400px,calc(100vw - 32px));padding:28px 28px 24px;border:1px solid var(--gold);border-radius:22px;background:linear-gradient(180deg,rgba(17,17,17,.98) 0%,rgba(8,8,8,.98) 100%);color:#fff;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.65)}
.coming-soon-icon{width:58px;height:auto;margin:4px auto 16px;display:block}
.coming-soon-dialog h2{margin:0 0 12px;color:#fff;font-size:clamp(1.45rem,4vw,2rem);line-height:1.15;font-weight:800;text-transform:none}
.coming-soon-dialog p{max-width:280px;margin:0 auto 22px;line-height:1.55;color:#f0f0f0;font-size:1.02rem}
.coming-soon-close{position:absolute;top:11px;right:15px;border:0;background:transparent;color:#fff;font-size:2.2rem;line-height:1;cursor:pointer;padding:0 2px}
.coming-soon-close:hover,.coming-soon-close:focus-visible{color:var(--gold);outline:none}
.coming-soon-ok{min-width:122px;cursor:pointer;color:var(--gold);background:#050505;border:1px solid var(--gold);padding:12px 24px;font-size:1rem;text-transform:none;font-weight:800}
.coming-soon-ok:hover,.coming-soon-ok:focus-visible{background:var(--gold);color:#050505;outline:none}
@media(max-width:560px){.coming-soon-dialog{width:min(360px,calc(100vw - 24px));padding:24px 22px 22px;border-radius:18px}.coming-soon-icon{width:52px;margin-bottom:14px}.coming-soon-dialog p{max-width:260px;font-size:1rem}.coming-soon-ok{min-width:116px}}
@media(prefers-reduced-motion:reduce){.coming-soon-overlay *{scroll-behavior:auto!important}}

/* v1.0.3 booking-form field-specific validation */
.field-optional{color:var(--muted);font-size:.88em;font-weight:400}
.field-error{display:block;min-height:1.25em;margin-top:5px;color:#ff8b8b;font-size:.86rem;font-weight:700;line-height:1.25}
.form-field.has-error input,.form-field.has-error select,.form-field.has-error textarea{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}
.form-field.has-error input:focus,.form-field.has-error select:focus,.form-field.has-error textarea:focus{outline:2px solid rgba(215,25,32,.35);outline-offset:1px}
