/* Band template. One accent, one radius scale, both themes.
   Everything you would change lives in the :root block below. */

@font-face{font-family:'Archivo';src:url('../assets/fonts/archivo-var-latin.woff2') format('woff2');
  font-weight:100 900;font-stretch:62% 125%;font-display:swap}
@font-face{font-family:'Space Mono';src:url('../assets/fonts/spacemono-400-latin.woff2') format('woff2');
  font-weight:400;font-display:swap}

:root{
  color-scheme:dark light;

  /* ---- the six things worth changing ---- */
  --accent:#FF4A4A;          /* your band colour */
  --on-accent:#0C0C0D;
  --display:'Archivo',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;
  --body:'Archivo',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;
  --mono:'Space Mono',ui-monospace,Menlo,Consolas,monospace;
  --radius:0;                /* sharp. set once, used everywhere */

  /* ---- dark surface set (default) ---- */
  --bg:#0C0C0D;
  --surface:#141416;
  --text:#EDEDEF;            /* 17.0:1 on bg */
  --muted:#A5A5AC;           /* 8.2:1 on bg  */
  --line:#2A2A2E;
  --line-strong:#43434A;

  --gutter:clamp(1.15rem,5vw,4.5rem);
  --maxw:76rem;
  --nav-h:4rem;
  --gap:clamp(2.5rem,6vw,5.5rem);
}

@media (prefers-color-scheme:light){
  :root:not([data-theme="dark"]){
    --bg:#FAFAF8;
    --surface:#FFFFFF;
    --text:#17171A;
    --muted:#56565E;
    --line:#E3E3DF;
    --line-strong:#C4C4BE;
    --accent:#C41C2B;        /* darker so it still clears AA on paper */
    --on-accent:#FFFFFF;
  }
}
:root[data-theme="light"]{
  --bg:#FAFAF8; --surface:#FFFFFF; --text:#17171A; --muted:#56565E;
  --line:#E3E3DF; --line-strong:#C4C4BE; --accent:#C41C2B; --on-accent:#FFFFFF;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:5rem}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);
  font-size:clamp(1rem,.96rem + .2vw,1.09rem);line-height:1.6;
  -webkit-font-smoothing:antialiased;overflow-x:hidden}
body.is-locked{overflow:hidden}
img{display:block;max-width:100%;height:auto;background:var(--surface);border-radius:var(--radius)}
h1,h2,h3,p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}

.skip{position:absolute;left:var(--gutter);top:-5rem;z-index:200;background:var(--accent);
  color:var(--on-accent);padding:.75rem 1.1rem;font-family:var(--mono);font-size:.75rem;
  letter-spacing:.12em;text-transform:uppercase;min-height:44px;display:inline-flex;
  align-items:center;transition:top .18s}
.skip:focus{top:4.5rem}
.vh{position:absolute!important;width:1px;height:1px;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap}

.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:clamp(3.25rem,8vw,6.5rem)}
.section+.section{border-top:1px solid var(--line)}

/* type */
.display{font-family:var(--display);font-variation-settings:'wdth' 118,'wght' 800;
  text-transform:uppercase;line-height:.92;letter-spacing:-.01em}
h2.title{font-family:var(--display);font-variation-settings:'wdth' 112,'wght' 800;
  text-transform:uppercase;font-size:clamp(1.75rem,1.2rem + 2.2vw,2.9rem);
  line-height:1;letter-spacing:-.01em}
.meta{font-family:var(--mono);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--muted)}
.lede{color:var(--muted);max-width:58ch;margin-top:1rem}
.head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;
  gap:1rem;margin-bottom:clamp(1.75rem,4vw,3rem)}

/* nav: one line, 64px, no dots or locale strips */
.nav{position:fixed;inset:0 0 auto;z-index:100;height:var(--nav-h);display:flex;align-items:center;
  border-bottom:1px solid transparent;transition:background .25s,border-color .25s}
.nav.is-stuck{background:color-mix(in srgb,var(--bg) 90%,transparent);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--line)}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:inline-flex;align-items:center;min-height:44px;font-family:var(--display);
  font-variation-settings:'wdth' 96,'wght' 800;text-transform:uppercase;letter-spacing:.06em;
  font-size:.95rem}
