:root {
--yellow: #FFC602;
--blue: #157AC0;
--dark: #2b2b2b;
--light: #f5f5f5;
--border: #e7e7e7;
--transition: 0.25s ease;
}

* {
  box-sizing: border-box;
  }

html {
  scroll-behavior: smooth;
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}

body {
  margin: 0;

font-family: 'Montserrat', sans-serif;
color: var(--dark);

background:
url('../img/2025-background.png')
center top / cover
no-repeat fixed;
}

img {
display: block;
max-width: 100%;
}

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

.site-wrapper {
width: min(100%, 1240px);

margin: 0 auto;

background: white;

box-shadow:
0 0 40px rgba(0,0,0,.12);
}

.container {
  width: min(1400px, 100%);

  margin: 0 auto;

  padding-left: 4rem;
  padding-right: 4rem;
}

.section {
padding: 3rem 0;
}

.menu-toggle {
  display: none;

  width: 48px;
  height: 48px;

  border: none;
  background: transparent;

  padding: 0;

  cursor: pointer;
}

.menu-toggle span {
  display: block;

  width: 28px;
  height: 3px;

  margin: 6px auto;

  background: white;

  border-radius: 999px;

  transition: .25s ease;
}

/* =========================
HEADER
========================= */

.site-header {
position: sticky;
top: 0;

z-index: 1000;

background: rgba(21,122,192,.95);

backdrop-filter: blur(10px);
}

.header-inner {
min-height: 90px;

display: flex;
align-items: center;
justify-content: space-between;
}

.logo img {
width: 150px;
}

.main-nav ul {
display: flex;
gap: 2rem;

margin: 0;
padding: 0;

list-style: none;
}

.main-nav a {
font-family: 'Montserrat', sans-serif;
font-weight: 700;

color: white;

transition: var(--transition);
}

.main-nav a.active {
  color: #FFC602;
}

.main-nav a:hover {
color: var(--yellow);
}

/* =========================
BUTTONS
========================= */

.button-primary,
.button-outline {
display: inline-flex;
align-items: center;
justify-content: center;

min-height: 54px;

padding: 0 2rem;

border-radius: 4px;

border: 2px solid var(--blue);

font-family: 'Montserrat', sans-serif;
font-weight: 700;

transition: var(--transition);
}

.button-primary {
background: var(--blue);
color: white;
}

.button-outline {
background: transparent;
color: var(--blue);
}

.button-primary:hover,
.button-outline:hover,
.footer-newsletter .button-outline:hover {
  background: #FFC602;
  border-color: #FFC602;

  color: white;
}

.schedule-sidebar .button-primary,
.schedule-sidebar .button-outline {
  width: 100%;

  white-space: nowrap;
}

.site-footer .button-outline {
  border-color: white;

  color: white;
}

.site-footer .button-outline:hover {
  background: #FFC602;

  border-color: #FFC602;

  color: white;
}

/* =========================
HERO
========================= */

.hero {
position: relative;

margin-top: -90px;
}

.hero-image {
width: 100%;
height: auto;
}

.hero-content {
position: absolute;
inset: 0;

display: flex;
align-items: center;
}

.hero-text {
max-width: 900px;
}

.hero h1 {
font-family: 'Bebas Neue', sans-serif;

font-size: clamp(3.33rem, 6.67vw, 6.2rem);

line-height: .9;


letter-spacing: 0;

font-weight: 900;
	white-space: nowrap;

color: white;

text-shadow:
0 4px 12px rgba(0,0,0,.3);
}

.hero-date {
margin: -2rem 0 2rem;

font-size: 1.4rem;
font-weight: 700;

color: white;
}

.hero-button {
  border-color: white;

  color: white;

  background: transparent;
}

.hero-button:hover {
  background: #FFC602;

  border-color: #FFC602;

  color: white;
}

/* =========================
GLOBAL HEADINGS
========================= */

.section-heading {
text-align: center;

margin-bottom: 3rem;
}

.section-heading h2,
.about-content h2,
.about-heading h2 {
  position: relative;

  display: inline-block;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 42px;

  font-weight: 400;

  letter-spacing: .03em;

  color: #424242;

  margin-bottom: 1rem;
}

.section-heading h2::after {
  margin-left: auto;
  margin-right: auto;
}

.about-content h2::after {
  margin-left: 0;
}

.section-heading h2::after,
.about-content h2::after {
content: '';

display: block;

width: 42px;
height: 4px;

margin-top: .75rem;

background: var(--yellow);
}

/* =========================
ABOUT
========================= */

.about-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;

align-items: center;
}

.about-content p {
line-height: 1.8;

margin-bottom: 1.5rem;
}

.stats-list {
  display: flex;
  flex-direction: column;

  gap: 1rem;
}

.stat-row {
  display: flex;
  align-items: center;

  gap: 1rem;

  padding: 1.5rem 1.75rem 1.5rem 1.25rem;

  background: #f7f7f7;

  border-radius: 10px;
}

