.site-footer {
  position: relative;
  width: min(720px, calc(100% - 32px));
  margin: 34px auto 0;
  padding: 26px 20px 118px;
  color: #a9a59c;
  text-align: center;
  font-size: 12px;
  line-height: 1.55;
}

.site-footer::before {
  content: "";
  display: block;
  width: min(320px, 76%);
  height: 1px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, transparent, rgba(244, 196, 48, .46), transparent);
}

.site-footer p { margin: 4px 0; }
.site-footer a {
  color: #e8bd45;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, text-shadow .2s ease;
}
.site-footer a:visited { color: #e8bd45; }
.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffe279;
  text-shadow: 0 0 12px rgba(244, 196, 48, .28);
  outline: none;
}
.site-footer a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 760px) {
  .site-footer {
    width: calc(100% - 24px);
    margin-top: 22px;
    padding: 22px 14px 172px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer a { transition: none; }
}
