/* PSH solution - shared design system, revision 20. Static hosting, local assets. */
:root{--ink:#182026;--muted:#58646d;--red:#df1929;--red-light:#ff6370;--paper:#f5f6f7;--line:#dce1e4;--dark:#151d23;--panel:#202b33;--light:#bdc8d0;--radius:12px;--control-radius:6px;--shadow:0 8px 24px #18202608;--content:1240px;--space:88px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--red);outline-offset:5px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Arial,Helvetica,sans-serif;letter-spacing:-.04em;line-height:1.12;text-wrap:balance}h1{font-size:clamp(46px,4.8vw,68px);letter-spacing:-.05em;margin-bottom:26px}h2{font-size:clamp(34px,3.3vw,46px);margin-bottom:24px}h3{font-size:25px;margin-bottom:16px}p{margin-bottom:20px}em{font-style:normal;color:var(--red-light)}::selection{background:var(--red);color:white}
.wrap{width:min(var(--content),calc(100% - 96px));margin-inline:auto}.section{padding-block:var(--space)}.eyebrow,.meta,.number{font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.1em}.eyebrow{color:#ab2030;margin-bottom:18px}.meta{color:var(--muted);font-size:10px;letter-spacing:.08em}.number{display:block;color:#ab2030;margin-bottom:24px}.section-heading{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:end;margin-bottom:38px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:480px;color:var(--muted);font-size:16px;margin:0}.icon{width:19px;height:19px;flex:none;display:inline-block;vertical-align:middle}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-100px;left:24px;z-index:100;background:white;padding:12px 18px}.skip:focus{top:12px}

/* Straight, full-width navigation; rounding belongs to content panels. */
.header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:28px;width:100%;margin:0;padding:20px max(48px,calc((100% - var(--content))/2));background:var(--red);color:white;border-bottom:1px solid #ffffff18}.brand{display:block;width:368px;flex:none}.brand img{width:100%;filter:brightness(0) invert(1)}.header nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:600;white-space:nowrap}.header nav>a{position:relative;padding:8px 0}.header nav>a:not(.nav-contact):after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:white;transform:scaleX(0);transform-origin:left;transition:transform .18s}.header nav>a:hover:after,.header nav>a[aria-current]:after{transform:scaleX(1)}.header nav .nav-contact{display:inline-flex;align-items:center;gap:18px;margin-left:4px;padding:12px 17px;background:var(--dark);border-radius:var(--control-radius)}.header nav .nav-contact:hover{background:#29353e}.header a:focus-visible,.header button:focus-visible{outline-color:white}.menu-toggle{display:none}
.actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:23px;min-height:52px;padding:15px 20px;border:1px solid transparent;border-radius:var(--control-radius);font-size:14px;font-weight:600;line-height:1.4;transition:background .18s,border-color .18s}.red{background:var(--red);color:white}.red:hover{background:#bd1120}.white{background:white;color:var(--ink)}.white:hover{background:#e9edf0}.outline{color:white;border-color:#ffffff60}.outline:hover{background:#ffffff0d;border-color:white}.text-link{display:inline-flex;align-items:center;gap:16px;align-self:start;padding-bottom:7px;border-bottom:1px solid #87939b;font-size:14px;font-weight:600;line-height:1.5}.text-link:hover{color:var(--red);border-color:var(--red)}.back-link{display:inline-flex;align-items:center;gap:10px;color:var(--light);font-size:13px}.back-link:hover{color:white}.back-link .icon{width:16px;height:16px}

/* Shared introduction panels. The brand image has no extra labels or controls. */
.hero,.dc-hero{background:var(--dark);color:white}.hero-content{padding-block:64px}.hero-layout,.dc-hero-grid{display:grid;grid-template-columns:1.08fr 1fr;align-items:center;gap:70px}.hero .eyebrow,.dc-hero .eyebrow{color:var(--light)}.hero-lead{max-width:520px;font-size:17px;line-height:1.8;color:var(--light);margin-bottom:30px}.hero .actions{gap:12px}.hero .button{font-size:13px;padding:15px 18px;gap:18px}.hero-identity{width:100%;max-width:520px;justify-self:end;overflow:hidden;border-radius:var(--radius);background:#ed1b24}.hero-identity img{width:100%}.dc-hero{padding:28px 0 64px}.dc-hero-grid{margin-top:40px}.dc-hero h1{font-size:clamp(44px,4.5vw,64px)}.dc-hero .text-link{color:white;align-self:center}

/* Two primary services, then the supporting disciplines. */
.focus-services{display:grid;grid-template-columns:1fr 1fr;gap:24px}.focus-card{display:flex;flex-direction:column;padding:36px;background:var(--dark);color:white;border:1px solid var(--dark);border-radius:var(--radius)}.focus-card .eyebrow{color:var(--light)}.focus-card h3{font-size:31px;margin-bottom:18px}.focus-card>p:not(.eyebrow){color:var(--light);font-size:15px;max-width:500px}.focus-card .text-link{display:flex;justify-content:space-between;align-self:stretch;margin-top:auto;padding-top:20px;padding-bottom:0;border:0;border-top:1px solid #ffffff25;color:white}.focus-card .text-link:hover{color:var(--red-light)}.focus-power{display:flex;gap:35px;margin:8px 0 25px}.focus-power>span{font-size:44px;line-height:1.2;letter-spacing:-.04em}.focus-power small{font-size:14px;letter-spacing:0;margin-left:7px;color:var(--light)}.focus-ce{background:white;color:var(--ink);border-color:var(--line);box-shadow:var(--shadow)}.focus-ce .eyebrow{color:#ab2030}.focus-ce>p:not(.eyebrow){color:var(--muted)}.focus-ce .text-link{border-color:var(--line);color:var(--ink)}.focus-ce .text-link:hover{color:var(--red)}.focus-list{display:flex;flex-wrap:wrap;gap:8px 20px;margin:12px 0 30px;padding:0;list-style:none;font-size:13px;color:var(--muted)}.focus-list li{display:flex;gap:8px;align-items:center}.focus-list li:before{content:"";width:4px;height:4px;background:var(--red);border-radius:50%}.services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;margin-top:40px}.service{padding-top:25px;border-top:1px solid var(--line)}.service h3{font-size:22px;line-height:1.2}.service p{font-size:14px;color:var(--muted);margin-bottom:16px}.service .text-link{font-size:13px}

/* References with original marks, without white frames. */
#realizace{padding-top:0}.references{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.featured{background:var(--dark);color:white;border-radius:var(--radius);padding:36px;display:flex;flex-direction:column}.featured>.eyebrow{color:var(--light)}.bivoj-mark{margin:20px 0 38px;padding:22px 0 30px;border-block:1px solid #ffffff20;font-size:76px;font-weight:700;line-height:1;letter-spacing:-.055em}.bivoj-mark span{display:block;font-size:10px;letter-spacing:.14em;font-weight:500;color:var(--light);margin-top:18px}.featured h3{font-size:29px;margin-top:auto}.featured>p:last-child{font-size:15px;color:var(--light);margin-bottom:0}.reference-list article{display:grid;grid-template-columns:184px 1fr;gap:14px 24px;align-items:center;padding:26px 0 0;border-top:1px solid var(--line)}.reference-list .meta{grid-column:1/-1}.client-logo{display:flex;align-items:center;justify-content:center;width:100%;max-width:184px;min-height:62px;margin:0;padding:0}.client-logo img{object-fit:contain;width:calc(100% * var(--logo-scale,1));height:auto;max-width:none;max-height:none;margin:0;mix-blend-mode:multiply}.client-ege{--logo-scale:.64}.client-streicher{--logo-scale:.34}.reference-list p{color:var(--muted);font-size:14px;margin:0}.more-customers{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:40px;padding-top:30px;border-top:1px solid var(--line)}.more-customers .eyebrow{color:var(--muted);font-size:10px;max-width:190px;margin:0}.customer-logos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px;align-items:center;flex:1;min-width:0;max-width:850px}.customer-logos img{width:100%;max-width:var(--logo-width,184px);height:56px;object-fit:contain;justify-self:center;mix-blend-mode:multiply}.customer-logos .customer-iac{width:86%;--logo-width:158px}.customer-logos .customer-faiveley{--logo-width:184px}.customer-logos .customer-mubea{width:68%;--logo-width:124px}.customer-logos .customer-eissmann{width:98%;--logo-width:176px}.customer-logos .customer-iac{filter:brightness(0) opacity(.82);mix-blend-mode:normal}

/* Project references. */
/* Reference logos in the working draft; publication rights remain to be checked. */
.featured.ref-hilase,.featured.ref-tvac{padding:32px;min-height:300px}
.reference-client{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:75px;color:var(--light);font-size:11px;letter-spacing:.08em;margin:0 0 28px}.reference-brand{height:auto;flex:none}.reference-hilase{width:100px}.reference-streicher{width:62px}
.reference-story{margin-top:0}
.featured .reference-title h3{margin:0 0 20px;font-size:34px;line-height:1.15}
.reference-story>p{font-size:15px;line-height:1.75;color:var(--light);margin:0}
.reference-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:32px}
@media(max-width:960px){.reference-list{grid-template-columns:1fr;gap:26px}.featured .reference-title h3{font-size:29px}}
@media(max-width:580px){.featured.ref-hilase,.featured.ref-tvac{padding:26px;min-height:0}.reference-client{min-height:66px;margin-bottom:24px;font-size:10px}.reference-hilase{width:88px}.reference-streicher{width:56px}.featured .reference-title h3{font-size:29px}.reference-story>p{font-size:14px}}
.page-index #kdo-jsme,.page-index #kontakt{padding-top:0}
.page-index #kontakt{padding-bottom:48px}
.secondary-content{display:grid;gap:24px;padding-bottom:var(--space)}

/* Software and company — secondary, compact content. */
.software-teaser-section{padding:0}.software-teaser{display:grid;grid-template-columns:270px 1fr;gap:36px;align-items:center;padding:26px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow)}.software-teaser-image{display:block;height:175px;overflow:hidden;background:var(--dark);border-radius:var(--control-radius)}.software-teaser-image img{width:100%;height:auto;transition:opacity .18s}.software-teaser-image:hover img{opacity:.85}.software-teaser-copy .eyebrow{margin-bottom:10px}.software-teaser-copy h2{font-size:30px;margin-bottom:12px}.software-teaser-copy>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:640px;margin-bottom:18px}.software-teaser-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}.software-teaser-bottom>span{color:var(--muted);font-size:12px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.about-grid p:not(.eyebrow){color:var(--muted);font-size:16px}.about-grid .large-copy{font-size:23px!important;line-height:1.5;color:var(--ink)!important;letter-spacing:-.02em}.about-grid p:last-child{margin-bottom:0}.ap-section{padding:0}.ap-inner{display:grid;grid-template-columns:200px 1fr;align-items:center;gap:38px;padding:28px 36px;background:var(--dark);color:white;border-radius:var(--radius)}.ap-logo{padding-right:28px;border-right:1px solid #ffffff20}.ap-logo img{width:170px;mix-blend-mode:screen}.ap-inner .eyebrow{color:#e5d95b;font-size:10px;margin-bottom:10px}.ap-inner h2{font-size:30px;margin-bottom:10px}.ap-inner p:not(.eyebrow){font-size:14px;color:var(--light);max-width:730px;margin-bottom:15px}.ap-inner .text-link{color:#f0df5f;border-color:#9d954f;font-size:13px}

/* Contact and footer. */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;border-top:1px solid var(--line);padding-top:36px}.contact-details{padding-top:10px}.contact-email{display:inline-flex;align-items:center;gap:16px;font-size:clamp(23px,2.2vw,30px);line-height:1.35;font-weight:600;letter-spacing:-.035em;overflow-wrap:anywhere}.contact-email:hover{color:var(--red)}.contact-email .icon{width:21px;height:21px}.address-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}.address-grid p{font-size:14px;line-height:1.8;margin-top:12px}.legal{font-size:12px;color:var(--muted);max-width:400px}.contact-grid form{padding:30px;background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}form label{display:block;font-size:13px;font-weight:600;margin-bottom:20px}input,select,textarea{display:block;width:100%;min-width:0;margin-top:8px;border:1px solid #cdd5da;border-radius:var(--control-radius);padding:12px 13px;background:#fafbfc;color:var(--ink);font-size:16px;line-height:1.5}input::placeholder,textarea::placeholder{color:#707e87;font-size:14px}input:focus,select:focus,textarea:focus{background:white}textarea{resize:vertical}.captcha{display:flex;align-items:center;gap:14px;font-size:12px;color:var(--muted);font-weight:400}.captcha input{width:66px;margin:0;padding:8px}.form-note{font-size:12px;line-height:1.65;color:var(--muted);max-width:480px}.button[disabled]{opacity:.6;cursor:wait}#form-status{font-size:14px;margin:16px 0 0;color:var(--muted)}#form-status[data-state="error"]{color:#ad1c2c}#form-status[data-state="success"]{color:#226747}#form-status:empty{margin:0}
.footer{background:var(--dark);color:white;padding:46px 0 22px;border-top:1px solid #ffffff20}.footer-top{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:60px;padding-bottom:36px}.footer-brand{display:block;max-width:275px}.footer-brand img{width:100%;filter:brightness(0) invert(1)}.footer-top p{font-size:13px;color:var(--light);margin:20px 0 0}.footer-top nav{display:flex;flex-direction:column;align-items:start;gap:11px;font-size:13px}.footer-contact{display:flex;flex-direction:column;align-items:start;gap:12px}.footer-contact a{font-size:19px;font-weight:600}.footer-contact span{font-size:12px;color:var(--light)}.footer a:hover{color:var(--red-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #ffffff20;padding-top:20px;font-size:12px;color:var(--light)}.footer-bottom small{font-size:12px}.footer-bottom a{display:inline-flex;align-items:center;gap:12px}.footer-bottom .icon{width:16px;height:16px}

/* DC products. */
.power-identity,.heat-visual,.ce-identity{background:var(--panel);border:1px solid #ffffff20;border-radius:var(--radius);overflow:hidden}.power-scale{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #ffffff20}.power-scale>button{display:flex;flex-direction:column;gap:10px;padding:22px 25px;border-right:1px solid #ffffff20}.power-scale>button:last-child{border:0}.power-scale>button:hover{background:#ffffff07}.power-scale span{font-size:11px;letter-spacing:.08em;color:var(--light)}.power-scale strong{font-size:38px;line-height:1.1;font-weight:500;letter-spacing:-.04em}.power-scale small{font-size:13px;margin-left:5px;letter-spacing:0;font-weight:400;color:var(--light)}
.dc-range{padding-bottom:48px}.dc-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.dc-product{display:flex;flex-direction:column;padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow)}.dc-product h3{font-size:29px;margin-bottom:24px}.dc-product h3 span{font-weight:400;color:var(--muted)}.dc-product .product-power{font-size:82px;line-height:1;letter-spacing:-.06em;color:var(--ink);margin-bottom:24px}.product-power>span{font-size:22px;letter-spacing:0;color:var(--muted);margin-left:9px}.dc-product>p{font-size:15px;color:var(--muted);max-width:320px}.dc-product .text-link{display:flex;justify-content:space-between;align-self:stretch;margin-top:auto;padding:20px 0 0;border:0;border-top:1px solid var(--line)}.dc-product:nth-child(3){background:var(--dark);color:white;border-color:var(--dark)}.dc-product:nth-child(3) .product-power{color:white}.dc-product:nth-child(3)>p,.dc-product:nth-child(3) h3 span,.dc-product:nth-child(3) .product-power span{color:var(--light)}.dc-product:nth-child(3) .text-link{border-color:#ffffff25}.dc-product:nth-child(3) .text-link:hover{color:var(--red-light)}
.dc-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}.dc-cards h3{font-size:24px}.dc-cards p{font-size:15px;color:var(--muted);margin:0}.dc-benefits{padding:40px 0;border-block:1px solid var(--line)}.dc-benefits .dc-cards article{border-right:1px solid var(--line);padding-right:28px}.dc-benefits .dc-cards article:last-child{border:0;padding-right:0}.dc-benefits h3{font-size:22px}.dc-benefits p{font-size:14px}.dc-benefits .number{margin-bottom:17px}.integration{background:var(--dark);color:white;padding-block:70px}.integration-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.integration .eyebrow{color:var(--light)}.integration p:not(.eyebrow){font-size:16px;color:var(--light);max-width:530px}.integration .text-link{color:white}.heat-visual{padding:20px}.heat-core{height:330px;display:flex;align-items:center;justify-content:center;gap:24px;position:relative}.heat-core i{height:180px;width:40px;border:2px solid var(--red-light);border-radius:24px;transform:rotate(20deg)}.heat-core i:nth-child(2){height:220px;opacity:.7}.heat-core i:nth-child(3){height:260px;opacity:.4}.heat-core b{position:absolute;left:10px;top:8px;font-size:76px;line-height:1;letter-spacing:-.07em;color:white}.requirements{padding:0;margin:0;list-style:none;counter-reset:req}.requirements li{counter-increment:req;display:flex;gap:24px;padding:22px 0;border-bottom:1px solid #ffffff25;font-size:15px}.requirements li:before{content:'0' counter(req);font-size:11px;color:var(--red-light);padding-top:3px}.dc-contact p:not(.eyebrow){max-width:600px;color:var(--muted)}.dc-contact .actions{margin-top:26px}

/* Machine safety and CE. */
.ce-hero h1{font-size:clamp(43px,4.2vw,60px)}.ce-cases{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ce-cases article{padding:32px;background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.ce-cases p{color:var(--muted);font-size:15px;margin:0}.safety-section{padding-block:var(--space);background:#e9edf0}.safety-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.safety-grid>div>p:not(.eyebrow){color:var(--muted);font-size:16px;max-width:490px}.safety-steps article{display:flex;align-items:start;gap:24px;padding:25px 0;border-bottom:1px solid #cfd7dc}.safety-steps article:first-child{padding-top:0}.safety-steps article:last-child{border:0;padding-bottom:0}.safety-steps article>span{color:#ab2030;font-size:11px;padding-top:5px}.safety-steps h3{font-size:24px;margin-bottom:13px}.safety-steps p{font-size:15px;color:var(--muted);margin:0}.ce-faq{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.ce-faq details{padding:22px 0;border-bottom:1px solid var(--line)}.ce-faq details:first-child{padding-top:0}.ce-faq summary{cursor:pointer;font-size:17px;font-weight:600;line-height:1.5;padding-right:10px}.ce-faq details p{color:var(--muted);font-size:15px;margin:18px 0 0}.ce-inquiry{padding-top:0}.ce-checklist{padding:0;margin:24px 0 30px;list-style:none}.ce-checklist li{padding:12px 0;border-bottom:1px solid var(--line);font-size:15px}.ce-inquiry .contact-details>p{font-size:14px;color:var(--muted)}

/* AP Provoz detail. */
.software-detail .back-link{color:var(--muted);margin-bottom:30px}.software-detail h1{font-size:clamp(39px,4.5vw,64px)}.software-detail #prehled>p{max-width:850px;color:var(--muted);font-size:15px}.software-detail #prehled>.eyebrow{font-size:11px;color:#ab2030}.software-detail .large-copy{font-size:22px!important;line-height:1.6}.software-detail #prehled>.demo-label{display:inline-block;font-size:12px;padding:7px 12px;border-radius:var(--control-radius);background:#e7ebee;color:#495963}.screen-nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.screen-nav a{display:inline-flex;align-items:center;gap:12px;padding:12px 15px;border:1px solid var(--line);border-radius:var(--control-radius);background:white;font-size:13px}.screen-nav a:hover{border-color:var(--red)}.screen-nav .icon{width:16px;height:16px}.screen-detail{padding-block:44px;border-top:1px solid var(--line)}.screen-detail-heading{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-bottom:24px}.screen-detail h2{font-size:32px;margin-bottom:14px}.screen-detail p{color:var(--muted);font-size:15px;margin-bottom:0}.screen-detail .eyebrow{font-size:11px;color:#ab2030;margin-bottom:12px}.screen-detail-heading>.text-link{flex:none;align-self:center}.screen-frame{max-height:640px;overflow:auto;border:1px solid #273139;border-radius:var(--radius);background:var(--dark);box-shadow:var(--shadow)}.screen-frame img{width:100%;height:auto}

/* Shared breakpoints. */
@media(max-width:1150px){
 :root{--space:72px}.wrap{width:calc(100% - 64px)}.header{padding:19px 32px;gap:22px}.brand{width:310px}.header nav{font-size:12px;gap:18px}.header nav .nav-contact{padding:12px 14px;gap:12px}.hero-layout,.dc-hero-grid{gap:40px}.hero .actions{align-items:start}.hero .button{font-size:12px;gap:12px;padding:14px 16px}.section-heading,.about-grid,.safety-grid,.ce-faq,.contact-grid{gap:46px}.references{gap:35px}.reference-list article{grid-template-columns:150px 1fr;gap:12px 20px}.focus-card{padding:30px}.services{gap:24px}.service h3{font-size:21px}.customer-logos{gap:25px}.dc-product{padding:27px}.dc-cards{gap:28px}.integration-grid{gap:55px}.footer-top{gap:35px}.footer-contact a{font-size:17px}
}
@media(max-width:960px){
 .header{padding-inline:24px;gap:16px}.header nav{gap:13px;font-size:11px}.brand{width:240px}.header nav .nav-contact{gap:10px;padding:11px 12px}.hero-layout,.dc-hero-grid{gap:30px}.hero h1{font-size:48px}.hero-lead{font-size:16px}.hero .actions{flex-direction:column;align-items:stretch;max-width:290px}.hero .button{font-size:13px}.services{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 36px}.reference-list article{grid-template-columns:150px 1fr}.reference-list p{font-size:14px}.focus-card h3{font-size:27px}.focus-power{gap:25px}.focus-power>span{font-size:38px}.dc-hero h1{font-size:48px}.ce-hero h1{font-size:44px}.power-scale>button{padding:20px}.power-scale strong{font-size:32px}.ce-cases article{padding:26px}.ce-cases h3{font-size:23px}.dc-products{gap:18px}.dc-product{padding:24px}.dc-product h3{font-size:26px}.dc-product .product-power{font-size:68px}
}
@media(max-width:800px){
 html{scroll-padding-top:100px}:root{--space:64px}.wrap{width:calc(100% - 48px)}.header{padding:18px 24px;gap:0;flex-wrap:wrap}.brand{width:310px;max-width:calc(100% - 87px)}.js .menu-toggle{display:block;color:white;border:1px solid #ffffff70;border-radius:var(--control-radius);background:transparent;padding:10px 12px;font-size:12px;line-height:1.3}.menu-toggle span{margin-left:6px}.header nav{display:flex;flex-direction:column;width:100%;font-size:15px;gap:0;padding-top:16px;white-space:normal;align-items:stretch}.js .header nav{display:none}.js .header nav.open{display:flex;max-height:calc(100vh - 90px);max-height:calc(100dvh - 90px);overflow-y:auto}.header nav>a{padding:14px 0;border-bottom:1px solid #ffffff30}.header nav>a:after{display:none}.header nav .nav-contact{padding:14px 16px;margin:15px 0 0;justify-content:space-between}.hero-content{padding-block:48px}.hero-layout,.dc-hero-grid{grid-template-columns:1fr;gap:38px}.hero h1{font-size:clamp(43px,7vw,58px)}.hero .actions{flex-direction:row;max-width:none}.hero .button{font-size:14px;padding:15px 18px}.hero-identity{justify-self:center;max-width:470px}.hero-lead{max-width:620px}.section-heading{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.section-heading>p{max-width:620px}.focus-card{padding:28px}.focus-card h3{font-size:28px}.focus-power{gap:20px}.focus-power>span{font-size:36px}.references{grid-template-columns:1fr;gap:32px}.featured{padding:32px}.bivoj-mark{margin:20px 0 30px;font-size:78px}.reference-list article{grid-template-columns:150px 1fr;gap:14px 26px}.more-customers{display:block}.more-customers .eyebrow{max-width:none;margin-bottom:24px}.customer-logos{max-width:none;gap:28px}.software-teaser{grid-template-columns:220px 1fr;gap:26px;padding:24px}.software-teaser-image{height:185px}.software-teaser-bottom{align-items:start;flex-direction:column;gap:12px}.about-grid,.contact-grid,.safety-grid,.ce-faq,.integration-grid{grid-template-columns:1fr;gap:32px}.about-grid h2{margin:0}.ap-inner{grid-template-columns:170px 1fr;padding:28px;gap:30px}.ap-logo{padding-right:24px}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.footer-contact{grid-column:2;grid-row:1}.footer-top nav{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;gap:20px 28px}.dc-hero{padding:24px 0 48px}.dc-hero-grid{margin-top:32px}.dc-hero h1{font-size:clamp(43px,7vw,59px)}.power-identity,.ce-identity,.heat-visual{width:100%;max-width:520px;justify-self:center}.power-scale>button{padding:22px 25px}.power-scale strong{font-size:36px}.dc-products{gap:14px}.dc-product{padding:23px 19px}.dc-product h3{font-size:23px}.dc-product .product-power{font-size:62px}.product-power>span{font-size:18px}.dc-product>p{font-size:14px}.dc-product .text-link{font-size:13px;gap:10px}.dc-product .text-link .icon{width:17px}.dc-cards{gap:24px}.dc-cards h3{font-size:22px}.dc-benefits .dc-cards article{padding-right:18px}.ce-cases{grid-template-columns:1fr;gap:18px}.ce-cases article{padding:28px}.ce-cases .number{margin-bottom:18px}.ce-inquiry{padding-top:0}.integration{padding-block:55px}.screen-detail-heading{display:block}.screen-detail-heading>.text-link{margin-top:18px}.screen-frame{max-height:540px}
}
@media(max-width:580px){
 :root{--space:56px}body{font-size:15px}.header{padding:17px 20px}.wrap{width:calc(100% - 40px)}h2{font-size:34px}h3{font-size:24px}.eyebrow{font-size:10px;letter-spacing:.075em}.hero .eyebrow{max-width:310px}.hero-content{padding-block:38px}.hero h1{font-size:clamp(39px,9.9vw,54px)}.hero-lead{font-size:16px;line-height:1.75;margin-bottom:26px}.hero .actions{flex-direction:column;align-items:stretch}.hero .button{font-size:14px;padding:15px 18px}.hero-layout{gap:32px}.section-heading>p{font-size:15px}.focus-services{grid-template-columns:1fr;gap:20px}.focus-card{padding:28px}.focus-card h3{font-size:29px}.focus-power{gap:30px;margin:5px 0 25px}.focus-power>span{font-size:40px}.focus-list{margin:5px 0 25px}.services{grid-template-columns:1fr;gap:24px;margin-top:30px}.service{padding-top:22px}.service h3{font-size:23px;margin-bottom:12px}.service p{font-size:15px;margin-bottom:0}.service .text-link{margin-top:16px}.featured{padding:27px}.bivoj-mark{font-size:68px}.featured h3{font-size:27px}.featured>p:last-child{font-size:15px}.reference-list article{grid-template-columns:1fr;gap:13px;padding:24px 0}.client-logo{min-height:48px}.reference-list p{font-size:15px}.customer-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 30px}.customer-logos img{height:50px}.software-teaser{grid-template-columns:1fr;padding:22px;gap:22px}.software-teaser-image{height:155px}.software-teaser-copy h2{font-size:30px}.software-teaser-bottom>span{font-size:11px}.about-grid .large-copy{font-size:22px!important}.about-grid p:not(.eyebrow){font-size:15px}.ap-inner{grid-template-columns:1fr;padding:26px;gap:22px}.ap-logo{border:0;padding:0}.ap-logo img{width:145px}.ap-inner h2{font-size:29px}.ap-inner p:not(.eyebrow){font-size:14px}.contact-grid{padding-top:28px;gap:26px}.contact-email{font-size:26px;gap:12px}.contact-email .icon{width:19px}.address-grid{gap:20px;margin-top:28px}.address-grid p{font-size:13px}.contact-grid form{padding:24px 20px}.form-row{grid-template-columns:1fr;gap:0}.captcha{font-size:11px}.form-note{font-size:11px}.footer{padding:36px 0 22px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-top nav{grid-column:auto;flex-direction:column;gap:12px}.footer-contact{grid-column:auto;grid-row:auto}.footer-contact a{font-size:20px}.footer-bottom{font-size:11px;gap:10px}.footer-bottom small{font-size:11px}.footer-bottom a{gap:7px}.dc-hero h1{font-size:clamp(38px,9.5vw,53px)}.dc-hero .actions{gap:22px}.dc-hero .button{font-size:13px}.dc-hero .text-link{font-size:13px}.dc-products{grid-template-columns:1fr;gap:20px}.dc-product{padding:28px}.dc-product h3{font-size:29px;margin-bottom:20px}.dc-product .product-power{font-size:78px}.product-power>span{font-size:21px}.dc-product>p{font-size:15px}.dc-product .text-link{font-size:14px}.dc-range{padding-bottom:36px}.dc-cards{grid-template-columns:1fr;gap:28px}.dc-benefits{padding:32px 0}.dc-benefits .dc-cards article{padding:0 0 25px;border-right:0;border-bottom:1px solid var(--line)}.dc-benefits .dc-cards article:last-child{border:0;padding:0}.dc-cards h3{font-size:24px;margin-bottom:12px}.dc-benefits p{font-size:15px}.dc-cards .number{margin-bottom:15px}.power-scale>button{padding:18px}.power-scale span{font-size:10px}.power-scale strong{font-size:32px}.power-scale small{font-size:11px}.heat-core{height:285px;gap:20px}.heat-core b{font-size:65px;left:0}.heat-core i{width:35px;height:150px}.heat-core i:nth-child(2){height:190px}.heat-core i:nth-child(3){height:230px}.safety-steps{min-width:0}.safety-steps article{gap:18px}.safety-steps h3{font-size:23px}.safety-grid>div>p:not(.eyebrow){font-size:15px}.ce-faq{gap:16px}.ce-faq summary{font-size:16px}.ce-inquiry{padding-top:0}.ce-checklist li{font-size:14px}.software-detail h1{font-size:38px}.software-detail .large-copy{font-size:20px!important}.screen-nav{gap:8px}.screen-nav a{font-size:12px;padding:11px 13px}.screen-detail h2{font-size:28px}.screen-frame{max-height:450px}.screen-detail{padding-block:32px}
}
@media(max-width:360px){
 .wrap{width:calc(100% - 36px)}.header{padding:17px 18px}.brand{max-width:calc(100% - 82px)}.menu-toggle{font-size:11px;padding:10px}h2{font-size:31px}.hero h1{font-size:38px}.dc-hero h1{font-size:36px}.contact-email{font-size:23px;gap:8px}.focus-card{padding:24px}.focus-card h3{font-size:27px}.focus-power{gap:24px}.focus-power>span{font-size:36px}.focus-power small{font-size:12px}.power-scale>button{padding:17px 14px}.power-scale strong{font-size:29px}.power-scale span{font-size:9px}.software-detail h1{font-size:34px}.footer-bottom{align-items:start}.footer-bottom a{white-space:nowrap}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}


/* Product and safety illustrations: shared depth, distinct subject matter. */
.power-identity,.ce-identity{background:radial-gradient(ellipse at 85% 8%,#a4313e1c,transparent 62%),linear-gradient(145deg,#25333c,#1b252c);box-shadow:0 24px 60px #00000024,inset 0 1px #ffffff06}



.power-scale>button{position:relative;padding:25px 26px;background:#131c2526;transition:background .18s}
.power-scale>button:before{content:"";position:absolute;top:0;left:26px;width:25px;height:2px;background:#ff6370;opacity:.5}
.power-scale>button:nth-child(2):before{width:40px;opacity:.75}.power-scale>button:nth-child(3):before{width:55px;opacity:1}
.power-scale>button:hover{background:#ffffff0b}.power-scale>button:focus-visible{outline-offset:-5px}
.power-scale strong{font-size:40px;font-weight:550}.power-scale span{color:#d3dce1}
.ce-identity-body{display:grid;grid-template-columns:175px minmax(0,1fr);align-items:center;gap:30px;padding:40px 34px;min-height:365px}
.ce-emblem{width:100%}.ce-emblem img{display:block;width:100%;height:auto}
.ce-overview{list-style:none;padding:0;margin:0;min-width:0}
.ce-overview li{display:flex;align-items:baseline;gap:14px;padding:20px 0;border-bottom:1px solid #ffffff12}.ce-overview li:last-child{border:0}
.ce-overview li>span{font-size:11px;font-weight:600;color:#ff7884;font-variant-numeric:tabular-nums}
.ce-overview strong{display:block;font-size:24px;font-weight:600;line-height:1.25;letter-spacing:-.03em;color:white}
.ce-overview small{display:block;margin-top:7px;font-size:12px;line-height:1.5;color:#b5c2cb}
.form-note a{text-decoration:underline;text-underline-offset:3px}.form-note a:hover{color:var(--ink)}
.dc-inquiry .contact-details>p{font-size:14px;color:var(--muted)}
.software-cta{margin:4px 0 24px}
@media(max-width:1150px){.ce-identity-body{grid-template-columns:110px minmax(0,1fr);gap:22px;padding:32px 25px}.ce-overview strong{font-size:22px}}
@media(min-width:801px) and (max-width:960px){.ce-identity-body{grid-template-columns:86px minmax(0,1fr);gap:18px;padding:26px 20px}.ce-overview strong{font-size:19px}.ce-overview li{gap:10px}}
@media(max-width:800px){.contact-grid form{order:-1}.ce-identity-body{grid-template-columns:130px minmax(0,1fr);padding:32px;gap:26px;min-height:330px}.ce-overview strong{font-size:24px}}
@media(max-width:580px){.power-scale>button{padding:20px 18px}.power-scale>button:before{left:18px}.power-scale strong{font-size:32px}.ce-identity-body{grid-template-columns:84px minmax(0,1fr);min-height:285px;padding:25px 22px;gap:22px}.ce-overview strong{font-size:20px}.ce-overview small{font-size:11px}.ce-overview li{gap:10px;padding:17px 0}.ce-overview li>span{font-size:10px}}
@media(max-width:360px){.power-scale>button{padding:19px 14px}.power-scale>button:before{left:14px}.power-scale strong{font-size:29px}.ce-identity-body{grid-template-columns:68px minmax(0,1fr);gap:15px;padding:22px 18px}.ce-overview strong{font-size:18px}.ce-overview li{gap:8px}}

/* PSH DC product identity. Logos are vector paths; no font downloads. */
.dc-brand-stage{padding:30px 40px 24px;display:grid;place-items:center;min-height:320px}
.dc-brand-preview{width:100%;max-width:480px;height:auto}
.power-scale>button{color:white;text-align:left;border:0;border-right:1px solid #ffffff20;font:inherit;cursor:pointer}
.power-scale>button:last-child{border-right:0}
.power-scale>button[aria-pressed="true"]{background:#ffffff0a}
.power-scale>button[aria-pressed="true"]:before{width:calc(100% - 52px);background:#ff6370;opacity:1}
.dc-product-logo{width:100%;height:auto;margin:12px 0 35px}
.dc-product>p:not(.product-power){margin-top:auto}

@media(max-width:1150px){.dc-brand-stage{padding:26px;min-height:290px}}
@media(min-width:801px) and (max-width:960px){.dc-brand-stage{padding:24px 18px;min-height:275px}}
@media(max-width:800px){.dc-brand-stage{min-height:0;padding:32px}.dc-product-logo{margin:10px 0 26px}}
@media(max-width:580px){.dc-brand-stage{padding:26px 18px}.power-scale>button[aria-pressed="true"]:before{width:calc(100% - 36px)}.dc-product-logo{margin:8px 0 30px}}
@media(max-width:360px){.power-scale>button[aria-pressed="true"]:before{width:calc(100% - 28px)}}
