.page-visit {
  --home-bg: #050507;
  --home-surface: #0e0b13;
  --home-pink: #ed1779;
  --home-text: #f7f5f2;
  --home-muted: #a9a2b2;
  --home-dark: #050507;
  --home-border: rgba(255, 255, 255, 0.7);
  --home-border-subtle: rgba(255, 255, 255, 0.2);
  --home-font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --prog-raised: #171120;
  --prog-purple: #5c218a;
  --prog-green: #2e9166;
  --prog-blue: #1259a8;
  position: relative;
  background: var(--home-bg);
  color: var(--home-text);
  font-family: var(--home-font);
  font-weight: 400;
}

.page-visit :is(h1, h2, h3, h4, p, li, a, button, input, select, option, label, span) {
  font-family: var(--home-font);
}

.page-visit .site-footer,
.page-visit .site-footer :is(h1, h2, h3, h4, p, li, a, button, input, select, option, label, span) {
  font-family: "Instrument Sans", system-ui, sans-serif;
}

.page-visit .home-nav a[aria-current="page"] {
  color: var(--home-pink);
}

.page-visit .nbo-btn--green {
  background: var(--prog-green);
  color: var(--home-dark);
}

.page-visit .nbo-btn--light {
  background: var(--home-text);
  color: var(--home-dark);
}

.visit-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.visit-hero-media {
  position: absolute;
  top: 0;
  right: 0;
  width: 720px;
  height: 500px;
}

.visit-hero-media img {
  width: 720px;
  height: 500px;
  max-width: none;
  object-fit: cover;
}

.visit-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #050508 36%, rgba(5, 5, 8, 0.12) 100%);
}

.visit-hero-frame {
  position: absolute;
  top: 42px;
  left: 52px;
  right: 52px;
  height: 416px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  pointer-events: none;
}

.visit-hero-copy {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
  padding: 88px 80px 0;
}

.visit-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-pink);
}

.visit-hero-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 5vw, 58px);
  font-weight: 800;
  line-height: 1.1;
}

.visit-hero-copy p {
  margin: 0;
  max-width: 560px;
  font-size: 19px;
  line-height: 30px;
}

.visit-hero-filters,
.visit-hero-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 28px;
  margin-top: 48px;
  padding: 18px 20px;
  width: max-content;
  max-width: calc(100% - 80px);
  background: var(--prog-raised);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visit-hero-links {
  background: transparent;
  padding: 0;
  color: #fff;
}

.visit-filter,
.visit-hero-links a {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
  cursor: pointer;
}

.visit-filter.is-active {
  color: var(--home-pink);
}

.visit-section {
  padding: 46px 64px 72px;
}

.visit-section--surface {
  background: var(--home-surface);
}

.visit-section h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 36px);
  font-weight: 800;
}

.visit-lead {
  margin: 0 0 32px;
  max-width: 700px;
  font-size: 16px;
  line-height: 24px;
  color: var(--home-muted);
}

.venue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px 64px;
}

.venue-card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 290px;
  background: #050508;
  color: inherit;
  text-align: left;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.venue-card.is-selected {
  outline: 2px solid var(--home-pink);
  outline-offset: 0;
}

.venue-card img {
  width: 250px;
  height: 290px;
  object-fit: cover;
  background: #050508;
}

.venue-card img.is-contain,
.venue-selected img.is-contain {
  object-fit: contain;
}

.venue-card-copy {
  padding: 32px 28px;
}

.venue-card-copy h3 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.venue-card-copy p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 25px;
}

.venue-card-cta {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
}

.venue-stage {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.venue-selected {
  position: relative;
  width: 420px;
  min-height: 730px;
  overflow: hidden;
}

.venue-selected img {
  position: absolute;
  inset: 0;
  width: 420px;
  height: 730px;
  object-fit: cover;
}

.venue-selected-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 8, 0.92) 42%, rgba(5, 5, 8, 0.2) 100%);
}

.venue-selected-frame {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.venue-selected-copy {
  position: relative;
  z-index: 1;
  padding: 330px 44px 32px;
}

.venue-selected-copy p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 27px;
}

.venue-selected-copy .nbo-btn {
  margin-top: 24px;
}

.venue-day-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin: 8px 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.venue-day-nav button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.venue-day-nav button.is-active {
  color: var(--home-pink);
}

.venue-slot {
  min-height: 150px;
  margin-bottom: 26px;
  padding: 21px 23px;
  background: var(--prog-raised);
  border: 1px solid var(--slot-accent, rgba(237, 23, 120, 0.55));
}

.venue-slot p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}

.venue-slot-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

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

.attend-card {
  min-height: 220px;
  padding: 24px;
  background: #050508;
  border-top: 4px solid var(--card-accent, var(--home-pink));
}

.attend-card h3 {
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.attend-card p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 24px;
}

.date-rail-wrap {
  overflow-x: auto;
}

.date-rail {
  display: flex;
  min-height: 82px;
  background: #050508;
}

.date-rail button {
  flex: 1 0 118px;
  width: 118px;
  height: 82px;
  border: 0;
  background: transparent;
  color: var(--home-text);
  font-family: var(--home-font);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.date-rail button.is-active {
  background: var(--home-pink);
  color: var(--home-dark);
}

.date-rail-more {
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.schedule-tools {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.schedule-search,
.schedule-filters {
  min-height: 62px;
  background: var(--prog-raised);
}

.schedule-search input {
  width: 100%;
  height: 62px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: var(--home-text);
  font-size: 13px;
}

.schedule-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.schedule-filters button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.schedule-filters button.is-active {
  color: var(--home-pink);
}

.schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 900px) 360px;
  gap: 52px;
  align-items: start;
}

.schedule-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: baseline;
  margin-bottom: 24px;
}

