:root {
  --cream: #f6f0e4;
  --paper: #fffaf2;
  --ink: #111111;
  --muted: #6a6258;
  --gold: #d2a45f;
  --orange: #cb6d2d;
  --bronze: #8f5a2a;
  --charcoal: #1a1715;
  --line: rgba(17, 17, 17, 0.12);
  --shadow: 0 24px 60px rgba(20, 14, 10, 0.16);
  --header-offset: 92px;
  --anchor-offset: calc(var(--header-offset) + 2rem);
  --page-gutter: 1.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(210, 164, 95, 0.14), transparent 28%),
    linear-gradient(180deg, #faf6ef 0%, #f4edde 36%, #efe6d4 100%);
}

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

.page-shell {
  overflow: visible;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(244, 236, 217, 0.84);
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
}

.topline {
  display: block;
  padding: 0.4rem 1rem;
  text-align: center;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--paper);
  text-decoration: none;
  background: linear-gradient(90deg, var(--charcoal) 0%, var(--bronze) 55%, var(--orange) 100%);
}

.nav-row,
.location-strip,
.tickets-section,
.show-section,
.reviews-section,
.feature-sections,
.signup-section,
.site-footer {
  width: calc(100% - (var(--page-gutter) * 2));
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.nav-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4rem;
  color: var(--paper);
}

.brand-logo-image {
  display: block;
  width: 3.7rem;
  height: auto;
}

.brand-text,
.main-nav,
.button,
.section-kicker,
.card-tag,
.micro-label,
.location-name,
.footer-links {
  font-family: "Oswald", Arial, sans-serif;
}

.brand-text {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1.4rem;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.18rem 0;
  background: currentColor;
  border-radius: 999px;
}

.main-nav a:hover,
.footer-links a:hover,
.link-cluster a:hover,
.ticket-card a:hover {
  text-decoration: underline;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-solid {
  color: var(--paper);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: calc(100svh - var(--header-offset));
  margin: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #231d19 0%, #151210 58%, #4e2f1d 100%);
  box-shadow: var(--shadow);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.hero-media.is-ready .hero-slide {
  transition: opacity 1.6s ease-in-out;
}

.hero-slide-1 {
  background-image:
    linear-gradient(90deg, rgba(20, 15, 12, 0.78) 0%, rgba(20, 15, 12, 0.32) 36%, rgba(20, 15, 12, 0.12) 56%, rgba(20, 15, 12, 0.58) 100%),
    url("/assets/hero-slide-3.webp");
}

.hero-slide-2 {
  background-image:
    linear-gradient(90deg, rgba(20, 15, 12, 0.78) 0%, rgba(20, 15, 12, 0.32) 36%, rgba(20, 15, 12, 0.12) 56%, rgba(20, 15, 12, 0.58) 100%),
    url("/assets/hero-slide-1.webp");
}

.hero-slide-3 {
  background-image:
    linear-gradient(90deg, rgba(20, 15, 12, 0.78) 0%, rgba(20, 15, 12, 0.32) 36%, rgba(20, 15, 12, 0.12) 56%, rgba(20, 15, 12, 0.58) 100%),
    url("/assets/hero-slide-2.webp");
}

.hero-slide-4 {
  background-image:
    linear-gradient(90deg, rgba(20, 15, 12, 0.78) 0%, rgba(20, 15, 12, 0.32) 36%, rgba(20, 15, 12, 0.12) 56%, rgba(20, 15, 12, 0.58) 100%),
    url("/assets/hero-slide-4.webp");
}

.hero-slide-5 {
  background-image:
    linear-gradient(90deg, rgba(20, 15, 12, 0.78) 0%, rgba(20, 15, 12, 0.32) 36%, rgba(20, 15, 12, 0.12) 56%, rgba(20, 15, 12, 0.58) 100%),
    url("/assets/hero-slide-5.webp");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.24)),
    radial-gradient(circle at 20% 24%, rgba(210, 164, 95, 0.16), transparent 22%);
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 4rem));
  padding: 4rem 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  transform: translateY(-4vh);
  text-align: left;
  color: #fff;
}

.section-kicker,
.card-tag,
.micro-label {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.show-copy h2,
.signup-copy h2,
.site-footer h2 {
  margin: 0;
  line-height: 0.95;
}

.hero h1 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(4rem, 12vw, 8rem);
  text-transform: uppercase;
}

.hero-text,
.show-copy p,
.signup-copy p,
.review-card h3 {
  line-height: 1.7;
}

.hero-text {
  width: min(620px, 100%);
  margin: 1.4rem 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 2rem;
}

.location-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0 0;
}

