/* ============================================================
   15 — Page not found. Fix lane fix-6, finding T7-003.

   templates/404.html is a new file; before it the site inherited
   twentytwentyfive's 404 template and rendered an empty <main>.
   Nothing here is new design language: it is the legal-page
   composition (quiet eyebrow, display heading, a short lede, then
   a list of house text links) on the paper ground.
   ============================================================ */

.rh404-page {
  background: var(--paper);
}

.rh404 {
  padding: var(--sp-9) 0 var(--sp-10);
}

.rh404__in {
  max-width: 64ch;
}

.rh404__eyebrow {
  margin: 0 0 12px;
  font-family: var(--b);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--clay-tx);
}

.rh404 h1 {
  margin: 0 0 18px;
}

.rh404__lede {
  margin: 0 0 var(--sp-7);
  font-size: var(--fs-lede);
  color: var(--tx-2);
}

.rh404__ways {
  list-style: none;
  margin: 0 0 var(--sp-7);
  padding: 0;
  display: grid;
  gap: var(--sp-5);
}

.rh404__ways li {
  display: grid;
  gap: 4px;
  padding-top: var(--sp-4);
  border-top: 1px solid var(--rule);
}

.rh404__ways span {
  font-size: var(--fs-sm);
  color: var(--tx-2);
}

.rh404__call {
  margin: 0;
  font-size: var(--fs-sm);
  color: var(--tx-2);
}

@media (max-width: 620px) {
  .rh404 {
    padding: var(--sp-7) 0 var(--sp-8);
  }
}
