/* ============================================================
   PEST BARRIER PROS — stylesheet v2 (green photo-led brand)
   ============================================================ */
:root {
  --green: #1f5132;
  --green-deep: #0f3a22;
  --green-dark: #11331f;
  --green-mid: #2e6b44;
  --green-bright: #3a9d5d;
  --leaf: #57b46f;
  --cream: #f4f6f2;
  --paper: #ffffff;
  --ink: #1c241e;
  --muted: #5a665c;
  --line: #dfe5dd;
  --gold: #e8b54a;
  --maxw: 1180px;
  --r: 6px;
  --shadow: 0 20px 45px -24px rgba(17,51,31,.55);
  --display: 'Barlow Condensed', system-ui, sans-serif;
  --head: 'Barlow', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--cream); line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4 { font-family: var(--head); line-height: 1.05; font-weight: 800; letter-spacing: -0.01em; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow { font-family: var(--head); font-weight: 700; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--green-bright); display: inline-block; }
.eyebrow.dark { color: var(--green); }

.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--head); font-weight: 700; font-size: 16px; text-decoration: none; padding: 15px 26px; border-radius: var(--r); border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s; }
.btn-primary { background: var(--green-bright); color: #fff; }
.btn-primary:hover { background: var(--green-mid); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost { background: transparent; color: var(--green); border-color: var(--green); }
.btn-ghost:hover { background: var(--green); color: #fff; }
.btn-ghost.light { color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost.light:hover { background: #fff; color: var(--green); }

.topbar { background: var(--green-dark); color: #dce7df; font-size: 14px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 42px; padding-top: 6px; padding-bottom: 6px; flex-wrap: wrap; gap: 8px; }
.topbar a { color: #dce7df; text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar .left { display: flex; align-items: center; gap: 8px; }
.topbar .right { display: flex; align-items: center; gap: 22px; }
.topbar .ic { color: var(--leaf); }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand .mark { width: 46px; height: 50px; flex: none; background: var(--green); color: #fff; clip-path: polygon(50% 0,100% 22%,100% 70%,50% 100%,0 70%,0 22%); display: grid; place-items: center; font-family: var(--display); font-weight: 700; font-size: 26px; }
.brand .bn { font-family: var(--display); font-weight: 700; line-height: .86; text-transform: uppercase; }
.brand .bn b { display: block; color: var(--green); font-size: 27px; letter-spacing: .01em; }
.brand .bn span { display: block; color: var(--ink); font-size: 14px; letter-spacing: .42em; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a { color: var(--ink); text-decoration: none; font-family: var(--head); font-weight: 600; font-size: 15px; letter-spacing: .02em; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green-bright); }
.nav-cta { background: var(--green-bright); color: #fff; padding: 11px 20px; border-radius: var(--r); text-decoration: none; font-family: var(--head); font-weight: 700; font-size: 15px; }
.nav-cta:hover { background: var(--green-mid); }
.nav-toggle { display: none; background: none; border: 0; color: var(--green); font-size: 24px; cursor: pointer; }

.hero { position: relative; background: var(--green-dark); color: #fff; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; align-items: stretch; }
.hero-copy { padding: 52px 0 52px; padding-right: 48px; }
.hero h1 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(44px,6vw,78px); line-height: .9; color: #fff; }
.hero .accent-line { width: 120px; height: 6px; background: var(--leaf); margin: 22px 0 24px; border-radius: 3px; }
.hero p.lede { font-size: clamp(18px,2.2vw,22px); color: #cfdccf; max-width: 44ch; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-media { position: relative; min-height: 340px; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--green-dark) 0%, rgba(17,51,31,.25) 28%, transparent 60%); }

.trustbar { background: var(--green); color: #eaf3ec; }
.trustbar .wrap { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; padding: 26px 26px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-item:first-child { border-left: 0; padding-left: 0; }
.trust-item .ic { color: var(--leaf); flex: none; margin-top: 2px; }
.trust-item h4 { font-family: var(--head); font-weight: 800; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; color: #fff; margin-bottom: 5px; }
.trust-item p { font-size: 14px; color: #c6d6c9; line-height: 1.45; }

.pests { background: var(--cream); padding: 44px 0 52px; }
.pests .lbl { text-align: center; font-family: var(--head); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--green); font-size: 15px; margin-bottom: 26px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.pests .lbl::before, .pests .lbl::after { content: ""; height: 2px; width: 54px; background: var(--leaf); }
.pest-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 30px; }
.pest { display: flex; flex-direction: column; align-items: center; gap: 10px; width: 92px; }
.pest .disc { width: 70px; height: 70px; border-radius: 50%; border: 2px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--green); transition: border-color .15s, transform .15s; }
.pest:hover .disc { border-color: var(--green-bright); transform: translateY(-3px); }
.pest span { font-family: var(--head); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); text-align: center; }

.section { padding: 80px 0; }
.section.tight { padding: 56px 0; }
.section.green { background: var(--green); color: #eaf3ec; }
.section.dark { background: var(--green-dark); color: #eaf3ec; }
.section.alt { background: #eef2ec; }
.section-head { max-width: 62ch; margin-bottom: 46px; }
.section-head h2 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(34px,5vw,56px); line-height: .95; margin: 12px 0 14px; }
.section-head p { color: var(--muted); font-size: 18px; }
.section.green .section-head p, .section.dark .section-head p { color: #c6d6c9; }

.ledger { border: 2px solid var(--green); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.ledger-row { display: grid; grid-template-columns: .9fr 1.15fr 1.15fr; }
.ledger-row + .ledger-row { border-top: 1px solid var(--line); }
.ledger-head { background: var(--green); color: #fff; }
.ledger-head .cell { font-family: var(--head); font-weight: 800; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.ledger .cell { padding: 16px 18px; font-size: 15.5px; display: flex; align-items: center; }
.ledger .cell.label { font-family: var(--head); font-weight: 800; background: #f1f5ef; color: var(--green); }
.ledger .cell.corp { color: var(--muted); border-left: 1px solid var(--line); }
.ledger .cell.corey { color: var(--ink); font-weight: 600; border-left: 1px solid var(--line); position: relative; }
.ledger .cell.corey::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--green-bright); }
.ledger-head .cell.corp, .ledger-head .cell.corey { border-left: 1px solid rgba(255,255,255,.18); }
.ledger-head .cell.corey::before { display: none; }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 28px 26px; transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .num { font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--green-bright); letter-spacing: .04em; }
.card h3 { font-family: var(--head); font-size: 21px; margin: 10px 0 9px; }
.card p { color: var(--muted); font-size: 15.5px; }
.section.green .card, .section.dark .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.section.green .card h3, .section.dark .card h3 { color: #fff; }
.section.green .card p, .section.dark .card p { color: #c6d6c9; }

.svc { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 26px; display: flex; flex-direction: column; gap: 9px; }
.svc h3 { font-family: var(--head); font-size: 21px; }
.svc .price { font-family: var(--head); font-weight: 800; color: var(--green-bright); font-size: 14px; letter-spacing: .03em; }
.svc p { color: var(--muted); font-size: 15px; }

.price-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.plan { background: #fff; border: 2px solid var(--line); border-radius: 10px; padding: 34px 30px; display: flex; flex-direction: column; }
.plan.feature { border-color: var(--green-bright); box-shadow: var(--shadow); position: relative; }
.plan.feature .tag { position: absolute; top: -13px; left: 30px; background: var(--green-bright); color: #fff; font-family: var(--head); font-weight: 800; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; }
.plan h3 { font-family: var(--head); font-size: 23px; }
.plan .amt { font-family: var(--display); font-weight: 700; font-size: 58px; color: var(--green); margin: 6px 0 4px; line-height: 1; }
.plan .amt small { font-size: 17px; color: var(--muted); font-weight: 600; font-family: var(--head); }
.plan ul { list-style: none; margin: 18px 0 26px; display: flex; flex-direction: column; gap: 11px; }
.plan li { padding-left: 28px; position: relative; font-size: 15.5px; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--green-bright); font-weight: 800; }
.plan .btn { margin-top: auto; justify-content: center; }

.statement { background: var(--green-dark); color: #eaf3ec; border-left: 6px solid var(--leaf); padding: 44px 40px; border-radius: 8px; }
.statement p { font-family: var(--head); font-weight: 600; font-size: clamp(21px,3vw,30px); line-height: 1.28; }
.statement .sig { margin-top: 22px; font-weight: 700; font-size: 16px; color: var(--leaf); }

.rev-head { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.rev-meta { font-family: var(--head); font-weight: 700; color: var(--muted); font-size: 14px; }
.review p { font-size: 15.5px; }
.review .who { margin-top: 14px; font-family: var(--head); font-weight: 700; font-size: 15px; color: var(--green); }
.rating-banner { display: inline-flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 22px; font-family: var(--head); font-weight: 700; box-shadow: var(--shadow); }
.rating-banner .big { font-family: var(--display); font-weight: 700; font-size: 30px; color: var(--green); }

.faq details { border-bottom: 1px solid var(--line); }
.faq summary { font-family: var(--head); font-weight: 700; font-size: 19px; padding: 18px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--green-bright); font-size: 26px; font-weight: 300; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding: 0 0 20px; font-size: 16px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 30px; }
.contact-line { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-line:last-child { border-bottom: 0; }
.contact-line .k { font-family: var(--head); font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--green-bright); min-width: 90px; }
.contact-line .v { font-weight: 600; }
.contact-line .v a { color: var(--green); }
form .field { margin-bottom: 18px; }
form label { display: block; font-family: var(--head); font-weight: 700; font-size: 14px; margin-bottom: 7px; }
form input, form select, form textarea { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: var(--r); font-family: var(--body); font-size: 16px; background: #fff; color: var(--ink); }
form input:focus, form select:focus, form textarea:focus { outline: 2px solid var(--green-bright); border-color: var(--green-bright); }
form textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 13.5px; color: var(--muted); margin-top: 10px; }

.cta-band { background: var(--green-bright); color: #fff; padding: 58px 0; text-align: center; }
.cta-band h2 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(32px,5vw,52px); max-width: 22ch; margin: 0 auto 16px; }
.cta-band p { font-size: 18px; margin-bottom: 26px; font-weight: 500; opacity: .95; }
.cta-band .btn-primary { background: #fff; color: var(--green); }
.cta-band .btn-primary:hover { background: var(--green-dark); color: #fff; }

.site-footer { background: var(--green-dark); color: #aebfb1; padding: 56px 0 30px; }
.footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; margin-bottom: 34px; }
.footer-top .brand .bn b { color: #fff; }
.footer-top .brand .bn span { color: #aebfb1; }
.footer-col h4 { font-family: var(--head); color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { color: #aebfb1; text-decoration: none; font-size: 15px; }
.footer-col a:hover { color: var(--leaf); }
.footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; font-size: 13.5px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

.page-hero { background: var(--green-dark); color: #eaf3ec; padding: 64px 0 56px; }
.page-hero h1 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(40px,6vw,72px); line-height: .92; color: #fff; }
.page-hero .accent-line { width: 100px; height: 5px; background: var(--leaf); margin: 18px 0; border-radius: 3px; }
.page-hero p { color: #cfdccf; font-size: 19px; max-width: 56ch; }

.prose { max-width: 68ch; }
.prose p { margin-bottom: 20px; font-size: 18px; }
.prose h3 { font-family: var(--head); font-size: 25px; margin: 36px 0 13px; color: var(--green); }

@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 60px 0 56px; padding-right: 0; }
  .hero-media { min-height: 280px; order: -1; }
  .hero-media::after { background: linear-gradient(180deg, transparent 40%, var(--green-dark)); }
  .trustbar .wrap { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .trust-item { padding: 20px 16px; }
}
@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .contact-grid, .price-grid { grid-template-columns: 1fr; }
  .ledger-row { grid-template-columns: 1fr; }
  .ledger .cell.corp, .ledger .cell.corey { border-left: 0; border-top: 1px solid var(--line); }
  .ledger-head { display: none; }
  .ledger .cell.label { text-transform: uppercase; font-size: 13px; padding-bottom: 4px; }
  .ledger .cell.corp::before { content: "Big guys: "; font-weight: 800; color: var(--green); margin-right: 6px; }
}
@media (max-width: 620px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; background: #fff; padding: 18px 24px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .topbar .left { display: none; }
  .topbar .wrap { justify-content: center; }
  .topbar .right { gap: 8px 18px; flex-wrap: wrap; justify-content: center; }
  .topbar { font-size: 13px; }
  .brand .bn b { font-size: 22px; }
  .brand .bn span { font-size: 12px; letter-spacing: .34em; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto; } }
