:root{--red:#b83b38;--red-dark:#7d2424;--navy:#132033;--coal:#10141c;--steel:#e8edf2;--paper:#f7f4ef;--pipe:#c8a66a;--font:"Aptos","Segoe UI",ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:18px;line-height:1.6;color:var(--navy);background:var(--paper);overflow-x:hidden}a{color:inherit}img{max-width:100%;display:block}.pipebar{position:fixed;z-index:20;top:16px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 24px));display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 12px;background:rgba(247,244,239,.90);border:1px solid rgba(255,255,255,.68);backdrop-filter:blur(16px);box-shadow:0 18px 70px rgba(16,20,28,.18);border-radius:22px}.plumber-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.plumber-brand span{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:var(--red);color:white;font-weight:900;letter-spacing:-.05em}.plumber-brand strong{letter-spacing:-.02em}.pipebar nav{display:flex;gap:20px;font-size:.86rem;font-weight:900}.pipebar nav a{text-decoration:none}.call-chip{padding:10px 16px;border-radius:999px;background:var(--coal);color:white;text-decoration:none;font-weight:900}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;text-decoration:none;font-weight:900;border:1px solid transparent}.button.primary{background:var(--red);color:white;box-shadow:0 16px 34px rgba(184,59,56,.28)}.button.ghost{border-color:rgba(255,255,255,.52);color:white;background:rgba(255,255,255,.08)}.hero{position:relative;min-height:72vh;overflow:hidden;background:var(--coal)}.hero #hero-img{width:100%;height:72vh;min-height:72vh;object-fit:cover;object-position:center}.plumber-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,20,28,.94) 0%,rgba(16,20,28,.82) 38%,rgba(16,20,28,.12) 68%,rgba(16,20,28,.02) 100%)}.plumber-copy{position:absolute;left:max(24px,7vw);top:50%;transform:translateY(-45%);width:min(640px,42vw);color:#fff}.micro{margin:0 0 14px;text-transform:uppercase;letter-spacing:.15em;color:#f0c9a7;font-size:.72rem;font-weight:900}.hero h1{font-size:clamp(3.2rem,6.2vw,7rem);line-height:.86;letter-spacing:-.045em;max-width:9.5ch;margin:0 0 18px}.plumber-copy p:not(.micro){max-width:35rem;color:#ecddd1;font-size:clamp(1.05rem,1.3vw,1.32rem)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.license-card{position:absolute;right:max(22px,5vw);bottom:32px;width:min(380px,32vw);padding:22px;border-radius:24px;background:rgba(247,244,239,.92);border:1px solid rgba(255,255,255,.65);box-shadow:0 24px 80px rgba(0,0,0,.22)}.license-card span{display:block;color:var(--red-dark);font-weight:900;margin-bottom:10px}.license-card b{display:inline-block;margin:5px 8px 0 0;padding:8px 10px;border-radius:999px;background:#fff;color:var(--navy);font-size:.88rem}section{padding:86px max(22px,6vw)}h2{font-size:clamp(2.2rem,4.3vw,5.1rem);line-height:.95;letter-spacing:-.035em;margin:0}.diagnosis{position:relative;display:grid;grid-template-columns:86px .9fr 1.1fr;gap:34px;background:#f7f4ef;align-items:start}.pipe-line{width:54px;height:100%;min-height:250px;border:12px solid var(--pipe);border-right:0;border-radius:34px 0 0 34px;position:relative}.pipe-line:after{content:"";position:absolute;right:-22px;top:46%;width:34px;height:34px;border-radius:50%;background:var(--red)}.diagnosis-copy p{margin:0 0 18px;color:#445063;font-size:1.14rem}.workbench{background:#132033;color:white}.section-head{max-width:940px;margin-bottom:38px}.section-head p{max-width:760px;color:#c8d2df;font-size:1.16rem}.work-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:18px;align-items:stretch}.work-tile{min-height:420px;border-radius:34px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.12);background:linear-gradient(150deg,rgba(255,255,255,.09),rgba(255,255,255,.03))}.work-tile h3{font-size:clamp(1.65rem,2.5vw,2.5rem);line-height:1;margin:0 0 16px}.work-tile p{color:#f1f5f9}.work-tile ul{list-style:none;padding:0;margin:24px 0 0;display:flex;gap:8px;flex-wrap:wrap}.work-tile li{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.82rem;font-weight:900}.work-tile.repair{background:linear-gradient(150deg,#7d2424,#132033)}.work-tile.water{background:linear-gradient(150deg,#1d3048,#263b55)}.work-tile.project{background:linear-gradient(150deg,#59452a,#18263a)}.clean-proof{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center;background:#efe7dc}.proof-text p{font-size:1.15rem;color:#4e5968}.under-sink-card{border-radius:40px;overflow:hidden;background:var(--coal);color:#f4eadf;box-shadow:0 30px 80px rgba(42,32,25,.18)}.under-sink-card img{width:100%;height:360px;object-fit:cover}.under-sink-card p{padding:26px;margin:0;color:#f1dfd0}.review-valves{background:#f7f4ef}.review-valves h2{max-width:1050px}.reviews{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:38px}.reviews blockquote{margin:0;padding:28px;border-radius:26px;background:#fff;border:1px solid #eadfce;box-shadow:0 18px 50px rgba(28,22,18,.06)}.reviews p{font-size:1.08rem;margin:0 0 20px}.reviews cite{font-style:normal;font-weight:900;color:var(--red-dark)}.dispatch{padding:0;display:grid;grid-template-columns:.8fr 1.2fr;background:#10141c;color:white}.dispatch-card{padding:76px max(24px,6vw)}.dispatch-card h2{font-size:clamp(2rem,3.5vw,4rem)}.dispatch-card p{color:#dfd5cc}.dispatch iframe{width:100%;height:100%;min-height:480px;border:0;filter:saturate(.8) contrast(1.04)}footer{padding:34px max(22px,6vw);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#080b10;color:#ddd}footer p{margin:0}footer a{color:white;font-weight:900}@media(max-width:780px){body{font-size:17px}.pipebar{position:static;transform:none;width:100%;border-radius:0;flex-wrap:wrap}.pipebar nav{order:3;width:100%;justify-content:center}.call-chip{margin-left:auto}.hero{display:flex;flex-direction:column;min-height:0}.hero #hero-img{order:1;height:46vh;min-height:350px;object-position:right center;transform:scale(1.25);transform-origin:right center}.plumber-scrim{display:none}.plumber-copy{order:2;position:static;transform:none;width:100%;padding:30px 22px;background:#10141c}.hero h1{font-size:clamp(2.45rem,12vw,3.8rem);max-width:11ch}.plumber-copy p:not(.micro){font-size:1rem}.license-card{order:3;position:static;width:auto;border-radius:0;background:#f7f4ef;box-shadow:none}.diagnosis,.work-grid,.clean-proof,.reviews,.dispatch{grid-template-columns:1fr}.diagnosis{gap:22px}.pipe-line{display:none}.work-tile{min-height:auto}.under-sink-card img{height:260px}.dispatch iframe{min-height:360px}section{padding:58px 22px}.hero-actions .button{width:100%;margin-bottom:6px}footer{display:block}}
