.brand {
  gap: 14px;
  letter-spacing: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(23, 36, 30, 0.15);
}

.brand > span {
  display: grid;
  gap: 3px;
}

.brand > span b {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.brand > span small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.hero-art {
  display: grid;
  place-items: center;
  padding: 26px;
  background: #efe5d5;
  box-shadow: 18px 18px 0 #d7a964;
}

.hero-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 6px;
  filter: drop-shadow(0 14px 20px rgba(23, 36, 30, 0.16));
}

footer .brand-logo {
  width: 92px;
  height: 92px;
  flex-basis: 92px;
}

footer .brand > span b {
  color: var(--paper);
  font-size: 18px;
}

footer .brand > span small {
  color: #aeb9b2;
}

@media (max-width: 560px) {
  .site-header {
    padding: 10px 16px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .brand > span b {
    font-size: 13px;
  }

  .brand > span small {
    font-size: 7px;
  }

  .hero-art {
    height: 360px;
    padding: 16px;
    box-shadow: 8px 8px 0 #d7a964;
  }

  footer .brand-logo {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }
}
