.site-footer {
  background: #111;
  border-top: 4px solid #a20f16;
  color: #d7d2ca;
  margin: 3rem 0 0;
  max-width: none;
  padding: 2.5rem 1.25rem 1.25rem;
}

.site-footer,
.site-footer * {
  box-sizing: border-box;
}

.site-footer .footer-inner,
.site-footer .footer-bottom {
  margin: 0 auto;
  max-width: 1160px;
}

.site-footer .footer-inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
}

.site-footer .footer-logo {
  display: inline-block;
  line-height: 0;
}

.site-footer .footer-logo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 180px;
}

.site-footer .footer-tagline {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 1rem 0 0.65rem;
}

.site-footer .footer-publisher {
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 0;
  max-width: 34rem;
  overflow-wrap: anywhere;
}

.site-footer .footer-heading {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.site-footer .footer-links {
  display: grid;
  gap: 0.55rem;
}

.site-footer a {
  color: #fff;
  margin: 0;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ff858a;
  text-decoration: underline;
}

.site-footer .footer-links a {
  font-size: 0.88rem;
}

.site-footer .footer-bottom {
  align-items: center;
  border-top: 1px solid #37332f;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
}

.site-footer .footer-bottom p {
  font-size: 0.78rem;
  margin: 0;
}

@media (max-width: 720px) {
  .site-footer .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
