html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}@font-face{font-family:Caveat;font-style:normal;font-weight:500 700;font-display:swap;src:url(/fonts/caveat-latin.woff2) format("woff2")}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/newsreader-latin.woff2) format("woff2")}@font-face{font-family:Karla;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/karla-latin.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibm-plex-mono-latin-400.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibm-plex-mono-latin-500.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/ibm-plex-mono-latin-600.woff2) format("woff2")}@view-transition{navigation:auto}::view-transition{background:var(--cream)}::view-transition-image-pair(root){isolation:isolate;overflow:clip}.transition-hero-visual{view-transition-name:hero-visual}.transition-header{view-transition-name:header}@keyframes root-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6vh)}}@keyframes root-in{0%{opacity:0;transform:translateY(6vh)}to{opacity:1;transform:translateY(0)}}::view-transition-old(root){animation:root-out .7s var(--ease) both}::view-transition-new(root){animation:root-in .9s var(--ease) .15s both}::view-transition-old(hero-visual),::view-transition-new(hero-visual){animation-duration:.9s;animation-timing-function:var(--ease);animation-fill-mode:both}@keyframes hero-visual-in{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}::view-transition-new(hero-visual){animation-name:hero-visual-in}::view-transition-old(header),::view-transition-new(header){animation:none}:root{--cream: #f4f1e8;--cream-2: #e9e3d5;--board: #1d2a24;--ink: #171713;--ink-2: #484943;--ink-3: #64655f;--line: #dcd8cc;--line-dark: rgba(250,249,245,.16);--dark: #141413;--dark-2: #1d1c1a;--accent: #1f644e;--accent-soft: #2c7b61;--cipher: #72c8b5;--cipher-soft: #b0dfd4;--alert: #a95534;--content-narrow: 720px;--content-standard: 1200px;--content-wide: 1400px;--max: var(--content-standard);--r: 8px;--r-lg: 8px;--header-height: 100px;--ease: cubic-bezier(.22,1,.36,1);--sans: "Karla",system-ui,-apple-system,sans-serif;--display: "Newsreader",Georgia,serif;--serif: "Newsreader",Georgia,serif;--mono: "IBM Plex Mono",ui-monospace,monospace}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root),::view-transition-old(hero-visual),::view-transition-new(hero-visual){animation:none}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:clip;background:var(--cream);color-scheme:light}:where([id]){scroll-margin-top:var(--header-height)}body{margin:0;min-height:100vh;overflow-x:clip;font-family:var(--sans);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:19px;line-height:1.6;font-optical-sizing:auto}h1,h2,h3,.wordmark{font-family:var(--display)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.022em;line-height:1.06}p{margin:0;color:var(--ink-2)}.wrap{width:100%;max-width:var(--content-standard);margin:0 auto;padding:0 clamp(1.4rem,5vw,3rem)}.wrap.wrap--narrow{max-width:var(--content-narrow)}.wrap.wrap--wide{max-width:var(--content-wide)}.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .8s var(--ease) 80ms,transform .8s var(--ease) 80ms}.js .reveal.visible{opacity:1;transform:none}.js .reveal[data-d="1"]{transition-delay:.2s}.js .reveal[data-d="2"]{transition-delay:.32s}.js .reveal[data-d="3"]{transition-delay:.44s}.ink-wave-word{display:inline-block;margin-right:.22em;opacity:.16;transform:translateY(12px);filter:blur(4px);transition:opacity .9s var(--ease),transform .9s var(--ease),filter .9s var(--ease);transition-delay:calc(var(--word-index) * 45ms)}.ink-wave-word:last-child{margin-right:0}.ink-wave.is-inked:not(.ink-settled) .ink-wave-word{will-change:transform,filter,opacity}.ink-wave.is-inked .ink-wave-word{opacity:1;transform:translateY(0);filter:blur(0)}@media(max-width:768px){.ink-wave-word{filter:none;transition-property:opacity,transform}.ink-wave.is-inked:not(.ink-settled) .ink-wave-word{will-change:transform,opacity}.ink-wave.is-inked .ink-wave-word{filter:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.ink-wave-word{opacity:1;transform:none;filter:none;transition:none;will-change:auto!important}}.btn{display:inline-flex;align-items:center;gap:.5rem;height:50px;padding:0 1.4rem;border-radius:999px;font-family:var(--sans);font-size:.97rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .2s var(--ease),color .2s var(--ease),transform .2s var(--ease),border-color .2s var(--ease)}.btn .arrow{transition:transform .22s var(--ease)}.btn:hover .arrow{transform:translate(4px)}.btn-green{background:var(--accent);color:var(--cream)}.btn-green:hover{background:var(--accent-soft)}.eyebrow{margin:0 0 1.35rem;font-family:var(--mono);font-size:.82rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.nav{position:sticky;top:0;z-index:60;background:#f5f1e7d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-inner{width:100%;max-width:var(--max);margin:0 auto;padding:0 clamp(1.4rem,5vw,3rem);min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--sans);font-weight:600;font-size:1.7rem;letter-spacing:-.03em;color:var(--ink)}.brand b{color:var(--accent);font-weight:600}.wordmark{display:inline-flex;align-items:center;line-height:1}.wm-secure{display:inline-block;overflow:hidden;white-space:nowrap;max-width:4.4em;opacity:1;transition:max-width .46s var(--ease),opacity .3s var(--ease)}.wm-ai{color:var(--accent);font-weight:600}.brand.is-collapsed .wm-secure{max-width:0;opacity:0}@media(prefers-reduced-motion:reduce){.wm-secure{transition:none}.brand.is-collapsed .wm-secure{max-width:4.4em;opacity:1}}.nav-links{display:flex;align-items:center;gap:1.25rem;margin-left:auto}.nav-links a{padding:.6rem .75rem;font-size:1.05rem;font-weight:500;color:var(--ink-2);border-radius:6px;transition:color .18s var(--ease),background-color .18s var(--ease)}.nav-links a:hover,.nav-links a.active{color:var(--ink)}.nav-links a:hover{background:#1717130e}.nav-links .nav-cta{display:inline-flex;align-items:center;gap:.45rem;margin-left:.75rem;font-weight:700;color:var(--ink)}.nav-cta-arrow{font-size:.82em;line-height:1;transition:transform .22s var(--ease)}.nav-cta:hover .nav-cta-arrow{transform:translate(3px,-3px)}.nav-toggle{display:none;border:0;background:none;font:inherit;font-family:var(--mono);font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;color:var(--ink);padding:.6rem .4rem;margin-right:-.4rem}@media(max-width:820px){.nav-inner{flex-wrap:wrap}.nav-toggle{display:inline-block}.nav-links{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;padding-bottom:1.25rem}.nav-links.open{display:flex}.nav-links a{padding:.85rem 0}.nav-links .nav-cta{justify-content:flex-start;margin-left:0}}.footer{background:var(--cream);border-top:1px solid var(--line)}.footer-inner{max-width:var(--max);margin:0 auto;padding:2.4rem clamp(1.4rem,5vw,3rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-inner p{font-size:1rem;color:var(--ink-2)}.footer-links{display:flex;flex-wrap:wrap;gap:1.4rem}.footer-links a{font-size:1rem;color:var(--ink-2);transition:color .16s ease}.footer-links a:hover{color:var(--accent)}.section{padding:clamp(4.5rem,9vw,8rem) 0;background:var(--cream)}.section-head{max-width:46rem}.section-head h2{margin-top:1.3rem;font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.03em}.section-head p{margin-top:1.2rem;font-size:1.25rem;color:var(--ink-2);max-width:38rem}.chalk-word{font-family:Caveat,cursive;font-weight:700;font-size:1.12em;letter-spacing:0;color:var(--accent);filter:url(#chalk)}.layer-no{font-family:var(--mono);font-size:.82rem;font-weight:600;letter-spacing:.1em;color:var(--accent)}.illus{border-radius:clamp(18px,2.2vw,26px);padding:clamp(1.6rem,3.6vw,2.8rem);display:flex;align-items:center;justify-content:center;overflow:hidden}.illus .il{width:100%;height:auto;max-width:380px;display:block}.illus .il-s{fill:none;stroke:#1b1a17;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.illus .il-n{fill:#f5f1e7;stroke:none}.illus .il-fi{fill:#1b1a17;stroke:none}.illus .il-t{fill:none;stroke:#1b1a17;stroke-width:4;stroke-linecap:round}.illus .il-lit{fill:#f5f1e7;stroke:#1b1a17;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.illus--sage{background:#879b73}.illus--mint{background:#a6c7bb}.illus--slate{background:#aab4a6}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}
