.footer-main {
  display: grid;
  grid-template-columns: 1.5fr auto;
  gap: 48px;
  align-items: end;
  padding-bottom: 40px;
}

.footer-stack {
  display: grid;
}

.footer-elsewhere {
  text-align: right;
}

.footer-eyebrow {
  margin-bottom: 14px
}

.footer-newsletter {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  margin-bottom: 10px;
  max-width: 520px;
}

.footer-muted {
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 460px;
}

.newsletter-panel {
  max-width: 420px;
}

.newsletter-status {
  margin: 10px 0 0;
  font-size: 14px;
}

.newsletter-status--success {
  color: var(--accent);
}

.newsletter-status--error {
  color: #d96c42;
}
.footer-links > a {
  background: none;
  border: 0;
  padding: 0;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 140ms;
}

