/* ============================================
   VERIFUND HEADER OVERRIDES v7
   ============================================ */

/* 1. Hide the duplicate stacked "PRIVATE MORTGAGE BANKING" */
.site-header .logo-tagline {
    display: none !important;
}

/* 2. Stack logo above nav */
.site-header .header-main .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 12px;
    padding-bottom: 0;
}

/* 3. Logo link — centered */
.site-header a.logo {
    justify-content: center !important;
    margin-bottom: 4px;
}

/* 4. Nav row — centered below logo */
.site-header .main-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    gap: 24px;
    padding: 10px 0 12px 0;
    border-top: 1px solid rgba(184, 156, 74, 0.25);
    margin-top: 4px;
}

/* 5. Nav links — uniform */
.site-header .main-nav a {
    white-space: nowrap;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

/* 6. Contact button spacing */
.site-header .main-nav a.btn,
.site-header .main-nav a[href="#contact"] {
    margin-left: 8px;
}

/* 7. Hide hamburger on desktop */
.site-header .hamburger {
    display: none;
}

/* 8. Hero section — keep size, shift content down */
#page-home .hero {
    min-height: 60vh !important;
    overflow: visible !important;
}

#page-home .hero .hero-inner {
    padding-top: 80px !important;
}

/* 9. Mobile: revert to hamburger */
@media (max-width: 900px) {
    .site-header .header-main .container {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .site-header .main-nav {
        display: none !important;
        border-top: none;
        padding: 0;
    }

    .site-header .hamburger {
        display: block;
    }

    .site-header a.logo {
        margin-bottom: 0;
    }
}
