.legal-page,
.error-page {
  background: var(--paper);
}

.legal-header {
  background: rgba(11, 15, 13, .97);
}

.back-home {
  color: rgba(255,255,255,.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.back-home:hover { color: var(--lime); }

.legal-hero {
  padding: 220px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 10%, rgba(255,90,53,.24), transparent 34%),
    linear-gradient(135deg, #111712, #080b09);
}

.legal-hero h1,
.error-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 10vw, 148px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .9;
}

.legal-hero > .shell > p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 17px;
}

.legal-content {
  max-width: 850px;
  padding-top: 85px;
  padding-bottom: 110px;
}

.legal-updated {
  margin: 0 0 55px !important;
  padding-bottom: 15px;
  color: var(--orange-dark) !important;
  border-bottom: 1px solid var(--line);
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.legal-content h2 {
  margin: 50px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -.04em;
}

.legal-content p {
  margin: 0 0 18px;
  color: #5f645d;
  font-size: 15px;
  line-height: 1.75;
}

.legal-content p a:not(.text-link) {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer .footer-bottom { min-height: 100px; }

.error-page main {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(5,8,6,.94), rgba(5,8,6,.48)),
    url("/assets/img/eifel-dawn.png") center / cover no-repeat;
}

.error-copy {
  position: relative;
  width: min(850px, 100%);
}

.error-copy > span {
  position: absolute;
  z-index: 0;
  top: -110px;
  right: 0;
  color: rgba(255,255,255,.07);
  font-family: Georgia, serif;
  font-size: clamp(160px, 30vw, 380px);
  line-height: 1;
}

.error-copy > *:not(span) { position: relative; z-index: 1; }
.error-copy h1 { max-width: 800px; font-size: clamp(58px, 9vw, 110px); }
.error-copy > p:not(.eyebrow) { margin: 28px 0; color: rgba(255,255,255,.62); }

@media (max-width: 540px) {
  .back-home { font-size: 8px; }
  .legal-hero { padding: 175px 0 65px; }
  .legal-content { padding-top: 60px; padding-bottom: 75px; }
  .legal-content h2 { font-size: 29px; }
}
