.legal-prose { color: #5a534a; font-size: 0.9375rem; line-height: 1.7; }
  .legal-prose h2 {
    font-family: 'Inter', system-ui, sans-serif;
    color: #2e2922;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.005em;
    margin-top: 3rem;
    margin-bottom: 0.75rem;
  }
  .legal-prose h2:first-child { margin-top: 0; }
  .legal-prose h3 {
    font-family: 'Inter', system-ui, sans-serif;
    color: #2e2922;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.35;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .legal-prose p { margin-top: 0.9rem; margin-bottom: 0.9rem; max-width: 65ch; }
  .legal-prose p:first-child { margin-top: 0; }
  .legal-prose ul {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0.9rem 0;
  }
  .legal-prose li { margin: 0.25rem 0; }
  .legal-prose strong { color: #2e2922; font-weight: 600; }
  .legal-prose a {
    color: #5a534a;
    text-decoration: none;
    border-bottom: 1px solid #ddc5d0;
    transition: color 140ms cubic-bezier(0.16, 1, 0.3, 1), border-color 140ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .legal-prose a:hover { color: #2e2922; border-bottom-color: #6e2a4a; }
  .legal-prose .address {
    margin: 1rem 0 1.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid #e8e2d9;
    border-radius: 10px;
    background: #fbf9f4;
    font-style: normal;
    line-height: 1.6;
  }
  .legal-prose .address span { display: block; }
  .legal-prose .address strong { display: block; margin-bottom: 0.25rem; }