﻿/* =============== GENERAL THEME =============== */
body.dark-theme {
    background-color: #0a0a0a;
    color: #e6d3a3;
    font-family: 'EB Garamond', serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'IM Fell English SC', serif;
    color: #f5e7b2;
    margin-bottom: 0.5em;
    letter-spacing: 1px;
}

p, li {
    font-size: 1.05rem;
    color: #ddd3b3;
}

/* Gothic styled headings */
.gothic-text {
    font-family: 'UnifrakturCook', cursive;
    font-size: 2.2rem;
    color: #f5e7b2;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

/* Highlights (gold text) */
.highlight {
    color: #d4af37;
    font-weight: bold;
}

/* Ornate Frame */
.ornate-frame {
    border: 2px solid #2e2a20;
    border-radius: 12px;
    background: rgba(20, 20, 20, 0.8);
    /* padding: 2rem; */
    /* margin: 2rem auto; */
    /* max-width: 1100px; */
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    width: 100%;
    align-content: center;
}

/* Dark Panel (TEARS section style) */
.dark-panel {
    background: #1a1a1a;
    padding: 3rem 2rem;
    text-align: center;
}

/* Buttons */
.btn-gold {
    display: inline-block;
    background: linear-gradient(145deg, #d4af37, #a37d1d);
    color: #1a1a1a;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 0.5rem;
}

    .btn-gold:hover {
        background: linear-gradient(145deg, #e5c558, #b98f25);
        transform: scale(1.05);
    }

.btn-outline {
    display: inline-block;
    border: 2px solid #d4af37;
    color: #d4af37;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 0.5rem;
}

    .btn-outline:hover {
        background: #d4af37;
        color: #1a1a1a;
        transform: scale(1.05);
    }

/* =============== HEADER =============== */
.site-header {
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 2px solid #2e2a20;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-right a {
    margin-left: 1rem;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ddd7c0;
}
/* ================== NAVBAR STYLING ================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(90deg, #3b1f1f 0%, #5a2a2a 100%);
    border-bottom: 2px solid #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
    animation: fadeIn 1.2s ease-out forwards;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    color: #f5e7b2;
}

.nav-left .logo {
    font-family: "Great Vibes", cursive;
    font-size: 1.8rem;
    color: #ffd700;
    text-decoration: none;
    animation: glowPulse 4s infinite ease-in-out;
    transition: transform 0.3s ease;
}

    .nav-left .logo:hover {
        transform: scale(1.05);
    }

/* Navigation links */
.nav-right {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

/* Buttons / Links */
.btn-nav {
    color: #f5e7b2;
    background: transparent;
    border: 1px solid #d4af37;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    animation: fadeIn 1s ease both;
}

    .btn-nav:hover {
        background: #d4af37;
        color: #3b1f1f;
        box-shadow: 0 0 15px rgba(212, 175, 55, 0.8);
        transform: translateY(-2px);
    }

/* Effect Toggle */
.effect-toggle label {
    font-weight: 600;
    color: #ffd700;
}

.effect-toggle select {
    background: #3b1f1f;
    border: 1px solid #d4af37;
    border-radius: 6px;
    color: #f5e7b2;
    padding: 0.3rem 0.5rem;
    font-family: inherit;
}



/* =============== HERO SECTION =============== */
.hero-section {
    ihhhhgfhyt position: relative;
    background: url('/images/hero-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 80vh;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: center;
    color: #f5e7b2;
    flex-direction: column;
}

.hero-overlay {
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 3rem;
    border-radius: 12px;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.hero-date {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* =============== DETAILS SECTION =============== */
.details-section {
    background: url('/images/details-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    padding: 3rem 18rem;
    color: #e6d3a3;
    align-content: center;
    align-items: center;
    text-align: center;
    height: fit-content;
}

    .details-section h2 {
        font-size: 3.2rem;
    }

    .details-section p {
        font-size: 1.5rem;
    }

.details-split {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

    .details-split div {
        flex: 1;
        min-width: 300px;
    }

/* =============== TEARS SECTION =============== */
.tears-section {
    text-align: center;
    padding: 3rem 18rem;
    opacity: 5;
}

    .tears-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/images/tears_back.jpg) no-repeat center;
        background-size: cover;
        opacity: 0.2; /* Adjust opacity as needed */
        z-index: -1;
    }

    .tears-section h2 {
        font-size: 3.2rem;
    }

    .tears-section p {
        font-size: 1.5rem;
        text-align: center;
    }

.tears-logo img {
    max-width: 200px;
    margin-top: 2rem;
}

/* =============== Vendors SECTION =============== */
.vendors-section {
    background: url('/images/vendors-bg.png') no-repeat center center fixed;
    background-size: cover;
    padding: 3rem 23rem;
    color: #e6d3a3;
    align-content: center;
    align-items: center;
    text-align: center;
    height: fit-content;
    width: 100% !important;
}

    .vendors-section h2 {
        font-size: 3.2rem;
        /* width: 25rem; */
        text-align: center;
        align-content: center;
    }

    .vendors-section p {
        font-size: 2rem;
    }




/* =============== SPONSORS SECTION =============== */
.sponsors-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
    max-width: 100%;
    max-height: 100%;
}

    .sponsors-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('/images/frame2.png') no-repeat center center;
        /* background-size: cover; */
        mix-blend-mode: lighten; /* brightens lines, keeps bg visible */
        opacity: 0.5; /* tweak between 0.4–0.7 */
        pointer-events: none;
        z-index: 1;
        /* transform: rotate(90deg); */
        background-size: 100% 100%;
    }

    /* keep sponsor content above it (only after confirming it shows) */
    .sponsors-section > * {
        position: relative;
        z-index: 2;
    }

.sponsor-list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

    .sponsor-list li {
        margin: 0.5rem 0;
        font-size: 1.1rem;
    }

/* =============== SPONSORS SECTION =============== */
/*.sponsor-section {
    background: #0f0b07;
    background-image: url('/images/gothic-border-bg.png');*/ /* optional subtle texture */
/*background-size: cover;
    background-position: center;
    color: #f5e7b2;
    border-top: 2px solid rgba(212, 175, 55, 0.3);
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    font-family: 'Cinzel', serif;
    position: relative;
    z-index: 1;
}*/

.section-heading {
    font-size: 2rem;
    color: #d4af37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    animation: glowPulse 3s infinite alternate;
    letter-spacing: 2px;
}

.section-subheading {
    color: #f5e7b2;
    font-style: italic;
    font-size: 1.1rem;
    opacity: 0.9;
}

.gold-text {
    color: #e2c565;
    font-weight: 600;
    text-transform: uppercase;
}

.sponsor-list {
    list-style: none;
    padding-left: 0;
}

    .sponsor-list li {
        margin-bottom: 0.75rem;
        color: #f5e7b2;
        font-family: 'Poppins', sans-serif;
        position: relative;
        padding-left: 1.5rem;
    }

        .sponsor-list li::before {
            content: "★";
            position: absolute;
            left: 0;
            color: #d4af37;
        }

.event-details-box {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: 2rem;
    max-width: 800px;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.2);
}

.gold-label {
    color: #d4af37;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.detail-text {
    font-size: 1rem;
    font-weight: 500;
    color: #f5e7b2;
}

.detail-sub {
    font-size: 0.9rem;
    color: #cbbf93;
}

.btn-gold {
    background: linear-gradient(135deg, #d4af37, #8b6b2e);
    border: none;
    color: #1a0d0d;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.8rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

    .btn-gold:hover {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
    }

/* =============== VENUE SECTION =============== */
.venue-section {
    background: url('/images/frame3.png') no-repeat center center fixed;
    background-size: cover;
    padding: 3rem 18rem;
    color: #e6d3a3;
    align-content: center;
    align-items: center;
    text-align: center;
    height: fit-content;
    background-size: 100% 100%;
}

    .venue-section h2 {
        font-size: 3.2rem;
    }

    .venue-section h3.sub-title {
        border-width: medium;
        border: solid #bfa46f;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .venue-section p {
        font-size: 1.5rem;
    }

.venue-split {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

    .venue-split div {
        flex: 1;
        min-width: 300px;
    }

/* =============== FOOTER =============== */
.footer {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.footer a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .footer a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

@media (min-width: 768px) {
    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}




/*.footer-section {
    background: #0d0d0d;
    padding: 3rem 2rem;
    color: #ddd3b3;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-info, .footer-tickets, .footer-contact {
    font-size: 1rem;
}

    .footer-tickets .btn-gold {
        margin-bottom: 0.5rem;
    }

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
}

.social-icon {
    display: inline-block;
    font-size: 1.5rem;
    margin: 0 0.5rem;
    color: #d4af37;
    text-decoration: none;
    transition: transform 0.3s ease;
}

    .social-icon:hover {
        transform: scale(1.2);
        color: #e5c558;
    }*/

/* =============== RESPONSIVE =============== */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .details-split {
        flex-direction: column;
    }
}


/* =============== PERFORMANCES =============== */
.performances-section {
    text-align: center;
}

.artist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(189px, 0fr));
    gap: 2rem;
    margin-top: 2rem;
}

    .artist-grid a {
        cursor: pointer;
        text-decoration: none;
        color: inherit;
    }

.artist-card {
    background: rgba(20,20,20,0.85);
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    transition: transform 0.3s ease;
    /* width: 9rem; */
}

    .artist-card img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 0.8rem;
    }

    .artist-card:hover {
        transform: scale(1.05);
    }

/* =============== KRAMPUS =============== */
.krampus-section {
    position: relative;
    background: url('/images/krampus-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #f5e7b2;
    padding: 5rem 2rem;
    text-align: center;
}

.krampus-overlay::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 0.2;
    z-index: 10034;
    background: url('/images/frame.png') no-repeat center center fixed;
    /* z-index: 17; */
}

.krampus-overlay {
    background: url('/images/krampus-bg.jpg') no-repeat center center fixed;
    padding: 3rem;
    border-radius: 12px;
}

.band-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 0.1fr));
    gap: 2rem;
    margin-top: 2rem;
    word-break: break-word;
}

    .band-grid a {
        cursor: pointer;
        text-decoration: none;
        color: inherit;
    }

.band-card {
    background: rgba(20,20,20,0.9);
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    transition: transform 0.3s ease;
    width: 12rem;
}

    .band-card img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 0.8rem;
    }

    .band-card:hover {
        transform: scale(1.05);
    }

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #e6d3a3;
}
/* =============== ANIMATIONS =============== */

