site-footer { display: block; margin-top: auto; }

.site-footer {
  margin-top: auto;
  padding: 44px 0 26px;
  color: #b6bac1;
  background: #111318;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 14px;
}

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

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
}

.site-footer__brand { display: inline-flex; }
.site-footer__brand img {
  display: block;
  width: 160px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-footer__about p {
  margin: 14px 0 0;
  max-width: 38ch;
  line-height: 1.55;
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.site-footer__col strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer__col a {
  color: #b6bac1;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.site-footer__col a:hover { color: #fff; text-decoration: underline; }

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 12.5px;
  color: #8d929a;
}

.site-footer__credit {
  color: #d7d9de;
  font-weight: 700;
  white-space: nowrap;
}

.site-footer__credit a {
  color: #ff363d;
  text-decoration: none;
}

.site-footer__credit a:hover { text-decoration: underline; }

@media (max-width: 720px) {
  .site-footer__inner,
  .site-footer__bottom { width: min(100% - 32px, 1240px); }

  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .site-footer__about { grid-column: 1 / -1; }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer__credit a { display: inline-block; padding: 12px 0; margin: -12px 0; }
}