.stat-icon {
  font-size: 2rem;

  color: #FFC602;

  width: 36px;

  text-align: center;

  flex-shrink: 0;
}

.stat-title {
  font-family: 'Bebas Neue', sans-serif;

  font-size: 2.5rem;

  font-weight: 400;

  letter-spacing: 0;

  color: #424242;

  line-height: 1;
}



.about-heading h2 {
  position: relative;

  display: inline-block;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 2.5rem;

  font-weight: 400;

  letter-spacing: .03em;

  color: #424242;
}

.about-heading h2::after {
  content: '';

  display: block;

  width: 42px;
  height: 4px;

  margin-top: .75rem;

  background: #FFC602;
}

/* =========================
SHOWS
========================= */

.shows-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);

gap: 2rem;
}

.show-image {
overflow: hidden;

border-radius: 8px;
}

.show-image img {
  transition: transform .5s ease;
  border-radius: 10px;
}
.show-image:hover img {
transform: scale(1.03);
}

.show-content {
  padding-top: .75rem;
}

.show-content h3 {
  margin: 0 0 .25rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1rem;

  font-weight: 800;

  letter-spacing: .03em;

  text-transform: uppercase;

  color: #424242;
}

.show-content p {
  margin: 0;

  font-family: 'Montserrat', sans-serif;

  font-size: .95rem;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: .04em;

  color: #666;
}

.featured-shows,
.performers {
  background: #F7F7F7;
}

/* =========================
TOUR SERIES
========================= */

.tour-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  gap: 1rem;

  margin-bottom: 2.5rem;
}

/* =========================
HOMEPAGE TOUR TABS
========================= */

.tour-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;

  padding: 0 1.75rem;

  border-radius: 10px;

  border: none;

  background: #f2f2f2;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: .03em;

  color: #424242;

  cursor: pointer;

  transition: var(--transition);
}

.tour-tab-button.active {
  background: #FFC602;
  color: white;
}

@media (hover: hover) {

  .tour-tab-button:hover {
    background: #FFC602;
    color: white;
  }

}

.tour-tab-panel {
  display: none;
}

.tour-tab-panel.active {
  display: block;
}


/* =========================
SCHEDULE PAGE TABS
========================= */

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}




.tour-slider {
  overflow: hidden;
	width:100%;
}
.swiper {
  width: 100%;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto !important;

  display: flex;
}

.swiper-slide .tour-card {
  width: 100%;
}

.tour-card {
  width: 100%;
}

.tour-card a {
  display: block;

  overflow: hidden;

  border-radius: 10px;

  aspect-ratio: 1 / 1;
}

.tour-card img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  background: #f7f7f7;

  transition: transform .5s ease;
}

.tour-card:hover img {
  transform: scale(1.03);
}

.tour-content {
  padding-top: .75rem;
}

.tour-content h3 {
  margin: 0 0 .25rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1rem;

  font-weight: 800;

  letter-spacing: .03em;

  text-transform: uppercase;

  color: #424242;
}

.tour-content p {
  margin: 0;

  font-family: 'Montserrat', sans-serif;

  font-size: .95rem;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: .04em;

  color: #666;
}

.swiper-pagination {
  position: relative !important;

  margin-top: 2rem;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;

  background: #d8d8d8;

  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #FFC602;
}

/* =========================
SCHEDULE PAGE TAB BUTTONS
========================= */

.tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;

  padding: 0 1.75rem;

  border-radius: 10px;

  border: none;

  background: #f2f2f2;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: .03em;

  color: #424242;

  cursor: pointer;

  transition: var(--transition);
}

.tab-button.active {
  background: #FFC602;
  color: white;
}

@media (hover: hover) {

  .tab-button:hover {
    background: #FFC602;
    color: white;
  }

}

/* =========================
PERFORMERS
========================= */

.performers-slider {
  overflow: hidden;
}

.performer-card {
  background: white;

  border-radius: 12px;

  padding: 2rem 1.5rem;

  text-align: center;

  border: 1px solid #ececec;

  transition: .25s ease;
}

.performer-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 12px 30px rgba(0,0,0,.08);
}

.performer-card img {
  width: 160px;
  height: 160px;

  margin: 0 auto 1.5rem;

  border-radius: 50%;

  object-fit: cover;
}

.performer-card h3 {
  margin: 0 0 1.5rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1rem;

  font-weight: 700;

  text-transform: uppercase;

  color: #424242;
}

.performer-card .button-outline {
  width: 100%;
}

.performers .swiper-pagination {
  position: relative !important;

  margin-top: 2rem;
}

.performers .swiper-pagination-bullet {
  width: 10px;
  height: 10px;

  background: #d8d8d8;

  opacity: 1;
}

.performers .swiper-pagination-bullet-active {
  background: #FFC602;
}

.performers-navigation {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 1.25rem;

  margin-top: 1.5rem;
}

