.site-footer {
  margin-top: clamp(68px, 7vw, 112px);
  background: #0b0b0b;
  color: #fff;
}

.site-footer__inner {
  width: min(1600px, calc(100% - clamp(44px, 9vw, 160px)));
  margin: 0 auto;
  padding: clamp(26px, calc(8vw - 38px), 90px) 0 clamp(0px, calc(5vw - 38px), 34px);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: end;
  margin-bottom: clamp(64px, 8vw, 120px);
}

.site-footer__claim {
  margin: 0;
  font: 900 clamp(2.15rem, 5vw, 6.4rem)/.9 "Arial Black", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -.07em;
}

.site-footer__claim span,
.footer-contact h2 span {
  display: inline;
  white-space: nowrap;
}

.footer-contact {
  padding: clamp(28px, 3.4vw, 52px);
  border-top: 6px solid #48b2d4;
  background: #fff;
  color: #111;
}

.footer-contact h2 {
  margin: 0 0 22px;
  font: 850 clamp(1.7rem, 2.35vw, 2.85rem)/1.05 "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -.045em;
}

.footer-contact__summary {
  margin: 0 0 24px;
  color: #111;
  font: 400 clamp(1.05rem, 1.25vw, 1.3rem)/1.45 Georgia, "Times New Roman", serif;
}

.footer-contact__person {
  margin: 0;
  color: #111;
  font: 500 clamp(.9rem, 1vw, 1.02rem)/1.5 "Helvetica Neue", Arial, sans-serif;
}

.footer-contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,.24);
}

.footer-contact__links a {
  color: #111;
  font: 800 .86rem/1.25 "Helvetica Neue", Arial, sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.footer-contact__links a:hover,
.footer-contact__links a:focus-visible { color: #00698f; }

.site-footer__bottom {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #555;
}

.site-footer__brand { width: clamp(108px, 10vw, 150px); }
.site-footer__brand img { display: block; width: 100%; height: auto; }
.footer-nav { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: clamp(22px, 3vw, 48px); }
.footer-nav__group { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); }
.footer-nav__group--left { justify-content: flex-end; }
.footer-nav__group--right { justify-content: flex-start; }
.footer-nav a { color: #fff; font: 750 .82rem/1.2 "Helvetica Neue", Arial, sans-serif; text-decoration: none; white-space: nowrap; }
.footer-nav a:hover,
.footer-nav a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.site-footer__legal {
  margin: clamp(20px, 2.4vw, 34px) 0 0;
  color: #aaa;
  font: 500 .76rem/1.45 "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.site-footer__legal strong { color: #fff; font-weight: 750; }

@media (max-width: 640px) {
  .site-footer__inner { width: calc(100% - 36px); }
  .site-footer__top { grid-template-columns: 1fr; }
  .footer-contact h2 { font-size: clamp(1.42rem, 7vw, 1.7rem); }
  .footer-nav { grid-template-columns: 1fr; justify-items: center; }
  .footer-nav__group { justify-content: center; flex-wrap: wrap; }
  .footer-nav__group--left { grid-row: 2; }
  .footer-nav__group--right { grid-row: 3; }
  .site-footer__legal { text-align: center; }
}

@media (max-width: 980px) and (min-width: 641px) {
  .site-footer__top { grid-template-columns: 1fr; }
  .footer-contact { max-width: 720px; }
}
