/*
Theme Name: Bellows Air Duct & Vent Co.
Theme URI: https://bellowsairductvent.com
Description: Professional air duct cleaning theme for Bellows Air Duct & Vent Co.
Version: 1785774930927
*/

:root {
  --primary:       #0277bd;
  --primary-dark:  #025f97;
  --primary-light: #e1eff7;
  --secondary:     #06202b;
  --accent:        #ff8f00;
  --text-dark:     #1a1a2e;
  --text-muted:    #6b7280;
  --bg-light:      #f4f6f8;
  --white:         #ffffff;
  --border:        #e5e7eb;
  --radius:        14px;
  --shadow-sm:     0 2px 8px rgba(0,0,0,.06);
  --shadow-md:     0 8px 24px rgba(0,52,153,.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--text-dark); line-height: 1.6; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
a { color: var(--primary); text-decoration: none; }
h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif; line-height: 1.25; }

/* ── Header ── */
.site-header { background: var(--secondary); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 70px; max-width: 1200px; margin: 0 auto; gap: 16px; }
.site-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; text-decoration: none; min-width: 0; }
.site-logo-icon { height: 46px; width: 46px; border-radius: 11px; object-fit: contain; display: block; flex-shrink: 0; }
.site-logo-text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.site-logo-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.18rem; color: #fff; text-transform: uppercase; letter-spacing: .01em; white-space: nowrap; }
.site-logo-tagline { font-size: .72rem; font-weight: 500; color: rgba(255,255,255,.6); letter-spacing: .02em; margin-top: 2px; white-space: nowrap; }
.header-nav { display: flex; }
.header-nav ul { list-style: none; display: flex; gap: 4px; flex-wrap: wrap; }
.header-nav a { color: rgba(255,255,255,.85); padding: 8px 12px; border-radius: 6px; font-size: .88rem; font-weight: 500; transition: all .2s; white-space: nowrap; }
.header-nav a:hover { color: #fff; background: rgba(255,255,255,.12); }
.header-phone { background: var(--accent); color: #fff !important; padding: 10px 18px; border-radius: 8px; font-weight: 700; font-size: .95rem; display: flex; align-items: center; gap: 6px; flex-shrink: 0; transition: opacity .2s; }
.header-phone svg { width: 16px; height: 16px; }
.header-phone:hover { opacity: .9; color: #fff !important; }
.kp3l6as-nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-shrink: 0; }
.kp3l6as-nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: all .3s; }
body.nav-open .kp3l6as-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .kp3l6as-nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .kp3l6as-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Hero ── */
.site-hero { background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%); padding: 80px 0 60px; text-align: center; position: relative; overflow: hidden; }
.site-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; }
/* Real-<img> hero layers (sf_hero_img_tag): photo under scrim under copy. The hero
   sections keep their opaque gradient/color backgrounds as the no-photo fallback. */
.kp3l6as-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.kp3l6as-hero-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, color-mix(in srgb, var(--secondary) 45%, transparent) 0%, color-mix(in srgb, var(--primary) 45%, transparent) 100%); }
.kp3l6as-hero-scrim--page { background: linear-gradient(135deg, color-mix(in srgb, var(--secondary) 52%, transparent) 0%, color-mix(in srgb, var(--primary) 52%, transparent) 100%); }
.site-hero h1 { font-weight: 800; font-size: clamp(2rem, 5vw, 3.2rem); color: #fff; margin-bottom: 16px; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.hero-sub { color: rgba(255,255,255,.92); font-size: 1.1rem; margin-bottom: 32px; max-width: 620px; margin-left: auto; margin-right: auto; text-shadow: 0 1px 10px rgba(0,0,0,.35); }
.hero-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; padding: 16px 32px; border-radius: 10px; font-weight: 800; font-size: 1.05rem; transition: opacity .2s, transform .1s; }
.btn-primary:hover { opacity: .9; color: #fff; transform: translateY(-1px); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 1rem; transition: all .2s; }
.btn-secondary:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.hero-stats { display: flex; justify-content: center; align-items: center; gap: 0; flex-wrap: wrap; margin-bottom: 28px; }
.hero-stat { text-align: center; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-stat:last-child { border-right: none; }
.hero-stat-num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.9rem; color: #fff; line-height: 1; }
.hero-stat-label { font-size: .75rem; color: rgba(255,255,255,.65); text-transform: uppercase; letter-spacing: .08em; margin-top: 4px; }
.hero-badges { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hero-badge { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.9); padding: 5px 14px; border-radius: 20px; font-size: .78rem; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; }
.hero-badge::before { content: '✓'; color: var(--accent); font-weight: 900; }

/* ── Services ── */
.services-section { padding: 72px 0; background: #fff; }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.2rem); margin-bottom: 12px; }
.section-header p { color: var(--text-muted); font-size: 1.05rem; max-width: 560px; margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.service-card { background: var(--bg-light); border-radius: var(--radius); padding: 28px; transition: transform .2s, box-shadow .2s; text-decoration: none; color: inherit; display: block; border: 2px solid transparent; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--primary-light); }
.service-icon { width: 52px; height: 52px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--primary); }
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; color: var(--text-dark); }
.service-card p { color: var(--text-muted); font-size: .9rem; line-height: 1.6; margin-bottom: 14px; }
.service-link { color: var(--primary); font-weight: 600; font-size: .88rem; display: inline-flex; align-items: center; gap: 4px; }
.service-link::after { content: '→'; transition: transform .2s; }
.service-card:hover .service-link::after { transform: translateX(4px); }

/* ── How It Works ── */
.how-section { padding: 72px 0; background: var(--bg-light); }
.how-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; margin-top: 48px; }
.how-step { position: relative; }
.how-step-num { width: 52px; height: 52px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.4rem; color: #fff; margin-bottom: 20px; }
.how-step h3 { font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; }
.how-step p { color: var(--text-muted); font-size: .95rem; line-height: 1.65; }

/* ── About Mini ── */
.about-mini { padding: 80px 0; background: var(--secondary); color: #fff; }
.about-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-mini h2 { font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 16px; }
.about-mini > .container > .about-mini-grid > div > p { color: rgba(255,255,255,.8); font-size: 1.02rem; line-height: 1.75; margin-bottom: 28px; }
.about-checks { list-style: none; margin-bottom: 32px; }
.about-checks li { color: rgba(255,255,255,.9); padding: 7px 0; font-size: .97rem; display: flex; align-items: center; gap: 10px; }
.about-checks li::before { content: '✓'; color: var(--accent); font-weight: 900; font-size: 1.1rem; flex-shrink: 0; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.about-stat-box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 24px 20px; text-align: center; }
.about-stat-num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2.2rem; color: var(--accent); line-height: 1; margin-bottom: 6px; }
.about-stat-label { font-size: .78rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .06em; }
.owner-card { display: flex; flex-direction: column; align-items: center; gap: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 32px 24px; margin-top: 28px; text-align: center; }
.owner-photo { width: 220px; height: 220px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 5px solid var(--accent); box-shadow: 0 8px 32px rgba(0,0,0,.35), 0 0 0 2px rgba(255,255,255,.1); }
.owner-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.15rem; color: #fff; }
.owner-title { font-size: .88rem; color: rgba(255,255,255,.65); margin-top: 4px; letter-spacing: .02em; }

/* ── About Page Owner Hero ── */
.about-owner-hero { background: linear-gradient(135deg, var(--secondary), color-mix(in srgb, var(--primary) 60%, var(--secondary))); padding: 60px 0; }
.about-owner-grid { display: grid; grid-template-columns: 340px 1fr; gap: 56px; align-items: center; max-width: 1000px; margin: 0 auto; }
.about-owner-photo { width: 280px; height: 280px; border-radius: 50%; object-fit: cover; border: 6px solid var(--accent); box-shadow: 0 16px 48px rgba(0,0,0,.4), 0 0 0 3px rgba(255,255,255,.1); display: block; }
.about-owner-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2rem; color: #fff; margin-bottom: 6px; }
.about-owner-title { font-size: 1rem; color: rgba(255,255,255,.7); margin-bottom: 20px; letter-spacing: .04em; }
.about-owner-tagline { font-size: 1.1rem; color: rgba(255,255,255,.9); line-height: 1.7; font-style: italic; border-left: 4px solid var(--accent); padding-left: 18px; }
.about-owner-years { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 24px; padding: 8px 18px; font-size: .9rem; color: rgba(255,255,255,.85); font-weight: 600; margin-top: 20px; }

/* ── Brands ── */
.brands-section { padding: 56px 0; background: #fff; border-top: 1px solid var(--border); }
.brands-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }
.brand-chip { background: var(--bg-light); border: 2px solid var(--border); border-radius: 12px; padding: 14px 20px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .92rem; color: var(--text-dark); transition: border-color .2s, transform .15s, box-shadow .15s; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; min-width: 140px; }
.brand-chip:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.brand-initial { width: 38px; height: 38px; background: var(--primary); color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; flex-shrink: 0; }
.brand-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .9rem; color: var(--text-dark); }

