.canvas{position:fixed;z-index:0;width:100%;height:100dvh}.canvas .ring-image{cursor:pointer}.canvas .pixelated-image{cursor:pointer;padding:1rem;pointer-events:none}.canvas .pixelated-image img{width:auto;height:auto;max-width:500px;max-height:100px;pointer-events:all;border-radius:10px}@media only screen and (max-width: 769px){.canvas .pixelated-image img{max-width:400px;max-height:75px}}.project{height:100%;width:90%;padding-top:13rem;display:flex;margin:0 auto}.project .header img{max-width:200px;border-radius:10px;max-height:100px;height:100%;object-fit:contain}.project .header ul{display:flex;flex-direction:row;flex-wrap:wrap;padding-left:0;gap:10px;max-width:250px}.project .header .tag{background-color:#fff;width:fit-content;padding:.5rem;border-radius:100px;list-style:none}.project .header .tag a{color:#000;font-family:var(--primary-font);text-transform:uppercase;font-size:.9em;font-weight:700}.project .description{width:100%;max-width:650px;margin-right:5rem}.project .description .about::-webkit-scrollbar{display:none}.project .description .header h1{text-transform:uppercase;font-size:2em}.project .description .header h3{font-weight:100;border-bottom:1px solid #fff;width:fit-content;padding-bottom:.2rem}.project .description .about p{font-size:1em;font-weight:100}.project .project-link{border-bottom:1px solid #fff;padding-bottom:.5rem;width:fit-content}.project .project-link .link-container{display:flex;align-items:baseline;gap:10px}.project .project-link .link-container img{width:100%;max-width:15px;cursor:pointer}.project .play-area{display:flex;flex-direction:column;gap:50px;width:50%;overflow-y:scroll;padding-bottom:20rem}.project .play-area::-webkit-scrollbar{display:none}.project .play-area video{max-width:700px;border-radius:15px}@media only screen and (max-width: 768px){.project{flex-direction:column;gap:100px}.project .description .header h1{font-size:1.5em}.project .description .about p{font-size:1em}.project .play-area{width:100%;gap:30px;padding-bottom:5rem}.project .play-area video{max-width:none}.project .play-area .project-link{margin:0 auto;margin-top:1rem}}.tagged-projects{display:flex;flex-direction:row;padding-top:12.5rem;justify-content:center;align-items:flex-start;gap:150px}.tagged-projects .title{text-transform:uppercase}.tagged-projects .projects{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;max-width:50dvw;height:max-content;max-height:60dvh;margin-bottom:5rem;overflow-y:auto}.tagged-projects .thumbnail img{width:auto;height:auto;max-width:500px;max-height:100px;pointer-events:all;border-radius:10px}@media only screen and (max-width: 768px){.tagged-projects{flex-direction:column;gap:10px;align-items:center;max-width:300px;margin:0 auto}.tagged-projects .title{text-align:center}.tagged-projects .projects{max-width:100vw;overflow-y:hidden;max-height:max-content;flex-direction:column;align-items:center}.tagged-projects .projects .thumbnail img{max-width:200px;max-height:100px}}.about{width:100%;height:100%;overflow-y:scroll;display:flex;gap:50px;flex-direction:column}.about .intro-description{padding-top:15rem}.about article{width:100%;max-width:600px;margin:0 auto;padding-bottom:5rem}.about article p{font-size:1.5em}.about article p .bold{background-color:#000;mix-blend-mode:color-burn}.about article p em{background-color:#00f;mix-blend-mode:difference}@media only screen and (max-width: 768px){.about article{max-width:300px;margin:0 auto}.about article p{font-size:1em}}.image-trail-container{position:absolute;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.image-trail-container img{transition:opacity .1s ease;position:absolute;object-fit:cover;width:50px;border-radius:100px}.image[data-status=inactive]{opacity:0;filter:blur(5px)}.image[data-status=active]{opacity:1;pointer-events:none}@media only screen and (max-width: 768px){.image-trail-container{display:none}}.process{display:flex;align-items:center;height:fit-content;width:100%;gap:100px;overflow-x:auto;padding-top:15rem}.process .step{width:100%;min-width:500px;min-height:300px;display:flex;justify-content:center;align-items:center;border-right:1px solid #fff;padding-right:5rem}.process .step h1{font-size:1.5em}.process .step:last-child{border-right:none}.process-footer{margin-top:2rem;width:100%;display:flex;justify-content:center;align-items:center}.process-footer p{padding-bottom:.5rem;border-bottom:1px solid #fff;opacity:0;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out}.process-footer p.not-scrolling{opacity:1}@media only screen and (max-width: 768px){.process{display:flex;flex-direction:column;align-items:center;height:100%;width:100%;gap:100px;overflow-x:hidden;overflow-y:scroll;scroll-snap-type:y mandatory;padding-top:15rem;padding-bottom:5rem;scroll-behavior:smooth}.process .step{min-width:200px;max-width:275px;min-height:400px;padding-right:0;border-right:0;align-items:flex-start}.process .step h1{font-size:1em}.process .step .content{width:100%}.process-footer{display:none}}.thoughts{height:100%;padding-top:15rem;display:flex;flex-wrap:wrap;gap:30px;overflow-y:auto;max-height:70dvh}.thoughts article{max-width:500px;min-height:250px;max-height:300px;height:fit-content;background-color:#00000080;border-radius:10px;padding:1rem;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) -35%,rgba(0,0,0,0));mask-image:linear-gradient(to bottom,#000 -35%,#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.thoughts article:hover{-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 70%,rgba(0,0,0,0));mask-image:linear-gradient(to bottom,#000 70%,#0000);cursor:pointer}.thoughts article.expanded{max-height:none;-webkit-mask-image:none;mask-image:none}.thoughts article h1{margin-top:0;margin-bottom:.5rem}.thoughts article p{margin-top:0}@media only screen and (max-width: 768px){.thoughts{padding-bottom:5rem}.thoughts article{max-width:300px;margin:0 auto}}.all-projects{max-height:70dvh;overflow-y:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;width:90dvw;margin:0 auto;margin-top:12rem;gap:10px}.all-projects .projects-card{max-width:300px;border-top-right-radius:20px;border-top-left-radius:20px;overflow:hidden;margin-top:6rem}.all-projects .projects-card .title-container{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}.all-projects .projects-card .title-container h5{margin-top:.5rem;margin-bottom:0}.all-projects .projects-card .card-thumbnail{max-height:200px;min-height:max-content;overflow-y:hidden;background:linear-gradient(217deg,#0000dc4d,#f000 70.71%),linear-gradient(127deg,#fff3,#0f00 70.71%),linear-gradient(336deg,#000c,#00f0 70.71%);padding:2rem;text-align:center}.all-projects .projects-card .card-thumbnail img{width:100%;max-width:200px;height:100%;border-radius:20px}.all-projects .projects-card .tags{display:flex;flex-wrap:wrap;gap:5px}.all-projects .projects-card .tags .tag{background-color:#fff;width:fit-content;padding:.5rem;border-radius:100px;list-style:none;color:#000;font-size:.9em;font-weight:700}@media only screen and (max-width: 768px){.all-projects{justify-content:center;margin-top:6rem;max-height:80dvh}}.contact{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:999;background-color:#0000ffb3;display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.contact.hide{opacity:0;pointer-events:none}.contact .header{display:flex;justify-content:space-between}.contact .header .image-container{border-radius:100px;transition:all .5s ease-in-out;display:flex;justify-content:center;align-items:center;background-color:#fff;border:1px solid #fff}.contact .header img{width:100%;max-width:80px;border-radius:100px;mix-blend-mode:luminosity;border:1px solid #fff}.contact .header .close-icon{cursor:pointer}.contact .contact-form{height:fit-content;width:fit-content;background-color:#000;color:#fff;padding:1rem;box-shadow:2px 4px 6px -1px #00000017;border-radius:10px;display:flex;flex-direction:column;gap:20px}.contact .contact-form h1,.contact .contact-form h3{font-size:1em}.contact .contact-form h1,.contact .contact-form h3{margin-top:.2rem;margin-bottom:.2rem}.contact .contact-form .service-selection{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.contact .contact-form .service-selection div{margin-bottom:1.5rem}.contact .contact-form .service-selection .custom-checkbox{border:2px solid #fff;padding:.5rem;border-radius:5px;cursor:pointer}.contact .contact-form .service-selection .custom-checkbox .hidden-checkbox{opacity:0;position:absolute}.contact .contact-form .service-selection .custom-checkbox .checkbox-box .checkbox-label{font-size:.8em;color:#fff}.contact .contact-form .service-selection .custom-checkbox.checked{background-color:#fff}.contact .contact-form .service-selection .custom-checkbox.checked .checkbox-label{color:#000}.contact .contact-form .budget-selection{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.contact .contact-form .budget-selection div{margin-bottom:1.5rem}.contact .contact-form .budget-selection .custom-checkbox{border:2px solid #fff;padding:.5rem;border-radius:5px;cursor:pointer}.contact .contact-form .budget-selection .custom-checkbox .hidden-checkbox{opacity:0;position:absolute}.contact .contact-form .budget-selection .custom-checkbox .checkbox-box .checkbox-label{font-size:.8em}.contact .contact-form .budget-selection .custom-checkbox.checked{background-color:#fff}.contact .contact-form .budget-selection .custom-checkbox.checked .checkbox-label{color:#000}.contact .contact-form .name-email-message{display:flex;flex-direction:column}.contact .contact-form .name-email-message input{background-color:transparent;border:none;border-radius:0;border-bottom:1px solid #fff;font-family:var(--primary-font);padding-bottom:1rem;padding-top:1rem;color:#fff}.contact .contact-form .name-email-message input::placeholder{font-family:var(--primary-font);color:#fff;opacity:.5}.contact .contact-form .name-email-message input:focus{outline:none}.contact .contact-form .name-email-message div{display:flex;flex-direction:column}.contact .contact-form .name-email-message .name-email{display:flex;margin-bottom:1rem;gap:10px}.contact .contact-form .name-email-message .name-email div{display:flex;flex-direction:column}.contact .contact-form .name-email-message textarea{background-color:transparent;border:none;border-bottom:1px solid #fff;width:100%;height:100px;color:#fff;font-family:var(--primary-font);margin-top:.5rem}.contact .contact-form .name-email-message textarea:focus{outline:none}.contact .contact-form button{padding:1rem;font-size:1em;text-transform:uppercase;background-color:transparent;border:2px solid #fff;border-radius:10px;font-family:var(--primary-font);color:#fff;cursor:pointer}.contact .contact-form .feedback{text-align:center}@media only screen and (max-width: 768px){.contact .contact-form{transform:scale(.8);max-height:600px;overflow-y:scroll}}header{position:fixed;top:0;left:0;display:flex;justify-content:space-between;padding:2rem;z-index:998;width:95%;isolation:isolate}header .brand-about{display:flex;align-items:flex-start;gap:40px;font-family:var(--primary-font)}header .brand-about h1{margin-bottom:0;margin-top:1rem}header .brand-about .description{max-width:400px}header .brand-about .title-subtitle h5{margin-top:.5rem;text-transform:uppercase;width:fit-content;height:fit-content;padding:.1rem;background-color:#000}header .brand-about .description h5{font-size:1.5em;margin-top:1.5rem;margin-bottom:0}header .brand-about .description p{font-size:.8em;font-style:italic}header nav{position:absolute;right:2rem}header nav ul li{font-family:var(--primary-font);text-transform:uppercase;list-style:none;margin-bottom:1rem}@media only screen and (max-width: 769px){header{padding:.5rem}header .brand-about{max-width:200px}header .brand-about .title-subtitle h1{font-size:1em}header .brand-about .description{display:none}header nav{top:1rem;right:3rem}header nav ul li{font-size:.8em}}@media only screen and (max-width: 768px){header nav{position:relative}}footer{position:fixed;bottom:1rem;width:90%;padding-left:2rem;display:flex;justify-content:space-between;align-items:last baseline;height:0}footer .projects-navigation h1{font-size:1.1em;font-weight:100}footer .projects-navigation{max-width:400px;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out}footer .projects-navigation ul::-webkit-scrollbar{opacity:0}footer .projects-navigation h1{font-family:var(--primary-font);text-transform:uppercase}footer .projects-navigation ul{padding:1rem;max-height:400px;max-width:400px;min-height:100px;min-width:400px;overflow-y:auto;background-image:linear-gradient(to top,#fff0,#ffffff1a);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}footer .projects-navigation ul li{font-family:var(--primary-font);text-transform:uppercase;list-style:none;margin-bottom:1rem;font-size:.8em;border-bottom:1px solid #fff;width:fit-content}footer .projects-navigation button{background-color:#000;border:none;border-bottom:1px solid #fff;color:#fff;font-family:var(--primary-font);text-align:left;cursor:pointer}footer .copyrights{max-width:200px;font-family:var(--primary-font);font-size:.7em}footer .copyrights p{border-bottom:1px solid #fff;background-color:#000}footer .socials-navigation ul{display:flex;gap:2rem}footer .socials-navigation ul li{list-style:none;font-family:var(--primary-font);font-style:italic;border-bottom:1px solid #fff;background-color:#000}footer .projects-navigation.hide{opacity:0;margin-left:-3rem;pointer-events:none}@media only screen and (max-width: 767px){footer{width:85vw}footer .projects-navigation nav ul{min-width:200px;max-height:300px;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);border-radius:10px}}.not-found-page{position:fixed;top:0;left:0;height:100%;width:100%;z-index:999;background-color:var(--primary-color);display:flex;justify-content:center;align-items:center}.not-found-page .webgl-container{position:absolute!important;background-color:transparent!important}.not-found-page .redirect-container{width:fit-content;height:fit-content;padding:1rem;border:1px solid #fff;background-color:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;gap:20px;align-items:center;pointer-events:none;margin-top:2rem;opacity:0;transition:all .5s ease-in-out;mix-blend-mode:difference}.not-found-page .redirect-container.show{pointer-events:all;opacity:1;margin-top:0}.not-found-page .redirect-container p{font-family:var(--primary-font);background-color:transparent;border:1px solid #fff;color:#fff;padding:1rem;cursor:pointer}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:AKKURAT;src:url(/assets/Akkurat-Mono-CuIkyvTx.OTF)}:root{--primary-font: "AKKURAT";--primary-color: radial-gradient(circle, #0000dc, rgba(255, 255, 255, .05));--secondary-color: #fff}#root{background:var(--primary-color)}*{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hex-main{height:100vh;width:100vw;margin:0 auto;overflow-y:hidden}body,html{height:100vh;width:100%;background:var(--primary-color)}body::-webkit-scrollbar{display:none}section::-webkit-scrollbar{opacity:0;display:none}h1,h2,h3,h4,h5,h6,p,a,span,label,small{color:var(--secondary-color);font-family:var(--primary-font)}a{text-decoration:none}@media only screen and (max-width: 767px){.hex-main{padding:0;height:fit-content}}
