@font-face{font-family:SF Compact;src:url(/assets/FONT/sf-compact-display-medium-5864711817c30.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:SF Compact;src:url(/assets/FONT/sf-compact-display-medium-5864711817c30.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:SF Compact;src:url(/assets/FONT/sf-compact-display-medium-5864711817c30.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:SF Compact;src:url(/assets/FONT/sf-compact-display-medium-5864711817c30.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:SF Compact;src:url(/assets/FONT/sf-compact-display-medium-5864711817c30.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:SF Compact;src:url(/assets/FONT/sf-compact-display-thin-58646eb43a785.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:SF Compact;src:url(/assets/FONT/sf-compact-display-thin-58646eb43a785.woff2) format("woff2");font-weight:300;font-style:normal}:root{--brand-white:#fff;--brand-light:#d9d9db;--brand-gray:#939393;--brand-primary:#2a2a38;--brand-secondary:#25252d;--bg:var(--brand-white);--text:var(--brand-primary);--text-muted:var(--brand-gray);--accent:var(--brand-primary);--line:rgba(42,42,56,.15);--line-strong:rgba(42,42,56,.25);--container:90rem;--font-sans:"SF Compact",system-ui,sans-serif;--font-display:"SF Compact",sans-serif;--font-mono:"SF Compact",monospace}.theme-dark{--text:var(--brand-light);--text-muted:var(--brand-gray);--brand-primary:var(--brand-light)!important;--brand-secondary:var(--brand-secondary);--line:hsla(240,3%,85%,.15);color:var(--text)!important}.theme-dark .copy-body,.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark label,.theme-dark p,.theme-dark span{color:inherit!important}*{box-sizing:border-box;margin:0;padding:0}html{font-size:100%}@media (min-width:768px){html{font-size:90%}}body{background:transparent;color:var(--text);font-family:var(--font-sans);font-weight:100;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative}a{color:inherit;text-decoration:none;transition:opacity .2s ease}.container{width:100%;max-width:var(--container);padding:0 1.5rem;margin:0 auto}@media (min-width:1024px){.container{padding:0 4rem}}.site-header.menu-is-open{opacity:0;pointer-events:none}.section{padding:5rem 0}@media (min-width:768px){.section{padding:8rem 0}}.section-tight{padding:3rem 0}@media (min-width:768px){.section-tight{padding:4rem 0}}.eyebrow{display:block;font-size:.75rem;letter-spacing:.2em;color:var(--text-muted);margin-bottom:2rem}.display-large,.eyebrow{font-weight:400;text-transform:uppercase}.display-large{font-family:var(--font-display);font-size:clamp(2.9rem,13vw,5rem);line-height:.85;letter-spacing:-.04em;color:inherit}@media (min-width:1024px){.display-large{font-size:clamp(4rem,10vw,8rem)}}.title-main{font-family:var(--font-display);font-size:clamp(1.8rem,8vw,2.8rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:inherit}@media (min-width:1024px){.title-main{font-size:clamp(2rem,5vw,3.5rem)}}.title-sub{font-family:var(--font-display);font-size:1.2rem;font-weight:400;line-height:1.2;color:inherit}@media (min-width:1024px){.title-sub{font-size:clamp(1.2rem,2.5vw,1.8rem)}}.copy-intro{font-size:1.1rem;color:var(--text-muted);max-width:48rem}@media (min-width:1024px){.copy-intro{font-size:clamp(1.1rem,1.5vw,1.4rem)}}.copy-body{font-size:1rem;color:var(--text-muted);line-height:1.7}.editorial-row{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:start}@media (min-width:1024px){.editorial-row{grid-template-columns:1fr 1fr;gap:4rem}}.content-flow{display:flex;flex-direction:column;gap:3rem}.divider{width:100%;height:1px;background:var(--line);margin:2rem 0}.text-outline{-webkit-text-stroke:1px var(--text)!important;-webkit-text-fill-color:transparent!important;color:transparent!important;opacity:.8;display:inline-block}.btn-primary{display:inline-flex;padding:1rem 2rem;background:var(--accent);color:#fff;font-weight:400;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;border:none;cursor:pointer;transition:transform .2s ease}.btn-primary:hover{transform:translateY(-2px)}.archive-item-pro:hover{background:hsla(0,0%,100%,.08)!important;border-color:var(--brand-primary)!important;transform:translateX(5px)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;background:transparent;transition:transform .6s cubic-bezier(.16,1,.3,1);--nav-progress:0;--nav-bg-dark:rgba(37,37,45,.95);--nav-text-light:#2a2a38;--nav-text-dark:#d9d9db}.site-header:before{background:var(--nav-bg-dark);z-index:-1;opacity:var(--nav-progress);transform:scaleY(var(--nav-progress));transform-origin:top;transition:opacity .3s ease;border-bottom:1px solid rgba(255,255,255,calc(.1 * var(--nav-progress)))}.site-header.header-compact:not(.nav-is-dark):after,.site-header:before{content:"";position:absolute;inset:0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.site-header.header-compact:not(.nav-is-dark):after{background:hsla(0,0%,100%,.85);z-index:-2;opacity:calc(1 - var(--nav-progress));border-bottom:1px solid var(--line)}.site-header.nav-is-dark{--brand-primary:var(--brand-light)}.brand-logo-link{display:block;transition:opacity .6s ease-in-out,transform .6s ease-in-out}.brand-logo-link.logo-hidden{opacity:0;pointer-events:none;transform:translateY(-5px)}.site-header.header-compact .nav-inner{height:4.5rem}.nav-inner{height:6rem;display:flex;justify-content:space-between;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);width:100%}.header-compact .nav-inner{height:4.5rem}.nav-left{display:flex;align-items:center;z-index:10}.brand-text{font-family:var(--font-display);font-size:1.15rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase}.nav-links{display:none}@media (min-width:1024px){.nav-links{display:flex;gap:3rem}}.nav-mobile-actions{display:flex;align-items:center;gap:.25rem}@media (min-width:1024px){.nav-mobile-actions{display:none}}.mobile-lang-toggle{display:flex;align-items:center;justify-content:center;height:2.1rem;padding:0 .55rem;background:none;border:1px solid var(--line);border-radius:4px;color:var(--brand-primary);cursor:pointer;font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.12em;transition:all .3s ease}.mobile-lang-toggle:hover{background:hsla(0,0%,100%,.04)}.site-header.nav-is-dark .mobile-lang-toggle{color:var(--brand-light);border-color:hsla(0,0%,100%,.15)}.nav-menu-toggle{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:none;border:none;color:var(--brand-primary);cursor:pointer;z-index:1001;transition:all .3s ease}.site-header.nav-is-dark .nav-menu-toggle{color:var(--brand-light)}.nav-menu-toggle:hover{border-color:var(--line);background:hsla(0,0%,100%,.04)}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:990;opacity:0;pointer-events:none;transition:opacity .5s ease}.mobile-nav-overlay.is-open{opacity:1;pointer-events:auto}.mobile-nav-panel{position:fixed;top:0;right:0;width:85vw;max-width:350px;height:100vh;height:100dvh;background-color:#fff!important;z-index:1000;display:flex;flex-direction:column;padding:1.5rem;transform:translateX(101%);transition:transform .6s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 40px rgba(0,0,0,.2);overflow-y:auto;opacity:1!important;visibility:visible!important}.mobile-nav-panel.is-open{transform:translateX(0)}.mobile-nav-header{display:flex;justify-content:flex-end;margin-bottom:2rem}.mobile-nav-close{background:transparent;border:none;color:var(--text);padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-nav-links{display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{font-size:clamp(1.8rem,8vw,2.2rem);font-weight:300;color:var(--text);text-decoration:none;letter-spacing:-.02em;padding:.8rem 0;border-bottom:1px solid hsla(0,0%,50%,.1);transition:opacity .3s ease}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:active{opacity:.6}.mobile-nav-panel.theme-dark{background-color:#1a1a24!important;background:#1a1a24!important;--text:#f4f4f5}.mobile-nav-panel.theme-light{background-color:#fff!important;background:#fff!important;--text:#1a1a24}.mobile-nav-panel .mobile-nav-link{color:var(--text)}.nav-link{font-size:.7rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--brand-primary);position:relative;padding:.5rem 0;opacity:.8;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .3s ease,color .3s ease,letter-spacing .4s cubic-bezier(.16,1,.3,1)}.nav-link:before{content:attr(data-text);height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;letter-spacing:.25rem;font-weight:400}.site-header.nav-is-dark .nav-link{color:var(--brand-light)}.site-header.nav-is-dark .nav-link:after,.site-header.nav-is-dark .nav-progress-bar{background:var(--brand-light)}.nav-link:hover{opacity:1;letter-spacing:.25rem}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:var(--brand-primary);transition:all .4s cubic-bezier(.16,1,.3,1);transform:translateX(-50%)}.nav-link:hover:after{width:100%}.nav-progress-bar{height:1px;opacity:.3}.nav-progress-bar,.page-loading-bar{position:absolute;bottom:0;left:0;width:100%;background:var(--brand-primary);transform-origin:left;transform:scaleX(0)}.page-loading-bar{height:2px;opacity:0;z-index:10;pointer-events:none}.site-header.nav-is-dark .page-loading-bar{background:var(--brand-light)}.hero-minimal{position:relative;overflow:hidden;height:100vh;min-height:100vh;justify-content:center;background-color:#fff}.hero-minimal,.hero-scroll-indicator{display:flex;flex-direction:column;align-items:center}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);gap:.5rem}.ceo-seal-watermark{position:absolute;bottom:-10rem;left:-10rem;width:25rem;height:25rem;opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%23d9d9db' stroke-width='0.5'/%3E%3Cpath d='M30,50 L70,50 M50,30 L50,70' stroke='%23d9d9db' stroke-width='0.5'/%3E%3C/svg%3E");background-repeat:no-repeat;z-index:-1;display:none}@media (min-width:768px){.ceo-seal-watermark{display:block;width:40rem;height:40rem}}.hero-bg-container{position:absolute;inset:0;z-index:0}.hero-vignette{position:absolute;inset:0;z-index:1;background:radial-gradient(circle at center,hsla(0,0%,100%,0) 0,hsla(240,3%,85%,.4) 100%);animation:fade-in 2s ease-out forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.category-item,.category-list{display:flex;flex-direction:column}.category-item{gap:2rem;padding:3rem 0;border-bottom:1px solid var(--line)}@media (min-width:768px){.category-item{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem}}.site-footer{padding:4rem 0 2rem;border-top:1px solid var(--line);background:var(--brand-secondary);color:var(--brand-light);overflow-x:hidden}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;width:100%}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}@media (min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1.2fr;gap:6rem}}.footer-brand-section{display:flex;flex-direction:column;gap:1.5rem}.footer-socials{display:flex;gap:1.2rem;margin-top:.5rem}.footer-title{font-family:var(--font-display);font-size:2rem;font-weight:400;letter-spacing:-.02em;color:var(--brand-white)}.footer-mission{font-size:.95rem;color:var(--brand-gray);max-width:20rem;line-height:1.7;font-weight:300}.footer-label{display:block;font-family:var(--font-mono);font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em;color:var(--brand-white);margin-bottom:2rem;opacity:.5}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-link{font-size:.85rem;color:var(--brand-gray);transition:all .3s ease;display:inline-block}.footer-link:not(.social):hover{color:var(--brand-white);transform:translateX(5px);letter-spacing:.05em}.footer-link.social:hover{color:var(--brand-white);transform:scale(1.2)}.footer-contact-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.footer-contact-label{font-size:.7rem;font-weight:400;text-transform:uppercase;color:var(--brand-gray);letter-spacing:.1em}.footer-contact-value{font-size:.9rem;color:var(--brand-light)}.footer-logo{width:100%;max-width:220px;height:auto;margin-bottom:.5rem}.footer-mining-label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.4em;margin-top:1rem;opacity:.9;color:var(--brand-white)}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.05);display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;text-align:left}@media (min-width:768px){.footer-bottom{grid-template-columns:repeat(3,1fr);align-items:center}}@media (min-width:1024px){.footer-bottom{grid-template-columns:1.5fr 1fr 1.2fr;gap:6rem}}.footer-legal-text{font-family:var(--font-mono);font-weight:500;color:var(--brand-gray)}.footer-tagline{font-weight:700;color:var(--brand-white);text-align:right}@media (max-width:767px){.footer-tagline{text-align:left}}.reveal-item{transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal-item.is-revealed{opacity:1;transform:translateY(0)}.reveal-item:first-child{transition-delay:.1s}.reveal-item:nth-child(2){transition-delay:.2s}.reveal-item:nth-child(3){transition-delay:.3s}.reveal-item:nth-child(4){transition-delay:.4s}.showcase-footer-action{margin-top:6rem;display:flex;justify-content:center}.btn-secondary-pro{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 3rem;background:transparent;border:1px solid var(--line-strong);color:var(--text);font-family:var(--font-mono);font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1)}.theme-dark .btn-secondary-pro{border-color:hsla(0,0%,100%,.15);color:var(--brand-light)}.btn-secondary-pro:hover{background:var(--text);color:#fff;border-color:var(--text);padding-left:4rem;padding-right:2rem}.theme-dark .btn-secondary-pro:hover{background:#fff;color:#000;border-color:#fff}.voyage-bg{z-index:-2;background-color:var(--brand-white);transition:background-color .5s ease;will-change:background-color;height:120vh;width:100vw;top:-10vh;left:0}.voyage-bg.is-dark{background-color:var(--brand-secondary)}.ceo-portrait-wrap{position:relative}.ceo-portrait-wrap:after{content:"";position:absolute;inset:-1.5rem;border:1px solid var(--line);z-index:-1}.reveal-item{opacity:0;will-change:transform,opacity}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.section-institutional{background-color:transparent;padding:8rem 0;min-height:80vh;display:flex;align-items:center;overflow:hidden;position:relative}.manifesto-layout{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;align-items:center;width:100%;max-width:var(--container);z-index:1;position:relative}@media (min-width:1024px){.manifesto-layout{grid-template-columns:1.2fr .8fr;gap:8rem}}.text-manifesto{display:flex;flex-direction:column;gap:3rem;text-align:center}@media (min-width:1024px){.text-manifesto{text-align:left}}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-legal-text{color:hsla(0,0%,100%,.3);letter-spacing:.1em}.footer-legal-text,.footer-tagline{font-size:.65rem;text-transform:uppercase}.footer-tagline{font-family:var(--font-mono);color:hsla(0,0%,100%,.2);letter-spacing:.2em}.registry-header{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:.5px solid var(--line-strong);padding-bottom:1rem;opacity:.4}.registry-badge-mini{font-size:.7rem;letter-spacing:.25em}.heading-manifesto,.registry-badge-mini{font-weight:400;text-transform:uppercase;color:var(--brand-primary)}.heading-manifesto{font-size:clamp(2.5rem,10vw,4rem);line-height:.9;letter-spacing:-.04em;margin:0}@media (min-width:1024px){.heading-manifesto{font-size:clamp(2.5rem,6vw,4.5rem)}}.narrative-manifesto{font-size:clamp(1.1rem,2.2vw,1.6rem);line-height:1.4;color:var(--text);font-weight:100;max-width:100%;border-left:1.5px solid var(--brand-primary);padding-left:2rem}@media (min-width:1024px){.narrative-manifesto{max-width:90%;padding-left:3rem}}.cristal-hero-wrapper{align-items:center;position:relative;cursor:pointer;text-decoration:none}.cristal-hero-wrapper,.internal-cta-label{display:flex;justify-content:center;width:100%}.internal-cta-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none}.cta-inner-text{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--brand-primary);opacity:.4;transition:all .4s ease}.cta-inner-text span{font-family:var(--font-mono);font-size:.65rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em}.hero-logo-reveal{opacity:0;width:100%;max-width:1000px;animation:logo-entrance 1.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.4s}.hero-tagline-reveal{opacity:0;animation:fade-in 1s ease-out forwards;animation-delay:1.2s}@keyframes logo-entrance{0%{opacity:0;transform:scale(1.05) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.manifesto-media-col{display:flex;justify-content:center;align-items:center;position:relative}@media (max-width:1023px){.manifesto-media-col{margin-top:4rem}}.brand-anchor-icon{width:100%;max-width:100%;height:auto;color:var(--brand-primary);display:block;margin:0 auto}.project-card-pro{background:transparent;transition:all .6s cubic-bezier(.16,1,.3,1);overflow:hidden;border-bottom:1px solid var(--line);padding-bottom:2rem}.project-card-pro:hover{transform:translateY(-5px)}.card-pro-blueprint{width:100%;aspect-ratio:16/10;background:var(--brand-secondary);margin-bottom:1.5rem}.card-pro-image{transition:transform .8s cubic-bezier(.16,1,.3,1)}.project-card-pro:hover .card-pro-image{opacity:.8}.project-card-pro:hover .card-pro-arrow{transform:translateX(5px);color:var(--brand-primary)}@media (min-width:1024px){.manifesto-media-col .reveal-item{width:100%;display:flex;justify-content:center}.brand-anchor-icon{max-width:650px}}.section-showcase-pro{background-color:transparent;padding:6vh 0;position:relative;overflow:hidden;min-height:100vh;display:flex;flex-direction:column;justify-content:center}@media (min-width:768px) and (max-width:1024px){.section-showcase-pro{padding-top:10rem}}.section-showcase-pro.view-grid{overflow:visible;padding:2rem 0}@media (min-width:768px){.view-grid .pro-filter-system{gap:3rem!important}.view-grid .pro-tab{flex:0 0 auto!important}}.pro-filter-system{display:flex;justify-content:center;flex-wrap:nowrap;padding:0 1.5rem 1rem;gap:1.5rem;margin-bottom:0;border-bottom:1px solid hsla(0,0%,100%,.05);width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(90deg,#000 85%,transparent);mask-image:linear-gradient(90deg,#000 85%,transparent)}@media (max-width:380px){.pro-filter-system{gap:.75rem;padding:0 1rem 1rem}}@media (min-width:1024px){.pro-filter-system{-webkit-mask-image:none;mask-image:none;justify-content:center}}.pro-filter-system::-webkit-scrollbar{display:none}@media (max-width:767px){.view-grid .pro-filter-system{position:-webkit-sticky;position:sticky;top:4.5rem;z-index:50;background:rgba(37,37,45,.98);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);margin-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.05);margin-left:-1.5rem;margin-right:-1.5rem;padding:.5rem 1.5rem;width:calc(100% + 3rem)}}@media (min-width:768px){.pro-filter-system{justify-content:center;padding-bottom:2rem!important;gap:4rem;margin-bottom:0}}.pro-tab{background:none;border:none;cursor:pointer;flex-direction:column;gap:.8rem;padding:0 .5rem;opacity:.3;transition:all .4s ease;flex:0 0 auto}.pro-tab,.tab-label-group{display:flex;align-items:center}.tab-label-group{flex-direction:column;justify-content:space-between;min-height:3.2rem;gap:.2rem}.tab-count-inline{font-family:var(--font-mono);font-size:.72rem;font-weight:400;color:var(--brand-light)!important;opacity:1!important}.tab-indicator{width:0;height:2px;background-color:var(--brand-light);transition:width .4s ease}.pro-tab.active{opacity:1}.pro-tab.active .tab-indicator{width:100%}.tab-text{font-family:var(--font-display);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-light);white-space:nowrap;text-align:center;line-height:1.1;display:flex;align-items:center;flex:1 1}@media (max-width:480px){.pro-filter-system{gap:.7rem;padding:0 1rem 1rem}.tab-text{white-space:normal;max-width:65px;font-size:.7rem}}@media (min-width:768px){.pro-tab{flex:1 1;max-width:none}.tab-text{font-size:.95rem;letter-spacing:.12em}}.theme-dark .pro-tab{opacity:.5}.theme-dark .pro-tab.active{opacity:1}.theme-dark .tab-count-inline,.theme-dark .tab-text{color:var(--brand-light)!important}.pro-projects-carousel-wrapper{position:relative;width:100%}.pro-projects-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:2rem;padding-bottom:1rem;padding-top:2rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative;z-index:1}.pro-projects-carousel::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 82%;scroll-snap-align:center;transition:transform .4s ease-out,opacity .4s ease-out;transform:scale(.92);opacity:.4;transform-origin:center center;position:relative}.carousel-item.is-active{transform:scale(1);opacity:1}.carousel-counter{position:absolute;top:1rem;right:1rem;z-index:10;display:flex;align-items:baseline;gap:.2em;font-family:var(--font-mono);letter-spacing:.08em;opacity:0;transform:translateY(-4px);transition:opacity .4s ease,transform .4s ease;pointer-events:none;background:rgba(10,10,12,.78);border:1px solid hsla(0,0%,100%,.18);border-radius:10px;padding:.3rem .55rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.35)}.carousel-item.is-active .carousel-counter{opacity:1;transform:translateY(0)}.carousel-counter-current{font-size:1.1rem;font-weight:500;color:var(--brand-light);line-height:1}.carousel-counter-sep{margin:0 .1em}.carousel-counter-sep,.carousel-counter-total{font-size:.65rem;color:var(--brand-gray)}.carousel-item:first-child{margin-left:1.5rem}.carousel-item:last-child{margin-right:1.5rem}@media (min-width:768px){.carousel-item{flex:0 0 60%;transform:scale(.85)}.carousel-item:first-child{margin-left:calc(50% - 30%)}.carousel-item:last-child{margin-right:calc(50% - 30%)}}@media (min-width:1200px){.carousel-item{flex:0 0 50%}.carousel-item:first-child{margin-left:calc(50% - 25%)}.carousel-item:last-child{margin-right:calc(50% - 25%)}}.pro-carousel-controls{display:none;justify-content:center;gap:1.5rem;margin-top:1rem;padding-bottom:2rem}.carousel-control-btn{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);color:var(--brand-light);width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);border-radius:50%}.carousel-control-btn:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.3);transform:scale(1.05)}@media (min-width:1024px){.pro-carousel-controls{display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);justify-content:space-between;padding:0 4rem;pointer-events:none;margin-top:0;z-index:10}.carousel-control-btn{pointer-events:auto;width:4rem;height:4rem;background:hsla(0,0%,100%,.05)}}.pro-carousel-nav{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;padding-bottom:2rem}.pro-nav-dot{width:8px;height:8px;border-radius:50%;background:#fff;opacity:.15;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer}.pro-nav-dot.is-active{opacity:1;width:24px;border-radius:4px}.showcase-title-compact{font-size:clamp(2rem,8vw,3.5rem)!important;line-height:.9!important}.project-card-pro{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);cursor:pointer;transition:all .5s cubic-bezier(.2,0,0,1);position:relative;display:flex;flex-direction:column}.project-card-pro:hover{background:hsla(0,0%,100%,.06);border-color:var(--card-accent);transform:translateY(-8px)}.card-pro-blueprint{aspect-ratio:19/9;min-height:120px;border-bottom:1px solid hsla(0,0%,100%,.05);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.card-pro-blueprint{aspect-ratio:21/9;min-height:180px}}.blueprint-mesh{position:absolute;inset:0;opacity:.1;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M 20 0 L 0 0 0 20' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M 20 0 L 0 0 0 20' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E")}.blueprint-tags{position:absolute;top:1rem;left:1rem;right:1.5rem;display:flex;justify-content:space-between}.b-tag{font-family:var(--font-mono);font-size:.55rem;color:var(--brand-light);opacity:.6}.blueprint-center-icon{color:var(--card-accent);opacity:.2;transition:all .5s ease}.project-card-pro:hover .blueprint-center-icon{opacity:.8;transform:scale(1.2)}.card-pro-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}@media (min-width:768px){.card-pro-body{padding:1.5rem}}.card-pro-header{display:flex;justify-content:space-between;align-items:flex-start}.card-pro-title{font-family:var(--font-display);font-size:1rem;font-weight:400;color:var(--brand-light);line-height:1.1;max-width:85%}@media (min-width:768px){.card-pro-title{font-size:1.25rem}}.card-pro-arrow{color:var(--card-accent);opacity:0;transform:translateX(-10px);transition:all .4s ease}.project-card-pro:hover .card-pro-arrow{opacity:1;transform:translateX(0)}.card-pro-meta{display:flex;align-items:center;gap:.75rem;font-size:.72rem;font-weight:500;color:#fff;opacity:.8;text-transform:uppercase;letter-spacing:.08em}.card-pro-image{object-position:0 center;transform:scale(1.4);transition:transform .6s ease}@media (min-width:768px){.card-pro-image{object-position:center;transform:scale(1.05)}}.dot-divider{width:3px;height:3px;background:currentColor;border-radius:50%;opacity:.3}.dossier-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1100}.side-dossier{position:fixed;width:min(850px,100vw);height:100vh;height:100dvh;border-left:1px solid hsla(0,0%,100%,.1);z-index:1200;flex-direction:column;box-shadow:-50px 0 100px rgba(0,0,0,.5);overflow-y:auto;overflow-x:hidden}.dossier-close,.side-dossier{top:0;right:0;background:var(--brand-secondary);display:flex}.dossier-close{position:-webkit-sticky;position:sticky;width:100%;padding:1.5rem 2rem;border-bottom:1px solid hsla(0,0%,100%,.05);color:var(--brand-light);align-items:center;justify-content:flex-end;gap:.75rem;font-size:.7rem;font-weight:400;letter-spacing:.2rem;cursor:pointer;opacity:.8;transition:all .3s ease;z-index:100}.dossier-close:hover{opacity:1;letter-spacing:.25rem}.dossier-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:4rem;padding-bottom:0}@media (max-width:768px){.dossier-content{padding-bottom:2rem}}.dossier-label{font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.2em;margin-bottom:1.5rem;display:block}.dossier-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;color:var(--brand-light);line-height:.9;letter-spacing:-.03em;margin-bottom:2rem}.dossier-status{display:inline-flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;border:1px solid;border-radius:40px;font-size:.7rem;font-weight:400;letter-spacing:.1em}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.dossier-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:1024px){.dossier-grid{grid-template-columns:1.5fr 1fr;gap:4rem}}.dossier-description{font-size:1.25rem;line-height:1.6;font-weight:100;color:var(--brand-light);opacity:1;margin-bottom:3rem}.dossier-highlights-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.dossier-highlights-grid{grid-template-columns:repeat(2,1fr)}}.dossier-highlight-box{padding:1rem 0;border-bottom:1px solid hsla(0,0%,100%,.05);display:flex;flex-direction:column;gap:.25rem}.h-label{font-size:.6rem;font-weight:400;color:#b0b0b8;text-transform:uppercase}.h-value{font-size:1.05rem;font-weight:400;color:var(--brand-light)}.meta-icon-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.65rem;font-weight:400;letter-spacing:.1em;color:#b0b0b8}@media (min-width:1024px){.pro-projects-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.pro-filter-system{justify-content:center;overflow-x:visible;padding-bottom:0;gap:3rem;margin-bottom:0}.pro-tab{flex-shrink:1}.pro-projects-grid{grid-template-columns:repeat(2,1fr)}.dossier-grid{grid-template-columns:1.5fr 1fr;gap:4rem}.dossier-description{font-size:1.25rem}.dossier-highlights-grid{grid-template-columns:repeat(2,1fr)}.dossier-grid,.dossier-header{padding:0 3rem 2rem}.dossier-title{font-size:3.5rem}}.dossier-meta-card{padding:1.5rem 0;border-top:1px solid hsla(0,0%,100%,.1);margin-bottom:2rem}.meta-info{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem}.m-label{font-size:.55rem;font-weight:400;color:#b0b0b8}.m-value{font-size:1rem;font-weight:400;color:var(--brand-light)}.meta-text{font-size:.9rem;line-height:1.5;color:#b0b0b8}.full-report-btn{display:flex;justify-content:space-between;align-items:center;width:100%;padding:2rem;text-decoration:none;font-size:.8rem;font-weight:400;color:#000;letter-spacing:.15em;transition:all .4s ease}.full-report-btn:hover{filter:brightness(1.1);padding-left:2.5rem;padding-right:2.5rem}.innovation-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.innovation-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width:1200px){.innovation-grid{grid-template-columns:repeat(3,1fr)}}.project-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.innovation-card{display:flex;flex-direction:column;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);cursor:pointer;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative}.innovation-card:hover{background:var(--brand-secondary);border-color:var(--brand-primary);transform:translateY(-8px)}.innovation-card-body{padding:1.5rem}.innovation-image-wrapper{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-bottom:1px solid hsla(0,0%,100%,.05)}.innovation-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.innovation-card:hover .innovation-image{transform:scale(1.05);filter:grayscale(0)}.section-ceo{overflow:hidden;position:relative;padding:6rem 0}@media (min-width:1024px){.section-ceo .editorial-row{grid-template-columns:.75fr 1.25fr;gap:5rem}}.ceo-portrait-wrapper{position:relative;aspect-ratio:1/1.1;border-radius:2px;overflow:hidden;border-left:2px solid var(--brand-primary)}@media (max-width:1024px){.ceo-portrait-wrapper{aspect-ratio:1/1;margin-bottom:2rem}}.tech-label{font-family:var(--font-mono);font-size:.65rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:inherit;opacity:.7}.global-grid-bg{position:fixed;inset:0;z-index:-1;opacity:.03;pointer-events:none;background-image:linear-gradient(var(--brand-primary) .5px,transparent .5px),linear-gradient(90deg,var(--brand-primary) .5px,transparent .5px);background-size:100px 100px}.section{padding:8rem 0;position:relative;overflow-x:hidden}.pillars-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:768px){.pillars-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.pillar-card{display:flex;flex-direction:column;gap:1.25rem}.pillar-icon-box{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid;opacity:.6;position:relative}.pillar-icon-box:after{content:"";position:absolute;inset:-4px;border:.5px solid;opacity:.1}.pillar-title{font-family:var(--font-display);font-size:1.5rem;font-weight:400;letter-spacing:-.01em}.pillar-desc{font-size:.95rem;color:var(--text-muted);line-height:1.6}.section-roadmap{background-color:transparent;padding:12rem 0;overflow:hidden}.roadmap-container{display:flex;flex-direction:column;gap:6rem;position:relative;padding-left:2rem}.roadmap-container:before{content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:linear-gradient(to bottom,var(--color-lithium),transparent);opacity:.2}.roadmap-item{position:relative;display:grid;grid-template-columns:9.375rem 1fr;grid-gap:4rem;gap:4rem}.roadmap-year{font-family:var(--font-display);font-size:3rem;font-weight:400;color:var(--brand-light);line-height:1;position:relative}.roadmap-year:after{content:"";position:absolute;left:-2.3rem;top:1rem;width:10px;height:10px;background:var(--color-lithium);border-radius:50%;box-shadow:0 0 15px var(--color-lithium)}.roadmap-content{display:flex;flex-direction:column;gap:1.5rem}.milestone-box{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);padding:2rem;transition:border-color .4s ease}.milestone-box:hover{border-color:hsla(0,0%,100%,.2)}.milestone-title{color:var(--brand-light);font-size:1.2rem;font-weight:400;margin-bottom:.5rem}.milestone-desc{color:var(--brand-gray);font-size:.9rem;line-height:1.5}.section-gateway{padding:12rem 0}.gateway-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);padding:0;display:flex;position:relative;overflow:hidden;min-height:500px}.gateway-card:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(circle at 70% 30%,hsla(0,0%,100%,.03) 0,transparent 70%);pointer-events:none}.gateway-content{flex:1.2 1;flex-direction:column;border-right:1px solid hsla(0,0%,100%,.05)}.gateway-content,.gateway-info{padding:6rem;display:flex;justify-content:center}.gateway-info{flex:0.8 1;flex-direction:column;background:hsla(0,0%,100%,.01)}.gateway-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;color:var(--brand-light);margin-bottom:2rem;line-height:1;text-transform:uppercase}.gateway-text{max-width:30rem;font-size:1.1rem;color:var(--brand-gray);margin-bottom:3.5rem;line-height:1.6}.gateway-btn{display:inline-flex;align-items:center;gap:1.25rem;padding:1.5rem 2.5rem;background:var(--brand-light);text-decoration:none;font-size:.8rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;transition:all .5s cubic-bezier(.16,1,.3,1);width:-moz-fit-content;width:fit-content}.gateway-btn,.gateway-btn *,.theme-dark .gateway-btn,.theme-dark .gateway-btn span,.theme-dark .gateway-btn svg{color:#1a1a24!important}.gateway-btn:hover{background:#fff;padding-left:3rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem}.contact-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);color:var(--brand-light);flex-shrink:0}.contact-label{font-size:.6rem;font-weight:400;color:var(--brand-gray);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.25rem;display:block}.contact-value{font-size:1.1rem;color:var(--brand-light);font-weight:400}@media (max-width:1024px){.pillars-grid,.roadmap-item{grid-template-columns:1fr;gap:1rem;padding-left:2rem}.roadmap-year:after{left:-4.3rem}.gateway-card{flex-direction:column;min-height:auto}.gateway-card:after{width:100%;height:50%;top:auto;bottom:0;background:radial-gradient(circle at 50% 50%,hsla(0,0%,100%,.03) 0,transparent 70%)}.gateway-content,.gateway-info{padding:3rem 1.5rem;flex:none;width:100%;border-right:none}.gateway-content{border-bottom:1px solid hsla(0,0%,100%,.05)}}@media (max-width:480px){.gateway-content,.gateway-info{padding:2.5rem 1.5rem}.gateway-title{font-size:2.5rem}.gateway-btn{width:100%;justify-content:center;padding:1.25rem 1.5rem}.contact-value{word-break:break-word;font-size:1rem}}.card-hover-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s cubic-bezier(.16,1,.3,1);z-index:10}.innovation-card:hover .card-hover-overlay{opacity:1}.view-dossier-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;color:#000;font-size:.7rem;font-weight:400;letter-spacing:.15em;border-radius:0;transform:translateY(10px);transition:all .5s cubic-bezier(.16,1,.3,1)}.innovation-card:hover .view-dossier-btn{transform:translateY(0)}.dossier-overlay{animation:fade-in .4s ease-out forwards}.dossier-content{box-shadow:0 0 100px rgba(0,0,0,.8)}.dossier-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent 40%);pointer-events:none}.dossier-details::-webkit-scrollbar{width:4px}.dossier-details::-webkit-scrollbar-track{background:hsla(0,0%,100%,.02)}.dossier-details::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1)}@media (max-width:768px){.innovation-grid{grid-template-columns:1fr;gap:3rem}.dossier-body{flex-direction:column;overflow-y:auto!important}.dossier-media{flex:none;height:300px}.dossier-details{padding:2rem!important}}.dossier-gallery-nav{position:absolute;bottom:1.5rem;left:2rem;display:flex;gap:.5rem;z-index:10}.gallery-dot{width:40px;height:2px;background:hsla(0,0%,100%,.2);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.gallery-dot:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#fff;transition:width .3s ease}.gallery-dot.is-active{background:hsla(0,0%,100%,.4)}.gallery-dot.is-active:after{width:100%}.gallery-dot:hover{background:hsla(0,0%,100%,.6)}.dossier-media-container{width:100%;height:100%;position:relative}.media-viewer-item{position:absolute;inset:0;opacity:0;transition:opacity .5s ease-in-out}.media-viewer-item.is-active{opacity:1;z-index:1}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1);color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.gallery-arrow:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}.gallery-arrow-left{left:1rem}.gallery-arrow-right{right:1rem}.about-proof-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:640px){.about-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.about-proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.about-proof-card{padding:1.5rem;border:1px solid var(--line);background:hsla(0,0%,100%,.55);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left}.about-hero-title{font-size:clamp(2.8rem,12vw,4.4rem);line-height:.95;max-width:11ch}@media (min-width:1024px){.about-hero-title{font-size:clamp(3.4rem,9vw,8rem);max-width:14ch}}.about-ceo-title,.about-model-title,.about-principles-title{font-size:clamp(2.2rem,9vw,3.6rem)}@media (min-width:1024px){.about-principles-title{font-size:clamp(2.6rem,6vw,5rem)}.about-model-title{font-size:clamp(2.8rem,6vw,5.5rem)}.about-ceo-title{font-size:clamp(2.3rem,5vw,4.5rem)}}.about-gallery{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:stretch}@media (min-width:1024px){.about-gallery{grid-template-columns:1.2fr .8fr}}.about-office-intro{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;align-items:flex-start;margin-bottom:3rem}@media (min-width:1024px){.about-office-intro{grid-template-columns:1fr 1fr;gap:3rem;align-items:end}}.about-office-copy{max-width:100%}@media (min-width:1024px){.about-office-copy{max-width:38rem}}.about-gallery-main{position:relative;overflow:hidden;border:1px solid var(--line);min-height:22rem}@media (min-width:1024px){.about-gallery-main{min-height:38rem}}.about-gallery-secondary{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:640px){.about-gallery-secondary{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.about-gallery-secondary{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr;grid-gap:2rem;gap:2rem}}.about-gallery-side{position:relative;overflow:hidden;border:1px solid var(--line);min-height:14rem}@media (min-width:1024px){.about-gallery-side{min-height:18rem}}.about-gallery-side-meta{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.4rem;align-items:flex-end}.about-ceo-media{position:relative;width:100%;aspect-ratio:.95/1;overflow:hidden;border-left:3px solid var(--brand-primary)}@media (min-width:1024px){.about-ceo-media{aspect-ratio:1.1/1}}.about-leadership-principle{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.85rem;color:var(--brand-light)}@media (min-width:768px){.about-leadership-principle{flex-wrap:nowrap}}.about-signal-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:center}@media (min-width:1024px){.about-signal-grid{grid-template-columns:1.2fr 1fr;gap:3rem}}.about-signal-card{padding:2rem;border:1px solid var(--line);background:rgba(42,42,56,.03)}.card-pro-image{position:absolute;inset:0;width:100%;height:100%;filter:grayscale(1) brightness(.6) contrast(1.2);transition:all .6s cubic-bezier(.4,0,.2,1);z-index:0}.carousel-item.is-active .card-pro-image{filter:grayscale(0) brightness(1) contrast(1)}.project-card-pro:hover .card-pro-image{transform:scale(1.05)}.view-grid .project-card-pro:hover .card-pro-image{filter:grayscale(0) brightness(1) contrast(1)}.blueprint-mesh{z-index:2;pointer-events:none}.blueprint-center-icon,.blueprint-tags{z-index:3}.dossier-hero{width:100%;height:clamp(18rem,65vw,25rem);position:relative;overflow:hidden;border-bottom:1px solid hsla(0,0%,100%,.1)}.dossier-hero-overlay{position:absolute;inset:0;background:transparent;z-index:1}.side-dossier .dossier-content{padding-top:0!important}.dossier-grid,.dossier-header{padding:0 2rem 2rem}.pro-projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:2rem 0;width:100%}.pro-projects-grid .project-card-pro{width:100%;height:320px;margin:0}.services-ledger{display:flex;flex-direction:column}.service-row{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;padding:3rem 0;border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .4s ease}@media (min-width:768px){.service-row{grid-template-columns:.5fr 2.5fr;gap:4rem;align-items:start;padding:4rem 2rem}}.service-row:hover{background:hsla(0,0%,100%,.02)}.service-core{display:flex;flex-direction:column;gap:1rem}.service-index{font-family:var(--font-mono);font-size:clamp(3rem,6vw,4.5rem);font-weight:400;line-height:.8;color:var(--brand-light);opacity:1;transition:all .4s ease}@media (min-width:768px){.service-index{color:var(--brand-gray);opacity:.4}.service-row:hover .service-index{color:var(--brand-light);opacity:1}}.allies-section{padding:3.5rem 0 9rem;position:relative}.allies-header{display:flex;flex-direction:column;gap:1.5rem;max-width:44rem;margin:0 auto 3.25rem;text-align:center}@media (min-width:1024px){.allies-header{margin-bottom:4rem}}.allies-title{margin:0;color:var(--text);font-size:clamp(2rem,6vw,3.5rem);line-height:.92;text-transform:uppercase}.allies-description{margin:0;max-width:38rem;color:rgba(37,37,45,.72);font-size:1rem;line-height:1.65;align-self:center}.allies-wall{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media (min-width:640px){.allies-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.allies-wall{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.allies-wall{grid-template-columns:repeat(6,minmax(0,1fr))}}.ally-tile{position:relative;min-height:148px;border:1px solid rgba(42,42,56,.06);background:hsla(0,0%,100%,.28);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .35s ease,border-color .35s ease,background-color .35s ease;overflow:hidden}.ally-tile:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(42,42,56,.04) 1px,transparent 0),linear-gradient(90deg,rgba(42,42,56,.04) 1px,transparent 0);background-size:24px 24px;opacity:.16;pointer-events:none}.ally-tile:hover{transform:translateY(-3px);border-color:rgba(125,211,252,.22);background:hsla(0,0%,100%,.42)}.ally-tile-inner{position:relative;min-height:148px;padding:1.9rem}.ally-logo{filter:none;opacity:1;transition:filter .35s ease,opacity .35s ease,transform .35s ease}.ally-tile:hover .ally-logo{opacity:1;transform:scale(1.02)}.theme-dark .allies-title{color:var(--brand-light)}.theme-dark .allies-description{color:hsla(240,3%,85%,.7)}.theme-dark .allies-wall{background:transparent}.theme-dark .ally-tile{border-color:hsla(240,3%,85%,.08);background:hsla(0,0%,100%,.02)}.theme-dark .ally-tile:after{background-image:linear-gradient(hsla(240,3%,85%,.05) 1px,transparent 0),linear-gradient(90deg,hsla(240,3%,85%,.05) 1px,transparent 0)}.theme-dark .ally-tile:hover{border-color:rgba(125,211,252,.26);background:hsla(0,0%,100%,.04)}.about-main{position:relative}.about-voyage-bg{position:fixed;inset:0;z-index:-2}.about-hero-container{position:relative;z-index:10}.about-hero-content{gap:2.5rem;align-items:center;text-align:center}.about-hero-intro{max-width:42rem;margin:0 auto}.manifesto-unified-block{display:grid;grid-template-columns:1fr;width:100%;min-height:80vh;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}@media (min-width:1024px){.manifesto-unified-block{grid-template-columns:1.2fr .8fr}}.manifesto-main-col{padding:4rem 1.5rem;display:flex;flex-direction:column;justify-content:center;gap:2.5rem;border-bottom:1px solid var(--line)}@media (min-width:1024px){.manifesto-main-col{padding:6rem 5rem 6rem 8vw;border-bottom:none;border-right:1px solid var(--line)}}.about-manifesto-heading{line-height:.85;margin:0;font-size:clamp(3.5rem,10vw,6rem);text-transform:uppercase}.narrative-manifesto-large{font-size:clamp(1.4rem,3vw,2.4rem);line-height:1.2;font-weight:100;max-width:55rem;color:var(--text)}.manifesto-side-cols{display:flex;flex-direction:column;width:100%}.manifesto-side-block{padding:4rem 1.5rem;display:flex;flex-direction:column;justify-content:center;gap:2rem;flex:1 1;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;cursor:pointer}@media (min-width:1024px){.manifesto-side-block{padding:4rem 5rem}}.manifesto-side-block:hover{background:var(--brand-secondary);color:#fff!important}.manifesto-side-block:hover .copy-body,.manifesto-side-block:hover .tech-label{color:#fff!important;opacity:.9}.thesis-block{border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.01)}.edge-block{background:transparent}.about-section-bordered{border-top:1px solid var(--line)}.about-principles-content{gap:4rem}.about-principles-header{max-width:46rem}.principles-ledger{display:flex;flex-direction:column;border-top:1px solid var(--line)}.principle-row{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;padding:3rem 0;border-bottom:1px solid var(--line);transition:all .4s ease}@media (min-width:768px){.principle-row{grid-template-columns:.5fr 1fr 1.5fr;gap:4rem;align-items:start;padding:4rem 2rem}}.data-sheet-item,.data-sheet-item *,.principle-row,.principle-row *{transition:all .4s ease!important}.principle-row:hover{background:var(--brand-secondary)}.principle-row:hover .principle-copy,.principle-row:hover .principle-index,.principle-row:hover .principle-label,.principle-row:hover .principle-title{color:#fff!important}.theme-dark .principle-row:hover{background:#000}.principle-index{font-family:var(--font-mono);font-size:clamp(3rem,6vw,4.5rem);font-weight:400;line-height:.8;color:var(--brand-primary);opacity:1;transition:all .4s ease}@media (min-width:768px){.principle-index{color:var(--brand-gray);opacity:.4}.principle-row:hover .principle-index{color:var(--brand-primary);opacity:1}}.principle-core{display:flex;flex-direction:column;gap:1rem}.principle-label{color:var(--brand-gray)}.principle-title{font-size:1.4rem;margin:0}@media (min-width:768px){.principle-title{font-size:1.8rem}}.principle-copy{max-width:38rem}.about-section-bordered-y{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-office-header{gap:1.25rem}.about-office-title{max-width:16ch}.about-image-cover{object-fit:cover}.about-image-cover-top{object-fit:cover;object-position:center 20%}.about-image-overlay{position:absolute;inset:auto 0 0 0;padding:2rem;background:linear-gradient(0deg,rgba(37,37,45,.88),transparent)}.about-overlay-content{gap:.6rem}.about-overlay-label{color:#fff}.about-overlay-text{color:hsla(0,0%,100%,.82);max-width:32rem}.about-section-relative{position:relative;overflow:hidden}.about-blueprint-mesh{opacity:.015}.about-container-relative{position:relative;z-index:1}.about-model-content{gap:5rem}.about-model-header{max-width:48rem}.about-model-eyebrow,.about-model-intro{color:var(--brand-gray)}.about-model-intro{margin-top:2rem}.about-model-title-sub{margin:1rem 0 1.25rem;font-size:1.3rem;line-height:1.1}@media (min-width:768px){.about-model-title-sub{font-size:1.5rem}}.exec-dossier-section{border-top:1px solid var(--line);position:relative;overflow:hidden;padding:5rem 0}.exec-dossier-header{margin-bottom:2.5rem;padding-bottom:1.5rem}.exec-dossier-name{font-size:clamp(2.5rem,8vw,4.2rem);line-height:1;letter-spacing:-.02em;margin-bottom:.75rem;color:var(--brand-light)}.exec-dossier-role{color:var(--brand-primary);font-size:.85rem;letter-spacing:.3em}.exec-dossier-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:1024px){.exec-dossier-grid{grid-template-columns:.7fr 1.3fr;gap:5rem;align-items:start}}.exec-dossier-portrait-wrap{position:relative;width:100%;max-width:450px;margin:0 auto}@media (min-width:1024px){.exec-dossier-portrait-wrap{max-width:none;margin:0}}.exec-dossier-media{position:relative;width:100%;aspect-ratio:.8/1;overflow:hidden}.exec-dossier-image{object-fit:cover;object-position:center 15%}.exec-dossier-quote{font-size:clamp(1.2rem,2.2vw,1.6rem);color:var(--brand-white);border-left:2px solid var(--brand-primary);padding-left:1.25rem;line-height:1.4}.exec-dossier-bio{max-width:45rem}.exec-dossier-bio p{text-align:left;line-height:1.8;opacity:.8;font-size:1.05rem}.exec-dossier-principle{margin-top:2rem;padding:2rem 0 2rem 2rem;display:inline-block;border-left:3px solid var(--brand-primary)}.principle-stamp-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--brand-primary)}.principle-stamp-text{font-family:var(--font-display);font-size:1.05rem;font-weight:400;color:var(--brand-light);margin:0;letter-spacing:.01em}.about-signal-header{gap:1rem}.about-signal-title{max-width:18ch}.about-signal-text{max-width:44rem}.about-signal-row-bordered{padding-bottom:1rem;border-bottom:1px solid var(--line);margin-bottom:1rem}.about-signal-row,.about-signal-row-bordered{display:flex;justify-content:space-between}.about-signal-sub{font-size:.95rem}.briefing-card{padding:3rem;border-left:1px solid var(--accent);background:rgba(0,0,0,.02);position:relative}.pull-quote-large{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.5rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--text)}.ceo-grid{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (min-width:1024px){.ceo-grid{grid-template-columns:1.2fr 1fr;gap:6rem}}.data-sheet-grid{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;border:1px solid var(--line)}@media (min-width:768px){.data-sheet-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.data-sheet-item{padding:1.5rem;border:1px solid var(--line);transition:all .4s ease}@media (min-width:768px){.data-sheet-item{padding:3rem}}.data-sheet-item:hover,.theme-dark .data-sheet-item:hover{background:var(--brand-secondary);border-color:var(--brand-primary)}.data-sheet-item:hover .about-model-title-sub,.data-sheet-item:hover .copy-body,.data-sheet-item:hover .tech-label,.theme-dark .data-sheet-item:hover .about-model-title-sub,.theme-dark .data-sheet-item:hover .copy-body,.theme-dark .data-sheet-item:hover .tech-label{color:#fff!important;opacity:1}