:root{
  --teal:#4A7F83; --brand-red:#D9524C; --yellow:#EACF20; --orange:#F7A70A; --char:#252722; --cream:#F3EBD6;
  --paper:#F4EEDF; --surface:#FBF7EC; --ink:#252722; --muted:#5B5D55; --rule:rgba(37,39,34,.18);
  --accent:#B23A34; --field:#FFFDF7; --btn-bg:#252722; --btn-fg:#EACF20;
  --cond:"Barlow Condensed","DIN Condensed","Arial Narrow",sans-serif;
  --sans:"Barlow",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  color-scheme:light;
  box-sizing:border-box;
  padding-top:env(safe-area-inset-top,0px);
  padding-bottom:env(safe-area-inset-bottom,0px);
  background:var(--teal);
}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --paper:#252722; --surface:#2E302A; --ink:#EDE4CC; --muted:#B4AF9E; --rule:rgba(237,228,204,.16);
    --accent:#F7A70A; --field:#1D1F1B; --btn-bg:#EACF20; --btn-fg:#252722; color-scheme:dark;
  }
}
:root[data-theme="dark"]{
  --paper:#252722; --surface:#2E302A; --ink:#EDE4CC; --muted:#B4AF9E; --rule:rgba(237,228,204,.16);
  --accent:#F7A70A; --field:#1D1F1B; --btn-bg:#EACF20; --btn-fg:#252722; color-scheme:dark;
}
html{scroll-padding-top:env(safe-area-inset-top,0px);scroll-behavior:smooth}
*,*::before,*::after{box-sizing:inherit}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px}

/* Header: the poster art, extended edge to edge */
.bar{background:var(--teal);color:#FFF;padding:.85rem clamp(1.25rem,5vw,3rem) .35rem}
.bar-inner{max-width:72rem;margin:0 auto;display:flex;justify-content:space-between;align-items:baseline;gap:.4rem 1.5rem;flex-wrap:wrap}
.bar .brand{font-family:var(--cond);font-weight:700;font-size:1.3rem;text-decoration:none;letter-spacing:.01em}
.bar ul{list-style:none;margin:0;padding:0;display:flex;gap:1.25rem;flex-wrap:wrap}
.bar ul a{font-family:var(--cond);font-weight:600;font-size:1.25rem;text-decoration:none;border-bottom:2px solid transparent}
.bar ul a:hover{border-bottom-color:var(--yellow)}
.hero{background:linear-gradient(to bottom,var(--teal) 0 81.74%,var(--brand-red) 81.74% 82.86%,var(--char) 82.86% 100%);display:flex;justify-content:center}
.hero h1{margin:0;font-size:0;line-height:0}
.hero img{display:block;width:min(100vw,calc(min(88svh,62rem) * 1200 / 1322));height:auto}
.strip{background:var(--char);color:var(--cream);padding:.25rem clamp(1.25rem,5vw,3rem) 2.25rem;border-bottom:3px solid var(--brand-red)}
.strip-inner{max-width:72rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.75rem;text-align:center}
.strip p{margin:0;font-family:var(--cond);font-weight:600;font-size:clamp(1.3rem,3.2vw,1.75rem);line-height:1.25}
.strip .lbl{color:var(--orange)}
.btn-y{display:inline-block;background:var(--yellow);color:var(--char);font-family:var(--cond);font-weight:700;font-size:1.2rem;text-decoration:none;padding:.55rem 1.1rem;border-radius:2px}
.btn-y:hover{background:#F5DC45}

/* Body sections */
main{max-width:72rem;margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem)}
.section{padding:clamp(3rem,8vw,5.5rem) 0;border-top:3px solid var(--brand-red)}
main .section:first-child{border-top:0}
h2{font-family:var(--cond);font-weight:700;text-transform:uppercase;font-size:clamp(2.4rem,6.5vw,4rem);line-height:.98;margin:0 0 1.5rem;letter-spacing:.005em}
h3{font-family:var(--cond);font-weight:700;font-size:1.6rem;line-height:1.1;margin:0 0 .5rem}
.lede{font-size:clamp(1.15rem,2.2vw,1.3rem);max-width:54ch;margin:0 0 2rem;line-height:1.55}
.split{display:grid;gap:2.5rem}
@media (min-width:820px){.split.with-photo{grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}}
.music-text p{max-width:54ch}
.music-text h3{margin-top:2rem}
.big{font-family:var(--cond);font-weight:700;font-size:clamp(4rem,11vw,6.5rem);line-height:.85;color:var(--accent);margin:2rem 0 .5rem}
.feature{margin:0}
.feature img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:2px}
.feature figcaption{color:var(--muted);font-size:.92rem;margin-top:.5rem}

