:root{color-scheme:light;--paper:#f6f5f4;--ink:#31302e;--muted:#615d59;--line:rgba(0,0,0,.12);--accent:#005bab}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.6}a{color:inherit;text-underline-offset:5px}a:hover{color:var(--accent)}a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.wrap{max-width:1120px;width:calc(100% - 96px);margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;height:110px;border-bottom:1px solid var(--line)}.wordmark{font-size:28px;letter-spacing:-2px;font-weight:750;text-decoration:none}.wordmark span{color:var(--accent)}nav{gap:32px}nav,nav a{display:flex}nav a{font-size:14px;text-decoration:none;min-height:44px;align-items:center}.hero{padding:80px 0 72px}.eyebrow,.section-label{font:12px ui-monospace,SFMono-Regular,Consolas,monospace;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}h1{font-size:clamp(68px,10vw,128px);letter-spacing:-.07em;line-height:1.02;font-weight:650;margin:38px 0 40px}h1 span{color:var(--accent)}.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.hero-bottom p{font-size:22px;line-height:1.5;margin:0;color:var(--muted)}.button{display:inline-flex;gap:30px;align-items:center;padding:14px 22px;background:var(--ink);color:white;border-radius:4px;font-size:14px;text-decoration:none}.button:hover{background:var(--accent);color:white}.section-grid{border-top:1px solid var(--line);padding:52px 0 60px;display:grid;grid-template-columns:1fr 2fr;gap:32px}.section-label{margin-top:12px}h2{font-size:clamp(27px,3vw,38px);line-height:1.2;letter-spacing:-.035em;font-weight:600;margin:0 0 24px}p{max-width:590px;color:var(--muted)}.work-note{background:white;border:1px solid var(--line);border-radius:12px;padding:28px 32px;margin-top:32px}.status{display:inline-block;border-radius:100px;padding:4px 10px;background:#f2f9ff;color:var(--accent);font-size:12px;font-weight:600}.small{font-size:14px}.work-note p:last-child{margin-bottom:0}footer{border-top:1px solid var(--line);padding:30px 0;display:flex;justify-content:space-between;gap:24px;color:var(--muted);font-size:12px}.skip{position:absolute;top:-100px;left:24px;background:white;padding:12px;z-index:2}.skip:focus{top:12px}@media(max-width:640px){h1{font-size:clamp(48px,16vw,68px)}.wrap{width:calc(100% - 40px)}.site-header{height:88px}nav{gap:18px}.hero{padding:52px 0}.hero-bottom{align-items:flex-start;flex-direction:column;gap:28px}.hero-bottom p{font-size:20px}.section-grid{grid-template-columns:1fr;gap:20px;padding:32px 0 40px}.section-label{margin:0}.work-note{padding:24px}footer{flex-wrap:wrap}footer span:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}