:root {
  --ink: #171411;
  --paper: #f5eddf;
  --white: #fff8eb;
  --yellow: #f3b928;
  --blue: #4ba8b8;
  --orange: #e3652f;
  --purple: #875aa7;
  --green: #79a873;
  --pink: #ee87a7;
  --line-dark: rgba(23, 20, 17, 0.28);
  --line-light: rgba(255, 248, 235, 0.32);
  --page-pad: max(24px, calc((100% - 1260px) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: var(--yellow);
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
}

.mono,
.section-index,
.overline,
.shows-list time,
.show-status {
  font-family: "DM Mono", "Courier New", monospace;
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto auto;
  column-gap: 28px;
  align-items: center;
  min-height: 64px;
  padding: 0 24px;
  color: var(--white);
  background: rgba(23, 20, 17, 0.94);
  border-bottom: 1px solid rgba(255, 248, 235, 0.2);
  backdrop-filter: blur(12px);
}

.wordmark {
  width: max-content;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.site-header nav {
  display: flex;
  gap: 28px;
}

.site-header nav a,
.header-contact {
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 0.72rem;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a:hover,
.header-contact:hover {
  color: var(--yellow);
}

.header-contact {
  justify-self: end;
}

.band-section {
  padding: 112px var(--page-pad);
}

.section-index {
  margin-bottom: 48px;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.overline {
  margin: 0 0 18px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.intro {
  font-size: 1.45rem;
  line-height: 1.42;
}

.hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--purple);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.12) contrast(1.06);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(23, 20, 17, 0.2);
}

.hero-title-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 110px 22px 90px;
  text-align: center;
  transform: translateY(-8vh);
}

.hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 9rem;
  line-height: 0.78;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-title-wrap p {
  max-width: none;
  margin: 34px auto 0;
  font-size: 1.55rem;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.hero-enter {
  position: absolute;
  bottom: 22px;
  left: 24px;
  z-index: 3;
  font-size: 0.7rem;
  text-decoration: none;
  text-transform: uppercase;
}

.identity {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 220px;
  gap: 40px;
  align-items: start;
  color: var(--white);
  background: var(--ink);
}

.identity .section-index {
  margin: 8px 0 0;
  color: var(--yellow);
}

.identity-copy {
  max-width: 780px;
}

.identity h2,
.story h2,
.shows h2,
.contact h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 5rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.identity .intro {
  max-width: 700px;
  margin: 38px 0 0;
  color: rgba(255, 248, 235, 0.78);
}

.identity-credit {
  margin: 22px 0 0;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.identity-credit cite {
  font-style: normal;
}

.identity-credit a {
  color: inherit;
  text-underline-offset: 0.22em;
}

.identity-aside {
  padding-top: 47px;
  border-top: 1px solid var(--line-light);
}

.identity-members {
  margin: 0;
}

.identity-members div {
  padding: 10px 0;
  border-bottom: 1px solid var(--line-light);
  font-size: 0.92rem;
}

.identity-members dt {
  font-weight: 700;
}

.identity-members dd {
  margin: 3px 0 0;
  color: rgba(255, 248, 235, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}

.headline-shows-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  color: var(--ink);
  background: var(--blue);
}

.headline-shows-poster {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--purple);
}

.headline-shows-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headline-shows-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 120px) var(--page-pad);
}

.headline-shows-copy .overline {
  margin: 0 0 16px;
}

.headline-shows-copy h2 {
  max-width: 780px;
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(3rem, 6.5vw, 7.5rem);
  line-height: 0.86;
}

.headline-shows-dates {
  margin-top: clamp(40px, 5vw, 72px);
  border-top: 1px solid currentColor;
}

.headline-show {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid currentColor;
}

.headline-show time {
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.headline-show h3 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.5rem, 2.7vw, 3rem);
  line-height: 1;
}

.headline-show p {
  margin: 7px 0 0;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.headline-shows-onsale {
  align-self: flex-start;
  margin: clamp(34px, 4vw, 54px) 0 0;
  padding: 14px 18px;
  color: var(--white);
  background: var(--ink);
}

.headline-shows-onsale span,
.headline-shows-onsale strong {
  display: block;
}

.headline-shows-onsale span {
  margin-bottom: 4px;
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.headline-shows-onsale strong {
  color: var(--yellow);
  font-size: clamp(1rem, 1.7vw, 1.4rem);
}

.quote {
  max-width: 1040px;
  margin: 0;
}

.quote p {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.quote cite {
  display: block;
  margin-top: 20px;
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
}

.quote cite a {
  color: inherit;
  text-underline-offset: 0.22em;
}

.quote-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  background: var(--yellow);
}

.quote-feature-image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--purple);
}

