/* Missouri City Pest Control — "Brazos brick" design system (ABC-inspired) */
:root{
  --cream:#FBF6EC;
  --cream-2:#F4EEE0;
  --sand:#ECE5D6;
  --brick:#8A2B22;
  --brick-dk:#6E2019;
  --brick-2:#A6413A;
  --hunter:#2E5A3C;
  --hunter-dk:#22482E;
  --gold:#B4832B;
  --ink:#2A211C;
  --stone:#6E655C;
  --line:rgba(42,33,28,.14);
  --white:#FFFFFF;
  --radius:6px;
  --radius-lg:10px;
  --shell:1180px;
  --gap:clamp(16px,2.4vw,28px);
  --section:clamp(56px,6vw,88px);
  --font-display:'Domine',Georgia,serif;
  --font-text:'Domine',Georgia,serif;
  --font-body:'Libre Franklin',system-ui,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-body);
  font-size:17px;line-height:1.68;font-weight:400;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.16;letter-spacing:0;margin:0 0 .5em;color:var(--brick)}
h1{font-size:clamp(2.1rem,4.6vw,3.5rem)}
h2{font-size:clamp(1.7rem,3.1vw,2.5rem)}
h3{font-size:clamp(1.15rem,1.7vw,1.4rem)}
h4{font-family:var(--font-body);font-size:1rem;font-weight:600;margin:0 0 .4em}
p{margin:0 0 1.15em}
ul{margin:0 0 1.2em;padding-left:1.15em}
li{margin-bottom:.5em}
.shell{width:min(100% - 32px,var(--shell));margin-inline:auto}
.section{padding-block:var(--section)}
.eyebrow{font-family:var(--font-body);font-size:.72rem;letter-spacing:.19em;text-transform:uppercase;
  color:var(--hunter);font-weight:600;margin:0 0 .9rem}
.eyebrow.on-brick{color:var(--gold)}
.lede{font-family:var(--font-text);font-size:clamp(1.08rem,1.4vw,1.28rem);line-height:1.55;color:var(--ink);max-width:60ch}
.muted{color:var(--stone)}
.center{text-align:center}
.band-sand{background:var(--sand)}
.band-cream2{background:var(--cream-2)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--font-body);
  font-weight:600;font-size:.98rem;letter-spacing:.01em;border-radius:var(--radius);padding:.85rem 1.5rem;
  min-height:50px;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:.15s ease}
.btn:active{transform:translateY(1px)}
.btn svg{width:18px;height:18px;flex:none}
.btn-brick{background:var(--brick);color:var(--cream);border-color:var(--brick)}
.btn-brick:hover{background:var(--brick-dk);border-color:var(--brick-dk)}
.btn-ghost{background:transparent;color:var(--cream);border-color:rgba(251,246,236,.5)}
.btn-ghost:hover{background:rgba(251,246,236,.12)}
/* the ABC circle-arrow pill */
.btn-pill{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;
  background:var(--white);color:var(--hunter-dk);border:1.5px solid var(--hunter);border-radius:999px;
  padding:.55rem .7rem .55rem 1.3rem;min-height:50px;gap:.9rem;font-weight:600}
.btn-pill:hover{background:var(--cream-2)}
.btn-pill .circ{width:32px;height:32px;border-radius:999px;background:var(--hunter);color:var(--white);
  display:flex;align-items:center;justify-content:center;flex:none}
.btn-pill .circ svg{width:16px;height:16px}
.btn-pill.on-brick{border-color:var(--gold)}
.btn-sm{min-height:42px;padding:.5rem 1rem;font-size:.9rem}

/* diagonal section edge */
.diag-top{clip-path:polygon(0 3vw,100% 0,100% 100%,0 100%)}
.diag-bottom{clip-path:polygon(0 0,100% 0,100% calc(100% - 3vw),0 100%)}

