/* ABBCO Heating & Cooling — extracted site styles */
/* ============================================
   RESET & BASE
============================================ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;background:#111218;color:#F0EDE8;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

/* ============================================
   LAYOUT
============================================ */
.wrap{max-width:1160px;margin:0 auto;padding:0 28px;width:100%}
.wrap-sm{max-width:860px;margin:0 auto;padding:0 28px;width:100%}

/* ============================================
   TYPOGRAPHY
============================================ */
.serif{font-family:'DM Serif Display',Georgia,serif}
.serif-italic{font-family:'DM Serif Display',Georgia,serif;font-style:italic}

/* ============================================
   TOPBAR
============================================ */
.topbar{background:#0C0D14;border-bottom:1px solid rgba(240,237,232,.07);padding:9px 0}
.topbar-inner{max-width:1160px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.topbar-left{display:flex;align-items:center;gap:20px}
.topbar-item{font-size:12px;color:rgba(240,237,232,.45);white-space:nowrap}
.topbar-phone{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#F4C06A;white-space:nowrap}
.topbar-phone:hover{color:#fff}
.badge-247{background:#E8650A;color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;padding:3px 8px;flex-shrink:0}

/* ============================================
   HEADER
============================================ */
.site-header{background:#13141C;border-bottom:3px solid #E8650A;position:sticky;top:0;z-index:100}
.header-inner{max-width:1160px;margin:0 auto;padding:0 28px;height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{display:flex;align-items:center;gap:12px;flex-shrink:0}
.logo-box{background:#E8650A;color:#fff;font-weight:700;font-size:18px;letter-spacing:.06em;padding:7px 13px;line-height:1;flex-shrink:0}
.logo-text{display:flex;flex-direction:column;gap:1px}
.logo-name{font-weight:700;font-size:15px;color:#F0EDE8;line-height:1.1;white-space:nowrap}
.logo-sub{font-size:11px;color:#8A847C;white-space:nowrap}
.site-nav{display:flex;align-items:center;gap:0;flex:1;justify-content:center}
.site-nav a{font-size:12px;font-weight:600;color:rgba(240,237,232,.5);letter-spacing:.04em;text-transform:uppercase;padding:8px 11px;border-bottom:2px solid transparent;transition:all .15s;white-space:nowrap}
.site-nav a:hover{color:#F0EDE8;border-bottom-color:#E8650A}
.site-nav a.active{color:#E8650A;border-bottom-color:#E8650A}
.h-cta{display:flex;align-items:center;gap:10px;flex-shrink:0}
.h-phone{display:flex;flex-direction:column;gap:0}
.h-phone-label{font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,237,232,.35)}
.h-phone-num{font-size:17px;font-weight:700;color:#F4C06A;white-space:nowrap}
.h-btn{background:#E8650A;color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:9px 16px;white-space:nowrap;transition:background .15s}
.h-btn:hover{background:#FF7420}

/* HAMBURGER */
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;border:none;background:none;padding:6px;flex-shrink:0}
.burger span{display:block;width:24px;height:2px;background:rgba(240,237,232,.8);border-radius:2px;transition:all .22s}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* MOBILE DRAWER */
.mob-menu{display:none;position:fixed;top:66px;left:0;right:0;bottom:0;background:#0C0D14;z-index:99;overflow-y:auto;border-top:3px solid #E8650A}
.mob-menu.open{display:block}
.mob-phone-block{background:#111218;padding:20px 28px;border-bottom:1px solid rgba(240,237,232,.08)}
.mob-phone-label{font-size:11px;color:rgba(240,237,232,.35);margin-bottom:4px}
.mob-phone-num{font-size:24px;font-weight:700;color:#F4C06A;display:block}
.mob-menu nav a{display:block;padding:15px 28px;font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(240,237,232,.7);border-bottom:1px solid rgba(240,237,232,.07)}
.mob-menu nav a:hover{background:#1A1B22;color:#F0EDE8}
.mob-emerg{display:block;margin:20px 28px;background:#E8650A;color:#fff !important;text-align:center;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:14px;border-bottom:none !important}
.mob-emerg:hover{background:#FF7420 !important}

/* ============================================
   TRUST BAR
============================================ */
.trust-bar{background:#1A1B22;border-bottom:1px solid rgba(240,237,232,.08);padding:13px 0;overflow:hidden}
.trust-bar-inner{max-width:1160px;margin:0 auto;padding:0 28px;display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}
.trust-bar-inner::-webkit-scrollbar{display:none}
.trust-item{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:rgba(240,237,232,.55);white-space:nowrap;padding:0 20px;border-right:1px solid rgba(240,237,232,.1);flex-shrink:0}
.trust-item:first-child{padding-left:0}
.trust-item:last-child{border-right:none}
.t-check{width:18px;height:18px;background:#E8650A;display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:900;flex-shrink:0}

/* ============================================
   HERO
============================================ */
.hero{background:#0C0D14;border-bottom:1px solid rgba(240,237,232,.08)}
.hero-inner{max-width:1160px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center;min-height:560px}
.hero-left{padding:56px 0}
.hero-location{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#E8650A;margin-bottom:20px;display:flex;align-items:center;gap:10px}
.hero-location::after{content:'';flex:1;height:1px;background:rgba(232,101,10,.35);max-width:60px}
.hero-h1{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(44px,5.5vw,72px);line-height:.97;color:#F0EDE8;letter-spacing:-.02em;margin-bottom:24px}
.hero-h1 strong{font-style:normal;color:#E8650A;display:block}
.hero-sub{font-size:16px;color:rgba(240,237,232,.6);line-height:1.75;margin-bottom:32px;max-width:100%}
.hero-proof{display:flex;gap:24px;flex-wrap:wrap;padding-top:24px;border-top:1px solid rgba(240,237,232,.1)}
.proof-item{font-size:13px;color:rgba(240,237,232,.45);display:flex;align-items:center;gap:7px}
.proof-item::before{content:'—';color:#E8650A;font-weight:700}

/* HERO CARD */
.hero-right{padding:56px 0}
.hero-card{background:#1A1B22;border:1px solid rgba(240,237,232,.1)}
.hero-card-hd{background:#111218;padding:20px 24px;border-bottom:1px solid rgba(240,237,232,.08)}
.hero-card-hd h3{font-size:16px;font-weight:700;color:#F0EDE8;margin-bottom:3px}
.hero-card-hd p{font-size:12px;color:rgba(240,237,232,.4)}
.hero-card-body{padding:24px}
.hero-call{background:#0C0D14;border:1px solid rgba(240,237,232,.08);padding:20px;margin-bottom:20px}
.hero-call-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(240,237,232,.35);margin-bottom:8px}
.hero-call-num{font-size:28px;font-weight:700;color:#F4C06A;display:block;line-height:1;margin-bottom:5px}
.hero-call-num:hover{color:#fff}
.hero-call-note{font-size:12px;color:rgba(240,237,232,.35)}
.form-divider{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(240,237,232,.3);margin-bottom:14px;display:flex;align-items:center;gap:10px}
.form-divider::before{content:'';height:1px;width:20px;background:#E8650A}
.f-group{margin-bottom:12px}
.f-label{display:block;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgba(240,237,232,.4);margin-bottom:5px}
.f-input,.f-select,.f-textarea{width:100%;background:#0C0D14;border:1.5px solid rgba(240,237,232,.12);padding:11px 13px;font-family:'DM Sans',sans-serif;font-size:14px;color:#F0EDE8;outline:none;transition:border-color .15s;-webkit-appearance:none;border-radius:0}
.f-input:focus,.f-select:focus,.f-textarea:focus{border-color:#E8650A}
.f-input::placeholder,.f-textarea::placeholder{color:rgba(240,237,232,.2)}
.f-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%238A847C' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;color:rgba(240,237,232,.5)}
.f-select option{background:#111218;color:#F0EDE8}
.f-textarea{resize:vertical;min-height:72px}
.f-btn{width:100%;background:#E8650A;color:#fff;border:none;padding:14px;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;transition:background .15s}
.f-btn:hover{background:#FF7420}
.f-note{font-size:11px;color:rgba(240,237,232,.3);text-align:center;margin-top:8px}

/* ============================================
   CITY STRIP
============================================ */
.city-strip{background:#111218;border-top:1px solid rgba(240,237,232,.06);border-bottom:1px solid rgba(240,237,232,.06);padding:14px 0;overflow:hidden}
.city-strip-inner{max-width:1160px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:16px;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}
.city-strip-inner::-webkit-scrollbar{display:none}
.city-strip-label{font-size:11px;color:rgba(240,237,232,.3);white-space:nowrap;flex-shrink:0}
.city-chip{font-size:12px;color:rgba(240,237,232,.5);background:rgba(240,237,232,.05);border:1px solid rgba(240,237,232,.08);padding:4px 11px;white-space:nowrap;flex-shrink:0}

/* ============================================
   SECTIONS
============================================ */
.section{padding:72px 0}
.section-dark{background:#111218}
.section-card{background:#1A1B22;border-top:1px solid rgba(240,237,232,.08);border-bottom:1px solid rgba(240,237,232,.08)}
.section-deep{background:#0C0D14}

.sec-label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#E8650A;margin-bottom:12px;display:block}
.sec-title{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(28px,3.5vw,44px);color:#F0EDE8;letter-spacing:-.02em;line-height:1.08;margin-bottom:14px}
.sec-title em{font-style:italic;color:#E8650A}
.sec-lead{font-size:16px;color:rgba(240,237,232,.55);line-height:1.75}
.sec-divider{height:1px;background:rgba(240,237,232,.1);margin:0}

/* ============================================
   SERVICE LIST
============================================ */
.svc-list{display:flex;flex-direction:column;gap:0;margin-top:32px}
.svc-row{display:grid;grid-template-columns:180px 1fr 120px;gap:24px;align-items:start;padding:26px 0;border-bottom:1px solid rgba(240,237,232,.08);transition:background .15s;text-decoration:none;color:#F0EDE8}
.svc-row:first-child{border-top:1px solid rgba(240,237,232,.08)}
.svc-row:hover{background:#1A1B22}
.svc-row-name{font-weight:700;font-size:17px;color:#F0EDE8;padding-top:3px}
.svc-row-desc{font-size:14px;color:rgba(240,237,232,.55);line-height:1.7}
.svc-row-price{font-weight:700;color:#E8650A;font-size:14px;text-align:right;padding-top:4px;white-space:nowrap}
.svc-row-price span{display:block;font-weight:400;font-size:12px;color:rgba(240,237,232,.35)}

/* ============================================
   WHY GRID
============================================ */
.why-split{display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:start}
.why-rows{display:flex;flex-direction:column;gap:0}
.why-row{padding:22px 0;border-bottom:1px solid rgba(240,237,232,.08)}
.why-row:first-child{border-top:1px solid rgba(240,237,232,.08)}
.why-row h3{font-size:16px;font-weight:700;color:#F0EDE8;margin-bottom:7px;display:flex;align-items:center;gap:10px}
.why-row h3::before{content:'—';color:#E8650A;font-weight:700;flex-shrink:0}
.why-row p{font-size:14px;color:rgba(240,237,232,.55);line-height:1.7;padding-left:22px;margin:0}

/* ============================================
   FACTS GRID
============================================ */
.facts-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.fact-rows{display:flex;flex-direction:column;gap:0}
.fact-row{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid rgba(240,237,232,.08);align-items:flex-start}
.fact-row:first-child{border-top:1px solid rgba(240,237,232,.08)}
.fact-num{font-family:'DM Serif Display',Georgia,serif;font-style:italic;font-size:36px;color:#E8650A;line-height:1;flex-shrink:0;width:88px}
.fact-body{padding-top:5px}
.fact-body strong{color:#F0EDE8;display:block;font-size:15px;margin-bottom:3px}
.fact-body p{font-size:13px;color:rgba(240,237,232,.5);line-height:1.6;margin:0}

/* ============================================
   REVIEWS
============================================ */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}
.rev{background:#1A1B22;border:1px solid rgba(240,237,232,.07);padding:28px}
.rev-stars{color:#F4C06A;font-size:13px;letter-spacing:2px;margin-bottom:14px}
.rev-text{font-size:14px;color:rgba(240,237,232,.62);line-height:1.75;font-style:italic;margin-bottom:18px}
.rev-line{height:1px;background:rgba(240,237,232,.08);margin-bottom:14px}
.rev-name{font-size:14px;font-weight:700;color:rgba(240,237,232,.85)}
.rev-meta{font-size:12px;color:rgba(240,237,232,.3);margin-top:2px}

/* ============================================
   FAQ
============================================ */
.faq-layout{display:grid;grid-template-columns:1fr 260px;gap:48px;align-items:start}
.faq-list{display:flex;flex-direction:column;gap:0}
.faq-item{border-bottom:1px solid rgba(240,237,232,.08)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;background:none;border:none;cursor:pointer;font-family:'DM Sans',sans-serif;font-size:16px;font-weight:600;color:#F0EDE8;text-align:left;transition:color .15s}
.faq-q:hover,.faq-item.open .faq-q{color:#E8650A}
.faq-icon{font-size:22px;color:#E8650A;flex-shrink:0;transition:transform .2s;line-height:1}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:0 0 20px;font-size:15px;color:rgba(240,237,232,.55);line-height:1.8;max-width:100%}
.faq-a a{color:#E8650A;font-weight:600;text-decoration:underline;text-underline-offset:2px}
.faq-item.open .faq-a{display:block}
.faq-sidebar{background:#1A1B22;border:1px solid rgba(240,237,232,.08);padding:28px;position:sticky;top:90px}
.faq-sidebar-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(240,237,232,.35);margin-bottom:10px;display:block}
.faq-sidebar h3{font-family:'DM Serif Display',Georgia,serif;font-size:22px;color:#F0EDE8;margin-bottom:10px;letter-spacing:-.01em}
.faq-sidebar p{font-size:13px;color:rgba(240,237,232,.5);line-height:1.7;margin-bottom:20px}
.faq-phone{font-size:22px;font-weight:700;color:#F4C06A;display:block;margin-bottom:4px}
.faq-hours{font-size:12px;color:rgba(240,237,232,.3)}

/* ============================================
   AREAS
============================================ */
.areas-section{background:#1A1B22;border-top:1px solid rgba(240,237,232,.08);padding:56px 0;overflow:hidden}
.areas-split{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}
.areas-chips{display:flex;flex-wrap:wrap;gap:0;overflow:hidden}
.area-chip{font-size:13px;color:rgba(240,237,232,.6);padding:9px 14px;border:1px solid rgba(240,237,232,.08);border-left:none;border-top:none;white-space:nowrap;transition:all .15s}
.area-chip:hover{background:rgba(240,237,232,.05);color:#F0EDE8}
.area-chip.hq{border-color:#E8650A;color:#E8650A;font-weight:600}

/* ============================================
   CTA BAND
============================================ */
.cta-band{background:#E8650A;padding:60px 0;border-top:1px solid rgba(240,237,232,.1)}
.cta-inner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.cta-h2{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(26px,3.5vw,44px);color:#fff;letter-spacing:-.02em;line-height:1.08;margin-bottom:8px}
.cta-h2 em{font-style:italic}
.cta-p{font-size:15px;color:rgba(255,255,255,.75)}
.cta-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-end;flex-shrink:0}
.cta-phone{font-size:28px;font-weight:700;color:#fff;white-space:nowrap;display:block;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis}
.cta-phone:hover{opacity:.85}
.btn-white{background:#fff;color:#E8650A;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:12px 22px;display:inline-block;transition:opacity .15s;white-space:nowrap}
.btn-white:hover{opacity:.88}

/* ============================================
   FOOTER
============================================ */
.site-footer{background:#0C0D14;color:rgba(240,237,232,.4);padding:52px 0 0;border-top:3px solid #E8650A}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:44px;padding-bottom:44px;border-bottom:1px solid rgba(240,237,232,.07)}
.footer-brand-name{font-size:16px;font-weight:700;color:#F0EDE8;margin-bottom:10px;display:flex;align-items:center;gap:10px}
.footer-mark{background:#E8650A;color:#fff;font-size:12px;font-weight:700;letter-spacing:.05em;padding:4px 10px}
.footer-about{font-size:13px;line-height:1.75;margin-bottom:16px;color:rgba(240,237,232,.45)}
.footer-addr{font-size:12px;line-height:1.8;padding:14px 16px;border:1px solid rgba(240,237,232,.07);color:rgba(240,237,232,.4)}
.footer-addr strong{color:rgba(240,237,232,.55)}
.footer-col h4{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(240,237,232,.3);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(240,237,232,.07)}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.footer-col ul li a{font-size:14px;color:rgba(240,237,232,.45);transition:color .15s}
.footer-col ul li a:hover{color:#F0EDE8}
.footer-phone{font-size:20px;font-weight:700;color:#F4C06A !important}
.footer-phone:hover{color:#fff !important}
.footer-bottom{padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:rgba(240,237,232,.25)}
.footer-legal{display:flex;gap:16px}
.footer-legal a{color:rgba(240,237,232,.25);transition:color .15s}
.footer-legal a:hover{color:rgba(240,237,232,.6)}

/* ============================================
   RESPONSIVE
============================================ */

/* ============================================
   RESPONSIVE — COMPLETE & DEFINITIVE
============================================ */
@media(max-width:1100px){
  .hero-inner{grid-template-columns:1fr 360px;gap:40px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
}

@media(max-width:900px){
  /* Header */
  .site-nav,.h-cta{display:none}
  .burger{display:flex}

  /* Hero */
  .hero-inner{grid-template-columns:1fr!important;gap:0!important;min-height:auto!important}
  .hero-left{padding:48px 0 32px!important}
  .hero-right{padding:0 0 48px!important}
  .hero-sub{max-width:100%}

  /* Layout grids */
  .why-split{grid-template-columns:1fr!important;gap:32px!important}
  .facts-grid{grid-template-columns:1fr!important;gap:32px!important}
  .reviews-grid{grid-template-columns:1fr!important;gap:2px!important}
  .faq-layout{grid-template-columns:1fr!important;gap:32px!important}
  .faq-sidebar{position:static!important}
  .content-cols{grid-template-columns:1fr!important;gap:32px!important}

  /* CTA */
  .cta-inner{grid-template-columns:1fr!important;gap:24px!important}
  .cta-actions{align-items:flex-start!important}

  /* Areas */
  .areas-split{grid-template-columns:1fr!important;gap:24px!important}

  /* Service rows */
  .svc-row{grid-template-columns:1fr!important;gap:8px!important}
  .svc-row:hover{margin:0!important;padding:26px 0!important}
  .svc-row-price{text-align:left!important}

  /* Page hero */
  .ph-ctas{flex-direction:column}
  .ph-ctas a{text-align:center}
}

@media(max-width:100%){
  /* Layout */
  .wrap,.wrap-sm{padding:0 18px!important}
  .section{padding:52px 0!important}

  /* Topbar */
  .topbar-left{display:none!important}

  /* Header */
  .header-inner{padding:0 18px!important;height:60px!important}
  .logo-sub{display:none!important}
  .logo-box{font-size:16px!important;padding:6px 11px!important}
  .mob-menu{top:60px!important}

  /* Hero */
  .hero-inner{padding:0 18px!important}
  .hero-left{padding:40px 0 28px!important}
  .hero-right{padding:0 0 40px!important}
  .hero-h1{font-size:34px!important;letter-spacing:-.02em!important;line-height:1.0!important}
  .hero-sub{font-size:15px!important}
  .hero-call-num{font-size:22px!important}
  .hero-proof{gap:12px!important}
  .hero-proof .proof-item{font-size:12px!important}

  /* Trust bar */
  .trust-bar-inner{padding:0 18px!important}

  /* City strip */
  .city-strip-inner{padding:0 18px!important}

  /* Reviews */
  .reviews-grid{grid-template-columns:1fr!important}

  /* Footer */
  .footer-grid{grid-template-columns:1fr!important;gap:24px!important}
  .footer-bottom{flex-direction:column!important;text-align:center!important}

  /* CTA */
  .cta-band{padding:44px 0!important}
  .cta-inner{gap:20px!important}
  .cta-h2{font-size:28px!important}
  .cta-phone{font-size:22px!important}
  .cta-actions{flex-direction:column!important;gap:12px!important}
  .btn-white{text-align:center!important;width:100%!important;display:block!important}

  /* Areas */
  .areas-chips .area-chip{font-size:12px!important;padding:7px 10px!important}

  /* Page hero */
  .page-hero{padding:36px 0!important}
  .ph-inner{padding:0 18px!important}
  .ph-h1{font-size:30px!important}
  .ph-lead{font-size:15px!important}
  .ph-ctas{gap:10px!important}
  .ph-ctas a{display:block!important;text-align:center!important}

  /* Data table — horizontal scroll on tiny screens */
  .data-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}
  .data-table{min-width:0}
  .data-table td{padding:10px 0!important;font-size:13px!important}

  /* Sidebar stacks */
  .sidebar{margin-top:8px}
  .sb-block{margin-bottom:0}

  /* Content */
  .sec-title{font-size:26px!important}
  .proc-row{gap:14px!important}
}

/* ADDITIONAL RESPONSIVE CLASSES */
.svc-header-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:end;padding-bottom:20px;border-bottom:1px solid rgba(240,237,232,.1);margin-bottom:0}
.county-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:40px}
@media(max-width:900px){
  .svc-header-grid{grid-template-columns:1fr!important;gap:16px!important}
  .county-grid{grid-template-columns:1fr!important;gap:24px!important}
  .facts-grid{grid-template-columns:1fr!important}
}

/* OVERFLOW FIX — prevents horizontal scroll on all pages */
*{box-sizing:border-box}
html,body{overflow-x:hidden;width:100%}
img,table,iframe,video,embed{max-width:100%;height:auto}
.wrap,.wrap-sm,.hero-inner,.content-cols,.why-split,.facts-grid,.faq-layout,.areas-split,.cta-inner,.footer-grid,.reviews-grid,.svc-list,.proc-rows,.data-table-wrap{overflow:hidden}
.content-main,.content-main *{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}
p,li,td,th,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;word-wrap:break-word}
