/* Display the exact approved V4 artwork from its original concept sheet. */
.approved-logo{display:block;width:180px;aspect-ratio:415/168;background-image:url('assets/em3r-logo-concepts.png');background-repeat:no-repeat;background-size:246.746988% 914.285714%;background-position:93.267652% 29.459064%;mix-blend-mode:screen;flex-shrink:0}.brand{flex-shrink:0}.footer{align-items:center;gap:24px}.footer-brand{display:block}.footer-brand .approved-logo{width:200px}@media(max-width:1100px) and (min-width:901px){.navlinks{gap:12px}.navlinks a{font-size:.75rem}.approved-logo{width:150px}}@media(max-width:620px){.approved-logo{width:150px}.footer{align-items:flex-start}.footer-brand .approved-logo{width:190px}}
/* Knock out the concept artwork's black background before compositing. */
.approved-logo{filter:url(#logo-alpha);mix-blend-mode:normal;background-color:transparent}
