.legal-body { min-height: 100vh; background: var(--cream); }
.legal-header { width: min(1120px, calc(100% - 48px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.legal-header nav { position: static; inset: auto; padding: 0; display: flex; flex-direction: row; align-items: center; gap: 1rem; background: transparent; box-shadow: none; }
.legal-header nav a { font-size: 0.7rem; font-weight: 750; text-decoration: none; }
.legal-header nav a:hover, .legal-header nav a[aria-current="page"] { color: var(--coral); }
.policy-page { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0 100px; }
.policy-page h1 { max-width: 820px; font-size: clamp(3rem, 6vw, 5.6rem); }
.policy-meta { margin-top: 1.25rem; color: var(--ink-soft); font-size: 0.72rem; line-height: 1.6; }
.policy-lede { max-width: 760px; margin: 2rem 0 3rem; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.8; }
.policy-summary, .policy-callout { margin: 2rem 0; padding: 1.35rem 1.5rem; border-left: 4px solid var(--coral); background: var(--paper); }
.policy-summary strong, .policy-callout strong { color: var(--ink); }
.policy-summary p, .policy-callout p { margin: 0; }
.policy-page section { padding-top: 1rem; border-top: 1px solid var(--line); }
.policy-page section + section { margin-top: 2.75rem; }
.policy-page section h2 { margin: 2rem 0 0.75rem; font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2rem); font-weight: 500; }
.policy-page section h3 { margin: 1.6rem 0 0.5rem; font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; }
.policy-page section p, .policy-page li, .policy-table td, .policy-table th { color: var(--ink-soft); font-size: 0.82rem; line-height: 1.75; }
.policy-page ul, .policy-page ol { padding-left: 1.35rem; }
.policy-page li + li { margin-top: 0.45rem; }
.policy-page a { text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
.policy-table-wrap { margin: 1.2rem 0 2rem; overflow-x: auto; }
.policy-table { width: 100%; border-collapse: collapse; background: var(--paper); }
.policy-table th, .policy-table td { min-width: 150px; padding: 0.9rem; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.policy-table th { color: var(--ink); font-size: 0.68rem; letter-spacing: 0.04em; text-transform: uppercase; }
.legal-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.policy-card { min-height: 190px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); background: var(--paper); border: 1px solid var(--line); text-decoration: none; }
.policy-card:hover { border-color: var(--coral); transform: translateY(-2px); }
.policy-card h2 { margin: 0 0 0.65rem; color: var(--ink); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.policy-card p { margin: 0; color: var(--ink-soft); font-size: 0.75rem; line-height: 1.65; }
.policy-card span { margin-top: 1.5rem; color: var(--coral); font-size: 0.7rem; font-weight: 800; }
.legal-footer { padding: 2.5rem max(24px, calc((100% - 1120px) / 2)); display: block; color: white; background: var(--green); }
.legal-footer-links { display: flex; flex-wrap: wrap; gap: 0.65rem 1.25rem; }
.legal-footer a { color: white; font-size: 0.7rem; }
.legal-footer p { margin: 1.2rem 0 0; color: rgba(255,255,255,0.76); font-family: inherit; font-size: 0.68rem; line-height: 1.6; }

@media (max-width: 760px) {
  .legal-header { width: min(100% - 28px, 1120px); align-items: flex-start; padding: 1rem 0; }
  .legal-header nav { max-width: 62%; flex-wrap: wrap; justify-content: flex-end; gap: 0.55rem 0.9rem; }
  .policy-page { width: min(100% - 28px, 900px); padding-top: 55px; }
  .legal-grid { grid-template-columns: 1fr; }
  .policy-table th, .policy-table td { min-width: 190px; }
}
