@view-transition{navigation:auto}
:root{--blue:#140a9a;--orange:#ea5304;--ink:#252525;--muted:#565656;--paper:#f3f3f3;--line:#dcdcdc;--max:1280px;font-family:"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:white;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:155px}body{margin:0;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.4}img{display:block;max-width:100%;height:auto}p{font-size:1.0625rem;line-height:1.8;margin:0 0 24px}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.025em}h1{font-size:clamp(42px,4.6vw,66px);line-height:1.2}h2{font-size:clamp(30px,3.2vw,46px);line-height:1.3}h3{font-size:23px;line-height:1.45}[hidden]{display:none!important}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.shell,.nav-shell{width:min(calc(100% - 112px),var(--max));margin-inline:auto}.eyebrow{font-size:.8125rem;letter-spacing:.1em;font-weight:600;margin-bottom:20px;line-height:1.5}.blue{color:var(--blue)}.muted{color:var(--muted)}.caption{font-size:.8125rem;color:var(--muted);line-height:1.7;margin:18px 0 0}.skip{position:fixed;z-index:100;top:-100px;left:20px;background:white;color:var(--blue);padding:14px}.skip:focus{top:12px}
.header{position:sticky;top:0;z-index:30;background:#ffffffed;backdrop-filter:blur(18px);border-bottom:1px solid #ededed;view-transition-name:site-header}.nav-shell{display:flex;align-items:center;gap:28px;min-height:90px}.brand{margin-right:auto;flex-shrink:0}.brand img{width:185px}.header nav{display:flex;align-items:center;gap:28px;font-size:.9375rem}.header nav>a{padding-block:14px}.header nav>a:hover,.header nav>a[aria-current]{color:var(--blue)}.nav-contact{border-left:1px solid var(--line);padding-left:26px}.nav-contact span{margin-left:8px}.language-switch{order:3;font-size:.875rem;font-weight:600;border-left:1px solid var(--line);padding:12px 0 12px 24px;white-space:nowrap}.language-switch span{margin-left:8px}.menu-toggle{display:none;order:4;border:0;background:none;padding:12px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--ink);margin:5px 0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:12px 24px;border:0;border-radius:28px;font-size:.9375rem;line-height:1.6;transition:background .2s,transform .2s}.primary{background:var(--blue);color:white}.primary:hover{background:#2417ae}.text-link{display:inline-flex;align-items:center;gap:12px;border:0;padding:6px 0;background:none;color:var(--blue);font-size:.9375rem;line-height:1.6}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:28px}
/* Home: a single visual field, with no faded top edge on the artwork. */
.home-hero{position:relative;isolation:isolate;overflow:hidden;background:#f3f4f6}.hero-inner{position:relative;min-height:650px;padding-block:58px 70px;display:flex;align-items:flex-start}.hero-copy{width:100%;position:relative;z-index:2}.hero-copy h1{font-size:clamp(48px,5.6vw,80px);line-height:1.15;white-space:nowrap;font-weight:600;letter-spacing:-.035em}.hero-copy h1 span{color:var(--blue)}.hero-copy .hero-desc{font-size:22px;line-height:1.85;color:#404040;max-width:445px;width:40%;margin:48px 0 0}.hero-copy .actions{margin-top:32px}.hero-copy .primary{background:var(--orange);color:white}.hero-copy .primary:hover{background:#cb4700}.hero-art{position:absolute;inset:0 0 0 40%;z-index:-1;mask-image:linear-gradient(to right,transparent,#000 28%)}.hero-art img{height:100%;width:100%;object-fit:cover;object-position:76% center}.hero-caption{display:none}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:34px}.section-heading>p{font-size:17px;color:var(--muted);margin:0;max-width:480px}
/* Product gallery: text and images have separate rows, never overlapping. */
.gallery-section{padding:60px 0 36px;background:var(--blue);color:white;overflow:hidden}.gallery-section .section-heading>p,.gallery-section .muted{color:#e4e4e4}.gallery-section .section-heading .eyebrow{display:flex;gap:12px;align-items:center}.gallery-section .section-heading .eyebrow:before{content:"";width:30px;height:4px;border-radius:3px;background:var(--orange)}.gallery-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:max(56px,calc((100vw - 1280px)/2));padding:4px max(56px,calc((100vw - 1280px)/2)) 20px;scrollbar-width:none;overscroll-behavior-x:contain}.gallery-track::-webkit-scrollbar{display:none}.product-card{flex:0 0 min(640px,70vw);scroll-snap-align:start;border-radius:18px;overflow:hidden;background:#fff;color:var(--ink);display:grid;grid-template-rows:auto 245px;border-top:4px solid var(--orange);min-width:0}.card-copy{padding:28px 34px 25px}.card-copy h3{font-size:30px;line-height:1.3;margin-bottom:14px}.card-copy .eyebrow{color:var(--blue);font-size:.8125rem;margin-bottom:14px}.card-copy p:not(.eyebrow){font-size:16px;line-height:1.75;color:#505050;max-width:490px;margin-bottom:12px}.card-visual{position:relative;min-height:0;overflow:hidden;background:#ededed;padding:24px 30px 0}.card-visual>img{width:100%;border:1px solid #ddd;border-radius:8px 8px 0 0;object-fit:cover;object-position:top;box-shadow:0 8px 25px #0000000d}.card-equipment .card-visual>img{width:210px;margin:auto}.card-service .card-visual{padding:22px 30px;background:#f0f0f0}.card-service .chat-visual{padding:18px 20px;border-radius:12px;max-width:510px;margin:auto;box-shadow:none}.card-service .chat-label{font-size:12px;margin-bottom:10px}.card-service .chat-label img{width:22px}.card-service .bubble{font-size:13px;padding:7px 12px;margin-bottom:7px}.card-service .bubble.answer{padding-top:6px}.card-service .bubble.answer>span{font-size:12px}.card-service .bubble.answer p{font-size:14px;line-height:1.5;margin:7px 0}.card-service .bubble.answer small{display:none}.gallery-controls{display:flex;align-items:center;gap:12px;margin-top:8px}.gallery-status{font-size:14px;font-variant-numeric:tabular-nums;margin-right:auto}.gallery-dots{display:flex;gap:10px;margin-right:8px}.gallery-dots button{width:24px;height:30px;position:relative;border:0;background:none;padding:0}.gallery-dots button:before{content:"";height:7px;width:7px;border-radius:5px;background:#ffffff80;position:absolute;inset:12px auto auto 8px}.gallery-dots button[aria-current=true]:before{background:var(--orange);width:24px;left:0}.round{width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:var(--blue);font-size:26px;display:grid;place-items:center;line-height:1}.auto-play{font-size:19px}.round:hover:not(:disabled){background:#dedede}
.home-focus{background:#ededed;padding:64px 0;border-top:6px solid var(--orange)}.home-focus>.shell{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.home-focus .eyebrow{font-size:13px;letter-spacing:.06em;color:#505050}.home-focus h2{font-size:40px}.home-focus>.shell>div>p:not(.eyebrow){font-size:18px;color:#4b4b4b;line-height:1.85}.home-focus .actions{margin-top:20px}.home-focus .primary{background:var(--orange)}
/* Shared page typography and content rhythm. */
.page-heading{padding-block:62px 58px}.page-heading>p:not(.eyebrow){font-size:19px;color:var(--muted);max-width:780px;margin-top:26px}.page-heading .button{margin-top:25px}.feature-section{padding-block:76px}.feature-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin-top:34px}.feature-notes h3{font-size:22px;margin-bottom:12px}.feature-notes p{font-size:16px;color:var(--muted);margin:0}.feature-notes.large>div{border-top:1px solid var(--line);padding-top:22px}.feature-notes.large span{display:block;font-size:14px;color:var(--blue);margin-bottom:20px}.intelligence-section{background:var(--blue);color:#fff;padding-block:76px}.intelligence-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.intelligence-grid .text-link{color:white;margin-top:28px}.intelligence-grid h2+p{margin-top:25px;color:#dedede}.principles article{display:flex;gap:24px;border-top:1px solid #ffffff40;padding:23px 0}.principles article>span{font-size:13px;color:#ffaf86;padding-top:7px}.principles h3{font-size:22px;margin-bottom:10px}.principles p,.intelligence-section .feature-notes p,.intelligence-section .section-heading>p{color:#e0e0e0;font-size:16px;margin-bottom:0}.contact-band{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding-block:72px}.contact-band h2,.contact-band .eyebrow{color:var(--blue)}.contact-band>div:last-child{justify-self:end}.contact-band p:not(.eyebrow){color:var(--muted)}
.footer{background:#1b1b1b;color:#fff;padding-top:52px;border-top:4px solid var(--orange)}
.footer-main{display:grid;grid-template-columns:1.45fr .9fr .8fr 1.2fr;gap:40px;padding-bottom:44px}
.footer-main .footer-brand{display:inline-block;margin:0 0 20px}
.footer-brand img{width:225px;max-width:100%}
.footer-label{color:var(--orange);font-size:14px;font-weight:600;margin:4px 0 22px}
.footer-main div>a{display:block;font-size:14px;line-height:1.65;margin-bottom:13px}
.footer-main div>p:not(.footer-label){color:#bdbdbd;font-size:14px;line-height:1.8;margin:0}
.footer-main .footer-about>p{max-width:290px}
.footer-main a:hover{color:var(--orange);text-decoration:underline;text-underline-offset:4px}
.footer-main .footer-access{display:inline-flex;align-items:center;gap:26px;color:white;margin:20px 0 0;border-bottom:1px solid #676767;padding-bottom:5px}
.footer-access span{color:var(--orange)}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #ffffff26;padding-block:22px;font-size:12px;line-height:1.7;color:#aaa}
/* Product introductions and working interfaces. */
.product-intro{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:center;padding-block:52px}.product-intro h1{font-size:clamp(40px,4vw,58px)}.product-intro-copy .eyebrow{color:var(--blue)}.product-intro-copy>p:last-child{font-size:18px;color:var(--muted);margin:24px 0 0}.product-directory{border-top:2px solid var(--blue)}.product-directory>a{display:grid;grid-template-columns:25px 1fr 34px;gap:16px;align-items:center;padding:21px 0;border-bottom:1px solid var(--line)}.product-directory>a:hover{background:#f4f4f4}.directory-number{font-size:13px;color:#646464;align-self:start;padding-top:5px}.product-directory h2{font-size:22px;color:var(--blue);line-height:1.4}.product-directory p{font-size:14px;color:var(--muted);margin:7px 0 0;line-height:1.6}.directory-arrow{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--orange);color:#fff;font-size:19px}.products-overview .gallery-section>.section-heading{display:none}.products-overview .gallery-section{padding-top:32px}
.subnav{position:sticky;top:90px;z-index:20;background:#fffffff2;backdrop-filter:blur(15px);border-bottom:1px solid #e1e1e1}.subnav>.shell{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:54px}.subnav>.shell>span{font-size:15px;font-weight:600}.subnav nav{display:flex;gap:26px;font-size:14px;color:#555}.subnav nav a:hover{color:var(--blue)}.product-hero{background:#f4f4f4;text-align:center;padding-top:58px}.product-hero .eyebrow{color:var(--blue)}.hero-desc{font-size:19px;line-height:1.85;color:#505050;margin:25px 0}.product-hero .hero-desc{max-width:900px;margin-inline:auto}.product-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;background:#fff;color:#4b4b4b;border-bottom:1px solid #e1e1e1;font-size:14px}.product-bar .text-link{font-size:14px;white-space:nowrap}.wide-product,.parts-stage{border:1px solid #ddd;border-radius:18px;overflow:hidden;background:#fff}.parts-stage{margin-top:44px;text-align:left;border-radius:18px 18px 0 0}.dashboard-crop{height:470px;overflow:hidden}.dashboard-crop img{width:100%}.equipment-stage{position:relative;isolation:isolate;overflow:hidden;margin-top:44px;padding:42px 70px 24px;background:var(--blue);border-radius:20px 20px 0 0;text-align:left}.stage-symbol{position:absolute;width:450px;right:-90px;top:-70px;opacity:.1;z-index:-1}.equipment-screen{border-radius:12px;overflow:hidden;box-shadow:0 22px 45px #00000024}.equipment-dashboard{height:350px;overflow:hidden}.equipment-dashboard img{width:100%}.equipment-stage>p{font-size:13px;text-align:center;color:#ddd;margin:20px 0 0;letter-spacing:.05em}
.module-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.module-tabs{display:flex;flex-direction:column}.module-tabs button{background:none;border:0;border-top:1px solid var(--line);text-align:left;padding:25px}.module-tabs button[aria-selected=true]{background:#eee;border-top:2px solid var(--blue)}.module-tabs button span{display:block;font-size:13px;color:var(--blue);margin-bottom:12px}.module-tabs button strong{font-size:23px;font-weight:600}.module-tabs button p{font-size:16px;color:var(--muted);margin:12px 0 0}.module-views{background:#ededed;border-radius:18px;padding:28px 54px 0;min-width:0;overflow:hidden}.module-views [role=tabpanel]{animation:panel-in .25s ease both}.image-button{border:0;padding:0;background:none;width:100%;display:block;text-align:left}.image-button img{width:100%;border-radius:10px}.image-button>span{display:block;text-align:center;padding:14px 0;font-size:14px;color:var(--blue)}.module-views .image-button{max-height:530px;overflow:hidden}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split-section h2{margin-bottom:24px}.split-section>div>p:not(.eyebrow){color:var(--muted)}.rental-section{background:#ededed;padding-block:70px}.rental-shot{width:320px;max-height:475px;overflow:hidden;justify-self:center}.capabilities{padding-block:74px;background:#f4f4f4}.capability-list{display:grid;grid-template-columns:1fr 1fr;gap:0 64px;margin-top:38px}.capability-list article{padding:25px 0;border-top:1px solid #d4d4d4}.capability-list h3{font-size:22px;margin-bottom:12px}.capability-list p{font-size:16px;color:var(--muted);margin:0}.tags{font-size:13px;color:var(--blue);line-height:1.8;margin-top:16px}
.service-hero{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding-block:58px}.service-hero h1{font-size:clamp(40px,4.7vw,66px)}.service-art{height:480px;border-radius:18px;overflow:hidden;background:#f3f4f6}.service-art img{width:100%;height:100%;object-fit:cover;object-position:75% center}.service-art>span{display:none}.conversation-section{background:#ededed;padding-block:70px}.chat-visual{background:#fff;border-radius:18px;padding:28px;box-shadow:0 12px 35px #00000008}.chat-label{display:flex;align-items:center;gap:12px;font-size:14px;color:#555;margin-bottom:26px}.chat-label img{width:30px}.bubble{font-size:16px;line-height:1.65;padding:14px 18px;border-radius:16px;width:fit-content;margin-bottom:12px}.bubble.user{background:#eee;margin-left:auto}.bubble.answer{padding:18px 0 0;margin:0;max-width:100%}.bubble.answer>span{color:var(--blue);font-size:14px;font-weight:600}.bubble.answer p{font-size:21px;line-height:1.65;margin:14px 0}.bubble.answer small{display:block;font-size:13px;color:#555;line-height:1.6}
.knowledge-panel{display:grid;grid-template-columns:.8fr 1.5fr;gap:75px;align-items:center;background:var(--blue);color:white;padding:60px 75px;border-radius:18px}.knowledge-panel>img{width:230px;margin:auto}.knowledge-panel p:not(.eyebrow){color:#ddd;margin:24px 0 0}.data-band{padding-block:70px}.data-numbers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-top:36px}.data-numbers>div{border-top:2px solid var(--blue);padding-top:24px}.data-numbers strong{font-size:68px;font-weight:600;color:var(--blue);letter-spacing:-.045em;line-height:1.1;white-space:nowrap}.data-numbers strong span{font-size:18px;letter-spacing:0;margin-left:10px}.data-numbers p{font-size:16px;color:var(--muted);margin:18px 0 0}.about-material{height:350px;overflow:hidden;margin-inline:30px;border-radius:18px}.about-material img{width:100%;height:100%;object-fit:cover;object-position:70% center}.about-copy{padding-block:70px;align-items:start;grid-template-columns:.7fr 1.5fr}.about-copy p{color:var(--muted);max-width:720px}.about-copy .eyebrow{margin-top:10px}
.contact-page{display:grid;grid-template-columns:1fr 1fr;gap:75px;padding-block:65px;align-items:start}.contact-page h1{font-size:clamp(42px,4.4vw,62px)}.contact-email{display:block;font-size:23px;color:var(--blue);margin:34px 0 12px;overflow-wrap:anywhere}.copy-email{font-size:14px}.copy-status{font-size:14px;color:var(--blue);min-height:24px;margin-bottom:18px}.contact-form{background:#f3f3f3;padding:32px;border-radius:18px}.contact-form fieldset{border:0;padding:0;margin:0 0 26px;min-width:0}.contact-form legend{font-size:18px;font-weight:600;margin-bottom:14px}.contact-form fieldset label{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #d8d8d8;font-size:16px;cursor:pointer}.contact-form input{accent-color:var(--blue);width:18px;height:18px;margin:0;flex-shrink:0}.field-label{display:block;font-size:16px;margin:22px 0 12px}.contact-form textarea{display:block;width:100%;min-height:160px;resize:vertical;border:1px solid #ccc;border-radius:10px;background:#fff;padding:15px;font-size:16px;line-height:1.75;margin-bottom:22px}.download-list{padding-bottom:70px}.download-row{display:grid;grid-template-columns:1fr 1.4fr auto;gap:32px;align-items:center;padding:28px 0;border-top:1px solid var(--line)}.download-row p{font-size:16px;color:var(--muted);margin:0 0 12px}.download-row .eyebrow{font-size:13px;margin-bottom:12px}.download-row h3{font-size:23px}.download-state{font-size:14px;background:#eee;color:#505050;padding:10px 16px;border-radius:20px;max-width:200px;line-height:1.5}
.image-dialog{border:0;border-radius:14px;padding:50px 20px 14px;max-width:min(1200px,94vw);max-height:94vh;background:white;box-shadow:0 20px 70px #0004}.image-dialog::backdrop{background:#202020bd;backdrop-filter:blur(8px)}.image-dialog>img{width:auto;max-height:74vh;max-width:100%;object-fit:contain;margin:auto}.image-dialog>p{font-size:14px;text-align:center;color:var(--muted);margin:14px 0 0}.dialog-close{position:absolute;top:7px;right:10px;width:36px;height:36px;border:0;border-radius:50%;background:#eee;font-size:26px}.interface-note{font-size:13px;color:#555;text-align:center;margin:12px 0 0}
html:lang(en) h1{letter-spacing:-.04em;line-height:1.13}html:lang(en) .hero-copy h1{font-size:clamp(44px,5.1vw,72px)}html:lang(en) .hero-copy .hero-desc{font-size:21px}html:lang(en) .header nav{gap:22px;font-size:14px}html:lang(en) .brand img{width:180px}html:lang(en) .card-copy h3{font-size:29px}html:lang(en) .product-intro h1{font-size:clamp(36px,3.8vw,54px)}html:lang(en) .product-directory h2{font-size:21px}
@keyframes panel-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}::view-transition-old(root){animation:fade-out .15s ease both}::view-transition-new(root){animation:fade-in .22s ease both}@keyframes fade-out{to{opacity:0}}@keyframes fade-in{from{opacity:0}}
@media(max-width:1100px){.shell,.nav-shell{width:calc(100% - 72px)}.nav-shell{gap:18px}.header nav{gap:18px;font-size:14px}.nav-contact{padding-left:18px}.language-switch{padding-left:18px}.brand img{width:175px}.hero-inner{min-height:590px}.hero-copy .hero-desc{width:43%;font-size:20px}.hero-art{left:40%}.intelligence-grid,.split-section,.contact-page,.contact-band{gap:45px}.product-intro{gap:40px}.equipment-stage{padding:34px 45px 24px}.equipment-dashboard{height:285px}.dashboard-crop{height:380px}.module-layout{gap:35px}.module-views{padding:24px 35px 0}.service-hero{gap:36px}.service-art{height:440px}.knowledge-panel{padding:48px;gap:40px}.footer-main{grid-template-columns:1.3fr 1fr 1fr}.footer-main>div:last-child{grid-column:1/-1}.gallery-track{padding-left:36px;scroll-padding-left:36px}.data-numbers strong{font-size:56px}}
@media(max-width:980px){.menu-toggle{display:block}.header nav{position:absolute;top:90px;left:0;right:0;background:#fff;display:none;padding:10px 36px 25px;box-shadow:0 20px 30px #0000000d;border-bottom:1px solid var(--line)}.header nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.header nav>a{padding-block:16px}.header nav .nav-contact{padding-left:0;border-left:0;border-top:1px solid var(--line)}.language-switch{border:0;margin-left:auto}.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)}html:lang(en) .header nav{font-size:15px}}
@media(max-width:760px){
 html{scroll-padding-top:150px}.shell,.nav-shell{width:calc(100% - 40px)}.nav-shell{min-height:80px;gap:14px}.brand img{width:165px}html:lang(en) .brand img{width:165px}.header nav{top:80px;padding-inline:20px}.language-switch{font-size:13px;padding-left:0}.language-switch span{margin-left:4px}.menu-toggle{padding-right:0}.subnav{top:80px}.subnav>.shell{min-height:52px;flex-wrap:wrap;padding-block:10px;gap:8px 18px}.subnav>.shell>span{font-size:14px}.subnav nav{font-size:13px;gap:18px}h1{font-size:40px}h2{font-size:31px}h3{font-size:21px}.eyebrow{font-size:12px;margin-bottom:17px}.button,.text-link{font-size:14px}.button{padding:12px 21px}.actions{gap:24px}
 .home-hero{display:flex;flex-direction:column}.hero-inner{min-height:0;padding-block:35px 0;order:1}.hero-copy h1{font-size:clamp(30px,8.4vw,62px);letter-spacing:-.04em}html:lang(en) .hero-copy h1{font-size:clamp(21px,6.1vw,45px)}.hero-copy .hero-desc,html:lang(en) .hero-copy .hero-desc{width:100%;max-width:560px;font-size:18px;line-height:1.85;margin-top:26px}.hero-copy .actions{margin-top:24px}.hero-art{position:relative;inset:auto;order:2;height:280px;margin-top:10px;z-index:0;mask-image:linear-gradient(to bottom,transparent,#000 22%)}.hero-art img{object-position:76% center}
 .section-heading{display:block;margin-bottom:26px}.section-heading>p{font-size:16px;margin-top:20px}.gallery-section{padding:42px 0 26px}.gallery-track{gap:16px;padding-left:20px;padding-right:20px;scroll-padding-left:20px}.product-card{flex-basis:calc(100vw - 56px);grid-template-rows:auto 215px;min-width:0}.card-copy{padding:24px}.card-copy h3,html:lang(en) .card-copy h3{font-size:26px}.card-copy p:not(.eyebrow){font-size:15px;line-height:1.7}.card-visual{padding:20px 22px 0}.card-equipment .card-visual>img{width:170px}.card-service .card-visual{padding:15px}.card-service .chat-visual{padding:13px}.card-service .bubble{font-size:12px}.card-service .bubble.answer p{font-size:13px}.gallery-controls{gap:8px}.gallery-dots{gap:2px;margin-right:0}.round{width:36px;height:36px}.home-focus{padding:42px 0}.home-focus>.shell{grid-template-columns:1fr;gap:24px}.home-focus h2{font-size:30px}.home-focus>.shell>div>p:not(.eyebrow){font-size:16px}.home-focus .actions{margin-top:18px}
 .page-heading{padding-block:40px}.page-heading>p:not(.eyebrow){font-size:17px;margin-top:22px}.page-heading>p br{display:none}.feature-section,.capabilities,.data-band{padding-block:50px}.feature-notes,.capability-list{grid-template-columns:1fr;gap:26px;margin-top:28px}.feature-notes h3,.capability-list h3{font-size:21px}.feature-notes.large>div{padding-top:20px}.feature-notes.large span{margin-bottom:15px}.intelligence-section{padding-block:50px}.intelligence-grid{grid-template-columns:1fr;gap:30px}.principles article{gap:20px;padding:22px 0}.principles h3{font-size:21px}.contact-band{grid-template-columns:1fr;gap:24px;padding-block:48px}.contact-band>div:last-child{justify-self:start}.contact-band p:not(.eyebrow){font-size:16px}.capability-list{gap:0}.capability-list article{padding:22px 0}
 .product-intro{grid-template-columns:1fr;gap:28px;padding-block:36px 32px}.product-intro h1{font-size:39px}html:lang(en) .product-intro h1{font-size:35px}.product-intro-copy>p:last-child{font-size:16px;margin-top:18px}.product-directory>a{padding:18px 0;gap:12px;grid-template-columns:22px 1fr 30px}.product-directory h2,html:lang(en) .product-directory h2{font-size:19px}.product-directory p{font-size:13px}.directory-arrow{width:30px;height:30px;font-size:17px}.products-overview .gallery-section{padding-top:24px}.product-hero{padding-top:38px}.product-hero h1{font-size:40px}.hero-desc{font-size:17px;line-height:1.8}.product-hero .hero-desc br{display:none}.parts-stage{margin-top:32px;border-radius:14px 14px 0 0}.product-bar{font-size:13px;padding:12px 14px;gap:10px;flex-wrap:wrap}.product-bar .text-link{font-size:13px}.dashboard-crop{height:260px}.dashboard-crop img{width:680px;max-width:none}.equipment-stage{padding:24px 16px 20px;margin-top:32px;border-radius:16px 16px 0 0}.equipment-dashboard{height:235px}.equipment-dashboard img{width:620px;max-width:none}.equipment-stage>p{font-size:12px;letter-spacing:0}.stage-symbol{width:280px}.module-layout{grid-template-columns:1fr;gap:25px}.module-tabs button{padding:20px}.module-tabs button strong{font-size:21px}.module-tabs button p{font-size:15px}.module-views{padding:24px 35px 0}.module-views .image-button{max-height:480px}.split-section{grid-template-columns:1fr;gap:30px}.rental-section,.conversation-section{padding-block:48px}.rental-shot{width:280px;max-height:430px}.service-hero{grid-template-columns:1fr;padding-block:38px;gap:28px}.service-hero h1{font-size:41px}.service-art{height:275px}.chat-visual{padding:22px}.bubble{font-size:15px}.bubble.answer p{font-size:19px}
 .knowledge-panel{grid-template-columns:1fr;padding:32px 25px;gap:28px}.knowledge-panel>img{width:95px;margin:0}.knowledge-panel p:not(.eyebrow){font-size:16px}.data-numbers{grid-template-columns:1fr;gap:22px;margin-top:30px}.data-numbers>div{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top-width:1px;padding-top:20px}.data-numbers strong{font-size:48px}.data-numbers strong span{font-size:15px;margin-left:8px}.data-numbers p{font-size:14px;max-width:140px;margin:0}.about-material{height:250px;margin-inline:20px}.about-copy{grid-template-columns:1fr;gap:15px;padding-block:48px}.contact-page{grid-template-columns:1fr;gap:30px;padding-block:38px}.contact-page h1{font-size:41px}.contact-email{font-size:22px;margin-top:26px}.contact-form{padding:24px}.contact-form legend{font-size:17px}.download-list{padding-bottom:48px}.download-row{grid-template-columns:1fr;gap:16px;padding:25px 0}.download-row p{margin-bottom:8px}.download-state{justify-self:start;max-width:none}.footer{padding-top:40px}.footer-main{grid-template-columns:1fr 1fr;gap:30px 20px;padding-bottom:28px}.footer-main>a{grid-column:1/-1}.footer-main>a img{width:210px}.footer-main>div:last-child{grid-column:1/-1}.footer-bottom{display:block;font-size:12px;line-height:1.8}.footer-bottom span{display:block}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}::view-transition-old(root),::view-transition-new(root){animation:none!important}}

@media(min-width:761px) and (max-width:1100px){.footer-main{grid-template-columns:1.35fr 1fr;gap:34px 55px}.footer-main>div:last-child{grid-column:auto}.footer-contact{grid-column:2}.footer-main>div:nth-child(3){grid-row:2;grid-column:1}}
@media(max-width:760px){.footer{padding-top:34px}.footer-main{grid-template-columns:1fr 1fr;gap:28px 20px;padding-bottom:30px}.footer-about{grid-column:1/-1;padding-bottom:26px;border-bottom:1px solid #ffffff26}.footer-brand img{width:210px}.footer-main>div:last-child{grid-column:1/-1}.footer-label{margin-bottom:17px}.footer-bottom{display:block}.footer-bottom span{display:block}.footer-bottom span+span{margin-top:5px}}

/* Full product frames share a grid cell so every slide reserves the same height. */
.gallery-section{background:var(--blue);color:#fff;padding-bottom:36px}
.gallery-section .section-heading .muted,.gallery-section .section-heading>p{color:#e7e5ff}
.gallery-section .gallery-track{display:grid;gap:0;padding:0;overflow:visible;scroll-snap-type:none;background:var(--blue);touch-action:pan-y pinch-zoom}
.gallery-section .product-card{grid-area:1/1;width:min(calc(100% - 112px),var(--max));margin:0 auto;min-height:520px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr);grid-template-rows:auto;gap:56px;align-items:center;border:0;border-top:4px solid var(--orange);border-radius:8px;background:#fff;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility .5s;letter-spacing:0;color:var(--ink)}
.gallery-section:not(.gallery-ready) .product-card:first-child,.gallery-section .product-card.is-active{opacity:1;visibility:visible;pointer-events:auto}
.gallery-section .card-copy{padding:40px 0;min-width:0;overflow-wrap:anywhere}
.gallery-section .card-copy h3{font-size:38px;line-height:1.3;letter-spacing:0;margin-bottom:24px}
.gallery-section .card-copy .eyebrow{font-size:13px;letter-spacing:0;margin-bottom:20px}
.gallery-section .card-copy p:not(.eyebrow){font-size:17px;line-height:1.8;margin-bottom:20px}
.gallery-section .card-copy .text-link{font-weight:600;min-height:44px}
.gallery-section .card-visual{height:520px;min-width:0;padding:32px 0;display:flex;align-items:center;justify-content:center;background:transparent;overflow:visible}
.gallery-section .card-visual>img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border:0;border-radius:0;box-shadow:none;margin:0}
.gallery-section .card-service .chat-visual{width:100%;max-width:540px;margin:0;padding:32px;border-radius:8px;box-shadow:none}
.gallery-section .card-service .chat-label{font-size:14px;margin-bottom:24px}
.gallery-section .card-service .chat-label img{width:28px}
.gallery-section .card-service .bubble{font-size:16px;padding:12px 16px;margin-bottom:12px;overflow-wrap:anywhere}
.gallery-section .card-service .bubble.answer{padding:12px 0 0;margin-bottom:0}
.gallery-section .card-service .bubble.answer>span{font-size:14px}
.gallery-section .card-service .bubble.answer p{font-size:19px;line-height:1.6;margin:12px 0 0}
.gallery-section .gallery-controls{position:relative;justify-content:center;gap:16px;margin-top:16px;min-height:44px}
.gallery-section .gallery-status{position:absolute;right:0;margin:0;color:#fff;font-size:13px}
.gallery-section .gallery-dots{gap:8px;margin:0}
.gallery-section .gallery-dots button{width:32px;height:44px}
.gallery-section .gallery-dots button:before{width:9px;height:9px;inset:17px auto auto 11px;border-radius:50%;border:1px solid #fff;background:transparent}
.gallery-section .gallery-dots button[aria-current=true]:before{width:9px;left:11px;background:var(--orange);border-color:var(--orange)}
.gallery-section .round{width:44px;height:44px;flex-shrink:0;border-radius:0;background:transparent;color:#fff;font-size:30px}
.gallery-section .auto-play{font-size:20px}
.gallery-section .round:hover:not(:disabled){background:#ffffff1f}
@media(max-width:1000px){
 .gallery-section .product-card{gap:28px;width:calc(100% - 64px);grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}
 .gallery-section .card-copy h3{font-size:32px}
 .gallery-section .card-service .chat-visual{padding:22px}
}
@media(max-width:760px){
 .gallery-section .product-card{width:calc(100% - 40px);min-height:0;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 350px;gap:0;align-items:stretch}
 .gallery-section .card-copy{padding:28px 0 8px}
 .gallery-section .card-copy h3,html:lang(en) .gallery-section .card-copy h3{font-size:28px;line-height:1.3;letter-spacing:0;margin-bottom:16px}
 .gallery-section .card-copy .eyebrow{margin-bottom:16px}
 .gallery-section .card-copy p:not(.eyebrow){font-size:16px;margin-bottom:12px}
 .gallery-section .card-visual{height:350px;padding:20px 0 28px}
 .gallery-section .card-service .chat-visual{padding:20px}
 .gallery-section .card-service .chat-label{font-size:13px;margin-bottom:18px}
 .gallery-section .card-service .bubble{font-size:14px;padding:9px 12px}
 .gallery-section .card-service .bubble.answer>span{font-size:13px}
 .gallery-section .card-service .bubble.answer p{font-size:16px}
 .gallery-section .gallery-controls{gap:4px}
 .gallery-section .gallery-dots{gap:0}
 .gallery-section .gallery-status{position:static;font-size:12px;margin-left:8px}
}