/* ---------- Header: two tiers ---------- */
.utility{background:var(--brick);color:var(--cream)}
.utility .shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:40px;font-size:.82rem}
.utility .loc{display:inline-flex;align-items:center;gap:.45rem;color:rgba(251,246,236,.9)}
.utility a{color:var(--cream);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.4rem}
.utility a:hover{color:var(--white)}
.utility svg{width:15px;height:15px;flex:none;color:var(--gold)}
.nav{background:var(--cream);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:60}
.nav .shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:78px}
.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.brand svg{width:44px;height:44px;flex:none}
.brand-txt{display:flex;flex-direction:column;line-height:1}
.brand-txt b{font-family:var(--font-display);font-weight:600;font-size:1.22rem;color:var(--brick);letter-spacing:0}
.brand-txt span{font-family:var(--font-body);font-size:.58rem;letter-spacing:.24em;text-transform:uppercase;color:var(--hunter);font-weight:600;margin-top:3px}
.menu{display:flex;align-items:center;gap:.15rem;list-style:none;margin:0;padding:0}
.menu>li{position:relative;margin:0}
.menu>li>a{display:block;padding:.5rem .7rem;text-decoration:none;font-weight:500;font-size:.95rem;color:var(--ink)}
.menu>li>a:hover{color:var(--brick)}
.drop{position:absolute;top:100%;left:0;min-width:280px;background:var(--white);border:1px solid var(--line);
  border-top:3px solid var(--brick);padding:.5rem;box-shadow:0 20px 44px -22px rgba(42,33,28,.4);
  list-style:none;margin:.4rem 0 0;opacity:0;visibility:hidden;transform:translateY(6px);transition:.16s ease;z-index:70}
.menu>li:hover>.drop,.menu>li:focus-within>.drop{opacity:1;visibility:visible;transform:none}
.drop a{display:block;padding:.55rem .7rem;text-decoration:none;font-size:.92rem;font-weight:500;color:var(--ink)}
.drop a:hover{color:var(--brick);background:var(--cream)}
.nav-cta{display:flex;align-items:center;gap:.6rem}
.burger{display:none;background:none;border:1.5px solid var(--line);border-radius:var(--radius);
  width:46px;height:46px;align-items:center;justify-content:center;cursor:pointer;color:var(--brick)}
.burger svg{width:22px;height:22px}
.mobile{display:none;border-top:1px solid var(--line);background:var(--cream)}
.mobile.open{display:block;max-height:calc(100vh - 78px);max-height:calc(100dvh - 78px);overflow-y:auto;
  -webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.mobile ul{list-style:none;margin:0;padding:.6rem 0 1.4rem}
.mobile a{display:block;padding:.7rem 0;text-decoration:none;font-weight:600;color:var(--ink);border-bottom:1px solid var(--line)}
.mobile .sub a{padding-left:1rem;font-weight:500;color:var(--stone)}

/* ---------- Hero: diagonal-cut photo ---------- */
.hero{background:var(--cream)}
.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:stretch;min-height:clamp(440px,56vh,560px)}
.hero-copy{padding:clamp(36px,5vw,72px) clamp(4px,3vw,48px) clamp(40px,5vw,72px) 0;align-self:center}
.hero-copy h1{margin-bottom:.35em;text-wrap:balance}
.hero-sub{font-family:var(--font-text);font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.55;color:var(--ink);margin:0 0 1.8rem;max-width:52ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}
.hero-trust{margin-top:1.5rem;font-family:var(--font-body);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--stone);display:inline-flex;align-items:center;gap:.5rem}
.hero-trust svg{width:16px;height:16px;color:var(--hunter)}
.hero-media{position:relative;overflow:hidden}
.hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  clip-path:polygon(14% 0,100% 0,100% 100%,0 100%)}
@media(min-width:901px){.hero-media{margin-right:calc((100vw - min(100% - 32px,var(--shell)))/-2)}}

/* ---------- Paired red action cards ---------- */
.actions{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:clamp(-28px,-2vw,-20px);position:relative;z-index:2}
.act{background:var(--brick);color:var(--cream);padding:clamp(24px,3vw,38px) clamp(22px,3vw,40px);
  display:flex;flex-direction:column;gap:.5rem}
