/* ===== Sticky Footer ===== */
.footer {
  background: var(--text);
  color: rgba(255,255,255,0.6);
  padding: 48px 0;
  text-align: center;
  position: sticky;
  top: 100vh;
}

.footer-logo {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  margin-bottom: 16px;
}

.footer-links {
  margin-bottom: 16px;
}

.footer-links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: rgba(255,255,255,0.9);
}

.footer-copy {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
}