/* Fade In */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scale In */
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Glow Pulse (for buttons & titles) */
@keyframes glowPulse {
    0%, 100% {
        text-shadow: 0 0 5px #d4af37, 0 0 10px #a37d1d;
    }

    50% {
        text-shadow: 0 0 15px #e5c558, 0 0 25px #d4af37;
    }
}

/* Reveal on Scroll */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* Apply Glow to Key Elements */
.hero-title {
    animation: fadeIn 1.5s ease forwards, glowPulse 3s infinite alternate;
}

.btn-gold, .btn-outline {
    animation: scaleIn 1s ease forwards;
}


#snow-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* don’t block clicks */
    z-index: 5; /* below header/menu but above backgrounds */
}

.effect-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #f5e7b2;
}

    .effect-toggle select {
        background: #2a1d1d;
        border: 1px solid #a67c52;
        border-radius: 6px;
        color: #f5e7b2;
        padding: 0.2rem 0.5rem;
        font-family: inherit;
    }

/* =============== COOKIE CONCENT =============== */
.cookie {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-in-out;
    max-width: 520px;
    width: 90%;
    font-family: "Cinzel", serif;
}

    .cookie.show {
        opacity: 1;
        pointer-events: auto;
    }

.cookie-frame {
    position: relative;
    background: rgba(18, 14, 10, 0.95);
    border: 1px solid #bfa46f;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    color: #f3e9d2;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    overflow: hidden;
}

