* {
  box-sizing: border-box;
}

body.legal-body {
  margin: 0;
  min-height: 100vh;
  background: #f4efe8 !important;
  color: #1f1b16;
}

.legal-page {
  width: min(1560px, 96vw);
  margin: 0 auto;
  padding: clamp(120px, 16vw, 166px) clamp(14px, 2vw, 22px) clamp(28px, 4vw, 44px);
  background: none;
  box-shadow: none;
  border: none;
}

.legal-header {
  margin-bottom: clamp(22px, 2.8vw, 34px);
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.legal-kicker {
  margin: 0 0 8px;
  color: rgba(244, 239, 232, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  font-family: "Anton", "Arial Black", sans-serif;
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--text-light);
}

.legal-intro {
  max-width: 108ch;
  margin: 14px 0 0;
  color: rgba(244, 239, 232, 0.86);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.7;
}

.legal-section {
  width: 100%;
  margin-top: clamp(18px, 2.2vw, 28px);
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}

.legal-section h2 {
  margin: 0 0 20px;
  font-family: "Anton", "Arial Black", sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--chair-blue);
}

.legal-section h3 {
  margin: 26px 0 8px;
  font-size: clamp(1.02rem, 1.35vw, 1.28rem);
  letter-spacing: 0.01em;
  color: #1b1f35;
}

.legal-section p {
  margin: 0;
  max-width: 140ch;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.85;
  color: #2a241d;
}

.legal-section a {
  color: var(--chair-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  word-break: break-word;
}

.legal-section a:hover,
.legal-section a:focus-visible {
  color: #0f173a;
}

.legal-topbar .hero-nav a[aria-current="page"],
.footer-links a[aria-current="page"] {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .legal-page {
    width: min(100%, 100vw);
    padding-left: 14px;
    padding-right: 14px;
  }

  .legal-section p {
    line-height: 1.72;
  }
}
