/* ══════════════════════════════════════════════
   footer.css — Site footer
   ══════════════════════════════════════════════ */

.site-footer {
  padding: 40px 24px;
  text-align: center;
  background: #323232;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer p {
  font-size: 13px;
  color: var(--gold);
}

.site-footer a {
  color: var(--gold);
  text-decoration: none;
}
