/* The concert-poster layer: keeps the responsive foundation while turning the volume up. */
:root {
  --ink: #050708;
  --surface: #0b0e10;
  --surface-raised: #151515;
  --paper: #eee9df;
  --muted: #b8b1a8;
  --line: #4b4945;
  --red: #f02b34;
  --red-deep: #7c1016;
  --blue: #159bff;
}

body {
  background:
    radial-gradient(circle at 18% 20%, rgb(240 43 52 / 7%), transparent 28%),
    radial-gradient(circle at 86% 58%, rgb(21 155 255 / 5%), transparent 24%),
    repeating-linear-gradient(115deg, transparent 0 5px, rgb(255 255 255 / 1.3%) 6px 7px),
    var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .2;
  mix-blend-mode: screen;
  background-image: repeating-radial-gradient(circle at 40% 20%, transparent 0 1px, rgb(255 255 255 / 13%) 1.5px 2px);
  background-size: 5px 5px;
}

.site-header {
  min-height: 66px;
  border-top: 4px solid #191919;
  border-bottom: 2px solid #716b62;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 5%), transparent 26%),
    repeating-linear-gradient(90deg, #0d0f10 0 14px, #0a0c0d 15px 28px);
  box-shadow: 0 4px 0 #020303, inset 0 -1px var(--red-deep);
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  top: 19px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ddd, #4b4b48 34%, #101112 67%);
  box-shadow: 0 0 0 2px #020303;
}
.site-header::before { left: 10px; }
.site-header::after { right: 10px; }

.brand {
  color: var(--paper);
  font-size: clamp(21px, 2.2vw, 29px);
  letter-spacing: .075em;
  text-shadow: 2px 2px 0 #000;
}

.bolt { color: var(--red); transform: skew(-12deg); }
.site-header nav a { color: var(--paper); font-size: 13px; text-shadow: 1px 1px #000; }
.chain-status { color: #ddd8cf; }

.hero {
  min-height: min(900px, calc(100svh - 66px));
  padding-top: clamp(82px, 10vw, 132px);
  overflow: hidden;
  border-bottom: 0;
  background: #050708;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgb(238 233 223 / 32%);
  clip-path: polygon(0 2%, 4% 0, 9% 2%, 14% 0, 21% 1.5%, 29% 0, 38% 2%, 45% 0, 54% 1%, 63% 0, 70% 2%, 79% 0, 87% 1.5%, 94% 0, 100% 2%, 99% 96%, 95% 100%, 88% 97%, 80% 100%, 71% 98%, 61% 100%, 51% 97%, 42% 100%, 32% 98%, 21% 100%, 13% 97%, 5% 100%, 1% 97%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  height: auto;
  opacity: 1;
  background: radial-gradient(ellipse at center, transparent 10%, rgb(5 7 8 / 26%) 48%, rgb(5 7 8 / 82%) 100%);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.08) saturate(.95);
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  max-width: 100%;
  width: min(990px, 100%);
  padding: clamp(18px, 3vw, 34px);
  background: radial-gradient(ellipse at center, rgb(3 4 5 / 78%) 0 28%, rgb(3 4 5 / 42%) 57%, transparent 74%);
}

.hero h1 {
  color: var(--paper);
  font-size: clamp(72px, 12.5vw, 144px);
  line-height: .76;
  letter-spacing: -.045em;
  transform: scaleY(1.08);
  text-shadow: 5px 5px 0 #050505, 7px 7px 0 var(--red-deep), -2px -2px 0 #fff;
}

.hero h1::first-letter { font-size: 1.12em; }
.hero-line {
  margin-top: 34px;
  color: var(--paper);
  font-size: clamp(23px, 3.4vw, 42px);
  letter-spacing: .035em;
  text-shadow: 3px 3px 0 #000, 0 0 18px #000;
}
.hero-description {
  max-width: 710px;
  color: #f0ece5;
  font-weight: 700;
  text-shadow: 2px 2px 3px #000;
}
.hero-actions .button { box-shadow: 7px 7px 0 #030303; }
.live-line { color: #f0ece5; text-shadow: 2px 2px 2px #000; }
.hero-bolt { z-index: 4; text-shadow: 4px 4px 0 #000; }

.button {
  border-width: 2px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 15px;
  letter-spacing: .11em;
  clip-path: polygon(1.5% 0, 100% 0, 98.5% 100%, 0 100%);
}
.button-primary { box-shadow: inset 0 -4px rgb(0 0 0 / 28%); }

.chant {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(0, auto) auto;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 3vw, 38px);
  margin: -18px 0 0;
  padding: clamp(22px, 3.6vw, 42px) var(--gutter);
  color: #050708;
  background:
    repeating-linear-gradient(-9deg, transparent 0 7px, rgb(0 0 0 / 8%) 8px 9px),
    var(--red);
  box-shadow: 0 -7px 0 #0a0a0a, 0 7px 0 #0a0a0a;
  clip-path: polygon(0 8%, 3% 0, 7% 7%, 12% 1%, 18% 6%, 24% 0, 30% 7%, 37% 1%, 44% 6%, 50% 0, 57% 7%, 64% 1%, 71% 6%, 78% 0, 85% 7%, 92% 1%, 100% 7%, 100% 93%, 94% 100%, 88% 94%, 81% 100%, 74% 93%, 67% 99%, 60% 94%, 53% 100%, 46% 93%, 39% 99%, 32% 94%, 25% 100%, 18% 93%, 12% 99%, 6% 94%, 0 100%);
}
.chant p {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(28px, 5.2vw, 70px);
  line-height: .96;
  letter-spacing: .015em;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}
.chant > span { font-size: clamp(18px, 2.6vw, 36px); }
.chant-dark {
  margin: 0;
  color: var(--red);
  background:
    linear-gradient(180deg, rgb(240 43 52 / 10%), transparent),
    repeating-linear-gradient(90deg, #090b0c 0 21px, #0d0f10 22px 42px);
  border-top: 2px solid var(--paper);
  border-bottom: 2px solid var(--paper);
  box-shadow: inset 0 8px 20px #000, inset 0 -8px 20px #000;
  clip-path: none;
}
.chant-dark p { font-size: clamp(26px, 4vw, 56px); text-shadow: 3px 3px 0 #000; }
.chant-dark > span { color: var(--blue); }

.anthems {
  max-width: 1320px;
  padding-top: clamp(88px, 9vw, 124px);
  background:
    linear-gradient(90deg, transparent, rgb(255 255 255 / 1.6%) 50%, transparent),
    repeating-linear-gradient(175deg, transparent 0 16px, rgb(255 255 255 / 1.2%) 17px 18px);
}
.section-heading h2,
.riff h2 {
  color: var(--paper);
  text-shadow: 4px 4px 0 #000, 6px 6px 0 var(--red-deep);
}
.section-heading h2 { font-size: clamp(54px, 8vw, 94px); }
.section-heading p { color: #d2cdc4; font-weight: 700; }
.claw { font-size: 36px; text-shadow: 3px 3px #000; }

.set-list {
  display: grid;
  gap: 10px;
  border: 0;
}
.anthem {
  position: relative;
  min-height: 108px;
  padding: 16px 28px;
  border: 2px solid #5d5952;
  background:
    radial-gradient(circle, rgb(255 255 255 / 7%) 0 1px, transparent 1.5px) 0 0 / 6px 6px,
    linear-gradient(180deg, #191919, #0c0e0f 44%, #151515);
  box-shadow: 7px 7px 0 #020303, inset 0 1px rgb(255 255 255 / 10%);
  clip-path: polygon(0 4px, 5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 4px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px));
}
.anthem:nth-child(even) {
  background:
    repeating-linear-gradient(135deg, transparent 0 10px, rgb(255 255 255 / 2%) 11px 12px),
    linear-gradient(180deg, #262626, #101213 60%, #1b1b1b);
}
.anthem::before,
.anthem::after {
  content: "";
  position: absolute;
  left: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e0d8ca, #57534c 35%, #0a0a0a 70%);
}
.anthem::before { top: 9px; }
.anthem::after { bottom: 9px; }
.anthem:hover { border-color: #8f8980; background-color: #1e1516; }
.track-number { font-size: 45px; text-shadow: 3px 3px 0 #000; }
.anthem-name h3 { color: var(--paper); font-size: clamp(22px, 2.3vw, 31px); text-shadow: 2px 2px 0 #000; }
.anthem-quote { color: #e1ddd5; font-size: 15px; font-weight: 600; }
.headbang-count strong { color: var(--paper); font-size: 31px; }
.headbang-button { background: #13090a; box-shadow: 4px 4px 0 #030303, inset 0 0 0 1px var(--red-deep); font-family: Impact, sans-serif; font-size: 14px; }
.headbang-button:disabled { border-color: #66645f; background: #282828; color: #aaa59c; box-shadow: inset 0 0 0 1px #373737; }

.riff {
  max-width: 1380px;
  min-height: 650px;
  overflow: hidden;
  border-top: 0;
}
.riff h2 { font-size: clamp(70px, 10vw, 132px); }
.riff > div:first-child { position: relative; z-index: 2; }
.riff > div:first-child > p { color: #e2ddd4; font-weight: 700; }
.riff-art { position: relative; width: min(58vw, 680px); margin: -20px -90px -40px -40px; }
.riff-art::after { content: ""; position: absolute; inset: 0; box-shadow: inset 55px 0 80px #050708, inset 0 0 45px #050708; pointer-events: none; }
.riff-art img { display: block; width: 100%; height: auto; filter: contrast(1.08); }

footer {
  border-top: 3px solid var(--red);
  background: repeating-linear-gradient(90deg, #080a0b 0 18px, #0b0d0e 19px 36px);
}

@media (max-width: 980px) {
  .riff-art { width: min(55vw, 560px); margin-right: -70px; }
}

@media (max-width: 720px) {
  .site-header::before, .site-header::after { display: none; }
  .hero { min-height: 760px; padding-top: 82px; }
  .hero-art { object-position: 50% center; opacity: .72; }
  .hero::after { background: linear-gradient(180deg, rgb(5 7 8 / 10%), rgb(5 7 8 / 42%) 44%, rgb(5 7 8 / 80%) 82%); }
  .hero-copy { margin-top: 100px; padding-inline: 0; background: radial-gradient(ellipse at center, rgb(3 4 5 / 75%), transparent 72%); }
  .hero h1 { overflow: visible; font-size: clamp(42px, 13.8vw, 66px); letter-spacing: -.055em; white-space: nowrap; }
  .hero-line { font-size: clamp(22px, 7.5vw, 33px); }
  .chant { grid-template-columns: 1fr; gap: 4px; padding-block: 30px; }
  .chant p { max-width: 100%; overflow-wrap: anywhere; }
  .chant > span { display: none; }
  .anthem { padding: 22px 16px 22px 20px; }
  .riff { min-height: 0; }
  .riff-art { width: calc(100% + 48px); margin: 24px -24px -50px; }
  .riff-art::after { box-shadow: inset 0 45px 70px #050708, inset 0 -15px 30px #050708; }
}

@media (max-width: 420px) {
  .hero { min-height: 710px; }
  .hero-copy { margin-top: 76px; }
  .chant p { font-size: 30px; }
  .chant-dark p { font-size: 27px; }
  .section-heading h2 { font-size: 51px; }
}
