:root{color-scheme:dark;font-family:Inter,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #000000;--surface: #131313;--surface-low: #1c1b1b;--surface-high: #2a2a2a;--surface-highest: #353534;--text: #e5e2e1;--text-muted: #c6c6c6;--text-dim: #a8a8a8;--heading: #ffffff;--primary: #7a7a7a;--border: rgba(255, 255, 255, .05);--border-strong: rgba(255, 255, 255, .1);--topbar-bg: rgba(10, 10, 10, .6);--nav-hover-bg: #222222;--nav-hover-color: #ffffff;--pill-bg: #ffffff;--pill-color: #000000;--pill-hover-bg: #ececec;--pill-hover-color: #000000;--showcase-bg: #050505;--panel: #131313;--panel-alt: #171717;--panel-strong: #323232;--panel-quote: #060606;--sidebar-copy: #707070;--discipline-color: #7b7b7b;--discipline-hover-bg: #1c1b1b;--service-copy: #c6c6c6;--card-copy: #b4b4b4;--icon-wrap-bg: #262626;--quote-mark: #6d6d7a;--quote-role: #6f6f6f;--section-contrast-bg: #0a0a0a;--map-bg: #0d0d0d;--label-bg: rgba(10, 10, 10, .8);--label-color: #ffffff;--primary-glow: rgba(122, 122, 122, .4);--glass-bg: rgba(19, 19, 19, .6);--glass-icon-bg: rgba(122, 122, 122, .18);--footer-bg: #0a0a0a;--footer-muted: #737373;--modal-bg: #141414;--modal-hover: #1e1e1e;--modal-copy: #b9b9b9;--input-bg: #0f0f0f;--input-border: rgba(255, 255, 255, .08);--input-placeholder: #7e7e7e;--input-focus: rgba(255, 255, 255, .18);--secondary-hover: #1b1b1b;--social-bg: #111111;--social-hover: #1b1b1b;--hero-overlay-top: linear-gradient( 180deg, rgba(4, 11, 20, .1) 0%, rgba(11, 11, 11, .82) 100% );--hero-overlay-side: linear-gradient( 90deg, rgba(11, 11, 11, .72) 0%, rgba(11, 11, 11, .22) 55%, rgba(11, 11, 11, .85) 100% );--container: 1280px;--radius: 28px}:root[data-theme=light]{color-scheme:light;--background: #f5f7fa;--surface: #ffffff;--surface-low: #eef2f6;--surface-high: #e7ecf2;--surface-highest: #dde4ec;--text: #171717;--text-muted: #5f6873;--text-dim: #6f7a85;--heading: #101010;--border: rgba(17, 17, 17, .08);--border-strong: rgba(17, 17, 17, .12);--topbar-bg: rgba(245, 247, 250, .82);--nav-hover-bg: #e7edf4;--nav-hover-color: #101010;--pill-bg: #101010;--pill-color: #ffffff;--pill-hover-bg: #242424;--pill-hover-color: #ffffff;--showcase-bg: #eef2f6;--panel: #ffffff;--panel-alt: #ffffff;--panel-strong: #eef2f6;--panel-quote: #ffffff;--sidebar-copy: #67737f;--discipline-color: #56616d;--discipline-hover-bg: #eef2f6;--service-copy: #59636e;--card-copy: #5e6974;--icon-wrap-bg: #eef2f6;--quote-mark: #9aa4af;--quote-role: #78828d;--section-contrast-bg: #eef2f6;--map-bg: #ffffff;--label-bg: #ffffff;--label-color: #101010;--primary: #6f7a85;--primary-glow: rgba(111, 122, 133, .24);--glass-bg: #ffffff;--glass-icon-bg: rgba(111, 122, 133, .1);--footer-bg: #eef2f6;--footer-muted: #69747f;--modal-bg: #ffffff;--modal-hover: #eef2f6;--modal-copy: #5a6470;--input-bg: #f4f6f9;--input-border: rgba(17, 17, 17, .1);--input-placeholder: #7a8590;--input-focus: rgba(111, 122, 133, .24);--secondary-hover: #eef2f6;--social-bg: #ffffff;--social-hover: #eef2f6;--hero-overlay-top: linear-gradient( 180deg, rgba(255, 255, 255, .06) 0%, rgba(245, 247, 250, .84) 100% );--hero-overlay-side: linear-gradient( 90deg, rgba(245, 247, 250, .92) 0%, rgba(245, 247, 250, .48) 55%, rgba(245, 247, 250, .94) 100% )}*,*:before,*:after{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--background);color:var(--text);transition:background-color .18s ease,color .18s ease}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;line-height:1}.site{background:var(--background);transition:background-color .18s ease}.container{width:min(100% - 2rem,var(--container));margin:0 auto}.topbar{position:fixed;inset:0 0 auto;z-index:20;background:var(--background);transition:background-color .18s ease}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:80px}.brand{flex:none;color:var(--heading);font-size:1.15rem;font-weight:700;letter-spacing:-.03em}.topbar__nav{display:flex;align-items:center;gap:.5rem}.nav-link,.contact-pill,.cta{display:inline-flex;align-items:center;justify-content:center;max-height:32px;padding:0 16px;border-radius:28px;font-size:.875rem;font-weight:600;letter-spacing:-.02em;transition:background-color .16s ease,color .16s ease}.nav-link{min-height:32px;color:var(--text-dim)}.nav-link--language{border:0;background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none}.nav-link:hover,.nav-link:focus-visible,.nav-link.is-active{background:var(--nav-hover-bg);color:var(--nav-hover-color)}.contact-pill{flex:none;min-height:32px;border:0;background:var(--pill-bg);color:var(--pill-color);cursor:pointer;font-family:inherit;line-height:1;appearance:none}.contact-pill:hover,.contact-pill:focus-visible{background:var(--pill-hover-bg);color:var(--pill-hover-color)}.hero{position:relative;display:flex;align-items:center;min-height:100vh;min-height:100svh;padding:128px 0 80px;overflow:hidden}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.hero__title{margin:0;color:var(--heading);font-size:clamp(3.4rem,7vw,6.4rem);font-weight:900;line-height:.9;letter-spacing:-.07em}.hero__typewriter-shell{display:inline-block;vertical-align:top;--type-delay: 0ms}.hero__typewriter,.hero__typewriter-line{display:inline-block;width:max-content;vertical-align:top;white-space:nowrap}.hero__typewriter{line-height:1.02}.hero__typewriter-group{display:none}.hero__typewriter-group--mobile{flex-direction:column;align-items:flex-start;gap:.04em}.hero__typewriter-line{line-height:1}.hero__title .hero__typewriter:after,.hero__title .hero__typewriter-line:after{margin-left:0;color:currentColor;animation-delay:var(--type-delay)}.hero__title .hero__typewriter:empty:after,.hero__title .hero__typewriter-line:empty:after{opacity:0}.hero__description{max-width:650px;margin:1.5rem 0 0;color:var(--text-muted);font-size:1.18rem;font-family:Inter,sans-serif;font-weight:300;line-height:1.55}.hero__talk-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.5rem;border:0;padding:0;background:transparent;color:var(--heading);cursor:pointer;font:inherit;font-size:.98rem;font-weight:700;letter-spacing:-.02em}.hero__talk-link .material-symbols-outlined{font-size:1.05rem}.hero__talk-link:hover,.hero__talk-link:focus-visible{color:var(--primary)}.cta{min-height:32px;padding:0 18px;font-size:.9rem;font-weight:700}.cta--primary{background:var(--primary);color:#fff}.cta--primary:hover,.cta--primary:focus-visible{background:#0a52d8;color:#fff}.cta--secondary{border:0;background:var(--surface-highest);color:#fff}.cta--secondary:hover,.cta--secondary:focus-visible{background:#444443;color:#fff}.section{padding:96px 0}.section-head{margin-bottom:4rem}.section-head--split{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.section-head--center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.eyebrow{margin:0 0 1rem;color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:.2em}.section-title{margin:0;color:var(--heading);font-size:clamp(2.9rem,5vw,5rem);font-weight:800;line-height:.94;letter-spacing:-.06em}.section-title--left{letter-spacing:-.07em}.section-copy{max-width:380px;margin:0;color:var(--text-muted);font-size:1rem;line-height:1.55}.section-copy--wide{max-width:560px;font-size:1.15rem}.services-showcase{scroll-margin-top:112px;background:var(--showcase-bg);transition:background-color .18s ease}.services-showcase__layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:2rem;align-items:start}.services-showcase__sidebar{position:sticky;top:104px;min-height:calc(100vh - 144px);padding:2rem 1.5rem;border:0;border-radius:28px;background:var(--panel);transition:background-color .18s ease}.services-showcase__sidebar-head{padding:0 .25rem 1.75rem}.services-showcase__sidebar-title{margin:0;color:var(--heading);font-size:1.1rem;font-weight:800;letter-spacing:-.03em}.services-showcase__sidebar-copy{margin:.35rem 0 0;color:var(--sidebar-copy);font-size:.75rem}.services-showcase__discipline-list{display:flex;flex-direction:column;gap:.65rem}.services-showcase__discipline{width:100%;display:flex;align-items:center;gap:.9rem;min-height:32px;max-height:32px;padding:0 .95rem;border:0;border-radius:28px;background:transparent;color:var(--discipline-color);text-align:left;cursor:pointer;font:inherit;transition:background-color .16s ease,color .16s ease}.services-showcase__discipline .material-symbols-outlined{font-size:1.1rem}.services-showcase__discipline span:last-child{font-size:.9rem;line-height:1.25}.services-showcase__discipline:hover,.services-showcase__discipline:focus-visible{background:var(--discipline-hover-bg);color:var(--heading)}.services-showcase__discipline.is-active{background:#6f6f6f;color:#fff}.services-showcase__main{min-width:0;display:grid;gap:1.5rem}.services-showcase__hero-card,.services-showcase__card,.services-showcase__materials,.services-showcase__quote,.services-showcase__process-card{border:0;border-radius:28px;background:var(--panel-alt);transition:background-color .18s ease}.services-showcase__hero-card{position:relative;overflow:hidden;min-height:420px;padding:2.75rem 3rem}.services-showcase__hero-content{display:flex;flex-direction:column;max-width:620px;height:100%;justify-content:center}.services-showcase__eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.15rem;color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.18em}.services-showcase__eyebrow-dot{width:9px;height:9px;border-radius:28px;background:var(--primary)}.services-showcase__hero-title{margin:0;color:var(--heading);font-size:clamp(2.8rem,5.2vw,4.6rem);font-weight:900;line-height:.94;letter-spacing:-.06em}.services-showcase__hero-copy{max-width:560px;margin:1.4rem 0 0;color:var(--service-copy);font-size:1.12rem;line-height:1.65}.services-showcase__hero-cta{display:inline-flex;align-items:center;gap:.65rem;width:fit-content;min-height:32px;max-height:32px;margin-top:2rem;padding:0 1rem;border-radius:28px;background:var(--primary);color:#fff;font-size:.85rem;font-weight:700}.services-showcase__hero-cta:hover,.services-showcase__hero-cta:focus-visible{background:#5f5f5f}.services-showcase__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem}.services-showcase__card{position:relative;overflow:hidden;min-height:240px;padding:1.8rem}.services-showcase__card--feature{grid-column:span 8;display:flex;flex-direction:column;justify-content:space-between}.services-showcase__card-copy{position:relative;z-index:1;max-width:520px}.services-showcase__card-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.services-showcase__card-head h3,.services-showcase__card--side h3,.services-showcase__process-card h3,.services-showcase__materials h3{margin:0;color:var(--heading);letter-spacing:-.03em}.services-showcase__card-head h3{font-size:2rem;font-weight:800}.services-showcase__card--feature p,.services-showcase__card--side p,.services-showcase__process-card p,.services-showcase__materials-item p{margin:0;color:var(--card-copy)}.services-showcase__card--feature p{font-size:1.05rem;line-height:1.7}.services-showcase__icon-wrap{display:grid;place-items:center;width:40px;height:40px;border-radius:28px;background:var(--icon-wrap-bg);color:var(--primary)}.services-showcase__metric{position:relative;z-index:1;display:flex;align-items:baseline;gap:.6rem;margin-top:2rem}.services-showcase__metric strong{color:var(--heading);font-size:3.45rem;font-weight:900;line-height:.9;letter-spacing:-.07em}.services-showcase__metric span{color:var(--primary);font-size:.78rem;font-weight:700;letter-spacing:.14em}.services-showcase__card-glow{position:absolute;inset:auto -8% -18% auto;width:48%;height:90%;background:linear-gradient(180deg,#005cff14,#0000),repeating-linear-gradient(180deg,rgba(255,255,255,.04) 0,rgba(255,255,255,.04) 1px,transparent 1px,transparent 10px);opacity:.3;pointer-events:none}.services-showcase__card--side{grid-column:span 4;display:flex;flex-direction:column;justify-content:space-between;background:var(--panel-strong)}.services-showcase__side-icon{color:var(--primary);font-size:2rem}.services-showcase__card--side h3{font-size:1.8rem;font-weight:800}.services-showcase__card--side p{max-width:230px;margin-top:.65rem;font-size:.98rem;line-height:1.55}.services-showcase__process-card{grid-column:span 4;display:flex;align-items:center;gap:1rem;padding:1.6rem}.services-showcase__process-number{color:var(--primary);font-size:2rem;font-weight:800;letter-spacing:-.05em}.services-showcase__process-card h3{font-size:1rem;font-weight:700}.services-showcase__process-card p{margin-top:.2rem;font-size:.8rem;line-height:1.35}.services-showcase__materials{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:2rem;padding:2.25rem}.services-showcase__materials-copy{display:flex;flex-direction:column;justify-content:center}.services-showcase__materials-label{margin:0 0 1rem;color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.18em}.services-showcase__materials h3{max-width:560px;font-size:clamp(2rem,3vw,3.45rem);font-weight:800;line-height:1.02}.services-showcase__materials-list{display:grid;gap:1.25rem;margin:1.75rem 0 0;padding:0;list-style:none}.services-showcase__materials-item{display:flex;gap:.9rem;align-items:flex-start}.services-showcase__check{color:var(--primary)}.services-showcase__materials-item strong{display:block;margin-bottom:.25rem;color:var(--heading);font-size:1.02rem}.services-showcase__materials-item p{font-size:.92rem;line-height:1.55}.services-showcase__materials-visual{min-height:360px;border-radius:28px;overflow:hidden}.services-showcase__materials-image{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.services-showcase__quote{display:grid;place-items:center;padding:3rem 2rem;background:var(--panel-quote);text-align:center}.services-showcase__quote-mark{color:var(--quote-mark);font-size:3.5rem}.services-showcase__quote p{max-width:720px;margin:1rem 0 1.5rem;color:var(--heading);font-size:clamp(1.5rem,2.2vw,2.25rem);font-style:italic;line-height:1.35;letter-spacing:-.03em}.services-showcase__quote strong{color:var(--heading);font-size:1.05rem;font-weight:700}.services-showcase__quote span{margin-top:.35rem;color:var(--quote-role);font-size:.72rem;letter-spacing:.14em}.projects-section{display:grid;gap:2rem}.projects-carousel{display:grid;gap:1rem}.projects-carousel__controls{display:flex;justify-self:start;margin-left:0;justify-content:flex-start;gap:.75rem}.projects-carousel__arrow{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:28px;background:var(--surface-low);color:var(--heading);cursor:pointer}.projects-carousel__arrow .material-symbols-outlined{display:block;font-size:18px;line-height:1}.projects-carousel__arrow:hover,.projects-carousel__arrow:focus-visible{background:var(--surface-high)}.projects-grid{--projects-track-padding: 1rem;display:flex;gap:1.25rem;align-items:stretch;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-padding-inline:var(--projects-track-padding);scrollbar-width:none;cursor:grab;touch-action:auto;padding:var(--projects-track-padding);border-radius:var(--radius);background:var(--surface-low)}.projects-grid::-webkit-scrollbar{display:none}.projects-grid[data-dragging=true]{cursor:grabbing;scroll-snap-type:none}.project-card{flex:0 0 calc((100% - 2.5rem) / 3);display:grid;align-content:start;gap:1rem;min-height:100%;padding:1rem;border:0;border-radius:var(--radius);background:transparent;color:inherit;text-align:left;cursor:pointer;scroll-snap-align:start;scroll-snap-stop:always;user-select:none;-webkit-user-select:none;transition:background-color .16s ease,transform .16s ease}.project-card:hover,.project-card:focus-visible,.project-card.is-active{background:color-mix(in srgb,var(--surface-high) 72%,transparent)}.project-card__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius);background:var(--surface)}.project-card__image{width:100%;height:100%;object-fit:cover;filter:grayscale(1);-webkit-user-drag:none}.project-card__copy{display:grid;gap:.45rem}.project-card__label{margin:0;color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.project-card__copy h3{margin:0;color:var(--heading);font-size:1.35rem;font-weight:700;letter-spacing:-.03em}.project-card__copy p:last-child{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.55}.project-detail{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1.5rem;padding:1.5rem;border-radius:var(--radius);background:var(--surface-low)}.project-detail__copy{display:grid;align-content:start;gap:1rem}.project-detail__eyebrow{margin:0;color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.project-detail__copy h3{margin:0;color:var(--heading);font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:1.02;letter-spacing:-.05em}.project-detail__copy>p{margin:0;color:var(--text-muted);font-size:1rem;line-height:1.7}.project-detail__tags{display:flex;flex-wrap:wrap;gap:.75rem}.project-detail__tags span{display:inline-flex;align-items:center;min-height:28px;padding:0 .85rem;border-radius:28px;background:var(--surface-high);color:var(--heading);font-size:.72rem;font-weight:700;letter-spacing:.08em}.project-detail__list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.project-detail__list li{color:var(--heading);font-size:.95rem;line-height:1.5}.project-detail__visual{min-height:420px;overflow:hidden;border-radius:var(--radius);background:var(--surface)}.project-detail__image{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}@media(min-width:768px){.projects-grid,.project-detail{min-height:580px}}.bento-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem}.bento-card{position:relative;overflow:hidden;border-radius:var(--radius);border:0;background:var(--surface-low)}.bento-card__content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;padding:2.5rem}.bento-card__icon{font-size:2rem;color:var(--primary)}.bento-card__content h3{margin:1.25rem 0 .75rem;color:#fff;font-size:2rem;font-weight:700;line-height:1.08;letter-spacing:-.04em}.bento-card__content p{max-width:470px;margin:0;color:var(--text-muted);font-size:1rem;line-height:1.55}.bento-card--feature{grid-column:span 8;min-height:450px}.bento-card__image-wrap{position:absolute;inset:0;opacity:.2}.bento-card__image{width:100%;height:100%;object-fit:cover;transform:scale(1.03)}.bento-card__image--dark{filter:grayscale(1)}.tag-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto}.tag-row span{display:inline-flex;align-items:center;min-height:28px;padding:0 .9rem;border:0;border-radius:28px;background:#0a0a0abf;color:#fff;font-size:.7rem;font-weight:500;letter-spacing:.08em}.bento-card--blue{grid-column:span 4;min-height:450px;background:var(--primary)}.bento-card--blue .bento-card__icon,.bento-card--blue .bento-card__content p,.bento-card--blue .bento-card__content h3{color:#fff}.bento-card--blue .bento-card__content p{max-width:260px;color:#ffffffd6}.bento-card__bottom-copy{margin-top:auto}.bento-card--plain{grid-column:span 4;min-height:260px;background:var(--surface-high)}.bento-card--plain .bento-card__content,.bento-card--wide .bento-card__content{justify-content:space-between}.bento-card--plain .bento-card__content h3,.bento-card--wide .bento-card__content h3{font-size:1.9rem}.bento-card--wide{grid-column:span 8;min-height:260px}.bento-card--wide .bento-card__content{flex-direction:row;align-items:center;gap:2rem}.bento-card__text{flex:1 1 auto}.bento-card__thumb-wrap{flex:0 0 42%;min-width:250px;border-radius:28px;overflow:hidden;background:#101010}.bento-card__thumb{width:100%;height:192px;object-fit:cover}.section--deployments{background:var(--section-contrast-bg);transition:background-color .18s ease}.deployments-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:5rem}.map-card{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius);overflow:hidden;border:0;background:var(--map-bg)}.map-card__image{width:100%;height:100%;object-fit:cover;opacity:.6}.map-card__marker{position:absolute;left:35%;top:48%;display:flex;flex-direction:column;align-items:center;gap:.5rem;transform:translate(-50%,-50%)}.map-card__dot{width:16px;height:16px;border-radius:28px;background:var(--primary);box-shadow:0 0 15px var(--primary-glow)}.map-card__label{display:inline-flex;align-items:center;min-height:28px;padding:0 .9rem;border:0;border-radius:28px;background:var(--label-bg);color:var(--label-color);font-size:.65rem;font-weight:700;letter-spacing:.12em}.deployments-copy .section-title{margin-top:0}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;padding-top:1.5rem}.stat strong{display:block;margin-bottom:.35rem;color:var(--heading);font-size:3.15rem;font-weight:900;line-height:.95;letter-spacing:-.07em}.stat strong span{color:var(--primary)}.stat p{margin:0;color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.18em}.section--excellence .section-head{margin-bottom:4rem}.section--about-gallery{background:var(--background)}.about-gallery{display:grid;gap:2.5rem}.about-gallery__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}.about-gallery__item{margin:0;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius);background:var(--surface-low);aspect-ratio:1 / 1}.about-gallery__item--action{border:0;color:var(--heading);cursor:pointer;font:inherit;font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background-color .16s ease,color .16s ease}.about-gallery__item--action:hover,.about-gallery__item--action:focus-visible{background:var(--surface-high)}.about-gallery__image{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(1)}.excellence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.glass-card{display:flex;flex-direction:column;min-height:340px;padding:2.5rem;border:0;border-radius:var(--radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.glass-card__icon-wrap{display:grid;place-items:center;width:56px;height:56px;border-radius:28px;background:var(--glass-icon-bg)}.glass-card__icon{color:var(--primary);font-size:1.7rem}.glass-card h3{margin:1.5rem 0 .85rem;color:var(--heading);font-size:2rem;font-weight:700;line-height:1.08;letter-spacing:-.04em}.glass-card p{margin:0;color:var(--text-muted);font-size:1rem;line-height:1.55}.case-study-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding-top:1.5rem;color:var(--primary);font-size:.8rem;font-weight:700;letter-spacing:.14em}.case-study-link__icon{font-size:1rem}.footer{border-top:0;background:var(--footer-bg);transition:background-color .18s ease}.section--contact-cta{padding-top:0}.contact-cta__inner{display:grid;gap:1.25rem;padding:2rem 0 0}.contact-cta__inner .section-title{max-width:12ch}.contact-cta__mail{width:fit-content;color:var(--heading);font-size:clamp(1.35rem,2vw,1.8rem);font-weight:700;letter-spacing:-.03em}.contact-cta__mail:hover,.contact-cta__mail:focus-visible{color:var(--primary)}.contact-cta__link{margin-top:.25rem}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:3rem 0}.footer__brand strong{display:block;color:var(--heading);font-size:1.25rem;font-weight:700;letter-spacing:-.03em}.footer__brand p,.footer__links a{color:var(--footer-muted);font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.footer__brand p{margin:.9rem 0 0}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.footer__links a:hover,.footer__links a:focus-visible{color:var(--primary)}.footer__social{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:32px;max-height:32px;padding:0 .9rem;border:0;border-radius:28px;background:transparent;color:var(--heading);cursor:pointer;font:inherit;font-size:.78rem;font-weight:600;letter-spacing:-.02em;transition:background-color .16s ease,color .16s ease}.theme-toggle:hover,.theme-toggle:focus-visible{background:var(--social-hover)}.theme-toggle .material-symbols-outlined{font-size:1rem}.contact-modal-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:1rem;background:#ffffff14;-webkit-backdrop-filter:blur(28px) brightness(1.12);backdrop-filter:blur(28px) brightness(1.12)}:root[data-theme=light] .contact-modal-backdrop{background:#0000003d;-webkit-backdrop-filter:blur(28px) brightness(.92);backdrop-filter:blur(28px) brightness(.92)}.contact-modal{position:relative;width:min(100%,560px);padding:80px;border:0;border-radius:28px;background:#000;box-shadow:none}:root[data-theme=light] .contact-modal{background:var(--modal-bg)}.contact-modal__close{position:absolute;top:1rem;right:1rem;z-index:1;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:28px;background:transparent;color:var(--heading);cursor:pointer;padding:0;outline:0;box-shadow:none}.contact-modal__close:hover,.contact-modal__close:focus-visible{background:var(--modal-hover)}.contact-modal__close .material-symbols-outlined{display:block;font-size:22px;line-height:1}.contact-modal__title{display:flex;align-items:flex-start;margin:0;border:0px;outline:0;box-shadow:none;color:var(--heading);font-size:2rem;font-weight:800;line-height:1;letter-spacing:-.04em;white-space:nowrap}.contact-modal__title-text{display:inline-flex;align-items:center;width:fit-content;min-height:0;padding:0;background:transparent;color:var(--heading);line-height:1}.contact-modal__copy{max-width:460px;margin:.9rem 0 0;color:var(--modal-copy);font-size:1rem;line-height:1.6}.contact-modal__details{display:grid;gap:.75rem;margin-top:1.4rem;outline:0;box-shadow:none}.contact-modal__input,.contact-modal__textarea{width:100%;border:0;border-radius:28px;background:#282828;color:var(--heading);font:inherit;outline:0;box-shadow:none}:root[data-theme=light] .contact-modal__input,:root[data-theme=light] .contact-modal__textarea{background:var(--input-bg)}.contact-modal__input{min-height:44px;padding:0 30px}.contact-modal__textarea{min-height:136px;padding:.85rem 30px 20px;resize:vertical}.contact-modal__input::placeholder,.contact-modal__textarea::placeholder{color:#7e7e7e;opacity:1}.contact-modal__input:focus-visible,.contact-modal__textarea:focus-visible{outline:0;box-shadow:none}.contact-modal__actions{display:flex;gap:.75rem;margin-top:5px}.contact-modal__primary{display:inline-flex;align-items:center;justify-content:center;min-height:32px;max-height:32px;padding:0 1rem;border:0;border-radius:28px;appearance:none;font-size:.85rem;font-weight:700;outline:0;box-shadow:none}.contact-modal__primary{background:var(--pill-bg);color:var(--pill-color);cursor:pointer}.contact-modal__primary:hover,.contact-modal__primary:focus-visible{background:var(--pill-hover-bg)}.contact-modal__primary:focus,.contact-modal__primary:focus-visible,.contact-modal__primary:active{outline:0;box-shadow:none}.social-button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:28px;background:var(--social-bg);color:var(--heading)}.social-button:hover,.social-button:focus-visible{background:var(--social-hover)}@media(max-width:1024px){.hero{min-height:100vh;min-height:100svh}.section-head--split,.deployments-grid,.services-showcase__layout,.services-showcase__materials{grid-template-columns:1fr;display:grid;gap:2rem}.bento-grid,.excellence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bento-card--feature,.bento-card--blue,.bento-card--plain,.bento-card--wide{grid-column:span 1}.bento-card--wide .bento-card__content{flex-direction:column;align-items:stretch}.bento-card__thumb-wrap{min-width:0}.services-showcase__sidebar{position:static;min-height:0;padding:1.5rem;border-radius:28px}.services-showcase__discipline-list{flex-direction:row;flex-wrap:wrap}.services-showcase__discipline{flex:1 1 240px}.services-showcase__card--feature,.services-showcase__card--side,.services-showcase__process-card{grid-column:span 6}.glass-card{min-height:300px}.about-gallery__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.project-detail{grid-template-columns:1fr}.footer__inner{flex-direction:column;align-items:flex-start}.footer__links{justify-content:flex-start}}@media(max-width:767px){.container{width:min(100% - 1rem,var(--container))}.topbar__inner{min-height:72px}.topbar__nav{display:none}.contact-pill{min-height:32px;padding:0 16px}.hero{min-height:100vh;min-height:100svh;padding:108px 0 72px}.hero__title{font-size:3.25rem}.hero__typewriter--desktop{display:none}.hero__typewriter-group--mobile{display:flex}.hero__description{max-width:310px;font-size:1rem}.services-showcase__sidebar{width:100%;min-height:0;padding:1rem;border-radius:28px}.services-showcase__sidebar-head{padding:0 0 1rem}.services-showcase__hero-card{min-height:0;padding:1.75rem}.services-showcase__hero-title{font-size:2.8rem}.services-showcase__hero-copy{font-size:1rem}.contact-modal{padding:1.25rem}.contact-modal__title{font-size:1.7rem}.contact-modal__details{gap:.7rem}.contact-modal__actions,.services-showcase__discipline-list{flex-direction:column}.services-showcase__card--feature,.services-showcase__card--side,.services-showcase__process-card{grid-column:1 / -1}.services-showcase__materials{padding:1.5rem}.services-showcase__materials-visual{min-height:280px}.about-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.projects-grid{gap:1rem}.project-card{flex-basis:100%}.project-detail{padding:1.25rem}.project-detail__visual{min-height:300px}.services-showcase__quote{padding:2.25rem 1.5rem}.cta{min-height:32px;padding:0 26px;font-size:.85rem}.section{padding:72px 0}.section-title,.section-title--left{font-size:3rem}.bento-grid,.excellence-grid,.stats-grid{grid-template-columns:1fr}.bento-card__content,.glass-card{padding:1.5rem}.bento-card--feature,.bento-card--blue,.bento-card--plain,.bento-card--wide{min-height:0}.bento-card__content h3,.glass-card h3{font-size:1.7rem}.deployments-grid{gap:3rem}.map-card{aspect-ratio:1 / 1.05}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
