:root {
  --ink: #17221b;
  --muted: #536158;
  --line: #dce5dc;
  --green: #18543a;
  --green-dark: #0f3326;
  --green-soft: #e9f2ea;
  --cream: #fbfaf6;
  --white: #ffffff;
  --gold: #c7933a;
  --gold-bright: #f5c256;
  --shadow: 0 16px 38px rgba(23, 34, 27, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 20;
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(15, 51, 38, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(6, 18, 12, 0.14);
  backdrop-filter: blur(16px);
}

.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-width: 208px;
}

.brand img {
  width: 222px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--green-dark);
  font-size: 0.94rem;
  font-weight: 720;
}

.nav-links a {
  opacity: 0.9;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  opacity: 1;
  color: #af741e;
}

.quote-link,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.quote-link,
.button.green {
  background: var(--green);
  color: var(--white);
}

.quote-link {
  background: var(--green);
  color: var(--white);
}

.button.gold {
  background: var(--gold-bright);
  color: #182015;
}

.button.outline {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(15, 51, 38, 0.22);
  border-radius: 8px;
  background: rgba(15, 51, 38, 0.08);
  color: var(--green-dark);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: clamp(560px, 72vh, 660px);
  display: flex;
  align-items: flex-end;
  color: var(--white);
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 22, 15, 0.82), rgba(6, 22, 15, 0.56), rgba(6, 22, 15, 0.18)),
    linear-gradient(0deg, rgba(6, 22, 15, 0.5), rgba(6, 22, 15, 0));
}

.home-hero {
  background-image: url("/assets/images/dGs9I4fFD3z07PjQGZam073cvBI.502d0cdb.jpg");
  background-position: center 44%;
}

.about-hero {
  background-image: url("/assets/images/b5IRscLWLxfhbmN8XjR8en37w.b4885a93.jpg");
  background-position: center 42%;
}

.services-hero,
.areas-hero {
  background-image: url("/assets/images/xSjipJGk5Z9ogggxoCR9kLiA.9e6a6d81.jpg");
  background-position: center 48%;
}

.service-wasp-hero {
  background-image: url("/assets/images/1hoeTb0nEw9VjtGI7wdWgDAtYqI.48feba0e.jpg");
  background-position: center 48%;
}

.service-rat-hero {
  background-image: url("/assets/images/9Syh2h9HhSW0nhT5FyWZhXwPo.1600c732.jpg");
  background-position: center 52%;
}

.service-mouse-hero {
  background-image: url("/assets/images/NhNWyZ6lQ07xl5RrVh8ltJKErb4.5969adb5.jpg");
  background-position: center 52%;
}

.service-bed-bug-hero {
  background-image: url("/assets/images/14AlFtJGEWHlEG8yxNaW1TICn3U.430178a3.jpg");
  background-position: center 52%;
}

.service-flea-hero {
  background-image: url("/assets/images/X29s6bPnkx9Kqr8Um0SeE1T864.090d87f4.jpg");
  background-position: center 54%;
}

.service-cockroach-hero {
  background-image: url("/assets/images/JnLSLu6kYy60XroEgkWUGemCg.8d27d772.jpg");
  background-position: center 50%;
}

.contact-hero {
  background-image: url("/assets/images/b5IRscLWLxfhbmN8XjR8en37w.b4885a93.jpg");
  background-position: center 42%;
}

