.site-eyebrow {
  font-size: 16px;
  letter-spacing: 0.18em;
}

.site-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--ml-text-muted);
  text-decoration: none;
}
.site-link:hover { color: var(--ml-text); }

.hero { padding-bottom: 80px; }

.site-footer {
  margin-top: 96px;
  padding-top: 28px;
  border-top: 1px solid var(--ml-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