.quote-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-feature .quote-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: none;
  margin: 0;
  padding: clamp(48px, 7vw, 120px);
  text-align: center;
}

.quote-feature .quote-two p {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 820px;
  color: var(--white);
  background: var(--ink);
}

.story-image {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.story-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  align-self: center;
}

.story-copy .section-index {
  color: var(--yellow);
}

.story .story-copy h2 {
  max-width: 650px;
  margin-bottom: clamp(34px, 4vw, 58px);
  font-size: clamp(2.2rem, 3.1vw, 4rem);
  line-height: 1;
}

.story-bio {
  max-width: 650px;
  color: rgba(255, 248, 235, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.55;
}

.story-bio p {
  margin: 0;
}

.story-bio p + p {
  margin-top: 1.1em;
}

.incoming {
  color: var(--ink);
  background: var(--paper);
}

.incoming-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 52px;
  color: var(--white);
  background: var(--ink);
}

.incoming-heading .section-index {
  margin: 0;
  color: var(--yellow);
}

.incoming-heading h2 {
  margin: 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  line-height: 0.95;
}

.incoming-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.incoming-release {
  min-width: 0;
  border-right: 1px solid var(--ink);
}

.incoming-release:last-child {
  border-right: 0;
}

.incoming-release img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.incoming-meta {
  min-height: 158px;
  padding: 22px 24px 26px;
  border-top: 1px solid var(--ink);
}

.incoming-release:nth-child(1) .incoming-meta {
  background: var(--yellow);
}

.incoming-release:nth-child(2) .incoming-meta {
  background: var(--green);
}

.incoming-release:nth-child(3) .incoming-meta {
  background: var(--pink);
}

.incoming-meta span {
  font-size: 0.68rem;
  text-transform: uppercase;
}

.incoming-meta h3 {
  margin: 20px 0 0;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 0.9;
}

.incoming-preview {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  text-underline-offset: 0.3em;
  text-transform: uppercase;
}

.text-link {
  font-weight: 700;
  text-underline-offset: 5px;
}

.shows-heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding-top: 52px;
  padding-bottom: 52px;
  color: var(--white);
  background: var(--ink);
}

.shows-heading .section-index {
  margin: 0;
  color: var(--yellow);
}

.shows-heading h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  line-height: 0.95;
}

.shows-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--ink);
  background: var(--paper);
}

.shows-group {
  min-width: 0;
  padding: clamp(38px, 4vw, 56px) var(--page-pad);
}

.shows-upcoming {
  background: var(--paper);
}

.shows-previous {
  color: var(--ink);
  background: var(--paper);
  border-left: 1px solid var(--ink);
}

.shows-group h3 {
  margin: 0 0 24px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 0.95;
}

.shows-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid currentColor;
}

.shows-list li {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  min-height: 58px;
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
}

.shows-list time,
.show-status {
  font-size: 0.68rem;
  text-transform: uppercase;
}

.shows-list strong {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.show-status {
  padding: 4px 7px;
  border: 1px solid currentColor;
}

.shows-previous .shows-list {
  border-color: var(--line-dark);
}

.shows-previous .shows-list li {
  grid-template-columns: 98px minmax(0, 1fr);
  border-color: var(--line-dark);
}

.contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--white);
  background: var(--ink);
}

.contact-copy {
  align-self: center;
}

.contact-copy.band-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-copy .section-index {
  margin-bottom: 16px;
}

.contact-copy h2 {
  margin: 0 0 20px;
  font-family: "Archivo Black", Impact, sans-serif;
  font-size: clamp(2.7rem, 4vw, 4.5rem);
  line-height: 0.95;
}

.contact-routes {
  margin-top: 0;
  border-top: 1px solid var(--line-light);
}

.contact-route {
  padding: 12px 0 14px;
  border-bottom: 1px solid var(--line-light);
}

