/* Homepage typography aligned with the GitHub reference. */
body { font-size: 1rem; line-height: 1.5; }
.v2-promo { font-size: 1rem; }
.v2-promo span { font-size: .75rem; }
.v2-nav nav { font-size: 1rem; gap: 1.5rem; }
.v2-nav { gap: 1.5rem; }
.v2-dropdown-menu a { font-size: .875rem; height: auto; }
.v2-pill { font-size: 1rem; line-height: 1.5; min-height: 3rem; padding: .75rem 1.5rem; gap: .5rem; }
.v2-hero h1 { font-size: 3.6875rem; line-height: 1; }
.v2-hero-copy > p:not(.v2-overline) { font-size: 1rem; line-height: 1.5; }
.v2-overline, .v2-about p.v2-overline, .v2-heading p.v2-overline { font-size: .75rem; line-height: 1.4; letter-spacing: .07em; }
.v2-trust { flex-wrap: wrap; column-gap: 1.5rem; row-gap: 1rem; }
.v2-trust b { font-size: .8125rem; line-height: 1.5; }
.v2-quote h2 { font-size: 1.5rem; line-height: 1.35; }
.v2-quote > p { font-size: .875rem; line-height: 1.5; margin-bottom: 1rem; }
.v2-quote input, .v2-quote select, .v2-contact input, .v2-contact select, .v2-contact textarea { font-size: 1rem; line-height: 1.5; min-height: 3rem; height: auto; padding: .75rem; }
.v2-quote .v2-pill { height: auto; }
.v2-quote small, .v2-contact form small { font-size: .75rem; line-height: 1.5; }
.v2-about h2, .v2-heading h2, .v2-coast h2, .v2-contact h2 { font-size: 2.25rem; line-height: 1.12; letter-spacing: -.035em; }
.v2-about p, .v2-heading > p, .v2-heading > div > p:not(.v2-overline), .v2-coast-copy > p:not(.v2-overline), .v2-contact-grid > div > p:not(.v2-overline) { font-size: 1.125rem; line-height: 1.6; }
.v2-heading { flex-wrap: wrap; align-items: center; margin-bottom: 1.5rem; }
.v2-heading > div { flex: 1 1 24rem; }
.v2-heading > p { flex: 1 1 20rem; max-width: 42ch; }
.v2-heading p br { display: none; }
.v2-heading .v2-pill { margin-bottom: 0; flex-shrink: 0; }
.v2-values article strong { font-size: .875rem; line-height: 1.5; display: block; }
.v2-values > p { font-size: 1.3125rem; }
.v2-service-grid h3 { font-size: 1.5rem; line-height: 1.33; }
.v2-service-grid p, .v2-review-grid p { font-size: 1rem; line-height: 1.6; }
.v2-service-grid a { font-size: .875rem; line-height: 1.5; }
.v2-service-grid article { display: flex; flex-direction: column; }
.v2-service-grid article > a { margin-top: auto; }
.v2-coast-copy b { font-size: .875rem; }
.v2-coast-copy small { font-size: .75rem; }
.v2-coast-copy > div { flex-wrap: wrap; gap: 1.25rem; }
.v2-common-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.v2-common-grid b { font-size: 1rem; line-height: 1.5; padding: 1rem; }
.v2-area-pills { flex-wrap: wrap; justify-content: flex-start; gap: .75rem; }
.v2-area-pills a { font-size: .875rem; line-height: 1.5; padding: .75rem 1rem; }
.v2-process-grid b { font-size: 1.125rem; line-height: 1.4; }
.v2-process-grid p { font-size: 1rem; line-height: 1.5; }
.v2-process-grid { gap: 1.5rem; grid-template-columns: repeat(2,minmax(0,1fr)); }
.v2-review-grid b { font-size: 1rem; }
.v2-review-grid b small { font-size: .875rem; }
.v2-review-grid article { padding: 1.5rem; }
.v2-contact ul { font-size: 1rem; line-height: 1.5; gap: .75rem; }
.v2-contact a, .v2-footer a { overflow-wrap: anywhere; }
.v2-contact-grid { grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); gap: 3rem; }
.v2-contact-grid > .v2-note { display: none; }
.v2-contact textarea { min-height: 7rem; }
.v2-contact form { padding: 1.5rem; }
.v2-footer-grid { grid-template-columns: 1.1fr .75fr 1fr 1.2fr; gap: 2.5rem; padding-block: 3rem; }
.v2-footer-grid > div:first-child > p { font-size: .875rem; line-height: 1.6; }
.v2-footer h3 { font-size: 1.125rem; line-height: 1.5; }
.v2-footer a, .v2-footer span { font-size: .875rem; line-height: 1.6; }
.v2-copyright, .v2-copyright a, .v2-copyright span { font-size: .75rem; }
.v2-about { height: auto; padding-block: 4rem; }
.v2-about-grid { grid-template-columns: 1fr 1fr .8fr; gap: 2rem; }
.v2-tech { min-height: 25rem; }
.v2-coast { height: auto; min-height: 28rem; }
.v2-coast-copy { padding: 3rem; }
.v2-services, .v2-common, .v2-areas, .v2-projects, .v2-process, .v2-reviews, .v2-contact { padding-block: 4rem; }
.v2-hero { height: auto; min-height: 44rem; }
.v2-hero-grid { grid-template-columns: minmax(0,1.2fr) minmax(0,.85fr); gap: 3.5rem; padding-top: 5rem; padding-bottom: 13rem; }
.v2-van { width: 33rem; }
@media (max-width: 1100px) {
  .v2-nav > .v2-header-call { display: none; }
  .v2-nav nav { gap: 1.25rem; }
  .v2-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .v2-about-grid { grid-template-columns: 1fr 1fr; }
  .v2-values { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .v2-coast-copy { padding: 2rem; }
  .v2-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1000px) {
  .v2-hero-grid { grid-template-columns: minmax(0,1fr); padding-bottom: 14rem; }
  .v2-hero-copy { max-width: 40rem; }
  .v2-quote { width: 100%; max-width: 38rem; margin-top: 0; }
  .v2-van { width: 23rem; bottom: 0; right: 0; }
  .v2-coast { grid-template-columns: 1fr; }
  .v2-coast-photo { display: none; }
  .v2-coast-copy > p { max-width: 60ch; }
  .v2-contact-grid { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 760px) {
  .v2-promo { font-size: .875rem; }
  .v2-hero h1 { font-size: 2.5rem; line-height: 1.08; }
  .v2-hero-grid { display: grid; padding-top: 3rem; gap: 2rem; }
  .v2-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .v2-trust span { width: auto; }
  .v2-trust b { font-size: .8125rem; }
  .v2-quote { padding: 1.5rem; }
  .v2-van { right: 50%; transform: translateX(50%); max-width: 95%; }
  .v2-about h2, .v2-heading h2, .v2-coast h2, .v2-contact h2 { font-size: 1.875rem; line-height: 1.2; }
  .v2-about-grid, .v2-review-grid { grid-template-columns: minmax(0,1fr); }
  .v2-heading > div, .v2-heading > p { flex-basis: auto; }
  .v2-heading { gap: 1rem; }
  .v2-heading p { margin-bottom: 0; }
  .v2-common-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .v2-process-grid { grid-template-columns: minmax(0,1fr); }
  .v2-footer-grid > div:first-child { grid-column: 1/-1; }
  .v2-about, .v2-services, .v2-common, .v2-areas, .v2-projects, .v2-process, .v2-reviews, .v2-contact { padding-block: 3rem; }
}
@media (max-width: 480px) {
  .v2-service-grid, .v2-footer-grid { grid-template-columns: minmax(0,1fr); }
  .v2-common-grid b { font-size: .875rem; padding: .75rem; }
  .v2-common-grid a { padding-inline: .5rem; }
  .v2-contact form { padding: 1rem; }
}

/* Smooth hero divider with continuous Bezier curves. */
.v2-swoop { height: 6.875rem; background: transparent; clip-path: none; pointer-events: none; }
.v2-swoop::before { content: none; }
.v2-swoop svg { display: block; width: 100%; height: 100%; }
@media (max-width: 760px) { .v2-swoop { height: 3.5rem; } }

/* Keep the decorative van on desktop only. */
@media (max-width: 1024px) {
  .v2-van { display: none; }
  .v2-hero-grid { padding-bottom: 6rem; }
}

/* Tablet: pair the introduction with the complete plumber image. */
@media (min-width: 761px) and (max-width: 1100px) {
  .v2-about { padding-block: 3rem; }
  .v2-about-grid {
    height: auto;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    grid-template-areas: "copy photo" "values values";
    gap: 2rem;
    align-items: center;
  }
  .v2-about-grid > div:first-child { grid-area: copy; }
  .v2-about h2 { font-size: 2rem; line-height: 1.15; }
  .v2-about-grid > div:first-child > p { margin-bottom: 1.5rem; }
  .v2-tech {
    grid-area: photo;
    display: block;
    width: 100%;
    max-width: 22rem;
    min-height: 0;
    aspect-ratio: 1122 / 1402;
    justify-self: end;
    align-self: center;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .v2-values {
    grid-area: values;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid #deebf2;
  }
  .v2-values > p { margin-top: 1rem; }
}

/* Quote-led hero: balanced columns and compact form framing. */
.v2-hero { min-height: 0; }
.v2-hero-grid {
  width: min(1160px, calc(100% - 64px));
  grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
  align-items: center;
  gap: 64px;
  padding-top: 48px;
  padding-bottom: 88px;
}
.v2-hero-copy { padding-bottom: 40px; }
.v2-hero h1 { font-size: clamp(2.5rem, 4.1vw, 3.6875rem); line-height: 1.05; margin-bottom: 20px; }
.v2-hero-copy > p:not(.v2-overline) { max-width: 48ch; }
.v2-actions { gap: 12px; margin-top: 24px; }
.v2-hero .v2-pill { padding: 12px 20px; font-size: 14px; min-height: 48px; }
.v2-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; margin-top: 28px; max-width: 420px; }
.v2-trust span { width: auto; }
.v2-trust b { font-size: 12px; }
.v2-quote {
  width: 100%; min-width: 0; max-width: none; margin: 0;
  padding: 24px;
  border: 1px solid #ffffff26;
  border-radius: 16px;
  background: #05253deF;
  box-shadow: 0 16px 40px #00111e30;
}
.v2-quote h2 { font-size: 24px; line-height: 1.25; margin-bottom: 8px; }
.v2-quote > p { font-size: 13px; margin-bottom: 20px; color: #d2e2ec; }
.v2-quote iframe { max-width: 100%; }
.v2-quote small { margin-top: 12px; color: #c7dbe8; }
/* Place the desktop van right of the text, clear of the quote panel. */
.v2-van { width: clamp(240px, calc(100% - 800px), 360px); right: 456px; left: auto; bottom: 4px; }
@media (min-width: 1025px) { .v2-trust { max-width: 320px; } }
@media (min-width: 1025px) and (max-width: 1100px) { .v2-van { right: 416px; } }
.v2-swoop { height: 64px; }
#quick-quote { scroll-margin-top: 112px; }
@media (max-width: 1100px) {
  .v2-hero-grid { gap: 32px; grid-template-columns: minmax(0, 1fr) minmax(0, 400px); }
  .v2-actions { flex-wrap: wrap; }
}
@media (max-width: 900px) {
  .v2-hero-grid { grid-template-columns: minmax(0, 1fr); width: min(640px, calc(100% - 48px)); gap: 32px; padding-block: 40px 72px; }
  .v2-hero-copy { padding-bottom: 0; }
  .v2-quote { max-width: 100%; }
  .v2-van { display: none; }
}
@media (max-width: 480px) {
  .v2-hero-grid { width: calc(100% - 32px); padding-top: 32px; gap: 28px; }
  .v2-hero h1 { font-size: 36px; }
  .v2-hero-copy > p:not(.v2-overline) { font-size: 15px; }
  .v2-quote { padding: 20px 16px 16px; border-radius: 12px; }
  .v2-quote h2 { font-size: 22px; }
  .v2-quote > p { font-size: 12px; margin-bottom: 16px; }
  .v2-trust { gap: 16px 12px; }
}

/* Everyday jobs: photo-led panels matching the service cards. */
.v2-everyday { padding-block: 4rem; background: linear-gradient(105deg, #fff, #eaf7ff); }
.v2-everyday-heading { max-width: 54rem; margin-bottom: 2.5rem; }
.v2-everyday-heading h2 { margin: .75rem 0 1rem; font-size: 2.25rem; line-height: 1.15; letter-spacing: -.035em; color: #08243f; }
.v2-everyday-heading > p:last-child { font-size: 1.125rem; line-height: 1.6; color: #4e6579; }
.v2-everyday-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.v2-everyday-grid article { min-width: 0; padding: .75rem; border-radius: .75rem; background: #fff; box-shadow: 0 6px 22px #0a294018; }
.v2-everyday-photo { position: relative; margin: 0; }
.v2-everyday-photo > img { display: block; width: 100%; height: 12.5rem; object-fit: cover; border-radius: .5rem; }
.v2-everyday-grid article:nth-child(2) .v2-everyday-photo > img { object-position: center 60%; }
.v2-everyday-grid article:nth-child(3) .v2-everyday-photo > img { object-position: center 56%; }
.v2-everyday-icon { position: absolute; bottom: -1.5rem; left: .75rem; display: grid; place-items: center; width: 3.5rem; height: 3.5rem; border: 5px solid #fff; border-radius: 50%; background: linear-gradient(135deg, #04b5ef, #077bd1); color: #fff; font-size: 1.5rem; }
.v2-everyday-body { padding: 2.5rem .75rem 1rem; }
.v2-everyday-grid h3 { margin: 0 0 1.5rem; min-height: 0; font-size: 1.5rem; line-height: 1.3; letter-spacing: -.025em; color: #08243f; }
.v2-everyday-grid ul { display: flex; flex-direction: column; gap: 1rem; margin: 0; padding-left: 1rem; list-style: disc; }
.v2-everyday-grid li { padding-left: .125rem; color: #4e6579; font-size: 1rem; line-height: 1.6; }
.v2-everyday-grid li::marker { color: #03a7ec; }
.v2-everyday-grid strong { color: #08243f; font-weight: 700; }
.v2-everyday-call { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #deebf2; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.v2-everyday-call p { margin: 0; font-size: 1.125rem; line-height: 1.5; color: #08243f; }
.v2-everyday-call .v2-pill { flex-shrink: 0; }
@media (min-width: 761px) and (max-width: 1100px) {
  .v2-everyday-grid { grid-template-columns: minmax(0, 1fr); }
  .v2-everyday-grid article { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 1.5rem; }
  .v2-everyday-photo > img { height: 100%; min-height: 20rem; }
  .v2-everyday-icon { bottom: 1rem; left: 1rem; }
  .v2-everyday-body { padding: 1rem 1rem 1rem 0; }
  .v2-everyday-grid h3 { min-height: 0; }
}
@media (max-width: 760px) {
  .v2-everyday { padding-block: 3rem; }
  .v2-everyday-heading h2 { font-size: 1.875rem; }
  .v2-everyday-grid { grid-template-columns: minmax(0, 1fr); }
  .v2-everyday-grid h3 { min-height: 0; }
  .v2-everyday-photo > img { height: 13rem; }
  .v2-everyday-call { align-items: flex-start; flex-direction: column; }
}


@media (max-width: 900px) {
  body.v2-quote-in-view chat-widget { visibility: hidden; pointer-events: none; }
}

/* Responsive Google map in the service areas section. */
.v2-area-map { margin-top: 2rem; border: 1px solid #deebf2; border-radius: 1rem; overflow: hidden; background: #eaf7ff; }
.v2-area-map iframe { display: block; width: 100%; height: 28.125rem; border: 0; }
@media (max-width: 760px) { .v2-area-map iframe { height: 22rem; } }

button.v2-pill { font-family: inherit; cursor: pointer; }
.v2-all-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.v2-all-services[hidden] { display: none; }
.v2-all-services a { display: flex; align-items: center; padding: 14px 16px; min-height: 48px; border: 1px solid #d5e4ee; border-radius: 8px; background: #fff; font-weight: 600; font-size: 14px; }
.v2-all-services a:hover { border-color: #069fe9; color: #076da1; }
.v2-gallery-dialog { width: min(960px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 20px; border: 0; border-radius: 16px; background: #05253d; color: #fff; }
.v2-gallery-dialog::backdrop { background: #021426db; }
.v2-gallery-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.v2-gallery-dialog h2 { margin: 0; font-size: 22px; }
.v2-gallery-dialog figure { margin: 0; }
.v2-gallery-dialog img { width: 100%; height: min(60dvh,600px); object-fit: contain; }
.v2-gallery-dialog figcaption { margin-top: 12px; text-align: center; color: #d3e1ec; font-size: 14px; }
.v2-gallery-dialog button { min-height: 44px; padding: 10px 16px; border: 1px solid #ffffff70; border-radius: 8px; color: #fff; background: transparent; cursor: pointer; font: inherit; }
.v2-gallery-controls { display: flex; justify-content: space-between; gap: 12px; margin-top: 16px; }
.v2-form-status { margin: 8px 0 0; font-size: 14px; line-height: 1.5; color: #d3e1ec; }
.v2-form-status:empty { display: none; }
.v2-form-status[data-state="error"] { color: #ffd2c7; }
.v2-form-status[data-state="success"] { color: #b7f3d5; }
.v2-contact button:disabled { opacity: .7; cursor: default; }
.v2-hero a:focus-visible, .v2-header a:focus-visible, .v2-header button:focus-visible, .v2-gallery-dialog button:focus-visible, .v2-all-services a:focus-visible { outline: 3px solid #86d7ff; outline-offset: 4px; }
#services, #areas, #contact, #testimonials, #service-area-map { scroll-margin-top: 112px; }
@media (max-width: 760px) { .v2-all-services { grid-template-columns: 1fr; } .v2-gallery-dialog { padding: 16px; } }

/* Contact form uses the same hosted GoHighLevel form as the hero. */
.v2-contact-quote { min-width: 0; padding: 1.5rem; border: 1px solid #ffffff26; border-radius: 1rem; background: #05253d; box-shadow: 0 16px 40px #00111e20; }
.v2-contact-quote h3 { margin: 0 0 .5rem; color: #fff; font-size: 1.5rem; line-height: 1.25; }
.v2-contact-quote > p { margin: 0 0 1.25rem; color: #d2e2ec; font-size: .875rem; line-height: 1.5; }
.v2-contact-quote iframe { display: block; width: 100%; max-width: 100%; border: 0; }
.v2-contact-quote small { display: block; margin-top: .75rem; color: #c7dbe8; text-align: center; font-size: .75rem; line-height: 1.5; }
.v2-contact-quote small i { color: #03a7ec; }
@media (max-width: 480px) { .v2-contact-quote { padding: 1.25rem 1rem 1rem; } }

/* Homepage audit: readable blue text on white backgrounds. */
.v2-service-grid article > a,
.v2-light .v2-overline,
.v2-everyday .v2-overline,
.v2-process .v2-overline,
.v2-contact .v2-overline { color: #006d9c; }
