@view-transition{navigation:auto}
:root{--blue:#140A9A;--orange:#EA5304;--ink:#3C3C3C;--white:#FFFFFF;--muted:color-mix(in srgb,var(--ink) 85%,white);--paper:color-mix(in srgb,var(--ink) 4%,white);--surface:color-mix(in srgb,var(--ink) 8%,white);--line:color-mix(in srgb,var(--ink) 20%,white);--blue-hover:#433BAE;--orange-hover:#EE7536;--orange-tint:#F7BA9B;--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:color-mix(in srgb, white 93%, transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--surface);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:var(--blue-hover)}.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:var(--paper)}.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:var(--ink);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:var(--orange-hover)}.hero-art{position:absolute;inset:0 0 0 40%;z-index:-1;mask-image:linear-gradient(to right,transparent,var(--ink) 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:var(--surface)}.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:var(--white);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:var(--ink);max-width:490px;margin-bottom:12px}.card-visual{position:relative;min-height:0;overflow:hidden;background:var(--surface);padding:24px 30px 0}.card-visual>img{width:100%;border:1px solid var(--line);border-radius:8px 8px 0 0;object-fit:cover;object-position:top;box-shadow:0 8px 25px color-mix(in srgb, var(--ink) 5%, transparent)}.card-equipment .card-visual>img{width:210px;margin:auto}.card-service .card-visual{padding:22px 30px;background:var(--surface)}.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:color-mix(in srgb, white 50%, transparent);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:var(--white);color:var(--blue);font-size:26px;display:grid;place-items:center;line-height:1}.auto-play{font-size:19px}.round:hover:not(:disabled){background:var(--line)}
.home-focus{background:var(--surface);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:var(--ink)}.home-focus h2{font-size:40px}.home-focus>.shell>div>p:not(.eyebrow){font-size:18px;color:var(--ink);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:var(--white);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:var(--line)}.principles article{display:flex;gap:24px;border-top:1px solid color-mix(in srgb, white 25%, transparent);padding:23px 0}.principles article>span{font-size:13px;color:var(--orange-tint);padding-top:7px}.principles h3{font-size:22px;margin-bottom:10px}.principles p,.intelligence-section .feature-notes p,.intelligence-section .section-heading>p{color:var(--line);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:var(--blue);color:var(--white);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:white;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:color-mix(in srgb,white 85%,var(--blue));font-size:14px;line-height:1.8;margin:0}
.footer-main .footer-about>p{max-width:290px}
.footer-main a:hover{color:white;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 var(--muted);padding-bottom:5px}
.footer-access span{color:var(--orange)}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid color-mix(in srgb, white 15%, transparent);padding-block:22px;font-size:12px;line-height:1.7;color:var(--muted)}
/* 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:var(--paper)}.directory-number{font-size:13px;color:var(--muted);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:var(--white);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:color-mix(in srgb, white 95%, transparent);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.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:var(--ink)}.subnav nav a:hover{color:var(--blue)}.product-hero{background:var(--paper);text-align:center;padding-top:58px}.product-hero .eyebrow{color:var(--blue)}.hero-desc{font-size:19px;line-height:1.85;color:var(--ink);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:var(--white);color:var(--ink);border-bottom:1px solid var(--line);font-size:14px}.product-bar .text-link{font-size:14px;white-space:nowrap}.wide-product,.parts-stage{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--white)}.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 color-mix(in srgb, var(--ink) 14%, transparent)}.equipment-dashboard{height:350px;overflow:hidden}.equipment-dashboard img{width:100%}.equipment-stage>p{font-size:13px;text-align:center;color:var(--line);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:var(--surface);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:var(--surface);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:var(--surface);padding-block:70px}.rental-shot{width:320px;max-height:475px;overflow:hidden;justify-self:center}.capabilities{padding-block:74px;background:var(--paper)}.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 var(--line)}.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:var(--paper)}.service-art img{width:100%;height:100%;object-fit:cover;object-position:75% center}.service-art>span{display:none}.conversation-section{background:var(--surface);padding-block:70px}.chat-visual{background:var(--white);border-radius:18px;padding:28px;box-shadow:0 12px 35px color-mix(in srgb, var(--ink) 3%, transparent)}.chat-label{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--ink);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:var(--surface);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:var(--ink);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:var(--line);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:var(--paper);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 var(--line);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 var(--line);border-radius:10px;background:var(--white);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:var(--surface);color:var(--ink);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 color-mix(in srgb, var(--ink) 27%, transparent)}.image-dialog::backdrop{background:color-mix(in srgb, var(--ink) 74%, transparent);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:var(--surface);font-size:26px}.interface-note{font-size:13px;color:var(--ink);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:var(--white);display:none;padding:10px 36px 25px;box-shadow:0 20px 30px color-mix(in srgb, var(--ink) 5%, transparent);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,var(--ink) 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 color-mix(in srgb, white 15%, transparent)}.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(--white);color:var(--ink);padding-bottom:24px}
.gallery-section .section-heading .muted{color:var(--blue)}
.gallery-section .section-heading>p{color:var(--muted)}
.gallery-section .gallery-track{display:grid;gap:0;padding:0;overflow:visible;scroll-snap-type:none;background:var(--paper);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-radius:0;background:transparent;overflow:visible;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease,visibility .5s;letter-spacing:0}
.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:var(--muted);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 var(--ink);background:transparent}
.gallery-section .gallery-dots button[aria-current=true]:before{width:9px;left:11px;background:var(--ink)}
.gallery-section .round{width:44px;height:44px;flex-shrink:0;border-radius:0;background:transparent;color:var(--ink);font-size:30px}
.gallery-section .auto-play{font-size:20px}
.gallery-section .round:hover:not(:disabled){background:var(--surface)}
@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}
}

/* VI colour roles: indigo anchors, orange accents, graphite text, neutral tints. */
.footer-label:before{content:"";display:inline-block;width:16px;height:3px;margin-right:9px;vertical-align:middle;background:var(--orange)}
.footer-bottom{color:color-mix(in srgb,white 76%,var(--blue))}
.footer-brand img{width:218px;height:auto}
.footer-access span{color:white}
.footer-main .footer-access{border-color:color-mix(in srgb,white 50%,transparent)}
.footer-main div{min-width:0}
.footer-main a{overflow-wrap:anywhere}
.home-hero .primary,.home-focus .primary{background:var(--blue);color:white}
.home-hero .primary{box-shadow:inset 0 -3px 0 var(--orange)}
.home-hero .primary:hover,.home-focus .primary:hover{background:var(--blue-hover)}
.gallery-section{background:var(--blue);color:white;padding-bottom:24px}
.gallery-section .section-heading .muted,.gallery-section .section-heading>p{color:white}
.gallery-section .gallery-track{background:var(--paper);border-top:4px solid var(--orange)}
.gallery-section .product-card{color:var(--ink);gap:64px;min-height:490px}
.gallery-section .card-copy h3{font-size:clamp(30px,3vw,42px);letter-spacing:-.025em}
.gallery-section .card-visual{height:490px;padding-block:32px}
.gallery-section .gallery-status,.gallery-section .round{color:white}
.gallery-section .round:hover:not(:disabled){background:color-mix(in srgb,white 15%,transparent)}
.gallery-section .gallery-dots button{width:44px;height:44px}
.gallery-section .gallery-dots button:before{border-color:white;left:17px}
.gallery-section .gallery-dots button[aria-current=true]:before{background:var(--orange);border-color:var(--orange);left:17px}
.gallery-section .gallery-dots{gap:0}
.dashboard-zoom{width:100%;display:block;border:0;padding:0;background:white;cursor:zoom-in;text-align:left}
.dashboard-crop,.equipment-dashboard{height:auto;max-height:none}
.dashboard-crop img,.equipment-dashboard img{width:100%;max-width:100%;height:auto}
.module-views .image-button,.rental-shot{max-height:none}
.dialog-zoom{position:absolute;top:8px;left:16px;min-height:36px;border:1px solid var(--line);border-radius:18px;padding:5px 15px;background:white;color:var(--blue);font-size:14px}
.image-dialog.zoomed>img{width:1200px;max-width:none;max-height:none}
.image-dialog.zoomed{overflow:auto}
.image-dialog.zoomed .dialog-close,.image-dialog.zoomed .dialog-zoom{position:sticky;top:0;z-index:1}
.image-dialog.zoomed .dialog-close{float:right}
.image-dialog .dialog-close{width:44px;height:44px;top:2px}
.image-button{touch-action:manipulation}
@media(max-width:980px){.header nav{max-height:calc(100dvh - 90px);overflow-y:auto}.subnav nav{overflow-x:auto;white-space:nowrap;max-width:100%;scrollbar-width:none}}
@media(max-width:760px){
 .shell,.nav-shell{width:calc(100% - 40px)}
 .nav-shell{min-height:68px;gap:8px}
 .brand img,html:lang(en) .brand img{width:152px;height:auto}
 .brand picture{display:block}
 .header nav{top:68px;max-height:calc(100dvh - 68px)}
 .header nav>a{min-height:52px;font-size:17px}
 .language-switch{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;font-size:14px}
 .language-switch span{display:none}
 .menu-toggle{width:44px;min-height:44px;padding:10px}
 .subnav{position:relative;top:0}
 .subnav>.shell{align-items:flex-start;padding-block:12px}
 .subnav nav{gap:22px;font-size:14px}
 html{scroll-padding-top:84px}
 .hero-inner{padding-top:34px}
 .hero-copy h1{font-size:clamp(27px,8.5vw,52px);line-height:1.3;letter-spacing:-.045em}
 html:lang(en) .hero-copy h1{font-size:clamp(29px,8.7vw,56px);white-space:normal;max-width:530px;letter-spacing:-.04em;line-height:1.08}
 .hero-copy .hero-desc,html:lang(en) .hero-copy .hero-desc{font-size:17px;line-height:1.85;margin-top:22px}
 html:lang(zh-CN) .hero-copy .hero-desc br{display:initial}
 .hero-copy .actions{margin-top:24px;gap:24px}
 .hero-art{height:240px;margin-top:14px}
 .hero-art img{object-position:75% center}
 .button,.text-link{font-size:15px;min-height:46px}
 .gallery-section{padding-top:34px}
 .gallery-section .section-heading h2{font-size:28px;line-height:1.4}
 .gallery-section .section-heading>p{font-size:15px;line-height:1.75;margin-top:14px}
 .gallery-section .section-heading>p br{display:none}
 .gallery-section .product-card{width:calc(100% - 40px);min-height:0;grid-template-rows:auto 300px;gap:0}
 .gallery-section .card-copy{padding:26px 0 0}
 .gallery-section .card-copy h3,html:lang(en) .gallery-section .card-copy h3{font-size:28px;margin-bottom:12px}
 .gallery-section .card-copy .eyebrow{font-size:12px;margin-bottom:12px;letter-spacing:.06em}
 .gallery-section .card-copy p:not(.eyebrow){font-size:16px;line-height:1.7;margin-bottom:6px}
 .gallery-section .card-visual{height:300px;padding:16px 0 24px}
 .gallery-section .card-service .chat-visual{padding:18px;width:100%;border:1px solid var(--line)}
 .gallery-section .gallery-controls{gap:0;margin-top:12px}
 .gallery-section .gallery-status{margin-left:8px}
 .gallery-section .card-visual>img{max-width:100%;max-height:100%}
 .page-heading,.product-intro,.contact-page{padding-top:32px}
 h1,.product-hero h1,.service-hero h1,.contact-page h1,.product-intro h1{font-size:clamp(32px,9vw,40px);line-height:1.25;overflow-wrap:break-word}
 .feature-section,.capabilities,.data-band,.intelligence-section{padding-block:40px}
 .parts-stage,.equipment-stage{margin-top:26px}
 .dashboard-crop,.equipment-dashboard{height:auto;max-height:none}
 .dashboard-crop img,.equipment-dashboard img{width:100%;max-width:100%}
 .equipment-stage{padding:16px 12px}
 .product-bar{padding:10px 12px}
 .module-layout{gap:20px}
 .module-tabs{display:flex;flex-direction:row;overflow-x:auto;gap:10px;padding:2px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:none}
 .module-tabs button{flex:0 0 84%;padding:20px;scroll-snap-align:start}
 .module-views{padding:18px 22px 0}
 .module-views .image-button{max-height:none}
 .rental-shot{width:min(100%,310px);max-height:none}
 .footer-main div>a{font-size:15px;line-height:1.7;min-height:36px;margin-bottom:5px}
 .footer-main{gap:26px 22px}
 .footer-about{padding-bottom:24px}
 .footer-brand img{width:200px}
 .footer-main .footer-about>p{font-size:15px;line-height:1.75}
 .footer-bottom{font-size:12px;line-height:1.9}
 .contact-form{padding:22px}
}
@media(max-width:360px){.shell,.nav-shell{width:calc(100% - 32px)}.brand img,html:lang(en) .brand img{width:138px}.gallery-section .product-card{width:calc(100% - 32px)}.gallery-section .card-service .chat-visual{padding:13px}.gallery-section .round,.gallery-section .gallery-dots button{width:40px}.gallery-section .gallery-status{font-size:11px;margin-left:4px}}
/* Surface reference: one contained panoramic scene, synchronized text and imagery. */
.gallery-section .gallery-track{width:min(calc(100% - 64px),1440px);margin-inline:auto;border-top:0;border-radius:24px;background:linear-gradient(115deg,var(--white),var(--paper));overflow:hidden}
.gallery-section .product-card{width:calc(100% - 96px);min-height:530px;grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr);gap:48px}
.gallery-section .card-visual{height:530px;padding-block:36px}
.gallery-section .card-visual>img{border-radius:9px;box-shadow:0 18px 46px color-mix(in srgb,var(--ink) 12%,transparent)}
.gallery-section .card-equipment .card-visual>img{max-height:438px}
.gallery-section .card-copy .eyebrow{border-left:3px solid var(--orange);padding-left:12px}
.gallery-section .gallery-dots button{width:52px}
.gallery-section .gallery-dots button:before,.gallery-section .gallery-dots button[aria-current=true]:before{inset:20px 6px auto;width:40px;height:3px;border:0;border-radius:0}
.gallery-section .gallery-dots button:before{background:color-mix(in srgb,white 45%,transparent)}
.gallery-section .gallery-dots button[aria-current=true]:before{background:var(--orange)}
@media(max-width:1000px){.gallery-section .product-card{width:calc(100% - 64px);gap:30px}.gallery-section .card-copy h3{font-size:30px}}
@media(max-width:760px){
 .gallery-section .gallery-track{width:calc(100% - 24px);border-radius:18px}
 .gallery-section .product-card{width:calc(100% - 40px);grid-template-columns:minmax(0,1fr);grid-template-rows:auto 310px;gap:0;min-height:0}
 .gallery-section .card-visual{height:310px;padding-block:18px 26px}
 .gallery-section .card-equipment .card-visual>img{max-height:266px}
 .gallery-section .gallery-dots button{width:44px}
 .gallery-section .gallery-dots button:before,.gallery-section .gallery-dots button[aria-current=true]:before{left:6px;width:32px}
}

