*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--bg:#fff;--bg-alt:#f4f7fa;--hero-gradient:linear-gradient(135deg, #4a7ea8, #2999b3);--blue:#4a7ea8;--blue-dark:#3a6a9a;--text:#0d141a;--text-muted:#4a6070;--text-light:#7a90a0;--border:#0000001a;--max-width:1224px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.65}h1,h2,h3,h4{font-family:Outfit,sans-serif}body{background-color:var(--bg)}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;padding:.7rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-dark{color:#fff;background-color:#000;border-color:#000}.btn-dark:hover{background-color:#222;border-color:#222}.btn-outline-dark{color:var(--text);border-color:var(--text);background-color:#0000}.btn-outline-dark:hover{background-color:var(--text);color:#fff}.btn-outline-white{color:#fff;background-color:#0000;border-color:#fff}.btn-outline-white:hover{background-color:#ffffff26}.section-divider{border:none;border-top:1px solid var(--border);margin:0}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-in{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}main{animation:.35s both hero-fade-in}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.navbar{z-index:100;background-color:#fff;border-bottom:1px solid #0000001a;transition:box-shadow .3s;position:sticky;top:0}.navbar--scrolled{box-shadow:0 2px 16px #0000001a}.navbar-inner{justify-content:space-between;align-items:center;height:88px;display:flex}.navbar-logo img{width:auto;height:48px;display:block}.nav-links{align-items:center;gap:.25rem;list-style:none;display:flex}.nav-link{color:var(--text);border-radius:6px;padding:.5rem .9rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s}.nav-link:hover{background:#0000000d}.nav-link.active{font-weight:600}.nav-social{align-items:center;gap:.75rem;margin-left:1rem;display:flex}.nav-social a{color:var(--text);opacity:.65;align-items:center;transition:opacity .15s;display:flex}.nav-social a:hover{opacity:1}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--text);border-radius:2px;width:24px;height:2px;display:block}@media (width<=768px){.hamburger{display:flex}.nav-links{background:#fff;border-bottom:1px solid #0000001a;flex-direction:column;gap:.25rem;padding:1rem;display:none;position:absolute;top:88px;left:0;right:0;box-shadow:0 4px 12px #00000014}.nav-links.open{display:flex}.nav-links li{width:100%}.nav-link{padding:.75rem 1rem;display:block}.nav-social{display:none}}.lang-toggle{cursor:pointer;opacity:.75;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1.2rem;line-height:1;transition:opacity .15s,transform .15s;display:flex}.lang-toggle:hover{opacity:1;transform:scale(1.15)}.footer{background-color:var(--bg);border-top:1px solid var(--border)}.footer-sponsors{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;padding:1.5rem 0;display:flex}.footer-sponsors-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;margin-right:.5rem;font-size:.8rem;font-weight:500}.footer-sponsor-logo{object-fit:contain;opacity:.75;width:auto;height:40px;transition:opacity .15s}.footer-sponsor-logo:hover{opacity:1}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 0;display:flex}.footer-left{flex-direction:column;gap:.35rem;display:flex}.footer-logo img{width:auto;height:28px;margin-bottom:.25rem;display:block}.footer-left p{color:var(--text-muted);font-size:.9rem}.footer-left a{color:var(--text-muted);font-size:.9rem;transition:color .15s}.footer-left a:hover{color:var(--text)}.footer-right{align-items:center;gap:1.5rem;display:flex}.footer-right a{color:var(--text-muted);font-size:.85rem;font-weight:500;transition:color .15s}.footer-right a:hover{color:var(--text)}@media (width<=600px){.footer-inner{flex-direction:column;align-items:flex-start;gap:1rem}}.hero{background:var(--hero-gradient);color:#fff;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 30%,#ffffff0f 50%,#0000 70%) 0 0/800px 100%;animation:6s linear infinite shimmer;position:absolute;inset:0}.hero-content{z-index:1;justify-content:space-between;align-items:center;gap:3rem;padding-top:4rem;padding-bottom:4rem;display:flex;position:relative}.hero-text{flex:1;min-width:0}.hero-logo{flex:none;width:clamp(280px,35vw,420px);animation:.7s .4s both hero-fade-up}.hero-logo img{filter:drop-shadow(0 8px 24px #00000040);width:100%;height:auto;display:block}.hero-title{color:#fff;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:1.1;animation:.7s both hero-fade-up}.hero-subtitle{color:#ffffffe6;max-width:540px;margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.3rem);font-weight:400;line-height:1.55;animation:.7s .15s both hero-fade-up}.hero-launch{color:#ffffffa6;letter-spacing:.03em;margin-top:-1.25rem;margin-bottom:1.75rem;font-size:.85rem;animation:.7s .22s both hero-fade-up}.hero .btn{animation:.7s .3s both hero-fade-up}.section-bexus{background:var(--bg-alt);border-top:1px solid var(--border);padding:70px 0}.bexus-inner h2{margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.bexus-inner p{color:var(--text-muted);max-width:720px;margin-bottom:.9rem;font-size:1rem;line-height:1.75}.bexus-inner p:last-child{margin-bottom:0}.section-about{background:#fff;padding:80px 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text-col h2{color:var(--text);margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2}.about-text-col p{color:var(--text-muted);font-size:1rem;line-height:1.75}.about-image-col{border-radius:12px;overflow:hidden}.about-img{object-fit:cover;aspect-ratio:4/3;border-radius:12px;width:100%;transition:transform .5s}.about-image-col:hover .about-img{transform:scale(1.03)}.section-mission{background:var(--blue);color:#fff;padding:80px 0}.mission-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.mission-text h2{text-transform:uppercase;letter-spacing:.1em;opacity:.85;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600}.mission-text h3{margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.25}.mission-text p{opacity:.9;font-size:1rem;line-height:1.75}.mission-image img{object-fit:contain;background:#ffffff1a;border-radius:12px;width:100%;padding:1rem}.section-contact{background:#fff;padding:80px 0}.contact-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.contact-left h2{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:700;line-height:1.2}.contact-left p{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.65}.contact-email{flex-direction:column;gap:.25rem;display:flex}.contact-email span{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.8rem;font-weight:600}.contact-email a{color:var(--blue);font-weight:500;transition:opacity .15s}.contact-email a:hover{opacity:.75}.contact-form{flex-direction:column;gap:0;display:flex}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-group label{color:var(--text);font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{color:var(--text);resize:vertical;background:#fff;border:1px solid #0003;border-radius:6px;outline:none;padding:.7rem .9rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue)}.form-success{color:#16a34a;padding:1rem 0;font-weight:500}.form-error{color:#dc2626;margin-bottom:.75rem;font-size:.9rem}button:disabled{opacity:.6;cursor:not-allowed}.section-journey{background:var(--bg-alt);padding:80px 0}.journey-inner{max-width:600px}.journey-text h2{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:700;line-height:1.2}.journey-text p{color:var(--text-muted);line-height:1.75}@media (width<=900px){.about-grid,.mission-inner,.contact-grid{grid-template-columns:1fr;gap:2.5rem}.mission-image{order:-1}.hero-content{flex-direction:column;align-items:flex-start;gap:2rem}.hero-logo{align-self:center;width:clamp(140px,40vw,220px)}}@media (width<=600px){.section-about,.section-mission,.section-bexus,.section-contact,.section-journey{padding:60px 0}.hero-logo{display:none}}.project-page{flex:1}.project-header{background:var(--hero-gradient);color:#fff;padding:60px 0 50px}.project-section{background:#fff;padding:70px 0}.project-overview-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.project-sci-question{color:var(--blue);border-left:3px solid var(--blue);margin:1rem 0 1.5rem;padding-left:1rem;font-size:1.05rem;font-style:italic;line-height:1.65}.project-section p{color:var(--text-muted);margin-bottom:.85rem;line-height:1.75}.project-section p:last-child{margin-bottom:0}.project-milestones-section{background:var(--bg-alt);border-top:1px solid var(--border);padding:60px 0}.project-milestones-section h2{margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.milestones-list{flex-direction:column;gap:.75rem;max-width:600px;list-style:none;display:flex}.milestones-list li{color:var(--text-muted);border-bottom:1px solid var(--border);align-items:baseline;gap:.75rem;padding:.6rem 0;font-size:.95rem;line-height:1.5;display:flex}.milestones-list li:before{content:"";background:var(--blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.3rem}.project-overview-grid h2{color:var(--text);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700}.project-overview-grid p{color:var(--text-muted);line-height:1.75}.project-measure-section{background:var(--blue);color:#fff;padding:70px 0}.project-measure-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.measure-text h2{text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600}.measure-text h3{margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25}.measure-text p{opacity:.9;line-height:1.75}.measure-image img{object-fit:contain;background:#ffffff1a;border-radius:12px;width:100%;padding:1rem}.project-lead{color:var(--text-muted);max-width:700px;font-size:1.1rem;line-height:1.7}.project-design-section{background:var(--bg-alt)}.project-design-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.design-image img{object-fit:cover;aspect-ratio:4/3;border-radius:12px;width:100%}.design-text h2{color:var(--text);margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700}.design-text p{color:var(--text-muted);margin-bottom:1rem;line-height:1.75}.project-gallery-section{background:#fff;padding:70px 0}.project-gallery-section h2{margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.gallery-sub{color:var(--text-muted);margin-bottom:2.5rem}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.gallery-item{aspect-ratio:1;border-radius:8px;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.gallery-item:hover img{transform:scale(1.04)}@media (width<=900px){.project-overview-grid,.project-measure-grid,.project-design-grid{grid-template-columns:1fr;gap:2.5rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.gallery-grid{grid-template-columns:1fr 1fr}}.team-page{flex:1}.team-header{background:var(--hero-gradient);color:#fff;padding:60px 0 50px}.team-intro-section{background:#fff;padding:70px 0}.team-intro-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.team-intro-text p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.75}.team-stats{gap:3rem;display:flex}.team-stat{flex-direction:column;display:flex}.stat-num{color:var(--blue);font-family:Outfit,sans-serif;font-size:3rem;font-weight:700;line-height:1}.stat-label{color:var(--text-muted);margin-top:.3rem;font-size:.9rem}.team-group-photo img{object-fit:cover;aspect-ratio:4/3;border-radius:12px;width:100%}.team-members-section{background:var(--bg-alt);padding:70px 0}.team-members-section h2{margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.members-sub{color:var(--text-muted);margin-bottom:3rem}.members-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.member-card{background:#fff;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #0000000f}.member-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.member-photo{aspect-ratio:1;width:100%;overflow:hidden}.member-photo img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .3s;display:block}.member-card:hover .member-photo img{transform:scale(1.04)}.member-card h3{color:var(--text);padding:1rem 1.25rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600}@media (width<=900px){.team-intro-grid{grid-template-columns:1fr;gap:2.5rem}.members-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.members-grid{grid-template-columns:1fr 1fr;gap:1rem}.team-stats{gap:2rem}}.blog-page{flex:1}.blog-header{background:var(--hero-gradient);color:#fff;padding:60px 0 50px}.page-hero-title{font-family:Outfit,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;animation:.7s both hero-fade-up}.blog-posts-section{background:#fff;padding:70px 0}.blog-posts-inner{max-width:900px}.blog-posts-grid{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}.post-card{border:1px solid var(--border);color:inherit;background:#fff;border-radius:12px;grid-template-columns:320px 1fr;transition:box-shadow .2s,transform .2s;display:grid;overflow:hidden}.post-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.post-card-image{aspect-ratio:16/10;overflow:hidden}.post-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.post-card:hover .post-card-image img{transform:scale(1.04)}.post-card-body{flex-direction:column;justify-content:center;gap:.6rem;padding:1.75rem 2rem;display:flex}.post-card-meta{color:var(--text-light);font-size:.8rem;font-weight:500}.post-card-body h2{color:var(--text);font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.3}.post-card-excerpt{color:var(--text-muted);font-size:.9rem;line-height:1.65}.blog-instagram{border-top:1px solid var(--border);padding-top:3rem}.blog-instagram h2{margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700}.blog-instagram p{color:var(--text-muted);margin-bottom:1.5rem}.insta-btn{align-items:center;display:inline-flex}@media (width<=700px){.post-card{grid-template-columns:1fr}.post-card-image{aspect-ratio:16/9}}.sponsors-page{flex:1}.sponsors-header{background:var(--hero-gradient);color:#fff;padding:60px 0 50px}.sponsors-header-sub{color:#ffffffbf;max-width:560px;margin-top:1rem;font-size:1.05rem;line-height:1.6;animation:.7s .1s both hero-fade-up}.sponsors-section{background:#fff;padding:70px 0}.sponsors-section--alt{background:var(--bg-alt);border-top:1px solid var(--border)}.sponsors-section-title{color:var(--text);margin:0 0 2rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.sponsors-section-sub{color:var(--text-muted);margin:-1rem 0 0;font-size:1rem}.sponsors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.sponsor-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:1.75rem;padding:1.75rem;display:flex}.sponsor-logo-wrap{flex-shrink:0;justify-content:center;align-items:center;width:100px;display:flex}.sponsor-logo-wrap img{object-fit:contain;width:100%;height:auto;max-height:56px}.sponsor-info{flex-direction:column;gap:.35rem;display:flex}.sponsor-role{text-transform:uppercase;letter-spacing:.06em;color:var(--blue);font-size:.75rem;font-weight:600}.sponsor-info h3{color:var(--text);margin:0;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700}.sponsor-info p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.65}.programme-section{background:var(--bg-alt);border-top:1px solid var(--border);padding:70px 0}.programme-inner{grid-template-columns:220px 1fr;align-items:center;gap:4rem;display:grid}.programme-logo img{object-fit:contain;width:100%;height:auto}.programme-text h2{margin:.25rem 0 .75rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.programme-text p{color:var(--text-muted);font-size:1rem;line-height:1.75}@media (width<=900px){.sponsors-grid{grid-template-columns:1fr}.programme-inner{grid-template-columns:1fr;gap:2rem}.programme-logo{max-width:180px}}@media (width<=600px){.sponsor-card{flex-direction:column;gap:1.25rem}}.blog-post-page{flex:1}.post-hero{background-position:50%;background-size:cover;align-items:flex-end;min-height:60vh;display:flex;position:relative}.post-hero-overlay{background:linear-gradient(#0003 0%,#000000b3 100%);position:absolute;inset:0}.post-hero-content{z-index:1;color:#fff;padding-top:2rem;padding-bottom:3rem;position:relative}.post-back{color:#fffc;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;transition:color .15s;display:inline-block}.post-back:hover{color:#fff}.post-hero-content h1{max-width:800px;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,5vw,3rem);font-weight:700;line-height:1.2;animation:.7s .1s both hero-fade-up}.post-back{animation:.5s both hero-fade-up}.post-meta{animation:.6s .2s both hero-fade-up}.post-intro{animation:.6s .3s both hero-fade-up}.post-meta{opacity:.75;margin-bottom:1rem;font-size:.85rem;font-weight:500}.post-intro{opacity:.9;max-width:700px;font-size:1.1rem;line-height:1.65}.post-body{max-width:800px;padding:60px 0 80px}.post-body p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.post-highlight{text-align:center;padding:1.5rem 0;font-weight:700;color:var(--blue)!important;font-size:1.3rem!important}.post-image-wide{border-radius:12px;margin:2rem 0;overflow:hidden}.post-image-wide img{object-fit:cover;width:100%;max-height:500px;display:block}.post-gallery{gap:1rem;margin:2rem 0;display:grid}.post-gallery.two-col{grid-template-columns:1fr 1fr}.post-gallery.four-col{grid-template-columns:repeat(4,1fr)}.post-gallery img{object-fit:cover;aspect-ratio:1;border-radius:8px;width:100%;display:block}.post-gallery.two-col img{aspect-ratio:4/3}.gallery-heading{color:var(--text);margin:2rem 0 1rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}@media (width<=768px){.post-hero{min-height:50vh}.post-gallery.four-col{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.post-gallery.two-col,.post-gallery.four-col{grid-template-columns:1fr}}.impressum-page{flex:1}.impressum-header{background:var(--hero-gradient);color:#fff;padding:60px 0 50px}.impressum-body{background:#fff;padding:60px 0 80px}.impressum-inner{max-width:680px}.impressum-block{margin-bottom:2.5rem}.impressum-block h2{color:var(--blue);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.6rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700}.impressum-block p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.7}.impressum-block a{color:var(--blue);transition:opacity .15s}.impressum-block a:hover{opacity:.75}
