:root{--ink:#1f1f1f;--muted:#626262;--line:#e1e1e1;--paper:#f6f6f6;--orange:#ff6500;--dark:#212121;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:white;font:17px/1.65 Arial,Helvetica,sans-serif}a{color:inherit}button,input,select,textarea{font:inherit}img{max-width:100%;height:auto}button,a,input,select,textarea{outline-offset:5px}a:focus-visible,button:focus-visible{outline:3px solid var(--orange)}.skip{position:absolute;left:20px;top:-100px;z-index:30;background:white;padding:12px}.skip:focus{top:10px}.wrap{width:min(var(--max),calc(100% - 72px));margin:auto}.topbar{background:var(--dark);color:#e7e7e7;font-size:13px;letter-spacing:.03em}.topbar .wrap{display:flex;justify-content:space-between;padding:8px 0}.topbar a{text-decoration:none}.site-header{position:sticky;top:0;background:#fff;z-index:20;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:94px}.brand{display:flex;align-items:center;gap:13px;text-decoration:none}.brand img{width:99px;height:62px;object-fit:contain}.brand-text{border-left:1px solid var(--line);padding-left:14px;font-size:12px;line-height:1.45;letter-spacing:.07em}.brand-text strong{display:block;font-size:14px;letter-spacing:.02em}.nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600}.nav a{text-decoration:none}.nav a:hover,.nav a[aria-current=page]{color:#a63d00}.btn{display:inline-flex;align-items:center;justify-content:center;gap:25px;text-decoration:none;border:1px solid transparent;background:var(--orange);color:#1f1f1f;padding:14px 23px;font-size:15px;font-weight:700;cursor:pointer;border-radius:2px;line-height:1.4}.btn:hover{background:#ff6500}.btn:disabled{cursor:not-allowed;background:#d2d2d2;color:#626262}.btn.dark{background:var(--dark);color:white}.btn.outline{background:transparent;color:inherit;border-color:#8d8d8d}.btn.white{background:white;color:var(--ink)}.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:8px 12px}.hero{background:var(--dark);color:#fff;overflow:hidden;position:relative}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;min-height:575px;gap:55px;padding:60px 0}.eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.17em;color:#a63d00;margin:0 0 19px}.hero .eyebrow{color:#ff6500;display:flex;align-items:center;gap:13px}.hero .eyebrow:before{content:'';width:30px;height:2px;background:var(--orange)}h1,h2,h3{line-height:1.1;letter-spacing:-.035em;margin:0 0 22px}h1{font-size:clamp(38px,4.3vw,61px);font-weight:600}h2{font-size:clamp(31px,3vw,42px);font-weight:600}h3{font-size:24px;letter-spacing:-.025em}.hero p.lede{color:#cecece;font-size:18px;max-width:580px}.actions{display:flex;gap:13px;flex-wrap:wrap;margin:30px 0 0}.hero-visual{position:relative}.hero-image{background:#fff;aspect-ratio:1.36;display:flex;align-items:center;justify-content:center;border-top:4px solid var(--orange);overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:contain}.hero-caption{display:flex;justify-content:space-between;gap:25px;padding:17px 0;border-bottom:1px solid #4e4e4e;font-size:14px}.hero-caption span{color:#c4c4c4}.hero .image-note{font-size:12px;color:#a9a9a9;margin:9px 0 0}.hero-index{margin-top:33px;font-size:12px;letter-spacing:.1em;color:#bbbbbb}.hero-index b{color:var(--orange);margin-right:12px}.strip{background:#f0f0f0;border-bottom:1px solid var(--line)}.strip .wrap{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0;gap:25px}.strip div{font-size:14px;border-right:1px solid #d1d1d1;padding-right:16px}.strip div:last-child{border:0}.strip strong{display:block;font-size:15px}.section{padding:85px 0}.section.soft{background:var(--paper)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:35px}.section-head h2{margin:0}.section-head p{max-width:430px;color:var(--muted);margin:0}.section-head a,.text-link{font-size:15px;font-weight:700;text-underline-offset:5px}.grid{display:grid;gap:25px}.grid.four{grid-template-columns:repeat(4,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;text-decoration:none}.card-media{height:208px;background:#efefef;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.card-media img{width:100%;height:100%;object-fit:contain}.card-media .model-art{font-size:clamp(30px,3vw,43px);font-weight:700;letter-spacing:-.05em;color:#424242;padding:25px;line-height:1}.model-art small{display:block;font-size:12px;letter-spacing:.13em;color:#a63d00;margin-bottom:18px;text-transform:uppercase}.card-body{padding:25px;display:flex;flex-direction:column;flex:1}.card-body h3{font-size:22px}.card-body p{color:var(--muted);font-size:15px;line-height:1.65;margin-top:0}.card-foot{margin-top:auto;padding-top:20px;font-size:14px;font-weight:700;display:flex;justify-content:space-between;border-top:1px solid var(--line)}.card:hover{border-color:#ff6500}.badge{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#a63d00;margin-bottom:13px}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.lead{font-size:20px;color:var(--muted);max-width:750px}.detail-list{border-top:1px solid var(--line)}.detail-row{padding:25px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:45px 1fr;gap:20px}.detail-row>span{font-size:13px;color:#a63d00}.detail-row h3{font-size:22px;margin:0 0 10px}.detail-row p{font-size:16px;color:var(--muted);margin:0}.cta-panel{background:#262626;color:white;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:50px;border-left:5px solid var(--orange)}.cta-panel h2{font-size:34px}.cta-panel p{color:#cbcbcb;margin-bottom:0;max-width:650px}.site-footer{background:#1a1a1a;color:#d8d8d8;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}.site-footer h3{color:white;font-size:16px;letter-spacing:0}.site-footer a{text-decoration:none;font-size:14px;display:block;margin:8px 0}.site-footer p{font-size:14px}.footer-brand{background:white;width:110px;padding:6px;margin-bottom:15px}.footer-bottom{border-top:1px solid #404040;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;font-size:12px}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:22px}.breadcrumbs a{text-decoration:none}.page-head{background:var(--paper);padding:48px 0 58px;border-bottom:1px solid var(--line)}.page-head h1{font-size:clamp(36px,4vw,52px);max-width:850px}.page-head p{max-width:720px;font-size:19px;color:var(--muted);margin:0}.subnav{display:flex;gap:25px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding:23px 0;font-size:14px;font-weight:700}.subnav a{text-decoration:none}.product-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:65px}.product-aside{position:sticky;top:120px;align-self:start;background:var(--paper);border:1px solid var(--line);padding:30px}.product-aside h3{font-size:25px}.product-aside p{font-size:15px;color:var(--muted)}.product-aside .btn{display:flex;width:100%;margin-top:14px}.content-section{margin-bottom:55px;scroll-margin-top:130px}.content-section h2{font-size:32px}.content-section p{color:var(--muted)}.table-wrap{overflow:auto;border:1px solid var(--line);margin:24px 0}table{width:100%;border-collapse:collapse;font-size:15px}th,td{padding:16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{background:#ededed;color:var(--ink);font-weight:700}tr:last-child td{border-bottom:0}caption{text-align:left;font-weight:700;padding:16px}.note{padding:18px 21px;border-left:3px solid var(--orange);background:#fff2e9;font-size:14px;color:#a63d00}.bullets{padding-left:22px;color:var(--muted)}.bullets li{margin:10px 0}.step-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin:30px 0}.step-flow div{background:white;padding:24px}.step-flow b{display:block;color:#a63d00;font-size:13px;margin-bottom:16px}.step-flow strong{display:block;line-height:1.3}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:700;padding-right:25px}.faq p{font-size:16px;color:var(--muted)}.download{display:flex;align-items:center;justify-content:space-between;gap:25px;border:1px solid var(--line);padding:26px;background:white;margin-bottom:18px}.download h3{font-size:23px;margin-bottom:8px}.download p{font-size:14px;color:var(--muted);margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}label{display:block;font-size:14px;font-weight:700}input,select,textarea{display:block;width:100%;padding:12px 13px;margin:8px 0 0;border:1px solid #c1c1c1;background:white;border-radius:2px;font-size:16px;min-width:0}textarea{min-height:145px}.field-help{font-size:13px;color:var(--muted);display:block;margin-top:5px}.full{grid-column:1/-1}fieldset{border:0;padding:0;margin:0 0 25px}legend{font-weight:700;font-size:21px;margin-bottom:18px}fieldset.conditional{border-top:1px solid var(--line);padding-top:25px}.review-bar{background:#fff2e9;border-bottom:1px solid #ff6500;font-size:13px;color:#a63d00;padding:8px 20px;text-align:center}.form-status{margin:20px 0;font-size:15px}.form-status:empty{display:none}[hidden]{display:none!important}.inline-check{display:flex;align-items:start;gap:12px;font-weight:400;font-size:14px}.inline-check input{width:18px;margin-top:4px;flex-shrink:0}.no-results{padding:28px;background:var(--paper)}.resource{border-top:1px solid var(--line);padding:28px 0}.resource h3 a{text-decoration:none}.catalogue-thumb{width:88px;flex-shrink:0;border:1px solid var(--line)}.download-info{flex:1}.review-list li{margin:14px 0}.kicker{color:#a63d00;font-size:13px;font-weight:bold}.anchor-target{scroll-margin-top:125px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.tag{background:#ededed;font-size:13px;padding:6px 10px}
@media(max-width:1100px){.brand-text{display:none}.nav{gap:17px}.grid.four{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:35px}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.product-layout{gap:35px}}
@media(max-width:780px){.wrap{width:calc(100% - 38px)}.topbar .wrap span{display:none}.topbar .wrap{justify-content:flex-end}.header-inner{min-height:78px}.brand img{width:85px;height:53px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:20px;align-items:stretch;gap:0}.nav.open{display:flex;flex-direction:column}.nav a{padding:13px}.hero-grid{grid-template-columns:1fr;padding:45px 0;gap:35px}.hero h1{max-width:600px}.hero-image{aspect-ratio:1.65}.hero-caption{font-size:13px}.hero-index{display:none}.strip .wrap{grid-template-columns:1fr 1fr;gap:20px}.strip div:nth-child(2){border:0}.section{padding:55px 0}.section-head{display:block}.section-head p,.section-head>a{display:block;margin-top:20px}.split,.product-layout{grid-template-columns:1fr;gap:35px}.grid.three{grid-template-columns:1fr}.grid.two{grid-template-columns:1fr}.product-aside{position:static}.cta-panel{padding:30px;display:block}.cta-panel .btn{margin-top:25px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.step-flow{grid-template-columns:1fr 1fr}.download{align-items:flex-start;flex-wrap:wrap}.download .btn{width:100%}.page-head{padding:30px 0 40px}}
@media(max-width:480px){.grid.four{grid-template-columns:1fr}.card-media{height:225px}.hero h1{font-size:40px}.actions .btn{width:100%}.strip div{font-size:12px}.strip strong{font-size:14px}.footer-grid{gap:25px}.subnav{gap:16px}.download .catalogue-thumb{width:58px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.wp-nav-list{display:flex;gap:25px;align-items:center;list-style:none;padding:0;margin:0}.wp-nav-list li{margin:0}.table-wrap:focus-visible{outline:3px solid var(--orange)}@media(max-width:780px){.wp-nav-list{display:block}.wp-nav-list a{display:block}}
/* v0.2 editorial refinement: hierarchy, imagery and compact buyer paths */
:root{--max:1220px}.header-inner{min-height:86px}.nav{gap:20px}.nav-resources{position:relative}.nav-resources summary{cursor:pointer;padding:14px 0}.nav-resources>div{position:absolute;right:0;top:48px;min-width:190px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 25px #1f1f1f15;padding:12px}.nav-resources a{display:block;padding:9px}.hero-grid{min-height:520px;grid-template-columns:1.1fr 1fr;gap:50px;padding:64px 0}.hero h1{font-size:clamp(40px,4.4vw,62px);line-height:1.04;letter-spacing:-.045em}.accent{color:#ff6500}.hero .machine-figure{background:transparent;border:0;margin:0}.hero .machine-figure img{height:330px;background:white;border-top:4px solid var(--orange);object-fit:contain}.hero .machine-figure figcaption{color:#cbcbcb;border-top:1px solid #626262;padding:16px 0 0;margin-top:16px;background:none}.buyer-paths{border-bottom:1px solid var(--line);background:#f4f4f4}.buyer-paths>.wrap{display:grid;grid-template-columns:repeat(3,1fr)}.buyer-paths a{padding:25px 25px 25px 0;display:flex;gap:16px;align-items:center;text-decoration:none;font-size:15px;font-weight:bold}.buyer-paths a+a{border-left:1px solid var(--line);padding-left:25px}.buyer-paths span{font-size:12px;color:#a63d00}.buyer-paths b{margin-left:auto}.section{padding:72px 0}.section.compact{padding:45px 0}.card-body{padding:24px}.card-body h3{font-size:23px;line-height:1.2;letter-spacing:-.025em}.card-media{height:205px;background:#fff;padding:16px 10px 22px}.card-media img{object-fit:contain}.image-tag{position:absolute;bottom:5px;left:12px;font-size:10px;color:#626262;background:#fff;padding:2px 5px}.card-body p{line-height:1.5}.solution-card{display:block;background:white;border-top:3px solid #ff6500;padding:34px;text-decoration:none}.solution-card p{color:var(--muted);max-width:500px}.photo-required{background:#f0f0f0;min-height:245px;border:1px dashed #a6a6a6;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;gap:7px}.photo-required .photo-icon{font-size:40px;color:#959595;font-weight:400;line-height:1}.photo-required strong{font-size:16px}.photo-required p{font-size:14px;line-height:1.55;color:#626262;margin:2px 0;max-width:360px}.service-links{border-top:1px solid #cdcdcd}.service-links a{display:flex;justify-content:space-between;gap:30px;text-decoration:none;border-bottom:1px solid #cdcdcd;padding:19px 0;font-size:17px;font-weight:600;line-height:1.4}.service-links a:hover,.guide-links a:hover{color:#a63d00}.guide-links{display:flex;flex-wrap:wrap;gap:12px 32px;align-items:center}.guide-links a{font-size:15px;font-weight:600;text-underline-offset:5px;padding:10px 0}.machine-figure{margin:0;background:white;border:1px solid var(--line)}.machine-figure img{width:100%;height:320px;object-fit:contain;padding:16px}.machine-figure figcaption{background:#f4f4f4;padding:12px 16px;font-size:12px;line-height:1.5;color:#5f5f5f}.product-lead{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:65px}.product-lead .machine-figure img{height:310px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px}.gallery .machine-figure img{height:250px}.gallery .photo-required{min-height:220px;padding:20px}.gallery .photo-required p{font-size:13px}.product-layout{grid-template-columns:minmax(0,1.45fr) minmax(270px,.65fr);gap:65px}.product-aside h2{font-size:27px;line-height:1.15}.product-aside{top:110px;padding:27px}.product-aside .bullets{font-size:15px}.subnav{display:flex;flex-wrap:wrap;gap:25px;padding-top:18px;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:14px}.subnav a{padding:6px 0;text-decoration:none}.content-section{margin-bottom:44px}.content-section h2{font-size:30px;line-height:1.15}.content-section h3{font-size:21px;margin:25px 0 10px}.content-section p{margin:12px 0}.content-section .btn{margin-top:14px}.content-section .note{font-size:14px;line-height:1.65}.process-flow{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin:24px 0}.process-flow li{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:20px;display:flex;align-items:start;gap:16px;font-size:16px;line-height:1.5}.process-flow span{font-size:12px;color:#a63d00}.narrow{max-width:860px}.download h2{font-size:25px;line-height:1.2;margin:8px 0}.download .catalogue-thumb{width:100px;height:140px;object-fit:contain}.attachment-label{margin-top:24px}.faq summary{line-height:1.5;min-height:44px;display:list-item}.qa-frames{display:flex;align-items:start;gap:25px;overflow:auto;padding:25px 0}.qa-frames iframe{flex-shrink:0;border:1px solid #bfbfbf;background:white}.mobile-enquiry{display:none}.review-report{font-size:16px}.review-report h2{margin-top:50px}.review-report h3{margin-top:32px;font-size:23px}.review-report table{font-size:13px}.review-report th,.review-report td{padding:12px;min-width:170px}.review-report .table-wrap{max-width:100%}.review-report p,.review-report li{max-width:1000px}.review-report code{overflow-wrap:anywhere}.review-report a{overflow-wrap:anywhere}th:first-child{min-width:145px}td{overflow-wrap:anywhere}.site-footer a{min-height:24px}.site-footer{margin-top:0}
@media(max-width:1050px){.nav{gap:15px;font-size:13px}.nav .btn{padding:12px 16px;font-size:13px}.product-layout{gap:35px}.hero-grid{gap:28px}.hero .machine-figure img{height:280px}}
@media(max-width:780px){body{font-size:16px}.header-inner{min-height:76px}.nav{top:76px;font-size:16px}.nav a{padding:13px}.nav-resources summary{padding:13px}.nav-resources>div{position:static;box-shadow:none;border:0;padding:0 13px 8px}.nav .btn{font-size:15px;margin-top:12px}.hero-grid{padding:38px 0 32px;grid-template-columns:1fr;min-height:0;gap:30px}.hero h1{font-size:clamp(38px,7.5vw,54px)}.hero p.lede{font-size:17px}.hero .machine-figure img{height:250px}.hero .machine-figure figcaption{padding-top:10px;margin-top:10px;font-size:11px}.buyer-paths>.wrap{display:block}.buyer-paths a,.buyer-paths a+a{border-left:0;border-bottom:1px solid var(--line);padding:17px 0;font-size:15px}.buyer-paths a:last-child{border-bottom:0}.section{padding:48px 0}.section.compact{padding:30px 0}.section-head{margin-bottom:28px}.section-head h2,h2{font-size:33px}.split,.product-layout,.product-lead{grid-template-columns:1fr;gap:30px}.product-lead .machine-figure img{height:250px}.product-lead .lead{font-size:20px}.product-aside{position:static}.content-section h2{font-size:28px}.subnav{gap:12px 22px}.gallery .machine-figure img{height:200px}.guide-links{display:block}.guide-links a{display:block;padding:13px 0;border-bottom:1px solid var(--line)}.photo-required{min-height:210px}.solution-card{padding:27px}.service-links a{font-size:16px;padding:18px 0}.footer-grid{gap:28px}.mobile-enquiry{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:10px 19px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);z-index:19;box-shadow:0 -4px 15px #1f1f1f0d;gap:10px}.mobile-enquiry .btn{width:100%;padding:12px;font-size:14px;min-height:46px}body.has-mobile-enquiry{padding-bottom:85px}html{scroll-padding-top:92px}.review-bar{font-size:11px;line-height:1.5}.page-head h1{font-size:38px;line-height:1.1}.download .catalogue-thumb{width:78px;height:109px}.download{padding:22px}.download h2{font-size:23px}.form-grid{gap:20px}input,select,textarea{min-height:48px}.menu-toggle{min-height:44px}.table-wrap table{min-width:430px}}
@media(max-width:480px){.gallery{grid-template-columns:1fr}.hero h1{font-size:40px}.hero h1 br{display:none}.hero .machine-figure img{height:205px}.card-media{height:215px}.card-body{padding:24px}.card-body h3{font-size:25px}.photo-required{padding:25px}.process-flow{grid-template-columns:1fr}.page-head h1{font-size:35px}.product-lead .machine-figure img{height:230px}.download{gap:18px}}

.qa-frames iframe{box-sizing:content-box}#qa-metrics{font-size:12px;max-height:230px;overflow:auto;background:#f4f4f4;padding:18px}
.product-layout>*{min-width:0}.split>*{min-width:0}.product-lead>*{min-width:0}
/* v0.3 filtration selection and complete visual layouts */
.filter-family-grid .card-media{height:320px;padding:14px 14px 26px}@media(max-width:780px){.filter-family-grid .card-media{height:260px}}
.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.metric-grid>div{background:#fff;border:1px solid var(--line);padding:23px 18px}.metric-grid strong{display:block;font-size:32px;line-height:1.2;color:#a63d00}.metric-grid span{display:block;font-size:14px;line-height:1.5;margin-top:12px}.scope-visual{background:#282828;color:#fff;padding:40px;border-top:4px solid var(--orange)}.scope-visual h2,.scope-visual h3{color:inherit}.scope-visual .eyebrow{color:#ff6500}.scope-visual ol{padding:0;list-style:none;counter-reset:scope}.scope-visual li{padding:19px 0;border-top:1px solid #5e5e5e;counter-increment:scope}.scope-visual li strong{display:block;font-size:19px}.scope-visual li strong:before{content:'0' counter(scope) ' / ';color:#ff6500}.scope-visual li span{display:block;color:#d1d1d1;font-size:14px;margin-top:5px}.scope-visual .btn{border-color:#9d9d9d;color:#fff}.scope-visual.light{background:#f3f3f3;color:var(--ink)}.scope-visual.light .eyebrow{color:#a63d00}.about-visual{display:grid;gap:22px}.about-visual .machine-figure{margin:0}.about-visual img{height:220px}.formula-panel{padding:28px;background:#282828;color:#fff;margin:24px 0}.formula-panel strong{display:block;font-size:34px;letter-spacing:.02em}.formula-panel p{color:#dadada;font-size:14px;margin-bottom:0}.table-wrap{max-width:100%}.review-report td{min-width:150px}.review-report th:first-child,.review-report td:first-child{min-width:140px}
@media(max-width:780px){.metric-grid{gap:8px}.metric-grid>div{padding:18px 12px}.metric-grid strong{font-size:26px}.metric-grid span{font-size:12px}.scope-visual{padding:28px}.formula-panel{padding:22px}.about-visual img{height:200px}}

/* KCP REVISION 04 */
/* KCP v0.4: catalogue components, clear hierarchy, spare-parts-first navigation. */
:root{--ink:#212121;--muted:#616161;--line:#e0e0e0;--paper:#f3f3f3;--orange:#ff6500;--max:1320px}
body{font-size:16px;line-height:1.65}.wrap{width:min(var(--max),calc(100% - 80px))}h1,h2,h3{letter-spacing:-.035em}h2{font-size:clamp(30px,3.2vw,46px);line-height:1.13}.section{padding:86px 0}.section.compact{padding:46px 0}.section-head{align-items:end;margin-bottom:34px}.section-head>p{max-width:400px}.section-head h2{margin-bottom:0}.eyebrow{font-size:11px;font-weight:750;letter-spacing:.13em}.btn{border-radius:2px;min-height:48px;font-size:14px;padding:13px 21px;gap:18px}.btn:hover{filter:brightness(.96)}.btn.outline{background:transparent}.card{border-radius:3px;box-shadow:none}.card-media{background:#f2f2f2}.card h3{font-size:22px}.card-body>p{font-size:14px}.card .badge{font-size:11px;line-height:1.5}.contact-strip{background:#1f1f1f;color:#e2e2e2;font-size:11px;letter-spacing:.06em}.contact-strip .wrap,.contact-strip .wrap>div{display:flex;gap:24px;justify-content:space-between;align-items:center}.contact-strip .wrap{min-height:34px}.contact-strip a{text-decoration:none;white-space:nowrap}.header-inner{min-height:90px;gap:24px}.brand img{width:90px;height:60px}.brand-text strong{font-size:13px}.brand-text{font-size:10px}.nav{gap:24px;font-size:13px}.nav .btn{font-size:13px;padding:12px 19px}.review-bar{font-size:11px;padding:4px 12px;background:#f2f2f2;color:#5e5e5e}.review-bar a{color:inherit}.spares-hero{background:#232323;color:#fff;padding:64px 0 58px}.spares-hero-grid{display:grid;grid-template-columns:1.03fr 1fr;gap:56px;align-items:center}.spares-hero h1{font-size:clamp(45px,4.5vw,67px);line-height:1.045;letter-spacing:-.047em;margin:24px 0}.spares-hero h1 em{font-style:normal;color:#ff6500}.spares-hero .eyebrow{color:#c5c5c5}.spares-hero .lede{font-size:17px;line-height:1.7;color:#dadada;max-width:565px}.spares-hero .btn.outline{color:#fff;border-color:#7c7c7c}.spares-hero .actions{margin-top:30px}.hero-facts{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:33px;font-size:11px;color:#cacaca}.hero-facts span:before{content:'•';color:var(--orange);margin-right:7px}.parts-hero-visual{margin:0;background:#e6e6e6;color:#323232;min-width:0;border-radius:3px;overflow:hidden}.visual-topline{padding:20px 22px;display:flex;justify-content:space-between;gap:16px;font-size:9px;letter-spacing:.1em;font-weight:700;border-bottom:1px solid #cfcfcf}.parts-hero-visual>img{display:block;width:100%;height:282px;object-fit:contain;mix-blend-mode:multiply;padding:18px 10px}.parts-hero-visual figcaption{padding:20px 24px;border-top:1px solid #cfcfcf;display:flex;flex-direction:column;gap:4px;font-size:16px}.parts-hero-visual figcaption span{font-size:10px;letter-spacing:.03em;color:#646464}.quick-finder{background:#f5f5f5;border-bottom:1px solid var(--line)}.quick-finder .wrap{display:grid;grid-template-columns:1.25fr repeat(4,1fr);align-items:stretch}.quick-finder strong{font-size:12px;display:flex;align-items:center;padding:23px 12px 23px 0}.quick-finder a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;font-size:12px;font-weight:700;padding:23px 20px;border-left:1px solid var(--line);gap:16px}.quick-finder a:hover{background:#ececec}.quick-finder a span{color:#a63d00}.family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.family-card{display:flex;flex-direction:column;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden;transition:border-color .15s}.family-card:hover{border-color:#a63d00}.family-image{height:214px;background:#f2f2f2;display:flex;align-items:center;justify-content:center;padding:22px}.family-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.family-content{padding:25px 25px 21px;flex:1;display:flex;flex-direction:column}.family-content .eyebrow{font-size:9px;color:#727272;margin:0 0 10px;letter-spacing:.075em}.family-content h3{font-size:23px;line-height:1.2;margin:0 0 25px;max-width:330px}.family-content>span{display:flex;justify-content:space-between;margin-top:auto;padding-top:17px;border-top:1px solid var(--line);font-size:11px}.family-content b{font-size:18px;color:#a63d00}.image-note{font-size:11px;color:#727272;line-height:1.65;margin-top:18px}.dark-section{background:#232323;color:#fff}.dark-section .eyebrow{color:#ff6500}.dark-section .section-head>p{color:#d1d1d1}.dark-section .btn.outline{color:#fff;border-color:#7d7d7d}.parts-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin:35px 0}.parts-steps>div{border-top:1px solid #808080;padding:22px 0}.parts-steps span{font-family:monospace;color:#ff6500;font-size:14px}.parts-steps h3{font-size:25px;margin:11px 0}.parts-steps p{font-size:14px;max-width:335px}.dark-section .parts-steps p{color:#d1d1d1}.service-editorial{border-top:1px solid #c2c2c2}.service-editorial>a{display:block;text-decoration:none;padding:25px 0;border-bottom:1px solid #c2c2c2}.service-editorial span{font-size:10px;color:#676767;letter-spacing:.07em}.service-editorial h3{font-size:25px;margin:7px 0}.service-editorial p{font-size:14px;margin:0;color:#5f5f5f}.catalogue-callout{display:flex;align-items:center;justify-content:space-between;gap:32px;border:1px solid #dadada;padding:44px 48px;background:#f4f4f4}.catalogue-callout h2{margin:12px 0}.catalogue-callout p{margin-bottom:0}.footer-lead{border-bottom:1px solid #4f4f4f;padding:0 0 45px;margin-bottom:46px;display:flex;justify-content:space-between;align-items:center;gap:36px}.footer-lead h2{font-size:37px;margin:10px 0}.footer-lead p{font-size:14px}.site-footer .footer-brand{width:104px;height:auto}.site-footer .footer-grid{font-size:12px;gap:42px;grid-template-columns:1.15fr 1fr 1fr 1.1fr}.site-footer .footer-grid h3{font-size:16px;letter-spacing:0}.site-footer .footer-grid a{padding:3px 0}.site-footer .footer-grid .btn{padding:10px 13px;font-size:11px;margin-top:10px}.footer-bottom{font-size:11px}.range-intro{display:flex;justify-content:space-between;gap:35px;align-items:center;margin:0 0 40px}.range-intro p{max-width:740px;margin:0}.range-intro .btn{white-space:nowrap}.parts-finder{scroll-margin-top:105px}.finder-controls{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;padding:24px;background:#f0f0f0;border:1px solid #dedede}.finder-controls label{font-size:12px;font-weight:700}.finder-controls input,.finder-controls select{margin-top:7px;font-weight:400;background:#fff;min-height:50px}.finder-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin:17px 0}.text-button{border:0;background:transparent;padding:12px 0;font-size:13px;text-decoration:underline;cursor:pointer;color:#a63d00}.parts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.part-card{border:1px solid var(--line);display:flex;flex-direction:column;min-width:0;background:white}.part-card[hidden]{display:none}.part-card>a:first-child{text-decoration:none;display:block}.part-image{background:#f4f4f4;height:205px;padding:22px;display:flex;align-items:center}.part-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.part-card h3{font-size:21px;line-height:1.25;padding:20px 22px 0;margin:0}.part-card>p{padding:0 22px;font-size:12px;color:#676767;margin:14px 0 20px}.part-quote{display:flex;justify-content:space-between;gap:12px;text-decoration:none;border-top:1px solid var(--line);padding:15px 22px;margin-top:auto;font-size:12px;font-weight:700;color:#a63d00}.part-card:hover{border-color:#a63d00}.empty-state{background:#f2f2f2;padding:40px}.part-detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.part-detail-hero .machine-figure{margin:0}.part-detail-hero .machine-figure img{height:330px;object-fit:contain;background:#f5f5f5;padding:35px;mix-blend-mode:multiply}.part-detail-hero .machine-figure figcaption{font-size:11px}.product-aside h2{font-size:28px}.spec-note{font-size:13px;border-left:3px solid #c9c9c9;padding:8px 16px;margin:23px 0;color:#5f5f5f}.contact-options>div{border-top:1px solid #dbdbdb;padding:20px 0}.contact-options span{display:block;font-size:10px;letter-spacing:.08em;color:#777777;margin-bottom:6px}.contact-options a{display:block;text-decoration:none;font-weight:700;font-size:21px;overflow-wrap:anywhere}.contact-options .text-link{font-size:12px;font-weight:400;margin-top:5px}.contact-options .text-link:hover{text-decoration:underline}#enquiry-draft{margin-top:30px;border:1px solid #cfcfcf;padding:24px;background:#f4f4f4}#enquiry-draft .btn{font-size:12px}#enquiry-draft textarea{font-size:13px}#enquiry-draft label{margin-top:25px}.catalogue-feature{display:grid;grid-template-columns:.7fr 1.4fr;gap:45px;align-items:center;border:1px solid #d4d4d4;background:#f4f4f4;padding:40px}.catalogue-feature>img{width:100%;height:240px;object-fit:contain;mix-blend-mode:multiply}.catalogue-feature h2{font-size:35px}.catalogue-feature .image-note{margin-bottom:0}.parts-crosslink{background:#f4f4f4;border-top:1px solid #e1e1e1}.parts-crosslink h2{font-size:32px}.page-head h1{font-size:clamp(36px,4vw,56px);line-height:1.12;max-width:1060px}.page-head{padding:42px 0 48px}.page-head>div>p:last-child{max-width:840px;font-size:17px}.table-wrap table{font-size:14px}.table-wrap th,.table-wrap td{padding:15px 17px}.faq details{padding:17px 0}.faq summary{font-size:16px}.product-layout{gap:56px}.product-aside{align-self:start}.product-aside .btn{width:100%;margin:7px 0}.product-aside .bullets{font-size:14px}.content-section h2{font-size:30px}.machine-figure figcaption{font-size:11px}.note{font-size:12px}.mobile-enquiry{padding-bottom:max(10px,env(safe-area-inset-bottom))}.mobile-enquiry .btn{min-height:46px}
@media(max-width:1180px){.brand-text{display:none}.nav{gap:20px}.spares-hero-grid{gap:36px}.parts-hero-visual>img{height:248px}.quick-finder a{padding:20px 12px}.family-content h3{font-size:21px}.hero-facts{font-size:10px}.site-footer .footer-grid{gap:25px}}
@media(max-width:900px){.wrap{width:calc(100% - 44px)}.section{padding:62px 0}.header-inner{min-height:77px}.spares-hero{padding:42px 0}.spares-hero-grid{gap:30px;grid-template-columns:1fr}.spares-hero h1{font-size:54px;max-width:600px}.parts-hero-visual{max-width:700px}.parts-hero-visual>img{height:260px}.hero-facts{font-size:11px}.quick-finder .wrap{grid-template-columns:repeat(2,1fr)}.quick-finder strong{grid-column:1/-1;padding:18px 0 5px}.quick-finder a{border-left:0;padding:15px 16px 15px 0}.family-grid,.parts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.family-image{height:190px}.contact-strip .wrap>span{display:none}.contact-strip .wrap>div{justify-content:space-between;width:100%}.contact-strip .wrap{min-height:29px}.catalogue-callout{padding:30px;align-items:start}.part-detail-hero{gap:30px}.product-layout{gap:32px}.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.range-intro{align-items:start}.finder-controls{gap:15px}.footer-lead{align-items:start}.footer-lead h2{font-size:32px}}
@media(max-width:600px){.wrap{width:calc(100% - 36px)}.section{padding:48px 0}.section.compact{padding:30px 0}.section-head{display:block;margin-bottom:25px}.section-head>.text-link{display:inline-block;margin-top:18px}.section-head h2{font-size:31px}.spares-hero{padding:34px 0 30px}.spares-hero-grid{gap:29px}.spares-hero h1{font-size:43px;line-height:1.08;margin:19px 0}.spares-hero .lede{font-size:15px}.spares-hero .eyebrow{font-size:9px;letter-spacing:.09em}.spares-hero .actions{gap:10px;margin-top:23px}.spares-hero .btn{padding:12px 15px;font-size:12px;gap:10px}.hero-facts{display:grid;margin-top:25px;gap:5px;font-size:10px}.parts-hero-visual>img{height:188px;padding:5px}.visual-topline{padding:13px;font-size:7px}.parts-hero-visual figcaption{padding:14px 16px;font-size:14px}.parts-hero-visual figcaption span{font-size:9px}.quick-finder a{font-size:11px}.family-grid{grid-template-columns:1fr;gap:18px}.family-card{display:grid;grid-template-columns:36% 64%}.family-image{height:auto;min-height:175px;padding:12px}.family-content{padding:18px 16px}.family-content .eyebrow{font-size:8px;margin-bottom:8px;line-height:1.5}.family-content h3{font-size:21px;margin-bottom:18px}.family-content>span{font-size:10px;padding-top:12px;line-height:1.4;gap:5px}.family-content b{font-size:16px}.parts-steps{grid-template-columns:1fr;gap:5px;margin:25px 0}.parts-steps>div{display:grid;grid-template-columns:38px 1fr;padding:18px 0}.parts-steps h3{margin:0;font-size:23px}.parts-steps span{padding-top:3px}.parts-steps p{grid-column:2;margin:10px 0 0;font-size:13px}.parts-grid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.part-image{height:139px;padding:12px}.part-card h3{font-size:17px;padding:15px 13px 0}.part-card>p{font-size:10px;padding:0 13px;margin:10px 0 15px;line-height:1.6}.part-quote{font-size:10px;line-height:1.4;padding:12px 13px;gap:6px}.part-detail-hero{grid-template-columns:1fr;gap:28px}.part-detail-hero .machine-figure img{height:230px;padding:20px}.part-detail-hero h2{font-size:29px}.catalogue-callout,.footer-lead,.range-intro{display:block}.catalogue-callout{padding:28px 25px}.catalogue-callout .btn,.footer-lead>.btn,.range-intro .btn{margin-top:20px}.footer-lead h2{font-size:30px}.site-footer .footer-grid{gap:25px 17px;font-size:11px}.site-footer .footer-grid h3{font-size:14px}.site-footer .footer-grid>div:first-child{grid-column:1/-1;max-width:320px}.site-footer .footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block;font-size:10px}.footer-bottom>span{display:block;margin:8px 0}.finder-controls{grid-template-columns:1fr;padding:18px;gap:14px}.finder-controls input,.finder-controls select{font-size:16px}.finder-meta{font-size:11px}.page-head{padding:25px 0 31px}.page-head h1{font-size:35px}.page-head>div>p:last-child{font-size:15px}.breadcrumbs{font-size:10px;line-height:1.5;margin-bottom:20px}.catalogue-feature{grid-template-columns:1fr;padding:24px;gap:20px}.catalogue-feature>img{height:170px}.catalogue-feature h2{font-size:29px}.content-section h2{font-size:28px}.contact-options a{font-size:20px}.product-aside h2{font-size:27px}.table-wrap th,.table-wrap td{padding:13px 14px}.table-wrap table{font-size:13px;min-width:510px}.range-intro p{font-size:14px}.service-editorial h3{font-size:22px}.contact-strip{font-size:10px}.review-bar{font-size:9px;line-height:1.45}.image-note{font-size:10px}.section .grid.four{grid-template-columns:1fr 1fr;gap:14px}.section .grid.four .card h3{font-size:19px}.section .grid.four .card-body{padding:16px}.section .grid.four .card-body>p{font-size:12px}.section .grid.four .card-media{height:160px}.section .grid.four .card-foot{font-size:10px;gap:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* KCP REVISION 05 */
/* Original industrial editorial direction: real components, white space, orange and charcoal. */
.v5-filter-equipment{display:grid;grid-template-columns:1fr 1fr;gap:24px}.v5-filter-card{display:flex;flex-direction:column;background:#f4f4f4;border:1px solid #dfdfdf;text-decoration:none}.v5-filter-card>img{width:100%;height:310px;object-fit:contain;padding:25px;mix-blend-mode:multiply}.v5-filter-card>div{padding:30px}.v5-filter-card h2{font-size:32px;margin:12px 0}.v5-filter-card p{font-size:16px}.v5-filter-card .eyebrow{font-size:13px}.v5-selection-line{border-top:1px solid #cdcdcd;padding-top:16px}.v5-faq-width{max-width:940px}.v5-form-details{margin-top:24px;border:1px solid #d0d0d0;padding:18px}.v5-form-details summary{font-size:16px;cursor:pointer;font-weight:700}.v5-form-details .form-grid{margin-top:20px}@media(max-width:640px){.v5-filter-equipment{grid-template-columns:1fr}.v5-filter-card>img{height:280px}.v5-filter-card>div{padding:24px}.v5-filter-card h2{font-size:30px}}
:root{--ink:#222222;--muted:#606060;--line:#dddddd;--paper:#f4f4f4;--orange:#ff6500;--max:1320px}
body{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;color:var(--ink);background:#fff}.wrap{width:min(var(--max),calc(100% - 96px))}h1,h2,h3{font-family:Arial,Helvetica,sans-serif;letter-spacing:-.045em}h2{font-size:clamp(34px,3.6vw,52px);line-height:1.12}h3{line-height:1.2}.eyebrow{font-size:13px;letter-spacing:.1em;line-height:1.6;font-weight:700}.btn{font-size:15px;min-height:50px;padding:13px 22px;border-radius:0;gap:20px;font-weight:700}.btn.dark{background:var(--ink);border-color:var(--ink);color:white}.btn.outline{color:var(--ink);border-color:#818181;background:transparent}.btn:hover{transform:none;filter:none;background:#ff6500;color:#111;border-color:#ff6500}.text-link{font-size:15px}.section{padding:96px 0}.section-head{gap:40px}.review-bar{font-size:12px;letter-spacing:0;background:#ececec;color:#595959;padding:3px 12px}.contact-strip{background:#262626;font-size:12px;letter-spacing:.045em}.contact-strip .wrap{min-height:33px}.contact-strip a{font-size:13px}.header-inner{min-height:96px}.site-header{box-shadow:none;border-bottom:1px solid var(--line);background:#fff}.brand img{width:93px;height:62px}.brand-text{font-size:12px}.brand-text strong{font-size:14px}.nav{font-size:14px;gap:22px}.nav .btn{font-size:14px;background:var(--orange);color:#1b1b1b;border-color:var(--orange)}.nav-resources summary{font-size:14px}.nav-resources>div a{font-size:14px}.page-head{background:#f4f4f4;padding:42px 0 52px}.page-head h1{font-size:clamp(38px,4.8vw,65px);line-height:1.06;max-width:1000px}.page-head p{font-size:17px;max-width:780px}.page-head .eyebrow,.page-head .breadcrumbs{font-size:13px}.breadcrumbs{font-size:13px}.card{border-radius:0;border-color:var(--line)}.card h3{font-size:24px}.card-body>p{font-size:16px}.card .badge,.image-tag{font-size:12px}.card-foot{font-size:14px}.image-note,.spec-note,.note,.field-help,.machine-figure figcaption{font-size:14px;line-height:1.6}.table-wrap table{font-size:15px}.table-wrap th{background:#2e2e2e;font-weight:700}.table-wrap td{line-height:1.6}.table-wrap td,.table-wrap th{padding:17px 19px}.product-aside p,.product-aside li{font-size:15px}.content-section p,.content-section li{font-size:16px}.content-section h2{font-size:32px}.soft{background:#f4f4f4}.dark-section{background:#2a2a2a}.footer-grid a,.footer-grid p,.footer-grid h3,.site-footer .footer-grid{font-size:15px}.footer-grid h3{font-size:16px}.footer-bottom{font-size:13px}.site-footer{background:#252525}.site-footer .btn.outline{color:white;border-color:#aeaeae}.footer-lead{padding-bottom:42px}.footer-lead h2{font-size:44px}.footer-lead p{font-size:16px}.family-content .eyebrow{font-size:12px}.family-content>span{font-size:14px}.part-card h3{font-size:22px}.part-card>p,.part-quote{font-size:14px}.part-image{height:215px}.family-content h3{font-size:25px}.finder-meta{font-size:14px}.parts-steps p{font-size:16px}.parts-steps span{font-size:14px}.parts-steps h3{font-size:25px}.range-intro p{font-size:16px}.service-editorial span{font-size:13px}.service-editorial p{font-size:16px}.service-editorial h3{font-size:26px}
.v5-hero{background:#f6f6f6;padding-top:60px}.v5-hero-grid{display:grid;grid-template-columns:1.04fr 1fr;gap:55px;align-items:center;padding-bottom:50px}.v5-hero-copy{padding:6px 0 18px}.v5-dot{display:inline-block;width:8px;height:8px;background:var(--orange);margin-right:7px}.v5-hero h1{font-size:clamp(53px,5.9vw,84px);line-height:1.035;letter-spacing:-.055em;margin:23px 0 23px}.v5-hero h1>span{color:#686868}.v5-intro{font-size:18px;line-height:1.65;max-width:520px;color:#585858}.v5-hero .actions{margin-top:28px;gap:12px}.v5-hero-secondary{font-size:14px;display:inline-block;margin-top:23px;text-decoration:none;border-bottom:1px solid #c6c6c6;padding-bottom:4px}.v5-hero-product{min-width:0;position:relative}.v5-product-marker{display:flex;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:.08em;padding:13px 0;border-top:1px solid #bbbbbb}.v5-product-marker>span:last-child{color:#727272}.v5-hero-image{display:block;object-fit:contain;width:100%;height:330px;mix-blend-mode:multiply;margin:22px 0 28px}.v5-hero-caption{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #cccccc;padding-top:22px;gap:15px}.v5-hero-caption h2{font-size:29px;letter-spacing:-.035em;margin:7px 0}.v5-hero-caption p{font-size:15px;margin:7px 0;color:#666666}.v5-hero-caption>a{border:1px solid #adadad;border-radius:50%;width:48px;height:48px;display:grid;place-items:center;flex:none;text-decoration:none;font-size:25px}.v5-hero-caption>a:hover{background:var(--orange)}.v5-source{font-size:12px;line-height:1.6;color:#6d6d6d;margin:16px 0 0}.v5-sector-strip{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.1fr;border-top:1px solid #cccccc}.v5-sector-strip>a,.v5-sector-strip>span{padding:21px 0;font-size:14px;text-decoration:none;line-height:1.6}.v5-sector-strip>a{display:flex;justify-content:space-between;border-left:1px solid #cccccc;margin-left:24px;padding-left:24px;font-weight:700;gap:10px}.v5-sector-strip>span{color:#6e6e6e}.v5-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:end;margin-bottom:43px}.v5-heading h2{margin:13px 0 0}.v5-heading p{max-width:525px;font-size:16px}.v5-heading .eyebrow{font-size:13px}.v5-heading .text-link{display:inline-block;margin-top:10px}.v5-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.v5-family{display:flex;flex-direction:column;min-width:0;background:#f5f5f5;border:1px solid #e2e2e2;text-decoration:none;transition:border-color .15s}.v5-family:hover{border-color:#a8a8a8}.v5-family-top{display:flex;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:.055em;padding:20px 23px 0;color:#686868}.v5-family-top>span:last-child{font-size:23px;line-height:1}.v5-family>img{height:220px;width:100%;object-fit:contain;mix-blend-mode:multiply;padding:18px 28px}.v5-family-copy{padding:6px 24px 27px}.v5-family-copy h3{font-size:25px;letter-spacing:-.025em;margin:0 0 9px}.v5-family-copy p{font-size:15px;color:#626262;margin:0;line-height:1.55}.v5-range .image-note{margin-top:22px;font-size:13px}.v5-identify{background:#2a2a2a;color:#fff;padding:68px 0}.v5-identify-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:90px;align-items:center}.v5-identify h2{font-size:48px;line-height:1.12;margin:17px 0}.v5-identify p{color:#cbcbcb;max-width:420px;font-size:16px}.v5-identify .btn{margin-top:15px;background:var(--orange);color:#1d1d1d}.v5-identify .eyebrow{color:#dadada}.v5-identify-steps>div{display:flex;gap:26px;border-top:1px solid #636363;padding:21px 0}.v5-identify-steps>div>span{color:#c0c0c0;font-size:14px;padding-top:2px}.v5-identify-steps h3{font-size:23px;margin:0 0 8px;letter-spacing:-.025em}.v5-identify-steps p{margin:0;font-size:15px}.v5-identify-steps>a{font-size:14px;display:inline-block;margin-top:7px;color:#e8e8e8}
.v5-machine-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:22px}.v5-machine{display:grid;grid-template-columns:1fr 42%;position:relative;background:#f4f4f4;border:1px solid #e2e2e2;text-decoration:none;padding:29px;min-width:0;align-items:center}.v5-machine:hover{border-color:#b2b2b2}.v5-machine h3{font-size:27px;margin:8px 0 13px;letter-spacing:-.03em}.v5-machine p{font-size:15px;color:#666666;line-height:1.6;margin:0}.v5-machine img{width:100%;height:170px;object-fit:contain;mix-blend-mode:multiply}.v5-machine-main{grid-row:span 2;display:flex;flex-direction:column;align-items:stretch;padding:33px}.v5-machine-main h3{font-size:34px}.v5-machine-main img{height:320px;margin:15px 0}.v5-model{font-size:13px;display:inline-block;background:#e7e7e7;padding:7px 12px;margin-top:17px;letter-spacing:.035em;font-weight:700}.v5-machine-foot{grid-column:1/-1;display:flex;justify-content:space-between;gap:15px;font-size:14px;border-top:1px solid #cecece;padding-top:18px;margin-top:auto}.v5-machine-foot b{font-size:22px;line-height:1}.v5-image-label{font-size:12px;color:#6e6e6e;line-height:1.4;margin-top:8px;grid-column:1/-1}.v5-filtration{background:#f2f2f2}.v5-filtration-grid{display:grid;grid-template-columns:1fr 1.07fr;gap:85px;align-items:center}.v5-filter-visual{align-self:stretch;display:flex;flex-direction:column;justify-content:center;background:#e8e8e8;padding:30px}.v5-filter-visual img{height:425px;width:100%;object-fit:contain;mix-blend-mode:multiply}.v5-filtration h2{margin:17px 0 22px}.v5-filter-links{margin:25px 0}.v5-filter-links>a{display:flex;gap:24px;align-items:center;justify-content:space-between;padding:18px 0;border-top:1px solid #cccccc;text-decoration:none}.v5-filter-links>a:last-child{border-bottom:1px solid #cccccc}.v5-filter-links h3{font-size:22px;letter-spacing:-.025em;margin:0 0 7px}.v5-filter-links p{font-size:15px;line-height:1.5;color:#636363;margin:0}.v5-filter-links>a>span{font-size:24px}.v5-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.v5-support-grid>a{display:block;text-decoration:none;border-top:3px solid #d8d8d8;padding-top:24px}.v5-support-grid>a:hover{border-color:var(--orange)}.v5-support-grid h3{font-size:29px;line-height:1.16;margin:20px 0}.v5-support-grid p{font-size:16px;color:#666666}.v5-support-grid .text-link{display:inline-block;margin-top:12px}.v5-downloads{padding:50px 0;background:#ebebeb}.v5-downloads>.wrap{display:flex;justify-content:space-between;align-items:center;gap:35px}.v5-downloads h2{font-size:34px;margin:10px 0}.v5-downloads p{font-size:16px;margin-bottom:0}.v5-downloads .actions{flex:none}.v5-downloads .eyebrow{font-size:13px}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.nav{gap:15px}.nav .btn{padding:11px 15px}.brand-text{display:none}.v5-hero-grid{gap:35px}.v5-hero h1{font-size:66px}.v5-hero .btn{font-size:14px;padding:12px 16px;gap:12px}.v5-hero-image{height:290px}.v5-heading,.v5-filtration-grid,.v5-identify-grid{gap:45px}.v5-machine{grid-template-columns:1fr;padding:25px}.v5-machine img{height:130px}.v5-machine-main img{height:310px;margin:auto 0}.v5-machine-main{justify-content:space-between}.v5-family>img{height:190px;padding:16px 24px}.v5-sector-strip{grid-template-columns:1fr 1fr 1fr}.v5-sector-strip>span{display:none}.v5-sector-strip>a:first-of-type{border:0;margin:0;padding-left:0}.v5-support-grid{gap:28px}.v5-downloads>.wrap{display:block}.v5-downloads .actions{margin-top:25px}.footer-grid{gap:28px}}
@media(max-width:800px){.wrap{width:calc(100% - 44px)}.section{padding:64px 0}.header-inner{min-height:79px}.brand img{height:55px;width:86px}.brand-text{display:block;font-size:11px}.brand-text strong{font-size:13px}.contact-strip .wrap{min-height:29px}.contact-strip a{font-size:12px}.review-bar{font-size:12px}.v5-hero{padding-top:34px}.v5-hero-grid{grid-template-columns:1fr;gap:25px;padding-bottom:30px}.v5-hero-copy{padding-bottom:0}.v5-hero h1{font-size:66px;max-width:600px}.v5-hero h1 br:first-of-type{display:block}.v5-intro{max-width:550px}.v5-hero-product{max-width:600px;width:100%}.v5-hero-image{height:300px;margin:10px 0 15px}.v5-hero-caption{padding-top:17px}.v5-hero-caption h2{font-size:26px}.v5-source{margin-top:10px}.v5-sector-strip>a{font-size:13px;margin-left:13px;padding-left:13px}.v5-heading{grid-template-columns:1fr;gap:18px;margin-bottom:30px}.v5-heading h2 br{display:none}.v5-heading p{margin:0 0 10px}.v5-heading .eyebrow{margin-bottom:13px}.v5-family-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.v5-family>img{height:205px}.v5-family-copy h3{font-size:24px}.v5-identify{padding:52px 0}.v5-identify-grid{grid-template-columns:1fr;gap:35px}.v5-identify h2{font-size:40px}.v5-identify-steps>div{padding:18px 0}.v5-identify p{max-width:550px}.v5-machine-grid{grid-template-columns:1fr 1fr;gap:16px}.v5-machine-main{grid-column:1/-1;grid-row:auto;display:grid;grid-template-columns:1fr 1fr}.v5-machine-main img{height:250px;grid-row:1;grid-column:2}.v5-machine-main .v5-machine-foot{margin-top:20px}.v5-filtration-grid{grid-template-columns:1fr;gap:35px}.v5-filter-visual{max-width:100%}.v5-filter-visual img{height:300px}.v5-support-grid{gap:22px}.v5-support-grid h3{font-size:25px}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.footer-lead h2{font-size:36px}.footer-lead p{font-size:16px}.parts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.part-card>p,.part-quote{font-size:14px}.part-image{height:190px}.family-content .eyebrow{font-size:12px}.family-content>span{font-size:14px}}
@media(max-width:540px){.wrap{width:calc(100% - 36px)}.v5-hero{padding-top:28px}.v5-hero h1{font-size:52px;line-height:1.05;letter-spacing:-.052em;margin:19px 0}.v5-hero h1 br:first-of-type{display:block}.v5-hero .eyebrow{font-size:12px;letter-spacing:.06em}.v5-intro{font-size:17px;line-height:1.6}.v5-hero .actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:23px}.v5-hero .btn{justify-content:space-between;font-size:15px;padding:13px 18px}.v5-hero-secondary{font-size:14px;margin-top:17px}.v5-product-marker{font-size:12px;letter-spacing:0}.v5-hero-image{height:228px;margin:12px 0 22px}.v5-hero-caption h2{font-size:25px}.v5-hero-caption p{font-size:14px}.v5-hero-caption .eyebrow{font-size:12px}.v5-sector-strip{display:flex;flex-direction:column}.v5-sector-strip>a{padding:14px 0!important;border:0;border-top:1px solid #d5d5d5;margin:0;font-size:14px}.v5-sector-strip>a:first-of-type{border:0}.v5-heading h2{font-size:36px}.v5-heading p{font-size:16px}.v5-heading .eyebrow{font-size:12px}.v5-family-grid{grid-template-columns:1fr;gap:18px}.v5-family>img{height:215px;padding:15px 30px}.v5-family-top{font-size:12px}.v5-family-copy{padding:2px 23px 24px}.v5-family-copy h3{font-size:27px}.v5-family-copy p{font-size:16px}.v5-range .image-note{font-size:13px}.v5-identify h2{font-size:36px}.v5-identify .btn{width:100%;justify-content:space-between;font-size:14px}.v5-identify-steps h3{font-size:22px}.v5-identify-steps p{font-size:15px}.v5-machine-grid{grid-template-columns:1fr}.v5-machine-main{display:flex;grid-column:auto;padding:25px}.v5-machine img,.v5-machine-main img{height:240px;margin:12px 0}.v5-machine-main h3{font-size:29px}.v5-machine h3{font-size:29px}.v5-machine p{font-size:16px}.v5-machine-foot{font-size:14px;margin-top:12px}.v5-machine .eyebrow{font-size:12px}.v5-image-label{font-size:12px}.v5-filter-visual{padding:22px}.v5-filter-visual img{height:310px}.v5-filtration h2{font-size:35px}.v5-filter-links h3{font-size:23px}.v5-filter-links p{font-size:15px}.v5-support-grid{grid-template-columns:1fr;gap:32px}.v5-support-grid h3{font-size:30px;margin:17px 0}.v5-support-grid h3 br{display:none}.v5-support-grid p{font-size:16px}.v5-downloads h2{font-size:32px}.v5-downloads .actions{display:grid;grid-template-columns:1fr}.v5-downloads .btn{justify-content:space-between}.page-head h1{font-size:38px}.page-head p,.page-head>div>p:last-child{font-size:16px}.page-head .eyebrow,.page-head .breadcrumbs{font-size:12px}.section.compact{padding:36px 0}.section-head h2{font-size:34px}.section .grid.four{grid-template-columns:1fr}.section .grid.four .card h3{font-size:25px}.section .grid.four .card-body>p{font-size:16px}.section .grid.four .card-foot{font-size:14px}.section .grid.four .card-media{height:230px}.section .grid.four .card-body{padding:23px}.parts-grid{grid-template-columns:1fr}.part-image{height:230px}.part-card h3{font-size:25px;padding:17px 22px 0}.part-card>p{font-size:15px;padding:0 22px}.part-quote{font-size:15px;padding:16px 22px}.family-card{display:block}.family-image{height:230px}.family-content{padding:22px}.family-content .eyebrow{font-size:12px}.family-content h3{font-size:27px}.family-content>span{font-size:14px}.range-intro p{font-size:16px}.finder-meta{font-size:14px}.table-wrap table{font-size:14px;min-width:530px}.table-wrap th,.table-wrap td{padding:14px 16px}.note,.spec-note,.image-note,.field-help,.machine-figure figcaption{font-size:14px}.parts-steps p{font-size:16px}.parts-steps h3{font-size:25px}.parts-steps span{font-size:14px}.content-section h2{font-size:30px}.site-footer .footer-grid,.site-footer .footer-grid p,.site-footer .footer-grid a{font-size:15px}.site-footer .footer-grid h3{font-size:16px}.site-footer .footer-grid{gap:27px 19px}.footer-bottom{font-size:13px}.footer-lead h2{font-size:35px}.service-editorial h3{font-size:25px}.service-editorial span{font-size:12px}.service-editorial p{font-size:16px}.contact-options a{font-size:21px}.review-bar{font-size:12px}.footer-lead>.btn{font-size:14px}.form-grid input,.form-grid select,textarea{font-size:16px}}

/* KCP REVISION 06 */
/* KCP original brand family: orange, black, white and neutral greys. */
:root{--orange:#ff6500;--ink:#171717;--dark:#111;--muted:#555;--line:#ddd;--paper:#f5f5f5}
body{color:var(--ink);background:#fff}.contact-strip{background:#111;color:#eee}.review-bar{background:#f1f1f1;color:#555}.site-header{border-color:#ddd}.nav{gap:20px}.nav .btn{background:var(--orange);color:#111;border-color:var(--orange)}.nav a[aria-current=page]{color:#a63d00}.nav .btn[aria-current=page]{color:#111}.eyebrow{color:#a63d00}.btn{background:var(--orange);color:#111;border-color:var(--orange)}.btn.dark{background:#111;border-color:#111;color:#fff}.btn.outline{background:transparent;color:#171717;border-color:#777}.btn:hover{background:#e85800;border-color:#e85800;color:#111}.btn.dark:hover{background:#333;border-color:#333;color:#fff}.btn.outline:hover{background:#111;border-color:#111;color:#fff}.soft,.page-head{background:#f5f5f5}.v5-hero{background:#f7f7f7}.v5-hero h1>span{color:#e85800}.v5-hero-image{height:355px;margin:15px 0 20px}.v5-intro{color:#555}.v5-hero-caption>a:hover{background:var(--orange);color:#111}.v5-sector-strip{grid-template-columns:1.1fr 1fr 1fr 1fr}.v5-family,.v5-machine,.v5-filter-card{background:#f6f6f6;border-color:#dedede}.v5-family:hover,.v5-machine:hover,.v5-filter-card:hover{border-color:var(--orange)}.v5-filtration{background:#f5f5f5}.v5-filter-visual{background:#eaeaea}.v5-source,.v5-image-label,.v5-family-copy p,.v5-machine p,.v5-filter-links p,.v5-support-grid p{color:#555}.v5-identify,.dark-section{background:#171717;color:#fff}.v5-identify p,.v5-identify-steps p,.dark-section p{color:#ddd}.v5-identify .eyebrow,.dark-section .eyebrow{color:#ff9a55}.v5-identify-steps>div{border-color:#626262}.v5-identify-steps>div>span{color:#ff9a55}.v5-identify-steps>a{color:#fff}.v5-downloads{background:#f0f0f0}.v5-support-grid>a{border-top-color:#ccc}.v5-support-grid>a:hover{border-top-color:var(--orange)}.table-wrap th{background:#171717;color:#fff}.spec-note,.note{border-left-color:var(--orange)}
.site-footer{background:#f4f4f4;color:#222;padding:0}.footer-callout{background:#111;color:#fff;border-top:4px solid var(--orange)}.site-footer .footer-lead{padding:52px 0;margin:0 auto;border:0;display:flex;justify-content:space-between;align-items:center;gap:40px}.site-footer .footer-lead h2{color:#fff;font-size:40px;margin:12px 0;max-width:760px}.site-footer .footer-lead p{color:#d5d5d5;font-size:16px}.site-footer .footer-lead .eyebrow{color:#ff9a55;font-size:13px}.site-footer .footer-lead>.btn{background:var(--orange);border-color:var(--orange);color:#111;white-space:nowrap;flex:none}.site-footer .footer-grid{padding:58px 0 45px;display:grid;grid-template-columns:1.25fr 1fr 1fr 1.1fr;gap:42px;color:#444}.site-footer .footer-grid>div:first-child{max-width:280px}.site-footer .footer-grid>div:last-child{grid-column:auto}.site-footer .footer-grid h3{font-size:17px;color:#111;margin:0 0 21px;letter-spacing:-.015em}.site-footer .footer-grid p,.site-footer .footer-grid a{font-size:15px;color:#444;line-height:1.7}.site-footer .footer-grid p{margin:20px 0}.site-footer .footer-grid a{display:block;margin:10px 0;text-decoration:none}.site-footer .footer-grid a:hover{color:#a63d00;text-decoration:underline}.site-footer .footer-grid>div:first-child>a:first-child{margin:0}.site-footer .footer-brand{display:block;width:180px;height:auto;max-width:100%;padding:0;margin:0;background:transparent;border:0;box-shadow:none;filter:none}.site-footer .footer-bottom{display:flex;justify-content:space-between;gap:24px;align-items:center;border-top:1px solid #ccc;padding:23px 0 28px;color:#555;font-size:13px}.site-footer .footer-bottom>span{display:inline;font-size:13px}.site-footer .footer-legal{display:flex;flex-wrap:wrap;gap:22px}.site-footer .footer-legal>a{display:inline-flex;margin:0;color:#444;font-size:13px;text-decoration:none}.site-footer .footer-legal>a:hover{text-decoration:underline;color:#a63d00}.brand img{background:transparent}.mobile-enquiry{border-top-color:#ddd;background:#fff}
@media(max-width:1200px){.nav{gap:16px}.brand-text{display:none}.site-footer .footer-grid{gap:28px}.site-footer .footer-lead h2{font-size:36px}}
@media(max-width:960px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:35px}.site-footer .footer-grid>div:first-child{max-width:350px}.site-footer .footer-lead{align-items:flex-start}.site-footer .footer-lead h2{font-size:33px}.v5-hero-image{height:300px}}
@media(max-width:800px){.brand-text{display:block}.nav{top:100%}.site-footer .footer-lead{display:block;padding:38px 0}.site-footer .footer-lead>.btn{margin-top:20px}.site-footer .footer-grid{padding:40px 0 30px}.v5-sector-strip{grid-template-columns:repeat(3,1fr)}.v5-hero h1{font-size:62px}.v5-hero-image{height:300px}.site-footer .footer-brand{width:175px}}
@media(max-width:540px){.v5-hero h1{font-size:50px;line-height:1.06}.v5-hero-image{height:230px}.v5-hero-caption h2{font-size:25px}.v5-sector-strip{display:flex}.v5-product-marker{font-size:12px;gap:18px}.site-footer .footer-lead h2{font-size:32px}.site-footer .footer-lead>.btn{width:100%;justify-content:space-between;white-space:normal}.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:30px 21px}.site-footer .footer-grid>div:first-child,.site-footer .footer-grid>div:last-child{grid-column:1/-1}.site-footer .footer-grid h3{font-size:16px}.site-footer .footer-grid a,.site-footer .footer-grid p{font-size:14px}.site-footer .footer-bottom{display:block;padding:23px 0}.site-footer .footer-legal{margin-top:13px;gap:22px}.site-footer .footer-bottom>span{display:block}.site-footer .footer-brand{width:180px}}
/* KCP REVISION 07 */
/* Additions extend the approved KCP orange / black / white design. */
.v7-global{background:#f5f5f5}.v7-market-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:36px}.v7-market{border-top:3px solid #ff6500;padding-top:22px}.v7-market h3{font-size:15px;text-transform:uppercase;letter-spacing:.07em;margin:0 0 20px;color:#555}.v7-market ul{list-style:none;margin:0;padding:0}.v7-market li{font-size:21px;line-height:1.5;padding:9px 0;border-bottom:1px solid #ddd;color:#171717}.v7-market-foot{display:flex;justify-content:space-between;align-items:center;gap:36px;margin-top:30px}.v7-market-foot p{max-width:670px;font-size:16px;color:#555}.v7-market-foot a{flex-shrink:0}
.v7-film-frame{margin:30px 0 0}.v7-company-video{display:block;width:100%;height:auto;aspect-ratio:910/512;max-height:660px;background:#111;object-fit:contain}.v7-film-frame figcaption{padding:15px 0;font-size:14px;color:#555}.v7-video-links{display:flex;justify-content:space-between;gap:32px;align-items:flex-start}.v7-video-links details{max-width:770px}.v7-video-links summary{cursor:pointer;font-weight:600}.v7-video-links a{flex-shrink:0;font-size:15px}.v7-video-links p{font-size:16px;color:#555}
.v7-about-intro{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:64px}.v7-about-head h1{font-size:clamp(38px,4.2vw,62px);line-height:1.08}.v7-about-head p{max-width:640px}.v7-about-head .btn{margin-top:18px}.v7-brand-motion{position:relative;background:#fff;border-bottom:3px solid #ff6500}.v7-logo-animation{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain}.v7-motion-control{display:block;border:0;border-top:1px solid #eee;background:#fff;color:#555;font:inherit;font-size:14px;padding:14px 20px;width:100%;text-align:right;cursor:pointer}.v7-motion-control:hover{color:#a63d00}.v7-motion-control:focus-visible{outline:3px solid #a63d00;outline-offset:3px}.v7-mission{border-left:3px solid #ff6500;padding:10px 0 10px 36px}.v7-mission h2{font-size:32px;line-height:1.2}.v7-trust article{border-top:1px solid #bbb;padding-top:26px}.v7-trust article>span{color:#a63d00;font-size:15px;font-weight:700}.v7-trust h3{font-size:23px;margin-top:18px}.v7-trust p{font-size:17px;color:#555}.v7-about-contact{display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:start}.v7-about-contact>div:last-child{display:flex;flex-direction:column;gap:15px;align-items:flex-start}
.v7-whatsapp{position:fixed;right:24px;bottom:max(24px,env(safe-area-inset-bottom));z-index:95;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border:2px solid #ff6500;box-shadow:0 5px 18px #0003;text-decoration:none}.v7-whatsapp:hover{background:#ff6500;color:#111}.v7-whatsapp:focus-visible{outline:3px solid #a63d00;outline-offset:4px}.v7-whatsapp svg{width:27px;height:27px;flex-shrink:0}.v7-whatsapp>span{position:absolute;right:69px;white-space:nowrap;background:#111;color:#fff;border-radius:3px;padding:8px 13px;font-size:14px;opacity:0;pointer-events:none}.v7-whatsapp:hover>span,.v7-whatsapp:focus-visible>span{opacity:1}.site-footer .footer-bottom{padding-right:78px}
@media(max-width:960px){.v7-about-intro{gap:35px}.v7-market-grid{gap:22px}.v7-market li{font-size:19px}.v7-market-foot{display:block}.v7-about-contact{gap:35px}}
@media(max-width:800px){.v7-about-intro{grid-template-columns:1fr;gap:30px}.v7-brand-motion{max-width:600px}.v7-market-grid{grid-template-columns:1fr 1fr;gap:30px}.v7-video-links{display:block}.v7-video-links>a{display:inline-block;margin-top:18px}.v7-about-contact{grid-template-columns:1fr}.v7-whatsapp{right:16px;bottom:calc(88px + env(safe-area-inset-bottom));width:54px;height:54px}.v7-whatsapp>span{display:none}.v7-mission{padding-left:24px}.v7-film-frame{margin-top:24px}.site-footer .footer-bottom{padding-right:0}}
@media(max-width:420px){.v7-market-grid{gap:22px 16px}.v7-market li{font-size:18px}.v7-market h3{font-size:14px}.v7-about-head h1{font-size:39px}.v7-mission h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){.v7-whatsapp,.v7-motion-control{transition:none}}
/* Keep contact controls outside the video's native playback controls. */
@media(min-width:801px){.v7-film-frame,.v7-video-links{margin-right:72px}}
@media(max-width:800px){.v7-whatsapp{bottom:max(16px,env(safe-area-inset-bottom))}.has-mobile-enquiry .v7-whatsapp{bottom:max(6px,env(safe-area-inset-bottom))}.mobile-enquiry{padding-right:86px}.mobile-enquiry .btn{white-space:normal}.v7-video-links{padding-bottom:8px}}
