@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

:root {
  --stage-black: #000;
  --stage-panel: rgba(0, 0, 0, 0.86);
  --stage-panel-soft: rgba(0, 0, 0, 0.68);
  --stage-line: rgba(255, 255, 255, 0.14);
  --stage-text: #f7f7f4;
  --stage-muted: rgba(247, 247, 244, 0.72);
  --stage-faint: rgba(247, 247, 244, 0.46);
  --stage-taupe: #66594a;
  --stage-taupe-light: #7c6d5d;
  --stage-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
  --stage-nav-width: 478px;
  --stage-header-outer-offset: min(590px, calc(50vw - 22px));
  --stage-nav-bg-offset: 42px;
  --stage-nav-text-offset: 30px;
  color-scheme: dark;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  scroll-snap-type: y mandatory;
}

body {
  margin: 0;
  background: var(--stage-black);
  color: var(--stage-text);
  font-size: 16px;
  line-height: 1.45;
}

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

a {
  color: inherit;
}

.stage-header {
  position: fixed;
  top: 56px;
  right: 0;
  left: 0;
  z-index: 50;
  height: 63px;
  min-height: 63px;
  pointer-events: none;
}

.stage-brand {
  position: absolute;
  top: 0;
  left: calc(50vw - var(--stage-header-outer-offset));
  z-index: 2;
  display: block;
  width: 63px;
  height: 63px;
  pointer-events: auto;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.stage-brand img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  object-fit: contain;
}

.stage-guinness {
  position: absolute;
  top: 50%;
  right: calc(50vw - var(--stage-header-outer-offset));
  width: 202px;
  height: auto;
  pointer-events: none;
  transform: translateY(-50%);
}

.stage-nav {
  position: absolute;
  top: 13px;
  left: calc(50vw - var(--stage-header-outer-offset) + var(--stage-nav-bg-offset));
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: var(--stage-nav-width);
  min-height: 37px;
  padding: 0 10px 0 var(--stage-nav-text-offset);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.66);
  color: rgba(255, 255, 255, 0.7);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: auto;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.stage-nav a {
  padding-inline: 7px;
  text-decoration: none;
}

.stage-nav a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.stage-nav a:hover,
.stage-nav a:focus-visible {
  color: #fff;
}

.stage-nav .stage-language {
  color: #8a745f;
}

.stage-menu-toggle {
  display: none;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--stage-line);
  border-radius: 6px;
  background: #111;
  color: #fff;
  font: inherit;
  pointer-events: auto;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.is-hero-active .stage-nav,