.act:first-child{border-right:1px solid rgba(251,246,236,.18)}
.act .roundel{width:44px;height:44px;color:var(--gold);margin-bottom:.4rem}
.act .roundel svg{width:44px;height:44px}
.act h3{color:var(--cream);font-size:1.5rem;margin:0}
.act p{color:rgba(251,246,236,.85);margin:.1rem 0 1rem;font-size:.96rem}
.act .btn{align-self:flex-start;margin-top:auto}

/* ---------- Trust strip (honest, replaces awards badges) ---------- */
.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);padding:clamp(24px,3vw,36px) 0}
.trust-item{display:flex;gap:.9rem;align-items:flex-start}
.trust-item .ic{width:40px;height:40px;flex:none;color:var(--brick)}
.trust-item .ic svg{width:40px;height:40px}
.trust-item h4{color:var(--brick);font-family:var(--font-text);font-size:1.08rem;margin:0 0 .2em}
.trust-item p{margin:0;font-size:.92rem;color:var(--stone);line-height:1.5}

/* section heads */
.sec-head{max-width:64ch}
.sec-head.center{margin-inline:auto;text-align:center}
.sec-head p{margin:.2rem 0 0;color:var(--stone)}
.sec-head.center p{margin-inline:auto}

/* ---------- Why-band (dark brick) ---------- */
.band-brick{background:var(--brick);color:var(--cream)}
.band-brick h2,.band-brick h3{color:var(--cream)}
.band-brick .lede,.band-brick p{color:rgba(251,246,236,.9)}
.whycards{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap);margin-top:2.4rem}
.whycard{background:rgba(251,246,236,.06);border:1px solid rgba(251,246,236,.16);border-radius:var(--radius);padding:1.5rem 1.35rem}
.whycard .ic{width:38px;height:38px;color:var(--gold);margin-bottom:1rem}
.whycard .ic svg{width:38px;height:38px}
.whycard h3{font-family:var(--font-text);font-size:1.16rem;color:var(--cream);margin-bottom:.4em}
.whycard p{margin:0;font-size:.93rem;color:rgba(251,246,236,.82);line-height:1.55}

/* ---------- Gumbo-clay cutaway (signature) ---------- */
.cutaway{background:var(--cream-2);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;margin-top:2.4rem}
.cutaway-fig{display:block;width:100%;height:auto;background:var(--cream)}
.cutaway-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem 1.6rem;padding:clamp(20px,2.6vw,32px)}
.cutaway-legend .lg{display:flex;gap:.7rem;align-items:flex-start}
.cutaway-legend .n{width:24px;height:24px;flex:none;border-radius:999px;background:var(--brick);color:var(--cream);
  font-family:var(--font-body);font-weight:700;font-size:.78rem;display:flex;align-items:center;justify-content:center;margin-top:2px}
.cutaway-legend b{font-family:var(--font-text);font-size:1rem;color:var(--brick);display:block}
.cutaway-legend span{font-size:.88rem;color:var(--stone);line-height:1.45}

/* ---------- Alternating service rows ---------- */
.svc-rows{margin-top:2.6rem;display:flex;flex-direction:column;gap:clamp(28px,3.4vw,52px)}
.svc-row{display:grid;grid-template-columns:0.9fr 1.1fr;gap:clamp(24px,3.4vw,52px);align-items:center}
.svc-row:nth-child(even) .svc-row-media{order:2}
.svc-row-media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;border:1px solid var(--line)}
.svc-row-media img{width:100%;height:100%;object-fit:cover}
.svc-row-body .kick{font-family:var(--font-body);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--hunter);font-weight:600;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}
.svc-row-body .kick svg{width:20px;height:20px}
.svc-row-body h3{font-size:clamp(1.4rem,2.1vw,1.8rem);color:var(--hunter);text-decoration:underline;text-decoration-color:var(--hunter);text-underline-offset:4px;text-decoration-thickness:1.5px;margin-bottom:.5em}
.svc-row-body p{margin:0 0 1.2rem;color:var(--ink)}
.svc-row-body .lm{display:inline-flex;align-items:center;gap:.5rem;background:var(--brick);color:var(--cream);
  text-decoration:none;font-weight:600;font-size:.86rem;border-radius:var(--radius);padding:.6rem 1.1rem}
