/* Final homepage art direction. Loaded last by design. */
.tour-home:not(.venue-page) .shell {
  width: 100%;
  max-width: none;
}

.tour-home:not(.venue-page) .backdrop {
  object-fit: cover;
  object-position: right center;
  filter: saturate(.78) contrast(1.08) brightness(.72);
}

.tour-home:not(.venue-page) .wash {
  background:
    linear-gradient(90deg, rgba(5,7,8,.96), rgba(5,7,8,.77) 31%, rgba(5,7,8,.17) 63%, rgba(5,7,8,.06)),
    linear-gradient(180deg, rgba(5,7,8,.08), rgba(5,7,8,.02) 64%, rgba(5,7,8,.86));
}

.tour-home:not(.venue-page) .rain { opacity: .07; }
.tour-home:not(.venue-page) .grain { opacity: .06; }

.home-nav {
  width: calc(100% - clamp(48px, 8vw, 144px));
  max-width: none;
  min-height: 66px;
}

.home-nav-mark {
  color: rgba(245,240,234,.58);
  letter-spacing: .16em;
}

.home-nav nav { gap: 28px; }

.home-nav a,
.nav-share {
  font-size: 9px;
  letter-spacing: .16em;
}

.nav-share {
  min-height: 32px;
  border-color: rgba(255,255,255,.14);
  background: rgba(5,7,8,.18);
}

.home-hero {
  min-height: max(760px, 100svh);
  width: 100%;
  grid-template-columns: minmax(420px, 620px) minmax(0, 1fr);
  justify-content: stretch;
  justify-items: start;
  align-items: center;
  padding: 104px clamp(96px, 10vw, 220px) 74px;
  text-align: left;
}

.home-hero .home-hero-main {
  width: 100%;
  max-width: 600px;
  justify-items: start;
  text-align: left;
}

.home-hero .logo {
  width: 100%;
  margin: 0;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.72));
}

.home-hero .strap {
  width: min(470px, 84%);
  margin-top: 18px;
  margin-inline: auto;
  justify-self: center;
}

.hero-actions { margin-top: 28px; }

.home-hero .hero-actions {
  width: 100%;
  justify-self: stretch;
  justify-content: center;
}

.hero-cta {
  min-height: 48px;
  padding-inline: 20px;
  box-shadow: 0 12px 36px rgba(255,104,119,.16);
}

.tour-experience {
  width: 100%;
  margin: 0;
  padding: clamp(72px, 8vw, 108px) clamp(40px, 5vw, 96px);
  background: #090d0e;
}

.tour-experience::before { display: none; }

.tour-intro {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(48px, 7vw, 120px);
  margin-bottom: 34px;
}

.tour-intro h2 {
  max-width: 760px;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.01;
}

.tour-intro-copy {
  max-width: 34rem;
  font-size: 14px;
}

.tour-controls {
  width: 100%;
  grid-template-columns: minmax(320px, 520px) auto minmax(160px, 1fr) auto;
  gap: 10px;
  margin-bottom: 12px;
}

.tour-controls .search-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.tour-controls .search-field input,
.tour-controls .location-button {
  height: 48px;
  min-height: 48px;
  border-color: rgba(255,255,255,.14);
  border-radius: 0;
  background: #111617;
  box-shadow: none;
}

.tour-controls .search-field input:focus {
  border-color: rgba(255,104,119,.7);
  background: #141a1b;
  box-shadow: none;
}

.search-icon { bottom: 16px; }

.tour-controls .location-button {
  border-color: rgba(255,104,119,.3);
  background: rgba(255,104,119,.08);
}

.tour-controls .location-status {
  color: rgba(245,240,234,.46);
  font-size: 11px;
}

.tour-workspace {
  width: 100%;
  min-height: 640px;
  grid-template-columns: minmax(0, 1fr) clamp(390px, 30vw, 520px);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
}

.map-column,
.map-frame,
.tour-map { min-height: 640px; }

.map-topline,
.map-reset {
  top: 16px;
  min-height: 34px;
  background: rgba(8,11,12,.78);
  box-shadow: none;
}

