*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden;scroll-behavior:smooth}:root{font-family:system-ui,Avenir,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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}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}}.app-container{width:100%;position:relative;background-color:#fff}.main-content{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column}.opening-animation-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .5s ease-out;transition-delay:1.2s}.opening-animation-container.play{opacity:0;pointer-events:none}.opening-svg{width:90%;max-width:1200px;height:auto;overflow:visible}.left-group,.right-group{transition:transform 2.5s cubic-bezier(.22,1,.36,1)}.opening-animation-container.play .left-group{transform:translate(-60vw)}.opening-animation-container.play .right-group{transform:translate(60vw)}.navbar{position:absolute;top:0;left:0;width:100%;padding:2rem 8%;display:flex;justify-content:space-between;align-items:center;z-index:10;background:transparent}.logo{font-size:1.5rem;font-weight:800;color:#000}.nav-links{display:flex;gap:3rem;list-style:none}.nav-links a{text-decoration:none;color:#000;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.navbar{flex-direction:column;padding:1.5rem 1rem;gap:1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.nav-links{gap:1.5rem;width:100%;justify-content:center;padding:0}.nav-links a{font-size:.9rem}}.hero-container{display:flex;align-items:center;justify-content:space-between;width:100vw;height:100vh;padding:0 8%;background-color:#fff;overflow:hidden}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;z-index:2}.intro-text{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.name-text{font-size:5rem;font-weight:900;line-height:1;margin-bottom:1rem;color:#000}.role-text{font-size:2rem;font-weight:500;margin-bottom:2rem;color:#333}.description{font-size:1rem;line-height:1.6;color:#555;max-width:500px;margin-bottom:2.5rem}.hex-border{width:500px;height:550px;max-width:40vw;max-height:45vw;background-color:#000;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;justify-content:center;align-items:center}.hex-image{width:96%;height:96%;background-color:#ccc;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background-image:url(https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80);background-size:cover;background-position:center}.cta-button{padding:15px 40px;background-color:#000;color:#fff;border:none;font-size:1.1rem;font-weight:700;border-radius:40px;cursor:pointer;transition:transform .2s;box-shadow:0 5px 15px #0003;width:fit-content;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-3px);background-color:#333}.hero-image-wrapper{flex:1;height:100%;display:flex;align-items:center;justify-content:flex-end}.hex-border{width:500px;height:550px;max-width:40vw;max-height:45vw;background-color:#000;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.tech-orb-container{width:100%;height:100%;background-color:#111;display:flex;justify-content:center;align-items:center;position:relative}.orb{width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#555,#000);box-shadow:0 0 30px #ffffff1a;position:relative;z-index:2}.orb-ring{position:absolute;width:280px;height:280px;border:2px dashed #444;border-radius:50%;animation:spin 10s linear infinite}.orb-ring-2{position:absolute;width:340px;height:340px;border:1px solid #333;border-radius:50%;animation:spin-reverse 15s linear infinite;transform-style:preserve-3d}.orb-ring:before{content:"";position:absolute;top:-5px;left:50%;width:10px;height:10px;background-color:#fff;border-radius:50%;box-shadow:0 0 10px #fff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(360deg) scaleY(.6)}to{transform:rotate(0) scaleY(.6)}}@media(max-width:768px){.hero-container{flex-direction:column;justify-content:flex-start;padding:160px 5% 50px;height:auto;min-height:100vh}.hero-content{text-align:center;padding-right:0;margin-bottom:4rem}.name-text{font-size:3.5rem}.role-text{font-size:1.5rem}.description{margin:0 auto 2rem}.social-icons{justify-content:center}.hero-image-wrapper{justify-content:center;height:300px;width:100%}.hex-border{width:280px;height:320px;max-width:100%}}.about-container{width:100vw;min-height:80vh;display:flex;padding:10% 8%;background-color:#000;color:#fff;box-sizing:border-box;align-items:flex-start}.about-left{flex:1}.section-title{font-size:6rem;font-weight:800;line-height:.9;letter-spacing:-2px}.about-right{flex:1;padding-top:1rem}.about-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:2rem;border-left:4px solid #fff;padding-left:1.5rem}.about-text{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:1.5rem;max-width:500px}.about-stats{display:flex;gap:4rem;margin-top:3rem}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:3rem;font-weight:700}.stat-label{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#888}@media(max-width:768px){.about-container{flex-direction:column;padding:15% 8%;height:auto}.about-left{margin-bottom:2rem}.section-title{font-size:4rem;line-height:1}.about-stats{justify-content:space-between;gap:1rem}}.portfolio-container{width:100vw;min-height:100vh;padding:8%;background-color:#fff;color:#000;box-sizing:border-box}.portfolio-header{margin-bottom:5rem}.portfolio-title{font-size:5rem;font-weight:900;line-height:.9;letter-spacing:-2px}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:4rem;align-items:start}.wide-card{grid-column:1 / -1}.project-media-wrapper{width:100%;margin-bottom:1.5rem;border:2px solid #000;overflow:hidden;background-color:#f0f0f0;transition:transform .3s ease}.project-image{width:100%;aspect-ratio:4/3;display:block;object-fit:cover;background-color:#ccc;transition:opacity .3s}.project-card:hover .project-image{opacity:.9}.project-video{width:100%;height:auto;aspect-ratio:16/9;display:block;object-fit:cover}.project-card:hover .project-media-wrapper{transform:translateY(-10px);border-color:#333}.project-card:hover .project-image{background-color:#000}.project-info h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.project-info p{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:1px}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000f2;display:flex;justify-content:center;align-items:center;z-index:5000;cursor:zoom-out;animation:fadeIn .2s ease-out}.lightbox-image{max-width:90%;max-height:90%;box-shadow:0 0 50px #ffffff1a;cursor:default;border:2px solid #333}.lightbox-close{position:absolute;top:30px;right:40px;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;line-height:1;transition:transform .2s}.lightbox-close:hover{transform:scale(1.2);color:#ccc}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.project-card{cursor:pointer;display:flex;flex-direction:column}@media(max-width:768px){.portfolio-title{font-size:3.5rem}.project-grid{grid-template-columns:1fr;gap:3rem}}.contact-container{width:100vw;height:80vh;background-color:#000;color:#fff;padding:8%;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;position:relative}.contact-heading{font-size:5vw;font-weight:800;line-height:1.1;margin-bottom:3rem}.contact-trigger-btn{font-size:2.5rem;background:transparent;color:#fff;border:2px solid #fff;padding:1rem 3rem;width:fit-content;cursor:pointer;transition:all .3s ease;font-weight:700}.contact-trigger-btn:hover{background-color:#fff;color:#000}.footer-bottom{position:absolute;bottom:2rem;left:0;width:100%;padding:0 8%;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#666;box-sizing:border-box}.footer-links span{margin-left:2rem;cursor:pointer;color:#fff;transition:color .3s}.footer-links span:hover{color:#888}@media(max-width:768px){.contact-heading{font-size:3rem}.contact-trigger-btn{font-size:1.5rem;padding:1rem 2rem}.footer-bottom{position:relative;flex-direction:column-reverse;gap:1.5rem;margin-top:4rem;padding-bottom:2rem;bottom:auto}.footer-links{display:flex;justify-content:center;width:100%}.footer-links span{margin:0 10px}}.contact-page-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;z-index:2000;display:flex;flex-direction:column;padding:0;box-sizing:border-box;overflow-y:auto;animation:fadeIn .3s ease-in-out}.contact-nav{position:sticky;top:0;left:0;width:100%;padding:2rem 8%;background-color:#fffffff2;z-index:10;display:flex;align-items:center}.home-button{background:none;border:none;font-size:1.2rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:1px;color:#000;display:flex;align-items:center;gap:10px;transition:opacity .2s}.home-button .arrow{font-size:1.5rem;transition:transform .2s}.home-button:hover{opacity:.6}.home-button:hover .arrow{transform:translate(-5px)}.contact-form-wrapper{max-width:600px;width:100%;margin:4rem auto 8rem;padding:0 8%;box-sizing:border-box}.contact-page-title{font-size:4rem;font-weight:800;line-height:1;margin-bottom:1rem;color:#000}.contact-page-subtitle{font-size:1.2rem;color:#666;margin-bottom:3rem}.form-group{margin-bottom:2.5rem;display:flex;flex-direction:column}.form-group label{font-size:.9rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;color:#000}.form-group input,.form-group textarea{width:100%;border:none;border-bottom:2px solid #ccc;padding:10px 0;font-size:1.1rem;font-family:inherit;background:transparent;transition:border-color .3s;outline:none;border-radius:0}.form-group input:focus,.form-group textarea:focus{border-bottom-color:#000}.submit-button{padding:15px 40px;background-color:#000;color:#fff;border:none;font-size:1rem;font-weight:700;border-radius:0;cursor:pointer;transition:background-color .3s;margin-top:1rem}.submit-button:hover{background-color:#333}@media(max-width:768px){.contact-nav{padding:1.5rem 5%}.contact-page-title{font-size:3rem}.contact-form-wrapper{margin-top:2rem;margin-bottom:4rem}}
