/** Site Custom Stylesheet (From File) **/ 



 /** Site Custom Styles (From DB) **/ 

/* =========================================================
   Delta Plumbing & Gas — "Strong & grounded"
   ========================================================= */ :root  {
  /* --- Brand blues --- */ --color-delta: #1577c4;
  --color-delta-light: #4f9dd8;
  --color-delta-lighter: #9cc9ec;
  --color-delta-lightest: #e8f2fb;
  --color-delta-dark: #0f5a99;
  --color-delta-darker: #0b4373;
  /* --- Deep navy --- */ --color-navy: #0c3556;
  --color-navy-darker: #082539;
  /* --- Ember: CTA accent --- */ --color-ember: #ee7a33;
  --color-ember-dark: #d9692a;
  /* --- Neutrals --- */ --color-ink: #16242e;
  --color-slate: #4a5a66;
  --color-cloud: #f4f7fa;
  --color-line: #e2e8ee;
  /* --- Semantic anchors --- */ --color-brand: var(--color-delta);
  --color-text: var(--color-ink);
  --color-bg: #ffffff;
  /* --- Re-theme core components --- */ --core-accent: var(--color-delta);
  --core-accent-contrast: #ffffff;
  --core-radius: 10px;
  --core-form-button-bg: var(--color-ember);
  /* Layout */ --base-content-section-max-width: 78rem;
}
/* --- Background utilities --- */ .bg-white  {
  background-color: #ffffff;
}
.bg-cloud  {
  background-color: var(--color-cloud);
}
.bg-delta  {
  background-color: var(--color-delta);
}
.bg-delta-lightest  {
  background-color: var(--color-delta-lightest);
}
.bg-delta-dark  {
  background-color: var(--color-delta-dark);
}
.bg-delta-darker  {
  background-color: var(--color-delta-darker);
}
.bg-navy  {
  background-color: var(--color-navy);
}
.bg-navy-darker  {
  background-color: var(--color-navy-darker);
}
.bg-ember  {
  background-color: var(--color-ember);
}
/* ============================ BASE ============================ */ html  {
  scroll-behavior: smooth;
}
body  {
  font-family: "Barlow", system-ui, sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  font-size: var(--text-size-lg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4  {
  font-family: "Archivo", system-ui, sans-serif;
  color: var(--color-navy);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}
h2  {
  font-size: var(--text-size-9xl);
  font-weight: 800;
}
h3  {
  font-size: var(--text-size-3xl);
  font-weight: 700;
}
p  {
  margin: 0;
  text-wrap: pretty;
}
a  {
  color: var(--color-delta-dark);
}
.eyebrow  {
  font-family: "Archivo", system-ui, sans-serif;
  font-size: var(--text-size-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-delta);
  margin: 0 0 0.9rem;
}
.bg-navy .eyebrow, .bg-delta-dark .eyebrow, .bg-delta-darker .eyebrow  {
  color: var(--color-delta-lighter);
}
.section-lede  {
  font-size: var(--text-size-xl);
  color: var(--color-slate);
  max-width: 60ch;
}
/* ---------- Buttons ---------- */ .btn  {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 700;
  font-size: var(--text-size-reg);
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 1rem 1.7rem;
  border-radius: 12px;
  border: 2px solid transparent;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.12s ease, background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  min-height: 52px;
}
.btn:active  {
  transform: translateY(1px);
}
.btn-primary  {
  background-color: var(--color-ember);
  color: #ffffff;
  box-shadow: 0 8px 18px -8px rgba(238, 122, 51, 0.7);
}
.btn-primary:hover  {
  background-color: var(--color-ember-dark);
}
.btn-ghost  {
  background-color: transparent;
  color: var(--color-navy);
  border-color: var(--color-line);
}
.btn-ghost:hover  {
  border-color: var(--color-delta);
  color: var(--color-delta-dark);
}
/* Ghost on dark backgrounds */ .hero .btn-ghost, .bg-navy .btn-ghost, .bg-delta-dark .btn-ghost, .bg-delta-darker .btn-ghost  {
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.hero .btn-ghost:hover, .bg-navy .btn-ghost:hover, .bg-delta-dark .btn-ghost:hover, .bg-delta-darker .btn-ghost:hover  {
  background: rgba(255,255,255,0.08);
  border-color: #fff;
}
/* ====================== RESPONSIVE (global) ====================== */ @media (max-width: 767px)  {
  h2  {
    font-size: var(--text-size-7xl);
  }
}


 /** Content Section Styles **/ 

.content-section-2255  {
  &.content-section  {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--color-line);
  }
  /* Use a pseudo-element for the blur so the header element itself doesn't
   create a stacking context — that was trapping the mobile menu overlay */ &.content-section::before  {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(8px);
    z-index: -1;
  }
  .content-section-inner  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .logo  {
    display: inline-flex;
  }
  .logo img  {
    height: 46px;
    width: auto;
    display: block;
  }
  .nav-cta  {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Archivo", system-ui, sans-serif;
    font-weight: 700;
    font-size: var(--text-size-reg);
    text-decoration: none;
    color: #fff;
    background: var(--color-delta);
    padding: 0.8rem 1.25rem;
    border-radius: 10px;
    white-space: nowrap;
    transition: background-color 0.15s ease;
    flex-shrink: 0;
  }
  .nav-cta:hover  {
    background: var(--color-delta-dark);
  }
  /* Style the native menu links to match the source */ .core-menu-link  {
    font-family: "Archivo", system-ui, sans-serif;
    font-weight: 600;
    font-size: var(--text-size-reg);
    text-decoration: none;
  }
  @media (max-width: 1023px)  {
    /* When the hamburger appears, push CTA + hamburger to the far right */ .content-section-inner  {
      justify-content: space-between;
    }
    .nav-cta  {
      order: 2;
      margin-left: auto;
    }
    .core-menu  {
      order: 3;
    }
  }
  @media (max-width: 767px)  {
    /* Hide CTA phone on mobile — hamburger menu takes over */ .nav-cta  {
      display: none;
    }
  }
}
.content-section-2256  {
  &.content-section  {
    color: #cddceb;
  }
  .content-section-inner  {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2.5rem;
  }
  .logo img  {
    height: 52px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
  }
  .footer-about  {
    margin-top: 1.1rem;
    font-size: var(--text-size-reg);
    color: #9fb6c9;
    max-width: 36ch;
  }
  .footer-col h4  {
    color: #fff;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: var(--text-size-reg);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .footer-col ul  {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-col li  {
    padding: 0.3rem 0;
  }
  .footer-col a  {
    color: #cddceb;
    text-decoration: none;
    font-size: var(--text-size-reg);
  }
  .footer-col a:hover  {
    color: #fff;
  }
  /* Flat menu links inherit the footer-col link style */ .footer-col .core-menu-link  {
    color: #cddceb;
    text-decoration: none;
    font-size: var(--text-size-reg);
  }
  .footer-col .core-menu-link:hover  {
    color: #fff;
  }
  .footer-col .core-menu-list  {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-col .core-menu-item  {
    padding: 0.3rem 0;
  }
  .footer-phone  {
    font-family: "Archivo", system-ui, sans-serif;
    font-size: var(--text-size-3xl);
    color: #fff;
    text-decoration: none;
  }
  /* Bottom bar spans full width — use a separate inner row */ .footer-bottom-row  {
    grid-column: 1 / -1;
  }
  .footer-bottom  {
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 2.5rem;
    padding-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem;
    font-size: var(--text-size-sm);
    color: #8da7ba;
  }
  @media (max-width: 1023px)  {
    .content-section-inner  {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 767px)  {
    .content-section-inner  {
      grid-template-columns: 1fr;
    }
  }
}
.content-section-2257  {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='2' cy='2' r='1.1' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E"), radial-gradient(115% 125% at 82% 10%, rgba(79,157,216,0.30) 0%, rgba(79,157,216,0) 55%), linear-gradient(158deg, #0f4069 0%, #0c3556 55%, #0a2c49 100%);
  &.content-section  {
    color: #fff;
    overflow: hidden;
  }
  .content-section-inner  {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
  }
  h1  {
    color: #fff;
    font-size: clamp(2.6rem, 5.2vw, 4.4rem);
    font-weight: 800;
  }
  .hero-lede  {
    color: #cdddea;
    font-size: var(--text-size-xl);
    max-width: 52ch;
    margin-top: 1.4rem;
  }
  .eyebrow  {
    color: var(--color-delta-lighter);
  }
  .hero-actions  {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
  }
  .hero-trust  {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1.6rem;
    margin-top: 2.2rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(255,255,255,0.16);
  }
  .hero-trust span  {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--text-size-sm);
    font-weight: 600;
    color: #d7e6f2;
  }
  .hero-trust span::before  {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    background: var(--color-delta-light);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;
  }
  .hero-photo  {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 4.4;
    box-shadow: 0 30px 60px -25px rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.12);
  }
  .hero-photo img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }
  .hero-badge  {
    position: absolute;
    left: 1.1rem;
    bottom: 1.1rem;
    background: rgba(12, 53, 86, 0.86);
    backdrop-filter: blur(4px);
    color: #fff;
    border-radius: 12px;
    padding: 0.85rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgba(255,255,255,0.14);
  }
  .hero-badge strong  {
    font-family: "Archivo";
    font-size: var(--text-size-lg);
    display: block;
    line-height: 1.15;
  }
  .hero-badge small  {
    color: #b9d0e2;
    font-size: var(--text-size-xs);
  }
  @media (max-width: 1023px)  {
    .content-section-inner  {
      grid-template-columns: 1fr;
    }
    .hero-photo  {
      max-width: 460px;
      aspect-ratio: 4 / 3.6;
    }
  }
}
.content-section-2258  {
  .services-head  {
    max-width: 60ch;
    margin-bottom: 3rem;
  }
  .services-grid  {
    gap: 1.4rem;
  }
  .service-card  {
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 16px;
    padding: 2rem 1.8rem;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
  .service-card:hover  {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px -26px rgba(12,53,86,0.5);
    border-color: var(--color-delta-lighter);
  }
  .service-icon  {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: var(--color-delta-lightest);
    color: var(--color-delta-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
  }
  .service-icon svg  {
    width: 28px;
    height: 28px;
  }
  .service-card h3  {
    margin-bottom: 0.5rem;
  }
  .service-card p  {
    color: var(--color-slate);
    font-size: var(--text-size-reg);
  }
  .services-more  {
    margin-top: 2.6rem;
    font-size: var(--text-size-xl);
    color: var(--color-navy);
    font-weight: 600;
  }
  .services-more strong  {
    color: var(--color-delta-dark);
  }
  @media (max-width: 767px)  {
    .services-grid  {
      grid-template-columns: 1fr;
    }
  }
}
.content-section-2259  {
  .content-section-inner  {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
  }
  .about-figure  {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 4.6;
    border: 1px solid var(--color-line);
  }
  .about-figure img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }
  h2  {
    margin-bottom: 1.2rem;
  }
  p + p  {
    margin-top: 1.1rem;
  }
  .about-copy p  {
    color: var(--color-slate);
  }
  .about-points  {
    list-style: none;
    margin: 1.8rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }
  .about-points li  {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: var(--color-navy);
    font-weight: 600;
    font-size: var(--text-size-lg);
  }
  .about-points li::before  {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    margin-top: 1px;
    background: var(--color-ember);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;
  }
  .about-sign  {
    margin-top: 1.4rem;
    font-weight: 700;
    color: var(--color-navy);
    font-family: "Archivo";
  }
  .about-sign small  {
    display: block;
    font-family: "Barlow";
    font-weight: 500;
    color: var(--color-slate);
  }
  @media (max-width: 1023px)  {
    .content-section-inner  {
      grid-template-columns: 1fr;
    }
    .about-figure  {
      max-width: 420px;
      aspect-ratio: 4/3.4;
    }
  }
}
.content-section-2260  {
  &.content-section  {
    color: #fff;
  }
  h2  {
    color: #fff;
  }
  .areas-lede  {
    color: #cfe0ee;
    max-width: 56ch;
    margin-top: 1rem;
  }
  .area-list  {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 2.4rem;
  }
  .area-list span  {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: #eaf2f9;
    font-weight: 600;
    font-size: var(--text-size-reg);
    padding: 0.6rem 1.05rem;
    border-radius: 999px;
  }
  .area-list span::before  {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-delta-light);
  }
  .areas-note  {
    margin-top: 2.2rem;
    color: #cfe0ee;
    font-size: var(--text-size-reg);
  }
  .areas-note a  {
    color: #fff;
    font-weight: 700;
  }
}
.content-section-2261  {
  .t-head  {
    text-align: center;
    margin-bottom: 3rem;
  }
  .t-head .section-lede  {
    margin-left: auto;
    margin-right: auto;
  }
  .t-grid  {
    gap: 1.4rem;
  }
  .t-card  {
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 16px;
    padding: 2rem 1.8rem;
    display: flex;
    flex-direction: column;
  }
  .t-stars  {
    display: flex;
    gap: 3px;
    margin-bottom: 1rem;
    color: var(--color-ember);
  }
  .t-stars svg  {
    width: 20px;
    height: 20px;
  }
  .t-card blockquote  {
    margin: 0;
    font-size: var(--text-size-lg);
    color: var(--color-ink);
    line-height: 1.55;
    flex: 1;
  }
  .t-author  {
    margin-top: 1.4rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--color-line);
    font-weight: 700;
    color: var(--color-navy);
    font-family: "Archivo";
  }
  .t-author small  {
    display: block;
    font-family: "Barlow";
    font-weight: 500;
    color: var(--color-slate);
  }
  @media (max-width: 767px)  {
    .t-grid  {
      grid-template-columns: 1fr;
    }
  }
}
.content-section-2262  {
  .content-section-inner  {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
  }
  h2  {
    margin-bottom: 1rem;
  }
  .contact-intro  {
    color: var(--color-slate);
    margin-bottom: 2rem;
    max-width: 42ch;
  }
  .contact-phone  {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
    background: var(--color-delta-lightest);
    border: 1px solid var(--color-delta-lighter);
    border-radius: 14px;
    padding: 1.1rem 1.4rem;
    margin-bottom: 1.6rem;
  }
  .contact-phone .ic  {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border-radius: 10px;
    background: var(--color-delta);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .contact-phone .ic svg  {
    width: 22px;
    height: 22px;
  }
  .contact-phone small  {
    display: block;
    color: var(--color-slate);
    font-size: var(--text-size-xs);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .contact-phone strong  {
    font-family: "Archivo";
    font-size: var(--text-size-4xl);
    color: var(--color-navy);
    line-height: 1.1;
  }
  .contact-meta  {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .contact-meta li  {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    padding: 0.55rem 0;
    color: var(--color-slate);
    font-size: var(--text-size-reg);
  }
  .contact-meta li strong  {
    color: var(--color-navy);
    font-weight: 700;
  }
  .contact-meta svg  {
    width: 20px;
    height: 20px;
    color: var(--color-delta);
    flex: 0 0 auto;
    margin-top: 2px;
  }
  .contact-trust  {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.6rem;
  }
  .contact-trust span  {
    font-size: var(--text-size-xs);
    font-weight: 700;
    color: var(--color-delta-dark);
    background: var(--color-delta-lightest);
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
  }
  .contact-card  {
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 18px;
    padding: 2.2rem;
    box-shadow: 0 30px 60px -40px rgba(12,53,86,0.4);
  }
  .contact-card h3  {
    margin-bottom: 1.4rem;
  }
  .contact-card label  {
    font-weight: 600;
    color: var(--color-navy);
    font-size: var(--text-size-sm);
  }
  .contact-card .btn-primary  {
    width: 100%;
  }
  .contact-map  {
    margin-top: 1.6rem;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--color-line);
    line-height: 0;
  }
  .contact-map iframe  {
    width: 100%;
    height: 240px;
    border: 0;
    display: block;
  }
  /* Success / fail messages */ .w-form-done  {
    background: #eaf7f0;
    border: 1px solid #7fd4a8;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    margin-bottom: 1.2rem;
    color: #1a6640;
    font-weight: 600;
  }
  .w-form-done p, .w-form-fail p  {
    margin: 0;
  }
  .w-form-fail  {
    background: #fdf1f0;
    border: 1px solid #f0a8a2;
    border-radius: 10px;
    padding: 1rem 1.2rem;
    margin-bottom: 1.2rem;
    color: #8b2a22;
    font-weight: 600;
  }
  @media (max-width: 1023px)  {
    .content-section-inner  {
      grid-template-columns: 1fr;
    }
  }
}
