/* ============================================================
   custom.css — Noyau Social site overrides
   ============================================================ */

/* --- 3.1 Logo image ---------------------------------------- */
.custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.custom-logo {
    height: 56px;
    width: auto;
    display: block;
}

.site-header .custom-logo {
    height: 64px;
}

/* --- Hide header-m (duplicate sticky header) ---------------*/
.header-m {
    display: none !important;
}

/* --- 3.2 Desktop header always visible above mobile breakpoint */
@media only screen and (min-width: 1025px) {
    #masthead.site-header {
        display: block !important;
    }

    .mobile-header {
        display: none !important;
    }
}

/* --- 3.3 Hero title overflow fix --------------------------- */
.banner .banner-text,
.banner .banner-text .text,
.banner .banner-text .text .title {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
}
