@font-face{
  font-family:"Rygor Anton";
  src:url("https://plant.woottonbassettwebsites.co.uk/wp-content/uploads/2026/07/Anton-Regular.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

.rpm-machine-page,
.elementor-widget-rpm-machine-section,
.elementor-widget-rpm-machine-page,
.elementor-widget-rpm-machine-loop-card,
.rpm-loop-card{
  --rpm-navy:#0f1923;
  --rpm-navy-mid:#162231;
  --rpm-navy-light:#1e3248;
  --rpm-amber:#e8a020;
  --rpm-amber-dark:#c4841a;
  --rpm-amber-pale:#fdf3e0;
  --rpm-white:#fff;
  --rpm-off-white:#f5f4f0;
  --rpm-gray-100:#f0eeea;
  --rpm-gray-200:#e2dfd8;
  --rpm-gray-400:#9c9a93;
  --rpm-gray-600:#5e5c57;
  --rpm-red:#c0392b;
  --rpm-red-pale:#fdf0ee;
  --rpm-green:#16a34a;
  --rpm-green-pale:#f0fdf4;
  --rpm-blue:#1d6fa4;
  --rpm-radius-sm:4px;
  --rpm-radius:8px;
  --rpm-radius-lg:12px;
  --rpm-shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);
  --rpm-shadow-md:0 4px 12px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06);
  color:#1a1a1a;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  line-height:1.6;
}
.rpm-machine-page *,.elementor-widget-rpm-machine-section *,.elementor-widget-rpm-machine-page *,.elementor-widget-rpm-machine-loop-card *{box-sizing:border-box}
.rpm-machine-page,.elementor-widget-rpm-machine-page,.elementor-widget-rpm-machine-section,.elementor-widget-rpm-machine-loop-card{max-width:100%;min-width:0}
.rpm-machine-page{overflow-x:clip;margin-top:0!important;padding-top:0!important}
.rpm-machine-page img,.elementor-widget-rpm-machine-section img,.elementor-widget-rpm-machine-page img,.elementor-widget-rpm-machine-loop-card img{max-width:100%;display:block}
.rpm-machine-page a,.elementor-widget-rpm-machine-section a,.elementor-widget-rpm-machine-page a,.elementor-widget-rpm-machine-loop-card a{text-decoration:none}
.rpm-machine-page svg,.elementor-widget-rpm-machine-section svg,.elementor-widget-rpm-machine-page svg,.elementor-widget-rpm-machine-loop-card svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.rpm-container{width:min(1200px,calc(100% - 48px));margin-inline:auto}
.rpm-section{scroll-margin-top:150px}
.rpm-section-intro{max-width:720px;margin-bottom:30px}
.rpm-section-intro h2,.rpm-related h2{font-size:24px;line-height:1.2;color:var(--rpm-navy);margin:0 0 10px;font-weight:750}
.rpm-section-intro p{font-size:14px;color:var(--rpm-gray-600);margin:0;line-height:1.7}
.rpm-editor-placeholder{padding:22px;border:1px dashed #b8b8b8;background:#fafafa;color:#555;text-align:center}
.rpm-notice{padding:16px;background:#fff3cd;border:1px solid #ffe69c}

.rpm-breadcrumb{background:var(--rpm-navy-mid);border-bottom:1px solid rgba(255,255,255,.06);padding:10px 0;color:rgba(255,255,255,.78);margin:0!important}
.elementor-widget-rpm-machine-page,.elementor-widget-rpm-machine-page>.elementor-widget-container{margin-top:0!important;padding-top:0!important}
body.single-rpm_machine .elementor-location-single{margin-top:0!important;padding-top:0!important}
body.single-rpm_machine .elementor-location-single>.e-con:first-child,
body.single-rpm_machine .elementor-location-single>.e-con:first-child>.e-con-inner,
body.single-rpm_machine .elementor-location-single>.elementor-section:first-child,
body.single-rpm_machine .elementor-location-single>.elementor-section:first-child>.elementor-container{margin-top:0!important;padding-top:0!important}
.rpm-breadcrumb-inner{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;line-height:1.4}
.rpm-breadcrumb a{color:rgba(255,255,255,.48);transition:color .18s ease}
.rpm-breadcrumb a:hover{color:var(--rpm-amber)}
.rpm-breadcrumb-inner>span:not(.rpm-breadcrumb-current){color:rgba(255,255,255,.24)}
.rpm-breadcrumb-current{font-weight:600;color:rgba(255,255,255,.88)}

.rpm-sticky-buy{position:fixed;top:var(--rpm-sticky-top,0px);left:0;right:0;z-index:999;background:#fff;border-bottom:1px solid var(--rpm-gray-200);box-shadow:var(--rpm-shadow-sm);padding:10px 0;transform:translateY(-120%);transition:transform .2s ease}
.rpm-sticky-buy.is-visible{transform:translateY(0)}
body.admin-bar .rpm-sticky-buy{top:calc(var(--rpm-sticky-top,0px) + 32px)}
.rpm-sticky-buy-inner{display:flex;align-items:center;gap:20px}
.rpm-sticky-title{display:flex;flex-direction:column;flex:1;min-width:0}
.rpm-sticky-title strong{font-size:15px;color:var(--rpm-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rpm-sticky-title span{font-size:12px;color:var(--rpm-green);font-weight:650}
.rpm-sticky-actions{display:flex;gap:8px}

.rpm-btn{border:0;border-radius:var(--rpm-radius-sm);font-size:13px;font-weight:700;padding:11px 18px;display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1.2;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.rpm-btn:hover{transform:translateY(-1px)}
.rpm-btn-primary{background:var(--rpm-amber);color:var(--rpm-navy)}
.rpm-btn-primary:hover{background:var(--rpm-amber-dark);color:var(--rpm-navy)}
.rpm-btn-outline{background:transparent;color:var(--rpm-navy);border:1.5px solid var(--rpm-gray-200)}
.rpm-btn-outline:hover{background:var(--rpm-navy);border-color:var(--rpm-navy);color:#fff}
.rpm-btn-dark{background:var(--rpm-navy);color:#fff}
.rpm-btn-dark:hover{background:var(--rpm-navy-light);color:#fff}
.rpm-btn-large{font-size:15px;padding:14px 20px}
.rpm-btn-block{width:100%}

.rpm-hero{background:#fff;padding:42px 0 34px}
.rpm-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:40px;align-items:start}
.rpm-hero-grid>*{min-width:0;max-width:100%}
.rpm-gallery{min-width:0;max-width:100%;position:relative}
.rpm-gallery-control{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}
.rpm-gallery-main{width:100%;height:auto;aspect-ratio:5/3;background:#fff;border-radius:var(--rpm-radius-lg);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.rpm-gallery-slides{width:100%;height:100%;position:relative}
.rpm-gallery-slide{display:none;width:100%;height:100%}
.rpm-gallery-slide>img,.rpm-gallery-slide>picture,.rpm-gallery-main>img,.rpm-gallery-main>picture{width:100%;height:100%;display:block}
.rpm-gallery-slide>picture>img,.rpm-gallery-slide>img,.rpm-gallery-main>picture>img,.rpm-gallery-main>img{width:100%;height:100%;object-fit:cover;background:#fff}
.rpm-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:rgba(255,255,255,.35);text-transform:uppercase;font-size:11px;letter-spacing:.1em}
.rpm-image-placeholder svg{width:88px;height:88px;color:var(--rpm-amber);opacity:.65;stroke-width:1.2}
.rpm-gallery-labels{position:absolute;top:14px;left:14px;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.rpm-badge{display:inline-flex;background:var(--rpm-badge-bg);color:var(--rpm-badge-text);font-size:11px;font-weight:750;padding:4px 9px;border-radius:3px;letter-spacing:.035em;line-height:1.2;white-space:nowrap}
.rpm-gallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto;padding-bottom:4px}
.rpm-gallery-thumb{display:block;width:84px;height:64px;flex:0 0 auto;background:#fff;border:2px solid transparent;border-radius:var(--rpm-radius-sm);padding:0;overflow:hidden;cursor:pointer}
.rpm-gallery-thumb img,.rpm-gallery-thumb picture{width:100%;height:100%;display:block;pointer-events:none}
.rpm-gallery-thumb picture>img,.rpm-gallery-thumb img{width:100%;height:100%;object-fit:cover}
.rpm-gallery-thumb:hover{border-color:var(--rpm-amber)}
.rpm-brand{font-size:11px;color:var(--rpm-amber);font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:7px}
.rpm-product-info h1{font-size:34px;color:var(--rpm-navy);line-height:1.08;margin:0 0 10px;font-weight:800}
.rpm-short-description{font-size:15px;color:var(--rpm-gray-600);margin:0 0 16px;line-height:1.58;overflow-wrap:anywhere}
.rpm-info-labels{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:18px}
.rpm-price-box{background:var(--rpm-green-pale);border:1px solid rgba(22,163,74,.2);border-radius:var(--rpm-radius);padding:16px;margin-bottom:20px}
.rpm-price-kicker{display:block;font-size:11px;font-weight:800;color:var(--rpm-green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}
.rpm-price-main{font-size:30px;font-weight:800;line-height:1;color:var(--rpm-navy)}
.rpm-price-main small{font-size:14px;font-weight:500;color:var(--rpm-gray-400)}
.rpm-total-price{font-weight:700;color:var(--rpm-navy);margin-top:8px;font-size:14px}
.rpm-price-box p{font-size:11px;color:var(--rpm-gray-600);margin:7px 0 0;line-height:1.5;overflow-wrap:anywhere}
.rpm-cta-stack{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.rpm-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.rpm-selling-points{display:flex;flex-direction:column;gap:8px;background:var(--rpm-off-white);border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius);padding:14px}
.rpm-selling-point{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--rpm-gray-600);min-width:0}
.rpm-selling-point span{min-width:0;overflow-wrap:anywhere}
.rpm-selling-point svg{width:15px;height:15px;color:var(--rpm-green);margin-top:2px;stroke-width:2.5}
.rpm-selling-point strong{color:var(--rpm-navy)}
.rpm-share{display:flex;align-items:center;gap:12px;padding-top:14px;color:var(--rpm-gray-400);font-size:12px}
.rpm-share>a,.rpm-share>button{display:inline-flex;align-items:center;justify-content:center;color:var(--rpm-gray-400);background:transparent;border:0;padding:0;cursor:pointer;transition:color .18s ease}
.rpm-share>a:hover,.rpm-share>button:hover{color:var(--rpm-navy)}
.rpm-share svg{width:18px;height:18px}
.rpm-share-status{font-size:11px;color:var(--rpm-green);min-width:42px}
.rpm-machine-category{margin-top:13px;font-size:11px;color:var(--rpm-gray-400);text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.rpm-metric-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:8px}
.rpm-metric-card{border:1px solid var(--rpm-gray-200);background:#fff;border-radius:var(--rpm-radius);padding:9px 10px}
.rpm-metric-card span{display:block;font-size:10px;color:var(--rpm-gray-400);text-transform:uppercase;letter-spacing:.06em}
.rpm-metric-card strong{display:block;font-size:13px;color:var(--rpm-navy);margin-top:1px}

.rpm-tabs{position:sticky;top:var(--rpm-sticky-top,0px);z-index:45;background:#fff;border-top:1px solid var(--rpm-gray-200);border-bottom:1px solid var(--rpm-gray-200)}
body.admin-bar .rpm-tabs{top:calc(var(--rpm-sticky-top,0px) + 32px)}
.rpm-sticky-visible .rpm-tabs{top:calc(var(--rpm-sticky-top,0px) + 62px)}
body.admin-bar.rpm-sticky-visible .rpm-tabs{top:calc(var(--rpm-sticky-top,0px) + 94px)}
.rpm-tabs .rpm-container{display:flex;overflow-x:auto}
.rpm-tabs a{color:var(--rpm-gray-400);font-size:13px;font-weight:550;padding:16px 20px;white-space:nowrap;border-bottom:2px solid transparent}
.rpm-tabs a:hover,.rpm-tabs a.is-active{color:var(--rpm-navy);border-bottom-color:var(--rpm-amber)}

.rpm-overview{background:var(--rpm-off-white);padding:52px 0}
.rpm-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,1fr);gap:50px;align-items:start}
.rpm-overview-copy h2{font-size:24px;color:var(--rpm-navy);line-height:1.2;margin:0 0 14px}
.rpm-rich-text{font-size:14px;color:var(--rpm-gray-600);line-height:1.75}
.rpm-rich-text h2,.rpm-rich-text h3{color:var(--rpm-navy)}
.rpm-rich-text p{margin:0 0 14px}
.rpm-benefits{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:10px}
.rpm-benefits li{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--rpm-gray-600)}
.rpm-benefits li>svg{width:20px;height:20px;border-radius:50%;padding:4px;background:var(--rpm-green-pale);color:var(--rpm-green);stroke-width:2.5;margin-top:1px}
.rpm-benefits strong{color:var(--rpm-navy)}
.rpm-highlights{display:flex;flex-direction:column;gap:12px}
.rpm-highlight-card{background:#fff;border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-lg);padding:18px;display:flex;align-items:flex-start;gap:14px}
.rpm-highlight-icon{width:44px;height:44px;background:var(--rpm-amber-pale);color:var(--rpm-amber);border-radius:var(--rpm-radius);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.rpm-highlight-icon svg{width:22px;height:22px}
.rpm-highlight-card h3{font-size:14px;color:var(--rpm-navy);margin:0 0 3px}
.rpm-highlight-card p{font-size:12.5px;color:var(--rpm-gray-400);line-height:1.55;margin:0}

.rpm-specifications{background:#fff;padding:52px 0}
.rpm-spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.rpm-spec-group{background:var(--rpm-off-white);border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-lg);overflow:hidden}
.rpm-spec-group h3{background:var(--rpm-navy);color:#fff;font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.1em;padding:11px 16px;margin:0}
.rpm-spec-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:10px 16px;border-bottom:1px solid var(--rpm-gray-200);font-size:13px}
.rpm-spec-row:last-child{border-bottom:0}
.rpm-spec-row span{color:var(--rpm-gray-600)}
.rpm-spec-row strong{color:var(--rpm-navy)}
.rpm-download-card{margin-top:28px;padding:20px;background:var(--rpm-off-white);border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-lg);display:flex;align-items:center;justify-content:space-between;gap:18px}
.rpm-download-card h3{font-size:14px;color:var(--rpm-navy);margin:0 0 3px}
.rpm-download-card p{font-size:12px;color:var(--rpm-gray-400);margin:0}

.rpm-finance{background:var(--rpm-off-white);padding:52px 0}
.rpm-finance .rpm-section-intro{max-width:none}
.rpm-finance-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.rpm-finance-card{background:#fff;border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-lg);padding:24px;display:flex;flex-direction:column}
.rpm-finance-card.is-featured{border:1.5px solid var(--rpm-amber)}
.rpm-finance-label{font-size:10px;color:var(--rpm-amber);font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px}
.rpm-finance-card h3{font-size:18px;color:var(--rpm-navy);margin:0 0 6px}
.rpm-finance-amount{font-size:34px;color:var(--rpm-amber);font-weight:800;line-height:1;margin:2px 0 6px}
.rpm-finance-amount small{font-size:14px;color:var(--rpm-gray-400);font-weight:500}
.rpm-finance-terms{font-size:12px;color:var(--rpm-gray-600);line-height:1.65;margin:0 0 15px}
.rpm-finance-features{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.rpm-finance-features li{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;color:var(--rpm-gray-600)}
.rpm-finance-features svg{width:14px;height:14px;color:var(--rpm-green);margin-top:2px;stroke-width:2.5}
.rpm-finance-disclaimer{font-size:11px;color:var(--rpm-gray-400);line-height:1.6;margin:18px 0 0}

.rpm-aftersales{background:#fff;padding:52px 0}
.rpm-aftersales-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rpm-aftersales-card{background:var(--rpm-off-white);border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-lg);padding:22px;display:flex;flex-direction:column;height:100%}
.rpm-aftersales-card.is-urgent{background:var(--rpm-red-pale);border-color:rgba(192,57,43,.2)}
.rpm-aftersales-icon{width:48px;height:48px;background:var(--rpm-amber-pale);color:var(--rpm-amber);border-radius:var(--rpm-radius);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.rpm-aftersales-card.is-urgent .rpm-aftersales-icon{background:rgba(192,57,43,.1);color:var(--rpm-red)}
.rpm-aftersales-card h3{font-size:15px;color:var(--rpm-navy);margin:0 0 8px}
.rpm-aftersales-card.is-urgent h3{color:var(--rpm-red)}
.rpm-aftersales-card p{font-size:13px;color:var(--rpm-gray-600);line-height:1.65;margin:0 0 14px}
.rpm-aftersales-card a{display:inline-flex;align-items:center;gap:5px;color:var(--rpm-blue);font-size:13px;font-weight:700;margin-top:auto;align-self:flex-start}
.rpm-aftersales-card.is-urgent a{color:var(--rpm-red)}
.rpm-aftersales-card a svg{width:14px;height:14px}

.rpm-enquiry{background:var(--rpm-off-white);padding:64px 0}
.rpm-enquiry-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.rpm-enquiry-info h2{font-size:25px;color:var(--rpm-navy);margin:0 0 12px;line-height:1.2}
.rpm-enquiry-info>p{font-size:14px;color:var(--rpm-gray-600);line-height:1.7;margin:0 0 24px}
.rpm-contact-items{display:flex;flex-direction:column;gap:12px}
.rpm-contact-items>div{display:flex;align-items:center;gap:12px}
.rpm-contact-items>div>svg{width:36px;height:36px;padding:9px;background:var(--rpm-amber-pale);color:var(--rpm-amber);border-radius:var(--rpm-radius-sm)}
.rpm-contact-items span{display:flex;flex-direction:column}
.rpm-contact-items small{font-size:12px;color:var(--rpm-gray-400)}
.rpm-contact-items a{font-size:14px;color:var(--rpm-navy);font-weight:700}
.rpm-opening-hours{background:#fff;border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-lg);padding:18px 20px;margin-top:24px}
.rpm-opening-hours>strong{display:block;font-size:11px;color:var(--rpm-gray-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.rpm-opening-hours>div{display:flex;justify-content:space-between;gap:15px;padding:5px 0;border-bottom:1px solid var(--rpm-gray-200);font-size:13px;color:var(--rpm-navy)}
.rpm-opening-hours>div:last-child{border-bottom:0}
.rpm-opening-hours b{font-weight:650}
.rpm-form-card{background:#fff;border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-lg);padding:28px;box-shadow:var(--rpm-shadow-sm)}
.rpm-response-promise{background:var(--rpm-green-pale);border:1px solid rgba(22,163,74,.2);border-radius:var(--rpm-radius-sm);padding:10px 14px;font-size:12px;color:var(--rpm-green);font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:18px}
.rpm-response-promise svg{width:15px;height:15px}
.rpm-form-message{padding:12px 14px;border-radius:var(--rpm-radius-sm);font-size:13px;margin-bottom:14px}
.rpm-form-message.is-success{background:var(--rpm-green-pale);color:#116b33;border:1px solid rgba(22,163,74,.25)}
.rpm-form-message.is-error{background:var(--rpm-red-pale);color:var(--rpm-red);border:1px solid rgba(192,57,43,.25)}
.rpm-enquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:14px 12px}
.rpm-form-field{display:flex;flex-direction:column;gap:5px}
.rpm-form-full{grid-column:1/-1}
.rpm-form-field label{font-size:12px;font-weight:700;color:var(--rpm-gray-600)}
.rpm-form-field label span{color:var(--rpm-red)}
.rpm-form-field input,.rpm-form-field select,.rpm-form-field textarea{width:100%;background:var(--rpm-off-white);border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-sm);padding:10px 12px;font:inherit;font-size:13px;color:var(--rpm-navy);outline:none}
.rpm-form-field textarea{resize:vertical}
.rpm-form-field input:focus,.rpm-form-field select:focus,.rpm-form-field textarea:focus{border-color:var(--rpm-amber);box-shadow:0 0 0 3px rgba(232,160,32,.12)}
.rpm-urgency{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.rpm-urgency button{background:var(--rpm-off-white);border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-sm);padding:10px;font-size:13px;color:var(--rpm-gray-600);cursor:pointer}
.rpm-urgency button.is-active{background:#eff6ff;color:var(--rpm-blue);border-color:var(--rpm-blue)}
.rpm-enquiry-form>.rpm-btn{grid-column:1/-1;margin-top:4px}
.rpm-form-privacy{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:5px;font-size:11px;color:var(--rpm-gray-400);margin:0}
.rpm-form-privacy svg{width:13px;height:13px;color:var(--rpm-green)}
.rpm-honeypot{position:absolute!important;left:-99999px!important;opacity:0!important;height:1px!important;width:1px!important}

.rpm-related{background:var(--rpm-off-white);padding:56px 0}
.rpm-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rpm-related-card{background:#fff;border:1px solid var(--rpm-gray-200);border-radius:var(--rpm-radius-lg);overflow:hidden;color:inherit;transition:transform .18s ease,box-shadow .18s ease}
.rpm-related-card:hover{transform:translateY(-3px);box-shadow:var(--rpm-shadow-md)}
.rpm-related-image{height:180px;background:var(--rpm-navy-mid);display:flex;align-items:center;justify-content:center;color:var(--rpm-amber)}
.rpm-related-image img{width:100%;height:100%;object-fit:cover}
.rpm-related-image svg{width:58px;height:58px;opacity:.7;stroke-width:1.2}
.rpm-related-body{padding:15px 17px}
.rpm-related-body>span{display:block;font-size:10px;color:var(--rpm-gray-400);text-transform:uppercase;letter-spacing:.1em;font-weight:700}
.rpm-related-body h3{font-size:16px;color:var(--rpm-navy);margin:3px 0 5px}
.rpm-related-body p{font-size:12px;color:var(--rpm-gray-400);line-height:1.55;margin:0 0 12px}
.rpm-related-body b{display:block;text-align:center;background:var(--rpm-off-white);color:var(--rpm-navy);font-size:12px;padding:8px;border-radius:var(--rpm-radius-sm);border:1px solid var(--rpm-gray-200)}

@media(max-width:1080px){
  .rpm-hero-grid{grid-template-columns:minmax(0,1fr) 420px;gap:32px}
  .rpm-info-labels{flex-wrap:wrap}
}
@media(max-width:960px){
  .rpm-hero-grid,.rpm-overview-grid,.rpm-enquiry-grid{grid-template-columns:1fr}
  .rpm-product-info{max-width:none}
  .rpm-spec-grid,.rpm-finance-grid{grid-template-columns:1fr}
  .rpm-aftersales-grid{grid-template-columns:1fr 1fr}
  .rpm-related-grid{grid-template-columns:1fr 1fr}
  .rpm-sticky-actions .rpm-btn-outline:last-child{display:none}
}
@media(max-width:782px){body.admin-bar .rpm-sticky-buy{top:calc(var(--rpm-sticky-top,0px) + 46px)}body.admin-bar .rpm-tabs{top:calc(var(--rpm-sticky-top,0px) + 46px)}body.admin-bar.rpm-sticky-visible .rpm-tabs{top:calc(var(--rpm-sticky-top,0px) + 108px)}}
@media(max-width:680px){
  .rpm-container{width:calc(100% - 30px);max-width:1200px}
  .rpm-hero{padding-top:24px}
  .rpm-hero-grid{gap:28px}
  .rpm-product-info{width:100%;min-width:0;max-width:100%}
  .rpm-product-info h1{font-size:29px;overflow-wrap:anywhere}
  .rpm-short-description,.rpm-price-box,.rpm-selling-points,.rpm-share{max-width:100%}
  .rpm-btn{max-width:100%;white-space:normal;text-align:center}
  .rpm-cta-row,.rpm-metric-cards{grid-template-columns:1fr}
  .rpm-tabs{position:static!important;top:auto!important}
  .rpm-tabs .rpm-container{width:100%;padding-inline:15px}
  .rpm-tabs a{padding:14px 13px}
  .rpm-overview,.rpm-specifications,.rpm-finance,.rpm-aftersales{padding:42px 0}
  .rpm-aftersales-grid,.rpm-related-grid{grid-template-columns:1fr}
  .rpm-enquiry{padding:48px 0}
  .rpm-form-card{padding:20px}
  .rpm-enquiry-form{grid-template-columns:1fr}
  .rpm-form-full{grid-column:auto}
  .rpm-enquiry-form>.rpm-btn,.rpm-form-privacy{grid-column:auto}
  .rpm-download-card{align-items:flex-start;flex-direction:column}
  .rpm-sticky-buy{display:none}
}
@media(prefers-reduced-motion:reduce){.rpm-sticky-buy,.rpm-btn,.rpm-related-card{transition:none}}

/* Elementor Loop Grid machine card */
.elementor-widget-rpm-machine-loop-card,.elementor-widget-rpm-machine-loop-card>.elementor-widget-container{height:100%}
.rpm-loop-card{height:100%;min-width:0;margin:0;background:#fff;border:1px solid var(--rpm-gray-200);border-radius:12px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.rpm-loop-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.10),0 2px 4px rgba(0,0,0,.06);border-color:var(--rpm-amber)}
.rpm-loop-card-link{display:flex;flex-direction:column;height:100%;color:inherit!important}
.rpm-loop-card-media{height:245px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:transparent;border-bottom:1px solid var(--rpm-gray-200)}
.rpm-loop-card-media:after{display:none!important;content:none!important}
.rpm-loop-card-image{display:block;position:relative;z-index:1;width:100%;height:100%!important;max-width:100%;object-fit:contain!important;object-position:center!important;background:transparent!important}
.rpm-loop-card-placeholder{position:relative;z-index:1;width:88px;height:88px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:var(--rpm-navy-mid);color:var(--rpm-amber)}
.rpm-loop-card-placeholder svg{width:48px!important;height:48px!important;stroke-width:1.5!important}
.rpm-loop-card-labels{position:absolute;top:12px;left:12px;z-index:3;display:flex;gap:5px;flex-wrap:wrap;max-width:calc(100% - 24px)}
.rpm-loop-card-body{display:flex;flex-direction:column;flex:1;padding:24px;min-width:0;background:#fff}
.rpm-loop-card-make{font-size:10px;line-height:1.2;font-weight:800;color:var(--rpm-gray-400);text-transform:uppercase;letter-spacing:.13em;margin-bottom:6px}
.rpm-loop-card-title{font-size:15px;line-height:1.3;font-weight:700;color:var(--rpm-navy);margin:0 0 5px;overflow-wrap:anywhere}
.rpm-loop-card-description{font-size:13px;line-height:1.45;color:var(--rpm-gray-400);margin:0 0 12px;overflow-wrap:anywhere}
.rpm-loop-card-category{font-size:10px;line-height:1.3;color:var(--rpm-gray-400);text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px}
.rpm-loop-card-features{display:flex;flex-wrap:wrap;gap:5px;margin-top:0;padding-top:0}
.rpm-loop-card-feature{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border:1px solid var(--rpm-gray-200);border-radius:3px;background:var(--rpm-off-white);color:var(--rpm-gray-600);font-size:11px;line-height:1.35;transition:background .18s ease,border-color .18s ease}
.rpm-loop-card:hover .rpm-loop-card-feature{background:var(--rpm-amber-pale);border-color:var(--rpm-amber)}
.rpm-loop-card-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:auto;padding:11px 14px;background:var(--rpm-navy);color:#fff;border-radius:4px;font-size:13px;line-height:1.2;font-weight:650;transition:background .18s ease}
.rpm-loop-card-cta svg{width:15px!important;height:15px!important;stroke:currentColor!important}
.rpm-loop-card:hover .rpm-loop-card-cta{background:var(--rpm-navy-light)}
.rpm-loop-card-features+.rpm-loop-card-cta{margin-top:16px}
.rpm-loop-card-description+.rpm-loop-card-cta,.rpm-loop-card-category+.rpm-loop-card-cta{margin-top:auto}
@media(max-width:1024px){.rpm-loop-card-media{height:220px}}
@media(max-width:767px){.rpm-loop-card-media{height:230px}.rpm-loop-card-body{padding:20px}.rpm-loop-card-title{font-size:15px}}

/* Individually editable Elementor machine-card widgets (v0.2.1). */
.rpm-card-image-link{display:block;color:inherit!important}
.rpm-card-image-shell{position:relative;width:100%;height:245px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent;border-bottom:1px solid #e2dfd8}
.rpm-card-image-shell .rpm-card-image{display:block;width:100%;height:100%!important;max-width:100%;object-fit:contain!important;object-position:center!important;background:transparent!important}
.rpm-card-image-labels{position:absolute;z-index:3;top:12px;left:12px;display:flex;flex-wrap:wrap;gap:5px;max-width:calc(100% - 24px)}
.rpm-card-image-labels span{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;border-radius:3px;font-size:10px;line-height:1.2;font-weight:750;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 1px 2px rgba(0,0,0,.12)}
.rpm-card-image-placeholder{opacity:.22}
.rpm-card-image-placeholder-label{position:absolute;z-index:2;padding:7px 10px;border-radius:4px;background:rgba(15,25,35,.85);color:#fff;font-size:12px;font-weight:650}
.rpm-card-make{margin:0;color:#9c9a93;font-size:10px;line-height:1.25;font-weight:750;text-transform:uppercase;letter-spacing:.13em}
.rpm-card-title{margin:0;color:#0f1923;font-size:17px;line-height:1.3;font-weight:750}
.rpm-card-title a{color:inherit!important}
.rpm-card-title a:hover{color:#1d6fa4!important}
.rpm-card-description{margin:0;color:#9c9a93;font-size:13px;line-height:1.45}
.rpm-card-features{display:flex;flex-wrap:wrap;align-items:center;gap:5px}
.rpm-card-feature{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border:1px solid #e2dfd8;border-radius:3px;background:#f5f4f0;color:#5e5c57;font-size:11px;line-height:1.35;transition:background-color .18s ease,border-color .18s ease}
.rpm-card-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 14px;border-radius:4px;background:#0f1923;color:#fff!important;font-size:13px;line-height:1.2;font-weight:650;transition:background-color .18s ease,color .18s ease}
.rpm-card-button:hover{background:#1e3248;color:#fff!important}
.rpm-card-button svg,.rpm-card-button i{width:15px;height:15px;font-size:15px;fill:currentColor;color:currentColor}
.rpm-card-widget-placeholder{display:flex;align-items:center;justify-content:center;min-height:40px;padding:8px;border:1px dashed #c8c5bd;border-radius:4px;background:#f5f4f0;color:#77736b;font-size:12px;text-align:center}

/* ========================================================================
   Machine detail redesign — v0.3.1
   Matches the July 2026 Rygor Plant product-detail concept.
   ======================================================================== */
.rpm-machine-page,
.elementor-widget-rpm-machine-page,
.elementor-widget-rpm-machine-section{
  --rpm-navy:#283875;
  --rpm-navy-mid:#202f67;
  --rpm-navy-light:#334786;
  --rpm-amber:#ffc400;
  --rpm-amber-dark:#e6b100;
  --rpm-amber-pale:#fff3b8;
  --rpm-off-white:#f7f7f5;
  --rpm-gray-100:#f2f2f0;
  --rpm-gray-200:#d7d7d3;
  --rpm-gray-400:#777b86;
  --rpm-gray-600:#434754;
  --rpm-red:#d12f38;
  --rpm-red-pale:#fff0f1;
  --rpm-green:#16834b;
  --rpm-blue:#283875;
  --rpm-radius-sm:4px;
  --rpm-radius:8px;
  --rpm-radius-lg:14px;
  --rpm-shadow-sm:0 2px 5px rgba(13,24,57,.12);
  --rpm-shadow-md:0 7px 18px rgba(13,24,57,.18);
  color:#202331;
  font-family:Roboto,Arial,sans-serif;
}
.rpm-machine-page .rpm-container,
.elementor-widget-rpm-machine-page .rpm-container,
.elementor-widget-rpm-machine-section .rpm-container{width:min(1300px,calc(100% - 48px))}
.rpm-machine-page h1,.rpm-machine-page h2,.rpm-machine-page h3,
.elementor-widget-rpm-machine-page h1,.elementor-widget-rpm-machine-page h2,.elementor-widget-rpm-machine-page h3{font-family:"Roboto Condensed",Roboto,Arial,sans-serif}

/* Breadcrumb remains flush below the global header. */
.rpm-machine-page .rpm-breadcrumb{background:var(--rpm-navy);border:0;padding:17px 0 8px;color:#fff}
.rpm-machine-page .rpm-breadcrumb-inner{font-size:15px;line-height:1.35;gap:7px;font-weight:500}
.rpm-machine-page .rpm-breadcrumb a{color:rgba(255,255,255,.96)}
.rpm-machine-page .rpm-breadcrumb a:hover{color:var(--rpm-amber)}
.rpm-machine-page .rpm-breadcrumb-inner>span:not(.rpm-breadcrumb-current){color:rgba(255,255,255,.76);font-weight:700}
.rpm-machine-page .rpm-breadcrumb-current{color:var(--rpm-amber);font-weight:700}

/* Hero */
.rpm-machine-page .rpm-hero{background:var(--rpm-navy);padding:25px 0 34px;color:#fff}
.rpm-machine-page .rpm-hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(490px,.98fr);gap:50px;align-items:start}
.rpm-machine-page .rpm-gallery{height:auto}
.rpm-machine-page .rpm-gallery-main{aspect-ratio:1.78/1;background:#18275d;border:3px solid var(--rpm-amber);border-radius:15px;box-shadow:0 6px 16px rgba(0,0,0,.18)}
.rpm-machine-page .rpm-gallery-slide>picture>img,
.rpm-machine-page .rpm-gallery-slide>img,
.rpm-machine-page .rpm-gallery-main>picture>img,
.rpm-machine-page .rpm-gallery-main>img{object-fit:cover;background:#18275d}
.rpm-machine-page .rpm-gallery-labels{top:13px;left:13px;gap:5px}
.rpm-machine-page .rpm-gallery-labels .rpm-badge{font-size:11px;font-weight:800;padding:5px 10px;border-radius:4px;text-transform:none;box-shadow:0 2px 4px rgba(0,0,0,.18)}
.rpm-machine-page .rpm-gallery-thumbs{gap:9px;margin-top:11px}
.rpm-machine-page .rpm-gallery-thumb{width:96px;height:56px;background:#18275d;border:2px solid rgba(255,255,255,.28);border-radius:3px}
.rpm-machine-page .rpm-gallery-thumb img{object-fit:cover}
.rpm-machine-page .rpm-hero-support{display:grid;grid-template-columns:1fr;gap:4px;margin-top:10px;color:#fff;font-size:11px;line-height:1.35}
.rpm-machine-page .rpm-hero-support>div{display:flex;align-items:flex-start;gap:6px}
.rpm-machine-page .rpm-hero-support>div>span{color:var(--rpm-amber);font-size:15px;line-height:1}
.rpm-machine-page .rpm-hero-support strong{font-weight:700}
.rpm-machine-page .rpm-hero-support small{font-size:inherit;color:rgba(255,255,255,.78)}
.rpm-machine-page .rpm-product-info{display:flex;flex-direction:column;height:auto;padding-top:0}
.rpm-machine-page .rpm-brand{font-size:13px;line-height:1.2;color:var(--rpm-amber);letter-spacing:.035em;margin-bottom:10px}
.rpm-machine-page .rpm-product-info h1{font-family:"Rygor Anton","Anton","Roboto Condensed",Arial,sans-serif;font-size:58px;line-height:.96;color:#fff;margin:0 0 9px;font-weight:400;letter-spacing:.01em}
.rpm-machine-page .rpm-short-description{font-size:16px;line-height:1.42;color:rgba(255,255,255,.94);margin:0 0 13px}
.rpm-machine-page .rpm-info-labels{gap:6px;margin:0 0 14px}
.rpm-machine-page .rpm-info-labels .rpm-badge{font-size:10px;font-weight:800;padding:5px 9px;border-radius:4px;box-shadow:none}
.rpm-machine-page .rpm-price-box{background:#fff;border:1px solid rgba(255,196,0,.9);border-radius:0 0 12px 12px;padding:14px 16px;margin:0 0 14px;box-shadow:0 3px 8px rgba(0,0,0,.14)}
.rpm-machine-page .rpm-price-kicker{font-size:10px;color:var(--rpm-gray-600);margin-bottom:1px}
.rpm-machine-page .rpm-price-main{font-size:34px;color:var(--rpm-amber);line-height:1}
.rpm-machine-page .rpm-price-main small{font-size:13px;color:#777;font-weight:500}
.rpm-machine-page .rpm-total-price{color:var(--rpm-navy)}
.rpm-machine-page .rpm-price-box p{font-size:10.5px;line-height:1.45;color:#666;margin-top:7px}
.rpm-machine-page .rpm-cta-stack{gap:10px;margin:14px 0 0}
.rpm-machine-page .rpm-cta-stack>.rpm-btn{min-height:48px;font-size:14px}
.rpm-machine-page .rpm-cta-row{gap:11px}
.rpm-machine-page .rpm-cta-row .rpm-btn{min-height:45px;font-size:12px;text-transform:uppercase;letter-spacing:.02em}
.rpm-machine-page .rpm-btn{border-radius:3px}
.rpm-machine-page .rpm-btn-primary{background:var(--rpm-amber);color:var(--rpm-navy)}
.rpm-machine-page .rpm-btn-primary:hover{background:#ffcf2f;color:var(--rpm-navy)}
.rpm-machine-page .rpm-btn-outline{border:1px solid var(--rpm-amber);color:var(--rpm-amber);background:transparent}
.rpm-machine-page .rpm-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08);color:#fff}
.rpm-machine-page .rpm-btn-outline-light{border:1px solid rgba(255,255,255,.72);color:#fff;background:transparent}
.rpm-machine-page .rpm-btn-outline-light:hover{border-color:var(--rpm-amber);color:var(--rpm-amber);background:rgba(255,255,255,.05)}
.rpm-machine-page .rpm-machine-category{display:none}
.rpm-machine-page .rpm-badge-finance-available{--rpm-badge-bg:var(--rpm-amber)!important;--rpm-badge-text:var(--rpm-navy)!important}
.rpm-machine-page .rpm-badge-only-1-left{--rpm-badge-bg:var(--rpm-red)!important;--rpm-badge-text:#fff!important}
.rpm-machine-page .rpm-gallery-labels .rpm-badge-in-stock,.rpm-machine-page .rpm-info-labels .rpm-badge-in-stock{border:1px solid #fff;box-sizing:border-box}

/* Sticky purchase bar */
.rpm-machine-page .rpm-sticky-buy{border-bottom:3px solid var(--rpm-amber)}
.rpm-machine-page .rpm-sticky-title strong{color:var(--rpm-navy)}
.rpm-machine-page .rpm-sticky-title span{color:var(--rpm-navy)}

/* Tab row */
.rpm-machine-page .rpm-tabs{border:0;border-bottom:1px solid #ddd;box-shadow:0 2px 4px rgba(0,0,0,.06)}
.rpm-machine-page .rpm-tabs a{padding:15px 22px;color:#333;font-size:12px;font-weight:500}
.rpm-machine-page .rpm-tabs a:hover,.rpm-machine-page .rpm-tabs a.is-active{color:var(--rpm-navy);border-bottom-color:var(--rpm-amber)}

/* Overview */
.rpm-machine-page .rpm-overview{background:#fff;padding:54px 0 58px}
.rpm-machine-page .rpm-overview-grid{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:68px}
.rpm-machine-page .rpm-overview-copy h2{font-size:29px;line-height:1.1;color:var(--rpm-navy);margin-bottom:17px}
.rpm-machine-page .rpm-rich-text{font-size:14px;line-height:1.58;color:#30333e}
.rpm-machine-page .rpm-rich-text p{margin-bottom:14px}
.rpm-machine-page .rpm-benefits{gap:10px;margin-top:28px}
.rpm-machine-page .rpm-benefits li{display:block;background:#e9e9e9;border:0;border-radius:12px;padding:15px 18px;font-size:12.5px;line-height:1.48;color:#333;box-shadow:none}
.rpm-machine-page .rpm-benefits li>svg{display:none}
.rpm-machine-page .rpm-benefits li strong{display:inline-block;color:var(--rpm-navy);font-size:13px;margin-bottom:2px}
.rpm-machine-page .rpm-highlights{gap:13px}
.rpm-machine-page .rpm-highlight-card{background:var(--rpm-amber);border:0;border-radius:14px;padding:13px 18px 13px 12px;gap:13px;align-items:center;box-shadow:0 3px 8px rgba(27,37,83,.17)}
.rpm-machine-page .rpm-highlight-icon{width:var(--rpm-icon-box-width,66px);height:var(--rpm-icon-box-height,66px);min-width:var(--rpm-icon-box-width,66px);background:var(--rpm-navy);color:#fff;border-radius:50%;overflow:hidden}
.rpm-machine-page .rpm-highlight-icon img{width:var(--rpm-icon-width,48px)!important;height:var(--rpm-icon-height,48px)!important;max-width:calc(100% - 10px);max-height:calc(100% - 10px)}
.rpm-machine-page .rpm-highlight-svg{display:flex;align-items:center;justify-content:center;width:var(--rpm-icon-width,48px)!important;height:var(--rpm-icon-height,48px)!important}
.rpm-machine-page .rpm-highlight-svg svg{width:100%;height:100%;color:#fff}
.rpm-machine-page .rpm-highlight-card h3{font-family:Roboto,Arial,sans-serif;font-size:14px;line-height:1.25;color:var(--rpm-navy);margin:0 0 2px;font-weight:800}
.rpm-machine-page .rpm-highlight-card p{font-size:11.5px;line-height:1.35;color:#222;margin:0}

/* Technical specifications */
.rpm-machine-page .rpm-specifications{background:var(--rpm-navy);padding:53px 0 42px;color:#fff}
.rpm-machine-page .rpm-specifications .rpm-section-intro{max-width:760px;margin-bottom:28px}
.rpm-machine-page .rpm-specifications .rpm-section-intro h2{font-size:30px;color:var(--rpm-amber);margin-bottom:7px}
.rpm-machine-page .rpm-specifications .rpm-section-intro p{font-size:12px;line-height:1.45;color:rgba(255,255,255,.9)}
.rpm-machine-page .rpm-spec-grid{gap:24px 34px}
.rpm-machine-page .rpm-spec-group{background:#fff;border:0;border-radius:14px;overflow:hidden;box-shadow:0 5px 12px rgba(0,0,0,.17);border-bottom:8px solid var(--rpm-amber)}
.rpm-machine-page .rpm-spec-group h3{background:var(--rpm-amber);color:var(--rpm-navy);font-family:Roboto,Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:.02em;padding:11px 16px}
.rpm-machine-page .rpm-spec-row{grid-template-columns:1fr 1fr;padding:10px 17px;border-bottom:1px solid #cfcfcf;font-size:12px;line-height:1.35}
.rpm-machine-page .rpm-spec-row span{color:#333}
.rpm-machine-page .rpm-spec-row strong{color:#111;font-weight:700}
.rpm-machine-page .rpm-download-card{background:var(--rpm-amber);border:0;border-radius:10px;padding:17px 18px;margin-top:27px;color:var(--rpm-navy)}
.rpm-machine-page .rpm-download-card h3{font-size:14px;color:var(--rpm-navy);margin-bottom:2px}
.rpm-machine-page .rpm-download-card p{font-size:10.5px;color:#28304f}
.rpm-machine-page .rpm-download-card .rpm-btn{background:var(--rpm-navy);color:#fff;min-width:250px}
.rpm-machine-page .rpm-download-card .rpm-btn.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}

/* Finance */
.rpm-machine-page .rpm-finance{background:#fff;padding:48px 0 50px}
.rpm-machine-page .rpm-finance .rpm-section-intro{margin-bottom:26px}
.rpm-machine-page .rpm-finance .rpm-section-intro h2{font-size:29px;color:var(--rpm-navy)}
.rpm-machine-page .rpm-finance .rpm-section-intro p{font-size:12px;color:#333;line-height:1.45}
.rpm-machine-page .rpm-finance-grid{gap:34px}
.rpm-machine-page .rpm-finance-card{border:2px solid #d6b539;border-radius:17px;padding:22px 22px 20px;box-shadow:0 5px 11px rgba(22,31,70,.12)}
.rpm-machine-page .rpm-finance-card.is-featured{border-color:#d6b539}
.rpm-machine-page .rpm-finance-label{font-size:9px;color:#d39e00;margin-bottom:4px}
.rpm-machine-page .rpm-finance-card h3{font-size:19px;color:var(--rpm-navy);margin-bottom:3px}
.rpm-machine-page .rpm-finance-amount{font-size:31px;color:#c99200}
.rpm-machine-page .rpm-finance-terms{font-size:11px;line-height:1.45;margin-bottom:12px}
.rpm-machine-page .rpm-finance-features{gap:4px;margin-bottom:17px}
.rpm-machine-page .rpm-finance-features li{font-size:11px;color:#252938}
.rpm-machine-page .rpm-finance-features svg{color:var(--rpm-navy);width:12px;height:12px}
.rpm-machine-page .rpm-finance-card .rpm-btn{align-self:flex-start;width:auto;min-width:230px}
.rpm-machine-page .rpm-finance-disclaimer{font-size:9px;color:#666}

/* Aftersales image cards */
.rpm-machine-page .rpm-aftersales{background:var(--rpm-amber);padding:49px 0 55px}
.rpm-machine-page .rpm-aftersales .rpm-section-intro{max-width:none;margin-bottom:24px}
.rpm-machine-page .rpm-aftersales .rpm-section-intro h2{font-size:30px;color:var(--rpm-navy);margin-bottom:6px}
.rpm-machine-page .rpm-aftersales .rpm-section-intro p{font-size:12px;color:#343842}
.rpm-machine-page .rpm-aftersales-grid{gap:24px}
.rpm-machine-page .rpm-aftersales-card{position:relative;min-height:270px;padding:0;border:0;border-radius:3px;overflow:hidden;background-image:linear-gradient(90deg,rgba(20,31,79,.90),rgba(20,31,79,.34)),var(--rpm-aftersales-image);background-size:cover;background-position:center;box-shadow:0 5px 13px rgba(20,31,79,.25)}
.rpm-machine-page .rpm-aftersales-card.is-urgent{background-image:linear-gradient(90deg,rgba(164,35,44,.89),rgba(164,35,44,.36)),var(--rpm-aftersales-image)}
.rpm-machine-page .rpm-aftersales-content{position:absolute;inset:auto 0 0 0;padding:24px 22px 20px;color:#fff}
.rpm-machine-page .rpm-aftersales-card h3,.rpm-machine-page .rpm-aftersales-card.is-urgent h3{font-size:21px;line-height:1;color:var(--rpm-amber);margin:0 0 8px;text-transform:uppercase;font-weight:800}
.rpm-machine-page .rpm-aftersales-card p{font-size:11px;line-height:1.35;color:#fff;margin:0 0 15px;max-width:95%}
.rpm-machine-page .rpm-aftersales-card a,.rpm-machine-page .rpm-aftersales-card.is-urgent a{font-size:11px;color:var(--rpm-amber);font-weight:800;text-transform:none}

/* Enquiry */
.rpm-machine-page .rpm-enquiry{background:#fff;padding:48px 0 55px}
.rpm-machine-page .rpm-enquiry-heading{display:grid;grid-template-columns:290px minmax(0,1fr);gap:25px;align-items:start;margin-bottom:23px}
.rpm-machine-page .rpm-enquiry-heading h2{font-size:29px;line-height:1.1;color:var(--rpm-navy);margin:0}
.rpm-machine-page .rpm-enquiry-heading p{font-size:12px;line-height:1.45;color:#333;margin:2px 0 0;max-width:800px}
.rpm-machine-page .rpm-enquiry-form{grid-template-columns:1fr 1fr;gap:16px 14px}
.rpm-machine-page .rpm-form-field{gap:5px}
.rpm-machine-page .rpm-form-field label{font-size:12px;font-weight:500;color:#333}
.rpm-machine-page .rpm-form-field input,.rpm-machine-page .rpm-form-field select,.rpm-machine-page .rpm-form-field textarea{min-height:44px;box-sizing:border-box;background:#fff;border:1.5px solid #2e3038;border-radius:8px;padding:10px 13px;font-size:13px;color:#202331}
.rpm-machine-page .rpm-form-field input,.rpm-machine-page .rpm-form-field select{height:44px}
.rpm-machine-page .rpm-form-field select{display:block;padding-top:0;padding-bottom:0;line-height:42px}
.rpm-machine-page .rpm-form-field textarea{min-height:118px}
.rpm-machine-page .rpm-form-field input:focus,.rpm-machine-page .rpm-form-field select:focus,.rpm-machine-page .rpm-form-field textarea:focus{border-color:var(--rpm-navy);box-shadow:0 0 0 3px rgba(40,56,117,.12)}
.rpm-machine-page .rpm-urgency{grid-template-columns:minmax(160px,220px) minmax(160px,220px);justify-content:start;gap:12px}
.rpm-machine-page .rpm-urgency button{min-height:42px;background:#fff;border:1.5px solid #30323a;border-radius:7px;color:#30323a;font-size:12px}
.rpm-machine-page .rpm-urgency button:first-child.is-active{background:#f1f5ff;border-color:var(--rpm-navy);color:var(--rpm-navy);font-weight:700}
.rpm-machine-page .rpm-urgency button:last-child.is-active{background:var(--rpm-red-pale);border-color:var(--rpm-red);color:var(--rpm-red);font-weight:700}
.rpm-machine-page .rpm-enquiry-form>.rpm-btn{min-height:48px;background:var(--rpm-navy);font-size:14px;border-radius:7px}
.rpm-machine-page .rpm-enquiry-form>.rpm-btn:hover{background:var(--rpm-navy-light)}

/* Related machines */
.rpm-machine-page .rpm-related{background:var(--rpm-amber);padding:46px 0 53px}
.rpm-machine-page .rpm-related h2{font-size:30px;color:var(--rpm-navy);margin-bottom:23px}
.rpm-machine-page .rpm-related-grid{gap:28px}
.rpm-machine-page .rpm-related-card{border:0;border-radius:16px;background:#fff;box-shadow:0 8px 0 rgba(40,56,117,.26),0 6px 17px rgba(30,40,85,.22);overflow:hidden}
.rpm-machine-page .rpm-related-card:hover{transform:translateY(-3px);box-shadow:0 10px 0 rgba(40,56,117,.26),0 9px 20px rgba(30,40,85,.26)}
.rpm-machine-page .rpm-related-grid>.rpm-related-card>.rpm-related-image{
  position:relative;
  display:block;
  width:100%;
  height:190px!important;
  min-height:190px!important;
  max-height:190px!important;
  flex:0 0 190px;
  overflow:hidden;
  background:#d9d9d9;
}
.rpm-machine-page .rpm-related-grid>.rpm-related-card>.rpm-related-image img{
  position:absolute;
  inset:0;
  display:block;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  object-fit:cover!important;
}
.rpm-machine-page .rpm-related-labels{position:absolute;z-index:2;top:10px;left:10px;right:10px;display:flex;justify-content:space-between;align-items:flex-start;gap:6px;flex-wrap:wrap}
.rpm-machine-page .rpm-related-labels .rpm-badge{font-size:9px;padding:4px 7px}
.rpm-machine-page .rpm-related .rpm-badge-finance-available{--rpm-badge-bg:var(--rpm-red)!important;--rpm-badge-text:#fff!important;margin-left:auto}
.rpm-machine-page .rpm-related-body{padding:24px 18px 15px}
.rpm-machine-page .rpm-related-body h3{font-size:17px;color:var(--rpm-navy);margin:0 0 5px;padding-top:10px;font-weight:700}
.rpm-machine-page .rpm-related-body p{font-size:11px;line-height:1.4;color:#555;min-height:32px;margin-bottom:13px}
.rpm-machine-page .rpm-related-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--rpm-amber);color:var(--rpm-navy)!important;border-radius:4px;padding:9px 12px;font-size:11px;font-weight:700}
.rpm-machine-page .rpm-related-button svg{width:13px;height:13px}
.rpm-machine-page .rpm-range-card .rpm-related-image{
  background:#eee;
}
.rpm-machine-page .rpm-range-card .rpm-related-image img{
  object-position:right center!important;
}

/* Keep the front-end cards aligned with the revised palette. */
.rpm-loop-card,.rpm-card-image-shell{--rpm-amber:#ffc400;--rpm-navy:#283875}
.rpm-loop-card-labels .rpm-badge-finance-available,.rpm-card-image-labels .rpm-badge-finance-available{--rpm-badge-bg:#d12f38!important;--rpm-badge-text:#fff!important}


@media(max-width:1100px) and (min-width:961px){
  .rpm-machine-page .rpm-gallery-thumb{width:88px;height:52px}
  .rpm-machine-page .rpm-gallery-main{aspect-ratio:1.72/1}
}

@media(max-width:1100px){
  .rpm-machine-page .rpm-hero-grid{grid-template-columns:minmax(0,1fr) 470px;gap:34px}
  .rpm-machine-page .rpm-product-info h1{font-size:50px}
  .rpm-machine-page .rpm-overview-grid{gap:40px}
  .rpm-machine-page .rpm-highlight-card{padding-right:14px}
  .rpm-machine-page .rpm-aftersales-card{min-height:245px}
}
@media(max-width:960px){
  .rpm-machine-page .rpm-hero-grid,.rpm-machine-page .rpm-overview-grid{grid-template-columns:1fr}
  .rpm-machine-page .rpm-gallery-main{max-height:none}
  .rpm-machine-page .rpm-product-info{max-width:none;height:auto}
  .rpm-machine-page .rpm-cta-stack{margin-top:14px}
  .rpm-machine-page .rpm-highlights{display:grid;grid-template-columns:1fr 1fr}
  .rpm-machine-page .rpm-spec-grid,.rpm-machine-page .rpm-finance-grid{grid-template-columns:1fr 1fr}
  .rpm-machine-page .rpm-aftersales-grid,.rpm-machine-page .rpm-related-grid{grid-template-columns:1fr 1fr}
  .rpm-machine-page .rpm-aftersales-card:last-child,.rpm-machine-page .rpm-related-card:last-child{grid-column:1/-1}
  .rpm-machine-page .rpm-enquiry-heading{grid-template-columns:1fr;gap:7px}
}
@media(max-width:700px){
  .rpm-machine-page .rpm-container{width:calc(100% - 30px)}
  .rpm-machine-page .rpm-hero{padding:22px 0 28px}
  .rpm-machine-page .rpm-gallery-main{border-width:2px;border-radius:10px}
  .rpm-machine-page .rpm-gallery-thumb{width:78px;height:52px}
  .rpm-machine-page .rpm-product-info h1{font-size:42px}
  .rpm-machine-page .rpm-breadcrumb-inner{font-size:13px;gap:6px}
  .rpm-machine-page .rpm-short-description{font-size:14px}
  .rpm-machine-page .rpm-cta-row{grid-template-columns:1fr}
  .rpm-machine-page .rpm-highlights,.rpm-machine-page .rpm-spec-grid,.rpm-machine-page .rpm-finance-grid,.rpm-machine-page .rpm-aftersales-grid,.rpm-machine-page .rpm-related-grid{grid-template-columns:1fr}
  .rpm-machine-page .rpm-aftersales-card:last-child,.rpm-machine-page .rpm-related-card:last-child{grid-column:auto}
  .rpm-machine-page .rpm-highlight-card{align-items:center}
  .rpm-machine-page .rpm-download-card{flex-direction:column;align-items:stretch}
  .rpm-machine-page .rpm-download-card .rpm-btn{min-width:0;width:100%}
  .rpm-machine-page .rpm-finance-card .rpm-btn{width:100%;min-width:0}
  .rpm-machine-page .rpm-enquiry-form{grid-template-columns:1fr}
  .rpm-machine-page .rpm-form-full,.rpm-machine-page .rpm-enquiry-form>.rpm-btn{grid-column:auto}
  .rpm-machine-page .rpm-urgency{grid-template-columns:1fr}
  .rpm-machine-page .rpm-aftersales-card{min-height:265px}
  .rpm-machine-page .rpm-related-grid>.rpm-related-card>.rpm-related-image{
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
    flex-basis:210px;
  }
}

.rpm-card-ready-quantity{background:#d51f2b!important;color:#fff!important}
.rpm-card-highlight{margin:0;color:#858585;font-size:14px;line-height:1.35}


/* Ready-to-Go catalogue navigation and category grids. */
.rpm-ready-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  width:100%;
}
.rpm-ready-nav-links{
  display:flex;
  align-items:stretch;
  gap:28px;
  min-width:0;
  overflow-x:auto;
}
.rpm-ready-nav-link{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding:17px 4px 15px;
  border-bottom:3px solid transparent;
  color:#111;
  font-size:16px;
  line-height:1.2;
  font-weight:500;
}
.rpm-ready-nav-link:hover{color:#283875}
.rpm-ready-nav-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border:2px solid #f9c400;
  border-radius:50%;
  color:#f9c400;
  font-size:11px;
  font-weight:700;
}
.rpm-ready-nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-height:44px;
  padding:10px 24px;
  border-radius:4px;
  background:#f9c400;
  color:#111!important;
  font-size:16px;
  line-height:1.2;
  font-weight:500;
}
.rpm-ready-category-section{width:100%}
.rpm-ready-category-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:30px;
  margin-bottom:28px;
}
.rpm-ready-category-title{
  margin:0 0 5px;
  color:#283875;
  font-size:27px;
  line-height:1.1;
  font-weight:750;
}
.rpm-ready-category-subtitle{
  margin:0;
  color:#283875;
  font-size:15px;
  line-height:1.35;
}
.rpm-ready-category-range{
  display:inline-flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
  padding-top:8px;
  color:#283875;
  font-size:16px;
  line-height:1.2;
  font-weight:500;
}
.rpm-ready-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:42px;
  row-gap:32px;
  align-items:stretch;
}
.rpm-ready-category-card,
.rpm-ready-category-card>.elementor{
  min-width:0;
  height:100%;
}
.rpm-ready-editor-placeholder{
  padding:18px;
  border:1px dashed #c6c6c6;
  background:#fff;
  color:#666;
  font-size:13px;
}
.rpm-card-metrics{
  display:flex;
  flex-direction:column;
  gap:10px;
  background:#eee;
}
.rpm-card-metric{
  display:flex;
  flex-direction:column;
  gap:1px;
}
.rpm-card-metric-label{
  color:#858585;
  font-size:11px;
  line-height:1.2;
  font-weight:500;
  text-transform:uppercase;
}
.rpm-card-metric-value{
  color:#111;
  font-size:13px;
  line-height:1.2;
  font-weight:750;
}
.rpm-card-total-price{
  color:#111;
  font-size:18px;
  line-height:1.2;
  font-weight:750;
}
@media(max-width:1024px){
  .rpm-ready-nav{align-items:flex-start}
  .rpm-ready-nav-links{gap:18px}
  .rpm-ready-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .rpm-ready-nav{display:block}
  .rpm-ready-nav-links{gap:16px;margin-bottom:14px}
  .rpm-ready-nav-cta{width:100%}
  .rpm-ready-category-header{display:block}
  .rpm-ready-category-range{margin-top:12px}
  .rpm-ready-category-grid{grid-template-columns:minmax(0,1fr)}
}


/* Machine category filter and product grid. */
.rpm-machine-catalogue{width:100%}
.rpm-category-filter-full{
  position:relative;
  left:50%;
  width:100vw;
  margin-left:-50vw;
  background:#283875;
  box-shadow:0 4px 8px rgba(0,0,0,.28);
  z-index:2;
}
.rpm-category-filter-inner{
  display:flex;
  align-items:center;
  gap:18px;
  width:min(100% - 48px,1600px);
  min-height:98px;
  margin:0 auto;
}
.rpm-category-filter-heading{
  flex:0 0 auto;
  color:#f9c400;
  font-size:20px;
  line-height:1.1;
  font-weight:700;
}
.rpm-category-filter-buttons{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  flex:1 1 auto;
}
.rpm-category-filter-button{
  min-height:38px;
  padding:7px 20px;
  border:0;
  border-radius:8px;
  background:#fff;
  color:#283875;
  font-size:16px;
  line-height:1.15;
  font-weight:500;
  cursor:pointer;
  transition:background-color .18s ease,transform .18s ease;
}
.rpm-category-filter-button:hover{
  transform:translateY(-1px);
}
.rpm-category-filter-button.is-active{
  background:#f9c400;
  color:#283875;
  font-weight:700;
}
.rpm-category-filter-count{
  flex:0 0 auto;
  color:#fff;
  font-size:16px;
  line-height:1.2;
  font-weight:500;
  white-space:nowrap;
}
.rpm-category-sort-label{
  position:relative;
  display:block;
  flex:0 0 220px;
}
.rpm-category-sort{
  width:100%;
  height:40px;
  padding:0 42px 0 18px;
  border:0;
  border-radius:9px;
  background:#fff;
  color:#283875;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
}
.rpm-category-grid-wrap{
  padding:54px 0 12px;
}
.rpm-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:54px;
  row-gap:40px;
  align-items:stretch;
}
.rpm-category-item,
.rpm-category-item>.elementor{
  min-width:0;
  height:100%;
}
.rpm-category-item[hidden]{
  display:none!important;
}
.rpm-category-empty,
.rpm-category-editor-placeholder{
  padding:24px;
  border:1px dashed #c7c7c7;
  background:#fff;
  color:#666;
}
@media(max-width:1200px){
  .rpm-category-filter-inner{
    align-items:flex-start;
    flex-wrap:wrap;
    padding:22px 0;
  }
  .rpm-category-filter-buttons{
    order:2;
    flex-basis:100%;
  }
  .rpm-category-filter-count{
    margin-left:auto;
  }
}
@media(max-width:1024px){
  .rpm-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:28px;
  }
}
@media(max-width:767px){
  .rpm-category-filter-inner{
    width:min(100% - 32px,1600px);
    gap:14px;
  }
  .rpm-category-filter-heading{
    width:100%;
  }
  .rpm-category-filter-buttons{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
  }
  .rpm-category-filter-button{
    width:100%;
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
  }
  .rpm-category-filter-count{
    margin-left:0;
  }
  .rpm-category-sort-label{
    flex:1 1 100%;
  }
  .rpm-category-grid-wrap{
    padding-top:34px;
  }
  .rpm-category-grid{
    grid-template-columns:minmax(0,1fr);
  }
}