.performers-prev,
.performers-next {
  width: 44px;
  height: 44px;

  border-radius: 50%;

  background: white;

  border: 2px solid #e5e5e5;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.2rem;

  color: #424242;

  cursor: pointer;

  transition: .25s ease;
}

.performers-prev:hover,
.performers-next:hover {
  background: #FFC602;

  border-color: #FFC602;

  color: white;
}

/* =========================
VENUES
========================= */

.venues-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);

gap: 1.5rem;
}

.venue-card {
padding: 2rem;

border: 1px solid var(--border);

border-radius: 8px;

text-align: center;

transition: var(--transition);
}

.venue-card:hover {
transform: translateY(-5px);

box-shadow:
0 10px 25px rgba(0,0,0,.08);
}

.venue-card img {
margin-bottom: 1rem;
}

/* =========================
SPONSORS
========================= */

.sponsors {
  background: #2b2b2b;
  padding: 3rem 0;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 2rem 1.5rem;
  align-items: center;
}

.sponsors-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsors-grid img {
  display: block;
  width: 100%;
  max-width: 110px;
  height: 40px;
  object-fit: contain;
  opacity: .9;
  transition: .25s ease;
}

.sponsors-grid a:hover img {
  opacity: 1;
  transform: scale(1.05);
}




/* =========================
FOOTER
========================= */

.site-footer {
padding: 5rem 0 2rem;

background: #2f2f2f;

color: white;
}

.footer-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);

gap: 3rem;
}

.footer-logo img {
width: 220px;
}

.social-links {
display: flex;
gap: 1rem;
}

.social-links a {
width: 42px;
height: 42px;

border-radius: 50%;

background: var(--yellow);

display: flex;
align-items: center;
justify-content: center;

color: var(--dark);

transition: var(--transition);
}

.social-links a:hover {
transform: translateY(-3px);
}

/* =========================
PERFORMER MODALS
========================= */

.performer-modal {
  position: fixed;
  inset: 0;

  background: rgba(0,0,0,.72);

  display: none;
  align-items: center;
  justify-content: center;

  padding: 2rem;

  z-index: 9999;

  overscroll-behavior: contain;
}

.performer-modal.active {
  display: flex;
}

.modal-inner {
  position: relative;

  width: min(1120px, 100%);
  height: 640px;

  background: white;

  border-radius: 18px;

  overflow: hidden;

  box-shadow:
    0 25px 80px rgba(0,0,0,.25);
}

.modal-grid {
  display: grid;

  grid-template-columns: 420px 1fr;

  height: 100%;
}

.modal-image {
  padding: 2rem;
}

.modal-image img {
  width: 380px;
  height: 500px;

  object-fit: cover;

  border-radius: 6px;
}

.modal-content {
  position: relative;

  height: 100%;

  overflow-y: auto;
  overscroll-behavior: contain;

  padding:
    2rem
    2.5rem
    2.5rem
    0;

  -webkit-overflow-scrolling: touch;
}

.modal-content h2 {
  margin: 1rem 0 0 0;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 3rem;

  font-weight: 400;

  letter-spacing: .03em;

  color: #424242;
}

.modal-location {
  margin-bottom: 2rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1.15rem;

  font-weight: 700;

  text-transform: uppercase;

  color: #424242;
}

.modal-bio {
  margin-bottom: 3rem;

  line-height: 1.9;

  font-size: 1rem;

  color: #555;
}

.modal-bio p {
  margin: 0;
}

.modal-section-title {
  margin-bottom: 1.5rem;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 2rem;

  font-weight: 400;

  color: #424242;
}

.modal-show {
  display: flex;

  justify-content: space-between;

  align-items: center;

  gap: 2rem;

  padding: 1.5rem 0;

  border-bottom: 1px solid #ececec;
}

.modal-show-info h4 {
  margin: 0 0 .35rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1.15rem;

  font-weight: 700;

  text-transform: uppercase;

  color: #424242;
}

.modal-show-info p {
  margin: 0;

  font-size: 1rem;

  color: #666;
}

.modal-close {
  position: absolute;

  top: 1.5rem;
  right: 1.5rem;

  width: 68px;
  height: 68px;

  border: none;

  border-radius: 50%;

  background: #FFC602;

  color: white;

  font-size: 2rem;

  line-height: 1;

  cursor: pointer;

  z-index: 100;

  transition: .25s ease;
}

.modal-close:hover {
  transform: rotate(90deg);
}

.modal-content::-webkit-scrollbar {
  width: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.18);

  border-radius: 999px;
}


/* =========================
PERFORMER MODAL MOBILE
========================= */

