/*
Theme Name: Kemistry Local Redesign
Theme URI: https://kemistry.nl
Author: Mixxd / Codex
Description: Local WordPress redesign prototype for KEMISTRY.
Version: 0.1.0
Text Domain: kemistry
*/

@font-face {
  font-family: "AkiraExpanded-SuperBold";
  src: url("assets/AkiraExpanded-SuperBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --lime: #e1fe00;
  --lime-soft: #c8e500;
  --ink: #230c2c;
  --ink-2: #2d0f3b;
  --plum: #4d0c50;
  --magenta: #d60f83;
  --rose: #ec4d5a;
  --muted: #d9c8e8;
  --white: #fff;
  --line: rgba(225, 254, 0, 0.22);
  --about-lime-bg: var(--lime);
  --about-dark-bg: var(--ink-2);
  --events-bg: var(--ink);
  --dates-bg: var(--lime);
  --gallery-bg: var(--ink);
  --listen-bg: var(--lime);
  --shop-bg: var(--ink);
  --visit-bg: var(--lime);
  --newsletter-bg: var(--ink);
  --footer-bg: var(--lime);
  --font-display: "AkiraExpanded-SuperBold", Impact, "Arial Black", sans-serif;
  --font-body: "Barlow", Arial, sans-serif;
  --content-max: 1600px;
  --gutter-total: 44px;
  --container: min(var(--content-max), calc(100vw - var(--gutter-total)));
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, rgba(214, 15, 131, 0.2), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(225, 254, 0, 0.11), transparent 24%),
    linear-gradient(135deg, rgba(225, 254, 0, 0.04), transparent 42%);
  z-index: -1;
}

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

section[id] {
  scroll-margin-top: 90px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.timeline-section a:focus-visible,
.timeline-section button:focus-visible,
.music-section a:focus-visible,
.music-section button:focus-visible,
.visit-section a:focus-visible,
.visit-section button:focus-visible,
.visit-section summary:focus-visible,
.site-footer a:focus-visible {
  outline-color: var(--ink);
}

p {
  margin: 0;
}

p + p {
  margin-top: 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--lime);
  font-family: var(--font-display);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3.5rem, 10vw, 9.5rem);
}

h2 {
  font-size: clamp(2.25rem, 5vw, 5.3rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.9rem);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  color: var(--lime);
  background: rgba(35, 12, 44, 0.6);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(225, 254, 0, 0.12);
  transition: background 180ms ease;
}

.site-header-inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2vw, 28px);
  margin: 0 auto;
  padding: 18px 0;
  transition: padding 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(35, 12, 44, 0.9);
}

.site-header.is-scrolled .site-header-inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--lime);
  letter-spacing: 0;
}

.brand img {
  width: 32px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
  font-family: var(--font-display);
  font-size: clamp(10px, 0.82vw, 12px);
  color: var(--white);
  text-transform: uppercase;
}

.site-nav a {
  white-space: nowrap;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--lime);
}

.mobile-menu-extra {
  display: none;
}

.nav-ticket {
  padding: 11px 17px;
  color: var(--ink) !important;
  background: var(--lime);
  border: 1px solid var(--lime);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 38px;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(225, 254, 0, 0.45);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--lime);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 15px 25px 13px;
  border: 2px solid currentColor;
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.motion-reveal {
  --motion-delay: 0ms;
}

html.js .motion-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 30px, 0) scale(0.985);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 860ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--motion-delay);
  will-change: opacity, filter, transform, clip-path;
}

html.js .motion-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

html.js .motion-pop {
  transform: translate3d(0, 18px, 0) scale(0.94);
}

html.js .motion-panel {
  transform: translate3d(0, 38px, 0) scale(0.975);
}

html.js .motion-row {
  transform: translate3d(-18px, 0, 0);
}

html.js .motion-title {
  transform: translate3d(0, 26px, 0) scale(0.96);
}

html.js .motion-clip {
  clip-path: inset(0 0 18% 0);
}

html.js .motion-clip.is-visible {
  clip-path: inset(0);
}

