.site-header {
  height: 104px;
  background: var(--paper);
  backdrop-filter: none;
}

.brand {
  background: var(--paper);
}

.brand img {
  display: block;
  width: 330px;
  max-width: 58vw;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.site-header nav a {
  font-size: 12px;
}

.business-measurement a {
  position: absolute;
  bottom: 22px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.business-measurement a:hover {
  color: var(--forest);
}

@media (max-width: 860px) {
  .site-header { height: 82px; }
  .brand img { width: 270px; max-height: 58px; }
  .site-header nav { top: 82px; }
}