.cookie-content p {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
    color: #f3e9d2;
}

.cookie a.cookie-link {
    color: #d4b676;
    text-decoration: underline;
    transition: color 0.3s ease;
}

    .cookie a.cookie-link:hover {
        color: #fff0b8;
    }

.cookie-btn {
    background: linear-gradient(135deg, #bfa46f 0%, #d9c68c 100%);
    color: #1b1410;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: bold;
    font-family: "Cinzel", serif;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(191, 164, 111, 0.4);
}

    .cookie-btn:hover {
        background: #fff0b8;
        box-shadow: 0 0 20px rgba(255, 240, 184, 0.7);
        transform: translateY(-1px);
    }

/* Ornate corners */
.corner {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('/images/decor-corner-gold.png') no-repeat center center;
    background-size: contain;
    opacity: 0.8;
}

    .corner.top-left {
        top: 6px;
        left: 6px;
        transform: rotate(0deg);
    }

    .corner.top-right {
        top: 6px;
        right: 6px;
        transform: rotate(90deg);
    }

    .corner.bottom-left {
        bottom: 6px;
        left: 6px;
        transform: rotate(270deg);
    }

    .corner.bottom-right {
        bottom: 6px;
        right: 6px;
        transform: rotate(180deg);
    }

/* Hidden fallback */
.hidden {
    display: none;
}


/* CONTACT SECTION */

.contact-section {
    background: url('/images/frame.png') no-repeat center center fixed;
    background-size: cover;
    padding: 3rem 18rem;
    color: #e6d3a3;
    align-content: center;
    align-items: center;
    text-align: center;
    height: fit-content;
    background-size: 100% 100%;
}

.contact-image {
    position: relative; /* Make parent a positioning context */
    background: url('/images/market.png') no-repeat center center;
    background-size: cover;
    padding: 3rem 18rem;
    color: #e6d3a3;
    text-align: center;
    height: 30rem;
    overflow: hidden; /* ensures ::before doesn’t overflow visually */
}

    .contact-image::before {
        content: "";
        position: absolute; /* overlay entire parent */
        inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
        background: url('/images/fancy-frame.png') no-repeat center center;
        background-size: 100% 100%; /* fully stretch image */
        z-index: 1; /* behind content */
        pointer-events: none; /* prevent interaction */
    }

    /* keep content above frame */
    .contact-image > * {
        position: relative;
        z-index: 2;
    }


.contact-social {
    background: url('/images/balls.png') no-repeat center center;
    background-size: cover;
    padding: 1rem 1rem;
    color: #e6d3a3;
    align-content: center;
    align-items: center;
    text-align: center;
    /* height: fit-content; */
    background-size: 100% 100%;
    /* width: 6rem; */
    /* height: 6rem; */
    display: inline-block;
    margin-top: -2rem;
    /* margin-left: 1rem; */
    min-width: 9rem !important;
    min-height: 9rem !important;
}

    .contact-social img {
        width: 4rem;
        margin-top: 2rem;
    }

.contact-split {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
}

    .contact-split div {
        flex: 1;
        min-width: 300px;
    }

.contact-frame {
    position: relative;
    border: 1px solid #bfa46f;
    border-radius: 12px;
    /*padding: 3rem 2rem;*/
    max-width: 650px;
    width: 100%;
    text-align: center;
    color: #f3e9d2;
    background: rgba(20, 15, 10, 0.95);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
}

.contact-info strong {
    font-size: 1.5rem;
}

.contact-frame p a {
    /*text-decoration: none;*/
    color: inherit;
}

.contact-placeholder {
    max-width: 10rem !important;
}

.contact-title {
    font-family: "Cinzel Decorative", serif;
    font-size: 1.3rem;
    color: #d4b676;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info {
    margin-bottom: 2rem;
}

    .contact-info p {
        font-family: "Cormorant Garamond", serif;
        font-size: 1rem;
        margin: 0.8rem 0;
    }

.contact-link {
    color: #d4b676;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s ease;
}

    .contact-link:hover {
        color: #fff0b8;
    }

.contact-logo img {
    width: 200px;
    margin: 2rem auto 1rem;
    display: block;
    filter: brightness(0.9);
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.social-icon {
    color: #d4b676;
    font-size: 1.5rem;
    transition: color 0.3s ease, transform 0.2s ease;
}

    .social-icon:hover {
        color: #fff0b8;
        transform: scale(1.1);
    }

/* Ornate corners */
.corner {
    position: absolute;
    width: 28px;
    height: 28px;
    background: url('/images/decor-corner-gold.png') no-repeat center center;
    background-size: contain;
    opacity: 0.8;
}

    .corner.top-left {
        top: 10px;
        left: 10px;
    }

    .corner.top-right {
        top: 10px;
        right: 10px;
        transform: rotate(90deg);
    }

    .corner.bottom-left {
        bottom: 10px;
        left: 10px;
        transform: rotate(270deg);
    }

    .corner.bottom-right {
        bottom: 10px;
        right: 10px;
        transform: rotate(180deg);
    }

/* Fade in reveal */
.contact-section.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

    .contact-section.reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }



.sponsor-ribbon {
    overflow: hidden;
    position: relative;
    width: 100%;
    /* background: #ffffff; */
    padding: 1rem 0;
    display: flex;
    align-items: center;
}

.sponsor-track {
    display: flex;
    width: max-content;
    animation: scrollSponsors 30s linear infinite;
}

.sponsor-ribbon:hover .sponsor-track {
    animation-play-state: paused; /* ⏸ pauses when hovered */
}

.sponsor-track img {
    height: 80px; /* Adjust logo size */
    margin: 0 2rem; /* Space between logos */
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
    user-select: none;
}

    .sponsor-track img:hover {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.1);
    }

