.backdrop{z-index:0;pointer-events:none;will-change:transform;width:100%;height:85vh;position:fixed;bottom:0;left:0}.backdrop :is(path,rect,line,circle){fill:none;stroke:var(--backdrop);stroke-width:var(--backdrop-stroke,2.5);stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;animation:1.6s cubic-bezier(.22,1,.36,1) forwards backdrop-draw;animation-delay:var(--d,0s)}.backdrop .solid{fill:var(--page)}@keyframes backdrop-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.backdrop :is(path,rect,line,circle){stroke-dashoffset:0;animation:none}}
@media (hover:hover) and (pointer:fine){body,body *{cursor:none}.cursor{pointer-events:none;z-index:9999;opacity:0;width:25px;height:25px;color:var(--ink-icon);will-change:transform;background:#7878784d;border-radius:100px;justify-content:center;align-items:center;transition:opacity .25s,width .22s,height .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;display:flex;position:fixed;top:0;left:0}.cursor[data-active=true]{opacity:1}.cursor[data-link=true],.cursor[data-expand=true],.cursor[data-plain=true]{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#3b3b3b4d;width:50px;height:50px}.cursor[data-plain=true]{-webkit-backdrop-filter:none;backdrop-filter:none}.cursor[data-press=true]{width:26px;height:26px}.cursor .glyph{opacity:0;transform-origin:50%;justify-content:center;align-items:center;font-size:2rem;line-height:1;transition:opacity .2s;display:flex;position:absolute}.cursor .plus svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:22px;height:22px}.cursor[data-link=true] .arrow{opacity:1}.cursor[data-expand=true] .arrow{opacity:0}.cursor[data-expand=true] .plus{opacity:1}.cursor[data-plain=true] .arrow{opacity:0}}@media (prefers-reduced-motion:reduce){.cursor{transition:opacity .25s}}

:root{--page:#fafafa;--tile:#fff;--ink:#333;--ink-muted:#b3b3b3;--ink-icon:#000;--backdrop:#33333314;--pad:25px;--gutter:10px;--header-h:250px;--font:"Jost", "Neue Haas Grotesk Display Pro", "Neue Haas Grotesk Display", "Helvetica Neue", Helvetica, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;scroll-behavior:auto;scrollbar-width:none}::-webkit-scrollbar{display:none}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--page);color:var(--ink);font-family:var(--font);letter-spacing:.3px;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:12px;font-weight:400;line-height:18px}h1,h2,h3,h4,p,li,a,button,span{letter-spacing:.1px;font-size:16px;font-weight:400;line-height:18px}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}img,video{max-width:100%;display:block}.page{padding:var(--pad) var(--pad) 50px;z-index:1;flex-direction:column;align-items:center;min-height:100vh;display:flex;position:relative}.col{flex-direction:column;width:100%;display:flex}.hero{height:var(--header-h);text-align:left;flex-direction:column;justify-content:end;align-items:flex-start;display:flex}.hero p{margin:0;font-size:20px}.back{color:var(--ink-muted);transition:color .2s}.back:hover{color:var(--ink)}@media (max-width:940px){:root{--header-h:300px}}@media (prefers-reduced-motion:reduce){:root{scroll-behavior:auto}}