.button-lime {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.button-outline {
  color: var(--lime);
  background: transparent;
  border-color: var(--lime);
}

.button-ink {
  color: var(--lime);
  background: var(--ink);
  border-color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 110px 22px 64px;
  color: var(--white);
  background: var(--ink);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-video-mobile {
  display: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(35, 12, 44, 0.1), rgba(35, 12, 44, 0.48)),
    radial-gradient(circle at 50% 60%, rgba(35, 12, 44, 0.04), rgba(35, 12, 44, 0.6));
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
  column-gap: clamp(24px, 5vw, 72px);
  row-gap: 22px;
  align-items: end;
}

.hero-date {
  grid-column: 1 / -1;
  margin-bottom: -10px;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 4.2rem);
  color: var(--white);
  text-transform: uppercase;
}

.hero-date sup {
  font-size: 0.42em;
}

.hero h1 {
  grid-column: 1 / -1;
  max-width: 1080px;
  color: var(--white);
  font-size: clamp(4rem, 8.4vw, 8.5rem);
  text-shadow: 0 8px 40px rgba(35, 12, 44, 0.34);
}

.hero-location {
  grid-column: 1 / -1;
  justify-self: end;
  max-width: 360px;
  margin-top: -10px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.6rem);
  line-height: 1.15;
  text-align: left;
  text-transform: uppercase;
}

.hero-lineup {
  grid-column: 1 / 2;
  display: grid;
  gap: 2px;
  align-self: center;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 2.75rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.hero .button {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 28px;
}

.hero-october {
  min-height: 100svh;
  place-items: center;
  padding: 96px 22px 58px;
  background: var(--ink);
}

.hero-october .hero-bg {
  background-color: var(--ink);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none;
}

.hero-october .hero-bg::after {
  background:
    linear-gradient(180deg, rgba(35, 12, 44, 0.18), rgba(35, 12, 44, 0.04) 48%, rgba(35, 12, 44, 0.22));
}

.hero-october .hero-inner {
  min-height: calc(100svh - 154px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 780px;
  text-align: center;
}

.hero-lockup {
  width: min(78vw, 746px);
  height: auto;
  filter: drop-shadow(0 12px 42px rgba(35, 12, 44, 0.36));
}

.hero-october .button {
  margin-top: 0;
}

.split-intro {
  position: relative;
  isolation: isolate;
  width: var(--container);
  margin: 0 auto;
  text-align: center;
}

.split-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  background: var(--about-lime-bg);
  transform: translateX(-50%);
}

.intro-panel {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: clamp(72px, 9vw, 132px) 0;
}

.intro-panel-lime {
  max-width: min(980px, 100%);
  margin: 0 auto;
  padding-inline: 0;
}

.intro-panel-dark {
  padding-left: clamp(28px, 3vw, 58px);
}

.intro-panel h2 {
  font-size: clamp(2.7rem, 5vw, 6.1rem);
}

.intro-panel-lime {
  color: var(--ink);
}

.intro-panel-lime h2 {
  color: var(--ink);
}

.intro-panel p:not(.section-kicker) {
  max-width: 760px;
  margin-inline: auto;
}

.intro-panel-dark {
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(225, 254, 0, 0.05), transparent 45%),
    var(--about-dark-bg);
}

.section-kicker {
  color: currentColor;
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
}

.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-proof span {
  padding: 8px 11px;
  color: var(--lime);
  border: 1px solid rgba(225, 254, 0, 0.35);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.next-event-section,
.visit-section,
.timeline-section,
.gallery-section,
.shop-section {
  position: relative;
  isolation: isolate;
  width: var(--container);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0;
}

.next-event-section::before,
.gallery-section::before,
.shop-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
}

.next-event-section::before {
  background: var(--events-bg);
}

.gallery-section::before {
  background: var(--gallery-bg);
}

.shop-section::before {
  background: var(--shop-bg);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 44px;
}

.section-heading h2 {
  margin: 8px 0 18px;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 32px;
  align-items: start;
  max-width: none;
}

.section-heading-row > div {
  min-width: 0;
}

.gallery-section .section-heading h2 {
  max-width: 760px;
  font-size: clamp(2.6rem, 4.8vw, 4.8rem);
}

.gallery-section .section-heading {
  max-width: 900px;
}

.gallery-section .section-heading-row > div:last-child {
  display: grid;
  gap: 18px;
  max-width: 390px;
  padding-top: 64px;
}

.gallery-archive-link {
  width: fit-content;
}

.gallery-page {
  color: var(--muted);
  background: var(--gallery-bg);
}

.gallery-page-hero,
.gallery-single-hero,
.gallery-album-section,
.gallery-photo-section {
  width: var(--container);
  margin: 0 auto;
}

