*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}#root{width:100%;height:100%}@font-face{font-family:Akira;src:url(/fonts/Akira%20Expanded%20Demo.otf) format("opentype");font-weight:400;font-style:normal}:root{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Akira,sans-serif;font-weight:400}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}h2{font-family:Akira,sans-serif;font-weight:400;font-size:2.5rem;text-transform:uppercase;margin-bottom:2rem;color:#fff}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.about h2{font-family:Akira,sans-serif;font-weight:400}@media screen and (max-width: 1200px){h2{font-size:2.2rem}}@media screen and (max-width: 992px){h2{font-size:2rem}}@media screen and (max-width: 768px){h2{font-size:1.8rem;margin-bottom:1.5rem}}@media screen and (max-width: 576px){h2{font-size:1.5rem;margin-bottom:1rem}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1rem 0;transition:all .3s ease}button:focus{outline:none}.navbar.scrolled{background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0}.nav-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;font-family:Azeret Mono,monospace;cursor:pointer;transition:color .3s ease}.nav-logo:hover{color:#fff}.nav-logo img{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.nav-links{display:flex;gap:2rem}.nav-links button{background:none;border:none;color:#ffffffaf;font-size:1rem;cursor:pointer;position:relative;padding:.5rem 0}.nav-links button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-links button:hover:after{width:100%}.nav-links button:hover{color:#fff}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1001;margin-left:auto}.hamburger span{display:block;width:100%;height:3px;background-color:#fff;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-logo{display:none}.mobile-logo img{height:40px;width:auto;-o-object-fit:contain;object-fit:contain;margin-bottom:2rem;cursor:pointer}@media screen and (max-width: 768px){.hamburger{display:flex}.desktop-logo{display:none}.mobile-logo{display:block}.nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#000000f2;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);padding-top:4rem;transform:translate(100%);opacity:0;visibility:hidden}.nav-links.active{right:0;transform:translate(0);opacity:1;visibility:visible}.nav-links button{font-size:1.5rem;opacity:0;transform:translate(20px);transition:all .3s ease}.nav-links.active button{opacity:1;transform:translate(0)}.nav-links button:nth-child(2){transition-delay:.1s}.nav-links button:nth-child(3){transition-delay:.2s}.nav-links button:nth-child(4){transition-delay:.3s}.nav-links button:nth-child(5){transition-delay:.4s}}@media screen and (max-width: 576px){.nav-content{padding:0 1rem}.hamburger{width:25px;height:18px}.nav-links button{font-size:1.2rem}.mobile-logo img{height:35px}}.hero-section,.hero{height:100vh;width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;scroll-snap-align:start;text-align:center;padding:0 2rem}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#000000b3,#000000b3),url(/images/hero-bg.jpg) no-repeat center center;background-size:cover;z-index:-1}.hero-content{max-width:800px;width:100%;z-index:2;margin-bottom:2rem}.hero-content h1{font-family:Azeret Mono,monospace;font-size:4rem;font-weight:700;margin-bottom:1rem;color:#fff}.hero-content p{font-size:1.5rem;color:#ff6b6b;font-family:system-ui,-apple-system,sans-serif}.imghero{width:100%;max-width:900px;height:auto;margin:0 auto;display:block;padding:0}@media screen and (max-width: 992px){.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.3rem}.imghero{max-width:700px}}@media screen and (max-width: 768px){.hero{padding:0 1.5rem}.hero-content h1{font-size:3rem}.hero-content p{font-size:1.2rem}.imghero{max-width:500px}}@media screen and (max-width: 576px){.hero{padding:0 1rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.imghero{max-width:280px;padding:0 1rem}}@media screen and (orientation: landscape) and (max-height: 500px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem;margin-bottom:1rem}.imghero{max-width:300px}}.team-section{height:auto;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;color:#fff;scroll-snap-align:start;padding:2rem 1rem}.team-section h2{font-size:clamp(2rem,5vw,3rem);margin-bottom:5rem;font-weight:700;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;width:100%;max-width:1200px}.team-member{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem}.member-image{width:100%;max-width:220px;height:auto;aspect-ratio:1 / 1;-o-object-fit:cover;object-fit:cover;margin-bottom:1rem;border:1px solid #fff;border-radius:.5rem}.team-member h3{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.5rem;font-weight:700}.member-title,.member-subtitle{font-size:clamp(1rem,3vw,1.1rem);color:#ccc;margin-bottom:.5rem}.member-separator{width:50%;border:none;border-top:1px solid #fff;margin:1rem 0}.member-additional-info p{font-size:clamp(.9rem,2.5vw,1rem);color:#888;margin-bottom:.3rem}@media (max-width: 480px){.team-section{padding:1rem .5rem}.team-section h2{margin-bottom:1rem;font-size:1.4rem}.team-member h3{font-size:18px}.team-grid{gap:1rem}.member-image{max-width:100px}.member-additional-info p{text-wrap:balance}}.about-section{height:auto;min-height:100vh;width:100%;scroll-snap-align:start;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;padding:2rem 1rem}.about-section h2{color:#fff;font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem;text-align:center}.about-content{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:3rem}.about-text{text-align:center;max-width:800px;margin:0 auto}.about-text p{color:#fff;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;text-align:center}.stat-item h3{color:#ff6b6b;font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;font-family:Azeret Mono,monospace}.stat-item p{color:#888;font-size:clamp(.9rem,2vw,1rem)}@media (max-width: 480px){.about-content{gap:2rem}.about-text p{margin-bottom:1rem;font-size:.85rem}.about-section h2{font-size:1.4rem}.about-stats{grid-template-columns:1fr;gap:1.5rem}}.projects-section{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;color:#fff;scroll-snap-align:start;padding:2rem 1rem}.projects-content{width:100%;max-width:800px;text-align:center;padding:0 1rem}.project-image-container{width:100%;margin-bottom:2rem;padding-top:2rem}.project-image{width:100%;max-width:600px;height:auto;margin:0 auto;display:block}.project-text-content{width:100%;text-align:center}.project-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;color:#fff}.project-description,.approach-text{font-size:clamp(1rem,2.5vw,1.1rem);margin-bottom:1.2rem;color:#fff;line-height:1.6;text-align:center}.project-url a{font-size:1rem;color:#ffffffb0;text-decoration:none;margin-bottom:2rem;display:inline-block;transition:color .3s ease}.project-url a:hover{color:#fff}.approach-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-top:2rem;margin-bottom:1.5rem;color:#fff;text-align:center}.approach-content{text-align:center}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1200px;width:100%}.project-card{background:#1a1a1a;border-radius:10px;overflow:hidden;transition:transform .3s ease}.project-card:hover{transform:translateY(-10px)}.project-info{padding:1.5rem}.project-info h3{color:#fff;font-size:clamp(1.2rem,3vw,1.5rem);margin-bottom:.5rem;font-family:Azeret Mono,monospace}.project-info p{color:#fff;font-size:clamp(.9rem,2.5vw,1rem);line-height:1.4}@media screen and (max-width: 768px){.projects-section{padding:2rem .75rem}.projects-content{padding:0 .75rem}.project-image-container{padding-top:1.5rem}.project-image{max-width:500px}.project-title{font-size:2.2rem}.project-description,.approach-text{font-size:.95rem}.approach-title{font-size:1.6rem}}@media screen and (max-width: 576px){.projects-section{padding:2rem .5rem}.projects-content{padding:0 .5rem}.project-image-container{padding-top:1rem}.project-image{max-width:400px}.project-description,.approach-text{font-size:.85rem;line-height:1.5}.approach-title{font-size:1.4rem}.projects-grid{gap:1.2rem;grid-template-columns:1fr}.project-card{border-radius:8px}.project-info{padding:1rem}.project-title{font-size:2rem}.project-info h3{font-size:1.2rem}.project-info p{font-size:.95rem}.project-url a{font-size:.85rem}}@media screen and (max-width: 360px){.projects-section{padding:1.5rem .25rem}.projects-content{padding:0 .25rem}.project-image-container{padding-top:.75rem}.project-image{max-width:280px}.project-title{font-size:1.8rem;margin-bottom:.75rem}.project-description,.approach-text{font-size:.75rem;margin-bottom:.75rem;line-height:1.4}.approach-title{font-size:1.2rem;margin-top:1.5rem;margin-bottom:1rem}.project-info{padding:.75rem}.project-info h3{font-size:1.1rem}.project-info p{font-size:.85rem}.project-url a{font-size:.75rem;margin-bottom:1.5rem}}@media screen and (max-width: 280px){.projects-section{padding:1rem .15rem}.projects-content{padding:0 .15rem}.project-image-container{padding-top:.5rem}.project-image{max-width:200px;margin:20px}.project-title{font-size:1.5rem;margin-bottom:.5rem}.project-description,.approach-text{font-size:.65rem;margin-bottom:.5rem;line-height:1.3}.approach-title{font-size:1rem;margin-top:1.25rem;margin-bottom:.75rem}.project-info{padding:.5rem}.project-info h3{font-size:1rem}.project-info p{font-size:.75rem}.project-url a{font-size:.65rem;margin-bottom:1.25rem}}.contact-section{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;scroll-snap-align:start;position:relative}.contact-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-email{justify-content:center;color:#ffffff93;font-size:clamp(16px,4vw,20px);transition:color .3s ease}.contact-email:hover{color:#fff}.contact-title{text-align:center;margin-bottom:10px;font-size:clamp(1.2rem,4vw,1.4rem)}.footer{width:100%;background-color:#000;padding:2rem;position:relative;overflow:hidden}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo{width:150px;height:auto}.footer-logo img{width:100%;height:auto;opacity:.8;transition:opacity .3s ease}.footer-logo img:hover{opacity:1}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-copyright{color:#ffffff80;font-size:clamp(.8rem,3vw,.9rem);text-align:center}@media screen and (max-width: 768px){.footer{padding:1.5rem}.footer-logo{width:120px}.footer-links{gap:1.5rem}}@media screen and (max-width: 576px){.footer{padding:1rem}.footer-logo{width:100px}.footer-links{flex-direction:column;align-items:center;gap:1rem}.contact-email{font-size:16px}.contact-title{font-size:1.2rem}.footer-copyright{font-size:.8rem}}/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}@layer base{*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:system-ui,-apple-system,sans-serif;overflow:hidden}#root{width:100%;height:100%}.app{scroll-snap-type:y mandatory;background-color:#000;width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
