/**
 * Navigation Mega Override
 * Nuclear option - forces absolute consistency
 * MUST LOAD ABSOLUTELY LAST
 */

/* === LOGO === */
.nav-logo,
.site-header .nav-logo,
header .nav-logo,
.header-content .nav-logo,
.nav-brand .nav-logo,
.nav-brand a .nav-logo {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
}

/* === PREDSFAN TEXT === */
.nav-brand span,
.site-header .nav-brand span,
header .nav-brand span,
.nav-brand a span,
body .nav-brand span,
body.page-home .nav-brand span,
body.home .nav-brand span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-variant: normal !important;
    color: #ffffff !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: none !important;
    line-height: 1.2 !important;
}

/* === NAV LINKS CENTERING === */
.nav-links,
.site-header .nav-links,
header .nav-links {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 70px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
}

.nav-links li,
.site-header .nav-links li,
header .nav-links li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nav-link,
.site-header .nav-link,
header .nav-link,
.nav-links .nav-link,
body .nav-link,
body.page-home .nav-link,
body.home .nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* === HEADER HEIGHT === */
.site-header,
header.site-header {
    height: 70px !important;
    min-height: 70px !important;
}

.header-top,
.site-header .header-top {
    height: 70px !important;
}

.header-content,
.site-header .header-content {
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* === MOBILE === */
@media (max-width: 768px) {
    .nav-logo,
    .site-header .nav-logo,
    header .nav-logo {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
    }

    .nav-brand span,
    .site-header .nav-brand span,
    body.page-home .nav-brand span,
    body.home .nav-brand span {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }

    .site-header,
    .header-top,
    .header-content {
        height: 56px !important;
    }

    .nav-links {
        height: calc(100vh - 56px) !important;
    }
}