.gallery-page-hero,
.gallery-single-hero {
  padding: clamp(128px, 14vw, 210px) 0 clamp(54px, 7vw, 96px);
}

.gallery-page-hero h1,
.gallery-single-hero h1 {
  max-width: 1120px;
  margin: 8px 0 20px;
  color: var(--lime);
  font-size: clamp(3rem, 7vw, 8rem);
}

.gallery-page-hero p:not(.section-kicker),
.gallery-single-intro {
  max-width: 760px;
  color: rgba(217, 200, 232, 0.86);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
}

.gallery-album-section,
.gallery-photo-section {
  padding: 0 0 clamp(84px, 10vw, 150px);
}

.gallery-album-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-album-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--muted);
  background: rgba(45, 15, 59, 0.78);
  border: 1px solid var(--line);
}

.gallery-album-cover {
  display: block;
  min-height: 310px;
  color: var(--lime);
  background: var(--ink);
  overflow: hidden;
}

.gallery-album-cover img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform 180ms ease, filter 180ms ease;
}

.gallery-album-cover:hover img {
  transform: scale(1.025);
  filter: grayscale(0.35);
}

.gallery-album-cover span {
  min-height: 310px;
  display: grid;
  place-items: center;
  padding: 28px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.gallery-album-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}

.gallery-album-body time,
.gallery-single-meta {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
}

.gallery-album-body h2 {
  color: var(--lime);
  font-size: clamp(1.5rem, 2.4vw, 2.6rem);
}

.gallery-album-body h2 a {
  color: inherit;
}

.gallery-album-body p {
  color: rgba(217, 200, 232, 0.78);
}

.gallery-album-meta {
  color: rgba(217, 200, 232, 0.9);
  font-weight: 800;
}

.gallery-album-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

.gallery-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.gallery-single-meta > * {
  padding: 8px 11px;
  border: 1px solid currentColor;
}

.gallery-single-hero .button {
  margin-top: 24px;
}

.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery-photo-item {
  margin: 0;
  background: var(--ink);
  overflow: hidden;
}

.gallery-photo-item a {
  display: block;
}

.gallery-photo-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform 180ms ease, filter 180ms ease;
}

.gallery-photo-item a:hover img {
  transform: scale(1.025);
  filter: grayscale(0.25);
}

.album-lightbox {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(72px, 0.18fr) minmax(0, 1fr) minmax(72px, 0.18fr);
  grid-template-rows: 1fr;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  padding: clamp(18px, 3vw, 42px);
  color: var(--lime);
  background: rgba(10, 2, 14, 0.985);
}

.album-lightbox[hidden] {
  display: none;
}

html.lightbox-open,
html.lightbox-open body {
  overflow: hidden;
}

.album-lightbox-frame {
  min-width: 0;
  margin: 0;
}

.album-lightbox-frame img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 128px);
  object-fit: contain;
  background: var(--ink);
}

.album-lightbox-frame figcaption {
  margin-top: 12px;
  color: rgba(225, 254, 0, 0.82);
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.album-lightbox-close,
.album-lightbox-control {
  min-height: 48px;
  padding: 14px 16px 12px;
  color: var(--ink);
  background: var(--lime);
  border: 0;
  border-radius: 0;
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.album-lightbox-close {
  position: absolute;
  top: clamp(12px, 2vw, 24px);
  right: clamp(12px, 2vw, 24px);
}

.album-lightbox-control {
  justify-self: center;
}

.album-lightbox-prev {
  grid-column: 1;
}

.album-lightbox-next {
  grid-column: 3;
}

.album-lightbox-frame {
  grid-column: 2;
}

.gallery-empty-state {
  padding: clamp(42px, 6vw, 80px);
  color: var(--lime);
  border: 1px solid var(--line);
}

.gallery-empty-state h2 {
  color: var(--lime);
  font-size: clamp(2rem, 4vw, 4rem);
}

.gallery-empty-state p {
  margin-top: 12px;
  color: rgba(217, 200, 232, 0.78);
}

.next-event-section .section-heading {
  max-width: 960px;
}

.featured-event-carousel {
  position: relative;
}

.featured-event-track {
  width: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.featured-event-track::-webkit-scrollbar {
  display: none;
}

.featured-event-slide {
  width: 100%;
  min-width: 0;
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.next-event-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: clamp(430px, 42vw, 620px);
  border: 1px solid var(--line);
  background: var(--ink-2);
  overflow: hidden;
}

.next-event-card > img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}

.next-event-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(225, 254, 0, 0.07), transparent 44%),
    linear-gradient(145deg, var(--plum), var(--magenta));
}

