.site-footer {
  background: #050505;
  border-top: 1px solid #1a1a1a;
  padding: 55px 20px;
  text-align: center;
}

.footer-social {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.social-icon {
  color: #fff;
  font-size: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icon:hover {
  opacity: 0.6;
  transform: translateY(-2px) scale(1.05);
}

.footer-nav {
  margin-bottom: 26px;
}

.footer-nav a {
  display: inline-block;
  margin: 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
}

.footer-brand {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #d6d6d6;
  margin-bottom: 8px;
}

.footer-location {
  font-size: 15px;
  color: #999;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-copy {
  font-size: 11px;
  color: #666;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 8px;
}