/* =========================
   Home Page Button Styles
   ========================= */
.about-btn,
.lineup-btn,
.tickets-button,
.apply-btn,
.involved-nav-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* =========================
   Section Layouts
   ========================= */
.content-section.welcome-section,
.content-section.lineup-preview-section,
.get-involved-section {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    left: 50%;
    right: 50%;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center;
}
.content-section.welcome-section::before,
.content-section.lineup-preview-section::before,
.get-involved-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 1;
    border-radius: 0 !important;
    pointer-events: none;
}

/* =========================
   Carousel Styles
   ========================= */
.carousel-header-container {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    overflow: hidden;
    box-shadow: 0 4px 24px 0 rgba(30,30,60,0.10);
    min-height: 320px;
    height: 320px;
    position: relative;
    z-index: 2;
    border-bottom: 6px solid #AE1C33;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 2.5rem;
}
.main-header + .carousel-header-container {
    margin-top: -2px;
}
.carousel-container {
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    overflow: hidden;
    min-height: 320px;
    height: 320px;
    background: #23203b;
}
.carousel {
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.carousel-slide.active {
    opacity: 1;
}
.carousel-slide img {
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 320px;
    display: block;
}
.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 1rem;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 1;
    transition: background-color 0.3s ease;
}
.carousel-button:hover {
    background: rgba(0, 0, 0, 0.7);
}
.carousel-button.prev {
    left: 1rem;
}
.carousel-button.next {
    right: 1rem;
}
.carousel-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 1;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.dot.active {
    background: white;
}

/* =========================
   Button Styles
   ========================= */
.about-btn {
    background: #392F5A;
    color: #ECD189;
    border: 2.5px solid #ECD189;
    border-radius: 18px;
    font-size: 1.18em;
    font-weight: bold;
    font-family: 'Montserrat', 'Arial', sans-serif;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    padding: 0.7em 2.2em;
    margin: 1.2em auto 0 auto;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 100, 0, 0.13);
    transition: background 0.2s, color 0.2s, border 0.2s, transform 0.1s, box-shadow 0.2s;
    display: inline-block;
    text-decoration: none;
}
.lineup-btn {
    background: #392F5A;
    color: #ECD189;
    border: 2.5px solid #ECD189;
    border-radius: 16px;
    font-size: 1.15em;
    font-weight: bold;
    font-family: 'Montserrat', 'Arial', sans-serif;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    padding: 0.7em 2em;
    margin: 1.2em auto 0 auto;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(34, 139, 34, 0.13);
    transition: background 0.2s, color 0.2s, border 0.2s, transform 0.1s, box-shadow 0.2s;
    display: inline-block;
    text-decoration: none;
}

/* =========================
   Content Section Styles
   ========================= */
.content-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lineup-preview-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5em;
}
body.homepage {
    color: #392F5A;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
body.homepage .carousel-header-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    top: 0 !important;
}

/* =========================
   Lineup Section
   ========================= */
.content-section.lineup-preview-section {
    background: url('/images/Garret.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    color: #392F5A;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    border-radius: 12px;
    overflow: hidden;
    font-size: 1.35em;
}
.content-section.lineup-preview-section > * {
    position: relative;
    z-index: 2;
}

.content-section.lineup-preview-section h2 {
    font-size: 2.3em;
}

.content-section.lineup-preview-section p {
    font-size: 1.18em;
    line-height: 1.7;
}

/* =========================
   Get Involved Section Styles
   ========================= */
.get-involved-section {
    background: url('/images/6-crowd6.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
    position: relative;
    color: #392F5A;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    border-radius: 12px;
    overflow: hidden;
    font-size: 1.35em;
    margin-bottom: 2.5em;
    margin-top: 2.5em;
}
.get-involved-section > * {
    position: relative;
    z-index: 2;
}
.get-involved-section h2 {
    font-size: 2.3em;
}
.get-involved-section p {
    font-size: 1.18em;
    line-height: 1.7;
}

/* =========================
   About Aubfest Section
   ========================= */
.content-section.welcome-section {
    background: url('/images/6-crowd3.JPG') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    color: #392F5A;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    border-radius: 12px;
    overflow: hidden;
    font-size: 1.35em;
}
.content-section.welcome-section > * {
    position: relative;
    z-index: 2;
}
.content-section.welcome-section h2 {
    font-size: 2.3em;
}
.content-section.welcome-section p {
    font-size: 1.18em;
    line-height: 1.7;
}


/* =========================
   Media Queries
   ========================= */
@media (max-width: 700px) {
    .content-section {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 950px) {
  .carousel-header-container, .carousel-container {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    min-height: 180px;
    height: 180px;
  }
  .carousel-slide img {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    min-height: 180px;
    max-height: 180px;
    height: 100%;
  }
  .overlay-logo {
    max-width: 380px;
    max-height: 140px;
    width: 95vw;
    min-width: 120px;
    aspect-ratio: 3.2/1;
  }
}

@media (max-width: 530px) {
  .carousel-header-container, .carousel-container {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    min-height: 110px;
    height: 110px;
  }
  .carousel-slide img {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    min-height: 110px;
    max-height: 110px;
    height: 100%;
  }
  .overlay-logo {
    max-width: 200px;
    max-height: 70px;
    width: 99vw;
    min-width: 80px;
    aspect-ratio: 3/1;
  }
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.homepage .page-header {
    margin-bottom: 0 !important;
}

body.homepage .carousel-header-container {
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

body.homepage .main-header {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (hover: none) and (pointer: coarse) {
  .content-section.welcome-section,
  .content-section.lineup-preview-section,
  .get-involved-section {
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}
