/* Electric Outlawz — V12 poster / live-circuit design */
:root {
  --bg: #08080a;
  --bg-2: #0d0d10;
  --panel: #121216;
  --paper: #e8e0d1;
  --paper-2: #d8d2c7;
  --ink: #141313;
  --text: #f4f0e9;
  --muted: #aaa49c;
  --accent: #d9261c;
  --accent-hot: #ff493c;
  --line: rgba(255,255,255,.13);
  --line-strong: rgba(255,255,255,.24);
  --shadow: 0 24px 70px rgba(0,0,0,.38);
  --max: 1180px;
  --header: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--accent); color: #fff; }

.shell { width: min(calc(100% - 42px), var(--max)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .7rem 1rem; background: #fff; color: #000; text-decoration: none; font-weight: 900; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto 0; height: var(--header); background: linear-gradient(to bottom, rgba(5,5,6,.84), rgba(5,5,6,.2)); border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease, backdrop-filter .2s ease; }
.site-header.scrolled { background: rgba(7,7,8,.94); border-color: var(--line); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; text-transform: uppercase; line-height: 1; font-weight: 1000; white-space: nowrap; }
.brand-main { font-size: .78rem; letter-spacing: .18em; color: #ded8d0; }
.brand-bolt { margin: 0 .34rem; color: var(--accent-hot); font-size: .9rem; transform: translateY(-1px); }
.brand-sub { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.28rem; letter-spacing: .04em; font-style: italic; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; }
.site-nav a { position: relative; color: #dfdbd5; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; font-weight: 900; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.38rem; height: 2px; background: var(--accent-hot); transition: right .18s ease; }
.site-nav a:not(.nav-cta):hover::after, .site-nav a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: .58rem .78rem; border: 1px solid rgba(255,255,255,.4); background: rgba(0,0,0,.2); }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--accent); border-color: var(--accent); color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-strong); background: rgba(0,0,0,.25); color: #fff; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

/* Shared typography */
.section { padding: clamp(76px, 9vw, 126px) 0; position: relative; }
.eyebrow, .kicker { margin: 0 0 1rem; color: var(--accent-hot); text-transform: uppercase; letter-spacing: .19em; font-weight: 950; font-size: .72rem; }
h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-style: italic; font-weight: 900; text-transform: uppercase; letter-spacing: .015em; line-height: .94; font-size: clamp(2.8rem, 5.5vw, 5.5rem); }
.section-heading { max-width: 850px; margin-bottom: 2.6rem; }
.section-heading.compact { max-width: 760px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .8rem 1.08rem; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .76rem; font-weight: 950; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #fff; box-shadow: 5px 5px 0 rgba(255,255,255,.10); }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-hot); }
.button-ghost { border-color: rgba(255,255,255,.42); background: rgba(5,5,6,.36); color: #fff; }
.button-ghost:hover, .button-ghost:focus-visible { border-color: #fff; background: rgba(255,255,255,.08); }
.button-large { min-height: 58px; padding-inline: 1.35rem; }

/* Hero */
.hero { min-height: 82vh; min-height: 82svh; max-height: 900px; position: relative; display: grid; align-items: end; overflow: hidden; background: #060607; }
.hero-media { position: absolute; inset: 0; background: url('/assets/hero-electric-outlawz.webp') center 35% / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,6,8,.96) 0%, rgba(6,6,8,.70) 44%, rgba(6,6,8,.26) 76%, rgba(6,6,8,.5) 100%), linear-gradient(0deg, rgba(6,6,8,.88), transparent 48%); }
.hero-grain { position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.08) 3px 4px), repeating-linear-gradient(90deg, transparent 0 69px, rgba(255,255,255,.025) 69px 70px); mix-blend-mode: overlay; }
.hero::after { content: ""; position: absolute; z-index: 1; width: 44vw; height: 140%; right: -18vw; bottom: -20%; background: var(--accent); opacity: .16; transform: rotate(14deg); pointer-events: none; }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.52fr); gap: clamp(38px,6vw,90px); align-items: end; padding-top: calc(var(--header) + 62px); padding-bottom: clamp(58px,7vw,92px); }
.hero-main { min-width: 0; }
.hero-logo-title { margin: 0; width: min(430px, 47vw); max-width: 100%; }
.hero-logo-title img { width: 100%; height: auto; filter: invert(1) contrast(1.15); mix-blend-mode: screen; }
.hero-copy { max-width: 620px; margin: 1.25rem 0 0; color: #eee9e2; font-size: clamp(1rem,1.65vw,1.23rem); font-weight: 700; }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.75rem; }
.scroll-cue { position: absolute; z-index: 4; right: 2rem; bottom: 1.6rem; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; text-decoration: none; background: rgba(0,0,0,.22); }

.hero-gig-poster { position: relative; align-self: end; padding: 2.1rem 1.45rem 1.5rem; color: var(--ink); background: var(--paper); box-shadow: 13px 16px 0 rgba(0,0,0,.34); transform: rotate(1.25deg); border: 1px solid rgba(0,0,0,.18); overflow: visible; }
.hero-gig-poster::before { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 5px, rgba(0,0,0,.12) 5px 6px); }
.poster-tape { position: absolute; top: -13px; left: 50%; transform: translateX(-50%) rotate(-2deg); padding: .34rem 1.15rem; min-width: 118px; text-align: center; background: rgba(210,196,163,.92); color: #231f1c; box-shadow: 0 2px 9px rgba(0,0,0,.25); font-size: .67rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.poster-kicker { position: relative; margin: 0 0 1.05rem; color: #504842; font-size: .67rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.poster-date { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: .65rem; align-items: center; width: max-content; }
.poster-day { grid-row: 1 / 3; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 5.15rem; line-height: .72; color: var(--accent); }
.poster-month { align-self: end; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.7rem; line-height: 1; }
.poster-year { align-self: start; color: #655d56; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.poster-venue { position: relative; margin: 1.1rem 0 .35rem; color: var(--ink); font-size: clamp(1.75rem,3vw,2.55rem); line-height: .9; }
.poster-location { position: relative; margin: 0; color: #5a524c; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.poster-link { position: relative; display: inline-block; margin-top: 1.3rem; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--accent); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }

/* Moving genre strip */
.genre-ticker { overflow: hidden; border-block: 1px solid rgba(0,0,0,.4); background: var(--accent); color: #fff; }
.genre-ticker-track { width: max-content; display: flex; align-items: center; gap: 1rem; padding: .58rem 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: .98rem; font-style: italic; letter-spacing: .12em; white-space: nowrap; animation: ticker 24s linear infinite; }
.genre-ticker-track b { color: #1a1110; font-size: .9rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* About */
.intro { background: linear-gradient(150deg,#0e0e11,#151419); border-bottom: 1px solid var(--line); overflow: hidden; }
.intro::after { content: "WARRINGTON"; position: absolute; right: -1.8rem; bottom: -2.4rem; color: rgba(255,255,255,.025); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(7rem,17vw,15rem); font-style: italic; line-height: .8; pointer-events: none; }
.split { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(44px,7vw,100px); align-items: start; }
.body-copy { color: var(--muted); font-size: 1.04rem; }
.body-copy p:first-child { margin-top: 0; color: #efebe5; font-size: 1.12rem; font-weight: 750; }
.outlaw-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 2rem 0 1rem; background: var(--line); border: 1px solid var(--line); }
.outlaw-facts div { min-height: 105px; padding: 1rem; background: #0d0d10; display: flex; flex-direction: column; justify-content: center; }
.outlaw-facts strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; color: #fff; font-size: 2.35rem; line-height: .9; }
.outlaw-facts span { margin-top: .45rem; color: var(--muted); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.venue-strip { display: flex; flex-wrap: wrap; gap: .48rem; }
.venue-strip span { padding: .42rem .6rem; border: 1px solid var(--line); color: #ddd8d1; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }

/* Band */

/* Origin story */
.history-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(241,59,45,.06), transparent 34%),
    #0a0a0c;
}
.history-section::after {
  content: "ACOUSTIC → ELECTRIC";
  position: absolute;
  right: -2vw;
  bottom: -1.8rem;
  color: rgba(255,255,255,.025);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: .82;
  letter-spacing: .02em;
  white-space: nowrap;
  pointer-events: none;
}
.history-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(170px, .55fr) minmax(0, 1.35fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: start;
}
.history-photo { position: relative; margin: 0; overflow: hidden; border: 8px solid #ece7df; background: #111; box-shadow: 0 18px 38px rgba(0,0,0,.35); transform: rotate(-1deg); }
.history-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.history-photo figcaption { padding: .55rem .7rem .5rem; background: #ece7df; color: #171516; font-size: .67rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.member-photo img[src*="jon-montgomery"] { object-position: 50% 34%; }
.member-photo img[src*="dave-oliver-v2"] { object-position: 48% 42%; }
.history-kicker {
  display: grid;
  align-content: start;
  gap: .8rem;
  padding-top: .35rem;
}
.history-year {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  line-height: .86;
  color: rgba(255,255,255,.18);
  letter-spacing: .02em;
}
.history-year-hot {
  color: var(--accent-hot);
}
.history-arrow {
  display: block;
  margin: .25rem 0;
  color: #fff;
  font-size: 2rem;
}
.history-copy {
  max-width: 780px;
}
.history-copy h2 {
  margin-top: 0;
}
.history-lead {
  color: #fff;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800;
}
.history-copy p {
  color: var(--muted);
  line-height: 1.8;
}
.history-copy strong {
  color: #fff;
}
.history-stamp {
  display: inline-grid;
  gap: .15rem;
  margin-top: 1.6rem;
  padding: .85rem 1.05rem .75rem;
  border: 2px solid rgba(241,59,45,.8);
  transform: rotate(-2deg);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.history-stamp span {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
}
.history-stamp strong {
  color: #fff;
  font-size: 1rem;
}


.band-section { background: radial-gradient(circle at 12% 0%, rgba(217,38,28,.11), transparent 30rem), #09090b; }
.band-section::before { content: "THE OUTLAWZ"; position: absolute; top: 3.2rem; right: -1rem; color: rgba(255,255,255,.025); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(5rem,13vw,11rem); font-style: italic; pointer-events: none; }
.band-heading { max-width: 760px; }
.band-heading > p:last-child { color: var(--muted); max-width: 650px; margin: 1rem 0 0; }
.band-grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }

.member-photo {
  position: relative;
  margin: -1.45rem -1.3rem 1.2rem;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #050506;
  border-bottom: 1px solid var(--line);
}
.member-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.28));
  pointer-events: none;
}
.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.band-member-secondary .member-photo {
  aspect-ratio: 5 / 6;
}
.member-photo img[src*="toby-ferguson"] { object-position: 50% 43%; }
.member-photo img[src*="wayne-shaw"] { object-position: 50% 38%; }
.member-photo img[src*="dave-oliver"] { object-position: 50% 38%; }

.band-member { position: relative; min-height: 270px; padding: 1.45rem 1.25rem; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012)); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.band-member:hover { transform: translateY(-4px); border-color: rgba(255,73,60,.48); background: linear-gradient(145deg,rgba(217,38,28,.10),rgba(255,255,255,.018)); }
.band-member::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--accent); }
.band-grid:not(.band-grid-secondary) > .band-member::after { position: absolute; right: .75rem; bottom: -.3rem; color: rgba(255,255,255,.055); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 6.6rem; line-height: 1; }
.band-grid:not(.band-grid-secondary) > .band-member:nth-child(1)::after { content: "01"; }
.band-grid:not(.band-grid-secondary) > .band-member:nth-child(2)::after { content: "02"; }
.band-grid:not(.band-grid-secondary) > .band-member:nth-child(3)::after { content: "03"; }
.band-grid:not(.band-grid-secondary) > .band-member:nth-child(4)::after { content: "04"; }
.band-role { margin: 0 0 1.3rem; color: var(--accent-hot); font-size: .67rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.band-member h3 { position: relative; z-index: 1; margin: 0; max-width: 90%; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; font-style: italic; font-size: clamp(1.55rem,2.4vw,2.1rem); line-height: .95; }
.band-nickname { position: relative; z-index: 1; margin: 1.1rem 0 0; color: #c8c2ba; font-size: .91rem; font-style: italic; line-height: 1.45; }
.band-extended { margin-top: clamp(54px,7vw,92px); display: grid; gap: clamp(42px,6vw,70px); }
.band-subsection { padding-top: 1.35rem; border-top: 1px solid var(--line); }
.band-subheading { margin-bottom: 1.2rem; }
.band-subheading h3 { margin: .2rem 0 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; font-style: italic; font-size: clamp(1.8rem,3vw,2.55rem); line-height: .95; }
.band-grid-secondary { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 780px; }
.band-member-secondary { min-height: 190px; }
.band-subsection-guest { max-width: 780px; }
.band-member-guest { min-height: 0; max-width: 520px; }
.band-note { margin: .72rem 0 0; color: var(--muted); font-size: .84rem; }

/* Live photo card — deliberately not full-screen */
.feature-photo { width: min(calc(100% - 42px), 1260px); height: clamp(390px,48vw,590px); margin: 42px auto 0; position: relative; overflow: hidden; background: #09090b; border: 1px solid var(--line-strong); box-shadow: var(--shadow); transform: rotate(-.25deg); }
.feature-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: saturate(.96) contrast(1.05); }
.feature-photo::before { content: "LIVE"; position: absolute; z-index: 3; top: 1.2rem; right: 1.2rem; padding: .35rem .55rem; background: var(--accent); color: #fff; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: .9rem; font-style: italic; letter-spacing: .12em; transform: rotate(2deg); }
.feature-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(4,4,6,.88),transparent 60%,rgba(4,4,6,.1)); }
.feature-caption { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); padding-bottom: clamp(32px,5vw,58px); }
.feature-caption h2 { max-width: 800px; }


/* Set lists as taped set sheets */
.setlist-section { overflow: hidden; background: radial-gradient(circle at 86% 10%,rgba(217,38,28,.12),transparent 28rem), #0c0c0f; border-block: 1px solid var(--line); }
.setlist-section::before { content: "SET LIST"; position: absolute; left: -1.5rem; bottom: 1rem; color: rgba(255,255,255,.025); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(8rem,20vw,18rem); font-style: italic; line-height: .75; pointer-events: none; }
.setlist-heading { max-width: 820px; }
.setlist-heading > p:last-child { max-width: 720px; margin: 1rem 0 0; color: var(--muted); }
.set-groups { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(22px,3vw,36px); align-items: start; }
.set-group { position: relative; padding: 2.5rem 1.45rem 1.45rem; color: var(--ink); background: var(--paper); box-shadow: 12px 16px 0 rgba(0,0,0,.23); border: 1px solid rgba(0,0,0,.15); transform: rotate(-.35deg); }
.set-group:nth-child(2) { background: var(--paper-2); transform: rotate(.4deg); margin-top: 28px; }
.set-group::before { content: ""; position: absolute; top: -12px; left: 50%; width: 112px; height: 25px; transform: translateX(-50%) rotate(-2deg); background: rgba(211,196,161,.9); box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.set-group-heading { margin-bottom: 1.2rem; padding-bottom: .85rem; border-bottom: 3px solid var(--ink); }
.set-number { display: inline-block; color: var(--accent); font-size: .66rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.set-group-heading h3 { margin: .18rem 0 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(1.65rem,2.9vw,2.45rem); text-transform: uppercase; font-style: italic; line-height: .93; }
.songs-grid { counter-reset: set-song; display: grid; }
.song { counter-increment: set-song; display: grid; grid-template-columns: 27px minmax(0,1fr) auto; gap: .55rem; align-items: baseline; min-height: 0; padding: .46rem .05rem; border-bottom: 1px solid rgba(20,19,19,.18); background: transparent; }
.song::before { content: counter(set-song, decimal-leading-zero); color: #7b7169; font-size: .65rem; font-weight: 900; }
.song strong { color: var(--ink); font-size: .84rem; line-height: 1.25; }
.song span { color: #675f58; font-size: .62rem; font-weight: 900; text-align: right; text-transform: uppercase; letter-spacing: .055em; }
.set-group-extras { grid-column: 1 / -1; width: min(100%,760px); justify-self: center; padding: 1.5rem; color: var(--text); background: #111114; border-color: var(--line-strong); box-shadow: 8px 10px 0 rgba(217,38,28,.16); transform: rotate(-.2deg); }
.set-group-extras::before { background: rgba(217,38,28,.72); }
.set-group-extras .set-group-heading { border-color: rgba(255,255,255,.24); }
.set-group-extras .set-group-heading h3 { color: #fff; }
.set-group-extras .songs-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: var(--line); }
.set-group-extras .song { display: flex; flex-direction: column; gap: .2rem; padding: 1rem; background: #0c0c0f; border: 0; }
.set-group-extras .song::before { display: none; }
.set-group-extras .song strong { color: #f4f0e9; font-size: .95rem; }
.set-group-extras .song span { color: var(--muted); text-align: left; font-size: .68rem; }

/* Gigs */
.gigs { background: linear-gradient(180deg,#0a0a0c,#0f0f13); }
.gigs-intro { max-width: 720px; margin: 1rem 0 0; color: var(--muted); }
.upcoming-gig-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.upcoming-gig { position: relative; display: grid; grid-template-columns: 84px minmax(0,1fr); gap: 1.05rem; align-items: center; padding: 1.15rem; overflow: hidden; border: 1px solid var(--line); background: #111115; min-height: 145px; }
.upcoming-gig::after { content: ""; position: absolute; width: 120px; height: 120px; right: -82px; bottom: -76px; border: 22px solid rgba(217,38,28,.08); transform: rotate(20deg); }
.upcoming-gig.is-next { grid-column: 1 / -1; grid-template-columns: 150px minmax(0,1fr) auto; min-height: 210px; padding: clamp(1.4rem,3vw,2.15rem); border-color: rgba(255,73,60,.55); background: linear-gradient(135deg,rgba(217,38,28,.14),#111115 52%); box-shadow: inset 5px 0 0 var(--accent), var(--shadow); }
.gig-date-compact { display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: .48rem; min-height: 64px; padding-right: .9rem; border-right: 1px solid var(--line); text-transform: uppercase; }
.is-next .gig-date-compact { grid-template-columns: 68px 1fr; min-height: 108px; }
.gig-date-day { grid-row: 1/3; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2.35rem; line-height: .85; }
.is-next .gig-date-day { font-size: 5rem; color: #fff; }
.gig-date-month { color: var(--accent-hot); font-size: .73rem; font-weight: 950; letter-spacing: .12em; }
.is-next .gig-date-month { font-size: 1rem; }
.gig-date-year { color: var(--muted); font-size: .64rem; letter-spacing: .1em; }
.upcoming-gig-copy { position: relative; z-index: 1; }
.upcoming-gig-copy h3 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; font-style: italic; font-size: clamp(1.35rem,2.4vw,2.2rem); line-height: .95; }
.is-next .upcoming-gig-copy h3 { font-size: clamp(2rem,4vw,3.5rem); }
.upcoming-gig-copy p { margin: .25rem 0 0; color: var(--muted); font-size: .82rem; }
.upcoming-gig-copy .gig-location { margin-top: .45rem; color: #ece7e1; font-size: .78rem; font-weight: 850; letter-spacing: .035em; }
.gig-location-tbc { color: #aaa49c !important; font-style: italic; }
.gig-extra { color: #efebe5 !important; }
.gig-status { display: inline-block; margin-bottom: .5rem; padding: .25rem .45rem; background: var(--accent); color: #fff; font-size: .61rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-1deg); }
.gig-ticket { position: relative; z-index: 1; white-space: nowrap; }
.no-gigs { padding: 1.2rem; border: 1px solid var(--line); color: var(--muted); }
.gig-history { margin-top: clamp(66px,8vw,105px); }
.gig-history-heading { max-width: 760px; margin-bottom: 1.6rem; }
.gig-history-heading p:last-child { color: var(--muted); }
.gig-year { border-top: 1px solid var(--line); }
.gig-year:last-child { border-bottom: 1px solid var(--line); }
.gig-year summary { list-style: none; display: flex; align-items: center; gap: 1rem; padding: 1rem .15rem; cursor: pointer; color: #fff; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.45rem; font-style: italic; letter-spacing: .04em; text-transform: uppercase; }
.gig-year summary::-webkit-details-marker { display: none; }
.gig-year summary::after { content: "+"; margin-left: .45rem; color: var(--accent-hot); font-family: system-ui,sans-serif; font-size: 1.2rem; font-style: normal; }
.gig-year[open] summary::after { content: "−"; }
.gig-count { margin-left: auto; color: var(--muted); font-family: system-ui,sans-serif; font-size: .67rem; font-style: normal; font-weight: 850; letter-spacing: .08em; }
.gig-history-list { padding-bottom: 1rem; }
.gig-history-row { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 1rem; padding: .7rem .15rem; border-top: 1px solid rgba(255,255,255,.065); }
.gig-history-row time { color: var(--muted); font-size: .78rem; font-weight: 800; }
.gig-history-venue { display: grid; gap: .14rem; }
.gig-history-name { color: #eeeae4; font-weight: 850; }
.gig-history-location { color: var(--muted); font-size: .72rem; font-weight: 650; }

/* Gallery */
.gallery-section { overflow: hidden; background: #09090b; }
.gallery { display: grid; grid-template-columns: 1.05fr .95fr; grid-auto-rows: 300px; gap: 16px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border: 8px solid #ece7df; background: #111; box-shadow: 0 18px 38px rgba(0,0,0,.35); transition: transform .25s ease; }
.gallery-item:nth-child(1) { transform: rotate(-.55deg); }
.gallery-item:nth-child(2) { transform: rotate(.4deg); }
.gallery-item:nth-child(3) { transform: rotate(.6deg); }
.gallery-item:nth-child(4) { transform: rotate(-.4deg); }
.gallery-item:nth-child(5) { transform: rotate(.35deg); }
.gallery-item:nth-child(6) { transform: rotate(-.55deg); }
.gallery-item:hover { transform: rotate(0) translateY(-4px); z-index: 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(1.08); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: 2; }
.gallery-landscape { min-height: 300px; }
.photo-label { position: absolute; z-index: 2; left: .7rem; bottom: .7rem; padding: .3rem .46rem; background: #ece7df; color: #181516; font-size: .62rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; box-shadow: 2px 2px 0 rgba(0,0,0,.22); }

/* Booking */
.booking { overflow: hidden; background: #0e0e11; }
.booking::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,8,10,.98),rgba(8,8,10,.86) 55%,rgba(8,8,10,.45)), url('/assets/electric-outlawz-backdrop.webp') 80% center / cover no-repeat; opacity: .82; }
.booking::after { content: "BOOK THE OUTLAWZ"; position: absolute; right: -2rem; bottom: -1.4rem; color: rgba(255,255,255,.04); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(6rem,16vw,14rem); font-style: italic; line-height: .75; white-space: nowrap; }
.booking-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.8fr); gap: 4rem; align-items: center; }
.booking p { max-width: 690px; color: #beb8b0; }
.booking-action { text-align: right; }
.booking-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.45rem; }
.booking-tags span { padding: .4rem .58rem; border: 1px solid rgba(255,255,255,.24); background: rgba(0,0,0,.28); color: #eee9e2; font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

/* Footer */
.site-footer { padding: 28px 0; background: #060607; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; align-items: center; font-size: .76rem; }
.footer-grid p { margin: 0; }
.footer-logo-wrap { width: 82px; height: 52px; overflow: hidden; display: flex; align-items: center; }
.footer-logo { width: 82px; height: auto; filter: invert(1) contrast(1.08); mix-blend-mode: screen; opacity: .78; }
.site-footer a { color: #ddd8d1; text-underline-offset: 3px; }
.site-footer a:hover, .site-footer a:focus-visible { color: #fff; }

:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

/* Reveal motion — only enabled when JS adds .js */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { gap: .95rem; }
  .site-nav a { font-size: .69rem; }
  .hero-content { grid-template-columns: minmax(0,1fr) 280px; gap: 30px; }
  .hero-logo-title { width: min(390px,52vw); }
  .band-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .upcoming-gig.is-next { grid-template-columns: 130px minmax(0,1fr); }
  .gig-ticket { grid-column: 2; justify-self: start; }
}

@media (max-width: 860px) {
  .history-layout {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 2rem;
  }
  .history-photo { grid-column: 1 / -1; max-width: 760px; }
  .history-kicker {
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: start;
    gap: .8rem;
  }
  .history-kicker .kicker {
    grid-column: 1 / -1;
  }
  .history-year {
    font-size: clamp(2.8rem, 12vw, 4.8rem);
  }

  :root { --header: 68px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-toggle { display: block; cursor: pointer; }
  .site-nav { position: absolute; top: var(--header); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .72rem; background: rgba(8,8,10,.985); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(0,0,0,.42); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .86rem .75rem; font-size: .74rem; }
  .nav-cta { margin-top: .3rem; text-align: center; }
  .hero { max-height: none; }
  .hero-content { grid-template-columns: 1fr; align-items: end; padding-top: calc(var(--header) + 70px); }
  .hero-media { background-position: 58% 30%; }
  .hero-overlay { background: linear-gradient(0deg,rgba(6,6,8,.98) 0%,rgba(6,6,8,.62) 58%,rgba(6,6,8,.31) 100%); }
  .hero-logo-title { width: min(390px,64vw); }
  .hero-gig-poster { width: min(100%,390px); justify-self: end; }
  .split, .booking-grid { grid-template-columns: 1fr; gap: 2.3rem; }
  .set-groups { gap: 18px; }
  .upcoming-gig-list { grid-template-columns: 1fr; }
  .upcoming-gig.is-next { grid-column: 1; }
  .booking-action { text-align: left; }
  .footer-grid { grid-template-columns: auto 1fr; }
  .footer-grid p:last-child { grid-column: 1/-1; }
}

@media (max-width: 700px) {
  .set-groups { grid-template-columns: 1fr; }
  .set-group, .set-group:nth-child(2) { transform: none; margin-top: 0; }
  .set-group-extras { grid-column: 1; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-tall { grid-row: span 1; }
  .gallery-wide { grid-column: 1; }
}

@media (max-width: 620px) {
  .history-layout { grid-template-columns: 1fr; }
  .history-photo { grid-column: auto; }
  .history-section::after {
    font-size: 22vw;
    bottom: -.6rem;
  }
  .history-copy p {
    line-height: 1.7;
  }

  .section { padding: 68px 0; }
  h2 { font-size: clamp(2.55rem,14vw,4.1rem); }
  .brand-main { font-size: .68rem; }
  .brand-sub { font-size: 1.12rem; }
  .hero { min-height: 720px; }
  .hero-content { gap: 26px; padding-bottom: 64px; }
  .hero-logo-title { width: min(330px,80vw); }
  .hero-copy { font-size: .98rem; }
  .hero-actions .button { flex: 1 1 160px; }
  .hero-gig-poster { width: 100%; padding: 1.75rem 1.15rem 1.2rem; transform: rotate(.5deg); }
  .poster-day { font-size: 4.3rem; }
  .scroll-cue { display: none; }
  .genre-ticker-track { font-size: .86rem; animation-duration: 19s; }
  .outlaw-facts { grid-template-columns: 1fr 1fr 1fr; }
  .outlaw-facts div { min-height: 88px; padding: .72rem; }
  .outlaw-facts strong { font-size: 1.9rem; }
  .outlaw-facts span { font-size: .56rem; }
  .band-grid, .band-grid-secondary { grid-template-columns: 1fr; }
  .band-member { min-height: 0; }
  .feature-photo { width: calc(100% - 20px); height: 470px; margin-top: 24px; transform: none; }
  .feature-photo > img { object-position: 53% center; }
.set-group { padding: 2.25rem 1rem 1rem; }
  .song { grid-template-columns: 24px minmax(0,1fr); }
  .song span { grid-column: 2; text-align: left; margin-top: -.15rem; }
  .set-group-extras .songs-grid { grid-template-columns: 1fr; }
  .upcoming-gig, .upcoming-gig.is-next { grid-template-columns: 1fr; min-height: 0; gap: .85rem; }
  .gig-date-compact, .is-next .gig-date-compact { grid-template-columns: 42px auto auto; grid-template-rows: 1fr; justify-content: start; min-height: auto; padding: 0 0 .8rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .gig-date-day, .is-next .gig-date-day { grid-row: 1; font-size: 3rem; }
  .gig-date-year { margin-left: .2rem; }
  .gig-ticket { grid-column: 1; width: 100%; }
  .gig-history-row { grid-template-columns: 1fr; gap: .15rem; }
  .gallery-item { border-width: 6px; transform: none !important; }
  .booking::before { background: linear-gradient(rgba(8,8,10,.91),rgba(8,8,10,.91)), url('/assets/electric-outlawz-backdrop.webp') center / cover no-repeat; }
  .footer-grid { grid-template-columns: 1fr; gap: .85rem; }
  .footer-grid p:last-child { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .genre-ticker-track { transform: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}

.member-photo img[src*="paul-livett"] { object-position: 50% 36%; }

.about-production {
  margin-top: 1.25rem;
  padding-left: 1rem;
  border-left: 3px solid var(--accent);
  color: var(--muted);
  line-height: 1.75;
}
.about-production strong {
  color: #fff;
}
.member-photo img[src*="neil-isherwood"] { object-position: 50% 36%; }

.member-photo img[src*="alan-smith"] { object-position: 50% 32%; }
.member-photo img[src*="derek-farley"] { object-position: 50% 28%; }

.member-photo img[src*="chris-mayor"] { object-position: 50% 34%; }


.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}
.booking-copy {
  text-align: center;
}
.booking-copy > p:not(.kicker):not(.booking-note) {
  color: var(--muted);
}
.booking-contact-card {
  display: inline-grid;
  gap: .22rem;
  min-width: min(100%, 360px);
  margin: 1.4rem auto 0;
  padding: 1.15rem 1.35rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}
.booking-contact-label {
  color: var(--accent-hot);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.booking-contact-card strong {
  color: #fff;
  font-size: 1.2rem;
}
.booking-phone {
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1;
  text-decoration: none;
  letter-spacing: .03em;
}
.booking-phone:hover,
.booking-phone:focus-visible {
  color: var(--accent-hot);
}
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.2rem;
}
.booking-note {
  max-width: 640px;
  margin: 1.35rem auto 0;
  color: var(--muted);
  font-size: .9rem;
}


/* ===== Static multi-page / Cloudflare additions ===== */
body { padding-top: 0; }
.site-nav a.active:not(.nav-cta)::after,
.site-nav a[aria-current="page"]:not(.nav-cta)::after { right: 0; }
.site-nav a.active,
.site-nav a[aria-current="page"] { color: #fff; }

.page-hero {
  position: relative;
  min-height: clamp(390px, 56vh, 650px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #08080a;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(.92) contrast(1.08);
  transform: scale(1.01);
}
.page-hero-band::before { background-image: url('/assets/band-group.webp'); background-position: center 42%; }
.page-hero-gigs::before { background-image: url('/assets/empire-warrington-live.webp'); background-position: center 46%; }
.page-hero-music::before { background-image: url('/assets/live-stage.webp'); background-position: center 48%; }
.page-hero-gallery::before { background-image: url('/assets/venue-stage-blue.webp'); background-position: center 42%; }
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,6,8,.94), rgba(6,6,8,.52) 60%, rgba(6,6,8,.35)),
    linear-gradient(0deg, rgba(6,6,8,.82), transparent 58%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header) + 86px);
  padding-bottom: clamp(48px, 7vw, 86px);
  max-width: 900px;
}
.page-hero h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .015em;
  line-height: .88;
  font-size: clamp(4rem, 10vw, 8.8rem);
}
.page-hero p:last-child {
  max-width: 720px;
  margin: 1.1rem 0 0;
  color: #e6e0d8;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 650;
}

.home-story-preview {
  background:
    linear-gradient(135deg, rgba(217,38,28,.08), transparent 34%),
    #0a0a0c;
}
.home-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}
.home-story-photo {
  margin: 0;
  padding: 8px 8px 44px;
  background: #e8e0d1;
  color: #171516;
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}
.home-story-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.home-story-photo figcaption {
  margin: .8rem .45rem 0;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-story-copy p { color: var(--muted); }
.home-story-copy strong { color: #fff; }

.home-band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.home-band-grid .band-member { min-height: 0; }

.home-gigs {
  background: linear-gradient(180deg,#0a0a0c,#0f0f13);
}
.home-gigs-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}
.home-gigs-actions {
  margin-top: 1.4rem;
}

.gallery-preview {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
}
.gallery-preview figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  background: #101014;
}
.gallery-preview figure:nth-child(2),
.gallery-preview figure:nth-child(4) { transform: translateY(18px) rotate(.35deg); }
.gallery-preview img { width: 100%; height: 100%; object-fit: cover; }
.gallery-preview figcaption {
  position: absolute;
  left: .65rem;
  bottom: .65rem;
  padding: .26rem .42rem;
  background: var(--accent);
  color: #fff;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.page-section-intro {
  max-width: 760px;
  margin-bottom: 2.2rem;
}
.page-section-intro > p:last-child { color: var(--muted); }

.pa-panel {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(250px,.9fr);
  gap: clamp(28px,5vw,70px);
  align-items: center;
  padding: clamp(24px,4vw,46px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg,rgba(217,38,28,.1),rgba(255,255,255,.018));
}
.pa-panel p { color: var(--muted); margin-bottom: 0; }
.pa-panel strong { color: #fff; }
.pa-panel-visual {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.pa-panel-visual img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

.gig-history-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: .8rem;
}
.gig-history-tools button {
  border: 1px solid var(--line);
  background: #111115;
  color: #fff;
  padding: .55rem .75rem;
  cursor: pointer;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .68rem;
}
.gig-history-tools button:hover,
.gig-history-tools button:focus-visible { border-color: var(--accent-hot); }

.booking-strip {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg,rgba(5,5,6,.94),rgba(5,5,6,.72)),
    url('/assets/electric-outlawz-backdrop.webp') center / cover no-repeat;
}
.booking-strip-inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 2rem;
  align-items: center;
  padding-block: clamp(42px,6vw,72px);
}
.booking-strip h2 { font-size: clamp(2.4rem,5vw,4.6rem); }
.booking-strip p { max-width: 650px; color: #ded8d0; }
.booking-strip-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: flex-end; }
.booking-strip-phone {
  display: block;
  margin-top: .55rem;
  color: #fff;
  text-decoration: none;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.5rem,3vw,2.15rem);
  letter-spacing: .03em;
}
.booking-strip-phone:hover,
.booking-strip-phone:focus-visible { color: var(--accent-hot); }

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--line);
  background: #050506;
}
.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
}
.footer-logo { width: 88px; height: auto; filter: invert(1) contrast(1.1); opacity: .9; }
.footer-copy { color: var(--muted); font-size: .82rem; }
.footer-copy a { color: #fff; }
.footer-booking { text-align: right; }
.footer-booking span {
  display: block;
  color: var(--muted);
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
}
.footer-booking a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.static-card-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.static-card {
  padding: 1.3rem;
  border: 1px solid var(--line);
  background: #111115;
}
.static-card h3 {
  margin: 0 0 .5rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.5rem;
}
.static-card p { margin: 0; color: var(--muted); }

.no-js-note {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid var(--line);
  color: var(--muted);
  background: #111115;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px 0 70px;
  background:
    linear-gradient(90deg,rgba(6,6,8,.94),rgba(6,6,8,.66)),
    url('/assets/hero-electric-outlawz.webp') center / cover no-repeat;
}
.error-card { max-width: 760px; text-align: center; }
.error-code {
  display: block;
  color: var(--accent-hot);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(6rem,20vw,13rem);
  line-height: .7;
}
.error-card h1 {
  margin: 1rem 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.4rem,7vw,5rem);
  text-transform: uppercase;
  font-style: italic;
}
.error-card p { color: #ded8d0; }

@media (max-width: 980px) {
  .home-band-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-preview { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .static-card-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: auto 1fr; }
  .footer-booking { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 860px) {
  .home-story-grid,
  .pa-panel,
  .booking-strip-inner { grid-template-columns: 1fr; }
  .booking-strip-actions { justify-content: flex-start; }
  .home-gigs-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .page-hero { min-height: 430px; }
  .page-hero-content { padding-top: calc(var(--header) + 62px); }
  .home-band-grid,
  .gallery-preview { grid-template-columns: 1fr; }
  .gallery-preview figure:nth-child(2),
  .gallery-preview figure:nth-child(4) { transform: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-booking { grid-column: auto; }
  .booking-strip-actions { flex-direction: column; }
  .booking-strip-actions .button { width: 100%; }
}
