.nh-footer {
  background: var(--nh-charcoal);
}

.nh-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nh-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
}

.nh-footer__wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1rem;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--nh-cream);
}

.nh-footer__logo-image {
  height: auto;
}

.nh-footer__dot {
  color: var(--nh-amber-gold);
  font-size: 1.15em;
  line-height: 0;
}

.nh-footer__tagline {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--nh-amber-gold);
}

.nh-footer__info {
  margin: 2.6rem 0 0;
  font-size: 1.45rem;
  font-weight: 500;
  color: rgba(251, 248, 243, 0.85);
}

.nh-footer__copyright {
  margin: 2.2rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(251, 248, 243, 0.4);
}

@media screen and (max-width: 749px) {
  .nh-footer__wordmark {
    font-size: 1.9rem;
  }

  .nh-footer__info {
    margin-top: 2rem;
  }

  .nh-footer__copyright {
    margin-top: 1.8rem;
  }
}
