.site-footer {
  background: #0c0c0c;
  color: #fff;
  padding: clamp(32px, 5vw, 64px) 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}

.footer-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 40px);
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-left {
  flex: 1;
  min-width: 240px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  min-width: 220px;
}

.footer-address-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-address {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.footer-social-links {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #0c0c0c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-copyright {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-logo img {
  height: 48px;
  width: auto;
}