@media (max-width: 768px) {

  .performer-modal {
    padding: 1rem;

    align-items: center;

    overflow: hidden;
  }

  .modal-inner {
    width: 100%;

    height: 92vh;
    max-height: 92vh;

    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;

    overscroll-behavior: contain;
  }

  .modal-grid {
    display: block;

    height: auto;
  }

  .modal-image {
    padding: 1.5rem 1.5rem 0;
  }

  .modal-image img {
    width: 100%;

    height: auto;

    max-height: 45vh;

    object-fit: cover;
  }

  .modal-content {
    height: auto;

    overflow: visible;

    padding: 1.5rem;

    -webkit-overflow-scrolling: auto;
  }

  .modal-content h2 {
    font-size: 2.5rem;
  }

  .modal-show {
    align-items: flex-start;

    gap: 1rem;
  }

  .modal-show .button-outline {
    flex-shrink: 0;
  }

}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 1100px) {

  .about-grid,
  .footer-grid,
  .modal-grid {
    grid-template-columns: 1fr;
  }

  .performers-page-grid {
    grid-template-columns: repeat(3, 1fr);
  }
	
	.contact-grid,
  .venues-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
	.volunteer-button {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

  .hero {
    margin-top: 0;
  }

  .hero-content {
    align-items: flex-end;

    padding-bottom: 3rem;
  }
	
	.hero h1 {
    white-space: normal;

    font-size: clamp(3rem, 8vw, 5rem);

    line-height: .9;
  }

}

@media (max-width: 768px) {

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
	
	/* =========================
  HEADER
  ========================= */

  .site-header {
    position: sticky;
    top: 0;

    background: rgba(21,122,192,.98);
  }

  .header-inner {
    min-height: 72px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    flex-direction: row;

    padding: 0;
  }
	
	.logo img {
    width: 88px;
  }

  .menu-toggle {
    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 42px;
    height: 42px;

    padding: 0;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;

    margin: 3px 0;

    background: white;

    border-radius: 999px;
  }

	
	.main-nav {
    position: absolute;

    top: 100%;
    left: 0;

    width: 100%;

    background: rgba(21,122,192,.98);

    display: none;

    padding: 1.5rem 0;
  }

  .main-nav.active {
    display: block;
  }
	
	.main-nav ul {
    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 1.25rem;

    margin: 0;
    padding: 0;
  }
	
	 /* =========================
  HERO
  ========================= */

  .hero {
    margin-top: -72px;
  }

  .hero-content {
    align-items: flex-start;

    padding-top: 11rem;

    padding-bottom: 0;
  }
	
	 .hero-text {
    max-width: 240px;
  }

  .hero h1 {
    font-size: 3rem;

    line-height: .82;

    letter-spacing: -.02em;

    white-space: normal;

    margin-bottom: .75rem;
  }

  .hero-date {
    margin: 0 0 1.25rem;

    font-size: 1.15rem;

    line-height: 1.2;
  }
	
	.hero-button {
    min-height: 44px;

    padding: 0 1.5rem;

    font-size: .95rem;
  }

  .hero-image {
    width: 100%;

    display: block;
  }
	
	 /* =========================
  GLOBAL HEADINGS
  ========================= */

  .section-heading h2,
  .about-content h2,
  .about-heading h2,
  .inner-hero h2 {
    font-size: 2.4rem;

    line-height: .92;

    letter-spacing: .01em;
  }
	
	 /* =========================
  GRID LAYOUTS
  ========================= */

  .shows-grid,
  .performers-grid,
  .venues-grid,
  .about-grid,
  .footer-grid,
  .contact-grid,
  .board-grid {
    grid-template-columns: 1fr;
  }

  .performers-page-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
	 /* =========================
  TABS
  ========================= */

  .tour-tabs {
    gap: .75rem;
  }

  .tour-tab-button,
  .tab-button {
    width: 100%;

    font-size: 24px;
  }
	
	 /* =========================
  MODALS
  ========================= */

  .modal-inner {
    height: auto;

    max-height: 92vh;
  }

  .modal-grid {
    grid-template-columns: 1fr;
  }

  .modal-image {
    padding: 1.5rem 1.5rem 0;
  }

  .modal-image img {
    width: 100%;
    height: auto;
  }

  .modal-content {
    padding: 1.5rem;
  }

  .show-modal {
    padding: 1rem;
  }

  .show-modal-inner {
    padding: 2rem;

    max-height: calc(100vh - 2rem);

    overflow-y: auto;
  }

  .show-modal-footer {
    flex-direction: column;

    align-items: flex-start;
  }

  .schedule-performer-images {
    grid-template-columns: repeat(3, 1fr);

    max-width: 220px;
  }

}

@media (max-width: 540px) {

  .gallery-grid,
  .performers-page-grid {
    grid-template-columns: 1fr;
  }

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

}


/* =========================
INNER HERO
========================= */

.inner-hero {
  position: relative;

  height: 320px;

  overflow: hidden;

  display: flex;
  align-items: center;

  text-align: center;
}

.inner-hero img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.inner-hero-overlay {
  position: absolute;

  inset: 0;

  background: rgba(0,0,0,.45);
}

.inner-hero .container {
  position: relative;

  z-index: 2;

  width: 100%;

  display: flex;
  justify-content: center;
}

.inner-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-hero h2 {
  position: relative;

  display: inline-block;

  margin: 0;

  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: 42px;

  color: white;
}

.inner-hero h2::after {
  content: '';

  position: absolute;

  left: 50%;
  transform: translateX(-50%);

  bottom: -12px;

  width: 90px;
  height: 4px;

  background: #FFC602;
}

@media (max-width: 1100px) {

  .hero {
    margin-top: 0;
  }

  .hero-content {
    position: absolute;

    align-items: flex-end;

    padding-bottom: 3rem;
  }

  .hero h1 {
    white-space: normal;

    font-size: clamp(3rem, 8vw, 5rem);

    line-height: .9;
  }

  .hero-date {
    margin-top: -.5rem;
  }

}

/* =========================
PERFORMERS PAGE
========================= */

.performers-page {
  background: white;
}

.performers-page-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 3rem 2rem;
}

