.AiChat-module-scss-module__2gj5JG__launcher{z-index:500;block-size:58px;inline-size:58px;color:var(--accent-ink);background-color:var(--accent);box-shadow:var(--shadow-accent);border-radius:999px;place-items:center;transition:transform .28s cubic-bezier(.34,1.4,.5,1),background-color .16s cubic-bezier(.22,1,.36,1);display:inline-grid;position:fixed;inset-block-end:1.25rem;inset-inline-end:1.25rem}.AiChat-module-scss-module__2gj5JG__launcher:hover{background-color:var(--accent-hover);transform:translateY(-2px)scale(1.04)}.AiChat-module-scss-module__2gj5JG__launcher:active{transform:scale(.96)}.AiChat-module-scss-module__2gj5JG__launcher:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (max-width:767.98px){.AiChat-module-scss-module__2gj5JG__launcher{inset-block-end:1rem;inset-inline-end:1rem}.AiChat-module-scss-module__2gj5JG__launcherOpen{display:none}}.AiChat-module-scss-module__2gj5JG__panel{z-index:500;background-color:var(--surface-2);border:1px solid var(--line-strong);block-size:min(560px,100dvh - 140px);inline-size:min(384px,100vw - 2.5rem);box-shadow:var(--shadow-lg);transform-origin:100% 100%;opacity:0;visibility:hidden;border-radius:24px;flex-direction:column;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.34,1.4,.5,1),visibility 0s linear .28s;display:flex;position:fixed;inset-block-end:calc(1.25rem + 70px);inset-inline-end:1.25rem;overflow:hidden;transform:translateY(16px)scale(.96)}@media (max-width:767.98px){.AiChat-module-scss-module__2gj5JG__panel{block-size:auto;inline-size:auto;inset:.75rem}}.AiChat-module-scss-module__2gj5JG__panelOpen{opacity:1;visibility:visible;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.34,1.4,.5,1),visibility;transform:translateY(0)scale(1)}.AiChat-module-scss-module__2gj5JG__head{border-block-end:1px solid var(--line);background-color:var(--surface);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.AiChat-module-scss-module__2gj5JG__avatar{flex-shrink:0;place-items:center;block-size:56px;inline-size:56px;display:grid;position:relative;overflow:visible}.AiChat-module-scss-module__2gj5JG__headText{flex-direction:column;flex:1;gap:1px;min-inline-size:0;display:flex}.AiChat-module-scss-module__2gj5JG__headTitle{font-family:var(--font-display);font-weight:600;font-size:var(--text-base);letter-spacing:-.01em;color:var(--ink)}.AiChat-module-scss-module__2gj5JG__headStatus{font-size:var(--text-xs);color:var(--muted);align-items:center;gap:.25rem;display:inline-flex}.AiChat-module-scss-module__2gj5JG__dot{background-color:var(--olive);border-radius:50%;block-size:7px;inline-size:7px;position:relative}.AiChat-module-scss-module__2gj5JG__dot:after{content:"";background-color:var(--olive);border-radius:50%;animation:2.4s cubic-bezier(.22,1,.36,1) infinite AiChat-module-scss-module__2gj5JG__chatPulse;position:absolute;inset:0}@keyframes AiChat-module-scss-module__2gj5JG__chatPulse{0%{opacity:.55;transform:scale(1)}70%,to{opacity:0;transform:scale(2.8)}}.AiChat-module-scss-module__2gj5JG__headClose{block-size:36px;inline-size:36px;color:var(--muted);border-radius:10px;place-items:center;display:inline-grid}.AiChat-module-scss-module__2gj5JG__headClose:hover{color:var(--ink);background-color:var(--accent-soft)}.AiChat-module-scss-module__2gj5JG__headClose:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.AiChat-module-scss-module__2gj5JG__body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.AiChat-module-scss-module__2gj5JG__msg{gap:.5rem;max-inline-size:92%;animation:.28s cubic-bezier(.22,1,.36,1) both AiChat-module-scss-module__2gj5JG__msgIn;display:flex}@keyframes AiChat-module-scss-module__2gj5JG__msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.AiChat-module-scss-module__2gj5JG__msgBot{align-self:flex-start;align-items:flex-start}.AiChat-module-scss-module__2gj5JG__msgUser{align-self:flex-end}.AiChat-module-scss-module__2gj5JG__msgContent{flex-direction:column;gap:.5rem;min-inline-size:0;display:flex}.AiChat-module-scss-module__2gj5JG__msgBot .AiChat-module-scss-module__2gj5JG__msgContent{align-items:flex-start}.AiChat-module-scss-module__2gj5JG__msgUser .AiChat-module-scss-module__2gj5JG__msgContent{align-items:flex-end}.AiChat-module-scss-module__2gj5JG__msgAvatar{block-size:30px;inline-size:30px;color:var(--accent);flex-shrink:0;place-items:center;display:grid}.AiChat-module-scss-module__2gj5JG__msgAvatarSvg{block-size:100%;inline-size:100%;display:block}.AiChat-module-scss-module__2gj5JG__bubble{font-size:var(--text-sm);border-radius:16px;max-inline-size:100%;margin:0;padding:.75rem 1rem;line-height:1.5}.AiChat-module-scss-module__2gj5JG__msgBot .AiChat-module-scss-module__2gj5JG__bubble{background-color:var(--surface-inset);color:var(--ink);border-end-start-radius:6px}.AiChat-module-scss-module__2gj5JG__msgUser .AiChat-module-scss-module__2gj5JG__bubble{background-color:var(--accent);color:var(--accent-ink);border-end-end-radius:6px}.AiChat-module-scss-module__2gj5JG__links{flex-wrap:wrap;gap:.5rem;display:flex}.AiChat-module-scss-module__2gj5JG__linkChip{font-size:var(--text-xs);color:var(--accent);background-color:var(--accent-soft);border-radius:999px;align-items:center;gap:.25rem;padding:.5rem .75rem;font-weight:600;transition:background-color .16s cubic-bezier(.22,1,.36,1),transform .16s cubic-bezier(.22,1,.36,1);display:inline-flex}.AiChat-module-scss-module__2gj5JG__linkChip:hover{background-color:color-mix(in oklab, var(--accent) 20%, transparent);transform:translateY(-1px)}.AiChat-module-scss-module__2gj5JG__linkChip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.AiChat-module-scss-module__2gj5JG__quickReplies{flex-wrap:wrap;gap:.5rem;margin-block-start:.25rem;display:flex}.AiChat-module-scss-module__2gj5JG__quickReply{font-size:var(--text-xs);color:var(--ink-soft);border:1px solid var(--line-strong);background-color:#0000;border-radius:999px;padding:.5rem .75rem;font-weight:500;transition:color .16s cubic-bezier(.22,1,.36,1),border-color .16s cubic-bezier(.22,1,.36,1),background-color .16s cubic-bezier(.22,1,.36,1)}.AiChat-module-scss-module__2gj5JG__quickReply:hover{color:var(--accent);border-color:var(--accent);background-color:var(--accent-soft)}.AiChat-module-scss-module__2gj5JG__quickReply:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.AiChat-module-scss-module__2gj5JG__typing{align-items:center;gap:5px;display:inline-flex}.AiChat-module-scss-module__2gj5JG__typing span{background-color:var(--faint);border-radius:50%;block-size:7px;inline-size:7px;animation:1.2s ease-in-out infinite AiChat-module-scss-module__2gj5JG__bounce}.AiChat-module-scss-module__2gj5JG__typing span:nth-child(2){animation-delay:.15s}.AiChat-module-scss-module__2gj5JG__typing span:nth-child(3){animation-delay:.3s}@keyframes AiChat-module-scss-module__2gj5JG__bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.AiChat-module-scss-module__2gj5JG__typing span,.AiChat-module-scss-module__2gj5JG__msg,.AiChat-module-scss-module__2gj5JG__dot:after{animation:none}}.AiChat-module-scss-module__2gj5JG__inputRow{border-block-start:1px solid var(--line);background-color:var(--surface);gap:.5rem;padding:.75rem;display:flex}.AiChat-module-scss-module__2gj5JG__input{background-color:var(--surface-inset);border:1px solid var(--line);min-block-size:44px;min-inline-size:0;color:var(--ink);font-size:var(--text-sm);border-radius:999px;flex:1;padding:.5rem 1rem}.AiChat-module-scss-module__2gj5JG__input::placeholder{color:var(--faint)}.AiChat-module-scss-module__2gj5JG__input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.AiChat-module-scss-module__2gj5JG__sendBtn{block-size:44px;inline-size:44px;color:var(--accent-ink);background-color:var(--accent);border-radius:999px;flex-shrink:0;place-items:center;transition:background-color .16s cubic-bezier(.22,1,.36,1),transform .16s cubic-bezier(.22,1,.36,1);display:inline-grid}.AiChat-module-scss-module__2gj5JG__sendBtn:hover:not(:disabled){background-color:var(--accent-hover);transform:translateY(-1px)}.AiChat-module-scss-module__2gj5JG__sendBtn:disabled{opacity:.5;cursor:default}.AiChat-module-scss-module__2gj5JG__sendBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.CookieBanner-module-scss-module__5KbAjG__banner{z-index:450;opacity:0;visibility:hidden;max-inline-size:640px;margin-inline:auto;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;position:fixed;inset-block-end:1rem;inset-inline:1rem;transform:translateY(20px)}.CookieBanner-module-scss-module__5KbAjG__visible{opacity:1;visibility:visible;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility;transform:translateY(0)}.CookieBanner-module-scss-module__5KbAjG__inner{background-color:var(--surface-2);border:1px solid var(--line-strong);box-shadow:var(--shadow-lg);border-radius:24px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}@media (min-width:480px){.CookieBanner-module-scss-module__5KbAjG__inner{flex-direction:row;justify-content:space-between;align-items:center}}.CookieBanner-module-scss-module__5KbAjG__text{font-size:var(--text-sm);color:var(--muted);max-inline-size:52ch;margin:0}.CookieBanner-module-scss-module__5KbAjG__link{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.CookieBanner-module-scss-module__5KbAjG__link:hover{color:var(--accent-hover)}.CookieBanner-module-scss-module__5KbAjG__actions{flex-shrink:0;gap:.5rem;display:flex}.CookieBanner-module-scss-module__5KbAjG__reject,.CookieBanner-module-scss-module__5KbAjG__accept{min-block-size:44px;font-weight:600;font-size:var(--text-sm);border-radius:999px;padding-inline:1.25rem;transition:background-color .16s cubic-bezier(.22,1,.36,1),color .16s cubic-bezier(.22,1,.36,1),border-color .16s cubic-bezier(.22,1,.36,1)}.CookieBanner-module-scss-module__5KbAjG__reject:focus-visible,.CookieBanner-module-scss-module__5KbAjG__accept:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.CookieBanner-module-scss-module__5KbAjG__reject{color:var(--muted);border:1px solid var(--line-strong)}.CookieBanner-module-scss-module__5KbAjG__reject:hover{color:var(--ink);border-color:var(--ink-soft)}.CookieBanner-module-scss-module__5KbAjG__accept{color:var(--accent-ink);background-color:var(--accent)}.CookieBanner-module-scss-module__5KbAjG__accept:hover{background-color:var(--accent-hover)}
.StickyMobileCta-module-scss-module__KFK8sq__bar{z-index:40;opacity:0;visibility:hidden;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;position:fixed;inset-block-end:1rem;inset-inline:1rem calc(1.75rem + 58px);transform:translateY(120%)}@media (min-width:768px){.StickyMobileCta-module-scss-module__KFK8sq__bar{display:none}}.StickyMobileCta-module-scss-module__KFK8sq__visible{opacity:1;visibility:visible;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),visibility;transform:translateY(0)}.StickyMobileCta-module-scss-module__KFK8sq__cta{background-color:var(--accent);min-block-size:54px;color:var(--accent-ink);font-weight:700;font-size:var(--text-base);box-shadow:var(--shadow-accent);border-radius:999px;justify-content:center;align-items:center;gap:.5rem;transition:background-color .16s cubic-bezier(.22,1,.36,1);display:flex}.StickyMobileCta-module-scss-module__KFK8sq__cta svg{transition:transform .16s cubic-bezier(.22,1,.36,1)}.StickyMobileCta-module-scss-module__KFK8sq__cta:hover{background-color:var(--accent-hover)}.StickyMobileCta-module-scss-module__KFK8sq__cta:hover svg{transform:translate(3px)}.StickyMobileCta-module-scss-module__KFK8sq__cta:active{transform:scale(.99)}.StickyMobileCta-module-scss-module__KFK8sq__cta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.BrandSplash-module-scss-module__7WDT-W__splash{z-index:9999;background-color:var(--bg);place-items:center;animation:.52s cubic-bezier(.4,0,.2,1) 1.6s forwards BrandSplash-module-scss-module__7WDT-W__splash-out;display:grid;position:fixed;inset:0}.BrandSplash-module-scss-module__7WDT-W__stage{flex-direction:column;align-items:center;gap:1rem;animation:.52s cubic-bezier(.4,0,.2,1) 1.6s both BrandSplash-module-scss-module__7WDT-W__stage-out;display:flex}.BrandSplash-module-scss-module__7WDT-W__lockup{flex-direction:column;align-items:center;gap:.5rem;display:flex}.BrandSplash-module-scss-module__7WDT-W__char{block-size:clamp(130px,24vw,210px);inline-size:clamp(130px,24vw,210px);color:var(--accent);animation:.8s cubic-bezier(.34,1.4,.5,1) both BrandSplash-module-scss-module__7WDT-W__char-in}.BrandSplash-module-scss-module__7WDT-W__word{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);opacity:0;font-size:clamp(1.6rem,3.4vw,2.4rem);font-weight:560;line-height:1;animation:.52s cubic-bezier(.22,1,.36,1) .5s both BrandSplash-module-scss-module__7WDT-W__splash-word}.BrandSplash-module-scss-module__7WDT-W__dot{color:var(--accent)}.BrandSplash-module-scss-module__7WDT-W__tagline{font-size:var(--text-sm);letter-spacing:.01em;color:var(--muted);opacity:0;font-weight:500;animation:.52s cubic-bezier(.22,1,.36,1) .85s both BrandSplash-module-scss-module__7WDT-W__splash-word}@keyframes BrandSplash-module-scss-module__7WDT-W__splash-out{to{opacity:0;visibility:hidden;pointer-events:none}}@keyframes BrandSplash-module-scss-module__7WDT-W__splash-word{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes BrandSplash-module-scss-module__7WDT-W__char-in{0%{opacity:0;transform:scale(.5)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes BrandSplash-module-scss-module__7WDT-W__stage-out{to{transform:translateY(-14px)scale(1.03)}}@media (prefers-reduced-motion:reduce){.BrandSplash-module-scss-module__7WDT-W__splash{animation:.28s linear 1s forwards BrandSplash-module-scss-module__7WDT-W__splash-out}.BrandSplash-module-scss-module__7WDT-W__stage,.BrandSplash-module-scss-module__7WDT-W__char,.BrandSplash-module-scss-module__7WDT-W__word,.BrandSplash-module-scss-module__7WDT-W__tagline{animation:none}.BrandSplash-module-scss-module__7WDT-W__word,.BrandSplash-module-scss-module__7WDT-W__tagline{opacity:1}}
.WoojiEasterEgg-module-scss-module__6Xg8zG__layer{z-index:9990;pointer-events:none;position:fixed;inset:0;overflow:hidden}.WoojiEasterEgg-module-scss-module__6Xg8zG__toastWrap{justify-content:center;padding-inline:1rem;display:flex;position:absolute;inset-block-start:clamp(5rem,12vh,8rem);inset-inline:0}.WoojiEasterEgg-module-scss-module__6Xg8zG__toast{background-color:var(--surface-2);border:1px solid var(--line);box-shadow:var(--shadow-lg);font-family:var(--font-display);font-size:var(--text-lg);color:var(--ink);white-space:nowrap;border-radius:999px;align-items:center;gap:.75rem;padding:.5rem 1.25rem .5rem .5rem;display:inline-flex}.WoojiEasterEgg-module-scss-module__6Xg8zG__toastMascot{flex:none;place-items:center;block-size:40px;inline-size:40px;display:grid}.WoojiEasterEgg-module-scss-module__6Xg8zG__toastMascot svg{block-size:100%;inline-size:100%;display:block}.WoojiEasterEgg-module-scss-module__6Xg8zG__piece{opacity:0;animation:WoojiEasterEgg-module-scss-module__6Xg8zG__egg-rise var(--egg-dur,2.4s) cubic-bezier(.22, 1, .36, 1) var(--egg-delay,0s) forwards;display:block;position:absolute;inset-block-end:-12%}.WoojiEasterEgg-module-scss-module__6Xg8zG__piece svg{block-size:100%;inline-size:100%;display:block}@keyframes WoojiEasterEgg-module-scss-module__6Xg8zG__egg-rise{0%{opacity:0;transform:translateY(0)rotate(0)scale(.6)}12%{opacity:1}82%{opacity:1}to{opacity:0;transform:translateY(-120vh)rotate(18deg)scale(1)}}@media (prefers-reduced-motion:reduce){.WoojiEasterEgg-module-scss-module__6Xg8zG__piece{display:none}}
.RouteTransition-module-scss-module__3y-T3a__curtain{z-index:9000;background-color:var(--bg);opacity:0;visibility:hidden;pointer-events:none;place-items:center;transition:opacity .3s cubic-bezier(.22,1,.36,1),visibility 0s linear .3s;display:grid;position:fixed;inset:0}.RouteTransition-module-scss-module__3y-T3a__curtain.RouteTransition-module-scss-module__3y-T3a__on{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .18s cubic-bezier(.22,1,.36,1),visibility}.RouteTransition-module-scss-module__3y-T3a__scene{block-size:clamp(118px,13vw,158px);inline-size:clamp(118px,13vw,158px);position:relative}.RouteTransition-module-scss-module__3y-T3a__face{z-index:1;block-size:100%;inline-size:100%;color:var(--accent);position:relative}.RouteTransition-module-scss-module__3y-T3a__shadow{background:radial-gradient(ellipse at center, color-mix(in oklab, var(--ink) 24%, transparent), transparent 72%);block-size:10px;inline-size:50%;animation:.475s cubic-bezier(.66,0,.34,1) infinite RouteTransition-module-scss-module__3y-T3a__rt-shadow;position:absolute;inset-block-start:75%;inset-inline-start:50%;transform:translate(-50%)}.RouteTransition-module-scss-module__3y-T3a__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;block-size:1px;inline-size:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes RouteTransition-module-scss-module__3y-T3a__rt-shadow{0%,to{opacity:.5;transform:translate(-50%)scaleX(1)}50%{opacity:.32;transform:translate(-50%)scaleX(.78)}}
:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4efe4;--bg-2:#ece4d4;--bg-3:#e5dcc8;--surface:#fbf7ee;--surface-2:#fffdf8;--surface-inset:#efe8da;--ink:#211c15;--ink-soft:#4b4236;--muted:#6f6555;--faint:#79705d;--line:#211c151a;--line-strong:#211c152e;--line-faint:#211c150f;--accent:#bf552e;--accent-hover:#a8481f;--accent-ink:#fdf6ee;--accent-soft:#bf552e1f;--accent-tint:#f3e3d6;--olive:#6c7144;--olive-soft:#6c714424;--clay:#b98a5e;--gold:#c79a4e;--glass-bg:#fbf7eedb;--glass-border:#211c151a;--halo-1:#bf552e29;--halo-2:#6c71441f;--grain-opacity:.05;--shadow-color:33 28 21;--shadow-sm:0 1px 2px rgba(var(--shadow-color) / .05), 0 2px 6px rgba(var(--shadow-color) / .05);--shadow-md:0 2px 6px rgba(var(--shadow-color) / .05), 0 14px 30px rgba(var(--shadow-color) / .08);--shadow-lg:0 4px 12px rgba(var(--shadow-color) / .06), 0 28px 64px rgba(var(--shadow-color) / .12);--shadow-accent:0 16px 40px #bf552e38}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#16120c;--bg-2:#1b160f;--bg-3:#221b12;--surface:#211a12;--surface-2:#2a2218;--surface-inset:#181309;--ink:#f1e9da;--ink-soft:#d8cdb9;--muted:#a89c87;--faint:#7b7160;--line:#f1e9da1f;--line-strong:#f1e9da38;--line-faint:#f1e9da12;--accent:#e07a4f;--accent-hover:#ec8a60;--accent-ink:#1a1006;--accent-soft:#e07a4f29;--accent-tint:#2f2014;--olive:#b3b873;--olive-soft:#b3b87329;--clay:#cf9f74;--gold:#d8ab5c;--glass-bg:#211a12d1;--glass-border:#f1e9da1f;--halo-1:#e07a4f33;--halo-2:#b3b87333;--grain-opacity:.07;--shadow-color:0 0 0;--shadow-sm:0 1px 2px #0006, 0 2px 6px #00000052;--shadow-md:0 2px 8px #0006, 0 16px 34px #00000075;--shadow-lg:0 6px 18px #00000080, 0 32px 70px #0009;--shadow-accent:0 16px 44px #e07a4f47}:root{--font-display:var(--font-fraunces), "Hoefler Text", "Georgia", "Times New Roman", serif;--font-body:var(--font-hanken), "Segoe UI", "Helvetica Neue", system-ui, sans-serif;--text-xs:clamp(.75rem, .732075rem + .00471698vw, .8rem);--text-sm:clamp(.875rem, .852594rem + .00589623vw, .9375rem);--text-base:clamp(1rem, .977594rem + .00589623vw, 1.0625rem);--text-md:clamp(1.0625rem, 1.01769rem + .0117925vw, 1.1875rem);--text-lg:clamp(1.1875rem, 1.12028rem + .0176887vw, 1.375rem);--text-xl:clamp(1.375rem, 1.24057rem + .0353774vw, 1.75rem);--text-2xl:clamp(1.625rem, 1.40094rem + .0589623vw, 2.25rem);--text-3xl:clamp(2rem, 1.64151rem + .0943396vw, 3rem);--text-4xl:clamp(2.5rem, 1.96226rem + .141509vw, 4rem);--text-5xl:clamp(3rem, 2.10377rem + .235849vw, 5.5rem);--text-6xl:clamp(3.5rem, 2.24528rem + .330189vw, 7rem);--leading-tight:1.08;--leading-snug:1.25;--leading-normal:1.6;--leading-relaxed:1.75;--tracking-tight:-.02em;--tracking-snug:-.012em;--tracking-normal:0;--tracking-wide:.04em;--tracking-eyebrow:.18em;--display-wght-light:340;--display-wght:460;--display-wght-bold:600}h1,h2,h3,h4{font-family:var(--font-display);font-optical-sizing:auto;font-weight:var(--display-wght);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--ink);text-wrap:balance}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl);letter-spacing:var(--tracking-snug)}h5,h6{font-family:var(--font-body);font-weight:600;line-height:var(--leading-snug);color:var(--ink)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{text-wrap:pretty}*,:before,:after{box-sizing:border-box}*{margin:0}html{-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}html.lenis{scroll-behavior:auto}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100dvh;font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--ink);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"kern","liga","calt";font-weight:400;transition:background-color .28s cubic-bezier(.4,0,.2,1),color .28s cubic-bezier(.4,0,.2,1);overflow-x:hidden}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0}ul[role=list],ol[role=list]{padding:0;list-style:none}*{scrollbar-width:thin;scrollbar-color:color-mix(in oklab, var(--accent) 34%, var(--line-strong)) #0000}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:color-mix(in oklab, var(--accent) 32%, var(--line-strong));background-clip:padding-box;border:2px solid #0000;border-radius:999px;transition:background-color .16s cubic-bezier(.22,1,.36,1)}::-webkit-scrollbar-thumb:hover{background-color:color-mix(in oklab, var(--accent) 55%, var(--line-strong))}:where(a){color:inherit;text-decoration:none}p,li{max-width:70ch}::selection{background-color:var(--accent);color:var(--accent-ink)}:focus{outline:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:clip}.grain{z-index:300;pointer-events:none;opacity:var(--grain-opacity);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}[data-perf=lite] .grain{display:none}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3.5rem)}.container-wide{width:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3.5rem)}.container-narrow{width:100%;max-width:740px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3.5rem)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:600;background-color:var(--accent);color:var(--accent-ink);box-shadow:var(--shadow-lg);border-radius:10px;padding:.75rem 1.25rem;font-weight:600;transition:transform .28s cubic-bezier(.22,1,.36,1);position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus-visible{outline-offset:4px;transform:translateY(0)}.section{padding-block:clamp(4rem,9vw,8.5rem);position:relative}.section--tight{padding-block:clamp(3rem,6vw,5.5rem)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
