:root{--cream:#f6f3ee;--terracotta:#c98c6c;--text:#2f2f2f;--muted:#74665e;--white:#fff}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--cream);line-height:1.7}
.legal-header{padding:32px 24px;background:var(--white);border-bottom:1px solid rgba(47,47,47,.08)}
.legal-brand{max-width:980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.legal-brand a{color:var(--text);text-decoration:none;font-weight:700}.legal-nav{display:flex;gap:18px;flex-wrap:wrap}.legal-nav a{color:var(--muted);font-weight:600}
.legal-main{max-width:920px;margin:0 auto;padding:72px 24px}.legal-card{background:var(--white);border-radius:28px;padding:clamp(28px,5vw,56px);box-shadow:0 20px 60px rgba(47,47,47,.07)}
.eyebrow{color:var(--terracotta);text-transform:uppercase;letter-spacing:.14em;font-weight:700;font-size:.82rem;margin:0 0 10px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.15;color:var(--text)}h1{font-size:clamp(2.2rem,6vw,4rem);margin:0 0 32px}h2{font-size:clamp(1.5rem,4vw,2.2rem);margin-top:42px;margin-bottom:14px}
p,li{color:var(--muted)}a{color:var(--terracotta)}.placeholder{background:#fff7ef;border:1px dashed var(--terracotta);padding:3px 7px;border-radius:8px;color:#9c5d3f;font-weight:700}.legal-footer{max-width:920px;margin:0 auto;padding:0 24px 48px;color:var(--muted);font-size:.95rem}
@media(max-width:680px){.legal-brand{align-items:flex-start;flex-direction:column}}