@media (max-width: 1100px) {

  .performers-page-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 768px) {

  .performers-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 540px) {

  .performers-page-grid {
    grid-template-columns: 1fr;
  }

}


/* =========================
INFO PAGE
========================= */

.info-page {
  background: white;
}

.info-content {
  max-width: 900px;
}

.info-content h2 {
  position: relative;

  display: inline-block;

  margin:
    0
    0
    1.5rem;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 42px;

  font-weight: 400;

  letter-spacing: .03em;

  color: #424242;
}

.info-content h2::after {
  content: '';

  display: block;

  width: 42px;
  height: 4px;

  margin-top: .75rem;

  background: #FFC602;
}

.info-content p,
.info-content li {
  font-size: 1rem;

  line-height: 1.9;

  color: #555;
}

.info-content p {
  margin-bottom: 1.5rem;
}

.info-content ul {
  margin:
    0
    0
    2.5rem
    1.25rem;

  padding: 0;
}

.info-content li {
  margin-bottom: 1rem;
}

.info-content a {
  color: #157AC0;

  font-weight: 700;
}

/* =========================
CONTACT PAGE
========================= */

.contact-page {
  background: white;
}

.contact-section + .contact-section {
  margin-top: 6rem;
}

.contact-section h2 {
  position: relative;

  display: inline-block;

  margin:
    0
    0
    3rem;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 42px;

  font-weight: 400;

  color: #424242;
}

.contact-section h2::after {
  content: '';

  display: block;

  width: 42px;
  height: 4px;

  margin-top: .75rem;

  background: #FFC602;
}

.contact-grid,
.venues-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 2rem;
}

.contact-card,
.venue-card {
  padding: 2rem;

  background: white;

  border: 1px solid #e8e8e8;

  border-radius: 12px;

  text-align: center;

  box-shadow:
    0 8px 30px rgba(0,0,0,.05);
}

.contact-card h3,
.venue-card h3 {
  margin-bottom: .5rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1.15rem;

  font-weight: 700;

  color: #222;
}

.contact-role,
.venue-card p {
  margin-bottom: 1.5rem;

  color: #666;
}

.contact-links {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: .75rem;
}

.contact-links a {
  color: #157AC0;

  font-weight: 600;

  text-decoration: none;
}

@media (max-width: 1100px) {

  .contact-grid,
  .venues-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 640px) {

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

}

/* =========================
VENUES
========================= */

.venues-grid {
  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 1.5rem;
}

.venue-card {
  padding: 2rem 1.5rem;

  background: white;

  border: 1px solid #e8e8e8;

  border-radius: 12px;

  text-align: center;

  box-shadow:
    0 8px 30px rgba(0,0,0,.05);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.venue-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 12px 40px rgba(0,0,0,.1);
}

.venue-card h3 {
  margin:
    0
    0
    .75rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1.05rem;

  font-weight: 700;

  line-height: 1.4;

  color: #222;
}

.venue-card p {
  margin:
    0
    0
    1.5rem;

  font-size: .95rem;

  line-height: 1.7;

  color: #666;
}

.venue-card .button-outline {
  width: 100%;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 1200px) {

  .venues-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 768px) {

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

}

@media (max-width: 540px) {

  .venues-grid {
    grid-template-columns: 1fr;
  }

}

.contact-social {
  display: flex;

  justify-content: center;

  gap: 1rem;

  margin-top: 1.25rem;
}

.contact-social a {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border: 1px solid #d9d9d9;

  border-radius: 50%;

  color: #424242;

  text-decoration: none;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

.contact-social a:hover {
  background: #FFC602;

  border-color: #FFC602;

  color: #111;

  transform: translateY(-3px);
}

/* =========================
PAGE INTRO
========================= */

.page-intro {
  max-width: 760px;

  margin:
    0 auto 5rem;

  text-align: center;

  font-size: 1.1rem;

  line-height: 1.9;

  color: #666;
}

/* =========================
CONTACT SECTIONS
========================= */

.contact-section {
  padding: 3rem 0;
}

.contact-section + .contact-section {
  border-top: 1px solid #ececec;
}

/* =========================
LEFT ALIGN SECTION HEADINGS
========================= */

.left-align {
  text-align: left;
}

.left-align h2::after {
  left: 0;
  transform: none;
}

/* =========================
BOARD SECTION
========================= */

.board-section {
  background: #fafafa;

  border-radius: 20px;

  padding:
    4rem
    4rem;
}

.board-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap:
    2rem
    5rem;
}