.map-topline { left: 16px; }
.map-reset { right: 16px; }

.leaflet-control-zoom {
  margin: 66px 0 0 16px !important;
}

.results-head {
  min-height: 72px;
  padding: 17px 18px;
}

.tour-workspace .dates-list { max-height: 568px; }

.tour-workspace .month-heading {
  padding: 10px 18px;
  background: rgba(11,15,16,.96);
}

.tour-workspace .date-card {
  min-height: 112px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 18px;
}

.date-number { font-size: 31px; }
.tour-workspace .venue { font-size: 17px; }
.tour-workspace .card-actions { margin-top: 10px; }

.tour-workspace .ticket-link,
.tour-workspace .ticket-pending {
  min-height: 30px;
  background: transparent;
  box-shadow: none;
}

.tour-workspace .ticket-link {
  color: var(--rose-soft);
  border-color: rgba(255,104,119,.28);
}

.tour-workspace .ticket-link:hover {
  color: #16080b;
  background: var(--rose);
}

.tour-workspace .card-map { display: none; }

.tour-workspace .card-share {
  min-height: 30px;
  border-color: rgba(255,255,255,.1);
  background: transparent;
}

.map-selection {
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 480px;
  padding: 16px 18px;
  border-color: rgba(255,255,255,.16);
  background: rgba(8,11,12,.93);
}

.selection-title { font-size: 21px; }

.story-section {
  padding: clamp(84px, 9vw, 132px) clamp(40px, 7vw, 140px);
}

.story-section h2 {
  max-width: 880px;
  font-size: clamp(38px, 4.7vw, 66px);
}

.story-grid {
  grid-template-columns: minmax(280px, .85fr) minmax(280px, .6fr);
  gap: clamp(54px, 9vw, 130px);
  margin-top: clamp(36px, 5vw, 58px);
}

.story-lead { font-size: clamp(22px, 2.3vw, 32px); }

.tour-home:not(.venue-page) .site-footer {
  margin-inline: clamp(24px, 5vw, 72px);
}

@media (max-width: 760px) {
  .tour-home:not(.venue-page) .shell {
    width: 100%;
  }

  .home-nav {
    width: calc(100% - 28px);
  }

  .home-nav { min-height: 56px; }
  .home-nav-mark { font-size: 7px; }

  .home-hero {
    min-height: 760px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    padding: 30svh 20px 58px;
    text-align: left;
  }

  .home-hero .home-hero-main {
    width: min(100%, 520px);
    justify-items: start;
    text-align: left;
  }

  .home-hero .logo {
    width: min(430px, 92vw);
    margin-left: 0;
  }

  .home-hero .strap {
    width: min(390px, 86vw);
    margin-top: 14px;
    margin-inline: auto;
  }

  .tour-experience {
    width: 100%;
    margin: 0;
    padding-inline: 16px;
  }

  .tour-intro {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
  }

  .tour-controls {
    grid-template-columns: 1fr auto;
  }

  .tour-controls .search-field,
  .tour-controls .location-status {
    grid-column: 1 / -1;
  }

  .tour-controls .location-status {
    min-height: 15px;
    padding: 0;
  }

  .tour-controls .location-button { width: 100%; }

  .tour-workspace,
  .map-column,
  .map-frame,
  .tour-map,
  .results-column { min-height: 600px; }

  .tour-workspace .dates-list { max-height: 528px; }
  .tour-workspace .card-map { display: inline-flex; }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .story-section {
    padding-inline: 20px;
  }

  .tour-home:not(.venue-page) .site-footer {
    margin-inline: 20px;
  }
}

@media (max-width: 480px) {
  .home-nav nav { gap: 0; }
  .nav-share { padding-inline: 10px; }

  .home-hero {
    min-height: 720px;
    padding-top: 29svh;
  }

  .hero-actions {
    width: 100%;
    justify-content: center;
  }
  .hero-actions .button { width: auto; }

  .tour-controls { grid-template-columns: 1fr; }
  .view-switcher { width: 100%; }
}
