/* ===== Footer ===== */
.site-footer {
  margin-top: 3rem;
  background: #f6f3ee;
  text-align: center;
  padding: 1.5rem 0;
  color: #555;
  font-size: 0.95rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.footer-title {
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

.footer-main-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer-contact-line {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
}

.footer-contact-line .soc-icon {
  width: 18px;
  height: 18px;
}

.footer-contacts {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.25rem;
}

/* уменьшить иконки соцсетей в футере, чтобы было компактно */
.footer-contacts .soc-icon {
  width: 22px;
  height: 22px;
}

.footer-copy {
  font-size: 0.85rem;
  opacity: 0.8;
}
