:root{--bg:#080b12;--text:#f7f8fb;--muted:#9fa8b9;--line:rgba(255, 255, 255, 0.1);--panel:rgba(255, 255, 255, 0.055);--accent:#9fc5ff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}.shell{position:relative;width:min(1180px,calc(100% - 40px));margin:0 auto;z-index:1}.glow{position:fixed;border-radius:999px;filter:blur(90px);pointer-events:none;opacity:.28}.glow-a{width:34rem;height:34rem;background:#3159dc;top:-12rem;right:-8rem}.glow-b{width:30rem;height:30rem;background:#197d92;left:-12rem;top:55vh;opacity:.13}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.065)}.brand{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:var(--panel);font-weight:800;letter-spacing:-.05em;backdrop-filter:blur(18px)}.nav nav{display:flex;gap:28px;align-items:center;color:var(--muted);font-size:.93rem}.nav a:focus-visible,.nav a:hover{color:var(--text)}.private-link{padding:9px 13px;border:1px solid var(--line);border-radius:11px;color:var(--text)}.hero{padding:14vh 0 13vh;max-width:900px}.eyebrow{font-size:.77rem;letter-spacing:.2em;color:var(--muted);font-weight:800}h1{font-size:clamp(3.7rem, 8vw, 7.7rem);line-height:.91;letter-spacing:-.067em;margin:20px 0 30px}h1 span{color:#a4acba}.lede{max-width:680px;color:var(--muted);font-size:clamp(1.08rem, 2vw, 1.34rem);line-height:1.65}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;padding:13px 18px;border:1px solid var(--line);border-radius:13px;background:var(--panel);font-weight:700}.button.primary{background:var(--text);color:var(--bg)}.section{padding:4vh 0 11vh}.section-heading{margin-bottom:34px}.section-heading h2{font-size:clamp(2.1rem, 4vw, 3.7rem);letter-spacing:-.045em;margin:10px 0 0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.card{min-height:260px;padding:26px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));backdrop-filter:blur(18px)}.card.featured{grid-column:span 2;min-height:300px}.tag{font-size:.72rem;letter-spacing:.15em;color:var(--muted);font-weight:800}.card h3{font-size:1.7rem;letter-spacing:-.035em;margin:52px 0 12px}.featured h3{font-size:2.2rem}.card p:not(.tag){max-width:55ch;color:var(--muted);line-height:1.65}.meta{display:block;margin-top:28px;color:#c6ccd7;font-size:.84rem}.principle-list{border-top:1px solid var(--line)}.principle-list div{display:grid;grid-template-columns:230px 1fr;gap:24px;padding:23px 0;border-bottom:1px solid var(--line)}.principle-list span{color:var(--muted);line-height:1.5}footer{min-height:92px;border-top:1px solid rgba(255,255,255,.065);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.85rem}.narrow{max-width:820px}.prose{padding:15vh 0}.small-title{font-size:clamp(3rem, 7vw, 5.5rem)}.prose p{color:var(--muted);font-size:1.08rem;line-height:1.7;max-width:65ch}.text-link{color:var(--text)}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (max-width:720px){.shell{width:min(100% - 28px,1180px)}.nav nav a:not(.private-link){display:none}.hero{padding-top:11vh}.grid{grid-template-columns:1fr}.card.featured{grid-column:auto}.principle-list div{grid-template-columns:1fr;gap:8px}footer{padding:26px 0;align-items:flex-start;flex-direction:column;gap:8px}}@media (prefers-reduced-motion:no-preference){.button,.card{transition:transform .18s ease,border-color .18s ease}.button:hover,.card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.18)}}@media (prefers-color-scheme:light){:root{--bg:#f6f7fa;--text:#12151c;--muted:#606978;--line:rgba(0, 0, 0, 0.11);--panel:rgba(255, 255, 255, 0.72)}.glow{opacity:.12}.card{background:rgba(255,255,255,.62)}h1 span{color:#737b87}}