]/*
 * ARANOX Website 2 — AW2_THEME_002
 * Logo, menu e pesquisa alinhados na mesma faixa.
 */

.site-header {
    background: #080f18;
    box-shadow: 0 1px 0 rgba(19, 174, 234, 0.22);
}

.aranox-header-main {
    position: relative;
    background:
        radial-gradient(circle at 82% 20%, rgba(18, 76, 118, 0.18), transparent 34%),
        linear-gradient(105deg, #101821 0%, #07111d 100%);
    color: #ffffff;
    border-bottom: 1px solid rgba(24, 178, 235, 0.18);
}

.aranox-header-main__inner {
    min-height: 100px;
    display: grid;
    grid-template-columns: minmax(230px, 300px) minmax(0, 1fr) minmax(190px, 220px);
    align-items: center;
    gap: 26px;
}

.aranox-header-main__branding {
    min-width: 0;
}
/*
.aranox-header-main__branding .site-branding__link,
.aranox-header-main__branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.aranox-header-main__branding .site-branding__logo,
.aranox-header-main__branding .custom-logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 175px;
    object-fit: contain;
}
*/
.aranox-header-main__branding img {
    display: block;
    width: 250px;
    height: auto;
}




.aranox-header-main__navigation {
    min-width: 0;
}

.aranox-header-main .aranox-primary-navigation {
    position: static;
}

.aranox-header-main .aranox-navigation-groups {
    justify-content: center;
    gap: 2px;
}

.aranox-header-main .aranox-navigation-group__trigger {
    min-height: 64px;
    padding: 0 11px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 12.5px;
    white-space: nowrap;
}

.aranox-header-main .aranox-navigation-group__trigger > span {
    color: #14b8ef;
    font-size: 10px;
}

.aranox-header-main .aranox-navigation-group__trigger:hover,
.aranox-header-main .aranox-navigation-group__trigger:focus-visible,
.aranox-header-main .aranox-navigation-group.is-open .aranox-navigation-group__trigger {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.aranox-header-main .aranox-mega-menu {
    color: #0b1729;
}

.aranox-header-main__search {
    display: flex;
    justify-content: flex-end;
}

.aranox-header-search {
    width: 100%;
    max-width: 220px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    transition:
        border-color 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}

.aranox-header-search:focus-within {
    border-color: #12b9f1;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 0 0 3px rgba(18, 185, 241, 0.12);
}

.aranox-header-search__field {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
}

.aranox-header-search__field::placeholder {
    color: rgba(255, 255, 255, 0.64);
}

.aranox-header-search__submit {
    width: 48px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid rgba(18, 185, 241, 0.70);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.aranox-header-search__submit:hover,
.aranox-header-search__submit:focus-visible {
    background: #12b9f1;
    color: #07111d;
}

.aranox-header-search__submit svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

@media (max-width: 1220px) {
    .aranox-header-main__inner {
        grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) 54px;
        gap: 18px;
    }

    .aranox-header-main__search {
        width: 48px;
    }

    .aranox-header-search {
        width: 48px;
        grid-template-columns: 0 48px;
    }

    .aranox-header-search__field {
        width: 0;
        padding: 0;
        opacity: 0;
        pointer-events: none;
    }

    .aranox-header-search:focus-within {
        position: absolute;
        right: max(20px, calc((100vw - 1180px) / 2));
        z-index: 125;
        width: 220px;
        grid-template-columns: minmax(0, 1fr) 48px;
        background: #101a26;
    }

    .aranox-header-search:focus-within .aranox-header-search__field {
        width: auto;
        padding: 0 14px;
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 980px) {
    .aranox-header-main__inner {
        min-height: 82px;
        grid-template-columns: minmax(180px, 1fr) auto auto;
        gap: 12px;
    }

    .aranox-header-main__branding .site-branding__logo,
    .aranox-header-main__branding .custom-logo {
        max-height: 54px;
    }

    .aranox-header-main__navigation {
        order: 3;
    }

    .aranox-header-main .aranox-mobile-menu-toggle {
        color: #ffffff;
    }

    .aranox-header-main .aranox-navigation-groups {
        color: #0b1729;
    }

    .aranox-header-main__search {
        order: 2;
    }
}

@media (max-width: 620px) {
    .aranox-header-main__inner {
        min-height: 72px;
        grid-template-columns: minmax(145px, 1fr) auto auto;
        padding-right: 12px;
        padding-left: 12px;
    }

    .aranox-header-main__branding .site-branding__logo,
    .aranox-header-main__branding .custom-logo {
        max-height: 44px;
    }

    .aranox-header-search:focus-within {
        right: 12px;
        left: 12px;
        width: auto;
    }
}
