@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;650;700;800&display=swap');
:root{--ink:#17191a;--muted:#737879;--paper:#f6f7f5;--lime:#d5fa37;--line:#dfe2dc}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #699600;outline-offset:5px}header{height:88px;display:flex;align-items:center;gap:32px;padding:0 4.5%;background:#f6f7f5ed;backdrop-filter:blur(20px);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.logo{font-size:36px;font-weight:800;letter-spacing:-3px;font-style:italic;line-height:1}.logo span{font:12px Arial;vertical-align:top;margin-left:4px;letter-spacing:0}nav{display:flex;gap:28px;margin:auto;font-size:14px;font-weight:600}nav a:hover,.text-link:hover{color:#638600}.header-contact{font-size:14px}.cart-icon{border:0;background:none;font-size:13px}.cart-icon span{display:inline-grid;place-items:center;background:var(--ink);color:white;width:21px;height:21px;border-radius:50%;margin-left:4px}.menu-toggle{display:none}.hero{min-height:calc(100svh - 88px);position:relative;padding:29px 4.5% 0;overflow:hidden;background:radial-gradient(ellipse at 70% 57%,#e7eae2,transparent 52%)}.hero-top,.hero-bottom{display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.6px;position:relative;z-index:2}.eyebrow:before{content:'';display:inline-block;width:7px;height:7px;background:#7b961e;margin-right:9px;border-radius:50%}.hero-copy{position:relative;z-index:3;padding-top:7vh;width:52%;pointer-events:none}.hero-copy a{pointer-events:auto}.overline{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 24px}.hero h1{font-size:clamp(64px,7.5vw,122px);letter-spacing:-.07em;line-height:.99;font-weight:650;margin:0 0 30px}.hero h1 em{font-style:normal;color:#7e8580}.lead{color:#6b706c;font-size:16px;line-height:1.7}.actions{display:flex;align-items:center;gap:30px;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;border:0;border-radius:4px;padding:16px 24px;font-size:14px;font-weight:700;background:var(--ink);color:#fff}.button.lime{background:var(--lime);color:var(--ink)}.button.light{background:#fff;color:var(--ink)}.text-link{font-size:14px;font-weight:600}.hero-product{position:absolute;right:3%;width:52%;top:17%;perspective:900px}.hero-product img{width:87%;height:auto;position:relative;display:block;margin:3% auto 0;mix-blend-mode:multiply;filter:drop-shadow(12px 28px 16px #41473323);will-change:transform}.outline-word{position:absolute;top:-11%;left:8%;font-size:clamp(70px,12vw,190px);letter-spacing:-10px;font-weight:800;color:transparent;-webkit-text-stroke:1px #ced3c8;white-space:nowrap}.product-caption{margin:12px 6% 0;display:flex;align-items:center;gap:20px;border-top:1px solid #cdd2c8;padding-top:20px}.product-caption>span:first-child{font-size:22px;font-weight:700}.product-caption>span:nth-child(2){font-size:12px;line-height:1.5;color:var(--muted)}.product-caption a{margin-left:auto;border:1px solid #bcc2b6;width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.hero-bottom{padding:24px 0;margin-top:9vh;border-top:1px solid var(--line);font-size:11px;letter-spacing:0}.section{padding:110px 7%;}.section h2,.page-title{font-size:clamp(38px,4.4vw,68px);line-height:1.1;letter-spacing:-.055em;font-weight:600;margin:0 0 50px}.section h2 span{color:#8b918b}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.three article{border-top:1px solid #cbd1c6;padding-top:25px}.three b{color:#798176;font-size:13px}.three h3{font-size:22px;line-height:1.3;letter-spacing:-.6px;margin-top:36px}.three p{color:var(--muted)}footer{padding:50px 7%;border-top:1px solid var(--line)}dialog{border:0;border-radius:16px;padding:40px;max-width:850px;width:calc(100% - 32px);max-height:90svh;box-shadow:0 30px 120px #0005}dialog::backdrop{background:#10150bc9;backdrop-filter:blur(7px)}.close{position:sticky;float:right;top:0;border:0;border-radius:50%;font-size:28px;background:#eef0eb;width:40px;height:40px;z-index:2}.skip{position:fixed;top:-100px;background:white;padding:15px;z-index:100}.skip:focus{top:0}#toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:12px 24px;border-radius:5px;z-index:50;display:none}.menu-toggle{border:0;background:none;font-size:24px}@media(min-width:1600px){.hero-copy{padding-top:10vh}.hero-product{width:48%;top:20%}}@media(max-width:1100px){nav{gap:15px}.header-contact{display:none}header{gap:20px}.hero-copy{width:55%}.hero-product{top:24%}.actions{gap:15px}}@media(max-width:760px){header{height:70px;padding:0 6%}.logo{font-size:32px}nav{display:none;position:absolute;top:70px;left:0;right:0;background:var(--paper);padding:25px;flex-direction:column;gap:20px;border-bottom:1px solid var(--line)}nav.open{display:flex}.menu-toggle{display:block}.cart-icon{margin-left:auto}.hero{min-height:auto;padding:24px 6% 0}.edition{display:none}.hero-copy{padding-top:40px;width:100%}.hero h1{font-size:72px;max-width:450px}.hero-copy .overline{font-size:10px}.hero-product{position:relative;width:100%;right:auto;top:auto;margin-top:45px}.hero-product img{width:85%;max-width:480px}.outline-word{font-size:26vw;top:-9%;left:8%;letter-spacing:-5px}.hero-bottom{margin-top:40px;gap:20px}.hero-bottom>span:nth-child(2){display:none}.actions{flex-wrap:wrap}.section{padding:75px 6%}.three{grid-template-columns:1fr;gap:24px}.three h3{margin-top:20px}.three p{margin-bottom:5px}.section h2{margin-bottom:35px}dialog{padding:24px}footer{padding:40px 6%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;transform:none!important}}

.page-intro{padding:75px 7% 45px}.page-title{margin-bottom:24px}.intro-text{font-size:20px;color:var(--muted);max-width:720px}.compact{padding-top:40px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:30px}.lineup{background:#eceee9}.lineup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lineup-grid>a{background:#f7f8f5;padding:28px;transition:transform .4s}.lineup-grid>a:hover{transform:translateY(-8px)}.lineup-grid>a>span{font-size:11px;letter-spacing:1px;color:var(--muted)}.lineup-grid img{width:100%;height:270px;object-fit:contain;mix-blend-mode:multiply;margin:30px 0}.lineup-grid h3{font-size:18px;line-height:1.4}.lineup-grid b{float:right}.lineup-grid p{font-size:14px;color:var(--muted)}.dark{background:#171c19;color:#f7f8f6}.accent{color:var(--lime)}.wide-copy{max-width:670px;font-size:20px;color:#a6b0a6;margin-bottom:60px}.dashboard{border:1px solid #465045;background:#212822;border-radius:14px;margin:40px 0;box-shadow:0 40px 80px #0002;overflow:hidden}.dash-top{display:flex;justify-content:space-between;padding:25px 30px;border-bottom:1px solid #40483f;align-items:center}.dash-top strong{font-size:23px;font-style:italic}.dash-top strong span{font-size:12px;font-weight:400;letter-spacing:3px;font-style:normal;margin-left:8px}.demo-label{font-size:10px;letter-spacing:1px;color:#c1caba}.dash-body{display:grid;grid-template-columns:195px 1fr}.dash-body aside{border-right:1px solid #40483f;padding:25px 16px;font-size:12px;display:flex;flex-direction:column;gap:12px;color:#a9b3a5}.dash-body aside span{padding:12px}.dash-active{background:#343f2d;border-radius:5px;color:#dcf69a}.dash-content{padding:30px}.dash-controls{display:flex;justify-content:space-between;align-items:center;gap:20px}.dash-controls h3{font-size:21px;margin:0}.dash-controls label{font-size:11px;max-width:250px}.dash-controls select{color:#e6eee0;border-color:#555f4f;background:#2e382a;font-size:12px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:25px 0}.metrics strong{display:block;font-size:34px;letter-spacing:-1px}.metrics span{font-size:11px;color:#aab5a5}.floorplan{background:#19211c;border-radius:6px;padding:15px}.floorplan svg{width:100%;display:block}.floorplan>span{font-size:10px;color:#96a18e}.route{animation:dash 15s linear infinite}.robot-row{display:flex;justify-content:space-between;font-size:12px;padding-top:20px;color:#b4c2ac}.two{display:grid;grid-template-columns:1fr 1fr;gap:70px}.two article{border-top:1px solid #bfc8b4;padding-top:20px}.large-number{font-size:56px;letter-spacing:-3px;color:#8d9b78}.two h3{font-size:30px;letter-spacing:-1px}.two p{color:var(--muted)}.rental-teaser{background:#e7eedc}.note{font-size:12px;line-height:1.7;color:var(--muted)}.rental-teaser>.note{margin-top:45px}.factory{margin:0 0 30px}.factory img{width:100%;height:clamp(320px,55vw,680px);object-fit:cover;display:block}.factory figcaption{font-size:12px;color:#6d7569;padding:15px 0}.page-intro+.factory figcaption{padding:15px 7%}.cta{background:#1b211c;color:#fff;padding:80px 7%;display:flex;justify-content:space-between;align-items:center;gap:40px}.cta h2{font-size:clamp(36px,4vw,60px);line-height:1.15;letter-spacing:-2px;margin:0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}.footer-grid h4{font-size:12px;color:var(--muted);font-weight:500}.footer-grid a:not(.logo){display:block;font-size:14px;margin:10px 0}.footer-bottom{margin-top:50px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;font-size:11px;color:var(--muted)}.catalog{padding:0 7% 90px}.catalog-toolbar{display:flex;align-items:end;gap:20px;padding-bottom:30px;border-bottom:1px solid var(--line)}label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:500}input,select,textarea{width:100%;background:#fff;border:1px solid #cdd3c7;border-radius:5px;padding:13px;color:var(--ink);min-height:48px}textarea{resize:vertical;min-height:110px}.search-label{flex:1}.catalog-toolbar label:nth-child(2){width:225px}.catalog-toolbar .button{min-height:50px}.catalog-layout{display:grid;grid-template-columns:210px 1fr;gap:38px;padding-top:35px}#filters{display:flex;flex-direction:column;align-items:stretch;gap:6px}#filters button{text-align:left;border:0;background:transparent;padding:15px;border-radius:5px;font-size:13px;display:flex;justify-content:space-between;gap:12px}#filters button[aria-pressed=true]{background:var(--ink);color:white}#filters button span{opacity:.6}.results-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.mode-switch{display:flex;background:#e6e9e1;padding:4px;border-radius:6px}.mode-switch button{padding:8px 15px;background:none;border:0;border-radius:4px;font-size:13px}.mode-switch button[aria-pressed=true]{background:white;box-shadow:0 2px 4px #0001}#results{font-size:13px;color:var(--muted)}#product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:#fff;border:1px solid #e1e5dc;padding:23px;border-radius:8px;display:flex;flex-direction:column;min-width:0}.product-card .product-image{background:none;border:0;display:block;width:100%;padding:0}.product-card img{width:100%;height:205px;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s}.product-card .product-image:hover img{transform:scale(1.06) rotate(-2deg)}.product-card .category{font-size:10px;letter-spacing:.6px;color:var(--muted);min-height:28px}.product-card h2{font-size:24px;letter-spacing:-1px;margin:14px 0 0}.product-card p{font-size:12px;color:var(--muted);margin:5px 0 16px}.product-card dl{margin:0 0 20px;font-size:11px;color:#66715e}.product-card dl div{padding:6px 0;border-bottom:1px solid #edf0e8}.product-card .price{font-size:18px;font-weight:700;margin-top:auto}.product-card .tax{font-size:10px;color:var(--muted);margin-bottom:15px}.product-card .button{padding:12px 15px;gap:10px;font-size:12px;width:100%}.card-bottom{display:flex;gap:10px}.detail-link{border:1px solid #d8dfcf;background:none;border-radius:4px;padding:8px 13px}.empty{grid-column:1/-1;padding:60px;text-align:center;background:white}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:35px}.detail-layout img{width:100%;height:300px;object-fit:contain}.detail-layout h2{font-size:36px;margin:10px 0}.detail-layout .price{font-size:26px;margin:18px 0}.specs{margin-top:30px;width:100%;border-collapse:collapse;font-size:13px}.specs td{border-bottom:1px solid var(--line);padding:10px}.specs td:first-child{color:var(--muted)}.cart-row{display:grid;grid-template-columns:60px 1fr auto;gap:18px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}.cart-row img{width:60px;height:65px;object-fit:contain}.cart-row h3{margin:0;font-size:17px}.cart-row p{font-size:12px;margin:5px 0}.qty{display:flex;align-items:center;gap:10px}.qty button{border:1px solid var(--line);background:white;border-radius:4px;width:30px;height:30px}.remove{background:none;border:0;text-decoration:underline;font-size:12px;color:var(--muted)}.total{display:flex;justify-content:space-between;font-size:22px;font-weight:700;margin:25px 0}.order-form{display:grid;gap:18px}.order-form h3{margin:0;font-size:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.check{flex-direction:row;align-items:start;font-size:12px;line-height:1.5}.check input{width:18px;min-height:18px;margin:3px 3px 0 0}.check a{text-decoration:underline}.prepared{background:#eef5e1;padding:24px;overflow-wrap:anywhere}.prepared pre{font:13px/1.6 Manrope,Arial;white-space:pre-wrap}.prepared .actions{gap:10px}.editorial-note{margin-top:70px;padding:30px;background:#e9eee2;border-left:3px solid #93aa6a}.editorial-note p{max-width:850px;color:#646d5d}.rental-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.rental-photo{background:#e9eee2;padding:50px;position:sticky;top:120px}.rental-photo img{width:100%;height:450px;object-fit:contain;mix-blend-mode:multiply}.rental-photo span{display:block;font-size:12px;color:var(--muted);margin-top:20px}.rental-layout h2{font-size:42px;margin-bottom:24px}#rent-calc{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}#rent-calc output{float:right}.calc-bar{margin:15px 0;font-size:13px}.calc-bar div{height:10px;background:#dce3d2;border-radius:3px;margin-top:8px}.calc-bar i{display:block;height:100%;background:#687e4e;border-radius:3px}.calc-bar:nth-child(2) i{background:#a8cf41}.faq{margin:60px 0}.faq details{border-top:1px solid var(--line);padding:23px 0}.faq summary{font-size:20px;cursor:pointer;font-weight:600}.faq p{max-width:800px;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px}.contact-big{display:block;font-size:clamp(22px,2.7vw,38px);line-height:1.5;letter-spacing:-1px;margin-bottom:12px}.reveal{opacity:0;transform:translateY(35px);transition:opacity .9s,transform .9s}.reveal.visible{opacity:1;transform:none}@keyframes dash{to{stroke-dashoffset:-200}}@media(max-width:1200px){#product-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:185px 1fr}.lineup-grid img{height:220px}.dash-body{grid-template-columns:155px 1fr}.rental-layout{gap:35px}.rental-photo{padding:25px}}@media(max-width:760px){.page-intro{padding:50px 6% 30px}.intro-text{font-size:17px}.section-heading{display:block}.section-heading>.text-link{display:block;margin-bottom:30px}.lineup-grid{grid-template-columns:1fr}.lineup-grid img{height:280px}.two,.rental-layout,.contact-layout{grid-template-columns:1fr;gap:40px}.dash-body{grid-template-columns:1fr}.dash-body aside{display:none}.dash-top{padding:18px;gap:15px}.dash-top strong{font-size:20px}.dash-top strong span{font-size:9px}.demo-label{font-size:8px;max-width:120px}.dash-content{padding:16px}.dash-controls{display:block}.dash-controls label{margin-top:18px;max-width:none}.metrics{gap:10px}.metrics strong{font-size:26px}.metrics span{font-size:10px}.robot-row{font-size:10px;gap:10px}.wide-copy{font-size:17px}.factory img{height:340px}.cta{padding:60px 6%;display:block}.cta .button{margin-top:35px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-bottom{display:block}.footer-bottom>span{display:block;margin-bottom:15px}.catalog{padding:0 6% 60px}.catalog-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:15px}.search-label{grid-column:1/-1}.catalog-toolbar label:nth-child(2){width:auto}.catalog-toolbar .button{font-size:12px;padding:14px}.catalog-layout{grid-template-columns:1fr;gap:20px}#filters{flex-direction:row;overflow-x:auto;padding-bottom:12px}#filters button{white-space:nowrap;font-size:12px}#product-grid{gap:12px}.product-card{padding:15px}.product-card img{height:155px}.product-card h2{font-size:20px}.product-card dl{font-size:10px}.product-card .price{font-size:16px}.card-bottom{flex-wrap:wrap}.card-bottom .detail-link{width:100%;font-size:11px}.product-card .category{font-size:9px}.detail-layout{grid-template-columns:1fr;gap:15px}.detail-layout img{height:230px}.form-row{grid-template-columns:1fr}.rental-photo{position:static}.rental-photo img{height:300px}.rental-layout h2{font-size:36px}.editorial-note{padding:22px}.cart-row{grid-template-columns:45px 1fr;gap:12px}.cart-row>div:last-child{grid-column:2}.cart-row img{width:45px}.total{font-size:18px}}@media(max-width:370px){#product-grid{grid-template-columns:1fr}.hero h1{font-size:62px}.hero-copy .text-link{font-size:12px}}


.hero-product{mix-blend-mode:multiply}.hero-product img{filter:none}.hero h1{font-size:clamp(64px,7.1vw,112px)}.hero-product{top:18%;width:49%}.hero-bottom{margin-top:7vh}.hero-copy{padding-top:5vh}.product-card p,.product-card dl,.product-card .button,.detail-link,#filters button,label,.specs,.mode-switch button{font-size:14px}.product-card .tax,.product-card .category{font-size:12px}.product-card{padding:20px}.card-bottom{flex-wrap:wrap}.detail-link{width:100%}.product-card dl div{line-height:1.5}.lineup-grid>a>span,.overline,.hero-top,.hero-bottom{font-size:12px}.dash-body aside,.metrics span,.robot-row,.floorplan>span,.demo-label{font-size:12px}.dash-controls label,.dash-controls select{font-size:14px}.product-card h2{overflow-wrap:anywhere}nav a[aria-current=page]{text-decoration:underline;text-underline-offset:7px}@media(max-width:760px){.hero-product{width:100%;top:auto}.hero-copy{padding-top:40px}.hero h1{font-size:72px}.hero-bottom{margin-top:40px}#product-grid{grid-template-columns:1fr}.product-card img{height:240px}.product-card h2{font-size:26px}.card-bottom{flex-wrap:nowrap}.card-bottom .detail-link{width:auto}.demo-label{font-size:10px}.hero-top,.hero-bottom{font-size:11px}}

@media(min-width:761px){.hero-product{top:16%}.hero-product img{width:78%}.product-caption{margin-top:12px}}

@media(min-width:761px){.hero-bottom{margin-top:14vh}}

.dealer-button{background:var(--ink);color:white;padding:10px 17px;border-radius:4px;font-size:14px;white-space:nowrap}header nav{gap:22px}.catalog .results-top{margin-bottom:25px}.card-specs{padding:0;list-style:none;font-size:14px;color:var(--muted);margin:0 0 25px}.card-specs li{border-bottom:1px solid var(--line);padding:7px 0}.product-card>.button{margin-top:auto}.product-image{display:block}.partner-card{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;background:#e8eddc;padding:55px;border-radius:10px}.partner-wordmark{font-size:64px;font-weight:700;letter-spacing:-3px;line-height:1.3}.partner-wordmark span{display:block;font-size:16px;letter-spacing:0;margin:16px 0 30px;font-weight:600}.partner-card p{max-width:520px}.partner-links{display:flex;flex-direction:column;gap:16px;align-items:start}.partner-url{font-size:14px;overflow-wrap:anywhere}.partner-context{margin-top:25px;border:1px solid var(--line);padding:25px}.model-nav{position:sticky;top:88px;z-index:15;background:#f6f7f5ef;backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 4.5%;border-bottom:1px solid var(--line);font-size:14px}.model-nav>div{display:flex;gap:24px}.model-hero{display:grid;grid-template-columns:1fr 1fr;padding:60px 7% 50px;align-items:center;gap:30px;min-height:600px;background:radial-gradient(ellipse at 80% 50%,#e7ece1,transparent 60%)}.model-copy h1{font-size:clamp(52px,7vw,110px);letter-spacing:-.06em;line-height:1;margin:20px 0 30px;overflow-wrap:anywhere}.model-copy h2{font-size:clamp(28px,3vw,43px);line-height:1.15;letter-spacing:-1.5px;font-weight:500;max-width:500px}.model-copy>p:not(.overline){color:var(--muted);max-width:440px}.model-visual{position:relative;mix-blend-mode:multiply}.model-visual>span{position:absolute;top:-20px;left:5%;font-size:10vw;font-weight:800;letter-spacing:-.06em;color:transparent;-webkit-text-stroke:1px #ccd4c4;pointer-events:none}.zoom-image{background:none;border:0;cursor:zoom-in;padding:0;width:100%}.model-visual img{position:relative;width:100%;height:430px;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s}.model-visual button:hover img{transform:scale(1.04)}.model-visual>p{font-size:12px;color:var(--muted);text-align:center}.model-metrics{display:grid;grid-template-columns:repeat(3,1fr);padding:45px 7%;background:#1b211c;color:white;gap:30px}.model-metrics>div{border-left:1px solid #495044;padding-left:30px}.model-metrics strong{display:block;font-size:clamp(25px,3.5vw,50px);line-height:1.3;letter-spacing:-1px;color:var(--lime)}.model-metrics span{font-size:14px;color:#c0c8ba}.model-intro{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.feature-grid article{border-top:1px solid var(--line);padding-top:22px}.feature-index{display:block;font-size:12px;color:var(--muted);margin-bottom:28px}.feature-grid strong{display:block;font-size:36px;line-height:1.2;letter-spacing:-1.5px}.feature-grid h3{font-size:22px;line-height:1.3;letter-spacing:-.5px}.feature-grid p{font-size:16px;color:var(--muted)}.model-design{background:#e9eee3;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.model-design h2{margin-bottom:25px}.model-design p{max-width:490px}.model-design .note{margin:25px 0}.design-image{background:#f7f9f3;padding:40px;border-radius:12px}.design-image img{width:100%;height:400px;object-fit:contain;mix-blend-mode:multiply}.model-specs{width:100%;border-collapse:collapse;font-size:16px}.model-specs caption{text-align:left;font-size:14px;color:var(--muted);padding:0 0 25px}.model-specs th,.model-specs td{border-bottom:1px solid var(--line);padding:18px;text-align:left}.model-specs th{font-weight:500;color:var(--muted);width:60%}.model-specs tr:nth-child(odd){background:#eef1e9}.model-partner{padding:85px 7%;background:#1b211c;color:white;text-align:center}.model-partner h2{font-size:clamp(30px,4vw,60px);line-height:1.15;letter-spacing:-2px}.model-partner p:not(.overline){color:#b5c0ae;margin-bottom:30px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:30px}.related-grid a{display:block;padding:25px;background:#ecefe7}.related-grid img{height:200px;width:100%;object-fit:contain;mix-blend-mode:multiply}.related-grid p{color:var(--muted);font-size:14px}#image-viewer{max-width:1000px;text-align:center}#image-viewer>img{width:100%;max-height:70svh;object-fit:contain}#image-viewer p{font-size:14px;color:var(--muted)}#advantages,#design,#specification{scroll-margin-top:145px}@media(max-width:1100px){header nav{gap:14px;font-size:13px}.model-nav{font-size:12px}.model-hero{padding:45px 5%}.model-visual img{height:360px}.partner-card{gap:40px;padding:35px}}@media(max-width:760px){header .dealer-button{margin-left:auto;font-size:12px}.model-nav{top:70px;padding:13px 6%;flex-wrap:wrap;gap:12px}.model-nav>div{order:3;width:100%;justify-content:space-between;gap:12px}.model-hero{grid-template-columns:1fr;padding:35px 6%;gap:30px;min-height:0}.model-copy h1{font-size:clamp(42px,12vw,68px)}.model-copy h2{font-size:32px}.model-visual img{height:330px}.model-visual>span{font-size:25vw}.model-metrics{grid-template-columns:1fr;padding:35px 6%;gap:25px}.model-metrics strong{font-size:38px}.feature-grid{grid-template-columns:1fr}.model-design{grid-template-columns:1fr;gap:35px}.design-image{padding:20px}.design-image img{height:300px}.model-specs{font-size:14px}.model-specs th,.model-specs td{padding:14px 8px}.related-grid{grid-template-columns:1fr}.partner-card{grid-template-columns:1fr;gap:30px;padding:25px}.partner-wordmark{font-size:50px}.partner-links .button{font-size:13px;padding:15px;gap:15px}.model-partner{padding:60px 6%}#advantages,#design,#specification{scroll-margin-top:175px}}


/* VARI corporate direction — approved brand yellow and untouched master artwork. */
:root{--ink:#f2f2f0;--muted:#a0a29e;--paper:#101112;--lime:#ffd100;--line:#303234}
body{background:var(--paper);color:var(--ink)}header{background:#101112f2;border-color:#343638;height:88px}header nav{font-size:14px}.logo{display:inline-flex;background:#fff;padding:10px 13px;line-height:0;font-style:normal;border-radius:1px;letter-spacing:0;flex-shrink:0}.logo img{width:94px;height:auto;display:block}.logo-plate{display:inline-flex;background:#fff;padding:7px 9px}.logo-plate img{width:67px;height:auto}.connect-brand{display:flex;align-items:center;gap:15px}.connect-brand>span:last-child{font-size:12px;letter-spacing:3px}nav a:hover,.text-link:hover{color:var(--lime)}.dealer-button,.button{background:#f1f1ec;color:#101112}.button.lime{background:#ffd100;color:#101112}.button.light{background:#222;color:white}.button{border-radius:2px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-color:#ffd100}.section h2 span,.page-title span{color:#767a7b}.note{color:#a2a5a4}.three article{border-color:#404345}.three b{color:#b9bebb}.three p,.two p{color:#b0b4b0}.two article{border-color:#4a4d4a}.cta{background:#1a1c1d}.cta h2{font-size:clamp(30px,3.6vw,54px)}.cta p{color:#b0b4b0}.dark{background:#17191b}.accent{color:#ffd100}.dashboard{background:#1d2124;border-color:#404548}.dash-top{border-color:#41474a}.dash-body aside{border-color:#41474a}.dash-active{background:#44412b;color:#ffdd53}.dash-controls select{background:#292d30;color:white;border-color:#545b5f}.floorplan{background:#14191c}.metrics span,.robot-row{color:#adb7bb}.lineup,.rental-teaser{background:#16191b}.editorial-note{background:#222525;border-color:#ffd100}.editorial-note p{color:#bac0bd}.factory figcaption{color:#a3aaa8}.factory-hero{position:relative;min-height:calc(100svh - 88px);height:760px;max-height:1000px;overflow:hidden;background:#080c10}.aerial-backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:55% 50%;will-change:transform}.factory-shade{position:absolute;inset:0;background:linear-gradient(90deg,#060b11b8 0%,#070b1030 65%,#080c1010),linear-gradient(0deg,#0c0e12d9,transparent 20%,transparent 85%,#0b111624)}.hero-editorial{position:relative;z-index:2;padding:65px 6% 100px;max-width:850px}.hero-editorial .overline{font-size:12px;letter-spacing:2.3px;color:#d3d8de;margin-bottom:32px}.hero-editorial h1{font-size:clamp(64px,7.6vw,115px);line-height:.98;letter-spacing:-.065em;font-weight:500;margin:0 0 30px}.hero-editorial h1 span{color:#c0c6cb}.factory-intro{font-size:17px;color:#d0d4d8;line-height:1.65;margin-bottom:28px}.hero-editorial .button{padding:17px 22px}.factory-hero-bottom{position:absolute;bottom:0;left:6%;right:6%;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid #ffffff33;padding:18px 0;font-size:12px;color:#ced2d5}.factory-hero-bottom>span{letter-spacing:1.5px;white-space:nowrap}.factory-hero-bottom p{max-width:440px;font-size:12px;margin:0;color:#aeb7bc}.factory-hero-bottom a{white-space:nowrap}.brand-manifesto{padding-top:140px;padding-bottom:130px}.brand-manifesto h2{font-size:clamp(36px,4.8vw,73px)}.manifesto-bottom{display:flex;justify-content:space-between;align-items:end;gap:50px}.manifesto-bottom p{max-width:630px;font-size:20px;color:#a4a9ab;margin-bottom:0}.manifesto-bottom a{white-space:nowrap}.flagship-heading{text-align:center;padding:100px 6% 55px;background:#181a1c}.flagship-heading .overline{color:var(--lime)}.flagship-heading h2{font-size:clamp(48px,6vw,88px);line-height:1.04;font-weight:500;letter-spacing:-.055em;margin:0 0 25px}.flagship-heading h2 span{color:#7f8588}.flagship-heading>p:last-child{color:#b0b6ba;font-size:18px}.flagship-explore{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;padding:30px 7% 110px;background:#181a1c;align-items:center}.flagship-stage{position:relative;background:radial-gradient(ellipse at 50% 40%,#ffffff,#d4d7d4);border-radius:6px;color:#1b1e1f;min-width:0;padding:25px 25px 20px}.stage-label{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#51575a}.flagship-stage>img{width:100%;height:440px;object-fit:contain;mix-blend-mode:multiply;margin:20px 0}.flagship-stage>p{font-size:12px;line-height:1.5;color:#555c5d;margin:0;position:relative;z-index:2}.marker{position:absolute;border:1px solid #333;background:#fff;color:#111;border-radius:50%;width:40px;height:40px;font-size:12px;box-shadow:0 0 0 6px #fff6;transition:background .3s,transform .3s}.marker[aria-pressed=true]{background:#ffd100;transform:scale(1.12)}.m1{left:20%;top:72%}.m2{right:20%;top:30%}.m3{left:25%;top:44%}.m4{right:12%;top:65%}.system-tabs{display:flex;gap:6px;border-bottom:1px solid #464a4c;padding-bottom:15px;margin-bottom:36px;flex-wrap:wrap}.system-tabs button{background:none;border:0;color:#a5abae;padding:10px 9px;font-size:14px;cursor:pointer}.system-tabs button[aria-pressed=true]{color:#ffd100;background:#ffd1000d}.system-content .overline{color:#9ca5a9;margin:0 0 18px}.system-content h3{font-size:clamp(30px,3vw,46px);line-height:1.1;letter-spacing:-1.8px;font-weight:500;margin:0 0 24px}.system-content p{color:#a9b1b5;font-size:16px}.system-numbers{display:flex;gap:35px;padding:22px 0 25px}.system-numbers strong{color:white;font-size:45px;font-weight:500;letter-spacing:-2px;white-space:nowrap}.system-numbers strong span{font-size:16px;margin-left:6px;letter-spacing:0;color:#aeb6b9}.system-numbers p{font-size:12px;margin-top:4px}.system-content>a{display:inline-block;margin-top:10px;color:#ffd100}.applications-home{padding-top:120px;padding-bottom:120px}.applications-home>.text-link{display:inline-block;margin-top:35px}.platform-section{background:#0a0e11}.wide-copy{color:#a7b1b7}.factory-inside{background:#17191b}.factory-inside .factory img{filter:saturate(.55)}.range-gateway{background:#101112}.range-gateway>p:not(.overline){max-width:650px;color:#a0a6a9;font-size:18px}.range-links{margin-top:50px;border-top:1px solid #373b3d}.range-links a{display:flex;justify-content:space-between;gap:20px;padding:28px 0;border-bottom:1px solid #373b3d;align-items:center}.range-links a>span:first-child{font-size:clamp(21px,2.5vw,34px);letter-spacing:-1px}.range-links a>span:last-child{font-size:14px;color:#a3abae;white-space:nowrap}.range-links a:hover{color:#ffd100}
input,select,textarea{background:#202326;color:#f2f4f3;border-color:#4a4f52}.catalog-toolbar{border-color:#3b4042}.catalog-toolbar select{background:#202326}.product-card{background:#1b1e20;border-color:#303639;border-radius:3px}.product-card .product-image{background:#e9ebe8;padding:15px;border-radius:2px}.product-card h2{color:#f1f4f1}.product-card p,.product-card dl{color:#b1b8b8}#filters button{color:#acb3b5}#filters button[aria-pressed=true]{background:#ffd100;color:#101112}.empty{background:#24292b}.model-nav{background:#111416ed;border-color:#343b3e}.model-hero{background:radial-gradient(ellipse at 80% 40%,#252b30,transparent 65%)}.model-visual{mix-blend-mode:normal;background:#e3e6e1;border-radius:6px;padding:25px}.model-visual>p{color:#525b5b}.model-metrics{background:#1c2125}.model-metrics>div{border-color:#4b5357}.model-metrics strong{color:#ffd100}.feature-grid article{border-color:#3b4447}.feature-grid strong{color:#ffd100}.model-design{background:#1b2023}.design-image{background:#e2e6e1}.model-specs tr:nth-child(odd){background:#1b2124}.model-specs th,.model-specs td{border-color:#333e43}.model-specs th{color:#b1bdc1}.model-partner{background:#21272a}.related-grid a{background:#1d2326;border:1px solid #303b40}.related-grid img{background:#e1e5df;mix-blend-mode:normal;padding:20px}.related-grid p{color:#aeb8bc}.partner-card{background:#1c2326;border:1px solid #394449}.partner-wordmark{color:#fff}.partner-wordmark span{color:#ffd100}.rental-photo{background:#e0e5df;color:#141917}.rental-photo .text-link{color:#141917}.application-section{background:#13181b}.application-steps{max-width:1000px}.application-steps article{display:grid;grid-template-columns:75px 1fr;gap:25px;padding:26px 0;border-top:1px solid #344047}.application-steps article>span{font-size:20px;color:#ffd100}.application-steps h3{font-size:24px;margin:0 0 12px;line-height:1.3}.application-steps p{font-size:16px;color:#aeb8bd;margin:0;max-width:760px}dialog{background:#f4f5f0;color:#111}#image-viewer p{color:#58605b}footer{background:#0c0e10;border-color:#33383b}.footer-grid a:not(.logo){color:#bbc2c6}.footer-grid h4{color:#879197}.footer-bottom{border-color:#333b40;color:#889297}.contact-layout>div>p{color:#aeb7bb}.faq details{border-color:#3a454b}.faq p{color:#aeb7bb}
@media(max-width:1100px){header{gap:20px}header nav{gap:15px;font-size:12px}.logo img{width:83px}.dealer-button{font-size:12px;padding:10px}.hero-editorial{padding-top:60px}.flagship-explore{gap:35px}.flagship-stage>img{height:370px}.system-tabs button{font-size:12px}.system-numbers{gap:20px}.system-numbers strong{font-size:38px}}
@media(max-width:760px){header{height:76px}.logo{padding:7px 10px}.logo img{width:77px}header nav{top:76px;background:#111619;font-size:16px}.menu-toggle{color:#fff}.factory-hero{height:780px;min-height:calc(100svh - 76px);max-height:none}.aerial-backdrop{object-position:64% center}.factory-shade{background:linear-gradient(90deg,#050b10ba,#04090c33),linear-gradient(0deg,#080e12fa,transparent 35%)}.hero-editorial{padding:50px 6% 170px}.hero-editorial .overline{font-size:10px;letter-spacing:1.4px;max-width:260px}.hero-editorial h1{font-size:clamp(54px,14vw,77px)}.factory-intro{font-size:16px}.factory-hero-bottom{display:grid;grid-template-columns:1fr auto;gap:15px}.factory-hero-bottom p{grid-column:1/-1;grid-row:2;font-size:12px}.brand-manifesto{padding:80px 6%}.brand-manifesto h2{font-size:37px}.manifesto-bottom{display:block}.manifesto-bottom p{font-size:17px}.manifesto-bottom a{display:inline-block;margin-top:25px}.flagship-heading{padding:70px 6% 25px}.flagship-heading h2{font-size:49px}.flagship-heading>p:last-child{font-size:16px}.flagship-explore{grid-template-columns:1fr;padding:20px 6% 70px;gap:38px}.flagship-stage{padding:20px}.flagship-stage>img{height:320px}.stage-label{font-size:11px}.system-tabs{gap:0}.system-tabs button{font-size:14px;padding:10px}.system-content h3{font-size:36px}.system-numbers strong{font-size:42px}.applications-home{padding:75px 6%}.range-links a{align-items:start}.range-links a>span:first-child{font-size:24px}.range-links a>span:last-child{font-size:12px;white-space:nowrap;padding-top:8px}.model-nav{top:76px}.application-steps article{grid-template-columns:35px 1fr;gap:15px}.application-steps h3{font-size:22px}.model-visual{padding:18px}.model-visual img{height:280px}.feature-grid strong{font-size:32px}.cta .button{max-width:100%}.partner-links .button{white-space:normal}.model-copy .overline{font-size:11px}}
@media(prefers-reduced-motion:reduce){.aerial-backdrop{will-change:auto}}


/* Light architectural frame around the dark content; original logo has no tile. */
body{background:#e5e7e7}body>main{background:#101112;margin:0 22px;min-height:60vh}header{background:#e5e7e7f5;border-bottom:0;color:#111416;padding:0 4.5%;height:96px}header nav a{color:#24282a}header nav a:hover{color:#666b6c}.logo{background:transparent;padding:0;border:0;border-radius:0}.logo img{width:112px;height:auto}.logo-plate{background:transparent;padding:0}.logo-plate img{width:74px;height:auto}header .dealer-button{background:#171a1c;color:#fff}.menu-toggle{color:#111}.dash-top{background:#e5e7e7;color:#111;border-color:#b5bcbc}.demo-label{color:#4c5559}.connect-brand>span:last-child{color:#232a2d}.model-nav{top:96px}footer{background:#e5e7e7;color:#171b1d;border:0}footer .logo{background:transparent}.footer-grid a:not(.logo){color:#343b3e}.footer-grid h4,.footer-grid .note{color:#5e676b}.footer-bottom{border-color:#c4cacd;color:#5f686c}.factory-hero{min-height:calc(100svh - 118px)}.factory-hero-bottom{left:5%;right:5%}.skip{color:#111;background:#fff}@media(max-width:1100px){header nav{font-size:12px;gap:13px}.logo img{width:98px}}@media(max-width:760px){body>main{margin:0 10px}header{height:82px;padding:0 6%;background:#e5e7e7f7}.logo img{width:88px}.menu-toggle{color:#111}header nav{top:82px;background:#e5e7e7;border-color:#c4cacc;color:#111;font-size:16px}.model-nav{top:82px}.factory-hero{min-height:calc(100svh - 102px)}.hero-editorial{padding-left:6%;padding-right:6%}.hero-editorial h1{font-size:clamp(50px,13vw,70px)}.footer-grid{gap:25px}.dashboard .demo-label{color:#4c5559}}

/* Cinematic editorial sequence and interactive mobile product concept. */
.cinema-journey{height:300svh;position:relative;background:#101112}.cinema-sticky{height:calc(100svh - 96px);position:sticky;top:96px;overflow:hidden}.cinema-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;will-change:transform,opacity}.cinema-assembly{opacity:0;object-position:center}.cinema-scrim{position:absolute;inset:0;background:linear-gradient(90deg,#070b10ed 0%,#070b10ad 45%,#070b1030 100%),linear-gradient(0deg,#070b10c9,transparent 40%)}.cinema-copy{position:absolute;inset:9% 7% 15%;max-width:1000px}.cinema-copy>.overline{color:#bbc2c5}.cinema-chapter{position:absolute;top:22%;opacity:0;pointer-events:none;max-width:860px}.cinema-chapter:first-of-type{opacity:1;pointer-events:auto}.cinema-chapter>span{font-size:13px;letter-spacing:2px;color:#ffd100}.cinema-chapter h2{font-size:clamp(38px,5.2vw,80px);line-height:1.07;font-weight:500;letter-spacing:-.045em;margin:25px 0}.cinema-chapter p{max-width:590px;color:#c4c9cd;font-size:18px}.cinema-chapter .text-link{display:inline-block;color:#ffd100;margin-top:10px}.cinema-bottom{position:absolute;bottom:5%;left:7%;right:7%;display:flex;align-items:center;gap:40px;justify-content:space-between;color:#b1b7bb;font-size:12px}.cinema-progress{width:180px;height:2px;background:#ffffff38;flex-shrink:0}.cinema-progress i{display:block;height:100%;width:0;background:#ffd100}.origin-story{background:#111416}.story-heading{max-width:1000px}.story-heading>p:last-child{font-size:22px;max-width:620px;color:#b4bdc1}.story-chapters{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin:75px 0 45px}.story-chapters article{padding-top:25px;border-top:1px solid #465055}.story-chapters span{color:#ffd100;font-size:12px;letter-spacing:1.5px}.story-chapters h3{font-size:26px;line-height:1.2;font-weight:500;letter-spacing:-.6px;margin:30px 0 20px}.story-chapters p{color:#a6b0b5}.mobile-experience{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center;background:radial-gradient(ellipse at 90% 60%,#29323a 0,transparent 55%),#11161a;overflow:hidden}.mobile-pitch h2{font-size:clamp(52px,6.5vw,100px);margin-bottom:35px}.mobile-pitch>p:not(.overline){color:#afb9c0;max-width:530px;font-size:18px}.mobile-features{margin:45px 0}.mobile-features>div{display:flex;gap:24px;border-top:1px solid #39434a;padding:18px 0}.mobile-features>div>span{color:#ffd100;font-size:12px;padding-top:5px}.mobile-features p{color:#aab5bd;font-size:15px;margin:0;max-width:400px}.mobile-features strong{display:block;color:#f3f5f7;font-size:18px;margin-bottom:5px;font-weight:500}.mobile-pitch .concept-caption{font-size:12px!important;max-width:460px}.app-showcase{min-width:0;position:relative}.app-orbit-label{color:#97a5ad;font-size:12px;letter-spacing:2px;text-align:center;margin-bottom:30px}.mobile-app{max-width:390px;margin:0 auto;background:#141c22;border:1px solid #53606a;border-radius:30px;overflow:hidden;box-shadow:0 55px 90px #0008;transform:perspective(1400px) rotateY(-7deg) rotateX(3deg);transition:transform .8s}.mobile-app:focus-within,.mobile-app:hover{transform:perspective(1400px) rotateY(0) rotateX(0)}.mobile-app-brand{background:#e5e7e7;padding:22px 25px;display:flex;align-items:center;gap:15px;color:#20282c;font-size:12px;letter-spacing:2px}.mobile-app-brand img{width:76px;height:auto}.app-context{padding:25px 24px 10px}.app-context>span{display:block;font-size:12px;letter-spacing:1.5px;color:#95a4ae;margin-bottom:8px}.app-context select{width:100%;font-size:17px;font-weight:600;letter-spacing:-.4px;padding:8px 0;border:0;background:#141c22;color:#fff}.app-context select:focus{outline-offset:2px}#mobile-screen{padding:10px 24px 22px;min-height:425px}.app-screen-inner{animation:app-enter .4s ease both}.app-screen-inner h3{font-size:17px;font-weight:500;letter-spacing:-.3px;margin:8px 0 18px}.app-kpi{display:flex;justify-content:space-between;align-items:center;margin:16px 0 22px}.app-kpi strong{font-size:42px;font-weight:500;letter-spacing:-2px;line-height:1.1}.app-kpi strong small{font-size:15px;letter-spacing:0}.app-kpi p{font-size:13px;color:#9daeb9;margin:8px 0}.app-donut{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#ffd100 var(--coverage),#34404a 0);position:relative}.app-donut:before{content:'';position:absolute;inset:6px;border-radius:50%;background:#141c22}.app-donut span{position:relative;font-size:22px}.app-map{position:relative;background:#1d2932;border:1px solid #394650;border-radius:12px;overflow:hidden}.app-map svg{display:block;width:100%;height:auto}.app-map small{display:block;padding:0 12px 10px;font-size:12px;color:#a2b4c0}.app-path{stroke-dasharray:8 5;animation:dash 22s linear infinite}.app-robot,.app-event{margin-top:14px;padding:15px;border:1px solid #36444f;border-radius:12px}.app-robot>div{display:flex;justify-content:space-between;gap:10px;font-size:14px}.app-robot p{font-size:13px;color:#9eaeb8;margin:8px 0 0}.app-robot b{color:#ffd100;font-weight:500;font-size:12px}.app-event{border:0;background:#202b34;font-size:13px;color:#b4c1ca}.app-event strong{color:#e7ecf0;display:block;font-size:14px;margin-bottom:5px}.app-nav{border-top:1px solid #39454e;display:grid;grid-template-columns:repeat(4,1fr);padding:12px 10px 18px}.app-nav button{border:0;background:none;color:#99a9b5;font-size:12px;padding:6px 0;border-radius:8px}.app-nav button span{display:block;font-size:22px;line-height:1.3;margin-bottom:3px}.app-nav button[aria-pressed=true]{color:#ffd100;background:#ffd1000a}.app-caption{text-align:center;font-size:12px;color:#9eaab2;max-width:300px;margin:30px auto 0}.app-bars{display:flex;align-items:end;justify-content:space-between;height:130px;border-bottom:1px solid #50606b;gap:12px;margin:28px 0 8px}.app-bars>div{height:100%;flex:1;display:flex;align-items:end}.app-bars i{width:100%;display:block;background:linear-gradient(0deg,#ab9000,#ffd100);border-radius:4px 4px 0 0;min-height:8px}.app-bar-labels{display:flex;justify-content:space-between;color:#91a2b0;font-size:12px}.app-report-row{display:flex;justify-content:space-between;border-top:1px solid #35434d;padding:13px 0;font-size:14px;color:#a9b8c2}.app-report-row strong{font-weight:500;color:#edf1f3}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.production-process{background:#101416}.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;margin:70px 0}.process-line article{border-top:1px solid #647078;padding-top:25px}.process-line span{font-size:40px;font-weight:400;color:#ffd100}.process-line h3{font-size:20px;line-height:1.2;margin:24px 0 18px;font-weight:500}.process-line p{font-size:15px;color:#a7b2b8}.scale-statement{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;border-top:1px solid #3a454d;padding-top:50px;align-items:end}.scale-statement strong{font-size:clamp(28px,3.4vw,50px);line-height:1.2;font-weight:500;letter-spacing:-1.5px}.scale-statement em{color:#7e909c;font-style:normal}.scale-statement p{font-size:13px;color:#96a4ac}.founder-draft{background:#1a1f23}.founder-draft .intro-text{font-size:30px;line-height:1.5;color:#e6eaec}.factory-inside .factory img{filter:none}.section .concept-caption{color:#97a4ab}#system-detail{animation:app-enter .4s ease}.cinema-chapter[aria-hidden=true]{visibility:hidden}@keyframes app-enter{from{opacity:0;translate:0 12px}to{opacity:1;translate:0 0}}
@media(max-width:1050px){.mobile-experience{gap:35px}.mobile-pitch h2{font-size:60px}.process-line{grid-template-columns:repeat(3,1fr)}.story-chapters{gap:25px}.story-chapters h3{font-size:23px}}
@media(max-width:760px){.cinema-sticky{top:82px;height:calc(100svh - 82px);min-height:570px}.cinema-journey{height:290svh}.cinema-copy{inset:7% 6% 18%}.cinema-copy>.overline{font-size:12px;letter-spacing:1.5px}.cinema-chapter{top:19%}.cinema-chapter h2{font-size:clamp(34px,9vw,52px);margin:22px 0;letter-spacing:-1.2px}.cinema-chapter p{font-size:16px;line-height:1.65}.cinema-scrim{background:linear-gradient(90deg,#070b10e8,#070b1070),linear-gradient(0deg,#070b10dc,transparent)}.cinema-bottom{display:block;bottom:4%;left:6%;right:6%;font-size:12px}.cinema-progress{margin-top:18px;width:100%}.story-chapters{grid-template-columns:1fr;margin:45px 0 30px}.story-chapters h3{font-size:25px;margin:20px 0 15px}.story-heading>p:last-child{font-size:18px}.mobile-experience{grid-template-columns:1fr;gap:45px}.mobile-pitch h2{font-size:60px}.mobile-features{margin:30px 0}.mobile-app{transform:none;border-radius:23px}.mobile-app-brand{padding:20px}.app-context{padding:20px 18px 10px}#mobile-screen{padding:10px 18px 20px}.app-kpi strong{font-size:36px}.app-donut{width:78px;height:78px}.app-orbit-label{letter-spacing:1px}.app-caption{font-size:13px}.process-line{grid-template-columns:1fr;gap:25px;margin:45px 0}.process-line article{display:grid;grid-template-columns:55px 1fr;gap:0 18px}.process-line span{grid-row:1/3;font-size:32px}.process-line h3{margin:0 0 12px;font-size:22px}.process-line p{grid-column:2;margin:0}.scale-statement{grid-template-columns:1fr;gap:25px}.scale-statement strong{font-size:30px}.founder-draft .intro-text{font-size:24px}}
@media(prefers-reduced-motion:reduce){.cinema-journey{height:auto}.cinema-sticky{position:relative;top:0;height:auto;min-height:0;padding:65px 6%}.cinema-image{display:none}.cinema-copy{position:relative;inset:auto}.cinema-chapter{position:relative;top:0;opacity:1!important;visibility:visible!important;pointer-events:auto;margin:45px 0}.cinema-bottom{position:relative;inset:auto}.cinema-progress{display:none}.mobile-app{transform:none}.app-screen-inner{animation:none}}

#mobile-screen{height:455px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#52616c transparent}.app-screen-inner{min-height:100%}@media(max-width:760px){#mobile-screen{height:435px}}
/* Official partner profile and partnership enquiry. */
.partner-profile{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:70px;padding:55px}.partner-approved-logo{width:112px;height:112px;object-fit:contain;display:block}.partner-logo-link{display:inline-block;margin:8px 0 32px}.partner-profile h2{font-size:clamp(30px,3.2vw,46px);line-height:1.15;margin-bottom:28px}.partner-biography>p:not(.overline){font-size:16px;color:#b9c2c7;max-width:650px}.partner-selection{border-left:2px solid #ffd100;padding-left:22px;margin-top:30px}.partner-profile .partner-links{padding-top:48px;gap:22px;justify-content:start}.partner-links>p{color:#a9b4bb}.partner-since{font-size:26px;letter-spacing:-.7px;color:#f4f5f6}.partner-since>span{display:block;font-size:14px;color:#9ba9b1;letter-spacing:0;margin-top:6px}.partnership-invite{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;background:#1a2024;align-items:center}.partnership-invite>div>p:not(.overline){color:#afb9bf;max-width:630px;margin:0 0 32px}.partnership-steps>p{display:flex;gap:22px;padding:20px 0;border-top:1px solid #424c52;margin:0!important;color:#d6dde0!important}.partnership-steps>p>span{color:#ffd100;font-size:13px}.partnership-steps small{display:block;color:#9caab3;font-size:13px;line-height:1.6;margin-top:25px}#partner-dialog{max-width:850px;background:#192025;color:#f4f6f7;padding:45px;border:1px solid #55616a;border-radius:16px}#partner-dialog h2{font-size:40px;line-height:1.1;letter-spacing:-1.5px;margin:0 0 20px;font-weight:500}#partner-dialog .overline{color:#abb7bf;font-size:12px}.partner-dialog-close{position:sticky;top:0;float:right;background:#303c44;color:#fff;border:0;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;z-index:1}.form-intro{color:#b7c1c8;margin-bottom:30px}.form-intro a{color:#ffd100}.partner-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}#partner-form label{font-size:14px;color:#d3dbe0;display:block}#partner-form input:not([type=checkbox]),#partner-form select,#partner-form textarea{display:block;width:100%;padding:13px 14px;border:1px solid #53616b;border-radius:5px;background:#11191f;color:#fff;margin-top:8px;font-size:16px}#partner-form input::placeholder,#partner-form textarea::placeholder{color:#8597a4}.form-message-label{margin-top:24px}#partner-form textarea{resize:vertical;min-height:100px;max-height:300px}.form-consent{display:flex!important;gap:12px;align-items:start;margin:25px 0 15px;font-size:13px!important}.form-consent input{width:19px;height:19px;flex-shrink:0;accent-color:#ffd100;margin-top:2px}.form-consent a{text-decoration:underline;text-underline-offset:3px}.form-delivery-note{font-size:13px;color:#aebbc4}#partner-form-status{margin-top:18px;color:#ffd100;font-size:14px}#partner-mail-preview{border-top:1px solid #4a5862;margin-top:25px;padding-top:15px}#partner-mail-preview h3{font-size:22px}#partner-mail-preview p{color:#b9c5cd;font-size:15px}#partner-mail-preview details{margin:22px 0}#partner-mail-preview summary{cursor:pointer;font-size:14px}#partner-mail-text{white-space:pre-wrap;overflow-wrap:anywhere;font:14px/1.6 Manrope,Arial,sans-serif;padding:15px;background:#11191f;color:#d0d8de}#copy-partner-mail{border:0;background:transparent;color:#ffd100;padding:0}.partner-form-grid label{min-width:0}@media(max-width:760px){.partner-profile{grid-template-columns:1fr;padding:28px 22px;gap:20px}.partner-approved-logo{width:96px;height:96px}.partner-profile .partner-links{padding-top:15px}.partner-profile h2{font-size:32px}.partnership-invite{grid-template-columns:1fr;gap:35px}.partnership-invite h2{font-size:36px}#partner-dialog{padding:25px 20px}#partner-dialog h2{font-size:31px}.partner-form-grid{grid-template-columns:1fr;gap:18px}#partner-form .button{width:100%;gap:15px}#partner-dialog .overline{max-width:230px}}
/* Restrained type scale and compact editorial rhythm across the entire site. */
body{font-size:16px}header{height:76px;padding:0 4%;gap:24px}header .logo img{width:90px}header nav{font-size:13px;gap:22px}.button{padding:12px 18px;font-size:14px;font-weight:600;gap:22px}.overline{font-size:12px;letter-spacing:1.5px;margin-bottom:18px}.section{padding:72px 7%}.section h2,.page-title{font-size:clamp(30px,3.2vw,46px);line-height:1.15;letter-spacing:-.035em;font-weight:500;margin-bottom:28px}.page-intro{padding:55px 7% 32px}.intro-text,.wide-copy{font-size:17px;line-height:1.7}.wide-copy{margin-bottom:32px}.factory-hero{height:calc(100svh - 96px);min-height:570px;max-height:820px}.hero-editorial{padding-top:70px}.hero-editorial h1{font-size:clamp(48px,5.3vw,78px);letter-spacing:-.045em;font-weight:500}.factory-intro{font-size:17px}.factory-hero-bottom{font-size:12px}.cinema-journey{height:220svh}.cinema-sticky{top:76px;height:calc(100svh - 76px)}.cinema-chapter h2{font-size:clamp(34px,4vw,58px);font-weight:500}.cinema-chapter p{font-size:16px;max-width:530px}.story-chapters{margin-top:40px}.story-chapters h3{font-size:22px}.story-heading>p:last-child{font-size:17px}.flagship-heading{padding:65px 7% 25px}.flagship-heading h2{font-size:clamp(34px,4vw,56px);font-weight:500}.flagship-heading>p:last-child{font-size:16px}.flagship-explore{gap:45px;padding-bottom:70px}.flagship-stage>img{height:340px}.system-content h3{font-size:32px;letter-spacing:-.8px;font-weight:500}.system-numbers strong{font-size:34px}.system-numbers{padding:12px 0}.marker{width:32px;height:32px;box-shadow:0 0 0 4px #fff5}.mobile-pitch h2{font-size:clamp(36px,4vw,56px)}.mobile-pitch>p:not(.overline){font-size:16px}.mobile-features{margin:28px 0}.mobile-features strong{font-size:16px}.mobile-app{max-width:330px;transform:none;border-radius:20px}.app-context select{font-size:16px}.app-kpi strong{font-size:32px}.app-donut{height:70px;width:70px}.app-donut span{font-size:18px}.app-nav button span{font-size:19px}.app-orbit-label{margin-bottom:20px}.dash-content{padding:24px}.metrics strong{font-size:28px}.three{gap:35px}.three h3,.two h3{font-size:22px;font-weight:500;margin-top:22px}.factory img{max-height:540px}.range-links a{padding:19px 0}.range-links a>span:first-child{font-size:23px;letter-spacing:-.5px}.cta{padding:55px 7%;gap:30px}.cta h2{font-size:clamp(28px,3vw,42px);font-weight:500;letter-spacing:-1px}.model-copy h1{font-size:clamp(42px,5vw,68px);font-weight:500}.model-nav{top:76px}.model-metrics strong{font-size:34px}.feature-grid strong{font-size:30px}.partner-profile h2{font-size:32px}.partner-approved-logo{width:90px;height:90px}.partner-profile{padding:38px;gap:45px}.partner-since{font-size:23px}.scale-statement strong{font-size:32px}.founder-draft .intro-text{font-size:23px}.process-line span{font-size:29px}footer{padding:40px 7%}.interactive-range{background:#e5e7e7;color:#171d21}.range-title{display:flex;align-items:center;justify-content:space-between;gap:25px}.range-title h2{margin-bottom:0}.range-category,.range-thumbs{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 0}.range-category button,.range-thumbs button{background:transparent;border:1px solid #bac0c3;color:#454e53;padding:9px 16px;font-size:14px;border-radius:30px}.range-category button[aria-pressed=true],.range-thumbs button[aria-pressed=true]{background:#192126;color:#fff;border-color:#192126}.range-carousel{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;gap:12px;touch-action:pan-y}.range-scenes{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:center;min-width:0}.range-scene{border:0;background:none;min-width:0;padding:24px 4px;color:#333;transition:opacity .45s,transform .45s;animation:app-enter .4s ease both}.range-scene img{width:100%;height:260px;object-fit:contain;mix-blend-mode:multiply;pointer-events:none}.range-scene span{font-size:14px;display:block;margin-top:10px}.range-scene.neighbor{opacity:.32;transform:scale(.76)}.range-scene.selected{opacity:1}.range-arrow{width:36px;height:36px;background:transparent;border:1px solid #aab1b5;border-radius:50%;font-size:18px;color:#192126}#range-info{display:grid;grid-template-columns:1fr 1.5fr auto;align-items:center;gap:30px;border-top:1px solid #bcc3c6;padding-top:23px}#range-info h3{font-size:30px;margin:4px 0;font-weight:500;letter-spacing:-.8px}#range-info p,#range-info span{font-size:13px;color:#59656b;margin:0}#range-info dl{display:flex;gap:28px;margin:0}#range-info dt{font-size:12px;color:#667077}#range-info dd{font-size:18px;font-weight:500;margin:5px 0 0}.range-thumbs{justify-content:center}.range-thumbs button{font-size:12px;padding:7px 12px}.acquisition{background:#171d21}.acquisition-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.acquisition article{border-top:1px solid #536068;padding-top:25px}.acquisition article>span{color:#ffd100;font-size:12px;letter-spacing:1px}.acquisition h3{font-size:25px;font-weight:500;margin:18px 0}.acquisition p{color:#adb9c0;max-width:520px}.acquisition a{color:#ffd100}.object-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:36px}.object-grid article{border-top:1px solid #3f4b53;padding-top:20px}.object-grid article>span{font-size:12px;color:#92a2ac}.object-grid h3{font-size:21px;font-weight:500;margin:15px 0}.object-grid p,.solutions-note{font-size:15px;color:#9eafb9}.solution-models{display:flex;gap:16px;margin:22px 0;font-size:14px;color:#ffd100}.object-grid .text-link{font-size:13px}.comparison{border:1px solid #3d4a53;padding:28px;margin-bottom:45px;border-radius:8px;background:#171e23}.comparison h2{font-size:25px;font-weight:500;margin:0 0 8px}.comparison p{font-size:14px;color:#a6b6c0}.compare-controls{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:23px 0}.compare-controls label{font-size:13px;min-width:0}.compare-controls select{display:block;width:100%;margin-top:7px;padding:10px;font-size:14px}.comparison-scroll{max-height:420px;overflow:auto}.comparison table{border-collapse:collapse;width:100%;font-size:14px;text-align:left}.comparison caption{text-align:left;padding-bottom:15px;color:#b4c1c8}.comparison th,.comparison td{padding:12px;border-bottom:1px solid #35434c;min-width:130px}.comparison th{font-weight:500}.comparison td{color:#b9c7ce}.comparison thead th{background:#232e36;position:sticky;top:0}.comparison thead a{color:#ffd100}.support-links{display:flex;gap:35px;flex-wrap:wrap;color:#ffd100;font-size:15px}.model-support{background:#171d21}@media(min-width:1000px){.scroll-product{min-height:140vh;align-items:start}.scroll-product .flagship-stage,.scroll-product .system-content{position:sticky;top:110px}.scroll-product .system-content{padding-top:30px}}
@media(max-width:900px){header nav{gap:12px}.object-grid{grid-template-columns:repeat(2,1fr)}#range-info{grid-template-columns:1fr 1fr}#range-info .button{justify-self:start}#range-info dl{gap:16px}.range-scene img{height:220px}.compare-controls{grid-template-columns:1fr 1fr}}
@media(max-width:760px){header{height:68px}.logo img,header .logo img{width:78px}header nav{top:68px}.model-nav{top:68px}.section{padding:48px 6%}.section h2,.page-title{font-size:30px;letter-spacing:-.8px}.page-intro{padding:38px 6% 25px}.hero-editorial{padding:52px 6% 140px}.hero-editorial h1{font-size:46px}.factory-hero{height:680px;min-height:calc(100svh - 88px)}.factory-intro{font-size:15px}.cinema-sticky{top:68px;height:calc(100svh - 68px)}.cinema-chapter h2{font-size:32px}.flagship-heading{padding:45px 6% 20px}.flagship-heading h2{font-size:34px}.flagship-explore{gap:25px;padding-bottom:45px}.flagship-stage>img{height:260px}.system-content h3{font-size:28px}.system-numbers strong{font-size:30px}.mobile-pitch h2{font-size:36px}.mobile-features strong{font-size:16px}.range-title{display:block}.range-title .text-link{display:inline-block;margin-top:20px}.range-category{gap:6px}.range-category button{padding:7px 10px;font-size:12px}.range-carousel{gap:3px;grid-template-columns:28px 1fr 28px}.range-arrow{width:28px;height:28px;font-size:16px}.range-scenes{grid-template-columns:.6fr 1.6fr .6fr}.range-scene img{height:180px}.range-scene span{font-size:11px}.range-scene.neighbor{transform:scale(.9)}#range-info{grid-template-columns:1fr;gap:18px}#range-info dl{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}#range-info dd{font-size:16px}#range-info dt{font-size:12px}.range-thumbs{justify-content:start}.acquisition-grid,.object-grid{grid-template-columns:1fr;gap:28px}.acquisition h3{font-size:22px}.comparison{padding:18px;margin-bottom:30px}.compare-controls{gap:14px}.comparison th,.comparison td{padding:10px;font-size:13px}.partner-profile{padding:24px;gap:20px}.partner-profile h2{font-size:28px}.partner-approved-logo{width:82px;height:82px}.cta h2{font-size:30px}.cta{padding:40px 6%}.model-copy h1{font-size:42px}.model-metrics strong{font-size:28px}.support-links{gap:18px}.founder-draft .intro-text{font-size:21px}.scale-statement strong{font-size:26px}}
@media(prefers-reduced-motion:reduce){.cinema-journey{height:auto}.cinema-sticky{top:0;height:auto}.range-scene{animation:none;transition:none}.scroll-product{min-height:0}.scroll-product .flagship-stage,.scroll-product .system-content{position:static}}

/* Match recommendation image panels to the white source photography. */
.related-grid img{background:#fff;mix-blend-mode:normal}

.regional-partners{margin-top:60px}.regional-partners h2{font-size:30px}.partner-network-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}.partner-network-grid article{padding:30px;border:1px solid #39454d;background:#192126;display:flex;flex-direction:column;align-items:flex-start}.partner-network-grid h3{font-size:25px;font-weight:500;letter-spacing:-.5px;margin:0 0 18px}.partner-network-grid article>p:not(.overline){font-size:16px;color:#aebcc4;margin:0 0 28px}.partner-network-grid .text-link{margin-top:auto;color:#ffd100}.partner-network-grid .overline{color:#94a5af}@media(max-width:760px){.partner-network-grid{grid-template-columns:1fr;gap:18px}.partner-network-grid article{padding:24px}.regional-partners{margin-top:40px}.regional-partners h2{font-size:27px}}

/* Quiet first screen: the architecture, not the headline, carries the scale. */
.hero-editorial h1{font-size:clamp(36px,3.6vw,52px);font-weight:400;line-height:1.18;letter-spacing:-.025em;max-width:620px;margin-bottom:24px}.hero-editorial h1 span{color:#e0e5e8}.hero-editorial{padding-top:clamp(60px,10vh,115px)}.hero-editorial .overline{font-size:12px;font-weight:500;letter-spacing:1.6px}.factory-intro{font-size:16px;font-weight:400;line-height:1.75}.hero-editorial .button{font-weight:500;padding:12px 19px}.factory-introduction{display:grid;grid-template-columns:1fr 1.15fr;gap:65px;align-items:start;padding-top:52px;padding-bottom:52px;background:#151a1e}.factory-introduction h2{font-size:30px;font-weight:400;margin:0;line-height:1.3;letter-spacing:-.5px}.factory-introduction>div>p:not(.overline){font-size:16px;line-height:1.8;color:#b4c0c7;margin:0 0 20px;max-width:600px}.factory-introduction .text-link{font-weight:500;color:#dce3e7}@media(max-width:760px){.hero-editorial h1{font-size:34px;font-weight:400;line-height:1.2;letter-spacing:-.6px}.hero-editorial{padding-top:55px}.factory-intro{font-size:15px}.factory-introduction{grid-template-columns:1fr;gap:22px;padding-top:36px;padding-bottom:36px}.factory-introduction h2{font-size:26px}.factory-hero{height:620px;min-height:570px}}

/* Animate the actual photograph; no generated geometry or simulated wheel rotation. */
.photo-motion-hero{background:#e5e7e7;color:#20272b;isolation:isolate;overflow:hidden;min-height:570px;height:calc(100svh - 96px);max-height:760px}.photo-motion-hero .hero-editorial{position:relative;z-index:2;width:49%;pointer-events:none;padding-left:6%}.photo-motion-hero .hero-editorial a{pointer-events:auto}.photo-motion-hero .hero-editorial h1{color:#20272b;font-weight:400}.photo-motion-hero .hero-editorial h1 span{color:#687177}.photo-motion-hero .overline{color:#58646b}.photo-motion-hero .factory-intro{color:#59656c}.hero-photo-stage{position:absolute;inset:7% 4% 15% 49%;display:grid;place-items:center;overflow:visible}.motion-machine{width:100%;max-width:570px;height:auto;object-fit:contain;mix-blend-mode:multiply;animation:machine-photo-drift 14s ease-in-out infinite;will-change:transform}.photo-motion-hero .factory-hero-bottom{border-top:1px solid #b9c2c6;color:#4d5a62;align-items:center;gap:20px}.photo-motion-hero .factory-hero-bottom p{color:#4d5a62}#hero-motion-toggle{border:1px solid #aab4ba;border-radius:30px;background:transparent;padding:8px 13px;font-size:12px;color:#34434c;cursor:pointer}.photo-motion-hero.motion-paused .motion-machine{animation-play-state:paused}@keyframes machine-photo-drift{0%,100%{transform:translate3d(12px,3px,0) scale(.98)}50%{transform:translate3d(-16px,-5px,0) scale(1.025)}}@media(max-width:1000px){.photo-motion-hero .hero-editorial h1{font-size:36px}}@media(max-width:760px){.photo-motion-hero{height:auto;min-height:780px;max-height:none}.photo-motion-hero .hero-editorial{width:100%;padding:40px 6% 0}.photo-motion-hero .hero-editorial h1{font-size:32px;max-width:330px}.photo-motion-hero .factory-intro{font-size:15px;margin-bottom:20px}.hero-photo-stage{inset:350px 10% 130px;align-items:center}.motion-machine{max-width:310px;max-height:290px;width:100%;height:auto}.photo-motion-hero .factory-hero-bottom{display:flex;flex-wrap:wrap;bottom:22px;gap:12px}.photo-motion-hero .factory-hero-bottom>span{flex-basis:100%;font-size:11px}.photo-motion-hero .factory-hero-bottom>a{font-size:12px;margin-left:auto}#hero-motion-toggle{font-size:12px;padding:7px 10px}}@media(prefers-reduced-motion:reduce){.motion-machine{animation:none!important;transform:none!important;will-change:auto}#hero-motion-toggle{display:none}}

.partner-network-profiles{display:grid;gap:25px;margin-top:30px}.network-profile{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:48px;padding:38px;background:#192126;border:1px solid #39454d;border-radius:8px}.network-profile h3{font-size:27px;line-height:1.2;font-weight:500;letter-spacing:-.5px;margin:0 0 18px}.network-profile p{color:#b6c2c9;font-size:16px;line-height:1.75}.network-profile .overline{font-size:12px;color:#99aab5}.network-profile .network-profile-lead{color:#e1e8ec;font-size:20px;line-height:1.45;margin-bottom:26px}.network-profile aside{padding-top:7px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.network-profile aside p{margin:0}.network-profile aside ul{margin:0 0 14px;padding-left:19px;color:#b6c2c9;font-size:15px;line-height:1.8}.network-profile aside .text-link{color:#dce4e9}@media(max-width:760px){.network-profile{grid-template-columns:1fr;gap:24px;padding:24px}.network-profile h3{font-size:25px}.network-profile .network-profile-lead{font-size:18px}.network-profile aside{border-top:1px solid #39454d;padding-top:23px}}

.cinema-assembly.single-factory-scene{opacity:1}

.daylight-factory{position:relative;isolation:isolate;background:#17231e;overflow:hidden}.daylight-backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:factory-day-breathe 24s ease-in-out infinite;z-index:-2}.daylight-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0b181dd9 0%,#0b181d7a 36%,transparent 68%),linear-gradient(0deg,#0b181dba,transparent 22%);z-index:-1}.daylight-factory .hero-editorial{max-width:650px}.daylight-factory .hero-editorial h1{font-size:clamp(36px,3.6vw,52px);font-weight:400;color:#fff}.daylight-factory .hero-editorial h1 span{color:#e4e9e8}.daylight-factory .factory-intro{color:#dae1df}.daylight-factory .factory-hero-bottom{color:#e0e7e3}.daylight-factory .factory-hero-bottom p{color:#c9d2cf}@keyframes factory-day-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}@media(max-width:760px){.daylight-factory .hero-editorial h1{font-size:34px}.daylight-backdrop{object-position:62% center}.daylight-factory .factory-hero-bottom{font-size:12px}}@media(prefers-reduced-motion:reduce){.daylight-backdrop{animation:none;transform:none}}

#factory-motion-toggle{border:1px solid #b5c2be88;background:#0b181d40;color:#eef3f1;font-size:12px;padding:8px 12px;border-radius:24px}.daylight-factory.motion-paused .daylight-backdrop{animation-play-state:paused}@media(prefers-reduced-motion:reduce){#factory-motion-toggle{display:none}}

/* One continuous product orbit, on a photographic white background. */
.interactive-range{background:#fff;color:#171d21}.interactive-range .range-scenes{position:relative;display:block;height:370px;perspective:1100px;overflow:hidden;isolation:isolate;touch-action:pan-y}.interactive-range .orbit-item{position:absolute;left:50%;top:0;width:46%;height:100%;margin:0;padding:20px 0;background:#fff;transform-origin:center center;transition:transform .7s cubic-bezier(.22,.7,.25,1),opacity .6s ease,filter .7s ease;animation:none;will-change:transform;display:flex;flex-direction:column;justify-content:center;align-items:center;visibility:visible}.interactive-range .orbit-item img{height:290px;max-height:85%;width:100%;object-fit:contain;mix-blend-mode:normal;background:#fff}.interactive-range .orbit-item span{font-size:13px;margin-top:10px}.interactive-range .orbit-item[data-position="0"]{transform:translateX(-50%) translateY(8px) translateZ(0) scale(1);opacity:1;filter:none;z-index:3;pointer-events:auto}.interactive-range .orbit-item[data-position="-1"]{transform:translateX(-126%) translateY(-13px) translateZ(-170px) rotateY(16deg) scale(.78);opacity:.33;filter:blur(1.5px) saturate(.65);z-index:2;pointer-events:auto}.interactive-range .orbit-item[data-position="1"]{transform:translateX(26%) translateY(-13px) translateZ(-170px) rotateY(-16deg) scale(.78);opacity:.33;filter:blur(1.5px) saturate(.65);z-index:2;pointer-events:auto}.interactive-range .orbit-item[data-position="-2"]{transform:translateX(-160%) translateY(-45px) translateZ(-350px) scale(.5);opacity:0;filter:blur(3px);z-index:0;pointer-events:none}.interactive-range .orbit-item[data-position="2"]{transform:translateX(60%) translateY(-45px) translateZ(-350px) scale(.5);opacity:0;filter:blur(3px);z-index:0;pointer-events:none}.interactive-range .range-arrow{position:relative;z-index:4;background:#fff}.interactive-range .range-category button:hover,.interactive-range .range-thumbs button:hover{border-color:#20272b}.interactive-range #range-info{min-height:132px}@media(max-width:760px){.interactive-range .range-scenes{height:255px;perspective:750px}.interactive-range .orbit-item{width:66%;padding:15px 0}.interactive-range .orbit-item img{height:200px}.interactive-range .orbit-item[data-position="-1"]{transform:translateX(-120%) translateY(-8px) translateZ(-130px) rotateY(16deg) scale(.7)}.interactive-range .orbit-item[data-position="1"]{transform:translateX(20%) translateY(-8px) translateZ(-130px) rotateY(-16deg) scale(.7)}.interactive-range #range-info{min-height:250px}}@media(prefers-reduced-motion:reduce){.interactive-range .orbit-item{transition:none;will-change:auto}.interactive-range .orbit-item[data-position="0"]{transform:translateX(-50%)!important}.interactive-range .orbit-item[data-position="-1"]{transform:translateX(-125%) scale(.7)!important}.interactive-range .orbit-item[data-position="1"]{transform:translateX(25%) scale(.7)!important}.interactive-range .orbit-item[data-position="-2"],.interactive-range .orbit-item[data-position="2"]{visibility:hidden}}
