.site-footer {
  background: #031519;
  color: #ffffff;
  margin-top: 96px;
  padding: clamp(58px, 8vw, 92px) 20px 56px;
}

.site-footer .footer-grid {
  align-items: start;
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  margin: 0 auto;
  max-width: 1160px;
}

.site-footer .footer-primary {
  display: grid;
  gap: 20px;
  max-width: 680px;
}

.site-footer .footer-logo {
  height: auto;
  margin: 0;
  width: clamp(154px, 16vw, 216px);
}

.site-footer .footer-statement {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.04rem, 1.4vw, 1.25rem);
  line-height: 1.62;
  margin: 0;
  max-width: 64ch;
}

.site-footer .footer-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.site-footer .footer-product-links a,
.site-footer .footer-briefing-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 760;
  min-height: 44px;
  text-decoration: none;
}

.site-footer .footer-product-links a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84) !important;
  margin: 0;
  padding: 0 16px;
}

.site-footer .footer-product-links a:focus-visible,
.site-footer .footer-product-links a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.site-footer .footer-briefing-link {
  color: #35dacf !important;
  gap: 6px;
  justify-self: start;
  margin: 0;
  padding: 0;
  text-underline-offset: 5px;
}

.site-footer .footer-briefing-link span {
  white-space: nowrap;
}

.site-footer .footer-briefing-link:focus-visible,
.site-footer .footer-briefing-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.site-footer .footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 2px 0 0;
}

.site-footer .footer-contact a {
  color: rgba(255, 255, 255, 0.72) !important;
  margin: 0;
}

.site-footer .footer-directory {
  display: grid;
  gap: 10px;
}

.site-footer .footer-menu {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.site-footer .footer-menu summary {
  color: #ffffff;
  min-height: 48px;
}

.site-footer .footer-menu__links a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.site-footer .footer-bottom {
  margin-top: clamp(34px, 5vw, 58px);
}

@media (max-width: 900px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-primary {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .site-footer {
    margin-top: 52px;
    padding: 48px 14px 44px;
  }

  .site-footer .footer-grid,
  .site-footer .footer-bottom {
    max-width: calc(100vw - 28px);
  }

  .site-footer .footer-logo {
    width: 160px;
  }

  .site-footer .footer-product-links {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer .footer-product-links a {
    justify-content: center;
    width: 100%;
  }

  .site-footer .footer-briefing-link {
    align-items: flex-start;
    line-height: 1.25;
    min-height: 48px;
  }
}
