/* EK Construction: Header Styles (Modular) */

/* Force Barlow font on mobile menu items */
@media (max-width: 1024px) {
    #mobile-menu li a {
        font-family:
            "Barlow", "Lato", "Playfair Display", Arial, sans-serif !important;
    }
}

.site-header,
.header-main {
    background: #fff;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.12);
}

/* Gold divider under header (if used for logo or menu separation) */
.divider-gold {
    border-top: 2px solid #e28906;
    width: 60px;
    margin: 20px auto;
}