.is-hero-active .stage-menu-toggle {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.stage-section {
  --stage-bg-dim: 0.6;
  position: relative;
  isolation: isolate;
  height: 100vh;
  height: 100svh;
  padding: 144px clamp(18px, calc((100vw - 960px) / 2), 142px) 90px;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.stage-section::before,
.stage-section::after {
  position: absolute;
  inset: 0;
  content: "";
}

.stage-section::before {
  z-index: -3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stage-section::after {
  z-index: -2;
  background:
    linear-gradient(rgb(0 0 0 / var(--stage-bg-dim)), rgb(0 0 0 / var(--stage-bg-dim))),
    linear-gradient(180deg, rgba(51, 51, 51, 0) 28%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(51, 51, 51, 0) 24%);
}

.stage-section > * {
  position: relative;
  z-index: 1;
  max-width: 966px;
  width: 100%;
  margin-inline: auto;
}

.stage-albums > * {
  max-width: 1046px;
}

.stage-gigs > *,
.stage-references > *,
.stage-band > *,
.stage-merch > *,
.stage-contact > * {
  max-width: 968px;
}

.stage-hero::before {
  background-image: url("../img/staging/backgrounds/hero.jpg");
  background-size: 100vw 51.53vw;
  background-position: center top;
}

.stage-hero,
.stage-contact {
  --stage-bg-dim: 0.2;
}

.stage-gigs::before {
  background-image: url("../img/staging/backgrounds/gigs.jpg");
  background-size: 108.36vw 72.27vw;
  background-position: calc(50% + 1.93vw) -1.77vw;
}

.stage-albums::before {
  background-image: url("../img/staging/backgrounds/albums.jpg");
  background-size: 140.35vw 93.57vw;
  background-position: calc(50% + 13.02vw) -11.09vw;
}

.stage-references::before {
  background-image: url("../img/staging/backgrounds/references.jpg");
  background-size: 164.63vw 114.71vw;
  background-position: center -45.98vw;
}

.stage-band::before {
  background-image: url("../img/staging/backgrounds/band.jpg");
  background-size: 120.58vw 80.39vw;
  background-position: calc(50% - 0.88vw) -6.99vw;
}

.stage-merch::before {
  background-image: url("../img/staging/backgrounds/merch.jpg");
  background-size: 124.28vw 82.88vw;
  background-position: calc(50% + 0.32vw) -5.23vw;
}

.stage-contact::before {
  background-image: url("../img/staging/backgrounds/contact.jpg");
  background-size: 102.97vw 68.73vw;
  background-position: calc(50% - 0.04vw) 0;
}

.stage-hero::before,
.stage-gigs::before,
.stage-albums::before,
.stage-references::before,
.stage-band::before,
.stage-merch::before,
.stage-contact::before {
  background-position: center;
  background-size: cover;
}

.stage-contact h2 {
  font-size: clamp(4.1rem, 8.2vw, 6.7rem);
  white-space: nowrap;
}

.stage-section h1,
.stage-section h2,
.stage-section h3,
.stage-section p,
.stage-footer p {
  margin-top: 0;
}

.stage-eyebrow {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 300;
  line-height: 1.1;
}

.stage-hero .stage-eyebrow,
.stage-contact .stage-eyebrow {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.stage-section h1 {
  margin-bottom: 14px;
  font-family: Anton, Impact, "Arial Narrow", "Trebuchet MS", sans-serif;
  font-size: clamp(4.1rem, 9.5vw, 7.25rem);
  font-weight: 400;
  line-height: 0.82;
  text-transform: uppercase;
  white-space: nowrap;
}

.stage-section h2 {
  margin-bottom: 18px;
  font-family: Anton, Impact, "Arial Narrow", "Trebuchet MS", sans-serif;
  font-size: clamp(3rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 0.86;
}

.stage-section h3 {
  margin-bottom: 6px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.15;
}

.stage-lead,
.stage-section-head p:not(.stage-eyebrow),
.stage-merch-copy p,
.stage-contact-copy p {
  max-width: 780px;
  color: var(--stage-muted);
  font-size: clamp(1rem, 1.75vw, 1.2rem);
  font-weight: 300;
}

.stage-hero {
  display: grid;
  align-items: end;
}

.stage-hero > * {
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
}

.stage-hero-copy {
  padding-top: 160px;
}

.stage-sponsor {
  margin: 0 0 28px;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  font-weight: 300;
}

.stage-sponsor strong {
  font-weight: 900;
}

.stage-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}

.stage-section .stage-hero-footnote {
  max-width: 620px;
  margin: 58px 0 0;
  color: rgba(247, 247, 244, 0.42);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  line-height: 1.35;
}

.stage-button,
.stage-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 40px;
  border-radius: 9px;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 700;
  text-decoration: none;
}

.stage-button {
  border: 2px solid var(--stage-taupe);
  background: var(--stage-taupe);
  color: #fff;
}

.stage-button:hover,
.stage-button:focus-visible {
  background: var(--stage-taupe-light);
  border-color: var(--stage-taupe-light);
}

.stage-ghost {
  padding-inline: 0;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.stage-section-head {
  margin-bottom: 32px;
}

.stage-section-head p:not(.stage-eyebrow) {
  display: none;
}

.stage-gig-grid {
  display: grid;
  gap: 16px;
}

.stage-gig-card {
  position: relative;
  display: grid;
  min-height: 72px;
  grid-template-columns: 218px 1fr 196px;
  align-items: stretch;
  overflow: hidden;
  border-radius: 10px;
  background: var(--stage-panel);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  box-shadow: var(--stage-shadow);
  transform-origin: center;
  transition: filter 180ms ease, box-shadow 180ms ease, transform 180ms ease, z-index 180ms ease;
}

.stage-gig-card:hover,
.stage-gig-card:focus-visible {
  z-index: 20;
  filter: brightness(1.08);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
  transform: scale(1.1);
}

.stage-gig-image {
  min-height: 72px;
  background-position: center;
  background-size: cover;
}

.stage-gig-body {
  display: grid;
  align-content: center;
  padding: 12px 30px;
}

.stage-gig-title {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 300;
}

.stage-gig-title strong {
  font-weight: 900;
}

.stage-gig-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.92rem, 1.5vw, 1.08rem);
}

.stage-gig-cta {
  display: grid;
  align-content: center;
  padding: 17px 16px;
}

.stage-gig-cta span {
  display: inline-flex;
  min-width: 156px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--stage-taupe);
  font-size: 1rem;
  font-weight: 700;
}

.stage-section-note {
  max-width: 1000px;
  margin: 44px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--stage-muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 300;
}

.stage-album-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 14px;
}

