:root {
  color-scheme: dark;
  --black: #050505;
  --ink: #0c0c0c;
  --white: #f4f4ef;
  --muted: #aaa9a4;
  --line: #353535;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.hero { min-height: 76vh; position: relative; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #000; }
.hero-copy { position: relative; z-index: 1; padding-block: 80px 66px; }
.logo { width: min(680px, 88vw); height: auto; display: block; margin-left: -3%; filter: drop-shadow(0 3px 0 #000); }
.kicker, .section-number { text-transform: uppercase; letter-spacing: .14em; font-weight: 600; font-size: .83rem; }
.kicker { border-left: 7px solid var(--white); padding-left: 14px; margin: 16px 0; }
.lede { max-width: 690px; font-size: clamp(1.08rem, 2vw, 1.35rem); margin: 20px 0 30px; }
.band-portrait { margin: 0; height: min(82vh, 900px); overflow: hidden; border-bottom: 1px solid var(--line); }
.band-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-block; padding: 12px 18px; border: 2px solid var(--white); text-decoration: none; text-transform: uppercase; font-weight: 600; letter-spacing: .06em; transition: .15s ease; }
.button.primary, .button:hover { background: var(--white); color: var(--black); }
.section-grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr); gap: clamp(40px, 9vw, 120px); }
.intro, .lineup { padding-block: 110px; }
.section-number { margin: 0 0 24px; color: var(--muted); }
h1, h2, h3 { font-family: "Archivo Black", sans-serif; text-transform: uppercase; line-height: .98; letter-spacing: -.035em; margin-top: 0; }
h1, h2 { font-size: clamp(2.8rem, 7vw, 6.2rem); margin-bottom: 28px; }
h3 { font-size: 1.3rem; line-height: 1.15; }
.bio p { font-size: 1.05rem; }
.dark-section { background: var(--white); color: var(--black); }
.music { padding-block: 90px; }
.music .section-number, .studio .section-number, .proof .section-number { color: #5c5c58; }
.stat strong { font-family: "Archivo Black", sans-serif; font-size: 2rem; }
.spotify { border-radius: 0; align-self: center; }
.live { padding-block: 100px; }
.live-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.live-heading p { max-width: 390px; color: var(--muted); }
video { width: 100%; display: block; margin-top: 26px; border: 1px solid var(--line); background: #000; }
.studio { padding-block: 100px; }
.studio video { border-color: #a5a59f; }
.proof { padding-block: 100px; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 3px solid var(--black); }
.proof article { padding: 30px 30px 36px 0; border-bottom: 1px solid #a5a59f; }
.proof article:nth-child(odd) { border-right: 1px solid #a5a59f; padding-right: 35px; }
.proof article:nth-child(even) { padding-left: 35px; }
.proof span { font-weight: 600; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.proof p { margin-bottom: 0; }
.proof .featured { background: var(--black); color: var(--white); padding-right: 35px; padding-left: 35px; }
.lineup ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.lineup li { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.lineup strong { font-family: "Archivo Black", sans-serif; text-transform: uppercase; font-size: 1.25rem; }
.lineup span { text-align: right; color: var(--muted); }
.details { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: var(--ink); border-block: 1px solid var(--line); }
.details > img { width: 100%; height: 100%; object-fit: cover; }
.details-copy { padding: clamp(45px, 8vw, 110px); align-self: center; }
dl { margin: 0; }
dl div { padding: 18px 0; border-bottom: 1px solid var(--line); }
dt { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }
dd { margin: 4px 0 0; font-weight: 500; }
footer { padding-block: 90px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.email { font-family: "Archivo Black", sans-serif; font-size: clamp(1.2rem, 3vw, 2.4rem); text-decoration-thickness: 2px; }
nav { display: flex; gap: 22px; flex-wrap: wrap; }
nav a { text-transform: uppercase; font-size: .86rem; font-weight: 600; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .hero { min-height: 72vh; }
  .hero-copy { padding-block: 48px 42px; }
  .logo { width: 105%; max-width: none; margin-left: -5%; }
  .band-portrait { height: 68vh; }
  .section-grid, .details { grid-template-columns: 1fr; }
  .intro, .lineup, .music, .live, .proof { padding-block: 70px; }
  .section-grid { gap: 24px; }
  .live-heading, .footer-grid { display: block; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof article, .proof article:nth-child(odd), .proof article:nth-child(even) { border-right: 0; padding-inline: 0; }
  .proof .featured { margin-inline: -14px; padding-inline: 14px; }
  .details > img { max-height: 480px; }
  .details-copy { padding: 55px 22px; }
  nav { margin-top: 40px; }
}