.board-member {
  padding-bottom: 1rem;

  border-bottom: 1px solid #e5e5e5;
}

.board-member h3 {
  margin:
    0
    0
    .35rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1.1rem;

  font-weight: 700;

  color: #222;
}

.board-member p {
  margin: 0;

  color: #777;
}

/* =========================
CONTACT CARDS
========================= */

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-card {
  padding: 3rem;

  background: white;

  border-radius: 18px;

  border: 1px solid #ececec;

  box-shadow:
    0 10px 35px rgba(0,0,0,.05);

  text-align: center;

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.contact-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 20px 45px rgba(0,0,0,.08);
}

.contact-card h3 {
  margin:
    0
    0
    .5rem;

  font-size: 1.5rem;

  font-weight: 700;

  color: #222;
}

.contact-role {
  margin-bottom: 1.5rem;

  color: #777;

  font-weight: 600;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 768px) {

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

  .board-section {
    padding: 2rem;
  }

}

/* =========================
GALLERY PAGE
========================= */

.gallery-page {
  background: white;
}

.gallery-intro {
  max-width: 760px;

  margin:
    1.5rem auto 0;

  text-align: center;

  font-size: 1.05rem;

  line-height: 1.9;

  color: #666;
}

/* =========================
GALLERY TABS
========================= */

.gallery-tabs {
  justify-content: center;

  margin-bottom: 4rem;
}

.gallery-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;

  padding: 0 1.75rem;

  border-radius: 10px;

  border: none;

  background: #f2f2f2;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 30px;

  font-weight: 400;

  letter-spacing: .03em;

  color: #424242;

  cursor: pointer;

  transition: var(--transition);
}

.gallery-tab-button.active {
  background: #FFC602;

  color: white;
}

.gallery-tab-panel {
  display: none;
}

.gallery-tab-panel.active {
  display: block;
}

/* =========================
GALLERY GRID
========================= */

.gallery-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 1.5rem;
}

.gallery-item {
  position: relative;

  overflow: hidden;

  border-radius: 14px;

  aspect-ratio: 1 / 1;

  background: #f3f3f3;

  box-shadow:
    0 8px 24px rgba(0,0,0,.06);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}

.gallery-item:hover {
  transform: translateY(-6px);

  box-shadow:
    0 14px 36px rgba(0,0,0,.12);
}

.gallery-item img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .45s ease,
    opacity .35s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);

  opacity: .92;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 1100px) {

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

}

@media (max-width: 768px) {

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

}

@media (max-width: 540px) {

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

}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 900px) {

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

  .gallery-item.large {
    grid-column: span 2;
  }

}

@media (max-width: 640px) {

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

  .gallery-item.large {
    grid-column: span 1;

    aspect-ratio: 1 / 1;
  }

}

/* =========================
SCHEDULE PAGE
========================= */





.schedule-day-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;

  margin-bottom: 2rem;

  padding-bottom: 1.25rem;

  border-bottom: 1px solid #ececec;
}

.schedule-day-title span {
  display: block;

  margin-bottom: .35rem;

  font-size: .85rem;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: .08em;

  color: #888;
}

.schedule-day-title h2 {
  margin: 0;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 3rem;
  line-height: .95;
  font-weight: 400;

  letter-spacing: .03em;

  color: #222;
}

.schedule-day-summary {
  font-size: .95rem;
  font-weight: 600;

  color: #666;
}

@media (max-width: 768px) {

  .schedule-day-header {
    flex-direction: column;
    align-items: flex-start;
  }

}

/* SHOW CARD */

.schedule-card {
  display: grid;
  grid-template-columns: 360px 1fr 220px;

  overflow: hidden;

  border-radius: 16px;

  background: white;

  border: 1px solid #ececec;

  margin-bottom: 2rem;

  transition: .25s ease;
}

.schedule-card:hover {
  transform: translateY(-3px);

  box-shadow:
    0 15px 35px rgba(0,0,0,.08);
}

.schedule-image {
  position: relative;

  height: 100%;

  overflow: hidden;

  background: #f5f5f5;
}

.schedule-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .5s ease;
}

.schedule-card:hover .schedule-image img {
  transform: scale(1.03);
}

.schedule-content {
  padding: 2rem;
}

.schedule-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 34px;

  padding: 0 .9rem;

  border-radius: 999px;

  font-size: .8rem;
  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 1rem;
}

.schedule-badge.dinner {
  background: #FFF3C4;

  color: #7A5A00;
}

.schedule-heading {
  margin-bottom: 1.25rem;
}

.schedule-series {
  display: block;

  margin-bottom: .35rem;

  font-family: 'Montserrat', sans-serif;

  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: .04em;

  color: #666;
}

.schedule-series.gala {
  color: #157AC0;
}

