:root {
  --navy: #14233a;
  --navy-deep: #091522;
  --red: #d94332;
  --sky: #8ccddd;
  --yellow: #f2c84b;
  --paper: #f4f7f7;
  --white: #ffffff;
  --ink: #1a2a38;
  --line: #ced8dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip { position: fixed; top: -60px; left: 12px; z-index: 100; padding: 12px 16px; color: var(--white); background: var(--navy); }
.skip:focus { top: 12px; }

.topline { min-height: 36px; display: flex; align-items: center; justify-content: space-between; padding: 8px 60px; color: var(--navy); background: var(--yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.topline a { text-decoration: none; }
.header { min-height: 100px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; padding: 16px 60px; background: var(--white); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: var(--navy); text-decoration: none; text-transform: uppercase; }
.brand > span:last-child { line-height: .92; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.brand small { margin-top: 6px; color: var(--red); font-size: 12px; font-weight: 900; }
.brand-badge { position: relative; width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 58px; color: var(--white); background: var(--navy); border: 5px solid var(--red); border-radius: 50%; box-shadow: 0 0 0 4px var(--navy); }
.brand-badge b { font-size: 17px; }
.brand-badge i { position: absolute; right: -11px; bottom: 1px; width: 17px; height: 17px; background: var(--yellow); border: 3px solid var(--white); border-radius: 50%; }
nav { display: flex; gap: 30px; }
nav a { color: var(--navy); font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
nav a:hover { color: var(--red); }
.nav-phone { min-width: 220px; padding: 13px 18px; color: var(--white); background: var(--navy); text-align: center; text-decoration: none; border-bottom: 5px solid var(--red); }
.nav-phone small, .nav-phone strong { display: block; }
.nav-phone small { margin-bottom: 5px; color: var(--sky); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.nav-phone strong { font-size: 20px; }

.hero { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: rgba(9, 21, 34, .72); }
.hero-overlay::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 58%; background: rgba(20, 35, 58, .66); border-right: 10px solid rgba(217, 67, 50, .8); transform: skewX(-7deg); transform-origin: bottom; }
.hero-copy { position: relative; z-index: 2; width: min(850px, 90vw); margin-left: 84px; padding: 60px 0 105px; }
.tag, .overline { margin: 0 0 18px; color: var(--red); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.tag { display: inline-block; padding: 10px 13px; color: var(--navy); background: var(--yellow); }
.hero h1 { max-width: 850px; margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 74.4px; font-weight: 900; line-height: .91; text-transform: uppercase; }
.lede { max-width: 620px; margin: 28px 0; font-size: 18px; font-weight: 700; line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.call-button, .service-button { min-height: 68px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; text-decoration: none; text-transform: uppercase; }
.call-button { min-width: 275px; flex-direction: column; color: var(--white); background: var(--red); border: 2px solid var(--red); }
.call-button small { margin-bottom: 3px; font-size: 9px; font-weight: 900; }
.call-button strong { font-size: 23px; }
.call-button:hover { color: var(--red); background: var(--white); border-color: var(--white); }
.service-button { color: var(--white); border: 2px solid var(--white); font-size: 12px; font-weight: 900; }
.service-button:hover { color: var(--navy); background: var(--white); }
.hero-card { position: absolute; z-index: 3; right: 72px; bottom: 0; width: min(410px, 37vw); padding: 28px 34px 30px; color: var(--navy); background: var(--white); border-top: 9px solid var(--sky); box-shadow: 12px 0 0 var(--red); }
.hero-card > p { margin: 0 0 15px; color: var(--red); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.hero-card div { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.hero-card div span { color: var(--red); font-family: Georgia, serif; font-size: 18px; font-weight: 700; }
.hero-card div b { font-size: 14px; }

.credibility { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); background: var(--navy); }
.credibility article { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 24px 48px; border-right: 1px solid rgba(255,255,255,.18); }
.credibility span, .credibility b { display: block; }
.credibility span { margin-bottom: 7px; color: var(--sky); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.credibility b { font-size: 16px; }

.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 115px 84px; background: var(--white); }
.services-heading { align-self: start; position: sticky; top: 28px; }
.services-heading h2, .decision-title h2, .faq-heading h2 { margin: 0 0 24px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 54px; line-height: 1; }
.services-heading > p:not(.overline) { font-size: 18px; line-height: 1.7; }
.services-heading > a { display: inline-flex; gap: 14px; margin-top: 16px; color: var(--navy); font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; border-bottom: 3px solid var(--red); }
.services-heading > a span { color: var(--red); }
.service-list { border-top: 2px solid var(--navy); }
.service-list article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.number { color: var(--red); font-family: Georgia, serif; font-size: 38px; }
.service-list p { margin: 0 0 7px; color: #4d7d88; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.service-list h3 { margin: 0 0 11px; color: var(--navy); font-size: 28px; }
.service-list div > span { line-height: 1.6; }

.why { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 740px; color: var(--white); background: var(--navy-deep); }
.why-photo { position: relative; height: 740px; min-height: 640px; overflow: hidden; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.stamp { position: absolute; top: 28px; left: 28px; width: 126px; height: 126px; display: grid; place-content: center; color: var(--navy); background: var(--yellow); border: 6px solid var(--white); border-radius: 50%; text-align: center; transform: rotate(-7deg); }
.stamp b, .stamp span { display: block; }
.stamp b { font-size: 21px; }
.stamp span { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.why-copy { align-self: center; padding: 74px 72px; }
.overline.light { color: var(--sky); }
.why-copy h2 { margin: 0 0 25px; font-family: Georgia, "Times New Roman", serif; font-size: 55.2px; line-height: 1; }
.why-copy > p:not(.overline) { font-size: 18px; line-height: 1.7; }
.why-copy ul { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.why-copy li { display: grid; grid-template-columns: 1fr 1.5fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.why-copy li b { color: var(--yellow); }
.why-copy li span { line-height: 1.45; }
.why-copy > a { display: inline-block; padding: 17px 21px; color: var(--white); background: var(--red); font-weight: 900; text-decoration: none; }

.decision { padding: 110px 84px; background: #dceff2; }
.decision-title { max-width: 840px; margin-bottom: 50px; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.decision-grid article { min-height: 290px; padding: 31px; background: var(--white); border-top: 7px solid var(--navy); box-shadow: 8px 8px 0 rgba(20,35,58,.12); }
.decision-grid article:nth-child(2) { border-color: var(--red); }
.decision-grid article:nth-child(3) { border-color: var(--yellow); }
.decision-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 35px; color: var(--white); background: var(--navy); font-family: Georgia, serif; font-size: 22px; }
.decision-grid h3 { margin: 0 0 14px; color: var(--navy); font-size: 25px; line-height: 1.1; }
.decision-grid p { margin: 0; line-height: 1.65; }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: 110px 84px; background: var(--white); }
.faq-items { border-top: 2px solid var(--navy); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 25px 46px 25px 0; color: var(--navy); cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { position: absolute; top: 19px; right: 8px; color: var(--red); font-size: 29px; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: 0; padding: 0 46px 25px 0; line-height: 1.7; }

.final { min-height: 390px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px 70px; padding: 70px 84px; color: var(--white); background: var(--red); border-bottom: 12px solid var(--yellow); }
.final > p { grid-column: 1 / -1; margin: 0; color: var(--yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.final h2 { margin: 0; font-family: Georgia, serif; font-size: 60px; line-height: 1; }
.final a { max-width: 390px; padding: 22px; color: var(--white); background: var(--navy); text-align: center; text-decoration: none; }
.final small, .final strong { display: block; }
.final small { margin-bottom: 7px; color: var(--sky); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.final strong { font-size: 30px; }

footer { min-height: 230px; display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 34px; padding: 48px 84px; color: #b8c5ce; background: #07111c; }
.footer-brand { color: var(--white); }
footer p { margin: 0; line-height: 1.55; }
footer > a:not(.brand) { color: var(--sky); font-size: 22px; font-weight: 900; text-decoration: none; }
footer > small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero-card { width: 44vw; }
  .services { gap: 45px; }
  .why, .faq { grid-template-columns: 1fr; }
  .why-photo { height: 570px; min-height: 570px; }
  .faq { gap: 35px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .topline { justify-content: center; }
  .topline span { display: none; }
  .header { min-height: 82px; padding: 12px 18px; }
  .brand-badge { width: 50px; height: 50px; flex-basis: 50px; }
  .brand strong { font-size: 21px; }
  .nav-phone { display: none; }
  .hero { min-height: 640px; align-items: flex-end; }
  .hero > img { object-position: 65% center; }
  .hero-overlay { background: rgba(9,21,34,.74); }
  .hero-overlay::before { display: none; }
  .hero-copy { width: auto; margin: 0; padding: 24px 20px 184px; }
  .hero h1 { font-size: 39px; line-height: .94; }
  .lede { margin: 18px 0; font-size: 17px; }
  .actions > a { width: 100%; }
  .service-button { display: none; }
  .hero-card { right: 0; width: calc(100% - 20px); padding: 21px 23px; box-shadow: none; }
  .hero-card div { padding: 9px 0; }
  .credibility { grid-template-columns: 1fr; }
  .credibility article { min-height: 90px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .services { grid-template-columns: 1fr; gap: 45px; padding: 78px 20px; }
  .services-heading { position: static; }
  .services-heading h2, .decision-title h2, .faq-heading h2, .why-copy h2 { font-size: 34px; line-height: 1.04; }
  .service-list article { grid-template-columns: 50px 1fr; gap: 15px; }
  .number { font-size: 29px; }
  .service-list h3 { font-size: 24px; }
  .why-photo { height: 440px; min-height: 440px; }
  .why-copy { padding: 68px 20px; }
  .why-copy li { grid-template-columns: 1fr; gap: 6px; }
  .decision, .faq { padding: 78px 20px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-grid article { min-height: 0; }
  .faq { gap: 30px; }
  .final { grid-template-columns: 1fr; padding: 62px 20px; }
  .final > p { grid-column: auto; }
  .final h2 { font-size: 35px; line-height: 1.04; }
  footer { grid-template-columns: 1fr; padding: 48px 20px; }
  footer > small { grid-column: auto; }
  .mobile-call { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; height: 66px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--white); background: var(--red); text-decoration: none; box-shadow: 0 -6px 20px rgba(0,0,0,.2); }
  .mobile-call span { font-size: 10px; font-weight: 900; text-transform: uppercase; }
  .mobile-call strong { font-size: 21px; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 36px; }
  .services-heading h2, .decision-title h2, .faq-heading h2, .why-copy h2, .final h2 { font-size: 32px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.h1-location{display:block;margin-top:14px;font-family:inherit;font-size:16px;line-height:1.25;font-weight:700;letter-spacing:0;text-transform:uppercase}


/* Audit-depth addition: practical homeowner guidance without unsupported claims. */
.service-field-guide{padding:clamp(3.5rem,7vw,6.5rem) 0;background:color-mix(in srgb,currentColor 4%,transparent)}
.service-field-guide .guide-shell{width:min(1120px,calc(100% - 40px));margin:auto}
.service-field-guide .guide-kicker{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.72}
.service-field-guide h2{max-width:18ch;margin:.65rem 0 1rem;font-size:3.4rem;line-height:1.03;letter-spacing:0}
.service-field-guide .guide-intro{max-width:72ch;font-size:1.08rem;line-height:1.75}
.service-field-guide .guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 2rem;margin-top:2.5rem}
.service-field-guide article{padding-top:1.15rem;border-top:2px solid currentColor}
.service-field-guide article h3{margin:0 0 .55rem;font-size:1.22rem;letter-spacing:0}
.service-field-guide article p,.service-field-guide .guide-local p,.service-field-guide .guide-call p{line-height:1.7}
.service-field-guide .guide-lower{display:grid;grid-template-columns:1.25fr .75fr;gap:2rem;margin-top:2.5rem;align-items:start}
.service-field-guide .guide-local,.service-field-guide .guide-call{padding:1.4rem;border:1px solid currentColor;border-radius:6px}
.service-field-guide .guide-call a{display:inline-flex;margin-top:.75rem;font-weight:800;text-decoration:underline;text-underline-offset:4px}
@media(max-width:720px){.service-field-guide .guide-shell{width:min(100% - 28px,1120px)}.service-field-guide .guide-grid,.service-field-guide .guide-lower{grid-template-columns:1fr}.service-field-guide h2{font-size:2.25rem}.service-field-guide{padding:3.5rem 0 6.5rem}}

/* Contextual service image treatment */
.decision{background-image:linear-gradient(105deg,rgba(20,35,58,.93),rgba(20,35,58,.70)),url('/__site-assets/plumber-peoria-az.com/images/service-background.jpg?v=2&cfv=assetfix-20260513d-1787852095693');background-size:cover;background-position:center;color:#fff}
.decision .overline,.decision h2,.decision-title p{color:#fff}.decision-grid article{background:rgba(255,255,255,.95);color:#263548;backdrop-filter:blur(2px)}
/* Mobile readability guard: keep long display headings scannable without changing this site's visual identity. */
@media (max-width: 600px) {
  h1 {
    max-width: 100% !important;
    font-size: clamp(36px, 10.25vw, 42px) !important;
    line-height: 1.04 !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  h2 {
    max-width: 100% !important;
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1.08 !important;
    overflow-wrap: normal;
    word-break: normal;
  }
}
