/* Shared finishing layer: reading rhythm, navigation, touch and inquiry flow. */
:root{--ux-header-height:82px;--ux-anchor-offset:160px;--ux-accent:#c72e34;--ux-focus:#c72e34}
html{scroll-padding-top:var(--ux-anchor-offset)!important}
body{margin:0}
main,main>section{min-width:0}
main :is(section,[id]){scroll-margin-top:16px!important}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button:disabled{cursor:wait;opacity:.6}
:is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--ux-focus)!important;outline-offset:4px}
main :is(h1,h2){text-wrap:balance}
main p{text-wrap:pretty}
main :is(input,select,textarea){max-width:100%;border:1px solid #c4c9c0;transition:border-color .2s,box-shadow .2s}
main :is(input,select,textarea):focus{border-color:var(--ux-accent)!important;box-shadow:0 0 0 3px #c72e3414;outline:none}
.ux-skip{position:fixed;z-index:5000;top:10px;left:16px;padding:12px 18px;background:#fff;color:#171717;transform:translateY(-180%);font:700 14px Arial,sans-serif}
.ux-skip:focus{transform:none}
.sx-nav{position:relative;width:min(1440px,calc(100% - 48px));grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:24px}
.sx-menu{min-width:0;gap:clamp(10px,1.1vw,18px)}
.sx-menu-right{justify-content:flex-end}
.sx-group{display:flex;align-items:center;gap:2px}
.sx-group>a,.sx-link{font-size:11px;letter-spacing:.035em}
.sx-sub-toggle{display:grid;place-items:center;flex:0 0 22px;width:22px;height:32px;padding:0;border:0;background:none;color:inherit;cursor:pointer}
.sx-sub-toggle span{font-size:15px;line-height:1;transition:rotate .18s}
.sx-sub-toggle[aria-expanded=true] span{rotate:180deg}
.sx-group .sx-drop,.sx-group:hover .sx-drop,.sx-group:focus-within .sx-drop{visibility:hidden;pointer-events:none}
.sx-group.is-open .sx-drop{visibility:visible;pointer-events:auto}
.sx-drop{top:calc(100% - 4px);left:-12px;border-radius:8px;padding:8px;box-shadow:0 18px 48px #10161022}
.sx-drop a{min-height:44px;display:flex;align-items:center;border-radius:4px;font-size:13px;line-height:1.4}
.sx-drop a[aria-current=page]{color:var(--ux-accent);background:#f8eded;font-weight:700}
.sx-menu-right .sx-group:last-of-type .sx-drop{right:0;left:auto}
.sx-menu-backdrop{position:fixed;inset:var(--ux-header-height) 0 0;z-index:998;border:0;background:#0d151966;padding:0;cursor:default}
.sx-menu-backdrop[hidden]{display:none}
.sx-mobile{top:var(--ux-header-height)!important;overscroll-behavior:contain;max-height:0}
.sx-mobile.open{max-height:calc(100dvh - var(--ux-header-height))!important}
.sx-mobile a[aria-current=page]{color:var(--ux-accent);font-weight:800}
.sx-mobile summary{display:flex;justify-content:space-between;align-items:center;list-style:none}
.sx-mobile summary::-webkit-details-marker{display:none}
.sx-mobile summary::after{content:'+';font-size:20px;font-weight:400}
.sx-mobile details[open]>summary::after{content:'−'}
.sx-menu-open :is(.wa-contact-hub,.whatsapp-float){visibility:hidden}
.sx-header.sx-scrolled{background:#fafaf7;backdrop-filter:none}
:is(.ipp-local,.bx-local,.er-local,.cp-local,.cx-categories,.as-jump-nav,.fw-local,.audit-local){top:var(--ux-header-height)!important}
:is(.ipp-local,.bx-local,.er-local,.cp-local,.cx-categories,.as-jump-nav) a{min-height:40px;display:inline-flex;align-items:center}
:is(.ipp-local,.bx-local,.er-local,.cp-local,.cx-categories)>div{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain}
.as-jump-nav>.as-wrap{touch-action:pan-x pinch-zoom}
.sx-tools .sx-tool{min-width:28px;min-height:28px}
.sx-language[hidden]{display:none!important}
.sx-search{padding:clamp(80px,12vh,140px) 20px 24px;overflow-y:auto;overscroll-behavior:contain;backdrop-filter:none;background:#0d1519d9}
.sx-search-box{box-sizing:border-box;max-height:calc(100dvh - 120px);overflow-y:auto;border-radius:16px;box-shadow:0 28px 80px #0004}
.sx-search-head{font-size:23px;gap:20px}
.sx-search-close{min-width:44px;min-height:44px}
.sx-search input{font-size:16px;min-height:50px}
.sx-search-results a{min-height:44px;padding:12px 14px;border-radius:6px}
.ux-search-count{font:12px/1.6 Arial,sans-serif;color:#677069;margin:14px 0 0}
.ux-search-empty{grid-column:1/-1;padding:24px;background:#f5f5f0;border-radius:8px;color:#586153;font:15px/1.7 Arial,sans-serif}
.ux-search-open{overflow:hidden!important}
.ux-model-actions{display:grid;grid-template-columns:1fr auto;gap:6px;margin-top:15px}
.ux-model-actions a,.ux-model-actions button{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 11px;border-radius:5px;font:600 12px/1.3 Arial,sans-serif;text-align:center;text-decoration:none}
.ux-model-actions a{color:#fff;background:#26392e;border:1px solid #26392e}
.ux-model-actions button{color:#344637;background:#fff;border:1px solid #c6cdc3;cursor:pointer}
.ux-model-actions a:hover{background:#bc2b32;border-color:#bc2b32}
.ux-model-actions button:hover{background:#eff2eb}
.ux-model-status{font:11px/1.5 Arial,sans-serif!important;color:#4d6b40!important;min-height:17px;margin:6px 0 0!important}
.ux-brief-context{margin:0 0 20px!important;padding:14px 16px;border-left:3px solid #be3034;background:#f5f1e9;color:#34412d;font:14px/1.65 Arial,sans-serif}
.ux-empty-reset{margin-top:18px;min-height:44px;border:1px solid #c5ccc0;padding:10px 18px;background:#fff;color:#273a2a;cursor:pointer}
.cx-card{display:flex;flex-direction:column}
.cx-info{display:flex;flex-direction:column;flex:1;min-height:0!important}
.cx-info>p:not(.ux-model-status){flex:1}
.cx-card.filtered{display:none!important}
.cx-code{flex-wrap:wrap;column-gap:10px}
.cx-density button[aria-pressed=true]{outline-offset:-3px}
.cx-tools{top:calc(var(--ux-header-height) + 62px)}
.wa-contact-hub button.whatsapp-float{border:0;cursor:pointer;display:grid;place-items:center}
.wa-contact-hub .wa-contact-menu,.wa-contact-hub:hover .wa-contact-menu,.wa-contact-hub:focus-within .wa-contact-menu{opacity:0;visibility:hidden;pointer-events:none}
.wa-contact-hub.open .wa-contact-menu{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.wa-person{min-height:56px}
.sx-footer-grid{grid-template-columns:1fr .65fr .75fr 1.6fr;gap:clamp(24px,3vw,48px)}
.sx-footer-contact{grid-column:auto}
.sx-footer :is(p,a,b){overflow-wrap:anywhere}
.sx-footer .sx-contact-duo{grid-template-columns:1fr 1fr;gap:12px}
.sx-footer .sx-person{min-width:0;padding:16px 12px}
.sx-footer-links a{min-height:32px;line-height:1.6}
.sx-footer .sx-socials a{min-width:36px;min-height:36px}
@media(min-width:1600px){.pr-wrap,.ipp-wrap,.bx-wrap,.er-wrap,.cx-wrap{max-width:1360px}.pr-hero h1{font-size:clamp(80px,5.3vw,108px)}.ipp-hero-copy h1,.cx-hero h1{font-size:clamp(64px,5vw,92px)}}
@media(max-width:1200px){
 .sx-header,.sx-header.sx-scrolled{height:68px}.sx-nav{grid-template-columns:minmax(0,1fr) auto auto;width:calc(100% - 32px);gap:10px;padding:0!important}
 .sx-menu{display:none}.sx-brand{justify-self:start;min-width:0}.sx-brand img{width:100px;height:34px}
 .sx-toggle{display:block;min-width:44px;min-height:44px}.sx-tools{position:static!important;margin:0!important;background:none!important;padding:0!important;gap:6px}
 .sx-tools .sx-social-tool{display:none}.sx-tools .sx-tool{width:40px;height:40px}.sx-scrolled .sx-tools{bottom:auto}
 .sx-footer-grid{grid-template-columns:1fr 1fr;gap:38px}.sx-footer-contact{grid-column:1/-1}.sx-footer .sx-contact-duo{grid-template-columns:1fr 1fr}
}
@media(min-width:681px) and (max-width:1000px){.pr-quality-grid{gap:36px}.pr-panel-copy{padding:28px}.pr-panel h3{font-size:30px}.as-hero-grid{gap:28px}.as-detail-grid,.as-work-grid{gap:36px}.as-facts{gap:24px}}
@media(max-width:680px){
 :root{--ux-header-height:64px;--ux-anchor-offset:140px}
 .sx-header,.sx-header.sx-scrolled{height:64px!important}.sx-nav{width:calc(100% - 28px)!important;padding:0!important}
 .sx-toggle{width:44px!important;height:44px!important;padding:11px!important}.sx-tools .sx-tool{width:40px!important;height:40px!important}
 .sx-mobile-inner{padding:8px 18px max(24px,env(safe-area-inset-bottom))!important}
 .sx-mobile a,.sx-mobile summary{min-height:46px;padding:13px 2px!important;font-size:13px!important;line-height:1.5}
 .sx-mobile-sub{grid-template-columns:1fr 1fr;gap:2px 12px;padding:2px 10px 14px}.sx-mobile-sub a{font-size:12px!important;text-transform:none}
 main p:not([class*="kicker"]):not([class*="eyebrow"]):not([class*="label"]):not([class*="status"]){font-size:14px!important;line-height:1.7!important}
 main :is([class*="kicker"],[class*="eyebrow"]){font-size:10px!important;line-height:1.6!important;letter-spacing:.13em!important}
 main :is(h1){line-height:1.06!important;letter-spacing:-.045em!important}
 main :is(h2){line-height:1.13!important;letter-spacing:-.035em!important}
 .pr-hero h1{font-size:clamp(40px,11vw,60px)}.pr-hero{min-height:630px}.pr-hero-content{padding-top:116px}.pr-lead{font-size:15px}
 :is(.ipp-section,.bx-section,.er-section,.as-section){padding-block:52px!important}
 :is(.ipp-card,.detail-card,.overview-card,.bx-path-card,.er-map-card){padding:22px!important;min-height:0!important}
 .ipp-card-grid,.ipp-flow-grid,.bx-path-grid{gap:12px!important}
 .ipp-card-grid,.bx-path-grid{grid-template-columns:1fr!important}
 .ipp-step{padding:20px 15px!important}.ipp-step b{font-size:16px!important;margin-top:26px!important}
 main :is(input,select,textarea){font-size:16px!important;min-height:48px;line-height:1.5!important}
 main label,.bx-field label{font-size:12px!important;line-height:1.5!important}
 main textarea{min-height:140px}
 :is(.as-tour-tabs button,.pr-tabs button,[role=tab],.cx-density button){min-height:46px;font-size:12px!important;line-height:1.4!important}
 :is(.pr-controls button,.as-assemble-button,.hm-replay){min-height:44px;min-width:44px}
 .hm-replay{top:2px;right:2px;width:44px;height:44px;background:#151515b8}.hm-factory-motion{pointer-events:none}
 .evelx-equipment-banner>.wapper1{padding-inline:44px!important}
 .cx-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.cx-grid.compact{gap:8px!important}
 .cx-info,.cx-grid.compact .cx-info{padding:13px 11px!important}.cx-code b{font-size:13px!important;overflow-wrap:anywhere}.cx-code small{font-size:10px!important}
 .cx-info>p:not(.ux-model-status){font-size:12px!important;line-height:1.6!important}
 .ux-model-actions{grid-template-columns:1fr}.ux-model-actions a,.ux-model-actions button{min-height:44px;font-size:12px}
 .cx-tools{position:relative!important;top:auto!important;gap:12px!important}.cx-count{font-size:12px!important}
 .cx-head{margin-bottom:26px!important}.cx-search input{width:100%;box-sizing:border-box}
 .bx-form-grid{grid-template-columns:1fr!important;gap:16px!important}.bx-field.full{grid-column:auto!important}
 #bx-contact-brief .bx-inquiry-workspace{grid-template-columns:1fr!important}.bx-form,#bx-contact-brief .bx-form{padding:24px 18px!important}
 .brief-email-note{font-size:12px!important;line-height:1.7!important}
 .product-line-desc{font-size:12px!important;line-height:1.55!important;min-height:0!important}.product-line-title{font-size:14px!important;line-height:1.3!important;min-height:0!important}.product-line-link{font-size:12px!important;min-height:38px;display:flex;align-items:center;justify-content:center}
 .product-line-card{padding:20px 12px 14px!important}.product-icon-wrap{width:76px!important;height:76px!important}.product-icon-img{width:70px!important;height:70px!important}
 .hn-route-inner a{min-height:96px!important}.hn-route-inner small{font-size:9px!important;line-height:1.4!important}.hn-route-inner b{font-size:13px!important;line-height:1.4!important}
 .who-service-item p,.con02_list3 .txtbg .h3{font-size:12px!important;line-height:1.6!important}.con02_list3 .txtbg .h2{font-size:14px!important;line-height:1.4!important}
 .con02_list3 .nr_box{min-height:128px!important}.con02_list3 .txtbg{padding:14px!important}
 .equipment-banner-subtitle,.evelx-recommended-desc{font-size:12px!important;line-height:1.5!important}.evelx-recommended-name{font-size:17px!important}
 .sx-search{padding:78px 12px 20px}.sx-search-box{width:100%;max-height:calc(100dvh - 96px);padding:20px}.sx-search-results{grid-template-columns:1fr}.sx-search-head{font-size:21px}
 .sx-footer-wrap{width:calc(100% - 36px);padding-top:44px}.sx-footer-grid{gap:28px!important;grid-template-columns:1fr 1fr!important}.sx-footer-grid>div:first-child{grid-column:1/-1}.sx-footer-about{font-size:14px!important;line-height:1.7!important;max-width:440px}.sx-footer h3{font-size:16px!important;margin-bottom:18px!important}
 .sx-footer-links a{font-size:13px!important;min-height:40px;margin-bottom:4px!important}.sx-footer .sx-contact-duo{grid-template-columns:1fr!important;gap:12px}.sx-contact-line{min-height:44px}.sx-contact-line b{font-size:13px!important}.sx-contact-line small,.sx-role{font-size:11px!important}.sx-footer-bottom{font-size:11px!important;line-height:1.6!important}
 .wa-contact-hub{right:14px!important;bottom:max(14px,env(safe-area-inset-bottom))!important}.wa-contact-menu{max-width:calc(100vw - 28px)}
}
@media(max-width:360px){.cx-grid,.cx-grid.compact{grid-template-columns:1fr!important}.sx-mobile-sub{grid-template-columns:1fr}.pr-hero-bottom{letter-spacing:.04em}.as-actions{gap:14px}}
@media(hover:none),(pointer:coarse){.hn-tilt,.ipp-lens,.er-console{transform:none!important}.cx-card:hover .cx-stage img{transform:scale(.94)}.hn-reveal{filter:none!important}.product-card:hover{transform:none!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{scroll-behavior:auto!important}.hn-reveal{filter:none!important;transform:none!important}.sx-sub-toggle span{transition:none}}
/* Utility icons and navigation occupy separate rows in both scroll states. */
@media(min-width:1201px){
 .sx-header,.sx-header.sx-scrolled{height:82px}
 .sx-header .sx-nav{box-sizing:border-box;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-rows:30px 44px;column-gap:24px;row-gap:0;padding:4px 0;height:100%}
 .sx-header .sx-menu{grid-column:1;grid-row:2;height:44px;align-self:center}
 .sx-header .sx-menu-right{grid-column:3;grid-row:2}
 .sx-header .sx-brand{grid-column:2;grid-row:1 / 3;align-self:center;justify-self:center}
 .sx-header .sx-tools{position:static;inset:auto;grid-column:3;grid-row:1;justify-self:end;align-self:center;box-sizing:border-box;display:flex;gap:4px;height:28px;padding:0 8px;margin:0}
 .sx-header .sx-tools .sx-tool{width:28px;height:28px;min-width:28px;min-height:28px;flex:0 0 28px}
 .sx-header .sx-group{padding:0;height:44px}
 .sx-header .sx-link,.sx-header .sx-group>a{display:flex;align-items:center;min-height:44px;line-height:1.3}
 .sx-header .sx-link::after,.sx-header .sx-group>a::after{bottom:3px}
 .sx-header .sx-group .sx-drop{top:100%}
}