.stage-album-card,
.stage-reference-card,
.stage-member-card,
.stage-merch-card {
  overflow: hidden;
  border-radius: 10px;
  background: var(--stage-panel);
  box-shadow: var(--stage-shadow);
}

.stage-album-card {
  position: relative;
  display: grid;
  grid-template-columns: 144px 1fr;
  height: 144px;
  overflow: visible;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transform-origin: center;
  transition: filter 180ms ease, box-shadow 180ms ease, transform 180ms ease, z-index 180ms ease;
}

.stage-album-card:hover,
.stage-album-card:focus-visible {
  z-index: 20;
  filter: brightness(1.08);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
  transform: scale(1.1);
}

.stage-album-card img {
  width: 144px;
  height: 100%;
  object-fit: cover;
}

.stage-album-body {
  display: grid;
  align-content: center;
  padding: 16px;
  overflow: hidden;
}

.stage-album-meta {
  margin-bottom: 4px;
  color: var(--stage-faint);
  font-size: 0.78rem;
}

.stage-album-body h3 {
  font-size: 1rem;
  line-height: 1.15;
}

.stage-album-body span,
.stage-reference-card blockquote,
.stage-member-card p {
  color: var(--stage-muted);
}

.stage-album-body span {
  font-size: 0.78rem;
  line-height: 1.28;
}

.stage-album-play {
  position: absolute;
  right: 10px;
  bottom: -15px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #12c85f;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.stage-album-play::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  content: "";
}

.stage-album-card:hover .stage-album-play,
.stage-album-card:focus-visible .stage-album-play {
  background: #16e06c;
}

.stage-reference-card {
  position: relative;
  display: block;
  min-height: 218px;
  padding: 24px 26px 24px;
  background: rgba(0, 0, 0, 0.78);
}

.stage-reference-card blockquote {
  margin: 0;
  max-width: 330px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.stage-reference-card:nth-child(5) blockquote {
  font-size: 13.5px;
  line-height: 1.16;
}

.stage-reference-card > div:last-child {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 210px;
  text-align: right;
}

.stage-reference-card h3,
.stage-reference-card p {
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.stage-reference-card h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.02;
}

.stage-reference-card p {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
}

.stage-quote-mark {
  position: absolute;
  left: 24px;
  bottom: 20px;
  color: #fff;
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
  font-size: 86px;
  font-weight: 900;
  line-height: 0.58;
  letter-spacing: 0;
  pointer-events: none;
}

.stage-reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 968px;
  max-width: none;
  margin-inline: auto;
}

.stage-band-grid {
  position: absolute;
  top: 174px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 968px;
  height: 637px;
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
}

.stage-member-card {
  position: absolute;
  width: 220px;
  height: 327px;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 10px;
  box-shadow: var(--stage-shadow);
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transform-origin: center;
  transition: filter 180ms ease, box-shadow 180ms ease, transform 180ms ease, z-index 180ms ease;
}

