.l-footer {
  max-width: var(--story-max);
  margin: 56px auto 0;
  padding: 28px 20px 22px;
  border-top: 1px solid var(--story-line);
}

.l-footer__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.c-footer-brand {
  display: grid;
  gap: 7px;
  justify-items: center;
}

.c-footer-brand__image {
  display: block;
  width: auto;
  max-width: 176px;
  height: 34px;
  object-fit: contain;
}

.c-footer-brand__logo {
  color: var(--story-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .14em;
}

.c-footer-brand__name {
  color: var(--story-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
}

.c-footer-brand__description {
  color: var(--story-muted);
  font-size: 12px;
  line-height: 1.7;
}

.l-footer-copy {
  max-width: var(--story-max);
  margin: 0 auto;
  padding: 0 20px 32px;
  color: var(--story-muted);
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}

.l-footer-copy .copy {
  margin: 0;
}

.l-footer-copy a {
  color: var(--story-muted);
}

.l-footer-copy a:hover,
.l-footer-copy a:focus-visible {
  color: var(--story-accent);
}

@media (max-width: 720px) {
  .l-footer {
    margin-top: 40px;
    padding: 24px 16px 20px;
  }

  .c-footer-brand__image {
    max-width: 154px;
    height: 30px;
  }

  .l-footer-copy {
    padding: 0 16px 28px;
  }
}