.next-event-copy time {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 13px;
  text-transform: uppercase;
}

.next-event-copy h3 {
  overflow-wrap: anywhere;
  color: var(--white);
  font-size: clamp(2.6rem, 4.4vw, 5rem);
}

.next-event-copy p {
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
}

.event-detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.event-detail-list span {
  padding: 8px 11px;
  color: currentColor;
  border: 1px solid currentColor;
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lineup-list span {
  padding: 9px 12px 8px;
  color: var(--ink);
  background: var(--lime);
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.next-event-copy .button {
  width: min(100%, 320px);
  margin-top: 8px;
}

.featured-event-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.featured-control {
  min-width: 82px;
  min-height: 48px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--lime);
  border: 1px solid var(--lime);
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
}

.featured-control:disabled {
  opacity: 0.45;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.artist-grid-single {
  grid-template-columns: 1fr;
}

.artist-grid-single .artist-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1 / -1;
  min-height: clamp(560px, 62vw, 760px);
}

.artist-grid-single .artist-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

.artist-grid-single .artist-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 100%;
  padding: clamp(34px, 5vw, 74px);
}

.artist-grid-single .artist-card h3 {
  font-size: clamp(2.7rem, 4.2vw, 4.2rem);
  overflow-wrap: normal;
  word-break: keep-all;
}

.artist-grid-single .artist-card p {
  max-width: 34rem;
  color: var(--white);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.45;
}

.artist-grid-single .artist-card .button {
  width: min(100%, 320px);
  margin-top: 12px;
}

.artist-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--ink-2);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.artist-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(1);
}

.artist-card-body {
  flex: 1;
  min-height: 118px;
  padding: 20px 18px;
  background: linear-gradient(135deg, var(--plum), var(--magenta));
}

.artist-card time,
.artist-time {
  display: block;
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
}

.artist-card h3 {
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  overflow-wrap: break-word;
}

.artist-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
}

.artist-card-placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--lime);
  background:
    linear-gradient(135deg, rgba(225, 254, 0, 0.08), transparent 42%),
    var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 2.25rem);
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.visit-section {
  width: var(--container);
  margin: 0 auto;
  background: transparent;
  color: var(--ink);
}

.visit-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  background: var(--visit-bg);
  transform: translateX(-50%);
}

.visit-section h2,
.visit-section h3 {
  color: var(--ink);
}

.visit-section .section-heading {
  max-width: 820px;
}

.general-info-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.general-info-copy {
  max-width: 460px;
}

.general-info-copy h2 {
  margin: 8px 0 22px;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
}

.general-info-copy p:not(.section-kicker) {
  color: rgba(35, 12, 44, 0.82);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
}

.visit-section .visit-grid article {
  color: var(--ink);
  background: rgba(35, 12, 44, 0.035);
  border-color: rgba(35, 12, 44, 0.16);
}

.visit-section .muted {
  color: rgba(35, 12, 44, 0.68);
}


.visit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.visit-grid article {
  min-height: 270px;
  padding: 28px;
  color: var(--muted);
  background: linear-gradient(180deg, rgba(225, 254, 0, 0.04), rgba(225, 254, 0, 0.01));
  border: 1px solid var(--line);
}

.visit-grid h3 {
  margin-bottom: 18px;
  color: var(--lime);
}

.visit-section .visit-grid h3 {
  color: var(--ink);
}

.muted {
  color: rgba(217, 200, 232, 0.72);
  font-size: 0.94rem;
}

.inline-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--ink);
  border-bottom: 2px solid currentColor;
  font-family: var(--font-display);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.visit-faq {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 70px);
  padding-top: clamp(28px, 4vw, 48px);
  border-top: 2px solid rgba(35, 12, 44, 0.22);
}

.visit-faq h3 {
  margin-top: 8px;
  font-size: clamp(1.6rem, 2.8vw, 3rem);
}

.faq-list {
  display: grid;
  border-top: 2px solid rgba(35, 12, 44, 0.24);
}

.faq-list details {
  color: var(--ink);
  border-bottom: 2px solid rgba(35, 12, 44, 0.24);
  background: transparent;
}

.faq-list summary {
  cursor: pointer;
  padding: 26px 0 24px;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  line-height: 1.25;
  text-transform: uppercase;
}