.location-name {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-strip a {
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tickets-section,
.show-section,
.reviews-section,
.signup-section,
.site-footer {
  padding: 5.5rem 0;
}

.tickets-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.reviews-section {
  padding-top: 0;
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading h2,
.show-copy h2,
.signup-copy h2,
.site-footer h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  text-transform: uppercase;
}

.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.ticket-card,
.review-card,
.signup-card {
  border-radius: 0;
}

.ticket-card {
  padding: 1.6rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.ticket-card h3,
.review-card h3 {
  margin: 0 0 1rem;
  font-size: 1.55rem;
}

.ticket-card p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

.ticket-card a {
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.accent-gold {
  border-top: 10px solid var(--gold);
}

.accent-red {
  border-top: 10px solid var(--orange);
}

.accent-blue {
  border-top: 10px solid var(--charcoal);
}

.show-section {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5rem;
}

.show-poster {
  display: flex;
  justify-content: flex-start;
}

.show-poster-image {
  display: block;
  width: min(100%, 495px);
  height: auto;
  box-shadow: var(--shadow);
}

.show-copy p {
  margin: 1.4rem 0 0;
}

.link-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.6rem;
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.feature-sections {
  padding-top: 0;
  padding-bottom: 5rem;
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
  gap: 1.5rem;
  align-items: center;
}

.feature-section + .feature-section {
  margin-top: 5rem;
}

.feature-section-reverse {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.feature-section-reverse .feature-media {
  order: 2;
}

.feature-section-reverse .feature-copy {
  order: 1;
}

.feature-image {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-media {
  display: flex;
}

.feature-section .feature-media {
  justify-content: flex-start;
}

.feature-section-reverse .feature-media {
  justify-content: flex-end;
}

.feature-copy h2 {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.feature-copy p {
  margin: 1.25rem 0 0;
  line-height: 1.7;
}

.tour-hero,
.tour-list-section {
  width: calc(100% - (var(--page-gutter) * 2));
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tour-hero {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.tour-hero h1,
.tour-list-header h2 {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(3.2rem, 8vw, 5.8rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.tour-hero-text {
  width: min(680px, 100%);
  margin: 1.4rem 0 0;
  line-height: 1.7;
}

.tour-list-section {
  padding-top: 1.5rem;
  padding-bottom: 5rem;
  width: min(100%, calc(100% - 3rem));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.tour-list-header {
  margin-bottom: 1.5rem;
}

.tour-status {
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--line);
  background: rgba(255, 249, 237, 0.76);
  box-shadow: var(--shadow);
}

.tour-date-list {
  display: grid;
  gap: 1.5rem;
}

.tour-date-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.6rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.tour-date-card.is-focused {
  border-color: rgba(208, 96, 42, 0.45);
  box-shadow: 0 20px 45px rgba(110, 52, 28, 0.12);
}

.tour-date-kicker,
.tour-performance-label,
.tour-performance-doors {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tour-date-title {
  margin: 0.35rem 0 0;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1;
}

.tour-date-address {
  margin: 0.9rem 0 0;
  line-height: 1.7;
  color: var(--muted);
}

.tour-performance-list {
  display: grid;
  gap: 0.9rem;
}

.tour-performance {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: rgba(255, 249, 237, 0.92);
}

.tour-performance.is-focused {
  border-color: rgba(208, 96, 42, 0.45);
  background: rgba(255, 244, 224, 0.98);
}

.tour-performance-time {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tour-performance-button {
  margin-top: 0.8rem;
  justify-self: start;
}

.tour-performance-button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.review-card {
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: rgba(255, 249, 237, 0.76);
}

.stars {
  margin-bottom: 1rem;
  color: var(--orange);
  letter-spacing: 0.18em;
}

.review-card p,
.review-card span {
  margin: 0;
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card span {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--muted);
}

.signup-section {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.signup-art {
  position: relative;
  min-height: 420px;
}

.signup-circle {
  position: absolute;
  inset: 0 auto auto 0;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(17, 17, 17, 0.94), rgba(203, 109, 45, 0.92));
  box-shadow: var(--shadow);
}

.signup-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 240px;
  aspect-ratio: 5 / 6;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.signup-card span {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.signup-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.signup-form label {
  flex: 1 1 280px;
}

.signup-form span {
  display: block;
  margin-bottom: 0.6rem;
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signup-form input {
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
}

.signup-form button {
  border: 0;
  cursor: pointer;
}

.gallery-section {
  width: min(100%, calc(100% - 3rem));
  margin: 0 auto;
}

.gallery-section {
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}

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

.gallery-card {
  position: relative;
  display: block;
  grid-column: span 4;
  min-height: 280px;
  padding: 0;
  border: 1px solid rgba(16, 16, 16, 0.08);
  overflow: hidden;
  cursor: zoom-in;
  background: rgba(255, 249, 237, 0.92);
  box-shadow: var(--shadow);
}

.gallery-card-wide {
  grid-column: span 6;
}

.gallery-card-tall {
  grid-column: span 6;
  min-height: 280px;
}

.gallery-card-square {
  grid-column: span 5;
  min-height: 420px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 280ms ease, filter 280ms ease;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.03);
  filter: saturate(1.04);
}

.gallery-card-tall img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
  background: rgba(20, 18, 16, 0.92);
}

.gallery-card-overlay {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.1rem 1.15rem;
  background: linear-gradient(180deg, transparent 0%, rgba(16, 16, 16, 0.78) 100%);
  color: var(--paper);
  text-align: left;
}

.gallery-card-overlay strong {
  pointer-events: none;
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-lightbox {
  width: min(94vw, 1320px);
  max-width: 1320px;
  padding: 0;
  border: 0;
  background: rgba(12, 10, 8, 0.96);
  color: var(--paper);
}

.gallery-lightbox::backdrop {
  background: rgba(12, 10, 8, 0.92);
  backdrop-filter: blur(10px);
}

.gallery-lightbox-stage {
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 3.5rem 5.5rem 2rem;
}

.gallery-lightbox-image {
  max-width: 100%;
  max-height: 68vh;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  border: 1px solid rgba(255, 249, 237, 0.18);
  background: rgba(255, 249, 237, 0.08);
  color: var(--paper);
  cursor: pointer;
}

.gallery-lightbox-close {
  top: 1rem;
  right: 1rem;
  padding: 0.75rem 1rem;
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-lightbox-nav.is-prev {
  left: 1rem;
}

.gallery-lightbox-nav.is-next {
  right: 1rem;
}

.contact-section {
  width: min(100%, calc(100% - 3rem));
  margin: 0 auto;
  padding: 1.5rem 0 5rem;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-copy,
.contact-form {
  padding: 1.75rem;
  border: 1px solid rgba(16, 16, 16, 0.08);
  background: rgba(255, 249, 237, 0.9);
  box-shadow: var(--shadow);
}

.contact-kicker {
  margin: 0 0 0.75rem;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-copy h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.95;
}

.contact-copy p:last-child {
  margin: 1rem 0 0;
  line-height: 1.8;
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
}

.contact-form textarea {
  resize: vertical;
  min-height: 180px;
}

.contact-form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-form-status {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0 1.2rem;
  border-top: 1px solid var(--line);
}

.footer-main p {
  margin: 0.9rem 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-self: end;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 960px) {
  .nav-row,
  .location-strip,
  .show-section,
  .feature-section,
  .signup-section,
  .footer-main,
  .footer-meta {
    display: block;
  }

  .main-nav {
    position: static;
    left: auto;
    transform: none;
    margin: 1rem 0;
    flex-wrap: wrap;
  }

  .nav-row .button {
    margin-top: 0.5rem;
  }

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

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

  .gallery-card,
  .gallery-card-wide,
  .gallery-card-square,
  .gallery-card-tall {
    grid-column: span 1;
    min-height: 320px;
  }

  .tour-date-card {
    grid-template-columns: 1fr;
  }

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

  .feature-section + .feature-section {
    margin-top: 3rem;
  }

  .show-poster,
  .signup-art {
    margin-bottom: 2rem;
  }

  .footer-links {
    margin-top: 1.5rem;
  }

  .footer-meta {
    padding-bottom: 0;
  }
}

@media (max-width: 760px) {
  .nav-row {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
  }

  .nav-row .button {
    display: none;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    left: auto;
    transform: translateY(-0.4rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    min-width: min(16rem, calc(100vw - 2rem));
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 1rem;
    background: rgba(255, 250, 242, 0.98);
    box-shadow: 0 20px 40px rgba(20, 14, 10, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    z-index: 10;
  }

  .nav-row.is-menu-open .main-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

}

@media (max-width: 640px) {
  :root {
    --anchor-offset: calc(var(--header-offset) + 3rem);
  }

  .nav-row,
  .location-strip,
  .tickets-section,
  .show-section,
  .reviews-section,
  .feature-sections,
  .signup-section,
  .site-footer {
    width: calc(100% - 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tour-hero,
  .tour-list-section {
    width: calc(100% - 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery-section {
    width: calc(100% - 2rem);
  }

  .contact-section {
    width: calc(100% - 2rem);
  }

  .hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem);
    padding: 4rem 0 4.5rem;
    padding-left: 1rem;
    transform: translateY(-2vh);
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero {
    min-height: calc(100svh - 108px);
  }

  .ticket-grid,
  .reviews-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card-wide,
  .gallery-card-square,
  .gallery-card-tall {
    min-height: 280px;
  }

  .gallery-lightbox {
    width: 100vw;
    max-width: none;
    min-height: 100vh;
  }

  .gallery-lightbox-stage {
    min-height: 100vh;
    padding: 4.5rem 1rem 1.5rem;
  }

  .gallery-lightbox-nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .gallery-lightbox-nav.is-prev {
    left: 1rem;
  }

  .gallery-lightbox-nav.is-next {
    right: 1rem;
  }

  .feature-image {
    height: 360px;
  }

  .tour-hero {
    padding-top: 4rem;
  }

  .tour-hero h1,
  .tour-list-header h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .hero h1 {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .section-heading h2,
  .show-copy h2,
  .signup-copy h2,
  .site-footer h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .poster-big {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .signup-circle {
    width: 240px;
    height: 240px;
  }

  .signup-card {
    width: 190px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    opacity: 0;
    transition: none;
  }

  .hero-slide.is-active {
    opacity: 1;
  }
}
