:root{--color-electric-blue:#1FA8FF;--color-deep-tech-blue:#0B3D91;--color-signal-orange:#FF7A00;--color-amber-glow:#FFC107;--color-graphite:#2B2B2B;--color-steel-grey:#A0A4AB;--color-light-silver:#E5E7EB;--color-white:#FFFFFF;--color-electric-blue-rgb:31, 168, 255;--color-deep-tech-blue-rgb:11, 61, 145;--color-graphite-rgb:43, 43, 43;--color-white-rgb:255, 255, 255;--color-signal-orange-rgb:255, 122, 0;--color-black-rgb:0, 0, 0;--font-heading:'Space Grotesk', 'Inter', sans-serif;--font-body:'Inter', 'Roboto', 'Source Sans 3', sans-serif;--gradient-primary:linear-gradient(135deg, var(--color-electric-blue), var(--color-signal-orange));--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px}*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}body{min-height:100vh;line-height:1.6;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none;padding:0}a{text-decoration:none;color:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}body{font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-light-silver);background-color:var(--color-graphite)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;letter-spacing:-.01em;line-height:1.15;color:var(--color-white)}h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:var(--space-lg)}h2{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:var(--space-md)}h3{font-size:clamp(1.25rem,3vw,1.75rem);margin-bottom:var(--space-md)}h4{font-size:clamp(1.1rem,2.5vw,1.35rem);margin-bottom:var(--space-sm)}h5{font-size:clamp(1rem,1.8vw,1.1rem);margin-bottom:var(--space-sm)}h6{font-size:clamp(.875rem,1.5vw,1rem);margin-bottom:var(--space-sm)}p{margin-bottom:var(--space-md)}a{color:var(--color-electric-blue);transition:color .2s ease}a:hover{color:var(--color-signal-orange)}a:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px}strong,b{font-weight:700}em,i{font-style:italic}small{font-size:.875rem}.content ul,.content ol{margin-bottom:var(--space-md);padding-left:var(--space-lg)}.content ul{list-style:disc}.content ol{list-style:decimal}.content li{margin-bottom:var(--space-xs)}blockquote{border-left:3px solid var(--color-electric-blue);padding-left:var(--space-md);margin-bottom:var(--space-md);color:var(--color-light-silver);font-style:italic}@media(prefers-reduced-motion:reduce){a{transition:none}}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-deep-tech-blue);color:var(--color-white);padding:var(--space-sm)var(--space-md);z-index:100;transition:top .2s ease;font-family:var(--font-body);font-weight:600}.skip-link:focus{top:0;outline:2px solid var(--color-electric-blue);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.section-padding{padding-top:var(--space-xl);padding-bottom:var(--space-2xl)}@media(min-width:768px){.section-padding{padding-top:var(--space-2xl);padding-bottom:var(--space-4xl)}}.grid{display:grid;gap:var(--space-lg)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:var(--space-lg)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-center{text-align:center}.visually-hidden:not(:focus):not(:active){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-description{font-size:1.1rem;color:var(--color-steel-grey);margin-bottom:var(--space-lg)}.project-meta{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center;font-size:.9rem;color:var(--color-steel-grey);margin-bottom:var(--space-xl)}.project-meta time{color:var(--color-light-silver)}.meta-separator{color:rgb(var(--color-white-rgb)/.2)}.intro-section{padding:var(--space-xl)0 var(--space-2xl)}.intro-section h2{font-size:clamp(1.4rem,3vw,1.85rem);margin-bottom:var(--space-md)}.globe-layout{display:flex;flex-direction:column;align-items:center;gap:var(--space-xl)}.globe-text{text-align:center}.globe-canvas{width:100%;max-width:400px;aspect-ratio:1;position:relative}.globe-canvas::before{content:'';position:absolute;top:50%;left:50%;width:70%;height:70%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(31,168,255,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.globe-canvas::after{content:'';position:absolute;top:50%;left:50%;width:95%;height:95%;transform:translate(-50%,-50%);background:radial-gradient(circle,transparent 0%,transparent 57%,rgba(31,168,255,.25) 64%,transparent 71%);border-radius:50%;pointer-events:none;z-index:0}@media(min-width:768px){.globe-layout{flex-direction:row;align-items:center;gap:var(--space-3xl)}.globe-text{text-align:left;flex:1}.globe-canvas{flex:1;max-width:500px}}.globe-tooltip{position:absolute;transform:translateX(-50%);background:var(--color-graphite);border:1px solid rgb(var(--color-white-rgb)/.08);border-radius:var(--radius-lg);padding:var(--space-sm)var(--space-md);padding-right:calc(var(--space-md) + 20px);color:var(--color-white);text-align:center;font-size:.85rem;line-height:1.2;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:10;white-space:nowrap}.globe-tooltip.visible{opacity:1;pointer-events:auto;border-color:rgb(var(--color-electric-blue-rgb)/.3)}.globe-tooltip.above{transform:translateX(-50%)translateY(-100%)}.globe-tooltip.below{transform:translateX(-50%)}.globe-tooltip-text{display:flex;flex-direction:column}.globe-tooltip-close{position:absolute;top:4px;right:4px;width:20px;height:20px;background:0 0;border:none;color:rgb(var(--color-white-rgb)/.4);font-size:1rem;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s ease,background .2s ease}.globe-tooltip-close:hover{color:var(--color-white);background:rgb(var(--color-white-rgb)/.1)}.globe-tooltip strong{display:block;font-family:var(--font-heading);font-size:.95rem;color:var(--color-electric-blue)}.globe-tooltip span{color:var(--color-light-silver);font-size:.8rem;margin-top:1px}.globe-tooltip-link{display:inline-block;margin-top:var(--space-xs);padding:3px var(--space-sm);background:var(--color-electric-blue);color:var(--color-white);font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-decoration:none;border-radius:var(--radius-sm);transition:background .2s ease,color .2s ease}.globe-tooltip-link:hover{background:var(--color-white);color:var(--color-electric-blue)}.team-blurb{text-align:center;max-width:650px;margin:0 auto}.team-blurb h2{font-size:clamp(1.4rem,3vw,1.85rem);margin-bottom:var(--space-md)}.team-blurb p{color:var(--color-steel-grey);line-height:1.7;margin-bottom:var(--space-xl)}@media(prefers-reduced-motion:reduce){.skip-link{transition:none}}.btn-primary,.btn-secondary{display:inline-block;font-family:var(--font-heading);font-size:.9rem;font-weight:600;letter-spacing:0;text-align:center;text-decoration:none;padding:.75rem 1.5rem;border-radius:var(--radius-sm);cursor:pointer;width:100%;min-height:44px;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px}.btn-primary{background:var(--color-electric-blue);border:none;color:var(--color-white)}.btn-primary:hover{background:var(--color-white);color:var(--color-electric-blue);transform:translateY(-1px)}.btn-primary:active{background:var(--color-light-silver);color:var(--color-electric-blue);transform:translateY(0)}.btn-secondary{background:0 0;border:2px solid var(--color-electric-blue);color:var(--color-electric-blue)}.btn-secondary:hover{border-color:var(--color-signal-orange);color:var(--color-signal-orange)}.btn-secondary:active{border-color:var(--color-signal-orange);color:var(--color-signal-orange);opacity:.8}@media(min-width:481px){.btn-primary,.btn-secondary{width:auto;min-height:unset}}@media(prefers-reduced-motion:reduce){.btn-primary,.btn-secondary{transition:none}}.glass-card{background:linear-gradient(180deg,#363636 0%,#1e1e1e 100%);border:1px solid rgb(var(--color-white-rgb)/.08);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease,transform .2s ease}.glass-card:hover{border-color:rgb(var(--color-electric-blue-rgb)/.3);transform:translateY(-2px)}.glass-card:focus-within{border-color:rgb(var(--color-electric-blue-rgb)/.3)}.glass-card .card-content{padding:var(--space-lg)}.glass-card .card-content h2,.glass-card .card-content h3{color:var(--color-white);margin-bottom:var(--space-sm)}.glass-card .card-content p{color:var(--color-light-silver);margin-bottom:var(--space-sm)}.glass-card .card-meta{font-size:.85rem;color:var(--color-steel-grey)}.glass-card img{width:100%;height:200px;object-fit:cover}.glass-card a{display:block;color:inherit}.glass-card a:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:4px;border-radius:var(--radius-lg)}@media(min-width:768px){.glass-card img{height:220px}}@media(min-width:1024px){.glass-card img{height:240px}}@media(prefers-reduced-motion:reduce){.glass-card{transition:none}}.site-header{position:sticky;top:0;z-index:50;background:rgb(var(--color-graphite-rgb)/.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgb(var(--color-white-rgb)/.06)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-sm);padding-bottom:var(--space-sm)}.site-logo{display:flex;align-items:center;flex-shrink:0;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-white);letter-spacing:-.01em;text-decoration:none}.site-logo:hover{color:var(--color-electric-blue)}.nav-link{font-family:var(--font-heading);font-size:.9rem;font-weight:500;letter-spacing:0;color:var(--color-light-silver);position:relative;transition:color .2s ease;display:block;padding:var(--space-md)var(--space-lg);border-bottom:1px solid rgb(var(--color-white-rgb)/.05)}.nav-link:last-child{border-bottom:none}.nav-link:hover{color:var(--color-electric-blue)}.nav-link:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:4px}.nav-link--active,.nav-link[aria-current=page]{color:var(--color-electric-blue)}.nav-link--active::after,.nav-link[aria-current=page]::after{display:none}.nav-link--active,.nav-link[aria-current=page]{background:rgb(var(--color-electric-blue-rgb)/.1)}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--color-graphite);border-bottom:1px solid rgb(var(--color-white-rgb)/.06);padding:var(--space-md)0}.nav-menu--open{display:flex}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;gap:5px;cursor:pointer;padding:var(--space-sm);background:0 0;border:none}.hamburger-line{display:block;width:24px;height:2px;background:var(--color-light-silver);border-radius:var(--radius-full);transition:transform .3s ease,opacity .3s ease}.hamburger:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px}.hamburger[aria-expanded=true] .hamburger-line:nth-child(1){transform:translateY(7px)rotate(45deg)}.hamburger[aria-expanded=true] .hamburger-line:nth-child(2){opacity:0}.hamburger[aria-expanded=true] .hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media(min-width:769px){.hamburger{display:none}.nav-menu{display:flex;position:static;flex-direction:row;align-items:center;gap:var(--space-lg);background:0 0;border-bottom:none;padding:0}.nav-link{display:inline-block;padding:var(--space-sm)0;font-size:.85rem;border-bottom:none}.nav-link--active::after,.nav-link[aria-current=page]::after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-electric-blue);border-radius:var(--radius-full)}.nav-link--active,.nav-link[aria-current=page]{background:0 0}}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}.hamburger-line{transition:none}}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--color-graphite) 0%,#1f1f1f 100%);padding:var(--space-xl)0}.hero-content{text-align:center;max-width:700px;padding:var(--space-md)}.hero-logo{display:block;margin:0 auto var(--space-lg);width:220px;height:auto}.hero-tagline{font-family:var(--font-body);font-size:clamp(1rem,2.5vw,1.2rem);font-weight:600;color:var(--color-light-silver);margin-bottom:var(--space-xl);line-height:1.5}.hero-stats{display:flex;justify-content:center;gap:var(--space-xl);list-style:none;padding:0;margin:0 0 var(--space-xl)}.hero-stats li{font-family:var(--font-body);font-size:.85rem;color:var(--color-steel-grey);letter-spacing:.02em}.hero-stats strong{display:block;font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-white);letter-spacing:-.02em;line-height:1.2}.hero-actions{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap}.hero-actions :focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:4px}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}.scroll-arrow{display:flex;align-items:center;justify-content:center;margin-top:var(--space-xl);color:rgb(var(--color-white-rgb)/.3);text-decoration:none;animation:bounce 2s ease infinite;transition:color .2s ease}.scroll-arrow:hover{color:var(--color-electric-blue)}@media(min-width:480px){.hero-logo{width:260px}.hero-stats{gap:var(--space-2xl)}}@media(min-width:768px){.hero{padding:var(--space-2xl)0}.hero-logo{width:300px}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--space-md)}.gallery-thumb{border-radius:var(--radius-md);overflow:hidden;cursor:pointer;position:relative;aspect-ratio:4/3}.gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-thumb:hover img{transform:scale(1.05)}.gallery-thumb:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px}.lightbox-dialog{max-width:90vw;max-height:90vh;border:none;border-radius:var(--radius-lg);background:var(--color-graphite);padding:var(--space-sm);overflow:hidden}.lightbox-dialog::backdrop{background:rgb(var(--color-black-rgb)/.85)}.lightbox-dialog img{max-width:100%;max-height:85vh;object-fit:contain;display:block;margin:0 auto;border-radius:var(--radius-md)}.lightbox-close{position:absolute;top:var(--space-sm);right:var(--space-sm);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-graphite-rgb)/.8);color:var(--color-white);border:1px solid rgb(var(--color-white-rgb)/.2);border-radius:var(--radius-full);font-size:1.5rem;cursor:pointer;transition:background .2s ease}.lightbox-close:hover{background:rgb(var(--color-graphite-rgb)/1)}.lightbox-close:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-graphite-rgb)/.8);color:var(--color-white);border:1px solid rgb(var(--color-white-rgb)/.2);border-radius:var(--radius-full);font-size:1.5rem;cursor:pointer;transition:background .2s ease}.lightbox-prev{left:var(--space-sm)}.lightbox-next{right:var(--space-sm)}.lightbox-prev:hover,.lightbox-next:hover{background:rgb(var(--color-graphite-rgb)/1)}.lightbox-prev:focus-visible,.lightbox-next:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius-lg);margin-bottom:var(--space-lg)}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:var(--radius-lg)}@media(min-width:481px){.lightbox-close{width:36px;height:36px;font-size:1.25rem}}@media(prefers-reduced-motion:reduce){.gallery-thumb img{transition:none}.gallery-thumb:hover img{transform:none}.lightbox-close,.lightbox-prev,.lightbox-next{transition:none}}.site-footer{background:#1a1a1a;border-top:1px solid rgb(var(--color-white-rgb)/.06);padding:var(--space-3xl)0 0}.footer-top{display:flex;flex-direction:column;gap:var(--space-2xl);padding-bottom:var(--space-2xl)}.footer-brand{text-align:center}.footer-logo{display:block;width:100px;height:auto;margin:0 auto var(--space-sm)}.footer-tagline{font-size:.9rem;color:var(--color-steel-grey);max-width:280px;margin:0 auto;line-height:1.5}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);text-align:center}.footer-col h4{font-family:var(--font-heading);font-size:.8rem;font-weight:600;color:var(--color-white);margin-bottom:var(--space-sm);letter-spacing:0}.footer-col nav{display:flex;flex-direction:column;gap:var(--space-xs)}.footer-col a{font-size:.85rem;color:var(--color-steel-grey);text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:var(--color-electric-blue)}.footer-col a:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);padding:var(--space-lg)0;border-top:1px solid rgb(var(--color-white-rgb)/.06);text-align:center}.footer-copyright{font-size:.8rem;color:var(--color-steel-grey);margin:0}.footer-location{font-size:.8rem;color:rgb(var(--color-white-rgb)/.3);margin:0}@media(min-width:768px){.footer-top{flex-direction:row;align-items:flex-start;justify-content:space-between}.footer-brand{text-align:center;flex-shrink:0}.footer-links{text-align:left;gap:var(--space-3xl)}.footer-bottom{flex-direction:row;justify-content:space-between}}@media(prefers-reduced-motion:reduce){.footer-col a{transition:none}}.typeform-container{width:100%;min-height:500px;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-2xl)}.contact-info{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-2xl)}.contact-info h2{color:var(--color-white);margin-bottom:var(--space-sm)}.contact-item{display:flex;align-items:center;gap:var(--space-sm);font-size:1rem;color:var(--color-light-silver)}.contact-item a{color:var(--color-electric-blue);transition:color .2s ease}.contact-item a:hover{color:var(--color-signal-orange)}.contact-item a:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px}.contact-label{font-weight:600;color:var(--color-steel-grey);min-width:5rem}.contact-layout{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);align-items:start}@media(min-width:768px){.contact-layout{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.contact-item a{transition:none}}.hero{}.hero .hero-content::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( to right,rgb(var(--color-electric-blue-rgb)/.04) 1px,transparent 1px ),linear-gradient( to bottom,rgb(var(--color-electric-blue-rgb)/.04) 1px,transparent 1px );background-size:40px 40px;z-index:-1;pointer-events:none}.section-padding{position:relative}.section-padding::after{content:"";position:absolute;bottom:1px;left:50%;transform:translateX(-50%);width:min(80%,900px);height:1px;background:linear-gradient( 90deg,transparent 0%,rgb(var(--color-electric-blue-rgb)/.15) 15%,rgb(var(--color-electric-blue-rgb)/.3) 50%,rgb(var(--color-electric-blue-rgb)/.15) 85%,transparent 100% );pointer-events:none}.section-padding::before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);width:7px;height:7px;border-radius:var(--radius-full);background:rgb(var(--color-electric-blue-rgb)/.35);box-shadow:0 0 6px rgb(var(--color-electric-blue-rgb)/.2);z-index:1;pointer-events:none}.site-footer{position:relative;overflow:hidden}.site-footer::before{content:"";position:absolute;top:-50%;left:-20%;width:140%;height:200%;background:radial-gradient( ellipse at 30% 0%,rgb(var(--color-deep-tech-blue-rgb)/.12) 0%,transparent 60% );pointer-events:none;z-index:0}.site-footer::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( to right,rgb(var(--color-electric-blue-rgb)/.02) 1px,transparent 1px ),linear-gradient( to bottom,rgb(var(--color-electric-blue-rgb)/.02) 1px,transparent 1px );background-size:60px 60px;pointer-events:none;z-index:0}.site-footer .container{position:relative;z-index:1}section[aria-label="Featured projects"],section[aria-label="Featured research and development"]{position:relative;overflow:hidden}section[aria-label="Featured projects"]::before,section[aria-label="Featured research and development"]::before{content:"";position:absolute;top:0;right:-10%;width:50%;height:100%;background:radial-gradient( ellipse at 70% 50%,rgb(var(--color-deep-tech-blue-rgb)/.08) 0%,transparent 65% );pointer-events:none;z-index:0;border-radius:0;box-shadow:none;transform:none;left:auto;bottom:auto}section[aria-label="Featured projects"]>.container,section[aria-label="Featured research and development"]>.container{position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.hero .hero-content::before,.section-padding::after,.section-padding::before,.site-footer::before,.site-footer::after,section[aria-label="Featured projects"]::before,section[aria-label="Featured research and development"]::before{animation:none;transition:none}}.datasheet-header{margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid rgb(var(--color-white-rgb)/.08)}.datasheet-header h1{margin-bottom:var(--space-xs)}.datasheet-subtitle{color:var(--color-steel-grey);font-size:1rem;margin-bottom:var(--space-md);max-width:600px}.datasheet-meta{display:flex;flex-wrap:wrap;gap:var(--space-lg);font-family:sf mono,fira code,consolas,monospace;font-size:.7rem;color:rgb(var(--color-white-rgb)/.3);letter-spacing:.08em}.datasheet-grid{display:flex;flex-direction:column;gap:var(--space-xl)}.datasheet-card{background:linear-gradient(180deg,#323232 0%,#1e1e1e 100%);border:1px solid rgb(var(--color-white-rgb)/.08);border-left:3px solid var(--color-electric-blue);border-radius:var(--radius-md);padding:var(--space-xl)}.datasheet-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.datasheet-id{font-family:sf mono,fira code,consolas,monospace;font-size:.75rem;color:var(--color-electric-blue);letter-spacing:.1em;font-weight:600}.datasheet-status{font-family:sf mono,fira code,consolas,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:#4ade80;background:rgb(74,222,128,.1);padding:.2rem .6rem;border-radius:var(--radius-full);border:1px solid rgb(74,222,128,.2)}.datasheet-title{font-size:clamp(1.3rem,2.5vw,1.6rem);margin-bottom:var(--space-sm)}.datasheet-summary{color:var(--color-light-silver);font-size:.95rem;margin-bottom:var(--space-sm);line-height:1.6}.datasheet-details{color:var(--color-steel-grey);font-size:.9rem;margin-bottom:var(--space-lg);line-height:1.6}.datasheet-specs{background:rgb(var(--color-white-rgb)/.03);border:1px solid rgb(var(--color-white-rgb)/.05);border-radius:var(--radius-sm);padding:var(--space-md)var(--space-lg);margin-bottom:var(--space-lg)}.datasheet-specs-label{font-family:sf mono,fira code,consolas,monospace;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-electric-blue);margin-bottom:var(--space-sm)}.datasheet-specs ul{list-style:none;padding:0;margin:0;display:grid;gap:var(--space-xs)}.datasheet-specs li{font-size:.85rem;color:var(--color-light-silver);padding-left:var(--space-md);position:relative}.datasheet-specs li::before{content:"—";position:absolute;left:0;color:var(--color-electric-blue);font-weight:600}.datasheet-card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-md)}.datasheet-stat-label{display:block;font-family:sf mono,fira code,consolas,monospace;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-electric-blue)}.datasheet-stat-value{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--color-white)}.datasheet-link{font-size:.8rem;padding:.5rem 1.2rem}.datasheet-cta{text-align:center;padding-top:var(--space-2xl);border-top:1px solid rgb(var(--color-white-rgb)/.08);margin-top:var(--space-2xl)}.datasheet-cta p{color:var(--color-steel-grey);margin-bottom:var(--space-md)}.datasheet-blurb{margin-bottom:var(--space-xl);max-width:700px}.datasheet-blurb p{color:var(--color-steel-grey);line-height:1.6}.datasheet-blurb--bordered{padding-top:var(--space-xl);border-top:1px solid rgb(var(--color-white-rgb)/.08);margin-top:var(--space-xl)}.datasheet-grid-2col{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}.contact-layout{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:stretch}.contact-layout>.datasheet-card{display:flex;flex-direction:column}.contact-details{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-md)}.contact-row{display:flex;flex-direction:column;gap:var(--space-xs)}.contact-label{font-family:sf mono,fira code,consolas,monospace;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-white-rgb)/.35)}.contact-value{font-size:1rem;color:var(--color-light-silver)}a.contact-value:hover{color:var(--color-electric-blue)}.contact-enquiry{display:flex;flex-direction:column}.contact-typeform-btn{margin-top:auto;align-self:flex-start}.contact-form-container{min-height:500px}.datasheet-section-title{font-size:clamp(1.1rem,2vw,1.3rem);margin-bottom:var(--space-lg);margin-top:var(--space-2xl);padding-bottom:var(--space-sm);border-bottom:1px solid rgb(var(--color-white-rgb)/.06)}.datasheet-card--compact{padding:var(--space-lg)}.datasheet-title--sm{font-size:clamp(1.1rem,2vw,1.3rem)}.datasheet-card-link{text-decoration:none;color:inherit}.datasheet-card-link:hover .datasheet-title{color:var(--color-electric-blue)}.datasheet-tags{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-sm)}.datasheet-tag{font-family:sf mono,fira code,consolas,monospace;font-size:.65rem;letter-spacing:.05em;color:var(--color-electric-blue);background:rgb(var(--color-electric-blue-rgb)/.1);border:1px solid rgb(var(--color-electric-blue-rgb)/.2);padding:.15rem .5rem;border-radius:var(--radius-full)}.project-card-link{text-decoration:none;color:inherit;display:block}.project-card-link:hover h3{color:var(--color-electric-blue)}.project-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-xs)}.project-card-location{font-family:sf mono,fira code,consolas,monospace;font-size:.65rem;letter-spacing:.08em;color:rgb(var(--color-white-rgb)/.4)}.project-card-client{display:block;font-family:sf mono,fira code,consolas,monospace;font-size:.65rem;letter-spacing:.08em;color:rgb(var(--color-white-rgb)/.35);margin-top:var(--space-xs)}.datasheet-specs--compact{padding:var(--space-sm)var(--space-md);margin-bottom:0}.project-details-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xs)var(--space-xl);font-family:sf mono,fira code,consolas,monospace;font-size:.8rem;color:var(--color-light-silver)}.project-details-label{color:var(--color-electric-blue);font-weight:600;letter-spacing:.08em}.project-details-list--mixed{font-family:var(--font-body)}.project-details-list--mixed .project-details-label{font-family:sf mono,fira code,consolas,monospace}.datasheet-card--with-image{display:flex;flex-direction:column;overflow:hidden;padding:0}.datasheet-card-image{order:-1;width:100%;flex-shrink:0}.datasheet-card-image img{display:block;width:100%;height:200px;object-fit:cover}.datasheet-card-body{padding:var(--space-xl)}.team-card{display:flex;flex-direction:column;overflow:hidden;padding:0}.team-card-image{order:-1;width:100%;flex-shrink:0}.team-card-image img{display:block;width:100%;height:200px;object-fit:cover}.team-card-body{padding:var(--space-xl)}@media(min-width:768px){.datasheet-card--with-image{flex-direction:row}.datasheet-card-image{order:0;width:300px;min-width:300px}.datasheet-card-image img{height:100%;min-height:280px}.team-card{flex-direction:row}.team-card-image{order:0;width:300px;min-width:300px}.team-card-image img{height:100%;min-height:280px}.datasheet-specs ul{grid-template-columns:repeat(2,1fr)}.datasheet-grid-2col{grid-template-columns:repeat(2,1fr)}.contact-layout{grid-template-columns:1fr 1fr}.contact-row{flex-direction:row;align-items:baseline;gap:var(--space-md)}.contact-label{min-width:80px}}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}.hero-logo,.hero-tagline,.hero-stats,.hero-actions,.scroll-arrow{opacity:0;animation:fadeUp .6s ease forwards}.hero-logo{animation-delay:.1s}.hero-tagline{animation-delay:.3s}.hero-stats{animation-delay:.5s}.hero-actions{animation-delay:.7s}.scroll-arrow{animation-delay:.9s}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger .reveal{transition-delay:0s}.reveal-stagger .reveal:nth-child(2){transition-delay:.1s}.reveal-stagger .reveal:nth-child(3){transition-delay:.2s}.reveal-stagger .reveal:nth-child(4){transition-delay:.3s}.reveal-stagger .reveal:nth-child(5){transition-delay:.4s}.reveal-stagger .reveal:nth-child(6){transition-delay:.5s}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-logo,.hero-tagline,.hero-stats,.hero-actions,.scroll-arrow{opacity:1;animation:none}.scroll-arrow{animation:none}.reveal{opacity:1;transform:none;transition:none}}.founder-profile{display:flex;flex-direction:column;gap:var(--space-xl);margin-bottom:var(--space-2xl)}.founder-profile-image{flex-shrink:0}.founder-profile-image img{display:block;width:100%;max-width:400px;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-lg);border:1px solid rgb(var(--color-white-rgb)/.08)}.founder-profile-bio p{color:var(--color-light-silver);line-height:1.7;margin-bottom:var(--space-md)}.founder-profile-bio p:last-child{margin-bottom:0}.founder-carousel{margin-bottom:var(--space-xl)}.founder-carousel-track{display:flex;gap:var(--space-md);overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:var(--space-md);scrollbar-width:thin;scrollbar-color:rgb(255 255 255/.25)transparent}.founder-carousel-track::-webkit-scrollbar{height:4px}.founder-carousel-track::-webkit-scrollbar-track{background:0 0}.founder-carousel-track::-webkit-scrollbar-thumb{background:rgb(var(--color-white-rgb)/.25);border-radius:var(--radius-full)}.founder-carousel-track::-webkit-scrollbar-button{display:none}.founder-carousel-item{flex:none;scroll-snap-align:start;background:linear-gradient(180deg,#363636 0%,#1e1e1e 100%);border:2px solid rgb(var(--color-white-rgb)/.08);border-radius:var(--radius-md);padding:0;cursor:pointer;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;width:190px}.founder-carousel-item:hover{border-color:rgb(var(--color-electric-blue-rgb)/.4)}.founder-carousel-item:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:2px;border-radius:var(--radius-md)}.founder-carousel-item[aria-selected=true]{border-color:var(--color-electric-blue);transform:scale(1.03);border-radius:var(--radius-md);box-shadow:0 0 12px rgb(var(--color-electric-blue-rgb)/.25);isolation:isolate}.founder-carousel-item img{display:block;width:100%;height:100px;object-fit:cover}.founder-carousel-label{display:block;padding:var(--space-sm);font-family:var(--font-body);font-size:.75rem;color:var(--color-light-silver);text-align:center;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.founder-carousel-item[aria-selected=true] .founder-carousel-label{color:var(--color-electric-blue)}.founder-project-detail{margin-bottom:var(--space-lg);transition:opacity .2s ease}.founder-project-detail[hidden]{display:none}.founder-project-info p{color:var(--color-light-silver);line-height:1.7;margin-bottom:var(--space-md)}.founder-project-info p:last-child{margin-bottom:var(--space-md)}.founder-card-link{display:block;text-decoration:none;color:inherit}.founder-card .founder-card-link img{aspect-ratio:1;height:auto;object-fit:cover;width:100%}.founder-card-link:hover h3{color:var(--color-electric-blue)}.founder-card-link:focus-visible{outline:2px solid var(--color-electric-blue);outline-offset:4px;border-radius:var(--radius-lg)}@media(min-width:768px){.founder-profile{flex-direction:row;align-items:flex-start}.founder-profile-image{width:300px;min-width:300px}.founder-profile-image img{max-width:none;width:100%}.founder-carousel-item{width:190px}.founder-carousel-item img{height:120px}}@media(prefers-reduced-motion:reduce){.founder-carousel-item{transition:none}.founder-carousel-track{scroll-behavior:auto}.founder-project-detail{transition:none}}