.hero{position:relative;width:100%;height:100svh;padding:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden}.hero .hero-header h1{font-size:15vw;line-height:.9}.hero .hero-header.hero-header-1{position:relative;transform:translate(-20%);z-index:-1}.hero .hero-header.hero-header-2{position:relative;transform:translate(20%);z-index:2}.hero .hero-footer{position:absolute;width:100%;bottom:0;padding:2em;display:flex;justify-content:space-between}.hero .hero-footer .hero-footer-scroll-down{position:absolute;left:50%;transform:translate(-50%)}.hero .hero-footer .hero-footer-symbols{height:1rem}.hero-img-holder{position:relative;width:100%;height:100svh;padding:2em}.hero-img-holder .hero-img{position:relative;width:100%;height:100%;transform:translateY(-110%) scale(.25) rotate(-15deg);border:.3em solid var(--fg);border-radius:2em;overflow:hidden}.hero-img-holder .hero-img-container{position:relative;width:100%;height:100%}.featured-work{position:relative;width:100%;height:100svh;overflow:hidden}.featured-work .featured-titles{position:relative;width:500vw;height:100vh;display:flex;will-change:transform}.featured-work .featured-title-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.featured-title-img{position:relative;top:0;width:calc(100% - 4em);height:150px;border:.2em solid var(--fg);border-radius:1em;overflow:hidden;display:none}.featured-work .featured-title-wrapper h1{text-align:center;transform:translateY(-.5em)}.featured-work .featured-images{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200vw;height:200vh;transform-style:preserve-3d;perspective:500px}.featured-work .featured-img-card{position:absolute;width:300px;height:300px;border-radius:2em;overflow:hidden}.featured-work .featured-work-indicator{position:absolute;top:50%;right:2em;transform:translateY(-50%);width:2rem;height:max-content;padding:1.25rem .65rem;background-color:var(--fg);color:var(--bg);border-radius:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;z-index:10}.featured-work .featured-work-indicator .indicator{width:100%;height:1.5px;background-color:var(--bg);opacity:.2}.featured-work .featured-work-footer{position:absolute;bottom:0;width:100%;padding:2em;display:flex;justify-content:space-between;align-items:center;z-index:2}.services-header{position:relative;width:100%;height:100vh;padding:2em;display:flex;justify-content:center;align-items:center;text-align:center}.services-header .services-profile-icon{position:relative;width:100px;height:100px;border-radius:1em;margin-bottom:2em;outline:.25rem solid var(--accent3);border:.25rem solid var(--fg);overflow:hidden}.services-header .services-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.services-header .services-header-title{margin-bottom:6em}.services{display:flex;flex-direction:column;gap:2em;padding:2em}.services .service-card{position:relative;width:100%}.services .service-card-inner{position:relative;width:100%;margin:0 auto;padding:2em;display:flex;gap:4em;border-radius:2em;min-height:400px}.services .service-card-content{flex:3;display:flex;flex-direction:column;gap:2em}.services .service-card-img{flex:3;border-radius:2em;overflow:hidden;cursor:pointer;transition:transform .3s ease}.services .service-card-img:hover{transform:scale(1.02)}.services #service-card-1 .service-card-inner{background-color:var(--accent1);color:var(--text-light)}.services #service-card-2 .service-card-inner{background-color:var(--accent2);color:var(--bg)}.services #service-card-3 .service-card-inner{background-color:var(--accent3);color:var(--text-light)}.services #service-card-4 .service-card-inner{background-color:var(--fg);color:var(--text-light)}@media(max-width:1000px){.hero{padding:1em}.hero .hero-header h1{font-size:8vw}.hero .hero-footer{padding:1em;display:flex;justify-content:flex-end}.hero .hero-footer .hero-footer-symbols{display:none}.hero .hero-footer .hero-footer-scroll-down{left:1em;transform:translate(0)}.hero-img-holder{padding:1em}.featured-work{padding:4em 0;min-height:auto}.featured-work,.featured-work .featured-titles{height:max-content;min-height:auto}.featured-work .featured-title-wrapper{gap:1em}.featured-work .featured-title-wrapper:nth-child(1){margin-bottom:2em}.featured-work .featured-title-wrapper h1{transform:translateY(0);width:75%}.featured-work .featured-work-footer{position:relative;margin-top:4em;justify-content:center}.featured-work .featured-work-footer p:nth-child(1),.featured-work .featured-work-footer p:nth-child(2){display:none}.featured-work .featured-work-indicator,.featured-work .featured-images{display:none}.featured-title-img{display:block}.featured-work .featured-titles{width:100%;flex-direction:column;gap:2em}.services-header{height:max-content;padding:4em 1em}.services-header .services-profile-icon{width:80px;height:80px}.services-header .services-header-title{margin-bottom:2em}.services{display:flex;flex-direction:column;gap:2em;padding:1em}.services .service-card-inner{min-height:0;padding:1.5em;flex-direction:column;justify-content:center;gap:1em;text-align:center;border:.2em solid var(--fg);border-radius:1em}.services .service-card-img{aspect-ratio:5/3;border:.2em solid var(--fg);border-radius:1em}}.image-modal{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10000;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.image-modal.active{opacity:1;pointer-events:all}.image-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000f2;backdrop-filter:blur(10px)}.image-modal-content{position:relative;width:90%;max-width:1400px;max-height:90vh;display:flex;justify-content:center;align-items:center;z-index:1}.image-modal-img{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:1em;box-shadow:0 20px 60px #00000080}.image-modal-close{position:absolute;top:-3rem;right:0;width:3rem;height:3rem;background-color:var(--fg);color:var(--text-light);border:none;border-radius:50%;font-size:2rem;line-height:1;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .2s ease,background-color .2s ease;z-index:2}.image-modal-close:hover{transform:scale(1.1);background-color:var(--accent3)}.image-modal-close span{display:block;transform:translateY(-2px)}@media(max-width:1000px){.image-modal-content{width:95%;padding:1em}.image-modal-close{top:-2.5rem;right:.5rem;width:2.5rem;height:2.5rem;font-size:1.5rem}.image-modal-img{max-height:85vh}}
