/* ============================================================================
 * INNOVATIVE MECHANICAL - CONTACT (v2, 2026-09-11) = the homepage v2 sheet + a .ct layer at the end
 * Built on inm-tokens.css. Client-pinned tokens respected: --band-grad (Rising Ink),
 * --card-dark, --h2-gold (dark-band accent word), --eyebrow-dark azure, --star.
 * Everything here is scoped to .rsg-inm-x.hp so it cannot leak into header/footer.
 * Layer order: tokens -> site -> header -> THIS -> footer.
 * ============================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.rsg-inm-x.hp{
  /* CONSISTENCY TOKENS 2026-09-10: every card/plate/button on the page uses these - do not hard-code radii, shadows, hairlines or plate borders */
  --r-card:16px; --r-btn:10px; --r-tile:10px;
  --ice-line:rgba(169,211,240,.2);
  --gold-line:var(--gold-line);
  --sh-3:0 30px 60px -28px rgba(8,25,42,.45),var(--sh-2);
  --sh-dark:0 30px 60px -28px rgba(0,13,30,.7),var(--sh-2);
  --band-grad-deep:linear-gradient(166deg,#141A24 0%,#001B3F 100%); /* darker Rising Ink for plates that sit on white (owner: 'make this section darker') */
  --ink:#1A1C1B; --muted:#5E5548; --line:rgba(26,28,27,.12);
  --fs-h1:clamp(36px,4.2vw,58px); --fs-h2:clamp(30px,3.1vw,44px); --fs-h3:22px;
  --lh-heading:1.08; --lh-body:1.7;
  --pad-1:72px; --pad-2:96px; --pad-3:120px;
  font-family:var(--font-body); color:var(--ink); font-size:16.5px; line-height:var(--lh-body);
  -webkit-font-smoothing:antialiased;
}
.rsg-inm-x.hp *{box-sizing:border-box}
.rsg-inm-x.hp .rsg-wrap{max-width:var(--container);margin:0 auto;padding:0 28px;position:relative}
.rsg-inm-x.hp p{margin:0}
.rsg-inm-x.hp ul{margin:0;padding:0;list-style:none}
.rsg-inm-x.hp img{display:block;max-width:100%}
.rsg-inm-x.hp a{color:inherit}

/* --- type ---------------------------------------------------------------- */
.rsg-inm-x.hp h1,.rsg-inm-x.hp h2,.rsg-inm-x.hp h3,.rsg-inm-x.hp h4{font-family:var(--font-heading);margin:0;text-wrap:balance}
.rsg-inm-x.hp .hp-h2{font-size:var(--fs-h2);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.015em;color:var(--ink)}
.rsg-inm-x.hp .hp-h2-dark{color:#fff}
.rsg-inm-x.hp .hp-acc-red{color:var(--red)}
.rsg-inm-x.hp .hp-acc-gold{color:var(--h2-gold)}
.rsg-inm-x.hp .hp-kicker-h2{display:flex;align-items:center;gap:12px;font-size:12.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--eyebrow-warm);margin-bottom:14px}
.rsg-inm-x.hp .hp-kicker-h2::before{content:"";width:26px;height:2px;border-radius:2px;background:var(--red)}
.rsg-inm-x.hp .hp-kicker-dark{color:var(--eyebrow-dark)}
.rsg-inm-x.hp .hp-kicker-dark::before{background:linear-gradient(90deg,var(--eyebrow-dark),var(--accent-dark))}
.rsg-inm-x.hp .hp-lede-dark{color:#E6EEF6;font-size:17.5px;max-width:62ch}
.rsg-inm-x.hp .rsg-sec--light p{color:var(--muted)}
.rsg-inm-x.hp .rsg-sec--dark p{color:var(--muted-dark)}

/* --- buttons: conversions only ------------------------------------------ */
.rsg-inm-x.hp .hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 26px;border-radius:var(--r-btn);font-family:var(--font-heading);font-weight:700;font-size:14.5px;line-height:1;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;white-space:nowrap;border:1.5px solid transparent;transition:transform .18s var(--ease),box-shadow .18s var(--ease),background-color .18s var(--ease)}
.rsg-inm-x.hp .hp-btn:active{transform:translateY(1px)}
.rsg-inm-x.hp .hp-btn-red{background:var(--red);color:#fff;box-shadow:0 8px 20px -10px rgba(170,24,44,.7)}
.rsg-inm-x.hp .hp-btn-red:hover{background:var(--red-2);transform:translateY(-1px)}
.rsg-inm-x.hp .hp-btn-ghost{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.34)}
.rsg-inm-x.hp .hp-btn-ghost:hover{background:rgba(255,255,255,.12)}
.rsg-inm-x.hp .hp-btn-navy{background:var(--navy);color:#fff}
.rsg-inm-x.hp .hp-btn-block{width:100%}
.rsg-inm-x.hp .hp-btn:focus-visible{outline:3px solid var(--ice);outline-offset:2px}
.rsg-inm-x.hp .hp-textlink{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--red);text-decoration:none;border-bottom:2px solid transparent;transition:border-color .18s}
.rsg-inm-x.hp .hp-textlink::after{content:"\2192";font-weight:600}
.rsg-inm-x.hp .hp-textlink:hover{border-color:var(--red)}
.rsg-inm-x.hp .hp-ctas{display:flex;flex-wrap:wrap;gap:12px 14px}