.faq-list summary::marker {
  color: var(--ink);
}

.faq-list details p {
  max-width: 58rem;
  padding: 0 0 24px;
  color: rgba(35, 12, 44, 0.76);
}

.faq-list .inline-link {
  margin: 0 0 28px;
}

.music-section {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: var(--container);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(30px, 5vw, 72px);
  margin: 0 auto;
  min-height: clamp(430px, 42vw, 620px);
  padding: clamp(64px, 8vw, 112px) 0;
  color: var(--ink);
  background: transparent;
}

.music-section::before,
.music-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
}

.music-section::before {
  z-index: -2;
  background: var(--listen-bg);
}

.music-section::after {
  display: none;
}

.music-heading {
  max-width: 720px;
}

.music-section h2 {
  margin: 8px 0 16px;
  color: var(--ink);
}

.music-section .section-kicker,
.music-section p {
  color: var(--ink);
}

.listen-grid {
  display: grid;
  grid-template-columns: repeat(var(--listen-columns, 3), minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.listen-grid-count-1 {
  --listen-columns: 1;
}

.listen-grid-count-2 {
  --listen-columns: 2;
}

.listen-grid-count-3 {
  --listen-columns: 3;
}

.listen-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(22px, 3vw, 32px);
  color: var(--ink);
  background: rgba(35, 12, 44, 0.045);
  border: 1px solid rgba(35, 12, 44, 0.24);
}

.listen-grid h3 {
  color: var(--ink);
  font-size: clamp(1.25rem, 1.65vw, 1.75rem);
}

.listen-grid p:not(.section-kicker) {
  color: rgba(35, 12, 44, 0.78);
}

.listen-grid .button,
.listen-grid .timeline-status {
  margin-top: auto;
}

.listen-grid .button-lime {
  color: var(--lime);
  background: var(--ink);
  border-color: var(--ink);
}

.listen-grid .timeline-status-light {
  color: var(--ink);
  border-color: rgba(35, 12, 44, 0.65);
}

.timeline-section {
  position: relative;
  isolation: isolate;
  color: var(--ink);
}

.timeline-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  background: var(--dates-bg);
  transform: translateX(-50%);
}

.timeline-section .section-heading {
  max-width: 980px;
}

.timeline-section .section-kicker,
.timeline-section h2,
.timeline h3 {
  color: var(--ink);
}

.timeline-section .section-kicker {
  opacity: 0.68;
}

.timeline {
  display: flex;
  flex-direction: column;
  border-top: 2px solid rgba(35, 12, 44, 0.24);
}

.timeline article {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(96px, 150px) minmax(0, 1fr) minmax(210px, 0.45fr) minmax(142px, auto);
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  padding: clamp(30px, 4vw, 48px) 0;
  border-bottom: 2px solid rgba(35, 12, 44, 0.24);
}

.timeline time {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.45vw, 1.45rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.timeline time span {
  display: block;
  font-size: clamp(3.4rem, 5.7vw, 6.2rem);
}

.timeline-main {
  min-width: 0;
}

.timeline h3 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3.8vw, 4.2rem);
}

.timeline p {
  color: rgba(35, 12, 44, 0.76);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.timeline-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(0.8rem, 1vw, 1rem);
  line-height: 1.15;
  text-transform: uppercase;
}

.timeline .button,
.timeline-status {
  width: 100%;
  min-width: 142px;
}

.timeline-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 15px 25px 13px;
  color: var(--ink);
  border: 2px solid rgba(35, 12, 44, 0.65);
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.timeline-status-light {
  color: var(--lime);
  border-color: rgba(225, 254, 0, 0.65);
}

.gallery-carousel {
  position: relative;
  padding-inline: 0;
}

.gallery-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-slide {
  position: relative;
  flex: 0 0 clamp(320px, calc((100% - 36px) / 3), 540px);
  min-width: 0;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink-2);
  scroll-snap-align: start;
}

.gallery-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.gallery-slide img,
.gallery-slide video,
.gallery-video-embed,
.gallery-video-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.gallery-slide img,
.gallery-slide video {
  object-fit: cover;
}

.gallery-slide img {
  filter: grayscale(1);
  transition:
    filter 420ms ease,
    transform 420ms ease;
}

.gallery-slide:hover img,
.gallery-slide:focus-within img {
  filter: grayscale(0);
  transform: scale(1.025);
}

.gallery-video-embed iframe {
  display: block;
  border: 0;
}

