@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--red:#d91826;--ink:#19242c;--muted:#61707c;--line:#e2e7ea;--light:#f3f6f7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:#fff;font:16px/1.65 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.22;letter-spacing:-.035em;margin:0 0 20px}h1{font-size:clamp(35px,4.1vw,59px);font-weight:800}h2{font-size:clamp(27px,2.5vw,37px);font-weight:750}h3{font-size:21px}p{color:var(--muted);margin:0 0 22px}.wrap{width:min(1280px,90%);margin:auto}.top{background:var(--ink);color:#e1e6e9;font-size:13px}.top .wrap{display:flex;justify-content:space-between;padding:8px 0}.top .wrap div{display:flex;gap:30px}header{position:sticky;top:0;background:#fff;z-index:20;border-bottom:1px solid var(--line)}.navigation{display:flex;align-items:center;gap:26px;height:106px}.logo{width:194px;flex-shrink:0}.logo img{width:100%;height:96px;object-fit:contain}nav{display:flex;align-items:center;gap:24px;margin-left:auto;font-size:14px;font-weight:700;white-space:nowrap}nav>a{padding:25px 0}nav>a:hover,nav>a.active{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--red);color:white;border:1px solid var(--red);padding:14px 22px;min-height:50px;font-size:14px;font-weight:700;border-radius:3px;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:#b9121d;transform:translateY(-2px)}.button.secondary{background:white;color:var(--ink);border-color:#d4dce1}.button.secondary:hover{background:#f3f6f7}.navigation>.button{padding:12px 17px;white-space:nowrap}.menu-toggle{display:none}.products-menu summary{cursor:pointer;list-style:none;padding:30px 0}.products-menu summary::-webkit-details-marker{display:none}.products-menu summary span{margin-left:6px}.mega{position:absolute;top:100%;left:5%;width:90%;padding:28px;background:white;border:1px solid var(--line);box-shadow:0 22px 35px #1725301a;white-space:normal}.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.mega-grid a{display:grid;gap:8px}.mega-grid img{height:110px;width:100%;object-fit:contain;background:#f6f8fa}.mega-grid strong{font-size:16px}.mega-grid span{font-size:13px;font-weight:400;color:var(--muted)}.mega-foot{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:24px;padding-top:15px;color:var(--red)}.hero{position:relative;min-height:525px;overflow:hidden;background:#f2f5f6}.hero-photo{position:absolute;inset:0 0 0 45%;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{position:relative;display:flex;align-items:center;min-height:525px;pointer-events:none}.hero-text{width:48%;padding:58px 0;pointer-events:auto}.eyebrow{display:block;font-size:12px;letter-spacing:.13em;font-weight:800;color:var(--red);margin-bottom:17px}.eyebrow i{display:inline-block;width:20px;height:3px;background:var(--red);vertical-align:middle;margin-right:8px}h1 em{font-style:normal;color:var(--red)}.hero-text p{max-width:420px;font-size:17px}.actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.hero-bottom{margin-top:35px;display:flex;gap:17px;align-items:center;font-size:11px;letter-spacing:.08em;font-weight:700;color:#53616a}.hero-bottom b{color:#a8b4bb}.hero-label{position:absolute;right:5%;bottom:30px;color:white;background:#19242ce8;border-left:3px solid var(--red);padding:17px 25px}.hero-label span{display:block;font-size:11px;letter-spacing:.15em;margin-bottom:5px}.hero-label strong{font-size:16px}.range-strip{background:#fff;border-bottom:1px solid var(--line)}.range-strip .wrap{display:grid;grid-template-columns:repeat(4,1fr)}.range-strip a{display:flex;gap:14px;align-items:center;padding:24px 15px;border-right:1px solid var(--line);font-size:14px;font-weight:700}.range-strip a:first-child{border-left:1px solid var(--line)}.range-strip a>span:last-child{margin-left:auto;color:var(--red)}.line-icon{font-size:28px;line-height:1;color:var(--red)}.section{padding-top:75px;padding-bottom:75px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:32px}.section-head h2{margin-bottom:0}.text-link{font-weight:700;font-size:14px;color:var(--red)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.category{border:1px solid var(--line);border-radius:5px;overflow:hidden;transition:transform .25s,box-shadow .25s}.category:hover{transform:translateY(-7px);box-shadow:0 15px 35px #19242c12}.product-photo{position:relative;background:#f5f7f8;height:215px;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:contain;padding:15px;mix-blend-mode:multiply;transition:transform .4s}.category:hover img{transform:scale(1.05)}.circle{position:absolute;right:14px;bottom:14px;border:1px solid #d7dde1;background:white;border-radius:50%;width:33px;height:33px;display:grid;place-items:center}.card-copy{padding:24px 20px 20px}.card-copy .eyebrow{font-size:10px;margin-bottom:12px}.card-copy h3{font-size:19px;letter-spacing:-.025em;margin-bottom:10px}.card-copy p{font-size:13px;margin:0}.about-section{background:var(--light);padding:75px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.about-photo{position:relative;background:#fff;min-height:340px}.about-photo img{width:100%;height:370px;object-fit:contain;padding:25px}.image-label{position:absolute;bottom:0;left:0;right:0;background:var(--ink);color:white;font-size:11px;letter-spacing:.1em;padding:15px 22px}.values{margin-bottom:25px}.values>div{display:flex;gap:17px;padding:10px 0;border-bottom:1px solid #dce3e7;font-size:15px}.values b{color:var(--red);font-size:13px}.industry-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.industry-row a{padding:25px;border-right:1px solid var(--line);background:#fff;position:relative}.industry-row a:last-child{border:0}.industry-row a:hover{background:var(--light)}.industry-row span{font-size:12px;color:var(--red)}.industry-row h3{font-size:20px;margin:20px 0 0}.industry-row b{position:absolute;right:22px;top:23px;color:var(--red)}.cta{background:var(--red);color:#fff;padding:52px 0}.cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{margin:0;font-size:33px}.cta .eyebrow{color:#ffe1e3}.cta .button{border:0}footer{background:#16212a;color:#fff;padding-top:55px}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr 1fr 1.2fr;gap:45px}.footer-logo{background:white;width:200px;border-radius:3px;margin-bottom:20px}.footer-grid h3{font-size:16px;letter-spacing:0;margin:5px 0 22px}.footer-grid a{display:block;font-size:14px;color:#c3cdd4;margin:0 0 10px;overflow-wrap:anywhere}.footer-grid p{color:#aebdc7;font-size:14px}.bottom{border-top:1px solid #34414b;margin-top:40px;padding:20px 0;display:flex;justify-content:space-between;font-size:12px;color:#acbbc6}.bottom a{color:#fff}.inner{background:var(--light);border-bottom:1px solid var(--line);padding:28px 0 38px}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:24px}.inner h1{font-size:39px;margin-bottom:15px}.inner p{margin:0;max-width:760px}.inner .eyebrow{font-size:11px}.service-banner{margin-top:45px;background:var(--ink);color:white;padding:35px;display:flex;justify-content:space-between;gap:25px;align-items:center}.service-banner h2{font-size:27px;margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product-card{border:1px solid var(--line);padding:18px;transition:border-color .2s}.product-card:hover{border-color:var(--red)}.individual-photo{height:205px;background:var(--light);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:28px;text-align:center;margin-bottom:22px}.individual-photo img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.product-name-art{font-family:Manrope,Arial,sans-serif;font-size:27px;line-height:1.25;font-weight:800;color:#273b48;max-width:260px}.individual-photo small{font-size:12px;margin-top:18px;color:#61717d}.product-card h3{font-size:20px}.detail-photo{background:var(--light);padding:30px}.detail-photo img{width:100%;height:330px;object-fit:contain;mix-blend-mode:multiply}.caption{font-size:12px;margin:20px 0 0}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.service-grid article{padding:35px;border:1px solid var(--line)}.service-grid h2{font-size:27px}.service-grid article:target{border-color:var(--red)}.narrow{max-width:800px;min-height:340px}dl{margin:25px 0}dt{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:18px}dd{margin:5px 0;border-bottom:1px solid var(--line);padding-bottom:10px}.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:85px}.contact-item{margin:26px 0}.contact-item>span{display:block;color:var(--muted);font-weight:700;font-size:12px;letter-spacing:.1em;margin-bottom:6px}.contact-item>a:not(.text-link),.contact-item>strong{font-size:19px;overflow-wrap:anywhere}.contact-item p{color:var(--ink);font-size:16px}form{padding:35px;background:var(--light);border-top:3px solid var(--red)}form h2{font-size:29px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-size:14px;font-weight:600;margin-bottom:16px}input,textarea{display:block;width:100%;padding:12px 14px;border:1px solid #cbd5dc;background:white;border-radius:3px;margin-top:6px;outline-color:var(--red);font-weight:400;font-size:16px}textarea{resize:vertical}.form-note,#form-status{font-size:13px}.skip{position:fixed;top:-100px;left:20px;z-index:99;background:white;padding:10px}.skip:focus{top:10px}
@media(min-width:1101px){.hero-text{animation:appear .8s ease both}@keyframes appear{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}
@media(max-width:1180px){nav{gap:15px;font-size:13px}.navigation{gap:20px}.logo{width:160px}.navigation>.button{padding:11px;gap:12px}.hero-text{width:49%}.hero-text h1{font-size:45px}.range-strip a{font-size:12px;gap:8px}.split{gap:40px}.category-grid{gap:14px}.card-copy{padding:18px 15px}.card-copy h3{font-size:17px}}
@media(max-width:980px){.navigation{height:90px;justify-content:space-between}.logo{width:160px}.logo img{height:82px}.menu-toggle{display:block;margin-left:auto;border:1px solid #d5dde3;background:white;padding:10px;font-size:14px}.navigation>nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;padding:18px 5%;border-bottom:1px solid var(--line);max-height:75vh;overflow:auto}.navigation>nav.open{display:block}nav>a{display:block;padding:12px 0}.products-menu summary{padding:12px 0}.mega{position:static;width:100%;box-shadow:none;padding:15px}.mega-grid{grid-template-columns:1fr 1fr}.hero{min-height:485px}.hero-content{min-height:485px}.hero-text h1{font-size:39px}.hero-photo{left:47%}.hero-text p{font-size:15px}.hero-text .button{padding:12px 15px;gap:10px}.hero-bottom{font-size:9px;gap:8px}.category-grid{grid-template-columns:repeat(2,1fr);gap:22px}.range-strip .wrap{grid-template-columns:repeat(2,1fr)}.range-strip a{font-size:14px;padding:16px}.footer-grid{grid-template-columns:1fr 1fr}.contact-grid{gap:35px}.product-grid{grid-template-columns:repeat(2,1fr)}.industry-row h3{font-size:16px}.industry-row a{padding:20px 14px}}
@media(max-width:640px){.wrap{width:90%}.top .wrap>span{display:none}.top .wrap div{justify-content:space-between;width:100%;gap:8px;font-size:11px}.navigation{height:83px;gap:9px}.logo{width:137px}.logo img{height:74px}.navigation>.button{font-size:11px;padding:9px;min-height:40px}.navigation>.button span{display:none}.menu-toggle{padding:8px;font-size:12px}.hero-photo{position:relative;inset:auto;clip-path:none;height:225px;order:2}.hero{display:flex;flex-direction:column}.hero-content{min-height:0;order:1}.hero-text{width:100%;padding:38px 0 30px}.hero-text h1{font-size:39px}.hero-text p{font-size:16px;max-width:100%}.hero-label{bottom:15px;right:5%;padding:10px 15px}.hero-label strong{font-size:13px}.hero-label span{font-size:9px}.hero-bottom{font-size:10px;margin-top:25px;gap:12px}.eyebrow{font-size:10px}.range-strip a{font-size:12px;gap:8px;padding:14px 8px}.line-icon{font-size:24px}.section,.about-section{padding-top:45px;padding-bottom:45px}.section-head{display:block}.section-head .text-link{display:inline-block;margin-top:18px}.category-grid{gap:13px}.product-photo{height:150px}.product-photo img{padding:10px}.circle{width:26px;height:26px;font-size:13px;bottom:9px;right:9px}.card-copy{padding:17px 12px}.card-copy .eyebrow{font-size:8px}.card-copy h3{font-size:17px}.card-copy p{font-size:12px;line-height:1.5}.split{grid-template-columns:1fr;gap:30px}.about-photo{min-height:260px}.about-photo img{height:290px}.industry-row{grid-template-columns:1fr 1fr}.industry-row a{border-bottom:1px solid var(--line)}.industry-row h3{font-size:18px}.cta .wrap{display:block}.cta h2{font-size:28px}.cta .button{margin-top:25px}.footer-grid{gap:28px 20px}.footer-logo{width:150px}.footer-grid a{font-size:12px}.footer-grid p{font-size:12px}.footer-grid h3{font-size:14px}.bottom{display:block;font-size:11px}.bottom>span{display:block;margin-bottom:6px}.inner{padding:20px 0 28px}.inner h1{font-size:31px}.inner p{font-size:15px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card{padding:11px}.individual-photo{height:155px;padding:15px}.product-name-art{font-size:20px}.individual-photo small{font-size:10px}.product-card h3{font-size:17px}.product-card .text-link{font-size:12px}.service-grid{grid-template-columns:1fr}.service-grid article{padding:25px}.service-banner{display:block;padding:25px}.service-banner .button{margin-top:22px}.contact-grid{grid-template-columns:1fr;gap:22px}form{padding:23px}.form-row{grid-template-columns:1fr;gap:0}.contact-item>a:not(.text-link){font-size:17px}.detail-photo img{height:260px}.mega-grid strong{font-size:14px}.mega-grid img{height:75px}.mega-grid span{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Refined product-led design */
:root{--ink:#14232e;--red:#d50d22;--muted:#64717a;--light:#f5f7f8}.navigation{height:100px;gap:22px}.logo{width:160px}.logo img{height:88px}nav{font-size:13px;gap:19px}nav>a,nav summary{font-weight:700}.navigation>.button{min-height:44px;padding:10px 17px;gap:12px}.knowledge-menu{position:relative}.knowledge-menu summary{cursor:pointer;list-style:none;padding:30px 0}.knowledge-menu summary::-webkit-details-marker{display:none}.resource-menu{position:absolute;top:100%;left:-20px;min-width:285px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px #14232e15;padding:12px;white-space:normal}.resource-menu a{display:block;padding:12px 14px;font-size:14px;border-radius:3px}.resource-menu a:hover{background:var(--light);color:var(--red)}
.showcase{background:#f3f6f7;position:relative;border-bottom:1px solid var(--line)}.feature-slide{display:grid;grid-template-columns:44% 56%;min-height:510px}.feature-slide[hidden]{display:none}.slide-copy{padding:70px 35px 65px max(5vw,calc((100vw - 1280px)/2));align-self:center}.slide-copy h1{font-size:clamp(36px,3.65vw,55px);line-height:1.16;letter-spacing:-.045em;max-width:540px}.slide-copy h1:after{content:'';display:block;width:65px;height:4px;background:var(--red);margin-top:25px}.slide-copy p{font-size:17px;max-width:365px;margin:0 0 25px}.slide-copy .eyebrow{font-size:11px;letter-spacing:.15em}.slide-image{overflow:hidden;background:#fff;min-height:510px}.slide-image img{width:100%;height:510px;object-fit:cover;object-position:center;display:block}.equipment .slide-image img{object-fit:contain;padding:45px}.slider-bar{display:flex;justify-content:space-between;align-items:center;min-height:66px}.slider-bar>span{font-size:10px;letter-spacing:.17em;font-weight:700;color:#667985}.slider-controls{display:flex;align-items:center;gap:13px}.slider-controls>button{border:1px solid #cad4da;background:transparent;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;cursor:pointer;color:var(--ink);font-size:16px}.slider-controls>button:hover{border-color:var(--red);color:var(--red)}.slide-dots{display:flex;gap:7px;align-items:center}.slide-dots button{height:5px;width:20px;padding:0;border:0;border-radius:5px;background:#c9d3d9;cursor:pointer;transition:width .3s}.slide-dots button[aria-pressed=true]{width:40px;background:var(--red)}.slide-dots button:before{content:'';display:block;height:24px;transform:translateY(-10px)}.range-strip{background:#14232e;color:white}.range-strip a{border-color:#33424c;padding:23px 20px}.range-strip a:first-child{border-color:#33424c}.range-strip a>span:last-child,.line-icon{color:#fb5262}.section{padding-top:80px;padding-bottom:80px}.section-head{margin-bottom:38px}.section-head h2{font-size:35px}.category-grid{grid-template-columns:repeat(2,1fr);gap:25px}.category{display:grid;grid-template-columns:52% 48%;border:1px solid #e0e6e9;border-radius:6px;background:#fff;min-height:260px}.category:hover{transform:translateY(-4px);box-shadow:0 18px 45px #14232e0d}.product-photo{height:100%;min-height:260px;background:#fff;border-right:1px solid #edf0f2}.product-photo img{padding:22px;mix-blend-mode:normal;object-fit:contain}.card-copy{padding:30px 25px;align-self:center}.card-copy h3{font-size:24px;line-height:1.25}.card-copy p{font-size:14px}.card-copy .eyebrow{font-size:9px;letter-spacing:.1em;margin-bottom:18px}.circle{background:var(--red);color:#fff;border:0;right:14px;bottom:14px}.about-section{background:#edf2f4;padding:80px 0}.about-section .split{gap:85px}.about-photo{border-radius:5px;overflow:hidden}.about-photo img{height:400px;padding:32px;object-fit:contain;background:white}.about-section h2{font-size:39px}.image-label{background:#fff;color:var(--red);font-size:10px;border-top:1px solid var(--line)}.values>div{padding:13px 0}.values b{font-size:17px}.industry-row{border:0;gap:20px}.industry-row a{border:1px solid #dce4e9!important;border-top:3px solid var(--red)!important;padding:28px 23px;min-height:120px;background:#f8fafb}.industry-row h3{margin:20px 0 0;font-size:21px}.industry-row b{right:20px;top:12px}.mega-grid img{background:white;mix-blend-mode:normal;height:140px;object-fit:contain}.individual-photo,.detail-photo{background:#fff}.individual-photo img,.detail-photo img{mix-blend-mode:normal}.inner{background:linear-gradient(110deg,#f3f6f8,#fff);border-bottom:1px solid #e0e6ea}.inner h1{font-size:42px}.cta{padding:60px 0}.button{border-radius:2px}
@media(max-width:1200px){.navigation{gap:15px}.navigation>nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:18px 5%;border-bottom:1px solid var(--line);max-height:75vh;overflow:auto;margin:0}.navigation>nav.open{display:block}.menu-toggle{display:block;margin-left:auto;border:1px solid #d5dde3;background:#fff;padding:10px;font-size:14px}nav>a{display:block;padding:12px 0}.products-menu summary,.knowledge-menu summary{padding:12px 0}.mega,.resource-menu{position:static;width:100%;box-shadow:none;padding:15px}.resource-menu{min-width:0}.mega-grid{grid-template-columns:1fr 1fr}.slide-copy{padding-left:5vw;padding-right:25px}.slide-copy h1{font-size:43px}.slide-copy .button{font-size:12px;gap:10px;padding:13px 15px}.card-copy{padding:25px 20px}.card-copy h3{font-size:22px}.about-section .split{gap:40px}}
@media(max-width:800px){.feature-slide{grid-template-columns:1fr 1fr;min-height:440px}.slide-copy{padding:40px 25px 40px 5vw}.slide-copy h1{font-size:34px}.slide-copy p{font-size:15px}.slide-copy .eyebrow{font-size:9px}.slide-image,.slide-image img{min-height:440px;height:440px}.card-copy{padding:22px 15px}.card-copy h3{font-size:20px}.category{grid-template-columns:1fr}.product-photo{height:215px;min-height:215px;border-right:0;border-bottom:1px solid var(--line)}.category-grid{gap:20px}.about-section h2{font-size:32px}.industry-row{grid-template-columns:1fr 1fr}.industry-row a{padding:22px}.section-head h2{font-size:29px}.range-strip a{font-size:13px}}
@media(max-width:640px){.navigation{height:83px}.logo{width:137px}.logo img{height:74px}.navigation>.button{font-size:12px;min-height:40px}.feature-slide{display:flex;flex-direction:column}.slide-copy{padding:35px 5vw 30px;width:100%}.slide-copy h1{font-size:37px;max-width:100%;margin-bottom:18px}.slide-copy h1:after{margin-top:18px;width:46px;height:3px}.slide-copy p{font-size:16px;margin-bottom:20px;min-height:52px}.slide-copy .eyebrow{font-size:10px}.slide-image,.slide-image img{height:240px;min-height:240px}.equipment .slide-image img{padding:20px}.slider-bar{min-height:61px}.slider-bar>span{max-width:140px;font-size:8px;line-height:1.6}.slider-controls{gap:9px}.slider-controls>button{width:29px;height:29px}.slide-dots button{width:13px}.slide-dots button[aria-pressed=true]{width:25px}.range-strip a{padding:16px 10px;font-size:12px}.section,.about-section{padding-top:45px;padding-bottom:45px}.category-grid{gap:13px}.category{min-height:0}.product-photo{height:170px;min-height:170px}.product-photo img{padding:13px}.card-copy{padding:19px 14px}.card-copy h3{font-size:19px}.card-copy p{font-size:12px}.card-copy .eyebrow{font-size:8px;margin-bottom:12px}.about-section .split{gap:30px}.about-photo img{height:310px}.about-section h2{font-size:32px}.inner h1{font-size:31px}.industry-row{gap:13px}.industry-row a{padding:23px 15px;min-height:115px}.industry-row h3{font-size:19px}.cta{padding:45px 0}.mega-grid img{height:100px}}
/* Colour, image presentation and industry navigation */
.showcase{background:linear-gradient(115deg,#321e32 0%,#192b44 55%,#203750 100%);color:#fff}.feature-slide{max-width:1440px;margin:auto;grid-template-columns:49% 51%;min-height:495px}.slide-copy{padding-top:52px;padding-bottom:45px}.slide-copy h1{color:#fff;font-size:clamp(34px,3.4vw,51px)}.slide-copy p{color:#d3dce7;max-width:420px}.slide-copy .eyebrow{display:inline-block;background:#cf142a;color:#fff;padding:8px 12px;letter-spacing:.12em}.slide-copy h1:after{background:#ee3145}.slide-image{margin:42px 5vw 30px 15px;min-height:0;height:410px;border-radius:9px;background:#fff;overflow:hidden}.slide-image img{height:100%;min-height:0;width:100%;object-fit:cover}.equipment .slide-image img{object-fit:contain;padding:28px}.slider-bar{border-top:1px solid #ffffff1c}.slider-bar>span{color:#d1dbe7}.slider-controls>button{border-color:#ffffff50;color:#fff}.slide-dots button{background:#ffffff50}.slide-dots button[aria-pressed=true]{background:#f04456}.slider-controls>button:hover{background:#ffffff14;color:white;border-color:white}.products-menu summary,.knowledge-menu summary{display:flex;align-items:center;gap:8px;line-height:1.4}.products-menu summary span,.knowledge-menu summary span{margin:0}.nav-chevron{display:inline-block;width:6px;height:6px;flex:0 0 6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s}details[open]>summary .nav-chevron{transform:translateY(1px) rotate(225deg)}.product-photo img{padding:20px;object-fit:contain;image-rendering:auto;mix-blend-mode:normal}.product-photo{background:#fff}.category:hover img{transform:none}.mega-grid img{padding:10px}.service-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-gallery article{border:1px solid #e0e6eb;border-radius:7px;overflow:hidden;background:#fff}.service-image{height:225px;background:#eef2f5}.service-image img{height:100%;width:100%;object-fit:cover}.service-copy{padding:26px}.service-copy h2{font-size:25px;letter-spacing:-.03em}.service-copy p{font-size:15px;min-height:76px}.service-copy .button{font-size:13px}.industry-heading{text-align:center;max-width:730px;margin:0 auto 36px}.industry-heading h2{font-size:37px}.sector-tabs{background:#f4f6f8;padding:15px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:38px;border-radius:8px}.sector-tabs button{border:0;background:transparent;border-radius:4px;display:flex;align-items:center;gap:10px;padding:13px 18px;cursor:pointer;font:600 14px 'DM Sans',Arial,sans-serif;color:#435165}.sector-tabs button[aria-selected=true]{background:var(--red);color:#fff}.sector-tabs button:hover{box-shadow:inset 0 0 0 1px #b4bfcb}.sector-icon{font-size:18px}.sector-panel{padding:35px;border:1px solid #e1e6ec;border-radius:9px;box-shadow:0 3px 8px #14232e08}.sector-panel[hidden]{display:none}.sector-title{display:flex;align-items:center;gap:18px;padding-bottom:25px;border-bottom:1px solid var(--line)}.sector-title h2{font-size:25px;margin-bottom:6px}.sector-title p{margin:0;font-size:15px}.sector-symbol{display:grid;place-items:center;flex:0 0 57px;height:57px;background:#fce9ec;color:var(--red);font-size:30px;border-radius:6px}.sector-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 30px}.sector-cards a{border:1px solid #e0e6eb;border-radius:5px;padding:16px;text-align:center;background:#fff}.sector-cards a:hover{border-color:var(--red)}.sector-cards img{height:135px;width:100%;object-fit:contain}.sector-cards h3{font-size:15px;letter-spacing:0;margin:15px 0 0}.sector-bottom{border-top:1px solid #e6ebef;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.sector-bottom>span{font-size:13px;color:var(--muted)}
@media(max-width:1000px){.service-gallery{grid-template-columns:1fr 1fr}.slide-image{margin-right:5vw;height:390px}.feature-slide{grid-template-columns:1fr 1fr}.sector-cards{padding:24px 0;gap:14px}.sector-cards img{height:115px}.sector-tabs button{padding:12px;font-size:13px}.service-copy p{min-height:72px}}
@media(max-width:640px){.feature-slide{display:flex;min-height:0}.slide-copy{padding:32px 5vw 10px}.slide-copy h1{font-size:35px}.slide-copy .eyebrow{font-size:9px;padding:7px 9px}.slide-copy p{font-size:15px;min-height:50px}.slide-image{margin:17px 5vw 24px;width:90%;height:240px;min-height:240px;border-radius:6px}.slide-image img{height:240px;min-height:240px}.equipment .slide-image img{padding:18px}.service-gallery{grid-template-columns:1fr;gap:22px}.service-image{height:230px}.service-copy{padding:24px}.service-copy p{min-height:0}.sector-tabs{padding:10px;gap:5px;justify-content:flex-start;margin-bottom:24px}.sector-tabs button{font-size:12px;padding:10px;gap:6px}.sector-panel{padding:20px}.sector-title{align-items:flex-start;gap:12px}.sector-title h2{font-size:23px}.sector-title p{font-size:14px}.sector-symbol{flex-basis:42px;height:42px;font-size:24px}.sector-cards{grid-template-columns:1fr 1fr;gap:12px}.sector-cards a{padding:10px}.sector-cards img{height:110px}.sector-cards h3{font-size:13px}.sector-bottom{display:block}.sector-bottom .button{margin-top:15px}.industry-heading h2{font-size:29px}}
/* Edge-to-edge 3D hero */
.showcase{background:#101a2b;isolation:isolate;overflow:hidden}.feature-slide{display:flex;align-items:center;position:relative;width:100%;max-width:none;min-height:540px;overflow:hidden}.feature-slide[hidden]{display:none}.feature-slide .slide-image{position:absolute;inset:0;z-index:0;margin:0;width:100%;height:100%;min-height:0;border-radius:0;background:#101a2b;overflow:hidden}.feature-slide .slide-image img{display:block;width:100%;height:100%;min-height:0;max-width:none;padding:0;object-fit:cover;object-position:center;transform:scale(1.015) translate(var(--hero-x,0px),var(--hero-y,0px));transition:transform .7s ease-out}.feature-slide .slide-copy{position:relative;z-index:2;width:47%;padding:65px 25px 65px max(5vw,calc((100vw - 1280px)/2));pointer-events:none}.slide-copy .actions{pointer-events:auto}.feature-slide .slide-copy h1{font-size:clamp(36px,3.5vw,53px);line-height:1.17;max-width:570px;color:#fff}.feature-slide .slide-copy h1:after{display:none}.feature-slide .slide-copy .eyebrow{background:none;padding:0;color:#ff8b97;font-size:11px;letter-spacing:.14em;margin-bottom:20px}.feature-slide .slide-copy p{max-width:370px;font-size:17px;color:#e0e6ef}.feature-slide .slide-copy .secondary{background:#ffffff10;border-color:#ffffff70;color:#fff;backdrop-filter:blur(5px)}.feature-slide .slide-copy .secondary:hover{background:#ffffff24}.showcase .slider-bar{width:100%;padding:0 5%;min-height:60px;border-top:1px solid #ffffff20;background:#101a2b}.slide-stage{position:relative}.feature-slide:not([hidden]) .slide-copy{animation:hero-copy-enter .6s ease both}@keyframes hero-copy-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(min-width:1800px){.feature-slide{min-height:620px}.feature-slide .slide-copy{padding-left:8vw}}
@media(max-width:1000px){.feature-slide{min-height:470px}.feature-slide .slide-copy{width:48%;padding:45px 20px 45px 5vw}.feature-slide .slide-copy h1{font-size:37px}.feature-slide .slide-copy p{font-size:15px}.feature-slide .slide-copy .button{font-size:12px;padding:12px 14px;gap:9px}}
@media(max-width:640px){.feature-slide{display:block;min-height:655px;background:#101a2b}.feature-slide .slide-copy{width:100%;padding:32px 5vw 0}.feature-slide .slide-copy h1{font-size:35px;max-width:100%;margin-bottom:17px}.feature-slide .slide-copy .eyebrow{font-size:9px;margin-bottom:16px}.feature-slide .slide-copy p{max-width:340px;min-height:48px;font-size:15px;margin-bottom:18px}.feature-slide .slide-image{top:auto;bottom:0;height:340px;min-height:0;width:100%;mask-image:linear-gradient(to bottom,transparent,#000 12%)}.feature-slide .slide-image img{position:absolute;right:0;width:190%;height:100%;min-height:0;object-fit:cover;object-position:right center;transform:none}.showcase .slider-bar{padding:0 5%}.feature-slide .slide-copy .actions{gap:10px}}
@media(prefers-reduced-motion:reduce){.feature-slide:not([hidden]) .slide-copy{animation:none}.feature-slide .slide-image img{transform:none;transition:none}}
@media(min-width:1001px){.feature-slide{height:clamp(420px,33.333vw,640px);min-height:0}.feature-slide .slide-image img{object-fit:contain}.feature-slide .slide-copy{padding-top:38px;padding-bottom:38px}}
@media(min-width:641px) and (max-width:1000px){.feature-slide .slide-image img{object-fit:contain;object-position:right center}.feature-slide .slide-copy{width:49%;background:linear-gradient(90deg,#101a2bf2,#101a2b00)}}
/* Compact category browser and client logo panels */
.feature-slide.plant .slide-image img{object-fit:cover;object-position:center}.feature-slide.plant:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#09182bf5 0%,#0a1c30e8 30%,#0a1c3060 57%,transparent 76%);z-index:1;pointer-events:none}.mega-links{display:flex;justify-content:space-between;gap:20px;margin-top:20px;padding-top:15px;border-top:1px solid var(--line);color:var(--red);font-size:14px}.compact-catalogue{padding-top:30px;padding-bottom:35px}.catalog-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.catalog-tabs button{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #dce3e8;border-radius:5px;padding:13px;text-align:left;color:#263744;font-size:14px;font-weight:700;cursor:pointer}.catalog-tabs button img{width:57px;height:57px;object-fit:contain;flex:0 0 57px;background:#fff;border-radius:3px}.catalog-tabs button[aria-selected=true]{border-color:var(--red);box-shadow:inset 0 -3px var(--red);background:#fff5f6;color:#b50718}.catalog-panel[hidden]{display:none}.catalog-panel{border:1px solid #e0e6eb;border-radius:6px;padding:22px}.catalog-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px}.catalog-heading h2{font-size:25px;margin:0}.catalog-heading .eyebrow{font-size:9px;margin-bottom:7px}.catalog-note{font-size:13px;color:var(--muted)}.product-subgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.catalog-product{display:block;border:1px solid #e2e7eb;border-radius:5px;padding:12px;background:white;transition:border-color .2s}.catalog-product:hover{border-color:var(--red)}.catalog-product>div{height:125px;background:white}.catalog-product img{height:100%;width:100%;object-fit:contain}.catalog-product h3{font-size:15px;line-height:1.35;letter-spacing:-.01em;margin:12px 0 7px;min-height:40px}.catalog-product>span{font-size:12px;color:var(--red);font-weight:600}.paged-grid>[hidden]{display:none}.page-controls{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-top:20px;font-size:13px;color:#62717d}.page-controls button{font:600 13px 'DM Sans',Arial,sans-serif;padding:9px 14px;border:1px solid #cfd9df;border-radius:3px;background:#fff;cursor:pointer;color:var(--ink)}.page-controls button:disabled{opacity:.4;cursor:default}.page-controls button:not(:disabled):hover{border-color:var(--red);color:var(--red)}.catalog-service-link{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0 0;font-size:14px;color:var(--muted)}body:has(.compact-catalogue) .inner{padding:20px 0 24px}body:has(.compact-catalogue) .inner h1{font-size:32px}body:has(.compact-catalogue) .inner .eyebrow{display:none}body:has(.compact-catalogue) .breadcrumb{margin-bottom:12px}body:has(.compact-catalogue) .cta{padding:30px 0}body:has(.compact-catalogue) .cta h2{font-size:25px}.client-logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding-top:25px}.client-logo-card{border:1px solid #dfe5eb;padding:14px 12px;border-radius:5px;background:#fff;text-align:center}.client-logo-card img{height:92px;width:100%;object-fit:contain;background:#f7f8fa;padding:7px}.client-logo-card h3{font-size:13px;line-height:1.35;letter-spacing:0;margin:12px 0 3px;min-height:34px;font-weight:600}.reference-notice{font-size:12px;line-height:1.5;color:#655c58;background:#fff8ed;border:1px solid #f0e4ce;border-radius:4px;padding:10px 14px;margin:-18px 0 24px}.industries-showcase{padding-top:38px;padding-bottom:45px}.industries-showcase .industry-heading{margin-bottom:25px}.industries-showcase .industry-heading h2{font-size:30px}.industries-showcase .sector-panel{padding:25px}.industries-showcase .sector-title{padding-bottom:18px}
@media(max-width:950px){.catalog-tabs button{display:block;font-size:13px}.catalog-tabs button img{margin:0 auto 9px}.catalog-tabs button span{display:block;text-align:center}.catalog-heading h2{font-size:23px}.product-subgrid{grid-template-columns:repeat(4,1fr);gap:10px}.catalog-product{padding:10px}.catalog-product>div{height:110px}.catalog-product h3{font-size:14px}.client-logo-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:640px){.feature-slide.plant:after{background:linear-gradient(180deg,#101a2b 0%,#101a2b 44%,transparent 65%)}.feature-slide.plant .slide-copy{z-index:3}.feature-slide.plant .slide-image img{width:100%;object-fit:cover}.catalog-tabs{grid-template-columns:repeat(2,1fr);gap:9px}.catalog-tabs button{display:flex;gap:10px;padding:9px;font-size:12px}.catalog-tabs button img{width:40px;height:40px;flex-basis:40px;margin:0}.catalog-tabs button span{text-align:left}.catalog-panel{padding:15px}.catalog-heading{display:block}.catalog-note{display:block;font-size:12px;margin-top:7px}.catalog-heading h2{font-size:23px}.product-subgrid{grid-template-columns:1fr 1fr;gap:11px}.catalog-product>div{height:115px}.catalog-product h3{min-height:38px;font-size:14px}.catalog-service-link{display:block;font-size:13px}.catalog-service-link a{display:block;margin-top:8px}.client-logo-grid{grid-template-columns:1fr 1fr;gap:12px}.client-logo-card img{height:84px}.reference-notice{font-size:11px;margin-top:-10px}.industries-showcase .sector-panel{padding:18px}.industries-showcase{padding-top:28px}.page-controls{justify-content:center;gap:10px}.mega-links{font-size:12px;flex-direction:column;gap:12px}}
.page-controls[hidden]{display:none}
/* Clear product-image backgrounds */
.menu-product-image,.product-photo,.catalog-product>div,.individual-photo,.detail-photo{background:#edf3f8;border:1px solid #e2eaf1;border-radius:5px;isolation:isolate}.menu-product-image{height:145px;padding:10px;display:grid;place-items:center}.menu-product-image img{width:100%;height:125px;padding:6px;object-fit:contain;background:transparent;mix-blend-mode:multiply}.product-photo{border-radius:0;border-top:0;border-left:0;border-bottom:0}.product-photo img,.catalog-product>div img,.individual-photo img,.detail-photo img{mix-blend-mode:multiply;background:transparent}.catalog-product>div{height:140px;padding:10px}.catalog-product img{height:100%;width:100%;object-fit:contain}.catalog-tabs button{background:#f2f6fa}.catalog-tabs button[aria-selected=true]{background:#fff0f2}.catalog-tabs button img{background:transparent;mix-blend-mode:multiply}.detail-photo{padding:28px}.detail-photo .caption{color:#536475}.mega-grid>a{gap:12px}.mega-grid strong{margin-top:2px}.individual-photo{padding:18px}.catalog-product:hover>div{border-color:#c8d8e6}
@media(max-width:640px){.menu-product-image{height:105px;padding:5px}.menu-product-image img{height:95px}.catalog-product>div{height:125px;padding:8px}}
/* Knowledge centre: distinct content, shared section navigation */
.knowledge-hero{background:linear-gradient(115deg,#10243a,#2d2a43);color:#fff;text-align:center;padding:34px 0 28px}.knowledge-hero h1{font-size:35px;margin-bottom:12px}.knowledge-hero p{color:#dce3ed;max-width:710px;margin:0 auto 16px;font-size:15px}.knowledge-hero .breadcrumb{color:#dce3ed;margin:0;font-size:12px}.knowledge-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:35px;padding-top:42px;padding-bottom:55px;align-items:start}.knowledge-sidebar{position:sticky;top:120px;display:flex;flex-direction:column;gap:4px;background:#f5f6f8;padding:12px;border:1px solid #edf0f3;border-radius:5px}.knowledge-sidebar a{display:flex;align-items:center;gap:10px;padding:11px 10px;font-size:13px;line-height:1.4;border-radius:3px}.knowledge-sidebar svg{width:17px;height:17px;flex:0 0 17px}.knowledge-all{font-weight:700;border-bottom:1px solid #e0e5eb;margin-bottom:5px}.knowledge-sidebar a:hover,.knowledge-sidebar a.selected{background:#fff;color:var(--red);box-shadow:inset 3px 0 var(--red)}.knowledge-main{min-width:0}.knowledge-section{margin-bottom:42px;scroll-margin-top:125px}.knowledge-section:last-child{margin:0}.knowledge-section-title{display:flex;align-items:flex-start;gap:14px;padding-bottom:17px;border-bottom:1px solid #e3e7ec;margin-bottom:22px}.knowledge-section-title>span{background:var(--red);color:#fff;border-radius:4px;width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center}.knowledge-section-title h2{font-size:25px;letter-spacing:-.025em;margin:0 0 6px}.knowledge-section-title p{font-size:14px;margin:0}.knowledge-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.knowledge-cards article{padding:21px 18px;border:1px solid #dfe5eb;border-radius:4px;background:#fff;display:flex;flex-direction:column;align-items:flex-start}.resource-card-icon{display:grid;place-items:center;width:34px;height:34px;background:#fff2f3;color:var(--red);border-radius:4px;margin-bottom:12px;flex-shrink:0}.resource-card-icon svg{width:20px;height:20px}.knowledge-cards h3{font-size:17px;line-height:1.35;letter-spacing:-.01em;margin:0 0 10px}.knowledge-cards p{font-size:14px;line-height:1.6;margin-bottom:16px}.resource-type{color:#747f89;font-size:9px;letter-spacing:.07em;font-weight:700;margin-bottom:10px}.knowledge-cards .text-link{margin-top:auto;font-size:12px}.document-state{font-size:11px;background:#f5f6f8;color:#69747f;padding:4px 7px;margin:0 0 13px;border-radius:3px}.knowledge-callout{font-size:13px;padding:15px 17px;background:#f6f7f9;border-left:3px solid var(--red);margin-top:18px;line-height:1.65}.knowledge-callout a{color:var(--red);overflow-wrap:anywhere}.manual-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.manual-list article{display:grid;grid-template-columns:35px 1fr;gap:8px 13px;border:1px solid #e0e5eb;padding:20px;border-radius:4px}.manual-icon{color:var(--red);background:#fff2f3;display:grid;place-items:center;width:34px;height:34px;border-radius:3px}.manual-list h3{font-size:17px;letter-spacing:-.01em;margin-bottom:8px}.manual-list p{font-size:13px;line-height:1.55;margin-bottom:10px}.manual-list small{display:block;font-size:11px;color:#727d86}.manual-list .text-link{grid-column:2;font-size:12px;margin-top:7px}.knowledge-footnote{font-size:12px;margin:15px 0 0}.knowledge-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.knowledge-gallery figure{margin:0;border:1px solid #e0e5eb;border-radius:4px;overflow:hidden}.knowledge-gallery img{width:100%;height:155px;object-fit:cover;background:#fff}.knowledge-gallery figure:first-child img{object-fit:contain;padding:10px}.knowledge-gallery figcaption{font-size:13px;font-weight:600;padding:13px}.video-enquiry{margin-top:18px;display:flex;align-items:center;gap:15px;background:#f5f7f9;padding:20px;border-radius:4px}.video-enquiry .resource-card-icon{margin:0}.video-enquiry h3{font-size:18px;margin:0 0 5px}.video-enquiry p{font-size:13px;margin:0}.video-enquiry .button{font-size:12px;padding:10px 13px;gap:10px;flex:0 0 auto;min-height:42px;margin-left:auto}.blog-state{display:flex;align-items:center;gap:20px;background:#f7f8fa;border:1px dashed #d6dee7;padding:26px;border-radius:5px}.blog-state .resource-card-icon{width:48px;height:48px;margin:0}.blog-state h3{font-size:23px;margin-bottom:10px}.blog-state p{font-size:14px;margin-bottom:15px}.blog-state .eyebrow{font-size:9px;margin-bottom:10px}.topic-tags{display:flex;gap:7px;flex-wrap:wrap}.topic-tags span{background:#fff;border:1px solid #e1e6eb;font-size:11px;padding:4px 8px;border-radius:3px}.blog-state .button{font-size:12px;min-width:145px;gap:10px;padding:12px 14px}body:has(.knowledge-layout) .cta{display:none}
/* Neutral image trays preserve the original product colours. */
.menu-product-image,.product-photo,.catalog-product>div,.individual-photo,.detail-photo{background:#f5f5f5;border-color:#e8e8e8}.menu-product-image img,.product-photo img,.catalog-product>div img,.individual-photo img,.detail-photo img,.catalog-tabs button img{mix-blend-mode:normal;filter:none;opacity:1;background:#fff}.menu-product-image{padding:7px}.menu-product-image img{border-radius:3px;padding:6px}.catalog-product>div{padding:7px}.catalog-product>div img{border-radius:3px}.catalog-tabs button{background:#fafafa}.catalog-tabs button[aria-selected=true]{background:#fff5f5}.catalog-tabs button img{border-radius:3px}.detail-photo img{border-radius:4px}
@media(max-width:1000px){.knowledge-layout{grid-template-columns:160px minmax(0,1fr);gap:22px}.knowledge-sidebar a{font-size:12px;padding:10px 7px}.knowledge-cards{grid-template-columns:1fr 1fr}.knowledge-cards article{padding:17px}.video-enquiry{flex-wrap:wrap}.video-enquiry .button{margin-left:49px}.blog-state{flex-wrap:wrap}.blog-state .button{margin-left:68px}.knowledge-section-title h2{font-size:23px}}
@media(max-width:640px){.knowledge-hero{padding:27px 0 23px}.knowledge-hero h1{font-size:29px}.knowledge-hero p{font-size:14px}.knowledge-layout{display:block;padding-top:20px;padding-bottom:35px}.knowledge-sidebar{position:static;flex-direction:row;overflow-x:auto;white-space:nowrap;gap:5px;padding:8px;margin-bottom:25px}.knowledge-sidebar .knowledge-all{display:none}.knowledge-sidebar a{font-size:12px;padding:9px 10px}.knowledge-sidebar a.selected,.knowledge-sidebar a:hover{box-shadow:inset 0 -2px var(--red)}.knowledge-section{margin-bottom:30px}.knowledge-section-title{gap:11px;margin-bottom:17px}.knowledge-section-title>span{width:36px;height:36px;flex-basis:36px}.knowledge-section-title h2{font-size:23px;line-height:1.3}.knowledge-section-title p{font-size:13px}.knowledge-cards{grid-template-columns:1fr 1fr;gap:12px}.knowledge-cards article{padding:16px 13px}.knowledge-cards h3{font-size:16px}.knowledge-cards p{font-size:13px}.resource-type{font-size:8px}.knowledge-cards .text-link{font-size:11px}.manual-list{grid-template-columns:1fr}.manual-list article{padding:17px}.knowledge-gallery{grid-template-columns:1fr;gap:14px}.knowledge-gallery img{height:195px}.knowledge-gallery figcaption{font-size:14px}.video-enquiry{padding:17px}.video-enquiry .button{margin-left:0}.blog-state{padding:20px;gap:15px}.blog-state .button{margin-left:0}.blog-state h3{font-size:21px}.knowledge-callout{font-size:12px}}

/* Square product stages: dark surroundings, neutral photography for true colours. */
.catalog-tabs button:nth-child(1),#catalog-panel-0{--category-accent:#e20c2c;--category-deep:#642038}
.catalog-tabs button:nth-child(2),#catalog-panel-1{--category-accent:#168b9e;--category-deep:#164654}
.catalog-tabs button:nth-child(3),#catalog-panel-2{--category-accent:#436bd6;--category-deep:#273c70}
.catalog-tabs button:nth-child(4),#catalog-panel-3{--category-accent:#9462c9;--category-deep:#503467}
.catalog-tabs{gap:14px}
.catalog-tabs button{position:relative;min-height:108px;padding:14px;gap:14px;border:1px solid #354459;border-top:3px solid var(--category-accent);background:linear-gradient(125deg,#101d30,var(--category-deep));color:#fff;box-shadow:0 5px 14px #101d3010;transition:box-shadow .2s,transform .2s}
.catalog-tabs button img{width:76px;height:76px;flex-basis:76px;padding:5px;background:#fff;border-radius:8px;box-shadow:0 3px 12px #0003;object-fit:contain}
.catalog-tabs button[aria-selected=true]{background:linear-gradient(125deg,var(--category-deep),#101d30);border-color:var(--category-accent);color:#fff;box-shadow:0 0 0 2px var(--category-accent),0 8px 20px #10203622}
.catalog-tabs button:hover{transform:translateY(-2px)}
.catalog-tabs button:focus-visible,.catalog-product:focus-visible{outline:3px solid #147cc1;outline-offset:5px}
.catalog-panel{border-top:3px solid var(--category-accent)}
.catalog-heading .eyebrow{color:var(--category-accent)}
.catalog-product{padding:9px;border-radius:9px;overflow:hidden;box-shadow:0 3px 12px #15223506;transition:box-shadow .2s,border-color .2s}
.catalog-product>div{position:relative;aspect-ratio:1/1;height:auto;padding:12px;display:grid;place-items:center;overflow:hidden;border:0;border-radius:6px;background:radial-gradient(ellipse at 80% 10%,var(--category-deep,#482437),transparent 70%),linear-gradient(145deg,#25364b,#0c1727);box-shadow:inset 0 1px 0 #ffffff20}
.catalog-product>div img{display:block;width:100%;height:100%;min-height:0;object-fit:contain;padding:3px;border-radius:5px;background:#fff;mix-blend-mode:normal;filter:none;box-shadow:0 8px 18px #0004}
.catalog-product h3{min-height:38px;margin:12px 5px 6px;font-size:15px}
.catalog-product>span{display:block;margin:0 5px 7px}
.catalog-product:hover{border-color:var(--category-accent);box-shadow:0 8px 22px #17283e16}
.menu-product-image{background:linear-gradient(135deg,#102036,#482335);padding:10px;border:0;border-radius:7px;height:170px}
.menu-product-image img{height:150px;width:100%;padding:3px;background:#fff;border-radius:5px}
@media(max-width:950px){.catalog-tabs button{display:flex;flex-direction:column;text-align:center;font-size:12px}.catalog-tabs button img{margin:0}.catalog-product>div{height:auto;padding:8px}.catalog-tabs button span{text-align:center}}
@media(max-width:640px){.catalog-tabs{gap:11px}.catalog-tabs button{min-height:90px;padding:10px;flex-direction:row;gap:9px}.catalog-tabs button img{width:49px;height:49px;flex-basis:49px;padding:3px}.catalog-tabs button span{text-align:left;font-size:11px}.catalog-product{padding:6px}.catalog-product>div{height:auto;aspect-ratio:1;padding:7px}.catalog-product h3{font-size:13px;margin:10px 3px 6px}.catalog-product>span{margin-left:3px;font-size:11px}.menu-product-image{height:130px;padding:7px}.menu-product-image img{height:116px}}
@media(prefers-reduced-motion:reduce){.catalog-tabs button,.catalog-product{transition:none}.catalog-tabs button:hover{transform:none}}

/* Readable navigation and product labels. */
.navigation nav{font-size:15px;gap:16px}
.catalog-product h3{font-size:17px;line-height:1.4;font-weight:700;min-height:44px}
@media(min-width:951px) and (max-width:1199px){.navigation nav{font-size:14px;gap:12px}.navigation{gap:14px}}
@media(max-width:640px){.catalog-product h3{font-size:15px;min-height:42px}}