/* Shows */
.shows{list-style:none;margin:0;padding:0;border-top:1px solid var(--rule)}
.show{display:grid;grid-template-columns:5.5rem 1fr auto;gap:.25rem 1.5rem;align-items:center;padding:1.35rem 0;border-bottom:1px solid var(--rule)}
.date .mon{display:block;font-family:var(--cond);font-weight:700;font-size:1.25rem;color:var(--accent);line-height:1}
.date .day{display:block;font-family:var(--cond);font-weight:700;font-size:3.4rem;line-height:.95}
.info p{margin:0}
.venue{font-family:var(--cond);font-weight:700;font-size:1.6rem;line-height:1.15}
.when,.city{color:var(--muted)}
.note{font-style:italic;margin-top:.25rem!important}
.tix{justify-self:end;text-decoration:none;font-family:var(--cond);font-weight:700;font-size:1.15rem;border:2px solid var(--ink);padding:.4rem .9rem;border-radius:2px;white-space:nowrap}
.tix:hover{background:var(--ink);color:var(--paper)}
@media (max-width:620px){
  .show{grid-template-columns:4.25rem 1fr}
  .date .day{font-size:2.8rem}
  .tix{grid-column:2;justify-self:start;margin-top:.6rem}
}
.empty{max-width:50ch;font-size:1.15rem;margin:0}
.empty a{font-weight:600}

/* Gallery */
.gallery{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);grid-auto-rows:clamp(9rem,36vw,15rem);margin:0;padding:0;list-style:none}
.gallery li{position:relative;overflow:hidden;border-radius:2px;min-width:0}
.gallery li:last-child:nth-child(odd){grid-column:span 2}
.gallery figure{margin:0;height:100%}
.gallery img{display:block;width:100%;height:100%;object-fit:cover}
.gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.5rem .75rem .5rem;color:#FFF;font-size:.9rem;line-height:1.35;background:linear-gradient(to top,rgba(20,21,18,.8),rgba(20,21,18,0))}
@media (min-width:760px){
  .gallery{grid-template-columns:repeat(3,1fr);grid-auto-rows:clamp(11rem,17vw,15rem)}
  .gallery li:last-child:nth-child(odd){grid-column:auto}
  .gallery li:first-child{grid-column:span 2;grid-row:span 2}
  .gallery[data-last="2"] li:last-child{grid-column:span 2}
  .gallery[data-last="3"] li:last-child{grid-column:span 3}
  .gallery[data-count="1"] li:first-child{grid-column:span 3}
}

