html{scrollbar-gutter:stable}html.motion-pending, html:has(.motion-loader){background:var(--bg,#fafafa)}.motion-locked{overflow:hidden}.motion-pending::after{content:'';position:fixed;inset:0;width:100vw;z-index:9999;background:var(--bg,#fafafa)}.motion-loader{position:fixed;inset:0;width:100vw;z-index:10000;background:var(--bg,#fafafa);color:var(--text,#171717);display:grid;place-items:center}.motion-loader__center{display:flex;align-items:center;justify-content:center;gap:24px;height:100px}.motion-loader__letters{display:flex}.motion-loader__letters span{display:inline-block;margin:0 5px;font-family:Inter,sans-serif;font-size:24px;font-weight:400;line-height:32px}.motion-loader__ring{display:block;width:24px;height:24px;transform:rotate(-90deg)}.motion-loader__ring circle{fill:none;stroke:currentColor;stroke-opacity:.15;stroke-width:2}.motion-loader__ring .motion-loader__value{stroke:currentColor;stroke-opacity:1;stroke-linecap:round;stroke-dasharray:69.115038;stroke-dashoffset:69.115038}.motion-cursor{position:fixed;top:0;left:0;width:14px;height:20px;z-index:10020;pointer-events:none;opacity:0;background:var(--text,#232820);clip-path:polygon(50% 0,100% 100%,50% 75%,0 100%);transition:opacity 150ms;will-change:transform}.motion-cursor.is-visible{opacity:.8}.motion-cursor.is-interactive{clip-path:polygon(35% 0,55% 0,55% 40%,90% 45%,100% 65%,80% 100%,30% 100%,0 60%,15% 50%,35% 65%)}@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference){.motion-pointer,.motion-pointer a,.motion-pointer button{cursor:none}}.motion-hover .work-card__cover-v2 img, .motion-hover .content-card__cover img, .motion-hover .home-intro__image img{transition:none!important}.home-intro__image, .content-card__cover, .work-card__cover-v2{overflow:hidden}.motion-scene{position:fixed;inset:-2px;z-index:10001;pointer-events:none;background:var(--bg,#fafafa);background-image:radial-gradient(ellipse at 30% 60%,color-mix(in srgb,var(--text,#232820) 10%,transparent),transparent 65%)}.motion-clone{position:fixed;inset:0;z-index:10002;pointer-events:none;overflow:hidden;background:var(--surface,#e6e7df);display:grid;place-items:center;font-size:20vw;color:var(--text,#232820)}.motion-clone img{position:absolute;width:100%;height:100%;object-fit:cover}.motion-clone{contain:layout paint;right:auto;bottom:auto;width:100vw;height:100vh}.motion-progress{position:fixed;bottom:94px;right:26px;z-index:90;width:52px;height:52px;pointer-events:none;opacity:0;transform:scale(.9);transition:opacity 100ms ease-out,transform 100ms ease-out;color:var(--text,#232820);border-radius:50%;background:var(--bg,#fafafa)}.motion-progress.is-visible{opacity:1;transform:scale(1)}.motion-progress svg{width:100%;height:100%;transform:rotate(-90deg)}.motion-progress circle{fill:none;stroke:currentColor;stroke-opacity:.12;stroke-width:2}.motion-progress .motion-progress__value{stroke-opacity:1;stroke-linecap:round;stroke-dasharray:157.079633;stroke-dashoffset:157.079633}.motion-progress span{position:absolute;inset:0;display:grid;place-items:center;font-size:10px;font-variant-numeric:tabular-nums}@media (max-width: 767px){.motion-progress{width:40px;height:40px;right:16px;bottom:88px}}@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce){.motion-cursor{display:none}}@media (prefers-reduced-motion: reduce){.motion-progress{transition:none}.motion-pending::after{display:none}}