.stt-footer {
  padding-top: 80px;
  background: var(--stt-ink);
  color: rgba(255,255,255,.78);
}
.stt-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 54px;
}
.stt-footer h2, .stt-footer h3 { color: var(--stt-white); font-family: var(--stt-title); }
.stt-footer__brand { font-size: 2rem; }
.stt-footer a { color: inherit; text-decoration: none; }
.stt-footer a:hover { color: var(--stt-gold); }
.stt-footer-menu { margin: 0; padding: 0; list-style: none; }
.stt-footer-menu li { margin-bottom: 8px; }
.stt-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 64px;
  padding-block: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .78rem;
}
