.legal-document-page {
  background: #f7f3ee;
}

/* Shared eyebrow normalization */
.legal-eyebrow{
  margin: 0 0 10px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #6f6258 !important;
}

.legal-page {
  width: min(860px, calc(100% - 40px));
  max-width: 860px;
  margin: 0 auto;
  padding: 88px 0 72px;
  color: #5A473B;
}

.legal-eyebrow {
  margin: 0 0 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  color: #6f6258;
}

.legal-page h1,
.legal-page .h-like:first-of-type {
  max-width: none;
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #3f2c22;
}

.legal-page h2,
.legal-page h3 {
  margin: 38px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #3f2c22;
}

.legal-page h2 {
  font-size: 28px;
}

.legal-page h3 {
  font-size: 22px;
}

.legal-page p,
.legal-page li {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #5A473B;
}

.legal-page p {
  margin: 0 0 16px;
}

.legal-page ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-page li {
  margin-bottom: 8px;
}

.legal-page a {
  color: #9b7348;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.legal-page strong {
  color: #3f2c22;
  font-weight: 600;
}

.legal-page br + h2,
.legal-page br + h3 {
  margin-top: 38px;
}

.legal-document-page .menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(46, 36, 29, 0.16);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 9997;
}

.legal-document-page .menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 1025px) {
  .legal-page {
    width: min(980px, calc(100% - 80px));
    max-width: 980px;
    padding: 74px 0 96px;
  }

  .legal-eyebrow {
    margin: 0 0 12px;
    font-size: 16px;
    letter-spacing: 0.16em;
  }

  .legal-page h1,
  .legal-page .h-like:first-of-type {
    margin-bottom: 30px;
    font-size: clamp(46px, 4vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.01em;
  }

  .legal-page h2 {
    font-size: clamp(30px, 2.4vw, 40px);
  }

  .legal-page h3 {
    font-size: 26px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 19px;
    line-height: 1.6;
  }
}

@media (max-width: 900px) {
  .legal-page {
    padding-top: 42px;
  }
}

@media (max-width: 768px) {
  .legal-page {
    width: min(100% - 28px, 860px);
    padding: 32px 0 64px;
  }

  .legal-eyebrow {
    margin-bottom: 12px;
  }

  .legal-page h1,
  .legal-page .h-like:first-of-type {
    font-size: 32px;
    line-height: 1.18;
    margin-bottom: 20px;
  }

  .legal-page h2 {
    font-size: 24px;
    line-height: 1.16;
  }

  .legal-page h3 {
    font-size: 21px;
  }

  .legal-page p,
  .legal-page li {
    font-size: 17px;
    line-height: 1.62;
  }
}

/* Final shared eyebrow normalization */
.legal-eyebrow{
  margin: 0 0 10px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 0.78rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #6f6258 !important;
}
