.hero{position:relative;width:100vw;height:100svh;overflow:hidden}.hero .hero-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.hero .hero-content .hero-header{width:75%;margin:0 auto;text-align:center;padding-top:5svh}.hero .hero-content .hero-header h1{font-size:16vw}.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-cards{position:absolute;top:67.5%;left:50%;transform:translate(-50%,-50%);width:40%;display:flex;justify-content:center;gap:1rem}.hero .hero-cards .card{flex:1;position:relative;aspect-ratio:5/7;transform:scale(0);will-change:transform,z-index;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.hero .hero-cards .card:hover{transform:translateY(-15%)!important;z-index:20!important}.hero .hero-cards .card .hero-card-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);position:relative}.hero .hero-cards .card .card-image{width:100%;height:auto;border-radius:8px;object-fit:cover;margin-bottom:.5rem}.hero .hero-cards .card .card-title{width:100%;display:flex;justify-content:space-between}.hero .hero-cards .card p{font-size:.8rem}.card-top-left{position:absolute;top:.8rem;left:1rem;color:#fff;font-weight:1000;z-index:5;font-size:1.4rem}.card-logo-bottom-right{position:absolute;bottom:-.8rem;right:1rem;width:70px;z-index:5}.card-logo-bottom-right img{width:100%;height:100%;object-fit:contain}.hero .hero-cards .card#hero-card-1{z-index:3}.hero .hero-cards .card#hero-card-2{z-index:2}.hero .hero-cards .card#hero-card-3{z-index:1}.home-about{position:relative;width:100vw;height:100svh;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.home-about .container{display:flex;gap:2rem}.home-about .home-about-col:nth-child(1){flex:4}.home-about .home-about-col:nth-child(1) .home-about-header{width:90%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;padding-bottom:1rem}.home-about .home-about-col:nth-child(2){flex:3;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;width:100%}.home-about .home-about-col-row{display:flex;flex:1;gap:2rem;width:100%}.home-about .home-about-card{flex: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:100vw;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-top-bar .container,.home-services-bottom-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-services .cards{position:fixed;top:0;left:0;width:100vw;height:100svh;display:flex;justify-content:center;z-index:-1;background-color:var(--base-100)}.cards-container{z-index:10}.home-services .cards-container{position:relative;width:75%;height:100%;margin-top:4rem;display:flex;justify-content:center;align-items:center;gap:4rem}.home-services .cards-container .card{flex:1;position:relative;aspect-ratio:5/7;perspective:1000px}.home-services .cards-container .card .card-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;animation:floating 2s infinite ease-in-out}.home-services .card .card-title{width:100%;display:flex;justify-content:space-between}@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{position:relative;width:100%;height:100%;transform-style:preserve-3d}.home-services .flip-card-front,.home-services .flip-card-back{position:absolute;width:100%;height:100%;border-radius:8px;backface-visibility:hidden;overflow:hidden}.home-services .flip-card-back{position:relative;overflow:hidden;background-color:transparent!important;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;transform:rotateY(180deg)}.flip-card-back .blurred-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(8px);transform:scale(1.05);z-index:1}.flip-card-back:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2}.flip-card-back .back-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:space-between}.flip-card-back .card-title,.flip-card-back .card-copy{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.5)}.flip-card-back .card-copy p{background-color:transparent!important;color:#fff!important;padding:.5rem 0}.slot-title{font-family:Xanti Typewriter,monospace;font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 0 8px rgba(0,0,0,.7)}.slot-description{font-size:1.2rem;color:#ddd;line-height:1.4;margin-bottom:1.5rem;text-shadow:0 0 5px rgba(0,0,0,.5)}.card-buttons{display:flex;gap:1rem}.btn.try-it{text-decoration:none;text-transform:uppercase;color:var(--base-100);font-size:.85;font-weight:600;padding:1rem 2rem;background-color:#ffffff06;border:1px dashed var(--base-secondary-dark);border-radius:6px;transition:transform .3s ease;display:inline-block;transform-origin:center}.btn.try-it:hover{cursor:pointer;transform:scale(1.05)}.btn-text{display:inline-block;transform:scale(1);transition:none}.btn.read-more{background-color:#444;color:#eee;padding:1rem 2rem;border-radius:4px;border:none;cursor:pointer;font-family:Cofos Sans Mono,monospace;font-weight:600;font-size:1rem;transition:background-color .3s ease}.btn.read-more:hover{background-color:#666}@media (max-width: 768px){.btn.try-it,.btn.read-more{font-size:.75rem;padding:.6rem 1.2rem}}@media (max-width: 480px){.card-buttons{display:flex;flex-direction:column;gap:.6rem}.btn.try-it,.btn.read-more{font-size:.7rem;padding:.5rem 1rem;width:100%}}@media (max-width: 1000px){.home-services .flip-card-back{transform:none!important;position:relative}.card-buttons{flex-direction:column;gap:1rem}.btn{width:100%;padding:1rem}}.home-services .flip-card-front{padding:0rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.home-services #card-1 .flip-card-front,.home-services #card-2 .flip-card-front,.home-services #card-3 .flip-card-front{background-color:#39ff14}.home-services .flip-card-back{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;background-color:#fff;transform:rotateY(180deg)}.home-services .card-copy{width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem}.home-services .card-copy p{flex:1;display:flex;justify-content:center;align-items:center;font-size:1rem;background-color:var(--base-200);border-radius:8px}.home-services .cards #card-1{transform:translate(100%) translateY(-100%) rotate(-5deg) scale(.25);z-index:2}.home-services .cards #card-2{transform:translate(0) translateY(-100%) rotate(0) scale(.25);z-index:1}.home-services .cards #card-3{transform:translate(-100%) translateY(-100%) rotate(5deg) scale(.25);z-index:0}.home-services .cards .cards-container .card{opacity:0}.home-spotlight{position:relative;width:100vw;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:100vw;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;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:100vw;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%}.home-spotlight-top-bar .container,.home-spotlight-bottom-bar .container{display:flex;justify-content:space-between}.outro{position:relative;width:100vw;height:100svh;overflow:hidden;z-index:1}.outro .container{display:flex;justify-content:center;align-items:center}.outro h3{width:50%;text-align:center}.outro .outro-strips{position:absolute;top:0;left:50%;transform:translate(-50%);width:150vw;height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-around}.outro .outro-strip{position:relative;transform:translate(0);display:flex;justify-content:space-around;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,.outro .skill.skill-var-2,.outro .skill.skill-var-3{background-color:#39ff14;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{width:100%;justify-content:space-between}.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:nth-child(1) .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;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-mask-header,.home-spotlight .spotlight-intro-header{width:90%;text-align:center}.home-spotlight .home-spotlight-images{position:absolute;left:-75vw;width:250vw}.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{top:65%;width:75%}}@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{position:relative;background-color:var(--base-100);width:100%;height:max-content}.home-services .cards-container{flex-direction:column;gap:2rem;width:100%;display:block;margin:0}.home-services .card{opacity:1!important;transform:none!important;max-width:400px;width:100%;margin:2rem auto}.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{transform:none!important;position:relative}}footer{position:relative;width:100vw;height:max-content;overflow:hidden;background-color:var(--base-300);color:var(--base-100);padding:8rem 0 4rem}footer .container{display:flex;flex-direction:column;justify-content:flex-end;gap:1.5rem}footer .container>div{display:flex;gap:2rem}footer .container .footer-col,footer .container .footer-sub-col{flex:1}footer .footer-top{display:flex;gap:2rem}footer .footer-top .footer-col:nth-child(1){display:flex;flex-direction:column;gap:1rem}footer .footer-top .footer-col:nth-child(1) p.mono{color:var(--base-secondary-dark)}footer .footer-email-row{width:75%;display:flex;gap:1rem;padding:1rem 0}footer .footer-email-row input{flex:1;width:100%;font-family:Host Grotesk;font-weight:900;font-size:3rem;color:var(--base-100)}footer .footer-email-row input::placeholder{color:var(--base-secondary-dark);opacity:.75}footer .footer-email-row button{outline:none;border:none;color:var(--base-100);background-color:#ffffff1a;width:4rem;height:4rem;border-radius:100%;display:flex;justify-content:center;align-items:center}footer .footer-email-row button img{width:.75rem;object-fit:contain}footer .footer-email-row input{border:none;outline:none;background:none}footer .footer-bottom{padding:4rem 0 10rem;border-top:1px dashed var(--base-secondary-fade)}footer .footer-bottom .footer-col:nth-child(2){display:flex}footer .footer-logo{width:60px}footer .footer-bottom .footer-col:nth-child(2) p.mono{margin-bottom:2rem;opacity:.25}footer .footer-copyright{display:flex;gap:2rem}footer .footer-copyright .footer-col{display:flex;gap:2rem}footer .footer-links,footer .footer-copy{display:flex;flex-direction:column;gap:.25rem}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{flex-direction:column;gap:4rem}footer .footer-bottom .footer-col:nth-child(2){flex-direction:column;gap:4rem}footer .footer-copyright .footer-col:nth-child(1){display:none}footer .footer-copyright .footer-col:nth-child(2){width:100%;flex-direction:column-reverse;gap:.25rem}}
