.site-header .brand,
.footer-brand {
  gap: 13px;
}

.site-header .brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
}

.site-header .brand-copy,
.footer-brand > span {
  width: auto;
  height: auto;
  min-height: 0;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  text-align: left;
}

.site-header .brand-copy strong,
.footer-brand strong {
  display: block;
  margin: 0;
  color: #fff;
  font-family: BebasNeue, Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: left;
  white-space: nowrap;
}

.site-header .brand-copy small,
.footer-brand small {
  display: block !important;
  margin-top: 4px;
  color: var(--accent-bright);
  font-family: ERA, Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-align: left;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .site-header .brand {
    gap: 10px;
  }

  .site-header .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .site-header .brand-copy strong {
    font-size: 22px;
  }

  .site-header .brand-copy small {
    font-size: 8px;
  }
}