.svc-row-body .lm:hover{background:var(--brick-dk)}
.svc-row-body .lm svg{width:15px;height:15px}

/* ---------- Formosan File (signature) ---------- */
.file-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:2.4rem}
.file{background:var(--white);border:1px solid var(--line);border-top:4px solid var(--brick);border-radius:var(--radius);overflow:hidden}
.file-tab{background:var(--brick);color:var(--cream);font-family:var(--font-body);font-size:.68rem;letter-spacing:.14em;
  text-transform:uppercase;font-weight:600;padding:.4rem 1.2rem;display:inline-block;border-bottom-right-radius:var(--radius)}
.file-body{padding:1.3rem 1.3rem 1.5rem}
.file-body svg.spec{width:64px;height:64px;color:var(--hunter);margin-bottom:.7rem}
.file-body h3{font-family:var(--font-text);font-size:1.2rem;color:var(--brick);margin-bottom:.1em}
.file-body .lat{font-family:var(--font-body);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stone);margin-bottom:.9rem}
.file-body .tell{background:var(--cream);border-left:3px solid var(--gold);padding:.7rem .85rem;font-size:.88rem;line-height:1.5}
.file-body .tell b{display:block;font-family:var(--font-body);font-size:.6rem;letter-spacing:.13em;text-transform:uppercase;color:var(--hunter);margin-bottom:.3rem;font-weight:600}

/* ---------- Pest directory ---------- */
.pest-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-top:2.4rem}
.pest{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1.1rem .4rem;
  border:1px solid transparent;border-radius:var(--radius);text-decoration:none;color:inherit;transition:.15s ease}
.pest:hover{border-color:var(--line);background:var(--white)}
.pest svg{width:46px;height:46px;color:var(--hunter);stroke-width:1.2}
.pest b{font-family:var(--font-body);font-size:.72rem;font-weight:600;color:var(--ink);line-height:1.25}
.pest i{font-style:italic;font-size:.68rem;color:var(--stone);line-height:1.25}

/* ---------- Process steps ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:2.4rem;counter-reset:st}
.step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.7rem 1.5rem;position:relative}
.step .num{font-family:var(--font-display);font-size:2.4rem;color:var(--brick);line-height:1;opacity:.28;position:absolute;top:1.1rem;right:1.3rem}
.step h3{font-family:var(--font-text);font-size:1.24rem;color:var(--hunter);margin-bottom:.4em}
.step p{margin:0;font-size:.95rem;color:var(--ink);line-height:1.6}

/* ---------- Areas ---------- */
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:2.2rem}
.area{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:.15s ease}
.area:hover{box-shadow:0 18px 40px -26px rgba(42,33,28,.4);transform:translateY(-2px)}
.area-img{aspect-ratio:16/10;overflow:hidden}
.area-img img{width:100%;height:100%;object-fit:cover}
.area-b{padding:1.15rem 1.25rem 1.35rem}
.area-b b{font-family:var(--font-text);font-size:1.2rem;color:var(--brick);display:block;margin-bottom:.3rem}
.area-b span{font-size:.9rem;color:var(--stone);line-height:1.5}

/* ---------- Prose ---------- */
.prose{max-width:72ch}
.prose h2{margin-top:2.3em}
.prose h2:first-child{margin-top:0}
.prose a{color:var(--hunter);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--gold)}
.prose a:hover{text-decoration-color:var(--hunter)}
.checks{list-style:none;padding:0}
.checks li{position:relative;padding-left:1.9rem;margin-bottom:.7em}
.checks li::before{content:"";position:absolute;left:0;top:.34em;width:16px;height:16px;border-radius:3px;
  background:var(--hunter)}
.checks li::after{content:"";position:absolute;left:4px;top:.56em;width:8px;height:4px;
  border-left:2px solid var(--cream);border-bottom:2px solid var(--cream);transform:rotate(-45deg)}

