.site-bar__brand::before {
  display: none;
  content: none;
}

.site-bar__brand {
  gap: .7rem;
}

.site-bar__logo {
  position: relative;
  flex: 0 0 auto;
  width: 2.16rem;
  height: 1.72rem;
  overflow: hidden;
}

.site-bar__logo img {
  position: absolute;
  top: -.76rem;
  left: -1.81rem;
  width: 5.84rem;
  max-width: none;
  height: auto;
  transition: transform 420ms var(--ease);
}

.site-bar__brand:hover .site-bar__logo img,
.site-bar__brand:focus-visible .site-bar__logo img {
  transform: scale(1.025);
}

.site-bar__wordmark {
  white-space: nowrap;
}

.site-footer-v4__identity {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.site-footer-v4__mark {
  position: relative;
  width: 1.08rem;
  height: .86rem;
  overflow: hidden;
}

.site-footer-v4__mark img {
  position: absolute;
  top: -.38rem;
  left: -.91rem;
  width: 2.92rem;
  max-width: none;
  height: auto;
}

@media (max-width: 48rem) {
  .site-bar__brand {
    gap: .55rem;
  }

  .site-bar__logo {
    width: 2rem;
    height: 1.59rem;
  }

  .site-bar__logo img {
    top: -.7rem;
    left: -1.68rem;
    width: 5.41rem;
  }

  .site-bar__wordmark {
    font-size: .62rem;
  }
}
