:root {
  --void: #070708;
  --fog: #9a968e;
  --paper: #ece8e1;
  --phosphor: #c5d96c;
  --line: rgba(236, 232, 225, 0.14);
  --gap: clamp(1.25rem, 4vw, 3rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#app {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1 0 auto;
}

body {
  margin: 0;
  background: var(--void);
  color: var(--paper);
  font-family: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

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

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.5rem 0.8rem;
  background: var(--paper);
  color: var(--void);
}

.skip:focus {
  top: 1rem;
}

.site-head {
  position: relative;
  flex: 0 0 auto;
}

.mast {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.1rem var(--gap);
  background: linear-gradient(180deg, rgba(7, 7, 8, 0.72), transparent);
}

.mast-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.4rem;
}

.mast-nav a {
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper);
  opacity: 0.78;
}

.mast-nav a:hover,
.mast-nav a:focus-visible,
.mast-nav a.is-active {
  opacity: 1;
  color: var(--phosphor);
}

.hero {
  position: relative;
  height: 35svh;
  min-height: 35svh;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% / 0.7);
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 8, 0.28) 0%, rgba(7, 7, 8, 0.08) 50%, rgba(7, 7, 8, 0.35) 100%);
}

.panel {
  padding: clamp(4rem, 12vh, 7.5rem) var(--gap);
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--fog);
}

.about {
  max-width: 42rem;
}

.about h1 {
  margin: 0;
  font-family: Syne, "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.blurb {
  margin: 1.4rem 0 0;
  font-size: clamp(1.05rem, 1.9vw, 1.22rem);
  font-weight: 400;
  line-height: 1.55;
  color: #d8d3cb;
}

.blurb p {
  margin: 0 0 1rem;
}

.blurb p:last-child {
  margin-bottom: 0;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.shot {
  margin: 0;
  padding: 0;
  border: 0;
  background: #111;
  cursor: zoom-in;
  overflow: hidden;
  min-height: 16rem;
}

.shot img {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.shot:hover img,
.shot:focus-visible img {
  transform: scale(1.04);
}

.shot-wide {
  grid-column: 1 / -1;
  min-height: 22rem;
}

.shot-wide img {
  min-height: 22rem;
}

.dates {
  max-width: 46rem;
}

.date-list {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.date-item {
  display: grid;
  grid-template-columns: minmax(7.5rem, 9.5rem) 1fr;
  gap: 1.2rem 1.8rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}

.date-item:last-child {
  border-bottom: 1px solid var(--line);
}

.date-when {
  margin: 0.15rem 0 0;
}

.date-day {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper);
}

.date-time {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--fog);
}

.date-title {
  margin: 0;
  font-family: Syne, "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.date-place,
.date-lineup {
  margin: 0.45rem 0 0;
  color: #d8d3cb;
  font-size: 0.98rem;
}

.date-place {
  color: var(--fog);
}

.date-tickets {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--phosphor);
  border-bottom: 1px solid rgba(197, 217, 108, 0.4);
  padding-bottom: 0.12rem;
}

.date-tickets:hover,
.date-tickets:focus-visible {
  border-bottom-color: var(--phosphor);
}

.date-empty {
  margin: 1.4rem 0 0;
  padding: 0;
  color: var(--fog);
  list-style: none;
}

.videos {
  max-width: 56rem;
}

.music {
  max-width: 56rem;
}

.music-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin: 0 0 2rem;
}

.music-out {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--phosphor);
  border-bottom: 1px solid rgba(197, 217, 108, 0.4);
  padding-bottom: 0.12rem;
}

.music-out:hover,
.music-out:focus-visible {
  border-bottom-color: var(--phosphor);
}

.album-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}

.album {
  margin: 0;
}

.album-player {
  display: block;
  width: 100%;
  height: 470px;
  border: 0;
  background: #111;
}

.album figcaption {
  margin-top: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.album figcaption a {
  text-decoration: none;
  font-family: Syne, "IBM Plex Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.album figcaption a:hover,
.album figcaption a:focus-visible {
  color: var(--phosphor);
}

.album figcaption span {
  color: var(--fog);
  font-size: 0.9rem;
}

.video-frame {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  border: 1px solid var(--line);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.booking {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.booking-wordmark {
  width: min(22rem, 80vw);
  height: auto;
  margin: 0.4rem 0 1.4rem;
  opacity: 0.92;
}

.booking-line {
  margin: 0;
  color: var(--fog);
  font-size: 0.95rem;
}

.mail {
  font-size: clamp(1.2rem, 3.2vw, 1.85rem);
  text-decoration: none;
  border-bottom: 1px solid rgba(197, 217, 108, 0.45);
  padding-bottom: 0.12rem;
}

.mail:hover,
.mail:focus-visible {
  color: var(--phosphor);
  border-bottom-color: var(--phosphor);
}

.foot {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex: 0 0 auto;
  margin-top: auto;
  padding: 1.5rem var(--gap) 2.4rem;
  color: var(--fog);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-top: 1px solid var(--line);
}

.foot img {
  width: 1.6rem;
  height: auto;
  opacity: 0.7;
}

.foot-follow {
  display: flex;
  color: var(--fog);
}

.foot-follow svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.foot-follow svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.foot-follow:hover,
.foot-follow:focus-visible {
  color: var(--phosphor);
}

.lightbox {
  width: min(96vw, 1100px);
  max-height: 92vh;
  padding: 0;
  border: 0;
  background: #050505;
  color: var(--paper);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.lightbox img {
  width: 100%;
  height: auto;
  max-height: 92vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  border: 0;
  background: rgba(7, 7, 8, 0.7);
  color: var(--paper);
  font: inherit;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
}

@media (max-width: 720px) {
  .mast-nav {
    gap: 0.9rem;
  }

  .date-item {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

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

  .shot,
  .shot img,
  .shot-wide,
  .shot-wide img {
    min-height: 12.5rem;
  }
}

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

  .shot img {
    transition: none;
  }
}
