:root{color:#111c2c;--ink:#111c2c;--muted:#607087;--surface:#fff;--line:#d9e1ec;--accent:#315f9f;--soft:#e8f0fb;background:#f5f8fc;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(#fafcff,#f1f5fa);min-width:320px;margin:0}:focus-visible{outline-offset:4px;outline:3px solid #df9d3e}.skip{background:var(--ink);color:#fff;z-index:20;padding:.7rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-180%)}.skip:focus{transform:none}.shell{flex-direction:column;min-height:100vh;display:flex}header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:10;background:#fafcffe6;position:sticky;top:0}.bar,main,footer{width:min(1120px,100% - 2rem);margin:auto}.bar{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.brand{align-items:center;gap:.75rem;font-weight:800;text-decoration:none;display:flex}.brand b{background:var(--ink);color:#fff;border-radius:8px;padding:.55rem;font:700 .8rem ui-monospace,monospace}nav{gap:.35rem;display:flex}nav a{color:var(--muted);border-radius:8px;padding:.55rem .7rem;font-weight:650;text-decoration:none}nav a.active,nav a:hover{color:var(--ink);background:#fff}main{flex:1}.hero{grid-template-columns:1.25fr .75fr;align-items:center;gap:5rem;min-height:68vh;padding:6rem 0 4rem;display:grid}.eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;font-size:.76rem;font-weight:800}h1{letter-spacing:-.06em;margin:.3rem 0;font-size:clamp(3.2rem,8vw,7rem);line-height:.92}.lead{max-width:720px;font-size:clamp(1.25rem,2.2vw,1.7rem);line-height:1.45}.copy,.future>p:not(.eyebrow),.page>p{color:var(--muted);max-width:680px;line-height:1.75}.actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.actions a,.primary{border:1px solid var(--line);background:#fff;border-radius:10px;padding:.75rem 1rem;font-weight:750;text-decoration:none}.actions a:first-child,.primary{background:var(--ink);color:#fff}aside{border:1px solid var(--line);background:linear-gradient(145deg,#fff,var(--soft));border-radius:22px;flex-direction:column;justify-content:space-between;min-height:300px;padding:2rem;display:flex}aside small{color:var(--muted);font-weight:700}aside strong{color:var(--accent);font:800 clamp(3rem,7vw,5rem) ui-monospace,monospace}aside span{color:var(--muted)}.future{padding:3rem 0 7rem}.future h2,.page h1{letter-spacing:-.045em;font-size:clamp(2.2rem,5vw,4rem)}.grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem;display:grid}.grid article{border:1px solid var(--line);background:#fff;border-radius:12px;padding:1.25rem}.grid article>span{color:var(--accent);font-size:.8rem;font-weight:800}.grid article h3{margin:2rem 0 .6rem}.grid article p{color:var(--muted);font-size:.9rem;line-height:1.5}.page{max-width:760px;padding:7rem 0}.page li{border-bottom:1px solid var(--line);padding:.75rem}footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding:1.5rem 0 2.5rem;font-size:.9rem;display:flex}@media (width<=800px){.hero{grid-template-columns:1fr;gap:2rem}.grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.bar{flex-direction:column;align-items:flex-start;padding:.8rem 0}.grid{grid-template-columns:1fr}footer{flex-direction:column;gap:.6rem}nav{justify-content:space-between;width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
