.elementor-239 .elementor-element.elementor-element-2ee38e2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   X-ROADS RALLY — SCHEDULE PAGE
   Kick Off Shows · Live Music Lineup · KC Match Days
   Cleaned May 27, 2026
   ========================================================= */


/* ---------- SECTION SHELL (shared by all 3 sections) ---------- */

.xr-sched-section {
  max-width: 1200px;
  margin: 0 auto 48px;
  padding: 0 24px;
}

.xr-sched-section .xr-sched-section-head {
  text-align: left;
  margin: 0 auto 32px;
  max-width: 1000px;
  padding: 0;
}

.xr-sched-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 27, 141, 0.10);
  border: 1px solid rgba(255, 27, 141, 0.40);
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--xr-ink);
  margin-bottom: 16px;
}
.xr-sched-section-eyebrow.is-cyan {
  background: rgba(0, 217, 255, 0.10);
  border-color: rgba(0, 217, 255, 0.40);
}
.xr-sched-section-eyebrow.is-gold {
  background: rgba(242, 180, 0, 0.10);
  border-color: rgba(242, 180, 0, 0.40);
}

.xr-sched-section-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--xr-pink);
  box-shadow: 0 0 12px var(--xr-pink);
  animation: xr-sched-pulse 1.6s ease-in-out infinite;
}
.xr-sched-section-eyebrow.is-cyan .xr-sched-section-eyebrow-dot {
  background: var(--xr-cyan);
  box-shadow: 0 0 12px var(--xr-cyan);
}
.xr-sched-section-eyebrow.is-gold .xr-sched-section-eyebrow-dot {
  background: #FFC628;
  box-shadow: 0 0 12px #FFC628;
}

.xr-sched-section-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--xr-ink);
  margin: 0 0 12px;
  font-weight: 400;
}
.xr-sched-section-title .accent {
  background: linear-gradient(180deg, var(--xr-cyan), var(--xr-pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.xr-sched-section-lead {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--xr-ink-mute);
  max-width: 720px;
  margin: 0;
}


/* ---------- GRID (default 3-up, scoped per section below) ---------- */

.xr-sched-section .xr-sched-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .xr-sched-section .xr-sched-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .xr-sched-section .xr-sched-grid {
    grid-template-columns: 1fr;
  }
}

/* KC section uses 2 columns instead of 3 */
.xr-sched-kc-section .xr-sched-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
}
@media (max-width: 720px) {
  .xr-sched-kc-section .xr-sched-grid {
    grid-template-columns: 1fr;
  }
}


/* ---------- FLYER CARD (Kick Off Shows + Live Music Lineup) ---------- */

.xr-sched-flyer-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
              border-color 0.3s,
              box-shadow 0.3s;
}
.xr-sched-flyer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 27, 141, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4),
              0 0 24px rgba(255, 27, 141, 0.15);
}

/* Letterboxed image area — fixed height, no crop */
.xr-sched-flyer-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 360px;
  background: #000;
  overflow: hidden;
  cursor: zoom-in;
}
.xr-sched-flyer-img-wrap img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.3s;
  filter: saturate(1.05);
}
.xr-sched-flyer-card:hover .xr-sched-flyer-img-wrap img {
  filter: saturate(1.15);
}

.xr-sched-flyer-body {
  padding: 18px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.xr-sched-flyer-date {
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--xr-pink);
}
.xr-sched-flyer-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--xr-ink);
  margin: 0;
  font-weight: 400;
}
.xr-sched-flyer-time {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--xr-ink-mute);
  margin: 0;
}
.xr-sched-flyer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 12px 22px;
  background: transparent;
  color: #FFC628;
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid rgba(242, 180, 0, 0.50);
  border-radius: 999px;
  transition: all 0.2s ease;
  align-self: flex-start;
  width: auto;
  max-width: max-content;
}
.xr-sched-flyer-cta:hover {
  background: #FFC628;
  color: #1A0E00;
  border-color: #FFC628;
  box-shadow: 0 0 20px rgba(255, 198, 40, 0.4);
}


/* ---------- KC MATCH DAY CARD ---------- */

