/* ============================================================
   ParkieVault V2 — footer.css
   Site Footer
   ============================================================ */

/* ── Footer wrapper ── */
.site-footer {
  width: 100%;
  max-width: 860px;
  padding: 24px 40px 40px;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid var(--border-subtle);
}

/* ── Footer text ── */
.site-footer p,
.site-footer-text {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted3);
  line-height: 1.9;
}

/* ── Footer links ── */
.site-footer a,
.site-footer-text a {
  color: rgba(255,255,255,0.38);
  text-decoration: none;
  transition: color var(--t-base);
}
.site-footer a:hover,
.site-footer-text a:hover { color: var(--text); }

/* ── Responsive ── */
@media (max-width: 760px) {
  .site-footer { padding: 20px 24px 36px; }
}