.schedule-series.spotlight {
  color: #ED217D;
}

.schedule-series.club {
  color: #43B97A;
}

.schedule-series.sawmill,
.schedule-series.grindstone {
  color: #424242;
}

.schedule-content h3 {
  margin: 0;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 2rem;
  line-height: .95;
  letter-spacing: .02em;
  font-weight: 400;

  color: #2b2b2b;
}

.schedule-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;

  margin-bottom: 1.5rem;
}

.schedule-meta span {
  display: flex;
  align-items: center;
  gap: .5rem;

  font-size: .95rem;
  font-weight: 600;

  color: #666;
}

.schedule-performers {
  margin-top: 2rem;
}

.schedule-performer-images {
  display: grid;

  grid-template-columns: repeat(6, 1fr);

  gap: .5rem;

  margin-bottom: 1rem;

  max-width: 420px;
}

.schedule-performer-images img {
  width: 100%;

  aspect-ratio: 1 / 1;

  display: block;

  border-radius: 50%;

  object-fit: cover;

  border: 3px solid white;

  box-shadow:
    0 4px 12px rgba(0,0,0,.08);
}

.schedule-performers p {
  margin: 0;

  font-size: .95rem;
  line-height: 1.6;
  font-weight: 600;

  color: #555;
}

.schedule-card {
  align-items: stretch;
}

.schedule-description {
  line-height: 1.8;

  color: #555;
}

.schedule-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;

  padding: 2rem;

  border-left: 1px solid #ececec;
}

.schedule-price {
  font-size: .95rem;
  font-weight: 600;

  color: #777;
}

.schedule-price strong {
  display: block;

  font-size: 2rem;

  color: #2b2b2b;
}



/* MOBILE */

@media (max-width: 991px) {

 
  .schedule-card {
    grid-template-columns: 1fr;

    display: grid;
  }

  .schedule-highlights {
    flex-wrap: wrap;
  }

  .schedule-sidebar {
    border-left: none;
    border-top: 1px solid #ececec;
  }

}

/* =========================
SHOW MODAL
========================= */

.show-modal {
  position: fixed;
  inset: 0;

  background: rgba(0,0,0,.72);

  display: none;
  align-items: center;
  justify-content: center;

  padding: 2rem;

  z-index: 9999;
}

.show-modal.active {
  display: flex;
}

.show-modal-inner {
  position: relative;

  width: min(760px, 100%);

  background: white;

  border-radius: 18px;

  padding: 4rem;

  box-shadow:
    0 25px 80px rgba(0,0,0,.25);
}

.show-modal-close {
  position: absolute;

  top: 1.25rem;
  right: 1.25rem;

  width: 58px;
  height: 58px;

  border: none;

  border-radius: 50%;

  background: #FFC602;

  color: white;

  font-size: 2rem;

  cursor: pointer;

  transition: .25s ease;
}

.show-modal-close:hover {
  transform: rotate(90deg);
}

.show-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;

  margin-bottom: 1.5rem;
}

.show-modal-meta span {
  display: flex;
  align-items: center;
  gap: .5rem;

  font-size: .95rem;
  font-weight: 600;

  color: #666;
}

.show-modal-content h2 {
  margin:
    .5rem
    0
    2rem;

  font-family: 'Bebas Neue', sans-serif;

  font-size: 3rem;
	font-weight:400;

  line-height: .95;

  color: #2b2b2b;
}

.show-modal-description {
  margin-bottom: 2.5rem;
}

.show-modal-description p {
  line-height: 1.9;

  color: #555;
}

.show-modal-content .button-primary {
  min-width: 220px;
}

.show-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;

  margin-top: 3rem;
}

.show-modal-stage {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.show-modal-stage span {
  font-size: .85rem;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: .04em;

  color: #777;
}

.show-modal-stage img {
  height: 68px;
  width: auto;

  object-fit: contain;
}
@media (max-width: 768px) {

  .show-modal-inner {
    padding: 2rem;
  }

  .show-modal-footer {
    flex-direction: column;
    align-items: flex-start;
  }
	

}

@media (max-width: 768px) {

  .show-modal {
    padding: 1rem;
  }

  .show-modal-inner {
    padding: 2rem;

    max-height: calc(100vh - 2rem);

    overflow-y: auto;
  }
	
.schedule-performer-images {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: .5rem;

  margin-bottom: 1rem;

  max-width: 220px;
}
	
	
.schedule-performer-images img {
  width: 100%;
  aspect-ratio: 1 / 1;

  border-radius: 50%;

  object-fit: cover;

  border: 3px solid white;

  box-shadow:
    0 4px 12px rgba(0,0,0,.08);
}

}

/* =========================
SHOW MODAL HEADER
========================= */

.show-modal-header {
  margin-bottom: 2.5rem;
}

.show-modal-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;

  margin:
    1.5rem
    0
    2rem;
}

