@charset "UTF-8";
:root{--ink:#0b1639;--muted:#5d6b85;--blue:#087fff;--line:#e5ebf4;--wrap:1200px;color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{color:inherit;cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #007aff;outline-offset:5px}.wrap{width:min(var(--wrap),calc(100% - 80px));margin-inline:auto}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:16px;border:2px solid var(--blue);border-radius:8px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.91);backdrop-filter:blur(20px);border-bottom:1px solid rgba(225,234,247,.65)}.nav-shell{height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:14px;flex-shrink:0}.wordmark{font-size:40px;line-height:1;font-weight:790;letter-spacing:-2.5px}.brand-dot{color:var(--blue)}.brand-caption{border-left:1px solid #cbd5e5;padding-left:14px;font-size:12px;line-height:1.4;color:var(--muted)}.desktop-nav{display:flex;gap:30px;margin-left:auto;margin-right:22px}.desktop-nav a{font-size:14px;font-weight:500;transition:color .2s}.desktop-nav a:hover,.back-top:hover{color:var(--blue)}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:0 25px;border-radius:8px;font-size:15px;font-weight:600;transition:background .2s,box-shadow .2s,transform .2s;border:1px solid transparent}.button:hover{transform:translateY(-2px)}.button-primary{color:white;background:linear-gradient(105deg,#0099e8,#087aff);box-shadow:0 6px 18px #087fff1f}.button-primary:hover{box-shadow:0 9px 24px #087fff33}.button-outline{border-color:#c7d7f1;background:#ffffff70}.button-outline:hover{background:#f3f8ff;border-color:#82b7ff}.button-small{min-height:44px;font-size:14px;padding-inline:18px;gap:14px}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:8px;background:white;padding:12px}.menu-toggle span{display:block;height:2px;width:18px;margin:5px 0;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{padding:8px 24px 20px;background:white;border-top:1px solid var(--line)}.mobile-menu:not([hidden]){display:grid}.mobile-menu a{padding:14px 0;border-bottom:1px solid var(--line);font-size:16px}.hero{position:relative;isolation:isolate;padding-top:63px;overflow:hidden}.hero-glow{position:absolute;z-index:-1;inset:180px -20% 10px;background:radial-gradient(ellipse at 30% 47%,#b7e6ff55,transparent 47%),radial-gradient(ellipse at 69% 65%,#dad5ff65,transparent 47%);pointer-events:none}.hero-intro{text-align:center}.eyebrow{font-size:12px;letter-spacing:.15em;font-weight:650;color:#526e97;line-height:1.6}.hero-intro .eyebrow{display:flex;align-items:center;justify-content:center;gap:10px}.eyebrow-line{width:23px;height:2px;background:var(--blue)}h1{font-size:clamp(52px,5.8vw,82px);font-weight:640;line-height:1.05;letter-spacing:-.055em;margin-top:23px}h1 span{color:#284b8a}.hero-description{font-size:18px;color:var(--muted);line-height:1.65;margin-top:24px}.button-row{display:flex;justify-content:center;gap:12px;margin-top:28px}.product-preview{width:min(1030px,calc(100% - 110px));margin:49px auto 0;background:rgba(255,255,255,.9);border:1px solid white;border-radius:16px;box-shadow:0 25px 70px #4572a51a,0 4px 20px #3c74c212;overflow:hidden}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line);gap:20px}.preview-product{display:flex;align-items:center;gap:12px}.preview-product>.icon{width:35px;height:35px;padding:7px;border-radius:8px;background:#e9f5ff;color:var(--blue)}.preview-product strong{font-size:17px;font-weight:650;display:block;letter-spacing:-.03em}.preview-product span{display:block;font-size:12px;margin-top:4px;color:var(--muted)}.preview-status{font-size:12px;color:#687990}.preview-body{display:flex;padding:12px;gap:12px}.preview-sidebar{width:185px;flex-shrink:0;padding:15px 6px 10px;display:flex;flex-direction:column}.preview-sidebar>p{font-size:10px;letter-spacing:.075em;color:#687790;padding:0 10px 18px}.preview-tabs{display:flex;flex-direction:column;gap:6px}.preview-tabs button{display:flex;align-items:center;gap:12px;padding:12px 10px;background:transparent;border:1px solid transparent;border-radius:7px;font-size:14px;text-align:left;min-height:44px;transition:background .2s}.preview-tabs button:hover{background:#f0f5fc}.preview-tabs button[aria-selected=true]{background:#e7f2ff;color:#066dd8;border-color:#dceaff}.preview-tabs .icon{width:18px;height:18px}.sidebar-note{display:flex;align-items:center;gap:10px;margin:auto 10px 14px;padding-top:35px;font-size:12px;color:#738198;line-height:1.6}.sidebar-note .icon{color:#94b6da;width:24px;height:24px}.model-viewport{min-width:0;flex:1;position:relative;aspect-ratio:1.78;border-radius:10px;overflow:hidden;background:#eff5fc}.model-viewport>img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.viewport-chip{position:absolute;left:14px;top:14px;display:flex;align-items:center;gap:9px;font-size:12px;background:#ffffffed;border:1px solid #ffffffa6;padding:8px 12px;border-radius:6px;color:#4c617e}.chip-divider{height:10px;width:1px;background:#c4d1e1}.viewport-caption{position:absolute;bottom:12px;left:12px;right:12px;padding:10px 14px;background:#ffffffde;backdrop-filter:blur(8px);font-size:12px;border-radius:6px;color:#344764}.preview-footer{padding:14px 24px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#62728a;gap:20px;border-top:1px solid var(--line);min-height:47px}.preview-switch-hint{display:flex;align-items:center;gap:8px;color:#5079ac;white-space:nowrap}.preview-switch-hint .icon{width:16px;height:16px;transform:rotate(-90deg)}.preview-disclaimer{text-align:center;font-size:12px;color:#687992;margin-top:18px;padding:0 24px}.capabilities{display:flex;justify-content:center;align-items:center;gap:54px;padding:35px 0 37px;font-size:14px;color:#66788f;letter-spacing:.015em}.section{padding-block:108px}h2{font-size:clamp(36px,3.6vw,50px);font-weight:570;line-height:1.13;letter-spacing:-.045em}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:47px}.section-heading .eyebrow,.center-heading .eyebrow,.construct-intro .eyebrow,.tours-copy .eyebrow{margin-bottom:18px}.section-heading>p{font-size:16px;line-height:1.75;color:var(--muted);padding-bottom:4px}.services{border-top:1px solid var(--line)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{padding:31px 28px 28px;border:1px solid var(--line);border-radius:14px;transition:border-color .25s,transform .25s,box-shadow .25s;background:linear-gradient(150deg,#fff,#fbfcff);display:flex;flex-direction:column;align-items:flex-start}.service-card:hover{border-color:#b2d7ff;transform:translateY(-4px);box-shadow:0 16px 30px #284f7e09}.service-top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:34px}.service-top>span{font-size:12px;color:#8192a9}.service-icon{width:42px;height:42px;stroke:#1395ff;fill:none;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round}.service-card h3{font-size:21px;font-weight:600;letter-spacing:-.025em;line-height:1.3}.service-card p{font-size:16px;line-height:1.8;color:var(--muted);margin-top:16px;margin-bottom:29px}.text-link{display:inline-flex;align-items:center;gap:16px;font-size:14px;color:#1773d5;font-weight:550;line-height:1.5}.service-card .text-link{margin-top:auto}.text-link .icon{width:18px;height:18px;transition:transform .2s}.text-link:hover .icon,.service-card:hover .text-link .icon{transform:translateX(4px)}.comparison-section{background:linear-gradient(180deg,#f8faff,#f6f9ff 80%,#fff);border-block:1px solid #f1f5fb}.center-heading{text-align:center;margin-bottom:41px}.center-heading>p:last-child{font-size:17px;line-height:1.7;color:var(--muted);margin-top:21px}.mobile-break{display:none}.comparison{aspect-ratio:1.76;position:relative;overflow:hidden;border-radius:18px;border:1px solid #dce7f5;background:#e8f1f9;isolation:isolate}.comparison>img,.comparison-photo,.comparison-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.comparison-photo{clip-path:inset(0 calc(100% - var(--split)) 0 0);z-index:1}.comparison-label{position:absolute;top:22px;z-index:3;background:#fffffff0;padding:10px 16px;border-radius:7px;box-shadow:0 3px 12px #10305608;font-size:14px;pointer-events:none}.label-photo{left:22px}.label-bim{right:22px}.comparison-line{position:absolute;left:var(--split);top:0;bottom:0;width:2px;background:#078dff;z-index:4;pointer-events:none;transform:translateX(-1px)}.comparison-handle{display:flex;align-items:center;justify-content:center;gap:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:100%;background:white;color:#078dff;box-shadow:0 2px 22px #07395b3d}.comparison-handle .icon{width:19px;height:19px;stroke-width:2.4}.flip{transform:rotate(180deg)}.comparison input{appearance:none;-webkit-appearance:none;position:absolute;z-index:5;inset:0;width:100%;height:100%;padding:0;margin:0;opacity:0;cursor:ew-resize;touch-action:pan-y}.comparison input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:2px;height:56px;background:transparent}.comparison input::-moz-range-thumb{width:2px;height:56px;border:0;background:transparent}.comparison:has(input:focus-visible){outline:3px solid var(--blue);outline-offset:6px}.comparison:has(input:focus-visible) .comparison-handle{box-shadow:0 0 0 5px #087fff40}.comparison-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:20px;color:#657792;font-size:12px;line-height:1.6}.comparison-bottom p:first-child{display:flex;align-items:center;gap:9px}.comparison-bottom p:first-child span{font-size:23px;color:var(--blue)}.comparison-bottom p:last-child{text-align:right;font-size:12px}.construct-section{display:grid;grid-template-columns:1fr 1.15fr;gap:100px}.product-name{font-size:19px;letter-spacing:-.025em;margin-bottom:28px;font-weight:700}.product-name span{font-weight:400;color:#1589e9}.construct-intro>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.8;margin:23px 0 29px;max-width:405px}.feature-list{padding-top:32px}.feature-list details{border-bottom:1px solid var(--line)}.feature-list details:first-child{border-top:1px solid var(--line)}.feature-list summary{display:flex;align-items:center;gap:19px;list-style:none;cursor:pointer;font-size:17px;font-weight:550;line-height:1.5;padding:24px 0}.feature-list summary::-webkit-details-marker{display:none}.feature-number{font-size:12px;color:#8191a7;font-weight:400}.plus{width:16px;height:16px;flex-shrink:0;margin-left:auto;position:relative}.plus:before,.plus:after{content:"";position:absolute;top:7px;left:1px;width:14px;height:1px;background:#7488a2}.plus:after{transform:rotate(90deg);transition:transform .2s}details[open] .plus:after{transform:rotate(0)}.feature-content{padding:0 27px 26px 35px}.feature-content p{font-size:16px;line-height:1.8;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.tags span{font-size:12px;color:#4d729a;padding:6px 10px;background:#eff6fe;border-radius:5px}.tours-section{background:linear-gradient(125deg,#f1f8ff,#f3f3fd);border:1px solid #e5edf8;border-radius:22px;display:grid;grid-template-columns:1.1fr 1fr;gap:90px;padding:64px}.tours-copy h2{font-size:43px}.tours-copy h2>span{color:#5a79a6}.tours-copy>p:not(.eyebrow){font-size:16px;line-height:1.8;color:var(--muted);margin:25px 0}.tours-uses{padding-top:8px}.tour-emblem{display:flex;align-items:center;gap:20px;margin-bottom:17px;color:#3a79b9}.tour-emblem .service-icon{width:46px;height:46px}.tour-emblem>span{font-size:42px;letter-spacing:-.06em;font-weight:300}.tours-uses>div:not(.tour-emblem){border-top:1px solid #d9e4f4;padding:22px 0 20px 34px;position:relative}.use-number{position:absolute;left:0;top:27px;font-size:12px;color:#7c91ae}.tours-uses h3{font-size:18px;font-weight:550;letter-spacing:-.02em}.tours-uses p{font-size:16px;line-height:1.65;color:var(--muted);margin-top:8px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.portfolio-card{border-radius:12px;overflow:hidden;border:1px solid var(--line);transition:transform .2s,box-shadow .2s}.portfolio-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #19334f0d}.portfolio-art{height:235px;position:relative;overflow:hidden;padding:25px 25px 22px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.portfolio-overline{font-size:12px;letter-spacing:.16em;color:#5980a1}.warehouse-art{background:linear-gradient(125deg,#e7f0f7,#f7fafc);color:#285778}.warehouse-art strong{font-size:36px;letter-spacing:-.06em;line-height:1.05;font-weight:550}.warehouse-art strong>span{display:block;font-weight:320;color:#5a7d98}.portfolio-art-footer{font-size:12px;color:#5e7c97}.prism-art{background:linear-gradient(130deg,#f0eeff,#e2f2ff 75%,#e6f5ff)}.prism-art strong{font-size:55px;font-weight:360;letter-spacing:-.06em;color:#355380}.prism-period{color:#539df2}.pool-art{padding:0}.pool-art img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.portfolio-card:hover .pool-art img{transform:scale(1.035)}.image-caption{position:absolute;bottom:10px;left:12px;color:#fff;font-size:12px;padding:4px 7px;border-radius:4px;background:#122743bb}.portfolio-caption{padding:22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.portfolio-caption h3{font-size:18px;letter-spacing:-.025em;font-weight:550}.portfolio-caption p{font-size:14px;color:var(--muted);margin-top:7px;line-height:1.5}.portfolio-caption>.icon{color:#7195be;width:19px;height:19px}.contact-section{background:#f5f8ff;border-block:1px solid #e6ecf7;padding:85px 0}.contact-inner{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:70px}.contact-inner .eyebrow{margin-bottom:20px}.contact-inner h2{font-size:46px}.contact-inner h2 span{color:#4f719f}.contact-inner p:not(.eyebrow){font-size:16px;line-height:1.8;color:var(--muted);margin-top:22px}.contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.contact-email{display:flex;align-items:center;gap:32px;font-size:29px;letter-spacing:-.04em;border-bottom:1px solid #c7d7ed;padding-bottom:16px;width:100%}.contact-email .icon{margin-left:auto;color:#1878d8;width:27px;height:27px}.contact-email:hover{color:var(--blue)}.contact-phone{display:flex;align-items:center;gap:12px;font-size:20px;letter-spacing:-.02em}.contact-phone .icon{color:#7995b8;width:19px;height:19px}.contact-links>span{color:var(--muted);font-size:14px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:35px}.site-footer .wordmark{font-size:32px}.site-footer .brand-caption{font-size:12px}.site-footer p{color:#6e7c93;font-size:12px}.back-top{font-size:12px;display:flex;gap:15px;align-items:center}.back-top span{font-size:20px;color:#6185b1}.finding{position:absolute;border:3px solid white;background:#f5a220;color:#251500;border-radius:50%;width:44px;height:44px;font-size:12px;font-weight:650;box-shadow:0 0 0 6px #ffb63a45;z-index:4}.finding-one{top:46%;left:37%}.finding-two{top:64%;left:70%}.finding-detail{position:absolute;right:14px;top:55px;width:260px;max-width:calc(100% - 28px);padding:15px;background:#fff;border-radius:8px;box-shadow:0 10px 25px #10273e26;z-index:6;font-size:14px;line-height:1.6}.finding-detail strong,.finding-detail span{display:block}.finding-detail span{margin-top:6px;color:var(--muted)}
@media(min-width:1500px){.hero{padding-top:75px}.hero-intro h1{font-size:88px}.hero-glow{inset:140px -5% 0}.product-preview{margin-top:50px}}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.desktop-nav{gap:19px;margin-right:0}.nav-shell{gap:22px}.brand-caption{display:none}.product-preview{width:calc(100% - 80px)}.construct-section{gap:55px}.tours-section{gap:45px;padding:45px}.tours-copy h2{font-size:36px}.portfolio-art{height:210px}.warehouse-art strong{font-size:30px}.contact-inner{gap:50px}.contact-inner h2{font-size:39px}.contact-email{font-size:26px}.service-card{padding:26px 23px}.service-card h3{font-size:19px}}
@media(max-width:850px){.desktop-nav{display:none}.nav-contact{margin-left:auto}.menu-toggle{display:block}.nav-shell{height:76px}.brand-caption{display:block}.hero{padding-top:46px}h1{font-size:66px}.preview-sidebar{width:160px}.preview-toolbar{padding:17px 20px}.model-viewport{aspect-ratio:1.32}.preview-sidebar>p{font-size:10px}.preview-footer{padding:13px 20px}.preview-switch-hint{display:none}.section{padding-block:77px}.section-heading{gap:25px}.section-heading>p{max-width:260px;font-size:16px}.services-grid{grid-template-columns:1fr;gap:14px}.service-card{display:grid;grid-template-columns:54px 1fr;column-gap:22px;padding:26px}.service-top{grid-row:1/4;margin:0;align-self:start;display:block}.service-top>span{display:block;margin-top:18px}.service-card h3{font-size:23px}.service-card p{margin:10px 0 17px;max-width:530px}.service-card .text-link{grid-column:2}.capabilities{gap:30px;font-size:14px}.construct-section{grid-template-columns:1fr;gap:30px}.construct-intro>p:not(.eyebrow){max-width:570px}.feature-list{padding-top:0}.tours-section{grid-template-columns:1fr 1fr;gap:35px;padding:36px}.tours-copy h2{font-size:32px}.tours-copy .text-link{font-size:14px;gap:10px}.portfolio-grid{gap:15px}.portfolio-art{height:190px;padding:20px 15px}.pool-art{padding:0}.warehouse-art strong{font-size:25px}.prism-art strong{font-size:43px}.portfolio-caption{padding:18px 15px}.portfolio-caption h3{font-size:16px}.portfolio-caption>.icon{width:15px}.contact-inner{grid-template-columns:1fr;gap:40px}.contact-links{max-width:490px;width:100%}.contact-section{padding:65px 0}.contact-inner h2{font-size:44px}.contact-email{font-size:28px}.site-footer{flex-wrap:wrap;gap:20px}.site-footer p{order:3;width:100%;text-align:center}.comparison-bottom{flex-direction:column;gap:10px;align-items:center;text-align:center}.comparison-bottom p:last-child{text-align:center}.comparison{aspect-ratio:1.5}}
@media(max-width:600px){html{scroll-padding-top:85px}.wrap{width:calc(100% - 40px)}.nav-shell{height:70px;gap:12px}.wordmark{font-size:35px}.brand{gap:10px}.brand-caption{font-size:12px;padding-left:10px}.nav-contact{display:none}.hero{padding-top:38px}.eyebrow{font-size:12px;letter-spacing:.1em}.hero-intro .eyebrow{font-size:10px;gap:7px}h1{font-size:clamp(42px,11.5vw,65px);letter-spacing:-.055em;line-height:1.06;margin-top:21px}.hero-description{font-size:16px;line-height:1.7;margin-top:23px}.desktop-break{display:none}.button-row{gap:9px;margin-top:24px}.button{min-height:49px;padding-inline:19px;font-size:14px;gap:14px}.button-row .button-primary{padding-inline:17px}.button-row .icon{width:17px;height:17px}.product-preview{width:calc(100% - 28px);margin-top:35px;border-radius:12px;box-shadow:0 16px 40px #406eae1a}.preview-toolbar{padding:16px 14px}.preview-product strong{font-size:16px}.preview-product span{font-size:12px}.preview-product>.icon{width:30px;height:30px;padding:6px}.preview-status{display:none}.preview-body{display:flex;flex-direction:column;padding:8px;gap:8px}.preview-sidebar{width:100%;padding:0}.preview-sidebar>p,.sidebar-note{display:none}.preview-tabs{flex-direction:row;gap:5px}.preview-tabs button{flex:1;justify-content:center;gap:6px;padding:10px 5px;min-width:0;font-size:12px;white-space:nowrap}.preview-tabs .icon{width:16px;height:16px}.model-viewport{flex:auto;aspect-ratio:1.35;border-radius:7px}.viewport-chip{top:10px;left:10px;padding:7px 9px;font-size:12px}.viewport-caption{font-size:12px;line-height:1.5;bottom:8px;left:8px;right:8px;padding:9px 10px}.preview-footer{padding:11px 15px;font-size:12px;line-height:1.5;min-height:53px}.preview-disclaimer{font-size:12px;line-height:1.6;margin-top:14px}.capabilities{gap:10px 23px;flex-wrap:wrap;font-size:12px;line-height:1.5;padding:26px 0 30px;max-width:340px}.hero-glow{inset:130px -45% 20px}.section{padding-block:62px}h2{font-size:36px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:none;margin-top:20px;line-height:1.7}.section-heading .eyebrow,.center-heading .eyebrow{margin-bottom:15px}.services-grid{gap:12px}.service-card{padding:24px 21px;column-gap:17px;grid-template-columns:40px 1fr;border-radius:12px}.service-icon{width:35px;height:35px}.service-card h3{font-size:20px}.service-card p{font-size:16px;line-height:1.8}.service-card .text-link{font-size:14px;gap:10px}.mobile-break{display:block}.center-heading{margin-bottom:27px}.center-heading>p:last-child{font-size:16px;margin-top:17px}.comparison{aspect-ratio:1.1;border-radius:12px}.comparison>img,.comparison-photo img{object-position:center}.comparison-label{top:12px;font-size:12px;padding:8px 10px;border-radius:5px}.label-photo{left:10px}.label-bim{right:10px}.comparison-handle{width:47px;height:47px}.comparison-handle .icon{width:16px;height:16px}.comparison-bottom{gap:11px;margin-top:15px}.comparison-bottom p:first-child{align-items:flex-start}.construct-section{gap:29px}.product-name{margin-bottom:23px;font-size:18px}.construct-intro>p:not(.eyebrow){margin-top:19px}.feature-list summary{font-size:16px;gap:13px;padding-block:22px}.feature-content{padding-left:28px;padding-right:0}.tours-section{padding:30px 25px;grid-template-columns:1fr;gap:28px;border-radius:16px}.tours-copy h2{font-size:34px}.tours-copy .text-link{font-size:14px}.tours-uses>div:not(.tour-emblem){padding-block:20px}.tour-emblem{gap:15px;margin-bottom:22px}.tour-emblem>span{font-size:38px}.portfolio-grid{grid-template-columns:1fr;gap:22px}.portfolio-art{height:235px;padding:26px}.pool-art{padding:0}.warehouse-art strong{font-size:40px}.prism-art strong{font-size:65px}.portfolio-caption{padding:21px 23px}.portfolio-caption h3{font-size:20px}.portfolio-caption>.icon{width:21px;height:21px}.contact-section{padding:55px 0}.contact-inner{gap:35px}.contact-inner h2{font-size:36px}.contact-email{font-size:27px;gap:15px}.contact-phone{font-size:19px}.contact-links{gap:20px}.site-footer{padding-block:27px}.site-footer .brand-caption{display:none}.site-footer p{margin-top:4px}.finding-detail{font-size:12px;width:220px;padding:12px;top:50px}}
@media(max-width:370px){.button-row{flex-wrap:wrap}.button-row .button{flex:1 0 auto}.brand-caption{font-size:10px}.preview-tabs button{gap:4px;font-size:12px}.preview-tabs .icon{display:none}.contact-email{font-size:24px}.service-card{grid-template-columns:1fr}.service-top{grid-row:auto;display:flex;margin-bottom:20px}.service-top>span{margin:0}.service-card .text-link{grid-column:auto}.tours-section{padding:26px 20px}.tours-copy h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Bilingual content architecture */
.nav-actions{display:flex;align-items:center;gap:12px}.language-switch{display:grid;place-items:center;min-width:42px;min-height:42px;border:1px solid var(--line);border-radius:8px;font-size:13px;font-weight:700;color:#416183}.home-hero{position:relative;isolation:isolate;padding:86px 0 52px;overflow:hidden}.home-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:70px}.home-hero-copy h1,.product-hero h1{font-size:clamp(48px,5vw,76px);margin:22px 0 26px;max-width:760px}.home-hero-copy>p:not(.eyebrow),.product-hero-grid>div:first-child>p:not(.eyebrow){font-size:18px;line-height:1.75;color:var(--muted);max-width:650px}.button-row.left{justify-content:flex-start}.hero-visual,.product-hero-art{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 25px 70px #315f911f;border:1px solid #fff}.hero-visual img,.product-hero-art img{width:100%;aspect-ratio:1.28;object-fit:cover}.hero-visual-label{position:absolute;left:18px;right:18px;bottom:18px;padding:15px 17px;border-radius:10px;background:#fffffff0;backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-visual-label strong{font-size:16px}.hero-visual-label span{font-size:12px;color:var(--muted)}.twin-section .section-heading{align-items:flex-start}.twin-section .section-heading>div{max-width:610px}.twin-section .section-heading>p{max-width:500px;font-size:17px}.twin-points{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line)}.twin-points>div{padding:28px 24px;border-right:1px solid var(--line)}.twin-points>div:last-child{border-right:0}.twin-points span,.problem-index,.product-problem>span,.capability-grid article>span,.usecase-copy>span{font-size:12px;color:#7d91ac}.twin-points p{font-size:16px;line-height:1.55;margin-top:13px}.problems-section{background:#f6f9ff}.problems-section .section-heading>div{max-width:650px}.problems-section .section-heading>p{max-width:370px}.problem-list{border-top:1px solid #dfe7f3}.problem-card{display:grid;grid-template-columns:48px 1fr 1fr;gap:30px;padding:30px 0;border-bottom:1px solid #dfe7f3}.problem-card h3{font-size:20px;letter-spacing:-.025em;margin-bottom:10px}.problem-card p{font-size:15px;line-height:1.7;color:var(--muted)}.solution-copy{padding-left:30px;border-left:1px solid #dfe7f3}.solution-copy>span{display:inline-flex;color:#0d71d5;background:#e8f3ff;border-radius:5px;padding:6px 9px;font-size:12px;font-weight:700;margin-bottom:10px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.product-card{min-height:275px;border:1px solid var(--line);border-radius:16px;padding:30px;background:linear-gradient(140deg,#fff,#f8fbff);display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,border-color .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);border-color:#a8cff9;box-shadow:0 18px 40px #2d537411}.product-card.featured{background:linear-gradient(135deg,#0e244a,#12467b);color:white;border:0}.product-card.featured p,.product-card.featured .product-kicker{color:#c7d9f0}.product-card.featured .text-link{color:#8ed5ff}.product-kicker{display:block;font-size:12px;color:#6a819e;margin-bottom:17px}.product-card h3{font-size:30px;letter-spacing:-.045em}.product-card p{font-size:16px;line-height:1.7;color:var(--muted);margin-top:13px;max-width:510px}.services-band,.capability-section{background:linear-gradient(180deg,#f8faff,#f2f7fd)}.simple-services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.simple-service{border-top:1px solid #cbd9ea;padding:24px 20px 0 0}.simple-service>span{font-size:12px;color:#7c91ad}.simple-service h3{font-size:21px;margin-top:22px}.simple-service p{font-size:16px;line-height:1.7;color:var(--muted);margin-top:12px}
.product-hero{padding:80px 0 70px;background:radial-gradient(circle at 75% 40%,#dcebff,transparent 35%),linear-gradient(180deg,#fbfdff,#f6f9ff)}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.product-hero-grid>div:first-child>.button{margin-top:31px}.product-hero-art img{aspect-ratio:1.2}.product-hero-art>span,.usecase-image>span{position:absolute;left:14px;bottom:14px;padding:5px 8px;background:#0b1e39b3;color:white;border-radius:5px;font-size:12px}.product-problems{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.product-problem{display:grid;grid-template-columns:35px 1fr;gap:14px;padding:27px;border:1px solid var(--line);border-radius:13px}.product-problem h3{font-size:19px;line-height:1.4;letter-spacing:-.02em}.product-problem p{font-size:16px;line-height:1.75;color:var(--muted);margin-top:11px}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dce6f2;border:1px solid #dce6f2}.capability-grid article{background:#fff;padding:28px 25px;min-height:220px}.capability-grid h3{font-size:19px;margin-top:29px}.capability-grid p{font-size:15px;line-height:1.75;color:var(--muted);margin-top:12px}.usecase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.usecase-card{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:white}.usecase-image{position:relative;overflow:hidden}.usecase-image img{width:100%;aspect-ratio:1.55;object-fit:cover;transition:transform .5s}.usecase-card:hover .usecase-image img{transform:scale(1.025)}.usecase-copy{position:relative;padding:26px 27px 29px}.usecase-copy>span{position:absolute;right:25px;top:28px}.usecase-copy h3{font-size:21px;max-width:85%;letter-spacing:-.025em}.usecase-copy p{font-size:16px;line-height:1.75;color:var(--muted);margin-top:13px}.other-products{border-top:1px solid var(--line)}.other-products>.eyebrow{margin-bottom:22px}.other-products>div{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.other-products a{position:relative;border:1px solid var(--line);border-radius:12px;padding:24px;min-height:140px}.other-products a>span{font-size:12px;color:var(--muted)}.other-products h3{font-size:21px;margin-top:20px}.other-products .icon{position:absolute;right:20px;bottom:20px;color:var(--blue)}
@media(max-width:1000px){.home-hero-grid,.product-hero-grid{gap:35px}.home-hero-copy h1,.product-hero h1{font-size:54px}.twin-points{grid-template-columns:repeat(2,1fr)}.twin-points>div:nth-child(2){border-right:0}.twin-points>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.capability-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.nav-actions{margin-left:auto}.language-switch{min-width:44px}.home-hero{padding-top:55px}.home-hero-grid,.product-hero-grid{grid-template-columns:1fr}.home-hero-copy{text-align:center}.home-hero-copy>p:not(.eyebrow){margin-inline:auto}.button-row.left{justify-content:center}.hero-visual{max-width:700px;margin:auto}.problem-card{grid-template-columns:40px 1fr}.solution-copy{grid-column:2;border-left:0;padding:0}.product-hero-grid>div:first-child{text-align:center}.product-hero-grid>div:first-child>p{margin-inline:auto}.product-hero-art{max-width:700px;margin:auto}.product-hero{padding-top:55px}.other-products>div{grid-template-columns:1fr}}
@media(max-width:600px){.nav-actions .nav-contact{display:none}.language-switch{font-size:12px}.home-hero-copy h1,.product-hero h1{font-size:43px}.home-hero-copy>p:not(.eyebrow),.product-hero-grid>div:first-child>p:not(.eyebrow){font-size:16px}.hero-visual-label{display:block}.hero-visual-label span{display:block;margin-top:5px}.twin-section .section-heading>p{font-size:16px}.twin-points{grid-template-columns:1fr}.twin-points>div{border-right:0;border-bottom:1px solid var(--line)!important;padding:21px 8px}.twin-points>div:last-child{border-bottom:0!important}.problem-card{grid-template-columns:30px 1fr;gap:13px}.problem-card h3{font-size:18px}.problem-card p{font-size:16px}.product-grid,.product-problems,.usecase-grid{grid-template-columns:1fr}.product-card{min-height:245px;padding:25px}.product-card h3{font-size:26px}.simple-services{grid-template-columns:1fr}.simple-service{padding-bottom:12px}.product-hero{padding-bottom:48px}.product-hero-art img{aspect-ratio:1.1}.capability-grid{grid-template-columns:1fr}.capability-grid article{min-height:0}.usecase-image img{aspect-ratio:1.35}.usecase-copy{padding:23px}.usecase-copy h3{font-size:19px}.other-products.section{padding-top:45px}.other-products a{min-height:125px}}

/* Visual system aligned with the iViZ Construct BMS + BIM presentation */
:root{--ink:#061a3a;--muted:#52647a;--blue:#00bcd0;--cyan:#00c7d8;--line:#dce9ee;--surface:#f4fafc;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}.site-header{border-top:6px solid #183b4a;background:rgba(255,255,255,.96)}.wordmark{font-weight:700}.brand-dot{color:var(--cyan)}.desktop-nav a,.button,.language-switch{font-weight:600}.language-switch{border-color:#c8dbe3;color:#284863}.button-primary{background:linear-gradient(100deg,#00aeca,#00cbd3);box-shadow:0 8px 20px #00aabd2e}.button-primary:hover{box-shadow:0 11px 27px #00aabd42}.button-outline{border-color:#aacbd8}.eyebrow{position:relative;display:inline-flex;align-items:center;gap:12px;color:#365b70;font-size:11px;font-weight:700;letter-spacing:.18em}.eyebrow:after{content:"";display:inline-block;width:34px;height:2px;background:var(--cyan)}h1,h2,h3{color:var(--ink)}h1,.home-hero-copy h1,.product-hero h1{font-weight:760;letter-spacing:-.055em}.home-hero-copy h1 span,.product-hero h1 span,.contact-inner h2 span{color:var(--cyan)}h2{font-weight:750}.home-hero{padding:72px 0 58px;background:linear-gradient(145deg,#fff 0 61%,#edf8fb 61% 70%,#fff 70%)}.home-hero:before,.product-hero:before{content:"";position:absolute;pointer-events:none;inset:0;background:linear-gradient(120deg,transparent 72%,#ddf3f755 72% 78%,transparent 78%)}.home-hero-grid{grid-template-columns:1.12fr .88fr;gap:58px}.home-hero-copy{position:relative;z-index:1}.home-hero-copy>p:not(.eyebrow){max-width:600px}.hero-glow{opacity:.45}.hero-visual.compact-comparison{width:100%;max-width:570px;justify-self:end;border-radius:15px;padding:10px;background:#fff;box-shadow:0 20px 55px #174e6324}.hero-comparison{width:100%;aspect-ratio:1.52;border-radius:10px}.hero-visual .hero-comparison>img,.hero-visual .hero-comparison .comparison-photo img{aspect-ratio:auto}.hero-comparison .comparison-label{top:12px;padding:7px 10px;font-size:11px}.hero-comparison .label-photo{left:12px}.hero-comparison .label-bim{right:12px}.hero-comparison .comparison-handle{width:46px;height:46px}.hero-comparison-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 7px 2px;font-size:11px;color:#658092}.hero-comparison-footer strong{color:var(--ink);font-size:13px}.section-heading h2{max-width:740px}.twin-section,.products-section{position:relative}.twin-points>div{border-color:#d5e7eb}.twin-points span,.problem-index,.product-problem>span,.capability-grid article>span,.usecase-copy>span{color:#1ba4b5}.problems-section,.services-band,.capability-section{background:linear-gradient(145deg,#f7fbfc,#eef8fa)}.problem-card{border-color:#d4e5ea}.solution-copy{border-color:#cce1e6}.solution-copy>span{color:#056e7b;background:#dff7f8}.product-card{border-color:#d8e8ec;background:linear-gradient(145deg,#fff,#f3fafb)}.product-card.featured{background:linear-gradient(135deg,#061a3a,#0a4961)}.product-card.featured .text-link{color:#53e4ed}.text-link,.portfolio-caption>.icon,.other-products .icon{color:#009eb1}.product-hero{position:relative;background:linear-gradient(145deg,#fff 0 64%,#e9f7fa 64% 74%,#fff 74%)}.product-hero-art,.hero-visual{border:1px solid #d9e9ed}.product-hero-art>span,.usecase-image>span{background:#05213ccc}.capability-grid{background:#d4e7eb;border-color:#d4e7eb}.capability-grid article{background:#fbfefe}.contact-section{background:linear-gradient(135deg,#f5fbfc,#e8f6f8);border-color:#d2e5e9}.contact-email .icon{color:var(--cyan)}
@media(max-width:1000px){.home-hero-grid{grid-template-columns:1fr 1fr;gap:34px}.hero-visual.compact-comparison{max-width:520px}}
@media(max-width:850px){.home-hero-grid{grid-template-columns:1fr}.hero-visual.compact-comparison{justify-self:center;max-width:650px}.home-hero{background:linear-gradient(165deg,#fff 0 70%,#edf8fb 70% 78%,#fff 78%)}}
@media(max-width:600px){.site-header{border-top-width:4px}.home-hero{padding-top:46px}.hero-visual.compact-comparison{padding:7px;border-radius:12px}.hero-comparison{aspect-ratio:1.25}.hero-comparison .comparison-label{font-size:10px}.hero-comparison-footer{font-size:10px}.hero-comparison-footer strong{font-size:12px}.eyebrow{font-size:10px}.eyebrow:after{width:22px}.home-hero-copy h1,.product-hero h1{font-size:42px}}

.verification-callout{margin-top:48px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;padding:42px;border:1px solid #cfe4e9;border-radius:18px;background:linear-gradient(135deg,#061a3a 0 56%,#0a4155 56% 100%);box-shadow:0 24px 55px #173e4e1a;overflow:hidden;position:relative}.verification-callout:after{content:"";position:absolute;inset:-70% -10% auto 48%;height:240px;transform:rotate(-9deg);background:linear-gradient(90deg,transparent,#29dae52b,transparent);pointer-events:none}.verification-copy{position:relative;z-index:1}.verification-callout .eyebrow{color:#8adfe6}.verification-callout h3{margin-top:18px;color:#fff;font-size:clamp(29px,3vw,42px);line-height:1.12;letter-spacing:-.045em}.verification-copy>p:not(.eyebrow){margin-top:19px;max-width:590px;color:#c8dbe4;font-size:16px;line-height:1.75}.verification-callout .text-link{margin-top:24px;color:#5ee7ee}.verification-visual{position:relative;z-index:1;border:1px solid #ffffff29;border-radius:14px;background:#ffffff0c;padding:28px 25px 22px}.stage-track{display:grid;grid-template-columns:repeat(4,1fr);position:relative;gap:10px}.stage-track:before{content:"";position:absolute;left:7%;right:7%;top:17px;height:2px;background:#ffffff26}.stage-track:after{content:"";position:absolute;left:7%;width:57%;top:17px;height:2px;background:#26dce5}.stage{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;color:#97aeb9}.stage>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;border:1px solid #ffffff3d;background:#103b50;color:#b4c7cf;font-size:11px}.stage.complete>span{border-color:#4ce8ee;background:#00aab8;color:#fff;box-shadow:0 0 0 5px #15d6df15}.stage strong{color:#d9e7ec;font-size:12px;line-height:1.35;font-weight:600}.stage.complete strong{color:#fff}.verification-visual>p{margin-top:24px;padding-top:18px;border-top:1px solid #ffffff20;color:#9db2bd;font-size:12px;line-height:1.6}
@media(max-width:900px){.verification-callout{grid-template-columns:1fr;gap:32px;padding:36px}}
@media(max-width:600px){.verification-callout{margin-top:34px;padding:27px 22px;border-radius:14px}.verification-callout h3{font-size:29px}.verification-copy>p:not(.eyebrow){font-size:16px}.verification-visual{padding:22px 13px 18px}.stage-track{gap:3px}.stage strong{font-size:10px}.stage>span{width:31px;height:31px}.stage-track:before,.stage-track:after{top:15px}.verification-visual>p{font-size:12px}}

.usecase-image:has(.defect-marker) img,.usecase-card:hover .usecase-image:has(.defect-marker) img{transform:none}.defect-marker{position:absolute;z-index:5;left:60%;top:51%;transform:translate(-50%,-50%);display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #7cfcff;border-radius:50%;background:#00c7d8;color:#05213c;font-size:24px;font-weight:800;box-shadow:0 0 0 7px #00dbe838,0 5px 20px #002b3e66;transition:transform .2s,box-shadow .2s}.defect-marker:before{content:"";position:absolute;inset:-9px;border:1px solid #67f8ff;border-radius:50%;animation:defect-pulse 2.2s ease-out infinite}.defect-marker:hover,.defect-marker[aria-expanded="true"]{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 0 0 10px #00dbe842,0 7px 24px #002b3e80}.defect-marker:focus-visible{outline:3px solid #fff;outline-offset:4px}.defect-popover{position:absolute;z-index:6;right:calc(40% + 34px);top:calc(51% - 24px);width:min(260px,45%);padding:17px 18px 16px;border:1px solid #aefaff;border-radius:11px;background:#061a3aee;color:#fff;backdrop-filter:blur(12px);box-shadow:0 15px 35px #03172970}.defect-popover[hidden]{display:none}.defect-popover:before{content:"";position:absolute;right:-8px;top:27px;width:14px;height:14px;transform:rotate(45deg);background:#09213eee;border-right:1px solid #aefaff;border-top:1px solid #aefaff}.defect-type{display:block!important;position:static!important;padding:0!important;background:none!important;color:#55edf3!important;font-size:10px!important;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.defect-popover strong{display:block;margin-top:8px;padding-right:20px;font-size:15px;line-height:1.35}.defect-popover p{margin-top:8px;color:#d4e5eb;font-size:12px;line-height:1.55}.defect-popover small{display:block;margin-top:11px;color:#80dce2;font-size:10px}.defect-close{position:absolute;right:8px;top:7px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;background:transparent;color:#b9d5de;font-size:23px;line-height:1}.defect-close:hover{color:#fff}@keyframes defect-pulse{0%{opacity:.9;transform:scale(.78)}70%,100%{opacity:0;transform:scale(1.35)}}
.defect-marker.electrical{left:67%;top:47%}.defect-popover.electrical{right:calc(33% + 34px);top:calc(47% - 24px)}
@media(max-width:720px){.defect-marker{left:61%;top:49%;width:40px;height:40px}.defect-marker.electrical{left:67%;top:47%}.defect-popover,.defect-popover.electrical{left:12px;right:12px;top:auto;bottom:12px;width:auto}.defect-popover:before{display:none}.usecase-card:hover .usecase-image:has(.defect-marker[aria-expanded="true"]) img{transform:none}}
@media(prefers-reduced-motion:reduce){.defect-marker:before{animation:none}}