/* --- reveals (opt-in via .rsg-rv-js gate) -------------------------------- */
.rsg-inm-x.hp.rsg-rv-js .rsg-rv{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.rsg-inm-x.hp.rsg-rv-js .rsg-rv.rsg-d1{transition-delay:.08s}
.rsg-inm-x.hp.rsg-rv-js .rsg-rv.rsg-d2{transition-delay:.16s}
.rsg-inm-x.hp.rsg-rv-js .rsg-rv.is-in{opacity:1;transform:none}

/* --- dark bands ----------------------------------------------------------- */
.rsg-inm-x.hp .rsg-sec--dark{position:relative;background:var(--band-grad);color:#fff}
.rsg-inm-x.hp .rsg-sec--light{background:#fff;color:var(--ink)}

/* ============================================================================
 * S1 HERO
 * ============================================================================ */
.rsg-inm-x.hp .hp-hero{--hero-navy:#0B1B36;position:relative;overflow:hidden;background:var(--hero-navy);color:#fff;padding:84px 0 168px;min-height:600px;display:flex;align-items:center}
/* slideshow stage: full-bleed real job photos, feathered into the solid navy left */
.rsg-inm-x.hp .hp-hbg{position:absolute;right:0;top:0;width:66%;height:100%;z-index:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.35) 14%,#000 28%);mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.35) 14%,#000 28%)}
.rsg-inm-x.hp .hp-hslide{position:absolute;inset:0;opacity:0;transition:opacity 1.4s ease}
.rsg-inm-x.hp .hp-hslide.is-active{opacity:1}
.rsg-inm-x.hp .hp-himg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center;transform:scale(1.05)}
.rsg-inm-x.hp .hp-hslide.is-active .hp-himg{animation:hp-kb 7.2s ease-out forwards}
@keyframes hp-kb{from{transform:scale(1.05)}to{transform:scale(1.14)}}
/* scrim: keeps the left legible, lets the photo show on the right, carries the brand glows */
.rsg-inm-x.hp .hp-hero-scrim{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    radial-gradient(640px 640px at 6% 18%,rgba(83,157,214,.22),transparent 60%),
    radial-gradient(620px 620px at 4% 88%,rgba(226,198,163,.14),transparent 60%),
    linear-gradient(0deg,rgba(8,19,37,.5) 0%,transparent 26%),
    linear-gradient(95deg,var(--hero-navy) 0%,var(--hero-navy) 40%,rgba(11,27,54,.9) 47%,rgba(11,27,54,.55) 55%,rgba(11,27,54,.18) 62%,rgba(11,27,54,0) 68%)}
/* slideshow chrome: 4px progress bar along the top edge */
.rsg-inm-x.hp .hp-prog{position:absolute;top:0;left:0;right:0;height:4px;z-index:5;background:rgba(255,255,255,.16)}
.rsg-inm-x.hp .hp-prog i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--h2-gold),var(--eyebrow-dark))}
.rsg-inm-x.hp .hp-prog i.run{animation:hp-prog 7.2s linear forwards}
@keyframes hp-prog{from{width:0}to{width:100%}}
@media (prefers-reduced-motion:reduce){
  .rsg-inm-x.hp .hp-hslide{transition:none}
  .rsg-inm-x.hp .hp-hslide.is-active .hp-himg{animation:none;transform:scale(1.08)}
  .rsg-inm-x.hp .hp-prog i{animation:none;width:100%}
}
.rsg-inm-x.hp .hp-hero-wrap{position:relative;z-index:2;width:100%}
.rsg-inm-x.hp .hp-hero-copy{display:flex;flex-direction:column;max-width:640px}
/* H1 = title + counties line (Precision structure); display:contents lets the tagline H2 sit between them visually via flex order */
.rsg-inm-x.hp .hp-hero-h1{display:contents}
.rsg-inm-x.hp .hp-hero-h1-t{display:block;order:1;font-family:var(--font-heading);font-size:var(--fs-h1);font-weight:800;line-height:1.04;letter-spacing:-.018em;color:#fff;max-width:15ch;text-wrap:balance}
.rsg-inm-x.hp .hp-hero-tag{order:2}
.rsg-inm-x.hp .hp-hero-loc{order:3}
.rsg-inm-x.hp .hp-hero .hp-chips{order:4}
.rsg-inm-x.hp .hp-hero .hp-ctas{order:5}
.rsg-inm-x.hp .hp-hero-tag{margin-top:14px;font-family:var(--font-heading);font-size:clamp(20px,2vw,27px);font-weight:700;color:var(--h2-gold);letter-spacing:-.01em}
.rsg-inm-x.hp .hp-hero-loc{align-items:center;margin-top:18px;display:flex;gap:10px;font-family:var(--font-body);font-size:16px;font-weight:500;line-height:var(--lh-body);color:var(--muted-dark);max-width:52ch;text-wrap:pretty;letter-spacing:0}
.rsg-inm-x.hp .hp-hero-loc svg{flex:none;margin-top:3px;color:var(--ice)}
.rsg-inm-x.hp .hp-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.rsg-inm-x.hp .hp-chips li{display:inline-flex;align-items:center;gap:9px;padding:8px 14px 8px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--ice-line);font-size:14px;font-weight:600;color:#fff}
.rsg-inm-x.hp .hp-chips li::before{content:"";width:18px;height:18px;border-radius:50%;background:var(--azure) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px no-repeat}
.rsg-inm-x.hp .hp-hero .hp-ctas{margin-top:30px}

/* ============================================================================
 * S2 WHO WE ARE  (credential plate overlaps the hero seam)
 * ============================================================================ */
.rsg-inm-x.hp .hp-who{padding:0 0 var(--pad-2)}
.rsg-inm-x.hp .hp-plate{position:relative;z-index:3;margin-top:-84px;background:var(--card-dark);border:1px solid var(--ice-line);border-radius:var(--r-card);box-shadow:var(--sh-2);padding:6px 30px}
.rsg-inm-x.hp .hp-plate-list{display:grid;grid-template-columns:1fr 1.05fr .9fr .85fr 1.75fr;}
.rsg-inm-x.hp .hp-plate-list li{padding:22px 16px;font-size:14px;font-weight:700;color:#fff;line-height:1.35;border-left:1px solid var(--ice-line);display:flex;align-items:center;gap:11px}
.rsg-inm-x.hp .hp-plate-list li:first-child{border-left:0}
.rsg-inm-x.hp .hp-plate-list li::before{content:"";flex:none;width:8px;height:8px;border-radius:2px;background:var(--h2-gold);transform:rotate(45deg)}
.rsg-inm-x.hp .hp-plate-mascot{position:absolute;right:-46px;bottom:-8px;width:196px;height:auto;z-index:4;filter:drop-shadow(0 14px 18px rgba(0,0,0,.4))}
.rsg-inm-x.hp .hp-plate-list li:last-child{padding-right:150px}

.rsg-inm-x.hp .hp-who-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:84px}
.rsg-inm-x.hp .hp-who-copy .hp-h2{margin-bottom:22px}
.rsg-inm-x.hp .hp-who-copy p{max-width:56ch}
.rsg-inm-x.hp .hp-who-copy p+p{margin-top:16px}
.rsg-inm-x.hp .hp-who-photos{display:grid;grid-template-columns:1.3fr 1fr;gap:18px;align-items:end;margin-top:40px;padding-bottom:28px}
.rsg-inm-x.hp .hp-who-main,.rsg-inm-x.hp .hp-who-inset{height:auto}
.rsg-inm-x.hp .hp-who-main{width:100%;aspect-ratio:5/4;object-fit:cover;object-position:55% 40%;border-radius:var(--r-photo);box-shadow:var(--sh-2)}
.rsg-inm-x.hp .hp-who-inset{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 35%;border-radius:var(--r-photo);box-shadow:var(--sh-2);margin-bottom:-28px;border:5px solid #fff}
.rsg-inm-x.hp .hp-form-col{position:sticky;top:150px}

.rsg-inm-x.hp .hp-form{background:#fff;border-radius:var(--r-card);box-shadow:var(--sh-2);border:1px solid var(--line);padding:32px}
.rsg-inm-x.hp .hp-form-title{font-size:24px;font-weight:800;letter-spacing:-.01em;color:var(--ink);margin-bottom:18px}
.rsg-inm-x.hp .hp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.rsg-inm-x.hp .hp-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.rsg-inm-x.hp .hp-field label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink)}
.rsg-inm-x.hp .hp-field input,.rsg-inm-x.hp .hp-field textarea{font:inherit;font-size:16px;color:var(--ink);background:#fff;border:1.5px solid rgba(26,28,27,.22);border-radius:var(--r-btn);padding:12px 14px;width:100%}
.rsg-inm-x.hp .hp-field textarea{resize:vertical;min-height:110px}
.rsg-inm-x.hp .hp-field input:focus,.rsg-inm-x.hp .hp-field textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(6,54,118,.14)}
.rsg-inm-x.hp .hp-form .hp-btn{margin-top:6px}
.rsg-inm-x.hp .hp-form-alt{margin-top:14px;text-align:center;font-size:15px}
.rsg-inm-x.hp .hp-form-alt a{color:var(--red);font-weight:700;text-decoration:none}


/* Offers ticket (C3, owner-finalized 2026-09-10): straddles the Why -> Emergency seam. Real cut notches via mask; shadow on the wrapper follows the cut. */
.rsg-inm-x.hp .hp-offers{position:relative;z-index:3;margin:88px 0 -96px;filter:drop-shadow(0 34px 34px rgba(8,25,42,.22)) drop-shadow(0 6px 10px rgba(8,25,42,.10))}
.rsg-inm-x.hp .hp-tk{--stub:230px;--notch:15px;position:relative;display:grid;grid-template-columns:var(--stub) 1fr;border-radius:var(--r-card);overflow:hidden;background:#fff;color:var(--ink);-webkit-mask-image:radial-gradient(circle var(--notch) at var(--stub) 0,transparent 98%,#000 100%),radial-gradient(circle var(--notch) at var(--stub) 100%,transparent 98%,#000 100%);-webkit-mask-composite:source-in;mask-image:radial-gradient(circle var(--notch) at var(--stub) 0,transparent 98%,#000 100%),radial-gradient(circle var(--notch) at var(--stub) 100%,transparent 98%,#000 100%);mask-composite:intersect}
.rsg-inm-x.hp .hp-tk::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--gold-line);z-index:2}
.rsg-inm-x.hp .hp-tk-stub{display:flex;align-items:center;justify-content:center;padding:36px 28px;background:linear-gradient(160deg,#AA182C 0%,#801221 100%);color:#fff;border-right:2px dashed rgba(255,255,255,.6)}
.rsg-inm-x.hp .hp-tk-stub h3{font-size:34px;font-weight:800;letter-spacing:-.02em;line-height:1;position:relative;padding-bottom:14px;margin:0;color:#fff}
.rsg-inm-x.hp .hp-tk-stub h3::after{content:"";position:absolute;left:0;bottom:0;width:44px;height:3px;border-radius:2px;background:#fff;opacity:.9}
.rsg-inm-x.hp .hp-tk-body{padding:34px 44px 36px}
.rsg-inm-x.hp .hp-offers-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px 0;list-style:none;margin:0;padding:0}
.rsg-inm-x.hp .hp-offers-list li{position:relative;font-size:15px;font-weight:600;line-height:1.45;color:var(--ink);padding:12px 22px 4px 22px;border-left:1px solid var(--line)}
.rsg-inm-x.hp .hp-offers-list li:nth-child(3n+1){border-left:0;padding-left:0}
.rsg-inm-x.hp .hp-offers-list li::before{content:"";position:absolute;left:22px;top:0;width:28px;height:3px;border-radius:2px;background:var(--h2-gold)}
.rsg-inm-x.hp .hp-offers-list li:nth-child(3n+1)::before{left:0}

/* ============================================================================
 * S5 EMERGENCY  (dark, faint night photo, receives the offers overlap)
 * ============================================================================ */
.rsg-inm-x.hp .hp-emg{padding:calc(var(--pad-3) + 110px) 0 var(--pad-3);overflow:hidden;z-index:1}
.rsg-inm-x.hp .hp-emg-grid{display:grid;grid-template-columns:minmax(380px,.86fr) 1.14fr;gap:64px;align-items:center;z-index:1}
/* form card (staging form carried verbatim) */
.rsg-inm-x.hp .hp-emg-form{background:#fff;color:var(--ink);border-radius:var(--r-card);padding:32px 32px 28px;box-shadow:var(--sh-3)}
.rsg-inm-x.hp .hp-emg-form .hp-form-title{margin-bottom:20px}
.rsg-inm-x.hp .hp-field select{font:inherit;font-size:16px;color:var(--ink);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%231A1C1B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 12px center/18px no-repeat;border:1.5px solid rgba(26,28,27,.22);border-radius:var(--r-btn);padding:12px 40px 12px 14px;width:100%;appearance:none;-webkit-appearance:none}
.rsg-inm-x.hp .hp-field select:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(6,54,118,.14)}
.rsg-inm-x.hp .hp-emg-form .hp-field textarea{min-height:96px}
.rsg-inm-x.hp .hp-consent{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;line-height:1.45;color:var(--muted);margin:2px 0 16px}
.rsg-inm-x.hp .hp-consent input{margin-top:3px;flex:0 0 auto;width:16px;height:16px;accent-color:var(--red)}
.rsg-inm-x.hp .hp-emg-form .hp-form-alt{margin-top:14px;font-size:14px;color:var(--muted)}
.rsg-inm-x.hp .hp-emg-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.rsg-inm-x.hp .hp-emg-copy .hp-h2{margin-bottom:18px;max-width:20ch}
.rsg-inm-x.hp .hp-emg-points{display:grid;grid-template-columns:1fr;gap:22px;margin-top:30px}
.rsg-inm-x.hp .hp-point{display:flex;gap:16px;align-items:flex-start}
.rsg-inm-x.hp .hp-point-ico{flex:0 0 44px;width:44px;height:44px;border-radius:var(--r-tile);background:rgba(83,157,214,.14);border:1px solid var(--ice-line);color:var(--ice);display:grid;place-items:center}
.rsg-inm-x.hp .hp-point-ico svg{width:22px;height:22px}
.rsg-inm-x.hp .hp-point h4{font-size:17px;font-weight:800;color:#fff;margin-bottom:6px}
.rsg-inm-x.hp .hp-point p{font-size:15px;line-height:1.6;color:var(--muted-dark)}

/* ============================================================================
 * S6 SERVICE AREA  (map card overlaps up into the emergency band)
 * ============================================================================ */
.rsg-inm-x.hp .hp-area{padding:0 0 var(--pad-3);position:relative;z-index:2}
.rsg-inm-x.hp .hp-area-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:start}
.rsg-inm-x.hp .hp-area-copy{padding-top:var(--pad-3)}
.rsg-inm-x.hp .hp-area-copy .hp-h2{margin-bottom:22px}
.rsg-inm-x.hp .hp-area-copy p+p{margin-top:16px}
.rsg-inm-x.hp .hp-area-copy .hp-btn{margin-top:28px}
/* right column: map in a navy plate (overlaps -150px up into the Emergency band) + county ledger below */
.rsg-inm-x.hp .hp-map{position:relative;margin-top:0;padding-top:var(--pad-3)}
.rsg-inm-x.hp .hp-map::before{content:"";position:absolute;left:-30px;top:calc(var(--pad-3) - 30px);width:46%;height:220px;border-radius:var(--r-card);background:radial-gradient(circle,rgba(226,198,163,.55) 1.4px,transparent 1.5px) 0 0/14px 14px;z-index:0}
.rsg-inm-x.hp .hp-map-plate{position:relative;border-radius:var(--r-card)}
.rsg-inm-x.hp .hp-map-frame{position:relative;border-radius:var(--r-card);overflow:hidden;background:#E9EEF3;aspect-ratio:16/10;box-shadow:var(--sh-3)}
.rsg-inm-x.hp .hp-map-frame::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(6,54,118,.06) 0 1px,transparent 1px 40px),repeating-linear-gradient(0deg,rgba(6,54,118,.06) 0 1px,transparent 1px 40px)}
.rsg-inm-x.hp .hp-map-frame iframe{position:relative;display:block;width:100%;height:100%;border:0}
.rsg-inm-x.hp .hp-ledger{position:relative;z-index:2;margin:-120px 22px 0;display:grid;grid-template-columns:1fr 1fr;gap:0 28px;background:var(--card-dark);border:1px solid var(--ice-line);border-radius:var(--r-card);padding:20px 26px 8px;box-shadow:var(--sh-dark);color:#fff}
.rsg-inm-x.hp .hp-lg{position:relative;padding:12px 0}
.rsg-inm-x.hp .hp-lg{border-bottom:1px solid var(--ice-line)}
.rsg-inm-x.hp .hp-lg:nth-last-child(-n+2){border-bottom:0}
.rsg-inm-x.hp .hp-lg::before{content:"";position:absolute;left:0;top:0;width:28px;height:3px;border-radius:2px;background:var(--h2-gold)}
.rsg-inm-x.hp .hp-lg h3{font-size:14px;font-weight:800;color:#fff;margin:6px 0 4px;letter-spacing:-.005em}
.rsg-inm-x.hp .hp-lg p{font-size:14.5px;line-height:1.55;color:var(--muted-dark);margin:0}
.rsg-inm-x.hp .hp-map-mascot{position:absolute;right:-30px;top:-118px;height:170px;width:auto;z-index:5;filter:drop-shadow(0 14px 18px rgba(0,0,0,.32))}

/* ============================================================================
 * S7 REVIEWS  (existing section carried over; curved top edge)
 * ============================================================================ */
.rsg-inm-x.hp{overflow-x:clip}
.rsg-inm-x.hp .rsg-msc--rev{position:absolute;right:0;bottom:-8px;width:104px}
.rsg-inm-x.hp .rsg-msc--rev img{width:100%;height:auto;filter:drop-shadow(0 10px 14px rgba(0,0,0,.35))}
.rsg-inm-x.hp .rsg-stars{display:inline-flex;gap:3px}
.rsg-inm-x.hp .rsg-stars svg{width:16px;height:16px;fill:var(--star);color:var(--star)}
.rsg-inm-x.hp .rsg-inm-btn-secondary{display:inline-flex;align-items:center;gap:8px;margin-top:20px;font-weight:700;font-size:15px;color:var(--ice);text-decoration:none;border-bottom:2px solid rgba(169,211,240,.5)}
.rsg-inm-x.hp .rsg-inm-btn-secondary::after{content:"\2197";font-weight:600}
@media (max-width:900px){
  .rsg-inm-x.hp .rsg-msc--rev{display:none}
  .rsg-inm-x.hp .hp-form-col{position:static}
}

/* ============================================================================
 * S8 FAQ  (two columns)
 * ============================================================================ */

/* ============================================================================
 * S9 FINAL CTA
 * ============================================================================ */

/* --- mobile call bar ------------------------------------------------------- */
.rsg-inm-x.hp .hp-mobar{display:none}

/* ============================================================================
 * HEADER: pin it. (Move to inm-header.css when approved so every page gets it.)
 * ============================================================================ */
.rsg-inm-hdr{position:sticky;top:0;z-index:70;box-shadow:0 1px 0 rgba(26,28,27,.08)}
.rsg-inm-hdr.is-stuck{box-shadow:0 8px 24px -12px rgba(8,25,42,.28)}

/* ============================================================================
 * RESPONSIVE
 * ============================================================================ */
@media (max-width:1100px){
  .rsg-inm-x.hp .hp-plate-list{grid-template-columns:repeat(3,1fr)}
  .rsg-inm-x.hp .hp-plate-list li{border-left:0;padding:14px 12px}
  .rsg-inm-x.hp .hp-plate-list li:last-child{padding-right:12px;grid-column:span 2}
  .rsg-inm-x.hp .hp-plate-mascot{display:none}
  .rsg-inm-x.hp .hp-why-grid{grid-template-columns:1fr 1fr}
  .rsg-inm-x.hp .hp-why-feat{grid-column:span 2}
  .rsg-inm-x.hp .hp-why-photo{min-height:260px}
}
@media (max-width:900px){
  .rsg-inm-x.hp{--pad-3:88px;--pad-2:76px}
  .rsg-inm-x.hp .hp-hero{padding:64px 0 130px;min-height:0}
  .rsg-inm-x.hp .hp-hbg{width:100%;-webkit-mask-image:none;mask-image:none}
  .rsg-inm-x.hp .hp-hero-scrim{background:radial-gradient(420px 420px at 12% 12%,rgba(83,157,214,.18),transparent 62%),linear-gradient(180deg,rgba(8,20,40,.9) 0%,rgba(8,20,40,.74) 45%,rgba(8,20,40,.92) 100%)}
  .rsg-inm-x.hp .hp-who-grid,.rsg-inm-x.hp .hp-emg-grid,.rsg-inm-x.hp .hp-area-grid{grid-template-columns:1fr;gap:40px}
  .rsg-inm-x.hp .hp-emg-form{order:2}
  .rsg-inm-x.hp .hp-offers{margin-bottom:-72px}
  .rsg-inm-x.hp .hp-tk{--stubh:72px;grid-template-columns:1fr;-webkit-mask-image:radial-gradient(circle var(--notch) at 0 var(--stubh),transparent 98%,#000 100%),radial-gradient(circle var(--notch) at 100% var(--stubh),transparent 98%,#000 100%);mask-image:radial-gradient(circle var(--notch) at 0 var(--stubh),transparent 98%,#000 100%),radial-gradient(circle var(--notch) at 100% var(--stubh),transparent 98%,#000 100%)}
  .rsg-inm-x.hp .hp-tk-stub{height:var(--stubh);padding:0 26px;justify-content:flex-start;border-right:0;border-bottom:2px dashed rgba(255,255,255,.6)}
  .rsg-inm-x.hp .hp-tk-stub h3{font-size:26px;padding-bottom:0}
  .rsg-inm-x.hp .hp-tk-stub h3::after{display:none}
  .rsg-inm-x.hp .hp-tk-body{padding:24px 26px 26px}
  .rsg-inm-x.hp .hp-offers-list{grid-template-columns:1fr 1fr;gap:16px 0}
  .rsg-inm-x.hp .hp-offers-list li{border-left:1px solid var(--line);padding-left:22px}
  .rsg-inm-x.hp .hp-offers-list li::before{left:22px}
  .rsg-inm-x.hp .hp-offers-list li:nth-child(odd){border-left:0;padding-left:0}
  .rsg-inm-x.hp .hp-offers-list li:nth-child(odd)::before{left:0}
  .rsg-inm-x.hp .hp-emg{padding:calc(var(--pad-3) + 72px) 0 var(--pad-3)}
  .rsg-inm-x.hp .hp-emg-points{grid-template-columns:1fr}
  .rsg-inm-x.hp .hp-area-copy{padding-top:var(--pad-3)}
  .rsg-inm-x.hp .hp-map{padding-top:0}
  .rsg-inm-x.hp .hp-map-mascot{height:130px;right:0;top:-88px}
  .rsg-inm-x.hp .hp-map-frame{aspect-ratio:16/11}
}
@media (max-width:767px){
  .rsg-inm-x.hp{--fs-h2:clamp(27px,7vw,32px);font-size:16px}
  .rsg-inm-x.hp .rsg-wrap{padding:0 20px}
  .rsg-inm-x.hp .hp-hero-h1-t{font-size:clamp(32px,8.6vw,40px)}
  .rsg-inm-x.hp .hp-hero .hp-ctas{margin-top:22px}
  .rsg-inm-x.hp .hp-hero .hp-ctas .hp-btn{width:100%}
  .rsg-inm-x.hp .hp-chips{order:5;margin-top:18px}
  .rsg-inm-x.hp .hp-hero-copy{display:flex;flex-direction:column}
  .rsg-inm-x.hp .hp-hero-loc{font-size:15px}
  .rsg-inm-x.hp .hp-plate{margin-top:-60px;padding:8px 16px}
  .rsg-inm-x.hp .hp-plate-list{grid-template-columns:1fr 1fr}
  .rsg-inm-x.hp .hp-plate-list li{font-size:13.5px;padding:12px 8px}
  .rsg-inm-x.hp .hp-plate-list li:last-child{grid-column:span 2}
  .rsg-inm-x.hp .hp-who-grid{margin-top:48px}
  .rsg-inm-x.hp .hp-who-photos{padding-right:0;padding-bottom:0}
  .rsg-inm-x.hp .hp-who-inset{position:static;width:100%;margin-top:14px;border:0;aspect-ratio:16/10}
  .rsg-inm-x.hp .hp-form{padding:22px}
  .rsg-inm-x.hp .hp-form-row{grid-template-columns:1fr;gap:0}
  .rsg-inm-x.hp .hp-why-grid{grid-template-columns:1fr}
  .rsg-inm-x.hp .hp-why-feat{grid-column:auto;padding:28px 24px}
  .rsg-inm-x.hp .hp-why-feat h4{font-size:23px}
  .rsg-inm-x.hp .hp-why-photo{min-height:220px;max-height:260px}
  .rsg-inm-x.hp .hp-offers-list{grid-template-columns:1fr;gap:14px}
  .rsg-inm-x.hp .hp-offers-list li,.rsg-inm-x.hp .hp-offers-list li:nth-child(n){border-left:0;padding-left:0}
  .rsg-inm-x.hp .hp-offers-list li::before,.rsg-inm-x.hp .hp-offers-list li:nth-child(n)::before{left:0}
  .rsg-inm-x.hp .hp-ledger{grid-template-columns:1fr;padding:16px 20px 6px;margin:-70px 12px 0}
  .rsg-inm-x.hp .hp-lg:nth-last-child(-n+2){border-bottom:1px solid var(--line)}
  .rsg-inm-x.hp .hp-lg:last-child{border-bottom:0}
  .rsg-inm-x.hp .hp-ctas .hp-btn{width:100%}
  .rsg-inm-x.hp .hp-mobar{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:fixed;left:0;right:0;bottom:0;z-index:80;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);box-shadow:0 -8px 24px -14px rgba(8,25,42,.35)}
  .rsg-inm-x.hp .hp-mobar .hp-btn{min-height:48px;padding:0 8px;font-size:12.5px;letter-spacing:.03em;gap:6px}
  .rsg-inm-x.hp .hp-mobar .hp-btn .hp-ico{width:14px;height:14px}
}
@media (prefers-reduced-motion:reduce){
  .rsg-inm-x.hp .hp-btn,.rsg-inm-x.hp .hp-card,.rsg-inm-x.hp .hp-textlink{transition:none}
}

/* Who We Are masonry: 1 tall + 2 small + 1 wide, bleeding past the container's right edge */
.rsg-inm-x.hp .hp-who-masonry{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:250px 250px;gap:14px;margin-right:-120px}
.rsg-inm-x.hp .hp-who-masonry img{width:100%;height:100%;object-fit:cover;border-radius:var(--r-tile);box-shadow:var(--sh-1)}
.rsg-inm-x.hp .hp-who-masonry .m1{grid-row:1/3;object-position:55% 30%}
.rsg-inm-x.hp .hp-who-masonry .m2{object-position:60% 30%}
.rsg-inm-x.hp .hp-who-masonry .m4{grid-column:2/4;object-position:center 35%}
@media (max-width:1300px){.rsg-inm-x.hp .hp-who-masonry{margin-right:0}}
@media (max-width:900px){.rsg-inm-x.hp .hp-who-masonry{grid-template-rows:220px 220px}}
@media (max-width:767px){.rsg-inm-x.hp .hp-who-masonry{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}.rsg-inm-x.hp .hp-who-masonry .m1{grid-column:1/3;grid-row:auto;height:260px}.rsg-inm-x.hp .hp-who-masonry .m2,.rsg-inm-x.hp .hp-who-masonry .m3{height:160px}.rsg-inm-x.hp .hp-who-masonry .m4{grid-column:1/3;height:200px}}
/* dark form (lives in the emergency band) */

/* Who We Are gallery: 1 tall + 2 stacked, under the copy */
.rsg-inm-x.hp .hp-who-gal{display:grid;grid-template-columns:1.15fr 1fr;grid-template-rows:1fr 1fr;gap:14px;height:440px;margin-top:36px}
.rsg-inm-x.hp .hp-who-gal img{width:100%;height:100%;object-fit:cover;border-radius:var(--r-tile);box-shadow:var(--sh-1)}
.rsg-inm-x.hp .hp-who-gal .g1{grid-row:1/3;object-position:55% 30%}
.rsg-inm-x.hp .hp-who-gal .g2{object-position:60% 30%}
@media (max-width:767px){.rsg-inm-x.hp .hp-who-gal{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto}.rsg-inm-x.hp .hp-who-gal .g1{grid-column:1/3;grid-row:auto;height:240px}.rsg-inm-x.hp .hp-who-gal .g2,.rsg-inm-x.hp .hp-who-gal .g3{height:150px}}
/* plate: drop to a 3+2 layout before the last cell wraps to four lines */
@media (max-width:1240px) and (min-width:1101px){.rsg-inm-x.hp .hp-plate-list li{font-size:13.5px;padding:18px 12px}.rsg-inm-x.hp .hp-plate-list li:last-child{padding-right:120px}}

/* Who We Are: v1 composition. Copy + one button with the running mascot; framed van photo with a tilted inset and a ring mark */
.rsg-inm-x.hp .hp-who-cta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:64px}
.rsg-inm-x.hp .hp-who-book{position:relative;display:inline-flex;padding-right:56px}
.rsg-inm-x.hp .hp-who-book .hp-btn{position:relative;z-index:1}
.rsg-inm-x.hp .hp-who-mascot{position:absolute;right:-6px;top:50%;transform:translateY(-50%);height:108px;width:auto;z-index:3;filter:drop-shadow(0 8px 12px rgba(0,0,0,.3))}
.rsg-inm-x.hp .hp-who-visual{position:relative;padding:40px 60px 0 0}
.rsg-inm-x.hp .hp-who-visual .hp-who-main{width:100%;height:auto;aspect-ratio:5/4.6;object-fit:cover;object-position:55% 40%;border-radius:var(--r-card);box-shadow:var(--sh-2)}
.rsg-inm-x.hp .hp-who-visual .hp-who-inset{position:absolute;right:0;top:0;width:38%;aspect-ratio:16/10;object-fit:cover;object-position:60% 40%;border-radius:var(--r-btn);border:6px solid #fff;box-shadow:var(--sh-2);transform:rotate(3deg);margin:0}
.rsg-inm-x.hp .hp-who-ring{position:absolute;right:-14px;top:-18px;width:220px;height:220px;border-radius:50%;border:1.5px solid rgba(83,157,214,.45)}
@media (max-width:900px){.rsg-inm-x.hp .hp-who-grid{gap:40px}.rsg-inm-x.hp .hp-who-visual{padding:30px 30px 0 0}.rsg-inm-x.hp .hp-who-ring{width:160px;height:160px}}
@media (max-width:767px){.rsg-inm-x.hp .hp-who-cta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:64px}.rsg-inm-x.hp .hp-who-cta .hp-btn{width:auto}.rsg-inm-x.hp .hp-who-book{position:relative;display:inline-flex;padding-right:56px}
.rsg-inm-x.hp .hp-who-book .hp-btn{position:relative;z-index:1}
.rsg-inm-x.hp .hp-who-mascot{position:absolute;right:-6px;top:50%;transform:translateY(-50%);height:108px;width:auto;z-index:3;filter:drop-shadow(0 8px 12px rgba(0,0,0,.3))}.rsg-inm-x.hp .hp-who-visual .hp-who-inset{width:44%}}

/* ============================================================================
 * S3 SERVICES (Precision anatomy): light band, white wave in, photo cards
 * ============================================================================ */
.rsg-inm-x.hp .hp-svc{position:relative;z-index:3;padding:calc(var(--pad-3) + 30px) 0 0;overflow:visible}
.rsg-inm-x.hp .hp-psvc-grid{margin-bottom:-260px}
.rsg-inm-x.hp .hp-why{padding-top:calc(260px + 96px)}
.rsg-inm-x.hp .hp-shead{margin:0 auto;text-align:center;max-width:820px}
.rsg-inm-x.hp .hp-shead .hp-h2{font-size:clamp(31px,3.6vw,50px);letter-spacing:-.028em;line-height:1.05}
.rsg-inm-x.hp .hp-psvc-grid{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:26px;margin-top:50px;position:relative;z-index:3}
.rsg-inm-x.hp .hp-psvc{--c:#2E81C1;--c-ink:#1C669F;--c-wash:#E1F0FB;--c-line:#BFE0F6;position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;box-shadow:var(--sh-2);transition:transform .32s cubic-bezier(.2,.7,.16,1),box-shadow .32s}
.rsg-inm-x.hp .hp-psvc.heat{--c:#C41C33;--c-ink:#AA182C;--c-wash:#FBE9EB;--c-line:#F3C7CC}
.rsg-inm-x.hp .hp-psvc.air{--c:#2E9E5B;--c-ink:#1E7A43;--c-wash:#E7F5EC;--c-line:#C3E8D0}
.rsg-inm-x.hp .hp-psvc.duct{--c:#B8862B;--c-ink:#805928;--c-wash:#F7EFE0;--c-line:#EAD7B0}
.rsg-inm-x.hp .hp-psvc:hover{transform:translateY(-4px);box-shadow:var(--sh-3)}
.rsg-inm-x.hp .hp-psvc-photo{position:relative;aspect-ratio:16/9;overflow:visible}
.rsg-inm-x.hp .hp-psvc-photo>img:first-child{border-radius:var(--r-card) var(--r-card) 0 0}
.rsg-inm-x.hp .hp-psvc-photo>img:first-child{width:100%;height:100%;object-fit:cover}
.rsg-inm-x.hp .hp-psvc-photo::before{content:"";position:absolute;inset:0;z-index:1;border-radius:var(--r-card) var(--r-card) 0 0;pointer-events:none;background:linear-gradient(180deg,rgba(6,20,45,.22) 0%,rgba(6,20,45,.08) 45%,rgba(6,20,45,.34) 100%)}
.rsg-inm-x.hp .hp-psvc-tag{position:absolute;left:14px;top:13px;z-index:3;display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:800;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;color:#fff;padding:7px 13px;border-radius:999px;background:rgba(8,19,37,.62);border:1px solid rgba(255,255,255,.22)}
.rsg-inm-x.hp .hp-psvc-tag .d{width:8px;height:8px;border-radius:50%;flex:none;background:var(--c)}
/* service-card mascot (owner 2026-09-10): medium size, hidden until the card is hovered/focused; always shown where hover does not exist */
.rsg-inm-x.hp .hp-psvc-mascot{position:absolute;right:18px;bottom:-6px;z-index:4;width:auto;height:150px;max-width:40%;object-fit:contain;object-position:bottom;pointer-events:none;filter:drop-shadow(0 12px 16px rgba(14,39,70,.45));opacity:0;transform:translateY(22px);transition:opacity .35s ease,transform .55s cubic-bezier(.16,1,.3,1)}
.rsg-inm-x.hp .hp-psvc:hover .hp-psvc-mascot,.rsg-inm-x.hp .hp-psvc:focus-within .hp-psvc-mascot{opacity:1;transform:translateY(0)}
@media (hover:none){.rsg-inm-x.hp .hp-psvc-mascot{opacity:1;transform:none}}
.rsg-inm-x.hp .hp-psvc-edge{position:absolute;left:0;right:0;bottom:-1px;z-index:2;line-height:0}
.rsg-inm-x.hp .hp-psvc-edge svg{display:block;width:100%;height:40px;transform:scaleY(-1)}
.rsg-inm-x.hp .hp-psvc-body{padding:26px 26px 26px;display:flex;flex-direction:column;flex:1}
.rsg-inm-x.hp .hp-psvc-body h3{font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1.15}
.rsg-inm-x.hp .hp-psvc-body h3 a{color:var(--ink);text-decoration:none;transition:color .2s}
.rsg-inm-x.hp .hp-psvc-body h3 a:hover{color:var(--c-ink)}
.rsg-inm-x.hp .hp-psvc-body>p{font-size:14.5px;color:var(--muted);margin-top:10px;line-height:1.6}
.rsg-inm-x.hp .hp-psvc-subhead{margin-top:20px;padding-top:15px;border-top:1px solid var(--line);font-family:var(--font-heading);font-weight:800;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.rsg-inm-x.hp .hp-psvc-subs{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 18px}
.rsg-inm-x.hp .hp-psvc-subs a,.rsg-inm-x.hp .hp-psvc-pill{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:var(--ink);padding:7px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;text-decoration:none;transition:background .22s,border-color .22s,color .22s}
.rsg-inm-x.hp .hp-psvc-subs .dot{width:6px;height:6px;border-radius:50%;flex:none;background:var(--c)}
.rsg-inm-x.hp .hp-psvc-subs a:hover,.rsg-inm-x.hp .hp-psvc-subs li:first-child a,.rsg-inm-x.hp .hp-psvc-subs li:first-child .hp-psvc-pill{background:var(--c-wash);border-color:var(--c-line);color:var(--c-ink)}
.rsg-inm-x.hp .hp-psvc-explore{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:800;font-size:13px;padding:11px 19px;border:1.5px solid currentColor;border-radius:999px;color:var(--c-ink);text-decoration:none;transition:background .22s,color .22s,border-color .22s,transform .22s}
.rsg-inm-x.hp .hp-psvc-explore svg{width:16px;height:16px;transition:transform .25s}
.rsg-inm-x.hp .hp-psvc-explore:hover{background:var(--c);border-color:var(--c);color:#fff;transform:translateY(-2px)}
.rsg-inm-x.hp .hp-psvc:hover .hp-psvc-explore svg{transform:translateX(4px)}
@media (max-width:900px){.rsg-inm-x.hp .hp-psvc-grid{grid-template-columns:1fr}.rsg-inm-x.hp .hp-svc{padding-top:calc(var(--pad-3) + 10px)}}
@media (max-width:767px){.rsg-inm-x.hp .hp-psvc-body{padding:22px 20px 22px}.rsg-inm-x.hp .hp-psvc-mascot{height:130px}}
@media (prefers-reduced-motion:reduce){.rsg-inm-x.hp .hp-psvc-mascot{transform:none;transition:opacity .2s ease}}

/* staging-site shape dividers (v1): wave + gold line + red sun medallion on top, shallow wave at the bottom */
.rsg-inm-x.hp .rsg-div-top{position:absolute;top:-1px;left:0;right:0;height:60px;pointer-events:none;z-index:2}
.rsg-inm-x.hp .rsg-div-top>svg,.rsg-inm-x.hp .rsg-div-btm>svg{width:100%;height:100%;display:block}
.rsg-inm-x.hp .rsg-div-line{stroke-dasharray:760;stroke-dashoffset:760;transition:stroke-dashoffset 1.8s var(--ease) .2s}
.rsg-inm-x.hp .is-in .rsg-div-line,.rsg-inm-x.hp:not(.rsg-rv-js) .rsg-div-line{stroke-dashoffset:0}
.rsg-inm-x.hp .hp-emg{padding-top:calc(var(--pad-3) + 100px)}
.rsg-inm-x.hp .rsg-div-btm{position:absolute;bottom:-1px;left:0;right:0;height:34px;pointer-events:none;z-index:2}
.rsg-inm-x.hp .rsg-div-sun{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:38px;height:38px;border-radius:50%;background:var(--red);box-shadow:0 2px 8px rgba(26,28,27,.20);display:flex;align-items:center;justify-content:center}
.rsg-inm-x.hp .rsg-div-sun svg{width:19px;height:19px}
@media (max-width:767px){.rsg-inm-x.hp .rsg-div-top{height:30px;top:-2px}.rsg-inm-x.hp .rsg-div-btm{height:24px}}

.rsg-inm-x.hp .hp-h2-dark .hp-acc-gold{color:var(--h2-gold)}
.rsg-inm-x.hp .hp-h2 .hp-acc-red{color:var(--red)}

@media (max-width:900px){.rsg-inm-x.hp .hp-psvc-grid{margin-bottom:-160px}.rsg-inm-x.hp .hp-why{padding-top:calc(160px + 72px)}}


/* ============================================================================
 * S4 WHY CHOOSE (Precision promise bento)
 * ============================================================================ */
.rsg-inm-x.hp .hp-why{padding:calc(260px + 96px) 0 0;position:relative;z-index:2;overflow:visible}
.rsg-inm-x.hp .hp-phead{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px}
.rsg-inm-x.hp .hp-phead .hp-h2{font-size:clamp(31px,3.6vw,50px);letter-spacing:-.028em;line-height:1.05;max-width:22ch}
.rsg-inm-x.hp .hp-pbento{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,auto);gap:18px;position:relative}
.rsg-inm-x.hp .hp-pcell{position:relative;display:flex;flex-direction:column;background:linear-gradient(180deg,#FFFFFF 0%,#F4F6F9 100%);border:1px solid var(--line);border-radius:var(--r-card);padding:22px;box-shadow:var(--sh-2);transition:transform .28s cubic-bezier(.2,.7,.16,1),box-shadow .28s,border-color .28s;overflow:hidden}
.rsg-inm-x.hp .hp-pcell:hover{transform:translateY(-4px);box-shadow:var(--sh-3);border-color:transparent}
.rsg-inm-x.hp .hp-pn{font-family:var(--font-heading);font-weight:800;font-size:13px;color:var(--navy);letter-spacing:.04em}
.rsg-inm-x.hp .hp-pcell h4{font-size:18px;font-weight:800;letter-spacing:-.012em;line-height:1.25;color:var(--ink);margin-top:0;max-width:22ch}
.rsg-inm-x.hp .hp-pcell p{font-size:13.5px;color:var(--muted);margin-top:8px;line-height:1.55}
.rsg-inm-x.hp .hp-pcell:not(.lead):not(.tall02):not(.hp-pengtile){padding-bottom:26px}
.rsg-inm-x.hp .hp-pcell .hp-pn,.rsg-inm-x.hp .hp-pcell h4,.rsg-inm-x.hp .hp-pcell p{position:relative;z-index:2}
/* lead tile: dark, spans two columns */
.rsg-inm-x.hp .hp-pcell.lead{grid-column:1 / span 2;grid-row:1;background:var(--band-grad-deep);border-color:transparent;color:#fff;box-shadow:var(--sh-dark)}
.rsg-inm-x.hp .hp-pcell.lead h4{color:#fff;font-size:23px;max-width:none}
.rsg-inm-x.hp .hp-pcell.lead p{color:var(--muted-dark);max-width:none;padding-right:0;font-size:14.5px;line-height:1.6}
.rsg-inm-x.hp .hp-pcell.lead .hp-pn{color:var(--h2-gold)}
.rsg-inm-x.hp .hp-pcell.lead .hp-ppeng{filter:drop-shadow(0 12px 20px rgba(0,0,0,.5))}
/* tall tile with photo: third column, all three rows */
.rsg-inm-x.hp .hp-pcell.tall02{grid-column:3;grid-row:1 / span 3;padding:0}
.rsg-inm-x.hp .hp-t2text{padding:24px 26px 10px}
.rsg-inm-x.hp .hp-t2media{position:relative;flex:1;min-height:140px;overflow:hidden;border-radius:0 0 var(--r-card) var(--r-card)}
.rsg-inm-x.hp .hp-t2media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%}
.rsg-inm-x.hp .hp-t2curve{position:absolute;left:0;right:0;top:-1px;z-index:2;line-height:0}
.rsg-inm-x.hp .hp-t2curve svg{display:block;width:100%;height:34px}
/* per-tile mascot: peeks up from the bottom-right corner on hover, clipped by the tile */
.rsg-inm-x.hp .hp-ppeng{position:absolute;right:8px;bottom:0;width:auto;height:86px;max-width:30%;object-fit:contain;object-position:bottom;opacity:0;transform:translateY(28px);transition:opacity .34s ease,transform .5s cubic-bezier(.2,.7,.16,1);pointer-events:none;z-index:1;filter:drop-shadow(0 10px 15px rgba(14,39,70,.42))}
.rsg-inm-x.hp .hp-pcell:hover .hp-ppeng,.rsg-inm-x.hp .hp-pcell:focus-within .hp-ppeng,.rsg-inm-x.hp .hp-pcell.is-active .hp-ppeng{opacity:1;transform:translateY(0)}
/* fourth column: the big mascot that swaps with the active tile and overlaps down into the next section */
.rsg-inm-x.hp .hp-pcell.hp-pengtile{position:absolute;right:0;bottom:0;width:1px;height:1px;padding:0;overflow:visible;z-index:6;background:transparent;border:0;box-shadow:none;pointer-events:none}
.rsg-inm-x.hp .hp-pcell.hp-pengtile:hover{transform:none;box-shadow:none}
.rsg-inm-x.hp .hp-pgwell{position:absolute;inset:0}
.rsg-inm-x.hp .hp-pengpeng{position:absolute;right:-70px;bottom:-48px;height:auto;width:auto;max-height:330px;max-width:none;z-index:2;opacity:0;transition:opacity .4s ease;filter:drop-shadow(0 18px 24px rgba(14,39,70,.42));pointer-events:none}
.rsg-inm-x.hp .hp-pengpeng.show{opacity:1}
@media (max-width:1100px){
  .rsg-inm-x.hp .hp-pbento{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}
  .rsg-inm-x.hp .hp-pcell.lead{grid-column:span 2;grid-row:auto}
  .rsg-inm-x.hp .hp-pcell.tall02{grid-column:span 2;grid-row:auto}
  .rsg-inm-x.hp .hp-t2media{min-height:220px}
  .rsg-inm-x.hp .hp-pcell.hp-pengtile{position:absolute;right:0;bottom:0;width:1px;height:1px;padding:0;overflow:visible;z-index:6;background:transparent;border:0;box-shadow:none;pointer-events:none}
}
@media (max-width:900px){.rsg-inm-x.hp .hp-why{padding-top:calc(160px + 72px)}.rsg-inm-x.hp .hp-phead{flex-direction:column;align-items:flex-start}}
@media (max-width:767px){
  .rsg-inm-x.hp .hp-pbento{grid-template-columns:1fr;gap:14px}
  .rsg-inm-x.hp .hp-pcell.lead,.rsg-inm-x.hp .hp-pcell.tall02{grid-column:auto}
  .rsg-inm-x.hp .hp-pcell{padding:22px}
  .rsg-inm-x.hp .hp-pcell h4{max-width:none}
  .rsg-inm-x.hp .hp-ppeng{opacity:1;transform:none;height:78px}
}
@media (prefers-reduced-motion:reduce){.rsg-inm-x.hp .hp-ppeng{opacity:1;transform:none;transition:none}.rsg-inm-x.hp .hp-pengpeng{transition:none}}

/* ONE shape divider for every seam: the shallow symmetric curve from the service-card photo edge */
.rsg-inm-x.hp .hp-curve{position:absolute;left:0;right:0;height:70px;z-index:2;pointer-events:none;line-height:0}
.rsg-inm-x.hp .hp-curve--top{top:-1px}
.rsg-inm-x.hp .hp-curve--btm{bottom:-1px}
.rsg-inm-x.hp .hp-curve svg{display:block;width:100%;height:100%}
.rsg-inm-x.hp .hp-hero .rsg-div-btm{z-index:2}
.rsg-inm-x.hp .hp-hero{padding-bottom:190px}
@media (max-width:767px){.rsg-inm-x.hp .rsg-div-top{height:30px;top:-2px}.rsg-inm-x.hp .rsg-div-btm{height:24px}.rsg-inm-x.hp .rsg-div-sun{top:6px;width:30px;height:30px}.rsg-inm-x.hp .rsg-div-sun svg{width:15px;height:15px}}


/* stop the straddling cards' negative bottom margins from collapsing through their sections */
.rsg-inm-x.hp .hp-why{padding-bottom:1px}
.rsg-inm-x.hp .hp-svc{padding-bottom:1px}

/* ===== S7 REVIEWS (2026-09-10) ============================================ */
.rsg-inm-x.hp .hp-rev{padding:calc(var(--pad-3) + 30px) 0 calc(var(--pad-3) + 30px);overflow:hidden;z-index:1}
.rsg-inm-x.hp .hp-rev::before{content:"";position:absolute;left:50%;top:38%;width:1100px;height:700px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(83,157,214,.16),rgba(83,157,214,0) 65%);pointer-events:none}
.rsg-inm-x.hp .hp-rev-head{position:relative;text-align:center;max-width:none;margin:0 auto 44px}
.rsg-inm-x.hp .hp-rev-head .hp-h2{margin:0 auto 16px;max-width:none}
.rsg-inm-x.hp .hp-rev-head .hp-lede-dark{margin:0 auto;max-width:78ch}
.rsg-inm-x.hp .hp-stars{display:inline-flex;gap:2px}
.rsg-inm-x.hp .hp-stars svg{width:14px;height:14px;fill:var(--star)}
/* marquee */
.rsg-inm-x.hp .hp-marq{position:relative;overflow:hidden;padding:6px 0 18px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.rsg-inm-x.hp .hp-marq-track{display:flex;gap:20px;width:max-content;padding-left:20px;animation:hp-marq 70s linear infinite;will-change:transform}
.rsg-inm-x.hp .hp-marq:hover .hp-marq-track,.rsg-inm-x.hp .hp-marq:focus-within .hp-marq-track{animation-play-state:paused}
@keyframes hp-marq{to{transform:translateX(-50%)}}
.rsg-inm-x.hp .hp-rcard{flex:0 0 380px;background:#fff;color:var(--ink);border-radius:var(--r-card);padding:24px 24px 20px;box-shadow:var(--sh-2);display:flex;flex-direction:column;gap:14px;position:relative}
.rsg-inm-x.hp .hp-rcard::before{content:"";position:absolute;left:24px;right:24px;top:0;height:3px;border-radius:0 0 2px 2px;background:var(--gold-line)}
.rsg-inm-x.hp .hp-rcard blockquote{margin:0;font-size:15px;line-height:1.6;color:var(--ink);display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}
.rsg-inm-x.hp .hp-rcard footer{margin-top:auto;display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--line)}
.rsg-inm-x.hp .hp-rav{flex:none;width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;font-family:var(--font-heading);font-weight:800;font-size:13px;display:grid;place-items:center;letter-spacing:.02em}
.rsg-inm-x.hp .hp-rid{display:flex;flex-direction:column;gap:1px;font-size:12.5px;color:var(--muted)}
.rsg-inm-x.hp .hp-rid b{font-size:14.5px;color:var(--ink)}
.rsg-inm-x.hp .hp-rg{margin-left:auto;width:22px;height:22px}
.rsg-inm-x.hp .hp-rg svg{width:22px;height:22px}
.rsg-inm-x.hp .hp-rev-foot{position:relative;display:flex;justify-content:center;align-items:center;margin-top:26px;z-index:1}
.rsg-inm-x.hp .hp-rev-mascot{position:absolute;right:10px;top:-4px;height:200px;width:auto;filter:drop-shadow(0 14px 18px rgba(0,0,0,.4));pointer-events:none}
@media (prefers-reduced-motion:reduce){
  .rsg-inm-x.hp .hp-marq-track{animation:none;width:auto;flex-wrap:wrap;justify-content:center;padding:0 24px}
  .rsg-inm-x.hp .hp-marq-track .hp-rcard:nth-child(n+6){display:none}
  .rsg-inm-x.hp .hp-marq{-webkit-mask-image:none;mask-image:none}
}

/* ===== S8 FAQ (2026-09-10) ================================================ */
.rsg-inm-x.hp .hp-faq{padding:calc(var(--pad-3) + 20px) 0 calc(var(--pad-3) + 40px)}
.rsg-inm-x.hp .hp-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}
.rsg-inm-x.hp .hp-faq-side{position:sticky;top:140px}
.rsg-inm-x.hp .hp-faq-side .hp-h2{max-width:12ch;margin-bottom:30px}
.rsg-inm-x.hp .hp-faq-list{border-top:1px solid var(--line)}
.rsg-inm-x.hp .hp-faq-item{border-bottom:1px solid var(--line);position:relative}
.rsg-inm-x.hp .hp-faq-item::before{content:"";position:absolute;left:0;top:26px;width:3px;height:0;border-radius:2px;background:var(--red);transition:height .35s var(--ease)}
.rsg-inm-x.hp .hp-faq-item[open]::before{height:26px}
.rsg-inm-x.hp .hp-faq-item summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:44px 1fr 32px;align-items:start;gap:14px;padding:24px 0 22px 18px;font-family:var(--font-heading);font-weight:700;font-size:18px;line-height:1.35;color:var(--ink)}
.rsg-inm-x.hp .hp-faq-item summary::-webkit-details-marker{display:none}
.rsg-inm-x.hp .hp-faq-n{font-size:13px;font-weight:800;letter-spacing:.06em;color:var(--h2-gold);padding-top:5px;font-variant-numeric:tabular-nums}
.rsg-inm-x.hp .hp-faq-item[open] .hp-faq-n{color:var(--red)}
.rsg-inm-x.hp .hp-faq-q{transition:color .18s}
.rsg-inm-x.hp .hp-faq-item summary:hover .hp-faq-q{color:var(--navy)}
.rsg-inm-x.hp .hp-faq-pl{position:relative;width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(6,54,118,.35);flex:none;transition:background .25s,border-color .25s,transform .35s var(--ease)}
.rsg-inm-x.hp .hp-faq-pl::before,.rsg-inm-x.hp .hp-faq-pl::after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;background:var(--navy);transform:translate(-50%,-50%);transition:transform .35s var(--ease),background .25s}
.rsg-inm-x.hp .hp-faq-pl::after{transform:translate(-50%,-50%) rotate(90deg)}
.rsg-inm-x.hp .hp-faq-item[open] .hp-faq-pl{background:var(--navy);border-color:var(--navy)}
.rsg-inm-x.hp .hp-faq-item[open] .hp-faq-pl::before,.rsg-inm-x.hp .hp-faq-item[open] .hp-faq-pl::after{background:#fff;transform:translate(-50%,-50%) rotate(0)}
.rsg-inm-x.hp .hp-faq-a{padding:0 60px 26px 76px}
.rsg-inm-x.hp .hp-faq-a p{font-size:15.5px;line-height:1.65;color:var(--muted)}
.rsg-inm-x.hp .hp-faq-a p+p{margin-top:10px}


@media (max-width:1100px){
}
@media (max-width:900px){
  .rsg-inm-x.hp .hp-faq-grid{grid-template-columns:1fr;gap:40px}
  .rsg-inm-x.hp .hp-faq-side{position:static}
  .rsg-inm-x.hp .hp-faq-side .hp-h2{max-width:none}
  .rsg-inm-x.hp .hp-rev-mascot{display:none}
}
@media (max-width:767px){
  .rsg-inm-x.hp .hp-rcard{flex-basis:300px}
        .rsg-inm-x.hp .hp-faq-item summary{grid-template-columns:1fr 32px;padding-left:14px;font-size:16.5px}
  .rsg-inm-x.hp .hp-faq-n{display:none}
  .rsg-inm-x.hp .hp-faq-a{padding:0 20px 22px 14px}
}

/* ===== S9 FINAL CTA (2026-09-10) = staging v1 band reproduced ============= */
.rsg-inm-x.hp .hp-cta{padding:calc(var(--pad-3) + 70px) 0 calc(var(--pad-3) + 30px);overflow:visible;z-index:1}
.rsg-inm-x.hp .hp-cta .rsg-div-top{overflow:visible}
.rsg-inm-x.hp .hp-cta-figure{display:block;position:absolute;bottom:22px;right:max(24px,calc((100% - var(--container))/2));height:230px;z-index:3;pointer-events:none;filter:drop-shadow(0 0 1px rgba(143,204,242,.9)) drop-shadow(0 0 2px rgba(143,204,242,.5)) drop-shadow(0 10px 14px rgba(3,12,24,.45))}
.rsg-inm-x.hp .hp-cta-figure img{display:block;height:100%;width:auto}
.rsg-inm-x.hp .hp-cta-inner{position:relative;z-index:2;max-width:760px;margin:0 auto;text-align:center;padding-top:24px}
.rsg-inm-x.hp .hp-cta-title{font-family:var(--font-heading);font-weight:800;line-height:1.08;letter-spacing:.008em;text-transform:uppercase;font-size:clamp(30px,3.8vw,46px);color:#fff;margin:0}
.rsg-inm-x.hp .hp-cta .hp-cta-title span{display:block;color:var(--h2-gold)}
.rsg-inm-x.hp .hp-cta-actions{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.rsg-inm-x.hp .hp-btn-caps{padding:0 30px}
.rsg-inm-x.hp .hp-cta-call{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 30px;border-radius:var(--r-btn);background:transparent;border:1px solid rgba(169,211,240,.42);color:#fff;font-family:var(--font-heading);font-size:14.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:transform .3s var(--ease),background .3s var(--ease),border-color .3s var(--ease)}
.rsg-inm-x.hp .hp-cta-call svg{width:16px;height:16px;fill:currentColor;flex:0 0 auto}
.rsg-inm-x.hp .hp-cta-call:hover{transform:scale(1.05);background:rgba(255,255,255,.08);border-color:var(--h2-gold)}
@media (max-width:900px){
  .rsg-inm-x.hp .hp-cta{padding-bottom:calc(var(--pad-3) + 90px);padding-top:calc(var(--pad-3) + 95px)}
}
@media (max-width:767px){
  .rsg-inm-x.hp .hp-cta-figure{right:12px;bottom:auto;top:-22px;height:96px}
  .rsg-inm-x.hp .hp-cta{padding-top:calc(var(--pad-3) + 95px)}
    .rsg-inm-x.hp .hp-cta-actions{flex-direction:column;align-items:stretch}
  .rsg-inm-x.hp .hp-cta{padding-bottom:calc(var(--pad-3) + 110px)}
}

/* ===== dark-band backgrounds (2026-09-10): every dark band = photo + dark overlay, clipped to the band ===== */
.rsg-inm-x.hp .hp-band{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}
.rsg-inm-x.hp .hp-bandbg{position:absolute;left:-20px;top:-20px;width:calc(100% + 40px);height:calc(100% + 40px);max-width:none;max-height:none;object-fit:cover;object-position:center 40%;opacity:.42;filter:saturate(.7);display:block}
.rsg-inm-x.hp .hp-bandscrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,13,30,.62) 0%,rgba(0,13,30,.74) 50%,rgba(0,13,30,.62) 100%),linear-gradient(180deg,rgba(0,13,30,.6),rgba(0,13,30,0) 28%,rgba(0,13,30,0) 72%,rgba(0,13,30,.6))}
.rsg-inm-x.hp .hp-svc>.rsg-wrap,.rsg-inm-x.hp .hp-emg>.rsg-wrap,.rsg-inm-x.hp .hp-rev>.rsg-wrap,.rsg-inm-x.hp .hp-rev>.hp-marq,.rsg-inm-x.hp .hp-cta>.rsg-wrap{position:relative;z-index:1}

/* ===== FAQ call card v2 (2026-09-10): premium plate, phone-pose mascot on the right edge ===== */
.rsg-inm-x.hp .hp-faq-call{position:relative;margin-top:34px;padding:26px 150px 26px 26px;background:var(--card-dark);border:1px solid var(--ice-line);border-radius:var(--r-card);box-shadow:var(--sh-dark);color:#fff;overflow:visible}
.rsg-inm-x.hp .hp-faq-call::before{content:"";position:absolute;left:24px;right:24px;top:0;height:3px;border-radius:0 0 2px 2px;background:var(--gold-line)}
.rsg-inm-x.hp .hp-faq-call::after{content:"";position:absolute;inset:0;border-radius:var(--r-card);background:radial-gradient(120% 90% at 100% 100%,rgba(83,157,214,.18),transparent 60%);pointer-events:none}
.rsg-inm-x.hp .hp-faq-call-in{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.rsg-inm-x.hp .hp-faq-tel{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-heading);font-size:clamp(24px,2vw,28px);font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.01em;font-variant-numeric:tabular-nums;line-height:1;transition:color .2s}
.rsg-inm-x.hp .hp-faq-tel:hover{color:var(--h2-gold)}
.rsg-inm-x.hp .hp-faq-tel-ico{flex:none;width:40px;height:40px;border-radius:var(--r-tile);background:rgba(83,157,214,.16);border:1px solid var(--ice-line);color:var(--ice);display:grid;place-items:center}
.rsg-inm-x.hp .hp-faq-tel-ico svg{width:18px;height:18px;fill:currentColor}
.rsg-inm-x.hp .hp-faq-mascot{position:absolute;right:10px;bottom:0;height:172px;width:auto;z-index:2;filter:drop-shadow(0 12px 16px rgba(0,0,0,.45));pointer-events:none}

/* phone icon on every call button (owner 2026-09-10) */
.rsg-inm-x.hp .hp-btn .hp-ico{width:16px;height:16px;fill:currentColor;flex:0 0 auto}
.rsg-inm-x.hp .hp-hero-loc .hp-pin{flex:0 0 auto;width:30px;height:30px;align-self:center;margin-top:0;filter:drop-shadow(0 2px 3px rgba(0,0,0,.35))}
.rsg-inm-x.hp .hp-hero-loc .hp-pin path{fill:var(--red)}

/* ===== S6b FROM THE BLOG (2026-09-10) ==================================== */
.rsg-inm-x.hp .hp-blog{padding:var(--pad-3) 0 1px;position:relative;z-index:3}
.rsg-inm-x.hp .hp-blog-head{text-align:center;max-width:760px;margin:0 auto 40px}
.rsg-inm-x.hp .hp-bgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:-120px;position:relative;z-index:3}
.rsg-inm-x.hp .hp-bcard{--bc:var(--navy);display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;box-shadow:var(--sh-3);border-top:4px solid var(--bc);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.rsg-inm-x.hp .hp-bcard:hover{transform:translateY(-4px);box-shadow:var(--sh-3)}
.rsg-inm-x.hp .hp-bcard[data-cat="cooling"]{--bc:#2E81C1}
.rsg-inm-x.hp .hp-bcard[data-cat="heating"]{--bc:var(--red)}
.rsg-inm-x.hp .hp-bcard[data-cat="buying-guides"]{--bc:#805928}
.rsg-inm-x.hp .hp-bcard[data-cat="indoor-air-quality"]{--bc:#1AA257}
.rsg-inm-x.hp .hp-bcard-img{display:block;aspect-ratio:16/9;overflow:hidden;background:#E9EEF3}
.rsg-inm-x.hp .hp-bcard-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--ease)}
.rsg-inm-x.hp .hp-bcard:hover .hp-bcard-img img{transform:scale(1.04)}
.rsg-inm-x.hp .hp-bcard-body{display:flex;flex-direction:column;gap:12px;padding:22px 24px 24px;flex:1}
.rsg-inm-x.hp .hp-bcat{align-self:flex-start;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--bc);background:color-mix(in srgb,var(--bc) 10%,#fff);border-radius:999px;padding:5px 11px}
.rsg-inm-x.hp .hp-bcard-title{font-size:18px;font-weight:800;line-height:1.3;letter-spacing:-.01em;color:var(--ink);margin:0}
.rsg-inm-x.hp .hp-bcard-title a{color:inherit;text-decoration:none;transition:color .2s}
.rsg-inm-x.hp .hp-bcard-title a:hover{color:var(--navy)}
.rsg-inm-x.hp .hp-bcard-ex{font-size:15px;line-height:1.6;color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.rsg-inm-x.hp .hp-bmore{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:var(--bc);text-decoration:none}
.rsg-inm-x.hp .hp-bmore svg{width:14px;height:14px;transition:transform .2s}
.rsg-inm-x.hp .hp-bmore:hover svg{transform:translateX(3px)}
.rsg-inm-x.hp .hp-blog-more{position:absolute;left:0;right:0;top:calc(100% + 34px);z-index:4;text-align:center}
.rsg-inm-x.hp .hp-blog-more .hp-textlink{color:#fff;border-bottom-color:transparent}
.rsg-inm-x.hp .hp-blog-more .hp-textlink:hover{border-color:#fff}
@media (max-width:900px){
  .rsg-inm-x.hp .hp-bgrid{grid-template-columns:1fr;gap:18px;margin-bottom:-80px}
  .rsg-inm-x.hp .hp-blog-more{top:calc(100% + 28px)}
}

/* ===== 2026-09-10 post-deploy audit fixes (mobile) ===== */
@media (max-width:900px){
  .rsg-inm-x.hp .hp-faq-grid{grid-template-columns:minmax(0,1fr)}
  .rsg-inm-x.hp .hp-faq-grid>*{min-width:0}
}
@media (max-width:767px){
  /* FAQ call card: the desktop 150px right padding + un-wrappable number blew the column to 392px */
  .rsg-inm-x.hp .hp-faq-call{padding:22px 108px 22px 20px}
  .rsg-inm-x.hp .hp-faq-tel{font-size:21px;gap:10px}
  .rsg-inm-x.hp .hp-faq-tel-ico{width:34px;height:34px}
  .rsg-inm-x.hp .hp-faq-mascot{height:136px;right:4px;display:block}
  /* Why: the big greeter mascot covered the last two tiles' copy on phones */
  .rsg-inm-x.hp .hp-pengpeng{display:none}
  /* Who: mascot sits beside the button, not over it, and never blocks taps */
  .rsg-inm-x.hp .hp-who-book{padding-right:64px}
  .rsg-inm-x.hp .hp-who-mascot{right:-4px;height:84px;pointer-events:none}
  /* Reviews CTA label may wrap instead of breaking the gutter */
  .rsg-inm-x.hp .hp-rev-foot .hp-btn{white-space:normal;text-align:center;line-height:1.25;padding:12px 18px;max-width:100%}
  /* Final CTA mascot: below the straddling blog card, bottom-right of the band */
  .rsg-inm-x.hp .hp-cta-figure{top:auto;bottom:18px;right:14px;height:96px}
  /* fixed bottom bar: give the footer room so the copyright line can scroll into view */
  body.home footer.wp-block-template-part{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
}


/* ===================================================================================
 * CONTACT (v2, 2026-09-11) - layer on top of the shared homepage components
 * =================================================================================== */
.rsg-inm-x.ct{--eo:cubic-bezier(.23,1,.32,1)}
/* S1 hero */
.rsg-inm-x.ct .ct-hero{padding:84px 0 150px;min-height:620px}
.rsg-inm-x.ct .ct-hero .hp-hbg{width:76%}
.rsg-inm-x.ct .ct-hero .hp-himg{object-position:100% 60%;transform-origin:100% 20%;transform:scale(1.04)}
.rsg-inm-x.ct .ct-hero .hp-hslide.is-active .hp-himg{animation:ct-kb 9s var(--eo) forwards}
@keyframes ct-kb{from{transform:scale(1.04)}to{transform:scale(1.1)}}
.rsg-inm-x.ct .ct-hero-copy{max-width:640px}
.rsg-inm-x.ct .ct-h1-k{order:0;margin-bottom:16px;color:var(--eyebrow-dark)}
.rsg-inm-x.ct .ct-h1-d{font-size:clamp(36px,3.9vw,56px);line-height:1.04;letter-spacing:-.022em;max-width:16ch}
.rsg-inm-x.ct .ct-lede{order:2;margin-top:18px;font-size:17px;line-height:1.6;color:#D7E2EC;max-width:56ch;text-wrap:pretty}
.rsg-inm-x.ct .ct-hero .hp-ctas{order:5;margin-top:30px}
@keyframes ct-up{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.rsg-inm-x.ct.rsg-rv-js .ct-h1-k,.rsg-inm-x.ct.rsg-rv-js .ct-h1-d,.rsg-inm-x.ct.rsg-rv-js .ct-lede,.rsg-inm-x.ct.rsg-rv-js .ct-hero .hp-ctas{animation:ct-up .7s var(--eo) both}
.rsg-inm-x.ct.rsg-rv-js .ct-h1-d{animation-delay:.08s}
.rsg-inm-x.ct.rsg-rv-js .ct-lede{animation-delay:.18s}
.rsg-inm-x.ct.rsg-rv-js .ct-hero .hp-ctas{animation-delay:.3s}
/* S2 get in touch */
.rsg-inm-x.ct .ct-touch{padding:var(--pad-2) 0 var(--pad-3)}
.rsg-inm-x.ct .ct-touch-head{max-width:820px;margin-bottom:44px}
.rsg-inm-x.ct .ct-touch-head .hp-h2{font-size:clamp(28px,2.9vw,40px);line-height:1.12}
.rsg-inm-x.ct .ct-touch-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px;align-items:start}
.rsg-inm-x.ct .ct-details{position:relative;background:var(--card-dark);color:#fff;border:1px solid var(--ice-line);border-radius:var(--r-card);box-shadow:var(--sh-dark);padding:26px 26px 18px}
.rsg-inm-x.ct .ct-details::before{content:"";position:absolute;left:22px;right:22px;top:0;height:3px;border-radius:0 0 2px 2px;background:var(--gold-line)}
.rsg-inm-x.ct .ct-detail{display:flex;gap:16px;padding:16px 0}
.rsg-inm-x.ct .ct-detail+.ct-detail{border-top:1px solid var(--ice-line)}
.rsg-inm-x.ct .ct-detail-ic{flex:none;width:42px;height:42px;border-radius:var(--r-tile);background:rgba(255,255,255,.07);color:var(--h2-gold);display:grid;place-items:center}
.rsg-inm-x.ct .ct-detail-ic svg{width:21px;height:21px;display:block}
.rsg-inm-x.ct .ct-detail-l{display:block;font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--eyebrow-dark);margin:2px 0 6px}
.rsg-inm-x.ct .ct-detail p{font-size:15px;line-height:1.55;color:#D7E2EC;margin:0}
.rsg-inm-x.ct .ct-detail p+p{margin-top:6px;font-size:14px;color:var(--muted-dark)}
.rsg-inm-x.ct .ct-detail a{color:#fff;font-weight:600;text-decoration:none}
.rsg-inm-x.ct .ct-detail a:hover{color:var(--h2-gold)}
.rsg-inm-x.ct .ct-tel{font-family:var(--font-heading);font-size:24px;font-weight:800;letter-spacing:-.015em;line-height:1.1}
.rsg-inm-x.ct .ct-social{display:flex;gap:8px;margin-top:2px}
.rsg-inm-x.ct .ct-social a{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--ice-line);color:#fff;transition:background .2s,color .2s}
.rsg-inm-x.ct .ct-social a:hover{background:#fff;color:var(--navy)}
.rsg-inm-x.ct .ct-social svg{width:18px;height:18px}
.rsg-inm-x.ct .ct-form{position:relative;padding:32px 34px 30px;border-top:0}
.rsg-inm-x.ct .ct-form::before{content:"";position:absolute;left:22px;right:22px;top:0;height:3px;border-radius:0 0 2px 2px;background:var(--gold-line)}
.rsg-inm-x.ct .ct-form .hp-form-title{margin-bottom:8px;padding-right:120px}
.rsg-inm-x.ct .ct-form-lede{font-size:15px;line-height:1.55;color:var(--muted);margin-bottom:22px;padding-right:120px}
.rsg-inm-x.ct .ct-form-mascot{position:absolute;right:22px;top:-58px;height:150px;width:auto;filter:drop-shadow(0 12px 16px rgba(0,0,0,.28));pointer-events:none}
.rsg-inm-x.ct .hp-field label .rsg-req{color:var(--red)}
.rsg-inm-x.ct .hp-field label .rsg-opt{font-weight:500;letter-spacing:0;text-transform:none;color:var(--muted);font-size:12px}
.rsg-inm-x.ct .hp-field input::placeholder,.rsg-inm-x.ct .hp-field textarea::placeholder{color:#8A9099}
.rsg-inm-x.ct .hp-field input[aria-invalid="true"],.rsg-inm-x.ct .hp-field textarea[aria-invalid="true"]{border-color:var(--red);box-shadow:0 0 0 3px rgba(170,24,44,.12)}
.rsg-inm-x.ct .rsg-err{display:none;align-items:flex-start;gap:6px;font-size:13px;line-height:1.4;color:var(--red);margin-top:-2px}
.rsg-inm-x.ct .rsg-err.is-shown{display:flex}
.rsg-inm-x.ct .rsg-err svg{flex:none;width:14px;height:14px;margin-top:2px;fill:currentColor}
.rsg-inm-x.ct .hp-consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.5;color:var(--muted);margin:6px 0 14px}
.rsg-inm-x.ct .hp-consent input{margin-top:3px;width:16px;height:16px;flex:none;accent-color:var(--navy)}
.rsg-inm-x.ct .hp-consent a{color:var(--navy);font-weight:600}
.rsg-inm-x.ct .ct-submit .rsg-spin{display:none}
.rsg-inm-x.ct .ct-submit.is-loading .rsg-spin{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:ct-spin .8s linear infinite}
@keyframes ct-spin{to{transform:rotate(360deg)}}
.rsg-inm-x.ct .ct-status{display:none;margin:0 0 16px;padding:12px 14px;border-radius:var(--r-btn);font-size:14px;line-height:1.5}
.rsg-inm-x.ct .ct-status.is-shown{display:block}
.rsg-inm-x.ct .ct-status.is-error{background:rgba(170,24,44,.08);color:var(--red-deep);border:1px solid rgba(170,24,44,.25)}
.rsg-inm-x.ct .ct-status.is-info{background:rgba(6,54,118,.07);color:var(--navy);border:1px solid rgba(6,54,118,.2)}
.rsg-inm-x.ct .ct-status a{color:inherit;font-weight:700}
.rsg-inm-x.ct #rsg-cn-form{scroll-margin-top:170px}
/* S3 reviews = homepage component; keep the band's own rules */
/* S4 where we work */
.rsg-inm-x.ct .ct-where{padding:var(--pad-3) 0 calc(var(--pad-3) + 30px)}
.rsg-inm-x.ct .ct-where-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:72px;align-items:center}
.rsg-inm-x.ct .ct-where-copy .hp-h2{margin-bottom:22px;max-width:18ch}
.rsg-inm-x.ct .ct-where-copy p+p{margin-top:16px}
.rsg-inm-x.ct .ct-where-copy .hp-btn{margin-top:28px}
.rsg-inm-x.ct .ct-map{position:relative;padding:0 0 70px 0}
.rsg-inm-x.ct .ct-map::before{content:"";position:absolute;right:-30px;top:-26px;width:46%;height:220px;border-radius:18px;background:radial-gradient(circle,rgba(226,198,163,.55) 1.4px,transparent 1.5px) 0 0/14px 14px;z-index:0}
.rsg-inm-x.ct .ct-map-frame{position:relative;z-index:1;border-radius:var(--r-card);overflow:hidden;background:#E9EEF3;aspect-ratio:4/3.4;box-shadow:var(--sh-3)}
.rsg-inm-x.ct .ct-map-frame::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(6,54,118,.06) 0 1px,transparent 1px 40px),repeating-linear-gradient(0deg,rgba(6,54,118,.06) 0 1px,transparent 1px 40px)}
.rsg-inm-x.ct .ct-map-frame iframe{position:relative;display:block;width:100%;height:100%;border:0}
.rsg-inm-x.ct .ct-addr{position:absolute;left:-28px;bottom:0;z-index:3;width:min(372px,82%);background:#fff;border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-2);padding:22px 24px 24px}
.rsg-inm-x.ct .ct-addr::before{content:"";position:absolute;left:22px;right:22px;top:0;height:3px;border-radius:0 0 2px 2px;background:var(--gold-line)}
.rsg-inm-x.ct .ct-addr-k{font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--eyebrow-warm);margin:0 0 8px}
.rsg-inm-x.ct .ct-addr-a{display:block;font-family:var(--font-heading);font-size:17px;font-weight:800;letter-spacing:-.012em;line-height:1.3;color:var(--ink);text-decoration:none}
.rsg-inm-x.ct .ct-addr-a:hover{color:var(--navy)}
.rsg-inm-x.ct .ct-addr-h{font-size:13.5px;line-height:1.5;color:var(--muted);margin:10px 0 16px}
.rsg-inm-x.ct .ct-addr .hp-btn{width:100%}
.rsg-inm-x.ct .ct-map-mascot{position:absolute;right:-26px;bottom:56px;height:190px;width:auto;z-index:5;filter:drop-shadow(0 14px 18px rgba(0,0,0,.32));pointer-events:none}
@media (prefers-reduced-motion:reduce){
  .rsg-inm-x.ct .ct-hero .hp-hslide.is-active .hp-himg{animation:none;transform:scale(1.06)}
  .rsg-inm-x.ct.rsg-rv-js .ct-h1-k,.rsg-inm-x.ct.rsg-rv-js .ct-h1-d,.rsg-inm-x.ct.rsg-rv-js .ct-lede,.rsg-inm-x.ct.rsg-rv-js .ct-hero .hp-ctas{animation:none}
  .rsg-inm-x.ct .ct-submit.is-loading .rsg-spin{animation:none}
}
@media (max-width:1100px){
  .rsg-inm-x.ct .ct-touch-grid{gap:32px}
  .rsg-inm-x.ct .ct-where-grid{gap:48px}
}
@media (max-width:900px){
  .rsg-inm-x.ct .ct-hero{min-height:0}
  .rsg-inm-x.ct .ct-hero .hp-himg{object-position:60% 30%}
  .rsg-inm-x.ct .ct-touch-grid{grid-template-columns:1fr;gap:32px}
  .rsg-inm-x.ct .ct-form{order:-1}
  .rsg-inm-x.ct .ct-form-mascot{height:120px;top:-46px;right:14px}
  .rsg-inm-x.ct .ct-where-grid{grid-template-columns:1fr;gap:40px}
  .rsg-inm-x.ct .ct-map{padding:0 0 60px}
  .rsg-inm-x.ct .ct-map-frame{aspect-ratio:16/11}
  .rsg-inm-x.ct .ct-addr{left:12px;width:min(350px,88%)}
  .rsg-inm-x.ct .ct-map-mascot{height:130px;right:4px;bottom:50px}
}
@media (max-width:767px){
  .rsg-inm-x.ct .ct-hero{padding:56px 0 120px}
  .rsg-inm-x.ct .ct-h1-d{font-size:clamp(32px,9vw,40px);max-width:none}
  .rsg-inm-x.ct .ct-lede{font-size:15.5px}
  .rsg-inm-x.ct .ct-form{padding:24px 20px 22px}
  .rsg-inm-x.ct .ct-form .hp-form-title{padding-right:84px;font-size:22px}
  .rsg-inm-x.ct .ct-form-lede{padding-right:0}
  .rsg-inm-x.ct .ct-form-mascot{height:104px;top:-40px;right:12px}
  .rsg-inm-x.ct .ct-addr-a{font-size:16px}
  .rsg-inm-x.ct .ct-details{padding:20px 18px 12px}
  .rsg-inm-x.ct .ct-addr{position:relative;left:0;width:auto;margin:-40px 12px 0}
  .rsg-inm-x.ct .ct-map{padding-bottom:0}
  .rsg-inm-x.ct .ct-map-mascot{display:none}
}

/* 2026-09-11 KELLIE LAUNCH REVIEW - Reviews mascot straddles the seam into the next section
   (was clipped: .hp-rev overflow:hidden + .rsg-div-btm z2 painted over its feet, 10px overhang). Same block in every page sheet that carries the reviews band. */
.rsg-inm-x.hp .hp-rev{overflow:visible}
.rsg-inm-x.hp .hp-rev::before{width:min(1100px,100vw)}
.rsg-inm-x.hp .hp-rev-foot{z-index:3}
.rsg-inm-x.hp .hp-rev-mascot{top:auto;bottom:-204px;right:0;height:240px}
@media (max-width:900px){.rsg-inm-x.hp .hp-rev-mascot{display:none}}

/* 2026-09-11 KELLIE LAUNCH REVIEW 2 - reviews foot must out-rank the `.hp-rev>.rsg-wrap{z-index:1}` consistency rule by specificity,
   otherwise .rsg-div-btm (z2) paints its white wave over the straddling mascot's legs. */
.rsg-inm-x.hp .hp-rev>.rsg-wrap.hp-rev-foot{z-index:3}
