:root{--ink:#10141b;--orange:#ff5a0a;--cream:#f5f2ec;--white:#fff;--muted:#5f6670}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.45}a{color:inherit}.topbar{height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:10px clamp(20px,5vw,70px);background:#fff;border-bottom:1px solid #ddd;position:relative;z-index:10}.logo img{display:block;width:220px;height:65px;object-fit:contain}.topbar nav{display:flex;align-items:center;gap:28px}.topbar nav a{text-decoration:none;font-weight:800}.nav-call{background:var(--orange);color:#fff!important;border-radius:8px;padding:13px 21px}.hero{min-height:690px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--ink)}.hero-photo,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-photo{object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(16,20,27,.97) 0%,rgba(16,20,27,.82) 38%,rgba(16,20,27,.15) 72%,rgba(16,20,27,.05) 100%)}.hero-copy{position:relative;z-index:2;width:min(720px,90%);margin-left:clamp(22px,8vw,130px);color:#fff}.eyebrow{margin:0 0 16px;color:#ff8a4b;font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow.dark{color:#d94800}.hero h1,.section h2,.quote-band h2{margin:0;font-size:clamp(3.2rem,7.2vw,6.8rem);line-height:.91;letter-spacing:-.065em}.hero h1 span{color:var(--orange)}.intro{max-width:610px;margin:28px 0;font-size:clamp(1.1rem,2vw,1.42rem);font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.button{min-height:60px;display:inline-flex;align-items:center;justify-content:center;border:2px solid transparent;border-radius:8px;padding:15px 25px;text-decoration:none;font-weight:900}.button.primary{background:var(--orange);color:#fff}.button.ghost{border-color:#fff;color:#fff}.button.light{background:#fff;color:var(--ink)}.small-line{margin:15px 0 0;font-weight:800;color:#fff}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--orange);color:#fff;padding:0 clamp(20px,7vw,110px)}.trust-strip div{display:flex;align-items:baseline;gap:12px;padding:26px 24px;border-right:1px solid rgba(255,255,255,.35)}.trust-strip div:last-child{border:0}.trust-strip strong{font-size:1.4rem}.trust-strip span{font-size:.92rem}.section{max-width:1240px;margin:auto;padding:100px clamp(22px,5vw,70px)}.section-head{max-width:750px}.section h2,.quote-band h2{font-size:clamp(2.5rem,5vw,4.8rem)}.section-head>p:last-child{max-width:640px;color:var(--muted);font-size:1.15rem}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:55px}.service-grid article{min-height:270px;padding:28px;background:#fff;border-top:6px solid var(--orange);box-shadow:0 14px 40px rgba(16,20,27,.08)}.service-grid span{font-weight:900;color:var(--orange)}.service-grid h3{font-size:1.65rem;margin:55px 0 10px}.service-grid p{margin:0;color:var(--muted)}.quote-band{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:75px clamp(24px,8vw,130px);background:var(--orange);color:#fff}.quote-band>div{max-width:800px}.quote-band .eyebrow{color:#27130a}.quote-band p:last-child{font-size:1.1rem;font-weight:700}.areas{display:grid;grid-template-columns:1.5fr 1fr;gap:70px;align-items:center}.area-copy>p{max-width:650px;color:var(--muted)}.place-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.place-list span{padding:10px 14px;border:2px solid #c8c8c8;border-radius:99px;background:#fff;font-weight:800}.contact-card{padding:38px;background:var(--ink);color:#fff;border-radius:14px;box-shadow:12px 12px 0 var(--orange)}.contact-card p{margin:0;color:#ff8a4b;font-weight:900}.contact-card>a:not(.button){display:block;margin:12px 0 2px;color:#fff;font-size:clamp(1.7rem,4vw,2.8rem);font-weight:900;text-decoration:none}.contact-card span{display:block;margin-bottom:30px;color:#c6ccd4}footer{display:grid;gap:8px;justify-items:center;text-align:center;padding:50px 20px 110px;background:#fff}footer img{width:250px;height:95px;object-fit:contain}footer p{margin:0;color:var(--muted)}.mobile-bar{display:none}
@media(max-width:800px){body{font-size:17px}.topbar{height:76px;padding:8px 16px}.logo img{width:170px}.topbar nav>a:not(.nav-call){display:none}.nav-call{padding:11px 16px}.hero{min-height:650px;align-items:flex-end;padding:70px 0}.hero-photo{object-position:65% center}.hero-shade{background:linear-gradient(0deg,rgba(16,20,27,.98) 0%,rgba(16,20,27,.8) 55%,rgba(16,20,27,.18) 100%)}.hero-copy{margin:0 22px;width:auto}.hero h1{font-size:clamp(3.15rem,15vw,5.1rem)}.hero-actions .button{width:100%}.trust-strip{grid-template-columns:1fr;padding:8px 22px}.trust-strip div{padding:16px 6px;border-right:0;border-bottom:1px solid rgba(255,255,255,.3)}.service-grid{grid-template-columns:1fr 1fr}.service-grid article{min-height:235px}.quote-band{display:block;padding:58px 24px}.quote-band .button{width:100%;margin-top:20px}.areas{grid-template-columns:1fr;gap:45px}.mobile-bar{position:fixed;z-index:50;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:8px;background:var(--ink)}.mobile-bar a{min-height:58px;display:flex;align-items:center;justify-content:center;background:var(--orange);color:#fff;text-decoration:none;font-weight:900}.mobile-bar a:last-child{background:#25d366;color:#07110a}}
@media(max-width:520px){.service-grid{grid-template-columns:1fr}.service-grid article{min-height:210px}.section{padding-top:72px;padding-bottom:72px}.topbar .nav-call{font-size:.9rem}.hero h1{letter-spacing:-.055em}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.steps-section{padding:90px clamp(22px,8vw,130px);background:var(--ink);color:#fff}.steps-section .section-head{max-width:900px}.steps-section h2{margin:0;font-size:clamp(2.6rem,5vw,5rem);letter-spacing:-.055em}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px}.steps-grid article{display:flex;gap:20px;padding:25px;border:1px solid #3b424d;border-radius:12px;background:#181e27}.steps-grid b{display:grid;place-items:center;flex:0 0 52px;height:52px;border-radius:50%;background:var(--orange);font-size:1.3rem}.steps-grid h3{margin:2px 0 8px;font-size:1.35rem}.steps-grid p{margin:0;color:#c5cbd3}.quote-form-section{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;padding:100px clamp(22px,8vw,130px);background:#fff}.quote-form-section h2,.leak-help h2,.faq h2{margin:0;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.95;letter-spacing:-.055em}.quote-intro>p:last-child{color:var(--muted);font-size:1.1rem}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:28px;border:2px solid var(--ink);border-radius:14px;box-shadow:10px 10px 0 var(--orange)}.quote-form label{font-weight:900}.quote-form input,.quote-form select,.quote-form textarea{width:100%;margin-top:8px;border:2px solid #b8bbc0;border-radius:7px;padding:14px;background:#fff;font:inherit;font-weight:600}.quote-form label:nth-child(4),.quote-form button{grid-column:1/-1}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:3px solid rgba(255,90,10,.35);border-color:var(--orange)}.leak-help{display:grid;grid-template-columns:1.15fr 1fr auto;align-items:center;gap:50px;padding:75px clamp(22px,8vw,130px);background:#b53a08;color:#fff}.leak-help ol{margin:0;padding-left:24px}.leak-help li{margin:8px 0;font-weight:800}.faq{max-width:1000px}.faq details{border-bottom:2px solid #cbc8c1;background:#fff}.faq summary{cursor:pointer;padding:24px 8px;font-size:1.2rem;font-weight:900}.faq details p{margin:0;padding:0 8px 24px;color:var(--muted)}
@media(max-width:800px){.steps-grid{grid-template-columns:1fr}.quote-form-section{grid-template-columns:1fr;gap:38px;padding:72px 24px}.leak-help{grid-template-columns:1fr;gap:25px}.leak-help .button{width:100%}}
@media(max-width:520px){.quote-form{grid-template-columns:1fr;padding:20px}.quote-form label,.quote-form button{grid-column:1}}
.promise-section{display:grid;grid-template-columns:320px 1fr;gap:70px;align-items:center;padding:100px clamp(22px,8vw,130px);background:#10141b;color:#fff;overflow:hidden}.promise-badge{position:relative;display:grid;place-items:center;width:280px;height:280px;border:3px solid var(--orange);border-radius:50%;text-align:center;box-shadow:0 0 0 12px #10141b,0 0 0 14px rgba(255,90,10,.35)}.promise-badge:before,.promise-badge:after{position:absolute;content:"";width:70px;height:3px;background:var(--orange)}.promise-badge:before{left:-36px}.promise-badge:after{right:-36px}.promise-badge span{position:absolute;top:38px;color:var(--orange);font-size:4.3rem;font-weight:1000;letter-spacing:-.12em}.promise-badge b{margin-top:72px;font-size:1.25rem;letter-spacing:.14em}.promise-copy{max-width:850px}.promise-copy h2,.reviews-section h2{margin:0;font-size:clamp(2.8rem,6vw,5.7rem);line-height:.94;letter-spacing:-.06em}.promise-copy>p:not(.eyebrow){max-width:800px;color:#d3d7dc;font-size:1.15rem}.promise-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.promise-points span{padding:11px 15px;border:1px solid #555c66;border-radius:99px;background:#1a202a;font-weight:900}.reviews-section{padding:100px clamp(22px,8vw,130px);background:#fff}.reviews-head{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:end}.reviews-head>p{max-width:600px;margin:0;color:var(--muted);font-size:1.1rem}.review-invite{position:relative;max-width:800px;margin:55px auto 0;padding:44px;background:var(--cream);border:2px solid var(--ink);border-radius:14px;text-align:center;box-shadow:12px 12px 0 var(--orange)}.review-invite .stars{color:var(--orange);font-size:2rem;letter-spacing:.12em}.review-invite h3{margin:12px 0 8px;font-size:1.8rem}.review-invite p{margin:0 0 24px;color:var(--muted)}
@media(max-width:800px){.promise-section{grid-template-columns:1fr;gap:55px}.promise-badge{width:230px;height:230px;margin:auto}.promise-badge span{top:28px;font-size:3.5rem}.promise-badge b{margin-top:62px;font-size:1rem}.reviews-head{grid-template-columns:1fr;gap:22px}.review-invite{padding:30px 22px}.review-invite .button{width:100%}}
