/* Footer */

.footer {
  background: #000;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1.2rem 1rem;
  margin-top: 4rem;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #7f6f4b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #f0c850;
}

/* Responsive */
@media (max-width: 768px) {
  .footer {
    padding: 1rem 1rem;
    font-size: 0.85rem;
  }
}