/* Product-specific framing; original UI images remain unaltered. */
.gallery-section .card-visual{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:center;gap:20px}
.gallery-section .card-visual:before{content:"";position:absolute;inset:40px -28px 28px 4%;border-radius:50% 22% 40% 28%;z-index:-2;background:linear-gradient(135deg,color-mix(in srgb,var(--blue) 9%,white),color-mix(in srgb,var(--blue) 2%,white) 65%);transform:rotate(-6deg)}
.gallery-section .card-visual:after{content:"";position:absolute;z-index:-1;right:-15px;top:40px;width:105px;height:125px;border-top:3px solid var(--orange);border-right:3px solid var(--orange);border-radius:0 48px 0 0;opacity:.85}
.device-frame{position:relative;width:100%;max-width:570px;max-height:430px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 22px 46px color-mix(in srgb,var(--blue) 10%,transparent);overflow:hidden}
.device-chrome{height:30px;display:flex;align-items:center;gap:12px;padding-inline:16px;background:var(--white);border-bottom:1px solid var(--line);font:600 9px/1 Arial,sans-serif;letter-spacing:.09em;color:var(--muted)}
.device-chrome:before{content:"";width:5px;height:5px;flex-shrink:0;background:var(--orange);border-radius:50%;box-shadow:9px 0 var(--line),18px 0 var(--line);margin-right:14px}
.gallery-section .device-frame>img{width:100%;height:auto;max-height:390px;object-fit:contain;background:white;margin:auto}
.gallery-section .card-parts .device-frame{max-width:500px}
.gallery-section .card-equipment .device-frame{width:230px;border:5px solid var(--ink);border-radius:26px;max-height:none}
.gallery-section .card-equipment .device-chrome{height:24px;border:0;justify-content:center;font-size:8px;padding-inline:8px}
.gallery-section .card-equipment .device-chrome:before{width:24px;height:4px;background:var(--ink);box-shadow:none;border-radius:3px;margin-right:0}
.gallery-section .card-equipment .device-frame>img{max-height:none;width:100%}
.gallery-section .card-equipment .card-visual:before{inset:42px 8% 24px;border-radius:50% 45% 25% 40%}
.gallery-section .card-equipment .card-visual:after{right:15%;top:76px;width:90px;height:230px;border-bottom:3px solid var(--orange);border-radius:0 45px 45px 0}
.gallery-section .card-service .device-frame{max-width:530px;max-height:none}
.gallery-section .card-service .chat-visual{border:0;max-width:none;padding:24px;background:white}
.scene-caption{font-size:10px;line-height:1.7;letter-spacing:.09em;font-weight:600;color:var(--blue);text-align:center;max-width:100%}
@media(max-width:760px){
 .gallery-section .card-visual{height:330px;gap:14px;padding-block:18px 20px}
 .gallery-section .product-card{grid-template-rows:auto 330px}
 .gallery-section .card-visual:before{inset:20px -10px 15px 5%;border-radius:45% 30% 35% 20%}
 .gallery-section .card-visual:after{right:0;top:16px;width:65px;height:90px;border-top-width:2px;border-right-width:2px;border-radius:0 30px 0 0}
 .device-frame{border-radius:10px;max-height:none}
 .device-chrome{height:23px;font-size:8px;padding-inline:10px}
 .gallery-section .device-frame>img{max-height:240px}
 .gallery-section .card-equipment .device-frame{width:166px;border-width:4px;border-radius:20px}
 .gallery-section .card-equipment .device-chrome{height:18px;font-size:6px;gap:5px}
 .gallery-section .card-equipment .device-frame>img{max-height:none}
 .gallery-section .card-equipment .card-visual:before{inset:20px 12% 28px}
 .gallery-section .card-equipment .card-visual:after{right:10%;top:40px;width:70px;height:185px;border-bottom-width:2px}
 .gallery-section .card-service .chat-visual{padding:14px}
 .gallery-section .card-service .chat-label{font-size:11px;margin-bottom:10px}
 .gallery-section .card-service .bubble{font-size:13px;padding:8px 10px;margin-bottom:7px}
 .gallery-section .card-service .bubble.answer{padding:6px 0 0;margin:0}
 .gallery-section .card-service .bubble.answer p{font-size:14px;line-height:1.5;margin:8px 0 0}
 .scene-caption{font-size:9px;letter-spacing:.04em}
}