.stage-band-grid .stage-member-card:hover,
.stage-band-grid .stage-member-card:focus-within {
  z-index: 20;
  filter: brightness(1.08);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
  transform: scale(1.1);
}

.stage-member-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: bottom center;
}

.stage-member-card:nth-child(1) {
  top: 164px;
  left: 19px;
  z-index: 4;
}

.stage-member-card:nth-child(2) {
  top: 0;
  left: 216px;
  z-index: 5;
}

.stage-member-card:nth-child(3) {
  top: 130px;
  left: 469px;
  z-index: 3;
}

.stage-member-card:nth-child(4) {
  top: 300px;
  left: 277px;
  z-index: 2;
}

.stage-member-card:nth-child(5) {
  top: 10px;
  left: 722px;
  z-index: 6;
  width: 219px;
  height: 317px;
}

.stage-member-card:nth-child(6) {
  top: 300px;
  left: 657px;
  z-index: 1;
}

.stage-merch-wrap {
  display: grid;
  gap: 26px;
}

.stage-merch-card {
  position: relative;
  display: grid;
  grid-template-rows: 180px 1fr;
  min-height: 336px;
  cursor: pointer;
  transform-origin: center;
  transition: filter 180ms ease, box-shadow 180ms ease, transform 180ms ease, z-index 180ms ease;
}

.stage-merch-card:hover,
.stage-merch-card:focus-within {
  z-index: 20;
  filter: brightness(1.08);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.72);
  transform: scale(1.1);
}

.stage-merch-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.stage-merch-card div {
  padding: 18px 14px;
}

.stage-merch-card h3 {
  font-family: Impact, "Arial Narrow", "Trebuchet MS", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 0.9;
}

.stage-merch-card h3 span {
  display: inline;
}

.stage-merch-title-word {
  white-space: nowrap;
}

.stage-merch-title-muted {
  color: #8a745f;
}

.stage-merch-title-bright {
  color: #fff;
}

.stage-merch-card p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 0.9rem;
}

.stage-merch-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.stage-contact {
  display: grid;
  align-items: end;
}

.stage-contact-wrap {
  display: grid;
  align-items: end;
  gap: 18px;
  padding-top: 275px;
}

.stage-contact-copy {
  max-width: 780px;
}

.stage-contact-links,
.stage-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.stage-contact-links a {
  color: #fff;
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  font-weight: 900;
}

.stage-socials a:not(.stage-kudy) img {
  width: 40px;
  height: 40px;
}

.stage-kudy img {
  width: 124px;
  height: auto;
}

.stage-contact-footer {
  margin-bottom: 0;
  color: var(--stage-muted);
}

.stage-footer {
  display: none;
  justify-items: center;
  gap: 18px;
  padding: 34px 18px;
  background: #000;
  text-align: center;
}

.stage-footer p {
  margin-bottom: 0;
  color: var(--stage-muted);
}

.stage-back-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--stage-shadow);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.stage-back-top img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.stage-back-top:hover,
.stage-back-top:focus-visible {
  transform: translateY(-3px);
}

.is-hero-active .stage-back-top {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

@media (max-width: 1120px) {
  :root {
    --stage-nav-width: calc(100vw - 44px - var(--stage-nav-bg-offset));
    --stage-header-outer-offset: calc(50vw - 22px);
  }

  .stage-section {
    padding-inline: clamp(18px, 7vw, 72px);
  }

  .stage-guinness {
    display: none;
  }

  .stage-album-rail,
  .stage-reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stage-reference-grid {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: 100%;
    height: auto;
    max-width: 968px;
    margin-inline: auto;
    transform: none;
    gap: 18px;
  }

  .stage-reference-card:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    grid-column: auto;
  }

  .stage-band-grid {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: 100%;
    height: auto;
    max-width: 968px;
    margin-inline: auto;
    transform: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 14px;
  }

  .stage-member-card:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    grid-column: auto;
    grid-row: auto;
    z-index: auto;
  }

  .stage-member-card img {
    height: auto;
    aspect-ratio: 2 / 3;
  }

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