.hero .shell {
  position: relative;
  z-index: 1;
  padding: 148px 0 68px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 830px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy {
  margin: 20px 0 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

main section {
  padding: 70px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.5fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 30px;
}

.section-head h2 {
  margin: 0;
  font-size: 2.22rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.band-dark {
  background: var(--green-dark);
  color: var(--white);
}

.band-soft {
  background: #eef3ea;
}

.band-dark .section-head p,
.band-dark .card p,
.band-dark .copy-block p,
.band-dark .list-copy li {
  color: rgba(255, 255, 255, 0.74);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(23, 34, 27, 0.055);
}

.card.compact {
  min-height: auto;
}

.band-dark .card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.card.media-card {
  padding: 0;
  overflow: hidden;
}

.card.media-card .card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 168px;
  object-fit: cover;
  background: #e8eee8;
}

.card.media-card.compact .card-image {
  min-height: 210px;
}

.card.media-card .media-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.card.media-card .media-card-body > div {
  flex: 1;
}

.band-dark .card.media-card .card-image {
  opacity: 0.95;
}

.card h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.card p,
.copy-block p,
.list-copy li {
  color: var(--muted);
}

.card p {
  margin: 0;
}

.card a,
.text-link {
  margin-top: 24px;
  color: var(--green);
  font-weight: 850;
}

.band-dark .card a,
.band-dark .text-link {
  color: #f5c256;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.copy-block {
  max-width: 880px;
}

.copy-block h2 {
  margin: 0 0 18px;
  font-size: 2.14rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.copy-block p {
  margin: 0 0 18px;
}

.media-panel {
  min-height: 390px;
  border-radius: 8px;
  background:
    linear-gradient(0deg, rgba(15, 51, 38, 0.14), rgba(15, 51, 38, 0.14)),
    url("/assets/images/xSjipJGk5Z9ogggxoCR9kLiA.9e6a6d81.jpg") center / cover;
  box-shadow: var(--shadow);
}

.media-panel.media-local-arrival {
  background:
    linear-gradient(0deg, rgba(15, 51, 38, 0.12), rgba(15, 51, 38, 0.12)),
    url("/assets/images/dGs9I4fFD3z07PjQGZam073cvBI.5e857e7e.jpg") center / cover;
}

.media-panel.media-about-job {
  background:
    linear-gradient(0deg, rgba(15, 51, 38, 0.12), rgba(15, 51, 38, 0.12)),
    url("/assets/images/NhNWyZ6lQ07xl5RrVh8ltJKErb4.f91273a7.jpg") center / cover;
}

.media-panel.media-contact-job {
  background:
    linear-gradient(0deg, rgba(15, 51, 38, 0.12), rgba(15, 51, 38, 0.12)),
    url("/assets/images/b5IRscLWLxfhbmN8XjR8en37w.fcdb9b2f.jpg") center / cover;
}

.media-panel.media-local-service {
  background:
    linear-gradient(0deg, rgba(15, 51, 38, 0.12), rgba(15, 51, 38, 0.12)),
    url("/assets/images/tFxdYkC7WwKVEJtzIcDHl3Ytos.50892473.jpg") center / cover;
}

.proof-list,
.link-list,
.badge-list,
.list-copy {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li,
.badge-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.proof-list li::before,
.badge-list li::before,
.list-copy li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--gold);
}

.list-copy li {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 10px;
}

.link-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 850;
}

.link-list a span {
  color: var(--green);
}

.service-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.service-strip a,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 800;
  font-size: 0.9rem;
}

.band-dark .service-strip a,
.band-dark .pill {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.quote-band {
  background: var(--green-dark);
  color: var(--white);
}

.quote-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.7fr);
  gap: 40px;
  align-items: start;
}

.quote-wrap p {
  color: rgba(255, 255, 255, 0.76);
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quote-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 750;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
}

.quote-form textarea {
  min-height: 118px;
  padding-top: 12px;
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #f5c256;
  font-weight: 780;
}

.cta-panel {
  padding: 34px;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-panel .hero-actions {
  margin-top: 22px;
}

.site-footer {
  background: #111b15;
  color: var(--white);
  padding: 52px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 0.6fr));
  gap: 34px;
}

.footer-brand img {
  width: 202px;
  height: auto;
  object-fit: contain;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  letter-spacing: 0;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

@media (min-width: 760px) {
  h1 {
    font-size: 3.78rem;
  }

  .section-head h2,
  .copy-block h2 {
    font-size: 2.58rem;
  }
}

@media (min-width: 1100px) {
  h1 {
    font-size: 4.58rem;
  }

  .hero-copy {
    font-size: 1.14rem;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 12px;
  }

  .nav {
    min-height: 68px;
    flex-wrap: wrap;
  }

  .brand {
    min-width: 172px;
  }

  .brand img {
    width: 182px;
  }

  .menu-toggle {
    display: inline-flex;
    order: 3;
  }

  .nav.has-toggle .nav-links {
    display: none;
    order: 5;
    width: 100%;
    padding: 10px 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .nav.has-toggle.is-open .nav-links {
    display: flex;
  }

  .nav > .quote-link {
    margin-left: auto;
  }

  .hero {
    min-height: 620px;
  }

  .hero .shell {
    padding-top: 132px;
  }

  .section-head,
  .split,
  .quote-wrap {
    grid-template-columns: 1fr;
  }

  .grid,
  .grid.two,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    top: 10px;
  }

  .nav {
    min-height: 64px;
    padding: 8px 10px;
    border-radius: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 158px;
  }

  .nav > .quote-link {
    display: none;
  }

  .hero {
    min-height: 610px;
  }

  h1 {
    font-size: 2.46rem;
  }

  .hero .shell {
    padding-bottom: 52px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  main section {
    padding: 54px 0;
  }

  .section-head h2,
  .copy-block h2 {
    font-size: 1.9rem;
  }

  .card,
  .quote-form,
  .cta-panel {
    padding: 22px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }
}