/* Booking */
.booking p{max-width:52ch}
.email{display:inline-block;font-family:var(--cond);font-weight:700;font-size:clamp(1.8rem,5.5vw,3rem);line-height:1.1;text-decoration:underline;text-decoration-color:var(--brand-red);text-decoration-thickness:.07em;text-underline-offset:.14em;overflow-wrap:anywhere;margin:.5rem 0 1.5rem}
.social{display:flex;gap:1.5rem;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.social a{font-weight:600}
footer{background:var(--char);color:var(--cream);border-top:3px solid var(--brand-red)}
.foot-inner{max-width:72rem;margin:0 auto;padding:1.75rem clamp(1.25rem,5vw,3rem) 2.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.95rem}
.foot-inner .tag{font-family:var(--cond);font-weight:600;font-size:1.15rem;color:var(--orange)}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Music player */
.player{--pl-bg:#252722;--pl-soft:rgba(243,235,214,.16);--pl-muted:#BDB6A2;background:var(--pl-bg);color:var(--cream);border-radius:4px;padding:clamp(1.25rem,3.5vw,2.25rem);border-top:5px solid var(--brand-red);max-width:52rem}
@media (prefers-color-scheme: dark){:root:not([data-theme="light"]) .player{--pl-bg:#33352E}}
:root[data-theme="dark"] .player{--pl-bg:#33352E}
.player button{font:inherit;color:inherit;cursor:pointer}
.deck{display:grid;grid-template-columns:auto 1fr auto;gap:1.1rem 1.25rem;align-items:center}
.play{width:4.5rem;height:4.5rem;border-radius:50%;border:0;background:var(--yellow);color:var(--char)!important;display:grid;place-items:center;flex-shrink:0}
.play:hover{background:#F5DC45}
.play svg{width:1.7rem;height:1.7rem;fill:currentColor}
.play .i-play{margin-left:.2rem}
.play .i-pause,.player.is-playing .play .i-play{display:none}
.player.is-playing .play .i-pause{display:block}
.now{min-width:0}
.now p{margin:0}
.now-lbl{font-family:var(--cond);font-weight:600;font-size:1.05rem;color:var(--orange);line-height:1.2}
.now-title{font-family:var(--cond);font-weight:700;font-size:clamp(1.6rem,4.2vw,2.4rem);line-height:1.05;overflow-wrap:anywhere}
.now-note{color:var(--pl-muted);font-size:.95rem;margin-top:.2rem!important}
.skip{display:flex;gap:.5rem}
.skip button{width:2.9rem;height:2.9rem;border-radius:50%;background:transparent;border:1.5px solid var(--pl-soft);display:grid;place-items:center}
.skip button:hover{border-color:var(--cream)}
.skip svg{width:1.15rem;height:1.15rem;fill:currentColor}
@media (max-width:520px){
  .deck{grid-template-columns:auto 1fr}
  .skip{grid-column:1 / -1;justify-content:flex-start}
}
.seek{display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:center;margin:1.4rem 0 1.1rem;font-size:.9rem;font-variant-numeric:tabular-nums;color:var(--pl-muted)}
.seek input{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;margin:0;background:linear-gradient(to right,var(--orange) var(--p,0%),var(--pl-soft) var(--p,0%));cursor:pointer}
.seek input::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--yellow);border:0}
.seek input::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--yellow);border:0}
.seek input::-moz-range-track{background:transparent}
.pl-err{color:var(--orange);font-weight:600;font-size:.92rem;margin:0 0 1rem}
.tracks{list-style:none;margin:0;padding:0;border-top:1px solid var(--pl-soft)}
.trk{width:100%;display:grid;grid-template-columns:2rem 1fr auto;gap:.75rem;align-items:baseline;padding:.8rem .35rem;background:none;border:0;border-bottom:1px solid var(--pl-soft);text-align:left;line-height:1.35}
.trk:hover{background:rgba(243,235,214,.06)}
.trk .n{font-family:var(--cond);font-weight:700;color:var(--pl-muted);font-size:1.05rem}
.trk .t{font-weight:600;font-size:1.05rem}
.trk .tn{display:block;font-weight:400;font-size:.88rem;color:var(--pl-muted)}
.trk .d{font-size:.88rem;font-variant-numeric:tabular-nums;color:var(--pl-muted)}
.trk[aria-current="true"] .t,.trk[aria-current="true"] .n{color:var(--yellow)}

@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}
