.page-hero {
  max-width: 1000px;
  padding-block: 110px 94px;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.13rem;
}

.page-hero.compact h1,
.legal-hero h1 {
  font-size: clamp(3rem, 6vw, 5rem);
}

.legal-hero small {
  color: var(--muted);
}

.editorial-grid h2,
.faq-layout aside h2 {
  font-size: 2rem;
}

.editorial-grid > div:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.closing-callout {
  text-align: center;
}

.closing-callout h2 {
  max-width: 780px;
  margin-inline: auto;
}

.faq-layout {
  grid-template-columns: 0.65fr 1.35fr;
}

.legal-copy {
  display: grid;
  grid-template-columns: 230px minmax(0, 720px);
  gap: 92px;
  padding-bottom: 120px;
}

.legal-copy nav {
  position: sticky;
  top: 30px;
  align-self: start;
  display: grid;
  gap: 10px;
  font-size: 0.82rem;
}

.legal-copy nav strong {
  margin-bottom: 7px;
  color: var(--green);
  text-transform: uppercase;
}

.legal-copy section {
  padding-bottom: 22px;
}

.legal-copy h2 {
  font-size: 1.7rem;
}

.legal-copy p {
  color: var(--muted);
}

.steps-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.steps-list span {
  color: var(--green);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.steps-list h2 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.steps-list p,
.notice-card p {
  color: var(--muted);
}

.notice-card {
  align-self: start;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}

.not-found {
  min-height: 650px;
  padding-block: 160px;
  text-align: center;
}

.not-found h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.not-found p:not(.eyebrow) {
  color: var(--muted);
}

@media (max-width: 620px) {
  .legal-copy {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .legal-copy nav {
    position: static;
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--line);
  }

  .notice-card {
    padding: 22px;
  }
}
