:root {
  --navy: #062d49;
  --navy-dark: #041f33;
  --red: #b42027;
  --red-dark: #8f161c;
  --cream: #f6f1e8;
  --light: #f3f5f6;
  --white: #ffffff;
  --ink: #132431;
  --muted: #566570;
  --line: #d8dee2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; letter-spacing: 0; }
a { color: inherit; }
img { max-width: 100%; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--ink); }
.skip:focus { left: 8px; }

.topline { min-height: 36px; display: flex; align-items: center; justify-content: space-between; padding: 7px max(24px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--navy-dark); font-size: 10px; font-weight: 800; }
.topline a { color: var(--white); text-decoration: none; }

.site-header { min-height: 98px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; padding-left: max(24px, calc((100vw - 1240px) / 2)); background: var(--white); box-shadow: 0 4px 18px rgba(0, 31, 53, .12); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border: 4px solid var(--navy); border-radius: 50%; color: var(--white); background: var(--red); box-shadow: inset 0 0 0 3px var(--white); font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: 19px; }
.brand > span:last-child { display: grid; line-height: .94; }
.brand strong, .brand b { font-family: Impact, "Arial Narrow", Arial, sans-serif; font-weight: 400; font-size: 24px; text-transform: uppercase; }
.brand b { color: var(--red); }
.brand small { margin-top: 5px; color: var(--navy); font-size: 8px; font-weight: 900; }
.site-header nav { display: flex; justify-content: flex-end; align-items: center; gap: 31px; }
.site-header nav a { color: var(--navy); text-decoration: none; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.site-header nav a:hover { color: var(--red); }
.header-call { height: 98px; min-width: 245px; display: flex; flex-direction: column; justify-content: center; padding: 0 28px; color: var(--white); background: var(--navy); text-decoration: none; }
.header-call small { font-size: 8px; font-weight: 900; color: #c9dce8; }
.header-call b { font-size: 22px; }

.hero { min-height: 710px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy-dark); }
.hero-bg { position: absolute; inset: 0; background-image: url('/__site-assets/plumberbrightonco.com/images/hero.jpg?cfv=assetfix-20260513d-1783961586252'); background-position: center 38%; background-size: cover; }
.hero:after { content: ""; position: absolute; inset: 0; background: rgba(1, 25, 43, .68); }
.hero-content { width: min(1240px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 2; padding: 90px 0; color: var(--white); }
.ribbon { width: fit-content; margin: 0 0 24px; padding: 9px 14px; background: var(--red); color: var(--white); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.hero h1, h2, .service-grid h3 { font-family: Impact, "Arial Narrow", Arial, sans-serif; font-weight: 400; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0 0 22px; font-size: clamp(62px, 7.2vw, 106px); line-height: .9; }
.hero-content > p:not(.ribbon) { max-width: 720px; margin: 0; font-size: 21px; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 3px solid currentColor; border-radius: 3px; text-decoration: none; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.button.red { border-color: var(--red); background: var(--red); color: var(--white); }
.button.red:hover { border-color: var(--red-dark); background: var(--red-dark); }
.button.outline { color: var(--white); background: transparent; }
.button.outline:hover { background: var(--white); color: var(--navy); }

.assurance { width: min(1240px, calc(100% - 48px)); margin: -30px auto 0; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); box-shadow: 0 12px 35px rgba(0, 31, 53, .17); }
.assurance div { min-height: 120px; display: grid; grid-template-columns: 46px 1fr; align-content: center; gap: 2px 12px; padding: 24px; border-right: 1px solid var(--line); }
.assurance div:last-child { border-right: 0; }
.assurance span { grid-row: 1 / 3; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: var(--white); font-weight: 900; }
.assurance b { align-self: end; color: var(--navy); font-size: 12px; }
.assurance small { align-self: start; color: var(--muted); font-size: 11px; }

.local-section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0 100px; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.kicker { margin: 0 0 14px; color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.local-copy h2, .section-heading h2, .trust-band h2, .guide-copy h2, .final-cta h2 { margin: 0 0 24px; color: var(--navy); font-size: clamp(44px, 5vw, 70px); line-height: .95; }
.local-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.text-link { display: inline-block; margin-top: 15px; color: var(--red); font-size: 12px; font-weight: 900; }
.local-photo { position: relative; min-height: 520px; }
.local-photo img { width: 100%; height: 520px; display: block; object-fit: cover; }
.local-photo > div { position: absolute; left: -28px; bottom: 30px; min-width: 310px; padding: 18px 22px; background: var(--red); color: var(--white); box-shadow: 8px 8px 0 var(--navy); }
.local-photo small, .local-photo span { display: block; font-size: 8px; font-weight: 900; }
.local-photo b { display: block; margin: 3px 0; font-size: 25px; }

.services { padding: 100px max(24px, calc((100vw - 1240px) / 2)); background: var(--light); }
.section-heading { max-width: 850px; margin: 0 auto 52px; text-align: center; }
.section-heading > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-grid article { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: var(--white); border-bottom: 7px solid var(--red); border-radius: 5px; background-position: center; background-size: cover; box-shadow: inset 0 0 0 999px rgba(2, 38, 62, .78); transition: transform .2s ease; }
.service-grid article:nth-child(odd) { background-image: url('/__site-assets/plumberbrightonco.com/images/detail.jpg?cfv=assetfix-20260513d-1783961586252'); }
.service-grid article:nth-child(even) { background-image: url('/__site-assets/plumberbrightonco.com/images/hero.jpg?cfv=assetfix-20260513d-1783961586252'); }
.service-grid article:nth-child(2) { background-position: 70% center; }
.service-grid article:nth-child(3) { background-position: 35% center; }
.service-grid article:hover { transform: translateY(-6px); }
.service-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: auto; border: 2px solid var(--white); border-radius: 50%; font-size: 10px; font-weight: 900; }
.service-grid h3 { margin: 35px 0 12px; font-size: 31px; line-height: 1; }
.service-grid p { margin: 0 0 20px; color: #e7eff4; font-size: 14px; }
.service-grid a { color: var(--white); font-size: 9px; font-weight: 900; }

.trust-band { min-height: 500px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; padding: 90px max(24px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--navy); }
.trust-band .kicker { color: #f1a2a6; }
.trust-band h2 { color: var(--white); }
.trust-band ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.35); }
.trust-band li { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.trust-band li b { color: #ffb0b4; font-size: 12px; }
.trust-band li span { color: #d7e3ea; }

.home-guide { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--cream); }
.guide-image { min-height: 720px; background: url('/__site-assets/plumberbrightonco.com/images/detail.jpg?cfv=assetfix-20260513d-1783961586252') center / cover no-repeat; }
.guide-copy { align-self: center; padding: 80px clamp(45px, 8vw, 130px); }
.guide-copy ol { list-style: none; margin: 30px 0; padding: 0; }
.guide-copy li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid #c9c2b7; }
.guide-copy li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 900; }
.guide-copy li b { color: var(--navy); font-size: 17px; }
.guide-copy li p { margin: 3px 0 0; color: var(--muted); }

.questions { padding: 110px max(24px, calc((100vw - 1040px) / 2)); }
.faq-list { border-top: 2px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { display: flex; justify-content: space-between; gap: 30px; color: var(--navy); cursor: pointer; font-size: 18px; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); }
.faq-list details p { max-width: 780px; margin: 16px 0 0; color: var(--muted); }

.final-cta { min-height: 390px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 70px max(24px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--red); }
.final-cta p { margin: 0 0 12px; font-size: 10px; font-weight: 900; }
.final-cta h2 { max-width: 800px; margin: 0; color: var(--white); }
.final-cta > a { min-width: 310px; display: block; padding: 23px 26px; color: var(--white); background: var(--navy); text-decoration: none; box-shadow: 8px 8px 0 var(--white); }
.final-cta a small { display: block; color: #c9dce8; font-size: 8px; font-weight: 900; }
.final-cta a b { font-size: 27px; }

footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding: 75px max(24px, calc((100vw - 1240px) / 2)) 30px; color: #dce7ed; background: var(--navy-dark); }
footer .brand { color: var(--white); }
footer .brand strong, footer .brand b { font-size: 21px; }
footer .brand b { color: #ff959a; }
.footer-brand p { max-width: 300px; color: #a9bdca; font-size: 12px; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
footer h3 { margin: 0 0 10px; color: #ff9ca1; font-size: 11px; }
footer > div > a { color: #dce7ed; text-decoration: none; font-size: 12px; }
.footer-phone { color: var(--white) !important; font-size: 20px !important; font-weight: 900; }
footer span { color: #a9bdca; font-size: 11px; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #8fa7b5; font-size: 10px; }
.mobile-call { display: none; }

@media (max-width: 1050px) {
  .site-header { gap: 20px; }
  .site-header nav { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article { min-height: 370px; }
  .assurance { grid-template-columns: 1fr 1fr; }
  .assurance div:nth-child(2) { border-right: 0; }
  .assurance div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .local-section { grid-template-columns: 1fr 1fr; gap: 45px; }
  footer { grid-template-columns: 1.5fr 1fr 1fr; }
  footer > div:nth-of-type(4) { grid-column: 2; }
}

@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .topline { min-height: 31px; padding: 6px 16px; }
  .topline span { display: none; }
  .topline a { margin-left: auto; }
  .site-header { min-height: 84px; grid-template-columns: 1fr; padding: 10px 16px; }
  .brand-mark { width: 50px; height: 50px; }
  .brand strong, .brand b { font-size: 20px; }
  .header-call { display: none; }
  .hero { min-height: 680px; align-items: flex-end; }
  .hero-bg { background-position: 58% center; }
  .hero:after { background: rgba(1, 25, 43, .65); }
  .hero-content { width: calc(100% - 32px); padding: 80px 0 58px; }
  .ribbon { font-size: 8px; }
  .hero h1 { font-size: 53px; }
  .hero-content > p:not(.ribbon) { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .assurance { width: calc(100% - 24px); grid-template-columns: 1fr; margin-top: -16px; }
  .assurance div { min-height: 95px; border-right: 0; border-bottom: 1px solid var(--line); }
  .assurance div:last-child { border-bottom: 0; }
  .local-section { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 45px; padding: 85px 0; }
  .local-copy h2, .section-heading h2, .trust-band h2, .guide-copy h2, .final-cta h2 { font-size: 46px; }
  .local-photo { min-height: 420px; }
  .local-photo img { height: 420px; }
  .local-photo > div { left: 12px; right: 12px; min-width: 0; }
  .services { padding: 80px 16px; }
  .section-heading { text-align: left; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 390px; }
  .trust-band { grid-template-columns: 1fr; gap: 35px; padding: 75px 20px; }
  .trust-band li { grid-template-columns: 1fr; gap: 7px; }
  .home-guide { grid-template-columns: 1fr; }
  .guide-image { min-height: 410px; }
  .guide-copy { padding: 70px 20px; }
  .questions { padding: 80px 20px; }
  .final-cta { grid-template-columns: 1fr; gap: 35px; padding: 70px 20px; }
  .final-cta > a { min-width: 0; }
  footer { grid-template-columns: 1fr; gap: 35px; padding: 60px 20px 25px; }
  footer > div:nth-of-type(4) { grid-column: auto; }
  .mobile-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; color: var(--white); background: var(--red); text-decoration: none; border-top: 3px solid var(--navy-dark); }
  .mobile-call span { font-size: 10px; font-weight: 900; }
  .mobile-call b { font-size: 16px; }
}