.gallery-video-link {
  min-height: clamp(470px, 54vw, 680px);
  display: grid;
  place-items: center;
  color: var(--lime);
  border: 1px solid var(--line);
  font-family: var(--font-display);
  text-transform: uppercase;
}

.gallery-slide figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 4px;
  padding: 22px;
  color: var(--white);
  background: linear-gradient(180deg, transparent, rgba(35, 12, 44, 0.86));
}

.gallery-slide figcaption strong,
.gallery-slide figcaption em {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}

.gallery-slide figcaption span {
  color: var(--lime);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1;
  text-transform: none;
}

.gallery-slide figcaption em {
  position: absolute;
  right: 22px;
  bottom: 22px;
}

.gallery-transcript-link {
  width: fit-content;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}

.gallery-control {
  position: absolute;
  z-index: 3;
  top: 50%;
  min-width: 82px;
  min-height: 48px;
  padding: 14px 16px 12px;
  color: var(--ink);
  background: var(--lime);
  border: 2px solid var(--lime);
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateY(-50%);
}

.gallery-control-prev {
  left: -20px;
}

.gallery-control-next {
  right: -20px;
}

.gallery-control:disabled {
  cursor: default;
  opacity: 0.38;
}

.shop-section {
  position: relative;
  isolation: isolate;
}

.shop-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  border: 1px solid rgba(225, 254, 0, 0.26);
  background:
    linear-gradient(135deg, rgba(225, 254, 0, 0.08), transparent 42%),
    var(--ink-2);
}

.shop-copy {
  padding: clamp(34px, 5vw, 76px);
}

.shop-copy h2 {
  margin: 8px 0 18px;
  max-width: 900px;
}

.shop-copy p {
  max-width: 720px;
}

.shop-copy .event-detail-list {
  margin-top: 28px;
}

.shop-visual {
  min-height: clamp(330px, 34vw, 520px);
  margin: 0;
  overflow: hidden;
  background: var(--lime);
}

.shop-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.newsletter-section {
  position: relative;
  isolation: isolate;
  width: var(--container);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 86px) 0;
  color: var(--muted);
  background: transparent;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(214, 15, 131, 0.16), transparent 42%),
    var(--newsletter-bg);
  transform: translateX(-50%);
}

.newsletter-section h2 {
  color: var(--lime);
  font-size: clamp(1.8rem, 3.5vw, 3.8rem);
}

.newsletter-section .section-kicker {
  color: var(--muted);
}

.newsletter-section p {
  color: rgba(217, 200, 232, 0.82);
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  position: relative;
}

.newsletter-form input,
.newsletter-form button {
  min-height: 52px;
  border: 2px solid var(--lime);
  border-radius: 0;
  font: inherit;
}

.newsletter-form input {
  width: 100%;
  padding: 0 16px;
  color: var(--white);
  background: transparent;
}

.newsletter-form input::placeholder {
  color: rgba(217, 200, 232, 0.72);
}

.newsletter-form button {
  padding: 0 20px;
  color: var(--ink);
  background: var(--lime);
  font-family: var(--font-display);
  text-transform: uppercase;
  cursor: pointer;
}

.newsletter-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.newsletter-help {
  grid-column: 1 / -1;
  font-size: 0.92rem;
}

.site-footer {
  padding: 46px 0;
  text-align: center;
  color: rgba(35, 12, 44, 0.78);
  background: var(--footer-bg);
}

.site-footer-inner {
  width: var(--container);
  margin: 0 auto;
}

.footer-mark {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  background: transparent;
}

