.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%);display:flex;align-items:center;justify-content:center}.hero .hero-footer .resume-btn{display:inline-flex;align-items:center;gap:.35em;padding:.6em 1.5em;background-color:var(--bg);color:var(--fg);border:2px solid var(--fg);border-radius:2em;box-shadow:3px 3px 0 var(--fg);text-decoration:none;font-family:supply-mono,monospace;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.hero .hero-footer .resume-btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--fg);background-color:var(--accent1);color:#fff}.hero .hero-footer .resume-btn:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--fg)}.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;background-color:var(--fg)}.hero-img-holder .hero-img img,.hero-img-holder .hero-img video{width:100%;height:100%;object-fit:cover;display:block}.featured-work{position:relative;width:100vw;height:100svh;overflow:hidden}.featured-work .featured-titles{position:relative;width:var(--slides, 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 .project-slide{flex-direction:row;gap:2.5em;align-items:center;justify-content:center;padding:0 3em}.featured-work .project-slide .featured-title-img{display:block;flex:0 0 auto;width:min(420px,36vw);height:300px;margin:0}.featured-work .project-copy{display:flex;flex-direction:column;align-items:flex-start;max-width:420px}.featured-work .project-slide .featured-title{text-align:left;transform:none}.featured-work .project-tagline{color:var(--accent1);font-weight:600;text-align:left;margin-top:.75em}.featured-work .project-desc{text-align:left;opacity:.85;margin-top:1em}.featured-work .project-tech{display:flex;flex-wrap:wrap;gap:.5em;justify-content:flex-start;margin-top:1.5em}.featured-work .tech-chip{padding:.4em .9em;border:1px solid rgba(0,0,0,.2);border-radius:2em;background-color:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-family:supply-mono;font-size:.8rem;text-transform:uppercase;line-height:1}.featured-work .project-links{display:flex;gap:1em;margin-top:1.75em}.featured-work .project-links a{padding:.65em 1.4em;border:1px solid var(--fg);border-radius:2em;font-family:supply-mono;font-size:.8rem;text-transform:uppercase;transition:background-color .2s ease,color .2s ease}.featured-work .project-links a.primary{background-color:var(--accent1);border-color:var(--accent1);color:var(--bg)}.featured-work .project-links a:hover{background-color:var(--fg);color:var(--bg)}.featured-work .featured-images{position:absolute;top:0;left:0;width:100vw;height:100vh;transform-style:preserve-3d;perspective:600px;pointer-events:none;overflow:hidden;z-index:1}.featured-work .featured-star{position:absolute;top:0;left:0;border-radius:0;overflow:visible;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);border:none!important;box-shadow:none!important;pointer-events:none;will-change:transform,opacity}.featured-work .featured-star:nth-child(4n+1){background-color:var(--accent1)}.featured-work .featured-star:nth-child(4n+2){background-color:var(--accent2)}.featured-work .featured-star:nth-child(4n+3){background-color:var(--accent3)}.featured-work .featured-star:nth-child(4n){background-color:var(--accent4)}.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:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5em}.services .exp-meta{color:var(--accent2)}.services .exp-meta a{text-decoration:underline}.services .service-card-code{flex:3;min-width:0;display:flex;align-items:center;justify-content:center}.services .service-icon{width:4.5rem;height:auto;color:var(--accent2);filter:drop-shadow(0 0 14px rgba(0,0,0,.2))}.services .service-code{width:100%;background-color:#000000a6;border:1px solid rgba(255,255,255,.18);border-radius:.9em;overflow:hidden;box-shadow:0 10px 30px #00000059,inset 0 1px #ffffff0f;max-width:560px}.services .service-code .code-bar{display:flex;gap:.4em;padding:.65em .85em;background-color:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.1)}.services .service-code .code-bar span{width:11px;height:11px;border-radius:50%;background-color:#ffffff40}.services .service-code .code-bar span:nth-child(1){background-color:#fff}.services .service-code .code-bar span:nth-child(2){background-color:#a3a3a3}.services .service-code .code-bar span:nth-child(3){background-color:#e5e5e5}.services .service-code pre{margin:0;padding:1.1em 1.2em;overflow-x:auto}.services .service-code code{font-family:supply-mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85rem;line-height:1.65;color:#fff;white-space:pre;display:block}.services .tok-kw{color:#d4d4d4}.services .tok-fn{color:#fff}.services .tok-str{color:#e5e5e5}.services .tok-com{color:#ffffff73;font-style:italic}.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-footer .hero-footer-symbols{display:none}.hero .hero-footer{display:flex;flex-direction:column;align-items:flex-start;gap:.5em}.hero .hero-footer .hero-footer-scroll-down{position:static;left:auto;transform:none}.featured-work{padding:4em 0}.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: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:100vw;flex-direction:column;gap:2em}.featured-work .project-slide{flex-direction:column;align-items:center;gap:1em;padding:0 1em}.featured-work .project-slide .featured-title-img{width:75%;height:200px}.featured-work .project-copy{align-items:center;max-width:90%}.featured-work .project-slide .featured-title,.featured-work .project-tagline,.featured-work .project-desc{text-align:center}.featured-work .project-tech,.featured-work .project-links{justify-content:center}.services-header{height:max-content}.services{display:flex;flex-direction:column;gap:2em}.services .service-card-inner{min-height:0;flex-direction:column;justify-content:center;gap:1em;text-align:center;border:.2em solid var(--fg);border-radius:1em}.services .service-card-code{width:100%}.services .service-code{width:100%;max-width:100%;text-align:left}.services .service-code code{font-size:.75rem;line-height:1.5}.services .service-code pre{padding:.9em 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:50%}.about-hero .about-hero-portrait{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%) rotate(10deg);width:15%;aspect-ratio:5/7;border-radius:1em;overflow:hidden;border:.25em solid var(--accent3);outline:.25em solid var(--accent1)}.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}.about-hero .about-hero-header h1{font-size:4rem}.about-hero .about-hero-bio{width:100%}.about-hero .about-hero-portrait{width:25%;top:50%;transform:translate(-50%,-50%) rotate(0)}.about-hero .about-hero-portrait img{position:absolute;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}}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{height:100svh}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}}.recognitions{position:relative;width:100vw;height:100svh;overflow:hidden;background-color:var(--bg)}.recognitions .recognitions-images{position:absolute;top:0;left:0;width:100vw;height:100vh;transform-style:preserve-3d;perspective:600px;pointer-events:none;overflow:hidden;z-index:1}.recognitions .recognition-star{position:absolute;top:0;left:0;border-radius:0;overflow:visible;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);border:none!important;box-shadow:none!important;pointer-events:none;will-change:transform,opacity}.recognitions .recognition-star:nth-child(4n+1){background-color:var(--accent1)}.recognitions .recognition-star:nth-child(4n+2){background-color:var(--accent2)}.recognitions .recognition-star:nth-child(4n+3){background-color:var(--accent3)}.recognitions .recognition-star:nth-child(4n){background-color:var(--accent4)}.recognitions .recognitions-titles{position:relative;z-index:2;width:var(--slides, 500vw);height:100vh;display:flex;flex-direction:row-reverse;will-change:transform}.recognitions .recognition-slide{flex:1;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 4rem;position:relative;box-sizing:border-box}.recognitions .recognition-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1100px;width:100%}.recognitions .recognition-slide.header-slide .recognitions-title{font-family:rader,sans-serif;font-weight:700;font-style:italic;text-transform:uppercase;font-size:clamp(3.5rem,8vw,8rem);line-height:.95;text-align:center;color:var(--fg);transform:translateY(-.2em)}.recognitions .recognition-badge-wrap{margin-bottom:1.5rem}.recognitions .recognition-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5em 1.25em;border:1.5px solid var(--fg);border-radius:999px;font-family:supply-mono,monospace;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;line-height:1}.recognitions .recognition-badge.accent-1{background-color:var(--accent1);color:var(--bg)}.recognitions .recognition-badge.accent-2{background-color:var(--accent2);color:var(--fg)}.recognitions .recognition-badge.accent-3{background-color:var(--accent3);color:var(--fg)}.recognitions .recognition-badge.accent-4{background-color:var(--accent4);color:var(--bg)}.recognitions .recognition-quote{font-family:rader,sans-serif;font-weight:700;font-style:italic;text-transform:uppercase;font-size:clamp(2.2rem,4.8vw,5.2rem);line-height:1.08;letter-spacing:-.015em;color:var(--fg);text-align:center;margin:0;max-width:960px}.recognitions .recognition-meta{margin-top:1.75rem;font-family:supply-mono,monospace;font-size:clamp(.82rem,1.1vw,.95rem);opacity:.85;letter-spacing:.04em;text-transform:uppercase}.recognitions .recognitions-indicator{position:absolute;top:50%;left: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}.recognitions .recognitions-indicator .indicator{width:100%;height:1.5px;background-color:var(--bg);opacity:.2}.recognitions .recognitions-footer{position:absolute;bottom:0;width:100%;padding:2em;display:flex;justify-content:space-between;align-items:center;z-index:10}@media (max-width: 1000px){.recognitions{height:max-content;padding-top:5em;overflow:visible}.recognitions .recognitions-titles{display:flex;flex-direction:column;width:100%;height:max-content;transform:none!important}.recognitions .recognition-slide{width:100%;height:max-content;min-height:60vh;padding:3.5rem 1.5rem}.recognitions .recognition-quote{font-size:clamp(1.8rem,6vw,2.6rem)}.recognitions .recognitions-indicator,.recognitions .recognitions-images{display:none}.recognitions .recognitions-footer{position:static;padding:2em 1.5em}}
