:root{--navy:#071425;--blue:#0675bd;--cyan:#11b9e8;--cream:#f5f2eb;--ink:#101820}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:var(--cream);line-height:1.65}header{height:96px;padding:14px max(24px,6vw);display:flex;align-items:center;justify-content:space-between;background:var(--navy);border-bottom:3px solid var(--cyan)}header img{width:130px;max-height:68px;object-fit:contain}header a.call,.button{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;text-decoration:none;font-weight:800;padding:14px 20px}.hero{padding:86px max(24px,10vw);color:#fff;background:linear-gradient(100deg,#071425f5,#071425bd),url('/hero-plumbing-poster.jpg') center/cover}.eyebrow{color:#72d9f4;font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero h1{max-width:800px;font-size:clamp(40px,6vw,72px);line-height:1.02;margin:12px 0 22px}.hero p:not(.eyebrow){max-width:680px;font-size:19px;color:#e7edf2}.content{max-width:1050px;margin:auto;padding:72px 24px;display:grid;grid-template-columns:1.6fr .8fr;gap:54px}.content h2{font-size:clamp(30px,4vw,46px);line-height:1.15}.content h3{margin-top:32px}.panel{background:#fff;border-top:4px solid var(--blue);padding:28px;height:max-content;box-shadow:0 18px 50px #07142514}.panel ul{padding-left:20px}.crumbs{max-width:1050px;margin:auto;padding:18px 24px 0;font-size:14px}.crumbs a{color:var(--blue)}footer{padding:30px 6vw;background:var(--navy);color:#c5d0da;display:flex;justify-content:space-between;gap:20px}footer a{color:#fff}@media(max-width:720px){header{height:78px}header img{width:100px}.call{font-size:13px;padding:11px!important}.hero{padding:62px 24px}.content{grid-template-columns:1fr;padding-top:48px}footer{flex-direction:column}}
