header .navbar .container-fluid {
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    line-height: 1;
    font-size: clamp(0.5rem, 2.8vw, 1.5rem) !important;
    min-width: 0;
}

.navbar-brand img {
    width: clamp(24px, 6vw, 50px) !important;
    height: auto;
    flex: 0 0 auto;
}

.navbar-toggler {
    flex: 0 0 auto;
}
