:root {
  --lc-slate: #4f5f5f;
  --lc-deep: #0c2020;
  --lc-ink: #102020;
  --lc-white: #ffffff;
  --lc-cloud: #f3f8f7;
  --lc-mist: #d9f7f6;
  --lc-aqua: #8fe8e4;
  --lc-cyan: #51d7d1;
  --lc-apricot: #ffb58b;
  --lc-muted: #667676;
  --lc-line: rgba(79, 95, 95, .18);
  --lc-display: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  --lc-body: Inter, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.templated-site { margin: 0; overflow-x: hidden; font-family: var(--lc-body); color: var(--lc-ink); background: var(--lc-cloud); }
body.menu-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.site-shell { width: min(1220px, calc(100% - 42px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.lc-kicker { margin: 0 0 13px; font-family: var(--lc-display); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.lc-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; border: 0; border-radius: 999px; font-family: var(--lc-display); font-size: 13px; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.lc-button:hover { transform: translateY(-2px); }
.lc-button-primary { color: var(--lc-white); background: var(--lc-deep); box-shadow: 0 14px 34px rgba(12,32,32,.18); }
.lc-button-light { color: var(--lc-deep); background: var(--lc-white); box-shadow: 0 14px 34px rgba(0,0,0,.13); }
.lc-button-aqua { color: var(--lc-deep); background: var(--lc-aqua); box-shadow: 0 14px 34px rgba(81,215,209,.2); }
.lc-button-outline { border: 1px solid currentColor; background: transparent; }
.lc-text-link { display: inline-flex; align-items: center; gap: 9px; padding: 9px 1px; border-bottom: 1px solid currentColor; font-family: var(--lc-display); font-size: 13px; font-weight: 800; }

/* Shared multipage header */
.multi-header { position: relative; z-index: 50; }
.notice-strip { min-height: 34px; display: flex; align-items: center; justify-content: center; padding: 7px 20px; font-family: var(--lc-display); font-size: 10px; font-weight: 750; letter-spacing: .06em; text-align: center; }
.notice-mobile { display: none; }
.multi-nav { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 22px; }
.multi-brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--lc-display); }
.multi-brand-mark { display: grid; width: 39px; aspect-ratio: 1; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid currentColor; border-radius: 50%; color: var(--lc-cyan); font-size: 17px; }
.multi-brand-copy { display: grid; line-height: .83; }
.multi-brand-copy strong { font-size: 21px; letter-spacing: -.05em; }
.multi-brand-copy small { margin-left: 7px; font-size: 10px; font-weight: 750; letter-spacing: .33em; opacity: .65; }
.multi-menu { display: flex; align-items: center; gap: 20px; }
.multi-menu > a { position: relative; padding: 12px 0; font-family: var(--lc-display); font-size: 11px; font-weight: 750; opacity: .67; }
.multi-menu > a:hover, .multi-menu > a.active { opacity: 1; }
.multi-menu > a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px; border-radius: 2px; background: var(--lc-cyan); }
.multi-menu .portal-link { padding: 10px 14px; border: 1px solid currentColor; border-radius: 999px; }
.multi-menu .portal-link::after { display: none; }
.multi-menu .estimate-link { min-height: 40px; padding: 0 16px; opacity: 1; }
.multi-menu .estimate-link::after { display: none; }
.multi-menu-toggle { display: none; width: 45px; aspect-ratio: 1; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
.multi-menu-toggle i { display: block; width: 16px; height: 1px; margin: 4px auto; background: currentColor; }

/* Shared page building blocks */
.page-main { min-height: 60vh; }
.home-hero, .page-hero { position: relative; overflow: hidden; }
.home-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); min-height: 580px; align-items: center; gap: clamp(30px, 6vw, 80px); padding-block: 54px 70px; }
.home-hero-copy { position: relative; z-index: 3; }
.home-hero h1 { max-width: 780px; margin: 0; font-family: var(--lc-display); font-size: clamp(58px, 8vw, 104px); line-height: .86; letter-spacing: -.085em; }
.home-hero h1 span { display: block; }
.home-hero-copy > p { max-width: 650px; margin: 26px 0 30px; font-size: 16px; line-height: 1.75; opacity: .68; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-proof span { padding: 8px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; font-weight: 750; opacity: .7; }
.home-character { position: relative; display: grid; align-self: stretch; place-items: end center; min-height: 460px; }
.home-character img { position: relative; z-index: 2; width: min(100%, 430px); max-height: 500px; object-fit: cover; object-position: center 12%; }
.character-note { position: absolute; z-index: 4; left: 0; bottom: 30px; max-width: 190px; padding: 14px 16px; border-radius: 15px; font-family: var(--lc-display); font-size: 11px; font-weight: 800; line-height: 1.4; box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.page-hero-grid { display: grid; grid-template-columns: 1fr minmax(240px, 380px); min-height: 390px; align-items: center; gap: 50px; padding-block: 45px; }
.page-hero h1 { margin: 0; font-family: var(--lc-display); font-size: clamp(50px, 7vw, 88px); line-height: .88; letter-spacing: -.075em; }
.page-hero-copy > p { max-width: 690px; margin: 22px 0 0; font-size: 15px; line-height: 1.75; opacity: .66; }
.page-character { align-self: end; height: 350px; overflow: hidden; }
.page-character img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; }
.trust-ribbon { border-block: 1px solid var(--lc-line); }
.trust-ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-ribbon-item { min-height: 91px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px; text-align: center; }
.trust-ribbon-item + .trust-ribbon-item { border-left: 1px solid var(--lc-line); }
.trust-ribbon-item b { color: var(--lc-cyan); font-size: 18px; }
.trust-ribbon-item span { font-family: var(--lc-display); font-size: 11px; font-weight: 750; }
.content-section { padding-block: 95px; }
.content-section.alt { background: rgba(79,95,95,.055); }
.section-title { max-width: 780px; margin-bottom: 44px; }
.section-title.center { margin-inline: auto; text-align: center; }
.section-title h2 { margin: 0; font-family: var(--lc-display); font-size: clamp(39px, 5.7vw, 68px); line-height: .96; letter-spacing: -.065em; }
.section-title p:not(.lc-kicker) { max-width: 650px; margin: 18px 0 0; line-height: 1.75; opacity: .66; }
.section-title.center p:not(.lc-kicker) { margin-inline: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.feature-card { position: relative; overflow: hidden; padding: 29px; border: 1px solid var(--lc-line); border-radius: 22px; background: var(--lc-white); }
.feature-icon { display: grid; width: 47px; aspect-ratio: 1; place-items: center; border-radius: 14px; color: var(--lc-deep); font-size: 20px; background: var(--lc-mist); }
.feature-card h3 { margin: 22px 0 11px; font-family: var(--lc-display); font-size: 21px; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--lc-muted); font-size: 13px; line-height: 1.7; }
.feature-card .lc-text-link { margin-top: 18px; }
.split-section { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: clamp(45px, 8vw, 105px); }
.split-character { position: relative; overflow: hidden; min-height: 520px; border-radius: 32px; background: var(--lc-slate); }
.split-character img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center top; }
.split-copy h2 { margin: 0; font-family: var(--lc-display); font-size: clamp(43px, 5.8vw, 72px); line-height: .95; letter-spacing: -.065em; }
.split-copy > p { color: var(--lc-muted); line-height: 1.8; }
.values-list { display: grid; gap: 11px; margin: 27px 0; }
.value-row { display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: start; padding: 14px; border: 1px solid var(--lc-line); border-radius: 15px; }
.value-row b { display: grid; width: 33px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--lc-deep); font-size: 11px; background: var(--lc-mist); }
.value-row strong, .value-row small { display: block; }
.value-row strong { font-family: var(--lc-display); font-size: 13px; }
.value-row small { margin-top: 4px; color: var(--lc-muted); font-size: 11px; line-height: 1.5; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.package-card { display: flex; min-height: 390px; flex-direction: column; padding: 28px; border: 1px solid var(--lc-line); border-radius: 24px; background: var(--lc-white); }
.package-card.featured { color: var(--lc-white); background: var(--lc-slate); }
.package-tag { align-self: flex-start; padding: 6px 9px; border-radius: 999px; font-family: var(--lc-display); font-size: 9px; font-weight: 900; letter-spacing: .08em; color: var(--lc-deep); background: var(--lc-mist); }
.package-card h3 { margin: 20px 0 7px; font-family: var(--lc-display); font-size: 25px; letter-spacing: -.045em; }
.package-price { font-family: var(--lc-display); font-size: 33px; font-weight: 850; letter-spacing: -.05em; line-height: 1; }
.package-price > span { display: block; }
.package-price small { display: block; margin-top: 8px; font-size: 10px; font-weight: 650; letter-spacing: .09em; line-height: 1.2; opacity: .62; text-transform: uppercase; }
.package-card > p { color: var(--lc-muted); font-size: 12px; line-height: 1.65; }
.package-card.featured > p { color: rgba(255,255,255,.62); }
.package-card ul { display: grid; gap: 9px; margin: 17px 0 25px; padding: 0; list-style: none; color: var(--lc-muted); font-size: 11px; }
.package-card.featured ul { color: rgba(255,255,255,.66); }
.package-card li::before { content: "✦"; margin-right: 8px; color: var(--lc-cyan); }
.package-card .lc-button { margin-top: auto; }
.extras-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.extra-chip { padding: 10px 13px; border: 1px solid var(--lc-line); border-radius: 999px; font-size: 11px; background: var(--lc-white); }

/* Service area + map */
.area-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.map-column { display: grid; align-self: start; gap: 14px; }
.map-card { position: sticky; top: 25px; min-height: 600px; overflow: hidden; border: 1px solid var(--lc-line); border-radius: 28px; background: var(--lc-slate); }
.map-card iframe, .service-map { width: 100%; height: 600px; border: 0; }
.map-card iframe { filter: saturate(.6) contrast(1.08); }
.map-label { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 2; padding: 15px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; color: var(--lc-white); background: rgba(12,32,32,.8); backdrop-filter: blur(13px); }
.map-label strong, .map-label small { display: block; }
.map-label small { margin-top: 5px; opacity: .64; }
.service-map .leaflet-control-attribution { max-width: 190px; color: #405151; font-size: 8px; line-height: 1.25; }
.service-map .leaflet-control-attribution a { color: #176d69; }
.service-map .leaflet-popup-content-wrapper, .service-map .leaflet-popup-tip { color: var(--lc-white); background: #102929; }
.service-map .leaflet-popup-content { margin: 11px 14px; font-family: var(--lc-body); font-size: 11px; line-height: 1.45; }
.service-map .leaflet-popup-content strong { font-family: var(--lc-display); font-size: 13px; }
.service-map .leaflet-tooltip { border: 1px solid rgba(143,232,228,.3); border-radius: 8px; color: var(--lc-white); font-family: var(--lc-display); font-size: 10px; font-weight: 700; background: #102929; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.service-map .leaflet-tooltip-top::before { border-top-color: #102929; }
.service-pin-shell { border: 0 !important; background: none !important; }
.service-pin { position: relative; display: block; width: 15px; height: 15px; border: 2px solid #fff; border-radius: 50% 50% 50% 0; background: var(--lc-aqua); box-shadow: 0 3px 10px rgba(7,25,25,.36); transform: translate(2px, 1px) rotate(-45deg); }
.service-pin i { position: absolute; left: 50%; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--lc-deep); transform: translate(-50%, -50%); }
.map-fallback { display: grid; height: 100%; place-items: center; margin: 0; padding: 30px; color: var(--lc-white); text-align: center; }
.area-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.area-group { padding: 23px; border: 1px solid var(--lc-line); border-radius: 20px; background: var(--lc-white); }
.area-group h3 { margin: 0 0 14px; font-family: var(--lc-display); font-size: 16px; }
.area-group ul { columns: 1; margin: 0; padding: 0; list-style: none; color: var(--lc-muted); font-size: 11px; line-height: 1.9; }
.zip-check { margin-top: 16px; padding: 24px; border-radius: 20px; color: var(--lc-white); background: var(--lc-slate); }
.zip-check h3 { margin: 0; font-family: var(--lc-display); font-size: 20px; }
.zip-check p { color: rgba(255,255,255,.63); font-size: 12px; }
.zip-form { display: flex; gap: 8px; }
.zip-form input { min-width: 0; flex: 1; border: 0; border-radius: 999px; padding: 13px 16px; outline: none; }

/* Forms */
.estimate-layout { display: grid; grid-template-columns: 1fr .72fr; align-items: start; gap: 25px; }
.estimate-form-card, .referral-form-card { padding: clamp(25px, 4vw, 42px); border: 1px solid var(--lc-line); border-radius: 28px; background: var(--lc-white); box-shadow: 0 22px 70px rgba(17,42,42,.07); }
.estimate-form-card h2, .referral-form-card h2 { margin: 0 0 8px; font-family: var(--lc-display); font-size: 32px; letter-spacing: -.05em; }
.estimate-form-card > p, .referral-form-card > p { margin: 0 0 28px; color: var(--lc-muted); font-size: 12px; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-grid > .full { grid-column: 1 / -1; }
.form-field label { font-family: var(--lc-display); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--lc-line); border-radius: 12px; padding: 13px 14px; color: var(--lc-ink); background: var(--lc-cloud); outline: none; }
.form-field textarea { min-height: 100px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--lc-slate); box-shadow: 0 0 0 3px rgba(79,95,95,.1); }
.form-consent { margin: 0; color: var(--lc-muted); font-size: 9px; line-height: 1.5; }
.estimate-aside { display: grid; gap: 15px; }
.estimate-aside-card { padding: 25px; border: 1px solid var(--lc-line); border-radius: 22px; background: var(--lc-white); }
.estimate-aside-card h3 { margin: 0 0 12px; font-family: var(--lc-display); font-size: 18px; }
.estimate-aside-card p, .estimate-aside-card li { color: var(--lc-muted); font-size: 11px; line-height: 1.65; }
.estimate-aside-card ul { margin: 0; padding-left: 18px; }
.estimate-result { display: none; margin-top: 20px; padding: 20px; border-radius: 17px; color: var(--lc-deep); background: var(--lc-mist); }
.estimate-result.show { display: block; }
.estimate-result strong { display: block; font-family: var(--lc-display); font-size: 21px; }
.estimate-result small { display: block; margin-top: 7px; line-height: 1.5; }

/* Reviews + FAQ */
.review-summary { display: grid; grid-template-columns: .55fr 1fr; gap: 20px; margin-bottom: 20px; }
.score-card { display: grid; place-items: center; min-height: 250px; padding: 30px; border-radius: 25px; text-align: center; color: var(--lc-white); background: var(--lc-slate); }
.score-card strong { display: block; font-family: var(--lc-display); font-size: 72px; line-height: .8; }
.score-card span { color: var(--lc-aqua); letter-spacing: 5px; }
.score-card small { display: block; margin-top: 10px; opacity: .62; }
.review-feature { display: flex; flex-direction: column; justify-content: center; padding: 36px; border: 1px solid var(--lc-line); border-radius: 25px; background: var(--lc-white); }
.review-feature blockquote { margin: 0; font-family: var(--lc-display); font-size: clamp(23px, 3vw, 36px); line-height: 1.28; letter-spacing: -.04em; }
.review-feature cite { margin-top: 21px; color: var(--lc-muted); font-size: 11px; font-style: normal; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.review-card { padding: 26px; border: 1px solid var(--lc-line); border-radius: 21px; background: var(--lc-white); }
.review-card .stars { color: var(--lc-slate); letter-spacing: 4px; }
.review-card blockquote { margin: 17px 0 20px; font-family: var(--lc-display); font-size: 17px; line-height: 1.5; }
.review-card cite { color: var(--lc-muted); font-size: 10px; font-style: normal; }
.sample-note { margin-top: 18px; color: var(--lc-muted); font-size: 10px; text-align: center; }
.faq-layout { display: grid; grid-template-columns: .58fr 1fr; gap: 55px; align-items: start; }
.faq-intro { position: sticky; top: 30px; }
.faq-intro h2 { margin: 0; font-family: var(--lc-display); font-size: clamp(42px, 5.7vw, 70px); line-height: .94; letter-spacing: -.065em; }
.faq-intro p { color: var(--lc-muted); line-height: 1.7; }
.faq-list { display: grid; }
.faq-item { border-bottom: 1px solid var(--lc-line); }
.faq-item summary { position: relative; padding: 22px 46px 22px 0; list-style: none; font-family: var(--lc-display); font-size: 16px; font-weight: 800; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 18px; display: grid; width: 28px; aspect-ratio: 1; place-items: center; border: 1px solid var(--lc-line); border-radius: 50%; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 45px 24px 0; color: var(--lc-muted); font-size: 12px; line-height: 1.75; }

/* Offers */
.offer-hero-card { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 40px; padding: clamp(32px, 6vw, 70px); border-radius: 34px; color: var(--lc-white); background: var(--lc-slate); }
.offer-hero-card h2 { margin: 0; font-family: var(--lc-display); font-size: clamp(47px, 7vw, 84px); line-height: .88; letter-spacing: -.075em; }
.offer-hero-card p { color: rgba(255,255,255,.65); line-height: 1.75; }
.reward-visual { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 13px; }
.reward-card { display: grid; min-height: 185px; place-items: center; padding: 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; text-align: center; background: rgba(255,255,255,.08); }
.reward-card strong { display: block; font-family: var(--lc-display); font-size: 46px; color: var(--lc-aqua); }
.reward-card small { display: block; margin-top: 8px; font-size: 10px; line-height: 1.4; opacity: .7; }
.reward-plus { font-family: var(--lc-display); font-size: 25px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.offer-card { padding: 27px; border: 1px solid var(--lc-line); border-radius: 22px; background: var(--lc-white); }
.offer-card b { font-size: 27px; }
.offer-card h3 { margin: 19px 0 9px; font-family: var(--lc-display); font-size: 21px; }
.offer-card p { color: var(--lc-muted); font-size: 12px; line-height: 1.7; }
.offer-terms { margin-top: 11px; font-size: 9px; color: var(--lc-muted); }
.referral-layout { display: grid; grid-template-columns: .72fr 1fr; align-items: start; gap: 55px; }
.referral-copy h2 { margin: 0; font-family: var(--lc-display); font-size: clamp(41px, 5.4vw, 67px); line-height: .95; letter-spacing: -.065em; }
.referral-copy > p { color: var(--lc-muted); line-height: 1.75; }
.steps-list { display: grid; gap: 10px; margin-top: 25px; }
.step-row { display: grid; grid-template-columns: 33px 1fr; gap: 12px; padding: 14px; border: 1px solid var(--lc-line); border-radius: 14px; }
.step-row b { display: grid; width: 30px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--lc-deep); font-size: 10px; background: var(--lc-mist); }
.step-row strong, .step-row small { display: block; }
.step-row strong { font-size: 12px; }
.step-row small { margin-top: 4px; color: var(--lc-muted); font-size: 10px; line-height: 1.5; }

/* CTA + footer */
.site-cta { padding-block: 85px; }
.site-cta-card { position: relative; overflow: hidden; padding: clamp(45px, 7vw, 85px) 30px; border-radius: 31px; text-align: center; color: var(--lc-white); background: var(--lc-slate); }
.site-cta-card h2 { margin: 0; font-family: var(--lc-display); font-size: clamp(45px, 7vw, 80px); line-height: .9; letter-spacing: -.07em; }
.site-cta-card p { max-width: 600px; margin: 19px auto 27px; color: rgba(255,255,255,.65); line-height: 1.7; }
.multi-footer { padding-block: 55px 95px; }
.footer-columns { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 45px; }
.footer-about p { max-width: 380px; color: var(--lc-muted); font-size: 12px; line-height: 1.7; }
.footer-column h3 { margin: 0 0 15px; font-family: var(--lc-display); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-column nav { display: grid; gap: 10px; color: var(--lc-muted); font-size: 11px; }
.footer-end { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--lc-line); color: var(--lc-muted); font-size: 9px; }

/* Chat */
.chat-launcher { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: grid; width: 58px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--lc-white); font-size: 22px; background: var(--lc-deep); box-shadow: 0 15px 45px rgba(0,0,0,.24); cursor: pointer; }
.chat-launcher::after { content: ""; position: absolute; right: 5px; top: 5px; width: 9px; aspect-ratio: 1; border: 2px solid var(--lc-deep); border-radius: 50%; background: var(--lc-aqua); }
.chat-panel { position: fixed; right: 20px; bottom: 90px; z-index: 91; display: none; width: min(370px, calc(100% - 24px)); max-height: min(620px, calc(100vh - 120px)); overflow: hidden; border: 1px solid var(--lc-line); border-radius: 25px; color: var(--lc-ink); background: var(--lc-white); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.chat-panel.open { display: grid; grid-template-rows: auto minmax(170px, 1fr) auto; }
.chat-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 17px; color: var(--lc-white); background: var(--lc-slate); }
.chat-avatar { display: grid; width: 42px; aspect-ratio: 1; place-items: center; overflow: hidden; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; background: var(--lc-white); }
.chat-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.chat-head strong, .chat-head small { display: block; }
.chat-head strong { font-family: var(--lc-display); font-size: 13px; }
.chat-head small { margin-top: 3px; font-size: 9px; opacity: .67; }
.chat-close { display: grid; width: 32px; aspect-ratio: 1; place-items: center; border: 0; border-radius: 50%; color: var(--lc-white); background: rgba(255,255,255,.1); cursor: pointer; }
.chat-messages { display: flex; min-height: 230px; flex-direction: column; gap: 9px; overflow-y: auto; padding: 16px; background: var(--lc-cloud); }
.chat-bubble { max-width: 84%; padding: 11px 13px; border-radius: 15px 15px 15px 4px; font-size: 11px; line-height: 1.5; background: var(--lc-white); box-shadow: 0 4px 14px rgba(20,50,50,.05); }
.chat-bubble.client { align-self: flex-end; border-radius: 15px 15px 4px 15px; color: var(--lc-white); background: var(--lc-slate); }
.chat-bubble small { display: block; margin-top: 5px; font-size: 8px; opacity: .55; }
.chat-identify { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px 14px 0; }
.chat-identify input { min-width: 0; border: 1px solid var(--lc-line); border-radius: 10px; padding: 9px 10px; font-size: 10px; outline: none; }
.chat-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 14px 14px; }
.chat-form textarea { min-height: 46px; max-height: 90px; resize: none; border: 1px solid var(--lc-line); border-radius: 13px; padding: 11px; font-size: 10px; outline: none; }
.chat-send { width: 46px; border: 0; border-radius: 13px; color: var(--lc-white); background: var(--lc-deep); cursor: pointer; }
.site-toast { position: fixed; z-index: 110; left: 50%; bottom: 25px; transform: translate(-50%, 25px); max-width: calc(100% - 30px); padding: 13px 18px; border-radius: 999px; color: var(--lc-white); background: var(--lc-deep); box-shadow: 0 16px 50px rgba(0,0,0,.25); font-size: 11px; opacity: 0; pointer-events: none; transition: .25s ease; }
.site-toast.show { transform: translate(-50%, 0); opacity: 1; }

/* Theme 01: Orbit */
body[data-template="orbit"] { color: var(--lc-white); background: #102626; }
body[data-template="orbit"] .notice-strip { color: var(--lc-deep); background: var(--lc-aqua); }
body[data-template="orbit"] .multi-header { border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(16,38,38,.9); backdrop-filter: blur(18px); }
body[data-template="orbit"] .multi-menu .estimate-link { color: var(--lc-deep); background: var(--lc-aqua); }
body[data-template="orbit"] .home-hero { background: radial-gradient(circle at 82% 25%, rgba(81,215,209,.14), transparent 28%), linear-gradient(145deg, #102525, #284242); }
body[data-template="orbit"] .home-hero::after { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(black, transparent); }
body[data-template="orbit"] .home-hero h1 span { color: var(--lc-aqua); }
body[data-template="orbit"] .home-character::before, body[data-template="orbit"] .home-character::after { content: ""; position: absolute; inset: 10% 2% 3%; border: 1px solid rgba(143,232,228,.23); border-radius: 50%; }
body[data-template="orbit"] .home-character::after { inset: 18% 12% 10%; border-style: dashed; }
body[data-template="orbit"] .home-character img { border-radius: 220px 220px 28px 28px; }
body[data-template="orbit"] .character-note { color: var(--lc-ink); background: var(--lc-white); }
body[data-template="orbit"] .page-hero { background: radial-gradient(circle at 80% 20%, rgba(143,232,228,.14), transparent 30%), #173232; }
body[data-template="orbit"] .page-character { border: 1px solid rgba(143,232,228,.23); border-radius: 190px 190px 22px 22px; }
body[data-template="orbit"] .trust-ribbon { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
body[data-template="orbit"] .trust-ribbon-item + .trust-ribbon-item { border-color: rgba(255,255,255,.1); }
body[data-template="orbit"] .content-section, body[data-template="orbit"] .multi-footer { color: var(--lc-ink); background: var(--lc-cloud); }
body[data-template="orbit"] .content-section.alt { background: #e8f1ef; }
body[data-template="orbit"] .multi-footer { border-top: 1px solid var(--lc-line); }
body[data-template="orbit"] .site-cta { color: var(--lc-ink); background: var(--lc-cloud); }

/* Theme 02: Bubbles */
body[data-template="bubbles"] { background: #fbfdfc; }
body[data-template="bubbles"] .notice-strip { color: var(--lc-white); background: var(--lc-slate); }
body[data-template="bubbles"] .multi-header { border-bottom: 1px solid var(--lc-line); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
body[data-template="bubbles"] .multi-menu .estimate-link { color: var(--lc-white); background: var(--lc-slate); }
body[data-template="bubbles"] .home-hero { background: radial-gradient(circle at 85% 16%, rgba(143,232,228,.58), transparent 16%), radial-gradient(circle at 5% 90%, rgba(255,181,139,.35), transparent 18%), var(--lc-white); }
body[data-template="bubbles"] .home-hero h1 span { position: relative; display: inline-block; color: var(--lc-slate); }
body[data-template="bubbles"] .home-hero h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; border-bottom: 4px solid var(--lc-cyan); border-radius: 50%; transform: rotate(-1deg); }
body[data-template="bubbles"] .home-character { align-items: center; padding: 18px; }
body[data-template="bubbles"] .home-character::before { content: ""; position: absolute; inset: 5%; border-radius: 46% 54% 48% 52%; background: var(--lc-mist); transform: rotate(4deg); }
body[data-template="bubbles"] .home-character img { width: 390px; max-height: 450px; border: 10px solid var(--lc-white); border-radius: 46% 54% 45% 55%; box-shadow: 0 25px 70px rgba(32,72,72,.15); }
body[data-template="bubbles"] .character-note { right: 0; left: auto; bottom: 50px; background: var(--lc-apricot); transform: rotate(-3deg); }
body[data-template="bubbles"] .page-hero { background: linear-gradient(135deg, #edfafa, #fff 56%, #fff4ed); }
body[data-template="bubbles"] .page-character { border: 10px solid var(--lc-white); border-radius: 50% 50% 28px 28px; box-shadow: 12px 14px 0 rgba(79,95,95,.12); transform: rotate(1.5deg); }
body[data-template="bubbles"] .feature-card:nth-child(2) { transform: translateY(13px); }
body[data-template="bubbles"] .feature-card, body[data-template="bubbles"] .package-card, body[data-template="bubbles"] .review-card, body[data-template="bubbles"] .area-group { border-radius: 31px; }
body[data-template="bubbles"] .site-cta-card { border-radius: 42px; }
body[data-template="bubbles"] .lc-kicker { color: var(--lc-slate); }

/* Theme 03: Clean Lab */
body[data-template="cleanlab"] { color: var(--lc-white); background: #071919; }
body[data-template="cleanlab"]::before { display: none; }
body[data-template="cleanlab"] .notice-strip { color: var(--lc-deep); background: var(--lc-aqua); }
body[data-template="cleanlab"] .multi-header { border-bottom: 1px solid rgba(143,232,228,.14); background: rgba(7,25,25,.92); backdrop-filter: blur(16px); }
body[data-template="cleanlab"] .notice-strip { min-height: 30px; padding-block: 5px; font-size: 10px; }
body[data-template="cleanlab"] .multi-nav { min-height: 82px; }
body[data-template="cleanlab"] .multi-brand { gap: 5px; }
body[data-template="cleanlab"] .multi-brand-mark { width: 49px; overflow: visible; border: 0; border-radius: 0; color: var(--lc-aqua); background: none; box-shadow: none; }
body[data-template="cleanlab"] .clean-pop-mark { position: relative; }
body[data-template="cleanlab"] .clean-pop-mark .clean-pop-layer { position: absolute; left: 50%; top: 50%; width: 78px; max-width: none; height: 78px; object-fit: contain; transform: translate(-50%, -50%); }
body[data-template="cleanlab"] .clean-pop-ring,
body[data-template="cleanlab"] .clean-pop-spark { transform-origin: 50% 50%; animation: clean-pop-lockup 8s cubic-bezier(.34,1.3,.64,1) infinite; }
body[data-template="cleanlab"] .clean-pop-suds { position: absolute; inset: 0; pointer-events: none; }
body[data-template="cleanlab"] .clean-pop-suds i { position: absolute; width: 6px; aspect-ratio: 1; border: 1px solid var(--lc-aqua); border-radius: 50%; opacity: 0; animation: clean-pop-sud 8s ease-out infinite; }
body[data-template="cleanlab"] .clean-pop-suds i:nth-child(1) { left: 2px; bottom: 11px; --sud-x: -7px; --sud-y: -10px; }
body[data-template="cleanlab"] .clean-pop-suds i:nth-child(2) { left: 13px; top: 0; width: 4px; --sud-x: -3px; --sud-y: -9px; animation-delay: .12s; }
body[data-template="cleanlab"] .clean-pop-suds i:nth-child(3) { right: 1px; bottom: 7px; width: 5px; --sud-x: 7px; --sud-y: -7px; animation-delay: .22s; }
body[data-template="cleanlab"] .multi-brand-copy { gap: 4px; line-height: .73; }
body[data-template="cleanlab"] .multi-brand-copy strong { color: transparent; font-size: 27px; letter-spacing: -.06em; background: linear-gradient(105deg, #fff 0 72%, var(--lc-aqua)); -webkit-background-clip: text; background-clip: text; }
body[data-template="cleanlab"] .multi-brand-copy small { position: relative; display: block; margin-left: 8px; color: var(--lc-aqua); font-size: 10px; letter-spacing: .38em; opacity: .82; }
body[data-template="cleanlab"] .brand-soap-word { position: relative; display: inline-block; animation: brand-soap-splash 8s ease-out infinite; }
body[data-template="cleanlab"] .brand-soap-word::before,
body[data-template="cleanlab"] .brand-soap-word::after { content: ""; position: absolute; z-index: 2; width: 5px; aspect-ratio: 1; border: 1px solid var(--lc-aqua); border-radius: 50%; opacity: 0; pointer-events: none; animation: brand-suds-splash 8s ease-out infinite; }
body[data-template="cleanlab"] .brand-soap-word::before { left: 18%; top: 48%; box-shadow: 17px -2px 0 -1px rgba(143,232,228,.8), 36px 2px 0 -1px rgba(143,232,228,.65); }
body[data-template="cleanlab"] .brand-soap-word::after { right: 8%; top: 42%; width: 4px; animation-delay: .12s; }
body[data-template="cleanlab"] .multi-menu { gap: 23px; }
body[data-template="cleanlab"] .multi-menu > a { font-size: 13px; letter-spacing: .025em; }
body[data-template="cleanlab"] .multi-menu .estimate-link { color: var(--lc-deep); background: var(--lc-aqua); border-radius: 9px; }
body[data-template="cleanlab"] .home-hero { background: radial-gradient(circle at 77% 34%, rgba(143,232,228,.105), transparent 27%), linear-gradient(180deg, #071919, #081d1d); }
body[data-template="cleanlab"] .home-hero h1 span { color: transparent; -webkit-text-stroke: 1px var(--lc-aqua); }
body[data-template="cleanlab"] .home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(365px, .7fr); min-height: 500px; gap: 34px; padding-block: 28px 34px; }
body[data-template="cleanlab"] .home-hero h1 { font-size: clamp(54px, 7.1vw, 90px); }
body[data-template="cleanlab"] .home-hero-copy > p { margin-block: 18px 21px; }
body[data-template="cleanlab"] .hero-proof { margin-top: 18px; }
body[data-template="cleanlab"] .home-character { width: min(100%, 455px); min-height: 0; aspect-ratio: 1 / 1; align-self: center; justify-self: center; place-items: stretch; overflow: hidden; border: 1px solid rgba(143,232,228,.14); border-radius: 18px; background: #071919; isolation: isolate; }
body[data-template="cleanlab"] .home-character::before, body[data-template="cleanlab"] .home-character::after { display: none; }
body[data-template="cleanlab"] .home-character img { width: 100%; height: 100%; max-height: none; border: 0; border-radius: 0; object-fit: cover; object-position: center 17%; transform: none; -webkit-mask-image: none; mask-image: none; }
body[data-template="cleanlab"] .character-note { right: 14px; bottom: 14px; left: auto; padding: 11px 13px; }
body[data-template="cleanlab"] .character-note { color: var(--lc-white); border: 1px solid rgba(143,232,228,.2); border-radius: 8px; background: rgba(8,29,29,.84); backdrop-filter: blur(14px); }
body[data-template="cleanlab"] .page-hero { border-bottom: 1px solid rgba(143,232,228,.13); background: radial-gradient(circle at 80% 24%, rgba(143,232,228,.095), transparent 30%), linear-gradient(180deg, #071919, #081d1d); }
body[data-template="cleanlab"] .page-hero-grid { grid-template-columns: 1fr minmax(280px, 370px); min-height: 306px; gap: 34px; padding-block: 24px; }
body[data-template="cleanlab"] .page-hero h1 { font-size: clamp(46px, 6vw, 72px); }
body[data-template="cleanlab"] .page-hero-copy > p { margin-top: 15px; }
body[data-template="cleanlab"] .page-character { width: 100%; height: auto; aspect-ratio: 4 / 3; align-self: center; overflow: hidden; border: 1px solid rgba(143,232,228,.17); border-radius: 17px; background: radial-gradient(circle at 50% 45%, rgba(143,232,228,.1), rgba(4,19,19,.72)); box-shadow: 0 18px 48px rgba(0,0,0,.19); }
body[data-template="cleanlab"] .page-character img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
body[data-template="cleanlab"] .trust-ribbon { border-color: rgba(143,232,228,.13); background: rgba(255,255,255,.02); }
body[data-template="cleanlab"] .trust-ribbon-item + .trust-ribbon-item { border-color: rgba(143,232,228,.13); }
body[data-template="cleanlab"] .trust-ribbon-item { min-height: 72px; padding-block: 13px; }
body[data-template="cleanlab"] .content-section, body[data-template="cleanlab"] .multi-footer { color: var(--lc-white); background: #0b2121; }
body[data-template="cleanlab"] .content-section.alt { background: #071919; }
body[data-template="cleanlab"] .content-section { padding-block: 54px; }
body[data-template="cleanlab"][data-page="areas"] .page-main > .content-section:first-child { padding-top: 22px; }
body[data-template="cleanlab"] .section-title { margin-bottom: 25px; }
body[data-template="cleanlab"] .section-title p:not(.lc-kicker) { margin-top: 12px; }
body[data-template="cleanlab"] .feature-card, body[data-template="cleanlab"] .package-card, body[data-template="cleanlab"] .review-card, body[data-template="cleanlab"] .review-feature, body[data-template="cleanlab"] .area-group, body[data-template="cleanlab"] .estimate-form-card, body[data-template="cleanlab"] .estimate-aside-card, body[data-template="cleanlab"] .referral-form-card, body[data-template="cleanlab"] .offer-card { color: var(--lc-white); border-color: rgba(143,232,228,.15); border-radius: 13px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
body[data-template="cleanlab"] .feature-grid, body[data-template="cleanlab"] .package-grid, body[data-template="cleanlab"] .review-grid, body[data-template="cleanlab"] .offer-grid { gap: 14px; }
body[data-template="cleanlab"] .feature-card { padding: 22px; }
body[data-template="cleanlab"] .feature-card h3 { margin-top: 16px; }
body[data-template="cleanlab"] .package-card { min-height: 354px; padding: 22px; }
body[data-template="cleanlab"] .package-card h3 { margin-top: 17px; }
body[data-template="cleanlab"] .package-price small { color: var(--lc-aqua); opacity: .7; }
body[data-template="cleanlab"] .split-section { gap: 46px; }
body[data-template="cleanlab"] .split-character { min-height: 0; aspect-ratio: 1 / 1; border: 1px solid rgba(143,232,228,.14); border-radius: 18px; background: radial-gradient(circle at 50% 38%, rgba(143,232,228,.12), rgba(4,19,19,.82)); }
body[data-template="cleanlab"] .split-character img { height: 100%; min-height: 0; object-fit: contain; object-position: center; }
body[data-template="cleanlab"] .feature-card p, body[data-template="cleanlab"] .package-card > p, body[data-template="cleanlab"] .package-card ul, body[data-template="cleanlab"] .review-card cite, body[data-template="cleanlab"] .area-group ul, body[data-template="cleanlab"] .estimate-aside-card p, body[data-template="cleanlab"] .estimate-aside-card li, body[data-template="cleanlab"] .offer-card p, body[data-template="cleanlab"] .referral-copy > p, body[data-template="cleanlab"] .footer-about p, body[data-template="cleanlab"] .footer-column nav, body[data-template="cleanlab"] .footer-end, body[data-template="cleanlab"] .faq-answer, body[data-template="cleanlab"] .faq-intro p, body[data-template="cleanlab"] .sample-note { color: rgba(255,255,255,.55); }
body[data-template="cleanlab"] .form-field input, body[data-template="cleanlab"] .form-field select, body[data-template="cleanlab"] .form-field textarea { color: var(--lc-white); border-color: rgba(143,232,228,.16); background: rgba(255,255,255,.04); }
body[data-template="cleanlab"] .form-field select option { color: var(--lc-ink); }
body[data-template="cleanlab"] .estimate-form-card > p, body[data-template="cleanlab"] .referral-form-card > p, body[data-template="cleanlab"] .review-feature cite { color: rgba(255,255,255,.55); }
body[data-template="cleanlab"] .package-card.featured { border-color: var(--lc-aqua); background: rgba(143,232,228,.09); }
body[data-template="cleanlab"] .extras-grid { justify-content: center; gap: 10px; }
body[data-template="cleanlab"] .extra-chip { min-width: 118px; padding: 11px 16px; color: rgba(255,255,255,.8); border-color: rgba(143,232,228,.25); background: rgba(143,232,228,.07); text-align: center; }
body[data-template="cleanlab"] .area-layout { align-items: start; gap: 18px; }
body[data-template="cleanlab"] .map-card { min-height: 500px; border-radius: 17px; }
body[data-template="cleanlab"] .map-card iframe, body[data-template="cleanlab"] .service-map { height: 500px; }
body[data-template="cleanlab"] .area-groups { display: block; column-count: 2; column-gap: 12px; }
body[data-template="cleanlab"] .area-group { display: inline-block; width: 100%; margin: 0 0 12px; padding: 20px; break-inside: avoid; vertical-align: top; }
body[data-template="cleanlab"] .area-group h3 { margin-bottom: 15px; font-size: 17px; }
body[data-template="cleanlab"] .area-group ul { display: grid; gap: 8px; line-height: 1.45; }
body[data-template="cleanlab"] .area-group li { display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 7px; align-items: start; }
body[data-template="cleanlab"] .area-group li::before { content: "✦"; color: var(--lc-aqua); font-size: 9px; line-height: 1.6; }
body[data-template="cleanlab"] .area-group li[data-map-location] { cursor: pointer; }
body[data-template="cleanlab"] .area-group li[data-map-location]:hover, body[data-template="cleanlab"] .area-group li[data-map-location]:focus-visible { color: var(--lc-aqua); outline: none; }
body[data-template="cleanlab"] .area-group-south { display: block; column-span: all; }
body[data-template="cleanlab"] .area-group-south ul { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px 18px; }
body[data-template="cleanlab"] .zip-check { padding: 20px; }
body[data-template="cleanlab"] .estimate-layout, body[data-template="cleanlab"] .faq-layout, body[data-template="cleanlab"] .referral-layout { gap: 34px; }
body[data-template="cleanlab"] .estimate-form-card, body[data-template="cleanlab"] .referral-form-card { padding: clamp(24px, 3vw, 34px); }
body[data-template="cleanlab"] .review-summary { gap: 14px; }
body[data-template="cleanlab"] .review-card { padding: 22px; }
body[data-template="cleanlab"] .offer-hero-card { gap: 32px; padding: clamp(30px, 4.5vw, 54px); border: 1px solid rgba(143,232,228,.15); border-radius: 18px; background: radial-gradient(circle at 78% 25%, rgba(143,232,228,.13), transparent 35%), #102929; }
body[data-template="cleanlab"] .site-cta { padding-block: 42px; background: #0b2121; }
body[data-template="cleanlab"] .site-cta-card { padding-block: 50px; border: 1px solid rgba(143,232,228,.2); border-radius: 15px; background: radial-gradient(circle at center top, rgba(143,232,228,.13), transparent 48%), #102929; }
body[data-template="cleanlab"] .multi-footer { padding-block: 42px 72px; border-top: 1px solid rgba(143,232,228,.13); background: #051414; }
body[data-template="cleanlab"] .footer-end { margin-top: 30px; }
body[data-template="cleanlab"] .footer-end { border-color: rgba(143,232,228,.13); }
body[data-template="cleanlab"] .value-row, body[data-template="cleanlab"] .faq-item { border-color: rgba(143,232,228,.14); }
body[data-template="cleanlab"] .step-row { border-color: rgba(143,232,228,.14); }
body[data-template="cleanlab"] .step-row small { color: rgba(255,255,255,.5); }

@media (max-width: 1080px) {
  .multi-menu { gap: 13px; }
  .multi-menu > a { font-size: 10px; }
  .multi-menu .portal-link { display: none; }
  .home-hero-grid { grid-template-columns: 1fr .63fr; }
  .package-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .package-card:last-child, .review-card:last-child { grid-column: 1 / -1; }
  .footer-columns { grid-template-columns: 1.2fr repeat(2,.8fr); }
  .footer-column:last-child { grid-column: 2 / -1; }
  body[data-template="cleanlab"] .multi-menu { gap: 11px; }
  body[data-template="cleanlab"] .multi-menu > a { font-size: 11px; }
  body[data-template="cleanlab"] .home-hero-grid { grid-template-columns: 1fr .62fr; }
}
@media (max-width: 860px) {
  .multi-menu-toggle { display: block; }
  .multi-menu { position: fixed; inset: 0; z-index: 60; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--lc-white); background: rgba(6,24,24,.97); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
  .menu-active .multi-menu { opacity: 1; pointer-events: auto; }
  .multi-menu > a { padding: 8px; font-size: 17px; }
  .multi-menu .portal-link { display: block; }
  .multi-menu .estimate-link { min-height: 48px; padding-inline: 22px; }
  .menu-active .multi-menu-toggle { position: relative; z-index: 70; color: var(--lc-white); }
  .home-hero-grid { grid-template-columns: 1fr; padding-top: 75px; text-align: center; }
  .home-hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .home-character { width: min(560px, 100%); min-height: 430px; margin-inline: auto; }
  .page-hero-grid { grid-template-columns: 1fr .48fr; }
  .split-section, .area-layout, .estimate-layout, .faq-layout, .referral-layout, .offer-hero-card { grid-template-columns: 1fr; }
  .map-card, .faq-intro { position: relative; top: auto; }
  .map-card { min-height: 460px; }
  .map-card iframe, .service-map { height: 460px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card:nth-child(2) { transform: none !important; }
  .review-summary { grid-template-columns: 1fr; }
  .reward-visual { max-width: 520px; margin-inline: auto; }
  body[data-template="cleanlab"] .multi-menu > a { font-size: 18px; }
  body[data-template="cleanlab"] .multi-header { backdrop-filter: none; }
  body[data-template="cleanlab"] .multi-menu { min-height: 100dvh; justify-content: center; gap: 15px; overflow-y: auto; padding: 76px 24px 38px; background: rgba(5,20,20,.995); }
  body[data-template="cleanlab"] .multi-menu > a { padding-block: 6px; }
  body[data-template="cleanlab"] .home-hero-grid { grid-template-columns: 1fr; padding-top: 52px; }
  body[data-template="cleanlab"] .page-hero-grid { grid-template-columns: 1fr .52fr; }
}
@media (max-width: 620px) {
  .site-shell { width: min(100% - 24px, 1220px); }
  .notice-strip { min-height: 28px; padding: 6px 12px; font-size: 9px; letter-spacing: .045em; line-height: 1; white-space: nowrap; }
  .notice-desktop { display: none; }
  .notice-mobile { display: inline; }
  .multi-nav { min-height: 72px; }
  .home-hero-grid { min-height: auto; padding-block: 63px 45px; }
  .home-hero h1 { font-size: clamp(53px, 17vw, 80px); }
  .home-character { min-height: 360px; }
  .home-character img { max-height: 390px; }
  .page-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-bottom: 0; text-align: center; }
  .page-hero-copy > p { margin-inline: auto; }
  .page-character { width: min(320px, 100%); height: 250px; margin-inline: auto; }
  .trust-ribbon-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-ribbon-item { min-width: 0; gap: 8px; padding: 16px 12px; }
  .trust-ribbon-item + .trust-ribbon-item { border-left: 0; }
  .trust-ribbon-item:nth-child(even) { border-left: 1px solid var(--lc-line); }
  .trust-ribbon-item:nth-child(n+3) { border-top: 1px solid var(--lc-line); }
  .trust-ribbon-item b { display: grid; width: 26px; height: 26px; flex: 0 0 26px; place-items: center; line-height: 1; }
  .trust-ribbon-item span { max-width: 170px; line-height: 1.35; }
  .content-section { padding-block: 70px; }
  .hero-actions { flex-direction: column; gap: 8px; }
  .package-grid, .review-grid, .area-groups, .form-grid, .offer-grid { grid-template-columns: 1fr; }
  .package-card:last-child, .review-card:last-child { grid-column: auto; }
  .form-field.full { grid-column: auto; }
  .form-grid > .full { grid-column: auto; }
  .split-character, .split-character img { min-height: 430px; }
  .reward-visual { grid-template-columns: 1fr; }
  .reward-plus { transform: rotate(90deg); }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-end { flex-direction: column; }
  .chat-launcher { right: 12px; bottom: 12px; width: 54px; }
  .chat-panel { right: 12px; bottom: 76px; }
  .chat-identify { grid-template-columns: 1fr; }
  body[data-template="cleanlab"] .multi-brand-mark { width: 42px; }
  body[data-template="cleanlab"] .clean-pop-mark .clean-pop-layer { width: 70px; height: 70px; }
  body[data-template="cleanlab"] .multi-brand-copy strong { font-size: 23px; }
  body[data-template="cleanlab"] .home-hero-grid { padding-block: 42px 28px; }
  body[data-template="cleanlab"] .home-character { min-height: 0; }
  body[data-template="cleanlab"] .home-character img { height: 100%; object-position: center 20%; }
  body[data-template="cleanlab"] .page-hero-grid { grid-template-columns: 1fr; padding-bottom: 0; }
  body[data-template="cleanlab"] .page-character { width: 100%; height: 220px; }
  body[data-template="cleanlab"] .area-groups { column-count: 1; }
  body[data-template="cleanlab"] .area-group-south ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-template="cleanlab"] .content-section { padding-block: 48px; }
  body[data-template="cleanlab"][data-page="areas"] .page-main > .content-section:first-child { padding-top: 20px; }
  body[data-template="cleanlab"] .site-cta { padding-block: 36px; }
}
@media (max-width: 430px) {
  .trust-ribbon-item { min-height: 96px; flex-direction: column; gap: 7px; padding: 13px 9px; }
  .trust-ribbon-item span { max-width: 145px; font-size: 10px; }
}
@media (hover: none) and (pointer: coarse) {
  html, body.templated-site { touch-action: pan-x pan-y; }
  a, button, input, select, textarea, summary { touch-action: manipulation; }
  .multi-menu-toggle { -webkit-tap-highlight-color: transparent; }
  .service-map.leaflet-container { touch-action: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@keyframes clean-pop-lockup {
  0%, 4%, 18%, 100% { transform: translate(-50%, -50%) scale(1) rotate(0); }
  7% { transform: translate(-50%, -50%) scale(1.08, .94) rotate(-4deg); }
  10% { transform: translate(-50%, -50%) scale(.96, 1.07) rotate(2deg); }
  14% { transform: translate(-50%, -50%) scale(1.03, .99) rotate(-1deg); }
}

@keyframes clean-pop-sud {
  0%, 4%, 17%, 100% { opacity: 0; transform: translate(0, 0) scale(.3); }
  7% { opacity: .9; }
  14% { opacity: 0; transform: translate(var(--sud-x), var(--sud-y)) scale(1.15); }
}

@keyframes brand-soap-splash {
  0%, 27%, 45%, 100% { transform: scale(1); filter: none; }
  31% { transform: scale(1.06, .94) rotate(-1deg); filter: brightness(1.3); }
  35% { transform: scale(.98, 1.04) rotate(.5deg); }
  41% { transform: scale(1.005); filter: brightness(1.08); }
}

@keyframes brand-suds-splash {
  0%, 28%, 45%, 100% { opacity: 0; transform: translate(0, 0) scale(.25); }
  32% { opacity: .95; }
  42% { opacity: 0; transform: translate(5px, -10px) scale(1.15); }
}

@media (prefers-reduced-motion: reduce) {
  body[data-template="cleanlab"] .clean-pop-ring,
  body[data-template="cleanlab"] .clean-pop-spark,
  body[data-template="cleanlab"] .clean-pop-suds i,
  body[data-template="cleanlab"] .brand-soap-word,
  body[data-template="cleanlab"] .brand-soap-word::before,
  body[data-template="cleanlab"] .brand-soap-word::after { animation: none !important; }
}

/* Remove the source image's white square canvas around the circular home portrait. */
body[data-template="cleanlab"][data-page="home"] .content-section.alt .split-character {
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background: #071919;
}

body[data-template="cleanlab"][data-page="home"] .content-section.alt .split-character img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  transform-origin: center;
}

/* Match the Services hero frame to its square artwork so no side gutters remain. */
body[data-template="cleanlab"][data-page="services"] .page-character {
  width: min(100%, 370px);
  height: auto;
  aspect-ratio: 1 / 1;
  justify-self: end;
}

body[data-template="cleanlab"][data-page="services"] .page-character img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
