@charset "UTF-8";@font-face{font-family:Prac;src:url(/_astro/Inter-VariableFont_slnt_wght.Cl4AQHp9.ttf) format("truetype");font-weight:100 1000;font-display:swap}h1,h2,h3,h4,h5,h6{text-wrap:balance;overflow-wrap:break-word;margin:0;line-height:1.1;color:var(--clr-text, #333)}p{line-height:1.4;margin:0;text-wrap:pretty;overflow-wrap:break-word;max-width:80ch;color:var(--clr-text, #333)}:root{--clr-primary-background: hsl(0, 0%, 12%);--clr-secondary-background: hsl(0, 0%, 97%);--clr-third-background: hsl(0, 0%, 14%);--clr-primary-100: hsl(12, 95%, 63%);--clr-secondary-100: hsl(203, 100%, 25%);--clr-secondary-neutral-100: hsl(203, 90%, 35%);--clr-third-100: hsl(0, 0%, 67%);--ff-clr-1: hsl(0, 0%, 97%);--clr--scrollbar-track: hsl(0, 0%, 19%);--clr-scrollbar-thumb: hsl(0, 0%, 40%);--clr-scrollbar-thumb-hover: hsl(0, 0%, 30%)}html,body{overflow-x:hidden}html ::-webkit-scrollbar,body ::-webkit-scrollbar{width:.8em}html ::-webkit-scrollbar-track,body ::-webkit-scrollbar-track{background-color:var(--clr--scrollbar-track)}html ::-webkit-scrollbar-thumb,body ::-webkit-scrollbar-thumb{background-color:var(--clr-scrollbar-thumb)}html ::-webkit-scrollbar-thumb:hover,body ::-webkit-scrollbar-thumb:hover{background-color:var(--clr-scrollbar-thumb-hover)}html{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;text-size-adjust:none;box-sizing:border-box}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:clip}.lenis.lenis-smooth iframe{pointer-events:none}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth;scroll-padding-top:0}}*{border:none;margin:0;padding:0}*,*:before,*:after{box-sizing:inherit}body{font-size:100%;font-family:Prac,Arial,Helvetica,sans-serif;text-rendering:optimizeSpeed;background-color:var(--clr-secondary-background);color:var(--clr-third-background)}.no-scroll{overflow:hidden;max-height:100dvh}.site{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr)}.content-grid{--padding-inline: clamp(1rem, 2vw, 2rem);--content-max-width: 2440px;--breakout-max-width: 3840px;--breakout-size: calc( (var(--breakout-max-width) - var(--content-max-width)) / 2 );display:grid;grid-template-columns:[full-width-start] minmax(var(--padding-inline),1fr) [breakout-start] minmax(0,var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2,var(--content-max-width)) [content-end] minmax(0,var(--breakout-size)) [breakout-end] minmax(var(--padding-inline),1fr) [full-width-end]}.content-grid>:not(.breakout,.full-width),.content-grid .full-width>:not(.breakout,.full-width){grid-column:content}.content-grid>.breakout{grid-column:breakout}.content-grid>.full-width{grid-column:full-width;display:grid;grid-template-columns:inherit}img,picture,video,canvas,svg{height:100%;width:100%;max-width:100%;height:auto;vertical-align:middle;font-style:italic}menu:not(article menu),ol:not(article ol),ul:not(article ul){list-style:none}menu,ol,ul{padding-left:0}article ol,article ul{list-style-position:inside}ul[role=list],ol[role=list]{list-style:none}a,a:visited,a:active{font-family:inherit;text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}button,a{cursor:pointer;white-space:nowrap}header{display:flex;justify-content:space-between;gap:15px;padding-inline:1.5rem;padding-top:1rem;position:absolute;width:100%;z-index:11}header .icon-circle{height:25px;aspect-ratio:1/1;border-radius:1em;position:relative;background:linear-gradient(45deg,#6ed1ff,#138aeb,#681d9b,#9b5216,#e98007);background-size:300% 300%;animation:gradient-animation 5s infinite linear}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}header .icon-circle #userInfo{position:absolute;display:flex;flex-direction:column;gap:5px;top:45px;width:275px;pointer-events:none}header nav{display:flex;gap:15px;position:relative}header nav .nav-item{position:absolute}header nav :nth-child(1){right:80px}header nav :nth-child(2){right:0}.hero-section{height:100svh;z-index:10}.hero-section .hero-container{height:100%;display:flex;flex-direction:column}@media (min-width: 1024px){.hero-section .hero-container{display:grid;grid-template-columns:repeat(2,1fr)}}.hero-section .hero-container .hero-left,.hero-section .hero-container .hero-right{min-width:0;min-height:0;width:100%;height:100%}@media (min-width: 1024px){.hero-section .hero-container .hero-left,.hero-section .hero-container .hero-right{min-height:100%;min-width:100%}}.hero-p{white-space:nowrap}.hero-left{display:grid;place-items:end center;height:100%;padding:2rem;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-left .hero-image-map{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,.35fr));gap:.5rem;position:relative;z-index:1}.hero-left .hero-image-map .hero-indicator{position:absolute;aspect-ratio:9/13;height:100%;border:2.5px solid var(--clr-secondary-background);pointer-events:none;z-index:2}.hero-left .hero-image-map .hero-preview-image{aspect-ratio:9/13;object-fit:cover;width:100%;display:block;padding:.5rem}.hero-left .hero-image-map .hero-preview-image:focus{outline:2.5px solid var(--clr-accent, #3451ff);outline-offset:.5px}.hero-right{place-content:center;padding:2rem;background-color:var(--clr-secondary-background)}.hero-right .hero-right-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2rem}.hero-right .hero-name-wrap{min-width:0;width:100%}.hero-right .hero-name-wrap .variable-font{font-family:Prac,Arial,Helvetica,sans-serif;font-variation-settings:"wght" 900,"wdth" 100,"slnt" 0;font-style:normal;font-size:clamp(2.875rem,-1.411rem + 11.429vw,8.875rem);font-weight:900;text-transform:uppercase;overflow:visible;user-select:none;perspective:1200px}.hero-right .hero-name-wrap .variable-font .no-break{white-space:nowrap;display:inline-block}.hero-right .clothes-gif{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 1024px){.hero-right .clothes-gif{flex-direction:row;text-align:left}}.hero-right .clothes-gif .daily-look{text-transform:uppercase}.hero-right .clothes-gif .gif-holder{aspect-ratio:5/6;object-fit:contain;width:175px;display:block;mix-blend-mode:darken}@media (min-width: 1024px){.hero-right .clothes-gif .gif-holder{width:350px}}.hero-right .clothes-gif .gif-info-right{display:flex;flex-direction:column;gap:1rem}.hero-right .hero-info{display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-right .hero-info .hero-title{font-size:clamp(.9rem,3vw,1.1rem);letter-spacing:.04em}.hero-right .hero-info .hero-bio{font-size:clamp(.9rem,2.5vw,1rem);color:var(--clr-text, #333);max-width:45ch}.trail-img{position:absolute;width:200px;height:200px;object-fit:cover;transform-origin:center;pointer-events:none;will-change:transform;z-index:-1}.about-section{position:relative;height:min(575px,100svh);display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.about-header .title-h3{font-size:53px;opacity:.2;transition:color .5s,opacity .5s}.about-header .title-h3:hover{color:#fff;opacity:1}.bullet-items{display:flex;flex-direction:row;gap:10px}@media screen and (min-width: 648px){.bullet-items{flex-direction:column}}.bullet-items .items{width:fit-content;border-bottom:#ffffff solid 2px;line-height:25px;white-space:nowrap}.about-blurb{display:flex;flex-direction:column;gap:35px}.ripple-img{position:absolute;width:200px;height:200px;object-fit:cover;transform-origin:center;pointer-events:none;will-change:transform}.image-effect{display:flex;justify-content:center;align-items:center}@media screen and (min-width: 968px){.image-effect{display:none}}@media screen and (max-width: 648px){.image-effect{height:250px}}.project-section{height:100svh;padding-top:2rem}.project-section .project-container{display:flex;flex-direction:column;gap:2rem;overflow:hidden}.project-top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;padding-inline:2rem}@media (min-width: 1024px){.project-top{flex-direction:row;text-align:left}}.project-top .project-info{width:100%}.project-top .project-info .title{font-size:clamp(2.5rem,10vw,10rem);font-weight:900;text-transform:uppercase}.project-top .project-info .description{font-size:clamp(.9rem,2.5vw,1rem);color:var(--clr-text, #333)}.project-top .image-preview{display:flex;flex-direction:column;gap:.5rem;width:50%}.project-top .image-preview .project-image{aspect-ratio:16/20;object-fit:cover}.project-top .image-preview .project-image-info{display:flex;justify-content:space-between}.project-bottom{display:flex;width:auto;position:relative;overflow:hidden}.project-bottom .project-indicator{position:absolute;border:2px solid #111;aspect-ratio:6/9;height:100%;pointer-events:none;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%)}.project-bottom .project-minimap{display:flex;align-items:center;gap:1rem}.project-bottom .project-minimap .project-mini-images{aspect-ratio:6/9;height:150px;padding:.5rem;object-fit:cover;border:none;z-index:1;cursor:pointer}.footer{padding-inline:25px;padding-top:15px;background-color:var(--clr-secondary-background);color:var(--clr-primary-background)}.footer-top{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;row-gap:25px;font-size:var(--ff-100)}@media (min-width: 1460px){.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(20%,max-content));align-items:start;text-align:justify;column-gap:0}}.footer-top .footer-icon{justify-self:end;font-size:38px}.footer-top .footer-icon i{transition:color .5s}.footer-top .footer-icon i:hover{color:var(--clr-secondary-neutral-100)}.footer-owner,.site-sections,.social-links,.direct-contact{display:flex;flex-direction:column}.footer-owner *:not(.title),.site-sections *:not(.title),.social-links *:not(.title),.direct-contact *:not(.title){margin-top:3px}.footer-bottom{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:5%}.footer-bottom .logo-text{font-size:64px;font-weight:700;color:var(--clr-primary-background)}@media (min-width: 774px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:baseline}}.project-content{position:relative}.project-content .project-head{display:flex;flex-direction:column;gap:2rem}.project-content .project-head .title{font-size:200px;text-transform:uppercase}.project-content .project-hero{display:grid;grid-template-columns:1fr .1fr;grid-template-rows:750px;gap:2rem}@media (max-width: 1050px){.project-content .project-hero{grid-template-columns:1fr}.project-content .project-hero .short-info{display:flex;flex-direction:row;gap:1rem}}.project-content .project-hero .project-img img{width:100%;height:100%;object-fit:cover;display:block}.project-content .project-blurb{display:flex;flex-direction:column;flex-wrap:wrap;gap:5rem;align-items:end}@media (max-width: 1050px){.project-content .project-blurb{flex-direction:row;flex-wrap:nowrap}}.project-content .project-photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}@media (max-width: 1050px){.project-content .project-photos{grid-template-columns:1fr;grid-auto-flow:row}}.project-content .project-photos .spaces{aspect-ratio:1}.project-content .project-photos .spaces>p{display:inline-block;margin-top:auto}.project-content .project-photos .spaces img{width:100%;height:100%;object-fit:cover;display:block}.marquee-section{min-height:100vh;width:100%;display:grid;place-items:center;overflow:hidden}.marquee{display:flex;overflow:hidden;gap:clamp(.5rem,2vw,1rem);position:relative;user-select:none}.marquee .marquee-track{display:flex;gap:clamp(.5rem,2vw,1rem);flex-shrink:0;min-width:100%;padding-block:clamp(.5rem,2vh,1rem);animation:marquee-move-text 5s linear infinite;background-color:var(--clr-primary-100)}.marquee .marquee-track .marquee-text{display:inline-block;white-space:nowrap;padding:clamp(.25rem,1vw,.5rem);font-weight:700;text-transform:uppercase;font-size:clamp(1rem,2vw + .5rem,1.5rem)}@keyframes marquee-move-text{0%{transform:translate(0)}to{transform:translate(-25%)}}.fourofour-holder{display:grid;place-content:center;justify-items:center;width:100%;padding:clamp(1rem,5vw,2rem)}.fourofour-holder .fourofour-info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(.5rem,2vw,1rem);max-width:90%;margin:0 auto}.fourofour-holder .fourofour-info p{max-width:55ch}.fourofour-holder .fourofour{font-size:clamp(10rem,20vw,35.5rem);line-height:1}.fourofour-holder .fourofour .char{display:inline-block;opacity:0;transform:translateY(50px) scale(1);will-change:transform,opacity}.hero-social{display:flex;flex-wrap:wrap;gap:clamp(.5rem,2vw,1rem);font-size:clamp(1rem,1.5vw + 1rem,1.5rem)}.hero-social li .iteam-link{display:inline-block}.hero-social li .iteam-link i{transition:color .5s}.hero-social li .iteam-link i:hover{color:var(--clr-primary-100)}
