/* Blend the existing dark artwork with the site's graphite background. */
.logo-graphite { display:inline-flex; flex:0 0 auto; vertical-align:middle; line-height:0; background:#26292b; isolation:isolate; border-radius:10px; overflow:hidden; }
.logo-graphite>img { display:block; mix-blend-mode:lighten; border-radius:0; }
.footer__logo .logo-graphite { border-radius:14px; }