.schedule-meta p {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
}

.schedule-card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 220px;
  margin-bottom: 24px;
  background: var(--prog-raised);
  border: 1px solid var(--slot-accent, rgba(237, 23, 120, 0.55));
  color: inherit;
}

.schedule-card img {
  width: 250px;
  height: 220px;
  object-fit: cover;
}

.schedule-card-copy {
  padding: 27px 28px;
}

.schedule-card-copy p,
.schedule-card-copy h3 {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
}

.schedule-card-copy h3 {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.schedule-card-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 600;
}

.schedule-more {
  margin-top: 16px;
  background: none;
  border: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.festival-basket {
  background: var(--prog-raised);
  min-height: 640px;
  padding: 0 0 28px;
}

.festival-basket-head {
  padding: 34px 28px 28px;
  background: linear-gradient(90deg, #ed1778, #5c218a 55%, #1259a8);
}

.festival-basket-head h2 {
  margin: 0 0 12px;
  font-size: 30px;
  color: #fff;
}

.festival-basket-head p {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
}

.festival-basket-body {
  padding: 28px;
}

.festival-basket-body p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 24px;
}

.festival-basket-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.festival-basket-item:last-of-type {
  margin-bottom: 8px;
}

.festival-basket-remove,
.festival-basket-tools button {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.festival-basket-remove:hover,
.festival-basket-tools button:hover {
  color: var(--home-pink);
}

.festival-basket-note {
  margin: 32px 0 !important;
  color: var(--home-muted);
  font-size: 13px !important;
  line-height: 21px !important;
}

.festival-basket .nbo-btn {
  width: 100%;
  border-radius: 2px;
}

.festival-basket-tools {
  display: flex;
  gap: 18px;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pass-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.pass-card {
  min-height: 370px;
  padding: 23px 24px;
  background: #050508;
  border-top: 5px solid var(--card-accent, var(--home-pink));
  color: inherit;
}

.pass-card.is-featured {
  background: var(--home-pink);
  color: var(--home-dark);
}

.pass-card h3 {
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pass-card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 25px;
}

.pass-card-price {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.visit-cta {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.visit-cta img {
  position: absolute;
  inset: 0;
  width: 1440px;
  height: 420px;
  max-width: none;
  object-fit: cover;
}

.visit-cta-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5, 5, 8, 0.95), rgba(5, 5, 8, 0.35));
}

.visit-cta-frame {
  position: absolute;
  top: 50px;
  left: 64px;
  right: 64px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.visit-cta-copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 420px;
  padding: 92px 96px;
}

.visit-cta-copy h2 {
  margin: 12px 0 16px;
  font-size: clamp(1.8rem, 4vw, 38px);
}

.visit-empty {
  color: var(--home-muted);
}

@media (max-width: 1100px) {
  [data-visit-view="schedule"] .visit-hero-media,
  [data-visit-view="schedule"] .visit-hero-scrim,
  [data-visit-view="schedule"] .visit-hero-frame {
    display: none;
  }

  [data-visit-view="schedule"] .visit-hero {
    height: auto;
    overflow: visible;
  }

  .visit-hero,
  .visit-cta {
    height: auto;
  }

  .visit-hero-media,
  .visit-hero-media img,
  .visit-cta img,
  .venue-selected,
  .venue-selected img {
    width: 100%;
    height: auto;
  }

  .visit-hero-media img {
    height: 360px;
  }

  .visit-hero-copy,
  .visit-section,
  .visit-cta-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .venue-grid,
  .venue-stage,
  .venue-card,
  .schedule-tools,
  .schedule-layout,
  .schedule-card,
  .attend-grid,
  .pass-grid {
    grid-template-columns: 1fr;
  }

  .venue-card img,
  .schedule-card img {
    width: 100%;
    height: 220px;
  }

  .visit-cta-copy {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .visit-hero-filters,
  .visit-hero-links {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }

  .visit-hero-links a,
  .visit-filter {
    min-height: 40px;
  }
}

@media (max-width: 720px) {
  .visit-hero-copy,
  .visit-section,
  .visit-cta-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .visit-hero-copy {
    padding-top: 32px;
    padding-bottom: 8px;
  }

  [data-visit-view="schedule"] .visit-hero-copy {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .visit-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .visit-hero-copy p {
    font-size: 16px;
    line-height: 24px;
  }

  .visit-hero-media img {
    height: 260px;
  }

  .page-visit .visit-hero-filters,
  .page-visit .visit-hero-links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    padding: 12px 0;
    gap: 8px 16px;
  }

  .page-visit .visit-hero-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .visit-section {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .date-rail-wrap {
    margin: 0 -16px;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    mask-image: linear-gradient(to right, #000 86%, transparent);
  }

  .page-visit .date-rail button {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    scroll-snap-align: start;
  }

  .schedule-search input {
    font-size: 16px;
    height: 52px;
  }

  .schedule-filters {
    gap: 8px;
    padding: 12px;
  }

  .schedule-filters button {
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
  }

  .schedule-filters button.is-active {
    background: var(--home-pink);
    color: var(--home-dark);
    border-color: var(--home-pink);
  }

  .schedule-card-copy {
    padding: 20px 16px 22px;
  }

  .schedule-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .schedule-card-actions .nbo-btn,
  .schedule-card-actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .festival-basket {
    min-height: 0;
  }

  .festival-basket-body {
    padding: 20px 16px;
  }

  .pass-card {
    min-height: 0;
    padding: 20px 18px 24px;
  }

  .visit-cta-copy {
    padding-top: 56px;
    padding-bottom: 56px;
    min-height: 0;
  }

  .visit-cta-copy .nbo-btn {
    width: 100%;
  }
}
