.home-page{position:relative;isolation:isolate}.home-page>section,.home-page>footer{position:relative;z-index:1}.home-particles{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100svh;pointer-events:none;overflow:hidden;z-index:0}.home-particle{position:absolute;width:5px;height:5px;border-radius:50%;background-color:var(--accent1);opacity:0;animation:homeParticleFloat 14s infinite linear}.home-particle:nth-child(2n){background-color:var(--accent3)}.home-particle:nth-child(3n){background-color:var(--accent2)}.home-particle:nth-child(5n){background-color:var(--accent4)}@keyframes homeParticleFloat{0%{transform:translate3d(0,110svh,0) rotate(0);opacity:0}12%{opacity:.45}88%{opacity:.45}to{transform:translate3d(var(--particle-drift, 0px),-12svh,0) rotate(360deg);opacity:0}}.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-wrapper{position:relative}.hero .hero-header h1{font-size:clamp(4rem,18vw,28rem);line-height:.9}.hero .hero-header.hero-header-1{position:relative;transform:translate(-2%);z-index:4}.hero .hero-header.hero-header-2{position:relative;transform:translate(10%);z-index:1}.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;z-index:2}.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;z-index:2}.home-page>.hero{z-index:auto}.home-page>.hero-img-holder{z-index:2}.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: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: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:clamp(360px,55svh,620px)}.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)}.services #service-card-3 .service-card-inner{background-color:var(--accent3)}.services #service-card-4 .service-card-inner{background-color:var(--fg);color:var(--bg)}@media(max-width:1000px){.hero .hero-header-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.hero .hero-header{width:100%;display:flex;justify-content:center}.hero .hero-header.hero-header-1,.hero .hero-header.hero-header-2{transform:translate(0)}.hero .hero-header h1{font-size:clamp(4rem,17vw,8rem);max-width:100%;line-height:.95}.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:2em;transform:translate(0)}.featured-work{height:100svh;padding:0}.featured-work .featured-titles{width:500vw;height:100svh;flex-direction:row;gap:0}.featured-work .featured-title-wrapper{gap:1em}.featured-work .featured-title-wrapper:nth-child(1){margin-bottom:0}.featured-work .featured-title-wrapper h1{transform:translateY(-.5em);width:80%}.featured-work .featured-work-footer{position:absolute;margin-top:0;justify-content:space-between}.featured-work .featured-work-footer p:nth-child(1),.featured-work .featured-work-footer p:nth-child(2){display:block}.featured-work .featured-work-indicator{display:flex;right:1em;transform:translateY(-50%) scale(.8);transform-origin:right center}.featured-work .featured-images{display:block}.featured-title-img{display:none}.featured-work .featured-img-card{width:clamp(120px,38vw,220px);height:clamp(120px,38vw,220px);border-radius:1em}.services-header{height:max-content}.services{display:flex;flex-direction:column;gap:1.25em;padding-bottom:2em}.services .service-card-inner{min-height:clamp(300px,56svh,500px);max-height:620px;flex-direction:column;justify-content:space-between;gap:1em;text-align:center;border:.2em solid var(--fg);border-radius:1em;transform:none}.services .service-card-img{width:100%;height:clamp(140px,26svh,220px);flex:0 0 auto;aspect-ratio:5/3;border:.2em solid var(--fg);border-radius:1em}}@media(max-width:480px){.hero,.hero-img-holder,.services-header{padding:1em}.hero .hero-header h1{font-size:clamp(4.45rem,22.5vw,6.35rem)}.hero-img-holder .hero-img{transform:translateY(-108%) scale(.2) rotate(-12deg)}.hero .hero-footer,.featured-work .featured-work-footer{padding:1em}.hero .hero-footer .hero-footer-scroll-down{left:1em}.featured-work .featured-work-indicator{right:.65em;transform:translateY(-50%) scale(.68)}.featured-work .featured-title-wrapper h1{width:72%;font-size:clamp(2rem,11vw,2.5rem)}.featured-work .featured-work-footer{gap:.75em}.featured-work .featured-work-footer p:nth-child(2){display:none}.services-header .services-header-title{margin-bottom:3em}.services .service-card-inner{width:calc(100vw - 2em);padding:1em;min-height:clamp(280px,52svh,460px)}.services .service-card-content h1{font-size:clamp(2rem,10vw,2.5rem)}.services .service-card-img{height:clamp(130px,24svh,200px)}}@media(max-width:360px){.hero .hero-header h1{font-size:clamp(3.95rem,20.5vw,4.7rem)}}@media(max-height:520px)and (orientation:landscape){.hero,.hero-img-holder,.featured-work,.services-header{min-height:100svh}.hero,.hero-img-holder,.services-header{padding:1em}.hero .hero-header h1{font-size:clamp(4rem,18vw,9.5rem)}.hero .hero-footer,.featured-work .featured-work-footer{padding:1em}.services-header .services-profile-icon{width:72px;height:72px;margin-bottom:1em}.services-header .services-header-title{margin-bottom:2em}.services .service-card-inner{min-height:100svh;max-height:none}}.about-hero{position:relative;width:100vw;height:100svh;padding:8em 2em 6em;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:clamp(2em,5svh,4em);background-color:var(--bg);color:var(--fg);overflow:hidden}.about-hero .about-hero-header{text-align:center;order:1}.about-hero .about-hero-header h1{font-size:clamp(3.25rem,8vw,7.5rem)}.about-hero .about-hero-bio{text-align:center;width:min(720px,80vw);order:3}.about-hero .about-hero-portrait{position:relative;transform:rotate(6deg);width:clamp(150px,10vw,190px);height:clamp(255px,17vw,325px);flex:0 0 auto;order:2;border-radius:1em;overflow:hidden;border:.25em solid var(--accent3);outline:.25em solid var(--accent1)}.about-hero .about-hero-portrait img{display:block;object-position:center top}.about-hero .about-hero-bio{display:flex;flex-direction:column;gap:2em}.about-copy{position:relative;width:100vw;height:100%;padding:8em 2em}.about-copy .about-copy-content{text-align:center;width:50%;margin:0 auto;display:flex;flex-direction:column;background-color:var(--accent1);border:.25em solid var(--fg);border-radius:1em;padding:3em 2em;gap:2em}.about-copy .about-copy-content h3{font-weight:400}.about-copy .about-copy-content h3 span{font-weight:900}.about-copy .tag{position:absolute;width:max-content;background-color:var(--fg);border-radius:.5em}.about-copy .tag p{text-transform:uppercase;color:var(--bg);font-size:1rem;padding:.75em .5em .5em}.about-copy #tag-1{top:50%;left:25%;transform:translate(-50%,-50%) rotate(20deg)}.about-copy #tag-2{top:65%;left:10%;transform:translate(-50%,-50%) rotate(-45deg)}.about-copy #tag-3{top:50%;left:75%;transform:translate(-50%,-50%) rotate(5deg)}.about-copy #tag-4{top:75%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.about-copy #tag-5{top:100%;left:80%;transform:translate(-50%,-50%) rotate(-60deg)}.skills{position:relative;width:100%;height:100%;padding:4em 2em}.skills .skills-copy{margin:0 auto;padding:2em;width:max-content;text-align:center;border:.2em dashed var(--fg);border-radius:1em}.stats{padding:8em 2em;display:flex;flex-direction:column;gap:2em}.stats .stats-row{display:flex;gap:2em}.stats .stats-header{flex:1}.stats .stats-item-1{flex:1;background-color:var(--accent1)}.stats .stats-item-2{flex:3;background-color:var(--accent3)}.stats .stats-item-3{flex:2;background-color:var(--fg);color:var(--bg)}.stats .stats-item-1,.stats .stats-item-2,.stats .stats-item-3{aspect-ratio:16/7;padding:2em;border-radius:1em}.stats .stats-col{display:flex;flex-direction:column;justify-content:space-between}@media(max-width:1000px){.about-hero{padding:8em 2em 4em;min-height:100svh;height:auto;justify-content:center;gap:clamp(2em,8svh,4em)}.about-hero .about-hero-header h1{font-size:clamp(3rem,10vw,4rem)}.about-hero .about-hero-header{order:1}.about-hero .about-hero-bio{width:100%;order:3}.about-hero .about-hero-portrait{position:relative;width:clamp(82px,25vw,180px);height:clamp(140px,42vw,280px);transform:rotate(0);order:2}.about-hero .about-hero-portrait img{position:relative;height:110%}.about-copy .about-copy-content{width:100%}.about-copy .about-copy-content h3{font-size:1.5rem}.about-copy .tag{display:none}.skills .skills-copy{padding:0;width:100%;text-align:center;border:none;border-radius:0}.stats .stats-row{flex-direction:column}.stats .stats-col{width:100%;text-align:center;gap:4em}.stats .stats-header{gap:2em;margin-bottom:2em}}@media(max-width:480px){.about-hero{padding:6em 1em 3em;gap:clamp(1.5em,6svh,3em)}.about-hero .about-hero-bio{gap:1.25em}.about-copy,.skills,.stats{padding-left:1em;padding-right:1em}}@media(max-height:520px)and (orientation:landscape){.about-hero{min-height:100svh;padding:5em 1em 2em;gap:1.25em}.about-hero .about-hero-header h1{font-size:clamp(2.75rem,10vw,4rem)}.about-hero .about-hero-bio{width:min(78%,620px);gap:1em}.about-hero .about-hero-portrait{width:clamp(70px,14vw,110px)}}footer{position:relative;width:100vw;height:85svh;color:var(--bg);padding:2em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden}footer .footer-container{position:relative;width:100%;height:100%;background-color:var(--fg);padding:2em;border-radius:2em;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}footer .footer-header{position:relative;text-align:center}footer .footer-row{display:flex;gap:2em;margin-bottom:8em}footer .footer-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:1em}footer .footer-col a,footer .copyright-info a{color:var(--bg)}footer .footer-col p:not(:first-child){opacity:.35}footer .copyright-info{position:relative;width:100%;display:flex;justify-content:center;gap:2em}footer .footer-symbols{position:absolute;left:0;width:100%;padding:2em;display:flex;justify-content:space-between}footer .footer-symbols img{width:auto;height:1rem}footer .footer-symbols-1{top:0}footer .footer-symbols-2{bottom:0}footer .explosion-container{position:absolute;bottom:0;left:0;width:100%;height:200%;pointer-events:none;overflow:hidden}footer .explosion-particle-img{position:absolute;bottom:-200px;left:50%;width:150px;border-radius:1rem;height:auto;object-fit:cover;transform:translate(-50%);will-change:transform}@media(max-width:1000px){footer{min-height:0;height:auto;padding:1em}footer .footer-container{height:auto;min-height:0;gap:2em}footer .footer-header{padding:0 2em}footer .footer-header h1{font-size:clamp(2rem,9vw,3.25rem);line-height:.95;overflow-wrap:normal}footer .copyright-info{flex-direction:column;text-align:center;gap:.5em}footer .copyright-info p:nth-child(2){display:none}footer .footer-row{flex-direction:column;margin-bottom:2em}footer .footer-row .footer-col:nth-child(2),footer .footer-row .footer-col:nth-child(4){display:none}footer .explosion-container{display:none}}@media(max-width:480px),(max-height:520px)and (orientation:landscape){footer .footer-container{padding:1.25em;border-radius:1em}footer .footer-header h1{font-size:clamp(1.6rem,7.2vw,2.1rem)}footer .footer-row{gap:1em}footer .footer-symbols{padding:1.25em}}
