/* LOWES CHIMNEY SWEEP — SHARED TYPOGRAPHY LAYER v1.0 */
:root{--red:#c0392b;--ember:#e67e22;--cream:#faf7f2;--black:#1a1a1a;--charcoal:#2a2a2a;--gold:#d4a574;--h-font:'Fraunces',Georgia,serif;--h1-weight:800;--h1-lh:1.1;--h1-size-landing:56px;--h1-size-home:52px;--h1-size-blog:34px;--h1-size-landing-tab:36px;--h1-size-landing-mob:30px;--h1-size-blog-mob:28px;--h2-weight:700;--h2-lh:1.15;--h2-size:40px;--h2-size-tab:28px;--h2-size-blog:24px;--h2-margin:50px 0 20px;--h3-weight:700;--h3-lh:1.25;--h3-size:22px;--h3-size-mob:19px}
h1,h2,h3,h4,.lcscta-title,.lcsfaq-q,.lcsform-title,#lcsfoot h4{font-family:var(--h-font)!important}
h2{font-size:var(--h2-size)!important;font-weight:var(--h2-weight)!important;line-height:var(--h2-lh)!important}
h1{font-weight:var(--h1-weight)!important;line-height:var(--h1-lh)!important;font-size:var(--h1-size-landing)!important}
h3{font-weight:var(--h3-weight)!important}
body.pt-home h1{font-size:var(--h1-size-home)!important}
body.pt-blog h1{font-size:var(--h1-size-blog)!important}
body.pt-blog h2{font-size:var(--h2-size-blog)!important}
@media(max-width:768px){h1{font-size:var(--h1-size-landing-tab)!important}h2{font-size:var(--h2-size-tab)!important}body.pt-blog h1{font-size:var(--h1-size-blog)!important}body.pt-blog h2{font-size:var(--h2-size-blog)!important}h3{font-size:var(--h3-size-mob)!important}}
@media(max-width:600px){h1{font-size:var(--h1-size-landing-mob)!important}body.pt-home h1{font-size:var(--h1-size-landing-mob)!important}body.pt-blog h1{font-size:var(--h1-size-blog-mob)!important}}

/* ===== AUTHORITATIVE FOOTER (homepage master, scoped #lcsfoot) ===== */
#lcsfoot footer,#lcsfoot>footer{background:#1a1a1a!important}
#lcsfoot h4{color:rgb(250,246,240)!important;font-family:'Fraunces',Georgia,serif!important}
#lcsfoot footer a,#lcsfoot a,#lcsfoot .footer-col a,#lcsfoot a.hv2{color:rgba(250,246,240,0.6)!important;text-decoration:none!important;transition:color .2s ease!important;cursor:pointer!important}
#lcsfoot footer a:hover,#lcsfoot a:hover,#lcsfoot .footer-col a:hover,#lcsfoot a.hv2:hover{color:#c0392b!important;text-decoration:none!important}
#lcsfoot a:focus-visible{outline:2px solid #e67e22!important;outline-offset:2px!important}
#lcsfoot a:active{color:#922319!important}
#lcsfoot a:visited{color:rgba(250,246,240,0.6)!important}
#lcsfoot a:visited:hover{color:#c0392b!important}
#lcsfoot footer a[href^="tel:"],#lcsfoot a[href^="tel:"]{color:#e67e22!important;font-family:'Fraunces',Georgia,serif!important;font-weight:700!important}
#lcsfoot footer a[href^="tel:"]:hover,#lcsfoot a[href^="tel:"]:hover{color:#c0392b!important}
#lcsfoot footer a[href^="mailto:"],#lcsfoot a[href^="mailto:"]{color:rgba(250,246,240,0.6)!important}
#lcsfoot footer a[href^="mailto:"]:hover,#lcsfoot a[href^="mailto:"]:hover{color:#c0392b!important}
#lcsfoot .hv13,#lcsfoot .social-btn{background:rgba(250,246,240,0.07)!important;border-radius:50%!important;transition:background .2s,border-color .2s,transform .2s,color .2s!important;color:rgba(250,246,240,0.85)!important}
#lcsfoot .hv13 svg,#lcsfoot .social-btn svg{fill:currentColor!important}
#lcsfoot .hv13:hover,#lcsfoot .social-btn:hover{background:#c0392b!important;border-color:#c0392b!important;color:#fff!important;transform:translateY(-2px)!important}

/* ===== SHARED REVIEWS COMPONENT (from service master) ===== */
.testimonial {
  background: #fff;
  padding: 32px;
  border-radius: 6px;
  border: 1px solid #e5ddd2;
  margin: 24px 0;
  position: relative;
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: Georgia, serif;
  font-size: 80px;
  color: #c0392b;
  line-height: 1;
}
.stars { color: #e67e22; letter-spacing: 3px; margin-bottom: 12px; font-size: 18px; }
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.author-avatar {
  width: 44px;
  height: 44px;
  background: #c0392b;
  color: #faf7f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: Georgia, serif;
}


/* ===== SHARED SERVICE CARD COMPONENT (ADR-007, moved from /service-areas/ 2026-07-17) =====
   Used by /service-areas/ and /services/. Self-contained: no CSS variables, no page-specific ancestors. */
.services-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.svc-card {
  background: #fff;
  border: 1px solid #e5ddd2;
  border-radius: 6px;
  padding: 20px 24px;
}
.svc-card a { font-family: Georgia, serif; font-weight: 700; font-size: 17px; text-decoration: none; color: #c0392b; }
.svc-card a:hover { text-decoration: underline; }
.svc-card p { font-size: 13px; color: #666; margin: 6px 0 0; }
