/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
:root {
  --green: #0a5c36;
  --green-700: #084a2b;
  --green-800: #063920;
  --green-50: #e8f3ec;
  --gold: #f7b500;
  --gold-700: #d99a00;
  --ink: #0e1a14;
  --ink-2: #364048;
  --muted: #6b7680;
  --line: #e5e9ec;
  --bg: #ffffff;
  --bg-alt: #f5f8f6;
  --bg-dark: #0e1a14;
  --shadow-sm: 0 1px 2px rgba(15,30,20,.06), 0 2px 6px rgba(15,30,20,.05);
  --shadow-md: 0 4px 14px rgba(15,30,20,.08), 0 8px 28px rgba(15,30,20,.06);
  --shadow-lg: 0 10px 30px rgba(15,30,20,.12), 0 20px 60px rgba(15,30,20,.08);
  --radius: 12px;
  --radius-lg: 18px;
  --container: 1200px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: 'Lora', Georgia, serif; color: var(--ink); line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 700; font-family: 'Inter', sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.eyebrow {
  display: inline-block;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--green);
  margin-bottom: 12px;
}
.eyebrow-light { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease, color .2s ease;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-lg { padding: 16px 28px; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--gold); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--gold-700); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* ---------- Utility bar ---------- */
.utility-bar {
  background: var(--green-800);
  color: #cfe5d6;
  font-size: .85rem;
  padding: 8px 0;
}
.util-row { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.util-item a { color: #fff; }
.util-phone { font-weight: 600; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-row {
  display: flex; align-items: center; gap: 24px;
  padding: 14px 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--green); color: #fff;
  font-weight: 800; border-radius: 10px;
  letter-spacing: .02em;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: 'Lora', serif; font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.brand-tag { font-size: .75rem; color: var(--muted); letter-spacing: .04em; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; gap: 8px; }
.primary-nav a {
  display: inline-block;
  padding: 10px 14px;
  color: var(--ink-2);
  font-weight: 500;
  border-radius: 8px;
}
.primary-nav a:hover { color: var(--green); background: var(--green-50); text-decoration: none; }
.header-cta { margin-left: 4px; }

.nav-toggle { display: none; padding: 10px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }
.mobile-nav { display: none; padding: 8px 24px 16px; border-top: 1px solid var(--line); }
.mobile-nav a {
  display: block; padding: 12px 4px; color: var(--ink-2);
  border-bottom: 1px solid var(--line); font-weight: 500;
}
.mobile-nav .btn { margin-top: 12px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  padding: 96px 0 80px;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(247,181,0,.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(255,255,255,.08) 0%, transparent 50%),
    linear-gradient(135deg, #053b22 0%, #0a5c36 45%, #0f7a45 100%);
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(255,255,255,.06) 1.5px, transparent 2px),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.05) 1.5px, transparent 2px),
    radial-gradient(circle at 32% 78%, rgba(255,255,255,.05) 1.5px, transparent 2px),
    radial-gradient(circle at 88% 62%, rgba(255,255,255,.06) 1.5px, transparent 2px),
    radial-gradient(circle at 55% 50%, rgba(255,255,255,.04) 1.5px, transparent 2px);
  background-size: 240px 240px;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(115deg, rgba(8,74,43,.92) 0%, rgba(8,74,43,.78) 45%, rgba(8,74,43,.55) 70%, rgba(8,74,43,.35) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center;
}
.hero-copy .eyebrow { color: var(--gold); }
.hero h1 { color: #fff; margin: 8px 0 18px; }
.lede { font-size: 1.1rem; color: #e6efe9; max-width: 56ch; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 22px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 18px 26px;
  color: #d8e7dd; font-size: .95rem;
}
.hero-trust li { display: flex; gap: 6px; }

.hero-form {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: 12px;
}
.hero-form h2 { font-size: 1.5rem; }
.hero-form-sub { color: var(--muted); margin-bottom: 4px; }
.hero-form label, .contact-form label {
  display: flex; flex-direction: column;
  font-size: .85rem; font-weight: 600; color: var(--ink-2); gap: 6px;
}
.hero-form input, .hero-form select, .contact-form input, .contact-form select, .contact-form textarea {
  font: inherit;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fafbfa;
  color: var(--ink);
  transition: border .15s ease, box-shadow .15s ease, background .15s ease;
}
.hero-form input:focus, .hero-form select:focus,
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(10,92,54,.12);
  background: #fff;
}

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--green-50); padding: 28px 0; border-bottom: 1px solid var(--line); }
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
}
.trust-grid span {
  display: block;
  font-family: 'Lora', serif; font-weight: 700;
  font-size: 1.6rem; color: var(--green-800);
}
.trust-grid p { color: var(--ink-2); font-size: .95rem; }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--bg-dark); color: #e6efe9; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .eyebrow { color: var(--gold); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head p { color: var(--muted); margin-top: 12px; font-size: 1.05rem; }
.section-dark .section-head p { color: #b9c8c0; }

/* ---------- Service grid ---------- */
.service-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: var(--green-50);
  color: var(--green);
  border-radius: 12px;
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.service-card h3 { margin-bottom: 8px; }
.service-card p { color: var(--ink-2); font-size: .95rem; }

/* ---------- Pest gallery ---------- */
.pest-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.pest-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pest-card img { aspect-ratio: 4/3; object-fit: cover; }
.pest-art {
  aspect-ratio: 4/3;
  display: grid; place-items: center;
  position: relative;
  overflow: hidden;
}
.pest-art span {
  font-size: clamp(3rem, 8vw, 5.5rem);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.18));
  position: relative; z-index: 1;
}
.pest-art::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 60%);
  pointer-events: none;
}
.pest-art-roach    { background: linear-gradient(135deg, #2d1b08 0%, #5b3a18 100%); }
.pest-art-termite  { background: linear-gradient(135deg, #5a3a1d 0%, #b18256 100%); }
.pest-art-bedbug   { background: linear-gradient(135deg, #4a1f1f 0%, #8b3a3a 100%); }
.pest-art-wasp     { background: linear-gradient(135deg, #3d3000 0%, #d99a00 100%); }
.pest-art-raccoon  { background: linear-gradient(135deg, #1f2a24 0%, #4a5a52 100%); }
.pest-art-armadillo{ background: linear-gradient(135deg, #2c2418 0%, #6b5a40 100%); }

/* About illustration */
.about-art {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--green-800) 0%, var(--green) 60%, #0f7a45 100%);
  box-shadow: var(--shadow-md);
  position: relative; overflow: hidden;
  display: grid; place-items: center;
}
.about-art::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(247,181,0,.18), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,.08), transparent 60%);
}
.about-art-inner { position: relative; z-index: 1; text-align: center; padding: 32px; color: #fff; }
.about-shield {
  width: 110px; height: 110px;
  margin: 0 auto 20px;
  background: var(--gold);
  color: var(--green-800);
  border-radius: 24px;
  display: grid; place-items: center;
  font-family: 'Lora', serif;
  font-weight: 800; font-size: 2.4rem;
  box-shadow: 0 12px 32px rgba(0,0,0,.25);
  letter-spacing: -.02em;
}
.about-tag {
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: .85rem;
  color: #d8e7dd; margin-bottom: 28px;
}
.about-icons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; font-size: 2rem; }
.about-icons span {
  width: 56px; height: 56px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  display: grid; place-items: center;
  backdrop-filter: blur(4px);
}
.pest-card figcaption { padding: 18px 20px 22px; }
.pest-card h3 { margin-bottom: 6px; color: var(--green-800); }
.pest-card p { color: var(--ink-2); font-size: .95rem; }

/* ---------- About ---------- */
.about-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center;
}
.about-copy p { color: var(--ink-2); margin-top: 14px; }
.process { margin-top: 22px; padding-left: 0; counter-reset: step; }
.process li {
  position: relative;
  padding: 14px 18px 14px 56px;
  border-bottom: 1px solid var(--line);
  counter-increment: step;
  color: var(--ink-2);
}
.process li::before {
  content: counter(step);
  position: absolute; left: 0; top: 14px;
  width: 36px; height: 36px;
  background: var(--green); color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; font-size: .9rem;
}
.process strong { color: var(--ink); display: block; margin-bottom: 2px; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/5; object-fit: cover; }

/* ---------- Map ---------- */
.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  background: #fff;
}
.map-wrap iframe {
  width: 100%;
  height: 460px;
  border: 0;
  display: block;
}

/* ---------- Testimonials ---------- */
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.testimonial {
  background: var(--bg-alt);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 24px;
}
.testimonial p { color: var(--ink-2); font-size: 1rem; }
.testimonial footer { margin-top: 12px; font-weight: 600; color: var(--ink); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start;
}
.contact-copy p { color: #b9c8c0; margin: 12px 0 24px; }
.contact-list { display: grid; gap: 14px; font-size: 1.05rem; }
.contact-list a { color: #fff; }
.contact-list a:hover { color: var(--gold); }
.contact-form {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: 14px;
}
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-success { color: var(--green); font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer { background: #0a1410; color: #b9c8c0; padding: 64px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px;
  padding-bottom: 40px;
}
.brand-footer .brand-name { color: #fff; }
.footer-blurb { margin-top: 14px; color: #94a39c; font-size: .95rem; max-width: 36ch; }
.site-footer h4 { color: #fff; margin-bottom: 14px; font-size: .9rem; }
.site-footer ul li { padding: 4px 0; }
.site-footer a { color: #b9c8c0; }
.site-footer a:hover { color: var(--gold); text-decoration: none; }
.footer-bottom { border-top: 1px solid #1c2a23; padding: 18px 0; font-size: .85rem; color: #7c8a83; }
.footer-bottom-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* ---------- Floating call ---------- */
.floating-call {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  background: var(--gold); color: var(--ink);
  padding: 14px 20px; border-radius: 999px;
  box-shadow: var(--shadow-lg); font-weight: 700;
  display: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pest-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .utility-bar { display: none; }
  .primary-nav, .header-cta { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .mobile-nav.open { display: block; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr; }
  .pest-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-row { justify-content: center; text-align: center; }
  .hero { padding: 56px 0 60px; }
  .section { padding: 64px 0; }
  .floating-call { display: inline-flex; }
  .contact-form .row { grid-template-columns: 1fr; }
}
