:root{--canvas:#F7F7F5;--surface:#FFFFFF;--surface-subtle:#F2F3F0;--surface-muted:#ECEEEA;--ink:#111918;--ink-secondary:#4F5956;--ink-muted:#7B8481;--ink-faint:#A8AEAB;--border:#E2E5E1;--border-strong:#CDD2CD;--brand-950:#0B201E;--brand-900:#122927;--brand-800:#20393A;--brand-700:#31514C;--brand-600:#466961;--brand-100:#E7EFEC;--brand-50:#F2F6F4;--positive:#48705E;--positive-bg:#E7F0EB;--warning:#A87232;--warning-bg:#F6EDDE;--risk:#9B5149;--risk-bg:#F4E7E5;--info:#536B7A;--info-bg:#E9EFF2;--radius-xs:3px;--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--font-editorial:"Newsreader",Georgia,serif;--font-ui:"Geist",Inter,system-ui,sans-serif;--text-xs:11px;--text-sm:12px;--text-base:14px;--text-md:16px;--text-lg:20px;--display-sm:28px;--display-md:38px;--display-lg:52px}*{box-sizing:border-box}html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:var(--font-ui)}.pilot-shell{min-height:100vh;padding:32px clamp(24px,4vw,72px);display:flex;flex-direction:column}.pilot-masthead{display:flex;align-items:center;gap:24px;color:var(--ink)}.pilot-wordmark{font-size:var(--text-lg);font-weight:700;letter-spacing:.26em}.pilot-masthead-rule{height:28px;width:1px;background:var(--border-strong)}.pilot-eyebrow,.pilot-footer,.pilot-masthead-note{font-size:var(--text-xs);letter-spacing:.18em}.pilot-masthead-note{color:var(--ink-secondary)}.pilot-content{width:min(980px,100%);margin:auto 0;padding:80px 0}.pilot-eyebrow{color:var(--brand-700);font-weight:600}.pilot-content h1{max-width:900px;margin:28px 0;font-family:var(--font-editorial);font-weight:400;font-size:clamp(52px,8vw,116px);line-height:.98;letter-spacing:-.045em}.pilot-content h1 em{color:var(--brand-900);font-style:normal}.pilot-lead{max-width:590px;color:var(--ink-secondary);font-size:var(--text-lg);line-height:1.6}.pilot-divider{width:min(590px,100%);height:1px;margin:48px 0 28px;background:var(--border-strong)}.pilot-note{max-width:500px;color:var(--ink-muted);font-size:var(--text-base);line-height:1.6}.pilot-footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);padding-top:20px;color:var(--ink-muted)}@media (max-width:640px){.pilot-shell{padding:24px}.pilot-masthead{gap:12px}.pilot-masthead-note{font-size:9px}.pilot-content{padding:72px 0}.pilot-footer{flex-direction:column}}