/* Homepage cleanup only. The original theme and all other pages stay intact. */
.home-tidy *,
.home-tidy *::before,
.home-tidy *::after {
  animation: none !important;
  transition: none !important;
  will-change: auto !important;
}

.page-home.home-tidy .hero-headliner.home-hero-clean {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "lead stage";
  grid-template-rows: auto;
  align-items: stretch;
}

.page-home.home-tidy .hero-lead-panel {
  grid-area: lead;
  min-height: 0;
  align-content: center;
  gap: 1rem;
  padding: clamp(1.15rem, 2.5vw, 2rem);
}

.page-home.home-tidy .hero-lead-panel .hero-main-title {
  max-width: 15ch;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1.08;
}

.page-home.home-tidy .hero-lead-panel .home-intro {
  max-width: 35ch;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
}

.page-home.home-tidy .hero-stage-main {
  grid-area: stage;
  height: 100%;
  min-height: 26rem;
  align-self: stretch;
}

.page-home.home-tidy .hero-stage-main .hero-photo-rotator {
  height: 100%;
  min-height: 26rem;
}

.page-home.home-tidy .hero-stage-main .hero-photo-slide {
  object-position: center 35%;
}

.home-tidy .hero-actions .button,
.home-tidy .finder-controls button,
.home-tidy .finder-ticket-button {
  min-height: 48px;
  font-size: 1rem;
}

.home-tidy .home-shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.25rem;
  margin: 0;
}

.home-tidy .home-shortcuts a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--cream);
  font-size: 1rem;
  text-underline-offset: 0.25em;
}

.home-tidy .home-follow .newsletter-panel {
  align-items: start;
}

.home-tidy .home-signup-options > summary {
  min-height: 44px;
  padding: 0.6rem 0;
  cursor: pointer;
  color: var(--cream);
  font-size: 1rem;
}

.home-tidy .home-signup-options[open] > summary {
  margin-bottom: 0.5rem;
}

.home-tidy .home-follow input,
.home-tidy .home-follow button {
  font-size: 1rem;
}

.home-tidy .finder-city-label {
  display: grid;
  gap: 0.5rem;
  width: min(100%, 25rem);
  margin-top: 1rem;
  color: var(--cream);
  font-size: 1rem;
}

.home-tidy .finder-controls-simple {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 1rem;
  margin-bottom: .75rem;
}
.home-tidy .finder-controls-simple .finder-city-label {
  flex: 1 1 18rem;
  width: auto;
  margin: 0;
}
.home-tidy .finder-controls-simple > button {
  min-height: 48px;
  flex: 0 1 auto;
}

.home-tidy .finder-city-label select {
  width: 100%;
  min-height: 48px;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 202, 109, 0.5);
  border-radius: 10px;
  color: #fff7e8;
  background: #101c31;
  font: inherit;
  color-scheme: dark;
}

.home-tidy :is(a, button, select, summary, input):focus-visible {
  outline: 3px solid #ffd36f;
  outline-offset: 4px;
}

.home-tidy .finder-result-list {
  grid-template-columns: 1fr;
}

.home-tidy .finder-stop-card,
.home-tidy .finder-result-list-nearest .finder-stop-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.home-tidy .finder-stop-actions {
  justify-content: flex-end;
  max-width: 27rem;
}

.home-tidy .finder-date,
.home-tidy .finder-distance,
.home-tidy .finder-privacy-note,
.home-tidy .finder-stop-actions > span:not(.ticket-status) {
  font-size: 0.95rem;
  line-height: 1.5;
}

.home-tidy .finder-intro,
.home-tidy .finder-empty,
.home-tidy .finder-privacy-note,
.home-tidy .finder-stop-card p {
  color: #dbe2ec;
}

.home-tidy .finder-stop-card h4 {
  margin: 0.25rem 0;
  font-size: 1.3rem;
}

.page-home.home-tidy .home-live .hero-side-panel {
  grid-area: auto;
  grid-template-areas: "copy video";
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: center;
  gap: 1.5rem;
  order: 0;
}

.page-home.home-tidy .home-live .hero-side-copy {
  grid-area: copy;
  align-self: center;
}

.page-home.home-tidy .home-live .hero-video-feature {
  grid-area: video;
}

.page-home.home-tidy .home-live .hero-video-feature video {
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 9;
}

.home-tidy .home-details {
  margin: 1rem 0;
  border: 1px solid var(--line);
  border-radius: 18px 8px 16px 10px;
  background: var(--panel);
  overflow: clip;
}

.home-tidy .home-details > summary {
  padding: 1.1rem;
  cursor: pointer;
  color: var(--cream);
  font-size: 1.1rem;
  font-weight: 750;
  line-height: 1.5;
}

.home-tidy .home-details[open] > summary {
  border-bottom: 1px solid var(--line);
}

.home-tidy .home-details-content {
  padding: 1rem;
}

.home-tidy .home-history-intro {
  display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding: 0.5rem;
}

.page-home.home-tidy .home-history-poster {
  width: 100%;
  max-width: 14rem;
  min-height: 0;
  aspect-ratio: 1;
  margin: 0;
  grid-area: auto;
}

.page-home.home-tidy .home-history-poster img {
  height: auto;
  min-height: 0;
}

.page-home.home-tidy .home-history-intro .hero-stat-strip {
  grid-area: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.page-home.home-tidy .section + .section,
.home-tidy .home-details .section {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

.home-tidy .review-card {
  transform: none;
}


@media (max-width: 1023px) {
  .page-home.home-tidy .hero-headliner.home-hero-clean {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "lead" "stage";
  }

  .page-home.home-tidy .hero-stage-main,
  .page-home.home-tidy .hero-stage-main .hero-photo-rotator {
    height: 22rem;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .page-home.home-tidy .hero-stage-main,
  .page-home.home-tidy .hero-stage-main .hero-photo-rotator {
    height: 16rem;
  }

  .page-home.home-tidy .home-live .hero-side-panel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "video";
  }

  .home-tidy .finder-stop-card,
  .home-tidy .finder-result-list-nearest .finder-stop-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-tidy .finder-stop-actions {
    max-width: none;
    justify-content: flex-start;
  }

  .home-tidy .finder-ticket-button {
    width: 100%;
  }

  .home-tidy .home-history-intro {
    grid-template-columns: minmax(0, 1fr);
  }
}