.nav__links{display:none;gap:1.75rem}
.nav__links a{font-family:var(--mono);font-size:.73rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--muted);padding:.4rem 0;transition:color .18s}
.nav__links a:hover,.nav__links a[aria-current="true"]{color:var(--text)}
.burger{display:inline-flex;flex-direction:column;align-items:flex-end;justify-content:center;
  gap:5px;width:44px;height:44px;margin-right:-.3rem}
.burger span{display:block;height:2px;background:var(--text);transition:transform .26s,width .26s}
.burger span:first-child{width:24px}.burger span:last-child{width:16px}
.burger[aria-expanded="true"] span:first-child{width:24px;transform:translateY(3.5px) rotate(45deg)}
.burger[aria-expanded="true"] span:last-child{width:24px;transform:translateY(-3.5px) rotate(-45deg)}

.menu{position:fixed;inset:0;z-index:99;background:var(--bg);padding-top:var(--nav-h);
  display:grid;align-content:center;opacity:0;visibility:hidden;
  transition:opacity .25s,visibility 0s linear .25s}
.menu.is-open{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s linear 0s}
.menu a{font-family:var(--display);font-variation-settings:'wdth' 112,'wght' 800;
  text-transform:uppercase;font-size:clamp(2rem,10vw,3.2rem);line-height:1.2;
  padding:.08em var(--gutter)}
.menu a:hover{color:var(--accent)}

/* buttons: one shape, contrast verified both themes */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;
  padding:.8rem 1.4rem;border-radius:var(--radius);font-family:var(--mono);font-size:.74rem;
  letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;
  border:1px solid var(--line-strong);
  transition:background .2s,color .2s,border-color .2s,transform .1s}
.btn:hover{background:var(--text);color:var(--bg);border-color:var(--text)}
.btn:active{transform:translateY(1px)}
.btn--primary{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}
.btn--primary:hover{background:var(--text);color:var(--bg);border-color:var(--text)}
.btn--sm{min-height:40px;padding:.55rem 1rem;font-size:.7rem}

/* hero: 4 text elements, headline 2 lines, CTA above the fold */
.hero{position:relative;min-height:100dvh;display:grid;align-items:end;overflow:hidden;
  padding-top:var(--nav-h)}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0}
.hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(to right,color-mix(in srgb,var(--bg) 92%,transparent) 0%,
    color-mix(in srgb,var(--bg) 62%,transparent) 46%,transparent 100%),
    linear-gradient(to bottom,color-mix(in srgb,var(--bg) 70%,transparent) 0%,
    color-mix(in srgb,var(--bg) 18%,transparent) 26%,
    color-mix(in srgb,var(--bg) 68%,transparent) 52%,
    color-mix(in srgb,var(--bg) 94%,transparent) 78%,var(--bg) 100%)}
.hero .wrap{position:relative;z-index:1;padding-bottom:clamp(2.5rem,8vh,5rem)}
.hero h1{font-size:clamp(2.6rem,1.1rem + 7.4vw,7.5rem);margin:.85rem 0}
.hero p{color:var(--muted);max-width:42ch;font-size:clamp(1.02rem,.98rem + .3vw,1.2rem)}
.hero__cta{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}

/* releases: media list, not three equal cards */
.release{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:center;
  padding-block:1.5rem}
.release+.release{border-top:1px solid var(--line)}
.release img{width:clamp(84px,18vw,140px);aspect-ratio:1;object-fit:cover}
.release h3{font-family:var(--display);font-variation-settings:'wdth' 108,'wght' 800;
  text-transform:uppercase;font-size:clamp(1.15rem,1rem + .9vw,1.7rem);line-height:1.05}
.release .meta{margin-top:.4rem}
.dsp{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.9rem;grid-column:1 / -1}
.dsp a{display:inline-flex;align-items:center;gap:.45rem;min-height:40px;padding:.5rem .8rem;
  border:1px solid var(--line);border-radius:var(--radius);font-family:var(--mono);
  font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);
  transition:color .18s,border-color .18s}
.dsp a:hover{color:var(--text);border-color:var(--line-strong)}
/* a platform with no URL yet: visible so you can see the layout, dimmed and
   dashed so it is obvious it still needs filling in */
.dsp__unset{display:inline-flex;align-items:center;gap:.45rem;min-height:40px;padding:.5rem .8rem;
  border:1px dashed var(--line-strong);border-radius:var(--radius);font-family:var(--mono);
  font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);opacity:.7}