.footer-mark img {
  width: 78px;
  max-height: 78px;
  height: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-links a {
  padding: 10px 16px;
  color: var(--ink);
  border: 1px solid rgba(35, 12, 44, 0.36);
  font-family: var(--font-display);
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer small {
  display: block;
  margin-top: 10px;
}

.plain-page {
  width: var(--container);
  margin: 0 auto;
  min-height: 60vh;
  padding: 140px 0;
}

@media (max-width: 1100px) {
  .artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .next-event-card,
  .music-section,
  .shop-card,
  .general-info-layout,
  .visit-faq {
    grid-template-columns: 1fr;
  }

  .next-event-card > img {
    min-height: 440px;
  }

  .next-event-copy {
    min-height: auto;
  }

  .music-section {
    min-height: 0;
  }

  .shop-card {
    gap: 0;
  }

  .timeline article {
    grid-template-columns: minmax(90px, 120px) minmax(0, 1fr);
    align-items: start;
  }

  .timeline-meta,
  .timeline .button,
  .timeline-status {
    grid-column: 2;
    width: min(100%, 360px);
  }

  .visit-grid,
  .gallery-album-grid,
  .newsletter-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .listen-grid-count-1 {
    --listen-columns: 1;
  }

  .listen-grid-count-2,
  .listen-grid-count-3 {
    --listen-columns: 2;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter-total: 48px;
  }

  body {
    font-size: 16px;
  }

  h1,
  h2,
  h3 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .section-heading,
  .music-heading,
  .general-info-copy,
  .shop-copy {
    max-width: 100%;
  }

  .site-header-inner {
    padding: 12px 0;
  }

  html.nav-open,
  html.nav-open body {
    overflow: hidden;
  }

  .nav-toggle {
    position: relative;
    z-index: 3;
    display: block;
  }

  .site-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 112px 24px 28px;
    overflow-y: auto;
    background:
      radial-gradient(circle at 18% 12%, rgba(214, 15, 131, 0.34), transparent 34%),
      radial-gradient(circle at 88% 16%, rgba(225, 254, 0, 0.12), transparent 28%),
      linear-gradient(145deg, rgba(35, 12, 44, 0.98), rgba(45, 15, 59, 0.98));
    border-bottom: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translate3d(0, -18px, 0) scale(0.985);
    transition:
      opacity 520ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0s linear 620ms;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate3d(0, 0, 0) scale(1);
    transition:
      opacity 360ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0s;
  }

  .site-nav a {
    width: 100%;
    padding: 7px 0;
    color: var(--lime);
    border-top: 0;
    font-size: clamp(2rem, 10.5vw, 4.25rem);
    line-height: 0.92;
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.965);
    transition:
      opacity 560ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
      color 160ms ease,
      background 160ms ease;
    transition-delay: var(--menu-delay, 0ms);
    white-space: normal;
  }

  .site-nav.is-open > a,
  .site-nav.is-open .mobile-menu-extra {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .site-nav > a:nth-of-type(1) { --menu-delay: 80ms; }
  .site-nav > a:nth-of-type(2) { --menu-delay: 130ms; }
  .site-nav > a:nth-of-type(3) { --menu-delay: 180ms; }
  .site-nav > a:nth-of-type(4) { --menu-delay: 230ms; }
  .site-nav > a:nth-of-type(5) { --menu-delay: 280ms; }
  .site-nav > a:nth-of-type(6) { --menu-delay: 330ms; }
  .site-nav > a:nth-of-type(7) { --menu-delay: 380ms; }
  .site-nav > a:nth-of-type(8) { --menu-delay: 430ms; }

  .site-nav .nav-ticket {
    margin-top: 10px;
    padding: 18px 20px 16px;
    color: var(--ink) !important;
    background: var(--lime);
    border: 2px solid var(--lime);
    font-size: clamp(1rem, 4vw, 1.25rem);
    line-height: 1;
    text-align: center;
  }

  .mobile-menu-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 26px;
    border-top: 1px solid rgba(225, 254, 0, 0.22);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition:
      opacity 560ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 520ms;
  }

  .mobile-menu-extra a {
    width: auto;
    flex: 1 1 auto;
    min-width: max-content;
    padding: 12px 13px 10px;
    color: var(--white);
    border: 1px solid rgba(225, 254, 0, 0.35);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    opacity: 1;
    transform: none;
    transition-delay: 0ms;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 92px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 11.5vw, 3.25rem);
  }

  .hero-lineup {
    font-size: clamp(1.35rem, 7vw, 2.25rem);
  }

  .hero-october {
    min-height: 100svh;
    padding: 92px 24px 42px;
  }

  .hero-october .hero-bg {
    background-size: cover;
  }

  .hero-video-desktop {
    display: none;
  }

  .hero-video-mobile {
    display: block;
  }

  .hero-october .hero-inner {
    min-height: calc(100svh - 134px);
    justify-content: center;
    gap: 22px;
  }

  .hero-lockup {
    width: min(92vw, 560px);
  }

  .hero-october .button {
    width: min(100%, 420px);
  }

  .split-intro,
  .section-heading-row {
    grid-template-columns: 1fr;
  }

  .split-intro {
    width: 100%;
  }

  .split-intro::before {
    display: block;
  }

  .intro-panel {
    min-height: auto;
    padding: 58px 24px 64px;
  }

  .intro-panel h2 {
    font-size: clamp(2rem, 8.7vw, 3.1rem);
    line-height: 0.96;
  }

  .intro-panel p:not(.section-kicker) {
    max-width: 34rem;
    font-size: clamp(1.05rem, 4.25vw, 1.28rem);
    line-height: 1.48;
  }

  .next-event-section,
  .visit-section,
  .timeline-section,
  .gallery-section,
  .shop-section {
    width: var(--container);
  }

  .gallery-page-hero,
  .gallery-single-hero {
    padding-top: 120px;
  }

  .next-event-card,
  .music-section,
  .shop-card,
  .general-info-layout,
  .visit-grid,
  .gallery-album-grid,
  .visit-faq,
  .newsletter-section {
    grid-template-columns: 1fr;
  }

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

  .album-lightbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    padding: 64px 16px 18px;
  }

  .album-lightbox-frame {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .album-lightbox-frame img {
    max-height: calc(100svh - 182px);
  }

  .album-lightbox-prev {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }

  .album-lightbox-next {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
  }

  .listen-grid {
    --listen-columns: 1;
  }

  .next-event-card > img {
    height: auto;
    min-height: 360px;
    aspect-ratio: 4 / 3;
  }

  .featured-event-track {
    touch-action: pan-x pan-y pinch-zoom;
  }

  .next-event-copy {
    width: 100%;
    padding: 30px 22px 34px;
  }

  .next-event-copy h3 {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    font-size: clamp(1.65rem, 8.1vw, 2.75rem);
    line-height: 0.95;
  }

  .next-event-copy .button {
    width: 100%;
  }

  .featured-event-controls {
    justify-content: space-between;
  }

  .featured-control {
    min-width: 92px;
  }

  .timeline-section .section-heading h2,
  .gallery-section .section-heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.6rem);
  }

  .gallery-section .section-heading-row > div:last-child {
    padding-top: 0;
  }

  .artist-grid,
  .artist-grid-single,
  .artist-grid-single .artist-card {
    grid-template-columns: 1fr;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 0;
  }

  .timeline-meta,
  .timeline .button,
  .timeline-status {
    grid-column: auto;
    width: 100%;
  }

  .timeline time {
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
  }

  .timeline time span {
    font-size: clamp(3.1rem, 17vw, 4.8rem);
  }

  .timeline h3 {
    font-size: clamp(1.9rem, 10vw, 3.15rem);
  }

  .artist-grid-single {
    min-height: auto;
  }

  .artist-grid-single .artist-card {
    min-height: auto;
  }

  .artist-grid-single .artist-card img {
    min-height: 420px;
  }

  .artist-grid-single .artist-card-body {
    padding: 32px 22px 36px;
  }

  .artist-grid-single .artist-card h3 {
    font-size: clamp(2.1rem, 10.8vw, 3.5rem);
    overflow-wrap: break-word;
    word-break: normal;
  }

  .artist-grid-single .artist-card-body {
    min-height: 124px;
  }

  .music-section {
    align-items: start;
    padding: 54px 0;
  }

  .music-section h2,
  .shop-copy h2,
  .newsletter-section h2,
  .general-info-copy h2 {
    font-size: clamp(2rem, 10.4vw, 3.35rem);
    line-height: 0.96;
  }

  .listen-grid h3 {
    font-size: clamp(1.55rem, 8.5vw, 2.45rem);
  }

  .visit-faq h3 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .faq-list summary {
    font-size: clamp(0.92rem, 4.2vw, 1.12rem);
  }

  .gallery-slide {
    flex-basis: 82vw;
    aspect-ratio: 4 / 5;
  }

  .gallery-slide img,
  .gallery-slide video,
  .gallery-video-embed,
  .gallery-video-embed iframe,
  .gallery-video-link {
    min-height: 0;
  }

  .gallery-control {
    top: calc(50% + 20px);
    min-width: 70px;
  }

  .gallery-carousel {
    padding-inline: 0;
  }

  .gallery-control-prev {
    left: 10px;
  }

  .gallery-control-next {
    right: 10px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: clamp(2.55rem, 10.8vw, 2.9rem);
  }

  .gallery-photo-grid {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .gallery-track {
    scroll-behavior: auto;
  }

  .hero-video {
    display: none;
  }

  html.js .motion-reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    clip-path: none !important;
  }
}
