.hero{position:relative;width:100vw;height:100svh;padding:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden}.hero .hero-header h1{font-size:18vw;line-height:.9}.hero .hero-header.hero-header-1{position:relative;transform:translate(-2%);z-index:-1}.hero .hero-header.hero-header-2{position:relative;transform:translate(10%);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:100vw;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}.featured-work{position:relative;width:100vw;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:500px;height:500px;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:100vw;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 .service-card{position:relative;min-height:300px}.services .service-card-inner{position:relative;will-change:transform;width:calc(100vw - 4em);height:100%;margin:0 auto;padding:2em;display:flex;gap:4em;border-radius:2em;min-height:500px}.services .service-card-content{flex:3;display:flex;flex-direction:column;gap:2em}.services .service-card-img{flex:1;aspect-ratio:4/5;border-radius:2em;overflow:hidden}.services #service-card-1 .service-card-inner{background-color:var(--accent1)}.services #service-card-2 .service-card-inner{background-color:var(--accent2);color:var(--fg)}.services #service-card-3 .service-card-inner{background-color:var(--accent3)}.services #service-card-4 .service-card-inner{background-color:var(--accent4);color:var(--bg)}.services #service-card-5 .service-card-inner{background-color:var(--fg);color:var(--bg)}.certificates{position:relative;width:100vw;min-height:100vh;overflow:hidden}.certificates-header{padding:2em}.certificates-header h1{font-family:rader;font-style:italic;font-size:clamp(2.5rem,6vw,4rem);text-transform:uppercase;color:var(--fg)}.certificates-track{display:flex;gap:2em;padding:0 2em 4em;width:max-content;will-change:transform}.certificate-card{flex-shrink:0;width:400px;border-radius:1.5em;overflow:hidden;border:2px solid var(--fg);box-shadow:6px 6px 0 var(--fg)}.certificate-card img{width:100%;height:300px;object-fit:cover}.certificate-info{padding:1.25em;background-color:var(--bg2)}.certificate-info h3{font-family:rader;font-style:italic;font-size:1.1rem;text-transform:uppercase;color:var(--fg);margin-bottom:.4em}.certificate-info p{font-family:supply-mono;font-size:.7rem;font-weight:500;line-height:1.4;color:var(--fg);opacity:.7}@media (max-width: 1000px){.hero{padding:1.5em}.hero .hero-header h1{font-size:18vw;line-height:.85}.hero .hero-header.hero-header-1{transform:translate(-3%)}.hero .hero-header.hero-header-2{transform:translate(6%)}.hero .hero-footer .hero-footer-symbols{display:none}.hero .hero-footer{display:flex;justify-content:flex-end}.hero .hero-footer .hero-footer-scroll-down{left:1.5em;transform:translate(0)}.hero .hero-footer .hero-footer-tags{display:none}.hero-img-holder{padding:1em;margin-top:-15vh}.hero-img-holder .hero-img{border:.2em solid var(--fg);border-radius:1.5em}.featured-work{height:100svh}.featured-work .featured-titles{height:100vh;z-index:10;position:relative}.featured-work .featured-title-wrapper h1{font-size:clamp(2rem,8vw,3rem)}.featured-title-img,.featured-work .featured-work-indicator{display:none}.featured-work .featured-images{position:absolute;top:0;left:0;width:100vw;height:100svh;transform:none;z-index:1;pointer-events:none}.featured-work .featured-img-card{position:absolute;width:60vw;height:40vh;border-radius:1em;overflow:hidden;border:.12em solid var(--fg);will-change:transform,opacity;box-shadow:0 10px 40px #0000004d}.featured-work .featured-img-card img{width:100%;height:100%;object-fit:cover}.featured-work .featured-img-card-1{left:5vw;top:15vh}.featured-work .featured-img-card-2{left:55vw;top:10vh}.featured-work .featured-img-card-3{left:10vw;top:55vh}.featured-work .featured-img-card-4{left:50vw;top:50vh}.featured-work .featured-img-card-5{left:25vw;top:35vh}.featured-work .featured-work-footer{position:absolute;bottom:0}.featured-work .featured-work-footer p:nth-child(2){display:none}.services-header{height:auto;min-height:60vh;padding:4em 1.5em}.services-header .services-profile-icon{width:80px;height:80px;margin-bottom:1.5em}.services-header .services-header-title{margin-bottom:2em}.services-header .services-header-title h1{font-size:clamp(1.8rem,7vw,3rem)}.services{padding:0 1em 2em}.services .service-card{min-height:auto}.services .service-card-inner{flex-direction:column;justify-content:center;align-items:center;gap:1.5em;text-align:center;border:.15em solid var(--fg);border-radius:1.5em;padding:2.5em 1.5em;width:calc(100vw - 2em);min-height:auto}.services .service-card-content{flex:none;gap:.75em;width:100%}.services .service-card-content h1{font-size:clamp(1.4rem,5vw,2rem);line-height:1.1}.services .service-card-img{width:100%;height:200px;flex:none;border:.15em solid var(--fg);border-radius:1em}.services .service-card-img img{width:100%;height:100%;object-fit:cover}.certificates-header{padding:1.5em}.certificates-header h1{font-size:clamp(2rem,8vw,3rem)}.certificates-track{gap:1.5em;padding:0 1.5em 3em}.certificate-card{scroll-snap-align:start;width:280px}.certificate-card img{height:200px}.certificate-info h3{font-size:.95rem}.certificate-info p{font-size:.65rem}}@media (max-width: 600px){.hero .hero-header h1{font-size:22vw}.hero .hero-header.hero-header-1{transform:translate(-5%)}.hero .hero-header.hero-header-2{transform:translate(4%)}.hero-img-holder{margin-top:-10vh}.featured-work .featured-img-card{width:65vw;height:35vh}.featured-work .featured-img-card-1{left:2vw;top:12vh}.featured-work .featured-img-card-2{left:50vw;top:8vh}.featured-work .featured-img-card-3{left:5vw;top:52vh}.featured-work .featured-img-card-4{left:48vw;top:48vh}.featured-work .featured-img-card-5{left:20vw;top:32vh}.services .service-card-inner{padding:2em 1.25em;width:calc(100vw - 1em)}.services .service-card-img{height:160px}.certificate-card{width:250px}.certificate-card img{height:170px}}
