/* Royal Pro Heating v2.2.0 public stylesheet bundle. Source order preserved exactly. */

/* === locked-homepage.css === */
:root{
  --navy:#071a33;--navy-2:#0b2848;--navy-3:#123b63;--blue:#0868d8;--blue-2:#18a1ff;--red:#e91c2b;--red-dark:#c81220;--gold:#f4b600;--ink:#07182f;--muted:#607086;--line:#dbe4ee;--soft:#f3f7fc;--soft-blue:#eaf3ff;--white:#fff;--container:min(1280px,calc(100% - 40px));--shadow:0 18px 50px rgba(6,31,58,.12);--shadow-lg:0 28px 80px rgba(3,23,46,.18)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;left:12px;top:-80px;background:#fff;color:#000;padding:12px 18px;z-index:9999;border-radius:8px}.skip-link:focus{top:12px}.eyebrow{display:inline-block;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.11em;color:var(--blue)}.eyebrow.light{color:#7cc9ff}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:13px;font-weight:900;border:1px solid transparent;transition:.22s}.btn:hover{transform:translateY(-2px)}.btn-red{background:linear-gradient(135deg,var(--red),#ff3844);color:#fff;box-shadow:0 12px 30px rgba(233,28,43,.3)}.btn-red:hover{background:var(--red-dark)}.btn-blue{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff}.btn-white{background:#fff;color:var(--navy)}.btn-glass,.btn-outline-light{border-color:rgba(255,255,255,.44);color:#fff;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.btn-compact{min-height:46px;padding:0 19px;border-radius:999px;font-size:13px}.text-link{font-weight:900;color:var(--blue)}.light-link{color:#fff}.section-pad{padding:100px 0}.soft-section{background:var(--soft)}.navy-section{background:var(--navy);color:#fff}.dark-section{background:linear-gradient(135deg,#031326,#0b3154);color:#fff}.section-header{margin-bottom:42px}.split-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:80px;align-items:end}.section-header h2{font-size:clamp(38px,4.1vw,64px);line-height:.98;letter-spacing:-.05em;margin:12px 0 0;max-width:900px}.section-header p{color:var(--muted);font-size:17px;margin:0}.navy-section .section-header p,.dark-section .section-header p{color:#c6d6e7}.centered-heading{text-align:center;max-width:850px;margin:0 auto 50px}.centered-heading p{margin-top:14px}.site-header{position:relative;z-index:1000;background:#fff}.utility-bar{background:var(--navy);color:#e8f2fc;font-size:12px}.utility-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:24px}.utility-left,.utility-right{display:flex;align-items:center;gap:13px}.utility-right a{color:#d8e5f1;font-weight:700}.live-dot{width:8px;height:8px;border-radius:50%;background:#36df83;box-shadow:0 0 0 4px rgba(54,223,131,.12)}.utility-divider{opacity:.45}.brand-bar{background:#fff;border-bottom:1px solid #edf1f5}.brand-grid{min-height:100px;display:grid;grid-template-columns:310px 1fr auto;gap:24px;align-items:center}.brand img{width:285px}.regional-phones{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch}.regional-phones a{padding:4px 20px;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.regional-phones span,.header-call small{font-size:10px;text-transform:uppercase;font-weight:900;color:#607087;letter-spacing:.04em}.regional-phones strong{font-size:16px;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:16px}.header-call{display:flex;align-items:center;gap:10px}.header-call i{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-style:normal;font-size:20px}.header-call span{display:flex;flex-direction:column}.header-call strong{font-size:15px;white-space:nowrap}.menu-toggle{display:none}.primary-nav{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 20px rgba(4,31,60,.04)}.nav-shell{display:flex;align-items:stretch;min-height:64px}.nav-link,.nav-trigger,.book-nav{display:flex;align-items:center;justify-content:center;min-height:64px;padding:0 14px;font-size:13px;font-weight:900;color:#0b1d34;white-space:nowrap}.nav-link.active{color:var(--blue);background:#edf5ff}.nav-link:hover,.nav-trigger:hover{color:var(--blue)}.nav-item{position:relative}.nav-trigger{border:0;background:transparent;cursor:pointer;gap:6px}.nav-trigger span{font-size:12px}.book-nav{margin-left:auto;background:var(--blue);color:#fff;padding:0 24px}.submenu{position:absolute;top:calc(100% + 10px);left:0;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;z-index:100}.nav-item.open>.submenu,.nav-item:hover>.submenu,.nav-item:focus-within>.submenu{opacity:1;visibility:visible;transform:none}.compact-menu{width:330px;padding:10px}.compact-menu a{display:flex;flex-direction:column;padding:14px;border-radius:10px}.compact-menu a:hover{background:var(--soft-blue)}.compact-menu strong{font-size:14px}.compact-menu small{font-size:12px;color:var(--muted);margin-top:3px}.right-menu{left:auto;right:0}.mega-menu{position:fixed;top:202px;left:50%;transform:translate(-50%,10px);width:min(1260px,calc(100vw - 32px));max-height:calc(100vh - 220px);overflow:auto;padding:26px;display:grid;grid-template-columns:1.25fr .8fr .95fr 1.2fr;gap:26px}.nav-item.open>.mega-menu,.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{transform:translate(-50%,0)}.mega-intro{background:linear-gradient(145deg,var(--navy),#114a78);color:#fff;border-radius:18px;padding:28px;align-self:start}.mega-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#73c7ff;font-weight:900}.mega-intro h2{font-size:29px;line-height:1.04;margin:12px 0}.mega-intro p{color:#c6d9eb;font-size:14px}.mega-call{display:inline-block;margin-top:20px;color:#fff;font-weight:900}.mega-column{display:flex;flex-direction:column;align-items:flex-start}.mega-column h3{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin:4px 0 10px}.mega-column h3.spaced{margin-top:25px}.mega-column a{width:100%;padding:7px 8px;border-radius:7px;font-size:13px;color:#33465d}.mega-column a:hover{background:var(--soft-blue);color:var(--blue)}.guide-links a{line-height:1.35}.hero{position:relative;background:var(--navy);color:#fff;overflow:hidden;padding:90px 0 0}.hero-media{position:absolute;inset:0 0 0 0;background:linear-gradient(90deg,rgba(3,21,42,.98) 0%,rgba(3,26,50,.91) 44%,rgba(4,31,59,.58) 72%,rgba(3,20,40,.78) 100%),url('../images/slide-a-a.webp') center/cover no-repeat}.hero-media:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(11,123,232,.25),transparent 32%)}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.62fr);gap:70px;align-items:center}.hero-copy{padding:30px 0 80px}.hero h1{font-size:clamp(56px,6.2vw,92px);line-height:.92;letter-spacing:-.065em;margin:18px 0 24px;max-width:880px}.hero-copy>p{font-size:20px;color:#d7e5f2;max-width:760px}.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:30px 0}.hero-proof-list{display:flex;flex-wrap:wrap;gap:11px 24px;padding:0;margin:26px 0 0;list-style:none;color:#dbe8f4;font-size:13px;font-weight:750}.hero-proof-list li:before{content:"✓";color:#5ee49a;margin-right:8px}.hero-panel{background:rgba(255,255,255,.97);color:var(--ink);border-radius:24px;padding:30px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.65)}.panel-status{display:flex;align-items:center;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#456077}.panel-status span{width:8px;height:8px;border-radius:50%;background:#39d67f;box-shadow:0 0 0 4px rgba(57,214,127,.12)}.hero-panel h2{font-size:32px;line-height:1.02;letter-spacing:-.04em;margin:12px 0}.hero-panel>p{color:var(--muted);font-size:14px}.need-options{display:grid;gap:9px;margin:22px 0}.need-options a{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:12px;transition:.2s}.need-options a:hover{border-color:#8fc2f7;background:var(--soft-blue)}.need-options i{width:34px;height:34px;border-radius:10px;background:var(--navy);color:#fff;display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:900}.need-options strong,.need-options small{display:block}.need-options small{color:var(--muted);font-size:11px}.panel-phone{border-top:1px solid var(--line);padding-top:15px;display:flex;justify-content:space-between;align-items:center}.panel-phone span{font-size:11px;text-transform:uppercase;color:var(--muted);font-weight:900}.panel-phone a{font-weight:950;color:var(--blue);font-size:18px}.hero-stats{position:relative;z-index:2;background:#fff;color:var(--ink);border-radius:22px 22px 0 0;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:0 -16px 50px rgba(0,0,0,.16)}.hero-stats div{padding:25px 28px;border-right:1px solid var(--line)}.hero-stats div:last-child{border-right:0}.hero-stats strong,.hero-stats span{display:block}.hero-stats strong{font-size:19px}.hero-stats span{font-size:12px;color:var(--muted)}.trust-band{padding:58px 0;background:#fff}.trust-band-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:65px;align-items:center}.trust-band-copy h2{font-size:30px;line-height:1.1;letter-spacing:-.035em;margin:10px 0 0}.credential-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.credential-grid a{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff;min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;box-shadow:0 10px 28px rgba(4,32,60,.05)}.credential-grid img{max-height:54px;width:auto}.credential-grid span{font-size:11px;font-weight:850;color:#56677b;text-align:center}.service-overview{background:var(--soft)}.nine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 14px 38px rgba(4,31,60,.07);transition:.25s}.service-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(4,31,60,.14)}.service-image{position:relative;height:225px;background:#fff;overflow:hidden}.featured-card .service-image{height:270px}.service-image img{width:100%;height:100%;object-fit:cover}.service-image span{position:absolute;right:18px;bottom:16px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900}.service-card-body{padding:24px}.service-card-body h3{font-size:24px;line-height:1.05;margin:0 0 10px}.service-card-body p{color:var(--muted);margin:0 0 18px}.service-card-body>a{color:var(--blue);font-weight:900}.keyword-chips{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 17px}.keyword-chips span{background:var(--soft-blue);color:#244c75;padding:6px 8px;border-radius:999px;font-size:10px;font-weight:800}.icon-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7fbff,#e8f3ff)}.thermostat-art{font-size:32px;letter-spacing:6px;color:var(--gold)}.intent-layout{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.intent-copy h2{font-size:clamp(42px,4.2vw,66px);line-height:.98;letter-spacing:-.055em;margin:14px 0}.intent-copy>p{color:#bfd2e4;max-width:650px}.intent-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.intent-tab{border:1px solid rgba(255,255,255,.24);background:transparent;color:#fff;border-radius:999px;padding:11px 18px;font-weight:900;cursor:pointer}.intent-tab.active{background:#fff;color:var(--navy)}.intent-panel{background:#fff;color:var(--ink);border-radius:24px;padding:35px;position:relative;box-shadow:var(--shadow-lg)}.intent-number{position:absolute;right:26px;top:24px;font-size:48px;line-height:1;color:#d9e8f6;font-weight:950}.intent-panel h3{font-size:32px;line-height:1.03;margin:0 0 12px;padding-right:70px}.intent-panel p,.intent-panel li{color:var(--muted)}.intent-panel ul{padding-left:20px;margin:20px 0 26px}.proof-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:80px;align-items:center}.proof-visual{position:relative}.proof-visual img{width:100%;min-height:460px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow-lg)}.visual-badge{position:absolute;right:-20px;bottom:28px;background:#fff;padding:18px 22px;border-radius:15px;box-shadow:var(--shadow)}.visual-badge strong,.visual-badge span{display:block}.visual-badge span{font-size:12px;color:var(--muted)}.proof-content h2{font-size:clamp(42px,4.2vw,64px);line-height:.98;letter-spacing:-.055em;margin:13px 0}.proof-content>p{font-size:17px;color:var(--muted)}.proof-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:27px}.proof-feature-grid div{border:1px solid var(--line);border-radius:15px;padding:18px}.proof-feature-grid i{display:block;color:var(--red);font-style:normal;font-size:11px;font-weight:900}.proof-feature-grid strong,.proof-feature-grid span{display:block}.proof-feature-grid span{font-size:12px;color:var(--muted);margin-top:4px}.project-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:repeat(2,280px);gap:18px}.project-grid article{position:relative;overflow:hidden;border-radius:20px;background:var(--navy)}.project-grid article img{width:100%;height:100%;object-fit:cover;transition:.3s}.project-grid article:hover img{transform:scale(1.04)}.project-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(3,18,35,.9))}.project-grid article>div{position:absolute;left:22px;right:22px;bottom:20px;color:#fff;z-index:1}.project-grid span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#7fc9ff;font-weight:900}.project-grid h3{margin:6px 0 0;font-size:22px;line-height:1.05}.project-grid a{display:inline-block;margin-top:10px;font-weight:900}.project-large{grid-row:1/3}.project-large h3{font-size:32px}.rebate-layout{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.rebate-image img{width:100%;border-radius:24px;box-shadow:var(--shadow)}.rebate-copy h2{font-size:clamp(40px,4vw,62px);line-height:.98;letter-spacing:-.05em;margin:12px 0}.rebate-copy p{color:var(--muted);font-size:17px}.rebate-actions{display:flex;align-items:center;gap:24px;margin-top:28px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-grid>div{border:1px solid rgba(255,255,255,.17);border-radius:18px;padding:26px;background:rgba(255,255,255,.04)}.process-grid b{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--red);font-size:13px}.process-grid h3{font-size:21px;margin:22px 0 8px}.process-grid p{color:#c5d6e7;font-size:14px}.twelve-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.area-grid a{border:1px solid var(--line);border-radius:16px;padding:21px;background:#fff;box-shadow:0 8px 22px rgba(4,31,60,.04);transition:.2s}.area-grid a:hover{transform:translateY(-4px);border-color:#99c5f2}.area-grid strong,.area-grid span{display:block}.area-grid strong{color:var(--blue);font-size:18px}.area-grid span{color:var(--muted);font-size:12px;margin-top:7px}.review-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}.review-intro h2{font-size:clamp(42px,4vw,60px);line-height:.98;letter-spacing:-.05em;margin:13px 0}.review-intro p{color:#bed0e2;margin-bottom:26px}.review-cards{display:grid;grid-template-columns:1fr 1fr;gap:15px}.review-cards blockquote{margin:0;background:#fff;color:var(--ink);border-radius:18px;padding:24px;min-height:215px}.review-cards blockquote span{color:var(--gold);letter-spacing:3px}.review-cards blockquote p{font-size:15px}.review-cards cite{font-style:normal;color:var(--muted);font-size:11px;font-weight:850}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.resource-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 32px rgba(4,31,60,.06)}.resource-grid img{width:100%;height:220px;object-fit:cover}.resource-grid article>div{padding:24px}.resource-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--red);font-weight:900}.resource-grid h3{font-size:24px;line-height:1.08;margin:8px 0}.resource-grid p{color:var(--muted)}.resource-grid a{color:var(--blue);font-weight:900}.brand-expertise-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.brand-expertise-layout h2{font-size:clamp(40px,4vw,60px);line-height:.98;letter-spacing:-.05em;margin:12px 0}.brand-expertise-layout p{color:var(--muted)}.brand-link-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.brand-link-grid a{border:1px solid var(--line);border-radius:16px;padding:22px;background:linear-gradient(135deg,#fff,#f7fbff)}.brand-link-grid strong,.brand-link-grid span{display:block}.brand-link-grid strong{font-size:20px}.brand-link-grid span{font-size:12px;color:var(--blue);margin-top:7px;font-weight:850}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:75px}.faq-layout h2{font-size:clamp(40px,4vw,60px);line-height:.98;letter-spacing:-.05em;margin:12px 0}.faq-layout>div:first-child p{color:var(--muted)}.faq-list{display:grid;gap:11px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:0 20px}.faq-list summary{cursor:pointer;padding:20px 35px 20px 0;font-weight:900;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:2px;top:16px;font-size:24px;color:var(--blue)}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);padding:0 0 20px;margin:0}.estimate-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}.estimate-copy h2{font-size:clamp(42px,4vw,64px);line-height:.98;letter-spacing:-.05em;margin:12px 0}.estimate-copy>p{color:var(--muted);font-size:17px}.contact-route-grid{display:grid;gap:9px;margin:25px 0}.contact-route-grid a{background:var(--soft-blue);border-radius:12px;padding:13px 15px;display:flex;justify-content:space-between}.contact-route-grid span{font-size:11px;text-transform:uppercase;color:var(--muted);font-weight:900}.contact-route-grid strong{color:var(--blue)}.check-list{padding:0;list-style:none}.check-list li{margin:9px 0;color:#4c5f75}.check-list li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:9px}.estimate-form{border:1px solid var(--line);border-radius:24px;padding:30px;background:#fff;box-shadow:var(--shadow-lg)}.form-top,.form-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px}.form-top{padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:20px}.form-top span{font-size:14px;text-transform:uppercase;color:var(--red);font-weight:900}.form-top strong,.form-bottom p{font-size:11px;color:var(--muted)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field-grid label{display:flex;flex-direction:column;gap:7px}.field-grid label span{font-size:11px;text-transform:uppercase;color:#53657a;font-weight:900}.field-full{grid-column:1/3}.field-grid input,.field-grid select,.field-grid textarea{width:100%;border:1px solid #cbd7e3;border-radius:11px;padding:13px 14px;color:var(--ink);background:#fff}.field-grid input:focus,.field-grid select:focus,.field-grid textarea:focus{outline:3px solid rgba(8,104,216,.13);border-color:var(--blue)}.form-bottom{margin-top:20px}.prefooter-cta{background:linear-gradient(135deg,var(--red),#b80717);color:#fff;padding:50px 0}.prefooter-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.prefooter-inner span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.prefooter-inner h2{font-size:40px;line-height:1;margin:8px 0}.prefooter-inner p{margin:0;color:#ffdce0}.prefooter-inner>div:last-child{display:flex;gap:12px}.site-footer{background:#06172d;color:#fff}.footer-main{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:45px;padding:70px 0}.footer-company img{width:250px;filter:brightness(0) invert(1);mix-blend-mode:screen}.footer-company p{color:#b9c8d8;max-width:390px}.footer-contact{display:flex;flex-direction:column;gap:7px}.footer-contact a{color:#fff;font-size:13px}.footer-column{display:flex;flex-direction:column;gap:9px}.footer-column h3{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#7cc9ff;margin:0 0 8px}.footer-column a{color:#c5d2df;font-size:13px}.footer-column a:hover{color:#fff}.footer-area-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px}.bbb-footer{border-top:1px solid rgba(255,255,255,.12);background:#0a213d;padding:30px 0}.bbb-footer-grid{display:grid;grid-template-columns:190px 1fr auto;gap:30px;align-items:center}.bbb-footer img{max-height:54px;width:auto}.bbb-footer strong{display:block;font-size:14px}.bbb-footer p{color:#b7c7d7;font-size:12px;margin:7px 0 0}.bbb-footer a{font-weight:900;color:#8fd2ff;white-space:nowrap}.footer-legal{border-top:1px solid rgba(255,255,255,.08)}.footer-legal .container{min-height:48px;display:flex;align-items:center;justify-content:space-between;color:#8197ac;font-size:11px}.mobile-actions{display:none}
@media(max-width:1180px){.brand-grid{grid-template-columns:260px 1fr auto}.brand img{width:240px}.regional-phones a{padding:4px 13px}.regional-phones strong{font-size:14px}.header-call{display:none}.nav-link,.nav-trigger{padding:0 9px;font-size:11.5px}.book-nav{padding:0 16px}.mega-menu{top:202px;grid-template-columns:1fr 1fr 1fr}.mega-intro{grid-column:1/4}.footer-main{grid-template-columns:1.3fr repeat(3,1fr)}.footer-area-column{grid-column:2/4}}
@media(max-width:960px){body{padding-bottom:64px}.utility-right,.regional-phones,.header-actions{display:none}.brand-grid{min-height:78px;grid-template-columns:1fr auto}.brand img{width:235px}.menu-toggle{display:flex;width:52px;height:52px;border:1px solid var(--line);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px}.menu-toggle span{width:23px;height:2px;background:var(--ink)}.menu-toggle b{font-size:9px;text-transform:uppercase}.primary-nav{display:none;position:absolute;left:0;right:0;top:116px;box-shadow:var(--shadow-lg);max-height:calc(100vh - 120px);overflow:auto}.primary-nav.open{display:block}.nav-shell{display:block;padding:12px 18px 24px}.nav-link,.nav-trigger,.book-nav{width:100%;min-height:52px;justify-content:space-between;border-bottom:1px solid var(--line);font-size:13px;padding:0 10px}.book-nav{margin:12px 0 0;border-radius:12px;justify-content:center}.nav-item{display:block}.submenu,.mega-menu{position:static!important;width:auto!important;max-height:none!important;transform:none!important;opacity:1;visibility:visible;display:none!important;border:0;box-shadow:none;padding:8px 12px;background:var(--soft)}.nav-item.open>.submenu{display:grid!important}.mega-menu{grid-template-columns:1fr}.mega-intro{grid-column:auto}.compact-menu a{padding:12px}.hero{padding-top:65px}.hero-layout,.trust-band-grid,.intent-layout,.proof-layout,.rebate-layout,.review-layout,.brand-expertise-layout,.faq-layout,.estimate-layout{grid-template-columns:1fr}.hero-copy{padding-bottom:10px}.hero h1{font-size:64px}.hero-panel{margin-bottom:30px}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats div:nth-child(2){border-right:0}.credential-grid{grid-template-columns:repeat(3,1fr)}.nine-grid{grid-template-columns:1fr 1fr}.split-heading{grid-template-columns:1fr;gap:20px}.project-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 240px 240px}.project-large{grid-column:1/3;grid-row:auto}.process-grid,.twelve-grid{grid-template-columns:1fr 1fr}.review-cards{grid-template-columns:1fr 1fr}.resource-grid{grid-template-columns:1fr 1fr}.resource-grid article:last-child{grid-column:1/3}.footer-main{grid-template-columns:1.3fr 1fr 1fr}.footer-company{grid-column:1/4}.footer-area-column{grid-column:auto}.bbb-footer-grid{grid-template-columns:150px 1fr}.bbb-footer-grid>a{grid-column:2}.mobile-actions{position:fixed;z-index:2000;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -12px 35px rgba(0,0,0,.12)}.mobile-actions a{padding:14px 4px;text-align:center;font-size:12px;font-weight:900}.mobile-actions a:nth-child(2){background:var(--red);color:#fff}}
@media(max-width:640px){:root{--container:min(100% - 26px,1280px)}.utility-left span:last-child,.utility-divider{display:none}.brand img{width:205px}.hero{padding-top:45px}.hero h1{font-size:47px}.hero-copy>p{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .text-link{text-align:center}.hero-proof-list{display:grid}.hero-panel{padding:22px}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats div{padding:17px}.trust-band,.section-pad{padding:68px 0}.credential-grid{grid-template-columns:1fr}.nine-grid,.process-grid,.twelve-grid,.review-cards,.resource-grid,.brand-link-grid{grid-template-columns:1fr}.featured-card .service-image,.service-image{height:230px}.proof-feature-grid{grid-template-columns:1fr}.visual-badge{right:12px}.project-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.project-large{grid-column:auto}.project-grid article{height:250px}.project-large{height:360px!important}.rebate-actions,.prefooter-inner,.prefooter-inner>div:last-child,.form-top,.form-bottom{align-items:stretch;flex-direction:column}.prefooter-inner h2{font-size:34px}.field-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.footer-main{grid-template-columns:1fr 1fr;gap:32px}.footer-company{grid-column:1/3}.footer-area-column{grid-column:1/3}.bbb-footer-grid{grid-template-columns:1fr;text-align:center}.bbb-footer img{margin:auto}.bbb-footer-grid>a{grid-column:auto}.footer-legal .container{min-height:68px;flex-direction:column;justify-content:center;gap:5px;text-align:center}.section-header h2,.intent-copy h2,.proof-content h2,.rebate-copy h2,.review-intro h2,.brand-expertise-layout h2,.faq-layout h2,.estimate-copy h2{font-size:39px}}

/* Global top spacing: approved single-purpose hotfix. */
.site-header{margin-top:14px}


/* Authorized v1.8 icon-card, review, location and reference-footer upgrade. */
.rph-reference-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:70px;align-items:end}
.rph-reference-heading h2{margin:10px 0 0}.rph-reference-heading>p,.rph-reference-heading .section-side-copy p{margin:0;color:var(--muted)}
.rph-reference-heading .section-side-copy{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end}
.rph-dark-button{background:var(--navy);color:#fff;border-radius:8px;min-height:48px;padding-inline:22px;white-space:nowrap}.rph-dark-button:hover{background:var(--blue);color:#fff}
.rph-icon-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.rph-icon-service-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:280px;padding:30px 22px 24px;background:#fff;border:1px solid #e8edf3;border-radius:8px;box-shadow:0 10px 28px rgba(7,24,47,.07);transition:.22s}
.rph-icon-service-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(7,24,47,.12)}
.rph-service-icon{width:76px;height:76px;display:grid;place-items:center;margin-bottom:12px}.rph-service-icon img{width:64px;height:64px;object-fit:contain}
.rph-icon-service-card:nth-child(6n+1) .rph-service-icon{color:#168bd0}.rph-icon-service-card:nth-child(6n+2) .rph-service-icon{color:#e5202f}.rph-icon-service-card:nth-child(6n+3) .rph-service-icon{color:#14a6a5}.rph-icon-service-card:nth-child(6n+4) .rph-service-icon{color:#78b82a}.rph-icon-service-card:nth-child(6n+5) .rph-service-icon{color:#8b35a8}.rph-icon-service-card:nth-child(6n+6) .rph-service-icon{color:#f06722}
.rph-icon-service-card h3{font-size:19px;line-height:1.15;margin:0}.rph-icon-service-card>span{width:38px;height:2px;background:currentColor;opacity:.55;margin:14px 0}.rph-icon-service-card p{color:var(--muted);font-size:14px;margin:0 0 18px}.rph-icon-service-card a{margin-top:auto;color:var(--blue);font-size:13px;font-weight:900}
.rph-why-section{background:#fff}.rph-confidence-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}
.rph-confidence-grid article{text-align:center;padding:8px 28px 18px;border-right:1px solid var(--line)}.rph-confidence-grid article:last-child{border-right:0}
.rph-confidence-icon{width:84px;height:84px;margin:0 auto 15px;border-radius:50%;display:grid;place-items:center;background:#eef8ff;color:#0f9bd7}.rph-confidence-grid article:nth-child(2) .rph-confidence-icon{color:var(--red)}.rph-confidence-grid article:nth-child(4) .rph-confidence-icon{color:#0f9bd7}
.rph-confidence-icon img{width:48px;height:48px}.rph-confidence-grid h3{font-size:17px;line-height:1.2;margin:0 0 10px}.rph-confidence-grid p{font-size:13px;color:var(--muted);margin:0}
.rph-modern-reviews{background:#fff;color:var(--ink)}.rph-review-layout{display:grid;grid-template-columns:.72fr 1.78fr;gap:54px;align-items:center}.rph-modern-reviews .review-intro h2{font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.045em;margin:10px 0 18px}.rph-modern-reviews .review-intro p{color:var(--muted)}
.rph-google-review-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.rph-google-review-cards blockquote{margin:0;background:#fff;border:1px solid #e7ecf2;border-radius:10px;padding:24px;box-shadow:0 10px 30px rgba(6,31,58,.08);min-height:230px;display:flex;flex-direction:column}
.rph-review-top{display:flex;align-items:center;gap:12px}.rph-review-top>img{width:26px;height:26px;color:var(--red)}.rph-review-top span{color:#f7b500;letter-spacing:.14em;font-size:14px}.rph-google-review-cards blockquote>p{font-size:14px;color:#42536a;line-height:1.65}.rph-google-review-cards footer{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:20px}.rph-google-review-cards cite{font-style:normal;font-weight:800;font-size:13px}.rph-google-review-cards footer img{width:24px;height:24px}
.rph-location-section{background:#f5f9ff;padding-top:38px;padding-bottom:38px}.rph-home-area-grid{margin-top:24px}.rph-location-banner{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;background:linear-gradient(100deg,#edf7ff,#fff);border:1px solid #d8e8f7;border-radius:12px;padding:26px 30px;box-shadow:0 10px 28px rgba(7,39,70,.08)}.rph-location-banner:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(7,39,70,.12)}
.rph-location-icon{width:82px;height:82px;display:grid;place-items:center;color:#168bd0}.rph-location-icon img{width:68px;height:68px}.rph-location-copy h2{font-size:28px;margin:2px 0 5px}.rph-location-copy p{margin:0;color:var(--muted);font-size:14px}.rph-location-button{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;border-radius:8px;min-height:48px}
.site-footer.rph-reference-footer{background:#052652}.rph-reference-footer-grid{grid-template-columns:1.2fr .72fr .85fr 1fr 1.05fr;gap:34px;padding:58px 0 48px}.rph-reference-footer .footer-company img{width:220px}.rph-reference-footer .footer-company p{max-width:260px;font-size:13px;line-height:1.65;color:#cbd8e7}.rph-footer-social{display:flex;gap:10px;margin-top:20px}.rph-footer-social a,.rph-footer-social span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.25)}.rph-footer-social span{opacity:.42}.rph-footer-social img{width:17px!important;height:17px!important;filter:none!important;mix-blend-mode:normal!important}
.rph-reference-footer .footer-column h3{color:#fff;font-size:12px}.rph-reference-footer .footer-column a{font-size:12px;line-height:1.35}.rph-footer-contact-info>a,.rph-footer-contact-info>div{display:grid;grid-template-columns:22px 1fr;gap:9px;align-items:start;color:#d1dceb;font-size:12px}.rph-footer-contact-info img{width:17px;height:17px;margin-top:1px}.rph-footer-contact-info small{display:block;color:#9fb2c8;margin-top:2px}.rph-footer-contact-info>div{color:#ff3c4b;margin-top:5px;font-weight:800}.rph-footer-estimate p{font-size:12px;color:#cbd8e7;margin:0 0 18px}.rph-footer-estimate .btn{min-height:44px;padding:0 15px;border-radius:7px;font-size:11px;text-align:center}.rph-reference-footer .footer-legal{border-top:1px solid rgba(255,255,255,.14)}.rph-reference-legal{min-height:58px!important;display:grid!important;grid-template-columns:1fr auto 1fr;gap:18px}.rph-reference-legal>span:last-child{text-align:right}.rph-reference-legal a{color:#cbd8e7}.rph-reference-legal i{font-style:normal;margin:0 9px;color:#627b98}
@media(max-width:1180px){.rph-confidence-grid{grid-template-columns:repeat(3,1fr);gap:24px}.rph-confidence-grid article{border:0}.rph-reference-footer-grid{grid-template-columns:1.25fr repeat(2,1fr)}.rph-reference-footer .footer-company{grid-column:auto}.rph-footer-estimate{grid-column:2/4}.rph-reference-footer-grid .rph-footer-contact-info{grid-column:auto}}
@media(max-width:960px){.rph-reference-heading,.rph-review-layout{grid-template-columns:1fr;gap:24px}.rph-reference-heading .section-side-copy{grid-template-columns:1fr}.rph-icon-service-grid{grid-template-columns:repeat(2,1fr)}.rph-google-review-cards{grid-template-columns:1fr 1fr}.rph-location-banner{grid-template-columns:auto 1fr}.rph-location-button{grid-column:1/3}.rph-reference-legal{grid-template-columns:1fr!important;text-align:center}.rph-reference-legal>span:last-child{text-align:center}}
@media(max-width:640px){.rph-icon-service-grid,.rph-google-review-cards,.rph-confidence-grid{grid-template-columns:1fr}.rph-confidence-grid article{padding:10px 16px 24px}.rph-location-banner{grid-template-columns:1fr;text-align:center}.rph-location-icon{margin:auto}.rph-location-button{grid-column:auto}.rph-reference-footer-grid{grid-template-columns:1fr 1fr}.rph-reference-footer .footer-company,.rph-footer-estimate{grid-column:1/3}.rph-reference-footer .rph-footer-contact-info{grid-column:1/3}}


/* Authorized v1.8.1 precision correction — only the approved services, trust, icon, location and footer presentation. */
.service-overview{padding:72px 0 78px;background:#f7f9fc}
.rph-services-heading{grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:56px;align-items:end;margin-bottom:28px}
.rph-services-heading h2,.rph-why-heading h2{font-size:clamp(30px,3vw,43px);line-height:1.04;letter-spacing:-.035em;margin:8px 0 0;max-width:650px}
.rph-accent{color:#0c82d9}
.rph-services-heading .section-side-copy{grid-template-columns:minmax(220px,1fr) auto;gap:30px;align-items:center}
.rph-services-heading .section-side-copy p{font-size:14px;line-height:1.55;max-width:340px}
.rph-services-heading .rph-dark-button{min-height:46px;padding:0 23px;border-radius:6px;font-size:12px;text-transform:uppercase;letter-spacing:.02em}
.rph-icon-service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.rph-icon-service-card{min-width:0;min-height:206px;padding:22px 10px 18px;border:1px solid #e9edf2;border-radius:5px;background:#fff;box-shadow:0 6px 20px rgba(6,31,58,.055);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.rph-icon-service-card:hover{transform:translateY(-3px);border-color:#d9e4ee;box-shadow:0 12px 28px rgba(6,31,58,.1)}
.rph-service-icon{width:58px;height:58px;margin:0 0 7px;display:grid;place-items:center}
.rph-service-icon img{width:53px;height:53px;object-fit:contain}
.rph-icon-service-card strong{display:block;color:#0a172a;font-size:13px;line-height:1.2;font-weight:800;margin:0;min-height:31px;display:flex;align-items:center;justify-content:center}
.rph-icon-service-card i{display:block;width:27px;height:2px;background:#cfd6de;margin:8px 0 11px}
.rph-icon-service-card small{color:#536275;font-size:10.5px;line-height:1.45;font-weight:500}
.rph-why-section{padding:76px 0 86px;background:#fff}
.rph-why-heading{grid-template-columns:minmax(0,1fr) minmax(330px,.72fr);gap:65px;align-items:end;margin-bottom:38px}
.rph-why-heading>p{font-size:14px;line-height:1.55;max-width:420px;padding-bottom:2px}
.rph-confidence-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}
.rph-confidence-grid article{padding:0 25px 6px;text-align:center;border-right:1px solid #e2e7ed;min-height:235px}
.rph-confidence-grid article:last-child{border-right:0}
.rph-confidence-icon{width:76px;height:76px;margin:0 auto 15px;border-radius:50%;background:#edf8ff;display:grid;place-items:center}
.rph-confidence-icon img{width:44px;height:44px;object-fit:contain}
.rph-confidence-grid article:nth-child(2) .rph-confidence-icon{background:#fff2f3}
.rph-confidence-grid h3{font-size:15px;line-height:1.23;margin:0 0 10px;color:#08172a;font-weight:850}
.rph-confidence-grid p{max-width:210px;margin:0 auto;color:#536275;font-size:12px;line-height:1.55}
/* Keep all approved topic sections but make their SVGs crisp and deliberate. */
.rph-topic-icon{width:72px!important;height:72px!important;background:#eef8ff!important}
.rph-topic-icon img{width:43px!important;height:43px!important;object-fit:contain}
/* Reference footer: compact five-column structure, high-contrast professional icons and exact visual hierarchy. */
.site-footer.rph-reference-footer{background:#062957;color:#fff;border-top:0}
.rph-reference-footer .footer-main{width:min(1120px,calc(100% - 44px))}
.rph-reference-footer-grid{grid-template-columns:1.15fr .72fr .86fr 1.26fr 1.25fr;gap:0;padding:42px 0 24px;align-items:start}
.rph-reference-footer-grid>.footer-company{padding-right:35px}
.rph-reference-footer-grid>.footer-column{padding:0 28px;border-left:1px solid rgba(255,255,255,.14);min-height:176px}
.rph-reference-footer-grid>.footer-column:last-child{padding-right:0}
.rph-reference-footer .footer-company img{width:195px;max-height:62px;object-fit:contain;object-position:left center;margin:0 0 14px;filter:none!important}
.rph-reference-footer .footer-company p{max-width:225px;margin:0;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.65;font-weight:400}
.rph-footer-social{display:flex;align-items:center;gap:18px;margin-top:18px}
.rph-footer-social a,.rph-footer-social span{width:23px;height:23px;border:0;border-radius:0;padding:0;display:grid;place-items:center;background:transparent}
.rph-footer-social span{opacity:.46}
.rph-footer-social img{width:22px!important;height:22px!important;object-fit:contain;filter:none!important;opacity:1!important}
.rph-reference-footer .footer-column h3{margin:0 0 13px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.rph-reference-footer .footer-column>a{display:block;padding:0;margin:0 0 7px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11.5px;line-height:1.25;font-weight:400}
.rph-reference-footer .footer-column>a:hover{color:#78c5ff}
.rph-footer-contact-info>a,.rph-footer-contact-info>div{display:grid!important;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;margin:0 0 10px!important;color:#fff!important;font-family:Arial,Helvetica,sans-serif;font-size:11.5px!important;line-height:1.35!important;font-weight:600!important}
.rph-footer-contact-info img{width:18px!important;height:18px!important;margin:0!important;object-fit:contain;filter:none!important}
.rph-footer-contact-info small{display:block;margin-top:1px;color:#fff;font-size:10.5px;font-weight:400}
.rph-footer-contact-info>div{color:#ff3444!important;font-weight:800!important;margin-top:13px!important}
.rph-footer-estimate p{margin:0 0 18px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:11.5px;line-height:1.5;max-width:220px}
.rph-footer-estimate .btn{width:100%;min-height:43px;padding:0 14px;border-radius:4px;background:#e51e2c;color:#fff;box-shadow:none;font-family:Arial,Helvetica,sans-serif;font-size:10.5px;font-weight:800;text-transform:uppercase;white-space:nowrap}
.rph-footer-estimate .btn:hover{background:#c91421;transform:none}
.rph-reference-footer .footer-legal{border-top:0;background:#062957}
.rph-reference-legal{width:min(1120px,calc(100% - 44px));min-height:48px!important;padding:0 0 16px!important;display:grid!important;grid-template-columns:1fr auto!important;gap:24px;align-items:end;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:9.5px}
.rph-legal-left{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.rph-legal-right{text-align:right}
.rph-reference-legal a{color:#fff}
.rph-reference-legal i{margin:0 8px;color:rgba(255,255,255,.45)}
@media(max-width:1180px){
 .rph-icon-service-grid{grid-template-columns:repeat(3,1fr)}
 .rph-reference-footer-grid{grid-template-columns:1.1fr 1fr 1fr;row-gap:30px}
 .rph-reference-footer-grid>.footer-column{border-left:1px solid rgba(255,255,255,.14)}
 .rph-footer-contact-info,.rph-footer-estimate{grid-column:auto!important}
}
@media(max-width:900px){
 .rph-services-heading,.rph-why-heading{grid-template-columns:1fr;gap:22px}
 .rph-services-heading .section-side-copy{grid-template-columns:1fr auto}
 .rph-confidence-grid{grid-template-columns:repeat(2,1fr);gap:28px 0}
 .rph-confidence-grid article{border-right:0;border-bottom:1px solid #e2e7ed;padding-bottom:26px;min-height:0}
 .rph-confidence-grid article:last-child{grid-column:1/3}
 .rph-reference-footer-grid{grid-template-columns:1fr 1fr}
 .rph-reference-footer-grid>.footer-company,.rph-footer-estimate{grid-column:1/3!important}
 .rph-reference-footer-grid>.footer-column{min-height:0}
}
@media(max-width:640px){
 .service-overview,.rph-why-section{padding:58px 0}
 .rph-services-heading .section-side-copy{grid-template-columns:1fr}
 .rph-services-heading .rph-dark-button{width:max-content}
 .rph-icon-service-grid{grid-template-columns:repeat(2,1fr);gap:8px}
 .rph-icon-service-card{min-height:198px;padding-inline:7px}
 .rph-confidence-grid{grid-template-columns:1fr}
 .rph-confidence-grid article,.rph-confidence-grid article:last-child{grid-column:auto;border-bottom:1px solid #e2e7ed}
 .rph-reference-footer-grid{grid-template-columns:1fr!important;padding-top:36px}
 .rph-reference-footer-grid>.footer-company,.rph-reference-footer-grid>.footer-column,.rph-footer-estimate{grid-column:auto!important;padding:0 0 24px!important;border-left:0!important;border-bottom:1px solid rgba(255,255,255,.13);margin-bottom:24px}
 .rph-reference-footer-grid>.footer-column:last-child{border-bottom:0;margin-bottom:0}
 .rph-reference-legal{grid-template-columns:1fr!important;text-align:left;gap:10px}
 .rph-legal-right{text-align:left}
}

/* v1.8.1 final specificity corrections verified against isolated renders. */
.rph-icon-service-card>.rph-service-icon{width:58px;height:58px;min-height:58px;display:grid;place-items:center;margin:0 0 7px;background:transparent;opacity:1;color:inherit}
.rph-icon-service-card>.rph-service-icon img{width:53px;height:53px;object-fit:contain;opacity:1;filter:none}
.rph-reference-footer .footer-company img{filter:brightness(0) invert(1)!important;opacity:1}
.rph-footer-social span{opacity:1}
.rph-reference-legal{color:#dfe9f5!important}
.rph-reference-legal .rph-legal-left>span:first-child{color:#dfe9f5}

/* v1.8.1 authorized review-card fidelity correction. */
.rph-review-layout{grid-template-columns:minmax(255px,.62fr) minmax(0,1.9fr);gap:42px}
.rph-modern-reviews .review-intro h2{font-size:clamp(31px,3vw,43px);line-height:1.05}
.rph-google-review-cards{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 28px)/3);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 12px;scrollbar-width:none}
.rph-google-review-cards::-webkit-scrollbar{display:none}
.rph-google-review-cards blockquote{scroll-snap-align:start;min-height:238px;padding:22px 22px 18px}
.rph-review-top>img{width:24px;height:24px;filter:none!important}
.rph-google-review-cards footer img{width:23px;height:23px;filter:none!important}
@media(max-width:900px){.rph-review-layout{grid-template-columns:1fr}.rph-google-review-cards{grid-auto-columns:calc((100% - 14px)/2)}}
@media(max-width:640px){.rph-google-review-cards{grid-auto-columns:88%}}

/* Authorized v1.8.5 compact, balanced and scroll-free Hero. */
.rph-homepage .hero{padding-top:34px!important}
.rph-homepage .hero-layout{align-items:start}
.rph-homepage .hero-copy{padding:18px 0 34px}
.rph-homepage .hero h1{max-width:780px;margin:14px 0 20px;padding:0;border:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:clamp(38px,3.55vw,56px)!important;font-weight:900!important;line-height:1.075!important;letter-spacing:-.038em!important;text-wrap:balance}
.rph-homepage .hero-panel{align-self:start;margin-top:50px}
.rph-hero-proof-rail{position:relative;z-index:2;padding:20px 0 0}
.rph-hero-proof-rail .hero-proof-list{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;width:100%;margin:0;padding:0;overflow:visible;list-style:none}
.rph-hero-proof-rail .hero-proof-list li{grid-column:span 3;display:flex;min-width:0;align-items:center;gap:7px;min-height:40px;padding:7px 9px;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(3,21,42,.46);color:#eef6ff;font-size:10.5px;font-weight:800;line-height:1.18;white-space:normal;backdrop-filter:blur(7px)}
.rph-hero-proof-rail .hero-proof-list li:nth-last-child(-n+3){grid-column:span 4}
.rph-hero-proof-rail .hero-proof-list li:before{content:"✓";display:grid;flex:0 0 18px;width:18px;height:18px;margin:0;place-items:center;border:2px solid rgba(255,255,255,.92);border-radius:3px;color:var(--gold);font-size:15px;font-weight:950;line-height:1}
@media(max-width:960px){.rph-homepage .hero{padding-top:24px!important}.rph-homepage .hero-copy{padding:8px 0 20px}.rph-homepage .hero h1{font-size:46px!important;line-height:1.08!important}.rph-homepage .hero-panel{margin-top:14px}.rph-hero-proof-rail .hero-proof-list{grid-template-columns:repeat(2,minmax(0,1fr))}.rph-hero-proof-rail .hero-proof-list li,.rph-hero-proof-rail .hero-proof-list li:nth-last-child(-n+3){grid-column:auto}.rph-hero-proof-rail .hero-proof-list li:last-child{grid-column:1/-1}}
@media(max-width:640px){.rph-homepage .hero{padding-top:18px!important}.rph-homepage .hero h1{margin-bottom:18px;font-size:35px!important;line-height:1.1!important;letter-spacing:-.03em!important}.rph-hero-proof-rail{padding-top:16px}.rph-hero-proof-rail .hero-proof-list{grid-template-columns:1fr}.rph-hero-proof-rail .hero-proof-list li:last-child{grid-column:auto}}


/* === modern-footer.css === */
/* Modern footer — authorized visual update. Content and destinations remain editable. */
.site-footer.rph-reference-footer{position:relative;overflow:hidden;background:linear-gradient(145deg,#04152a 0%,#062957 58%,#073568 100%);color:#fff;border-top:1px solid rgba(124,201,255,.26)}
.site-footer.rph-reference-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 8%,rgba(39,150,234,.18),transparent 26%),linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:auto,56px 56px,56px 56px;pointer-events:none}
.rph-reference-footer .rph-reference-footer-grid{position:relative;z-index:1;width:min(1280px,calc(100% - 48px));display:grid;grid-template-columns:1.16fr .86fr .98fr 1.22fr 1.12fr;gap:0;padding:68px 0 56px;align-items:stretch}
.rph-reference-footer .footer-company,.rph-reference-footer .footer-column{min-width:0;margin:0;padding:0 28px;border:0;border-left:1px solid rgba(255,255,255,.16)}
.rph-reference-footer .footer-company{padding-left:0;border-left:0}
.rph-reference-footer .footer-company img{width:min(255px,100%);max-height:78px;margin:0 0 22px;object-fit:contain;object-position:left center;filter:none!important}
.rph-reference-footer .footer-company p{max-width:290px;margin:0;color:#d3e1ef;font-family:inherit;font-size:15px;line-height:1.72;font-weight:500}
.rph-reference-footer .rph-footer-social{display:flex;align-items:center;gap:10px;margin-top:25px}
.rph-reference-footer .rph-footer-social a,.rph-reference-footer .rph-footer-social span{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:rgba(255,255,255,.075);transition:.2s}
.rph-reference-footer .rph-footer-social a:hover{border-color:#7cc9ff;background:#0a68bb;transform:translateY(-2px)}
.rph-reference-footer .rph-footer-social img{width:20px;height:20px;margin:0;filter:none!important}
.rph-reference-footer .footer-column h3{display:flex;align-items:center;gap:10px;margin:0 0 22px;color:#fff;font-family:inherit;font-size:16px;line-height:1.25;font-weight:900;text-transform:none;letter-spacing:-.01em}
.rph-reference-footer .footer-column h3:before{content:"";display:block;width:5px;height:24px;border-radius:8px;background:linear-gradient(#27a9ff,#7fd0ff);box-shadow:0 0 18px rgba(39,169,255,.28)}
.rph-reference-footer .footer-column>a:not(.btn){position:relative;display:flex;align-items:center;min-height:34px;margin:0 0 7px;padding:3px 0 3px 36px;color:#d8e5f1;font-family:inherit;font-size:14px;line-height:1.35;font-weight:650;transition:.2s}
.rph-reference-footer .footer-column>a:not(.btn):before{content:"";position:absolute;left:0;top:50%;width:26px;height:26px;border-radius:8px;background:#1888d5;transform:translateY(-50%);transition:.2s}
.rph-reference-footer .footer-column>a:not(.btn):after{content:"";position:absolute;left:6px;top:50%;width:14px;height:14px;background:#fff;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transform:translateY(-50%)}
.rph-reference-footer .footer-column>a:not(.btn):hover{color:#fff;transform:translateX(3px)}
.rph-reference-footer .footer-column>a:not(.btn):hover:before{background-color:#32a9f2}
.rph-reference-footer-grid>.footer-column:nth-of-type(2)>a:after{-webkit-mask-image:url('../images/icons/document.svg');mask-image:url('../images/icons/document.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(2)>a:nth-of-type(1):after{-webkit-mask-image:url('../images/icons/home-air.svg');mask-image:url('../images/icons/home-air.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(2)>a:nth-of-type(2):after{-webkit-mask-image:url('../images/icons/shield-check.svg');mask-image:url('../images/icons/shield-check.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(2)>a:nth-of-type(3):after{-webkit-mask-image:url('../images/icons/wrench.svg');mask-image:url('../images/icons/wrench.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(2)>a:nth-of-type(4):after{-webkit-mask-image:url('../images/icons/brand.svg');mask-image:url('../images/icons/brand.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(2)>a:nth-of-type(5):after{-webkit-mask-image:url('../images/icons/dollar-circle.svg');mask-image:url('../images/icons/dollar-circle.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(2)>a:nth-of-type(6):after{-webkit-mask-image:url('../images/icons/star.svg');mask-image:url('../images/icons/star.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(2)>a:nth-of-type(7):after{-webkit-mask-image:url('../images/icons/phone.svg');mask-image:url('../images/icons/phone.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(3)>a:nth-of-type(1):after{-webkit-mask-image:url('../images/icons/snowflake.svg');mask-image:url('../images/icons/snowflake.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(3)>a:nth-of-type(2):after{-webkit-mask-image:url('../images/icons/flame.svg');mask-image:url('../images/icons/flame.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(3)>a:nth-of-type(3):after{-webkit-mask-image:url('../images/icons/airflow.svg');mask-image:url('../images/icons/airflow.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(3)>a:nth-of-type(4):after{-webkit-mask-image:url('../images/icons/home-air.svg');mask-image:url('../images/icons/home-air.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(3)>a:nth-of-type(5):after{-webkit-mask-image:url('../images/icons/duct-cleaning.svg');mask-image:url('../images/icons/duct-cleaning.svg')}
.rph-reference-footer-grid>.footer-column:nth-of-type(3)>a:nth-of-type(6):after{-webkit-mask-image:url('../images/icons/wrench.svg');mask-image:url('../images/icons/wrench.svg')}
.rph-reference-footer .rph-footer-contact-info>a,.rph-reference-footer .rph-footer-contact-info>div{display:flex!important;min-height:42px!important;align-items:center;gap:11px;margin:0 0 10px!important;padding:7px 8px!important;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:rgba(255,255,255,.055);color:#fff!important;font-size:13.5px!important;font-weight:700!important}
.rph-reference-footer .rph-footer-contact-info>a:before,.rph-reference-footer .rph-footer-contact-info>a:after{display:none!important}
.rph-reference-footer .rph-footer-contact-info img{flex:0 0 22px;width:22px;height:22px;object-fit:contain}
.rph-reference-footer .rph-footer-contact-info small{display:block;margin-top:2px;color:#adc2d6;font-size:10.5px;font-weight:600}
.rph-reference-footer .rph-footer-estimate{align-self:stretch;margin-left:24px;padding:25px!important;border:1px solid rgba(124,201,255,.25)!important;border-radius:19px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.045));box-shadow:0 20px 55px rgba(0,0,0,.18)}
.rph-reference-footer .rph-footer-estimate h3:before{background:linear-gradient(#ff4150,#e91c2b)}
.rph-reference-footer .rph-footer-estimate p{margin:0 0 22px;color:#d3e1ef;font-size:14px;line-height:1.65}
.rph-reference-footer .rph-footer-estimate .btn{width:100%;min-height:50px;margin:0;padding:0 15px;border-radius:11px;font-size:13px;text-align:center}
.rph-reference-footer .rph-footer-accreditation{position:relative;z-index:1;margin:0;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.14);background:rgba(1,15,31,.46);padding:30px 0}
.rph-reference-footer .bbb-footer-grid{width:min(1280px,calc(100% - 48px));display:grid;grid-template-columns:205px minmax(0,1fr) auto;gap:34px;align-items:center}
.rph-reference-footer .bbb-footer-grid>img{width:205px;max-height:76px;object-fit:contain;object-position:left center}
.rph-reference-footer .bbb-footer-grid>div{padding-left:34px;border-left:1px solid rgba(255,255,255,.16)}
.rph-reference-footer .bbb-footer-grid strong{display:block;color:#fff;font-size:15px;line-height:1.4;font-weight:900}
.rph-reference-footer .bbb-footer-grid p{max-width:820px;margin:8px 0 0;color:#c5d5e4;font-size:13px;line-height:1.58;font-weight:550}
.rph-reference-footer .bbb-footer-grid>a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 18px;border:1px solid rgba(124,201,255,.38);border-radius:12px;background:rgba(33,137,214,.12);color:#8fd2ff;font-size:14px;font-weight:900;white-space:nowrap;transition:.2s}
.rph-reference-footer .bbb-footer-grid>a:hover{background:#1479bf;color:#fff}
.rph-reference-footer .footer-legal{position:relative;z-index:1;border:0;background:#031326}
.rph-reference-footer .rph-reference-legal{width:min(1280px,calc(100% - 48px));min-height:66px!important;padding:12px 0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:24px;align-items:center;color:#d8e4ef!important;font-family:inherit;font-size:12.5px;line-height:1.5;font-weight:650}
.rph-reference-footer .rph-legal-left,.rph-reference-footer .rph-legal-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.rph-reference-footer .rph-legal-left>span+span,.rph-reference-footer .rph-legal-right{padding-left:18px;border-left:1px solid rgba(255,255,255,.22)}
.rph-reference-footer .rph-legal-right i{color:#5e7994;font-style:normal}
.rph-reference-footer .rph-reference-legal a{color:#9fd8ff}

@media(max-width:1180px){.rph-reference-footer .rph-reference-footer-grid{grid-template-columns:1.05fr 1fr 1fr;row-gap:42px}.rph-reference-footer .footer-company{grid-column:1/2}.rph-reference-footer .rph-footer-contact-info{grid-column:1/3}.rph-reference-footer .rph-footer-estimate{grid-column:3/4;margin-left:0}.rph-reference-footer .footer-column:nth-of-type(4){border-left:0;padding-left:0}.rph-reference-footer .bbb-footer-grid{grid-template-columns:180px minmax(0,1fr)}.rph-reference-footer .bbb-footer-grid>a{grid-column:2;justify-self:start}.rph-reference-footer .bbb-footer-grid>img{width:180px}}
@media(max-width:820px){.rph-reference-footer .rph-reference-footer-grid{grid-template-columns:1fr 1fr;column-gap:0}.rph-reference-footer .footer-company{grid-column:1/3;padding:0 0 34px;border-bottom:1px solid rgba(255,255,255,.16)}.rph-reference-footer .footer-company p{max-width:500px}.rph-reference-footer .footer-column:nth-of-type(2){padding-left:0;border-left:0}.rph-reference-footer .rph-footer-contact-info{grid-column:1/3;padding:30px 0 0!important;border-left:0;border-top:1px solid rgba(255,255,255,.16)}.rph-reference-footer .rph-footer-estimate{grid-column:1/3;margin:0}.rph-reference-footer .bbb-footer-grid{grid-template-columns:150px minmax(0,1fr);gap:24px}.rph-reference-footer .bbb-footer-grid>img{width:150px}.rph-reference-footer .bbb-footer-grid>div{padding-left:24px}.rph-reference-footer .rph-reference-legal{grid-template-columns:1fr!important;gap:12px}.rph-reference-footer .rph-legal-right{padding:0;border-left:0}}
@media(max-width:560px){.rph-reference-footer .rph-reference-footer-grid{width:calc(100% - 32px);grid-template-columns:1fr;padding:48px 0 38px}.rph-reference-footer .footer-company,.rph-reference-footer .footer-column,.rph-reference-footer .rph-footer-contact-info,.rph-reference-footer .rph-footer-estimate{grid-column:1!important;margin:0!important;padding:0 0 30px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.16)!important}.rph-reference-footer .footer-column{padding-top:30px!important}.rph-reference-footer .rph-footer-estimate{margin-top:30px!important;padding:24px!important;border:1px solid rgba(124,201,255,.25)!important}.rph-reference-footer .footer-company img{width:230px}.rph-reference-footer .footer-company p{font-size:15px}.rph-reference-footer .footer-column h3{font-size:17px}.rph-reference-footer .footer-column>a:not(.btn){min-height:38px;font-size:15px}.rph-reference-footer .rph-footer-contact-info>a,.rph-reference-footer .rph-footer-contact-info>div{min-height:48px!important;font-size:14px!important}.rph-reference-footer .rph-footer-accreditation{padding:34px 0}.rph-reference-footer .bbb-footer-grid{width:calc(100% - 32px);display:flex;flex-direction:column;align-items:flex-start;gap:22px;text-align:left}.rph-reference-footer .bbb-footer-grid>img{width:190px;margin:0}.rph-reference-footer .bbb-footer-grid>div{padding:22px 0 0;border:0;border-top:1px solid rgba(255,255,255,.16)}.rph-reference-footer .bbb-footer-grid strong{font-size:15px}.rph-reference-footer .bbb-footer-grid p{font-size:13.5px}.rph-reference-footer .bbb-footer-grid>a{width:100%;white-space:normal}.rph-reference-footer .rph-reference-legal{width:calc(100% - 32px);min-height:0!important;padding:24px 0 104px!important;font-size:13px;text-align:left}.rph-reference-footer .rph-legal-left,.rph-reference-footer .rph-legal-right{display:flex;align-items:flex-start;gap:9px}.rph-reference-footer .rph-legal-left{flex-direction:column}.rph-reference-footer .rph-legal-left>span+span,.rph-reference-footer .rph-legal-right{padding:0;border:0}}


/* === visual-detail-refresh.css === */
/* Authorized scope: topic/confidence icons and visible company phone numbers only. */
.rph-topic-icon,.rph-confidence-icon{--rph-icon-accent:#168bd0;position:relative;isolation:isolate;overflow:visible;display:grid!important;place-items:center;width:88px!important;height:88px!important;margin:0 auto 20px!important;border:1px solid color-mix(in srgb,var(--rph-icon-accent) 32%,#fff)!important;border-radius:26px!important;background:linear-gradient(145deg,#fff 4%,color-mix(in srgb,var(--rph-icon-accent) 13%,#f4faff) 100%)!important;box-shadow:0 16px 38px color-mix(in srgb,var(--rph-icon-accent) 17%,transparent),inset 0 1px 0 #fff!important;transform:rotate(-2deg);transition:transform .25s ease,box-shadow .25s ease}
.rph-topic-icon:before,.rph-confidence-icon:before{content:"";position:absolute;z-index:-1;inset:8px;border:1px solid color-mix(in srgb,var(--rph-icon-accent) 18%,#fff);border-radius:20px;background:linear-gradient(145deg,color-mix(in srgb,var(--rph-icon-accent) 9%,#fff),rgba(255,255,255,.88));box-shadow:inset 0 0 22px rgba(255,255,255,.75)}
.rph-topic-icon:after,.rph-confidence-icon:after{content:"";position:absolute;z-index:3;right:-5px;top:-5px;width:17px;height:17px;border:4px solid #fff;border-radius:50%;background:var(--rph-icon-accent);box-shadow:0 5px 13px color-mix(in srgb,var(--rph-icon-accent) 38%,transparent)}
.rph-topic-icon img,.rph-confidence-icon img{position:relative;z-index:2;width:48px!important;height:48px!important;object-fit:contain;transform:rotate(2deg);filter:drop-shadow(0 7px 11px color-mix(in srgb,var(--rph-icon-accent) 22%,transparent))}
.rph-topic-icon-grid article:hover .rph-topic-icon,.rph-confidence-grid article:hover .rph-confidence-icon{transform:rotate(0) translateY(-4px);box-shadow:0 22px 44px color-mix(in srgb,var(--rph-icon-accent) 23%,transparent),inset 0 1px 0 #fff!important}
.rph-topic-icon-grid article:nth-child(1) .rph-topic-icon{--rph-icon-accent:#159bd7}.rph-topic-icon-grid article:nth-child(2) .rph-topic-icon{--rph-icon-accent:#71b63b}.rph-topic-icon-grid article:nth-child(3) .rph-topic-icon{--rph-icon-accent:#ef6d32}.rph-topic-icon-grid article:nth-child(4) .rph-topic-icon{--rph-icon-accent:#6b62d9}
.rph-confidence-grid article:nth-child(1) .rph-confidence-icon{--rph-icon-accent:#139bd3}.rph-confidence-grid article:nth-child(2) .rph-confidence-icon{--rph-icon-accent:#e7354c}.rph-confidence-grid article:nth-child(3) .rph-confidence-icon{--rph-icon-accent:#148fca}.rph-confidence-grid article:nth-child(4) .rph-confidence-icon{--rph-icon-accent:#d99716}.rph-confidence-grid article:nth-child(5) .rph-confidence-icon{--rph-icon-accent:#1aa58f}
.rph-visual-page.rph-variant-technical .rph-topic-icon,.rph-boiler-page .rph-topic-icon{width:70px!important;height:70px!important;margin:0 0 22px!important;border-radius:20px!important}.rph-visual-page.rph-variant-technical .rph-topic-icon:before,.rph-boiler-page .rph-topic-icon:before{inset:6px;border-radius:15px}.rph-visual-page.rph-variant-technical .rph-topic-icon img,.rph-boiler-page .rph-topic-icon img{width:40px!important;height:40px!important}.rph-visual-page.rph-variant-editorial .rph-topic-icon{margin:0 0 18px!important}

.rph-phone-link{font-variant-numeric:tabular-nums}
.rph-phone-number{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 10px;border:1px solid rgba(16,132,210,.24);border-radius:9px;background:linear-gradient(145deg,#f3faff,#dff2ff);box-shadow:0 7px 18px rgba(5,98,165,.12);color:#096bb2;font-size:clamp(15px,1.12em,18px);font-weight:950;line-height:1;letter-spacing:.025em;white-space:nowrap;font-variant-numeric:tabular-nums}
.regional-phones a{margin:5px 4px;padding:7px 12px!important;border:1px solid #e2edf6;border-radius:11px;background:linear-gradient(145deg,#fff,#f5faff);transition:.2s}.regional-phones a:hover{border-color:#9bcdf1;box-shadow:0 8px 20px rgba(5,92,154,.1)}.regional-phones .rph-phone-number{min-height:27px;margin-top:3px;padding:3px 7px;font-size:16px}
.header-call .rph-phone-number{min-height:28px;margin-top:3px;padding:3px 8px;font-size:16px}
.panel-phone .rph-phone-number,.rph-aside-card .rph-phone-number,.contact-route-grid .rph-phone-number{min-width:132px}
.contact-route-grid a,.rph-aside-card>a[href^="tel:"]{align-items:center}.contact-route-grid a:hover .rph-phone-number,.rph-aside-card>a[href^="tel:"]:hover .rph-phone-number{border-color:#58abe3;background:linear-gradient(145deg,#e6f6ff,#ccecff)}
.rph-adaptive-hero .rph-phone-number,.rph-boiler-page .rph-phone-number,.prefooter-cta .rph-phone-number,.site-footer .rph-phone-number,.navy-section .rph-phone-number,.dark-section .rph-phone-number{border-color:rgba(143,210,255,.35);background:linear-gradient(145deg,rgba(33,143,216,.3),rgba(255,255,255,.1));box-shadow:0 8px 22px rgba(0,0,0,.16);color:#fff}
.rph-adaptive-panel .rph-phone-number,.rph-boiler-action-panel .rph-phone-number{border-color:color-mix(in srgb,var(--rph-accent,#168bd0) 32%,#dce8f0);background:linear-gradient(145deg,#f7fbff,#e6f4fd);box-shadow:0 7px 17px rgba(5,86,144,.1);color:color-mix(in srgb,var(--rph-accent,#168bd0) 78%,#07335b)}
.rph-footer-contact-info .rph-phone-number{min-height:28px;padding:3px 8px;border-color:rgba(143,210,255,.3);background:rgba(8,85,145,.38);font-size:14px}
.mega-call .rph-phone-number{margin:0 4px}.prefooter-inner .rph-phone-number{margin-left:2px}
@media(max-width:640px){.rph-topic-icon,.rph-confidence-icon{width:80px!important;height:80px!important;border-radius:23px!important}.rph-topic-icon img,.rph-confidence-icon img{width:44px!important;height:44px!important}.regional-phones .rph-phone-number,.header-call .rph-phone-number{font-size:15px}.panel-phone .rph-phone-number,.rph-aside-card .rph-phone-number,.contact-route-grid .rph-phone-number{min-width:0}.rph-phone-number{font-size:15px}}
@media(prefers-reduced-motion:reduce){.rph-topic-icon,.rph-confidence-icon{transition:none}.rph-topic-icon-grid article:hover .rph-topic-icon,.rph-confidence-grid article:hover .rph-confidence-icon{transform:rotate(-2deg)}}

/* Homepage service icons — the only newly authorized icon group. */
.rph-icon-service-card>.rph-service-icon{--rph-icon-accent:#168bd0;position:relative;isolation:isolate;overflow:visible;display:grid!important;flex:0 0 86px;width:86px!important;height:86px!important;min-height:86px!important;place-items:center;margin:0 0 16px!important;border:1px solid color-mix(in srgb,var(--rph-icon-accent) 32%,#fff);border-radius:25px;background:linear-gradient(145deg,#fff 5%,color-mix(in srgb,var(--rph-icon-accent) 14%,#eef8ff));box-shadow:0 16px 36px color-mix(in srgb,var(--rph-icon-accent) 17%,transparent),inset 0 1px 0 #fff;transform:rotate(-2deg);transition:.24s ease}
.rph-icon-service-card>.rph-service-icon:before{content:"";position:absolute;z-index:-1;inset:8px;border:1px solid color-mix(in srgb,var(--rph-icon-accent) 20%,#fff);border-radius:19px;background:linear-gradient(145deg,color-mix(in srgb,var(--rph-icon-accent) 8%,#fff),rgba(255,255,255,.9))}
.rph-icon-service-card>.rph-service-icon:after{content:"";position:absolute;z-index:3;right:-5px;top:-5px;width:16px;height:16px;border:4px solid #fff;border-radius:50%;background:var(--rph-icon-accent);box-shadow:0 5px 13px color-mix(in srgb,var(--rph-icon-accent) 38%,transparent)}
.rph-icon-service-card>.rph-service-icon img{position:relative;z-index:2;width:49px!important;height:49px!important;object-fit:contain;opacity:1;filter:drop-shadow(0 7px 10px color-mix(in srgb,var(--rph-icon-accent) 22%,transparent));transform:rotate(2deg)}
.rph-icon-service-card:hover>.rph-service-icon{transform:rotate(0) translateY(-4px);box-shadow:0 22px 43px color-mix(in srgb,var(--rph-icon-accent) 24%,transparent),inset 0 1px 0 #fff}
.rph-icon-service-card:nth-child(1)>.rph-service-icon{--rph-icon-accent:#159bd7}.rph-icon-service-card:nth-child(2)>.rph-service-icon{--rph-icon-accent:#ed334b}.rph-icon-service-card:nth-child(3)>.rph-service-icon{--rph-icon-accent:#17a5a1}.rph-icon-service-card:nth-child(4)>.rph-service-icon{--rph-icon-accent:#70b63a}.rph-icon-service-card:nth-child(5)>.rph-service-icon{--rph-icon-accent:#8e43ba}.rph-icon-service-card:nth-child(6)>.rph-service-icon{--rph-icon-accent:#ef6b2e}

/* Phone numbers: large, bold numerals without the nested capsule effect. */
.rph-phone-number{display:inline!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;color:#075f9e!important;font-size:20px!important;font-weight:950!important;line-height:1.15!important;letter-spacing:-.01em!important;text-shadow:none!important;white-space:nowrap;font-variant-numeric:tabular-nums}
.regional-phones .rph-phone-number{font-size:18px!important}.header-call .rph-phone-number{font-size:19px!important}.panel-phone .rph-phone-number,.rph-aside-card .rph-phone-number,.contact-route-grid .rph-phone-number{font-size:20px!important}.rph-footer-contact-info .rph-phone-number{font-size:17px!important}
.rph-adaptive-hero .rph-phone-number,.rph-boiler-page .rph-phone-number,.prefooter-cta .rph-phone-number,.site-footer .rph-phone-number,.navy-section .rph-phone-number,.dark-section .rph-phone-number{color:#9fdcff!important}.rph-adaptive-panel .rph-phone-number,.rph-boiler-action-panel .rph-phone-number{color:#086bb0!important}.prefooter-cta .rph-phone-number{color:#fff!important}
.regional-phones a{padding:10px 13px!important}.regional-phones strong,.header-call strong{line-height:1.15}.contact-route-grid a,.rph-aside-card>a[href^="tel:"]{padding-top:15px;padding-bottom:15px}

/* Google reviews: primary-brand dark field, four visible cards, no horizontal scroller. */
.reviews-section.rph-modern-reviews{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#04162d 0%,#071e3a 58%,#0a3156 100%)!important;color:#fff}
.reviews-section.rph-modern-reviews:before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 88% 10%,rgba(25,141,218,.17),transparent 28%),radial-gradient(circle at 5% 92%,rgba(233,28,43,.08),transparent 24%)}
.rph-modern-reviews .rph-review-layout{position:relative;z-index:1;grid-template-columns:minmax(270px,.62fr) minmax(0,1.75fr);gap:52px;align-items:center}
.rph-modern-reviews .review-intro .eyebrow{color:#7fd0ff}.rph-modern-reviews .review-intro h2{color:#fff;font-family:inherit;font-size:clamp(38px,3.6vw,58px);line-height:1;letter-spacing:-.045em}.rph-modern-reviews .review-intro p{max-width:390px;color:#c3d5e5!important;font-size:16px;line-height:1.65}.rph-modern-reviews .review-intro .rph-dark-button{border:1px solid rgba(255,255,255,.84);background:#fff;color:#071a33;box-shadow:0 13px 30px rgba(0,0,0,.22)}.rph-modern-reviews .review-intro .rph-dark-button:hover{background:#8fd2ff;color:#04162d}
.rph-modern-reviews .rph-google-review-cards{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;gap:16px!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}
.rph-modern-reviews .rph-google-review-cards blockquote{position:relative;overflow:hidden;min-height:218px;margin:0;padding:26px;border:1px solid rgba(255,255,255,.8);border-radius:17px;background:#fff!important;box-shadow:0 20px 46px rgba(0,0,0,.22);color:#071a33;scroll-snap-align:none;transition:transform .22s ease,box-shadow .22s ease}
.rph-modern-reviews .rph-google-review-cards blockquote:hover{transform:translateY(-3px);box-shadow:0 26px 54px rgba(0,0,0,.28)}
.rph-modern-reviews .rph-google-review-cards blockquote:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(#199de0,#e91c2b)}
.rph-modern-reviews .rph-review-top{display:flex;align-items:center;gap:0}.rph-modern-reviews .rph-review-top>img{display:none}.rph-modern-reviews .rph-review-top span{color:#f4b600;font-size:18px;letter-spacing:4px;text-shadow:none}
.rph-modern-reviews .rph-google-review-cards blockquote>p{margin:22px 0;color:#0a1b30!important;font-size:15px;line-height:1.62;font-weight:750}
.rph-modern-reviews .rph-google-review-cards footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:16px;border-top:1px solid #e2e9ef}.rph-modern-reviews .rph-google-review-cards cite{color:#5a6b7d!important;font-size:12px;font-weight:850}.rph-modern-reviews .rph-google-review-cards footer img{box-sizing:content-box;width:22px!important;height:22px!important;padding:5px;border:1px solid #e3e9ef;border-radius:9px;background:#fff;filter:none!important}
@media(max-width:1100px){.regional-phones .rph-phone-number{font-size:16.5px!important}.header-call .rph-phone-number{font-size:17px!important}.rph-modern-reviews .rph-review-layout{grid-template-columns:1fr;align-items:start}.rph-modern-reviews .review-intro p{max-width:650px}}
@media(max-width:640px){.rph-icon-service-card>.rph-service-icon{flex-basis:76px;width:76px!important;height:76px!important;min-height:76px!important;border-radius:22px}.rph-icon-service-card>.rph-service-icon img{width:44px!important;height:44px!important}.rph-phone-number,.panel-phone .rph-phone-number,.rph-aside-card .rph-phone-number,.contact-route-grid .rph-phone-number{font-size:18px!important}.rph-modern-reviews .rph-google-review-cards{grid-template-columns:1fr!important}.rph-modern-reviews .rph-google-review-cards blockquote{min-height:205px}.rph-modern-reviews .review-intro h2{font-size:36px}}

/* Global section rhythm: compact but readable; homepage location spacing remains the reference. */
.rph-locked-design .section-pad:not(.rph-location-section){padding-top:68px!important;padding-bottom:68px!important}
.rph-locked-design .section-pad .section-header{margin-bottom:34px}.rph-locked-design .section-pad .centered-heading{margin-bottom:36px}
.rph-locked-design .trust-band{padding-top:48px!important;padding-bottom:48px!important}.rph-locked-design .prefooter-cta{padding-top:42px!important;padding-bottom:42px!important}
.rph-shared-location{position:relative;z-index:1}.rph-shared-location .rph-location-banner{transition:transform .2s ease,box-shadow .2s ease}
@media(max-width:960px){.rph-locked-design .section-pad:not(.rph-location-section){padding-top:56px!important;padding-bottom:56px!important}.rph-locked-design .section-pad .section-header{margin-bottom:30px}.rph-locked-design .section-pad .centered-heading{margin-bottom:32px}.rph-locked-design .trust-band{padding-top:42px!important;padding-bottom:42px!important}.rph-locked-design .prefooter-cta{padding-top:38px!important;padding-bottom:38px!important}}
@media(max-width:640px){.rph-locked-design .section-pad:not(.rph-location-section){padding-top:44px!important;padding-bottom:44px!important}.rph-locked-design .section-pad .section-header,.rph-locked-design .section-pad .centered-heading{margin-bottom:26px}.rph-locked-design .trust-band{padding-top:36px!important;padding-bottom:36px!important}.rph-locked-design .prefooter-cta{padding-top:34px!important;padding-bottom:34px!important}.rph-shared-location .rph-location-banner{padding:22px 18px}.rph-shared-location .rph-location-copy h2{font-size:25px}.rph-shared-location .rph-location-copy p{font-size:13px}}


/* === logo-v1.14.1.css === */
/** Authorized site-wide logo replacement and aspect-ratio lock. */
.brand img{height:auto!important;max-height:82px;object-fit:contain;object-position:left center}
.footer-company img{height:auto!important;max-height:82px;object-fit:contain;object-position:left center}
@media(max-width:960px){.brand img{max-height:64px}}
@media(max-width:640px){.brand img{max-height:58px}.footer-company img{max-height:72px}}


/* === footer-v1.14.3.css === */
/* Authorized footer-only correction: scoped logo, restored social icons, compact spacing. */
.rph-reference-footer .footer-company > img {
    display: block;
    width: min(280px, 100%);
    height: auto !important;
    max-height: none;
    box-sizing: border-box;
    margin: 0 0 14px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 10px 24px rgba(0, 12, 30, 0.18);
    object-fit: contain;
    object-position: center;
    filter: none !important;
}

.rph-locked-design .rph-reference-footer .rph-reference-footer-grid {
    padding-block: 38px 32px !important;
}

.rph-reference-footer .footer-company,
.rph-reference-footer .footer-column {
    padding-inline: 20px;
}

.rph-reference-footer .footer-company {
    padding-left: 0;
}

.rph-reference-footer .footer-company p {
    line-height: 1.55;
}

.rph-reference-footer .rph-footer-social {
    gap: 8px;
    margin-top: 14px;
}

.rph-reference-footer .rph-footer-social a,
.rph-reference-footer .rph-footer-social span {
    width: 40px;
    height: 40px;
    padding: 0;
}

.rph-reference-footer .rph-footer-social img {
    width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
    filter: none !important;
}

.rph-reference-footer .footer-column h3 {
    margin-bottom: 14px;
}

.rph-reference-footer .footer-column > a:not(.btn) {
    min-height: 30px;
    margin-bottom: 3px;
    padding: 2px 0 2px 32px;
}

.rph-reference-footer .footer-column > a:not(.btn)::before {
    width: 24px;
    height: 24px;
}

.rph-reference-footer .footer-column > a:not(.btn)::after {
    left: 5px;
    width: 14px;
    height: 14px;
}

.rph-reference-footer .rph-footer-contact-info > a,
.rph-reference-footer .rph-footer-contact-info > div {
    min-height: 40px !important;
    gap: 8px;
    margin-bottom: 7px !important;
    padding: 6px 8px !important;
}

.rph-reference-footer .rph-footer-estimate {
    margin-left: 16px;
    padding: 20px !important;
}

.rph-reference-footer .rph-footer-estimate p {
    margin-bottom: 14px;
}

.rph-reference-footer .rph-footer-estimate .btn {
    min-height: 46px;
}

@media (max-width: 820px) {
    .rph-reference-footer .footer-company,
    .rph-reference-footer .footer-column {
        padding-inline: 18px;
    }

    .rph-reference-footer .footer-company {
        padding-left: 0;
    }

    .rph-reference-footer .rph-footer-estimate {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .rph-reference-footer .footer-company > img {
        width: min(250px, 100%);
        padding: 8px 10px;
        border-radius: 12px;
    }

    .rph-locked-design .rph-reference-footer .rph-reference-footer-grid {
        padding-block: 30px 24px !important;
    }

    .rph-locked-design .rph-reference-footer .footer-company,
    .rph-locked-design .rph-reference-footer .footer-column,
    .rph-locked-design .rph-reference-footer .rph-footer-contact-info {
        margin-bottom: 16px !important;
        padding-bottom: 16px !important;
    }

    .rph-locked-design .rph-reference-footer .footer-column {
        padding-top: 16px !important;
    }

    .rph-reference-footer .rph-footer-estimate {
        margin-top: 16px !important;
        padding: 20px !important;
    }
}


/* === home-stats-v1.14.4.css === */
/* Authorized homepage-only statistics strip correction. */
.rph-homepage .hero-stats {
    margin-bottom: 16px;
    border: 1px solid rgba(20, 105, 170, 0.16);
    border-radius: 18px;
    background: linear-gradient(135deg, #eaf5ff 0%, #dceeff 100%) !important;
    box-shadow: 0 12px 32px rgba(2, 31, 59, 0.18);
}

.rph-homepage .hero-stats > div {
    padding-block: 16px;
    padding-inline: 24px;
    border-color: rgba(20, 105, 170, 0.18);
}

.rph-homepage .hero-stats strong {
    color: #071c32 !important;
}

.rph-homepage .hero-stats span {
    color: #526b82 !important;
}

@media (max-width: 640px) {
    .rph-homepage .hero-stats {
        margin-bottom: 12px;
        border-radius: 14px;
    }

    .rph-homepage .hero-stats > div {
        padding-block: 13px;
        padding-inline: 14px;
    }
}


/* === site-contact-v1.14.6.css === */
/* Authorized site-wide dark service-request treatment. */
.estimate-section {
    position: relative;
    background: linear-gradient(135deg, #020e1d 0%, #061b31 52%, #082640 100%) !important;
    color: #d7e2ec;
    border-block: 1px solid #16344f;
}

.estimate-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 54px 54px;
}

.estimate-section .estimate-layout {
    position: relative;
    z-index: 1;
}

.estimate-section .eyebrow {
    color: #7fa8c8;
}

.estimate-section .estimate-copy h2 {
    color: #f2f6fa !important;
}

.estimate-section .estimate-copy > p {
    color: #afbfcd !important;
}

.estimate-section .contact-route-grid a {
    border: 1px solid #24445f;
    background: #09243e !important;
    color: #dbe6ef;
    box-shadow: none;
}

.estimate-section .contact-route-grid a:hover {
    border-color: #3e617d;
    background: #0c2c49 !important;
}

.estimate-section .contact-route-grid span {
    color: #9db0c1;
}

.estimate-section .contact-route-grid strong,
.estimate-section .contact-route-grid .rph-phone-number,
.estimate-section .contact-route-grid a:hover .rph-phone-number {
    border-color: #355774;
    background: #102f4c !important;
    color: #f0f5f9 !important;
    box-shadow: none;
}

.estimate-section .check-list li {
    color: #bfccd7;
}

.estimate-section .check-list li::before {
    color: #d94853;
}

.estimate-section .estimate-form {
    border-color: #294761 !important;
    background: #071d33 !important;
    color: #dce6ee;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34);
}

.estimate-section .form-top {
    border-color: #29445c;
}

.estimate-section .form-top span {
    color: #e15b65;
}

.estimate-section .form-top strong,
.estimate-section .form-bottom p {
    color: #9fb0bf;
}

.estimate-section .field-grid label > span,
.estimate-section .wpforms-field-label,
.estimate-section .wpforms-field-label-inline {
    color: #b9c7d3 !important;
}

.estimate-section .field-grid input,
.estimate-section .field-grid select,
.estimate-section .field-grid textarea,
.estimate-section .wpforms-field input,
.estimate-section .wpforms-field select,
.estimate-section .wpforms-field textarea {
    border-color: #31506a !important;
    background: #0b2944 !important;
    color: #f1f5f8 !important;
    color-scheme: dark;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.estimate-section input::placeholder,
.estimate-section textarea::placeholder {
    color: #8195a7;
    opacity: 1;
}

.estimate-section .field-grid input:focus,
.estimate-section .field-grid select:focus,
.estimate-section .field-grid textarea:focus,
.estimate-section .wpforms-field input:focus,
.estimate-section .wpforms-field select:focus,
.estimate-section .wpforms-field textarea:focus {
    border-color: #5f7e98 !important;
    outline: 3px solid rgba(95, 126, 152, 0.2) !important;
}

.estimate-section select option {
    background: #0b2944;
    color: #f1f5f8;
}


/* === nav-icons-v1.14.7.css === */
/* Authorized navigation-only icons. Text and links remain unchanged for SEO and accessibility. */
.primary-nav .nav-shell > .nav-link,
.primary-nav .nav-shell > .nav-item > .nav-trigger,
.primary-nav .nav-shell > .book-nav {
    gap: 6px;
}

.primary-nav .nav-shell > .nav-link::before,
.primary-nav .nav-shell > .nav-item > .nav-trigger::before,
.primary-nav .nav-shell > .book-nav::before {
    content: "";
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    background-color: var(--rph-nav-icon, #167fc2);
    -webkit-mask: var(--rph-nav-mask) center / contain no-repeat;
    mask: var(--rph-nav-mask) center / contain no-repeat;
}

.primary-nav .nav-shell > .nav-link:nth-child(1) {
    --rph-nav-icon: #168bd0;
    --rph-nav-mask: url('../images/icons/home-air.svg');
}

.primary-nav .nav-shell > .nav-item:nth-child(2) > .nav-trigger {
    --rph-nav-icon: #e52635;
    --rph-nav-mask: url('../images/icons/flame.svg');
}

.primary-nav .nav-shell > .nav-link:nth-child(3) {
    --rph-nav-icon: #7254b8;
    --rph-nav-mask: url('../images/icons/heat-pump.svg');
}

.primary-nav .nav-shell > .nav-link:nth-child(4) {
    --rph-nav-icon: #e97a2d;
    --rph-nav-mask: url('../images/icons/boiler.svg');
}

.primary-nav .nav-shell > .nav-link:nth-child(5) {
    --rph-nav-icon: #df4a2b;
    --rph-nav-mask: url('../images/icons/fireplace.svg');
}

.primary-nav .nav-shell > .nav-item:nth-child(6) > .nav-trigger {
    --rph-nav-icon: #159fd0;
    --rph-nav-mask: url('../images/icons/snowflake.svg');
}

.primary-nav .nav-shell > .nav-item:nth-child(7) > .nav-trigger {
    --rph-nav-icon: #197bbd;
    --rph-nav-mask: url('../images/icons/droplet.svg');
}

.primary-nav .nav-shell > .nav-link:nth-child(8) {
    --rph-nav-icon: #58963d;
    --rph-nav-mask: url('../images/icons/dollar-circle.svg');
}

.primary-nav .nav-shell > .nav-item:nth-child(9) > .nav-trigger {
    --rph-nav-icon: #7650ad;
    --rph-nav-mask: url('../images/icons/document.svg');
}

.primary-nav .nav-shell > .nav-item:nth-child(10) > .nav-trigger {
    --rph-nav-icon: #167fbd;
    --rph-nav-mask: url('../images/icons/phone.svg');
}

.primary-nav .nav-shell > .book-nav {
    --rph-nav-icon: #fff;
    --rph-nav-mask: url('../images/icons/wrench.svg');
}

@media (min-width: 961px) and (max-width: 1360px) {
    .primary-nav .nav-link,
    .primary-nav .nav-trigger,
    .primary-nav .book-nav {
        padding-inline: 9px;
    }

    .primary-nav .nav-shell > .nav-link,
    .primary-nav .nav-shell > .nav-item > .nav-trigger,
    .primary-nav .nav-shell > .book-nav {
        gap: 4px;
    }

    .primary-nav .nav-shell > .nav-link::before,
    .primary-nav .nav-shell > .nav-item > .nav-trigger::before,
    .primary-nav .nav-shell > .book-nav::before {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
    }
}

@media (min-width: 961px) and (max-width: 1180px) {
    .primary-nav .nav-shell > .nav-link::before,
    .primary-nav .nav-shell > .nav-item > .nav-trigger::before,
    .primary-nav .nav-shell > .book-nav::before {
        display: none;
    }
}

@media (max-width: 960px) {
    .primary-nav .nav-shell > .nav-link,
    .primary-nav .nav-shell > .nav-item > .nav-trigger,
    .primary-nav .nav-shell > .book-nav {
        gap: 9px;
        justify-content: flex-start;
    }

    .primary-nav .nav-shell > .nav-item > .nav-trigger > span {
        margin-left: auto;
    }

    .primary-nav .nav-shell > .nav-link::before,
    .primary-nav .nav-shell > .nav-item > .nav-trigger::before,
    .primary-nav .nav-shell > .book-nav::before {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
    }

    .primary-nav .nav-shell > .book-nav {
        justify-content: center;
    }
}


/* === contact-form-header-v1.14.8.css === */
/* Authorized site-wide contact-form header bar. */
.estimate-section .estimate-form {
    overflow: hidden;
}

.estimate-section .estimate-form .form-top {
    position: relative;
    min-height: 64px;
    margin: -24px -30px 20px;
    padding: 17px 30px 15px;
    border-top: 4px solid #9d1723;
    border-bottom: 1px solid #2d4a63;
    background: linear-gradient(90deg, #0b2945 0%, #0a223a 100%) !important;
}

.estimate-section .estimate-form .form-top::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -1px;
    left: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #47647c, transparent);
}

.estimate-section .estimate-form .form-top span {
    color: #e36a73;
    letter-spacing: 0.04em;
}

.estimate-section .estimate-form .form-top strong {
    color: #b8c6d2;
}

@media (max-width: 640px) {
    .estimate-section .estimate-form .form-top {
        min-height: 0;
        gap: 6px;
        margin-bottom: 18px;
        padding-block: 14px 13px;
    }
}


/* === contact-form-integrity-v1.14.10.css === */
/* Site-wide form integrity: keep the anti-spam honeypot functional but never visible. */
.estimate-section .estimate-form .rph-honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

.estimate-section .estimate-form > .form-top {
    isolation: isolate;
}

.estimate-section .rph-wpforms-shell .wpforms-field-hp,
.estimate-section .rph-wpforms-shell .wpforms-field-honeypot {
    display: none !important;
}


/* === typography-density.css === */
/*
 * Royal Pro Heating v1.9.5
 * Locally hosted Manrope typography and vertical-only density refinements.
 * Horizontal spacing, content, colours, icons and component structure stay locked.
 */
@font-face{font-family:"Manrope";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/manrope-latin-400-normal.woff2") format("woff2")}
@font-face{font-family:"Manrope";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/manrope-latin-500-normal.woff2") format("woff2")}
@font-face{font-family:"Manrope";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/manrope-latin-700-normal.woff2") format("woff2")}
@font-face{font-family:"Manrope";font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/manrope-latin-800-normal.woff2") format("woff2")}

body.rph-locked-design,
body.rph-locked-design button,
body.rph-locked-design input,
body.rph-locked-design select,
body.rph-locked-design textarea{font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:400!important}
body.rph-locked-design h1,
body.rph-locked-design h2,
body.rph-locked-design h3,
body.rph-locked-design h4,
body.rph-locked-design h5,
body.rph-locked-design h6{font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:800!important}
body.rph-locked-design .nav-link,
body.rph-locked-design .nav-trigger,
body.rph-locked-design .book-nav,
body.rph-locked-design .utility-bar{font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-weight:700!important}
body.rph-locked-design .btn,
body.rph-locked-design button,
body.rph-locked-design [type="submit"],
body.rph-locked-design .rph-phone-number,
body.rph-locked-design .regional-phones strong,
body.rph-locked-design .header-call strong,
body.rph-locked-design .stat-value,
body.rph-locked-design .metric-value{font-weight:800!important}
body.rph-locked-design .site-footer,
body.rph-locked-design .site-footer *{font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}

/* Global top-to-bottom rhythm. No inline-axis values are changed here. */
.rph-locked-design .section-pad:not(.rph-location-section){padding-block:52px!important}
.rph-locked-design .section-pad .section-header{margin-bottom:24px!important}
.rph-locked-design .section-pad .centered-heading{margin-bottom:26px!important}
.rph-locked-design .trust-band{padding-block:36px!important}
.rph-locked-design .prefooter-cta{padding-block:32px!important}
.rph-locked-design .rph-location-section{padding-block:26px!important}
.rph-locked-design .rph-location-banner{padding-block:20px!important}

/* Compact internal whitespace while retaining readable touch and text rhythm. */
.rph-locked-design .rph-icon-service-card{min-height:188px;padding-block:18px!important}
.rph-locked-design .rph-topic-icon-grid article{padding-block:20px!important}
.rph-locked-design .rph-confidence-grid article{min-height:190px!important;padding-block:10px 14px!important}
.rph-locked-design .rph-modern-reviews .rph-google-review-cards blockquote{min-height:198px;padding-block:22px!important}
.rph-locked-design .rph-modern-reviews .rph-google-review-cards blockquote>p{margin-block:16px!important}
.rph-locked-design .rph-rich-content h2{margin-block:30px 12px}
.rph-locked-design .rph-rich-content h3{margin-block:22px 9px}
.rph-locked-design .rph-rich-content p{margin-block:0 14px}
.rph-locked-design .rph-content-image{margin-block:22px!important}
.rph-locked-design .estimate-form{padding-block:24px!important}
.rph-locked-design .field-grid{row-gap:12px!important}

/* Interior hero height is reduced without altering its horizontal composition. */
.rph-locked-design .rph-adaptive-layout{min-height:560px;padding-block:38px 46px}
.rph-locked-design .rph-adaptive-visual{min-height:500px}
.rph-locked-design .rph-adaptive-hero--immersive .rph-adaptive-layout{min-height:610px}
.rph-locked-design .rph-adaptive-hero--editorial .rph-adaptive-visual{min-height:530px}
.rph-locked-design .rph-adaptive-hero--stacked .rph-adaptive-layout{padding-bottom:30px}
.rph-locked-design .rph-adaptive-hero--stacked .rph-adaptive-visual{min-height:340px}
.rph-locked-design .rph-adaptive-hero--technical .rph-adaptive-visual{min-height:520px}
.rph-locked-design .rph-adaptive-hero--guide .rph-adaptive-layout{min-height:550px}
.rph-locked-design .rph-adaptive-hero--guide .rph-adaptive-visual{min-height:450px}
.rph-locked-design .rph-adaptive-hero--urgent .rph-adaptive-layout{min-height:590px}
.rph-locked-design .rph-adaptive-hero--location .rph-adaptive-visual{min-height:500px}
.rph-locked-design .rph-adaptive-hero--contact .rph-adaptive-layout{min-height:550px}
.rph-locked-design .rph-adaptive-hero--rebate .rph-adaptive-visual{min-height:510px}

.rph-locked-design .rph-boiler-hero{padding-top:46px!important}
.rph-locked-design .rph-boiler-hero-copy{padding-bottom:48px!important}
.rph-locked-design .rph-boiler-page .rph-topic-icon-grid article{min-height:205px}

/* Footer density: vertical values only. */
.rph-locked-design .rph-reference-footer .rph-reference-footer-grid{padding-block:50px 40px!important}
.rph-locked-design .rph-reference-footer .rph-footer-accreditation{padding-block:24px!important}
.rph-locked-design .rph-reference-footer .rph-reference-legal{min-height:56px!important}

@media(max-width:960px){
  .rph-locked-design .section-pad:not(.rph-location-section){padding-block:44px!important}
  .rph-locked-design .section-pad .section-header,.rph-locked-design .section-pad .centered-heading{margin-bottom:22px!important}
  .rph-locked-design .trust-band{padding-block:32px!important}
  .rph-locked-design .prefooter-cta{padding-block:28px!important}
  .rph-locked-design .rph-location-section{padding-block:22px!important}
  .rph-locked-design .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--split-left .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--editorial .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--stacked .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--technical .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--guide .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--contact .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--rebate .rph-adaptive-layout{padding-block:32px 26px}
  .rph-locked-design .rph-adaptive-visual,
  .rph-locked-design .rph-adaptive-hero--editorial .rph-adaptive-visual,
  .rph-locked-design .rph-adaptive-hero--guide .rph-adaptive-visual,
  .rph-locked-design .rph-adaptive-hero--location .rph-adaptive-visual,
  .rph-locked-design .rph-adaptive-hero--rebate .rph-adaptive-visual{min-height:420px}
  .rph-locked-design .rph-reference-footer .rph-reference-footer-grid{padding-block:42px 34px!important}
}

@media(max-width:640px){
  .rph-locked-design .section-pad:not(.rph-location-section){padding-block:34px!important}
  .rph-locked-design .section-pad .section-header,.rph-locked-design .section-pad .centered-heading{margin-bottom:18px!important}
  .rph-locked-design .trust-band{padding-block:28px!important}
  .rph-locked-design .prefooter-cta{padding-block:26px!important}
  .rph-locked-design .rph-location-section{padding-block:18px!important}
  .rph-locked-design .rph-location-banner{padding-block:18px!important}
  .rph-locked-design .rph-icon-service-card{min-height:180px;padding-block:16px!important}
  .rph-locked-design .rph-topic-icon-grid article{padding-block:18px!important}
  .rph-locked-design .rph-confidence-grid article{min-height:0!important;padding-block:8px 20px!important}
  .rph-locked-design .rph-modern-reviews .rph-google-review-cards blockquote{min-height:184px;padding-block:19px!important}
  .rph-locked-design .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--split-left .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--editorial .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--stacked .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--technical .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--guide .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--contact .rph-adaptive-layout,
  .rph-locked-design .rph-adaptive-hero--rebate .rph-adaptive-layout{padding-block:20px 22px}
  .rph-locked-design .rph-adaptive-visual,
  .rph-locked-design .rph-adaptive-hero--editorial .rph-adaptive-visual,
  .rph-locked-design .rph-adaptive-hero--guide .rph-adaptive-visual,
  .rph-locked-design .rph-adaptive-hero--location .rph-adaptive-visual,
  .rph-locked-design .rph-adaptive-hero--rebate .rph-adaptive-visual{min-height:290px}
  .rph-locked-design .rph-reference-footer .rph-reference-footer-grid{padding-block:36px 30px!important}
  .rph-locked-design .rph-reference-footer .footer-company,
  .rph-locked-design .rph-reference-footer .footer-column,
  .rph-locked-design .rph-reference-footer .rph-footer-contact-info{padding-bottom:22px!important;margin-bottom:22px!important}
  .rph-locked-design .rph-reference-footer .footer-column{padding-top:22px!important}
  .rph-locked-design .rph-reference-footer .rph-footer-accreditation{padding-block:26px!important}
}


/* === footer-final-v1.14.9.css === */
/* Final authorized footer corrections only. */
.rph-locked-design .rph-reference-footer .rph-reference-footer-grid {
    padding-block: 30px 26px !important;
}

.rph-reference-footer .footer-column {
    gap: 0 !important;
}

.rph-reference-footer .footer-company > img {
    margin-bottom: 10px;
}

.rph-reference-footer .footer-company p {
    line-height: 1.42;
}

.rph-reference-footer .rph-footer-social {
    gap: 7px;
    margin-top: 10px;
}

.rph-reference-footer .rph-footer-social a,
.rph-reference-footer .rph-footer-social span {
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.rph-reference-footer .rph-footer-social a:hover,
.rph-reference-footer .rph-footer-social span:hover {
    border-color: #7cc9ff;
    background: #0a68bb;
    transform: translateY(-2px);
}

.rph-reference-footer .footer-column h3 {
    margin-bottom: 10px;
}

.rph-reference-footer .footer-column > a:not(.btn) {
    min-height: 27px;
    margin-bottom: 1px;
    padding-block: 1px;
}

.rph-reference-footer .rph-footer-contact-info > a,
.rph-reference-footer .rph-footer-contact-info > div {
    min-height: 36px !important;
    margin-bottom: 5px !important;
    padding-block: 5px !important;
}

.rph-reference-footer .rph-footer-contact-info small {
    margin-top: 0;
    line-height: 1.25;
}

.rph-reference-footer .rph-footer-estimate {
    padding: 18px !important;
}

.rph-reference-footer .rph-footer-estimate p {
    margin-bottom: 10px;
    line-height: 1.48;
}

.rph-reference-footer .rph-footer-estimate .btn {
    position: relative;
    display: grid !important;
    min-height: 46px;
    padding-inline: 38px !important;
    place-items: center;
    line-height: 1.2;
    text-align: center;
}

.rph-reference-footer .rph-footer-estimate-label {
    display: block;
    width: 100%;
    text-align: center;
}

.rph-reference-footer .rph-footer-estimate-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

.rph-locked-design .rph-reference-footer .rph-footer-accreditation {
    padding-block: 20px !important;
}

.rph-reference-footer .bbb-footer-grid {
    gap: 24px;
}

.rph-reference-footer .bbb-footer-grid p {
    margin-top: 5px;
    line-height: 1.45;
}

.rph-reference-footer .rph-reference-legal {
    min-height: 52px !important;
    padding-block: 9px !important;
}

@media (max-width: 1180px) {
    .rph-reference-footer .rph-reference-footer-grid {
        row-gap: 24px;
    }
}

@media (max-width: 820px) {
    .rph-reference-footer .rph-reference-footer-grid {
        row-gap: 18px;
    }
}

@media (max-width: 640px) {
    .rph-locked-design .rph-reference-footer .rph-reference-footer-grid {
        padding-block: 26px 22px !important;
    }

    .rph-locked-design .rph-reference-footer .footer-company,
    .rph-locked-design .rph-reference-footer .footer-column,
    .rph-locked-design .rph-reference-footer .rph-footer-contact-info {
        margin-bottom: 12px !important;
        padding-bottom: 12px !important;
    }

    .rph-locked-design .rph-reference-footer .footer-column {
        padding-top: 12px !important;
    }

    .rph-reference-footer .rph-footer-estimate {
        margin-top: 12px !important;
        padding: 18px !important;
    }

    .rph-reference-footer .footer-column > a:not(.btn) {
        min-height: 32px;
        margin-bottom: 1px;
    }

    .rph-reference-footer .rph-footer-contact-info > a,
    .rph-reference-footer .rph-footer-contact-info > div {
        min-height: 42px !important;
        margin-bottom: 5px !important;
    }

    .rph-locked-design .rph-reference-footer .rph-footer-accreditation {
        padding-block: 22px !important;
    }
}


/* === seo-growth.css === */
/* Royal Pro SEO Growth Foundation — visible breadcrumb only. */
.rph-breadcrumb{position:relative;z-index:8;border-bottom:1px solid #dce7f0;background:linear-gradient(90deg,#f6faff,#fff);color:#52657a}
.rph-breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:7px;min-height:42px;margin:0;padding-block:8px;list-style:none;font-size:12px;font-weight:700;line-height:1.35}
.rph-breadcrumb li{display:inline-flex;align-items:center;min-width:0}
.rph-breadcrumb li+li:before{content:"/";margin-right:7px;color:#99a9b8;font-weight:500}
.rph-breadcrumb a{color:#096fb4;transition:color .18s ease}
.rph-breadcrumb a:hover{color:#e51b2b}
.rph-breadcrumb span[aria-current="page"]{overflow:hidden;max-width:min(62vw,660px);color:#394c60;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:640px){.rph-breadcrumb ol{min-height:38px;padding-block:7px;font-size:11px}.rph-breadcrumb span[aria-current="page"]{max-width:66vw}}



/* === local-authority.css === */
/* Royal Pro Local Authority — compact, crawlable service/location relationships. */
.rph-local-authority{--local-accent:var(--rph-page-accent,#2a9ce8);position:relative;overflow:hidden;padding:clamp(54px,5vw,76px) 0;background:#061b32;color:#fff}
.rph-local-authority:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--local-accent) 23%,transparent),transparent 31%),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,54px 54px,54px 54px;pointer-events:none}
.rph-local-authority>.container{position:relative;z-index:1}
.rph-local-authority--ember,.rph-local-authority--red{--local-accent:#ef5b42}.rph-local-authority--copper{--local-accent:#d9954e}.rph-local-authority--green,.rph-local-authority--mint{--local-accent:#55c99c}.rph-local-authority--teal,.rph-local-authority--aqua{--local-accent:#32c7c7}.rph-local-authority--water,.rph-local-authority--sky,.rph-local-authority--ice{--local-accent:#4fb8ed}.rph-local-authority--violet{--local-accent:#a58bed}
.rph-local-authority-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:30px}.rph-local-authority-head>div{max-width:850px}.rph-local-authority .eyebrow{color:color-mix(in srgb,var(--local-accent) 76%,#fff)}.rph-local-authority-head h2{max-width:820px;margin:8px 0 10px;color:#fff;font-size:clamp(31px,3.3vw,48px);font-weight:800;line-height:1.08;letter-spacing:-.035em}.rph-local-authority-head p{max-width:790px;margin:0;color:#bdd0df;font-size:16px;line-height:1.62}.rph-local-authority-status{display:inline-flex;flex:0 0 auto;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.07);color:#e5f1f8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.rph-local-authority-status i{width:9px;height:9px;border-radius:50%;background:var(--local-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--local-accent) 18%,transparent)}
.rph-local-authority-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.rph-local-authority-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.rph-local-authority-links>a{display:grid;min-width:0;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:94px;padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.055);color:#fff;transition:transform .18s ease,border-color .18s ease,background .18s ease}.rph-local-authority-links>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--local-accent) 60%,transparent);background:rgba(255,255,255,.09)}.rph-local-link-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--local-accent) 15%,#fff)}.rph-local-link-icon img{width:27px;height:27px}.rph-local-authority-links strong{display:block;color:#fff;font-size:14px;line-height:1.25}.rph-local-authority-links small{display:block;margin-top:4px;color:#aebfce;font-size:10.5px;line-height:1.35}.rph-local-authority-links>a>i{color:var(--local-accent);font-size:19px;font-style:normal}
.rph-local-authority-facts{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.045));box-shadow:0 22px 52px rgba(0,0,0,.2)}.rph-local-authority-facts h3{margin:7px 0 14px;color:#fff;font-size:23px;line-height:1.15}.rph-local-authority-facts-heading>p:not(.rph-local-authority-disclosure){margin:-2px 0 17px;color:#c1d0dc;font-size:13px;line-height:1.55}.rph-local-fact{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;margin-top:9px;padding:11px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:rgba(0,0,0,.13);color:#fff}.rph-local-fact:hover{border-color:color-mix(in srgb,var(--local-accent) 58%,transparent)}.rph-local-fact>img{width:22px;height:22px;margin:auto;filter:brightness(0) invert(1)}.rph-local-fact small,.rph-local-fact strong{display:block}.rph-local-fact small{color:#a9bdcc;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.rph-local-fact strong{margin-top:2px;color:#fff;font-size:14px}.rph-local-fact--phone strong{color:color-mix(in srgb,var(--local-accent) 68%,#fff);font-size:20px;font-weight:800}.rph-local-authority-disclosure{margin:16px 1px 0;color:#95aabd;font-size:10px;line-height:1.45}
.rph-local-authority--routing-only{padding:clamp(38px,4vw,54px) 0}.rph-local-authority--routing-only .rph-local-authority-head{align-items:center;margin-bottom:20px}.rph-local-authority--routing-only .rph-local-authority-head h2{max-width:760px;font-size:clamp(29px,2.8vw,41px)}.rph-local-authority-layout--routing-only{display:block}.rph-local-authority--routing-only .rph-local-authority-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:stretch;padding:16px}.rph-local-authority--routing-only .rph-local-authority-facts-heading{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:4px 8px}.rph-local-authority--routing-only .rph-local-authority-facts-heading h3{margin:6px 0 0;font-size:21px}.rph-local-authority--routing-only .rph-local-authority-disclosure{margin:9px 0 0}.rph-local-authority--routing-only .rph-local-fact{min-width:0;margin:0;padding:14px}.rph-local-authority--routing-only .rph-local-fact--phone strong{font-size:clamp(18px,1.6vw,22px)}
.rph-local-neighbourhoods,.rph-local-nearby{display:grid;grid-template-columns:190px 1fr;gap:20px;align-items:start;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.rph-local-neighbourhoods>strong,.rph-local-nearby>strong{color:#fff;font-size:12px}.rph-local-neighbourhoods>div,.rph-local-nearby>div{display:flex;flex-wrap:wrap;gap:7px}.rph-local-neighbourhoods span,.rph-local-nearby a{padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);color:#d6e3ec;font-size:11px;font-weight:700}.rph-local-nearby a:hover{border-color:var(--local-accent);color:#fff}
@media(max-width:1100px){.rph-local-authority-layout{grid-template-columns:minmax(0,1fr) 300px}.rph-local-authority-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.rph-local-authority-head{display:block}.rph-local-authority-status{margin-top:18px}.rph-local-authority-layout{grid-template-columns:1fr}.rph-local-authority-facts{display:grid;grid-template-columns:1fr 1fr;gap:9px}.rph-local-authority-facts-heading{grid-column:1/-1}.rph-local-fact{margin-top:0}.rph-local-authority--routing-only .rph-local-authority-facts{grid-template-columns:1fr 1fr}.rph-local-authority--routing-only .rph-local-authority-facts-heading{grid-column:1/-1;padding:2px}.rph-local-authority-disclosure{grid-column:1/-1}}
@media(max-width:560px){.rph-local-authority{padding:44px 0}.rph-local-authority--routing-only{padding:34px 0}.rph-local-authority-head h2,.rph-local-authority--routing-only .rph-local-authority-head h2{font-size:28px}.rph-local-authority-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.rph-local-authority-links>a{grid-template-columns:36px minmax(0,1fr);gap:9px;min-height:86px;padding:9px}.rph-local-link-icon{width:36px;height:36px;border-radius:10px}.rph-local-link-icon img{width:22px;height:22px}.rph-local-authority-links small,.rph-local-authority-links>a>i{display:none}.rph-local-authority-links strong{font-size:12px}.rph-local-authority-facts,.rph-local-authority--routing-only .rph-local-authority-facts{display:block;padding:16px}.rph-local-fact,.rph-local-authority--routing-only .rph-local-fact{margin-top:9px}.rph-local-neighbourhoods,.rph-local-nearby{grid-template-columns:1fr;gap:10px}.rph-local-authority-status{font-size:9px}}


/* v2.2.2 accessibility corrections from the Lighthouse report. */
.intent-number{color:#56718c!important}
.rph-reference-footer .rph-reference-legal a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;color:#fff!important}
.rph-reference-footer .rph-reference-legal a:hover{text-decoration-thickness:2px}