/* ---------- FAQ (green accordions) ---------- */
.faq{max-width:860px;margin-inline:auto;margin-top:2.2rem}
.faq details{border-bottom:1px dashed var(--line);padding:0}
.faq summary{list-style:none;cursor:pointer;padding:1.1rem .2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  font-family:var(--font-text);font-weight:400;font-size:1.1rem;color:var(--hunter)}
.faq summary::-webkit-details-marker{display:none}
.faq summary .chev{width:26px;height:26px;border-radius:999px;border:1.5px solid var(--hunter);color:var(--hunter);
  flex:none;display:flex;align-items:center;justify-content:center;transition:.18s ease}
.faq summary .chev svg{width:14px;height:14px}
.faq details[open] summary .chev{background:var(--hunter);color:var(--white);transform:rotate(180deg)}
.faq .ans{padding:0 .2rem 1.2rem;color:var(--ink);font-size:.98rem;max-width:74ch}
.faq .ans p{margin:0}

/* ---------- CTA band ---------- */
.cta-band{background:var(--brick);color:var(--cream);text-align:center;padding:clamp(40px,5vw,72px) clamp(20px,3vw,48px);border-radius:var(--radius-lg)}
.cta-band h2{color:var(--cream);max-width:22ch;margin-inline:auto;text-wrap:balance}
.cta-band p{color:rgba(251,246,236,.85);max-width:56ch;margin-inline:auto;margin-bottom:1.7rem}
.cta-actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}
.cta-hours{margin-top:1.5rem;font-family:var(--font-body);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(251,246,236,.7)}

/* ---------- Page head ---------- */
.pagehead{background:var(--brick);color:var(--cream);position:relative;overflow:hidden}
.pagehead .shell{position:relative;z-index:2;padding-block:clamp(40px,5vw,68px)}
.pagehead .eyebrow{color:var(--gold)}
.pagehead h1{color:var(--cream);margin-bottom:.3em;max-width:20ch}
.pagehead p{color:rgba(251,246,236,.88);margin:0;max-width:56ch;font-family:var(--font-text);font-size:1.1rem}
.pagehead-img{position:absolute;inset:0;z-index:1;opacity:.16}
.pagehead-img img{width:100%;height:100%;object-fit:cover}
.crumbs{background:var(--cream-2);font-size:.82rem;color:var(--stone);border-bottom:1px solid var(--line)}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:.7rem 0}
.crumbs a{text-decoration:none;color:var(--hunter)}
.crumbs li+li::before{content:"/";margin-right:.4rem;color:var(--line)}

/* two-col interior */
.layout2{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(28px,4vw,56px);align-items:start}
.rail{position:sticky;top:100px;display:flex;flex-direction:column;gap:1rem}
.rail-card{background:var(--brick);color:var(--cream);border-radius:var(--radius-lg);padding:1.6rem 1.4rem}
.rail-card h3{color:var(--cream);font-family:var(--font-text);font-size:1.24rem}
.rail-card p{color:rgba(251,246,236,.85);font-size:.92rem;margin-bottom:1.1rem}
.rail-card .btn{width:100%}
.rail-list{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.3rem}
.rail-list h4{font-family:var(--font-body);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--hunter);font-weight:600;margin-bottom:.8rem}
.rail-list ul{list-style:none;padding:0;margin:0}
.rail-list li{margin:0;border-top:1px solid var(--line)}
.rail-list li:first-child{border-top:0}
.rail-list a{display:block;padding:.6rem 0;text-decoration:none;font-weight:500;font-size:.94rem;color:var(--ink)}
.rail-list a:hover{color:var(--brick)}
.related{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:1.8rem}

