.site-footer {
  background: #0f1d34;
  color: #d7dff0;
  margin-top: 80px;
}

.site-footer .footer-grid,
.site-footer .footer-builder {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(620px, 1.25fr);
  gap: clamp(32px, 5vw, 88px);
  align-items: start;
  padding: 38px 0 42px;
}

.site-footer .wp-block-columns.footer-grid,
.site-footer .wp-block-columns.footer-builder,
.site-footer .wp-block-columns.footer-builder__links {
  margin-bottom: 0;
}

.site-footer .footer-builder__brand {
  min-width: 0;
}

.site-footer .footer-builder__logo,
.site-footer .footer-builder__logo figure,
.site-footer .footer-builder__logo-link {
  display: inline-flex;
  align-items: center;
}

.site-footer .footer-builder__logo {
  margin: 0 0 12px;
}

.site-footer .footer-logo,
.site-footer .footer-builder__logo img {
  height: 34px;
  width: auto;
}

.site-footer .footer-copy {
  max-width: 520px;
  color: rgba(255,255,255,.82);
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer .footer-links,
.site-footer .footer-builder__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, max-content));
  justify-content: end;
  justify-items: start;
  align-content: start;
  gap: 12px clamp(28px, 4vw, 72px);
  width: 100%;
}

.site-footer .footer-builder__links > .wp-block-column,
.site-footer .footer-builder__links-col {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer .footer-builder__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  justify-items: start;
}

.site-footer .footer-builder__links li {
  margin: 0;
}

.site-footer .footer-links a,
.site-footer .footer-builder__links a {
  color: #d7dff0;
  font-size: 15px;
  transition: color .18s ease;
  text-decoration: none;
  display: inline-flex;
  white-space: nowrap;
  line-height: 1.4;
}

.site-footer .footer-links a:hover,
.site-footer .footer-builder__links a:hover {
  color: #fff;
}

@media (max-width: 840px) {
  .site-footer .footer-grid,
  .site-footer .footer-builder,
  .site-footer .footer-links,
  .site-footer .footer-builder__links {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-builder__links {
    justify-content: start;
    gap: 12px;
  }
}
