@layer reset,tokens,typography,layout,components,utilities;:root{--base-100:#f9f4eb;--base-200:#efece5;--base-300:#0a0a0a;--base-secondary-dark:#686560;--base-secondary-fade:#f9f4eb26;--accent-1:#b1c1ef;--accent-2:#f2acac;--accent-3:#ffdd94;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.6s ease;--container-padding:2.75rem;--container-max:2000px}html[data-theme=dark]{--base-100:#0a0a0a;--base-200:#1a1a1a;--base-300:#f9f4eb;--base-secondary-dark:#a09e99;--base-secondary-fade:#0a0a0a26}html.cursor-active,html.cursor-active *{cursor:none}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--base-100);color:var(--base-300);transition:background-color var(--transition-slow), color var(--transition-slow);font-family:Host Grotesk}img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%}h1,h2,h3,h4{text-transform:uppercase;letter-spacing:-.02rem;font-family:Oswald;font-weight:900;line-height:.85}h1{font-size:12rem;line-height:1}h2{font-size:8rem;line-height:1}h3{font-size:6rem;line-height:1}h4{font-size:2.5rem;line-height:1.2}a{color:inherit;text-decoration:none}p{font-family:Host Grotesk;font-size:1.1rem}p.md{font-size:1.3rem}p.lg{font-size:1.5rem}p.mono{text-transform:uppercase;font-family:DM Mono;font-size:.85rem;font-weight:500}p.mono span,a span{position:relative;top:-.1rem}.container{width:100%;max-width:2000px;height:100%;margin:0 auto;padding:2.75rem}.symbols-container{z-index:1;gap:.5rem;height:1.125rem;display:flex}.symbols-container .symbol{width:1.125rem}@media (max-width:1000px){h1{font-size:6rem}h2{font-size:5rem}h3{font-size:3rem}p{font-size:1rem}p.md{font-size:1.125rem}p.lg{font-size:1.25rem}p.mono{font-size:.8rem}.container{padding:2rem}}.transition{z-index:100000;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.transition-overlay{transform-origin:top;will-change:transform;width:100%;height:100%;position:absolute;top:0;left:0;transform:scaleY(1)}.transition-overlay.overlay{background-color:var(--base-300)}.transition-logo{opacity:0;will-change:transform, opacity;width:60px;height:60px;position:absolute;top:120%;left:50%;transform:translate(-50%)}.transition-logo img{object-fit:contain;width:100%;height:100%}.mask-transition{z-index:99999;pointer-events:none;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.mask-bg-overlay{z-index:99998;background-color:var(--base-100);opacity:.3;pointer-events:none;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.menu{z-index:1000;width:50%;max-width:600px;transition:transform .4s;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.menu.hidden{transform:translate(-50%)translateY(-200%)}.menu.ws-pinned{opacity:0;transition:opacity .35s}.menu.ws-pinned:hover{opacity:1}.menu-header{background-color:var(--base-300);z-index:2;cursor:pointer;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 1.5rem 1rem 1.75rem;display:flex;position:relative;box-shadow:0 4px 24px #00000080,inset 0 1px #ffffff0f}.menu-logo{cursor:pointer;font-size:1.25rem}.menu-logo img{width:1.25rem;transition:transform .5s}.menu-logo img.rotated{transform:rotate(180deg)}.menu-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:.5rem;display:flex;position:relative}.menu-hamburger-icon{cursor:pointer;width:20px;height:25px;position:absolute;top:10px;right:0}.menu-item{background:var(--base-100);border-radius:1px;width:20px;height:2px;margin:0 0 4px;transition:all .2s;display:block}.menu-hamburger-icon.open .menu-item{background:var(--base-100)}.menu-hamburger-icon.open .menu-item:first-child{transform-origin:5px;transform:rotate(45deg)}.menu-hamburger-icon.open .menu-item:nth-child(2){transform-origin:6px;transform:rotate(-45deg)}.menu-overlay{background-color:var(--base-300);transform-origin:top;will-change:transform;border-radius:0 0 8px 8px;margin-top:-8px;padding-top:8px;position:absolute;top:100%;left:0;right:0;overflow:hidden;transform:scaleY(0)}.menu-nav{padding:2rem 0 3rem}.menu-nav ul{margin:0;padding:0;list-style:none}.menu-nav li{opacity:0;margin:-4px 0}.menu-nav a{text-transform:uppercase;color:var(--base-100);letter-spacing:-.02rem;padding:.5rem 1.75rem;font-family:Oswald;font-size:5rem;font-weight:900;line-height:.85;text-decoration:none;display:block;position:relative;overflow:hidden}.menu-nav a div div{will-change:transform;position:relative}.menu-footer{opacity:0;justify-content:space-between;align-items:center;padding:1rem 1.75rem 1.5rem;display:flex}.menu-social{justify-content:center;gap:1rem;display:flex}.menu-social a,.menu-time{color:var(--base-100);text-transform:uppercase;font-family:DM Mono;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s}.menu-time{width:max-content;color:var(--base-secondary-dark)}@media (max-width:1000px){.menu{width:90%;max-width:none}.menu-header{padding:1rem 1.5rem}.menu-nav a{letter-spacing:0;padding:.75rem 1.5rem;font-size:3rem}.menu-footer{flex-direction:column;align-items:flex-start;padding:2rem 1.75rem}.menu-social{flex-wrap:wrap;gap:.5rem}.menu-time{right:1.5rem}}.hero{width:100vw;height:100svh;position:relative;overflow:hidden}.hero .hero-content{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}.hero .hero-content .hero-header{text-align:center;width:90%;margin:0 auto;padding-top:15svh}.hero .hero-content .hero-header h1{font-size:16vw}.hero .hero-content .hero-footer{z-index:2;justify-content:space-between;align-items:flex-end;display:flex}.hero .hero-content .hero-footer-copy{width:35%}.hero .hero-content .hero-footer-tags{gap:2rem;display:flex}.hero .hero-cards{justify-content:center;gap:1rem;width:35%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero .hero-cards .card{aspect-ratio:5/7;will-change:transform;flex:1;position:relative;transform:scale(0)}.hero .hero-cards .card .hero-card-inner{border-radius:8px;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:1rem;animation:2s ease-in-out infinite floating;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero .hero-cards .card#hero-card-1 .hero-card-inner{animation-delay:0}.hero .hero-cards .card#hero-card-2 .hero-card-inner{animation-delay:.25s}.hero .hero-cards .card#hero-card-3 .hero-card-inner{animation-delay:.5s}.hero .hero-cards .card .card-title{justify-content:space-between;width:100%;display:flex}.hero .hero-cards .card p{font-size:.8rem}.hero .hero-cards .card#hero-card-1{z-index:2}.hero .hero-cards .card#hero-card-2{z-index:1}.hero .hero-cards .card#hero-card-3{z-index:0}.hero .hero-cards .card#hero-card-1 .hero-card-inner{background-color:var(--accent-1)}.hero .hero-cards .card#hero-card-2 .hero-card-inner{background-color:var(--accent-2)}.hero .hero-cards .card#hero-card-3 .hero-card-inner{background-color:var(--accent-3)}.home-about{background-color:var(--base-300);width:100vw;height:100svh;color:var(--base-100);position:relative;overflow:hidden}.home-about .container{gap:2rem;display:flex}.home-about .home-about-col:first-child{flex:4}.home-about .home-about-col:first-child .home-about-header{flex-direction:column;justify-content:flex-end;gap:2rem;width:90%;height:100%;padding-bottom:1rem;display:flex}.home-about .home-about-col:nth-child(2){flex-direction:column;flex:3;justify-content:flex-end;gap:1rem;width:100%;display:flex}.home-about .home-about-col-row{flex:1;gap:1rem;width:100%;display:flex}.home-about .home-about-card{border-radius:16px;flex-direction:column;flex:1 1 0;justify-content:space-between;min-width:0;height:100%;padding:1.25rem;display:flex;position:relative;overflow:hidden}.home-about .home-about-card:before{content:"";border-radius:inherit;pointer-events:none;z-index:0;background:linear-gradient(#0000002e 0%,#0000 35%,#000000a6 100%);position:absolute;inset:0}.home-about .home-about-card p.mono,.home-about .home-about-card h4{z-index:1;position:relative}.home-about .home-about-card p.mono{color:#ffffffeb;-webkit-backdrop-filter:blur(6px);letter-spacing:.08em;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:100px;align-self:flex-start;padding:.3rem .7rem;font-size:.68rem;display:inline-flex}.home-about .home-about-card h4{letter-spacing:-.01em;color:#fff;text-shadow:0 2px 12px #00000080;font-size:clamp(1rem,1.6vw,1.5rem);line-height:1.05}.home-services{width:100vw;height:100svh;padding:8rem 2rem;position:relative;overflow:hidden}.home-services-top-bar{width:100%;position:absolute;top:0;left:0}.home-services-bottom-bar{width:100%;position:absolute;bottom:0;left:0}.home-services-top-bar .container,.home-services-bottom-bar .container{justify-content:space-between;display:flex}.home-services-header{text-align:center;will-change:transform;width:100%;position:relative;transform:translateY(300%)}.home-services .cards{z-index:-1;background-color:var(--base-100);justify-content:center;width:100vw;height:100svh;display:flex;position:absolute;top:0;left:0}.home-services .cards-container{justify-content:center;align-items:center;gap:4rem;width:75%;height:100%;margin-top:4rem;display:flex;position:relative}.home-services .cards-container .card{aspect-ratio:5/7;perspective:1000px;flex:1;position:relative}.home-services .cards-container .card .card-wrapper{width:100%;height:100%;animation:2s ease-in-out infinite floating;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-services .card .card-title{justify-content:space-between;width:100%;display:flex}.home-services .card p{font-size:.8rem}@keyframes floating{0%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-55%)}to{transform:translate(-50%,-50%)}}.home-services #card-1 .card-wrapper{animation-delay:0}.home-services #card-2 .card-wrapper{animation-delay:.25s}.home-services #card-3 .card-wrapper{animation-delay:.5s}.home-services .flip-card-inner{width:100%;height:100%;transform-style:preserve-3d;position:relative}.home-services .flip-card-front,.home-services .flip-card-back{backface-visibility:hidden;border-radius:8px;width:100%;height:100%;position:absolute;overflow:hidden}.home-services .flip-card-front{flex-direction:column;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.home-services #card-1 .flip-card-front{background-color:var(--accent-1)}.home-services #card-2 .flip-card-front{background-color:var(--accent-2)}.home-services #card-3 .flip-card-front{background-color:var(--accent-3)}.home-services .flip-card-back{background-color:#fff;flex-direction:column;justify-content:space-between;gap:2rem;padding:1.5rem;display:flex;transform:rotateY(180deg)}.home-services .card-copy{flex-direction:column;gap:.5rem;width:100%;height:100%;display:flex}.home-services .card-copy p{background-color:var(--base-200);border-radius:8px;flex:1;justify-content:center;align-items:center;font-size:1rem;display:flex}.home-services .cards #card-1{z-index:2;transform:translate(100%)translateY(-100%)rotate(-5deg)scale(.25)}.home-services .cards #card-2{z-index:1;transform:translate(0%)translateY(-100%)rotate(0)scale(.25)}.home-services .cards #card-3{z-index:0;transform:translate(-100%)translateY(-100%)rotate(5deg)scale(.25)}.home-services .cards .cards-container .card{opacity:0}.home-spotlight{background-color:var(--base-300);width:100vw;height:100svh;color:var(--base-100);position:relative;overflow:hidden}.home-spotlight .spotlight-intro-header{text-align:center;width:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-spotlight .home-spotlight-images{will-change:transform;z-index:-1;flex-direction:column;justify-content:space-between;width:100vw;height:300svh;display:flex;position:absolute;top:0;left:0;transform:translateY(5%)}.home-spotlight .home-spotlight-images-row{gap:2rem;width:100%;padding:2rem;display:flex}.home-spotlight .home-spotlight-image{aspect-ratio:5/7;border-radius:8px;flex:1;overflow:hidden}.home-spotlight .home-spotlight-image.image-holder{opacity:.75}.home-spotlight .spotlight-mask-image-container{z-index:10;width:100vw;height:100svh;position:absolute;top:0;left:0;overflow:hidden;-webkit-mask:url(/global/logo-mask.svg) 50%/0% no-repeat;mask:url(/global/logo-mask.svg) 50%/0% no-repeat}.home-spotlight .spotlight-mask-image-container .spotlight-mask-image{width:100%;height:100%}.home-spotlight .spotlight-mask-image-container .spotlight-mask-image img{object-fit:contain;object-position:center;width:100%;height:100%}.home-spotlight .spotlight-mask-header{text-align:center;width:40%;color:var(--base-100);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-spotlight-top-bar{width:100%;position:absolute;top:0;left:0}.home-spotlight-bottom-bar{width:100%;position:absolute;bottom:0;left:0}.home-spotlight-top-bar .container,.home-spotlight-bottom-bar .container{justify-content:space-between;display:flex}.outro{z-index:1;width:100vw;min-height:140svh;position:relative;overflow:hidden}.outro .container{z-index:2;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;top:50svh;left:50%;transform:translate(-50%,-50%)}.outro h3{text-align:center;width:50%}.outro .outro-strips{flex-direction:column;justify-content:space-around;width:150vw;height:100svh;display:flex;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.outro .outro-strip{will-change:transform;justify-content:space-around;display:flex;position:relative;transform:translate(0%)}.outro .skill{border-radius:6px;width:max-content;padding:4px 8px}.outro .skill p{font-size:.8rem}.outro .os-1{margin-top:10rem}.outro .os-2{margin-top:-2rem}.outro .os-3{margin-top:16rem}.outro .os-4{margin-top:-2rem}.outro .os-5{margin-top:1rem}.outro .os-6{margin-top:2rem}.outro .skill.skill-var-1{background-color:var(--accent-1);color:var(--base-300)}.outro .skill.skill-var-2{background-color:var(--accent-2);color:var(--base-300)}.outro .skill.skill-var-3{background-color:var(--accent-3);color:var(--base-300)}@media (min-width:2800px){.hero .hero-content .hero-header{width:100%}.hero .hero-content .hero-header h1{font-size:15vw}.hero .hero-cards{width:30%}}@media (max-width:1200px){.hero .hero-content .hero-header{width:100%}.hero .hero-content .hero-header h1{font-size:20vw}.hero .hero-cards{width:50%}}@media (max-width:1000px){.hero .hero-content .hero-header h1{font-size:22.5vw}.hero .hero-content .hero-footer-copy{display:none}.hero .hero-content .hero-footer-tags{justify-content:space-between;width:100%}.hero .hero-cards .card p{font-size:.7rem}.home-about{height:max-content}.home-about .container{flex-direction:column}.home-about .symbols-container{margin-bottom:8rem}.home-about .home-about-col:first-child .home-about-header{width:100%}.home-about .home-about-col:nth-child(2),.home-about .home-about-col-row{flex-direction:column}.home-about .home-about-card{aspect-ratio:1;flex:1 1 0;max-height:380px}.home-about .home-about-card h4{font-size:clamp(1rem,4vw,1.4rem)}.home-services-bottom-bar .container{text-align:center;flex-direction:column;justify-content:center;align-items:center}.home-services-header{transform:translateY(0%)}.home-spotlight .spotlight-mask-header,.home-spotlight .spotlight-intro-header{text-align:center;width:90%}.home-spotlight .home-spotlight-images{width:250vw;position:absolute;left:-75vw}.home-spotlight .home-spotlight-images-row{gap:1rem}.outro h3{width:90%}.outro .outro-strips{width:300vw}.outro .os-1{margin-top:2.5rem}.outro .os-3{margin-top:10rem}}@media (max-width:800px){.hero .hero-cards{width:65%}}@media (max-width:600px){.hero .hero-content .hero-header h1{font-size:25vw}.hero .hero-cards{width:75%;top:65%}}@media (max-width:500px){.hero .hero-content .hero-header h1{font-size:30vw}.hero .hero-cards{width:85%}}@media (max-width:1000px){.home-services{height:max-content}.home-services .cards{background-color:var(--base-100);width:100%;height:max-content;position:relative}.home-services .cards-container{flex-direction:column;gap:2rem;width:100%;margin:0;display:block}.home-services .card{width:100%;max-width:400px;margin:2rem auto;opacity:1!important;transform:none!important}.home-services .flip-card-inner,.home-services .cards-container .card .card-wrapper{animation:none}.home-services .flip-card-front{display:none}.home-services .flip-card-back{position:relative;transform:none!important}}footer{background-color:var(--base-300);width:100vw;height:max-content;min-height:70svh;color:var(--base-100);padding:8rem 0 4rem;position:relative;overflow:hidden}footer .container{flex-direction:column;justify-content:flex-end;gap:1.5rem;display:flex}footer .container>div{gap:2rem;display:flex}footer .container .footer-col,footer .container .footer-sub-col{flex:1}footer .footer-top{gap:2rem;display:flex}footer .footer-top .footer-col:first-child{flex-direction:column;gap:1rem;display:flex}footer .footer-top .footer-col:first-child p.mono{color:var(--base-secondary-dark)}footer .footer-email-row{gap:1rem;width:75%;padding:1rem 0;display:flex}footer .footer-email-row input{width:100%;color:var(--base-100);flex:1;font-family:Host Grotesk;font-size:3rem;font-weight:900}footer .footer-email-row input::placeholder{color:var(--base-secondary-dark);opacity:.75}footer .footer-email-row button{color:var(--base-100);background-color:#ffffff1a;border:none;border-radius:100%;outline:none;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}footer .footer-email-row button img{object-fit:contain;width:.75rem}footer .footer-email-row input{background:0 0;border:none;outline:none}footer .footer-bottom{padding:4rem 0 10rem}footer .footer-bottom .footer-col{flex-direction:column;display:flex}footer .footer-bottom .footer-col-gap{flex:2}footer .footer-logo{width:60px}footer .footer-bottom p.mono{opacity:.25;margin-bottom:2rem}footer .footer-copyright,footer .footer-copyright .footer-col{gap:2rem;display:flex}footer .footer-links,footer .footer-copy{flex-direction:column;gap:.25rem;display:flex}footer a{color:var(--base-100)}@media (max-width:1000px){footer{height:max-content;padding-top:8rem}footer .container .footer-top .footer-col:nth-child(2){display:none}footer .footer-email-row{width:100%}footer .footer-email-row input{font-size:2rem}footer .footer-email-row button{width:3rem;height:3rem}footer .footer-email-row button img{width:.5rem}footer .container>div,footer .footer-bottom .footer-col:nth-child(2){flex-direction:column;gap:4rem}footer .footer-copyright .footer-col:first-child{display:none}footer .footer-copyright .footer-col:nth-child(2){flex-direction:column-reverse;gap:.25rem;width:100%}}.about-hero{width:100vw;height:100svh;position:relative;overflow:hidden}.about-hero .about-hero-img{object-fit:fill;width:100%;height:100%;padding:1rem;position:absolute;top:0;left:0}.about-hero .about-header{text-align:center;width:60%;color:var(--base-100);position:absolute;bottom:2.75rem;left:50%;transform:translate(-50%)}.anime-text-container{width:100vw;height:100svh;position:relative;overflow:hidden}.ws-hero .anime-text-container{z-index:4;will-change:opacity;background:0 0;width:100%;height:100%;position:absolute;inset:0}.ws-hero .anime-text-container .anime-text p{color:#fff;text-shadow:0 1px 16px #0006}.anime-text-container .copy-container{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.anime-text-container .anime-text{width:60%}.anime-text-container .anime-text p{color:var(--base-300);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:900;line-height:1}.anime-text-container .anime-text .word{will-change:background-color, opacity;border-radius:8px;margin-bottom:.2rem;margin-right:.2rem;padding:.1rem .2rem;display:inline-block;position:relative}.anime-text-container .anime-text .word.keyword-wrapper{margin:0 .4rem .2rem .2rem}.anime-text-container .anime-text .word span{position:relative}.anime-text-container .anime-text .word span.keyword{width:100%;height:100%;color:var(--base-300);border-radius:2rem;padding:.1rem 0;display:inline-block}.anime-text-container .anime-text .word span.keyword:before{content:"";background-color:var(--base-300);z-index:-1;border:1px dashed var(--base-300);border-radius:8px;width:calc(100% + 1rem);height:calc(100% + .1rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.anime-text-container .anime-text .word span.keyword.react:before,.anime-text-container .anime-text .word span.keyword.nextjs:before,.anime-text-container .anime-text .word span.keyword.threejs:before{background-color:var(--accent-1)}.anime-text-container .anime-text .word span.keyword.three-d:before,.anime-text-container .anime-text .word span.keyword.systems:before{background-color:var(--accent-2)}.anime-text-container .anime-text .word span.keyword.performance:before,.anime-text-container .anime-text .word span.keyword.scalable:before{background-color:var(--accent-3)}.anime-text-container .anime-text .word,.anime-text-container .anime-text .word span{opacity:0}.about-skills{color:#fff;background-image:url(/sky.jpg);background-position:top;background-size:cover;width:100vw;height:100svh;position:relative;overflow:hidden}.about-skills .container{align-items:stretch;gap:4rem;height:100%;display:flex}.about-skills .about-skills-col{width:100%;height:100%;position:relative}.about-skills .about-skills-col:first-child{-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#040a1cd1 0%,#0a193ca6 55%,#14326461 100%);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;flex:0 0 38%;justify-content:center;gap:2rem;padding:3rem 2.5rem;display:flex}.about-skills .about-skills-col:first-child .symbols-container{display:none}.about-skills-copy-wrapper{flex-direction:column;gap:1.5rem;display:flex}.about-skills .about-skills-callout p{color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.about-skills-hint{margin-top:1rem;color:#ffffff73!important;text-transform:none!important;letter-spacing:.02em!important;font-size:.75rem!important}.about-skills .about-skills-header h3{letter-spacing:-.01em;text-transform:none;color:#fff;width:100%;font-family:Instrument Serif,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.05}.about-skills .about-skills-col:nth-child(2){flex:1;padding:2rem 0}.about-skills .about-skills-col .object-container{border-radius:16px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.about-skills .object-container{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.about-skills .object-container .object{background-color:var(--base-100);width:max-content;color:var(--base-300);-webkit-user-select:none;user-select:none;pointer-events:auto;z-index:2;border:2px solid #101010;border-radius:10px;padding:2rem 4rem;font-size:2rem;font-weight:500;position:absolute}.about-skills .object-container .os-1{background-color:var(--accent-1)}.about-skills .object-container .os-2{background-color:var(--accent-2)}.about-skills .object-container .os-3{background-color:var(--accent-3)}.about-sticky-cards{perspective:1000px;background-color:#e3e3db;width:100vw;height:100svh;position:relative;overflow:hidden}.about-project-cards{width:100%;height:100%;position:relative}.ap-card{color:#fff;transform-origin:bottom;will-change:transform;border-radius:1.5rem;align-items:stretch;gap:1.5rem;width:62%;height:60%;padding:2.5rem;display:flex;position:absolute;top:50%;left:50%;overflow:hidden}.ap-col{flex:1;height:100%}.ap-col:first-child{flex-direction:column;justify-content:space-between;padding:.5rem;display:flex}.ap-label{opacity:.65;text-transform:uppercase!important;letter-spacing:.1em!important;font-size:.72rem!important}.ap-title{text-transform:uppercase;letter-spacing:-.02em;font-family:Oswald,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:.95}.ap-col-img{border-radius:.75rem;overflow:hidden}.ap-col-img img{object-fit:cover;width:100%;height:100%}#ap-card-1{z-index:5;background-color:#4c32c8}#ap-card-2{z-index:4;background-color:#f07320}#ap-card-3{z-index:3;background-color:#d62e2e}#ap-card-4{z-index:2;background-color:#2e6e5a}@media (max-width:1000px){.ap-card{flex-direction:column;width:calc(100% - 3rem);height:70%}.ap-col{flex:unset;width:100%}.ap-col-img{flex:1}.anime-text-container .copy-container h1{width:90%;font-size:2rem}.anime-text-container .anime-text{width:100%}.anime-text-container .anime-text p{font-size:1.3rem}.anime-text-container .anime-text .word{margin-bottom:.15rem;margin-right:.1rem;padding:.05rem .125rem}.anime-text-container .anime-text .word.keyword-wrapper{margin:0 .2rem .1rem .1rem}.anime-text-container .anime-text .word span.keyword:before{width:calc(100% + .35rem);height:calc(100% + .075rem)}.about-hero .about-header{width:90%;top:50%;bottom:unset;transform:translate(-50%,-50%)}.about-skills{height:100svh}.about-skills .container{flex-direction:column;gap:1.5rem;padding-top:5rem}.about-skills .about-skills-col:first-child{flex:none;justify-content:flex-start;gap:1rem}.about-skills .about-skills-header h3{font-size:1.75rem}.skills-playground{min-height:50svh;flex:1!important}.about-skills .object-container .object{-webkit-user-select:none;user-select:none;pointer-events:auto;z-index:2;border:2px solid #101010;border-radius:8px;padding:.75rem 1.5rem;font-size:.75rem;font-weight:500}.about-sticky-cards .gallery-card{width:50%;height:25svh;top:50%}.about-sticky-cards .sticky-cards-header{width:90%}}.contact{background-color:var(--base-300);width:100vw;height:100svh;color:var(--base-100);position:relative;overflow:hidden}.contact .container{align-items:center;display:flex}.contact .container .contact-header{flex-direction:column;gap:2rem;width:70%;display:flex}.contact .contact-gif{z-index:0;aspect-ratio:5/3.5;width:31%;position:absolute;top:50%;right:2rem;transform:translateY(-50%)}.contact-form-section{background-color:var(--base-300);color:var(--base-100);padding:6rem 0 8rem}.contact-form-inner{grid-template-columns:1fr 2fr;align-items:start;gap:6rem;display:grid}.contact-form-label{opacity:.4;margin-bottom:1.5rem}.contact-availability{opacity:.85;flex-direction:column;gap:.75rem;margin:0 0 3rem;padding:0;font-size:1.1rem;list-style:none;display:flex}.contact-links{flex-direction:column;gap:.5rem;display:flex}.contact-links a{opacity:.5;font-size:.85rem;text-decoration:none;transition:opacity .2s}.contact-links a:hover{opacity:1}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-form-group{flex-direction:column;gap:.5rem;display:flex}.contact-form-group label{opacity:.5;text-transform:uppercase;letter-spacing:.05em;font-family:DM Mono,monospace;font-size:.8rem}.contact-form-group input,.contact-form-group textarea{color:var(--base-100);resize:vertical;background:0 0;border:1px solid #ffffff26;border-radius:6px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.contact-form-group input:focus,.contact-form-group textarea:focus{border-color:#fff6}.contact-form-group input::placeholder,.contact-form-group textarea::placeholder{opacity:.3}.contact-submit{background-color:var(--base-100);color:var(--base-300);cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:.85rem 2rem;font-family:DM Mono,monospace;font-size:.9rem;transition:opacity .2s}.contact-submit:hover:not(:disabled){opacity:.8}.contact-submit:disabled{opacity:.4;cursor:not-allowed}@media (max-width:1000px){.contact-form-inner{grid-template-columns:1fr;gap:3rem}.contact-form-row{grid-template-columns:1fr}.contact .contact-gif{right:unset;width:calc(100% - 4rem);max-width:500px;top:35svh;left:50%;transform:translate(-50%,-50%)}.contact .container .contact-header{z-index:1;width:95%;position:absolute;bottom:6rem}.contact .home-spotlight-bottom-bar p:nth-child(2),.contact .home-spotlight-bottom-bar p:nth-child(3){display:none}}.slider{background-color:var(--base-100);width:100vw;height:100svh;color:var(--base-100);position:relative;overflow:hidden}.slide{width:100vw;height:100svh;position:absolute;top:0;left:0}.slide-img{border:1px dashed var(--base-300);border-radius:12px;width:calc(100vw - 1.75rem);height:calc(100svh - 1.75rem);position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.slide-img img{will-change:transform}.slide-img:after{content:"";background:linear-gradient(#0a0a0a00 0%,#0a0a0a 100% 100%);width:100%;height:100%;position:absolute;top:0;left:0}.slide{will-change:transform}.slide-header{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:.25rem;width:90%;display:flex;position:absolute;bottom:4rem;left:50%;transform:translate(-50%)}.slide-header h2{line-height:1}.slide-description{text-align:center;width:60%;margin-bottom:3rem}.slide-link a{text-decoration:none}.slide-link a .line{text-transform:uppercase;color:var(--base-100);border:1px dashed var(--base-secondary-dark);background-color:#ffffff06;border-radius:6px;padding:1rem 2rem;font-family:DM Mono;font-size:.85rem;font-weight:500;text-decoration:none}.slide-info{justify-content:space-between;align-items:flex-end;width:100vw;padding:0 4rem;display:flex;position:absolute;bottom:4rem;left:0}.slide-tags{flex-direction:column;display:flex}.slide-index-wrapper{display:flex}.slide-index-wrapper p{text-align:center;width:2rem}.slide-tags p:first-child{margin-bottom:1rem}.line,.word{will-change:transform;display:inline-block;position:relative}.hackathonHeroUnified{background-color:var(--base-100);width:100vw;height:100svh;position:relative;overflow:hidden}.hhuImage{z-index:0;width:100%;height:65%;position:absolute;bottom:0;left:0}.hhuImage img{object-fit:cover;object-position:center top;width:100%;height:100%}.hhuImageFadeTop{background:linear-gradient(to bottom, var(--base-100) 0%, transparent 100%);pointer-events:none;width:100%;height:45%;position:absolute;top:0;left:0}.hhuImageFadeBottom{pointer-events:none;background:linear-gradient(#0000,#0a0a0ad9);width:100%;height:55%;position:absolute;bottom:0;left:0}.hhuContent{z-index:1;flex-direction:column;justify-content:space-between;height:100%;padding-top:5.075rem;padding-bottom:2.75rem;display:flex;position:relative}.hhuTop{flex-direction:column;gap:.4rem;display:flex}.hhuEyebrow{opacity:.55;color:var(--base-300)}.hhuTitle{text-transform:uppercase;color:var(--base-300);font-family:Oswald;font-size:clamp(5rem,13vw,12rem);font-weight:900;line-height:.85}.hhuBottom{flex-direction:column;gap:1.25rem;display:flex}.hhuDivider{border-bottom:1px dashed #f9f4eb4d;width:100%}.hhuMetaRow{flex-wrap:wrap;justify-content:space-between;display:flex}.hhuStats{gap:2.5rem;display:flex}.heroStatNumber{color:var(--base-100);font-family:Oswald;font-size:clamp(2.8rem,5.5vw,5rem)}.heroStatLabel{color:var(--base-100);opacity:.5;font-family:DM Mono;font-size:.65rem}.hhuInfo{gap:2rem;display:flex}.hhuInfoCol p{color:var(--base-100);opacity:.55}.hhuStreak{gap:2rem;display:flex}.hhuStreakCopy{color:var(--base-100);font-size:.9rem}.hackathonSnapshot{position:relative}.snapshotCaption{justify-content:space-between;display:flex;position:absolute;bottom:17.5%;left:17.5%;right:17.5%}.snapshotTag{color:var(--base-100);font-size:.6rem}.snapshotLabelText{color:var(--base-100);font-size:.7rem}.hackathonEntry{width:100vw;padding:5rem 0 6rem}.hackAccentLine{background:var(--hack-color,var(--base-300));height:2px;transform:scaleX(0)}.hackathonEntryGrid{grid-template-columns:260px 1fr;gap:5rem;display:grid}.hackathonColLeft{position:sticky;top:5rem}.hackIndex{color:var(--hack-color,var(--base-300));font-family:Oswald;font-size:clamp(5rem,9vw,8rem)}.hackSectionLabel{opacity:.35;font-size:.68rem}.hackathonColRight{flex-direction:column;gap:2.5rem;display:flex}.hackTitle{font-family:Oswald;font-size:clamp(3rem,5.5vw,5.5rem)}.hackSubtitle{opacity:.4;font-size:.75rem}.hackPills{flex-wrap:wrap;gap:.45rem;display:flex}.hackPill{border:1px dashed var(--base-300);padding:.3rem .75rem;font-size:.68rem}@media (max-width:1000px){.slide-header{top:50%;bottom:unset;width:90%;transform:translate(-50%,-50%)}.slide-description{width:85%}.slide-title h2{font-size:3rem}.slide-info{padding:0 3rem;bottom:3rem}}.project-header{width:100vw;height:75svh;position:relative;overflow:hidden}.project-header .container{flex-direction:column;justify-content:flex-end;gap:1rem;display:flex}.project-header .project-header-divider{border-bottom:1px dashed var(--base-300);opacity:.25;width:100%;height:1px}.project-header .project-meta{gap:2rem;display:flex}.project-header .project-meta-col,.project-header .project-meta-sub-col{flex:1}.project-header .project-meta-col:nth-child(2){gap:2rem;display:flex}.project-banner-img{aspect-ratio:16/9;width:100%;margin:2rem 0}.project-overview{width:100vw;height:100%;padding:2rem 0 6rem;position:relative;overflow:hidden}.project-overview .container{gap:2rem;display:flex}.project-overview .container .project-overview-col{flex:1}.project-overview .container .project-overview-col:nth-child(2){flex-direction:column;gap:4rem;display:flex}.project-overview .container .project-overview-col:nth-child(2) .project-overview-copy{width:75%}.project-snapshots{background-color:var(--base-300);width:100vw;height:100svh;color:var(--base-100);position:relative;overflow:hidden}.project-snapshots-wrapper{width:500vw;height:100svh;display:flex;position:relative;overflow:hidden;transform:translate(0%)}.project-snapshot{flex:1;justify-content:center;align-items:center;display:flex}.project-snapshot img{aspect-ratio:16/9;object-fit:cover;border:1px dashed var(--base-secondary-dark);border-radius:8px;width:65%;height:65%}.snapshots-progress-bar{justify-content:space-between;align-items:center;width:20%;min-width:300px;height:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.progress-indicator{background-color:var(--base-secondary-dark);width:1px;height:50%}.progress-bar{border:1px solid var(--base-100);background-color:var(--base-300);transform-origin:0;will-change:width;width:0%;height:100%;position:absolute;top:0;left:0}.project-info{width:100vw;height:100%;padding:8rem 0 10rem;position:relative;overflow:hidden}.project-info .container{gap:2rem;display:flex}.project-info .container .project-info-col{flex:1}.project-info .container .project-info-col:nth-child(2) .project-info-copy{width:75%}.next-project{background-color:var(--base-300);width:100vw;height:100svh;color:var(--base-100);position:relative;overflow:hidden}.next-project .container.next-project-data{flex-direction:column;justify-content:center;gap:1rem;display:flex}.next-project .next-project-header-divider{border-bottom:1px dashed var(--base-secondary-dark);opacity:.25;width:100%;height:1px}.next-project .next-project-meta{gap:2rem;display:flex}.next-project .next-project-meta-col,.next-project .next-project-meta-sub-col{flex:1}.next-project .next-project-meta-col:nth-child(2){gap:2rem;display:flex}@media (max-width:1000px){.project-header .project-meta,.project-header .project-meta-col:nth-child(2),.next-project .next-project-meta,.next-project .next-project-meta-col:nth-child(2){flex-direction:column}.project-banner-img{aspect-ratio:4/5}.project-overview .container .project-overview-col:first-child,.project-info .container .project-info-col:first-child{display:none}.project-overview .container .project-overview-col:nth-child(2) .project-overview-copy,.project-info .container .project-info-col:nth-child(2) .project-info-copy{width:100%}.snapshots-progress-bar{width:calc(100% - 4rem);bottom:5rem}}.ws-hero{perspective:1000px;color:#fff;width:100%;height:100svh;font-family:Instrument Serif,serif;position:relative;overflow:hidden}.ws-hero img{object-fit:cover;width:100%;height:100%}.ws-hero h1{text-transform:none;letter-spacing:normal;font-family:Instrument Serif,serif;font-size:clamp(5rem,6vw,7rem);font-weight:500;line-height:.8}.ws-hero p{text-transform:none;font-family:Instrument Serif,serif;font-size:1.35rem;line-height:1}.ws-sky-container,.ws-hero-copy,.ws-window-container,.ws-hero-header{will-change:transform;width:100%;position:absolute;top:0;left:0}.ws-hero-header{z-index:2}.ws-hero-copy{z-index:3}.ws-sky-container{height:350svh}.ws-window-container{height:100svh}.ws-hero-copy{justify-content:center;align-items:center;height:100svh;display:flex}.ws-hero-copy h1{width:85%}.ws-hero-header{height:100svh;transform-style:preserve-3d;padding:2rem;display:flex}.ws-hero-header .col{flex-direction:column;flex:1;justify-content:space-between;display:flex}.ws-hero-header .col p{width:50%}.ws-hero-header .col:nth-child(2){text-align:right;align-items:flex-end}.ws-fade-overlay{pointer-events:none;z-index:10;opacity:0;will-change:opacity;background-color:#0a0a0a;position:absolute;inset:0}@media (max-width:1000px){.ws-hero h1{font-size:3rem}.ws-hero p{font-size:1.125rem}}.peel-cards{perspective:1000px;background-color:#e8e5df;height:100svh;position:relative}.peel-card{color:#fff;transform-origin:bottom;will-change:transform;border-radius:1rem;justify-content:center;align-items:center;gap:1rem;width:65%;height:60%;padding:2.5rem;display:flex;position:absolute;top:50%;left:50%;overflow:hidden}.peel-col{flex:1;height:100%}.peel-col:first-child{flex-direction:column;justify-content:space-between;padding:.5rem;display:flex}.peel-col:first-child p{text-transform:uppercase;letter-spacing:.1em;opacity:.7;font-family:Host Grotesk;font-size:.85rem}.peel-col:first-child h1{font-size:clamp(2.5rem,4vw,5rem);line-height:.9}.peel-col:nth-child(2){border-radius:.75rem;overflow:hidden}.peel-col:nth-child(2) img{object-fit:cover;width:100%;height:100%}#peel-card-1{z-index:5;background-color:#3d2fa9}#peel-card-2{z-index:4;background-color:#f72}#peel-card-3{z-index:3;background-color:#c0392b}#peel-card-4{z-index:2;background-color:#785f47}@media (max-width:1000px){.peel-card{flex-direction:column;width:calc(100% - 4rem);height:75%}}.footer-3d-canvas{z-index:0;pointer-events:none;position:absolute;inset:0}.footer-3d-canvas canvas{opacity:.4;width:100%!important;height:100%!important}.footer-parallax{z-index:1;will-change:transform;position:relative}.spiral-hero{width:100%;height:200svh;margin-bottom:4rem;position:relative}.spiral-hero-inner{background-color:var(--base-300);width:100%;height:100svh;position:sticky;top:0;overflow:hidden}.spiral-hero canvas{position:absolute;inset:0;width:100%!important;height:100%!important}.spiral-hero-copy{bottom:var(--container-padding);left:var(--container-padding);z-index:2;color:var(--base-100);pointer-events:none;position:absolute}.spiral-hero-copy h1{mix-blend-mode:difference;font-size:8rem;line-height:.9}.spiral-hero-copy p{opacity:.6;text-transform:none;max-width:36ch;margin-top:.75rem;font-size:1rem}.lab-about{background-color:var(--base-300);padding:6rem 0}.lab-about-inner{align-items:flex-start;gap:4rem;display:flex}.lab-about-label{opacity:.4;white-space:nowrap;padding-top:.25rem}.lab-about-desc{opacity:.75;color:#fff;max-width:60ch;margin-top:8rem;font-size:clamp(1rem,1.5vw,1.35rem);line-height:1.7}.lab-about-img{object-fit:cover;border-radius:.75rem;flex-shrink:0;align-self:flex-end;width:28%}.hs-section{background-color:#0a0a0a;width:100vw;height:100svh;padding:5rem 2rem 2rem;position:relative;overflow:hidden}.hs-label-bar{z-index:3;color:#ffffff73;text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;font-size:.75rem;display:flex;position:absolute;top:0;left:0}.hs-slider{width:100%;height:100%;position:relative;overflow:hidden}.hs-slides{will-change:transform;width:500%;height:100%;display:flex;position:relative}.hs-slide{flex:1;height:100%;position:relative;overflow:hidden}.hs-img{position:absolute;inset:0;overflow:hidden}.hs-img img{object-fit:cover;will-change:transform;width:100%;height:100%;transform:scale(1.35)}.hs-slide:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#00000073 0%,#0000 40%,#0000004d 100%);position:absolute;inset:0}.hs-title{z-index:2;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);padding:1.5rem 2rem;position:relative;overflow:hidden}.hs-title h2{color:#fff;text-transform:uppercase;letter-spacing:-.02em;will-change:transform;text-shadow:0 4px 24px #0009;font-family:Oswald,sans-serif;font-size:clamp(3.5rem,8vw,8rem);font-weight:700;line-height:.9}.lab-experiments{padding:var(--space-xl) var(--container-padding);background-color:var(--base-100)}.lab-experiments-header{margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--base-300);justify-content:space-between;align-items:flex-end;display:flex}.lab-label{text-transform:uppercase;letter-spacing:.12em;opacity:.5;font-family:Host Grotesk;font-size:.875rem}.lab-experiments-list{flex-direction:column;list-style:none;display:flex}.lab-experiment-item{gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid color-mix(in srgb, var(--base-300) 15%, transparent);grid-template-columns:4rem 1fr;display:grid}.lab-experiment-index{opacity:.4;padding-top:.35rem;font-family:Host Grotesk;font-size:.875rem}.lab-experiment-body{flex-direction:column;gap:.75rem;display:flex}.lab-experiment-title-row{align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.lab-experiment-title-row h4{font-size:1.75rem}.lab-experiment-tags{flex-wrap:wrap;gap:.5rem;display:flex}.lab-tag{text-transform:uppercase;letter-spacing:.08em;border:1px solid color-mix(in srgb, var(--base-300) 30%, transparent);border-radius:var(--radius-full);opacity:.7;padding:.25rem .75rem;font-family:Host Grotesk;font-size:.75rem}.lab-experiment-body>p{opacity:.55;max-width:70ch;font-size:1rem;line-height:1.6}@media (max-width:768px){.spiral-hero-copy h1{font-size:4rem}.lab-about{padding:3rem 0}.lab-about-inner{flex-direction:column;gap:2rem}.lab-about-label{white-space:normal}.lab-about-desc{max-width:100%;margin-top:0}.lab-about-img{align-self:stretch;width:100%;max-height:240px}.hs-section{padding:2.5rem .75rem .75rem}.hs-label-bar{padding:1rem .75rem}.hs-title h2{font-size:clamp(2rem,9vw,4rem)}.hs-title{padding:1rem}.lab-experiments-header{flex-direction:column;align-items:flex-start;gap:.5rem}.lab-experiment-item{grid-template-columns:1fr;gap:.5rem}.lab-experiment-index{display:none}}@media (max-width:500px){.spiral-hero-copy h1{font-size:2.75rem}.menu-nav a{padding:.5rem 1.25rem;font-size:2.25rem}footer .footer-email-row input{font-size:1.25rem}.about-skills .container{padding-top:4rem}.ap-card{height:80%}.contact .container .contact-header{width:100%}}
.Cursor-module__RyTiiW__dot,.Cursor-module__RyTiiW__ring{pointer-events:none;z-index:999999;will-change:transform;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.Cursor-module__RyTiiW__dot{mix-blend-mode:difference;background-color:#fff;width:8px;height:8px}.Cursor-module__RyTiiW__ring{mix-blend-mode:difference;opacity:.9;border:2px solid #fff;width:36px;height:36px}@media (pointer:coarse){.Cursor-module__RyTiiW__dot,.Cursor-module__RyTiiW__ring{display:none}}
.DarkModeToggle-module__IsPnFW__toggle{z-index:900;border-radius:var(--radius-full);border:1.5px solid var(--base-300);background:var(--base-100);width:2.5rem;height:2.5rem;color:var(--base-300);cursor:pointer;transition:background var(--transition-base), color var(--transition-base), border-color var(--transition-base);justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.DarkModeToggle-module__IsPnFW__toggle:hover{background:var(--base-300);color:var(--base-100)}.DarkModeToggle-module__IsPnFW__icon{font-family:DM Mono,monospace;font-size:.85rem;line-height:1}
.Preloader-module__3uR81a__preloader,.Preloader-module__3uR81a__splitOverlay,.Preloader-module__3uR81a__tagsOverlay{width:100vw;height:100svh;position:fixed;top:0;left:0}.Preloader-module__3uR81a__preloader,.Preloader-module__3uR81a__splitOverlay{color:#fff;background-color:#0a0a0a}.Preloader-module__3uR81a__preloader,.Preloader-module__3uR81a__tagsOverlay{z-index:10001}.Preloader-module__3uR81a__splitOverlay{z-index:10000}.Preloader-module__3uR81a__introTitle{text-align:center;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Preloader-module__3uR81a__outroTitle{position:absolute;top:50%;left:calc(50% + 10rem);transform:translate(-50%,-50%)}.Preloader-module__3uR81a__introTitle h1,.Preloader-module__3uR81a__outroTitle h1,.Preloader-module__3uR81a__plCard h1{text-transform:uppercase;letter-spacing:0;font-family:DM Sans,sans-serif;font-size:6rem;font-weight:600;line-height:1}.Preloader-module__3uR81a__tag p{text-transform:uppercase;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.Preloader-module__3uR81a__tag{color:#5a5a5a;width:max-content;position:absolute;overflow:hidden}.Preloader-module__3uR81a__tag1{top:15%;left:15%}.Preloader-module__3uR81a__tag2{bottom:15%;left:25%}.Preloader-module__3uR81a__tag3{bottom:30%;right:15%}.Preloader-module__3uR81a__plContainer{clip-path:polygon(0 48%,0 48%,0 52%,0 52%);z-index:10002;flex-direction:column;justify-content:space-between;width:100%;height:100%;min-height:100svh;display:flex;position:fixed;top:0;left:0}.Preloader-module__3uR81a__plHeroImg{width:100%;height:100%;position:absolute}.Preloader-module__3uR81a__plHeroImg img{object-fit:cover;opacity:1;width:100%;height:100%}.Preloader-module__3uR81a__preloaderNav{color:#fff;z-index:2;text-transform:uppercase;justify-content:space-between;align-items:center;width:100vw;padding:2em;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;display:flex;position:relative}.Preloader-module__3uR81a__plCard{clip-path:polygon(0% 50%,100% 50%,100% 50%,0% 50%);background-color:#f5f4f0;border-radius:1.25rem;flex-direction:column;justify-content:space-between;width:30%;height:72%;padding:2.5rem 2.75rem;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);container-type:inline-size}.Preloader-module__3uR81a__plCardLabel{text-transform:uppercase;letter-spacing:.12em;color:#888;font-family:DM Mono,monospace;font-size:.68rem;overflow:hidden}.Preloader-module__3uR81a__plCardLabel .char{display:inline-block;position:relative;overflow:hidden}.Preloader-module__3uR81a__plCardLabel .char span{will-change:transform;display:inline-block;position:relative;transform:translateY(-100%)}.Preloader-module__3uR81a__plCardHeadlineWrap{flex-direction:column;flex:1;justify-content:center;display:flex}.Preloader-module__3uR81a__plCardHeadline{color:#0a0a0a;text-transform:uppercase!important;letter-spacing:-.02em!important;font-family:Oswald,sans-serif!important;font-size:clamp(2rem,20cqw,14rem)!important;font-weight:600!important;line-height:.95!important}.Preloader-module__3uR81a__plCardTech{text-transform:uppercase;letter-spacing:.08em;color:#555;opacity:0;will-change:transform, opacity;font-family:DM Mono,monospace;font-size:.7rem;transform:translateY(1rem)}:is(.Preloader-module__3uR81a__introTitle .char,.Preloader-module__3uR81a__outroTitle .char,.Preloader-module__3uR81a__plCardHeadline .char){display:inline-block;position:relative;overflow:hidden}:is(.Preloader-module__3uR81a__introTitle .char,.Preloader-module__3uR81a__outroTitle .char){margin-top:.75rem}.Preloader-module__3uR81a__introTitle .char span{will-change:transform;display:inline-block;position:relative;transform:translateY(-100%)}.Preloader-module__3uR81a__outroTitle .char span{will-change:transform;display:inline-block;position:relative;transform:translateY(-100%)}.Preloader-module__3uR81a__tag .word{will-change:transform;display:inline-block;position:relative;transform:translateY(-100%)}.Preloader-module__3uR81a__plCardHeadline .char span{will-change:transform;display:inline-block;position:relative;transform:translateY(105%)}.Preloader-module__3uR81a__introTitle .first-char{transform-origin:0 0}@media (max-width:1000px){.Preloader-module__3uR81a__introTitle h1,.Preloader-module__3uR81a__outroTitle h1{font-size:2.5rem}.Preloader-module__3uR81a__outroTitle{left:calc(50% + 4rem)}.Preloader-module__3uR81a__plCard{border-radius:1rem;width:calc(100% - 4rem);height:65%;padding:2rem}.Preloader-module__3uR81a__plCardHeadline{font-size:2rem!important}:is(.Preloader-module__3uR81a__introTitle .char,.Preloader-module__3uR81a__outroTitle .char){margin-top:.5rem}}
