.site-contact-footer {
  display: block;
  min-height: 0;
  padding: 36px max(5vw, 24px) 18px;
  background: linear-gradient(125deg, #123f46, #174f55 62%, #1b555b);
  color: #e6efeb;
  letter-spacing: normal;
}
.site-footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) repeat(3, minmax(175px, .9fr));
  gap: 12px;
}
.site-footer-identity,
.site-footer-contact {
  min-height: 132px;
  padding: 17px;
  border: 1px solid rgb(221 238 229 / 19%);
  border-radius: 12px;
  background: rgb(255 255 255 / 5%);
}
.site-footer-identity { display: flex; flex-direction: column; justify-content: center; }
.site-footer-kicker { margin: 0 0 8px; color: #c6d9cb; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.site-footer-identity h2 { margin: 0; color: #fff; font-size: 16px; line-height: 1.65; letter-spacing: .03em; }
.site-footer-identity p { margin: 7px 0 0; color: #c3d6cf; font-size: 11px; line-height: 1.7; }
.site-footer-contact { display: grid; grid-template-columns: 34px 1fr; align-content: center; align-items: start; gap: 5px 10px; transition: background .18s ease, border-color .18s ease; }
a.site-footer-contact:hover { border-color: rgb(226 197 150 / 70%); background: rgb(255 255 255 / 9%); }
.site-footer-icon { grid-row: span 2; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgb(225 236 230 / 24%); border-radius: 10px; color: #e5c99c; background: rgb(255 255 255 / 7%); }
.site-footer-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.site-footer-contact small { align-self: center; color: #bcd0c8; font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.site-footer-contact strong { grid-column: 2; color: #fff; font-size: 12px; line-height: 1.75; font-weight: 650; overflow-wrap: anywhere; }
.site-footer-contact em { grid-column: 2; color: #bcd0c8; font-size: 10px; line-height: 1.55; font-style: normal; }
.site-footer-bottom { width: min(1180px, 100%); margin: 19px auto 0; padding-top: 13px; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; border-top: 1px solid rgb(221 238 229 / 19%); color: #bcd0c8; font-size: 10px; line-height: 1.75; }
.site-footer-bottom p { margin: 0; }
.site-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 10px 17px; color: #e1ece7; font-size: 10px; }
.site-footer-bottom a { color: #e1ece7; text-decoration: none; }
.site-footer-bottom a:hover { color: #f0d7b0; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 850px) { .site-footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) {
  .site-contact-footer { padding: 25px 15px 15px; }
  .site-footer-inner { grid-template-columns: 1fr; gap: 8px; }
  .site-footer-identity, .site-footer-contact { min-height: 0; padding: 14px; }
  .site-footer-identity h2 { font-size: 14px; }
  .site-footer-contact { grid-template-columns: 31px 1fr; }
  .site-footer-icon { width: 31px; height: 31px; }
  .site-footer-bottom { flex-direction: column; margin-top: 13px; }
}
