:root{--accent: 136, 58, 234;--accent-light: 224, 204, 250;--accent-dark: 49, 10, 101;--accent-gradient: linear-gradient( 45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60% )}html{font-family:system-ui,sans-serif;background:var(--theme-color, #fff);transition:background .5s ease-in-out}body{margin:0;padding:0;min-height:100dvh;background:transparent}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}*{box-sizing:border-box}#glCanvas{position:absolute;inset:0}#bgwrap{position:fixed;top:0;left:0;width:100vw;height:100dvh;min-height:100vh;overflow:hidden;z-index:0;transition:opacity 1s ease-in-out}@media(max-width:767px){#bgwrap{mask:linear-gradient(to bottom,transparent 0px,black 200px,black calc(100% - 400px),transparent calc(100% - 150px))}}@font-face{font-family:tt-commons;src:url(/_astro/tt-commons-var-roman-subset.BS5cyrTZ.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:tt-commons-mono;src:url(/_astro/tt-commons-mono-md.KHZlvF41.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}body{padding:0;margin:0;font-family:tt-commons,sans-serif}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:#191e49;z-index:999;pointer-events:none;transition:opacity .5s ease-in-out}body.loaded:before{opacity:0}body section:not(.main-section){transition:opacity .3s ease-in-out 1s}body.scrolling section:not(.main-section){opacity:0;transition:opacity 0s ease-in-out 0s}.main-section,.intro-section{margin:auto;padding:1rem;width:800px;max-width:calc(100% - 2rem);min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-size:1.25rem;line-height:1.6}@media(max-width:767px){.main-section,.intro-section{font-size:.875rem}}.intro-section h1,.intro-section h2{font-family:ivypresto-display,serif}.intro-section *{margin:0}.intro-section h1{font-size:6.25rem;font-weight:400;line-height:100px;margin-bottom:50px}@media(max-width:767px){.intro-section h1{font-size:4.375rem;line-height:70px}}.intro-section h2{font-size:4.25rem;font-weight:400;line-height:60px}@media(max-width:767px){.intro-section h2{font-size:2.975rem;line-height:42px}}.intro-section h2.sans{font-family:tt-commons,sans-serif;font-size:2.375rem;font-style:normal;font-weight:400;line-height:44px;letter-spacing:-.8px;margin-bottom:50px}@media(max-width:767px){.intro-section h2.sans{font-size:1.6625rem;line-height:31px}}.intro-section p.mono{font-size:1.125rem;font-style:normal;font-weight:500;font-family:tt-commons-mono,monospace;opacity:.8;line-height:16px;letter-spacing:.54px;text-transform:uppercase;margin:24px auto 16px}@media(max-width:767px){.intro-section p.mono{font-size:.7875rem;line-height:11px}}.intro-section p{width:calc(100% - 1rem);max-width:440px}.logo{max-width:400px;width:100%;height:auto;margin-bottom:2rem;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3))}h1{font-size:4rem;font-weight:700;line-height:1;text-align:center;margin-bottom:1em}@media(max-width:767px){h1{font-size:2.2rem}}.instructions{margin-bottom:2rem;border:1px solid rgba(var(--accent-light),25%);background:linear-gradient(rgba(var(--accent-dark),66%),rgba(var(--accent-dark),33%));padding:1.5rem;border-radius:8px}.demo-box{margin-top:4rem;padding:3rem;background:linear-gradient(135deg,rgb(var(--accent)),rgb(var(--accent-light)));border-radius:12px;text-align:center;min-height:200px;display:flex;align-items:center;justify-content:center}.demo-box p{font-size:1.5rem;font-weight:600;color:#fff}@media(max-width:767px){.demo-box p{font-size:1.05rem}}#scroll-indicator{position:fixed;bottom:20px;left:50%;transform:translate(-50%);height:40px;width:auto;max-width:100%;z-index:9;pointer-events:none}#scroll-indicator path{transition:.3s cubic-bezier(.175,.885,.32,1);stroke-dasharray:50px;stroke-dashoffset:-50px}#scroll-indicator path:first-of-type{stroke-dasharray:50px;stroke-dashoffset:50px}.nav-buttons-container #section-counter{opacity:0;transition:opacity .3s ease-in-out .5s}.nav-buttons-container button{transition:transform .3s cubic-bezier(.175,.885,.32,1.125) .5s,background-color .3s ease-in-out,border-color .3s ease-in-out;transform:scale(0)}body.loaded .nav-buttons-container #section-counter{opacity:1}body.loaded .nav-buttons-container button{transform:scale(1)}body.loaded #scroll-indicator path{transition-delay:1s;stroke-dashoffset:0px}body.loaded #scroll-indicator path:first-of-type{stroke-dashoffset:0px;transition-delay:1.3s}.logo-horizontal{z-index:9;max-width:400px;width:calc(100% - 40px);height:auto;position:fixed;top:20px;left:50%;transform:translate(-50%);display:grid;place-content:center;opacity:0;transform:translate(-50%,calc(-100% - 20px));transition:opacity .2s ease-in-out,transform 0s ease .2s}.logo-horizontal.hidden{opacity:0}.logo-horizontal img{width:100%;height:auto}@media(max-width:767px){.logo-horizontal{top:10px}}body:has(.main-section:not(.active)) .logo-horizontal{opacity:1;transition:transform .3s cubic-bezier(.175,.885,.32,1.05) .3s;transform:translate(-50%)}body:has(.main-section:not(.active)) .logo-horizontal.hidden{transition:opacity .2s ease-in-out;opacity:0}.nav-buttons-container{position:fixed;bottom:30px;left:30px;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:100}.nav-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.nav-button:hover{background:#fff3;border-color:#fff6}.nav-button.hidden{opacity:0;pointer-events:none}.section-counter{color:#fff;font-size:.875rem;font-weight:400;letter-spacing:1px;padding:0 12px;min-width:50px;text-align:center}@media(max-width:767px){.section-counter{font-size:.6125rem}}section{text-align:center;color:#fff}.back-to-top-button{position:fixed;bottom:30px;right:30px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);z-index:100}.back-to-top-button:hover{background:#fff3;border-color:#fff6}.back-to-top-button.hidden{opacity:0;pointer-events:none}.top-services-section{display:flex;flex-direction:column;align-items:center}.top-services-section h3{font-size:3rem;font-style:normal;font-weight:500;line-height:62px;letter-spacing:-1.2px;margin:10px 0 60px}@media(max-width:767px){.top-services-section h3{font-size:2.1rem;line-height:43px;margin:10px 0 30px}}.services-list{margin-top:60px}label{font-family:tt-commons-mono,monospace;text-transform:uppercase;font-size:1.375rem;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.66px;opacity:.7}@media(max-width:767px){label{font-size:.9625rem;line-height:17px}}#section-wrap{width:100vw;height:100dvh;position:fixed;top:0;left:0;overflow:scroll;scrollbar-color:#fff rgba(255,255,255,.05);scrollbar-width:thin;mask:linear-gradient(to bottom,transparent 50px,#000 125px,#000 calc(100% - 125px),transparent calc(100% - 50px))}@media(max-width:767px){#section-wrap{mask:linear-gradient(to bottom,transparent 0px,#000 75px,#000 calc(100% - 75px),transparent)}}
