/* The supplied artwork is the complete brand. Do not rebuild or alter it. */
.site-header > .brand {
  position: absolute;
  top: 18px;
  left: clamp(24px, 4.5vw, 84px);
  z-index: 70;
  width: 146.4px;
  height: 146.4px;
  flex: none;
  gap: 0;
}

.site-header > .brand img {
  display: block;
  width: 146.4px;
  height: 146.4px;
  object-fit: contain;
}

.site-header > .brand span,
.footer-brand span {
  display: none;
}

.footer-brand {
  width: 92px;
  height: 64px;
  flex-basis: 92px;
  gap: 0;
}

.footer-brand img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .site-header > .brand {
    top: 14px;
    left: 20px;
    width: 96px;
    height: 96px;
    z-index: 84;
  }

  .site-header > .brand img {
    width: 96px;
    height: 96px;
  }
}
