/* =========================
   Banner & Logo
   ========================= */
.Header__logo img {
    height: 80px;          /* fixed height */
    width: auto;           /* maintain aspect ratio */
    object-fit: contain;   /* avoid stretching */
}

