@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#111719;--ink2:#1b2325;--lime:#a8d818;--lime2:#c7f445;--paper:#f7f8f3;--line:#dce2d9;--muted:#586460}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:400 1rem/1.65 'DM Sans',Arial,sans-serif;background:#fff}img{display:block;max-width:100%}a{color:inherit}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}.container{width:min(1200px,calc(100% - 64px));margin-inline:auto}.skip{position:absolute;left:-9999px;top:0;background:var(--lime);padding:12px;z-index:200}.skip:focus{left:12px}.topline{background:#101719;color:#ced5d2;font-size:.84rem;font-weight:600}.top-inner{display:flex;justify-content:space-between;padding:8px 0}.topline a{color:var(--lime2);text-decoration:none}.topline a span{margin-left:8px}.header{background:var(--ink);color:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #303938}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;width:148px;height:68px;align-items:center;overflow:hidden}.brand img{width:140px;height:auto;filter:drop-shadow(0 2px 5px #0004)}nav{display:flex;align-items:center;gap:28px}nav a{text-decoration:none;font-weight:700;font-size:.91rem;white-space:nowrap}nav a:not(.nav-cta):hover{color:var(--lime2)}.nav-cta{background:var(--lime);color:var(--ink);border-radius:4px;padding:12px 19px}.nav-cta span{padding-left:8px}.menu-button{display:none}.hero{background:var(--ink);color:#fff;overflow:hidden}.hero-grid{min-height:670px;display:grid;grid-template-columns:1.1fr .9fr;align-items:stretch;gap:6%;}.hero-content{padding:105px 0 70px;position:relative;z-index:1}.kicker,.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.15em;line-height:1.3;text-transform:uppercase;color:#688b0f}.kicker{color:var(--lime2);display:flex;align-items:center;gap:12px;margin:0 0 28px}.line{height:2px;width:28px;background:var(--lime)}h1,h2,h3,p,blockquote{margin-top:0}h1,h2,h3{font-family:Manrope,'DM Sans',sans-serif;letter-spacing:-.055em}h1{font-size:clamp(3.45rem,5.35vw,5.8rem);line-height:1.03;margin-bottom:28px;font-weight:800}h1 em,h2 em{font-style:normal;color:var(--lime2)}.hero-copy{color:#cbd4d0;font-size:1.16rem;line-height:1.7;max-width:570px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{min-height:52px;display:inline-flex;justify-content:center;align-items:center;gap:20px;padding:13px 23px;border:1px solid transparent;border-radius:4px;text-decoration:none;font-weight:800;cursor:pointer;line-height:1.2}.button.primary{background:var(--lime);color:var(--ink)}.button.primary:hover,.nav-cta:hover{background:var(--lime2)}.button.secondary{border-color:#5a6664;color:#fff}.button.secondary:hover{border-color:var(--lime2)}.hero-trust{border-top:1px solid #35413e;margin-top:62px;padding-top:25px;display:flex;gap:17px;align-items:center}.hero-trust strong{font:800 2.55rem/1 Manrope,sans-serif;color:var(--lime2)}.hero-trust span{font-size:.86rem;color:#c3cbc8;line-height:1.45}.hero-trust a{color:#fff;text-decoration:underline;text-underline-offset:3px}.hero-visual{position:relative;margin:35px 0 0;min-height:600px}.hero-visual:before{content:'';position:absolute;z-index:1;inset:0;box-shadow:inset 0 0 0 12px rgba(255,255,255,.04)}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:52% 50%;position:absolute}.visual-tag{position:absolute;z-index:2;right:0;bottom:38px;background:#fff;color:var(--ink);font-weight:800;font-size:.72rem;letter-spacing:.09em;padding:13px 17px;display:flex;align-items:center;gap:9px}.tag-dot{background:var(--lime);width:8px;height:8px;border-radius:50%}.proof{background:var(--lime)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid>div{padding:28px 20px 30px;border-right:1px solid #7fa60f}.proof-grid>div:first-child{padding-left:0}.proof-grid>div:last-child{border:0}.proof strong{display:block;font:800 1.54rem/1.3 Manrope,sans-serif;letter-spacing:-.04em}.proof span{display:block;font-size:.83rem;font-weight:700}.section{padding:112px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-head h2{margin:0}.section-head>p{color:var(--muted);max-width:320px;margin:0}.eyebrow{margin-bottom:16px}h2{font-size:clamp(2.4rem,4.1vw,4.3rem);line-height:1.1;margin-bottom:28px;font-weight:800}h3{line-height:1.18}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-card{text-decoration:none;border:1px solid var(--line);background:#fff;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #11171915}.service-card img{height:225px;width:100%;object-fit:cover}.service-card:nth-child(2) img{object-position:center 45%}.service-card-text{padding:26px 26px 28px;display:flex;flex-direction:column;flex:1}.service-card-text>span{color:#637b13;font-size:.76rem;font-weight:800;letter-spacing:.1em}.service-card h3{font-size:1.65rem;margin:18px 0 12px}.service-card p{color:var(--muted);line-height:1.55;margin:0 0 25px}.service-card b{margin-top:auto;border-top:1px solid var(--line);padding-top:18px;font-size:.9rem;display:flex;justify-content:space-between}.feature{padding:96px 0}.feature.dark{background:var(--ink);color:#fff}.feature.light{background:#edf1e9}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.feature-grid.reverse .feature-copy{order:2}.feature-grid.reverse .feature-photo{order:1}.feature-copy{max-width:560px}.feature-copy h2{max-width:600px}.feature-copy>p:not(.eyebrow){font-size:1.06rem;line-height:1.75}.dark .feature-copy>p:not(.eyebrow){color:#c4ceca}.feature-copy ul{padding:0;margin:30px 0 30px;list-style:none}.feature-copy li{padding:11px 0 11px 27px;border-bottom:1px solid #62706c55;position:relative;font-weight:600}.feature-copy li:before{content:'✓';position:absolute;left:0;color:#769e0b;font-weight:800}.dark .feature-copy li:before{color:var(--lime2)}.feature-photo{height:540px;position:relative}.feature-photo img{width:100%;height:100%;object-fit:cover}.feature-photo .photo-label{position:absolute;bottom:0;left:0;background:var(--lime);color:var(--ink);padding:12px 17px;font-weight:800;font-size:.7rem;letter-spacing:.1em}.text-link{display:inline-block;font-weight:800;text-decoration:none;border-bottom:2px solid var(--lime);padding-bottom:7px}.text-link:hover{color:#5c8002}.dark .text-link{color:var(--lime2)}.electrical{background:#fff}.electrical-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:12%}.electrical-grid p:not(.eyebrow){max-width:400px;color:var(--muted);font-size:1.06rem}.dark-button{background:var(--ink);color:#fff;margin-top:18px}.dark-button:hover{background:#344044}.electrical-list{border-top:1px solid var(--line)}.electrical-list>div{border-bottom:1px solid var(--line);padding:15px 0;display:flex;align-items:center;gap:35px}.electrical-list span{font-size:.77rem;color:#718517;font-weight:800}.electrical-list strong{font:800 1.32rem Manrope,sans-serif;letter-spacing:-.035em}.work{background:var(--paper)}.work-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:15px}.work figure{margin:0;position:relative;height:375px;overflow:hidden;background:#d5dcd6}.work img{height:100%;width:100%;object-fit:cover;transition:transform .4s}.work figure:hover img{transform:scale(1.035)}.work figcaption{position:absolute;bottom:0;left:0;right:0;color:#fff;font-weight:800;background:linear-gradient(transparent,#000b);padding:40px 19px 18px}.review-section{background:#e4f0c4;padding:100px 0}.review-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:10%;align-items:center}.review-grid>div:first-child p:not(.eyebrow){max-width:410px}.review-card{background:#fff;padding:42px 46px;box-shadow:12px 12px 0 #b5d77a}.stars{color:#7faa0b;font-size:1.35rem;letter-spacing:.18em}.review-card blockquote{font:700 clamp(1.5rem,2.5vw,2.2rem)/1.35 Manrope,sans-serif;letter-spacing:-.045em;margin:25px 0}.review-card>p{color:var(--muted);font-size:.85rem}.review-score{border-top:1px solid var(--line);padding-top:21px;margin-top:25px;display:flex;align-items:center;gap:20px}.review-score strong{font:800 2rem Manrope,sans-serif}.review-score span{font-size:.85rem;font-weight:600}.area{background:#fff}.area-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:14%}.area p:not(.eyebrow){font-size:1.12rem;color:var(--muted);max-width:600px}.area-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.area-tags span{border:1px solid #cbd6bc;background:#f7faef;padding:8px 14px;border-radius:99px;font-weight:700;font-size:.84rem}.faq{background:var(--paper);padding-top:90px;padding-bottom:90px}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:14%}.faq details{border-top:1px solid #cdd7cb}.faq details:last-child{border-bottom:1px solid #cdd7cb}.faq summary{list-style:none;cursor:pointer;padding:20px 30px 20px 0;font-weight:800;font-size:1.03rem;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:4px;font:500 1.5rem Manrope;top:14px}.faq details[open] summary:after{content:'−'}.faq details p{color:var(--muted);margin:0 0 22px;max-width:600px}.contact{background:#192326;color:#fff;padding:100px 0}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%}.contact .eyebrow{color:var(--lime2)}.contact h2{font-size:clamp(3rem,5vw,5.3rem)}.contact p{color:#bdc9c4;max-width:430px}.contact-phone{color:var(--lime2);font:800 clamp(1.65rem,3vw,2.5rem) Manrope,sans-serif;text-decoration:none;letter-spacing:-.045em;display:inline-block;margin-top:28px}.contact-phone span{font-size:.8em}.contact-alt{font-size:.88rem}.contact-alt a{color:#fff}form{background:#fff;color:var(--ink);padding:36px;display:grid;gap:18px}form label{display:grid;gap:8px;font-size:.85rem;font-weight:800}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}input,select,textarea{width:100%;min-height:48px;border:1px solid #c8d2c8;border-radius:3px;background:#fff;color:var(--ink);padding:11px 12px;outline-offset:2px}textarea{resize:vertical}form .button{width:100%;font-size:1rem}form .form-note{font-size:.77rem;color:var(--muted);margin:0;line-height:1.4}footer{background:#0e1517;color:#d5dfda;padding:62px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.35fr;gap:12%}.footer-grid img{width:135px;height:auto;margin-bottom:12px}.footer-grid p{max-width:330px;font-size:.9rem;color:#aebbb5}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid strong{color:var(--lime2);margin-bottom:8px}.footer-grid a{font-size:.9rem;text-decoration:none}.footer-grid a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #30403e;margin-top:55px;padding-top:18px;display:flex;justify-content:space-between;color:#aab8b2;font-size:.78rem}.mobile-actions{display:none}section[id]{scroll-margin-top:82px}
@media(max-width:1100px){nav{gap:16px}nav a{font-size:.82rem}.hero-grid{gap:4%}h1{font-size:clamp(3.1rem,5.6vw,5rem)}.feature-grid{gap:6%}}
@media(max-width:860px){.container{width:min(100% - 40px,690px)}.topline span:first-child{display:none}.top-inner{justify-content:flex-end}.header-inner{min-height:68px}.brand{height:58px}.brand img{width:125px}.menu-button{display:block;margin-left:auto;border:1px solid #78837e;background:transparent;color:#fff;border-radius:4px;padding:8px 12px;font-size:.9rem;font-weight:700}.menu-button span{margin-left:10px}nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--ink);padding:15px 20px 22px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 30px #0005}nav.open{display:flex}nav a{font-size:1rem;padding:12px;border-bottom:1px solid #37423f}.nav-cta{margin-top:12px;text-align:center}.hero-grid{grid-template-columns:1fr;gap:0}.hero-content{padding:75px 0 45px}.hero-visual{min-height:420px;margin:0 -20px}.hero-trust{margin-top:42px}.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid>div{padding:18px 15px;border-bottom:1px solid #7fa60f}.proof-grid>div:nth-child(2){border-right:0}.proof-grid>div:nth-child(3){padding-left:0;border-bottom:0}.proof-grid>div:nth-child(4){border-bottom:0}.section{padding:76px 0}.service-grid{grid-template-columns:1fr 1fr}.service-card:last-child{grid-column:1/-1}.service-card:last-child{display:grid;grid-template-columns:1fr 1fr}.service-card:last-child img{height:100%}.feature-grid,.electrical-grid,.review-grid,.area-grid,.faq-grid,.contact-grid{grid-template-columns:1fr;gap:35px}.feature-grid.reverse .feature-copy,.feature-grid.reverse .feature-photo{order:initial}.feature{padding:75px 0}.feature-photo{height:430px}.work-grid{grid-template-columns:1fr 1fr}.work-large{grid-column:1/-1}.work figure{height:300px}.work-large{height:350px!important}.review-section{padding:76px 0}.footer-grid{gap:6%}}
@media(max-width:600px){body{padding-bottom:60px}.container{width:calc(100% - 32px)}.topline{display:none}.header-inner{min-height:66px}.hero-content{padding:55px 0 42px}.kicker{font-size:.68rem;margin-bottom:20px}h1{font-size:clamp(2.65rem,11.5vw,4rem);margin-bottom:20px}.hero-copy{font-size:1rem}.hero-actions{display:grid;gap:10px}.hero-actions .button{width:100%}.hero-trust{margin-top:38px}.hero-visual{min-height:340px;margin:0 -16px}.visual-tag{bottom:18px;font-size:.62rem}.proof strong{font-size:1.34rem}.proof span{font-size:.72rem}.section{padding:65px 0}.section-head{display:block;margin-bottom:27px}.section-head>p{margin-top:14px}.eyebrow{font-size:.7rem}h2{font-size:clamp(2.2rem,9vw,3.35rem);margin-bottom:20px}.service-grid{grid-template-columns:1fr}.service-card:last-child{grid-column:auto;display:flex}.service-card:last-child img{height:210px}.service-card img{height:210px}.service-card-text{padding:23px}.service-card h3{font-size:1.45rem}.feature{padding:64px 0}.feature-photo{height:340px}.feature-copy>p:not(.eyebrow),.electrical-grid p:not(.eyebrow){font-size:1rem}.electrical-list strong{font-size:1.13rem}.work-grid{gap:8px}.work figure{height:210px}.work-large{height:300px!important}.work figcaption{font-size:.78rem;padding:30px 10px 10px}.review-section{padding:65px 0}.review-card{padding:28px;box-shadow:7px 7px 0 #b5d77a}.review-card blockquote{font-size:1.5rem}.area-grid,.faq-grid{gap:12px}.contact{padding:70px 0 80px}.contact h2{font-size:3.1rem}form{padding:22px;margin:0 -4px}.form-row{grid-template-columns:1fr;gap:18px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block;margin-top:35px}.footer-bottom span{display:block}.mobile-actions{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;bottom:0;left:0;right:0;z-index:150;background:#101719;box-shadow:0 -3px 20px #0003}.mobile-actions a{text-align:center;text-decoration:none;color:#fff;font-size:.85rem;font-weight:800;padding:17px 4px;border-right:1px solid #3a4843;line-height:1}.mobile-actions a:last-child{background:var(--lime);color:var(--ink);border-right:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
/* Refreshed brand, homepage carousel and Tradify enquiries */
:root{--ink:#081e33;--ink2:#102f4c;--lime:#ffcf32;--lime2:#5dd5ff;--paper:#f3f7fa;--line:#d8e2ea;--muted:#526476}
.header{background:#fff;color:var(--ink);border-bottom:1px solid var(--line)}.header-inner{min-height:116px}.brand{width:240px;height:110px;flex-shrink:0;overflow:visible}.brand img{width:230px;height:auto;filter:none}nav a:not(.nav-cta):hover{color:#006ba6}.topline{background:#06192b}.hero-grid{grid-template-columns:1fr 1.05fr;gap:6%;min-height:620px;align-items:center}.hero-content{padding:64px 0 55px}.hero h1{font-size:clamp(2.8rem,4.35vw,4.7rem);line-height:1.08}.hero-copy{font-size:1.05rem}.hero-trust{margin-top:36px}.hero-visual{height:540px;min-height:0;margin:30px 0;border-radius:16px;overflow:hidden;background:#183a55;box-shadow:0 20px 50px #0004}.hero-visual:before{display:none}.slides{height:100%;position:relative}.slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .8s ease;visibility:hidden}.slide.active{opacity:1;visibility:visible}.slide img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.slide:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#041323e6)}.slide figcaption{position:absolute;z-index:2;bottom:90px;left:32px;right:24px;font:800 1.9rem/1.2 Manrope,sans-serif;letter-spacing:-.04em}.slide figcaption span{display:block;color:#fff;font:800 .72rem 'DM Sans',sans-serif;letter-spacing:.13em;margin-bottom:12px}.carousel-controls{position:absolute;bottom:24px;left:26px;right:26px;display:flex;gap:12px;align-items:center;z-index:5;color:white}.carousel-controls button{border:1px solid #ffffff70;background:#09243d95;color:#fff;border-radius:50%;height:44px;min-width:44px;cursor:pointer;font-weight:700}.carousel-controls button:hover{background:#fff;color:var(--ink)}.slide-count{font-size:.8rem;font-weight:800;letter-spacing:.12em}.carousel-controls .slide-pause{border-radius:5px;margin-left:auto;padding:0 14px;font-size:.8rem}.service-ribbon{background:#12334f;color:#fff}.service-ribbon .container{display:grid;grid-template-columns:repeat(3,1fr)}.service-ribbon a{padding:22px 24px;text-decoration:none;border-right:1px solid #406077;display:flex;justify-content:space-between;font-weight:700}.service-ribbon a:first-child{padding-left:0}.service-ribbon a:last-child{border:0}.service-ribbon span{color:#ffcf32}.proof{background:#fff;border-bottom:1px solid var(--line)}.proof-grid>div{border-color:var(--line);padding-top:24px;padding-bottom:24px}.proof strong{font-size:1.35rem}.proof span{color:var(--muted)}.google-profile{text-decoration:none}.google-profile:hover strong{color:#006ba6}.eyebrow,.service-card-text>span,.electrical-list span{color:#0077ae}.kicker{color:var(--lime2)}.feature.light{background:#edf5fa}.feature.light h2 em{color:#0077ae}.feature-copy li:before{color:#0077ae}.review-section{background:#e8f3fa}.review-card{box-shadow:12px 12px 0 #b6dff4}.stars{color:#a66d00}.area-tags span{background:#f1f8fc;border-color:#ccdeeb}.google-section{padding:60px 0 0}.google-card{display:flex;align-items:center;justify-content:space-between;gap:40px;border:1px solid #ccdfec;border-left:5px solid #4285f4;border-radius:9px;padding:35px 42px}.google-card h2{font-size:2rem;margin-bottom:12px}.google-card p:last-child{margin:0;color:var(--muted)}.google-card .button{flex-shrink:0;margin:0}.contact{background:#0b233b}.contact-grid{grid-template-columns:.7fr 1.3fr;gap:6%;align-items:start}.contact-grid>div:first-child{position:sticky;top:150px}.tradify-panel{background:#fff;color:var(--ink);border-radius:10px;padding:28px 20px 16px;overflow:hidden}.tradify-panel h3{font-size:1.6rem;margin-bottom:8px;padding:0 12px}.tradify-panel .enquiry-intro{color:var(--muted);font-size:.9rem;padding:0 12px}.tradify-panel iframe{display:block;width:100%;height:1120px;border:0;background:#fff}.tradify-panel .form-fallback{font-size:.83rem;color:var(--muted);max-width:none;margin:10px 12px}.form-fallback a{color:#005c96;font-weight:700}footer{background:#06192b}.footer-grid img{width:230px;border-radius:8px}.footer-grid strong{color:#79d8ff}section[id]{scroll-margin-top:116px}.button.primary:hover,.nav-cta:hover{background:#ffe174}
@media(max-width:1100px){nav{gap:12px}nav a{font-size:.78rem}.brand{width:210px}.brand img{width:205px}.hero-grid{gap:4%}}
@media(max-width:860px){.header-inner{min-height:96px}.brand{width:200px;height:94px}.brand img{width:190px}.menu-button{color:var(--ink);border-color:#8b9dae}nav{top:96px;background:#fff;color:var(--ink)}nav a{font-size:1rem;border-color:var(--line)}.hero-grid{grid-template-columns:1fr}.hero-content{padding:55px 0 30px}.hero-visual{margin:0 0 36px;height:450px}.hero h1{font-size:3.6rem}.service-ribbon a{padding:18px 12px;font-size:.85rem}.google-card{align-items:start;flex-direction:column;gap:20px;padding:30px}.contact-grid{grid-template-columns:1fr}.contact-grid>div:first-child{position:static}.tradify-panel iframe{height:1120px}section[id]{scroll-margin-top:96px}}
@media(max-width:600px){.header-inner{min-height:90px}.brand{height:88px;width:185px}.brand img{width:180px}nav{top:90px}.hero-content{padding-top:35px}.hero h1{font-size:clamp(2.7rem,10.5vw,3.6rem)}.hero-visual{height:390px;border-radius:10px;margin:0 0 24px}.slide figcaption{font-size:1.5rem;left:22px;bottom:83px}.carousel-controls{left:20px;right:20px;bottom:20px}.service-ribbon .container{grid-template-columns:1fr}.service-ribbon a{padding:14px 0;border:0;border-bottom:1px solid #406077}.proof strong{font-size:1.05rem}.proof span{font-size:.73rem}.google-section{padding-top:45px}.google-card{padding:25px}.google-card h2{font-size:1.7rem}.google-card .button{width:100%}.tradify-panel{padding:22px 8px 12px;margin:0 -4px}.tradify-panel iframe{height:1240px}.footer-grid img{width:215px}.mobile-actions{background:#06192b}.review-card{box-shadow:7px 7px 0 #b6dff4}}
/* Supplied project photos and Google-first customer feedback */
.hero-visual{background:#061729}.slide img{object-fit:contain;height:calc(100% - 125px);background:#0b263f}.slide:after{display:none}.slide figcaption{bottom:78px;font-size:1.35rem}.slide figcaption span{font-size:.62rem;margin-bottom:7px}.google-hero .google-label{font-size:1.65rem;font-weight:800;color:#fff}.google-primary{background:#f1f7fc;padding:52px 0;border-bottom:1px solid #dbe8f1}.google-primary-inner{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.google-primary h2{font-size:2.65rem;margin-bottom:14px}.google-primary p:last-child{color:var(--muted);max-width:480px;margin:0}.google-action{padding:28px 34px;background:#fff;border:1px solid #d5e5f0;border-radius:12px;display:flex;flex-direction:column;align-items:start;gap:12px;box-shadow:0 10px 30px #12334f08}.google-word{font-size:1.7rem;font-weight:800;color:#1769d2}.google-action strong{font-size:1.2rem}.google-action .button{margin-top:8px}.work img{object-fit:contain;background:#102c43}.hero-trust{border-color:#466074}
@media(max-width:860px){.google-primary-inner{gap:30px}.google-primary h2{font-size:2.2rem}}
@media(max-width:600px){.google-primary{padding:35px 0}.google-primary-inner{grid-template-columns:1fr;gap:24px}.google-primary h2{font-size:2rem}.google-action{padding:23px;width:100%}.google-action .button{width:100%}.hero-visual{height:430px}.slide figcaption{font-size:1.2rem;bottom:79px}}
/* Google Business rating, checked 25 September 2026. */
.google-hero .hero-rating{font:800 1.24rem/1.2 Manrope,sans-serif;color:#ffce40;letter-spacing:-.02em;white-space:nowrap}
.google-rating{display:flex;align-items:center;gap:15px;flex-wrap:wrap;color:#bc7800;line-height:1}
.google-rating strong{font:800 clamp(3.5rem,6vw,5.5rem)/1 Manrope,sans-serif;color:#102b44;letter-spacing:-.08em}
.google-rating span{font-size:1.35rem;letter-spacing:.08em}
.google-action .review-total{font-size:1.05rem;font-weight:750;color:#18354e;margin:0}
.review-total small{display:block;color:#586b78;font-size:.78rem;font-weight:500;margin-top:4px}
.google-action .button{margin-top:14px}
@media(max-width:600px){.google-rating strong{font-size:3.7rem}.google-rating span{font-size:1.1rem}}
/* EICR, commercial and customer resources. */
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}
.section-lead{font-size:1.12rem;line-height:1.7;color:var(--muted);max-width:600px;margin-bottom:28px}
.eicr-section{background:#edf5fa}
.section-panel{padding:38px;background:#fff;border:1px solid #d5e5f0;border-left:5px solid #1481bd;box-shadow:0 14px 30px #12334f0a}
.section-panel h3{font-size:1.6rem;margin-bottom:18px}
.section-panel ul{padding-left:22px;margin:0 0 20px}
.section-panel li{padding:7px 0}
.section-panel p:last-child{margin:0;color:var(--muted)}
.commercial-section{background:#0b233b;color:#fff}
.commercial-section .eyebrow{color:#8bdcff}
.commercial-section .section-lead{color:#c7d9e3}
.commercial-services{border-top:1px solid #4b6680}
.commercial-services div{padding:22px 0;border-bottom:1px solid #4b6680;display:grid;grid-template-columns:42px 1fr;column-gap:12px}
.commercial-services span{color:#84d9ff;font-weight:800;font-size:.84rem}
.commercial-services strong{font-size:1.14rem}
.commercial-services p{grid-column:2;color:#c7d9e3;margin:5px 0 0}
.downloads-section{background:#f7f9fa}
.download-panel .button{margin-top:14px}
@media(max-width:1050px){.header nav{gap:14px}.header nav a{font-size:.78rem}.brand{width:170px}.brand img{width:164px}}
@media(max-width:860px){.split-section{grid-template-columns:1fr;gap:30px}.section-panel{padding:28px}.header nav a{font-size:1rem}.brand{width:200px}.brand img{width:190px}}
.eicr-points{display:grid;gap:0;margin:25px 0 28px}
.eicr-points div{border-top:1px solid #c8dbe8;padding:16px 0 12px}
.eicr-points strong{font-size:1.03rem}
.eicr-points p{color:var(--muted);margin:5px 0 0}
.eicr-panel a{color:#006da5;font-weight:700}
.eicr-panel p{font-size:.93rem}
.commercial-services div:last-child{border-bottom:0}
.resource-photo{margin:0 0 28px}
.resource-photo img{width:100%;height:300px;object-fit:cover;object-position:center 35%;border-radius:4px}
.resource-photo figcaption{padding-top:7px;font-size:.77rem;color:#526a78}
.resource-photo a{text-underline-offset:2px}
.eicr-panel .resource-photo{margin:-38px -38px 28px}
.eicr-panel .resource-photo img{height:310px;border-radius:0;object-position:center 34%}
.eicr-panel .resource-photo figcaption{padding-left:38px;padding-right:38px}
.commercial-photo{margin:34px 0 0}
.commercial-photo img{height:280px;object-position:center 38%}
.commercial-photo figcaption{color:#c7d9e3}
@media(max-width:860px){.eicr-panel .resource-photo{margin:-28px -28px 24px}.eicr-panel .resource-photo figcaption{padding-left:28px;padding-right:28px}.commercial-photo img{height:340px}}
.download-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.download-grid a{display:flex;flex-direction:column;gap:12px;min-height:205px;padding:24px;background:#fff;border:1px solid #cbdfe9;border-radius:8px;text-decoration:none;box-shadow:0 7px 20px #12334f08;transition:transform .18s,box-shadow .18s}
.download-grid a:hover,.download-grid a:focus-visible{transform:translateY(-3px);box-shadow:0 12px 28px #12334f19;border-color:#0077ae}
.download-language{font:800 1.45rem/1.2 Manrope,'DM Sans',sans-serif;color:#0b446d}
.download-grid strong{font-size:.97rem;line-height:1.4}
.download-meta{margin-top:auto;border-top:1px solid #d7e5ed;padding-top:12px;color:#546a77;font-size:.84rem;display:flex;justify-content:space-between}
.download-meta span{font-size:1.25rem;color:#0077ae;line-height:1}
@media(max-width:960px){.download-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.download-grid{grid-template-columns:1fr}.download-grid a{min-height:165px}.downloads-section .section-head{display:block}.downloads-section .section-head>p{max-width:none;margin-top:15px}}
/* Lighter KHM presentation and direct contact options. */
:root{--ink:#213945;--ink2:#31505d;--lime:#e7b75c;--lime2:#246d8a;--paper:#f5f8f8;--line:#d9e5e8;--muted:#556b75}
body{background:#f9fbfb}
.topline{background:#e9f0f2;color:#31505d;border-bottom:1px solid #dbe5e8}
.topline a{color:#175f7d}
.header{background:rgba(255,255,255,.91);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #dce6e9}
.header nav a:not(.nav-cta):hover{color:#1d7899}
.nav-cta,.button.primary{background:#e7b75c;color:#1b3441}
.nav-cta:hover,.button.primary:hover{background:#f0c775}
.hero{background:linear-gradient(130deg,#f0f7f8 0%,#f9fbfb 60%,#eef5f5 100%);color:var(--ink)}
.hero h1 em{color:#287c98}
.hero .kicker{color:#286d88}
.hero .line{background:#c79636}
.hero-copy{color:#526875}
.established{display:inline-flex;align-items:center;gap:10px;padding:7px 13px;margin:7px 0 0;border:1px solid #c9dce2;border-radius:100px;background:rgba(255,255,255,.72);color:#275066;font-size:.84rem;font-weight:800;letter-spacing:.01em}
.established span{color:#b8872c;font-size:1rem}
.hero-actions{margin-top:24px}
.button{border-radius:7px;gap:12px}
.hero .button.secondary{color:#244858;border-color:#a9c3cd;background:rgba(255,255,255,.55)}
.hero .button.secondary:hover{border-color:#387e99;background:#fff}
.button.whatsapp{background:#277f63;color:#fff;border-color:#277f63}
.button.whatsapp:hover{background:#1b6b52}
.button.whatsapp-outline{color:#206d54;border-color:#80b8a4;background:rgba(255,255,255,.45)}
.button.whatsapp-outline:hover{background:#e9f6ef;border-color:#318b6a}
.section-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.section-actions .dark-button{margin-top:0}
.hero-trust{border-color:#d3e1e5;margin-top:34px}
.hero-trust span{color:#526875}
.hero-trust a{color:#205f7a}
.google-hero .google-label{color:#306580}
.google-hero .hero-rating{color:#a36d08}
.hero-visual{background:#e7eff1;box-shadow:0 18px 44px #3753611f;border:1px solid #d8e5e8}
.slide img{background:#e7eff1}
.slide figcaption{color:#244454}
.slide figcaption span{color:#526a77}
.carousel-controls{color:#244454}
.carousel-controls button{background:rgba(255,255,255,.88);color:#244454;border-color:#c8d9df}
.carousel-controls button:hover{background:#fff;color:#145f7f}
.service-ribbon{background:rgba(255,255,255,.87);color:#234755;border-top:1px solid #dce7e9;border-bottom:1px solid #dce7e9}
.service-ribbon a{border-color:#dce7e9}
.service-ribbon span{color:#2b7894}
.google-primary{background:#eaf3f4}
.google-action{background:rgba(255,255,255,.84);backdrop-filter:blur(12px)}
.services,.electrical,.work,.area,.faq,.downloads-section{background:#fff}
.feature.dark{background:#e8f2f4;color:var(--ink)}
.feature.dark h2 em{color:#287c98}
.dark .feature-copy>p:not(.eyebrow){color:var(--muted)}
.dark .feature-copy li:before{color:#287c98}
.dark .text-link{color:#236c87;border-color:#d5a144}
.feature.light{background:#f7f9f9}
.feature-photo .photo-label{background:rgba(255,255,255,.9);color:#244454}
.eicr-section{background:#edf5f5}
.section-panel{background:rgba(255,255,255,.88);border-color:#d6e4e7;border-left-color:#5a9bb1}
.commercial-section{background:#f4f8f8;color:var(--ink)}
.commercial-section .eyebrow{color:#28718b}
.commercial-section .section-lead,.commercial-services p{color:var(--muted)}
.commercial-services,.commercial-services div{border-color:#d2e2e6}
.commercial-services span{color:#337c96}
.commercial-photo figcaption{color:#607783}
.contact{background:#eaf2f3;color:var(--ink)}
.contact .eyebrow{color:#28718b}
.contact p{color:#526875}
.contact-phone{color:#236d89}
.contact-alt a{color:#245f78}
.contact-whatsapp{margin:22px 0 14px}
.tradify-panel{box-shadow:0 18px 40px #29495816;border:1px solid #d9e5e8}
footer{background:#e1ecee;color:#2a4653}
.footer-grid p,.footer-bottom{color:#607580}
.footer-grid strong{color:#246b85}
.footer-bottom{border-color:#bdd1d7}
.mobile-actions{background:#fff}
.mobile-actions a{color:#234656;border-color:#d9e5e8}
.mobile-actions a:nth-child(2){color:#217858}
.mobile-actions a:last-child{background:#e7b75c;color:#1b3441}
@media(max-width:860px){nav{background:rgba(255,255,255,.97)}nav a{border-color:#e1eaed}}
@media(max-width:600px){.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button:first-child{grid-column:1/-1}.hero-actions .button{padding:12px 8px;font-size:.91rem}.section-actions{display:grid;grid-template-columns:1fr}.section-actions .button{width:100%}.mobile-actions{background:#fff}.service-ribbon a{border-color:#dce7e9}}
.trust-logos{margin-top:36px;padding-top:28px;border-top:1px solid #d2e2e6}
.trust-caption{display:block;font-size:.72rem;letter-spacing:.14em;font-weight:800;color:#57717d;margin-bottom:14px}
.trust-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.trust-logo{min-height:110px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.75);border:1px solid #d5e4e7;border-radius:9px;padding:20px}
.trust-logo img{display:block;max-width:100%;max-height:66px;width:auto;height:auto;object-fit:contain}
.trust-logo:nth-child(2) img{max-width:170px}
@media(max-width:600px){.trust-logos{margin-top:28px;padding-top:23px}.trust-logo-grid{gap:8px}.trust-logo{min-height:83px;padding:12px 8px}.trust-logo img{max-height:43px}.trust-logo:nth-child(2) img{max-width:92px}}
.trust-band{background:#fff;border-top:1px solid #dce7e9;border-bottom:1px solid #dce7e9;padding:23px 0 28px}
.trust-band .trust-logos{margin:0;padding:0;border:0;display:grid;grid-template-columns:210px 1fr;align-items:center;gap:26px}
.trust-band .trust-caption{margin:0;color:#315d70;line-height:1.4}
.trust-band .trust-logo-grid{gap:12px}
.trust-band .trust-logo{min-height:96px;background:#f8fbfb;border-color:#e0e9eb}
.niceic-wordmark{font:900 clamp(1.75rem,3vw,2.4rem)/1 Manrope,'DM Sans',sans-serif;letter-spacing:-.07em;color:#223942}
.niceic-wordmark::first-letter{color:#a5134a}
@media(max-width:860px){.trust-band .trust-logos{grid-template-columns:1fr;gap:13px}.trust-band .trust-caption{text-align:center}}
@media(max-width:600px){.trust-band{padding:17px 0 20px}.trust-band .trust-logo{min-height:75px}.niceic-wordmark{font-size:1.35rem}.trust-band .trust-logo-grid{gap:7px}}
/* Homepage alignment refinement. */
.header-inner{min-height:88px}
.brand{width:184px;height:80px}
.brand img{width:180px}
.header nav{gap:19px}
.header nav a{font-size:.86rem}
.hero-grid{min-height:490px;grid-template-columns:1.02fr .98fr;gap:5%}
.hero-content{padding:42px 0 30px}
.hero .kicker{margin-bottom:17px}
.hero h1{font-size:clamp(2.8rem,4vw,4.15rem);line-height:1.08;margin-bottom:20px}
.hero-copy{font-size:1rem;line-height:1.65;max-width:540px;margin-bottom:15px}
.established{margin:0}
.hero-actions{display:flex;gap:10px;flex-wrap:nowrap;margin-top:22px}
.hero-actions .button{white-space:nowrap;min-width:0;padding:12px 18px}
.hero-call{font-size:.9rem;color:#526875;margin:12px 0 0}
.hero-call a{font-weight:800;color:#236b88;text-underline-offset:3px}
.hero-trust{margin-top:24px;padding-top:18px}
.hero-visual{height:430px;margin:24px 0;box-shadow:0 15px 35px #3753611b}
.trust-band{padding:13px 0}
.trust-band .trust-logos{grid-template-columns:205px 1fr;gap:20px}
.trust-band .trust-caption{font-size:.72rem;line-height:1.5}
.trust-band .trust-logo-grid{gap:0}
.trust-band .trust-logo{background:transparent;border:0;border-left:1px solid #dce7e9;border-radius:0;min-height:72px;padding:8px 20px}
.trust-band .trust-logo:last-child{border-right:1px solid #dce7e9}
.trust-band .trust-logo img{max-height:55px}
.trust-band .trust-logo:nth-child(2) img{max-width:155px}
.niceic-wordmark{font-size:2.1rem}
@media(max-width:1100px){.header nav{gap:11px}.header nav a{font-size:.78rem}.brand{width:155px}.brand img{width:150px}.hero h1{font-size:clamp(2.7rem,4vw,3.85rem)}.hero-actions .button{padding:12px 14px;font-size:.9rem}}
@media(max-width:860px){.header-inner{min-height:78px}.brand{width:170px;height:74px}.brand img{width:166px}nav{top:78px}.header nav a{font-size:1rem}.hero-content{padding:43px 0 22px}.hero-visual{height:420px;margin:0 0 24px}.trust-band .trust-logos{grid-template-columns:1fr;gap:8px}.trust-band .trust-caption{text-align:center}.trust-band .trust-logo{min-height:75px}}
@media(max-width:600px){.header-inner{min-height:72px}.brand{width:160px;height:68px}.brand img{width:155px}nav{top:72px}.hero h1{font-size:clamp(2.55rem,10vw,3.4rem)}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hero-actions .button:first-child{grid-column:auto}.hero-actions .button{font-size:.88rem;padding:11px 8px}.hero-call{text-align:center}.hero-trust{margin-top:20px}.hero-visual{height:370px}.trust-band .trust-logo-grid{gap:0}.trust-band .trust-logo{min-height:64px;padding:8px 4px}.trust-band .trust-logo img{max-height:42px}.trust-band .trust-logo:nth-child(2) img{max-width:95px}.niceic-wordmark{font-size:1.3rem}}
/* Centred trade marks and paired customer ratings. */
.hero{background:linear-gradient(135deg,#e5f2f0 0%,#edf5f5 48%,#d9e9e8 100%);color:#183443}
.hero-grid{align-items:center}
.hero .kicker{color:#28718b}
.hero .line{background:#bc914a}
.hero-trust{border-color:#c2d8d8}
.hero-trust span{color:#526d76}
.hero-trust a{color:#205e78}
.trust-band{background:#f8fbfa;padding:23px 0 25px}
.trust-band .trust-logos{display:flex;flex-direction:column;gap:13px;text-align:center}
.trust-band .trust-caption{font-size:.76rem;letter-spacing:.16em}
.trust-band .trust-logo-grid{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:0}
.trust-band .trust-logo{min-height:77px;padding:8px 12px;border:0;border-left:1px solid #dce7e9}
.trust-band .trust-logo:last-child{border-right:1px solid #dce7e9}
.trust-band .trust-logo img{max-height:55px}
.trust-band .trust-logo:nth-child(2) img{max-width:140px}
.niceic-wordmark{font-size:clamp(1.25rem,2.15vw,2rem)}
.trustmark-wordmark{color:#385d31;font:800 clamp(1.22rem,2vw,1.9rem)/1.1 Manrope,sans-serif;letter-spacing:-.065em}
.partp-wordmark{display:flex;flex-direction:column;align-items:center;line-height:1.1;color:#234b5e}
.partp-wordmark strong{font:800 clamp(1.35rem,2.25vw,2.1rem)/1 Manrope,sans-serif;letter-spacing:-.06em}
.partp-wordmark small{font-size:.58rem;font-weight:800;letter-spacing:.11em;margin-top:6px}
.google-primary{background:#e5f0ef}
.review-section-inner{text-align:center}
.review-intro{max-width:600px;margin:0 auto 25px}
.review-intro h2{margin-bottom:10px}
.review-intro p:last-child{color:#526875;margin:0}
.review-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:920px;margin-inline:auto}
.review-platforms .google-action{height:100%;align-items:center;text-align:center;padding:26px 25px;gap:9px}
.review-platforms .google-rating{justify-content:center}
.review-platforms .review-total{min-height:3.8em}
.review-platforms .button{margin-top:auto}
.checkatrade-word{font:800 1.7rem/1.15 Manrope,sans-serif;color:#137b85;letter-spacing:-.06em}
.google-rating .rating-denominator{font-size:.47em;letter-spacing:-.04em;color:#426474}
@media(max-width:860px){.trust-band .trust-logo-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.trust-band .trust-logo{padding:8px 6px}.trust-band .trust-logo img{max-width:100%}}
@media(max-width:600px){.hero{background:linear-gradient(155deg,#e7f2f0,#d8e9e7)}.trust-band .trust-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:8px}.trust-band .trust-logo{min-height:58px;border:0;border-right:1px solid #dce7e9;padding:6px 4px}.trust-band .trust-logo:nth-child(3){border-right:0}.trust-band .trust-logo:nth-child(4){grid-column:1/2}.trust-band .trust-logo:last-child{grid-column:2/4;justify-content:flex-start;padding-left:15%}.trust-band .trust-logo img{max-height:40px}.trustmark-wordmark{font-size:1.25rem}.partp-wordmark strong{font-size:1.35rem}.review-platforms{grid-template-columns:1fr}.review-platforms .review-total{min-height:0}.review-platforms .button{width:100%}}
/* Stronger homepage colour, centred marks, paired ratings. */
.hero{background:linear-gradient(135deg,#b9d5d3 0%,#c9dedd 43%,#9dbfc3 100%);color:#173846}
.hero-copy{color:#34545e}
.hero .kicker,.hero h1 em{color:#195f77}
.hero-visual{box-shadow:0 18px 40px #1d404d40}
.hero-ratings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;max-width:475px;padding-top:15px}
.hero-ratings a{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;color:#205769;gap:3px;min-width:0;padding-right:16px}
.hero-ratings a+a{border-left:1px solid #9ab8bc;padding-left:20px}
.hero-ratings a:hover span:last-child{text-decoration:underline}
.hero-ratings .hero-platform{font-size:.85rem;font-weight:800;color:#254c59}
.hero-ratings strong{font:800 1.32rem/1.2 Manrope,sans-serif;color:#173846}
.hero-ratings a span:last-child{font-size:.78rem;color:#315c68}
.trust-band{background:#e0ebea;border-color:#bfd1d1}
.trust-band .trust-logo-grid{max-width:1020px;margin-inline:auto}
.trust-band .trust-logo{justify-content:center}
.google-primary{background:#d8e8e6}
@media(max-width:600px){.hero{background:linear-gradient(155deg,#bdd6d3,#9dbfc1)}.trust-band .trust-logo-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 0}.trust-band .trust-logo{flex:0 0 33.333%;border:0!important;min-height:65px;padding:6px!important;justify-content:center!important}.trust-band .trust-logo:nth-child(4),.trust-band .trust-logo:nth-child(5){flex-basis:40%}.hero-ratings{max-width:none}.hero-ratings a+a{padding-left:14px}}
/* Supplied KHM logo on its native dark field. */
.header{background:#181818;color:#f5f7f5;border-bottom-color:#333;backdrop-filter:none;-webkit-backdrop-filter:none}
.header-inner{min-height:108px}
.brand{width:190px;height:106px;overflow:hidden;flex-shrink:0;justify-content:center}
.brand img{width:190px;height:auto;max-width:none;filter:none}
.header nav a:not(.nav-cta):hover{color:#a8e93b}
footer{background:#181818;color:#e3e8e5}
.footer-grid img{width:230px;border-radius:0}
.footer-grid p,.footer-bottom{color:#c0cbc5}
.footer-grid strong{color:#b5ed61}
.footer-bottom{border-color:#3c4740}
@media(max-width:860px){.header-inner{min-height:93px}.brand{width:166px;height:91px}.brand img{width:166px}nav{top:93px;background:#fff;color:#183443}.menu-button{color:#f5f7f5;border-color:#657267}}
@media(max-width:600px){.header-inner{min-height:86px}.brand{width:150px;height:84px}.brand img{width:150px}nav{top:86px}}
