.site-footer {
  background: #18181b;
  border-top: 1px solid #27272a;
  font-size: 14px;
  color: #a1a1aa;
}

/* ── Location ── */
.site-footer__location {
  padding: 32px 0 0;
}
.site-footer__location-card {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  min-height: 220px;
  overflow: hidden;
  border: 1px solid #27272a;
  border-radius: 8px;
  background: #111113;
}
.site-footer__location-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 32px;
  border-right: 1px solid #27272a;
}
.site-footer__location-label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #ffffff;
}
.site-footer__location-address {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #a1a1aa;
}
.site-footer__route-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid #3f3f46;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s, border-color .15s, color .15s;
}
.site-footer__route-link:hover {
  background: #27272a;
  border-color: #52525b;
  color: #ffffff;
}
.site-footer__map-wrap {
  height: 100%;
  min-height: 220px;
  overflow: hidden;
}
.site-footer__map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: grayscale(35%) brightness(.82) contrast(1.05);
  transition: filter .2s;
}
.site-footer__location-card:hover .site-footer__map-wrap iframe {
  filter: grayscale(20%) brightness(.9) contrast(1.05);
}

/* ── Main columns ── */
.site-footer__main {
  padding: 40px 0 32px;
}
.site-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.site-footer__col-title {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #ffffff;
  margin: 0 0 14px;
}
.site-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.site-footer__list a {
  color: #a1a1aa;
  text-decoration: none;
  line-height: 1.4;
  transition: color .15s;
}
.site-footer__list a:hover {
  color: #ffffff;
}

/* ── Schedule ── */
.site-footer__schedule {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-footer__schedule-item {
  color: #71717a;
  line-height: 1.45;
}
.site-footer__schedule-item--label {
  font-weight: 600;
  color: #d4d4d8;
  margin-top: 4px;
}

/* ── Social ── */
.site-footer__social {
  margin-top: 20px;
}
.site-footer__social-label {
  font-size: 12px;
  color: #52525b;
  margin-bottom: 10px;
}
.site-footer__social-links {
  display: flex;
  gap: 8px;
}
.site-footer__social-link {
  width: 36px;
  height: 36px;
  border: 1px solid #27272a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #71717a;
  text-decoration: none;
  flex-shrink: 0;
  transition: background-color .15s, border-color .15s, color .15s;
}
.site-footer__social-link:hover {
  background: #27272a;
  border-color: #3f3f46;
  color: #ffffff;
}
.site-footer__social-link svg {
  width: 16px;
  height: 16px;
}

/* ── Contacts ── */
.site-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__phone {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color .15s;
}
.site-footer__phone:hover { color: #d4d4d8; }

.site-footer__email {
  font-size: 13px;
  color: #a1a1aa;
  text-decoration: none;
  transition: color .15s;
}
.site-footer__email:hover { color: #ffffff; }

.site-footer__messengers {
  display: flex;
  gap: 8px;
  padding-top: 4px;
}
.site-footer__messenger-link {
  width: 36px;
  height: 36px;
  border: 1px solid #27272a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #71717a;
  text-decoration: none;
  flex-shrink: 0;
  transition: background-color .15s, border-color .15s, color .15s;
}
.site-footer__messenger-link:hover {
  background: #27272a;
  border-color: #3f3f46;
  color: #ffffff;
}
.site-footer__messenger-link svg {
  width: 16px;
  height: 16px;
}

/* Viber: chat on desktop, add on mobile */
.site-footer__viber-mobile { display: none; }
@media (max-width: 768px) {
  .site-footer__viber-desktop { display: none; }
  .site-footer__viber-mobile  { display: flex; }
}

/* ── Bottom bar ── */
.site-footer__bottom {
  border-top: 1px solid #27272a;
  background: #09090b;
  padding: 14px 0;
}
.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer__copyright {
  font-size: 12px;
  color: #3f3f46;
}
.site-footer__policy-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.site-footer__policy-links a {
  font-size: 12px;
  color: #52525b;
  text-decoration: none;
  transition: color .15s;
}
.site-footer__policy-links a:hover { color: #a1a1aa; }

/* ── Schema (SEO, invisible) ── */
.site-footer__schema { display: none; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .site-footer__location-card { grid-template-columns: .8fr 1.2fr; }
  .site-footer__cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .site-footer__location { padding-top: 24px; }
  .site-footer__location-card { grid-template-columns: 1fr; }
  .site-footer__location-info {
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid #27272a;
  }
  .site-footer__map-wrap { min-height: 190px; }
  .site-footer__main { padding: 28px 0 24px; }
  .site-footer__cols { grid-template-columns: 1fr; gap: 24px; }
  .site-footer__bottom-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .site-footer__policy-links { gap: 12px; }
}