@keyframes scrollSponsors {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}



.payfast {
    background: url(../images/payfast-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 61px;
    padding-top: 15px;
    min-height: 2.3rem;
}


/*EFT STYLEING*/
.eft_container {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    color: #333;
}

    .eft_container h2 {
        color: #0056b3;
        border-bottom: 2px solid #0056b3;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

.eft_detail-row {
    display: flex;
    margin-bottom: 10px;
}

.eft_detail-label {
    flex: 1;
    font-weight: bold;
}

.eft_detail-value {
    flex: 2;
}


.external-logins{
    display:none !important;
}


/* ==========================================================================
   MOBILE / RESPONSIVE OVERRIDES — append at end of site.css
   Keeps visual style (gold accents, backgrounds, animations) but fixes:
     - excessive side padding
     - fixed background issues on mobile
     - stacked layout for narrow screens
     - readable font sizes and touch-friendly buttons
   ========================================================================== */

/* ---- Fix small mistakes from original file ---- */
.hero-section {
    /* remove stray token, fix horizontal alignment */
    position: relative;
    background: url('/images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    /* use min-height rather than fixed vh for better mobile behaviour */
    min-height: 56vh;
    display: flex;
    justify-content: center; /* center horizontally for small screens */
    align-items: center;
    text-align: center;
    color: #f5e7b2;
    flex-direction: column;
}

/* Make background images behave better by default */
.details-section,
.tears-section,
.vendors-section,
.venue-section,
.contact-section,
.contact-image,
.krampus-section {
    background-attachment: scroll; /* avoid fixed on mobile */
    background-position: center center;
    background-size: cover;
}

/* Force images and media to be responsive */
img, .tears-logo img, .contact-logo img, .sponsor-track img, .artist-card img, .band-card img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Tamer default paddings that scale */
.details-section,
.tears-section,
.vendors-section,
.venue-section,
.contact-section,
.sponsors-section,
.contact-image {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Make ornate-frame and event-details-box responsive */
.ornate-frame,
.event-details-box,
.contact-frame,
.cookie-frame,
.eft_container {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* Navbar responsive base */
.navbar {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0.75rem;
}

/* Make nav-right wrap on small screens */
.nav-right {
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Make nav buttons larger / easier to tap */
.btn-nav, .btn-gold, .btn-outline {
    min-height: 44px;
    min-width: 44px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Sponsor track: make logos smaller on narrow screens */
.sponsor-track img {
    height: 64px;
    margin: 0 1rem;
}

/* Performance / grid fixes */
.artist-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.band-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

/* Cookie: keep visible but not overlapping */
.cookie {
    left: 1rem;
    right: 1rem;
    transform: none;
    bottom: 1rem;
    width: auto;
    max-width: calc(100% - 2rem);
}

/* Contact-social: reduce forced min-sizes */
.contact-social {
    min-width: 6.5rem !important;
    min-height: 6.5rem !important;
    padding: 0.65rem;
}

/* Sponsor ribbon: wrap on tiny screens */
.sponsor-ribbon {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Payfast: ensure not overflowing */
.payfast {
    padding-right: 0;
    background-size: contain;
}

/* -------- Media queries -------- */

/* ------ Tablets (<= 992px) ------ */
@media (max-width: 992px) {
    /* Soften large headings */
    .hero-title {
        font-size: 2.6rem;
    }

    .hero-overlay {
        padding: 2rem;
    }

    .details-section,
    .tears-section,
    .vendors-section,
    .venue-section,
    .contact-section {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

        .details-section h2,
        .tears-section h2,
        .vendors-section h2,
        .venue-section h2 {
            font-size: 2.6rem;
        }

        .details-section p,
        .tears-section p,
        .vendors-section p,
        .venue-section p {
            font-size: 1.15rem;
        }

        .vendors-section p {
            font-size: 1.25rem;
        }

    .hero-section {
        min-height: 52vh;
        background-attachment: scroll;
    }

    .nav-left .logo {
        font-size: 1.6rem;
    }

    .footer-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Sponsor logos slightly smaller */
    .sponsor-track img {
        height: 70px;
        margin: 0 1.25rem;
    }
}

/* ------ Large phones / small tablets (<= 768px) ------ */
@media (max-width: 768px) {
    /* NAVBAR: stack left and right as rows */
    .navbar {
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem 1rem;
    }

    .nav-left,
    .nav-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-right {
        justify-content: flex-end;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    /* Reduce side paddings used in many sections */
    .details-section,
    .tears-section,
    .vendors-section,
    .venue-section,
    .contact-section,
    .contact-image {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .hero-title {
        font-size: 2.2rem;
        line-height: 1.05;
        margin-bottom: 0.6rem;
    }

    .hero-date {
        font-size: 1rem;
    }

    /* make split columns stack */
    .details-split,
    .venue-split,
    .contact-split,
    .tears-section .details-split {
        flex-direction: column;
        gap: 1rem;
    }

        .details-split div,
        .venue-split div,
        .contact-split div {
            min-width: 0;
            width: 100%;
        }

    /* event details box and ornate frame smaller */
    .event-details-box,
    .ornate-frame {
        padding: 1rem;
    }

    .tears-section::before {
        background-size: cover;
        opacity: 0.12;
    }

    .vendors-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .vendors-section p {
            font-size: 1.05rem;
        }

    /* sponsor track: allow two-line wrap (stops long horizontal scroll) */
    .sponsor-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
    }

        .sponsor-track img {
            margin: 0.5rem;
        }

    /* footer layout change */
    .footer-container {
        gap: 0.6rem;
        padding: 1rem;
    }

    /* krampus padding reduction */
    .krampus-section {
        padding: 3rem 1rem;
    }
}

/* ------ Small phones (<= 480px) ------ */
@media (max-width: 480px) {
    html, body {
        -webkit-text-size-adjust: 100%; /* prevent text inflation on iOS */
    }

    .navbar {
        padding: 0.6rem 0.75rem;
    }

    .nav-left .logo {
        font-size: 1.5rem;
    }

    .nav-right {
        gap: 0.4rem;
    }

    .btn-nav {
        padding: 0.45rem 0.6rem;
        font-size: 0.95rem;
    }

    .hero-title {
        font-size: 1.9rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .hero-section {
        min-height: 44vh;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-position: center top;
    }

    .hero-overlay {
        padding: 1rem;
        width: 100%;
    }

    /* Large side paddings removed entirely */
    .details-section,
    .tears-section,
    .vendors-section,
    .venue-section,
    .contact-section,
    .contact-image {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .details-section h2,
        .tears-section h2,
        .vendors-section h2,
        .venue-section h2 {
            font-size: 1.8rem;
        }

        .details-section p,
        .tears-section p,
        .vendors-section p,
        .venue-section p {
            font-size: 1rem;
        }

        .vendors-section p {
            font-size: 1rem;
        }

    .tears-logo img {
        max-width: 160px;
    }

    .contact-logo img {
        width: 140px;
        margin: 1rem auto;
    }

    .contact-social {
        min-width: 5.25rem !important;
        min-height: 5.25rem !important;
    }

    .band-card,
    .artist-card {
        width: 100%;
    }

    .band-grid,
    .artist-grid {
        gap: 1rem;
    }

    .cookie {
        bottom: 0.7rem;
        left: 0.6rem;
        right: 0.6rem;
        max-width: calc(100% - 1.2rem);
    }

    /* Simplify heavy ornament backgrounds for small screens to improve readability */
    .sponsors-section::before,
    .contact-image::before,
    .sponsors-section,
    .contact-image {
        background-size: cover;
        opacity: 0.5;
    }

    /* Reduce ornamental corner sizes a touch */
    .corner {
        width: 20px;
        height: 20px;
    }

    /* make small-play elements accessible */
    .payfast {
        padding-right: 0;
        padding-top: 8px;
        background-size: contain;
    }
}

/* -------- Accessibility & small touch improvements -------- */
@media (hover: none) {
    /* disable hover transforms on touch devices for smoother UX */
    .btn-gold:hover,
    .btn-outline:hover,
    .btn-nav:hover,
    .artist-card:hover,
    .band-card:hover,
    .sponsor-track img:hover {
        transform: none;
        box-shadow: none;
    }
}

/* ensure no horizontal scroll caused by any large fixed widths */
html, body {
    overflow-x: hidden;
}

/* End of responsive overrides */
/* Sponsor ribbon smooth scrolling */
.sponsor-ribbon {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sponsor-track {
    display: flex;
    width: max-content;
    animation: scrollSponsors 40s linear infinite;
    align-items: center;
}

    .sponsor-track img {
        height: 80px;
        margin: 0 2rem;
        flex-shrink: 0;
    }

/* Keyframes for continuous horizontal scroll */
@keyframes scrollSponsors {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Duplicate sponsor list for seamless loop */
.sponsor-track::after {
    content: "";
    display: flex;
    width: 100%;
}

/* Mobile adjustments — slower + smaller images */
@media (max-width: 768px) {
    .sponsor-track {
        animation: scrollSponsors 60s linear infinite;
    }

        .sponsor-track img {
            height: 60px;
            margin: 0 1rem;
        }
}




/* ==========================================================================
   SPONSOR RIBBON — Seamless infinite scroll (single row)
   ========================================================================== */

.sponsor-ribbon {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: transparent;
    padding: 1rem 0;
}

/* Main scrolling track */
.sponsor-track {
    display: flex;
    flex-wrap: nowrap; /* ❗ Prevent wrapping into multiple rows */
    align-items: center;
    width: max-content;
    animation: scrollSponsors 40s linear infinite;
    white-space: nowrap; /* Ensures a single line */
}

    /* Sponsor logos */
    .sponsor-track img {
        height: 80px;
        margin: 0 2rem;
        flex-shrink: 0;
        transition: transform 0.3s ease, filter 0.3s ease;
    }

        .sponsor-track img:hover {
            transform: scale(1.1);
            filter: brightness(1.3);
        }

/* Scroll animation */
@keyframes scrollSponsors {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause scroll on hover (desktop only) */
@media (hover: hover) {
    .sponsor-ribbon:hover .sponsor-track {
        animation-play-state: paused;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .sponsor-track {
        animation: scrollSponsors 50s linear infinite;
    }

        .sponsor-track img {
            height: 65px;
            margin: 0 1rem;
        }
}

/* Mobile */
@media (max-width: 600px) {
    .sponsor-track {
        animation: scrollSponsors 60s linear infinite;
        flex-wrap: nowrap; /* force single row */
    }

        .sponsor-track img {
            height: 55px;
            margin: 0 0.75rem;
        }
}
