:root{--navy:#071d2f;--navy-2:#0d2b42;--blue:#0d6e9e;--sky:#d8eff6;--copper:#e56d32;--copper-dark:#bd4d1d;--cream:#f6f3ed;--white:#fff;--ink:#102a3b;--muted:#5e6f79;--line:#d8e0e4;--shadow:0 18px 50px rgba(5,26,42,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 16px;color:var(--copper-dark);font-size:.78rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:3px;background:var(--copper);border-radius:3px}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.06;margin:0;color:var(--navy);letter-spacing:-.025em}h1{font-size:clamp(2.8rem,6vw,5.6rem)}h2{font-size:clamp(2.15rem,4vw,3.65rem)}h3{font-size:1.45rem}p{margin:0 0 1rem}.topbar{background:var(--navy);color:#e6f2f7;font-size:.88rem}.topbar .wrap{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a{font-weight:750;color:#fff}.site-header{height:88px;display:flex;align-items:center;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(7,29,47,.08);backdrop-filter:blur(16px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;line-height:1}.brand-mark{display:grid;place-items:center;width:47px;height:47px;border-radius:50% 50% 48% 52%;color:#fff;background:linear-gradient(145deg,var(--blue),var(--navy));font-family:Georgia,serif;font-size:1.55rem;font-weight:800;box-shadow:inset -5px -5px 0 rgba(255,255,255,.08)}.brand-copy strong{display:block;font-family:Georgia,serif;font-size:1.45rem;color:var(--navy)}.brand-copy span{font-size:.67rem;font-weight:800;letter-spacing:.14em;color:var(--blue)}.nav-links{display:flex;align-items:center;gap:26px;font-size:.93rem;font-weight:750}.nav-links a:not(.btn):hover{color:var(--copper)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 22px;border-radius:999px;border:0;font-weight:850;cursor:pointer;transition:.2s transform,.2s background,.2s box-shadow}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--copper);color:#fff;box-shadow:0 10px 25px rgba(229,109,50,.26)}.btn-primary:hover{background:var(--copper-dark)}.btn-ghost{border:1px solid rgba(255,255,255,.44);color:#fff;background:rgba(255,255,255,.06)}.menu-button{display:none;background:none;border:0;color:var(--navy);padding:8px}.hero{min-height:720px;position:relative;display:grid;align-items:center;background:var(--navy);isolation:isolate;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,33,.98) 0%,rgba(4,20,33,.9) 38%,rgba(4,20,33,.24) 72%,rgba(4,20,33,.08) 100%),url("phoenix-plumber-hero.png") center/cover no-repeat;z-index:-2}.hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(transparent,rgba(7,29,47,.58));z-index:-1}.hero-copy{max-width:680px;padding:92px 0 138px;color:#fff}.hero h1{color:#fff}.hero h1 em{font-style:normal;color:#9ddce8}.hero .lead{max-width:600px;font-size:1.2rem;color:#d7e6ec;margin:24px 0 32px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.trust-row{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:34px;color:#fff;font-size:.92rem;font-weight:700}.trust-row span{display:flex;align-items:center;gap:8px}.check{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:rgba(157,220,232,.16);color:#9ddce8}.quick-strip{position:relative;margin-top:-68px;z-index:3}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.quick-item{padding:30px 32px;border-right:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}.quick-item:last-child{border:0}.icon-box{width:52px;height:52px;border-radius:15px;background:var(--sky);color:var(--blue);display:grid;place-items:center;font-size:1.45rem}.quick-item small{display:block;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);font-weight:800;font-size:.68rem}.quick-item strong{display:block;color:var(--navy);font-size:1rem}.section{padding:104px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:46px}.section-head>div{max-width:700px}.section-head p{max-width:430px;color:var(--muted)}.services{background:var(--cream)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{min-height:250px;padding:30px;border:1px solid rgba(7,29,47,.1);border-radius:18px;background:#fff;display:flex;flex-direction:column;box-shadow:0 4px 15px rgba(7,29,47,.03);transition:.22s transform,.22s box-shadow,.22s border}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.service-icon{font-size:1.6rem;margin-bottom:32px}.service-card p{color:var(--muted);font-size:.94rem;margin:12px 0 0}.service-card a{margin-top:auto;padding-top:18px;color:var(--blue);font-weight:850;font-size:.88rem}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}.why-visual{min-height:560px;border-radius:26px;background:linear-gradient(145deg,var(--navy),var(--blue));padding:40px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;position:relative;overflow:hidden}.why-visual:before{content:"24/7";position:absolute;top:16px;right:-8px;font-family:Georgia,serif;font-size:10rem;font-weight:bold;line-height:1;color:rgba(255,255,255,.06)}.why-visual h3{color:#fff;font-size:2.2rem;max-width:380px}.why-visual p{color:#d8e9ef;margin-top:16px}.why-points{display:grid;gap:24px;margin-top:34px}.why-point{display:grid;grid-template-columns:38px 1fr;gap:14px}.why-point b{width:34px;height:34px;background:var(--copper);color:#fff;border-radius:50%;display:grid;place-items:center}.why-point p{color:var(--muted);margin:5px 0 0}.areas{background:var(--navy);color:#fff}.areas h2{color:#fff}.areas .eyebrow{color:#9ddce8}.areas .section-head p{color:#c4d6de}.area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.area-link{padding:14px 16px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.055);display:flex;align-items:center;justify-content:space-between;font-weight:700;transition:.2s}.area-link:hover{background:var(--copper);border-color:var(--copper);transform:translateX(3px)}.area-link span:last-child{opacity:.65}.reviews{background:#fff}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{padding:32px;border-radius:18px;background:var(--cream);border:1px solid #e7e1d9}.stars{color:var(--copper);letter-spacing:.15em;margin-bottom:18px}.review blockquote{margin:0;color:#344b59;font-size:1.02rem}.review cite{display:block;margin-top:20px;font-style:normal;font-weight:850;color:var(--navy)}.cta{background:var(--copper);padding:74px 0;color:#fff}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:36px}.cta h2{color:#fff;max-width:730px}.cta p{margin:12px 0 0;color:#fff0e9}.cta .btn{background:#fff;color:var(--navy);white-space:nowrap}.site-footer{background:#051724;color:#bfd0d8;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:64px}.site-footer h3{color:#fff;font-size:1.1rem;margin-bottom:18px;font-family:Inter,sans-serif}.site-footer .brand-copy strong{color:#fff}.footer-links{display:grid;gap:8px}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:38px;margin-top:42px;border-top:1px solid rgba(255,255,255,.1);font-size:.82rem}.area-hero{padding:96px 0;background:linear-gradient(135deg,var(--navy),#104569);color:#fff}.area-hero h1{font-size:clamp(2.75rem,5vw,4.9rem);color:#fff;max-width:860px}.area-hero p{max-width:680px;color:#d3e3e9;font-size:1.15rem;margin:22px 0 0}.breadcrumbs{font-size:.82rem;color:#a8cad7;margin-bottom:24px}.area-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:start}.area-copy h2{font-size:2.7rem;margin-bottom:22px}.area-copy p{color:#4d626e}.area-copy h3{margin-top:34px}.area-copy ul{padding-left:20px;color:#4d626e}.contact-card{position:sticky;top:110px;padding:30px;border-radius:20px;background:var(--cream);border-top:5px solid var(--copper)}.contact-card h3{font-size:1.7rem}.contact-card .phone{display:block;font-size:1.5rem;font-weight:900;color:var(--blue);margin:18px 0}.nearby{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.nearby a{padding:8px 12px;border-radius:999px;background:var(--sky);color:var(--navy);font-weight:750;font-size:.85rem}.mobile-call{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.nav-links{display:none;position:absolute;top:88px;left:0;right:0;padding:24px;background:#fff;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.menu-button{display:block}.hero{min-height:650px}.hero:before{background:linear-gradient(90deg,rgba(4,20,33,.98),rgba(4,20,33,.75)),url("phoenix-plumber-hero.png") 64% center/cover no-repeat}.hero-copy{padding:70px 0 126px;max-width:600px}.quick-grid{grid-template-columns:1fr}.quick-item{border-right:0;border-bottom:1px solid var(--line);padding:22px 26px}.service-grid,.review-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr;gap:44px}.why-visual{min-height:420px}.area-grid{grid-template-columns:repeat(3,1fr)}.area-layout{grid-template-columns:1fr}.contact-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:640px){.wrap{width:min(100% - 28px,1160px)}.topbar{display:none}.site-header{height:74px}.nav-links{top:74px}.brand-mark{width:42px;height:42px}.brand-copy strong{font-size:1.25rem}.hero{min-height:630px}.hero-copy{padding:66px 0 118px}.hero .lead{font-size:1.05rem}.hero-actions .btn{width:100%}.trust-row{gap:10px 18px}.quick-strip{margin-top:-54px}.quick-item{grid-template-columns:42px 1fr;gap:13px}.icon-box{width:42px;height:42px}.section{padding:76px 0}.section-head{display:block;margin-bottom:32px}.section-head p{margin-top:18px}.service-grid,.review-grid{grid-template-columns:1fr}.service-card{min-height:220px}.area-grid{grid-template-columns:1fr 1fr}.why-visual{min-height:350px;padding:28px}.why-visual:before{font-size:7rem}.cta .wrap{display:block}.cta .btn{margin-top:24px;width:100%}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:block;padding-bottom:64px}.mobile-call{display:flex;position:fixed;z-index:80;left:14px;right:14px;bottom:12px;height:52px;align-items:center;justify-content:center;border-radius:999px;background:var(--copper);color:#fff;font-weight:900;box-shadow:0 8px 30px rgba(7,29,47,.3)}.area-hero{padding:70px 0}.area-layout{gap:42px}}
.page-hero{padding:88px 0 82px;background:linear-gradient(135deg,var(--navy),#104569);color:#fff}.page-hero h1{font-size:clamp(2.65rem,5vw,4.6rem);color:#fff;max-width:900px}.page-hero p{max-width:730px;color:#d3e3e9;font-size:1.15rem;margin:20px 0 0}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:70px;align-items:start}.prose{max-width:760px}.prose h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:20px}.prose h3{margin:36px 0 12px}.prose p,.prose li{color:#4d626e}.prose ul{padding-left:22px}.prose li{margin:8px 0}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:34px}.service-list a{padding:20px;border-radius:14px;border:1px solid var(--line);font-weight:800;color:var(--navy);background:#fff;transition:.2s}.service-list a:hover{border-color:var(--copper);transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,29,47,.08)}.notice{padding:22px 24px;border-radius:14px;background:var(--sky);border-left:4px solid var(--blue);margin:28px 0}.contact-options{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:32px}.contact-option{padding:28px;border-radius:16px;background:var(--cream)}.contact-option a{font-size:1.35rem;color:var(--blue);font-weight:900;display:block;margin-top:8px}@media(max-width:900px){.content-grid{grid-template-columns:1fr}.content-grid .contact-card{position:static}}@media(max-width:640px){.service-list,.contact-options{grid-template-columns:1fr}.page-hero{padding:66px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.service-card,.area-link{transition:none}}

body.als-plumbing-redesign #main-header,body.als-plumbing-redesign #top-header,body.als-plumbing-redesign #main-footer{display:none!important}body.als-plumbing-redesign #page-container{padding-top:0!important}body.als-plumbing-redesign .et_pb_section.topbar,body.als-plumbing-redesign .et_pb_section.site-header,body.als-plumbing-redesign .et_pb_section.hero,body.als-plumbing-redesign .et_pb_section.site-footer{padding:0!important}body.als-plumbing-redesign .et_pb_section.topbar{background:var(--navy)!important;color:#e6f2f7!important}body.als-plumbing-redesign .et_pb_section.site-header{background:rgba(255,255,255,.96)!important}body.als-plumbing-redesign .et_pb_row.wrap{width:min(1160px,calc(100% - 40px))!important;max-width:1160px!important;margin-left:auto!important;margin-right:auto!important}body.als-plumbing-redesign .topbar>.et_pb_row,body.als-plumbing-redesign .site-header>.et_pb_row{display:flex!important;flex-direction:row!important}body.als-plumbing-redesign .topbar>.et_pb_row{align-items:center!important;justify-content:space-between!important}body.als-plumbing-redesign .site-header>.et_pb_row{align-items:center!important;justify-content:space-between!important}body.als-plumbing-redesign .brand-column{justify-content:center!important}body.als-plumbing-redesign .nav-links{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:26px!important}body.als-plumbing-redesign .service-grid>.et_pb_column,body.als-plumbing-redesign .seo-service-grid>.et_pb_column,body.als-plumbing-redesign .review-grid>.et_pb_column,body.als-plumbing-redesign .quick-grid>.et_pb_column,body.als-plumbing-redesign .area-grid>.et_pb_column,body.als-plumbing-redesign .footer-grid>.et_pb_column{float:none!important;width:auto!important;margin:0!important}body.als-plumbing-redesign .nav-links>.et_pb_button_module_wrapper{display:inline-flex!important;margin:0!important;width:auto!important}body.als-plumbing-redesign .nav-links .et_pb_button{font-size:.93rem;padding:0!important;background:transparent;border:0;color:var(--navy);white-space:nowrap}body.als-plumbing-redesign .nav-links .btn-primary{padding:0 22px!important;background:var(--copper);color:#fff}body.als-plumbing-redesign .et_pb_text_inner>p:last-child{margin-bottom:0}.mobile-call-section{display:none}@media(max-width:900px){body.als-plumbing-redesign .site-header{height:auto!important}body.als-plumbing-redesign .site-header>.et_pb_row{align-items:flex-start!important;flex-direction:column!important}body.als-plumbing-redesign .nav-links{display:flex!important;position:static!important;box-shadow:none!important;width:100%!important;flex-direction:row!important;flex-wrap:wrap!important;padding:12px 0 18px!important}.site-header{height:auto!important}}@media(max-width:640px){body.als-plumbing-redesign .et_pb_row.wrap{width:min(100% - 28px,1160px)!important}.mobile-call-section{display:block;position:fixed;z-index:80;left:14px;right:14px;bottom:12px;background:transparent!important;padding:0!important}.mobile-call-section .et_pb_row{padding:0!important}.mobile-call-section .mobile-call{display:flex!important;position:static!important;width:100%}.site-footer{padding-bottom:80px!important}}

@media(max-width:640px){body.als-plumbing-redesign .et_pb_section.topbar{display:none!important}body.als-plumbing-redesign .et_pb_section.site-header{height:74px!important;min-height:74px!important}body.als-plumbing-redesign .site-header>.et_pb_row{height:74px!important;min-height:74px!important;flex-direction:row!important;align-items:center!important;padding-top:0!important;padding-bottom:0!important}body.als-plumbing-redesign .brand-column{width:100%!important;flex-basis:100%!important}body.als-plumbing-redesign .nav-links{display:none!important}body.als-plumbing-redesign .mobile-call-section{display:block!important}}

body.als-plumbing-redesign .hero:before{background:linear-gradient(90deg,rgba(4,20,33,.98) 0%,rgba(4,20,33,.9) 38%,rgba(4,20,33,.24) 72%,rgba(4,20,33,.08) 100%)!important;z-index:-1!important}body.als-plumbing-redesign .hero-image-row{position:absolute!important;inset:0;width:100%!important;max-width:none!important;height:100%;padding:0!important;margin:0!important;z-index:-2}body.als-plumbing-redesign .hero-image-row .et_pb_column,body.als-plumbing-redesign .hero-image-row .et_pb_module,body.als-plumbing-redesign .hero-image-row .et_pb_image_wrap,body.als-plumbing-redesign .hero-image-row img{width:100%!important;height:100%!important;margin:0!important}body.als-plumbing-redesign .hero-image-row img{object-fit:cover}

.local-intro{padding-bottom:86px}.local-note{display:grid;gap:5px;margin:30px 0;padding:22px 24px;border-radius:14px;background:var(--sky);border-left:4px solid var(--blue)}.local-note strong{color:var(--navy)}.local-note span{color:#385565}.seo-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.seo-service{min-height:245px;padding:28px;border-radius:18px;background:#fff;border:1px solid rgba(7,29,47,.1);display:flex;flex-direction:column}.seo-service h3 a:hover{color:var(--copper)}.seo-service p{color:var(--muted);font-size:.94rem;margin:14px 0}.text-link{margin-top:auto;color:var(--blue);font-weight:850;font-size:.88rem}.emergency-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center}.emergency-grid>div:first-child p{color:var(--muted);max-width:720px}.emergency-number{padding:34px;border-radius:20px;background:var(--navy);color:#fff}.emergency-number small,.emergency-number span{display:block;color:#b9ced8}.emergency-number a{display:block;color:#fff;font-weight:900;font-size:clamp(1.7rem,3vw,2.3rem);margin:8px 0}.faq-section{background:#eef7f9}.faq-list{display:grid;gap:12px;max-width:900px}.faq-list details{background:#fff;border:1px solid #d9e5e8;border-radius:14px;padding:0 22px}.faq-list summary{cursor:pointer;list-style:none;padding:20px 34px 20px 0;font-weight:850;color:var(--navy);position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:0;color:var(--copper);font-size:1.35rem}.faq-list details[open] summary:after{content:'−'}.faq-list details p{color:var(--muted);padding:0 34px 20px 0;margin:0}@media(max-width:900px){.seo-service-grid{grid-template-columns:repeat(2,1fr)}.emergency-grid{grid-template-columns:1fr;gap:34px}}@media(max-width:640px){.seo-service-grid{grid-template-columns:1fr}.seo-service{min-height:0}}


/* Final presentation layer for native Divi 5 modules.
 * Divi emits per-module rules after the base stylesheet, so these selectors
 * deliberately carry enough specificity to preserve the approved design. */

/* Restore the typography and section rhythm from the approved HTML preview. */
body.als-plumbing-redesign {
  color: var(--ink) !important;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

body.als-plumbing-redesign h1,
body.als-plumbing-redesign h2,
body.als-plumbing-redesign h3 {
  padding-bottom: 0 !important;
  color: var(--navy);
  font-family: Georgia,"Times New Roman",serif !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -.025em !important;
}

body.als-plumbing-redesign h1 { font-size: clamp(2.8rem,6vw,5.6rem) !important; }
body.als-plumbing-redesign h2 { font-size: clamp(2.15rem,4vw,3.65rem) !important; }
body.als-plumbing-redesign h3 { font-size: 1.45rem !important; }

body.als-plumbing-redesign .et_pb_text_inner p,
body.als-plumbing-redesign .et_pb_text_inner ul,
body.als-plumbing-redesign .et_pb_text_inner ol {
  padding-bottom: 0 !important;
}

/* Divi places each native module in a flex column with a 30px default gap.
 * The approved preview uses each element's own margins instead. */
body.als-plumbing-redesign .et_pb_column {
  gap: 0 !important;
}

body.als-plumbing-redesign .nav-links { gap: 26px !important; }
body.als-plumbing-redesign .quick-item { gap: 16px !important; }

/* The source paragraph and its native Text module both receive this class.
 * Keep the visual treatment on the editable paragraph only. */
body.als-plumbing-redesign .et_pb_text.eyebrow {
  display: block !important;
  margin: 0 !important;
}

body.als-plumbing-redesign .et_pb_text.eyebrow::before {
  display: none !important;
  content: none !important;
}

body.als-plumbing-redesign .et_pb_text.eyebrow .et_pb_text_inner > .eyebrow {
  display: inline-flex !important;
  margin: 0 0 16px !important;
}

body.als-plumbing-redesign .et_pb_section.et_flex_section {
  gap: 0 !important;
  row-gap: 0 !important;
}

body.als-plumbing-redesign .et_pb_section.topbar,
body.als-plumbing-redesign .et_pb_section.site-header,
body.als-plumbing-redesign .et_pb_section.hero,
body.als-plumbing-redesign .et_pb_section.quick-strip,
body.als-plumbing-redesign .et_pb_section.mobile-call-section {
  padding: 0 !important;
}

body.als-plumbing-redesign .et_pb_section.page-hero {
  padding: 88px 0 82px !important;
}

body.als-plumbing-redesign .et_pb_section.area-hero {
  padding: 96px 0 !important;
}

body.als-plumbing-redesign .page-hero h1 {
  max-width: 900px !important;
  color: #fff !important;
  font-size: clamp(2.65rem,5vw,4.6rem) !important;
}

body.als-plumbing-redesign .area-hero h1 {
  max-width: 860px !important;
  color: #fff !important;
  font-size: clamp(2.75rem,5vw,4.9rem) !important;
}

body.als-plumbing-redesign .hero h1,
body.als-plumbing-redesign .hero h2,
body.als-plumbing-redesign .hero h3 {
  color: #fff !important;
}

body.als-plumbing-redesign .hero .lead {
  color: #d7e6ec !important;
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
}

body.als-plumbing-redesign .service-card h3,
body.als-plumbing-redesign .seo-service h3 {
  color: var(--navy) !important;
  font-size: 1.45rem !important;
}

body.als-plumbing-redesign .site-footer h3 {
  font-family: Inter,ui-sans-serif,system-ui,sans-serif !important;
  font-size: 1.1rem !important;
  letter-spacing: normal !important;
  line-height: 1.2 !important;
}

body.als-plumbing-redesign .mobile-call-section {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.als-plumbing-redesign .et_pb_section.services {
  background: var(--cream) !important;
}

body.als-plumbing-redesign .et_pb_section.reviews {
  background: #fff !important;
}

body.als-plumbing-redesign .et_pb_section.areas {
  background: var(--navy) !important;
  color: #fff !important;
}

body.als-plumbing-redesign .areas h2,
body.als-plumbing-redesign .areas h3,
body.als-plumbing-redesign .areas .et_pb_text_inner {
  color: #fff !important;
}

body.als-plumbing-redesign .areas .eyebrow,
body.als-plumbing-redesign .areas .eyebrow .et_pb_text_inner {
  color: #9ddce8 !important;
}

body.als-plumbing-redesign .areas .section-head p,
body.als-plumbing-redesign .areas .section-head .et_pb_text_inner {
  color: #c4d6de !important;
}

body.als-plumbing-redesign .area-grid .et_pb_button_module_wrapper {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
}

body.als-plumbing-redesign .area-grid .et_pb_button.area-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: none !important;
  flex: 1 1 auto !important;
  min-height: 54px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.055) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

body.als-plumbing-redesign .area-grid .et_pb_button.area-link:hover {
  background: var(--copper) !important;
  border-color: var(--copper) !important;
  color: #fff !important;
  transform: translateX(3px);
}

body.als-plumbing-redesign .area-grid .et_pb_button.area-link::after {
  display: none !important;
  content: none !important;
}

body.als-plumbing-redesign .area-grid .area-name {
  min-width: 0;
  text-align: left;
}

body.als-plumbing-redesign .area-grid .et_pb_button.area-link {
  flex-direction: row !important;
}

body.als-plumbing-redesign .area-grid .area-arrow {
  flex: 0 0 auto;
  margin-left: auto;
  opacity: .65;
}

body.als-plumbing-redesign .et_pb_button.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  font-size: .95rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body.als-plumbing-redesign .et_pb_button.btn-primary {
  border: 0 !important;
  background: var(--copper) !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(229,109,50,.26) !important;
}

body.als-plumbing-redesign .et_pb_button.btn-primary:hover {
  background: var(--copper-dark) !important;
  color: #fff !important;
}

body.als-plumbing-redesign .et_pb_button.btn-ghost {
  border: 1px solid rgba(255,255,255,.44) !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.als-plumbing-redesign .hero-copy > .et_pb_button_module_wrapper {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 12px 0 0 !important;
}

body.als-plumbing-redesign .hero-copy {
  display: block !important;
}

body.als-plumbing-redesign .area-grid > .et_pb_column.area-link,
body.als-plumbing-redesign .area-grid > .et_pb_column.area-link:hover {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.als-plumbing-redesign .review-grid > .et_pb_column.review,
body.als-plumbing-redesign .review-grid > .et_pb_column.review:hover {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.als-plumbing-redesign .review-grid .et_pb_testimonial.review {
  height: 100% !important;
  padding: 32px !important;
  border: 1px solid #e7e1d9 !important;
  border-radius: 18px !important;
  background: var(--cream) !important;
  box-shadow: none !important;
}

body.als-plumbing-redesign .review-grid .et_pb_testimonial.review::before {
  display: none !important;
  content: none !important;
}

body.als-plumbing-redesign .why-visual h3 {
  color: #fff !important;
  font-size: 2.2rem !important;
}

body.als-plumbing-redesign .why-visual p {
  color: #d8e9ef !important;
}

body.als-plumbing-redesign .why-visual > .et_pb_text:last-child {
  margin-top: 16px !important;
}

body.als-plumbing-redesign .contact-card h3 {
  font-size: 1.7rem !important;
}

body.als-plumbing-redesign .area-copy h2 {
  font-size: 2.7rem !important;
}

body.als-plumbing-redesign .prose h2 {
  font-size: clamp(2rem,4vw,3rem) !important;
}

body.als-plumbing-redesign .service-card > .et_pb_button_module_wrapper,
body.als-plumbing-redesign .seo-service > .et_pb_button_module_wrapper {
  margin-top: auto !important;
  padding-top: 18px !important;
}

body.als-plumbing-redesign .why-grid > .et_pb_column:last-child {
  display: grid !important;
  grid-template-columns: 38px minmax(0,1fr) !important;
  grid-template-rows: repeat(8,auto) !important;
  column-gap: 14px !important;
  row-gap: 5px !important;
  align-content: center !important;
}

body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(1) { grid-column: 1 / -1 !important; grid-row: 1 !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(2) { grid-column: 1 / -1 !important; grid-row: 2 !important; margin-bottom: 28px !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(3) { grid-column: 1 !important; grid-row: 3 / 5 !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(4) { grid-column: 2 !important; grid-row: 3 !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(5) { grid-column: 2 !important; grid-row: 4 !important; margin-bottom: 20px !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(6) { grid-column: 1 !important; grid-row: 5 / 7 !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(7) { grid-column: 2 !important; grid-row: 5 !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(8) { grid-column: 2 !important; grid-row: 6 !important; margin-bottom: 20px !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(9) { grid-column: 1 !important; grid-row: 7 / 9 !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(10) { grid-column: 2 !important; grid-row: 7 !important; }
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(11) { grid-column: 2 !important; grid-row: 8 !important; }

body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(3),
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(6),
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(9) {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: var(--copper) !important;
  color: #fff !important;
}

body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(3) p,
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(6) p,
body.als-plumbing-redesign .why-grid > .et_pb_column:last-child > .et_pb_text:nth-child(9) p {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body.als-plumbing-redesign .et_pb_section.cta {
  padding: 74px 0 !important;
  background: var(--copper) !important;
  color: #fff !important;
}

body.als-plumbing-redesign .cta h2,
body.als-plumbing-redesign .cta h3,
body.als-plumbing-redesign .cta p,
body.als-plumbing-redesign .cta .et_pb_text_inner {
  color: #fff !important;
}

body.als-plumbing-redesign .cta .et_pb_column {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  column-gap: 36px !important;
}

body.als-plumbing-redesign .cta .et_pb_column > .et_pb_text:nth-child(1) {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.als-plumbing-redesign .cta .et_pb_column > .et_pb_text:nth-child(2) {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

body.als-plumbing-redesign .cta .et_pb_column > .et_pb_button_module_wrapper {
  grid-column: 2 !important;
  grid-row: 1 / 3 !important;
  margin: 0 !important;
}

body.als-plumbing-redesign .cta .et_pb_button.btn {
  border: 0 !important;
  background: #fff !important;
  color: var(--navy) !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

body.als-plumbing-redesign .et_pb_section.site-footer {
  padding: 70px 0 24px !important;
  background: #051724 !important;
  color: #bfd0d8 !important;
}

body.als-plumbing-redesign .site-footer h2,
body.als-plumbing-redesign .site-footer h3 {
  color: #fff !important;
}

body.als-plumbing-redesign .site-footer p,
body.als-plumbing-redesign .site-footer .et_pb_text_inner,
body.als-plumbing-redesign .site-footer a {
  color: #bfd0d8 !important;
}

body.als-plumbing-redesign .site-footer a:hover {
  color: #fff !important;
}

body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-title {
  margin-top: 42px !important;
  padding: 28px 0 0 !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
}

body.als-plumbing-redesign .footer-accreditations-heading,
body.als-plumbing-redesign .footer-accreditations-heading p {
  margin: 0 !important;
  color: #fff !important;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size: .75rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: .15em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
  display: grid !important;
  grid-template-columns: repeat(3,max-content) !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 22px !important;
  row-gap: 12px !important;
  max-width: 420px !important;
  padding: 18px 0 0 !important;
}

@media (min-width: 901px) {
  body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-title,
  body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
    left: auto !important;
  }
}

body.als-plumbing-redesign .footer-accreditations-logos > .et_pb_column {
  display: flex !important;
  position: relative !important;
  float: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  line-height: 0 !important;
  transition: filter .18s ease,transform .18s ease !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo .et_pb_image_wrap {
  display: block !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-item:hover .accreditation-logo,
body.als-plumbing-redesign .footer-accreditations-logos .accreditation-item:focus-within .accreditation-logo {
  filter: brightness(1.08) !important;
  transform: translateY(-2px) !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-item > .et_pb_button_module_wrapper {
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-link-overlay {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-link-overlay:focus-visible {
  outline: 3px solid var(--copper) !important;
  outline-offset: 3px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-link-overlay::after {
  display: none !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi .accreditation-logo,
body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi-gold .accreditation-logo {
  width: 64px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-yelp .accreditation-logo {
  width: 58px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-bbb .accreditation-logo img {
  width: 228px !important;
  max-width: 100% !important;
}

body.als-plumbing-redesign .footer-accreditations-logos > .accreditation-bbb {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
}

body.als-plumbing-redesign .site-footer .footer-bottom {
  padding-top: 22px !important;
  margin-top: 26px !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
}

body.als-plumbing-redesign .contact-card {
  background: var(--cream) !important;
  border-top: 5px solid var(--copper) !important;
}

/*
 * Sitewide Divi 5 structural repair.
 * Divi converts long HTML grids into several native rows. These rules make
 * those rows behave as one continuous visual grid and remove Divi's default
 * row/column spacing without taking editability away from any module.
 */
body.als-plumbing-redesign .et_pb_row.wrap {
  width: calc(100% - 40px) !important;
  max-width: 1160px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.als-plumbing-redesign .et_pb_section.section > .et_pb_row,
body.als-plumbing-redesign .et_pb_section.page-hero > .et_pb_row,
body.als-plumbing-redesign .et_pb_section.area-hero > .et_pb_row,
body.als-plumbing-redesign .et_pb_section.cta > .et_pb_row,
body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.als-plumbing-redesign .et_pb_section.section {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

body.als-plumbing-redesign .service-grid,
body.als-plumbing-redesign .seo-service-grid,
body.als-plumbing-redesign .review-grid,
body.als-plumbing-redesign .quick-grid,
body.als-plumbing-redesign .area-grid,
body.als-plumbing-redesign .footer-grid {
  display: grid !important;
  align-items: stretch !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.als-plumbing-redesign .service-grid,
body.als-plumbing-redesign .seo-service-grid,
body.als-plumbing-redesign .review-grid,
body.als-plumbing-redesign .quick-grid {
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 18px !important;
}

body.als-plumbing-redesign .area-grid {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 10px !important;
}

body.als-plumbing-redesign .footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr !important;
  gap: 64px !important;
}

body.als-plumbing-redesign .service-grid + .service-grid,
body.als-plumbing-redesign .seo-service-grid + .seo-service-grid,
body.als-plumbing-redesign .review-grid + .review-grid {
  margin-top: 18px !important;
}

body.als-plumbing-redesign .area-grid + .area-grid {
  margin-top: 10px !important;
}

body.als-plumbing-redesign .service-grid > .et_pb_column,
body.als-plumbing-redesign .seo-service-grid > .et_pb_column,
body.als-plumbing-redesign .review-grid > .et_pb_column,
body.als-plumbing-redesign .quick-grid > .et_pb_column,
body.als-plumbing-redesign .area-grid > .et_pb_column,
body.als-plumbing-redesign .footer-grid > .et_pb_column {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

body.als-plumbing-redesign .service-card,
body.als-plumbing-redesign .seo-service,
body.als-plumbing-redesign .contact-option,
body.als-plumbing-redesign .quick-item {
  height: 100% !important;
}

body.als-plumbing-redesign .section-head,
body.als-plumbing-redesign .why-grid,
body.als-plumbing-redesign .area-layout,
body.als-plumbing-redesign .emergency-grid,
body.als-plumbing-redesign .content-grid,
body.als-plumbing-redesign .contact-options {
  display: grid !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.als-plumbing-redesign .section-head {
  grid-template-columns: minmax(0,1fr) minmax(280px,430px) !important;
  align-items: end !important;
  gap: 40px !important;
  margin-bottom: 46px !important;
}

body.als-plumbing-redesign .why-grid {
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  align-items: center !important;
  gap: 76px !important;
}

body.als-plumbing-redesign .area-layout {
  grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr) !important;
  align-items: start !important;
  gap: 70px !important;
}

body.als-plumbing-redesign .emergency-grid {
  grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr) !important;
  align-items: center !important;
  gap: 70px !important;
}

body.als-plumbing-redesign .content-grid {
  grid-template-columns: minmax(0,1fr) 340px !important;
  align-items: start !important;
  gap: 70px !important;
}

body.als-plumbing-redesign .contact-options {
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 18px !important;
}

body.als-plumbing-redesign .section-head > .et_pb_column,
body.als-plumbing-redesign .why-grid > .et_pb_column,
body.als-plumbing-redesign .area-layout > .et_pb_column,
body.als-plumbing-redesign .emergency-grid > .et_pb_column,
body.als-plumbing-redesign .content-grid > .et_pb_column,
body.als-plumbing-redesign .contact-options > .et_pb_column {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

/* Keep the native, editable hero Image module fitted to the section. */
body.als-plumbing-redesign .et_pb_section.hero {
  min-height: 720px !important;
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

body.als-plumbing-redesign .hero-image-row,
body.als-plumbing-redesign .hero-image-row > .et_pb_column,
body.als-plumbing-redesign .hero-image-row .et_pb_image,
body.als-plumbing-redesign .hero-image-row .et_pb_image_wrap,
body.als-plumbing-redesign .hero-image-row picture {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

body.als-plumbing-redesign .hero-image-row img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  transform: none !important;
}

body.als-plumbing-redesign .hero > .et_pb_row:not(.hero-image-row) {
  position: relative !important;
  z-index: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.als-plumbing-redesign .hero-copy {
  max-width: 680px !important;
  padding-top: 92px !important;
  padding-bottom: 138px !important;
}

body.als-plumbing-redesign .topbar > .et_pb_row,
body.als-plumbing-redesign .site-header > .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.als-plumbing-redesign .topbar > .et_pb_row { min-height: 42px !important; }
body.als-plumbing-redesign .site-header > .et_pb_row { min-height: 88px !important; }

@media (min-width: 1600px) {
  body.als-plumbing-redesign .hero-image-row img {
    object-position: center center !important;
  }
}

@media (max-width: 900px) {
  body.als-plumbing-redesign .et_pb_section.section {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  body.als-plumbing-redesign .service-grid,
  body.als-plumbing-redesign .seo-service-grid,
  body.als-plumbing-redesign .review-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }

  body.als-plumbing-redesign .area-grid {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  }

  body.als-plumbing-redesign .why-grid,
  body.als-plumbing-redesign .area-layout,
  body.als-plumbing-redesign .emergency-grid,
  body.als-plumbing-redesign .content-grid {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 42px !important;
  }

  body.als-plumbing-redesign .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 42px !important;
  }

  body.als-plumbing-redesign .footer-grid > .et_pb_column:first-child {
    grid-column: 1 / -1 !important;
  }

  body.als-plumbing-redesign .et_pb_section.hero { min-height: 650px !important; }
  body.als-plumbing-redesign .hero-copy { padding-top: 70px !important; padding-bottom: 126px !important; }
  body.als-plumbing-redesign .hero-image-row img { object-position: 64% center !important; }
}

@media (max-width: 640px) {
  body.als-plumbing-redesign .et_pb_row.wrap {
    width: calc(100% - 28px) !important;
  }

  body.als-plumbing-redesign .et_pb_section.section {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  body.als-plumbing-redesign .section-head,
  body.als-plumbing-redesign .service-grid,
  body.als-plumbing-redesign .seo-service-grid,
  body.als-plumbing-redesign .review-grid,
  body.als-plumbing-redesign .contact-options,
  body.als-plumbing-redesign .footer-grid {
    grid-template-columns: minmax(0,1fr) !important;
  }

  body.als-plumbing-redesign .section-head {
    gap: 18px !important;
    margin-bottom: 32px !important;
  }

  body.als-plumbing-redesign .area-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }

  body.als-plumbing-redesign .footer-grid > .et_pb_column:first-child {
    grid-column: auto !important;
  }

  body.als-plumbing-redesign .et_pb_section.hero { min-height: 630px !important; }
  body.als-plumbing-redesign .hero-copy { padding-top: 66px !important; padding-bottom: 118px !important; }

  body.als-plumbing-redesign .et_pb_section.page-hero { padding: 66px 0 !important; }
  body.als-plumbing-redesign .et_pb_section.area-hero { padding: 70px 0 !important; }

  body.als-plumbing-redesign .mobile-call-section {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.als-plumbing-redesign .hero-copy > .et_pb_button_module_wrapper {
    display: flex !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  body.als-plumbing-redesign .hero-copy > .et_pb_button_module_wrapper .et_pb_button {
    width: 100% !important;
  }

  body.als-plumbing-redesign .cta .et_pb_column {
    display: block !important;
  }

  body.als-plumbing-redesign .cta .et_pb_button_module_wrapper {
    margin-top: 24px !important;
  }

  body.als-plumbing-redesign .cta .et_pb_button.btn {
    width: 100% !important;
  }
}

/* Version 3.5.0: restore the approved service-card links and FAQ treatment.
 * The controls remain native Divi Button and Toggle modules, but Divi's
 * default outlined-button and gray-toggle presentation is neutralized. */
body.als-plumbing-redesign .seo-service > .et_pb_button_module_wrapper {
  width: auto !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding-top: 18px !important;
}

body.als-plumbing-redesign .seo-service .et_pb_button.text-link {
  display: inline-block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--blue) !important;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size: .88rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-decoration: none !important;
  transform: none !important;
}

body.als-plumbing-redesign .seo-service .et_pb_button.text-link:hover,
body.als-plumbing-redesign .seo-service .et_pb_button.text-link:focus-visible {
  color: var(--copper) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.als-plumbing-redesign .faq-section .et_pb_toggle {
  display: block !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 0 12px !important;
  padding: 0 22px !important;
  border: 1px solid #d9e5e8 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.als-plumbing-redesign .faq-section .et_pb_toggle_title {
  margin: 0 !important;
  padding: 20px 34px 20px 0 !important;
  color: var(--navy) !important;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
}

body.als-plumbing-redesign .faq-section .et_pb_toggle_title::before {
  content: "+" !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  margin: 0 !important;
  color: var(--copper) !important;
  font-family: Inter,ui-sans-serif,system-ui,sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

body.als-plumbing-redesign .faq-section .et_pb_toggle_open .et_pb_toggle_title::before {
  content: "\2212" !important;
}

body.als-plumbing-redesign .faq-section .et_pb_toggle_content {
  margin: 0 !important;
  padding: 0 34px 20px 0 !important;
  color: var(--muted) !important;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

body.als-plumbing-redesign .faq-section .et_pb_toggle_content p:last-child {
  margin-bottom: 0 !important;
}

/* Version 3.5.1: match the normal-weight supporting copy in the preview. */
body.als-plumbing-redesign .seo-service p,
body.als-plumbing-redesign .section-head p {
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

body.als-plumbing-redesign .faq-section .et_pb_toggle_content {
  font-weight: 400 !important;
}

/* Version 3.4.0: neutralize duplicated native Text-module wrappers.
 * The editable HTML element keeps the approved preview styling while its
 * surrounding Divi module remains layout-neutral. */
body.als-plumbing-redesign .nav-links .et_pb_button:not(.btn-primary) {
  flex-direction: row !important;
  gap: 0 !important;
  color: var(--navy) !important;
  font-weight: 750 !important;
}

body.als-plumbing-redesign .nav-links .et_pb_button:not(.btn-primary):hover {
  color: var(--copper) !important;
}

body.als-plumbing-redesign .et_pb_button.btn {
  flex-direction: row !important;
}

body.als-plumbing-redesign .et_pb_button::after {
  display: none !important;
  content: none !important;
}

body.als-plumbing-redesign .et_pb_text.lead,
body.als-plumbing-redesign .et_pb_text.trust-row,
body.als-plumbing-redesign .et_pb_text.service-list,
body.als-plumbing-redesign .et_pb_text.notice,
body.als-plumbing-redesign .et_pb_text.local-note,
body.als-plumbing-redesign .et_pb_text.nearby {
  display: block !important;
  gap: 0 !important;
  margin: 0 !important;
}

body.als-plumbing-redesign .et_pb_text.lead {
  max-width: none !important;
}

/* Divi wraps the hero lead in a Text module, so its inner paragraph margin
 * cannot create the intended gap before the adjacent Button modules. */
body.als-plumbing-redesign .hero-copy > .et_pb_text.lead {
  margin-bottom: 32px !important;
}

/* Preserve a single 18px rhythm between the native phone Text modules.
 * Without this reset, both the wrapper and its inner link add margins. */
body.als-plumbing-redesign .contact-card > .et_pb_text.phone {
  margin: 18px 0 0 !important;
}

body.als-plumbing-redesign .contact-card > .et_pb_text.phone .et_pb_text_inner .phone {
  margin: 0 !important;
}

/* This deliberately follows the generic footer-row reset above. */
body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-bottom {
  padding-top: 22px !important;
}

body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-bottom > .et_pb_column:last-child,
body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-bottom > .et_pb_column:last-child .et_pb_text_inner,
body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-bottom > .et_pb_column:last-child p {
  text-align: right !important;
}

/* Restored legacy photography remains in separate native Divi Image modules. */
body.als-plumbing-redesign .prose {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  column-gap: 14px !important;
}

body.als-plumbing-redesign .prose > .et_pb_module:not(.legacy-gallery-item) {
  width: 100% !important;
}

body.als-plumbing-redesign .legacy-featured-image,
body.als-plumbing-redesign .legacy-manufacturer-image {
  margin: 0 0 28px !important;
}

body.als-plumbing-redesign .legacy-featured-image img,
body.als-plumbing-redesign .legacy-manufacturer-image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 16px !important;
}

body.als-plumbing-redesign .legacy-gallery-heading {
  margin-top: 34px !important;
  margin-bottom: 18px !important;
}

body.als-plumbing-redesign .legacy-gallery-item {
  flex: 0 0 calc(33.333% - 10px) !important;
  width: calc(33.333% - 10px) !important;
  margin: 0 0 14px !important;
}

body.als-plumbing-redesign .legacy-gallery-item img,
body.als-plumbing-redesign .legacy-work-grid img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  border-radius: 16px !important;
}

body.als-plumbing-redesign .legacy-work-grid {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 18px !important;
}

body.als-plumbing-redesign .nav-links {
  gap: 16px !important;
}

body.als-plumbing-redesign .nav-links .et_pb_button.nav-link {
  font-size: .84rem !important;
}

@media (max-width: 900px) {
  body.als-plumbing-redesign .legacy-gallery-item {
    flex-basis: calc(50% - 7px) !important;
    width: calc(50% - 7px) !important;
  }

  body.als-plumbing-redesign .legacy-work-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
    grid-template-columns: repeat(3,max-content) !important;
    column-gap: 16px !important;
    row-gap: 10px !important;
    max-width: 300px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos > .et_pb_column {
    flex: 0 1 auto !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo {
    min-height: 58px !important;
    padding: 0 !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo img {
    max-height: 58px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi .accreditation-logo,
  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi-gold .accreditation-logo {
    width: 58px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-yelp .accreditation-logo {
    width: 52px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-bbb .accreditation-logo img {
    width: 206px !important;
  }

  body.als-plumbing-redesign .legacy-gallery-item {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  body.als-plumbing-redesign .legacy-work-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v3.8.4: larger accreditation artwork in a tighter centered rail. */
body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
  grid-template-columns: 90px 90px 84px 260px !important;
  justify-content: center !important;
  column-gap: 20px !important;
  row-gap: 0 !important;
  width: min(1160px,calc(100% - 40px)) !important;
  max-width: 1160px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos > .et_pb_column {
  width: 100% !important;
  min-height: 88px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo {
  min-height: 82px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo img {
  max-height: 82px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi .accreditation-logo,
body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi-gold .accreditation-logo {
  width: 82px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-yelp .accreditation-logo {
  width: 76px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-bbb .accreditation-logo img {
    width: 260px !important;
    max-width: 100% !important;
}

@media (max-width: 640px) {
  body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
    grid-template-columns: repeat(3,72px) !important;
    width: min(100% - 28px,360px) !important;
    column-gap: 14px !important;
    row-gap: 12px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos > .et_pb_column {
    min-height: 72px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos > .accreditation-bbb {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: 220px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo {
    min-height: 68px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo img {
    max-height: 68px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi .accreditation-logo,
  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi-gold .accreditation-logo {
    width: 68px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-yelp .accreditation-logo {
    width: 64px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-bbb .accreditation-logo img {
    width: 220px !important;
  }
}

/* v3.13.2 branded 404 page. */
body.als-plumbing-redesign.error404 #main-content {
  background: #fff !important;
}

.als-404-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 110px;
  background:
    radial-gradient(circle at 82% 20%,rgba(37,166,190,.2),transparent 34%),
    linear-gradient(135deg,#071d2f 0%,#104569 100%);
  color: #fff;
}

.als-404-hero::after {
  content: "404";
  position: absolute;
  right: clamp(-24px,4vw,60px);
  bottom: -54px;
  color: rgba(255,255,255,.055);
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(11rem,27vw,25rem);
  font-weight: 700;
  line-height: .72;
  pointer-events: none;
}

.als-404-wrap {
  position: relative;
  z-index: 1;
  width: min(1160px,calc(100% - 40px));
  margin: 0 auto;
}

.als-404-kicker {
  display: inline-flex;
  margin: 0 0 20px;
  color: #9ddce8;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.als-plumbing-redesign .als-404-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff !important;
  font-size: clamp(3rem,7vw,6rem) !important;
}

.als-404-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: #d3e3e9;
  font-size: 1.15rem;
  line-height: 1.7;
}

.als-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.als-404-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid #e56d32;
  border-radius: 999px;
  background: #e56d32;
  color: #fff !important;
  font-weight: 850;
  line-height: 1.2;
  transition: transform .18s ease,background .18s ease,border-color .18s ease;
}

.als-404-button:hover,
.als-404-button:focus-visible {
  border-color: #c95520;
  background: #c95520;
  color: #fff !important;
  transform: translateY(-2px);
}

.als-404-button-secondary {
  border-color: rgba(255,255,255,.42);
  background: transparent;
}

.als-404-button-secondary:hover,
.als-404-button-secondary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #071d2f !important;
}

.als-404-help {
  padding: 82px 0 96px;
  background: #f7f3ed;
}

body.als-plumbing-redesign .als-404-help h2 {
  margin: 0 0 34px;
  font-size: clamp(2rem,4vw,3.25rem) !important;
}

.als-404-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}

.als-404-card {
  display: flex;
  min-height: 210px;
  padding: 30px;
  border: 1px solid rgba(7,29,47,.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(7,29,47,.04);
  flex-direction: column;
}

body.als-plumbing-redesign .als-404-card h3 {
  margin: 0;
  font-size: 1.45rem !important;
}

.als-404-card p {
  margin: 14px 0 22px;
  color: #5e6f79;
}

.als-404-card a {
  margin-top: auto;
  color: #0d6e9e;
  font-weight: 850;
}

.als-404-card a:hover,
.als-404-card a:focus-visible {
  color: #e56d32;
}

@media (max-width: 900px) {
  .als-404-grid { grid-template-columns: 1fr; }
  .als-404-card { min-height: 0; }
}

@media (max-width: 640px) {
  .als-404-wrap { width: min(100% - 28px,1160px); }
  .als-404-hero { padding: 72px 0 80px; }
  .als-404-help { padding: 62px 0 76px; }
  .als-404-actions { display: grid; }
  .als-404-button { width: 100%; }
}

/* v3.11.2: use the original Al's Plumbing artwork as the circular brand mark. */
body.als-plumbing-redesign .brand-mark {
  overflow: hidden !important;
  border-radius: 50% !important;
  background-color: #dff5fb !important;
  background-image: url("als-plumbing-original-round-logo.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  color: transparent !important;
  font-size: 0 !important;
  text-shadow: none !important;
}

/* v3.11.3: native Divi mobile navigation toggle and expandable menu. */
body.als-plumbing-redesign .menu-button {
  display: none !important;
}

@media (max-width: 640px) {
  body.als-plumbing-redesign .et_pb_section.site-header {
    height: auto !important;
    min-height: 74px !important;
  }

  body.als-plumbing-redesign .site-header > .et_pb_row {
    height: auto !important;
    min-height: 74px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  }

  body.als-plumbing-redesign .brand-column {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    flex-basis: 100% !important;
  }

  body.als-plumbing-redesign .brand-column > .et_pb_button_module_wrapper {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
  }

  body.als-plumbing-redesign .menu-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: auto !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 1px solid #d9e5e8 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #071d2f !important;
    font-family: Inter,ui-sans-serif,system-ui,sans-serif !important;
    font-size: .88rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

  body.als-plumbing-redesign .menu-button::before {
    content: "☰" !important;
    display: inline-block !important;
    position: static !important;
    margin: 0 !important;
    font-size: 1.05rem !important;
  }

  body.als-plumbing-redesign .menu-button::after {
    display: none !important;
  }

  body.als-plumbing-redesign .nav-links.open {
    display: flex !important;
    flex: 0 0 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 6px 0 16px !important;
    border-top: 1px solid #e5ecef !important;
    background: #fff !important;
  }

  body.als-plumbing-redesign .nav-links.open > .et_pb_button_module_wrapper {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.als-plumbing-redesign .nav-links.open .et_pb_button.nav-link,
  body.als-plumbing-redesign .nav-links.open .et_pb_button.btn-primary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #071d2f !important;
    text-align: left !important;
  }

  body.als-plumbing-redesign .site-header.service-dropdown-open .service-dropdown {
    display: grid !important;
    position: static !important;
    grid-template-columns: 1fr !important;
    gap: 2px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 14px !important;
    padding: 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: 0 12px 30px rgba(7,29,47,.12) !important;
  }

  body.als-plumbing-redesign .service-dropdown::before {
    display: none !important;
  }
}

/* v3.11.1: native Divi Services mega-menu inside the Global Header. */
body.als-plumbing-redesign .site-header > .et_pb_row {
  position: relative !important;
  overflow: visible !important;
}
body.als-plumbing-redesign .service-nav-trigger::after {
  content: "▾" !important;
  display: inline-block !important;
  position: static !important;
  margin-left: 6px !important;
  opacity: .72 !important;
  font-size: .72em !important;
  vertical-align: .08em !important;
}
body.als-plumbing-redesign .service-dropdown {
  display: grid !important;
  position: absolute !important;
  z-index: 120 !important;
  top: 54px !important;
  left: 30.5% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 4px 10px !important;
  width: 590px !important;
  max-width: calc(100vw - 40px) !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(7, 29, 47, .1) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 18px 45px rgba(7, 29, 47, .18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
}
body.als-plumbing-redesign .service-dropdown::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -18px !important;
  height: 18px !important;
  background: transparent !important;
}
body.als-plumbing-redesign .service-dropdown > .et_pb_button_module_wrapper {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
body.als-plumbing-redesign .service-dropdown > .et_pb_button_module_wrapper > .et_pb_button.service-dropdown-link {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-self: stretch !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 8px 11px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #071d2f !important;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: .82rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}
body.als-plumbing-redesign .service-dropdown .et_pb_button.service-dropdown-link::after {
  content: "→" !important;
  display: inline-block !important;
  position: static !important;
  margin-left: 10px !important;
  color: #0d6e9e !important;
  font-size: .9em !important;
  opacity: .75 !important;
}
body.als-plumbing-redesign .service-dropdown .et_pb_button.service-dropdown-link:hover,
body.als-plumbing-redesign .service-dropdown .et_pb_button.service-dropdown-link:focus-visible {
  background: #eef8fb !important;
  color: #0d6e9e !important;
  transform: none !important;
}
body.als-plumbing-redesign .site-header:has(.service-nav-trigger:hover) .service-dropdown,
body.als-plumbing-redesign .site-header:has(.service-nav-trigger:focus-visible) .service-dropdown,
body.als-plumbing-redesign .service-dropdown:hover,
body.als-plumbing-redesign .service-dropdown:focus-within {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
@media (min-width: 641px) and (max-width: 900px) {
  body.als-plumbing-redesign .service-dropdown {
    display: none !important;
    position: static !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }
  body.als-plumbing-redesign .site-header.service-dropdown-open .service-dropdown {
    display: grid !important;
  }
}
@media (max-width: 640px) {
  body.als-plumbing-redesign .service-dropdown {
    display: none !important;
  }
}

/* v3.8.5: match all three footer section headings exactly. */
body.als-plumbing-redesign .footer-accreditations-heading,
body.als-plumbing-redesign .footer-accreditations-heading p {
  font-family: Inter,ui-sans-serif,system-ui,sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

body.als-plumbing-redesign .et_pb_text.service-list {
  grid-template-columns: none !important;
}

body.als-plumbing-redesign .et_pb_text.service-list > .et_pb_text_inner,
body.als-plumbing-redesign .et_pb_text.service-list > .et_pb_text_inner > .service-list {
  width: 100% !important;
  max-width: none !important;
}

body.als-plumbing-redesign .et_pb_text.service-list > .et_pb_text_inner > .service-list {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 14px !important;
  margin-top: 34px !important;
}

body.als-plumbing-redesign .et_pb_text.notice,
body.als-plumbing-redesign .et_pb_text.local-note {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.als-plumbing-redesign .prose {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  column-gap: 18px !important;
  row-gap: 0 !important;
}

body.als-plumbing-redesign .prose > * {
  grid-column: 1 / -1 !important;
}

body.als-plumbing-redesign .prose > .et_pb_text.contact-option {
  grid-column: auto !important;
  height: auto !important;
  margin-top: 32px !important;
}

body.als-plumbing-redesign .et_pb_text.contact-option > .et_pb_text_inner > .contact-option {
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.als-plumbing-redesign .emergency-grid > .et_pb_column.emergency-number {
  color: #fff !important;
}

body.als-plumbing-redesign .emergency-grid > .et_pb_column.emergency-number > .et_pb_text.emergency-number,
body.als-plumbing-redesign .emergency-grid > .et_pb_column.emergency-number > .et_pb_text.emergency-number > .et_pb_text_inner > .emergency-number {
  display: block !important;
  height: auto !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
}

body.als-plumbing-redesign .site-footer .footer-links .et_pb_text_inner > p {
  display: grid !important;
  gap: 8px !important;
  line-height: 1.6 !important;
}

body.als-plumbing-redesign .site-footer .footer-links .et_pb_text_inner > p > br {
  display: none !important;
}

body.als-plumbing-redesign .site-footer .footer-links a {
  display: block !important;
  font-weight: 400 !important;
}

body.als-plumbing-redesign .site-footer .footer-brand {
  display: inline-flex !important;
}

body.als-plumbing-redesign .footer-grid > .et_pb_column:first-child > .et_pb_text:has(.footer-brand) + .et_pb_text {
  margin-top: 18px !important;
}

@media (max-width: 640px) {
  body.als-plumbing-redesign .prose,
  body.als-plumbing-redesign .et_pb_text.service-list > .et_pb_text_inner > .service-list {
    grid-template-columns: minmax(0,1fr) !important;
  }

  body.als-plumbing-redesign .prose > .et_pb_text.contact-option {
    grid-column: 1 / -1 !important;
  }
}

/* v3.8.3: distribute accreditations across the complete footer row. */
body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  column-gap: 28px !important;
  row-gap: 0 !important;
  width: min(1160px,calc(100% - 40px)) !important;
  max-width: 1160px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos > .et_pb_column {
  width: 100% !important;
  min-height: 76px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos > .accreditation-bbb {
  grid-column: auto !important;
  justify-self: stretch !important;
}

@media (max-width: 900px) {
  body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    column-gap: 20px !important;
    row-gap: 18px !important;
  }
}

@media (max-width: 640px) {
  body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    width: min(100% - 28px,1160px) !important;
    max-width: 1160px !important;
    column-gap: 14px !important;
    row-gap: 14px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos > .et_pb_column {
    min-height: 64px !important;
  }
}

/* v3.8.4 final override: larger logos with a compact visual grouping. */
body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
  grid-template-columns: 90px 90px 84px 260px !important;
  justify-content: center !important;
  column-gap: 20px !important;
  row-gap: 0 !important;
  width: min(1160px,calc(100% - 40px)) !important;
  max-width: 1160px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos > .et_pb_column {
  width: 100% !important;
  min-height: 88px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo {
  min-height: 82px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo img {
  max-height: 82px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi .accreditation-logo,
body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi-gold .accreditation-logo {
  width: 82px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-yelp .accreditation-logo {
  width: 76px !important;
}

body.als-plumbing-redesign .footer-accreditations-logos .accreditation-bbb .accreditation-logo img {
  width: 260px !important;
  max-width: 100% !important;
}

@media (max-width: 640px) {
  body.als-plumbing-redesign .et_pb_section.site-footer > .et_pb_row.footer-accreditations-logos {
    grid-template-columns: repeat(3,72px) !important;
    width: min(100% - 28px,360px) !important;
    column-gap: 14px !important;
    row-gap: 12px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos > .et_pb_column {
    min-height: 72px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos > .accreditation-bbb {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: 220px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo {
    min-height: 68px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-logo img {
    max-height: 68px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi .accreditation-logo,
  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-angi-gold .accreditation-logo {
    width: 68px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-yelp .accreditation-logo {
    width: 64px !important;
  }

  body.als-plumbing-redesign .footer-accreditations-logos .accreditation-bbb .accreditation-logo img {
    width: 220px !important;
  }
}