@media (max-width: 860px) {
  html {
    scroll-padding-top: 0;
    scroll-snap-type: none;
  }

  .stage-header {
    top: 14px;
    width: calc(100% - 28px);
    right: auto;
    left: 14px;
    display: flex;
    justify-content: space-between;
    min-height: 52px;
    pointer-events: auto;
  }

  .stage-brand img {
    width: 63px;
    height: 63px;
  }

  .stage-brand {
    position: relative;
    top: auto;
    right: auto;
  }

  .stage-guinness {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: auto;
    height: 32px;
    transform: translate(-50%, -50%);
    transition: right 220ms ease, left 220ms ease, transform 220ms ease;
  }

  .is-hero-active .stage-guinness {
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }

  .stage-menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .stage-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    width: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.94);
    box-shadow: var(--stage-shadow);
  }

  .stage-nav.is-open {
    display: flex;
  }

  .stage-nav a,
  .stage-nav a + a {
    padding: 12px 10px;
    border-left: 0;
  }

  .stage-section {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    overflow: visible;
    padding-block: 112px 64px;
    scroll-snap-align: none;
  }

  .stage-hero,
  .stage-contact {
    height: 100vh;
    height: 100svh;
    min-height: 0;
    overflow: hidden;
  }

  .stage-section::before {
    background-size: cover;
    background-position: center;
  }

  .stage-hero-copy {
    padding-top: 96px;
  }

  .stage-hero-title-word {
    display: block;
  }

  .stage-hero-title-word + .stage-hero-title-word {
    margin-top: 0.01em;
  }

  .stage-section h1 {
    line-height: 0.93;
  }

  .stage-actions {
    flex-wrap: nowrap;
    gap: 18px;
  }

  .stage-button,
  .stage-ghost {
    min-height: 46px;
    padding: 0 26px;
  }

  .stage-section .stage-hero-footnote {
    margin-top: 28px;
  }

  .stage-gig-card {
    grid-template-columns: 130px 1fr;
  }

  .stage-gig-cta {
    grid-column: 1 / -1;
    justify-content: start;
    padding: 0 20px 18px;
  }

  .stage-merch-wrap {
    grid-template-columns: 1fr;
  }

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

  .stage-contact-wrap {
    padding-top: 160px;
  }

  .stage-back-top {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }

  .stage-back-top img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 580px) {
  .stage-header {
    min-height: 52px;
  }

  .stage-section {
    padding-inline: 18px;
  }

  .stage-section h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
    white-space: normal;
  }

  .stage-contact h2 {
    white-space: normal;
  }

  .stage-gig-card,
  .stage-album-card {
    grid-template-columns: 1fr;
  }

  .stage-gig-image {
    min-height: 150px;
  }

  .stage-album-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .stage-album-rail,
  .stage-reference-grid,
  .stage-band-grid,
  .stage-merch-grid {
    grid-template-columns: 1fr;
  }

  .stage-albums {
    padding-block: 96px 48px;
  }

  .stage-albums .stage-section-head {
    margin-bottom: 18px;
  }

  .stage-album-rail {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .stage-album-card {
    grid-template-columns: 82px 1fr;
    height: 66px;
    transform: none;
  }

  .stage-album-card:hover,
  .stage-album-card:focus-visible {
    filter: none;
    box-shadow: var(--stage-shadow);
    transform: none;
  }

  .stage-album-card img {
    width: 82px;
    height: 100%;
    aspect-ratio: auto;
  }

  .stage-album-body {
    padding: 8px;
  }

  .stage-album-meta {
    font-size: 0.62rem;
  }

  .stage-album-body h3 {
    font-size: 0.78rem;
  }

  .stage-album-body span {
    display: none;
  }

  .stage-album-play {
    right: 8px;
    bottom: -10px;
    width: 22px;
    height: 22px;
  }

  .stage-album-play::before {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 8px;
  }

  .stage-button {
    width: 100%;
  }
}
