/* Site footer — matches voicgenv1/components/layout/Footer.tsx + globals.css */

footer.footer {
  flex-shrink: 0;
  border-top: 1px solid var(--border-color);
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 2.5rem);
  background: var(--bg-alt);
}

footer.footer .footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

footer.footer .footer-brand .logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}

footer.footer .footer-brand p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 28rem;
}

footer.footer .footer-brand address {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.6;
}

footer.footer .footer-links h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 24px;
  color: var(--text-primary);
}

footer.footer .footer-links a {
  display: block;
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
}

footer.footer .footer-links a:hover {
  color: var(--accent-color);
}

footer.footer .footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 32px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
}

footer.footer .footer-bottom p {
  margin: 0;
}
