/* =========================================================
   HEADER COMPACT BALANCE V100
   Цель:
   - сделать шапку ниже
   - не менять размеры самих объектов
   - выровнять все объекты по одной оси
   - одинаковые отступы сверху/снизу
   ========================================================= */

/* Внешняя белая зона шапки — делаем компактнее */
html body.site-home-modern .topbar{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
}

/* Внутренняя линия шапки */
html body.site-home-modern .topbar .home-nav-v1{
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    min-height: 88px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
    gap: 0 !important;
}

/* Все прямые дети по одной оси */
html body.site-home-modern .topbar .home-nav-v1 > *{
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Сбрасываем накопленные вертикальные смещения, но не размеры */
html body.site-home-modern .home-logo-v1,
html body.site-home-modern .home-catalog-v1,
html body.site-home-modern .home-links-v1,
html body.site-home-modern .home-city-v1,
html body.site-home-modern .home-theme-v1,
html body.site-home-modern .home-account-v1,
html body.site-home-modern .home-actions-v1,
html body.site-home-modern .home-controls-v1,
html body.site-home-modern .home-nav-actions-v1{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: auto !important;
    bottom: auto !important;
    translate: 0 0 !important;
    align-self: center !important;
}

/* Лого — не менять размер, только выровнять */
html body.site-home-modern .home-logo-v1 img{
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Центр. меню по высоте */
html body.site-home-modern .home-links-v1{
    display: flex !important;
    align-items: center !important;
}

/* Правые кнопки */
html body.site-home-modern .home-actions-v1,
html body.site-home-modern .home-controls-v1,
html body.site-home-modern .home-nav-actions-v1{
    display: flex !important;
    align-items: center !important;
}

/* Чуть поджать переход от шапки к hero, не меняя содержимое */
html body.site-home-modern .hero.home-hero-v4{
    margin-top: 4px !important;
}

/* Mobile/tablet */
@media (max-width: 900px){
    html body.site-home-modern .topbar{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    html body.site-home-modern .topbar .home-nav-v1{
        min-height: 80px !important;
    }

    html body.site-home-modern .hero.home-hero-v4{
        margin-top: 2px !important;
    }
}
