.site-footer {
  background: #2f0207;
  color: #fff;
  margin-top: 44px;
  position: relative;
}

.footer-notch {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #2f0207;
}

.footer-inner {
  max-width: var(--home-page-max, 1180px);
  margin: 0 auto;
  padding: 26px var(--gutter, 18px);
  text-align: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 28px);
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 0;
  padding: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.footer-nav a:hover,
.footer-nav a:focus {
  color: #fff;
  border-bottom: 0;
  text-decoration: underline;
}

.footer-meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.footer-meta a {
  color: #fff;
}
