@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--navy:#092538;--blue:#087ca9;--sky:#eaf5fa;--yellow:#f4e14b;--muted:#536675;--border:#d8e3e8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--navy);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #0784b6;outline-offset:5px}img{display:block;max-width:100%}.container{width:min(1240px,calc(100% - 88px));margin-inline:auto}.icon{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.skip{position:fixed;top:-70px;left:15px;z-index:10;background:#fff;padding:12px}.skip:focus{top:10px}.topbar{background:var(--navy);color:#fff;font-size:13px;padding:9px 0}.topbar .container{display:flex;justify-content:space-between;gap:16px}.topbar strong{color:var(--yellow);font-weight:500;margin-left:6px}header{position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid var(--border)}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;line-height:1.2;flex-shrink:0}.brand img{width:62px;height:62px;object-fit:contain}.brand>span{font-weight:800;font-size:24px;letter-spacing:-1px}.brand small{display:block;font-size:10px;letter-spacing:1.2px;margin-top:7px;font-weight:600}.nav nav{display:flex;gap:30px;font-size:14px;font-weight:600}.nav nav a:hover,.text-link:hover{color:var(--blue)}.navcall{display:flex;align-items:center;gap:10px;padding:12px 20px;background:var(--navy);color:#fff;border-radius:5px;font-weight:700}.hero{background:var(--sky);padding:54px 0 60px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;color:var(--blue);display:flex;align-items:center;gap:10px}.line{height:2px;width:25px;background:var(--blue)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;line-height:.98;letter-spacing:-1px}h1{font-size:clamp(70px,7.5vw,108px);margin:22px 0 26px}h1 em{font-style:normal;color:var(--blue)}.hero-copy>p{color:var(--muted);font-size:18px;max-width:440px;line-height:1.65;margin-bottom:29px}.actions{display:flex;align-items:center;gap:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:700;font-size:15px;padding:17px 23px;border-radius:5px;transition:transform .18s,background .18s}.button:hover{transform:translateY(-2px)}.yellow{background:var(--yellow);color:var(--navy)}.yellow:hover{background:#ebd329}.button>span{margin-left:13px;font-size:22px;line-height:1}.text-link{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:14px}.hero-note{display:flex;align-items:center;gap:9px;margin-top:25px;font-size:12px;color:var(--muted);max-width:420px}.hero-note .icon{width:18px;height:18px}.hero-photo{height:495px;position:relative;border-radius:9px;isolation:isolate}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:45% center;border-radius:9px}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,20,32,.7),transparent 45%);z-index:0;border-radius:9px}.photo-tag{position:absolute;bottom:51px;left:-24px;right:25px;background:white;border-radius:5px;display:flex;align-items:center;padding:20px;gap:13px;z-index:1;box-shadow:0 12px 32px #09253815}.photo-tag strong{display:block;font-size:15px}.photo-tag small{font-size:13px;color:var(--muted)}.tag-icon{display:flex;background:var(--sky);color:var(--blue);border-radius:50%;padding:11px}.photo-tag a{margin-left:auto;font-size:27px;padding:0 5px}.image-caption{position:absolute;bottom:16px;left:25px;font-size:10px;letter-spacing:2px;color:#fff;z-index:1}.trust-strip{border-bottom:1px solid var(--border);background:#fff}.trust-grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;padding:25px 0}.trust-grid>span{display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;font-weight:500}.trust-grid>span+span{border-left:1px solid var(--border)}.trust-grid .icon{color:var(--blue);width:21px;height:21px}.section{padding-top:84px;padding-bottom:84px}h2{font-size:clamp(42px,4.4vw,60px);margin:15px 0 22px}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:32px}.section-head h2{margin-bottom:0}.section-head>p{max-width:360px;color:var(--muted);font-size:15px;margin-bottom:3px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service{border:1px solid var(--border);padding:27px;border-radius:7px;display:flex;flex-direction:column}.service.featured{background:var(--navy);color:#fff;border-color:var(--navy)}.service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px;color:var(--blue)}.service-top .icon{width:30px;height:30px}.service-top>span{font-family:'Barlow Condensed',sans-serif;font-size:20px;color:#7b8c97}.featured .service-top{color:var(--yellow)}h3{font-size:20px;line-height:1.25;letter-spacing:-.5px;margin-bottom:12px}.service p{font-size:14px;color:var(--muted);margin-bottom:23px;line-height:1.75}.featured p{color:#bdcdd8}.service a{font-size:13px;font-weight:700;margin-top:auto;display:flex;justify-content:space-between;align-items:center}.service a span{font-size:22px}.service a:hover{color:var(--blue)}.featured a:hover{color:var(--yellow)}.service-help{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:23px 0 0;font-size:14px;color:var(--muted)}.service-help strong{color:var(--navy)}.service-help a{color:var(--blue);font-weight:700;white-space:nowrap}.equipment{background:var(--sky);padding:70px 0}.equipment-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.equipment-photo{position:relative;height:430px}.equipment-photo img{height:100%;width:100%;object-fit:cover;border-radius:7px;object-position:47% center}.equipment-photo span{position:absolute;bottom:0;left:0;background:var(--navy);color:#fff;padding:13px 20px;border-radius:0 5px 0 7px;font-size:10px;letter-spacing:1.7px}.equipment-copy p{color:var(--muted);font-size:15px}.equipment-list{margin:24px 0;display:grid}.equipment-list span{display:flex;gap:18px;border-bottom:1px solid #ccdde6;padding:11px 0;color:var(--blue);font-size:12px}.equipment-list strong{font-size:14px;font-weight:500;color:var(--navy)}.navy{background:var(--navy);color:white}.coverage{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.coverage p{max-width:410px;color:var(--muted);font-size:15px;margin-bottom:26px}.area-box{padding:33px;border:1px solid var(--border);border-radius:8px}.area-title{display:flex;align-items:center;gap:10px;font-weight:700;border-bottom:1px solid var(--border);padding-bottom:23px;margin-bottom:25px}.area-title .icon{color:var(--blue)}.towns{display:flex;gap:10px;flex-wrap:wrap}.towns span{font-size:14px;background:#f0f5f7;border-radius:4px;padding:9px 13px}.faq-wrap{background:#f5f8fa;padding:65px 0}.faq{display:grid;grid-template-columns:1fr 1.6fr;gap:70px}.questions details{border-bottom:1px solid var(--border)}.questions details:first-child{border-top:1px solid var(--border)}summary{padding:20px 34px 20px 0;font-weight:600;font-size:15px;cursor:pointer;list-style:none;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:5px;top:15px;color:var(--blue);font-size:25px;font-weight:400}details[open] summary:after{content:'−'}.questions p{font-size:14px;color:var(--muted);padding-right:20px}.questions p a{text-decoration:underline}.contact{background:var(--navy);color:white;padding:70px 0 45px}.contact .eyebrow{color:#89cfe7}.contact-top{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:40px;border-bottom:1px solid #ffffff26;padding-bottom:40px}.contact h2{margin-bottom:0;font-size:clamp(43px,4.5vw,62px)}.contact-cta{justify-self:end}.big-phone{font-family:'Barlow Condensed',sans-serif;font-size:clamp(35px,4vw,53px);font-weight:600;line-height:1.2;color:var(--yellow);white-space:nowrap;display:block;border-bottom:1px solid #f4e14b70;padding-bottom:12px}.big-phone span{margin-left:22px}.contact-cta p{font-size:13px;color:#b5c7d3;margin:15px 0 0}.contact-bottom{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:36px;margin-top:33px}.contact-bottom h3{font-size:14px;letter-spacing:0;margin-bottom:15px}.contact-bottom p,.contact-bottom a{font-size:13px;line-height:1.9;color:#becdd7;display:block;margin-bottom:6px}.contact-bottom a:hover{color:var(--yellow)}.payment>div{display:flex;flex-wrap:wrap;gap:7px}.payment span{border:1px solid #ffffff40;padding:6px 9px;border-radius:4px;font-size:12px;color:#d5e0e7}footer{background:#061c2c;color:#91a9ba;font-size:12px;padding:24px 0}footer .container{display:flex;align-items:center;gap:30px;justify-content:space-between}.footer-brand{color:#fff;font-weight:700;letter-spacing:.7px;font-size:15px}.mobile-cta{display:none}
@media(min-width:1500px){.hero-photo{height:535px}.hero{padding:64px 0}}@media(max-width:1080px){.container{width:calc(100% - 56px)}.nav{gap:20px}.brand>span{font-size:20px}.nav nav{gap:20px}.brand img{width:54px;height:54px}.navcall{padding:12px}.hero-grid{gap:30px}h1{font-size:84px}.hero-photo{height:475px}.hero-copy>p{font-size:16px}.hero-note{font-size:12px}.photo-tag{left:-10px;right:15px;padding:15px}.photo-tag strong{font-size:13px}.equipment-grid,.coverage{gap:40px}.trust-grid>span{font-size:12px}.service{padding:23px}.contact-top{gap:25px}.big-phone{font-size:40px}.brand small{font-size:9px}.equipment-photo{height:425px}}@media(max-width:800px){.nav nav{display:none}.hero-grid{gap:24px}h1{font-size:72px}.hero-photo{height:450px}.actions{gap:20px}.actions .button{padding:16px}.actions .text-link{font-size:13px}.hero-note{align-items:start}.photo-tag{left:12px;right:12px;bottom:42px;padding:12px;gap:9px}.tag-icon{padding:8px}.photo-tag strong{font-size:12px}.photo-tag small{font-size:11px}.photo-tag a{display:none}.section-head{gap:25px}.services{grid-template-columns:repeat(2,1fr)}.section-head>p{max-width:270px}.equipment-grid{gap:30px}.equipment-photo{height:450px}.coverage{gap:30px}.area-box{padding:24px}.towns span{font-size:13px;padding:7px 10px}.faq{gap:30px}.contact-top{grid-template-columns:1fr 1fr}.contact-bottom{grid-template-columns:1fr 1fr}.payment{grid-column:1/-1}.big-phone{font-size:33px}.big-phone span{margin-left:8px}.trust-grid{grid-template-columns:1fr 1.4fr}.trust-grid>span:last-child{display:none}.service-help{align-items:start}.service-help>span{max-width:360px}}
@media(max-width:620px){.container{width:calc(100% - 40px)}.topbar{font-size:11px;text-align:center}.topbar .container{justify-content:center}.topbar .container>span:last-child{display:none}.nav{height:76px;gap:10px}.brand{gap:7px}.brand img{width:48px;height:48px}.brand>span{font-size:20px}.brand small{font-size:8px;letter-spacing:.6px;margin-top:4px}.navcall{padding:11px}.navcall span{display:none}.navcall .icon{width:21px;height:21px}.hero{padding:32px 0}.hero-grid{grid-template-columns:1fr;gap:33px}.eyebrow{font-size:11px;letter-spacing:1.5px}h1{font-size:clamp(70px,18vw,92px);margin:20px 0 22px}.hero-copy>p{font-size:16px;max-width:360px;margin-bottom:23px}.actions{gap:25px}.actions .button{padding:17px 21px}.hero-note{margin-top:20px;font-size:12px;max-width:none}.hero-photo{height:305px}.hero-photo>img{object-position:center 55%}.photo-tag{left:15px;right:15px;bottom:40px;max-width:370px;padding:14px}.photo-tag strong{font-size:14px}.photo-tag small{font-size:12px}.photo-tag a{display:block}.image-caption{font-size:9px;left:17px}.trust-grid{grid-template-columns:1fr;padding:18px 0;gap:12px}.trust-grid>span{font-size:13px;justify-content:start}.trust-grid>span+span{border:0}.trust-grid>span:last-child{display:flex}.section{padding-top:55px;padding-bottom:55px}.section-head{display:block;margin-bottom:25px}.section-head>p{margin:18px 0 0;max-width:100%;font-size:14px}h2{font-size:46px}.services{gap:12px}.service{padding:21px 18px}.service-top{margin-bottom:20px}.service-top .icon{width:26px;height:26px}.service h3{font-size:18px}.service p{font-size:13px}.service a{font-size:12px;gap:8px}.service-help{flex-direction:column;font-size:13px;gap:10px}.equipment{padding:40px 0}.equipment-grid{grid-template-columns:1fr;gap:30px}.equipment-photo{height:270px}.equipment-photo span{font-size:9px}.equipment-copy p{font-size:14px}.coverage{grid-template-columns:1fr;gap:28px}.coverage h2 br{display:none}.area-box{padding:24px}.faq-wrap{padding:45px 0}.faq{grid-template-columns:1fr;gap:4px}.faq h2 br{display:none}.faq h2{margin-bottom:28px}summary{font-size:14px;padding:19px 30px 19px 0}.contact{padding:48px 0 33px}.contact-top{grid-template-columns:1fr;gap:25px;padding-bottom:30px}.contact h2{font-size:47px}.contact-cta{justify-self:start}.big-phone{font-size:44px}.big-phone span{margin-left:24px}.contact-bottom{grid-template-columns:1fr;gap:24px;margin-top:28px}.contact-bottom h3{margin-bottom:10px}.payment{grid-column:auto}.contact-bottom p{margin-bottom:0}footer{padding-bottom:110px}footer .container{flex-wrap:wrap;gap:8px 20px}footer .container>span:last-child{margin-left:auto}.footer-brand{width:100%}.mobile-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;z-index:8;bottom:0;left:0;right:0;background:white;border-top:1px solid var(--border);padding:12px 20px max(12px,env(safe-area-inset-bottom));box-shadow:0 -5px 20px #09253812}.mobile-cta strong{font-size:12px;display:block}.mobile-cta small{font-size:11px;color:var(--muted);display:block}.mobile-cta .button{font-size:13px;padding:13px 17px;gap:8px}.mobile-cta .icon{width:17px;height:17px}}
@media(max-width:360px){.services{grid-template-columns:1fr}.brand>span{font-size:18px}.brand img{width:42px;height:42px}.hero-note{font-size:11px}.mobile-cta{padding-inline:12px}.big-phone{font-size:38px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
