/* Final, authoritative footer presentation shared with the React reference. */
.site-footer {
  margin: 0;
  padding: 0;
  background: #002857;
  color: #fff;
  font: 400 18px/1.65 "Open Sans", Arial, sans-serif;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after { box-sizing: border-box; }

.site-footer__frame {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: #002857;
}

.site-footer__slogan {
  padding: 28px 24px 24px;
  border-top: 8px solid #48c3e3;
  background: #002857;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .01em;
  font: 800 25px/1.2 "Montserrat", "Arial Black", sans-serif;
}

.site-footer__slogan sup { position: relative; top: -.25em; font-size: 55%; }

.site-footer__body {
  padding: 18px max(calc((100% - 1180px) / 2), 28px) 34px;
  background: #002857;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: 56px;
}

.site-footer__column,
.site-footer__column + .site-footer__column {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", "Arial Black", sans-serif;
  font-weight: 900;
}

.site-footer h2 { margin: 0 0 18px; font-size: 18px; line-height: 1.2; }
.site-footer h2::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 10px;
  background: #ed1b2e;
}
.site-footer h3 { margin: 18px 0 6px; font-size: 20px; line-height: 1.15; }

.site-footer p,
.site-footer address {
  margin: 0 0 20px;
  color: #fff;
  font: normal 15px/1.55 "Open Sans", Arial, sans-serif;
}

.site-footer a { color: #fff; }
.site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.site-footer__nav a {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: 800 14px/1.35 "Montserrat", "Arial Black", sans-serif;
}
.site-footer__nav .site-footer__donate {
  min-width: 120px;
  margin-top: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #ed1b2e;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.site-footer__legal {
  margin-top: 18px;
  padding: 20px 20px 0;
  border-top: 1px solid rgba(255,255,255,.24);
  text-align: center;
}
.site-footer__legal p { margin: 3px 0; font-size: 12px; line-height: 1.55; }
.site-footer__community {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 20px;
  border-top: 1px solid rgba(255,255,255,.18);
  background: #00437a;
  color: #fff;
  text-align: center;
}
.site-footer__community a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: 800 21px/1.2 "Montserrat", "Arial Black", sans-serif;
}
.site-footer__community span {
  margin-top: 4px;
  font: 600 15px/1.3 "Open Sans", Arial, sans-serif;
}

@media (max-width: 900px) {
  .site-footer__frame { width: 100%; }
  .site-footer__slogan { padding: 24px 20px 20px; font-size: 20px; }
  .site-footer__body { padding: 28px 24px 30px; }
  .site-footer__columns { grid-template-columns: 1fr; gap: 0; }
  .site-footer__column { padding: 0; }
  .site-footer__column + .site-footer__column {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.24);
    border-left: 0;
  }
  .site-footer__nav { gap: 6px; }
  .site-footer__nav a { margin: 0; }
  .site-footer__legal { margin-top: 18px; padding: 20px 0 0; }
  .site-footer__community { padding-bottom: 72px; }
}
