html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-duration:1ms;transition-property:overflow}*{margin:0;padding:0}:root{--color-bg: #11191d;--color-text: #fff;--color-text-primary: #cef571;--color-item: #4d5c66}ul{list-style:none;padding:0}body{margin:0;background-color:var(--color-bg);color:var(--color-text);overflow:hidden;font-family:Geist,system-ui,-apple-system,sans-serif;font-size:1vw;font-weight:400;letter-spacing:0}.preloader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2.5rem);box-sizing:border-box;background-color:var(--color-bg)}.preloader__mark{display:block;width:min(88vw,42rem);height:auto;flex-shrink:0;will-change:clip-path,opacity;animation:preloaderMarkReveal 1.35s cubic-bezier(.33,1,.68,1) forwards}.preloader--exiting{pointer-events:none;animation:preloaderOverlayFade .48s ease forwards}@keyframes preloaderMarkReveal{0%{opacity:0;clip-path:inset(0 100% 0 0)}14%{opacity:1}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes preloaderOverlayFade{to{opacity:0;visibility:hidden}}@media(prefers-reduced-motion:reduce){.preloader__mark{animation:none;opacity:1;clip-path:none}.preloader--exiting{animation:preloaderOverlayFade .2s ease forwards}}h1{color:var(--color-text-primary);font-weight:500;font-size:5vw;letter-spacing:-.3vw;line-height:100%}.about{padding:0 2vw 5vw}.about .title{margin-top:6vw}.about .title .lineMask{overflow:hidden}.about .postScript{margin:4vw 0}.about .postScript div{display:flex;justify-content:space-between}.experiment{display:flex;justify-content:space-between;position:relative;margin-top:20lvh}.experiment .description{padding:2vw 3vw 2vw 1vw;display:flex;flex-direction:column;justify-content:space-between;height:92lvh;flex:1;min-width:0;position:sticky;top:0}.experiment .description .top{display:flex;justify-content:space-between;width:80%}.experiment .description .top h1{text-wrap:balance;width:40%}.experiment .description .top .counter{text-wrap:nowrap;display:flex;overflow:hidden;position:relative;height:fit-content}.experiment .description .top .counter .experimentCounterValue{color:var(--color-text-primary)}.experiment .description .center{display:flex;justify-content:space-between}.experiment .description .center .link{display:flex;justify-content:space-between;width:40%;height:fit-content;cursor:pointer;position:relative;padding:1vw .2vw;overflow:hidden}.experiment .description .center .link:hover:before{right:-20%}.experiment .description .center .link:after{content:"";background-color:var(--color-text);position:absolute;top:0;right:0;left:0;height:.1vw;transition:all .5s cubic-bezier(1,0,.38,.99)}.experiment .description .center .link:before{z-index:10;content:"";background-color:var(--color-bg);position:absolute;top:0;right:100%;height:.1vw;width:20%;transition:all 1s cubic-bezier(.81,-.02,.18,.89)}.experiment .description .center .featured{display:flex;gap:2vw}.experiment .description .bottom{display:flex;justify-content:space-between}.experiment .experimentStages{position:relative;width:34vw;flex-shrink:0}.experiment .experimentPinTrack{position:relative;min-height:620lvh;width:100%}.experiment .experimentVisualSticky{position:sticky;top:0;width:100%;height:110lvh;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.experiment .experimentDrawing{position:relative;width:min(28vw,42vh);aspect-ratio:1;max-height:52vh;box-sizing:border-box;background-color:var(--color-bg);border:.15vw solid var(--color-text);overflow:hidden}.experiment .experimentCellFill{position:absolute;background-color:var(--color-text-primary);pointer-events:none;z-index:0;transform-origin:center center}.experiment .experimentLine{position:absolute;background-color:var(--color-text);pointer-events:none;z-index:1}.experiment .experimentLine--v{top:0;bottom:0;width:max(.12vw,1.5px);transform-origin:center center}.experiment .experimentLine--h{left:0;right:0;height:max(.12vw,1.5px);transform-origin:center center;background-color:var(--color-text-primary)}.hero{height:100lvh;position:relative}.hero .logo{width:10vw;height:2vw;position:absolute;top:0;left:-1%}.hero .bigLogo{box-sizing:border-box;width:100%;max-width:calc(100vw - (2*clamp(1rem,3vw,2.25rem)));height:30lvh;margin:1vw auto 0;position:relative}.hero .heroBigLogo{overflow:hidden}.hero .heroBigLogo img{animation:heroBigLogoRevealTopDown 1.35s cubic-bezier(.33,1,.68,1) forwards}@keyframes heroBigLogoRevealTopDown{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0 0 0 0)}}.hero .heroBigLogo--fromBottom{overflow:hidden}.hero .heroBigLogo--fromBottom img{animation:heroBigLogoRevealBottomUp 1.35s cubic-bezier(.33,1,.68,1) forwards}@keyframes heroBigLogoRevealBottomUp{0%{clip-path:inset(100% 0 0 0)}to{clip-path:inset(0 0 0 0)}}@media(prefers-reduced-motion:reduce){.hero .heroBigLogo img,.hero .heroBigLogo--fromBottom img{animation:none;clip-path:inset(0 0 0 0)}}.hero .bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(.75rem,2.5vw,1.75rem);width:100%;margin:1vw 0;padding:0 clamp(.5rem,2vw,1rem);box-sizing:border-box}.hero .heroBottomCenter{justify-self:center;text-align:center}.hero .heroBottomCenter h1{margin:0}.hero .heroBottomSide{min-width:0;display:flex;align-items:center}.hero .heroBottomSide--fromLeft{justify-content:flex-end;animation:heroBottomSlideInFromLeft 1.15s cubic-bezier(.33,1,.68,1) forwards}.hero .heroBottomSide--fromRight{justify-content:flex-start;animation:heroBottomSlideInFromRight 1.15s cubic-bezier(.33,1,.68,1) forwards}@keyframes heroBottomSlideInFromLeft{0%{transform:translate(calc(-1*clamp(1.25rem,7vw,4rem)));opacity:.75}to{transform:translate(0);opacity:1}}@keyframes heroBottomSlideInFromRight{0%{transform:translate(clamp(1.25rem,7vw,4rem));opacity:.75}to{transform:translate(0);opacity:1}}@media(prefers-reduced-motion:reduce){.hero .heroBottomSide--fromLeft,.hero .heroBottomSide--fromRight{animation:none;transform:none;opacity:1}}.scrollingPhraseLines{padding-top:20vh}.scrollingPhraseLines__scrollArea{height:300vh;position:relative}.scrollingPhraseLines__sticky{position:sticky;overflow:hidden;top:0;height:100vh}.scrollingPhraseLines__rows{display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,4.5vh,2.75rem);height:100%;width:100%;pointer-events:none;padding:0 clamp(.5rem,2vw,1.25rem);box-sizing:border-box}.scrollingPhraseLines__row{overflow:hidden;width:100%;flex-shrink:0}.scrollingPhraseLines__marqueeTrack{display:flex;flex-direction:row;flex-wrap:nowrap;width:max-content;will-change:transform}.scrollingPhraseLines__phrase{display:flex;flex-direction:row;align-items:baseline;flex-shrink:0;gap:clamp(1rem,3.5vw,2.25rem);padding-right:clamp(1rem,3.5vw,2.25rem)}.scrollingPhraseLines__word{display:inline-block;font-weight:500;font-size:clamp(2.75rem,12vw,8rem);letter-spacing:-.045em;line-height:.92;color:var(--color-text-primary);white-space:nowrap;-webkit-user-select:none;user-select:none}.scrollingPhraseLines__word--dim{opacity:.4}body.spec-page{overflow-y:auto;overflow-x:hidden}.heroTopicStack{display:flex;flex-direction:column;gap:1em;min-width:0;--progress: 0}.heroTopicSquaresTrack{display:flex;flex-direction:row;align-items:center;gap:.35em;--hero-topic-square-count: 15}.heroTopicStack--squaresRtl .heroTopicSquaresTrack{transform:rotate(180deg)}.heroTopicSquare{display:block;width:3.5rem;height:3.5rem;flex-shrink:0;background-color:var(--color-text-primary);will-change:opacity,transform}.heroTopicStack--squaresLtr .heroTopicSquare,.heroTopicStack--squaresRtl .heroTopicSquare{--sq-fade: clamp( 0, 1, calc( 1 - var(--hero-topic-square-count) * (var(--progress) - var(--sq) / var(--hero-topic-square-count)) ) );opacity:var(--sq-fade)}.heroTopicStack--squaresRtl .heroTopicSquare{transform:translate(calc((1 - var(--sq-fade)) * -.35rem))}.heroTopicStack--squaresLtr .heroTopicSquare{transform:translate(calc((1 - var(--sq-fade)) * .35rem))}.experiment .description .center .featuredList ul{display:flex;flex-direction:column;gap:.35em}.experiment .description .center .featuredList a.authors{color:var(--color-item);text-decoration:none;display:inline-block;transition:color .3s ease}.experiment .description .center .featuredList a.authors.active{color:var(--color-text-primary)}.experiment .description .center .featuredList a.authors:hover{text-decoration:underline;text-underline-offset:.2em}.specPage__inner--flow{max-width:min(52rem,100%)}.specPage__inner .sddExtra{max-width:none;padding:4vw 0 2vw}.sddExtra__display{font-size:clamp(1.75rem,4.2vw,3.5rem);font-weight:500;letter-spacing:-.06em;line-height:1.05;margin-bottom:2.5vw;color:var(--color-text-primary)}.sddExtra__heading{font-size:clamp(1.1rem,2.1vw,1.65rem);font-weight:500;letter-spacing:-.02em;margin-bottom:1.25vw;opacity:.92}.sddExtra__lead{font-size:clamp(.95rem,1.35vw,1.2rem);line-height:1.55;margin-bottom:1.5vw;max-width:58ch}.sddExtra__body{font-size:clamp(.88rem,1.05vw,1rem);line-height:1.65;margin-bottom:1.5vw;max-width:60ch;opacity:.92}.sddExtra__small{font-size:clamp(.72rem,.85vw,.82rem);line-height:1.6;max-width:52ch;opacity:.72}.specPage{min-height:100lvh;padding:6vw 2vw 10vw}.specPage__inner{max-width:48rem;margin:0 auto}.specPage__contextNav{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:.06vw solid rgba(255,255,255,.18)}.specPage__contextLink{font-size:clamp(.72rem,.85vw,.82rem);line-height:1.35;color:inherit;text-decoration:none;max-width:42%;opacity:.85}.specPage__contextLink--next{text-align:right;margin-left:auto}.specPage__contextLink:hover{opacity:1;text-decoration:underline;text-underline-offset:.2em}.specPage__contextEdge{min-width:1px;min-height:1em}.specPage__meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem 1.25rem;margin-bottom:.75rem}.specPage__pillar{font-size:clamp(.7rem,.8vw,.78rem);letter-spacing:.08em;text-transform:uppercase;opacity:.55}.specPage__header{margin-bottom:3rem}.specPage__code{display:inline-block;font-size:clamp(.75rem,1vw,.9rem);letter-spacing:.12em;text-transform:uppercase;opacity:.65}.specPage__title{font-size:clamp(1.75rem,3.8vw,2.75rem);margin-bottom:1rem;letter-spacing:-.04em;color:var(--color-text-primary)}.specPage__intro{font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.55;opacity:.9}.specPage__block{margin-bottom:2.5rem}.specPage__h2{font-size:clamp(1rem,1.35vw,1.2rem);font-weight:500;margin-bottom:.75rem;letter-spacing:-.02em}.specPage__p{font-size:clamp(.88rem,1vw,.98rem);line-height:1.65;margin-bottom:.75rem;opacity:.9}.specPage__example{margin-top:1rem;padding:1rem 1.1rem;background:#ffffff0f;border:.06vw solid rgba(255,255,255,.18);border-radius:.35rem;font-size:clamp(.72rem,.82vw,.8rem);line-height:1.45;white-space:pre-wrap;overflow-x:auto}.specPage__back{display:inline-block;margin-top:2rem;color:inherit;text-decoration:none;font-size:clamp(.85rem,1vw,.95rem);border-bottom:.06vw solid currentColor;padding-bottom:.15em}.specPage__back:hover{opacity:.75}.specPage__muted{opacity:.8;margin-bottom:1rem}@media(max-width:768px){body:not(.spec-page){overflow-y:auto;overflow-x:hidden}}.homeMobile{padding:1.25rem clamp(1rem,4vw,1.5rem) 3rem;max-width:40rem;margin:0 auto;font-size:1rem;line-height:1.55;color:var(--color-text)}.homeMobile__heroTitle{font-size:clamp(1.75rem,7vw,2.35rem);font-weight:500;letter-spacing:-.04em;line-height:1.1;color:var(--color-text-primary);margin:0 0 1.75rem}.homeMobile__block{margin-bottom:2rem}.homeMobile__paragraph{margin:0 0 .65rem;font-size:.9375rem;opacity:.92}.homeMobile__footnotes{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.15)}.homeMobile__footnote{margin:0 0 .5rem;font-size:.8125rem;line-height:1.45;opacity:.72}.homeMobile__featured{margin-top:2.25rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.homeMobile__featuredHeading{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-primary);margin:0 0 1rem;opacity:.9}.homeMobile__featuredList{display:flex;flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none}.homeMobile__featuredLink{color:var(--color-text-primary);text-decoration:none;font-size:.9375rem;line-height:1.35;border-bottom:1px solid transparent}.homeMobile__featuredLink:hover,.homeMobile__featuredLink:active{opacity:.85;border-bottom-color:var(--color-text-primary)}.homeMobile__srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
