:root{--bg:#fff;--text:#0a0a0a;--muted:#5c5c5c;--rule:#d4d4d4;--max:42rem}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-hyphens:auto;hyphens:auto}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-align:justify;text-justify:inter-word;overflow-wrap:break-word}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}a:hover{text-decoration:underline}.site-header{padding:1.25rem 1.25rem 0;max-width:calc(var(--max) + 2.5rem);margin:0 auto}.site-header nav{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--rule);font-size:.9375rem}.site-header a.brand{font-weight:600;letter-spacing:-.02em;text-decoration:none}.site-header a.brand:hover{text-decoration:underline}.legal-wrap{max-width:var(--max);margin:0 auto;padding:2rem 1.25rem 4rem}.legal-wrap h1{font-size:clamp(1.5rem,4vw,1.85rem);font-weight:650;letter-spacing:-.03em;line-height:1.25;margin:0 0 .5rem}.legal-meta{font-size:.875rem;color:var(--muted);margin:0 0 2rem}.rule{border:none;border-top:1px solid var(--rule);margin:2rem 0}.legal-wrap h2{font-size:1.0625rem;font-weight:650;margin:2rem 0 .75rem;letter-spacing:-.02em}.legal-wrap h3{font-size:.9375rem;font-weight:600;margin:1.25rem 0 .5rem}.legal-wrap li,.legal-wrap p{font-size:.9375rem;color:#111}.legal-wrap ul{padding-left:1.25rem;margin:.5rem 0 1rem}.legal-wrap li{margin-bottom:.35rem}.legal-wrap strong{font-weight:600}.legal-note{font-size:.875rem;color:var(--muted)}.home-intro{max-width:var(--max);margin:0 auto;padding:2rem 1.25rem 4rem}.home-intro p{font-size:.9375rem;margin:0 0 1rem}.home-title{font-size:clamp(1.35rem,3.5vw,1.65rem);font-weight:650;letter-spacing:-.03em;margin:0 0 1rem}.home-lead{color:#333}.home-links{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.home-links a{display:inline-block;font-size:.9375rem;font-weight:500}.reveal{opacity:0;filter:blur(12px);transform:translateY(12px);transition:opacity .7s cubic-bezier(.22,1,.36,1),filter .85s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,filter,transform}.reveal.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;filter:none;transform:none;transition:none}}