/* ---------- Footer ---------- */
.footer-top{background:var(--sand);color:var(--ink);padding:clamp(44px,5vw,72px) 0 clamp(28px,3vw,40px)}
.foot-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:clamp(24px,3vw,44px)}
.foot-brand b{font-family:var(--font-display);font-weight:600;font-size:1.4rem;color:var(--brick);display:block;line-height:1.1}
.foot-brand span{font-family:var(--font-body);font-size:.58rem;letter-spacing:.24em;text-transform:uppercase;color:var(--hunter);font-weight:600}
.foot-blurb{max-width:40ch;font-size:.92rem;color:var(--stone);line-height:1.6;margin:1rem 0 1.2rem}
.foot-phone{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-display);font-size:1.5rem;color:var(--brick);text-decoration:none}
.foot-phone svg{width:22px;height:22px;flex:none;color:var(--hunter)}
.foot-hours{margin-top:.6rem;font-family:var(--font-body);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone)}
.foot-col h4{font-family:var(--font-body);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--hunter);font-weight:600;margin-bottom:.9rem}
.foot-col ul{list-style:none;padding:0;margin:0}
.foot-col li{margin-bottom:.5em}
.foot-col a{text-decoration:none;color:var(--ink);font-size:.9rem}
.foot-col a:hover{color:var(--brick)}
.disclaimer{background:var(--sand);border-top:1px solid var(--line)}
.disclaimer .shell{padding:1.2rem 0 1.6rem;font-size:.76rem;line-height:1.7;color:var(--stone);max-width:105ch}
.footer-bar{background:var(--brick);color:var(--cream)}
.footer-bar .shell{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 0}
.footer-bar b{font-family:var(--font-display);font-weight:600;font-size:1.12rem;color:var(--cream)}
.footer-bar a{color:rgba(251,246,236,.85);text-decoration:none}
.footer-bar a:hover{color:var(--white)}
.footer-bar ul{display:flex;flex-wrap:wrap;gap:1.2rem;list-style:none;margin:0;padding:0;font-size:.82rem}

/* sticky mobile call bar */
.callbar{display:none}

/* ---------- Responsive ---------- */
@media(max-width:1040px){
  .whycards{grid-template-columns:repeat(2,1fr)}
  .pest-grid{grid-template-columns:repeat(4,1fr)}
  .file-strip{grid-template-columns:1fr}
  .area-grid,.related{grid-template-columns:repeat(2,1fr)}
  .layout2{grid-template-columns:1fr}
  .rail{position:static;flex-direction:row;flex-wrap:wrap}
  .rail>*{flex:1 1 260px}
  .cutaway-legend{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .menu,.utility .loc{display:none}
  .burger{display:flex}
  .nav .shell{min-height:66px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:32px 0 24px}
  .hero-media{min-height:280px;aspect-ratio:16/10}
  .hero-media img{clip-path:none;position:absolute}
  .actions{grid-template-columns:1fr;margin-top:0}
  .act:first-child{border-right:0;border-bottom:1px solid rgba(251,246,236,.18)}
  .trust-row{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .svc-row{grid-template-columns:1fr;gap:16px}
  .svc-row:nth-child(even) .svc-row-media{order:0}
}
@media(max-width:640px){
  body{font-size:16px;padding-bottom:72px}
  .nav-cta .btn-pill{padding:.3rem .4rem .3rem .9rem;gap:.5rem;font-size:.86rem}
  .nav-cta .btn-pill .circ{width:28px;height:28px}
  .utility .shell{justify-content:center}
  .pest-grid{grid-template-columns:repeat(3,1fr)}
  .area-grid,.related,.foot-grid{grid-template-columns:1fr}
  .cutaway-legend{grid-template-columns:1fr}
  .hero-actions .btn{width:100%}
  .cta-actions .btn{width:100%}
  .callbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--brick);border-top:2px solid var(--gold)}
  .callbar a{flex:1;display:flex;align-items:center;justify-content:center;gap:.6rem;min-height:60px;text-decoration:none;
    color:var(--cream);font-family:var(--font-body);font-weight:700;font-size:1.08rem}
  .callbar svg{width:20px;height:20px}
}
@media(max-width:430px){.brand-txt span{display:none}.brand-txt b{font-size:1.06rem}}
@media(max-width:400px){.pest-grid{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto}}
