:root{
    --festival-navy: #0d1550;
    --festival-navy-alt: #131b63;
    --festival-gold: #f5a623;
    --festival-light: #f5f6fa;
}

/* ================= HERO ================= */
.section-slide{ position: relative; margin-top: 0 !important; }
.section-slide .swiper{ height: auto !important; }
.hero-content{
    position: absolute;
    z-index: 2;
    left: 0; right: 0; top: 0; bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
}
.hero-content .container{ width: 100%; }
.hero-title{
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.hero-title .accent{ color: var(--festival-gold); font-size: 5rem; }
.hero-content p.hero-subtitle{
    max-width: 280px !important;
    display: block !important;
    white-space: normal !important;
    color: #d7dae8;
    margin-bottom: 22px;
}
.hero-meta{ display: flex; gap: 30px; margin-bottom: 24px; flex-wrap: wrap; }
.hero-meta .meta-item{ display: flex; align-items: center; gap: 10px; }
.hero-meta .meta-item i{ font-size: 22px; color: var(--festival-gold); }
.hero-meta .meta-item strong{ display: block; font-size: 15px; text-transform: uppercase; }
.hero-meta .meta-item span{ display: block; font-size: 12px; color: #b8bcd6; text-transform: uppercase; }
.hero-cta{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--festival-gold) !important;
    border-color: var(--festival-gold) !important;
    color: #14163a !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 30px;
    transition: transform .25s ease, box-shadow .25s ease;
}
.hero-cta:hover{
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 10px 25px rgba(245,166,35,.45);
}
.hero-cta i{ transition: transform .25s ease; }
.hero-cta:hover i{ transform: rotate(-12deg); }
.hero-logo-wrap{ justify-content: center; align-items: center; position: relative; }
.hero-logo-wrap::before{
    content: '';
    position: absolute;
    width: 560px;
    height: 560px;
    max-width: 140%;
    max-height: 140%;
    background: radial-gradient(circle, rgba(255,193,80,.85) 0%, rgba(245,166,35,.5) 40%, rgba(245,166,35,0) 70%);
    z-index: 0;
    pointer-events: none;
}
.hero-logo{
    position: relative;
    z-index: 1;
    max-width: 320px;
    width: 100%;
    filter: drop-shadow(0 0 40px rgba(245,166,35,.35));
}
.section-slide .swiper-button-prev,.section-slide .swiper-button-next{
    z-index: 3;
    width: 42px; height: 42px;
    background: rgba(255,255,255,.12);
    border-radius: 50%;
}
.section-slide .swiper-button-prev:after,.section-slide .swiper-button-next:after{ font-size: 16px; color: #fff; }
.section-slide .swiper-pagination-bullet{ background: #fff; opacity: .5; }
.section-slide .swiper-pagination-bullet-active{ opacity: 1; background: var(--festival-gold); width: 22px; border-radius: 5px; }

/* ================= HEADER (homepage only: transparent until scrolled) ================= */
/* Everything else (nav colors, buttons, active-menu dot) now lives globally in style.css */
header.home:not(.scroll-active){
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

/* ================= LINE-UP ================= */
.section-lineup{
    background: var(--festival-navy);
    padding: 70px 0;
    color: #fff;
}
.section-lineup .section-header-3{ margin-bottom: 40px; }
.section-lineup .title{
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.section-lineup .title i{ font-size: 2rem; color: var(--festival-gold); }
.section-lineup .cate{
    display: block;
    color: var(--festival-gold);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 8px;
}
.lineup-slider{ position: relative; padding: 0 45px; }
.lineup-card{
    background: var(--festival-navy-alt);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 2px solid transparent;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.lineup-card:hover{
    border-color: var(--festival-gold);
    box-shadow: 0 0 20px rgba(245,166,35,.35);
}
.lineup-card img{ width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.lineup-card-body{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 16px 10px;
    background: linear-gradient(to top, rgba(0,0,0,.85) 10%, rgba(0,0,0,0) 100%);
}
.lineup-card-body h5{
    margin-bottom: 8px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    transition: color .25s ease;
}
.lineup-card:hover .lineup-card-body h5{ color: var(--festival-gold); }
.lineup-socials{ display: flex; justify-content: center; gap: 10px; }
.lineup-socials a{
    width: 26px; height: 26px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    color: #fff;
    font-size: 12px;
}
.lineup-swiper{ overflow: hidden; }
.lineup-prev,.lineup-next{
    width: 36px; height: 36px;
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    top: 45%;
    z-index: 2;
}
.lineup-prev:after,.lineup-next:after{ font-size: 14px; color: #fff; }

/* ================= FESTIVAL ALANI ================= */
.section-venue-map{
    background: var(--festival-light);
}
.section-venue-map .title{
    font-size: 4rem;
    font-weight: 800;
    color: var(--festival-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.section-venue-map .title i{ font-size: 2rem; color: var(--festival-gold); }
.section-venue-map .cate{
    display: block;
    color: var(--festival-gold);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 8px;
}
.venue-map-image{
    max-width: 100%;
    display: block;
    filter: url(#venueMapOutline) drop-shadow(0 20px 35px rgba(13,21,80,.35));
}

/* ================= FAQ ================= */
.section-faq-home{
    background: var(--festival-navy);
}
.section-faq-home .title{
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.section-faq-home .title i{ font-size: 2rem; color: var(--festival-gold); }
.section-faq-home .cate{
    display: block;
    color: var(--festival-gold);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 8px;
}
.faq-illustration{ max-width: 480px; width: 100%; margin-left: -75px; }
.faq-item{
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 16px 20px;
}
.faq-item summary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    list-style: none;
    transition: color .2s ease;
}
.faq-item summary:hover{ color: var(--festival-gold); }
.faq-item[open] summary{ color: var(--festival-gold); }
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-chevron{ color: var(--festival-gold); transition: transform .35s ease; flex: none; margin-left: 12px; }
.faq-item[open] .faq-chevron{ transform: rotate(180deg); }
.faq-item .faq-answer{
    display: block;
    overflow: hidden;
    max-height: 0;
    padding-top: 12px;
    color: #d7dae8;
    transition: max-height .4s ease;
}

/* ================= CONTACT ================= */
.section-contact-home{
    background: var(--festival-light);
    color: var(--festival-navy);
    position: static;
}
.section-contact-home::before{ content: none !important; }
.section-contact-home .section-header-3{ margin-bottom: 40px; }
.section-contact-home .title{
    font-size: 4rem;
    font-weight: 800;
    color: var(--festival-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.section-contact-home .title i{ font-size: 2rem; color: var(--festival-gold); }
.section-contact-home .cate{
    display: block;
    color: var(--festival-gold);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 8px;
}
.contact-info-home{ display: block; }
.contact-info-item{ display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.contact-info-icon{
    width: 46px; height: 46px;
    flex: none;
    display: flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: rgba(245,166,35,.15);
    color: var(--festival-gold);
    font-size: 18px;
}
.contact-info-body{ flex: 1; min-width: 0; }
.contact-info-body h6{ color: var(--festival-gold); font-size: 13px; letter-spacing: .5px; margin-bottom: 4px; }
.contact-info-body a,.contact-info-body span{ color: var(--festival-navy); }
.section-contact-home .social-icons{ display: flex; gap: 10px; margin-top: 4px; }
.section-contact-home .social-icons a{
    width: 32px; height: 32px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(13,21,80,.08);
    color: var(--festival-navy);
    transition: color .2s ease, background .2s ease;
}
.section-contact-home .social-icons a:hover{
    color: #fff;
    background: var(--festival-gold);
}
.section-contact-home .contact-form .form-control{
    background: #fff;
    border: 1px solid #e3e5ef;
    color: var(--festival-navy);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.section-contact-home .contact-form .form-control::placeholder{ color: #9aa0b4; }
.section-contact-home .contact-form textarea.form-control{ min-height: 160px; }
.section-contact-home .contact-form .form-control:focus{
    background: #fff;
    border-color: var(--festival-gold) !important;
    box-shadow: 0 0 0 3px rgba(245,166,35,.25) !important;
    color: var(--festival-navy);
}
.section-contact-home .contact-form label{ color: #5a5f77; }
.section-contact-home .contact-form label a{ color: var(--festival-gold) !important; }
.section-contact-home .contact-form .form-check-input:checked{
    background-color: var(--festival-gold) !important;
    border-color: var(--festival-gold) !important;
}
.section-contact-home .contact-form .form-check-input:focus{
    box-shadow: 0 0 0 3px rgba(245,166,35,.25) !important;
    border-color: var(--festival-gold) !important;
}
.section-contact-home .contact-submit{
    background: var(--festival-gold) !important;
    border-color: var(--festival-gold) !important;
    color: #14163a !important;
    font-weight: 700;
    transition: transform .25s ease, box-shadow .25s ease;
}
.section-contact-home .contact-submit:hover{
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(245,166,35,.45);
}
.section-contact-home .contact-submit i{ transition: transform .25s ease; }
.section-contact-home .contact-submit:hover i{ transform: rotate(-12deg); }
.section-contact-home .help-block ul li{ color: #dc3545; }

@media (max-width: 991px){
    .hero-title{ font-size: 2.2rem; }
    .hero-title .accent{ font-size: 3.2rem; }
    .hero-meta{ gap: 18px; }
}

@media (max-width: 768px){
    .hero-title{ font-size: 1.7rem; }
    .hero-title .accent{ font-size: 2.4rem; }
    .hero-subtitle{ display: none; }
    .hero-content{ align-items: flex-start; }
    .hero-content .container{ padding-top: 120px; }
    .section-slide .swiper{ min-height: 500px; }
    .section-slide .swiper-slide img{ width: 100%; height: 500px; object-fit: cover; display: block; }
    .lineup-slider{ padding: 0 30px; }
    .section-lineup{ padding: 40px 0; }
    .section-lineup .title,.section-faq-home .title,.section-contact-home .title,.section-venue-map .title{ font-size: 1.6rem; }
    .faq-illustration{ margin-left: 0; }
}
