.legal-page{background:var(--background);min-height:100vh;color:var(--foreground)}.legal-header{justify-content:space-between;align-items:center;gap:1.5rem;width:min(960px,100% - 2rem);margin:0 auto;padding:1.25rem 0;display:flex}.legal-header__links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.legal-header__links a,.legal-document a{color:var(--brand);text-underline-offset:.18em;text-decoration-thickness:.08em}.legal-header__links a{color:var(--muted);border-radius:999px;padding:.45rem .65rem;font-size:.92rem;text-decoration:none}.legal-header__links a:hover{background:var(--secondary);color:var(--foreground)}.legal-main{width:min(860px,100% - 2rem);margin:0 auto;padding:4rem 0 5rem}.legal-hero{border-bottom:1px solid var(--border);padding-bottom:2rem}.legal-eyebrow{color:var(--brand);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .85rem;font-size:.78rem;font-weight:700}.legal-hero h1{max-width:13ch;margin:0;font-size:clamp(2.4rem,8vw,4.9rem);line-height:.96}.legal-hero p{max-width:42rem;color:var(--muted);margin:1rem 0 0;font-size:1.05rem;line-height:1.65}.legal-document{gap:2rem;padding-top:2.25rem;line-height:1.7;display:grid}.legal-section{gap:.65rem;display:grid}.legal-section h2{margin:0;font-size:1.22rem;line-height:1.25}.legal-section p,.legal-section ul{color:var(--muted);margin:0}.legal-section ul{padding-left:1.15rem}.legal-note{border:1px solid var(--border);background:var(--card);color:var(--muted);border-radius:.75rem;padding:1rem}@media (max-width:640px){.legal-header{flex-direction:column;align-items:flex-start}.legal-header__links{justify-content:flex-start}.legal-main{padding-top:2.5rem}}