.static-page {
  min-height: 100svh;
  background: var(--paper-bright);
}

.static-page > header {
  display: flex;
  height: 72px;
  align-items: center;
  padding: 0 clamp(20px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
}

.static-page main {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(84px, 12vw, 160px) 20px;
}

.static-page h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(50px, 8vw, 104px);
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.static-page .lede {
  max-width: 760px;
  margin: 48px 0 72px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.45;
}

.static-page h2 {
  margin: 46px 0 12px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.static-page main > p:not(.eyebrow):not(.lede) {
  max-width: 680px;
  color: var(--text-muted);
  line-height: 1.75;
}

.back-link {
  display: table;
  margin-top: 52px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--signal-dark);
  font-weight: 700;
  text-decoration: none;
}

.back-link.secondary { margin-top: 22px; color: var(--ink); }

.static-page footer {
  min-height: 150px;
  grid-template-columns: 1fr auto;
}

@media (max-width: 680px) {
  .static-page footer { grid-template-columns: 1fr; }
}
