.logo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 2rem;
    margin-bottom: 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--swatch--neutral-800);
    border-bottom: 3px solid var(--background-beige);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(3,10,15,0.3);
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-logo {
    max-height: 85px;
    width: auto;
}