/* Supplied artwork is unchanged. Crop its empty canvas through the SVG viewBox.
   The contrast filter makes marks monochrome while preserving white counters;
   ESPN uses a traced monochrome SVG to avoid its baked-in checkerboard. */
.client-logo{display:block;width:100%;height:100%;overflow:hidden;filter:grayscale(1) brightness(.58) contrast(100);mix-blend-mode:multiply}
.client-logo[data-vector]{filter:none}
.header-clients .clients button{display:flex;align-items:center;justify-content:center;min-height:52px;min-width:44px;width:116px;padding:5px 0}
.header-clients .clients button .client-logo{height:27px;max-width:116px}
.header-clients .clients button[data-client="YouTube"]{width:46px}
.header-clients .clients button[data-client="Google"]{width:35px}
.header-clients .clients button[data-client="Google"] .client-logo{height:33px}
.header-clients .clients button[data-client="ESPN"]{width:76px}
.header-clients .clients button[data-client="The Farmer's Dog"]{width:52px}
.header-clients .clients button[data-client="The Farmer's Dog"] .client-logo{height:46px}
.header-clients .clients button[data-client="Recess"]{width:94px}
.header-clients .clients button[data-client="Recess"] .client-logo{height:37px}
.brand-identity{display:flex;align-items:center;gap:22px;min-width:0}
.brand-identity .client-logo{width:74px;height:40px;flex-shrink:0}
@media(max-width:700px){.header-clients .clients{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 22px;align-items:center}.header-clients .clients button{width:100%!important;min-width:0;min-height:48px}.header-clients .clients button .client-logo{max-width:100px;height:22px}.header-clients .clients button[data-client="Google"] .client-logo{height:29px}.header-clients .clients button[data-client="The Farmer's Dog"] .client-logo{height:42px}.header-clients .clients button[data-client="Recess"] .client-logo{height:30px}.brand-identity{gap:14px}.brand-identity .client-logo{width:50px;height:33px}}
@media(max-width:360px){.header-clients .clients{gap:12px}.header-clients .clients button[data-client="Google"] .client-logo{height:22px}}
