/* Shared site footer: deliberately independent from the individual page layouts. */
.kg-site-footer {
  margin: 0;
  padding: 42px 0 24px;
  overflow: hidden;
  border-top: 1px solid rgba(201, 220, 197, 0.18);
  background: #0d1510;
  color: #aeb9af;
  font: 400 0.84rem/1.5 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.kg-site-footer__inner {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
}

.kg-site-footer__top,
.kg-site-footer__bottom {
  display: flex;
  gap: 24px;
}

.kg-site-footer__top {
  align-items: flex-start;
  justify-content: space-between;
}

.kg-site-footer__brand {
  flex: 0 0 auto;
  color: #f5f7f2;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.kg-site-footer__brand span {
  color: #98bf55;
}

.kg-site-footer__nav,
.kg-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  min-width: 0;
}

.kg-site-footer__nav {
  justify-content: flex-end;
}

.kg-site-footer__nav a,
.kg-site-footer__legal a,
.kg-site-footer .kg-footer-settings {
  min-width: 0;
  color: #b8c4b9;
  font: inherit;
  line-height: 1.45;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
  overflow-wrap: anywhere;
}

.kg-site-footer__nav a:hover,
.kg-site-footer__legal a:hover,
.kg-site-footer .kg-footer-settings:hover {
  color: #f5f7f2;
  text-decoration: underline;
  text-decoration-color: #98bf55;
}

.kg-site-footer__nav a:focus-visible,
.kg-site-footer__legal a:focus-visible,
.kg-site-footer .kg-footer-settings:focus-visible {
  outline: 2px solid #a9d86e;
  outline-offset: 4px;
}

.kg-site-footer__bottom {
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(201, 220, 197, 0.14);
  color: #8e9b90;
  font-size: 0.77rem;
}

.kg-site-footer__copyright {
  flex: 0 0 auto;
}

.kg-site-footer__legal {
  justify-content: flex-end;
}

.kg-site-footer .kg-footer-settings {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 760px) {
  .kg-site-footer {
    padding: 34px 0 22px;
  }

  .kg-site-footer__inner {
    width: min(calc(100% - 36px), 1240px);
  }

  .kg-site-footer__top,
  .kg-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .kg-site-footer__nav,
  .kg-site-footer__legal {
    justify-content: flex-start;
    gap: 9px 15px;
  }

  .kg-site-footer__bottom {
    margin-top: 24px;
    padding-top: 17px;
  }
}