.dsp__unset svg{width:14px;height:14px;fill:currentColor;flex:none}
.dsp svg{width:14px;height:14px;fill:currentColor;flex:none}

/* shows: grouped by month, one divider per group not per row */
.month+.month{margin-top:2.25rem}
.month__label{font-family:var(--mono);font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--accent);padding-bottom:.6rem;border-bottom:1px solid var(--line)}
.show{display:grid;grid-template-columns:1fr;gap:.5rem 1.25rem;padding-block:1.1rem;align-items:center}
.show__date{font-family:var(--mono);font-size:.78rem;letter-spacing:.08em;color:var(--muted);
  white-space:nowrap}
.show__where{font-family:var(--display);font-variation-settings:'wdth' 104,'wght' 700;
  text-transform:uppercase;font-size:clamp(1.05rem,.95rem + .55vw,1.35rem);line-height:1.1}
.show__venue{display:block;font-family:var(--body);font-variation-settings:'wdth' 100,'wght' 400;
  text-transform:none;letter-spacing:0;font-size:.92rem;color:var(--muted);margin-top:.2rem}
.show__act{justify-self:start}
.show--gone .show__where{color:var(--muted)}
.tag{display:inline-flex;align-items:center;min-height:40px;padding:.5rem .8rem;
  border:1px solid var(--line);font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--muted)}

/* empty state: shows is the one section that is routinely empty */
.empty{border:1px dashed var(--line-strong);padding:clamp(1.75rem,5vw,3rem);text-align:center}
.empty p{color:var(--muted);max-width:38ch;margin:0 auto}
.empty .btn{margin-top:1.25rem}

/* gallery */
.photos{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}
.photos a,.photos span{display:block;overflow:hidden;background:var(--surface)}
.photos img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}
.photos a:hover img,.photos a:focus-visible img{transform:scale(1.05)}

/* about: editorial split */
.about{display:grid;gap:var(--gap)}
.about .bio p+p{margin-top:1.1rem}
.about .bio{color:var(--muted);max-width:60ch}
.about .bio strong{color:var(--text);font-weight:600}
.members{margin-top:2rem;border-top:1px solid var(--line)}
.members li{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;
  border-bottom:1px solid var(--line);align-items:baseline}
.members b{font-weight:600}
.members span{font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;
  color:var(--muted);text-align:right}

/* contact: definition rows, not three equal cards */
.contacts{display:grid;gap:0;border-top:1px solid var(--line)}
.contacts>div{display:grid;grid-template-columns:1fr;gap:.35rem;padding-block:1.35rem;
  border-bottom:1px solid var(--line)}
.contacts dt{font-family:var(--mono);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--accent)}
.contacts dd{margin:0;color:var(--muted)}
.contacts dd a{display:inline-flex;align-items:center;min-height:34px;color:var(--text);
  border-bottom:1px solid var(--line-strong);word-break:break-word}
.contacts dd a:hover{border-color:var(--accent)}

/* footer */
.foot{border-top:1px solid var(--line);background:var(--surface);padding-block:2.5rem}
.foot .wrap{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between;align-items:center}
.foot nav{display:flex;flex-wrap:wrap;gap:1.25rem}
.foot a{font-family:var(--mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted);min-height:34px;display:inline-flex;align-items:center}
.foot a:hover{color:var(--accent)}
.social{display:flex;gap:.5rem}
.social a{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);
  color:var(--muted)}
.social a:hover{color:var(--accent);border-color:var(--accent)}
.social__unset{width:44px;height:44px;display:grid;place-items:center;
  border:1px dashed var(--line-strong);color:var(--muted);opacity:.7}
.social__unset svg{width:17px;height:17px;fill:currentColor}
.social svg{width:17px;height:17px;fill:currentColor}

@media (min-width:640px){
  .photos{grid-template-columns:repeat(3,1fr)}
  .show{grid-template-columns:9.5rem 1fr auto;gap:1.25rem}
  .contacts>div{grid-template-columns:12rem 1fr;gap:1.25rem;align-items:baseline}
}
@media (min-width:900px){
  .nav__links{display:flex}
  .burger,.menu{display:none}
  .about{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:start}
  .release{grid-template-columns:auto 1fr auto;gap:2rem}
  .release .dsp{margin-top:0;grid-column:auto;justify-content:flex-end}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:1ms!important;animation-duration:1ms!important}
}
