@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;display:flex;flex-direction:column;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;color:#444;align-items:center;background:#f2f5f1;line-height:1.6}h1,h2,h3,h4,h5,h6,.page-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;color:#333}img{max-width:100%;height:auto;display:block}.header{position:fixed;top:0;left:0;right:0;background:#f2f5f1;z-index:1000}.header-container{max-width:1200px;margin:0 auto;height:70px;display:flex;align-items:center;justify-content:center;position:relative;padding:0}.logo{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:.85rem;color:#bbb;opacity:.8;font-weight:400;letter-spacing:.2px;text-decoration:none;transition:color .3s;background:none;border:none;cursor:pointer;padding:0;outline:none}.logo:focus{outline:none;border:none;box-shadow:none}.logo:active{outline:none;border:none;box-shadow:none}.logo h1{margin:0;font-size:.85rem;font-weight:400;letter-spacing:.2px}.nav{display:flex;align-items:center;justify-content:center;flex:1}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{text-decoration:none;color:#555;font-weight:400;font-size:.9rem;font-family:Syne,sans-serif;text-transform:capitalize;letter-spacing:.5px;transition:color .2s;padding:.5rem 0;outline:none;display:inline-block}.nav-link:focus{outline:none;box-shadow:none}.nav-link:hover,.nav-link.active{color:#888}.hamburger{display:none}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;margin-top:200px;display:flex;flex-direction:column;align-items:center}.container,.about-content,.page-template .container{max-width:1200px;margin:0 auto;padding:0;text-align:center;box-sizing:border-box;width:100%;display:flex;flex-direction:column;align-items:center}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0 4rem;background:linear-gradient(135deg,#f2f5f1 0%,#e9ecef 100%)}.hero-content{max-width:600px;text-align:center;margin-bottom:2rem}.hero-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3.5rem;font-weight:700;margin:0 0 1rem}.hero-subtitle{font-size:1.5rem;color:#666;margin:0 0 1.5rem;font-weight:400}.hero-description{font-size:1.1rem;color:#555;margin:0}.hero-image{border-radius:12px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.hero-img{width:100%;height:400px;object-fit:cover}.projects{padding:6rem 0;background:#f2f5f1}.section-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:600;margin:0 0 4rem}.projects-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:center}.project-card{text-decoration:none;color:#222;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:box-shadow .3s,transform .3s;background:#fff}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.project-image{position:relative;overflow:hidden;height:250px}.project-img{width:100%;height:100%;object-fit:cover}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.project-card:hover .project-overlay{opacity:1}.project-info{text-align:center;color:#fff;padding:2rem}.project-title{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.project-description{font-size:.9rem;margin:0;opacity:.9}.about-grid,.skills-grid{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%}.skills-section{margin-top:4rem}.skills-section h3{font-size:2rem;font-weight:600;margin:0 0 3rem}.skill-item{background:#f2f5f1;padding:2rem;border-radius:12px;text-align:center;border:1px solid rgba(0,0,0,.05);transition:box-shadow .3s,background .3s}.skill-item:hover{box-shadow:0 10px 30px #0000001a;background:#fff}.content-placeholder{text-align:center;padding:4rem 2rem;background:#f2f5f1;border-radius:12px;border:2px dashed #dee2e6;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer{background:#f2f5f1;padding:.5rem 2rem;margin-top:auto;width:100vw}.footer-container{width:100%;padding:0;box-sizing:border-box;margin:0 auto}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;width:100%}@media (min-width: 600px){.footer-content{flex-direction:row;justify-content:space-between;align-items:center;text-align:left;gap:0}}.copyright{margin:0;color:#666;font-size:.9rem}.social-links{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem}.social-link{text-decoration:none;color:#555;font-size:.9rem;font-weight:500;text-transform:capitalize;letter-spacing:.5px;transition:color .2s;position:relative;padding:.5rem 0}.social-link:hover{color:#888}@media (max-width: 900px){.header-container,.footer-container,.container,.about-content,.page-template .container{max-width:100%;padding:0 10px}.hero-title{font-size:2.5rem}.section-title{font-size:2rem;margin-bottom:3rem}.hero-img,.profile-img{height:250px}}@media (max-width: 600px){.nav-list{gap:1rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.hero-title{font-size:2rem}.hero-content{font-size:1rem}.section-title{font-size:1.2rem}.projects{padding:2rem 0}.about-grid,.skills-grid{gap:1rem}.project-image{height:180px}.header-container{height:80px;padding:0 20px;flex-direction:column;justify-content:flex-start;align-items:center}.nav{position:absolute;top:60px;left:0;right:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.nav::-webkit-scrollbar{display:none}.nav-list{display:flex;gap:1.5rem;padding:0 1rem;min-width:max-content;justify-content:center}.nav-link{font-size:.8rem;padding:.3rem .5rem;white-space:nowrap}.logo-image{height:32px}}.homepage-gallery{width:100%;display:flex;justify-content:center;align-items:flex-start;margin-top:3rem;margin-bottom:3rem}.homepage-gallery-row{display:flex;gap:2rem;justify-content:center;align-items:flex-start;width:100%}.homepage-gallery-col{display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:100%}.homepage-image-container{position:relative;display:inline-block;overflow:visible;border-radius:12px}.homepage-gallery-img{width:100%;height:auto!important;object-fit:contain!important;display:block;background:transparent;box-shadow:none;border-radius:12px;max-height:none;cursor:crosshair}.homepage-magnifier{position:absolute;width:210px;height:210px;border:2px solid #fff;border-radius:50%;background-size:auto 500%;background-repeat:no-repeat;background-color:#fff9;background-position:calc(-1 * var(--mouse-x, 0px) + 105px) calc(-1 * var(--mouse-y, 0px) + 105px);pointer-events:none;z-index:1000;box-shadow:0 4px 12px #0000004d;transform:translate(-50%,-50%)}.axie-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;justify-items:center;align-items:start;width:100%;margin:0 0 3rem}.axie-gallery-img{width:100%;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease;background:transparent}.axie-gallery-img:hover{transform:scale(1.02)}.axie-gallery-img[src*="4_1_ejoe.gif"]{width:25%;margin:0 auto;display:block}.axie-gallery-img[src*="0_2_summerbreeze.png"]{width:31.5%!important;margin:0 auto;display:block}.gallery-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(242,245,241,.95);display:flex;align-items:center;justify-content:center;z-index:2000}.gallery-modal-content{position:relative;background:none;border-radius:16px;box-shadow:0 8px 32px #00000040;display:flex;flex-direction:column;align-items:center;max-width:80vw;max-height:80vh;padding:0}.gallery-modal-img{max-width:80vw;max-height:80vh;border-radius:16px;background:#fff;display:block}.gallery-modal-close{position:absolute;top:-32px;right:0;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;z-index:10;padding:0 12px;line-height:1}.gallery-modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#444;font-size:2.2rem;cursor:pointer;z-index:11;padding:0;transition:color .2s;opacity:.7;border-radius:0;box-shadow:none;outline:none}.gallery-modal-arrow:hover,.gallery-modal-arrow:focus{color:#222;opacity:1;background:none;border:none;outline:none}.gallery-modal-arrow-left{left:-2.5rem}.gallery-modal-arrow-right{right:-2.5rem}.gallery-modal-arrow,.gallery-modal-arrow:focus,.gallery-modal-arrow:active{outline:none!important}.architecture-clusters{display:flex;flex-direction:column;gap:4rem;width:100%}.architecture-cluster{display:flex;flex-direction:column;gap:2rem;width:100%}.cluster-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:0;color:#333;text-align:center}.homepage-gallery-full{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;margin:0;padding:0}.homepage-gallery-img-full{width:100vw;height:auto;object-fit:contain;display:block;background:transparent;box-shadow:none;border-radius:0}.magnifier-container{position:relative;display:inline-block;cursor:crosshair}.magnifier{position:absolute;width:150px;height:150px;border:2px solid #fff;border-radius:50%;background-size:800% 800%;background-repeat:no-repeat;pointer-events:none;z-index:1000;box-shadow:0 4px 12px #0000004d;transform:translate(-50%,-50%)}.digital-fab-gallery{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:70%;margin:0 auto}.digital-fab-img{width:100%;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.digital-fab-img:hover{transform:scale(1.02)}.page-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#333;text-align:center}h1,h2,h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.site-closed .header{border-bottom:none;box-shadow:none}.site-closed .main-content,.site-open .main-content{margin-top:70px}.logo-image{height:40px;width:auto;opacity:.8;transition:opacity .3s;display:block}.about{min-height:calc(100vh - 140px);display:flex;align-items:center;justify-content:center;padding:4rem 0}.about-content{max-width:800px;width:100%;margin:0 auto;padding:0 2rem}.about-hero{text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.about-title{font-size:2.5rem;font-weight:300;color:#2c3e50;margin:0;letter-spacing:-.02em;line-height:1.2;text-align:left}.manifesto-container{display:flex;flex-direction:column;gap:.3rem;max-width:600px;width:100%}.manifesto-line{position:relative;padding:.2rem 0;transition:all .3s ease}.manifesto-line:hover{transform:translate(10px)}.manifesto-text{font-size:1.1rem;font-weight:400;color:#34495e;line-height:1.7;letter-spacing:.01em;display:block;text-align:left}@media (max-width: 768px){.about{padding:2rem 0}.about-content{padding:0 1rem}.about-hero{gap:3rem}.about-title{font-size:2rem}.manifesto-container{gap:2rem}.manifesto-line{padding:1rem 0}.manifesto-text{font-size:1rem;line-height:1.6}}@media (max-width: 480px){.about-title{font-size:1.8rem}.manifesto-text{font-size:.95rem}}.about .main-content{margin-top:70px}.page-template .main-content{margin-top:200px}.main-content.with-header{margin-top:125px}.home .main-content.with-header,.about .main-content.with-header{margin-top:75px!important}@media (max-width: 600px){.about-title{font-size:1.8rem}.manifesto-text{font-size:.95rem}.logo{position:absolute;left:50%;top:20px;transform:translate(-50%)}.header-container{height:80px;padding:0 20px;flex-direction:column;justify-content:flex-start;align-items:center}.nav{position:absolute;top:60px;left:0;right:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.nav::-webkit-scrollbar{display:none}.nav-list{display:flex;gap:1.5rem;padding:0 1rem;min-width:max-content;justify-content:center}.nav-link{font-size:.8rem;padding:.3rem .5rem;white-space:nowrap}.logo-image{height:32px}}.menna-custom-layout{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.menna-small-row{display:flex;gap:1rem;width:50%;justify-content:center}.menna-small-img{width:45%!important;height:auto!important;object-fit:contain!important}.menna-large-row{width:50%}.menna-large-img{width:100%!important;height:auto!important;object-fit:contain!important}.summer-breeze-custom-layout{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.summer-breeze-small-row{display:flex;gap:1rem;width:35%;justify-content:center}.summer-breeze-small-img{width:45%!important;height:auto!important;object-fit:contain!important}.summer-breeze-large-row{width:35%}.summer-breeze-large-img{width:100%!important;height:auto!important;object-fit:contain!important}.alien-babies-custom-layout{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.alien-babies-row{display:flex;gap:1rem;width:80%;justify-content:center;flex-wrap:wrap}.alien-babies-img{width:18%!important;height:auto!important;object-fit:contain!important;min-width:120px}.soul-conference-custom-layout{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.soul-conference-first-row{display:flex;gap:1rem;width:60%;justify-content:center}.soul-conference-first-img{width:45%!important;height:auto!important;object-fit:contain!important}.soul-conference-second-row{display:flex;gap:1rem;width:90%;justify-content:center;align-items:stretch}.soul-conference-second-img{width:30%!important;height:200px!important;object-fit:cover!important}.architecture-custom-layout{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}.architecture-first-row{width:60%;display:flex;justify-content:center}.architecture-first-img{width:100%!important;height:auto!important;object-fit:contain!important;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.architecture-first-img:hover{transform:scale(1.02)}.aa-summer-school-custom-layout{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}.aa-summer-school-row{display:flex;gap:1rem;width:90%;justify-content:center;align-items:stretch}.aa-summer-school-img{width:18%!important;height:250px!important;object-fit:cover!important;border-radius:8px;transition:transform .3s ease}.aa-summer-school-img:hover{transform:scale(1.05)}.urban-sensorium-custom-layout{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}.urban-sensorium-first-row{width:60%;display:flex;justify-content:center}.urban-sensorium-first-img{width:100%!important;height:auto!important;object-fit:contain!important;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.urban-sensorium-first-img:hover{transform:scale(1.02)}.urban-sensorium-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:900px}.urban-sensorium-grid-img{width:100%!important;height:200px!important;object-fit:contain!important;border-radius:8px;transition:transform .3s ease;display:block;box-shadow:0 4px 12px #0000001a}.urban-sensorium-grid-img:hover{transform:scale(1.05)}.learning-death-custom-layout{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}.learning-death-first-row{width:60%;display:flex;justify-content:center}.learning-death-first-img{width:100%!important;height:auto!important;object-fit:contain!important;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.learning-death-first-img:hover{transform:scale(1.02)}.developer-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 3.5rem;margin:0 0 3rem;width:100%;max-width:1200px}.developer-project{max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;height:260px}.developer-project a{text-decoration:none}.developer-img{width:100%;max-width:260px;aspect-ratio:16 / 9;height:auto;object-fit:cover;margin-bottom:1rem;border-radius:16px;transition:transform .3s;background:#f2f5f1;margin-top:0}.developer-img:hover{transform:scale(1.05)}.developer-title{font-size:.78rem;font-weight:500;color:#333;margin-top:.5rem;text-align:left;word-break:break-word;width:100%;display:flex;justify-content:flex-start;transition:none;transform:none;padding-left:10px}.developer-description{font-size:.72rem;font-weight:400;color:#666;text-align:left;word-break:break-word;width:100%;display:flex;justify-content:flex-start;line-height:1.4;max-width:200px;padding-left:10px;margin-top:.4rem}@media (max-width: 900px){.developer-gallery{grid-template-columns:1fr;gap:1.2rem;max-width:100vw}}.main-content.developer-main-content{margin-top:250px!important}.container.developer-main-content{margin-top:10px!important}.developer-group{margin-top:0;padding-top:0}