.contact-route-label {
  margin: 0 0 7px;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.contact-email {
  display: inline-block;
  max-width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-underline-offset: 6px;
}

.contact-merch {
  position: relative;
  height: auto;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.contact-merch img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 49%;
}

.contact-links {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
}

.contact-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 16px 24px;
  border-right: 1px solid var(--line-light);
  font-size: 0.72rem;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-links a:last-child {
  border-right: 0;
}

.contact-links a:hover {
  color: var(--ink);
  background: var(--yellow);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  color: rgba(255, 248, 235, 0.7);
  background: var(--ink);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.site-footer a {
  text-decoration: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.js .reveal.in-view {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .hero h1 {
    font-size: 7rem;
  }

  .identity h2,
  .story h2 {
    font-size: 4.25rem;
  }

  .identity,
  .incoming-heading {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .identity-aside {
    grid-column: 2;
  }

  .identity-aside {
    padding-top: 0;
  }

  .story {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shows-heading {
    grid-template-columns: 140px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  :root {
    --page-pad: 24px;
  }

  body {
    font-size: 16px;
  }

  .band-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    column-gap: 18px;
  }

  .site-header nav {
    gap: 18px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .hero-title-wrap {
    padding: 96px 22px 88px;
  }

  .hero-title-wrap p {
    font-size: 1.15rem;
  }

  .identity,
  .incoming-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .incoming-heading,
  .shows-heading {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .identity .section-index,
  .incoming-heading .section-index {
    margin: 0 0 12px;
  }

  .identity-aside {
    grid-column: auto;
  }

  .quote-feature {
    grid-template-columns: 1fr;
  }

  .headline-shows-feature {
    grid-template-columns: 1fr;
  }

  .headline-shows-poster img {
    height: auto;
  }

  .headline-shows-poster,
  .quote-feature-image {
    aspect-ratio: auto;
  }

  .quote-feature-image img {
    height: auto;
  }

  .quote-feature .quote-two {
    min-height: 420px;
  }

  .quote p {
    font-size: 3.3rem;
  }

  .story,
  .contact {
    grid-template-columns: 1fr;
  }

  .shows-heading,
  .shows-groups {
    grid-template-columns: 1fr;
  }

  .shows-heading .section-index,
  .shows-heading h2 {
    grid-column: auto;
  }

  .shows-heading {
    gap: 14px;
  }

  .shows-previous {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .incoming-grid {
    grid-template-columns: 1fr;
  }

  .incoming-release {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .incoming-release:last-child {
    border-bottom: 0;
  }

  .story-image {
    min-height: 620px;
  }

  .contact-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-links a:nth-child(2) {
    border-right: 0;
  }

  .contact-links a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .contact-merch,
  .contact-merch img {
    height: 420px;
    min-height: 0;
  }
}

@media (max-width: 520px) {
  :root {
    --page-pad: 18px;
  }

  .site-header {
    min-height: 58px;
    padding: 0 18px;
    column-gap: 12px;
  }

  .wordmark {
    font-size: 0.86rem;
  }

  .site-header nav {
    gap: 12px;
  }

  .site-header nav a,
  .header-contact {
    font-size: 0.64rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-image {
    object-position: center center;
  }

  .hero-title-wrap {
    padding: 90px 14px 100px;
  }

  .hero h1 {
    font-size: 3.15rem;
    line-height: 0.86;
  }

  .hero-title-wrap p {
    max-width: none;
    margin-top: 22px;
    font-size: clamp(0.7rem, 3.1vw, 0.9rem);
    text-align: center;
  }

  .hero-enter {
    left: 18px;
  }

  .identity h2,
  .story h2 {
    font-size: 2.75rem;
  }

  .headline-shows-copy h2 {
    font-size: 3.25rem;
  }

  .headline-show {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .intro {
    font-size: 1.18rem;
  }

  .quote p {
    font-size: 2.35rem;
  }

  .story-image {
    min-height: 470px;
  }

  .contact-links {
    grid-template-columns: 1fr;
  }

  .contact-links a,
  .contact-links a:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .incoming-meta {
    min-height: 132px;
  }

  .incoming-heading,
  .shows-heading {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .shows-group {
    padding: 36px var(--page-pad);
  }

  .shows-group h3 {
    margin-bottom: 24px;
  }

  .shows-list li,
  .shows-previous .shows-list li {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 12px;
    padding: 12px 0;
  }

  .shows-list time {
    grid-column: 1 / -1;
  }

  .shows-list strong {
    grid-column: 1;
  }

  .show-status {
    grid-column: 2;
    align-self: center;
  }

  .contact-email {
    font-size: 1.05rem;
  }

  .contact-merch,
  .contact-merch img {
    height: 340px;
    min-height: 0;
  }

  .site-footer {
    flex-direction: column;
    padding: 20px 18px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
