/* Yale Septic Pros — NOLA/Weebly chrome. Do not wrap the form in a color panel. */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: Arial, Helvetica, sans-serif; color: #333; background: #fff; font-size: 16px; line-height: 1.5; }
a { color: inherit; font-weight: 600; text-decoration: underline; }
.paragraph a, .prose a, p a { color: inherit; font-weight: 600; text-decoration: underline; }
.paragraph a:hover, .prose a:hover, p a:hover { opacity: .75; }
img { max-width: 100%; height: auto; display: block; }
.skip { position: absolute; left: -9999px; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; box-sizing: border-box; }
.chrome {
  position: sticky; top: 0; z-index: 50;
  background: #fff; width: 100%;
  box-shadow: 0 1px 0 #e5e5e5;
  overflow: visible;
}
.topbar { height: 10px; background: #000; width: 100%; }
.header {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  width: 100%; max-width: none; margin: 0; padding: 20px 40px 12px;
  box-sizing: border-box; background: #fff;
}
.phone-logo {
  display: inline-block;
  background: none;
  color: #fff !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: left;
  min-width: 0;
  height: auto;
  padding: 4px 0;
  -webkit-text-stroke: 1.5px #000;
  paint-order: stroke fill;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.35));
}
.nav {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px;
  justify-content: flex-end; padding: 0; border: 0; background: transparent;
}
.nav a, .nav summary {
  color: #111; text-decoration: none; font-weight: 700; font-size: 13px;
  letter-spacing: .06em; text-transform: uppercase; cursor: pointer; list-style: none;
  padding: 6px 10px;
}
.nav a.nav-home { border: 1px solid #c8c8c8; }
.nav-item { position: relative; }
.nav-flyout {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  min-width: 240px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #000;
  z-index: 80;
  padding: 4px 0;
}
.nav-item:hover .nav-flyout,
.nav-item:focus-within .nav-flyout { display: block; }
.nav-flyout a {
  display: block;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  text-decoration: none;
  color: #000;
}
.nav-flyout a:hover { background: rgba(0,0,0,.05); }
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
  z-index: 70;
  flex-shrink: 0;
}
.hamburger span,
.hamburger span:before,
.hamburger span:after {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  position: relative;
}
.hamburger span:before,
.hamburger span:after {
  content: "";
  position: absolute;
  left: 0;
}
.hamburger span:before { top: -7px; }
.hamburger span:after { top: 7px; }
body.nav-open .hamburger span { background: transparent; }
body.nav-open .hamburger span:before { top: 0; transform: rotate(45deg); }
body.nav-open .hamburger span:after { top: 0; transform: rotate(-45deg); }
.nav-toggle {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.mobile-nav { display: none; }
.hero-table { width: 100%; border-collapse: collapse; margin-top: 12px; }
.hero-table td { vertical-align: top; padding: 0 15px; }
.hero-left { width: 67%; }
.hero-right { width: 33%; }
.hero-left h2 { text-align: center; font-size: 42px; margin: 8px 0 12px; font-weight: 800; color: #111; }
.hero-photo {
  border: 8px solid #111;
  margin: 10px 0;
}
.hero-photo img { width: 100%; height: 280px; object-fit: cover; }
.call-wrap { text-align: center; margin: 12px 0; }
.wsite-button, .call {
  display: inline-block; background: #2b2b2b; color: #fff !important; text-decoration: none;
  font-weight: 700; padding: 10px 18px; letter-spacing: .04em;
}
.formlist { list-style: none; margin: 10px 0 0; padding: 0; }
.form-required { color: #c00; }
.wsite-form-label { display: block; font-size: 14px; margin: 8px 0 4px; color: #333; }
.wsite-form-fields-required-label { font-size: 13px; color: #666; margin: 8px 0; }
.wsite-form-input {
  width: 100%; padding: 7px 8px; border: 1px solid #bbb; background: #fff;
  font: 16px Arial, Helvetica, sans-serif; color: #111;
}
.wsite-name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  overflow: visible;
}
.wsite-form-left, .wsite-form-right { float: none; width: auto; }
.wsite-form-sublabel { display: block; font-size: 12px; color: #777; margin-top: 3px; }
.wsite-form-submit { text-align: center; margin: 12px 0; }
.wsite-form-submit button {
  background: #2b2b2b; color: #fff; border: 0; padding: 10px 22px; font-weight: 700; cursor: pointer;
}
.quote-banner { width: auto; max-width: 100%; margin: 10px auto; }
h1 { font-size: 32px; margin: 18px 0 12px; }
.prose p { margin: 0 0 12px; }
.alt-row { margin: 40px 0; }
.wsite-multicol-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.wsite-multicol-table td { vertical-align: middle; padding: 10px 15px; }
.alt-row h2 { font-size: 32px; font-weight: 800; margin: 0 0 12px; color: #111; line-height: 1.1; }
.alt-row .paragraph { font-size: 16px; line-height: 1.55; color: #333; }
.alt-row img { width: 100%; height: auto; max-height: 380px; object-fit: cover; display: block; }
.faq, .locs { padding: 24px 0; border-top: 1px solid #ddd; }
.locs ul { margin: 0; padding-left: 1.2em; }
.area-maps iframe { width: 100%; height: 300px; border: 0; display: block; }
.area-maps td { vertical-align: top; }
.foot { background: #111; color: #fff; padding: 20px 40px; text-align: center; width: 100%; box-sizing: border-box; }
.foot a { color: #fff; text-decoration: none; font-weight: 700; }
.page { padding: 18px 0 40px; }
.msg { min-height: 1.2em; font-size: 13px; }
@media (max-width: 800px) {
  .phone-logo { font-size: 24px; -webkit-text-stroke: 1.4px #000; }
  .header { flex-direction: row; align-items: center; padding: 10px 16px; gap: 12px; }
  .hamburger { display: block; }
  .chrome { z-index: 80; }
  .header .nav { display: none !important; }
  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    background: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 72px 20px 40px;
    overflow-y: auto;
  }
  #nav-toggle:checked ~ .mobile-nav { display: flex; }
  body:has(#nav-toggle:checked) { overflow: hidden; }
  body:has(#nav-toggle:checked) .hamburger span { background: transparent; }
  body:has(#nav-toggle:checked) .hamburger span:before { top: 0; transform: rotate(45deg); }
  body:has(#nav-toggle:checked) .hamburger span:after { top: 0; transform: rotate(-45deg); }
  .mobile-nav a {
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 14px 10px;
  }
  .mobile-nav .nav-flyout { display: none; }
  .hero-left, .hero-right, .wsite-multicol-table, .wsite-multicol-table td { display: block; width: 100% !important; }
  .wsite-form-left, .wsite-form-right { float: none; width: 100%; }
  .locs ul { columns: 1; }
}

/* Yale inner pages — existing article markup under NOLA chrome */
.hero-left h1 { text-align: center; font-size: 42px; margin: 8px 0 12px; font-weight: 800; color: #111; line-height: 1.15; }
.hero-photo img { height: 320px; object-fit: cover; object-position: center; }
.page-hero { padding: 8px 0 0; }
.page-content { padding: 0 0 32px; }
.page-card, .feature-card, .service-card, .hero-card, .info-panel {
  border: 1px solid #ddd; padding: 16px 18px; margin: 0 0 16px; background: #fff;
}
.card-grid, .service-list {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px;
  padding-bottom: 24px;
}
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 700; color: #555; margin: 0 0 6px; }
.cta-group { margin: 12px 0 18px; }
.btn, .btn-accent, .btn-primary {
  display: inline-block; background: #2b2b2b; color: #fff !important; text-decoration: none;
  font-weight: 700; padding: 10px 18px; margin: 0 8px 8px 0; letter-spacing: .04em;
}
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.section-shell { padding: 28px 0; }
.alt-shell { background: #f7f7f7; }
.section-heading { margin-bottom: 12px; }
.faq-list { padding-bottom: 24px; }
.faq-item { margin: 0 0 10px; }
.faq-question { display: block; width: 100%; text-align: left; background: #fff; border: 1px solid #ddd; padding: 12px 14px; font-weight: 700; font-size: 16px; }
.faq-question span { display: none; }
.faq-answer { display: block; padding: 10px 14px 14px; }
.check-list { padding-left: 1.2em; }
.trust-row { display: flex; gap: 16px; flex-wrap: wrap; font-size: 14px; margin: 12px 0; }
.trust-row span { border: 1px solid #ddd; padding: 6px 10px; }
.text-link { font-weight: 600; }
.small-note { font-size: 13px; color: #666; }
.hero-copy { margin: 0 0 12px; }
.phone-logo, .nav a, .nav-flyout a, .mobile-nav a, .wsite-button, .call, .btn, .foot a { text-decoration: none; }
@media (max-width: 800px) {
  .two-column { display: block; }
  .container { padding: 0 16px; }
  .hero-left h1 { font-size: 28px; }
}