/* Capability illustration: real supported scope, no invented diagnosis results. */
.service-map{background:white;padding:28px;min-width:0;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 40px color-mix(in srgb,var(--blue) 7%,transparent)}
.service-map .map-kicker{font-size:12px;letter-spacing:.1em;font-weight:600;color:var(--blue);margin:0 0 20px}
.map-input{padding:13px 16px;background:var(--blue);color:white;font-size:15px;line-height:1.6;border-radius:8px;border-left:4px solid var(--orange)}
.service-map .map-title{font-size:17px;font-weight:600;margin:20px 0 12px;line-height:1.5}
.map-systems>div{display:flex;align-items:center;gap:16px;padding:14px 0;border-top:1px solid var(--line)}
.map-systems>div>span{font-size:12px;color:var(--blue);font-weight:600}
.map-systems strong{font-size:16px;font-weight:600}
.map-systems p{font-size:13px;line-height:1.6;color:var(--muted);margin:3px 0 0}
.map-systems i{font-style:normal;color:var(--orange);margin-left:auto;font-size:23px}
.service-map .map-foot{font-size:12px;color:var(--blue);line-height:1.6;margin:12px 0 0}
.gallery-section .card-service .device-frame{overflow:visible;background:transparent;border:0;box-shadow:none;max-width:480px}
.gallery-section .card-service .service-map{padding:24px}
@media(max-width:760px){
 .gallery-section .card-service .service-map{padding:15px;border-radius:12px}
 .gallery-section .service-map .map-kicker{font-size:10px;margin-bottom:10px}
 .gallery-section .map-input{font-size:12px;padding:8px 10px}
 .gallery-section .service-map .map-title{font-size:13px;margin:12px 0 8px}
 .gallery-section .map-systems>div{gap:12px;padding:8px 0}
 .gallery-section .map-systems strong{font-size:13px}
 .gallery-section .map-systems p{font-size:11px;margin-top:0}
 .gallery-section .service-map .map-foot{font-size:10px;margin-top:8px}
 .service-map{padding:20px}
}

