.home-intro h1 {
  font-size: clamp(2rem, 3.2vw, 2.85rem);
}

.site-footer {
  padding: 28px 20px 40px;
  background: #fff;
}

.footer-inner.home-footer {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding: 28px 20px 24px;
  border-top: 2px solid var(--color-gold);
  border-radius: 0;
  background: #fff;
  color: var(--color-navy);
}

.footer-inner.home-footer .footer-logo,
.footer-inner.home-footer .footer-contact {
  grid-column: auto;
  justify-self: auto;
  text-align: center;
}

.footer-inner.home-footer .footer-post-logo {
  width: 108px;
}

.footer-inner.home-footer .footer-contact a {
  color: var(--color-navy);
  text-decoration-color: rgba(13, 42, 79, .45);
}
