.inner-page .inner-hero {
  padding: 180px 0 88px;
  background:
    linear-gradient(180deg, rgba(5, 28, 44, 0.08), rgba(255, 255, 255, 0) 55%),
    var(--cream);
}

.inner-page .inner-hero h1 {
  font-family: var(--serif);
  font-size: var(--text-display);
  font-weight: 500;
  line-height: 0.95;
  text-transform: uppercase;
}

.inner-lede {
  max-width: 620px;
  margin-top: 22px;
  font-size: var(--text-lede);
  line-height: 1.7;
  color: var(--muted);
}

.inner-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.inner-contact {
  padding: 40px 0 120px;
  background: var(--paper);
}

.inner-contact .section-title {
  text-align: center;
}
