.site-footer {
  background: #fadadd;
  color: #4c3a4c;
  padding: 2rem 1rem 1rem;
  margin-top: 4rem;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}
.footer-col { flex: 1 1 250px; }
.footer-col h4 { margin-bottom: 1rem; font-size: 18px; color: #d46a92; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { color: #4c3a4c; text-decoration: none; }
.footer-col ul li a:hover { color: #d46a92; }
.footer-col p { margin: 0.3rem 0; }
.social-icons { margin-top: 0.5rem; }
.social-icons a { margin-right: 10px; color: #4c3a4c; text-decoration: none; font-size: 1.2rem; }
.social-icons a:hover { color: #d46a92; }
.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 14px;
  border-top: 1px solid #f3cbd9;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .footer-container { flex-direction: column; align-items: center; text-align: center; }
  .footer-col { max-width: 100%; }
}