.site-footer-elegant {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}


.footer-logo {
  font-size: 2rem;
  font-weight: 700;
  color: #e5c07b; /* Soft gold tone */
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer-tagline {
  font-size: 1rem;
  color: #bbbbbb;
  margin-bottom: 30px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 30px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #e5c07b;
}
.footer-socials {
  margin-bottom: 30px;
}
.footer-socials a {
  margin: 0 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}.footer-socials a:hover {
  transform: scale(1.2);
}

.footer-socials img {
  filter: brightness(0) invert(1);
}

.footer-socials a:hover img {
  transform: scale(1.1);
}

.footer-copy {
  font-size: 0.85rem;
  color: #888888;
}

.footer-copy a {
  color: #e5c07b;
  text-decoration: none;
}
}.footer-nav a,
.footer-tagline {
  color: #d6d6d6;
}

.footer-copy {
  color: #999;
}.footer-nav a:hover {
  color: #d4af37; /* champagne gold */
}

.footer-copy a:hover {
  text-decoration: underline;
}.site-footer-elegant a {
  transition: all 0.3s ease;
}.footer-logo-img {
  height: 120px;
  max-width: 220px;
  object-fit: contain;
  margin: 0 auto 20px auto;
  display: block;
  filter: brightness(1.1);
}