:root {
  --taupe: #7a6f63;
  --sand: #c8b89a;
  --cream: #f5f1e9;
  --paper: #fffdf9;
  --ink: #171614;
  --muted: #716d66;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.7; }
a { color: inherit; text-underline-offset: 3px; }
.legal-header { display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 12px clamp(20px, 5vw, 64px); color: #fff; background: var(--taupe); }
.legal-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.legal-brand span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-family: var(--serif); }
.legal-brand strong { font-family: var(--serif); font-size: 23px; font-weight: 500; }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(0,0,0,.1); }
.language-switch button { min-width: 42px; min-height: 34px; border: 0; border-radius: 999px; color: rgba(255,255,255,.75); background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: var(--ink); background: var(--sand); }
.legal-main { width: min(calc(100% - 36px), 820px); margin: 0 auto; padding: clamp(48px, 8vw, 92px) 0 80px; }
.back-link { display: inline-block; margin-bottom: 44px; color: var(--muted); font-size: 13px; }
.eyebrow { margin: 0 0 15px; color: var(--taupe); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(44px, 7vw, 72px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.updated { margin: 18px 0 54px; color: var(--muted); font-size: 12px; }
section { padding: 28px 0; border-top: 1px solid rgba(23,22,20,.13); }
section h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
section p { margin: 0 0 12px; color: #4f4b46; }
.legal-footer { padding: 24px; color: rgba(255,255,255,.72); background: var(--taupe); font-size: 11px; text-align: center; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(200,184,154,.75); outline-offset: 3px; }
@media (max-width: 520px) { .legal-header { padding: 10px 14px; } .legal-brand strong { font-size: 20px; } .legal-brand span { width: 38px; height: 38px; } .legal-main { width: min(calc(100% - 28px), 820px); padding-top: 48px; } .back-link { margin-bottom: 34px; } section { padding: 23px 0; } }