.show-pill {
  display: inline-flex;
  align-items: center;
  gap: .6rem;

  min-height: 42px;

  padding: 0 1rem;

  border-radius: 999px;

  background: #f4f4f4;

  font-size: .9rem;
  font-weight: 700;

  color: #555;
}

.show-pill i {
  color: #157AC0;
}

.button-disabled {
  background: #d8d8d8 !important;

  border-color: #d8d8d8 !important;

  color: #777 !important;

  cursor: not-allowed;

  pointer-events: none;

  opacity: .9;
}

.schedule-card {
  scroll-margin-top: 140px;
}

/* =========================
FINAL MOBILE OVERRIDES
========================= */

@media (max-width: 768px) {

  /* HEADER */

  .site-header {
    position: sticky;
    top: 0;

    background: #157AC0;

    z-index: 1000;
  }

  .header-inner {
  min-height: 64px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  flex-direction: row;

  padding: 0 1rem;
}

  .logo img {
    width: 84px;
  }

  .menu-toggle {
    display: flex !important;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 40px;

    padding: 0;

    border: none;

    background: #FFC602;

    border-radius: 2px;

    flex-shrink: 0;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;

    margin: 2px 0;

    background: white;

    border-radius: 999px;
  }

  .main-nav {
  position: fixed;

  top: 64px;
  left: 0;

  width: 100%;
  height: calc(100vh - 64px);

  width: 100%;
  height: 100vh;

  background: #157AC0;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  padding-top: 2rem;

  opacity: 0;
  visibility: hidden;

  pointer-events: none;

  transition: .3s ease;

  z-index: 999;
}

  .main-nav.active {
  opacity: 1;

  visibility: visible;

  pointer-events: auto;
}

  .main-nav ul {
  display: flex;

  flex-direction: column;

  align-items: stretch;

  gap: 0;

  width: 100%;

  margin: 0;
  padding: 0;
}
	
	.main-nav li {
  width: 100%;
}

.main-nav a {
  display: flex;

  align-items: center;

  min-height: 72px;

  padding: 1.5rem 1.5rem;

  border-top: 1px solid rgba(255,255,255,.35);

  font-family: 'Bebas Neue', sans-serif;
	
	font-weight:400;

  font-size: 2.2rem;

  letter-spacing: .03em;

  color: white;
}

.main-nav li:last-child a {
  border-bottom: 1px solid rgba(255,255,255,.35);
}
	
	.site-header {
  z-index: 1001;
}

.menu-toggle {
  position: relative;

  z-index: 1002;
}

.menu-toggle span {
  display: block;

  width: 18px;
  height: 2px;

  margin: 2px 0;

  background: white;

  border-radius: 999px;

  transform-origin: center;

  transition:
    transform .25s ease,
    opacity .25s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}



  /* HERO */

  .hero {
    margin-top: -64px;
  }

  .hero-image {
    width: 100%;

    display: block;
  }

  .hero-content {
    justify-content: flex-start;

    align-items: flex-start;

    padding-top: 8.5rem;

    padding-bottom: 0;
  }

  .hero-text {
    max-width: 400px;
  }

  .hero h1 {
    font-size: 4.2rem;
	  font-weight:400;

    line-height: 1;

    letter-spacing: -.03em;

    white-space: normal;

    margin-bottom: .5rem;
  }

  .hero-date {
    margin: 2rem 0;

    font-size: 1.4rem;

    line-height: 1.1;
  }

  .hero-button {
    min-height: 42px;

    padding: 0 1.35rem;

    font-size: .9rem;
  }

  /* SECTION HEADINGS */

  .section-heading h2,
  .about-content h2,
  .about-heading h2,
  .inner-hero h2 {
    font-size: 2.1rem;

    line-height: .9;

    letter-spacing: 0;

    margin-bottom: 1rem;
  }

}

/* VENUE CARDS */

.venue-card {
  text-align: center;
}

.venue-card h3,
.venue-card p {
  text-align: center;
}

.venue-card .button-outline {
  margin-left: auto;
  margin-right: auto;
}

.venue-card img {
  display: block;

  margin-left: auto;
  margin-right: auto;
}

/* FOOTER */

.site-footer {
  text-align: center;
}

.footer-grid {
  justify-items: center;
}

.footer-column {
  align-items: center;
}

.footer-column ul {
  padding-left: 0;
}

.footer-column li {
  justify-content: center;
}

.footer-socials {
  justify-content: center;
}

.footer-logo img {
  margin-left: auto;
  margin-right: auto;
}

.error-page .info-content {
    text-align: center;
}

.error-page .info-content h2::after {
    margin-left: auto;
    margin-right: auto;
}

.info-page .button-primary,
.info-page .button-primary:link,
.info-page .button-primary:visited,
.info-page .button-primary:hover,
.info-page .button-primary:active {
    color: #fff !important;
}

/* =========================
SPONSORS MOBILE
========================= */

@media (max-width: 768px) {

  .sponsors-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 1rem;
  }

  .sponsors-grid img {
    max-width: 75px;
    height: 32px;
  }

}
