.site-footer {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.6rem 3rem 2.2rem;
  background: #15110e;
  color: #fff;
  font-family: "Manrope", sans-serif;
}

.site-footer .footer__name {
  display: block;
  width: min(16rem, 58vw);
}

.site-footer .footer__name img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1) brightness(1.08);
}

.site-footer p {
  margin: .7rem 0 0;
  color: rgba(255,255,255,.6);
  font-size: .72rem;
}

.site-footer .footer__credit {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: rgba(255,255,255,.58);
  font-size: .62rem;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer .footer__credit:hover,
.site-footer .footer__credit:focus-visible {
  text-decoration: none;
}

.site-footer .footer__credit-logo {
  width: 5.8rem;
  height: auto;
  fill: #f4eee6;
}

@media (max-width: 700px) {
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 2.25rem 1.5rem 1.8rem;
  }
}
