.site-footer {
  padding: 92px 0 28px;
  color: var(--text-on-ink-muted);
  background: var(--ink);
  border-top: 1px solid var(--line-on-ink);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, 0.85fr) minmax(200px, 0.75fr) minmax(150px, 0.65fr) minmax(140px, 0.6fr);
  gap: clamp(32px, 4vw, 64px);
  padding-bottom: 56px;
}

.footer-brand-block {
  align-self: start;
}

.footer-brand {
  display: flex;
  width: min(100%, 260px);
  align-items: center;
}

.footer-brand img {
  width: 250px;
  height: auto;
}

.footer-brand-note {
  max-width: 34ch;
  margin-top: 18px;
  color: var(--text-on-ink-faint);
  font-size: 0.82rem;
  line-height: 1.6;
}

.footer-label {
  margin-bottom: 18px;
  color: var(--text-on-ink-faint);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-nav,
.footer-social,
.footer-contact-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-nav,
.footer-social {
  gap: 12px;
}

.footer-column a {
  color: var(--text-on-ink-muted);
  font-size: 0.85rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: var(--text-on-ink);
}

.footer-contact-list {
  gap: 16px;
}

.footer-contact-list a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.footer-contact-list svg {
  fill: none;
  stroke: var(--red);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line-on-ink);
}

.footer-bottom p,
.footer-bottom a {
  color: var(--text-on-ink-faint);
  font-size: 0.76rem;
  line-height: 1.5;
}

.footer-bottom a {
  text-decoration-color: rgba(138, 138, 143, 0.4);
  text-underline-offset: 3px;
}

.footer-bottom a:hover {
  color: var(--text-on-ink-muted);
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 22px;
}