/* ── Why Choose Us ── */
.why-section { padding: 72px 0; background: var(--bg-light); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.why-card { background: #fff; border-radius: var(--radius); padding: 32px 24px; text-align: center; box-shadow: var(--shadow-sm); }
.why-icon { width: 56px; height: 56px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--primary); }
.why-icon svg { width: 26px; height: 26px; }
.why-card h3 { font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.why-card p { color: var(--text-muted); font-size: .9rem; line-height: 1.6; }

/* ── Reviews ── */
.reviews-section { padding: 72px 0; background: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.review-card { background: var(--bg-light); border-radius: var(--radius); padding: 28px; border: 1px solid var(--border); }
.review-stars { color: #f59e0b; font-size: 1.15rem; letter-spacing: 2px; margin-bottom: 14px; }
.review-text { color: #374151; font-size: .95rem; line-height: 1.75; margin-bottom: 18px; font-style: italic; }
.review-head { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex: 0 0 48px; background: var(--bg-light); }
.review-avatar-mono { display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; background: var(--primary); }
.review-meta { display: flex; flex-direction: column; }
.review-author { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .9rem; }
.review-location { color: var(--text-muted); font-size: .85rem; }

/* ── FAQ ── */
.faq-section { padding: 72px 0; background: var(--bg-light); }
.faq-list { max-width: 800px; margin: 48px auto 0; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-btn { width: 100%; background: none; border: none; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: .97rem; color: var(--text-dark); text-align: left; gap: 12px; transition: background .15s; }
.faq-btn:hover { background: var(--bg-light); }
.faq-icon { font-size: 1.5rem; color: var(--primary); flex-shrink: 0; margin-left: auto; transition: transform .25s; font-weight: 300; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-body { padding: 0 24px 20px; color: #555; font-size: .95rem; line-height: 1.75; }

/* ── Blog Previews ── */
.blog-preview-section { padding: 72px 0; background: #fff; }
.blog-preview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.blog-preview-card { background: var(--bg-light); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: box-shadow .2s; }
.blog-preview-card:hover { box-shadow: var(--shadow-md); }
.blog-preview-body { padding: 24px; }
.blog-preview-date { font-size: .78rem; color: var(--text-muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .05em; }
.blog-preview-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; line-height: 1.4; margin-bottom: 10px; }
.blog-preview-title a { color: var(--text-dark); }
.blog-preview-title a:hover { color: var(--primary); }
.blog-preview-excerpt { color: var(--text-muted); font-size: .88rem; line-height: 1.65; margin-bottom: 16px; }
.read-more { color: var(--primary); font-weight: 600; font-size: .88rem; }

/* ── Homepage Gallery ── */
.gallery-section { padding: 72px 0; background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.gallery-item { position: relative; display: block; background: var(--bg-light); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); cursor: zoom-in; transition: transform .25s ease, box-shadow .25s ease; aspect-ratio: 4 / 3; }
.gallery-item:hover, .gallery-item:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow-md); outline: none; }
.gallery-item:focus-visible { box-shadow: 0 0 0 3px var(--primary); }
.gallery-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.03); }
.gallery-tag { position: absolute; top: 12px; left: 12px; background: var(--primary); color: #fff; padding: 4px 10px; border-radius: 6px; font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; box-shadow: 0 2px 6px rgba(0,0,0,.25); z-index: 1; }
.gallery-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 14px 12px; background: linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.45) 60%, transparent 100%); color: #fff; font-size: .82rem; line-height: 1.45; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover .gallery-caption, .gallery-item:focus-visible .gallery-caption { opacity: 1; transform: translateY(0); }

/* Lightbox */
.kp3l6as-lightbox { position: fixed; inset: 0; background: rgba(8,10,16,.94); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 24px; backdrop-filter: blur(6px); }
.kp3l6as-lightbox.open { display: flex; animation: sfLightboxFade .18s ease-out; }
@keyframes sfLightboxFade { from { opacity: 0; } to { opacity: 1; } }
.kp3l6as-lightbox-img { max-width: min(96vw, 1200px); max-height: 88vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.6); object-fit: contain; background: #000; }
.kp3l6as-lightbox-caption { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); color: rgba(255,255,255,.86); font-size: .9rem; max-width: 80vw; text-align: center; padding: 8px 16px; background: rgba(0,0,0,.55); border-radius: 8px; backdrop-filter: blur(4px); }
.kp3l6as-lightbox-nav, .kp3l6as-lightbox-close { position: absolute; background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s, transform .15s; font-size: 1.4rem; line-height: 1; padding: 0; }
.kp3l6as-lightbox-nav:hover, .kp3l6as-lightbox-close:hover { background: rgba(255,255,255,.22); transform: scale(1.06); }
.kp3l6as-lightbox-nav:focus-visible, .kp3l6as-lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.kp3l6as-lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.kp3l6as-lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }
.kp3l6as-lightbox-prev:hover, .kp3l6as-lightbox-next:hover { transform: translateY(-50%) scale(1.06); }
.kp3l6as-lightbox-close { top: 20px; right: 20px; }
.kp3l6as-lightbox-counter { position: absolute; top: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-size: .82rem; font-family: 'Montserrat', sans-serif; letter-spacing: .05em; }

/* ── CTA Band ── */
.cta-band { background: linear-gradient(135deg, var(--secondary) 0%, var(--primary-dark) 100%); padding: 64px 0; text-align: center; }
.cta-band h2 { font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ── Page Templates ── */
.page-featured-img { width: 100%; max-height: 450px; object-fit: cover; border-radius: 10px; margin-bottom: 2em; display: block; }
.page-hero-section { background: linear-gradient(135deg, var(--secondary), var(--primary)); padding: 64px 0; text-align: center; }
.page-hero-section h1 { font-weight: 800; font-size: clamp(1.8rem, 4vw, 3rem); color: #fff; margin-bottom: 12px; }
.page-hero-line { width: 60px; height: 4px; background: var(--accent); margin: 16px auto 0; border-radius: 2px; }
.brand-hero-logo-wrap { display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 16px; padding: 14px 24px; margin-bottom: 24px; box-shadow: 0 4px 24px rgba(0,0,0,.25); }
.brand-hero-logo { max-height: 64px; max-width: 200px; width: auto; object-fit: contain; display: block; }
.brand-hero-initial { display: inline-flex; align-items: center; justify-content: center; width: 80px; height: 80px; border-radius: 16px; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.3); font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 2rem; color: #fff; margin-bottom: 20px; }
.page-breadcrumb { background: var(--bg-light); padding: 10px 0; font-size: .85rem; color: var(--text-muted); }
.page-breadcrumb a { color: var(--primary); }
.page-content-wrapper { background: #fff; padding: 52px 0 64px; }

/* ── Rich Page Content Typography ── */
.page-content { font-size: 18px; line-height: 1.78; color: #2c2c36; }
/* Editorial reading measure — cap prose line length for comfortable reading
   while letting full-width components (card grids, CTA strips, images, maps,
   signal lists, steppers) span the container. Scoped to DIRECT prose children
   of .page-content / .kp3l6as-band so component internals are never squeezed. */
.page-content > p, .page-content > h2, .page-content > h3, .page-content > h4,
.page-content > ul, .page-content > ol, .page-content > blockquote,
.page-content > .kp3l6as-band > p, .page-content > .kp3l6as-band > h2, .page-content > .kp3l6as-band > h3,
.page-content > .kp3l6as-band > h4, .page-content > .kp3l6as-band > ul:not(.kp3l6as-signal-list),
.page-content > .kp3l6as-band > ol:not(.kp3l6as-steps), .page-content > .kp3l6as-band > blockquote {
  max-width: 70ch; margin-left: auto; margin-right: auto;
}
.page-content h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--text-dark); letter-spacing: -.01em; margin-top: 54px; margin-bottom: 18px; }
.page-content h2::after { content: ''; display: block; width: 46px; height: 3px; background: var(--accent); margin-top: 14px; border-radius: 2px; }
.page-content h2:first-child { margin-top: 0; }
.page-content h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.22rem; color: var(--text-dark); margin-top: 34px; margin-bottom: 10px; }
.page-content h4 { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1.05rem; color: var(--text-dark); margin-top: 22px; margin-bottom: 8px; }
.page-content p { margin-bottom: 22px; }
.page-content ul:not(.kp3l6as-signal-list), .page-content ol:not(.kp3l6as-steps) { margin-top: 16px; margin-bottom: 24px; padding-left: 26px; }
.page-content li { margin-bottom: 11px; line-height: 1.72; padding-left: 4px; }
.page-content ul:not(.kp3l6as-signal-list) li::marker { color: var(--accent); }
.page-content strong { color: var(--text-dark); font-weight: 700; }
.page-content a { color: var(--primary); font-weight: 600; text-underline-offset: 3px; }
.page-content a:hover { text-decoration: underline; }
.page-content em { font-style: italic; color: var(--text-muted); }
.page-content blockquote { border-left: 4px solid var(--accent); background: var(--bg-light); padding: 16px 22px; border-radius: 0 10px 10px 0; font-size: 1.12rem; font-style: italic; color: var(--text-dark); }
.page-content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .95rem; }
.page-content table th, .page-content table td { border: 1px solid var(--border); padding: 11px 14px; text-align: left; }
.page-content table th { background: var(--bg-light); font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--text-dark); }
.page-content table tr:nth-child(even) td { background: var(--bg-light); }

/* ── Scannable content components (content-layout.ts) ── */
/* Section bands — give each <h2> section visual rhythm; even sections sit on a panel. */
.page-content .kp3l6as-band { padding: 6px 0; }
.page-content .kp3l6as-band:nth-of-type(even) { background: var(--bg-light); border-radius: 16px; padding: 20px 26px; margin: 16px 0; }
.page-content .kp3l6as-band > h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }

/* Lead paragraph + inline tap-to-call */
.kp3l6as-lead { font-size: 1.18rem; line-height: 1.7; font-weight: 500; color: var(--text-dark); margin-bottom: 6px; }
.kp3l6as-lead-cta { margin: 14px 0 6px; }
.kp3l6as-inline-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff !important; padding: 12px 22px; border-radius: 10px; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1rem; transition: opacity .2s, transform .1s; }
.kp3l6as-inline-cta:hover { opacity: .92; transform: translateY(-1px); text-decoration: none !important; }
.kp3l6as-inline-cta svg { width: 16px; height: 16px; }

/* Feature card grid (what's included / services) */
.kp3l6as-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 20px; margin: 22px 0 8px; }
.kp3l6as-feature-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.kp3l6as-feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.kp3l6as-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 11px; background: var(--primary-light); color: var(--primary); margin-bottom: 14px; }
.kp3l6as-feature-icon svg { width: 24px; height: 24px; }
.kp3l6as-feature-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--text-dark); margin: 0 0 8px; }
.kp3l6as-feature-card p { font-size: .97rem; line-height: 1.7; color: #444; margin-bottom: 10px; }
.kp3l6as-feature-card p:last-child { margin-bottom: 0; }

/* Signal / warning list (signs you need … / common problems) */
.kp3l6as-signal-list { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 12px; }
.kp3l6as-signal-list li { position: relative; background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 10px; padding: 14px 16px 14px 48px; margin: 0; line-height: 1.65; }
.kp3l6as-signal-list li::before { content: '!'; position: absolute; left: 14px; top: 13px; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: .8rem; display: flex; align-items: center; justify-content: center; }
.kp3l6as-signal-list li strong { color: var(--text-dark); }

/* Numbered stepper (our process) */
.kp3l6as-steps { list-style: none; margin: 24px 0; padding: 0; }
.kp3l6as-step { position: relative; display: flex; gap: 18px; padding-bottom: 26px; margin: 0; }
.kp3l6as-step:last-child { padding-bottom: 0; }
.kp3l6as-step:not(:last-child)::after { content: ''; position: absolute; left: 18px; top: 40px; bottom: 4px; width: 2px; background: var(--primary-light); }
.kp3l6as-step-num { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--primary); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.05rem; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.kp3l6as-step-body { padding-top: 6px; }
.kp3l6as-step-body p { margin: 0 0 8px; }
.kp3l6as-step-body p:last-child { margin-bottom: 0; }

/* Pricing callout */
.kp3l6as-price-callout { background: var(--primary-light); border-left: 5px solid var(--primary); border-radius: 12px; padding: 22px 26px; margin: 20px 0; }
.kp3l6as-price-callout p { margin-bottom: 12px; }
.kp3l6as-price-callout p:last-child { margin-bottom: 0; }
.kp3l6as-price-callout strong { color: var(--primary-dark); }

/* Mid-page CTA strip */
.kp3l6as-cta-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: linear-gradient(135deg, var(--secondary), var(--primary)); border-radius: var(--radius); padding: 24px 28px; margin: 28px 0; }
.kp3l6as-cta-strip-text { display: flex; flex-direction: column; gap: 4px; }
.kp3l6as-cta-strip-text strong { color: #fff; font-family: 'Montserrat', sans-serif; font-size: 1.2rem; font-weight: 800; }
.kp3l6as-cta-strip-text span { color: rgba(255,255,255,.82); font-size: .96rem; }
.kp3l6as-cta-strip-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff !important; padding: 13px 24px; border-radius: 10px; font-family: 'Montserrat', sans-serif; font-weight: 800; white-space: nowrap; transition: opacity .2s, transform .1s; }
.kp3l6as-cta-strip-btn:hover { opacity: .92; transform: translateY(-1px); text-decoration: none !important; }
.kp3l6as-cta-strip-btn svg { width: 16px; height: 16px; }

/* ── City-Service Page ── */
.city-cta-box { background: var(--secondary); border-radius: var(--radius); padding: 24px; margin-bottom: 20px; color: #fff; }
.city-cta-box h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; }
.city-cta-box p { color: rgba(255,255,255,.75); font-size: .9rem; margin-bottom: 16px; }
.city-cta-box .btn-primary { width: 100%; justify-content: center; margin-bottom: 10px; }
.city-nearby-cities { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; }
.city-nearby-cities h4 { font-family: 'Montserrat', sans-serif; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); margin-bottom: 12px; }
.city-nearby-cities a { display: flex; align-items: center; gap: 6px; color: var(--primary); font-size: .88rem; padding: 7px 0; border-bottom: 1px solid var(--border); font-weight: 500; }
.city-nearby-cities a:last-child { border-bottom: none; }
.city-nearby-cities a::before { content: '→'; font-size: .75rem; color: var(--accent); }

