/*
Theme Name: Monarch Fire
Description: Custom WordPress theme for Monarch Fire UK Ltd.
Version: 1.0.1
Author: Arlot Media
Text Domain: monarch-fire
*/

:root{--background:#fff;--foreground:#19242d;--primary:#b8242b;--muted:#eef1f2;--border:#dce0e2;--radius:0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--foreground);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a:focus-visible,summary:focus-visible,button:focus-visible{outline:3px solid #b8242b;outline-offset:5px}.wrap{width:min(1280px,90%);margin:auto}.topbar{background:#19242d;color:#fff;font-size:14px;padding:9px 0}.topbar .wrap{display:flex;justify-content:space-between}.topbar a{font-weight:bold}.header{display:flex;align-items:center;justify-content:space-between;min-height:112px;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:1.6px;font-size:23px;line-height:1.2}.brand-mark{color:var(--primary);font-size:48px;font-family:Georgia,serif}.brand-sub{display:block;font-size:12px;letter-spacing:4px;margin-top:5px}.header nav{display:flex;align-items:center;gap:23px;font-size:14px;font-weight:600}.header nav a:hover,.text-link:hover{color:var(--primary)}.nav-contact{border:1px solid #b8242b;padding:12px 17px;color:#b8242b}.mobile-nav{display:none}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;padding-top:36px;padding-bottom:64px}.hero-copy{padding:28px 0 12px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--primary);margin:0 0 24px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,4.2vw,64px);line-height:1.07;letter-spacing:-2.7px;font-weight:600;margin-bottom:27px}h1 span{color:#b8242b}.intro{font-size:18px;line-height:1.7;max-width:510px;color:#56616a}.actions{display:flex;align-items:center;gap:27px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;background:#b8242b;color:#fff;padding:15px 24px;font-weight:600;border:0;cursor:pointer}.button:hover{background:#951b21}.text-link{font-size:14px;font-weight:700}.small-note{color:#66717a;font-size:13px;margin:28px 0 0}.hero-visual{background:#eef0f1;position:relative;min-height:525px;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-visual img{height:410px;width:auto;mix-blend-mode:multiply;transform:rotate(9deg);margin-top:10px}.visual-top,.visual-bottom{position:absolute;left:28px;right:28px;display:flex;justify-content:space-between}.visual-top{top:22px;font-size:12px;font-weight:700;letter-spacing:1.5px}.visual-top span{font-size:12px;color:#68747d}.visual-bottom{bottom:26px;font-size:16px;line-height:1.5}.visual-number{align-self:flex-end;font-size:12px;color:#6c7780}.trust{background:#f5f6f7;border-top:1px solid #e4e6e8;border-bottom:1px solid #e4e6e8}.trust-inner{display:flex;justify-content:space-between;gap:20px;padding:23px 0;font-size:14px;font-weight:600}.trust-inner span:before{content:'✓';color:#b8242b;margin-right:12px}.section{padding-top:84px;padding-bottom:90px}.section-head{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:32px}.section-head .eyebrow{margin-bottom:13px}h2{font-size:38px;line-height:1.18;letter-spacing:-1.4px;font-weight:600;margin-bottom:20px}.section-head p{color:#68747d}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service{padding:25px;border:1px solid #dce0e2;transition:background .2s}.service:hover{background:#f5f6f7;border-color:#b8242b}.service-top{display:flex;justify-content:space-between;color:#b8242b;font-size:14px;margin-bottom:40px}.service h3{font-size:22px;line-height:1.25;margin-bottom:10px}.service p{font-size:14px;color:#66717a;margin:0}.about{background:#19242d;color:#fff;padding:80px 0}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:95px}.about .eyebrow{color:#ff8c91}.about p{color:#cbd1d5}.about .lead{font-size:24px;color:#fff}.about .text-link{display:inline-block;margin-top:10px}.cta{padding-top:80px;padding-bottom:80px;display:flex;justify-content:space-between;align-items:center;gap:30px}footer{background:#f2f4f5;padding:55px 0 0;font-size:14px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.25fr 1fr;gap:34px}.footer-grid h3{font-size:14px;margin-bottom:15px}.footer-grid a{display:block;margin-bottom:5px}.footer-grid .brand{font-size:19px;margin-bottom:18px}.footer-grid p{color:#626e77}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #d8dde0;margin-top:35px;padding:22px 0;color:#626e77;font-size:12px}.skip{position:absolute;top:-100px;background:white;padding:10px;z-index:99}.skip:focus{top:0}.page-hero{background:#f0f2f3;padding:60px 0}.page-hero h1{max-width:800px}.page-content{max-width:850px;padding:65px 0 85px}.page-content p{color:#52606a}.page-content h2{margin-top:40px}.page-content li{margin-bottom:14px}.page-content details{border-bottom:1px solid #dce0e2;padding:22px 0}.page-content summary{cursor:pointer;font-size:20px;font-weight:600}.page-content details p{margin:18px 0 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-grid a{color:#b8242b}.contact-grid h2{font-size:27px}@media(max-width:1100px){.header nav{gap:13px;font-size:14px}.brand{font-size:19px}.hero{gap:30px}.hero-visual{min-height:490px}.actions{gap:18px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1000px){.header>nav{display:none}.mobile-nav{display:block}.mobile-nav nav{position:absolute;z-index:10;left:5%;right:5%;top:130px;background:#fff;padding:24px;border:1px solid #ddd;display:flex;flex-direction:column;align-items:stretch;font-size:16px}}@media(max-width:800px){.header{min-height:90px}.topbar{font-size:12px}.topbar .wrap{gap:15px}.hero{grid-template-columns:1fr;padding-top:15px}.hero-copy{padding-top:20px}h1{font-size:48px;letter-spacing:-2px}.hero-visual{min-height:450px}.hero-visual img{height:350px}.trust-inner{display:grid;grid-template-columns:1fr 1fr;font-size:14px;gap:15px}.section{padding:55px 0}.section-head{display:block}.service-grid{grid-template-columns:1fr 1fr}.about-inner{grid-template-columns:1fr;gap:20px}.about{padding:55px 0}.cta{padding:55px 0;align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}h2{font-size:32px}.contact-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:420px){.actions{align-items:start;flex-direction:column}.service-grid,.footer-grid{grid-template-columns:1fr}.hero-visual{min-height:420px}.visual-top span{display:none}h1{font-size:41px}.trust-inner{grid-template-columns:1fr}.page-hero{padding:40px 0}}
.editor{display:grid;grid-template-columns:280px 1fr;gap:45px;margin:35px 0}.editor aside{border-right:1px solid #ddd;padding-right:25px}.editor aside ul{padding:0;list-style:none}.editor aside li{margin:12px 0}.editor button{cursor:pointer;border:1px solid #bbb;padding:8px 14px}.editor small{display:block;color:#62717b}.editor label{display:block;font-weight:600;margin:20px 0}.editor input,.editor textarea{display:block;width:100%;padding:12px;border:1px solid #aaa;font-weight:400}.editor input[type=number]{max-width:130px}.editor .actions{flex-wrap:wrap;gap:10px}.editor button:disabled{opacity:.5;cursor:wait}.preview{background:#f4f5f6;padding:30px;margin-top:30px}.preview p{white-space:pre-wrap}@media(max-width:800px){.editor{grid-template-columns:1fr}.editor aside{border:0}}
.topbar a{white-space:nowrap;flex-shrink:0}.page-content{overflow-wrap:anywhere}@media(max-width:1150px){.header>nav{display:none}.mobile-nav{display:block}}
.hero-products{display:flex;align-items:center;justify-content:center;width:94%;gap:0}.hero-products img{width:34%;height:335px;object-fit:contain;transform:none;margin:0;mix-blend-mode:multiply}.hero-products img:nth-child(2){height:375px}.hero-products img:last-child{height:390px}.visual-number{max-width:110px;text-align:right}.extinguisher-range{padding-top:70px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-grid figure{margin:0}.product-image{background:#f1f3f4;padding:15px}.product-image img{width:100%;height:260px;object-fit:contain;mix-blend-mode:multiply}.product-grid figcaption{font-size:17px;font-weight:600;padding:16px 0;border-bottom:1px solid #dce0e2}.range-note{font-size:15px;color:#52606a;margin-top:24px}@media(max-width:900px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-image img{height:220px}}@media(max-width:520px){.product-grid{grid-template-columns:1fr 1fr;gap:20px 12px}.product-image{padding:6px}.product-image img{height:200px}.hero-products img{height:270px}.hero-products img:nth-child(2){height:300px}.hero-products img:last-child{height:320px}.extinguisher-range{padding-top:45px}}

.wp-block-image img{max-width:100%;height:auto}.page-content .wp-block-heading{margin-top:35px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.blog-card{border:1px solid #ddd;padding:25px}.blog-card h2{font-size:26px}.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px)}.alignwide{max-width:1100px}.entry-meta{font-size:14px;color:#65717b}.brand img{width:160px;height:100px;object-fit:contain}.page-content p{margin-bottom:24px}

/* Readable body copy on the dark About section. */
.about .page-content p{color:#e2e7eb;}
