/* BONEX Header Fix - injected by reconstruction */

/* Fix header layout */
#site-header.site-header {
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
    position: relative !important;
    z-index: 999 !important;
    padding: 12px 0 !important;
}
#site-header .header-inner {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    flex-wrap: nowrap !important;
}

/* Site title as logo */
#site-header .site-branding {
    flex: 0 0 auto !important;
    margin: 0 !important;
}
#site-header .site-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 0 !important;
    white-space: nowrap !important;
}
#site-header .site-title a {
    color: #E6007E !important;
    text-decoration: none !important;
    letter-spacing: -0.5px !important;
}
#site-header .site-title a:hover { color: #b8005f !important; }

/* Hide tagline in header */
#site-header .site-description,
#site-header p.site-description { display: none !important; }

/* Menu */
#site-header .site-navigation,
#site-header nav.site-navigation { flex: 1 1 auto !important; }
#site-header .header-menu {
    display: flex !important;
    gap: 28px !important;
    justify-content: flex-end !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}
#site-header .header-menu > li { position: relative !important; }
#site-header .header-menu > li > a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a2540 !important;
    text-decoration: none !important;
    padding: 8px 4px !important;
    transition: color .2s !important;
}
#site-header .header-menu > li > a:hover,
#site-header .header-menu > li.current-menu-item > a {
    color: #E6007E !important;
}
#site-header .header-menu > li.current-menu-item > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #E6007E;
    margin-top: 4px;
}

/* Hide entry-title on pages that have bonex shortcode */
.page .entry-title,
.page .page-header,
.page header.entry-header { display: none !important; }

/* Fix content width */
.page .entry-content,
.page .content-inner,
main#content { max-width: 100% !important; padding: 0 !important; }

/* Body */
body { font-family: 'Inter', sans-serif; }

/* Footer spacing */
footer.site-footer { margin-top: 40px !important; }

/* En mobile */
@media (max-width: 768px) {
    #site-header .header-inner { flex-wrap: wrap !important; }
    #site-header .site-title { font-size: 20px !important; }
    #site-header .header-menu { gap: 16px !important; }
    #site-header .header-menu > li > a { font-size: 13px !important; }
}
