/* Header nav width — deploy without Vite rebuild (bump ?v= in app.blade.php) */

@media (min-width: 1024px) {
    .site-header .container-frigocare {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .site-header-inner {
        gap: 0.5rem;
    }

    .site-nav {
        display: flex !important;
        flex: 1 1 auto;
        flex-wrap: nowrap !important;
        max-width: none;
        min-width: 0;
        justify-content: center;
    }

    .site-nav-item,
    .site-nav-link {
        flex-shrink: 0;
        white-space: nowrap;
    }

    .site-header-actions {
        flex-shrink: 1;
        min-width: 0;
        gap: 0.25rem;
    }

    .site-header-cta-group {
        flex-shrink: 1;
        gap: 0.375rem;
    }
}

@media (min-width: 1280px) {
    .site-header .container-frigocare {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.site-header-cta-catalog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgb(11 31 58 / 0.18);
    background: #fff;
    padding: 0.375rem 0.5rem;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    color: #0b1f3a;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

@media (min-width: 1024px) {
    .site-header-cta-catalog {
        padding: 0.5rem 0.625rem;
        font-size: 11px;
    }
}

@media (min-width: 1536px) {
    .site-header-cta-catalog {
        padding: 0.625rem 0.875rem;
        font-size: 13px;
    }
}

.site-header.is-solid .site-header-cta-catalog:hover {
    border-color: rgb(11 31 58 / 0.28);
    background: rgb(11 31 58 / 0.04);
}

.site-header.is-solid .site-header-cta-catalog.is-current {
    border-color: rgb(141 198 63 / 0.55);
    background: rgb(141 198 63 / 0.08);
    color: #5a9420;
}

.site-header.is-transparent .site-header-cta-catalog {
    border-color: rgb(255 255 255 / 0.32);
    background: rgb(255 255 255 / 0.08);
    color: #fff;
    backdrop-filter: blur(4px);
}

.site-header.is-transparent .site-header-cta-catalog:hover {
    border-color: rgb(255 255 255 / 0.48);
    background: rgb(255 255 255 / 0.12);
}