/* ── Service-Area Link Cloud (only rendered on sites with ≤20 cities) ── */
.kp3l6as-sal-section { background: #f1f5f9; border-top: 1px solid var(--border); padding: 40px 0; }
.kp3l6as-sal-heading { text-align: center; font-size: .78rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 20px; }
.kp3l6as-sal-cloud { display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: center; max-width: 1000px; margin: 0 auto; }
.kp3l6as-sal-cloud a { font-size: .82rem; color: var(--primary); text-decoration: none; white-space: nowrap; line-height: 1.8; }
.kp3l6as-sal-cloud a:hover { text-decoration: underline; }

/* ── Footer ── */
.site-footer { background: #0d0d1a; color: rgba(255,255,255,.7); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 36px; margin-bottom: 36px; }
.footer-col h5 { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-bottom: 16px; font-size: .9rem; text-transform: uppercase; letter-spacing: .07em; }
.footer-col p { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.55); }
.footer-col a { display: block; color: rgba(255,255,255,.55); font-size: .9rem; margin-bottom: 9px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-phone { display: inline-block; margin-top: 14px; background: var(--accent); color: #fff; padding: 10px 22px; border-radius: 8px; font-weight: 700; font-size: .95rem; }
.footer-phone:hover { color: #fff; opacity: .9; }
/* #37 display: real business hours in the footer contact column. */
.footer-hours { margin: 4px 0 16px; }
.footer-hours-row { display: flex; justify-content: space-between; gap: 14px; font-size: .85rem; line-height: 1.7; color: rgba(255,255,255,.55); }
.footer-hours-row dt { font-weight: 600; color: rgba(255,255,255,.72); }
.footer-hours-row dd { margin: 0; text-align: right; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; text-align: center; font-size: .83rem; color: rgba(255,255,255,.35); }

/* ── Mega Brand family strip (MEGA_CHILD only; gated so non-mega CSS is unchanged) ── */
.kp3l6as-family-strip { margin: 4px 0 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.kp3l6as-family-lead { font-size: .85rem; color: rgba(255,255,255,.55); line-height: 1.6; margin: 0; }
.kp3l6as-family-lead strong { color: rgba(255,255,255,.82); font-weight: 600; }
.kp3l6as-family-lead a { color: var(--accent); font-weight: 600; }
.kp3l6as-family-lead a:hover { text-decoration: underline; }
.kp3l6as-family-links { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 16px; margin: 10px 0 0; padding: 0; }
.kp3l6as-family-links a { color: rgba(255,255,255,.5); font-size: .82rem; }
.kp3l6as-family-links a:hover { color: #fff; }

/* ── City page layout ── */
.city-page-grid { display: grid; grid-template-columns: 1fr 300px; gap: 32px; }
.city-sidebar { position: sticky; top: 90px; align-self: start; }

/* ── Conversion chrome on city/service pages ── */
.kp3l6as-hero-conv { margin-top: 16px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.kp3l6as-hero-subhead { font-size: 1.05rem; opacity: .95; margin: 10px 0 0; max-width: 660px; line-height: 1.5; }
.kp3l6as-hero-bullets { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 6px 20px; }
.kp3l6as-hero-bullets li { position: relative; padding-left: 22px; font-weight: 600; }
.kp3l6as-hero-bullets li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.kp3l6as-cap-section { background: var(--bg-light, #f6f8fa); padding: 30px 0; }
.kp3l6as-cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.kp3l6as-cap-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 12px 8px; min-height: 48px; }
.kp3l6as-cap-icon { color: var(--accent); display: flex; align-items: center; justify-content: center; }
.kp3l6as-cap-label { font-weight: 700; font-size: .98rem; line-height: 1.25; max-width: 16ch; }
@media (max-width: 640px) { .kp3l6as-cap-grid { grid-template-columns: repeat(2, 1fr); } }
.kp3l6as-guarantee { padding: 48px 0; background: var(--secondary); color: #fff; text-align: center; }
.kp3l6as-guarantee h2 { color: #fff; margin-bottom: 24px; }
.kp3l6as-guarantee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 28px; }
.kp3l6as-guarantee-item { background: rgba(255,255,255,.08); border-radius: 10px; padding: 18px 14px; display: flex; flex-direction: column; gap: 6px; }
.kp3l6as-guarantee-item strong { font-size: 1.02rem; }
.kp3l6as-guarantee-item span { opacity: .9; font-size: .92rem; line-height: 1.4; }
.kp3l6as-guarantee-cta { display: inline-flex; }
@media (max-width: 760px) { .kp3l6as-guarantee-grid { grid-template-columns: repeat(2, 1fr); } }
.kp3l6as-meet-owner { padding: 48px 0; }
.kp3l6as-meet-owner .container { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.kp3l6as-owner-photo { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: 0 4px 16px rgba(0,0,0,.15); }
.kp3l6as-owner-text { flex: 1; min-width: 260px; }
.kp3l6as-owner-text h2 { margin-bottom: 10px; }
.kp3l6as-owner-text p { margin-bottom: 16px; max-width: 60ch; }
.kp3l6as-stars { display: flex; align-items: center; gap: 8px; }
.kp3l6as-stars-fill { color: #ffb400; letter-spacing: 1px; font-size: 1.05rem; }
.kp3l6as-stars-meta { color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 600; }
.kp3l6as-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.kp3l6as-hero-badge { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; padding: 4px 10px; font-size: .82rem; font-weight: 600; }
.kp3l6as-hero-call { margin-top: 4px; }
.kp3l6as-trustbar { background: var(--bg-light); border-bottom: 1px solid var(--border); }
.kp3l6as-trustbar .container { display: flex; flex-wrap: wrap; gap: 22px; padding: 12px 0; font-size: .85rem; font-weight: 600; color: var(--text-dark); }
.kp3l6as-mid-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 40px 0; padding: 22px 26px; background: var(--bg-light); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--radius); }
.kp3l6as-mid-cta strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.05rem; }
.kp3l6as-mid-cta span { color: var(--text-muted); font-size: .9rem; }
/* #14 — "What happens when you call" reassurance block (near the primary CTA). */
.kp3l6as-reassure { margin: 40px 0; padding: 26px 28px; background: var(--primary-light); border: 1px solid var(--border); border-radius: var(--radius); }
.kp3l6as-reassure h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.12rem; margin-bottom: 16px; }
.kp3l6as-reassure-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; }
.kp3l6as-reassure-steps li { display: flex; gap: 12px; align-items: flex-start; }
.kp3l6as-reassure-n { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 800; font-size: .85rem; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.kp3l6as-reassure-steps strong { display: block; font-size: .96rem; color: var(--text-dark); line-height: 1.35; }
.kp3l6as-reassure-steps span { display: block; color: var(--text-muted); font-size: .86rem; line-height: 1.5; margin-top: 2px; }
@media (max-width: 600px) { .kp3l6as-reassure-steps { grid-template-columns: 1fr; } }
/* #15 — "Recent {service} jobs in {city}" proof strip (captioned AI work photos). */
.kp3l6as-recent-jobs { margin: 44px 0; }
.kp3l6as-recent-jobs h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.35rem; margin-bottom: 6px; }
.kp3l6as-recent-jobs-sub { color: var(--text-muted); font-size: .92rem; margin-bottom: 18px; }
.kp3l6as-recent-jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.kp3l6as-recent-job { margin: 0; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; background: var(--white); }
.kp3l6as-recent-job img { width: 100%; height: 168px; object-fit: cover; display: block; }
.kp3l6as-recent-job figcaption { padding: 10px 12px; font-size: .82rem; font-weight: 600; color: var(--text-dark); line-height: 1.4; }
.kp3l6as-contact-band { background: var(--bg-light); border-top: 1px solid var(--border); padding: 32px 0; }
.kp3l6as-contact-band .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.kp3l6as-contact-band strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.15rem; }
.kp3l6as-contact-band span { color: var(--text-muted); font-size: .92rem; }
.kp3l6as-gallery-section { margin: 44px 0; }
.kp3l6as-gallery-section h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.35rem; margin-bottom: 18px; }
.kp3l6as-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.kp3l6as-gallery img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; border: 1px solid var(--border); }
.kp3l6as-reviews-block { margin: 44px 0; }
.kp3l6as-reviews-block h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.35rem; margin-bottom: 12px; }
.kp3l6as-reviews-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.kp3l6as-reviews-rating strong { font-size: 1.2rem; }
.kp3l6as-reviews-rating span { color: var(--text-muted); font-size: .9rem; }
.kp3l6as-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.kp3l6as-review-card { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }
.kp3l6as-review-card p { font-style: italic; color: var(--text-dark); margin-bottom: 10px; font-size: .92rem; }
.kp3l6as-review-card span { color: var(--text-muted); font-size: .82rem; font-weight: 600; }
.kp3l6as-stickybar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1100; display: none; gap: 0; box-shadow: 0 -2px 12px rgba(0,0,0,.15); }
.kp3l6as-stickybar a { flex: 1; text-align: center; padding: 15px 8px; font-weight: 700; font-size: .95rem; }
.kp3l6as-stickybar-call { background: #16a34a; color: #fff; flex: 1.7; } /* calls are the goal → green, dominant */
.kp3l6as-fab { position: fixed; bottom: 78px; right: 16px; z-index: 1100; width: 54px; height: 54px; border-radius: 50%; background: var(--accent); color: #fff; display: none; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.3); }
@media (max-width: 768px) {
  .kp3l6as-stickybar { display: flex; }
  /* No .kp3l6as-fab on mobile — the sticky Call bar already carries the call CTA,
     and the corner is reserved for the chat bubble (raised above the bar). */
  body { padding-bottom: 56px; }
}
@media (min-width: 769px) {
  .kp3l6as-fab { display: flex; }
}

/* ── Contact Page ── */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; margin: 52px 0 64px; }
/* ── Contact Form ── */
.kp3l6as-contact-form { background: #fff; border-radius: 16px; padding: 36px; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.kp3l6as-cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.kp3l6as-cf-field { display: flex; flex-direction: column; margin-bottom: 16px; }
.kp3l6as-cf-field label { font-weight: 600; font-size: .88rem; color: var(--text-dark); margin-bottom: 6px; letter-spacing: .01em; }
.kp3l6as-cf-req { color: var(--accent); }
.kp3l6as-cf-field input, .kp3l6as-cf-field select, .kp3l6as-cf-field textarea { border: 2px solid var(--border); border-radius: 8px; padding: 11px 14px; font-size: .97rem; font-family: inherit; color: var(--text-dark); background: var(--bg-light); transition: border-color .2s, background .2s; outline: none; width: 100%; box-sizing: border-box; }
.kp3l6as-cf-field input:focus, .kp3l6as-cf-field select:focus, .kp3l6as-cf-field textarea:focus { border-color: var(--primary); background: #fff; }
.kp3l6as-cf-field textarea { resize: vertical; min-height: 100px; }
.kp3l6as-cf-success { text-align: center; padding: 48px 24px; }
.kp3l6as-cf-success h3 { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 700; margin: 12px 0 8px; }
.kp3l6as-cf-success p { color: var(--text-muted); }
.kp3l6as-cf-text-row { text-align: center; margin-top: 14px; font-size: .92rem; color: var(--text-muted); }
.kp3l6as-cf-text-btn { display: inline-flex; align-items: center; margin-left: 8px; background: #0284c7; color: #fff; padding: 8px 18px; border-radius: 8px; font-weight: 700; }
.kp3l6as-cf-text-btn:hover { opacity: .9; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .about-mini-grid { grid-template-columns: 1fr; gap: 40px; }
  .city-page-grid { grid-template-columns: 1fr !important; }
  .city-sidebar { position: static !important; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .about-owner-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .about-owner-photo { margin: 0 auto; width: 220px; height: 220px; }
  .about-owner-tagline { border-left: none; border-top: 4px solid var(--accent); padding-left: 0; padding-top: 16px; }
}

/* ── Sticky mobile call/quote bar (all pages) ── */
.kp3l6as-mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1200; background: var(--secondary); box-shadow: 0 -2px 12px rgba(0,0,0,.28); padding: 8px; gap: 8px; }
.kp3l6as-mobile-cta a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 8px; border-radius: 9px; font-weight: 800; font-size: .95rem; transition: opacity .2s; }
.kp3l6as-mobile-cta a:hover { opacity: .92; }
.kp3l6as-mcta-call { background: #16a34a; color: #fff; }
.kp3l6as-mcta-call svg { width: 16px; height: 16px; }

@media (max-width: 768px) {
  .kp3l6as-mobile-cta { display: flex; }
  body.kp3l6as-has-mcta { padding-bottom: 70px; }
  /* Header — logo truncates, phone hides, hamburger appears */
  .header-inner { flex-wrap: nowrap; height: auto; padding: 12px 16px; gap: 8px; }
  .site-logo { gap: 9px; flex: 1; min-width: 0; }
  .site-logo-icon { height: 38px; width: 38px; border-radius: 9px; }
  .site-logo-text { overflow: hidden; }
  .site-logo-name { font-size: .95rem; overflow: hidden; text-overflow: ellipsis; }
  .site-logo-tagline { display: none; }
  .header-phone { display: none; }
  /* Mobile = call-first: drop the header "Get Free Estimate"/"Schedule" pill so the
     sticky header is just logo + menu. The estimate CTA lives in the bottom sticky bar.
     !important because each template's own .vd-cta-pill { display:inline-flex } rule is
     concatenated AFTER this one (equal specificity, later wins) and would re-show it. */
  .vd-cta-pill, .iron-cta-pill, .apex-cta-pill { display: none !important; }
  .kp3l6as-nav-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; flex-shrink: 0; }
  .header-nav { display: none; width: 100%; order: 3; }
  body.nav-open .header-nav { display: block; }
  body.nav-open .header-inner { flex-wrap: wrap; }
  .header-nav ul { flex-direction: column; gap: 0; padding: 8px 0 4px; }
  .header-nav a { padding: 13px 4px; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,.08); display: block; font-size: .95rem; }
  /* Hero */
  .site-hero { padding: 52px 0 40px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .btn-primary, .btn-secondary { width: 100%; max-width: 320px; justify-content: center; }
  .hero-stats { gap: 0; }
  .hero-stat { padding: 0 10px; }
  .hero-stat-num { font-size: 1.3rem; }
  .hero-stat-label { font-size: .62rem; }
  .hero-badges { gap: 6px; }
  .hero-badge { font-size: .72rem; padding: 4px 10px; }
  /* Sections */
  .about-mini { padding: 52px 0; }
  .about-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .about-stat-box { padding: 16px 12px; }
  .about-stat-num { font-size: 1.7rem; }
  .owner-card { flex-direction: column; text-align: center; padding: 16px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-section { padding: 52px 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
  .gallery-tag { font-size: .62rem; padding: 3px 8px; }
  .kp3l6as-lightbox-prev, .kp3l6as-lightbox-next { width: 40px; height: 40px; }
  .kp3l6as-lightbox-prev { left: 10px; }
  .kp3l6as-lightbox-next { right: 10px; }
  .how-steps { gap: 20px; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .why-card { padding: 20px 16px; }
  .faq-btn { font-size: .9rem; padding: 16px 18px; }
  /* Content components */
  .page-content .kp3l6as-band:nth-of-type(even) { padding: 16px; margin: 12px 0; }
  .kp3l6as-feature-card { padding: 20px; }
  .kp3l6as-price-callout, .kp3l6as-cta-strip { padding: 20px; }
  .kp3l6as-cta-strip { flex-direction: column; align-items: stretch; }
  .kp3l6as-cta-strip-btn { width: 100%; justify-content: center; }
  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .cta-band { padding: 44px 0; }
  .kp3l6as-cf-row { grid-template-columns: 1fr; }
  .kp3l6as-contact-form { padding: 24px 16px; }
  .contact-layout { grid-template-columns: 1fr; gap: 32px; margin: 32px 0 48px; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
}

/* ── Partner badge (renders only when SF_PARTNER is set) ── */
.lux-partner-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--accent); color: var(--accent); padding: 8px 18px; font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; }

/* ══ Tier-1 national-hub design system (mega-home only) ═══════════════════════
   Neutral chassis + one CTA color + one job for the second color. Loads after the
   base sheet, so it deliberately re-skins base chrome — safe because only
   MEGA_HOME sites ever receive this block. Archetype: recurring. Second color job: band. */

:root {
  --mg-surface: #f9fafb;
  --mg-card: #ffffff;
  --mg-ink: #111928;
  --mg-muted: #6b7280;
  --mg-line: #e5e7eb;
  --mg-cta: var(--primary, #1d4ed8);
  --mg-second: var(--accent, #6b7280);
  --mg-tint: color-mix(in srgb, var(--primary, #1d4ed8) 6%, #fff);
  --mg-tint-line: color-mix(in srgb, var(--primary, #1d4ed8) 16%, #fff);
  --mg-display-w: 700;
  --mg-track: -.005em;
  --mg-shadow-sm: 0 1px 3px rgba(17,25,40,.06);
  --mg-shadow-md: 0 8px 26px rgba(17,25,40,.09);
  --mg-shadow-lg: 0 18px 44px rgba(17,25,40,.14);
}
body { background: var(--mg-surface); color: var(--mg-ink); }
body p, body li { line-height: 1.8; }
h1, h2, h3, h4 { color: var(--mg-ink); font-weight: var(--mg-display-w); letter-spacing: var(--mg-track); }
.section-header h2 { font-size: clamp(1.6rem, 3.1vw, 2.35rem); }
.section-header p { color: var(--mg-muted); }
a { color: var(--mg-cta); }
/* Rule 2 — the accent color is NOT a button color; CTAs are always the primary. */
.btn-primary { background: var(--mg-cta); color: #fff; border-radius: 9px; box-shadow: 0 4px 14px color-mix(in srgb, var(--mg-cta) 32%, transparent); }
.btn-primary:hover { opacity: .93; }

/* ══ Interior pages get the SAME design (item 4) ══════════════════════════════
   Everything above the fold was branded and everything past the homepage was the
   fleet default. These rules cover every generated interior template - service
   pages, guides, blog posts, the signature pages, /locations - so a visitor never
   crosses an invisible line between "designed" and "generic". */
.page-content-wrapper { background: #fff; padding: 8px 0 72px; }
.page-hero-section { background: linear-gradient(160deg, var(--mg-ink) 0%, #0b1220 100%); }
/* Interior hero PHOTO (service + city pages): the homepage hero image behind the
   same darkened scrim, so the title band is branded instead of a flat gradient.
   Only present when sf_role_hero_bg() actually emitted an image, so a site with no
   hero yet keeps the gradient above and nothing here applies. */
.page-hero-section.kp3l6as-hero-photo { position: relative; overflow: hidden; }
.page-hero-section .kp3l6as-role-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.page-hero-section .kp3l6as-hero-scrim--page { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(17,25,40,.86) 0%, rgba(17,25,40,.76) 55%, rgba(11,18,32,.92) 100%); }
.page-hero-section.kp3l6as-hero-photo > .container { position: relative; z-index: 2; }
.page-hero-section.kp3l6as-hero-photo h1,
.page-hero-section.kp3l6as-hero-photo .kp3l6as-hero-subhead,
.page-hero-section.kp3l6as-hero-photo .kp3l6as-hero-bullets li { color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,.4); }
.page-content { max-width: 78ch; }
.page-content > h2 { position: relative; font-size: clamp(1.4rem, 2.5vw, 1.85rem); margin: 44px 0 16px; padding-bottom: 12px; }
.page-content > h2::after { content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 3px; background: var(--mg-cta); border-radius: 2px; }
.page-content h3 { font-size: 1.16rem; margin: 28px 0 10px; }
.page-content h4 { font-size: 1.02rem; margin: 22px 0 8px; }
.page-content p, .page-content li { color: #374151; font-size: 1.01rem; line-height: 1.8; }
.page-content ul, .page-content ol { padding-left: 22px; margin: 14px 0 20px; }
.page-content li { margin: 7px 0; }
.page-content ul li::marker { color: var(--mg-cta); }
.page-content a { color: var(--mg-cta); font-weight: 600; }
.page-content a:hover { text-decoration: underline; }
.page-content strong { color: var(--mg-ink); }
.page-content blockquote { margin: 24px 0; border-left: 4px solid var(--mg-cta); background: var(--mg-tint); border-radius: 0 12px 12px 0; padding: 18px 24px; color: var(--mg-ink); font-size: 1.03rem; }
.page-content blockquote p:last-child { margin-bottom: 0; }
.page-content img { border-radius: 14px; box-shadow: var(--mg-shadow-sm); }
.page-content table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 22px 0 28px; font-size: .95rem; border: 1px solid var(--mg-line); border-radius: 14px; overflow: hidden; }
.page-content table th { background: var(--mg-surface); color: var(--mg-ink); font-weight: 800; text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--mg-line); }
.page-content table td { padding: 13px 16px; border-bottom: 1px solid var(--mg-line); color: #374151; }
.page-content table tr:last-child td { border-bottom: 0; }
.page-content hr { border: 0; border-top: 1px solid var(--mg-line); margin: 34px 0; }
/* Content-pipeline fragments that ship inside the_content on interior pages. */
.kp3l6as-feature-card, .kp3l6as-steps, .kp3l6as-callout, .kp3l6as-cost-table, .kp3l6as-checklist { border-radius: 14px; }
.kp3l6as-feature-card { background: var(--mg-card); border: 1px solid var(--mg-line); box-shadow: var(--mg-shadow-sm); }
.kp3l6as-callout { background: var(--mg-tint); border: 1px solid var(--mg-tint-line); padding: 18px 22px; }
/* Interior CTA bands + the global fallback lead form. */
.cta-band, .kp3l6as-global-estimate { background: var(--mg-surface); border-top: 1px solid var(--mg-line); }
.cta-band h2 { color: var(--mg-ink); }
.kp3l6as-contact-form { background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 18px; box-shadow: var(--mg-shadow-sm); }
.kp3l6as-contact-form input, .kp3l6as-contact-form select, .kp3l6as-contact-form textarea { border: 1px solid var(--mg-line); border-radius: 9px; }
.kp3l6as-contact-form input:focus, .kp3l6as-contact-form select:focus, .kp3l6as-contact-form textarea:focus { outline: none; border-color: var(--mg-cta); box-shadow: 0 0 0 3px color-mix(in srgb, var(--mg-cta) 16%, transparent); }
/* Breadcrumbs + pagination + archive cards. */
.kp3l6as-breadcrumbs { color: var(--mg-muted); font-size: .84rem; }
.kp3l6as-breadcrumbs a { color: var(--mg-muted); }
.kp3l6as-breadcrumbs a:hover { color: var(--mg-cta); }
.blog-card, .archive-card, .kp3l6as-post-card { background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 16px; box-shadow: var(--mg-shadow-sm); }
.kp3l6as-sal-section { background: var(--mg-surface); border-top: 1px solid var(--mg-line); }
.kp3l6as-sal-heading { color: var(--mg-ink); font-weight: 800; }
.kp3l6as-sal-cloud a { color: var(--mg-muted); }
.kp3l6as-sal-cloud a:hover { color: var(--mg-cta); }

/* ══ Header lockup + button hierarchy — SHARED by the hub and its branches ════
   A branch wears the parent brand's mark, so the lockup rules have to be identical
   on both roles or the two sites stop looking like one company. */
.site-header { background: #fff; box-shadow: 0 1px 0 var(--mg-line), 0 6px 20px rgba(17,25,40,.05); }
.header-inner { min-height: 82px; }
/* Wordmark sources are wide marks on square canvases with generous margins (the
   same family as the umbrella's -full renders), so a small contain box shows a
   tiny mark. Umbrella-proven treatment: a bigger fixed box + cover, which crops
   the canvas whitespace instead of shrinking the mark. */
.kp3l6as-mgh-wordmark { display: block; height: 64px; width: 230px; max-width: 230px; object-fit: cover; object-position: center; }
.kp3l6as-mgh-lockup { display: flex; align-items: center; gap: 14px; }
.kp3l6as-mgh-lockup .site-logo-icon { width: 48px; height: 48px; }
.site-logo-name { color: var(--mg-ink); letter-spacing: var(--mg-track); }
.site-logo-tagline { color: var(--mg-muted); font-size: .74rem; font-weight: 600; letter-spacing: .01em; }
.kp3l6as-mgh-has-wordmark .site-logo-name { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
/* Branch region label: "[parent wordmark] | California". */
.kp3l6as-mgc-region { display: inline-flex; align-items: center; font-size: 1.05rem; font-weight: 700; color: var(--mg-ink); letter-spacing: -.01em; white-space: nowrap; padding-left: 15px; border-left: 1px solid var(--mg-line); align-self: center; height: 34px; }
.header-nav a { color: var(--mg-ink); font-size: .88rem; }
.header-nav a:hover { color: var(--mg-cta); }
/* Desktop header: phone is PLAIN TEXT, the estimate CTA is the only solid button. */
.header-phone.kp3l6as-mgh-phone { background: none !important; padding: 6px 4px; border-radius: 6px; color: var(--mg-ink) !important; font-weight: 700; font-size: 1rem; white-space: nowrap; box-shadow: none; transition: color .15s, background .15s; }
.header-phone.kp3l6as-mgh-phone:hover, .header-phone.kp3l6as-mgh-phone:focus-visible { color: var(--mg-cta) !important; background: var(--mg-tint) !important; }
.header-phone.kp3l6as-mgh-phone:active { background: var(--mg-tint-line) !important; }
.kp3l6as-mega-book { display: inline-flex; align-items: center; justify-content: center; background: var(--mg-cta); color: #fff !important; padding: 12px 22px; border-radius: 9px; font-weight: 800; font-size: .93rem; flex-shrink: 0; box-shadow: 0 3px 12px color-mix(in srgb, var(--mg-cta) 34%, transparent); transition: transform .1s, opacity .2s; }
.kp3l6as-mega-book:hover { opacity: .93; transform: translateY(-1px); color: #fff !important; }
/* Hero pairing: solid brand CALL + transparent white-outline estimate. */
.site-hero .btn-primary, .kp3l6as-mgh-cta-call { background: var(--mg-cta); color: #fff !important; box-shadow: 0 4px 16px color-mix(in srgb, var(--mg-cta) 36%, transparent); }
.site-hero .btn-primary:hover, .kp3l6as-mgh-cta-call:hover { opacity: .93; color: #fff !important; }
.site-hero .btn-secondary, .kp3l6as-mgh-cta-ghost { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.75); box-shadow: none; }
.site-hero .btn-secondary:hover, .kp3l6as-mgh-cta-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff !important; }
/* Sticky mobile bar: call solid, estimate outlined. */
.kp3l6as-mcta-call { background: var(--mg-cta) !important; color: #fff !important; }
.kp3l6as-mcta-book { background: #fff !important; color: var(--mg-cta) !important; border: 1.5px solid var(--mg-tint-line); }
@media (max-width: 1100px) {
  .kp3l6as-mgh-wordmark { height: 52px; width: 186px; max-width: 186px; }
  .kp3l6as-mgc-region { font-size: .95rem; padding-left: 12px; }
}
@media (max-width: 768px) {
  .header-inner { min-height: 68px; }
  .kp3l6as-mgh-wordmark { height: 46px; width: 164px; max-width: 164px; }
  .kp3l6as-mgc-region { font-size: .88rem; padding-left: 10px; height: 26px; }
  .header-phone.kp3l6as-mgh-phone { display: none; }
  .kp3l6as-mega-book { display: none; }
  /* The base theme paints the hamburger bars #fff (built for dark headers); the
     mega header is WHITE, so the toggle was invisible on mobile. Ink it. */
  .kp3l6as-nav-toggle span { background: var(--mg-ink) !important; }
  /* The utility strip wraps to two lines on narrow screens; Special Offers is
     the drop (user directive) - it stays reachable from the offers strip/page. */
  .kp3l6as-mega-util-offers { display: none; }
}

/* ── Mega Brand national hub (mega-home only) ── */
.kp3l6as-mega-util { background: #0d0d1a; color: rgba(255,255,255,.72); font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.kp3l6as-mega-util-inner { max-width: 1200px; margin: 0 auto; padding: 7px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.kp3l6as-mega-util-links { display: flex; gap: 22px; flex-wrap: wrap; }
.kp3l6as-mega-util-links a { color: rgba(255,255,255,.72); font-weight: 600; letter-spacing: .01em; transition: color .15s; }
.kp3l6as-mega-util-links a:hover { color: #fff; }
.kp3l6as-mega-util-phone { color: #fff !important; font-weight: 700; white-space: nowrap; }
/* The header CTA + sticky-bar buttons are owned by megaChassisCss (shared with
   MEGA_CHILD): solid brand estimate button, plain-text phone, solid call / outlined
   estimate in the sticky bar. Nothing to re-declare here. */

/* Moats trust-bar */
.kp3l6as-mega-moats { background: var(--secondary); padding: 22px 0; }
.kp3l6as-mega-moats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px 26px; }
.kp3l6as-mega-moat { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.92); font-size: .92rem; font-weight: 600; line-height: 1.35; }
.kp3l6as-mega-moat-ic { flex-shrink: 0; width: 32px; height: 32px; border-radius: 8px; background: color-mix(in srgb, var(--accent) 26%, transparent); display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.kp3l6as-mega-moat-ic svg { width: 18px; height: 18px; }

/* Coupons strip */
.kp3l6as-mega-coupons { padding: 64px 0; background: var(--bg-light); }
.kp3l6as-mega-coupons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.kp3l6as-mega-coupon { display: flex; background: #fff; border: 2px dashed var(--accent); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,.06); }
.kp3l6as-mega-coupon-amt { flex-shrink: 0; width: 108px; background: var(--accent); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.55rem; line-height: 1.05; display: flex; align-items: center; justify-content: center; text-align: center; padding: 14px 8px; }
.kp3l6as-mega-coupon-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.kp3l6as-mega-coupon-body h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.12rem; color: var(--text-dark); margin: 0 0 6px; }
.kp3l6as-mega-coupon-body p { font-size: .9rem; color: var(--text-muted); margin: 0 0 12px; line-height: 1.5; }
.kp3l6as-mega-coupon-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px dashed var(--border); padding-top: 10px; }
.kp3l6as-mega-coupon-exp { font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); font-weight: 700; }
.kp3l6as-mega-coupon-cta { font-weight: 800; font-size: .88rem; color: var(--primary); white-space: nowrap; }

/* Find-a-location band */
.kp3l6as-mega-find { padding: 60px 0; background: var(--secondary); color: #fff; }
.kp3l6as-mega-find-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.kp3l6as-mega-find-copy { max-width: 640px; }
.kp3l6as-mega-find-copy h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 12px; color: #fff; }
.kp3l6as-mega-find-copy p { color: rgba(255,255,255,.8); font-size: 1.02rem; line-height: 1.6; margin: 0 0 22px; }
.kp3l6as-mega-find-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.kp3l6as-mega-find-badge svg { width: 132px; height: 132px; color: color-mix(in srgb, var(--accent) 82%, #fff); opacity: .9; }

/* Locations map + list */
.kp3l6as-mega-locations { padding: 64px 0; }
.kp3l6as-mega-map-wrap { position: relative; max-width: 900px; margin: 0 auto 44px; }
.kp3l6as-mega-map { display: block; width: 100%; height: auto; }
.kp3l6as-mega-map-land { fill: color-mix(in srgb, var(--primary) 12%, #eef2f6); stroke: color-mix(in srgb, var(--secondary) 45%, #cbd5e1); stroke-width: 2; }
.kp3l6as-mega-pins { position: absolute; inset: 0; }
.kp3l6as-mega-pin { position: absolute; transform: translate(-50%, -50%); background: var(--accent); color: #fff; border: 2px solid #fff; border-radius: 50%; min-width: 26px; height: 26px; padding: 0 5px; font-weight: 800; font-size: .8rem; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,.3); transition: transform .12s; }
.kp3l6as-mega-pin:hover, .kp3l6as-mega-pin:focus-visible { transform: translate(-50%, -50%) scale(1.18); z-index: 2; outline: none; }
.kp3l6as-mega-pin-n { font-style: normal; font-size: .62rem; background: #fff; color: var(--accent); border-radius: 8px; padding: 0 4px; margin-left: 3px; }
.kp3l6as-mega-loc-list { display: grid; gap: 30px; }
.kp3l6as-mega-loc-state { scroll-margin-top: 90px; border-radius: 12px; transition: background .3s; padding: 4px; }
.kp3l6as-mega-loc-state.kp3l6as-mega-loc-hl { background: color-mix(in srgb, var(--accent) 10%, transparent); }
.kp3l6as-mega-loc-state h3 { display: flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.25rem; color: var(--text-dark); margin: 0 0 16px; padding-bottom: 10px; border-bottom: 2px solid var(--border); }
.kp3l6as-mega-loc-badge { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; font-size: .82rem; display: inline-flex; align-items: center; justify-content: center; }
.kp3l6as-mega-loc-count { font-family: inherit; font-weight: 600; font-size: .78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .05em; }
.kp3l6as-mega-loc-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.kp3l6as-mega-loc-card { border: 1px solid var(--border); border-radius: 12px; padding: 18px; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.kp3l6as-mega-loc-name { font-weight: 800; color: var(--text-dark); font-size: 1.02rem; margin-bottom: 4px; }
.kp3l6as-mega-loc-addr { font-size: .88rem; color: var(--text-muted); margin-bottom: 10px; line-height: 1.45; }
.kp3l6as-mega-loc-phone { display: inline-block; font-weight: 800; color: var(--primary); margin-bottom: 12px; }
.kp3l6as-mega-loc-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.kp3l6as-mega-loc-book { flex: 1; min-width: 150px; text-align: center; background: var(--accent); color: #fff; font-weight: 700; font-size: .86rem; padding: 9px 12px; border-radius: 8px; }
.kp3l6as-mega-loc-site { flex: 1; min-width: 110px; text-align: center; border: 1px solid var(--border); color: var(--text-dark); font-weight: 700; font-size: .86rem; padding: 9px 12px; border-radius: 8px; }
.kp3l6as-mega-loc-book:hover, .kp3l6as-mega-loc-site:hover { opacity: .9; }

/* Booking funnel (/request-appointment) */
.kp3l6as-mega-book-hero { background: var(--secondary); color: #fff; padding: 56px 0 40px; text-align: center; }
.kp3l6as-mega-book-hero h1 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 10px; color: #fff; }
.kp3l6as-mega-book-hero p { color: rgba(255,255,255,.82); font-size: 1.05rem; margin: 0; }
.kp3l6as-mega-book-body { padding: 48px 0 64px; background: var(--bg-light); }
.kp3l6as-mega-book-body .container { max-width: 720px; }
.kp3l6as-book-step { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 30px 28px; margin-bottom: 24px; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.kp3l6as-book-step.kp3l6as-book-hidden { display: none; }
.kp3l6as-book-stepnum { display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--accent); margin-bottom: 8px; }
.kp3l6as-book-step h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.4rem; color: var(--text-dark); margin: 0 0 6px; }
.kp3l6as-book-step > p { color: var(--text-muted); margin: 0 0 18px; }
.kp3l6as-book-zipform { display: flex; gap: 10px; flex-wrap: wrap; }
.kp3l6as-book-zipform input { flex: 1; min-width: 160px; padding: 14px 16px; border: 2px solid var(--border); border-radius: 10px; font-size: 1.1rem; letter-spacing: .12em; }
.kp3l6as-book-zipform input:focus { outline: none; border-color: var(--accent); }
.kp3l6as-book-result { margin-top: 16px; border-radius: 10px; padding: 16px 18px; font-size: .95rem; }
.kp3l6as-book-result[hidden] { display: none; }
.kp3l6as-book-result.kp3l6as-book-ok { background: color-mix(in srgb, #16a34a 12%, #fff); border: 1px solid color-mix(in srgb, #16a34a 40%, #fff); color: #14532d; }
.kp3l6as-book-result.kp3l6as-book-warn { background: color-mix(in srgb, #f59e0b 14%, #fff); border: 1px solid color-mix(in srgb, #f59e0b 42%, #fff); color: #7c2d12; }
.kp3l6as-book-loc strong { display: block; font-size: 1.05rem; color: var(--text-dark); }
.kp3l6as-book-locphone { display: inline-block; font-weight: 800; color: var(--primary); margin-top: 4px; }
.kp3l6as-book-locsite { display: inline-block; margin-top: 4px; margin-left: 14px; font-weight: 700; color: var(--primary); }
.kp3l6as-book-call { display: inline-flex; margin-bottom: 18px; }

/* ══ Hero (national — no city token anywhere) ═════════════════════════════════ */
.kp3l6as-mgh-hero { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--mg-ink) 0%, #0b1220 100%); color: #fff; padding: 84px 0 88px; }
.kp3l6as-mgh-hero .kp3l6as-hero-scrim { background: linear-gradient(180deg, rgba(17,25,40,.86) 0%, rgba(17,25,40,.74) 55%, rgba(11,18,32,.92) 100%); }
.kp3l6as-mgh-hero .container { position: relative; z-index: 2; max-width: 980px; }
.kp3l6as-mgh-eyebrow { display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: color-mix(in srgb, var(--mg-cta) 45%, #fff); margin-bottom: 18px; }
.kp3l6as-mgh-hero h1 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.35rem); line-height: 1.1; margin: 0 0 18px; max-width: 900px; }
.kp3l6as-mgh-hero-sub { color: rgba(255,255,255,.82); font-size: 1.1rem; max-width: 680px; margin: 0 0 30px; }
.kp3l6as-mgh-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.kp3l6as-mgh-hero-ctas .btn-secondary { border-color: rgba(255,255,255,.5); color: #fff; }
.kp3l6as-mgh-zip { display: flex; gap: 8px; align-items: stretch; background: #fff; border-radius: 11px; padding: 6px; box-shadow: var(--mg-shadow-lg); max-width: 430px; margin-top: 26px; }
.kp3l6as-mgh-zip input { flex: 1; min-width: 0; border: 0; outline: none; padding: 12px 14px; font-size: 1.02rem; letter-spacing: .1em; color: var(--mg-ink); background: transparent; }
.kp3l6as-mgh-zip button { border: 0; cursor: pointer; background: var(--mg-cta); color: #fff; font-weight: 800; font-size: .95rem; padding: 0 22px; border-radius: 8px; }
.kp3l6as-mgh-zip button:hover { opacity: .92; }
.kp3l6as-mgh-urgent { display: none; }

/* ══ Lead capture — "Let Us Call You" (A2 §1.2, 17/20 adoption) ═══════════════ */
.kp3l6as-mgh-lead { padding: 0; margin-top: -46px; position: relative; z-index: 5; }
.kp3l6as-mgh-lead-card { background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 18px; padding: 30px 32px 26px; box-shadow: var(--mg-shadow-lg); }
.kp3l6as-mgh-lead-card h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin: 0 0 4px; }
.kp3l6as-mgh-lead-card > p { color: var(--mg-muted); margin: 0 0 20px; font-size: .97rem; }
.kp3l6as-mgh-lead-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.kp3l6as-mgh-lead-field { display: flex; flex-direction: column; gap: 6px; }
.kp3l6as-mgh-lead-field label { font-size: .76rem; font-weight: 800; letter-spacing: .03em; color: var(--mg-ink); }
.kp3l6as-mgh-lead-field input, .kp3l6as-mgh-lead-field select, .kp3l6as-mgh-lead-field textarea { border: 1px solid var(--mg-line); border-radius: 9px; padding: 12px 14px; font-size: .98rem; color: var(--mg-ink); background: #fff; transition: border-color .15s, box-shadow .15s; }
.kp3l6as-mgh-lead-field input:focus, .kp3l6as-mgh-lead-field select:focus, .kp3l6as-mgh-lead-field textarea:focus { outline: none; border-color: var(--mg-cta); box-shadow: 0 0 0 3px color-mix(in srgb, var(--mg-cta) 16%, transparent); }
.kp3l6as-mgh-lead-wide { grid-column: 1 / -1; }
.kp3l6as-mgh-lead-submit { grid-column: 1 / -1; }
.kp3l6as-mgh-lead-submit button { width: 100%; border: 0; cursor: pointer; background: var(--mg-cta); color: #fff; font-weight: 800; font-size: 1.04rem; padding: 15px; border-radius: 10px; box-shadow: 0 4px 14px color-mix(in srgb, var(--mg-cta) 32%, transparent); }
.kp3l6as-mgh-lead-submit button:hover { opacity: .93; }
.kp3l6as-mgh-lead-note { grid-column: 1 / -1; text-align: center; font-size: .78rem; color: var(--mg-muted); margin: 2px 0 0; }
.kp3l6as-mgh-lead-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ══ Service tiles ═══════════════════════════════════════════════════════════ */
.kp3l6as-mgh-services { padding: 78px 0 70px; background: var(--mg-surface); }
.kp3l6as-mgh-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: 34px; }
.kp3l6as-mgh-tile { display: flex; flex-direction: column; gap: 10px; background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 14px; padding: 24px 22px; box-shadow: var(--mg-shadow-sm); transition: transform .15s, box-shadow .15s, border-color .15s; }
.kp3l6as-mgh-tile:hover { transform: translateY(-3px); box-shadow: var(--mg-shadow-md); border-color: var(--mg-tint-line); }
/* Rule 10 — icons tinted with the primary at ~60%, single stroke weight. */
.kp3l6as-mgh-tile-ic { width: 44px; height: 44px; border-radius: 11px; background: var(--mg-tint); color: color-mix(in srgb, var(--mg-cta) 60%, var(--mg-ink)); display: inline-flex; align-items: center; justify-content: center; }
.kp3l6as-mgh-tile-ic svg { width: 22px; height: 22px; }
.kp3l6as-mgh-tile h3 { font-size: 1.08rem; margin: 0; }
.kp3l6as-mgh-tile p { color: var(--mg-muted); font-size: .92rem; margin: 0; flex: 1; }
.kp3l6as-mgh-tile span { font-weight: 800; font-size: .86rem; color: var(--mg-cta); }

/* ══ "{Brand} Way" — the named values code, rendered as HTML (Rule 11) ════════ */
.kp3l6as-mgh-values { padding: 74px 0; background: var(--mg-tint); border-top: 1px solid var(--mg-line); border-bottom: 1px solid var(--mg-line); }
.kp3l6as-mgh-code { display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--mg-cta); margin-bottom: 10px; }
.kp3l6as-mgh-values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 34px; }
.kp3l6as-mgh-value { display: flex; gap: 14px; align-items: flex-start; background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 14px; padding: 20px 22px; box-shadow: var(--mg-shadow-sm); }
.kp3l6as-mgh-value-mark { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; background: var(--mg-tint); color: var(--mg-cta); font-weight: 800; font-size: 1rem; display: inline-flex; align-items: center; justify-content: center; }
.kp3l6as-mgh-value h3 { font-size: 1.02rem; margin: 0 0 4px; }
.kp3l6as-mgh-value p { color: var(--mg-muted); font-size: .9rem; margin: 0; }

/* ══ Guarantee co-sign stack (A2 §5.4) ═══════════════════════════════════════ */
.kp3l6as-mgh-guarantee { background: var(--mg-ink); color: #fff; padding: 76px 0; }
.kp3l6as-mgh-guarantee-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.kp3l6as-mgh-guarantee h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.3rem); margin: 0 0 14px; }
.kp3l6as-mgh-cosign { color: rgba(255,255,255,.9); font-size: 1.08rem; line-height: 1.7; margin: 0 0 18px; }
.kp3l6as-mgh-cosign strong { color: #fff; }
.kp3l6as-mgh-days { display: inline-block; font-weight: 800; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; color: var(--mg-ink); background: #fff; border-radius: 999px; padding: 7px 18px; margin-bottom: 18px; }
.kp3l6as-mgh-guarantee p.kp3l6as-mgh-promise { color: rgba(255,255,255,.78); font-size: 1.02rem; margin: 0 auto 22px; max-width: 660px; }
.kp3l6as-mgh-guarantee a { display: inline-block; color: #fff; font-weight: 700; border-bottom: 2px solid color-mix(in srgb, var(--mg-cta) 60%, #fff); padding-bottom: 2px; }

/* ══ Brand story band ════════════════════════════════════════════════════════ */
.kp3l6as-mgh-story { padding: 82px 0; background: #fff; }
.kp3l6as-mgh-story-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 56px; align-items: start; }
.kp3l6as-mgh-story h2 { font-size: clamp(1.6rem, 3.1vw, 2.25rem); margin: 0 0 18px; }
.kp3l6as-mgh-story-text { color: var(--mg-muted); font-size: 1.03rem; }
.kp3l6as-mgh-story-text p { margin: 0 0 16px; }
.kp3l6as-mgh-lore { border-left: 3px solid var(--mg-cta); padding: 4px 0 4px 18px; color: var(--mg-ink); font-weight: 600; font-size: 1rem; margin-top: 6px; }
.kp3l6as-mgh-since { background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 16px; padding: 26px 24px; box-shadow: var(--mg-shadow-sm); }
.kp3l6as-mgh-since-num { font-size: 2.4rem; font-weight: 800; line-height: 1.05; color: var(--mg-ink); letter-spacing: var(--mg-track); }
.kp3l6as-mgh-since-label { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--mg-muted); margin-top: 4px; }
.kp3l6as-mgh-since-row { border-top: 1px solid var(--mg-line); margin-top: 16px; padding-top: 16px; }

/* ══ Homepage map band ═══════════════════════════════════════════════════════ */
.kp3l6as-mgh-mapband { padding: 74px 0 78px; background: var(--mg-surface); border-top: 1px solid var(--mg-line); }
.kp3l6as-mgh-mapband .kp3l6as-cov { margin: 26px 0 0; }
.kp3l6as-mgh-mapband .kp3l6as-mega-locations { padding: 26px 0 0; }
.kp3l6as-mgh-mapband-cta { text-align: center; margin-top: 26px; }
.kp3l6as-mgh-mapband-cta a { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--mg-cta); border-bottom: 2px solid var(--mg-tint-line); padding-bottom: 3px; }

/* ══ Reviews / FAQ / blog re-skin (base markup, Tier-1 chrome) ════════════════ */
.reviews-section, .faq-section, .blog-preview-section { background: #fff; }
.faq-section { background: var(--mg-surface); }
.review-card, .blog-preview-card { border: 1px solid var(--mg-line); border-radius: 14px; box-shadow: var(--mg-shadow-sm); }
.faq-item { border: 1px solid var(--mg-line); border-radius: 12px; background: #fff; }

/* Reviews SLIDER — 5-11 cards on one horizontal rail instead of a tall stacked
   column. Native overflow scroll + scroll-snap, so it is fully usable with no JS;
   the dots / drag / auto-advance are enhancements layered on top. */
.kp3l6as-mgh-revslider { position: relative; overflow: hidden; margin-top: 30px; }
.kp3l6as-mgh-revslider::before, .kp3l6as-mgh-revslider::after { content: ''; position: absolute; top: 0; bottom: 0; width: 64px; z-index: 2; pointer-events: none; }
.kp3l6as-mgh-revslider::before { left: 0; background: linear-gradient(90deg, #fff 14%, rgba(255,255,255,0)); }
.kp3l6as-mgh-revslider::after { right: 0; background: linear-gradient(270deg, #fff 14%, rgba(255,255,255,0)); }
.kp3l6as-mgh-revtrack { display: flex; flex-wrap: nowrap; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 6px 40px 16px; cursor: grab; }
.kp3l6as-mgh-revtrack::-webkit-scrollbar { display: none; }
.kp3l6as-mgh-revtrack:focus-visible { outline: 2px solid var(--mg-cta); outline-offset: 3px; }
.kp3l6as-mgh-revtrack.kp3l6as-mgh-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.kp3l6as-mgh-revcard { scroll-snap-align: center; flex: 0 0 auto; width: min(360px, 80vw); display: flex; flex-direction: column; background: var(--mg-card); padding: 24px 24px 20px; }
.kp3l6as-mgh-revcard .review-text { flex: 1; }
.kp3l6as-mgh-revdots { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 4px; }
.kp3l6as-mgh-revdot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; background: color-mix(in srgb, var(--mg-ink) 18%, #fff); cursor: pointer; transition: transform .15s, background .15s; }
.kp3l6as-mgh-revdot:hover { background: color-mix(in srgb, var(--mg-ink) 38%, #fff); }
.kp3l6as-mgh-revdot-on { background: var(--mg-cta); transform: scale(1.3); }
@media (prefers-reduced-motion: reduce) {
  .kp3l6as-mgh-revtrack { scroll-behavior: auto; }
  .kp3l6as-mgh-revdot { transition: none; }
}

/* ══ Coupons — Rule 3: the second color lands HERE, and only here, when this
   brand's secondaryJob is 'coupons'. Otherwise the strip stays chassis-neutral
   with the CTA color, and the second color does its own job elsewhere. ═══════ */
.kp3l6as-mega-coupons { background: var(--mg-surface); border-top: 1px solid var(--mg-line); }
.kp3l6as-mega-coupon { border-color: var(--mg-tint-line); }
.kp3l6as-mega-coupon-amt { background: var(--mg-cta); color: #fff; }
.kp3l6as-mega-coupon-cta { color: var(--mg-cta); }

/* ══ Franchise band ══════════════════════════════════════════════════════════ */
.kp3l6as-mgh-franchise { background: linear-gradient(140deg, var(--mg-ink) 0%, #0b1220 100%); color: #fff; padding: 70px 0; }
.kp3l6as-mgh-franchise .container { display: grid; grid-template-columns: 1.35fr .65fr; gap: 40px; align-items: center; }
.kp3l6as-mgh-franchise h2 { color: #fff; font-size: clamp(1.55rem, 3vw, 2.15rem); margin: 0 0 12px; }
.kp3l6as-mgh-franchise p { color: rgba(255,255,255,.82); margin: 0; max-width: 620px; }
.kp3l6as-mgh-franchise-ctas { display: flex; flex-direction: column; gap: 12px; }
.kp3l6as-mgh-franchise .btn-secondary { border-color: rgba(255,255,255,.5); color: #fff; justify-content: center; }
.kp3l6as-mgh-franchise .btn-primary { justify-content: center; }

/* ══ Footer disclosure (franchise compliance, A2 §5.5) ═══════════════════════ */
.kp3l6as-mgh-disclosure { max-width: 900px; margin: 0 auto 14px; text-align: center; font-size: .78rem; line-height: 1.7; color: rgba(255,255,255,.45); }

/* ══ Locations map — per-location pins with zoom / pan / tooltip ══════════════
   Merged in from the city-coverage map (punch-list #9). The inner layer carries
   the transform; pins counter-scale by --sfmz so they stay legible when zoomed. */
.kp3l6as-mega-map-wrap { position: relative; overflow: hidden; touch-action: none; border: 1px solid var(--mg-line); border-radius: 14px; background: #eef3f8; max-width: 940px; margin: 0 auto 40px; cursor: grab; }
.kp3l6as-mega-map-wrap:active { cursor: grabbing; }
.kp3l6as-mega-map-inner { position: relative; transform-origin: 0 0; will-change: transform; }
.kp3l6as-mega-map-inner svg { display: block; width: 100%; height: auto; }
.kp3l6as-mega-map-land { fill: color-mix(in srgb, var(--mg-cta) 9%, #e3ebf3); stroke: color-mix(in srgb, var(--mg-ink) 22%, #cbd5e1); stroke-width: 2; }
.kp3l6as-mega-pins { position: absolute; inset: 0; }
.kp3l6as-mega-pin { position: absolute; width: 15px; height: 15px; min-width: 0; padding: 0; border-radius: 50%; background: var(--mg-cta); color: #fff; border: 2px solid #fff; box-shadow: 0 1px 4px rgba(17,25,40,.4); cursor: pointer; display: block; transform: translate(-50%, -50%) scale(calc(1 / var(--sfmz, 1))); transform-origin: center; transition: background .12s; }
.kp3l6as-mega-pin b { display: none; }
.kp3l6as-mega-pin:hover, .kp3l6as-mega-pin:focus-visible { background: var(--mg-ink); outline: none; z-index: 4; }
.kp3l6as-mega-pin-out { background: var(--mg-second); }
.kp3l6as-mega-pin:hover::after { content: attr(data-c); position: absolute; left: 50%; bottom: 150%; transform: translateX(-50%); background: var(--mg-ink); color: #fff; font-size: 11px; line-height: 1; font-weight: 700; padding: 6px 9px; border-radius: 6px; white-space: nowrap; z-index: 9; }
.kp3l6as-mega-zoom { position: absolute; top: 10px; right: 10px; z-index: 5; display: flex; flex-direction: column; gap: 6px; }
.kp3l6as-mega-zoom button { width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--mg-line); background: #fff; color: var(--mg-ink); font-size: 17px; font-weight: 800; line-height: 1; cursor: pointer; }
.kp3l6as-mega-zoom button:hover { border-color: var(--mg-cta); color: var(--mg-cta); }
.kp3l6as-mega-loc-state h3 { border-bottom-color: var(--mg-line); }
.kp3l6as-mega-loc-badge { background: var(--mg-cta); }
.kp3l6as-mega-loc-card { border-color: var(--mg-line); box-shadow: var(--mg-shadow-sm); }
.kp3l6as-mega-loc-name { font-size: 1.02rem; font-weight: 800; margin: 0 0 4px; }
.kp3l6as-mega-loc-phone { color: var(--mg-cta); }
.kp3l6as-mega-loc-book { background: var(--mg-cta); }
.kp3l6as-mega-loc-state.kp3l6as-mega-loc-hl { background: var(--mg-tint); }

/* ══ Keystone parity pass ════════════════════════════════════════════════════
   The umbrella's chrome, re-cut in the brand's own colors: generous section
   padding, an eyebrow above every section heading, refined cards with a hairline
   border + soft shadow + a small hover lift, and a centered section header. */
.kp3l6as-mgh-services, .kp3l6as-mgh-values, .kp3l6as-mgh-why, .kp3l6as-mgh-story, .kp3l6as-mgh-mapband,
.reviews-section, .faq-section, .blog-preview-section, .kp3l6as-mega-coupons, .kp3l6as-mgh-join { padding: 84px 0; }
.section-header { margin-bottom: 8px; }
.kp3l6as-mgh-code { display: block; font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--mg-cta); margin-bottom: 10px; }
.kp3l6as-mgh-tile, .kp3l6as-mgh-value, .kp3l6as-mgh-why-card, .review-card, .blog-preview-card, .kp3l6as-mega-loc-card, .kp3l6as-loc-entry {
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.kp3l6as-mgh-tile:hover, .kp3l6as-mgh-value:hover, .kp3l6as-mgh-why-card:hover, .blog-preview-card:hover {
  transform: translateY(-3px); box-shadow: var(--mg-shadow-md); border-color: var(--mg-tint-line); }

/* ══ Hero H1 — the umbrella's fixed three-line structure, last line in the brand
   accent (item 4c). Same shape on every brand; only the words change. ═══════ */
.kp3l6as-mgh-hero h1 { line-height: 1.12; }
.kp3l6as-mgh-hero h1 em { font-style: normal; color: color-mix(in srgb, var(--mg-cta) 42%, #fff); }

/* ══ Hero trust chips (item 2a) ═══════════════════════════════════════════════
   Moved INSIDE the hero and stripped of their boxes: plain white high-contrast
   text over the darkened photo, with a small check glyph. The hero's bottom
   padding below leaves room for the lead card that overlaps it, so the chips can
   never end up half-hidden behind the form again. */
.kp3l6as-mgh-heromoats { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 22px; }
.kp3l6as-mgh-heromoat { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: .93rem; font-weight: 600; line-height: 1.4; text-shadow: 0 1px 10px rgba(0,0,0,.45); }
.kp3l6as-mgh-heromoat-ic { flex-shrink: 0; display: inline-flex; width: 17px; height: 17px; color: color-mix(in srgb, var(--mg-cta) 42%, #fff); }
.kp3l6as-mgh-heromoat-ic svg { width: 17px; height: 17px; }
/* The lead card overlaps the hero by 46px; keep the chips clear of it. */
.kp3l6as-mgh-hero { padding-bottom: 122px; }

/* ══ Hero user proof (item 1) — display only, never structured data ══════════ */
.kp3l6as-mgh-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; margin-top: 28px; }
.kp3l6as-mgh-proof-item { display: inline-flex; align-items: center; gap: 11px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 8px 18px 8px 10px; backdrop-filter: blur(2px); }
.kp3l6as-mgh-proof-txt { color: rgba(255,255,255,.85); font-size: .92rem; font-weight: 600; white-space: nowrap; }
.kp3l6as-mgh-proof-txt strong { color: #fff; font-weight: 800; }
.kp3l6as-mgh-bubbles { display: inline-flex; align-items: center; }
.kp3l6as-mgh-bubble { width: 30px; height: 30px; border-radius: 50%; background: color-mix(in srgb, var(--mg-cta) 55%, #fff); border: 2px solid var(--mg-ink); color: var(--mg-ink); display: inline-flex; align-items: center; justify-content: center; margin-right: -11px; }
.kp3l6as-mgh-bubble:last-child { margin-right: 0; }
.kp3l6as-mgh-bubble svg { width: 15px; height: 15px; }
.kp3l6as-mgh-stars { color: #f5b301; font-size: 1rem; letter-spacing: .06em; line-height: 1; }

/* ══ Moats bar redesigned (item 1b) — was a cramped dark strip; now a calm light
   band with round outline icon chips and real breathing room. ════════════════ */
.kp3l6as-mega-moats { background: #fff; padding: 38px 0; border-top: 1px solid var(--mg-line); border-bottom: 1px solid var(--mg-line); }
.kp3l6as-mega-moats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 28px 36px; }
.kp3l6as-mega-moat { display: flex; align-items: center; gap: 15px; color: var(--mg-ink); font-size: .95rem; font-weight: 600; line-height: 1.45; }
.kp3l6as-mega-moat-ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1.5px solid var(--mg-tint-line); color: var(--mg-cta); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--mg-shadow-sm); }
.kp3l6as-mega-moat-ic svg { width: 21px; height: 21px; stroke-width: 1.7; }

/* ══ Promise strip (item 5b) — full width, between header and hero, every page ══ */
.kp3l6as-mgh-pstrip { background: var(--mg-cta); color: #fff; }
.kp3l6as-mgh-pstrip-in { max-width: 1200px; margin: 0 auto; padding: 11px 24px; display: flex; align-items: center; gap: 14px; }
.kp3l6as-mgh-pstrip-ic { flex-shrink: 0; display: inline-flex; }
.kp3l6as-mgh-pstrip-ic svg { width: 20px; height: 20px; }
.kp3l6as-mgh-pstrip-txt { font-weight: 700; font-size: .95rem; line-height: 1.35; }
.kp3l6as-mgh-pstrip-link { margin-left: auto; color: #fff !important; font-weight: 800; font-size: .88rem; white-space: nowrap; border-bottom: 2px solid rgba(255,255,255,.55); padding-bottom: 1px; }
.kp3l6as-mgh-pstrip-link:hover { border-color: #fff; }
.kp3l6as-mgh-pstrip-x { flex-shrink: 0; background: none; border: 0; color: rgba(255,255,255,.75); font-size: 1.5rem; line-height: 1; cursor: pointer; padding: 0 2px; }
.kp3l6as-mgh-pstrip-x:hover { color: #fff; }

/* ══ Why Choose Us (item 9) ══════════════════════════════════════════════════ */
.kp3l6as-mgh-why { background: #fff; }
.kp3l6as-mgh-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: 34px; }
.kp3l6as-mgh-why-card { background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 16px; padding: 28px 26px; box-shadow: var(--mg-shadow-sm); }
.kp3l6as-mgh-why-ic { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: var(--mg-tint); border: 1px solid var(--mg-tint-line); color: var(--mg-cta); margin-bottom: 16px; }
.kp3l6as-mgh-why-ic svg { width: 24px; height: 24px; }
.kp3l6as-mgh-why-card h3 { font-size: 1.06rem; margin: 0 0 8px; line-height: 1.35; }
.kp3l6as-mgh-why-card p { color: var(--mg-muted); font-size: .93rem; margin: 0; }


/* ══ Photo service cards (item 8) — photo top, copy below, round icon chip in
   the bottom-right corner of the body. ══════════════════════════════════════ */
.kp3l6as-mgh-pcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 36px; }
.kp3l6as-mgh-pcard { display: flex; flex-direction: column; background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 16px; overflow: hidden; box-shadow: var(--mg-shadow-sm); transition: transform .16s, box-shadow .16s, border-color .16s; }
.kp3l6as-mgh-pcard:hover { transform: translateY(-3px); box-shadow: var(--mg-shadow-md); border-color: var(--mg-tint-line); }
.kp3l6as-mgh-pcard-img { display: block; background: var(--mg-tint); }
.kp3l6as-mgh-pcard-img img { display: block; width: 100%; height: 190px; object-fit: cover; }
.kp3l6as-mgh-pcard-body { position: relative; display: block; padding: 24px 24px 22px; flex: 1; }
.kp3l6as-mgh-pcard-body h3 { font-size: 1.08rem; margin: 0 0 8px; padding-right: 52px; line-height: 1.35; }
.kp3l6as-mgh-pcard-body p { color: var(--mg-muted); font-size: .92rem; margin: 0 0 14px; }
.kp3l6as-mgh-pcard-more { display: inline-block; font-weight: 800; font-size: .87rem; color: var(--mg-cta); }
.kp3l6as-mgh-pcard-ic { position: absolute; right: 20px; bottom: 20px; width: 44px; height: 44px; border-radius: 50%; background: var(--mg-tint); border: 1px solid var(--mg-tint-line); color: var(--mg-cta); display: inline-flex; align-items: center; justify-content: center; }
.kp3l6as-mgh-pcard-ic svg { width: 21px; height: 21px; }

/* ══ Parts comparison (item 10) — vertical tab rail + green/red compare boxes ══ */
.kp3l6as-mgh-parts { padding: 84px 0; background: var(--mg-surface); border-top: 1px solid var(--mg-line); }
.kp3l6as-mgh-parts-wrap { display: grid; grid-template-columns: 260px 1fr; gap: 26px; margin-top: 36px; align-items: start; }
.kp3l6as-mgh-parts-tabs { display: flex; flex-direction: column; gap: 6px; background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 16px; padding: 10px; box-shadow: var(--mg-shadow-sm); position: sticky; top: 92px; }
.kp3l6as-mgh-parts-tab { text-align: left; border: 0; background: none; cursor: pointer; font: inherit; font-weight: 700; font-size: .94rem; color: var(--mg-ink); padding: 13px 16px; border-radius: 10px; transition: background .14s, color .14s; }
.kp3l6as-mgh-parts-tab:hover { background: var(--mg-tint); }
.kp3l6as-mgh-parts-tab.kp3l6as-mgh-parts-on { background: var(--mg-cta); color: #fff; }
.kp3l6as-mgh-parts-panels { min-width: 0; }
.kp3l6as-mgh-parts-panel[hidden] { display: none; }
.kp3l6as-mgh-parts-panel h3 { font-size: 1.35rem; margin: 0 0 10px; }
.kp3l6as-mgh-parts-intro { color: var(--mg-muted); font-size: 1rem; margin: 0 0 22px; max-width: 74ch; }
.kp3l6as-mgh-parts-compare { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.kp3l6as-mgh-parts-box { border-radius: 16px; padding: 22px; border: 1px solid; }
.kp3l6as-mgh-parts-us { background: #f0fdf4; border-color: #bbf7d0; }
.kp3l6as-mgh-parts-them { background: #fef2f2; border-color: #fecaca; }
.kp3l6as-mgh-parts-badge { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: .84rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.kp3l6as-mgh-parts-us .kp3l6as-mgh-parts-badge { color: #15803d; }
.kp3l6as-mgh-parts-them .kp3l6as-mgh-parts-badge { color: #b91c1c; }
.kp3l6as-mgh-parts-mark { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.kp3l6as-mgh-parts-us .kp3l6as-mgh-parts-mark { background: #16a34a; }
.kp3l6as-mgh-parts-them .kp3l6as-mgh-parts-mark { background: #dc2626; }
.kp3l6as-mgh-parts-mark svg { width: 14px; height: 14px; }
.kp3l6as-mgh-parts-photo { display: block; border-radius: 12px; overflow: hidden; margin-bottom: 16px; background: rgba(255,255,255,.6); }
.kp3l6as-mgh-parts-photo img { display: block; width: 100%; height: 180px; object-fit: cover; }
.kp3l6as-mgh-parts-box p { margin: 0; font-size: .93rem; color: #1f2937; }

/* ══ Join our team (item 11) ═════════════════════════════════════════════════ */
.kp3l6as-mgh-join { background: var(--mg-surface); border-top: 1px solid var(--mg-line); }
.kp3l6as-mgh-join-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 0; background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 20px; overflow: hidden; box-shadow: var(--mg-shadow-md); }
.kp3l6as-mgh-join-card.kp3l6as-mgh-join-nophoto { grid-template-columns: 1fr; }
.kp3l6as-mgh-join-photo { min-height: 260px; background: var(--mg-tint); }
.kp3l6as-mgh-join-photo img { display: block; width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.kp3l6as-mgh-join-body { padding: 44px 42px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.kp3l6as-mgh-join-body h2 { font-size: clamp(1.45rem, 2.8vw, 2rem); margin: 0 0 14px; }
.kp3l6as-mgh-join-body p { color: var(--mg-muted); font-size: 1rem; margin: 0 0 24px; max-width: 60ch; }

/* ══ Coupons: the action is PRINT (item 6) ═══════════════════════════════════ */
.kp3l6as-mega-coupon-cta { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; font-weight: 800; font-size: .88rem; white-space: nowrap; }
.kp3l6as-mega-coupon-cta:hover { text-decoration: underline; }
@media print {
  .kp3l6as-mega-coupon-cta, .kp3l6as-mgh-pstrip, .site-header, .site-footer, .kp3l6as-mega-util { display: none !important; }
  .kp3l6as-mega-coupon { break-inside: avoid; page-break-inside: avoid; }
}

/* ══ /our-promise page template (item 5c) ════════════════════════════════════ */
.kp3l6as-mgh-promise-hero { background: linear-gradient(160deg, var(--mg-ink) 0%, #0b1220 100%); color: #fff; padding: 84px 0 78px; text-align: center; }
.kp3l6as-mgh-promise-hero .container { max-width: 860px; }
.kp3l6as-mgh-promise-hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.05rem); line-height: 1.12; margin: 0 0 18px; }
.kp3l6as-mgh-promise-hero .kp3l6as-mgh-eyebrow { color: color-mix(in srgb, var(--mg-cta) 45%, #fff); }
.kp3l6as-mgh-promise-cosign { color: rgba(255,255,255,.88); font-size: 1.08rem; margin: 0 0 16px; }
.kp3l6as-mgh-promise-cosign strong { color: #fff; }
.kp3l6as-mgh-promise-lead { color: rgba(255,255,255,.78); font-size: 1.05rem; max-width: 660px; margin: 0 auto 26px; }
.kp3l6as-mgh-promise-hero .kp3l6as-mgh-hero-ctas { justify-content: center; }
.kp3l6as-mgh-promise-hero .btn-secondary { border-color: rgba(255,255,255,.5); color: #fff; }
.kp3l6as-mgh-promise-terms { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 18px; padding: 30px 32px; margin: 40px 0 56px; }
.kp3l6as-mgh-promise-terms h2 { font-size: 1.3rem; margin: 0 0 6px; padding: 0; }
.kp3l6as-mgh-promise-terms h2::after { display: none; }
.kp3l6as-mgh-promise-terms p { color: var(--mg-muted); margin: 0; }

/* ══ /locations rich entries (punch-list #22 — these shipped unstyled) ════════ */
.kp3l6as-loc-entries { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; margin: 18px 0 40px; }
.kp3l6as-loc-entry { background: var(--mg-card); border: 1px solid var(--mg-line); border-radius: 14px; padding: 22px 24px 20px; box-shadow: var(--mg-shadow-sm); scroll-margin-top: 90px; transition: box-shadow .15s, border-color .15s; }
.kp3l6as-loc-entry:hover { box-shadow: var(--mg-shadow-md); border-color: var(--mg-tint-line); }
.kp3l6as-loc-entry .kp3l6as-loc-city { font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--mg-cta); margin: 0 0 6px; }
.kp3l6as-loc-entry .kp3l6as-loc-name { font-size: 1.14rem; margin: 0 0 12px; line-height: 1.3; }
.kp3l6as-loc-entry .kp3l6as-loc-name a { color: var(--mg-ink); }
.kp3l6as-loc-entry .kp3l6as-loc-name a:hover { color: var(--mg-cta); }
.kp3l6as-loc-entry p { color: var(--mg-muted); font-size: .94rem; margin: 0 0 12px; }
.kp3l6as-loc-entry .kp3l6as-nap { background: var(--mg-surface); border: 1px solid var(--mg-line); border-radius: 10px; padding: 12px 14px; font-size: .9rem; color: var(--mg-ink); line-height: 1.55; margin: 0 0 14px; }
.kp3l6as-loc-entry .kp3l6as-nap a { font-weight: 800; color: var(--mg-cta); }
.kp3l6as-visit-child { margin: 0 !important; }
.kp3l6as-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--mg-cta); color: #fff !important; padding: 11px 20px; border-radius: 9px; font-weight: 800; font-size: .9rem; box-shadow: 0 3px 12px color-mix(in srgb, var(--mg-cta) 30%, transparent); transition: opacity .15s, transform .1s; }
.kp3l6as-btn:hover { opacity: .93; transform: translateY(-1px); color: #fff !important; }

@media (max-width: 900px) {
  .kp3l6as-mgh-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .kp3l6as-mgh-franchise .container { grid-template-columns: 1fr; text-align: center; }
  .kp3l6as-mgh-franchise p { margin: 0 auto; }
}
@media (max-width: 768px) {
  .kp3l6as-mega-util-inner { justify-content: center; }
  .kp3l6as-mega-util-phone { display: none; }
  .kp3l6as-mega-book { display: none; } /* booking lives in the sticky bottom bar on mobile */
  .kp3l6as-mega-find-inner { flex-direction: column; text-align: center; }
  .kp3l6as-mega-find-btns { justify-content: center; }
  .kp3l6as-mega-find-badge { display: none; }
  .kp3l6as-mega-coupon-amt { width: 84px; font-size: 1.25rem; }
  .kp3l6as-mgh-hero { padding: 58px 0 96px; }
  .kp3l6as-mgh-heromoats { gap: 8px 18px; margin-top: 18px; }
  .kp3l6as-mgh-heromoat { font-size: .86rem; }
  .kp3l6as-mgh-lead { margin-top: -30px; }
  .kp3l6as-mgh-lead-card { padding: 24px 18px 20px; }
  .kp3l6as-mgh-revtrack { padding: 6px 16px 16px; gap: 14px; }
  .kp3l6as-mgh-revslider::before, .kp3l6as-mgh-revslider::after { width: 24px; }
  .kp3l6as-loc-entries { grid-template-columns: 1fr; }
  .kp3l6as-mgh-services, .kp3l6as-mgh-values, .kp3l6as-mgh-why, .kp3l6as-mgh-story, .kp3l6as-mgh-mapband,
  .reviews-section, .faq-section, .blog-preview-section, .kp3l6as-mega-coupons, .kp3l6as-mgh-join { padding: 54px 0; }
  .kp3l6as-mgh-proof { gap: 10px 14px; margin-top: 22px; }
  .kp3l6as-mgh-proof-item { padding: 7px 14px 7px 8px; }
  .kp3l6as-mgh-proof-txt { font-size: .85rem; }
  .kp3l6as-mgh-pstrip-in { flex-wrap: wrap; padding: 10px 16px; gap: 10px; }
  .kp3l6as-mgh-pstrip-txt { font-size: .88rem; flex: 1 1 auto; }
  .kp3l6as-mgh-pstrip-link { margin-left: 0; }
  .kp3l6as-mgh-join-card, .kp3l6as-mgh-join-card.kp3l6as-mgh-join-nophoto { grid-template-columns: 1fr; }
  .kp3l6as-mgh-join-body { padding: 30px 22px; }
  .kp3l6as-mega-moats-grid { gap: 20px 24px; }
  .kp3l6as-mgh-parts { padding: 54px 0; }
  .kp3l6as-mgh-parts-wrap { grid-template-columns: 1fr; }
  .kp3l6as-mgh-parts-tabs { position: static; flex-direction: row; overflow-x: auto; scrollbar-width: none; }
  .kp3l6as-mgh-parts-tabs::-webkit-scrollbar { display: none; }
  .kp3l6as-mgh-parts-tab { white-space: nowrap; }
  .kp3l6as-mgh-pcard-img img { height: 168px; }
}


/* ── Tier-1 national map (lib/mega-map.ts) ───────────────────────────────── */
.kp3l6as-mgh-map-root {
  --sf-mgh-map-ink: #111928;
  --sf-mgh-map-line: #e5e7eb;
  --sf-mgh-map-muted: #6b7280;
  --sf-mgh-map-city: #64748b;
  position: relative;
}
.kp3l6as-mgh-map-canvas {
  width: 100%;
  height: 520px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef2f6;
  display: none;
}
.kp3l6as-mgh-has-map .kp3l6as-mgh-map-canvas { display: block; }
.kp3l6as-mgh-has-map .kp3l6as-mgh-map-fallback { display: none; }
.kp3l6as-mgh-map-canvas canvas { outline: none; }

/* Static, crawlable fallback — visible until MapLibre confirms it loaded. */
.kp3l6as-mgh-map-fallback {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 22px;
  border: 1px solid var(--sf-mgh-map-line);
  border-radius: 14px;
  background: #f9fafb;
}
.kp3l6as-mgh-map-fallback a {
  font-size: 14px;
  color: var(--sf-mgh-map-ink);
  text-decoration: none;
  border: 1px solid var(--sf-mgh-map-line);
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
}
.kp3l6as-mgh-map-fallback a:hover { border-color: var(--primary, #0f5132); }
.kp3l6as-mgh-map-fallback-more { font-size: 14px; color: var(--sf-mgh-map-muted); align-self: center; }

/* Homepage band CTA */
.kp3l6as-mgh-map-cta { text-align: center; margin-top: 20px; }
.kp3l6as-mgh-map-cta a {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: var(--primary, #0f5132);
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
}

/* ── /locations split view ───────────────────────────────────────────────── */
.kp3l6as-mgh-map-split {
  display: grid;
  grid-template-columns: 384px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}
.kp3l6as-mgh-map-split .kp3l6as-mgh-map-canvas { height: 100%; min-height: 660px; border-radius: 14px; }
.kp3l6as-mgh-map-side {
  display: flex;
  flex-direction: column;
  min-height: 660px;
  max-height: 78vh;
  border: 1px solid var(--sf-mgh-map-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.kp3l6as-mgh-map-count {
  flex: 0 0 auto;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 15px;
  color: var(--sf-mgh-map-ink);
  border-bottom: 1px solid var(--sf-mgh-map-line);
  background: #f9fafb;
}
.kp3l6as-mgh-map-list {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 12px;
  -webkit-overflow-scrolling: touch;
}
.kp3l6as-mgh-map-empty {
  display: none;
  padding: 28px 18px;
  text-align: center;
  color: var(--sf-mgh-map-muted);
  font-size: 15px;
}
/* Map absent (no JS / CDN blocked): the card list becomes a full-width directory
   instead of a half-empty two-column grid. */
.kp3l6as-mgh-map-root:not(.kp3l6as-mgh-has-map) .kp3l6as-mgh-map-split { grid-template-columns: minmax(0, 1fr); }
.kp3l6as-mgh-map-root:not(.kp3l6as-mgh-has-map) .kp3l6as-mgh-map-side {
  min-height: 0;
  max-height: none;
}
.kp3l6as-mgh-map-root:not(.kp3l6as-mgh-has-map) .kp3l6as-mgh-map-list { overflow-y: visible; }

/* Location card (list column) */
.kp3l6as-mgh-map-card {
  border: 1px solid var(--sf-mgh-map-line);
  border-radius: 12px;
  padding: 16px 16px 14px;
  margin-bottom: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.kp3l6as-mgh-map-card:hover,
.kp3l6as-mgh-map-card.kp3l6as-mgh-map-card-active {
  border-color: var(--primary, #0f5132);
  box-shadow: 0 4px 14px rgba(17, 25, 40, .08);
}
.kp3l6as-mgh-map-card-name {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--sf-mgh-map-ink);
}
.kp3l6as-mgh-map-card-addr { margin: 0 0 8px; font-size: 14px; color: var(--sf-mgh-map-muted); }
.kp3l6as-mgh-map-card-contact { margin: 0 0 12px; font-size: 14px; color: var(--sf-mgh-map-ink); }
.kp3l6as-mgh-map-card-contact span { color: var(--sf-mgh-map-muted); }
.kp3l6as-mgh-map-card-contact a { color: var(--primary, #0f5132); font-weight: 700; text-decoration: none; }
.kp3l6as-mgh-map-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.kp3l6as-mgh-map-btn {
  display: inline-block;
  background: var(--primary, #0f5132);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 14px;
  border-radius: 8px;
  line-height: 1.2;
}
.kp3l6as-mgh-map-btn:hover { filter: brightness(1.08); color: #fff; }
.kp3l6as-mgh-map-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--sf-mgh-map-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Served-city layer: subordinate to branches everywhere ───────────────── */
.kp3l6as-mgh-map-city-block { margin-top: 6px; }
.kp3l6as-mgh-map-subhead {
  margin: 14px 2px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--sf-mgh-map-muted);
}
.kp3l6as-mgh-map-card-city {
  border-color: #eef1f5;
  background: #fafbfc;
  padding: 12px 14px 11px;
}
.kp3l6as-mgh-map-card-city:hover { border-color: var(--sf-mgh-map-city, #64748b); }
.kp3l6as-mgh-map-card-city .kp3l6as-mgh-map-card-name { font-size: 15px; }
.kp3l6as-mgh-map-card-city .kp3l6as-mgh-map-card-addr { margin-bottom: 10px; font-size: 13px; }
.kp3l6as-mgh-map-card-city .kp3l6as-mgh-map-btn { font-size: 12px; padding: 7px 12px; }
.kp3l6as-mgh-map-card-city .kp3l6as-mgh-map-link { font-size: 12px; }
.kp3l6as-mgh-map-city-more {
  margin: 4px 2px 10px;
  font-size: 13px;
  color: var(--sf-mgh-map-muted);
  text-align: center;
}
.kp3l6as-mgh-map-city-more[hidden], .kp3l6as-mgh-map-city-block[hidden] { display: none; }

/* Legend: tells the visitor what the two pin shapes mean. */
.kp3l6as-mgh-map-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--sf-mgh-map-muted);
}
.kp3l6as-mgh-map-key {
  display: inline-block;
  border-radius: 999px;
  background: var(--primary, #0f5132);
}
.kp3l6as-mgh-map-key-branch { width: 13px; height: 13px; }
.kp3l6as-mgh-map-key-city {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  background: var(--sf-mgh-map-city, #64748b);
  opacity: .85;
}

/* Compact city popup */
.kp3l6as-mgh-map-pop-city h4 a { color: #fff; text-decoration: none; }
.kp3l6as-mgh-map-pop-city h4 a:hover { text-decoration: underline; }

/* ── Dark popup card (matches the Precision screenshot) ──────────────────── */
.kp3l6as-mgh-map-popup .maplibregl-popup-content {
  background: #111928;
  color: #fff;
  border-radius: 14px;
  padding: 18px 20px 16px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .32);
  font-family: inherit;
}
.kp3l6as-mgh-map-popup .maplibregl-popup-close-button {
  color: rgba(255, 255, 255, .65);
  font-size: 20px;
  line-height: 1;
  padding: 6px 10px 0 0;
  background: transparent;
  border: 0;
}
.kp3l6as-mgh-map-popup .maplibregl-popup-close-button:hover { color: #fff; background: transparent; }
.kp3l6as-mgh-map-popup .maplibregl-popup-anchor-bottom .maplibregl-popup-tip { border-top-color: #111928; }
.kp3l6as-mgh-map-popup .maplibregl-popup-anchor-top .maplibregl-popup-tip { border-bottom-color: #111928; }
.kp3l6as-mgh-map-popup .maplibregl-popup-anchor-left .maplibregl-popup-tip { border-right-color: #111928; }
.kp3l6as-mgh-map-popup .maplibregl-popup-anchor-right .maplibregl-popup-tip { border-left-color: #111928; }
.kp3l6as-mgh-map-pop h4 { margin: 0 0 4px; font-size: 16px; font-weight: 700; color: #fff; line-height: 1.3; }
.kp3l6as-mgh-map-pop-addr { margin: 0 0 10px; font-size: 13px; color: rgba(255, 255, 255, .72); }
.kp3l6as-mgh-map-pop-links { display: flex; flex-direction: column; gap: 6px; }
.kp3l6as-mgh-map-pop-links a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  padding-bottom: 4px;
}
.kp3l6as-mgh-map-pop-links a:last-child { border-bottom: 0; padding-bottom: 0; }
.kp3l6as-mgh-map-pop-links a:hover { color: #fff; border-bottom-color: rgba(255, 255, 255, .7); }

/* MapLibre chrome */
.kp3l6as-mgh-map-root .maplibregl-ctrl-group { border-radius: 8px; box-shadow: 0 2px 8px rgba(17, 25, 40, .14); }
.kp3l6as-mgh-map-root .maplibregl-ctrl-attrib { font-size: 10px; }

/* ── Mobile: map on top, list below, sync unchanged ──────────────────────── */
@media (max-width: 900px) {
  .kp3l6as-mgh-map-split { grid-template-columns: 1fr; gap: 14px; }
  .kp3l6as-mgh-map-split .kp3l6as-mgh-map-canvas { height: 50vh; min-height: 320px; order: 1; }
  .kp3l6as-mgh-map-side { order: 2; min-height: 0; max-height: none; }
  .kp3l6as-mgh-map-list { max-height: none; overflow-y: visible; }
  .kp3l6as-mgh-map-canvas { height: 380px; }
}
@media (max-width: 560px) {
  .kp3l6as-mgh-map-card-actions { gap: 8px; }
  .kp3l6as-mgh-map-btn { width: 100%; text-align: center; }
}

/* The map's pin color follows the brand CTA (the module reads --sf-mgh-map-pin). */
.kp3l6as-mgh-map-root { --sf-mgh-map-pin: var(--mg-cta); }
/* Crawlable city index under the homepage band + on /locations. */
.kp3l6as-cov-index { margin-top: 26px; }
.kp3l6as-cov-index-h { font-size: 1.05rem; margin: 0 0 12px; }
.kp3l6as-cov-index details { border: 1px solid var(--mg-line); border-radius: 12px; margin-bottom: 8px; padding: 12px 16px; background: var(--mg-card); }
.kp3l6as-cov-index summary { cursor: pointer; font-weight: 700; color: var(--mg-ink); }
.kp3l6as-cov-index ul { columns: 3; margin: 12px 0 0; padding: 0 0 0 18px; }
.kp3l6as-cov-index li { margin: 3px 0; break-inside: avoid; }
@media (max-width: 760px) { .kp3l6as-cov-index ul { columns: 2; } }