.xr-sched-kc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
  background: linear-gradient(180deg, rgba(255, 27, 141, 0.10), rgba(255, 27, 141, 0.03));
  border: 1px solid rgba(255, 27, 141, 0.30);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
              border-color 0.3s,
              box-shadow 0.3s;
}
.xr-sched-kc-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--xr-pink);
  box-shadow: 0 0 12px var(--xr-pink);
}
.xr-sched-kc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 27, 141, 0.55);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4),
              0 0 24px rgba(255, 27, 141, 0.20);
}
.xr-sched-kc-date {
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F5F1FF;
  margin-bottom: 4px;
}
.xr-sched-kc-num {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #FF1B8D;
  margin-bottom: 18px;
}
.xr-sched-kc-match {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 27, 141, 0.25);
  border-bottom: 1px solid rgba(255, 27, 141, 0.25);
  margin-bottom: 16px;
}
.xr-sched-kc-teams {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #F5F1FF;
}
.xr-sched-kc-vs {
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00D9FF;
  margin: 0 8px;
}
.xr-sched-kc-meta {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #F5F1FF;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 18px;
}
.xr-sched-kc-meta-dot {
  color: rgba(255, 255, 255, 0.4);
}
.xr-sched-kc-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #FFC628;
  color: #1A0E00;
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(255, 198, 40, 0.35);
  transition: all 0.2s ease;
  align-self: flex-start;
  width: auto;
  max-width: max-content;
  margin-top: auto;
}
.xr-sched-kc-cta:hover {
  background: #F2B400;
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(255, 198, 40, 0.5);
}


/* ---------- KC CARD WITH FLYER ATTACHMENT (when same-day flyer exists) ---------- */

.xr-sched-kc-card-with-flyer {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: stretch;
}
.xr-sched-kc-flyer {
  width: 120px;
  height: 100%;
  min-height: 200px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
  border: 1px solid rgba(255, 27, 141, 0.25);
  transition: border-color 0.3s, transform 0.3s;
}
.xr-sched-kc-flyer img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.xr-sched-kc-flyer:hover {
  border-color: rgba(255, 27, 141, 0.55);
  transform: translateY(-2px);
}
.xr-sched-kc-card-with-flyer .xr-sched-kc-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 720px) {
  .xr-sched-kc-card-with-flyer {
    grid-template-columns: 1fr;
  }
  .xr-sched-kc-flyer {
    width: 100%;
    max-width: 280px;
  }
}


/* ---------- DAY-CARD FLYER ATTACHMENT (June 11 in fixture list) ---------- */

.day-card-flyer {
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 0 24px 16px;
}
.day-card-flyer-img {
  flex-shrink: 0;
  width: 100px;
  height: 140px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
  border: 1px solid rgba(255, 27, 141, 0.25);
  transition: border-color 0.3s, transform 0.3s;
}
.day-card-flyer-img img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.day-card-flyer-img:hover {
  border-color: rgba(255, 27, 141, 0.55);
  transform: translateY(-2px);
}
.day-card-flyer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.day-card-flyer-eyebrow {
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--xr-cyan);
}
.day-card-flyer-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--xr-ink);
  margin: 0;
  font-weight: 400;
}
.day-card-flyer-time {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--xr-ink-mute);
  margin: 0;
}
@media (max-width: 720px) {
  .day-card-flyer {
    flex-direction: column;
    padding: 0 16px 16px;
  }
  .day-card-flyer-img {
    width: 100%;
    max-width: 280px;
  }
}


/* ---------- LIGHTBOX (shared by all flyer click triggers) ---------- */

.xr-sched-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(7, 4, 15, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  animation: xr-sched-fade 0.25s ease-out;
}
.xr-sched-lightbox[hidden] { display: none; }
.xr-sched-lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  animation: xr-sched-pop 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.xr-sched-lightbox-close {
  position: absolute;
  top: 24px; right: 24px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  font-size: 28px;
  font-family: 'Syne', 'DM Sans', sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
}
.xr-sched-lightbox-close:hover {
  background: rgba(255,255,255,0.16);
  transform: rotate(90deg);
}
/* =========================================================
   FIXTURE LIST styles — original styles that lived in the
   schedule page HTML widget that got deleted. Restoring here.
   ========================================================= */

