@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Petrona:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hero-wrapper{height:100vh;padding:4rem 2rem;text-align:center;width:100%;z-index:1}.hero-center,.hero-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.hero-center{flex-direction:column;margin:0 auto;max-width:900px}.hero-center h1{font-size:4rem;font-weight:500;letter-spacing:-.25rem;position:relative;z-index:2}.hero-center h1,.rotator-combined{font-family:Petrona,serif;font-style:italic}.rotator-combined{display:flex;font-size:clamp(1rem,2vw,1.5rem);font-weight:400;height:2rem;justify-content:center;margin-top:10rem;overflow:hidden;text-align:center}.rotator-line{overflow:hidden}.tracking-in-contract{animation:tracking-in-contract 1.5ss cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-contract{0%{filter:blur(12px);letter-spacing:-.5em;opacity:0}to{filter:blur(0);opacity:1}}.tracking-letter span{animation:fall-in .8s ease-out forwards;display:inline-block;opacity:0;transform:translateY(-20px)}@media (max-width:768px){.hero-center h1{font-size:7rem}.rotator-combined{font-size:2rem}}@media (max-width:480px){.hero-center h1{font-size:4rem}.rotator-combined{font-size:1.5rem}}.text-rotate{display:flex;flex-wrap:wrap;position:relative;white-space:pre-wrap}.text-rotate-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.about-container{align-items:center;display:flex;height:100vh;justify-content:center;padding:2rem}.about-inner{max-width:600px;text-align:left;width:100%}.about-heading{font-size:3rem;font-style:italic;font-weight:400;margin-bottom:1.5rem;white-space:nowrap}.about-text{display:flex;flex-wrap:wrap;font-size:1.25rem;font-weight:400;line-height:1.6;max-width:100%}.about-word{display:inline;white-space:normal}@media (max-width:768px){.about-heading{font-size:2rem}.about-text{font-size:1.1rem}}.project-gallery{height:100vh;overflow:hidden;position:relative}.project-overview-container{align-items:center;background:inherit;color:#111;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;padding-top:20vh;position:relative;text-align:center;width:100%}.project-header{display:flex;font-family:Petrona,serif;font-size:1rem;font-style:italic;justify-content:space-between;left:2rem;position:absolute;right:2rem;top:35vh}.project-content-inner{align-items:center;display:flex;flex-direction:column;gap:2vh;margin:0 auto;max-width:100%;width:fit-content}.project-title{display:inline-block;font-family:Petrona,serif;font-size:5rem;font-style:italic;font-weight:200;letter-spacing:-.25rem;line-height:1;min-width:max-content;white-space:nowrap}.project-subtitle{font-family:Open Sans,sans-serif;font-size:.9rem;letter-spacing:.05em;margin-bottom:1.5rem}.divider{margin:0 .5rem}.project-overview-details{align-items:center;display:flex;gap:1.75rem;justify-content:space-between;width:100%}.project-description{font-family:Petrona,serif;font-size:1.1rem;font-style:italic;letter-spacing:-.01rem;line-height:1.4;max-width:300px;text-align:start}.visit-button{background-color:initial;color:#111;font-family:Open Sans,sans-serif;height:2.5rem;margin:1rem 0;padding:.5rem 1.5rem;transition:all .3s ease-in-out}.visit-button:hover{background-color:#111;box-shadow:0 4px 10px #0000001a}.project-preview-wrapper{border-radius:1rem;bottom:15%;height:12rem;overflow:hidden;position:absolute;right:10%;width:20rem;z-index:1}.video-hover-overlay{align-items:center;background:#1e1e1e4d;color:#f0f0f0;font-size:1.2rem;font-weight:500;height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:2}.project-media,.video-hover-overlay{display:flex;justify-content:center}.project-image,.project-video{border-radius:12px;height:100%;object-fit:cover;width:100%}.project-counter-circle{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff08;border:1px solid #0003;border-radius:50%;bottom:15%;box-sizing:border-box;display:flex;flex-direction:column;font-family:Petrona,serif;height:12rem;justify-content:space-around;left:20%;padding:1rem .5rem;position:absolute;text-align:center;width:12rem;z-index:1}.project-counter-circle:before{background-color:#0003;content:"";height:1px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center;width:75%;z-index:0}.circle-label-bot,.circle-label-top{font-family:Open Sans,sans-serif;font-size:.9rem;opacity:.6;position:absolute;text-transform:uppercase}.circle-label-top{top:1rem}.circle-label-bot{bottom:1rem}.circle-number{left:20%;top:22%}.circle-number,.circle-total{font-size:2.75rem;font-weight:600;letter-spacing:-.2rem;position:absolute}.circle-total{bottom:20%;right:20%}.arrow-circle{background:none;border:none;color:inherit;font-size:1.2rem;position:absolute;top:50%;transform:translateY(-50%)}.arrow-circle.left{left:10%}.arrow-circle.right{right:10%}.arrow-circle:hover{opacity:1}.arrow-circle:disabled{cursor:not-allowed;opacity:.8}.fade-in-bottom{animation:fade-in-bottom .8s cubic-bezier(.39,.575,.565,1) both}@keyframes fade-in-bottom{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.detail-title-main{overflow-wrap:break-word;white-space:normal;word-break:break-word}.fall-in-title span{animation:fall-in .1s ease-out forwards;white-space:nowrap}.fall-in-title span,.fall-in-word{display:inline-block;opacity:0;transform:translateY(-20px)}.fall-in-word{animation:fall-in .4s ease-out forwards;white-space:normal;word-break:break-word}@keyframes fall-in{to{opacity:1;transform:translateY(0)}}.tracking-in-expand{animation:tracking-in-expand 1s cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}to{opacity:1}}.project-detail{font-family:Petrona,serif;height:100vh;inset:0;overflow:hidden;position:fixed;width:100%;z-index:100;z-index:9}.detail-left-fixed{left:10%;position:fixed;top:20%;width:25vw;z-index:10}.detail-title-main{font-size:5.75rem;font-style:italic;font-weight:200;line-height:.75;margin-bottom:2.25rem}.detail-subtitle{font-size:1rem;letter-spacing:.1em;opacity:.6;text-transform:uppercase}.detail-description{font-size:1.1rem;font-style:italic;line-height:1.6;margin-top:1.5rem;max-width:300px}.visit-button{align-items:center;border:1px solid #111;border-radius:2rem;display:inline-flex;font-size:.9rem;gap:.5rem;padding:.6rem 1.5rem;transition:.3s ease}.visit-button:hover{background:#111;color:#fff}.detail-right-fixed{position:fixed;right:10%;text-align:right;top:20%;width:25vw;z-index:10}.detail-index{font-size:4rem;font-weight:300;letter-spacing:-.08em;margin-bottom:1rem}.tech-stack ul{font-size:1rem;line-height:1.5;list-style:none;margin:0;padding:0}.tech-label{font-weight:800;letter-spacing:.05em;margin-bottom:1rem;opacity:.8}.tech-label,.tech-stack li{font-family:Open Sans,sans-serif;font-size:1rem}.next-project-wrapper{align-items:flex-end;bottom:10%;display:flex;display:none;flex-direction:column;position:fixed;right:10%;text-align:right;z-index:15}.next-arrow-button{background:none;border:none;font-size:2rem;line-height:.5;margin-bottom:.3rem;padding:0;text-align:right;transition:transform .2s ease}.next-arrow-button:disabled{cursor:not-allowed}.arrow-line{display:inline-block;font-size:3rem;padding-right:.3rem;padding-top:.2rem;transform:translateY(-4px)}.next-project-label{font-family:Open Sans,sans-serif;font-size:2rem;font-weight:400;letter-spacing:.02em;line-height:1.1;text-align:right}.next-project-label span{display:block}.scroll-gallery{-ms-overflow-style:none;height:100%;left:40vw;overflow-y:auto;padding:6rem 2rem 3rem;position:absolute;right:25vw;scrollbar-width:none;top:0}.scroll-gallery::-webkit-scrollbar{display:none}.vertical-gallery{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding-bottom:4rem}.vertical-gallery-item{border-radius:2rem;box-shadow:0 10px 25px #00000014;overflow:hidden;width:30vw}.vertical-gallery-image{border-radius:2rem;display:block;height:auto;object-fit:cover;width:100%}.back-button{align-items:center;background:none;border:none;color:inherit;display:flex;font-size:1rem;font-weight:400;gap:1rem;justify-content:center;left:10%;position:absolute;top:12%;z-index:20}@media (max-width:768px){.project-overview-container{align-items:center;flex-direction:column;padding:15%;text-align:center}.project-header{display:none}.project-content-inner{align-items:center;gap:1rem;min-height:250px;padding:1rem 0;text-align:center}.project-title{font-size:4rem;text-align:center}.project-description,.project-subtitle,.visit-button{margin:.5rem 0;max-width:100%;text-align:center}.visit-button{font-size:.9rem;padding:.5rem 1.25rem}.project-preview-wrapper{height:auto;margin-top:1rem;position:static;width:100%}.project-media img,.project-media video{border-radius:1rem;height:auto;max-width:100%;object-fit:contain;width:100%}.video-hover-overlay{background:#0006;border-radius:.4rem;color:#fff;font-size:.85rem;left:50%;padding:.5rem 1rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.project-counter-circle{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff08;border:1px solid #0003;border-radius:50%;bottom:5%;box-sizing:border-box;display:flex;flex-direction:column;font-family:Petrona,serif;height:6rem;justify-content:space-around;left:50%;padding:1rem .5rem;position:absolute;text-align:center;transform:translateX(-50%);width:6rem;z-index:1}.project-counter-circle:before{background-color:#0003;content:"";height:1px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center;width:75%;z-index:0}.circle-label-bot,.circle-label-top{display:none;font-size:.5rem}.circle-label-top{top:1rem}.circle-label-bot{bottom:1rem}.circle-number{left:25%;top:20%}.circle-number,.circle-total{font-size:1rem;font-weight:600;position:absolute}.circle-total{bottom:15%;right:25%}.arrow-circle{background:none;border:none;font-size:1.2rem;position:absolute;top:50%;transform:translateY(-50%)}.arrow-circle.left{left:10%}.arrow-circle.right{right:10%}.arrow-circle:hover{opacity:1}.arrow-circle:disabled{cursor:not-allowed;opacity:.8}.project-overview-details{flex-direction:column;gap:0;width:50%}}@media (max-width:480px){.project-overview-container{padding:2.5rem 1rem}.project-content-inner{min-height:225px;padding:1rem 0 0}.project-title{font-size:4rem;letter-spacing:-.02rem}.project-description,.project-subtitle{font-size:.85rem;margin:.5rem;padding:0 .5rem}.visit-button{font-size:.8rem;height:auto;margin:.75rem;padding:.45rem 1rem}.project-preview-wrapper{height:auto;margin-top:1rem;max-width:320px;width:100%}.project-media{display:flex;height:auto;justify-content:center;width:100%}.project-media img,.project-media video{border-radius:1rem;height:100%;object-fit:cover;width:100%}.video-hover-overlay{font-size:.75rem;padding:.3rem .6rem}.project-counter-circle{bottom:18%}}@media (max-width:992px){.project-detail{overflow-y:scroll;padding:15% 10%}.detail-left-fixed,.detail-right-fixed,.project-detail{align-items:center;flex-direction:column;text-align:center}.detail-left-fixed,.detail-right-fixed{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem;position:static;width:100%}.detail-title-main{text-wrap:nowrap;font-size:6rem;line-height:1;margin-bottom:1.5rem;text-align:center}.detail-index{display:none}.detail-description{font-size:1rem;margin:1rem auto;max-width:90%}.tech-stack ul{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem;padding:0}.tech-stack li{background:#ffffff1a;border-radius:.3rem;font-size:.9rem;padding:.4rem .8rem}.scroll-gallery{height:fit-content;margin-top:1rem;padding:1rem 0;position:static;width:100%}.vertical-gallery{align-items:center;flex-direction:column;gap:1rem}.vertical-gallery-item{border-radius:2rem;padding:0 1rem;width:100%}.vertical-gallery-image{border-radius:2rem;object-fit:cover;width:100%}.next-project-wrapper{align-items:center;display:flex;flex-direction:row-reverse;gap:1rem;justify-content:center;margin-top:1.25rem;top:-50%}.next-project-label{display:flex;font-size:1rem;gap:.25rem;justify-content:center;text-align:center}.next-project-wrapper .arrow-line{font-size:2rem;padding-right:0;padding-top:0;transform:translateY(0)}.back-button{font-size:1.1rem;left:5%;top:8%}}@media (max-width:480px){.detail-title-main{font-size:4rem}.project-detail{padding:25% 10%}.project-description{font-size:1rem;margin:0;padding:0}.circle-number,.circle-total{letter-spacing:0}.arrow{display:none}}.contact-section{justify-content:center;min-height:100vh;overflow:hidden;padding:4rem 2rem;z-index:1;z-index:9}.contact-container,.contact-section{align-items:center;display:flex;position:relative}.contact-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fff3;border:1px solid #ffffff4d;border-radius:2rem;box-shadow:0 0 4px 1px #0000001a;flex-wrap:wrap;gap:4rem;margin:0 auto;max-width:1000px;outline:1px solid #ffffff1a;padding:8rem 5rem;z-index:2}.contact-text{display:flex;flex:1 1 40%;flex-direction:column;height:100%;justify-content:center;min-width:250px}.contact-text h2{font-size:2.5rem;font-style:italic;font-weight:400;margin-bottom:1rem}.contact-text p{font-size:1.25rem;letter-spacing:-.05rem;line-height:1.6}.contact-form{display:flex;flex:1 1 50%;flex-direction:column;gap:1.2rem;min-width:280px}.contact-row{display:flex;gap:1rem}.contact-field{display:flex;flex:1 1;flex-direction:column}.contact-field label{font-size:1.25rem;margin-bottom:.3rem}.contact-field input,.contact-field textarea{background:#0000;border:none;border-bottom:1px solid #444;color:inherit;font-size:1rem;outline:none;padding:.5rem 0}.contact-field.full{width:100%}.submit-wrap{align-content:center;display:flex;gap:2rem;justify-content:flex-end;margin-top:1rem}.form-popup{align-items:center;display:flex;justify-content:center}.submit-wrap button{align-items:center;background-color:initial;border:1px solid #111;border-radius:2rem;color:#111;cursor:pointer;display:inline-flex;font-family:Open Sans,sans-serif;font-size:.9rem;gap:.5rem;height:2.5rem;margin:1rem 0;padding:.5rem 1.5rem;transition:all .3s ease-in-out}.submit-wrap button:hover{background-color:#111;box-shadow:0 4px 10px #0000001a;color:#fff}.arrow{font-size:1rem}.contact-field textarea{text-align:left}@media (max-width:992px){.contact-container{flex-direction:column;gap:3rem;padding:4rem 3rem}.contact-form,.contact-text{max-width:100%;text-align:center;width:100%}.contact-text h2{font-size:2.2rem}.contact-text p{font-size:1.3rem}.submit-wrap{justify-content:center}}@media (max-width:768px){.contact-container,.contact-section{padding:10%}.contact-text h2{font-size:2rem}.contact-text p{font-size:1.2rem}.contact-row{flex-direction:column}.contact-field label{align-self:flex-start;font-size:1.1rem;text-align:left}.contact-field input,.contact-field textarea{font-size:1rem}}@media (max-width:480px){.contact-container{gap:2}.contact-text h2{font-size:1.75rem}.contact-text p{font-size:1rem}.contact-field label{align-self:flex-start;font-size:.9rem;text-align:left}.submit-wrap{margin:0}.submit-wrap button{font-size:.75rem;padding:.4rem 1rem}.arrow{font-size:.9rem}.contact-field input,.contact-field textarea{padding:.25rem 0}.contact-section button{margin:0}}.footer{align-items:flex-end;background:#0000;bottom:0;display:flex;font-size:.9rem;font-weight:400;justify-content:space-between;left:0;pointer-events:none;position:fixed;width:100%;z-index:99}.footer-left,.footer-right{color:#000;padding:1rem 2.5rem .9rem;pointer-events:auto;white-space:nowrap}.footer-left{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.footer-link-underline{color:inherit;cursor:pointer;display:inline-block;padding-bottom:2px;position:relative;text-decoration:none;transition:color .3s ease,opacity .3s ease}.footer-link-underline:after{background-color:currentColor;bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .35s ease;width:100%}.footer-link-underline:hover:after{transform:scaleX(1);transform-origin:left}@media (max-width:768px){.footer{align-items:flex-start;flex-direction:column;font-size:.85rem;gap:.75rem}.footer-left{text-wrap:wrap;padding:1rem 2.5rem;text-align:center}.footer-right{display:none}}.circular-text{border-radius:50%;height:8rem;margin:0 auto;position:relative;text-align:center;transform-origin:50% 50%;-webkit-transform-origin:50% 50%;width:8rem}.circular-text span{bottom:0;display:inline-block;font-size:1rem;left:0;position:absolute;right:0;top:0;transition:all .5s cubic-bezier(0,0,0,1)}*{background-color:initial;box-sizing:border-box;margin:0;padding:0}body{font-family:Open Sans,sans-serif;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:Petrona,serif;font-weight:600;letter-spacing:-.1rem}a{color:inherit;text-decoration:none}button{text-wrap:nowrap}.topbar-container{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);flex-wrap:wrap;font-size:.9rem;justify-content:space-between;padding:1rem 2.5rem .9rem;position:fixed;top:0;width:100%;z-index:100}.header-left,.topbar-container{align-items:center;display:flex}.header-left{gap:.6rem}.weather-display{align-items:center;display:flex;gap:.3rem}.weather-display img{filter:invert(1);height:1rem;opacity:.85;width:1rem}.navbar{flex:1 1 50%;font-size:.9rem;font-weight:400;justify-content:flex-end;z-index:1000}.nav-links,.navbar{align-items:center;display:flex}.nav-links{gap:.75rem;text-transform:uppercase}.nav-links a{color:inherit;cursor:pointer;display:inline-block;padding-bottom:2px;position:relative;text-decoration:none;transition:color .3s ease,opacity .3s ease}.nav-links a.logo:after{display:none}.nav-links a:after{background-color:currentColor;bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .35s ease;width:100%}.nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.nav-links .dash{opacity:.3}.nav-logo{height:2.75rem;margin-left:2rem;width:2.75rem}.nav-logo img{height:100%;object-fit:contain;width:100%}.nav-logo:hover img{animation:spin 1.5s linear infinite}.nav-logo img{transform-origin:center center;transition:transform .6s ease}@media (max-width:768px){.topbar-container{align-items:center;flex-direction:column;padding:1rem 1.5rem}.header-left{display:none;flex-wrap:wrap;font-size:.9rem;justify-content:center;margin-bottom:.5rem;width:100%}.navbar{margin-top:0;padding:0;width:100%}.nav-links,.navbar{align-items:center;flex-direction:row;justify-content:center}.nav-links{flex-wrap:wrap;font-size:.85rem;gap:.6rem}.nav-logo{display:none}}@media (max-width:480px){.topbar-container{padding:.8rem 1rem}.header-left{align-items:center;flex-direction:column;gap:.3rem}.nav-links,.navbar{align-items:center;flex-direction:row}.nav-links{flex-wrap:wrap;font-size:.8rem;gap:.4rem;justify-content:center}.nav-logo{display:none}}@media (min-width:1201px){html{font-size:15px}}@media (max-width:1200px){html{font-size:14px}}@media (max-width:768px){html{font-size:12px}}@media (max-width:576px){html{font-size:11px}}@media (max-width:375px){html{font-size:10px}}@media (max-width:992px){html{font-size:13px}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-screen{align-items:center;background:url(/static/media/bg.61b1429d97880326c228.png) no-repeat 50%;background-size:cover;display:flex;height:100vh;justify-content:center;left:0;opacity:1;position:fixed;top:0;transition:opacity .5s ease;width:100vw;z-index:99}.fade-in{opacity:1}.fade-out{opacity:0;pointer-events:none}.popup{background-color:#fff8e1;border:1px solid #f0ad4e;border-radius:12px;box-shadow:0 5px 15px #0003;color:#000;max-width:90%;padding:20px;text-align:center}.popup h2{color:#d35400;margin-top:0}.popup p{color:#444;font-size:16px}.close-btn{background-color:#f0ad4e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;margin-top:1rem;padding:8px 16px;transition:background-color .2s}.close-btn:hover{background-color:#e69500}
/*# sourceMappingURL=main.0e357da3.css.map*/