.parts-dual{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 25%;gap:16px;align-items:center}
.parts-phone{border:4px solid var(--ink);border-radius:22px;overflow:hidden;background:white;box-shadow:0 22px 40px color-mix(in srgb,var(--blue) 13%,transparent)}
.parts-phone img{width:100%;height:auto}
.gallery-section .parts-dual .device-frame{width:100%;max-height:none}
.gallery-section .parts-dual .device-frame>img{max-height:none}
.device-section{padding-block:66px}
.device-section>h2{max-width:820px;margin-bottom:32px}
.device-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:24px}
.device-grid article{min-width:0;background:var(--paper);border:1px solid var(--line);border-top:3px solid var(--orange);border-radius:18px;padding:30px}
.device-grid h3{font-size:25px;color:var(--blue);margin-bottom:12px}
.device-grid p{font-size:16px;color:var(--muted);margin-bottom:24px}
.device-grid .image-button{display:block;background:white;width:100%;padding:0;border-radius:10px;overflow:hidden;box-shadow:0 14px 30px color-mix(in srgb,var(--ink) 8%,transparent)}
.device-grid .image-button>img{width:100%;height:400px;object-fit:contain}
.device-grid article:last-child .image-button{width:186px;margin:auto}
@media(max-width:760px){
 .parts-dual{grid-template-columns:minmax(0,1fr) 30%;gap:10px}
 .parts-phone{border-width:3px;border-radius:12px}
 .parts-dual .device-chrome{font-size:6px;padding-inline:6px;gap:4px;height:20px}
 .parts-dual .device-chrome:before{width:3px;height:3px;margin-right:7px;box-shadow:5px 0 var(--line),10px 0 var(--line)}
 .device-section{padding-block:40px}
 .device-grid{grid-template-columns:1fr;gap:18px}
 .device-grid article{padding:24px}
 .device-grid h3{font-size:23px}
 .device-grid .image-button>img{height:auto;max-height:400px;object-fit:contain}
 .device-grid article:last-child .image-button{width:180px}
}


