/* Keep the original logo's white canvas seamless over every scrolled section. */
header.site-header {
    background: #fff;
}

/* Legacy logo files are already pale gray; restore contrast without changing the files. */
.client-grid .client-logo img {
    filter: brightness(.7) contrast(3);
    opacity: 1;
}
