:root {
  --green: #80bd25;
  --green-dark: #105709;
  --green-soft: #eef7e6;
  --ink: #1f292d;
  --muted: #677176;
  --line: #e1e6e2;
  --white: #fff;
  --black: #151515;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.utility {
  font-size: 13px;
  color: #eef7e6;
  background: linear-gradient(90deg, #0d2a1a, #143a24);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.utility .wrap {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 8px 0;
}
.utility-left { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.u-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.u-icon { font-size: 13px; opacity: .95; }
.utility a { text-decoration: none; font-weight: 700; color: #fff; }
.utility .phone { color: #fff; }
.u-tagline { font-style: italic; font-weight: 400; color: #cfe7bd; white-space: nowrap; }

.header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}
.header .wrap {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo img { width: 174px; height: auto; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 4px;
  background: linear-gradient(#8dc738, #80bd25, #5f9615);
  color: #12280f;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .3px;
  text-decoration: none;
  white-space: nowrap;
}
.header-cta:hover { filter: brightness(1.05); }
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 17px;
}
.nav a { text-decoration: none; white-space: nowrap; }
.nav a:hover { color: var(--green); }

.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
}
.nav-dropdown-toggle::after { content: " \25BE"; font-size: 11px; }
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown.open .nav-dropdown-toggle { color: var(--green); }
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(0,0,0,.14);
  min-width: 210px;
  padding: 8px 0;
  z-index: 40;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: var(--ink);
  white-space: nowrap;
}
.nav-dropdown-menu a:hover { background: var(--green-soft); color: var(--green-dark); }
@media (max-width: 980px) {
  .nav-dropdown-menu { position: static; transform: none; box-shadow: none; border: 0; padding-left: 14px; min-width: 0; }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 5px;
  background: linear-gradient(#8dc738, #80bd25, #5f9615);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.button.red { background: #cf0a0a; }
.button.dark { background: var(--black); }
.button.light { background: #fff; color: var(--green-dark); border: 1px solid #d5e9c5; }

.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(9,20,13,.88) 0%, rgba(9,20,13,.74) 36%, rgba(9,20,13,.18) 62%, rgba(9,20,13,0) 80%);
}
.hero-badge {
  position: absolute;
  top: 22px;
  z-index: 3;
  background: rgba(18,28,20,.82);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .6px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 4px;
}
.hero-badge-before { left: 24px; }
.hero-badge-after { right: 24px; }
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 46px 0;
}
.hero-copy { max-width: 620px; }
.hero-eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d7e8c8;
}
.hero-title {
  margin: 0 0 18px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 46px;
  line-height: 1.14;
  font-weight: 900;
  text-transform: none;
  color: #fff;
}
.hero-title span { display: block; color: var(--green); }
.hero-sub {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.5;
  color: #eef2ea;
  font-weight: 400;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 5px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.hero-btn-primary { background: linear-gradient(#8dc738, #80bd25, #5f9615); color: #12280f; }
.hero-btn-primary:hover { filter: brightness(1.05); }
.hero-btn-secondary { background: rgba(10,20,14,.55); border: 1px solid rgba(255,255,255,.4); color: #fff; }
.hero-btn-secondary:hover { background: rgba(10,20,14,.78); }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  color: #e7f0dd;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-form {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 10px;
  padding: 26px 24px 20px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  color: #2f373b;
  text-align: left;
}
.hero-form-title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--green-dark);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.15;
}
.hero-form-sub { margin: 0 0 16px; font-size: 13px; color: var(--muted); }
.hero-form-fields { display: grid; gap: 12px; }
.hero-form-fields textarea { min-height: 70px; resize: vertical; }
.hero-form-btn { width: 100%; }
.hero-form-callout { margin: 12px 0 0; text-align: center; font-size: 13px; color: var(--muted); }
.hero-form-callout a { color: var(--green-dark); font-weight: 700; text-decoration: none; }

.hero-flourish {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  text-align: right;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.4;
  color: #22301d;
  text-shadow: 0 1px 3px rgba(255,255,255,.5);
}
.hero-flourish .rule { display: inline-block; width: 42px; height: 1px; background: #22301d; margin-top: 10px; }

h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; }
h1 {
  max-width: 860px;
  color: var(--green-dark);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 46px;
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  color: var(--green);
  font-size: 40px;
  font-weight: 500;
}
h3 {
  color: var(--green-dark);
  font-size: 22px;
}

.section { padding: 72px 0; }
.section.alt { background: #f7f9f5; }
.about-intro { max-width: 820px; margin: 0 auto; text-align: center; }
.about-intro h2 { color: #034b18; font-family: "Trebuchet MS", Arial, sans-serif; font-weight: 900; margin-bottom: 22px; }
.about-intro .copy { text-align: left; }
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 58px;
  align-items: start;
}
.lead-form {
  border: 1px solid var(--line);
  background: #fff;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(16, 87, 9, .08);
}
.form-grid { display: grid; gap: 14px; }
label { display: grid; gap: 6px; color: #586267; font-size: 13px; font-weight: 700; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dbe1dc;
  background: #f3f4f3;
  border-radius: 3px;
  padding: 12px;
  font: 16px Arial, sans-serif;
}
textarea { min-height: 108px; resize: vertical; }
.form-note { min-height: 22px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.copy p { color: #2f373b; margin: 0 0 20px; }

.badge-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  margin-top: 46px;
}
.badge-strip img {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 12px;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  text-align: center;
}
.service-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease;
}
.service-card:hover { transform: translateY(-4px); }
.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}
.service-card h3 { margin-top: 16px; font-size: 24px; color: var(--green-dark); }
.service-card p { color: var(--muted); margin-bottom: 0; }

/* Service subpages */
.page-hero {
  background: linear-gradient(135deg, var(--green-soft), #fff 65%);
  padding: 56px 0 40px;
  text-align: center;
}
.breadcrumb { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a { color: var(--green-dark); text-decoration: none; font-weight: 700; }
.page-hero p.lede { max-width: 720px; margin: 16px auto 0; color: #2f373b; font-size: 18px; }
.page-hero h1 { margin: 0 auto; }
.service-subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.service-subnav a {
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  color: var(--green-dark);
  font-weight: 700;
  font-size: 14px;
}
.service-subnav a.active { background: var(--green); color: #fff; border-color: transparent; }

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.photo-grid figure { margin: 0; }
.photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}
.photo-grid figcaption { margin-top: 8px; font-size: 13px; color: var(--muted); text-align: center; }

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.location-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.location-card .loc-region {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--green);
}
.location-card h3 { margin-bottom: 12px; }
.location-card address { font-style: normal; color: #2f373b; margin: 0 0 16px; line-height: 1.5; }
.location-card a.loc-link { font-weight: 800; color: var(--green-dark); text-decoration: none; font-size: 14px; }
.location-card a.loc-link:hover { color: var(--green); }
.location-card a.loc-phone { display: block; font-weight: 800; color: var(--ink); text-decoration: none; font-size: 15px; margin-bottom: 10px; }
.location-card a.loc-phone:hover { color: var(--green-dark); }

.reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}
.reviews-summary .stars { color: #ff9800; font-size: 22px; letter-spacing: 2px; }
.reviews-summary .score { font-weight: 900; font-size: 22px; color: var(--green-dark); }
.reviews-summary a.yelp-badge-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  color: #c41200;
  font-weight: 800;
  font-size: 14px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.review-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
}
.review-card .review-stars { color: #ff9800; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.review-card p.review-text { color: #2f373b; margin: 0 0 18px; flex-grow: 1; }
.review-card .review-meta { font-size: 14px; color: var(--muted); }
.review-card .review-meta strong { display: block; color: var(--ink); font-size: 15px; }
.review-card .review-source { display: inline-block; margin-top: 4px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; color: #c41200; }

.included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.included-list li {
  padding-left: 30px;
  position: relative;
  color: #2f373b;
}
.included-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: var(--green);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.faq { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 4px 20px;
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--green-dark);
  padding: 16px 0;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; font-size: 20px; color: var(--green); }
.faq details[open] summary::after { content: "\2212"; }
.faq p { color: var(--muted); margin: 0 0 18px; }

.why {
  color: #fff;
  background: linear-gradient(6deg, #6fab16, #80bd25, #105709);
}
.why h2 { color: #034b18; text-align: center; font-family: "Trebuchet MS", Arial, sans-serif; font-weight: 900; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}
.why-card {
  min-height: 210px;
  padding: 26px;
  border-radius: 6px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
}
.why-card strong {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.28);
  font-size: 64px;
  line-height: .9;
}
.why-card h3 { color: #fff; }
.why-card p { margin-bottom: 0; }

.testimonial-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 210px;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.testimonial-row p { margin: 0; color: #2f373b; font-size: 17px; text-align: right; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.post {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.post p { color: var(--muted); }
.post-card { display: block; text-decoration: none; color: inherit; transition: transform .15s ease, box-shadow .15s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.08); }
.post-meta { display: block; margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; color: var(--green-dark); }
.post-read { display: inline-block; margin-top: 14px; font-weight: 800; color: var(--green-dark); font-size: 14px; text-decoration: none; }
.post-read:hover { color: var(--green); }
.post-body { max-width: 760px; margin: 0 auto; }
.post-body p { color: #2f373b; margin: 0 0 20px; }
.post-date { color: var(--muted); font-size: 14px; margin: 10px 0 0; }

.final-cta {
  background: #222;
  color: #fff;
  text-align: center;
}
.final-cta h2 { color: #fff; }
.final-cta p { color: #ddd; }

.footer {
  padding: 44px 0;
  background: #1a1a1a;
  color: #bbb;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.footer img {
  width: 140px;
  background: #fff;
  padding: 6px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.footer a { color: #fff; text-decoration: none; display: block; margin: 6px 0; }

@media (max-width: 980px) {
  .utility .wrap, .header .wrap, .footer .wrap { flex-direction: column; align-items: flex-start; padding: 14px 0; }
  .nav { flex-wrap: wrap; gap: 15px; }
  .header-cta { margin-top: 4px; }
  .intro-grid, .testimonial-row { grid-template-columns: 1fr; }
  .testimonial-row p { text-align: left; }
  .services, .why-grid, .blog-grid, .badge-strip, .locations-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
  h1 { font-size: 36px; }
  .hero-inner { flex-direction: column; align-items: flex-start; }
  .hero-flourish { display: none; }
  .hero-form { max-width: 420px; margin-top: 24px; }
  .hero-title { font-size: 34px; }
}

@media (max-width: 580px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .nav { font-size: 14px; }
  .logo img { width: 144px; }
  .hero { min-height: 0; }
  h1 { font-size: 28px; }
  h2 { font-size: 32px; }
  .services, .why-grid, .blog-grid, .badge-strip, .locations-grid, .reviews-grid { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-actions { gap: 14px; width: 100%; }
  .hero-badge { display: none; }
  .hero-inner { padding: 84px 0 44px; }
  .hero-form { max-width: 100%; }
  .hero-title { font-size: 27px; }
  .hero-btn { width: 100%; justify-content: center; }
  .utility-left { gap: 10px 18px; }
  .u-tagline { display: none; }
  .hero-actions .yelp-cta { font-size: 22px; }
}
