.loading-screen{position:fixed;top:0;left:0;width:100%;height:100svh;background-color:var(--base-300);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform 1s cubic-bezier(.85,0,.15,1)}.loading-screen.revealed{transform:translateY(-100%)}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:300px}.loading-logo{width:120px;height:auto;animation:pulseLogo 2s ease-in-out infinite;filter:invert(1)}.loading-bar-container{width:100%}.loading-bar-track{width:100%;height:2px;background-color:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden;position:relative}.loading-bar-fill{height:100%;background-color:var(--accent-1,#ff3b3b);width:0;transition:width .1s linear}.loading-percentage{color:var(--base-100,#fff);font-family:var(--font-mono,monospace);font-size:.9rem;margin-top:.5rem;text-align:right;width:100%}@keyframes pulseLogo{0%{opacity:.5;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}to{opacity:.5;transform:scale(.98)}}.scroll-progress-container{position:fixed;top:50%;right:.6rem;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:999;mix-blend-mode:difference;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.scroll-progress-container.visible{opacity:1;visibility:visible}.scroll-progress-track{width:2px;height:200px;background-color:var(--base-secondary-fade);position:relative}.scroll-progress-fill{width:100%;background-color:var(--base-100);position:absolute;top:0;left:0;transition:height .1s ease-out}.scroll-progress-text{color:var(--base-100);writing-mode:vertical-rl;transform:rotate(180deg);font-size:.8rem;margin-top:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero{position:relative;width:100%;height:100svh;overflow:hidden;background:linear-gradient(to bottom right,#ff3b3b,#ff3b3b 16.66%,#ff9326 0,#ff9326 33.33%,#ffeb3b 0,#ffeb3b 50%,#00e676 0,#00e676 66.66%,#00b0ff 0,#00b0ff 83.33%,#16000a 0,#16000a)}.hero .hero-content{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between}.hero .hero-content .hero-header{width:90%;margin:0 auto;text-align:center;padding-top:15svh}.hero .hero-content .hero-header h1{font-size:8vw;line-height:.9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1em}.hero .hero-content .hero-header .hero-logo{height:1em;width:auto}.hero .hero-content .hero-footer{display:flex;justify-content:space-between;align-items:flex-end;z-index:2}.hero .hero-content .hero-footer-copy{width:35%}.hero .hero-content .hero-footer-tags{display:flex;gap:2rem}.hero .hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:10;animation:bounce 2s ease-in-out infinite}.hero .hero-scroll-indicator p{color:var(--base-300);font-size:1.5rem}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}.home-about{position:relative;width:100%;height:100svh;background:linear-gradient(to bottom right,#16000a,#16000a 16.66%,#16000a 0,#16000a 33.33%,#16000a 0,#16000a 50%,#16000a 0,#16000a 66.66%,#16000a 0,#16000a 83.33%,#000 0,#000);overflow:hidden;display:flex;align-items:center;color:azure}.home-about .container{display:flex;gap:2rem}.home-about .home-about-col:first-child{flex:4 1}.home-about .home-about-col:first-child .home-about-header{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:2rem;padding-bottom:1rem}.home-about .home-about-col:nth-child(2){flex:3 1;display:flex;flex-direction:column;justify-content:center;gap:2rem;width:100%}.home-about .home-about-col-row{display:flex;flex:1 1;gap:2rem;width:100%}.home-about .home-about-card{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;height:100%;border:1px dashed var(--base-secondary-fade);border-radius:16px;padding:1.5rem}.home-about .home-about-card p.mono{color:var(--base-secondary-dark)}.home-services{position:relative;width:100%;height:100svh;padding:8rem 2rem;overflow:hidden}.home-services-top-bar{position:absolute;top:0;left:0;width:100%}.home-services-bottom-bar{position:absolute;bottom:0;left:0;width:100%}.home-services-bottom-bar .container,.home-services-top-bar .container{display:flex;justify-content:space-between}.home-services-header{position:relative;width:100%;text-align:center;transform:translateY(300%);will-change:transform}.home-spotlight{position:relative;width:100%;height:100svh;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.home-spotlight .spotlight-intro-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:50%}.home-spotlight .home-spotlight-images{position:absolute;top:0;left:0;width:100%;height:300svh;display:flex;flex-direction:column;justify-content:space-between;transform:translateY(5%);will-change:transform;z-index:-1}.home-spotlight .home-spotlight-images-row{width:100%;padding:2rem;display:flex;gap:2rem}.home-spotlight .home-spotlight-image{flex:1 1;aspect-ratio:5/7;border-radius:8px;overflow:hidden}.home-spotlight .home-spotlight-image.image-holder{opacity:.75}.home-spotlight .spotlight-mask-image-container{position:absolute;top:0;left:0;width:100%;height:100svh;overflow:hidden;z-index:10;-webkit-mask:url(/global/spotlight-mask.svg) center/contain no-repeat;mask:url(/global/spotlight-mask.svg) center/contain no-repeat;-webkit-mask-size:0;mask-size:0}.home-spotlight .spotlight-mask-image-container .spotlight-mask-image{width:100%;height:100%}.home-spotlight .spotlight-mask-image-container .spotlight-mask-image img{width:100%;height:100%;object-fit:cover;object-position:center}.home-spotlight .spotlight-mask-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;text-align:center;color:var(--base-100)}.home-spotlight-top-bar{position:absolute;top:0;left:0;width:100%}.home-spotlight-bottom-bar{position:absolute;bottom:0;left:0;width:100%;padding-bottom:.6rem;color:azure}.home-spotlight-bottom-bar .container,.home-spotlight-top-bar .container{display:flex;justify-content:space-between}.home-team{position:relative;width:100%;min-height:100svh;padding:1rem 0;background-color:var(--base-200)}.home-team-content{display:flex;align-items:flex-start;justify-content:space-between;gap:4rem}.home-team-grid{flex:2 1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.home-team-text{flex:1 1;text-align:right}.home-team-text p{margin-top:2rem;color:var(--base-300)}.home-team .team-member-img{width:100%;aspect-ratio:4/5;border-radius:8px;overflow:hidden;margin-bottom:1rem}.home-team .team-member p.meta{color:var(--base-secondary-dark);font-size:.75rem}@media (max-width:1000px){.home-team-grid{grid-template-columns:repeat(2,1fr);width:100%}.home-team-text{display:none}}.outro{position:relative;width:100%;height:100svh;overflow:hidden;z-index:1;background-color:#faebd7}.outro .container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:10rem}.outro h3{width:50%;text-align:center}.outro .outro-strips{position:absolute;top:-5%;left:50%;transform:translateX(-50%);width:150vw;height:100svh;overflow:hidden;flex-direction:column}.outro .outro-strip,.outro .outro-strips{display:flex;justify-content:space-around}.outro .outro-strip{position:relative;transform:translateX(0);will-change:transform}.outro .skill{width:max-content;padding:4px 8px;border-radius:6px}.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{justify-content:center}.hero .hero-content .hero-header{padding-top:0}.hero .hero-content .hero-header h1{font-size:20vw}.hero .hero-content .hero-footer-copy{display:none}.hero .hero-content .hero-footer-tags{width:100%;justify-content:space-between}.hero .hero-cards .card p{font-size:.7rem}.home-about{min-height:unset;height:max-content;padding:6rem 0}.home-about .container{flex-direction:column;gap:2rem}.home-about h3{font-size:4.5rem}.home-about p.md{font-size:1.25rem}.home-about .symbols-container{margin-bottom:8rem}.home-about .home-about-col:first-child .home-about-header{width:100%}.home-about .home-about-col-row,.home-about .home-about-col:nth-child(2){flex-direction:column}.home-about .home-about-card{aspect-ratio:1;max-height:400px}.home-services-bottom-bar .container{flex-direction:column;justify-content:center;align-items:center;text-align:center}.home-services-header{transform:translateY(0)}.home-spotlight .spotlight-intro-header,.home-spotlight .spotlight-mask-header{width:90%;text-align:center}.home-spotlight .home-spotlight-images{position:absolute;left:-40vw;width:180vw;height:160svh}.home-spotlight .home-spotlight-images-row{gap:1rem;padding: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:22vw}.hero .hero-cards{top:65%;width:75%}}@media (max-width:500px){.hero .hero-content .hero-header h1{font-size:24vw}.hero .hero-cards{width:85%}}@media (max-width:1000px){.home-services{height:max-content;padding:6rem 0}.home-services .cards{position:relative;background-color:var(--base-100);width:100%;height:max-content}.home-services .team-cards-container{padding:4rem 2rem;gap:1rem}.home-services .team-card{width:75vw;max-width:none;min-width:unset}}