.site-footer {
  background: var(--black);
  color: #c5c5c5;
  padding-top: 4.5rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1.1fr 0.8fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.footer-tagline {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--white);
}
.footer-tagline .serif {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}

.footer-col h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #8da0c0;
  margin-bottom: 1.3rem;
}

.footer-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.footer-strong { color: var(--white); font-weight: 700; font-size: 0.95rem; margin-bottom: 0.3rem; }

.footer-col a { color: #c5c5c5; font-size: 0.92rem; transition: color 0.18s ease; }
.footer-col a:hover { color: var(--brand); }

.social { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 1.2rem; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.6rem;
  margin-top: 1rem;
  border-top: 1px solid #2a2a2a;
  font-size: 0.85rem;
  color: #8da0c0;
}
.legal { display: flex; gap: 1.6rem; }
.legal a { color: #8da0c0; transition: color 0.18s ease; }
.legal a:hover { color: var(--brand); }
