/* ========================================
   Footer Styles
   ======================================== */
.footer {
  background: #e8ddd4;
  padding: 25px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-info span {
  color: #8b6f47;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 250px;
  line-height: 1.3;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #8b6f47;
  text-align: right;
}

.footer-contact a {
  color: #8b6f47;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #5d4a37;
}
