@charset "UTF-8";:root{--black: #000000;--white: #E4E4D8;--light: #F4F3EC;--red: #FF0C0C;--blue: #00ffff;--grey-100: #37373A;--grey-200: #66676B;--grey-300: #B5B5B5}:root .theme-light{--theme-bg: #F4F3EC;--theme-fg: #000000}:root .theme-dark{--theme-bg: #000000;--theme-fg: #E4E4D8}:root{--ease-in-quad: cubic-bezier(.55, .085, .68, .53);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-in-quart: cubic-bezier(.895, .03, .685, .22);--ease-in-quint: cubic-bezier(.755, .05, .855, .06);--ease-in-expo: cubic-bezier(.95, .05, .795, .035);--ease-in-circ: cubic-bezier(.6, .04, .98, .335);--ease-out-quad: cubic-bezier(.25, .46, .45, .94);--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-out-circ: cubic-bezier(.075, .82, .165, 1);--ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);--ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);--ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);--ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1);--ease-in-out-circ: cubic-bezier(.785, .135, .15, .86);--ease-custom: cubic-bezier(.315, .365, .23, .985)}*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}.application{z-index:10}.webgl-canvas{z-index:5}.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.overflow-hidden{overflow:hidden}.relative{position:relative}@media(min-width:800px){.mobile-only{display:none!important}}@media(max-width:799px){.desktop-only{display:none!important}}html:not(.has-scroll-smooth) .hide-on-native-scroll{display:none}html.has-scroll-smooth .hide-on-smooth-scroll{display:none}@font-face{font-family:Elma Trio;font-style:normal;font-weight:400;src:url(/fonts/elma-trio-variable.woff2) format("woff2"),url(/fonts/elma-trio-variable.woff) format("woff")}@font-face{font-family:Elma Trio;font-style:normal;font-weight:500;src:url(/fonts/elma-trio-variable.woff2) format("woff2"),url(/fonts/elma-trio-variable.woff) format("woff")}@font-face{font-family:Elma Trio;font-style:normal;font-weight:600;src:url(/fonts/elma-trio-variable.woff2) format("woff2"),url(/fonts/elma-trio-variable.woff) format("woff")}@font-face{font-family:Elma Mono;font-style:normal;font-weight:400;src:url(/fonts/elma-mono.woff2) format("woff2"),url(/fonts/elma-mono.woff) format("woff")}@font-face{font-family:Elma Mono;font-style:normal;font-weight:700;src:url(/fonts/elma-mono-bold.woff2) format("woff2"),url(/fonts/elma-mono-bold.woff) format("woff")}:root{--font-trio: "Elma Trio", monospace;--font-mono: "Elma Mono", monospace}:root{--layout-column-count: 5;--layout-column-gap: 4.5454545455vw;--layout-margin: 4.5454545455vw;--layout-width: calc(100vw - (2 * var(--layout-margin)));--layout-column-width: calc( ( var(--layout-width) - ( (var(--layout-column-count) - 1) * var(--layout-column-gap) ) ) / var(--layout-column-count) )}@media(min-width:800px){:root{--layout-column-count: 12;--layout-column-gap: .625vw;--layout-margin: .625vw}}.layout-block,.layout-grid{max-width:var(--layout-width);margin-left:auto;margin-right:auto;width:100%}.layout-block-inner,.layout-grid-inner{padding-left:var(--layout-margin);padding-right:var(--layout-margin);width:100%}.layout-grid,.layout-grid-inner{display:grid;grid-template-columns:repeat(var(--layout-column-count),minmax(0,1fr));grid-gap:var(--layout-column-gap)}html:not(.dev),html:not(.dev) *{scrollbar-width:none!important;-ms-overflow-style:none!important}html:not(.dev)::-webkit-scrollbar,html:not(.dev) *::-webkit-scrollbar{width:0!important;height:0!important}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.fade-enter-active,.fade-leave-active{transition:opacity .4s}.fade-enter-from,.fade-leave-to{opacity:0}.quick-fade-enter-active,.quick-fade-leave-active{transition:opacity .1s}.quick-fade-enter-from,.quick-fade-leave-to{opacity:0}.slow-fade-enter-active,.slow-fade-leave-active{transition:opacity .6s}.slow-fade-enter-from,.slow-fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:transform .4s var(--ease-out-quad)}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(-100%)}.slide-left-enter-active,.slide-left-leave-active{transition:transform .4s var(--ease-out-quad)}.slide-left-enter-from,.slide-left-leave-to{transform:translate(-100%)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background:var(--black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:var(--theme-bg);color:var(--theme-fg)}.h1,h1{font-family:var(--font-trio);font-weight:500;line-height:.9;text-transform:uppercase;letter-spacing:-.02em;font-size:8.1818181818vw}.h1.vh,h1.vh{font-size:3.8626609442vh}@media(min-width:800px){.h1,h1{font-size:2.25vw}.h1.vh,h1.vh{font-size:4vh}}.h2,h2{font-family:var(--font-trio);font-weight:600;line-height:.8;text-transform:uppercase;letter-spacing:-.04em;font-size:5.4545454545vw}.h2.vh,h2.vh{font-size:2.5751072961vh}@media(min-width:800px){.h2,h2{font-size:1.5vw}.h2.vh,h2.vh{font-size:2.6666666667vh}}.h3,h3{font-family:var(--font-trio);font-weight:600;line-height:.8;text-transform:uppercase;letter-spacing:-.03em;font-size:4.0909090909vw}.h3.vh,h3.vh{font-size:1.9313304721vh}@media(min-width:800px){.h3,h3{font-size:1.125vw}.h3.vh,h3.vh{font-size:2vh}}.h4,h4,h5,h6{font-family:var(--font-mono);font-weight:400;line-height:.8;text-transform:uppercase;letter-spacing:-.01em;font-size:3.8636363636vw}.h4.vh,h4.vh,h5.vh,h6.vh{font-size:1.8240343348vh}@media(min-width:800px){.h4,h4,h5,h6{font-size:1.0625vw}.h4.vh,h4.vh,h5.vh,h6.vh{font-size:1.8888888889vh}}.m1,button{font-family:var(--font-trio);font-weight:600;line-height:.8;text-transform:uppercase;letter-spacing:.01em;font-size:2.7272727273vw}.m1.vh,button.vh{font-size:1.2875536481vh}@media(min-width:800px){.m1,button{font-size:.75vw}.m1.vh,button.vh{font-size:1.3333333333vh}}.m2{font-family:var(--font-mono);font-weight:700;line-height:.9;text-transform:uppercase;letter-spacing:.08em;font-size:2.2727272727vw}.m2.vh{font-size:1.0729613734vh}@media(min-width:800px){.m2{font-size:.625vw}.m2.vh{font-size:1.1111111111vh}}.m3{font-family:var(--font-mono);font-weight:700;line-height:.9;text-transform:uppercase;letter-spacing:.05em;font-size:1.8181818182vw}.m3.vh{font-size:.8583690987vh}@media(min-width:800px){.m3{font-size:.5vw}.m3.vh{font-size:.8888888889vh}}.input,input{font-family:var(--font-trio);font-weight:600;line-height:.8;letter-spacing:-.03;text-transform:uppercase;font-size:3.1818181818vw}.input.vh,input.vh{font-size:1.5021459227vh}@media(min-width:800px){.input,input{font-size:1vw}.input.vh,input.vh{font-size:1.7777777778vh}}.poem-text{font-family:var(--font-mono);font-weight:400;line-height:.8;letter-spacing:-.01em;text-transform:none;font-size:2.7272727273vw}.poem-text.vh{font-size:1.2875536481vh}@media(min-width:800px){.poem-text{font-size:.84375vw}.poem-text.vh{font-size:1.5vh}}.p,p,a{font-family:var(--font-mono);font-weight:400;line-height:1.1;letter-spacing:-.04em;text-transform:none;font-size:3.1818181818vw}.p.vh,p.vh,a.vh{font-size:1.5021459227vh}@media(min-width:800px){.p,p,a{font-size:.875vw}.p.vh,p.vh,a.vh{font-size:1.5555555556vh}}.p-trio{font-family:var(--font-trio);font-weight:600;line-height:.8;letter-spacing:-.01em;text-transform:uppercase;font-size:3.1818181818vw}.p-trio.vh{font-size:1.5021459227vh}@media(min-width:800px){.p-trio{font-size:.875vw}.p-trio.vh{font-size:1.5555555556vh}}.entry img{max-width:100%;height:auto}.entry p{min-height:1px}.entry a{text-decoration:underline}.entry>*{margin-bottom:1em;margin-top:1em}.entry>*:first-child{margin-top:0}.entry>*:last-child{margin-bottom:0}.entry ul li,.entry ol li{margin-bottom:1em;width:36.0625vw}.entry ul{list-style:disc;padding-left:1em}#app{min-height:100vh}@keyframes blink{5%{opacity:0}40%{opacity:0}60%{opacity:1}95%{opacity:1}}.container{min-height:calc(100 * var(--vh));background:var(--theme-bg);color:var(--theme-fg);transition:opacity 1s}.container:not(.fonts-ready){opacity:0}.markdown img{max-width:100%;height:auto}.markdown p{min-height:1px}.markdown strong{font-weight:700}.markdown em{font-style:italic}.markdown a{font-family:inherit;font-size:inherit;text-transform:none;text-decoration:underline}.markdown>*{margin-bottom:1em;margin-top:1em}.markdown>*:first-child{margin-top:0}.markdown>*:last-child{margin-bottom:0}.strapi-media{position:relative;width:100%;overflow:hidden}.strapi-media .image-sizer{overflow:hidden;padding-bottom:var(--aspect)}.strapi-media .image-sizer>*{display:block;position:absolute;height:100%;width:100%;left:0;top:0}.strapi-media .image-sizer .svg{background-size:cover;background-repeat:no-repeat}.strapi-media.fill-space{position:absolute;inset:0}.strapi-media.fill-space .image-sizer{padding-bottom:0;position:absolute;inset:0}.strapi-media.fit-cover .image-sizer>*{object-fit:cover}.strapi-media.fit-contain .image-sizer>*{object-fit:contain}main.home{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}main.home .markdown{width:50vw}main.home .strapi-media{width:25vw;margin-bottom:20px}.tablet-canvas[data-v-83976bff]{position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.tablet-canvas canvas[data-v-83976bff]{display:block;background:#fdfdfd}@keyframes flip-r{50%{transform:translate(100%);opacity:0}51%{transform:translate(-100%);opacity:0}}@keyframes flip-l{50%{transform:translate(-100%);opacity:0}51%{transform:translate(100%);opacity:0}}@keyframes flip-d{50%{transform:translateY(100%);opacity:0}51%{transform:translateY(-100%);opacity:0}}@keyframes flip-u{50%{transform:translateY(-100%);opacity:0}51%{transform:translateY(100%);opacity:0}}
