/* --- Header Layout --- */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 20px;
    background: #e8e6e1;
    border-bottom: 1px solid #dcdad5;
}
.site-header img.custom-logo {
    width: 100%;
    max-width: 270px;
}
