.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}}.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-heading{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{position:relative;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::after{content:"";position:absolute;inset:0;z-index:1}.datasheet-card: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}}.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-meta{margin-bottom:var(--space-md);color:var(--color-steel-grey);font-size:.9rem;line-height:1.6}.founder-project-meta p{margin:0}.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}}