*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,sans-serif}.starry-background{background-color:#000;height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.landing-container{align-items:center;background-color:#000;display:flex;justify-content:center;min-height:100vh}.content-wrapper{gap:.25rem}.content-wrapper,.logo-online-container{align-items:center;display:flex;flex-direction:column;position:relative}.logo-online-container{cursor:pointer;gap:0;text-align:center;width:100%}.image-container{margin-bottom:-.5rem;margin-top:-5vh;transform-origin:center}.image-container,.online-text{display:flex;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.online-text{font-size:2.5rem;margin:0;position:relative;transform:translateY(.25vh);width:100%}.online-text .nav-button{font-size:2.5rem;padding:5px;position:relative;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.image-container.hovered,.online-text.hovered .nav-button{filter:brightness(.8);transform:scale(1.1)}.logo{filter:drop-shadow(0 0 10px rgba(255,255,255,.3));height:auto;max-width:400px;width:90%}.logo-online-container:hover .logo{filter:drop-shadow(0 0 15px rgba(255,255,255,.4)) brightness(.8)}.button-container{display:flex;gap:1.5rem;justify-content:center;margin-top:1rem}.nav-button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Special Elite,monospace;font-size:1.5rem;min-width:120px;padding:15px;position:relative;text-align:center;transition:all .3s ease}.online-label{cursor:default}.nav-button:hover{text-shadow:0 0 8px #fffc;transform:translateY(-2px)}.nav-button.touched,.nav-button:active{transform:scale(1.1)}.landing-button{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:25px;color:#ffffffe6;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.85rem;font-weight:900;justify-content:center;letter-spacing:1.5px;min-width:120px;overflow:hidden;padding:12px 32px;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-button:before{animation:shine 6s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.landing-button:nth-child(2):before{animation-delay:3s}@keyframes shine{0%{left:-100%}15%{left:100%}to{left:100%}}.landing-button:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.landing-button.touched,.landing-button:active{background:#ffffff1f;transform:scale(.98)}@media (max-width:768px){.logo{max-width:300px}.nav-button{font-size:1.2rem;min-width:90px;padding:10px}.landing-button{font-size:.95rem;min-width:105px;padding:10px 26px}.button-container{gap:1rem}}@media (max-width:480px){.logo{max-width:250px}.nav-button{font-size:1rem;min-width:80px}.landing-button{font-size:.85rem;min-width:90px;padding:9px 20px}.button-container{gap:.75rem}}.header-container{align-items:flex-start;background-color:#000;display:flex;justify-content:center;padding:0 1rem 1rem;position:relative;width:100%}.header-logo{cursor:pointer;filter:drop-shadow(0 0 10px rgba(255,255,255,.3));height:auto;left:2.5rem;max-width:200px;position:absolute;top:calc(2rem + 45px);transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.header-logo.touched,.header-logo:active,.header-logo:hover{filter:drop-shadow(0 0 15px rgba(255,255,255,.4)) brightness(.8);transform:translateY(-50%) scale(1.1)}.header-nav{display:flex;flex-direction:column;gap:.5rem;position:absolute;right:2.5rem;top:2rem;transform:none;z-index:2}.header-button{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;color:#ffffffe6;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.65rem;font-weight:900;justify-content:center;letter-spacing:1px;overflow:hidden;padding:8px 16px;position:relative;text-align:center;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.header-button:before{animation:headerShine 8s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.header-button:nth-child(2):before{animation-delay:2.5s}.header-button:nth-child(3):before{animation-delay:5s}@keyframes headerShine{0%{left:-100%}15%{left:100%}to{left:100%}}.header-button.touched,.header-button:active,.header-button:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.store-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding:4rem}.product-tile{aspect-ratio:auto;background:#ffffff1a;border-radius:8px;cursor:pointer;padding-bottom:.5rem;transition:all .3s ease}.product-tile:hover{background:#fff3;transform:scale(1.05)}.product-image{aspect-ratio:1;background:#ffffff0d;border-radius:8px 8px 0 0;margin-bottom:.25rem;width:100%}.product-info{align-items:center;color:#fffc;display:flex;font-family:Special Elite,monospace;height:25px;justify-content:space-between;padding:0 1rem}.product-name,.product-price{font-size:.9rem;position:relative;top:2px}@media (max-width:768px){.header-logo{left:1.5rem;max-width:150px;top:calc(1.5rem + 38px)}.header-nav{gap:.4rem;right:1.5rem;top:1.5rem}.header-button{border-radius:16px;font-size:.55rem;padding:6px 12px}}@media (max-width:480px){.header-logo{left:1rem;max-width:120px;top:calc(1.25rem + 32px)}.header-nav{gap:.3rem;right:1rem;top:1.25rem}.header-button{border-radius:14px;font-size:.5rem;letter-spacing:.5px;padding:5px 10px}}.resume-container{box-sizing:border-box;color:#ffffffe6;font-family:Special Elite,monospace;margin:0 auto;max-width:1000px;overflow:visible;padding:2rem;width:100%}.resume-section{margin-bottom:3rem}.resume-section h2{border-bottom:1px solid #fff3;color:#fff;font-size:1.8rem;margin-bottom:2rem;padding-bottom:.5rem}.education-item,.experience-item{background:#ffffff0d;border-radius:8px;margin-bottom:2rem;padding:1rem}.edu-header,.exp-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.edu-header h3,.exp-header h3{color:#fff;font-size:1.2rem}.edu-subheader,.exp-subheader{align-items:center;color:#fffc;display:flex;justify-content:space-between;margin-bottom:1rem}.education-item p,.experience-item p{color:#fffc;margin-bottom:.5rem}.courses{color:#ffffffb3;font-size:.9rem;line-height:1.4}ul{list-style-type:none}li,ul{padding-left:0}li{color:#fffc;line-height:1.4;margin-bottom:.5rem}.contact-section{border-bottom:1px solid #fff3;margin-bottom:4rem;padding-bottom:2rem;text-align:center}.contact-section h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem}.location{color:#ffffffe6;margin-bottom:1rem}.social-links{align-items:center;display:flex;gap:1rem;justify-content:center}.social-links a{color:#ffffffe6;text-decoration:none;transition:all .3s ease}.social-links a:hover{color:#fff;transform:scale(1.1)}.divider{color:#fff6}@media (max-width:768px){.resume-container{margin-top:60px;padding:1rem}.contact-section h1{font-size:2rem}.edu-header h3,.exp-header h3{font-size:1.1rem}}@media (max-width:480px){.edu-header,.edu-subheader,.exp-header,.exp-subheader{align-items:flex-start;flex-direction:column;gap:.25rem}}.portfolio-container{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;min-height:100vh}.logo-container{cursor:pointer;margin-top:2vh;transition:all .3s ease}.logo-container:hover{filter:brightness(.8);transform:scale(1.1)}.home-logo{filter:drop-shadow(0 0 10px rgba(255,255,255,.3));height:auto;width:150px}.studio-menu-container{align-items:center;display:flex;flex-direction:column;gap:2.5rem;justify-content:center;left:50%;position:absolute;top:45%;transform:translate(-50%,-50%)}.preview-image-container{border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0006;height:400px;overflow:hidden;width:400px}.studio-menu-row .landing-button{font-size:1rem;min-width:140px;padding:16px 32px}.preview-image{height:100%;object-fit:cover;transition:opacity .2s ease-in-out;width:100%}.preview-image.fade-out{opacity:0}.preview-image.fade-in{opacity:1}.studio-menu-row{display:flex;gap:1.5rem}@media (max-width:768px){.studio-menu-container{gap:2rem}.preview-image-container{height:300px;width:300px}.studio-menu-row{gap:1rem}.studio-menu-row .landing-button{font-size:.9rem;min-width:120px;padding:14px 28px}}@media (max-width:480px){.studio-menu-container{gap:1.5rem}.preview-image-container{border-radius:12px;height:240px;width:240px}.studio-menu-row{gap:.75rem}.studio-menu-row .landing-button{font-size:.8rem;min-width:100px;padding:12px 24px}}.page-transition{animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typewriter{animation:typing 3.5s steps(40),blink-caret .75s step-end infinite;border-right:.15em solid #fff;letter-spacing:.15em;margin:0 auto;overflow:hidden;white-space:nowrap}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:#fff}}.dot-1,.dot-2,.dot-3{animation:dotFade 2s infinite;display:inline-block;opacity:0}.dot-2{animation-delay:.5s}.dot-3{animation-delay:1s}@keyframes dotFade{0%{opacity:0}50%{opacity:1}to{opacity:0}}.loading-dots .dot{animation:appear 1.5s infinite;opacity:0}.loading-dots .dot:nth-child(2){animation-delay:.5s}.loading-dots .dot:nth-child(3){animation-delay:1s}@keyframes appear{0%,to{opacity:0}50%{opacity:1}}@media (max-width:768px){.loading-container{align-items:center;display:flex;gap:5px;justify-content:center;white-space:nowrap}}.graffiti-page{background-color:#000;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%}.graffiti-carousel{cursor:grab;height:100%;left:0;position:absolute;top:0;user-select:none;-webkit-user-select:none;width:100%}.graffiti-carousel:active{cursor:grabbing}.graffiti-image-wrapper{border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 8px 32px #00000080;cursor:pointer;overflow:hidden}.graffiti-image-wrapper:hover{box-shadow:0 12px 40px #0009}.graffiti-stack-image{height:100%;object-fit:cover;pointer-events:none;width:100%}.graffiti-info{bottom:18%;color:#fff;left:50%;position:absolute;text-align:center;transform:translateX(-50%);z-index:150}.graffiti-title{color:#fffffff2;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:900;letter-spacing:1px;margin:0;text-transform:uppercase}.graffiti-dots{bottom:12%;display:flex;gap:.75rem;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:150}.graffiti-dots .dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s ease;width:10px}.graffiti-dots .dot:hover{background:#ffffff80}.graffiti-dots .dot.active{background:#ffffffe6;transform:scale(1.2)}.graffiti-page .swipe-hint{bottom:8%;color:#fff6;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;left:50%;letter-spacing:.5px;margin:0;position:absolute;transform:translateX(-50%);z-index:150}.graffiti-page .modal-overlay{align-items:center;background-color:#000000e6;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.graffiti-page .modal-image{border-radius:8px;max-height:90vh;max-width:90vw;object-fit:contain}@media (max-width:768px){.graffiti-info{bottom:20%}.graffiti-title{font-size:1.1rem}.graffiti-dots{bottom:14%}.graffiti-dots .dot{height:8px;width:8px}.graffiti-page .swipe-hint{bottom:10%;font-size:.7rem}}@media (max-width:480px){.graffiti-info{bottom:22%}.graffiti-title{font-size:1rem}.graffiti-dots{bottom:16%}.graffiti-page .swipe-hint{bottom:12%}}.clothing-page{background-color:#000;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%}.clothing-carousel{cursor:grab;height:100%;left:0;position:absolute;top:0;user-select:none;-webkit-user-select:none;width:100%}.clothing-carousel:active{cursor:grabbing}.carousel-images{height:100%;position:relative;width:100%}.clothing-image-wrapper{border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 8px 32px #00000080;cursor:pointer;overflow:hidden}.clothing-image-wrapper:hover{box-shadow:0 12px 40px #0009}.clothing-stack-image{height:100%;object-fit:cover;pointer-events:none;width:100%}.clothing-info{bottom:18%;color:#fff;left:50%;position:absolute;text-align:center;transform:translateX(-50%);z-index:150}.clothing-title{color:#fffffff2;font-size:1.25rem;font-weight:900;letter-spacing:1px;margin:0 0 .5rem;text-transform:uppercase}.clothing-title,.clothing-year{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.clothing-year{color:#fff9;font-size:.9rem;font-weight:400;margin:0}.clothing-dots{bottom:12%;display:flex;gap:.75rem;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:150}.clothing-dots .dot{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s ease;width:10px}.clothing-dots .dot:hover{background:#ffffff80}.clothing-dots .dot.active{background:#ffffffe6;transform:scale(1.2)}.swipe-hint{bottom:8%;color:#fff6;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;left:50%;letter-spacing:.5px;margin:0;position:absolute;transform:translateX(-50%);z-index:150}.modal-overlay{align-items:center;background-color:#000000e6;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-image{border-radius:8px;max-height:90vh;max-width:90vw;object-fit:contain}@media (max-width:768px){.clothing-info{bottom:20%}.clothing-title{font-size:1.1rem}.clothing-year{font-size:.85rem}.clothing-dots{bottom:14%}.clothing-dots .dot{height:8px;width:8px}.swipe-hint{bottom:10%;font-size:.7rem}}@media (max-width:480px){.clothing-info{bottom:22%}.clothing-title{font-size:1rem}.clothing-dots{bottom:16%}.swipe-hint{bottom:12%}}
/*# sourceMappingURL=main.cc0dda24.css.map*/