@font-face{font-family:'Fraunces';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/fraunces-400.woff2') format('woff2')}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/fraunces-600.woff2') format('woff2')}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/fraunces-700.woff2') format('woff2')}
@font-face{font-family:'Public Sans';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/publicsans-400.woff2') format('woff2')}
@font-face{font-family:'Public Sans';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/publicsans-500.woff2') format('woff2')}
@font-face{font-family:'Public Sans';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/publicsans-600.woff2') format('woff2')}
@font-face{font-family:'Public Sans';font-style:normal;font-weight:700;font-display:swap;src:url('../fonts/publicsans-700.woff2') format('woff2')}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/plexmono-400.woff2') format('woff2')}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/plexmono-500.woff2') format('woff2')}

/* ═══════════════════════════════════════════════════════════════════
   Tree Pros design system — v1.0.0
   Scoped under .tp-article. Nothing here touches Elementor-built pages.
   ═══════════════════════════════════════════════════════════════════ */

:root{
  --tp-bark:#0E1A13; --tp-bark-2:#152619; --tp-pine:#1B4433; --tp-pine-2:#24583F;
  --tp-sap:#2E7442; --tp-lime:#94C22E; --tp-lime-dk:#7BA424;
  --tp-heartwood:#B9713A; --tp-heartwood-tx:#9E5C2B;
  --tp-birch:#F5F6F1; --tp-paper:#FFFFFF; --tp-panel:#EDF0E9;
  --tp-ink:#101A14; --tp-body:#414F45; --tp-muted:#5F6F65;
  --tp-rule:#D8DED4; --tp-rule-2:#E7EBE2; --tp-danger:#A8331F;
  --tp-serif:'Fraunces',Georgia,'Times New Roman',serif;
  --tp-sans:'Public Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  --tp-mono:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  --tp-prose:68ch;
}

/* let article pages use the full measure the design expects */
body.treepros-article .site-main,
body.treepros-article .page-content{max-width:none;padding:0}

/* ─────────── container ─────────── */
.tp-article{
  font-family:var(--tp-sans);color:var(--tp-body);
  font-size:17px;line-height:1.65;
  max-width:820px;margin:0 auto;padding:8px 22px 64px;
  -webkit-font-smoothing:antialiased;font-synthesis-weight:none}
.tp-article *,.tp-article *::before,.tp-article *::after{box-sizing:border-box}
.tp-article p{margin:0 0 1.1em;max-width:var(--tp-prose)}
.tp-article img{max-width:100%;height:auto;display:block}
/* Hello Elementor's reset sets a{text-decoration:none}, so prose links were
   distinguishable by colour alone. Buttons, cards, TOC and pill links each
   opt back out with a more specific rule. */
.tp-article a{color:var(--tp-pine);text-decoration:underline;text-underline-offset:3px}
/* Links in the full-bleed home/contact bands sit outside .tp-article, so they
   inherited no colour and no underline -- failing both contrast and
   "links rely on colour to be distinguishable". */
.tp-band a,.tp-hero-in a,.tp-contact a{color:var(--tp-pine);text-decoration:underline;text-underline-offset:3px}
.tp-band a:hover,.tp-hero-in a:hover,.tp-contact a:hover{color:var(--tp-sap)}
.tp-band-dark a,.tp-hero-in a{color:#CFE8D2}
.tp-band-dark a:hover,.tp-hero-in a:hover{color:#fff}
.tp-band a:focus-visible,.tp-hero-in a:focus-visible,.tp-contact a:focus-visible{outline:3px solid var(--tp-lime);outline-offset:2px}
.tp-hero-act a,.tp-band a.btn,.tp-contact a.btn{text-decoration:none}
/* Common-questions block on the city pages. Plain hairline-separated Q&A --
   the answers have to be visible on the page for the FAQPage schema to be
   legitimate, so this is styled to be read, not collapsed behind a toggle. */
.tp-faq{border-top:1px solid var(--tp-rule);margin:6px 0 4px}
.tp-qa{padding:20px 0;border-bottom:1px solid var(--tp-rule)}
.tp-qa h3{font-family:var(--tp-sans);font-size:17.5px;font-weight:650;color:var(--tp-ink);
  letter-spacing:-.008em;line-height:1.35;margin:0 0 7px}
.tp-qa p{margin:0;color:var(--tp-body)}
@media(max-width:600px){.tp-qa{padding:16px 0}.tp-qa h3{font-size:16.5px}}
.tp-links{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:-8px}
.tp-links .tp-inline-link{display:inline-flex;align-items:center;gap:.4em;
  padding:7px 14px;border:1px solid var(--tp-rule);border-radius:999px;
  background:var(--tp-panel);color:var(--tp-pine);text-decoration:none;
  font-family:var(--tp-sans);font-size:.86rem;font-weight:600;line-height:1.3}
.tp-links .tp-inline-link:hover{background:var(--tp-pine);border-color:var(--tp-pine);color:#fff}
.tp-article a:hover{color:var(--tp-sap)}
.tp-article a:focus-visible{outline:3px solid var(--tp-lime);outline-offset:2px}

/* ─────────── headings ─────────── */
.tp-article h1,.tp-article h2,.tp-article h3,.tp-article h4{
  font-family:var(--tp-serif);color:var(--tp-ink);font-weight:600;
  line-height:1.1;letter-spacing:-.018em;text-wrap:balance}
.tp-article h1{font-size:clamp(34px,5vw,52px);margin:0 0 18px}
.tp-article .tp-h1{margin:8px 0 20px}
.tp-article h2{font-size:clamp(27px,3.4vw,38px);margin:52px 0 16px;
  padding-bottom:12px;border-bottom:2px solid var(--tp-lime)}
.tp-article h3{font-size:clamp(20px,2.1vw,25px);margin:34px 0 10px;
  color:var(--tp-pine);line-height:1.2}
.tp-article ul,.tp-article ol{margin:0 0 20px;padding-left:22px;max-width:var(--tp-prose)}
.tp-article li{margin-bottom:9px}

/* ─────────── meta line ─────────── */
.tp-article .tp-updated{font-family:var(--tp-mono);font-size:12.5px;letter-spacing:.04em;
  color:var(--tp-muted);margin:0 0 22px}

/* ─────────── lede ─────────── */
.tp-article .tp-lede{font-size:20.5px;line-height:1.55;color:var(--tp-ink);
  background:var(--tp-panel);border-left:3px solid var(--tp-lime);
  padding:24px 26px;border-radius:0 3px 3px 0;margin:0 0 28px;max-width:none}
.tp-article .tp-lede strong{color:var(--tp-pine)}

/* ─────────── trust chips ─────────── */
.tp-article ul.tp-trust{display:flex!important;flex-wrap:wrap;gap:9px;
  margin:0 0 30px!important;padding:0!important;list-style:none!important}
.tp-article ul.tp-trust li{width:auto!important;flex:0 0 auto;margin:0;
  background:var(--tp-pine);color:#fff;font-family:var(--tp-mono);
  font-size:11px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;
  padding:8px 14px;border-radius:2px}

/* ─────────── figures ─────────── */
.tp-article .tp-figure{margin:32px 0}
.tp-article .tp-figure img{width:100%!important;height:auto!important;
  border-radius:3px;display:block}
.tp-article .tp-figure figcaption{font-size:13.5px;color:var(--tp-muted);
  margin-top:9px;font-style:italic}

/* ─────────── callouts ─────────── */
.tp-article .tp-note{background:var(--tp-panel);border-left:3px solid var(--tp-pine);
  padding:22px 26px;margin:30px 0;border-radius:0 3px 3px 0}
.tp-article .tp-note p:last-child{margin-bottom:0}
.tp-article .tp-note .t{display:block;font-family:var(--tp-serif);font-size:20px;
  font-weight:600;color:var(--tp-ink);margin-bottom:8px;line-height:1.25}
.tp-article .tp-warn{background:#FBF3E4;border-left-color:var(--tp-heartwood)}

/* ─────────── tables ─────────── */
.tp-article .tp-tablewrap{overflow-x:auto;margin:28px 0;
  border:1px solid var(--tp-rule);border-radius:3px;background:var(--tp-paper)}
.tp-article table{border-collapse:collapse;width:100%;min-width:540px;
  font-size:15.5px;margin:0}
.tp-article th{background:var(--tp-pine);color:#fff;text-align:left;
  padding:13px 18px;font-family:var(--tp-mono);font-size:11px;
  letter-spacing:.13em;text-transform:uppercase;font-weight:500}
.tp-article td{padding:14px 18px;border-bottom:1px solid var(--tp-rule-2);
  vertical-align:top;font-variant-numeric:tabular-nums}
.tp-article tbody tr:last-child td{border-bottom:none}
.tp-article tbody tr:nth-child(even){background:#FAFBF8}
.tp-article .tp-price{font-family:var(--tp-mono);font-weight:500;
  color:var(--tp-heartwood-tx);white-space:nowrap}

/* ─────────── table of contents ─────────── */
.tp-article .tp-toc{background:var(--tp-paper);border:1px solid var(--tp-rule);
  border-radius:3px;padding:22px 26px;margin:30px 0}
.tp-article .tp-toc .t{display:block;font-family:var(--tp-mono);font-size:11px;
  letter-spacing:.16em;text-transform:uppercase;color:var(--tp-muted);margin-bottom:12px}
.tp-article .tp-toc ol{margin:0;padding-left:20px}
.tp-article .tp-toc li{margin-bottom:7px}
.tp-article .tp-toc a{text-decoration:none;color:var(--tp-body)}
.tp-article .tp-toc a:hover{color:var(--tp-pine);text-decoration:underline}

/* ─────────── author / E-E-A-T ─────────── */
.tp-article .tp-author{display:flex;gap:20px;align-items:flex-start;
  background:var(--tp-paper);border:1px solid var(--tp-rule);border-radius:3px;
  padding:24px;margin:44px 0 0}
.tp-article .tp-author img{width:84px;height:84px;object-fit:cover;
  border-radius:2px;flex:none}
.tp-article .tp-author .n{font-family:var(--tp-serif);font-size:20px;font-weight:600;
  color:var(--tp-ink);margin:0 0 3px;line-height:1.25}
.tp-article .tp-author .r{font-size:14.5px;color:var(--tp-body);margin:0;line-height:1.5}
.tp-article .tp-author .r b{color:var(--tp-sap);font-family:var(--tp-mono);
  font-size:12.5px;letter-spacing:.06em}

/* ─────────── CTA ─────────── */
.tp-article .tp-cta{background:var(--tp-pine);color:#fff;border-radius:3px;
  padding:38px 32px;margin:44px 0 8px;text-align:center}
.tp-article .tp-cta h3{color:#fff;margin:0 0 12px;font-size:clamp(24px,3vw,32px)}
.tp-article .tp-cta p{color:rgba(255,255,255,.82);margin:0 auto 24px;
  font-size:17.5px;max-width:52ch}
.tp-article .tp-cta a{text-decoration:none}
.tp-article .btn{display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--tp-sans);font-weight:600;font-size:16px;
  padding:15px 28px;min-height:52px;border-radius:2px;
  background:var(--tp-lime);color:#15230B;border:1.5px solid var(--tp-lime);
  text-decoration:none;margin:5px;transition:background .16s ease,border-color .16s ease}
.tp-article .btn:hover{background:var(--tp-lime-dk);border-color:var(--tp-lime-dk);color:#15230B}
.tp-article .btn.alt{background:transparent;color:#fff;border-color:rgba(255,255,255,.42)}
.tp-article .btn.alt:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}

/* ─────────── link blocks injected by the SEO plugin ─────────── */
.tp-article .tp-appendix{padding-top:10px;border-top:1px solid var(--tp-rule);margin-top:44px}
.tp-article ul.tp-citygrid,.tp-article ul.tp-guidegrid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(238px,1fr));
  gap:11px 22px;list-style:none;padding:0;max-width:none}
.tp-article ul.tp-guidegrid li{background:var(--tp-panel);border-radius:3px;
  padding:15px 17px;font-size:15.5px;line-height:1.5;margin:0}
.tp-article ul.tp-citygrid li{padding:8px 0;border-bottom:1px solid var(--tp-rule-2);margin:0}
.tp-article ul.tp-citygrid a,.tp-article ul.tp-guidegrid a{text-decoration:none;font-weight:600}
.tp-article ul.tp-citygrid a:hover,.tp-article ul.tp-guidegrid a:hover{text-decoration:underline}

/* ─────────── mobile ─────────── */
@media(max-width:600px){
  .tp-article{font-size:16.5px;padding:4px 16px 48px}
  .tp-article .tp-lede{font-size:18px;padding:20px 20px}
  .tp-article .tp-author{flex-direction:column;text-align:left}
  .tp-article .tp-cta{padding:30px 20px}
  .tp-article .btn{display:block;margin:8px 0}
}
@media(prefers-reduced-motion:reduce){.tp-article *{transition:none!important}}

/* ═══════════════════════════════════════════════════════════════════
   Header, footer and call bar — theme-level, replacing the Elementor
   Theme Builder templates. Prefixed .tpx- so nothing can collide with
   Elementor (.elementor-) or the SEO plugin (.tpseo-).
   ═══════════════════════════════════════════════════════════════════ */
.tpx-shell{max-width:1220px;margin:0 auto;padding:0 24px}
.tpx-hdr{background:var(--tp-bark);font-family:var(--tp-sans)}
.tpx-hdr a{text-decoration:none}
.tpx-strip{background:var(--tp-pine);color:rgba(255,255,255,.9)}
.tpx-strip .tpx-shell{display:flex;flex-wrap:wrap;gap:6px 14px;padding-top:8px;padding-bottom:8px;
  font-family:var(--tp-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.tpx-strip .tpx-shell span{display:inline-flex;align-items:center;gap:14px}
/* .tpx-hide-sm below was being beaten on specificity by the rule above, so all
   four items rendered on every screen -- four separate lines under 420px. */
.tpx-strip .tpx-shell span.tpx-hide-sm{display:none}
@media(min-width:641px){.tpx-strip .tpx-shell span.tpx-hide-sm{display:inline-flex}}
/* The hidden spans are still siblings, so :not(:last-child) left a dangling
   separator after the last VISIBLE item. Tighter tracking also lets the two
   remaining items share one line on most phones. */
@media(max-width:640px){
.tpx-strip .tpx-shell{letter-spacing:.05em;gap:4px 10px;justify-content:center}}
.tpx-strip .tpx-shell span + span::before{content:'\00B7';opacity:.55;margin-right:10px}
/* Below 414px the two items wrap onto separate lines, where a leading separator
   just reads as an orphan. Two centred lines are cleaner. */
@media(max-width:413px){.tpx-strip .tpx-shell span + span::before{content:none;margin-right:0}}
.tpx-bar{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:15px 24px}
/* The bar is a flex row and the reset sets img{max-width:100%}. As a shrinkable
   flex item the logo's width got clamped while its height stayed fixed, which
   squashed it by up to 74% at 320px. Pin the basis and drop the clamp. */
.tpx-logo{flex:0 0 auto;display:block;line-height:0}
.tpx-logo img{height:44px;width:auto;max-width:none;display:block}
.tpx-menu{display:flex;gap:26px;align-items:center;list-style:none;margin:0;padding:0}
.tpx-menu li{position:relative;margin:0}
.tpx-menu a{color:rgba(255,255,255,.92);font-size:15.5px;font-weight:500;padding:8px 0;display:block}
.tpx-menu a:hover,.tpx-menu a:focus-visible{color:var(--tp-lime)}
.tpx-menu .sub-menu{position:absolute;top:100%;left:-16px;min-width:264px;background:var(--tp-bark-2);
  border:1px solid rgba(255,255,255,.12);border-radius:3px;padding:8px 0;margin:0;list-style:none;
  opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease;z-index:60}
.tpx-menu li:hover>.sub-menu,.tpx-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.tpx-menu .sub-menu a{padding:10px 18px;font-size:15px;color:rgba(255,255,255,.86)}
.tpx-menu .sub-menu a:hover{background:rgba(255,255,255,.07);color:var(--tp-lime)}
.tpx-cta{display:flex;align-items:center;gap:14px}
.tpx-phone{color:#fff;font-family:var(--tp-mono);font-weight:500;font-size:17px;white-space:nowrap;line-height:1.2}
.tpx-phone span{display:block;font-family:var(--tp-sans);font-size:10px;font-weight:600;
  letter-spacing:.15em;text-transform:uppercase;color:var(--tp-lime)}
.tpx-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--tp-lime);
  color:#15230B;font-weight:700;font-size:15px;padding:12px 22px;border-radius:2px;min-height:46px;
  border:1.5px solid var(--tp-lime);transition:background .16s ease}
.tpx-btn:hover{background:var(--tp-lime-dk);border-color:var(--tp-lime-dk);color:#15230B}
.tpx-btn-block{display:flex;width:100%;margin-top:16px;min-height:52px;font-size:16px}
.tpx-hdr a:focus-visible,.tpx-burger:focus-visible,.tpx-ftr a:focus-visible,.tpx-callbar a:focus-visible
  {outline:3px solid var(--tp-lime);outline-offset:2px}

/* burger */
.tpx-burger{display:none;background:none;border:1.5px solid rgba(255,255,255,.3);border-radius:2px;
  width:50px;height:46px;cursor:pointer;align-items:center;justify-content:center}
.tpx-burger-box{display:block;width:22px}
.tpx-burger-box span{display:block;height:2px;background:#fff;margin:4px 0;transition:transform .18s ease,opacity .18s ease}
.tpx-burger.is-open .tpx-burger-box span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.tpx-burger.is-open .tpx-burger-box span:nth-child(2){opacity:0}
.tpx-burger.is-open .tpx-burger-box span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* mobile panel */
.tpx-mobile{border-top:1px solid rgba(255,255,255,.12);padding:14px 24px 22px;background:var(--tp-bark)}
.tpx-menu-m,.tpx-menu-m .sub-menu{list-style:none;margin:0;padding:0}
.tpx-menu-m li{border-bottom:1px solid rgba(255,255,255,.09);position:relative}
.tpx-menu-m a{color:#fff;font-size:17px;padding:14px 40px 14px 0;display:block}
.tpx-menu-m .sub-menu{padding-left:16px;border-top:1px solid rgba(255,255,255,.09)}
.tpx-menu-m .sub-menu a{font-size:15.5px;color:rgba(255,255,255,.82);padding:12px 0}
.tpx-sub-toggle{position:absolute;top:6px;right:0;width:40px;height:40px;background:none;color:#fff;
  border:1px solid rgba(255,255,255,.22);border-radius:2px;font-size:19px;line-height:1;cursor:pointer}
.tpx-sub-toggle.is-open{background:rgba(255,255,255,.1)}

@media(max-width:1040px){
  .tpx-menu{display:none}
  .tpx-burger{display:flex}
  .tpx-phone span{display:none}
}
@media(max-width:640px){
.tpx-bar{gap:12px;padding:12px 16px}
.tpx-phone{font-size:15px}
/* Under 360px the bar genuinely cannot hold logo + number + burger. The
   sticky call bar carries the number on every screen, so drop it here. */
@media(max-width:379px){.tpx-bar{gap:10px;padding:12px 14px}
.tpx-logo img{height:34px}
.tpx-cta{display:none}}
  .tpx-hide-sm{display:none}
  .tpx-cta .tpx-btn{display:none}
  .tpx-logo img{height:38px}
}
@media(min-width:1041px){.tpx-mobile{display:none}}

/* ─────────── footer ─────────── */
.tpx-ftr{background:var(--tp-bark);color:rgba(255,255,255,.72);font-family:var(--tp-sans);
  font-size:15px;line-height:1.65;padding:64px 0 30px}
.tpx-ftr a{color:rgba(255,255,255,.72);text-decoration:none}
/* Footer and header links were rendering 17-20px tall -- too small to tap reliably. */
@media(max-width:900px){.tpx-ftr-grid li a{display:inline-block;padding:3px 0}}
.tpx-phone{padding:7px 0}
.tpx-ftr a:hover{color:var(--tp-lime)}
.tpx-ftr h2{font-family:var(--tp-mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;
  color:#fff;font-weight:500;margin:0 0 15px}
.tpx-ftr ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.tpx-ftr-grid{display:grid;gap:44px;grid-template-columns:1.6fr 1fr 1fr 1fr}
/* The areas list carries every city page. Two columns below desktop keeps all
   the links but halves the height of the tallest block in the footer. */
/* .tpx-ftr ul is display:flex, which makes CSS `columns` inert -- use a grid. */
.tpx-ftr-areas ul{display:grid;grid-template-columns:1fr 1fr;gap:9px 22px}
@media(min-width:901px){.tpx-ftr-areas ul{grid-template-columns:1fr}}
.tpx-ftr-brand img{height:46px;width:auto;margin-bottom:18px}
.tpx-ftr-brand p{margin:0 0 14px;max-width:36ch}
.tpx-ftr-phone a{font-family:var(--tp-mono);font-size:19px;color:#fff;font-weight:500}
.tpx-ftr-meta{font-size:13.5px;color:rgba(255,255,255,.55)}
.tpx-ftr-btm{margin-top:48px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);
  display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:13px;
  color:rgba(255,255,255,.5)}
.tpx-spec{font-family:var(--tp-mono)}
@media(max-width:900px){.tpx-ftr-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){/* Four stacked blocks made the footer ~3.7 screens tall on a phone. Pair the two
   short link columns and let brand and areas run full width. */
.tpx-ftr-grid{grid-template-columns:1fr 1fr;gap:30px 22px}
.tpx-ftr-brand,.tpx-ftr-areas{grid-column:1 / -1}}

/* ═══════════════════════════════════════════════════════════════════
   Home + contact components. These sit OUTSIDE .tp-article so they can
   run full-bleed, and therefore carry their own typography.
   ═══════════════════════════════════════════════════════════════════ */
.tp-hero,.tp-band,.tp-contact{font-family:var(--tp-sans);box-sizing:border-box}
.tp-hero *,.tp-band *,.tp-contact *{box-sizing:border-box}

.tp-hero{position:relative;background:var(--tp-bark);color:#fff;overflow:hidden}
.tp-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}
.tp-hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(96deg,rgba(14,26,19,.95),rgba(14,26,19,.62))}
.tp-hero-in{position:relative;z-index:2;max-width:1220px;margin:0 auto;padding:clamp(52px,8vw,104px) 24px}
.tp-hero h1{font-family:var(--tp-serif);color:#fff;font-weight:600;letter-spacing:-.02em;
  font-size:clamp(34px,5.4vw,62px);line-height:1.06;margin:0 0 20px;max-width:17ch;text-wrap:balance}
.tp-hero p{font-size:clamp(17px,1.9vw,20px);color:rgba(255,255,255,.87);max-width:54ch;margin:0 0 30px;
  line-height:1.55}
.tp-hero .eyebrow{font-family:var(--tp-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--tp-lime);display:block;margin-bottom:16px}
.tp-hero-act{display:flex;gap:13px;flex-wrap:wrap}
.tp-hero .btn{display:inline-flex;align-items:center;justify-content:center;background:var(--tp-lime);
  color:#15230B;font-weight:700;font-size:16px;padding:15px 28px;min-height:52px;border-radius:2px;
  border:1.5px solid var(--tp-lime);text-decoration:none}
.tp-hero .btn:hover{background:var(--tp-lime-dk);border-color:var(--tp-lime-dk);color:#15230B}
.tp-hero .btn.alt{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.tp-hero .btn.alt:hover{background:rgba(255,255,255,.1);border-color:#fff}
.tp-hero-proof{display:flex;gap:30px;flex-wrap:wrap;margin-top:44px;padding-top:20px;
  border-top:1px solid rgba(255,255,255,.2)}
.tp-hero-proof div{font-size:13.5px;color:rgba(255,255,255,.78)}
.tp-hero-proof b{display:block;font-family:var(--tp-serif);font-size:26px;color:#fff;font-weight:600;
  line-height:1.1;margin-bottom:2px}

/* credential strip */
.tp-creds{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));
  max-width:1220px;margin:0 auto;padding:0 24px}
.tp-creds>div{padding:24px 22px;border-right:1px solid var(--tp-rule);border-bottom:1px solid var(--tp-rule)}
.tp-creds>div:last-child{border-right:none}
.tp-creds b{display:block;font-family:var(--tp-serif);font-size:19px;color:var(--tp-ink);font-weight:600;margin-bottom:5px}
.tp-creds span{font-size:14px;color:var(--tp-muted);line-height:1.5}
@media(max-width:700px){.tp-creds>div{border-right:none}}

/* alternating band */
.tp-band{padding:clamp(46px,6vw,78px) 0}
.tp-band-in{max-width:1220px;margin:0 auto;padding:0 24px}
.tp-band h2{font-family:var(--tp-serif);font-size:clamp(27px,3.4vw,40px);color:var(--tp-ink);
  font-weight:600;letter-spacing:-.018em;line-height:1.1;margin:0 0 16px;text-wrap:balance}
.tp-band p{color:var(--tp-body);font-size:17.5px;line-height:1.65;max-width:64ch;margin:0 0 16px}
.tp-band-dark{background:var(--tp-bark)}
.tp-band-dark h2{color:#fff}
.tp-band-dark p{color:rgba(255,255,255,.8)}
.tp-band-panel{background:var(--tp-panel)}

/* service cards */
.tp-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(276px,1fr));gap:26px;margin-top:38px}
.tp-cards article{background:#fff;border:1px solid var(--tp-rule);border-radius:3px;overflow:hidden;
  display:flex;flex-direction:column}
.tp-cards .im{position:relative;aspect-ratio:4/3;background:var(--tp-pine);overflow:hidden}
.tp-cards .im img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tp-cards .bd{padding:22px 22px 24px;display:flex;flex-direction:column;gap:9px;flex:1}
.tp-cards h3{font-family:var(--tp-serif);font-size:22px;color:var(--tp-ink);font-weight:600;margin:0;line-height:1.2}
.tp-cards h3 a{color:inherit;text-decoration:none}
.tp-cards p{font-size:15.5px;margin:0;color:var(--tp-body);max-width:none}
.tp-cards .pr{font-family:var(--tp-mono);font-size:13px;color:var(--tp-heartwood-tx);font-weight:500}
.tp-cards .go{margin-top:auto;padding-top:10px;font-weight:600;font-size:14.5px;color:var(--tp-pine);text-decoration:none}
.tp-cards .go:hover{color:var(--tp-sap)}

/* contact layout + CF7 */
.tp-contact{max-width:1220px;margin:0 auto;padding:clamp(34px,5vw,60px) 24px;
  display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:52px;align-items:start}
@media(max-width:980px){.tp-contact{grid-template-columns:1fr;gap:34px}}
.tp-contact h1{font-family:var(--tp-serif);font-size:clamp(32px,4.4vw,48px);color:var(--tp-ink);
  font-weight:600;letter-spacing:-.02em;line-height:1.08;margin:0 0 14px}
.tp-contact .intro{font-size:18.5px;color:var(--tp-body);max-width:60ch;margin:0 0 30px;line-height:1.6}
.tp-cbox{background:#fff;border:1px solid var(--tp-rule);border-radius:3px;padding:24px;margin-bottom:18px}
.tp-cbox h2{font-family:var(--tp-mono);font-size:11px;letter-spacing:.15em;text-transform:uppercase;
  color:var(--tp-muted);margin:0 0 13px;font-weight:500}
.tp-cbox p{margin:0 0 8px;font-size:15.5px;color:var(--tp-body)}
.tp-cbox .big{font-family:var(--tp-mono);font-size:23px;color:var(--tp-ink);font-weight:500;text-decoration:none;display:block}
.tp-cbox-dark{background:var(--tp-bark);border-color:var(--tp-bark)}
.tp-cbox-dark h2{color:var(--tp-lime)}
.tp-cbox-dark p{color:rgba(255,255,255,.78)}
.tp-cbox-dark .big{color:#fff}
.tp-hours{width:100%;border-collapse:collapse;font-size:15px}
.tp-hours td{padding:7px 0;border-bottom:1px solid var(--tp-rule-2);color:var(--tp-body)}
.tp-hours td:last-child{text-align:right;font-family:var(--tp-mono);font-size:14px;color:var(--tp-ink)}
.tp-hours tr:last-child td{border-bottom:none}
.wpcf7{background:#fff;border:1px solid var(--tp-rule);border-radius:3px;padding:28px}
.wpcf7 label{display:block;font-size:14.5px;font-weight:600;color:var(--tp-ink);margin-bottom:16px}
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea,.wpcf7 select{
  font-family:var(--tp-sans);font-size:16px;width:100%;padding:13px 15px;margin-top:6px;
  border:1.5px solid var(--tp-rule);border-radius:2px;background:#fff;color:var(--tp-ink);min-height:50px}
.wpcf7 textarea{min-height:110px}
.wpcf7 input:focus,.wpcf7 textarea:focus{outline:3px solid var(--tp-lime);outline-offset:1px;border-color:var(--tp-pine)}
.wpcf7 input[type=submit]{background:var(--tp-lime);color:#15230B;font-weight:700;font-size:16px;
  border:1.5px solid var(--tp-lime);border-radius:2px;padding:15px 30px;min-height:52px;cursor:pointer;width:100%}
.wpcf7 input[type=submit]:hover{background:var(--tp-lime-dk);border-color:var(--tp-lime-dk)}

/* ─────────── sticky call bar (mobile only) ─────────── */
.tpx-callbar{display:none}
@media(max-width:880px){
  .tpx-callbar{display:flex;position:sticky;bottom:0;z-index:99998;
    box-shadow:0 -2px 16px rgba(14,26,19,.3)}
  .tpx-callbar a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;
    padding:16px 8px;font-family:var(--tp-sans);font-weight:700;font-size:16px;
    text-decoration:none;min-height:58px}
  .tpx-callbar-call{background:var(--tp-lime);color:#15230B}
  .tpx-callbar-quote{background:var(--tp-pine);color:#fff}
}
