/* =============================
   GLOBAL STYLES
============================= */
body {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    background: white;
    color: #3a342f;
}

/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;700&display=swap');

/* =============================
   HEADER
============================= */
.site-header {
    background: white;
    padding-top: 10px;
}

.header-inner {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    position: relative;
}

.logo {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 3rem;
    color: #D7BE69;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

/* NAVIGATION */
.nav {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.nav a {
    color: black;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.nav a.active {
    font-weight: 700;
    color: black;
}

/* HAMBURGER */
.hamburger {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 26px;
    display: none;
    z-index: 1000;
    color: black;
}

/* =============================
   HERO
============================= */
.hero {
    text-align: center;
    margin-top: 30px;
}

.hero img {
    width: 50%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

/* =============================
   UNIVERSAL DIVIDERS
============================= */
.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px auto 40px;
    gap: 15px;
    padding: 0 15px;
    max-width: 1100px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
    margin: 0 10px;
}

.divider span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 400;
    color: #D7BE69;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    max-width: 70%;
}

/* =============================
   ABOUT & DUO SECTIONS
============================= */
.about, .duo {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about img, .duo img {
    width: 100%;
    max-width: 420px;
}

.about-text, .duo-text {
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7;
}

.duo-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #D7BE69;
    font-weight: 400;
    text-align: center;
}

/* =============================
   CONNECT / SOCIAL ICONS
============================= */
.connect {
    text-align: center;
    margin: 40px 0;
}

.social-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.social {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.social svg {
    width: 60%;
    height: 60%;
    display: block;
    fill: white;
}

.facebook {
    background-color: #1877f2;
}

.instagram {
    background-color: #e1306c;
}

/* =============================
   SHOW DATES IMAGES
============================= */
.show-month img {
    max-height: 750px;
    width: auto;
    max-width: 90%;
    display: block;
    margin: 0 auto 20px;
    border-radius: 8px;
    object-fit: cover;
}

.show-week img {
    max-height: 450px;
    width: auto;
    max-width: 85%;
    display: block;
    margin: 0 auto 20px;
    border-radius: 8px;
    object-fit: cover;
}

/* =============================
   SONG MENU IMAGES
============================= */
.song-menu {
    text-align: center;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.song-menu .song-img {
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    margin: 0 auto;
}

/* =============================
   GALLERY GRID
============================= */
.gallery {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 15px;
}

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

.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

/* =============================
   BOOKING HERO
============================= */
.booking-hero {
    background: url('assets/abihero.jpg') center center / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.booking-content .contact-box {
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 50px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #3a342f;
    display: inline-block;
}

.booking-content .contact-box h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    color: #D7BE69;
    margin-bottom: 20px;
}

.booking-content .contact-box a {
    color: #3a342f;
    text-decoration: underline;
}
/* =============================
   BOOKING PAGE – PUSH BACKGROUND DOWN
============================= */
.booking-hero {
    background-position: center 15% !important;   /* this is the magic line */
}

/* Optional – fine-tune per breakpoint if you want it perfect everywhere */
@media (max-width: 768px) {
    .booking-hero {
        background-position: center 22% !important;   /* a little lower on phones */
    }
}

/* =============================
   BANDS SECTIONS
============================= */
.band-section {
    max-width: 1100px;
    margin: 50px auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    align-items: center;
    padding: 0 15px;
}

.band-section .band-img,
.band-section .band-text {
    flex: 1 1 50%;
    min-width: 0;
}

.band-section .band-img img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.band-section .band-text {
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Alternate layout: reverse image/text on even bands (Thunder Child) */
.band-section:nth-child(even) {
    flex-direction: row-reverse;
}

.band-footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.band-footer-social .social {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000;
}

.band-footer-social .social svg {
    width: 60%;
    height: 60%;
    fill: #fff;
}

/* =============================
   FOOTER
============================= */
footer {
    text-align: center;
    padding: 30px;
    color: #777;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
}

/* =============================
   MOBILE ADJUSTMENTS
============================= */
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: white;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        transform: translateY(-100%);
        z-index: 999;
    }

    .nav.open {
        transform: translateY(0);
    }

    .nav a {
        width: 100%;
        padding: 20px 0;
        font-size: 1.2rem;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    .nav a:last-child {
        border-bottom: none;
    }

    .about, .duo {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-img, .duo-img {
        order: -1;
        padding: 0 15px;
    }

    .about-text {
        padding: 0 22px;
    }

    .hero img {
        width: 85%;
    }

    .song-menu .song-img,
    .show-month img,
    .show-week img {
        width: 90%;
        max-height: none;
    }

    .divider span {
        font-size: 1.6rem;
        max-width: 90%;
        white-space: normal;
    }

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

    /* Bands mobile */
    .band-section {
        flex-direction: column !important;
        gap: 30px;
        align-items: center;
    }

    .band-section .band-img,
    .band-section .band-text {
        flex: none;
        width: 100%;
    }

    .band-section .band-img img {
        width: 90%;
        max-width: 420px;
        margin: 0 auto;
    }

    .band-section:nth-child(even) {
        flex-direction: column; /* ensure no reverse on mobile */
    }

    .band-text h2 {
        font-size: 1.8rem;
    }

    .band-text p {
        font-size: 1rem;
    }
}