/* Catalog final layout */
.gallery-products{width:min(calc(100% - 112px),1280px);margin:0 auto 24px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.gallery-products a{font-size:14px;line-height:1.6;color:white;min-height:44px;display:flex;align-items:center;border-bottom:1px solid color-mix(in srgb,white 40%,transparent);gap:15px}
.gallery-products a:after{content:'↗';color:var(--orange);font-size:19px}
.gallery-products a:hover{border-color:var(--orange)}
.parts-stage{max-width:960px;margin-inline:auto}
.equipment-screen{max-width:960px;margin-inline:auto}
.product-hero:has(+.device-section){padding-bottom:40px}
.scene-links{display:flex;flex-wrap:wrap;gap:8px 24px}
.query-board{width:100%;max-width:500px;background:white;padding:32px;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 50px color-mix(in srgb,var(--blue) 10%,transparent)}
.query-board .map-kicker{font-size:12px;letter-spacing:.05em;font-weight:600;color:var(--blue);margin:0 0 18px}
.query-board-title{font-size:23px;line-height:1.5;font-weight:600;margin:0 0 24px}
.query-icons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.query-icons>div{min-height:96px;background:var(--paper);border-radius:10px;padding:12px 6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.query-icons>div:nth-child(4),.query-icons>div:nth-child(5){background:color-mix(in srgb,var(--orange) 6%,white)}
.query-icons svg{width:34px;height:34px;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.query-icons strong{font-size:12px;line-height:1.4;font-weight:500}
.query-key{margin-top:20px;padding-top:15px;border-top:2px solid var(--orange);font-size:11px;letter-spacing:.08em;color:var(--muted)}
.shared-queries{padding-block:64px}
.shared-queries>h2{margin-bottom:30px}
.shared-queries>.eyebrow{color:var(--blue)}
.shared-query-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}
.shared-query-grid article{padding-top:18px;border-top:2px solid var(--orange);min-width:0}
.shared-query-grid article>span{color:var(--blue);font-size:13px}
.shared-query-grid h3{font-size:21px;margin:16px 0 12px}
.shared-query-grid p{font-size:15px;line-height:1.8;color:var(--muted);margin:0}
@media(max-width:1100px){.shared-query-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-products{width:calc(100% - 72px)}}
@media(max-width:760px){
 .gallery-products{width:calc(100% - 40px);gap:8px 18px;margin-bottom:20px}
 .gallery-products a{font-size:13px;gap:8px}
 .scene-links{gap:0 20px}
 .scene-links .text-link{font-size:13px}
 .gallery-section .query-board{padding:18px}
 .query-board .map-kicker{font-size:10px;margin-bottom:10px}
 .query-board-title{font-size:16px;margin-bottom:15px}
 .query-icons{gap:8px}
 .query-icons>div{min-height:72px;padding:8px 3px;gap:5px}
 .query-icons svg{width:28px;height:28px}
 .query-icons strong{font-size:10px}
 .query-key{font-size:9px;margin-top:12px;padding-top:10px}
 .shared-queries{padding-block:40px}
 .shared-query-grid{grid-template-columns:1fr 1fr;gap:24px 20px}
 .shared-query-grid h3{font-size:19px;margin:12px 0 10px}
 .shared-query-grid p{font-size:14px}
 .gallery-section .gallery-controls{flex-wrap:wrap;gap:0 8px;justify-content:center}
 .gallery-section .gallery-dots{order:-1;width:100%;justify-content:center}
 .gallery-section .gallery-dots button{width:44px}
 .gallery-section .gallery-status{position:static;margin-left:8px}
 .gallery-section .card-query .card-copy h3{font-size:25px}
 .gallery-section .card-query .card-visual{height:330px}
}
@media(max-width:350px){.shared-query-grid{grid-template-columns:1fr}}

.footer-bottom .back-top{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;min-height:44px;margin-left:auto;border:1px solid currentColor;border-radius:50%;font-size:24px;line-height:1;letter-spacing:0;color:white}.footer-bottom .back-top:hover{color:var(--orange)}
