body { background:#f5f3ed; }
.legal-header { background:white; border-bottom:1px solid var(--line); }
.legal-header .container { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.legal-back { color:var(--teal); font-size:.85rem; font-weight:700; }
.legal { max-width:780px; margin:0 auto; padding:90px 24px 120px; }
.legal .eyebrow { margin-bottom:18px; }
.legal h1 { color:var(--ink); font-size:clamp(2.7rem,7vw,4.8rem); font-weight:500; }
.legal h2 { margin-top:50px; font-size:1.5rem; font-weight:600; }
.legal p, .legal li { color:var(--muted); }
.legal-note { margin:34px 0; padding:18px 20px; border-left:3px solid var(--teal); background:white; }
@media (max-width:560px) { .legal-header .brand__text small { display:none; } .legal { padding-top:60px; } }
