/* =========================================================
   HEADER STABILITY — SHARED ACROSS EVERY PAGE
   Prevents logo/header resizing, page-refresh flashes and
   mobile/tablet/desktop layout shifts.
========================================================= */

html {
    background: #FFF6EB;
    scrollbar-gutter: stable;
}

body.home-page,
body.home-page.page-loading {
    opacity: 1 !important;
    transition: none !important;
}

.header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9998 !important;

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

    width: 100% !important;
    height: 86px !important;
    min-height: 86px !important;
    max-height: 86px !important;
    margin: 0 !important;
    padding: 0 clamp(24px, 4vw, 60px) !important;

    color: #ffffff !important;
    background: #8A6A80 !important;
    border: 0 !important;
    border-bottom: 4px solid #ffffff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;

    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
    transform: translateZ(0);
    backface-visibility: hidden;
    isolation: isolate;
}

.header .left-section,
.header .right-section,
.header .contact-info,
.header .nav-menu,
.header .social-icons {
    display: flex !important;
    align-items: center !important;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
}

.header .left-section {
    min-width: 0 !important;
}

.header .logo {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 250px !important;
    width: 250px !important;
    height: 54px !important;
    min-width: 250px !important;
    min-height: 54px !important;
    max-width: 250px !important;
    max-height: 54px !important;
    overflow: hidden !important;
}

.header .logo a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
}

.header .logo img {
    display: block !important;
    flex: 0 0 auto !important;
    width: 250px !important;
    height: 54px !important;
    min-width: 250px !important;
    min-height: 54px !important;
    max-width: 250px !important;
    max-height: 54px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    aspect-ratio: 432 / 92 !important;
}

.header .contact-info a,
.header .nav-menu a,
.header .book-btn,
.header .right-section .book-btn {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
}

.header .contact-info .icon {
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
}

.header .social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 1 !important;
}

.header .hamburger {
    top: 50% !important;
    right: 24px !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
}

body {
    padding-top: 86px !important;
}

@media (max-width: 1300px) {
    .header {
        height: 76px !important;
        min-height: 76px !important;
        max-height: 76px !important;
        padding: 0 38px !important;
    }

    .header .logo {
        flex-basis: 220px !important;
        width: 220px !important;
        height: 47px !important;
        min-width: 220px !important;
        min-height: 47px !important;
        max-width: 220px !important;
        max-height: 47px !important;
    }

    .header .logo img {
        width: 220px !important;
        height: 47px !important;
        min-width: 220px !important;
        min-height: 47px !important;
        max-width: 220px !important;
        max-height: 47px !important;
    }

    body {
        padding-top: 76px !important;
    }
}

@media (max-width: 1100px) {
    .header {
        height: 66px !important;
        min-height: 66px !important;
        max-height: 66px !important;
        padding: 0 22px !important;
    }

    .header .nav-menu,
    .header .right-section,
    .header .contact-info {
        display: none !important;
    }

    .header .logo {
        flex-basis: 215px !important;
        width: 215px !important;
        height: 46px !important;
        min-width: 215px !important;
        min-height: 46px !important;
        max-width: 215px !important;
        max-height: 46px !important;
    }

    .header .logo img {
        width: 215px !important;
        height: 46px !important;
        min-width: 215px !important;
        min-height: 46px !important;
        max-width: 215px !important;
        max-height: 46px !important;
    }

    .header .hamburger {
        display: block !important;
        right: 24px !important;
    }

    body {
        padding-top: 66px !important;
    }
}

@media (max-width: 768px) {
    .header {
        height: 62px !important;
        min-height: 62px !important;
        max-height: 62px !important;
        padding: 0 17px !important;
        border-bottom-width: 0 !important;
    }

    .header .logo {
        flex-basis: min(180px, calc(100vw - 88px)) !important;
        width: min(180px, calc(100vw - 88px)) !important;
        height: 39px !important;
        min-width: 0 !important;
        min-height: 39px !important;
        max-width: min(180px, calc(100vw - 88px)) !important;
        max-height: 39px !important;
    }

    .header .logo img {
        width: min(180px, calc(100vw - 88px)) !important;
        height: 39px !important;
        min-width: 0 !important;
        min-height: 39px !important;
        max-width: min(180px, calc(100vw - 88px)) !important;
        max-height: 39px !important;
    }

    .header .hamburger {
        right: 18px !important;
    }

    .quick-action-bar {
        top: 62px !important;
    }

    body {
        padding-top: 116px !important;
    }
}

/* =========================================================
   PREMIUM HEADER TYPOGRAPHY — SHARED ACROSS EVERY PAGE
   Cormorant Garamond gives the navigation a refined salon/spa
   character; Montserrat keeps utility text crisp and readable.
========================================================= */
.header {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
}

.header .left-section,
.header .right-section,
.header .contact-info,
.header .social-icons {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
}

.header .nav-menu a {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.55px !important;
    text-transform: none !important;
    text-rendering: optimizeLegibility;
}

.header .contact-info a {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.1px !important;
}

.header .book-btn,
.header .right-section .book-btn {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

.mobile-menu > a:not(.book-btn) {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.45px !important;
    text-transform: none !important;
    text-rendering: optimizeLegibility;
}

.mobile-menu .mobile-contact a,
.mobile-menu .mobile-social a {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.1px !important;
}

.mobile-menu .book-btn {
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

@media (max-width: 1300px) and (min-width: 1101px) {
    .header .nav-menu a {
        font-size: 17.5px !important;
        letter-spacing: 0.4px !important;
    }

    .header .contact-info a {
        font-size: 12px !important;
    }

    .header .book-btn,
    .header .right-section .book-btn {
        font-size: 12px !important;
        letter-spacing: 0.85px !important;
    }
}

@media (max-width: 768px) {
    .mobile-menu > a:not(.book-btn) {
        font-size: 21px !important;
    }
}

/* Desktop header: keep phone visible, hide email.
   The email remains available inside the hamburger menu. */
@media (min-width: 1101px) {
    .header .contact-info a[href^="mailto:"] {
        display: none !important;
    }
}
