/* GetInstantPlumber — main.css v2
   Design system for the rebuilt site */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#0057b7;--blue-dark:#003d82;--blue-light:#e8f1fb;
  --orange:#f97316;--orange-dark:#ea6c0a;
  --green:#22c55e;--red:#dc2626;
  --gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;
  --gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-900:#111827;
  --white:#fff;--radius:10px;
  --font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --sh:0 2px 12px rgba(0,0,0,.08);--sh-lg:0 8px 24px rgba(0,0,0,.12);
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font);color:var(--gray-700);background:var(--white);line-height:1.65;font-size:16px}
img{max-width:100%;height:auto}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1140px;margin:0 auto;padding:0 20px}

/* ====================== TOPBAR ====================== */
.topbar{background:#0B3D91;color:rgba(255,255,255,.92);font-size:13px;padding:6px 0}
.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.topbar__badge{display:flex;align-items:center;gap:7px;font-weight:500}
.topbar__badge .dot{width:9px;height:9px;background:var(--green);border-radius:50%;animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.55}}
.topbar__phone a{color:#fff;font-weight:800;font-size:14px}

/* ====================== HEADER (sticky) ====================== */
.header{background:var(--white);position:sticky;top:0;z-index:200;box-shadow:var(--sh);border-bottom:1px solid var(--gray-200)}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:72px}
.header__logo{font-size:22px;font-weight:900;color:var(--blue);letter-spacing:-.02em;flex-shrink:0}
.header__logo span{color:var(--orange)}
.header__nav{display:flex;align-items:center;gap:2px;list-style:none;flex:1;justify-content:center;margin:0}
.header__nav a{font-size:14.5px;font-weight:600;color:var(--gray-700);padding:8px 14px;border-radius:8px;text-decoration:none}
.header__nav a:hover{color:var(--blue);background:var(--blue-light)}
.header__right{display:flex;align-items:center;gap:12px;flex-shrink:0}
.btn-call-header{display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:#fff;font-weight:800;font-size:15px;padding:12px 22px;border-radius:8px;text-decoration:none;box-shadow:var(--sh);transition:background .15s}
.btn-call-header:hover{background:var(--orange-dark);color:#fff;text-decoration:none}

/* ====================== HERO ====================== */
.hero{background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 100%);color:#fff;padding:56px 0 64px}
.hero__inner{display:grid;grid-template-columns:1.35fr 1fr;gap:48px;align-items:center}
.hero__badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);background:rgba(249,115,22,.15);border:1px solid rgba(249,115,22,.35);padding:5px 14px;border-radius:20px;margin-bottom:20px}
.hero h1{font-size:clamp(28px,4.2vw,44px);font-weight:900;line-height:1.15;color:#fff;margin-bottom:18px;letter-spacing:-.02em}
.hero__lead{font-size:18px;color:rgba(255,255,255,.88);line-height:1.6;margin-bottom:28px}
.hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:16px;padding:14px 26px;border-radius:10px;text-decoration:none;transition:transform .15s,background .15s;border:none;cursor:pointer}
.btn:hover{text-decoration:none}
.btn-primary{background:var(--orange);color:#fff;box-shadow:var(--sh)}
.btn-primary:hover{background:var(--orange-dark);color:#fff}
.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}
.btn-outline:hover{background:rgba(255,255,255,.1);color:#fff}
.hero__trust{display:flex;gap:20px;flex-wrap:wrap;font-size:13.5px;font-weight:600;color:rgba(255,255,255,.85)}
.hero__trust span{display:flex;align-items:center;gap:6px}
.hero__trust span::before{content:"✔";color:var(--green)}

/* Hero right card — the big phone block */
.hero__card{background:#fff;border-radius:14px;padding:28px;color:var(--gray-900);box-shadow:var(--sh-lg)}
.hero__card-title{font-size:14px;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.hero__phone-block{display:block;background:var(--orange);border-radius:12px;padding:20px 24px;text-align:center;margin-bottom:18px;text-decoration:none;color:#fff;transition:background .15s}
.hero__phone-block:hover{background:var(--orange-dark);text-decoration:none;color:#fff}
.hero__phone-label{font-size:12.5px;font-weight:700;opacity:.9;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}
.hero__phone-number{font-size:30px;font-weight:900;letter-spacing:.01em;line-height:1.2}
.hero__phone-sub{font-size:13px;opacity:.9;margin-top:6px}
.hero__card-list{list-style:none;padding:0;margin:0}
.hero__card-list li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:14.5px;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}
.hero__card-list li:last-child{border-bottom:none}
.hero__card-list li::before{content:"✔";color:var(--green);font-weight:800}

@media (max-width:900px){
  .hero{padding:36px 0 40px}
  .hero__inner{grid-template-columns:1fr;gap:28px}
  .hero__card{padding:20px}
  .hero__phone-number{font-size:26px}
}

/* ====================== BREADCRUMB ====================== */
.breadcrumb{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:10px 0;font-size:13px;color:var(--gray-600)}
.breadcrumb a{color:var(--blue)}
.breadcrumb .sep{color:var(--gray-500);margin:0 8px}

/* ====================== SECTIONS ====================== */
.section{padding:56px 0}
.section--alt{background:var(--gray-50)}
.section--dark{background:var(--blue-dark);color:#fff}
.section--dark h2,.section--dark h3{color:#fff}
.section h2{font-size:clamp(24px,3vw,32px);font-weight:800;color:var(--gray-900);margin-bottom:16px;line-height:1.25}
.section h3{font-size:20px;font-weight:700;color:var(--gray-900);margin:22px 0 10px}
.section p{margin-bottom:16px;font-size:16px;line-height:1.75}
.section ul, .section ol{margin-bottom:16px;padding-left:22px}
.section li{margin-bottom:6px}
.section-intro{font-size:18px;color:var(--gray-600);margin-bottom:32px;max-width:800px}

/* Service cards grid */
.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:24px}
.service-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:24px;transition:box-shadow .15s,transform .15s}
.service-card:hover{box-shadow:var(--sh-lg);transform:translateY(-2px)}
.service-card h3{margin-top:0;color:var(--blue);font-size:18px}
.service-card p{font-size:15px;color:var(--gray-600);margin-bottom:0}

/* Neighborhood chips */
.neighborhoods{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.neighborhoods span{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-700);padding:8px 14px;border-radius:20px;font-size:14px;font-weight:500}

/* Callouts */
.callout{border-left:4px solid var(--orange);background:#fff8f3;padding:18px 22px;border-radius:0 var(--radius) var(--radius) 0;margin:24px 0}
.callout--blue{border-left-color:var(--blue);background:var(--blue-light)}
.callout--red{border-left-color:var(--red);background:#fff1f1}
.callout strong{display:block;margin-bottom:6px;color:var(--gray-900)}

/* CTA bar (inline in content) */
.cta-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));border-radius:12px;padding:24px 28px;margin:32px 0;color:#fff}
.cta-bar__text{color:#fff;font-size:18px;font-weight:600;flex:1;min-width:220px}
.cta-bar__btn{background:var(--orange);color:#fff;font-size:17px;font-weight:800;padding:14px 28px;border-radius:10px;text-decoration:none;box-shadow:var(--sh);white-space:nowrap}
.cta-bar__btn:hover{background:var(--orange-dark);color:#fff;text-decoration:none}

/* FAQ */
.faq{display:flex;flex-direction:column;gap:12px;margin-top:20px}
.faq__item{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:20px 24px}
.faq__item h3{font-size:17px;font-weight:700;color:var(--gray-900);margin:0 0 8px}
.faq__item p{font-size:15px;color:var(--gray-700);margin-bottom:0;line-height:1.7}

/* Big final CTA */
.final-cta{background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;padding:56px 0;text-align:center}
.final-cta h2{color:#fff;margin-bottom:12px}
.final-cta p{color:rgba(255,255,255,.94);font-size:18px;margin-bottom:24px}
.final-cta .btn{background:#fff;color:var(--orange-dark);font-size:20px;padding:18px 36px}
.final-cta .btn:hover{background:var(--gray-100);color:var(--orange-dark)}

/* ====================== FOOTER ====================== */
.footer{background:#111827;color:rgba(255,255,255,.75);padding:48px 0 24px;font-size:14.5px}
.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}
.footer h4{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.footer p{margin-bottom:12px;color:rgba(255,255,255,.7);line-height:1.65}
.footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.footer a{color:rgba(255,255,255,.75);text-decoration:none;font-size:14px}
.footer a:hover{color:#fff;text-decoration:underline}
.footer__logo{font-size:22px;font-weight:900;color:#fff;margin-bottom:14px}
.footer__logo span{color:var(--orange)}
.footer__phone a{color:var(--orange);font-weight:800;font-size:17px}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:32px;font-size:13px;color:rgba(255,255,255,.5);text-align:center}

@media (max-width:900px){.footer__grid{grid-template-columns:1fr 1fr;gap:28px}}
@media (max-width:600px){.footer__grid{grid-template-columns:1fr}}

/* ====================== RELATED PAGES ====================== */
.related-section{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:40px 0}
.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:20px}
.related-card{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--gray-200);border-radius:10px;padding:16px 18px;text-decoration:none;color:var(--gray-700);transition:box-shadow .15s,transform .15s,border-color .15s}
.related-card:hover{box-shadow:var(--sh-lg);transform:translateY(-2px);border-color:var(--blue);text-decoration:none;color:var(--gray-700)}
.related-card strong{color:var(--blue);font-size:15px}
.related-card span{font-size:13px;color:var(--gray-600)}

/* ====================== CITY GRID (homepage) ====================== */
.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-top:20px}
.city-chip{display:flex;flex-direction:column;background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:12px 16px;text-decoration:none;transition:border-color .15s,background .15s}
.city-chip:hover{border-color:var(--orange);background:#fff8f3;text-decoration:none}
.city-chip strong{color:var(--gray-900);font-size:14.5px;font-weight:700}
.city-chip small{color:var(--gray-600);font-size:12px;margin-top:2px}

/* ====================== FLOATING CALL BUTTON (mobile-priority) ====================== */
.gip-call-fab{position:fixed;bottom:16px;right:16px;z-index:9999;display:inline-flex;align-items:center;gap:8px;padding:14px 22px;background:var(--orange);color:#fff;border-radius:999px;font-weight:800;font-size:15px;text-decoration:none;box-shadow:0 6px 20px rgba(0,0,0,.25);font-family:var(--font)}
.gip-call-fab:hover{background:var(--orange-dark);color:#fff;text-decoration:none}
@media(max-width:480px){
  .gip-call-fab{left:12px;right:12px;justify-content:center;bottom:12px;padding:16px 20px;font-size:16px}
  body{padding-bottom:76px}
}

/* ====================== MOBILE / RESPONSIVE ====================== */
@media (max-width:900px){
  .header__inner{height:64px}
  .header__nav{display:none}
  .header__logo{font-size:19px}
  .btn-call-header{padding:10px 18px;font-size:14px}
  .topbar__badge span:not(.dot){font-size:12px}
  .topbar__phone{display:none}
  .section{padding:36px 0}
  .cta-bar{flex-direction:column;text-align:center;padding:22px}
}

/* Print / accessibility */
@media print{.gip-call-fab,.hero,.cta-bar{display:none}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ============ Article Hero Image ============ */
figure.article-hero-image{
  margin:0 0 24px;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--sh-lg);
  background:var(--gray-100);
}
figure.article-hero-image img{
  display:block;width:100%;height:auto;
  aspect-ratio:16/9;object-fit:cover;
}
figure.article-hero-image figcaption{
  padding:8px 14px;font-size:12px;color:var(--gray-500);
  background:var(--gray-50);text-align:right;
}
figure.article-hero-image figcaption a{color:var(--gray-600);text-decoration:underline}
figure.article-hero-image figcaption a:hover{color:var(--blue)}
@media(max-width:600px){figure.article-hero-image{margin:0 0 18px} figure.article-hero-image figcaption{font-size:11px;padding:6px 12px}}

/* ============ Authority Sources block ============ */
aside.authority-sources{
  background:linear-gradient(135deg,var(--gray-50) 0%,#fff 100%);
  border:1px solid var(--gray-200);
  border-top:4px solid var(--blue);
  border-radius:var(--radius);
  padding:24px 26px;
  margin:32px 0;
  color:var(--gray-700);
}
aside.authority-sources h2{
  font-size:19px;font-weight:900;color:var(--blue-dark);
  margin:0 0 12px;padding:0;
}
aside.authority-sources p{font-size:14.5px;color:var(--gray-600);margin-bottom:14px;line-height:1.6}
aside.authority-sources ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:8px}
aside.authority-sources li{padding:8px 0;border-bottom:1px dashed var(--gray-200);font-size:14.5px;line-height:1.55}
aside.authority-sources li:last-child{border-bottom:none}
aside.authority-sources li strong{color:var(--blue-dark);font-weight:700}
aside.authority-sources a{color:var(--blue);text-decoration:underline;font-weight:600}
aside.authority-sources a:hover{color:var(--orange-dark)}
aside.authority-sources a[target="_blank"]::after{content:" ↗";font-size:11px;color:var(--gray-500)}
@media(max-width:600px){aside.authority-sources{padding:20px 18px} aside.authority-sources h2{font-size:17px}}

/* ============ AI-optimized callout (top of every article) ============ */
/* Contains phone + business summary in first 200 chars — ChatGPT/Gemini/Copilot extract this */
p.ai-callout{
  font-size:15.5px;line-height:1.7;
  background:linear-gradient(135deg,#fff7ed 0%,#fff 100%);
  border-left:4px solid var(--orange);
  padding:16px 20px;margin:0 0 20px;
  border-radius:0 var(--radius) var(--radius) 0;
  color:var(--gray-900);
}
p.ai-callout strong{color:var(--blue-dark);font-weight:800}
p.ai-callout a{color:var(--orange-dark);font-weight:800;text-decoration:underline;text-underline-offset:3px}
p.ai-callout a:hover{color:var(--blue);background:rgba(249,115,22,.15);border-radius:4px;padding:1px 3px}
@media(max-width:600px){p.ai-callout{font-size:15px;padding:14px 16px}}

/* ═══════════════════════════════════════════════════════════════════
   COMPREHENSIVE MOBILE RESPONSIVE OVERHAUL (matches sog site)
   Breakpoints: small phone ≤380, phone ≤480, large phone ≤600,
   tablet ≤768, small laptop ≤1024
   ═══════════════════════════════════════════════════════════════════ */

/* Universal — prevent horizontal overflow */
html, body { max-width: 100vw; overflow-x: hidden; }
*, *::before, *::after { max-width: 100%; }
img, video, iframe, embed, object { max-width: 100% !important; height: auto; }
pre, code { max-width: 100%; overflow-x: auto; word-wrap: break-word; white-space: pre-wrap; }

/* Tables that may exist inside content — force horizontal scroll on mobile */
.section table, article table {
  width: 100%; border-collapse: collapse; margin: 20px 0;
  background: #fff; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--sh);
  font-size: 15px;
}
.section table th, article table th {
  background: var(--blue); color: #fff;
  padding: 14px 16px; text-align: left;
  font-weight: 700;
}
.section table td, article table td {
  padding: 12px 16px; border-bottom: 1px solid var(--gray-200);
}
.section table tr:nth-child(even) td, article table tr:nth-child(even) td { background: var(--gray-50); }

/* ============ TABLETS ≤ 1024 ============ */
@media (max-width: 1024px) {
  .container { padding: 0 18px; }
  .hero { padding: 46px 0 54px; }
  .hero h1 { font-size: clamp(26px, 5vw, 40px); }
  .hero__inner { gap: 32px; }
}

/* ============ SMALL LAPTOPS / LARGE TABLETS ≤ 900 ============ */
@media (max-width: 900px) {
  .container { padding: 0 16px; }
  .header__inner { height: 62px; padding: 0; }
  .header__nav { display: none; }
  .header__logo { font-size: 19px; }
  .btn-call-header { padding: 10px 16px; font-size: 14px; }
  .topbar { padding: 5px 0; font-size: 12.5px; }
  .topbar__phone { display: none; }
  .topbar__badge { font-size: 12px; }

  .hero { padding: 36px 0 42px; }
  .hero__inner { grid-template-columns: 1fr; gap: 24px; }
  .hero h1 { font-size: clamp(23px, 5.5vw, 32px); line-height: 1.2; }
  .hero__lead { font-size: 16px; line-height: 1.6; }
  .hero__badge { font-size: 11px; padding: 5px 12px; }
  .hero__ctas { flex-direction: column; gap: 10px; }
  .hero__ctas .btn { width: 100%; justify-content: center; padding: 15px 20px; font-size: 15.5px; }
  .hero__trust { gap: 12px; font-size: 13px; }
  .hero__card { padding: 22px 20px; }
  .hero__phone-number { font-size: 28px; white-space: nowrap; }
  .hero__phone-block {
    display: block; padding: 18px 20px; text-align: center;
  }
  .hero__phone-label { display: block; margin-bottom: 6px; font-size: 12px; }
  .hero__phone-sub { display: block; margin-top: 6px; font-size: 12.5px; }
  .hero__card-list li { font-size: 14px; padding: 8px 0; }

  .section { padding: 36px 0; }
  .section h2 { font-size: clamp(22px, 5vw, 28px); }
  .section h3 { font-size: 18px; }
  .section p { font-size: 16px; line-height: 1.75; }

  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 22px 20px; }

  .cta-bar { flex-direction: column; align-items: stretch; text-align: center; padding: 22px 20px; gap: 14px; }
  .cta-bar__text { font-size: 16px; text-align: center; }
  .cta-bar__btn { width: 100%; padding: 14px 20px; font-size: 15px; }

  .section table, article table { display: block; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }

  .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

/* ============ LARGE PHONES ≤ 600 ============ */
@media (max-width: 600px) {
  .container { padding: 0 14px; }
  body { font-size: 16px; }

  .header__inner { height: 58px; }
  .header__logo { font-size: 18px; }
  .btn-call-header { padding: 9px 14px; font-size: 13px; }

  .hero { padding: 28px 0 36px; }
  .hero h1 { font-size: clamp(21px, 6vw, 28px); }
  .hero__lead { font-size: 15.5px; }
  .hero__badge { font-size: 10.5px; padding: 5px 11px; letter-spacing: .12em; }
  .hero__trust { grid-template-columns: 1fr 1fr; display: grid; gap: 8px; font-size: 12.5px; }
  .hero__phone-number { font-size: 24px; }

  .section { padding: 30px 0; }
  .section h2 { font-size: clamp(20px, 5.5vw, 24px); }
  .section h3 { font-size: 17px; }
  .section p { font-size: 15.5px; }

  .callout { padding: 16px 18px; }
  .cta-bar { padding: 20px 16px; }

  /* FAQ */
  .faq__item { padding: 18px 20px; }
  .faq__item h3 { font-size: 16.5px; }
  .faq__item p { font-size: 15px; }

  /* Breadcrumb */
  .breadcrumb { font-size: 12px; padding: 9px 0; }

  .footer__grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ============ PHONES ≤ 480 ============ */
@media (max-width: 480px) {
  .container { padding: 0 12px; }

  .hero { padding: 22px 0 30px; }
  .hero h1 { font-size: 22px; line-height: 1.2; }
  .hero__lead { font-size: 15px; }
  .hero__ctas .btn { padding: 13px 16px; font-size: 14.5px; letter-spacing: -.01em; }
  .hero__phone-number { font-size: 22px; }

  .section { padding: 26px 0; }
  .section h2 { font-size: 20px; margin-bottom: 12px; }
  .section h3 { font-size: 16.5px; }
  .section p, .section li { font-size: 15px; line-height: 1.7; }

  .cta-bar { padding: 18px 14px; margin: 24px 0; }
  .cta-bar__text { font-size: 14.5px; }
  .cta-bar__btn { padding: 13px 16px; font-size: 14.5px; }

  /* Sticky call FAB — finger-friendly */
  .gip-call-fab {
    left: 12px; right: 12px; bottom: 12px;
    padding: 15px 18px; font-size: 15.5px;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(249,115,22,.5);
  }
  body { padding-bottom: 74px; }
}

/* ============ SMALL PHONES ≤ 380 ============ */
@media (max-width: 380px) {
  .container { padding: 0 10px; }
  .hero h1 { font-size: 20px; }
  .btn-call-header { padding: 8px 11px; font-size: 12.5px; }
  .header__logo { font-size: 17px; }
  .header__inner { height: 54px; }
  .hero__phone-number { font-size: 20px; }
  .hero__ctas .btn { font-size: 14px; padding: 12px 14px; }
  .cta-bar__btn { font-size: 14px; padding: 12px 14px; }
  .gip-call-fab { font-size: 14.5px; padding: 14px 16px; }
}

/* ============ TAP TARGETS: minimum 44×44 on mobile ============ */
@media (max-width: 900px) {
  .btn, .btn-call-header, .cta-bar__btn, .service-card a, .related-card, .city-chip,
  .gip-call-fab {
    min-height: 44px;
    display: inline-flex; align-items: center;
  }
  /* Phone-block is a card, not a chip — keep it block-level and centered */
  .hero__phone-block {
    display: block;
    text-align: center;
  }
  .hero__phone-block .hero__phone-number { display: block; white-space: nowrap; }
  .hero__phone-block .hero__phone-label,
  .hero__phone-block .hero__phone-sub { display: block; }
}

/* ============ LANDSCAPE PHONES / SHORT SCREENS ============ */
@media (max-height: 500px) and (orientation: landscape) {
  .hero { padding: 18px 0 22px; }
  .header { position: static; }
  .gip-call-fab { bottom: 8px; padding: 10px 14px; font-size: 14px; }
  body { padding-bottom: 60px; }
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