/* Filter bar */
.filter-bar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.filter-btn {
  padding: 10px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--xr-ink-mute);
  cursor: pointer;
  transition: all 0.2s;
}
.filter-btn:hover {
  border-color: rgba(255,255,255,0.20);
  color: var(--xr-ink);
}
.filter-btn.is-active {
  background: var(--xr-pink);
  border-color: var(--xr-pink);
  color: white;
  box-shadow: 0 0 18px rgba(255, 27, 141, 0.35);
}

/* Schedule container */
.schedule {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Day card */
.day-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
}
.day-card.is-kc-day {
  border-color: rgba(255, 27, 141, 0.35);
  box-shadow: 0 0 0 1px rgba(255, 27, 141, 0.15), 0 8px 24px rgba(0,0,0,0.3);
}
.day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.day-card.is-kc-day .day-header {
  background: linear-gradient(90deg, rgba(255, 27, 141, 0.10), transparent);
}
.day-date {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.day-name {
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--xr-ink-dim);
}
.day-num {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 28px;
  line-height: 1;
  color: var(--xr-ink);
  letter-spacing: 0.02em;
}
.kc-badge {
  padding: 6px 14px;
  background: var(--xr-pink);
  border-radius: 999px;
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: white;
  box-shadow: 0 0 12px rgba(255, 27, 141, 0.4);
}
.day-matches {
  padding: 12px 24px 16px;
  display: flex;
  flex-direction: column;
}

/* Match row */
.match-row {
  display: grid;
  grid-template-columns: 110px 1fr 200px 110px;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  transition: background 0.15s;
}
.match-row:first-child { border-top: none; }
.match-row.is-kc-match {
  background: rgba(255, 27, 141, 0.04);
  margin: 0 -12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  border-top: none;
  border-left: 3px solid var(--xr-pink);
}
.match-time {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--xr-ink);
  white-space: nowrap;
}
.match-teams {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.team {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--xr-ink);
}
.vs {
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--xr-cyan);
  text-transform: uppercase;
}
.is-kc-match .team { color: var(--xr-pink); }
.is-tbd .team { color: var(--xr-ink-dim); font-style: italic; }
.match-venue {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--xr-ink-mute);
}
.is-kc-match .match-venue {
  color: var(--xr-pink);
  font-weight: 600;
}
.match-round {
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--xr-ink-dim);
  text-align: right;
}

/* KC filter — hide non-KC when active */
body.kc-only .match-row:not(.is-kc-match) { display: none; }
body.kc-only .day-card:not(.is-kc-day) { display: none; }

/* Per-KC-day CTA (compact, inside KC day card) */
.day-cta-row {
  display: flex;
  justify-content: flex-end;
  padding: 12px 24px 20px;
}
.day-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: transparent;
  color: #FFC628;
  font-family: 'Syne', 'DM Sans', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.5px solid rgba(242, 180, 0, 0.50);
  border-radius: 999px;
  transition: all 0.2s ease;
}
.day-cta:hover {
  background: #FFC628;
  color: #1A0E00;
  border-color: #FFC628;
  box-shadow: 0 0 20px rgba(255, 198, 40, 0.4);
}

/* Mobile */
@media (max-width: 720px) {
  .match-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .match-time { font-size: 14px; }
  .team { font-size: 16px; }
  .match-round { text-align: left; }
  .day-cta-row { justify-content: stretch; padding: 12px 16px 16px; }
  .day-cta { width: 100%; justify-content: center; }
}

/* ---------- ANIMATIONS ---------- */

@keyframes xr-sched-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.8); }
}
@keyframes xr-sched-fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes xr-sched-pop {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}



/* ---------- TICKET CTA STRIP (hero ticket strip) ---------- */

.tickets-cta-section {
  max-width: 1000px;
  margin: 30px auto 32px;
}


/* ---------- DEAD ELEMENT CLEANUP ---------- */

.stats-strip { display: none; }


/* ---------- MOBILE ADJUSTMENTS ---------- */

@media (max-width: 720px) {
  .xr-sched-flyer-img-wrap { height: 320px; }
  .xr-sched-kc-card { padding: 24px 20px; }
}/* End custom CSS */