.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: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;min-height:60vh;height:auto;padding:6em 2em 3em;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:1.5em;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:1.5em}.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)}.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)}.in-house-projects{position:relative;width:100vw;padding:6em 2em}.in-house-header{text-align:center;margin-bottom:4em;display:flex;flex-direction:column;align-items:center;gap:1em}.in-house-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2em;max-width:1400px;margin:0 auto}.in-house-card{position:relative;display:flex;flex-direction:column;background-color:var(--bg2);border:.2em solid var(--fg);border-radius:1em;overflow:hidden;transition:transform .3s ease}.in-house-card:hover{transform:translateY(-4px)}.in-house-card-img{aspect-ratio:4/3;overflow:hidden}.in-house-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.in-house-card:hover .in-house-card-img img{transform:scale(1.05)}.in-house-card-name{padding:1.25em 1em;text-align:center;border-top:.15em solid var(--fg)}@media (max-width: 1000px){.hero{padding:6em 1em 2em}.hero .hero-header-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.hero .hero-header.hero-header-1,.hero .hero-header.hero-header-2{transform:translate(0)}.hero .hero-header h1{font-size:clamp(2.8rem,14.5vw,5rem);white-space:nowrap;word-break:keep-all;-webkit-hyphens:none;hyphens:none;letter-spacing:-.02em;text-align:center;line-height:.95}.hero .hero-footer .hero-footer-symbols{display:none}.hero .hero-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5em 1em;z-index:5;width:100%}.hero .hero-footer .hero-footer-scroll-down{position:relative;left:auto;transform:none}.featured-work{padding:2.5em 0 1em}.featured-work,.featured-work .featured-titles{height:max-content}.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:92%;max-width:95vw;font-size:clamp(1.4rem,6.5vw,2.8rem);overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;line-height:1.05;padding:0 .5em}.featured-work .featured-work-footer{position:relative;margin-top:1.5em;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;width:calc(100% - 2.5em);max-width:500px;height:200px;margin:0 auto;border-radius:1.2em}.featured-title-img a{display:block;width:100%;height:100%}.featured-work .featured-titles{width:100vw;flex-direction:column;gap:3.5em}.services-header{height:auto;min-height:0;padding:2em 1.5em 1em}.services-header .services-profile-icon{width:70px;height:70px;margin-bottom:.75em}.services-header .services-header-title{margin-bottom:1em}.services{display:flex;flex-direction:column;gap:2em}.services .service-card-inner{min-height:0;flex-direction:column;justify-content:center;gap:1.25em;text-align:center;border:.2em solid var(--fg);border-radius:1.2em;padding:1.5em 1em}.services .service-card-content h1{font-size:clamp(1.35rem,5.5vw,2.2rem);word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;line-height:1.1;text-align:center}.services .service-card-img{aspect-ratio:5/3;border:.2em solid var(--fg);border-radius:1em}.in-house-projects{padding:4em 1.5em}.in-house-header{margin-bottom:2em}.in-house-grid{grid-template-columns:repeat(2,1fr);gap:1em}}.about-hero{position:relative;width:100vw;height:100svh;padding:8em 2em 6em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--bg);color:var(--fg);overflow:hidden}.about-hero .about-hero-header{text-align:center}.about-hero .about-hero-header h1{font-size:7.5rem}.about-hero .about-hero-bio{text-align:center;width:55%;max-width:800px;display:flex;flex-direction:column;gap:1.25em;margin:0 auto}.about-hero .about-hero-bio p.ss{font-size:1.15rem;line-height:1.55;opacity:.85}.about-hero .about-hero-bio p.ss strong{color:var(--fg);font-weight:700;opacity:1}.about-hero .bio-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.6em 1em;margin-top:.5em}.about-hero .bio-tags span{font-family:supply-mono,monospace;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.about-hero .bio-tags a{color:inherit;text-decoration:underline;transition:opacity .2s ease,color .2s ease}.about-hero .bio-tags a:hover{opacity:1;color:var(--accent1)}.about-hero .about-hero-portrait-container{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:15%;aspect-ratio:5/7;z-index:20;touch-action:none!important}.about-hero .about-hero-portrait{position:relative;width:100%;height:100%;border-radius:1em;overflow:hidden;border:.25em solid var(--accent3);outline:.25em solid var(--accent1);transform:rotate(10deg);cursor:grab;user-select:none!important;-webkit-user-select:none!important;touch-action:none!important;will-change:transform;box-shadow:0 10px 25px #0003;transition:box-shadow .2s ease,outline-color .2s ease}.about-hero .about-hero-portrait img{pointer-events:none!important;user-select:none!important;-webkit-user-select:none!important;-webkit-user-drag:none!important;touch-action:none!important;width:100%;height:100%;object-fit:cover}.about-hero .about-hero-portrait:hover{outline-color:#fff;box-shadow:0 15px 35px #00000059}.about-hero .about-hero-portrait.dragging{cursor:grabbing;box-shadow:0 20px 45px #00000080}.about-hero .about-hero-portrait .drag-hint{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#141414cc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#edf1e8;font-family:supply-mono,monospace;font-size:.65rem;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.08em;pointer-events:none;opacity:.85;transition:opacity .2s ease,transform .2s ease;white-space:nowrap;border:1px solid rgba(255,255,255,.15)}.about-hero .about-hero-portrait:hover .drag-hint,.about-hero .about-hero-portrait.dragging .drag-hint{opacity:1;transform:translate(-50%) scale(1.05);background:#000000e6}.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{height:auto;min-height:100svh;padding:7em 1.5em 4em;gap:2em}.about-hero .about-hero-header h1{font-size:clamp(3rem,10vw,4.5rem)}.about-hero .about-hero-bio{width:100%;padding:0 .25em;gap:1em}.about-hero .about-hero-bio p.ss{font-size:1rem;line-height:1.5}.about-hero .bio-tags{gap:.4em .75em}.about-hero .bio-tags span{font-size:.725rem}.about-hero .about-hero-portrait-container{width:130px;height:182px;top:50%}.about-hero .about-hero-portrait{transform:rotate(0)}.about-hero .about-hero-portrait img{position:absolute;width:100%;height:100%;object-fit:cover}.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}}.work-header{position:relative;width:100vw;height:100vh;padding:2em;display:flex;justify-content:center;align-items:center;text-align:center}.work-header .work-profile-icon{position:relative;width:100px;height:100px;border-radius:1em;margin-bottom:1em;outline:.25rem solid var(--accent1);border:.25rem solid var(--fg);overflow:hidden}.work-header .work-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.work-header .work-header-title{margin-bottom:6em}.work-header .work-footer{position:absolute;width:100%;bottom:0;padding:2em;display:flex;justify-content:space-between}.work-header .work-footer .work-footer-scroll-down{position:absolute;left:50%;transform:translate(-50%)}.work-header .work-footer .work-footer-symbols{height:1rem}.work-items{position:relative;width:100%;height:100%;min-height:100%;padding:2em;overflow-x:hidden;display:flex;flex-direction:column;gap:4em;margin-bottom:8em}.work-items .row{display:flex;gap:2em}.work-items .row .work-item{position:relative;flex:1}.work-items .row .work-item .work-item-img{aspect-ratio:5/3;border-radius:1em;overflow:hidden;margin-bottom:1em}.work-items .row .work-item .work-item-content{display:flex;flex-direction:column;gap:.5em}.work-header-content p,.work-header-title h1{line-height:1.1}.work-header-content p>div,.work-header-title h1>div{position:relative;padding:0 .25em}@media (max-width: 1000px){.work-header .work-footer .work-footer-symbols{display:none}.work-header .work-footer{display:flex;justify-content:flex-end}.work-header .work-footer .work-footer-scroll-down{left:2em;transform:translate(0)}.work-items{padding:1.5em;gap:2em;margin-bottom:3em}.work-items .row{flex-direction:column;gap:2em}}footer{position:relative;width:100vw;min-height:85svh;height:auto;color:var(--bg);padding:2.5em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden}footer .footer-container{position:relative;width:100%;height:100%;min-height:calc(85svh - 5em);background-color:var(--fg);padding:4.5em 4em 3em;border-radius:2.5em;display:flex;flex-direction:column;justify-content:space-between;gap:3.5em;overflow:hidden}footer .footer-header{position:relative;text-align:center;margin-top:1.5em;display:flex;flex-direction:column;align-items:center;gap:1em}footer .footer-header h1{font-size:clamp(3.2rem,6.5vw,6rem);letter-spacing:.04em;line-height:1}footer .footer-header .footer-tagline{font-family:formula-narrow;font-size:1.1rem;font-weight:500;opacity:.7;letter-spacing:.1em;text-transform:uppercase;word-spacing:.15em}footer .footer-header .footer-tagline a{color:inherit;text-decoration:underline;transition:opacity .2s ease,color .2s ease}footer .footer-header .footer-tagline a:hover{opacity:1;color:#fff}footer .footer-row{display:flex;justify-content:space-around;align-items:flex-start;width:100%;max-width:1100px;margin:0 auto;gap:3em}footer .footer-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.85em}footer .footer-col p:first-child{font-family:supply-mono,monospace;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--bg);opacity:.95;margin-bottom:.75em;position:relative}footer .footer-col p:first-child:after{content:"";position:absolute;bottom:-.35em;left:50%;transform:translate(-50%);width:16px;height:2px;background-color:var(--bg);opacity:.3;border-radius:2px}footer .footer-col p:not(:first-child){font-family:formula-narrow;font-size:1.05rem;font-weight:500;opacity:.65;transition:opacity .3s ease,transform .3s ease}footer .footer-col p:not(:first-child):hover{opacity:1;transform:translateY(-2px)}footer .footer-col a,footer .copyright-info a{color:var(--bg);transition:color .3s ease,opacity .3s ease}footer .footer-col a:hover{color:#fff;opacity:1}footer .copyright-info{position:relative;width:100%;padding-top:1.75em;border-top:1px solid rgba(237,241,232,.12);display:flex;justify-content:space-between;align-items:center}footer .copyright-info .status-badge{opacity:.7;letter-spacing:.05em}footer .developer-credit{font-size:.8rem;opacity:.6;letter-spacing:.05em}footer .developer-credit a{text-decoration:underline;color:var(--bg);opacity:.85}footer .developer-credit a:hover{opacity:1;color:#fff}footer .footer-symbols{position:absolute;left:0;width:100%;padding:2.2em 3em;display:flex;justify-content:space-between;pointer-events:none}footer .footer-symbols img{width:auto;height:1.1rem;opacity:.75}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{height:auto;min-height:100svh;padding:1.5em}footer .footer-container{padding:3.5em 2em 2em;gap:2.5em;border-radius:1.8em}footer .footer-header h1{font-size:2.8rem}footer .footer-header .footer-tagline{font-size:.95rem;letter-spacing:.05em}footer .copyright-info{flex-direction:column;text-align:center;gap:.75em;padding-top:1.5em}footer .footer-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5em 1.5em;margin-bottom:1em;text-align:center}footer .footer-row .footer-col{display:flex}footer .explosion-container{display:none}}
