/* ── 941 Home Repair Help ──────────────────────────────────────────── */
:root{
  --navy: #0B1B3A;
  --navy-deep: #06122A;
  --navy-soft: #1A2D54;
  --orange: #F26B1F;
  --orange-deep: #D7570C;
  --orange-tint: #FFE4D2;
  --bone: #F8F4EC;
  --bone-2: #EFE8DA;
  --ink: #0A0E1A;
  --line: rgba(11,27,58,.12);
  --line-2: rgba(11,27,58,.08);
  --shadow-card: 0 2px 4px rgba(11,27,58,.04), 0 10px 30px rgba(11,27,58,.08);
  --shadow-deep: 0 4px 12px rgba(11,27,58,.10), 0 24px 60px rgba(11,27,58,.18);
  --r-sm: 8px;
  --r: 14px;
  --r-lg: 22px;
  --r-xl: 28px;
  --container: 1180px;
}

*,*::before,*::after{ box-sizing: border-box; }
html,body{ margin:0; padding:0; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img{ display:block; max-width:100%; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; cursor: pointer; }

/* type */
.display{
  font-family: "Bricolage Grotesque", "Manrope", sans-serif;
  font-weight: 700;
  font-variation-settings: "opsz" 96;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-wrap: balance;
}
.eyebrow{
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--orange);
}
.eyebrow.on-navy{ color: #FFD2B5; }

/* layout */
.wrap{ width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
section{ position:relative; }

/* ── Header ────────────────────────────────── */
.hdr{
  position: sticky; top: 0; z-index: 50;
  background: rgba(248,244,236,.86);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line-2);
}
.hdr-inner{
  display:flex; align-items:center; justify-content: space-between;
  height: 62px; padding: 0 16px;
  max-width: var(--container); margin: 0 auto;
}
.hdr-logo{ display:flex; align-items:center; gap:10px; }
.hdr-logo .mark{
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--navy); display:grid; place-items:center;
  color: white; font-family:"Bricolage Grotesque",sans-serif; font-weight:800;
  font-size: 15px; letter-spacing:-.02em; position:relative;
}
.hdr-logo .mark::after{
  content:""; position:absolute; inset:auto -3px -3px auto;
  width:10px; height:10px; background: var(--orange); border-radius: 3px;
}
.hdr-logo .name{ display:flex; flex-direction:column; line-height:1; }
.hdr-logo .name b{ font-family:"Bricolage Grotesque",sans-serif; font-size: 16px; letter-spacing:-.01em; color: var(--navy); }
.hdr-logo .name span{ font-size: 11px; color: rgba(11,27,58,.6); margin-top: 3px; letter-spacing:.04em; }
.hdr-nav{ display:none; align-items:center; gap: 28px; }
.hdr-nav a{ font-size: 14px; font-weight: 600; color: var(--navy); opacity:.78; }
.hdr-nav a:hover{ opacity:1; }
.hdr-cta{
  display:inline-flex; align-items:center; gap:6px;
  height: 38px; padding: 0 14px;
  background: var(--navy); color: white;
  font-weight: 700; font-size: 13.5px;
  border-radius: 999px;
  border: 1px solid var(--navy-deep);
}
.hdr-cta svg{ width:14px; height:14px; }
@media (min-width: 880px){
  .hdr-nav{ display: flex; }
  .hdr-inner{ height: 72px; }
}

/* ── Hero ────────────────────────────────── */
.hero{
  position: relative;
  padding: 28px 0 36px;
  background: var(--bone);
  overflow: hidden;
}
.hero-grid{
  display: grid; gap: 22px;
  grid-template-columns: 1fr;
}
.hero-eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family: "Manrope",sans-serif; font-weight:700; font-size:11.5px;
  letter-spacing:.12em; text-transform: uppercase; color: var(--navy);
  background: rgba(11,27,58,.06);
  padding: 6px 12px; border-radius:999px;
  white-space: nowrap;
  max-width: 100%; overflow: hidden; text-overflow: ellipsis;
}
.hero-eyebrow .dot{ width:7px; height:7px; border-radius:50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(242,107,31,.18); }
.hero h1{
  font-family: "Bricolage Grotesque",sans-serif;
  font-weight: 700;
  font-variation-settings: "opsz" 96;
  font-size: clamp(38px, 8.6vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.028em;
  margin: 14px 0 14px;
  color: var(--navy);
}
.hero h1 em{ font-style: normal; color: var(--orange); position:relative; }
.hero h1 em::after{
  content:""; position:absolute; left:0; right:0; bottom: -3px; height: 6px;
  background: var(--orange-tint); border-radius:6px; z-index:-1;
}

/* split-display headline: quieter framing + dominant shout lines */
.hero-framing{
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 2.4vw, 19px);
  letter-spacing: 0;
  line-height: 1.25;
  color: rgba(11,27,58,.72);
  margin-bottom: 8px;
  text-transform: none;
}
.hero-shout{
  display: block;
  font-family: "Bricolage Grotesque",sans-serif;
  font-weight: 800;
  font-variation-settings: "opsz" 96;
  font-size: clamp(46px, 11.5vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.038em;
  color: var(--navy);
}
.hero-shout-l1, .hero-shout-l2{ display: block; }
.hero-shout-l2{
  color: var(--orange);
  margin-top: 2px;
  position: relative;
}
.hero-shout-l2::after{
  content: "";
  display: inline-block;
  width: 18px; height: 18px;
  margin-left: 10px;
  vertical-align: 0.18em;
  background: var(--orange);
  border-radius: 50%;
  animation: hero-dot 1.6s ease-in-out infinite;
}
@keyframes hero-dot{
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(.78); opacity: .7; }
}
.hero-framing-post{
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 2vw, 17px);
  color: rgba(11,27,58,.65);
  margin-top: 8px;
}
@media (min-width: 880px){
  .hero-shout{ font-size: clamp(64px, 7.4vw, 104px); }
}
.hero p.lead{
  font-size: 17px; line-height: 1.5; color: rgba(11,27,58,.78);
  max-width: 60ch; margin: 0 0 22px;
}
.hero-ctas{ display:flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  height: 56px; padding: 0 22px;
  font-weight: 800; font-size: 16px; letter-spacing:-.005em;
  border-radius: 999px; border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active{ transform: translateY(1px); }
.btn-primary{
  background: var(--orange); color: white;
  box-shadow: 0 2px 0 var(--orange-deep), 0 12px 24px rgba(242,107,31,.32);
}
.btn-primary:hover{ background: var(--orange-deep); }
.btn-secondary{
  background: white; color: var(--navy);
  border-color: var(--line);
}
.btn-secondary:hover{ background: #fff; border-color: var(--navy); }
.btn-ghost-navy{
  background: rgba(255,255,255,.08); color: white;
  border-color: rgba(255,255,255,.22);
}
.btn-ghost-navy:hover{ background: rgba(255,255,255,.14); }
.btn svg{ width: 18px; height: 18px; }

.hero-microtrust{
  display:flex; flex-wrap: wrap; gap: 18px 22px; align-items: center;
  font-size: 13px; color: rgba(11,27,58,.7);
}
.hero-microtrust .mt-item{ display:inline-flex; align-items:center; gap:8px; }
.hero-microtrust svg{ width:16px; height:16px; color: var(--orange); }
.hero-microtrust .stars{ color: var(--orange); letter-spacing:1px; font-size:14px; }

/* hero photo + phone */
.hero-visual{ position: relative; }
.hero-card{
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow-deep);
  aspect-ratio: 4/5;
  width: 100%;
}
.hero-card img.bg{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit: cover; object-position: center;
}
.hero-card::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(11,27,58,.0) 0%, rgba(11,27,58,.0) 40%, rgba(11,27,58,.72) 100%);
  pointer-events: none;
}

/* before/after hero card variant: no overlay gradient, embeds CompareSlider + meta strip */
.hero-card-ba{
  aspect-ratio: auto;
  background: white;
  border: 1px solid var(--line);
  padding: 8px;
}
.hero-card-ba::after{ display: none; }
.hero-card-frame{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ddd;
}
.hero-card-frame .ba-compare{ aspect-ratio: 4/3.2; }
.hero-card-meta{
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 14px 10px 6px;
}
.hero-card-meta-l{ display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.hero-verified{
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--navy);
}
.hero-verified .vchk{
  width: 16px; height: 16px; border-radius: 50%;
  background: #1f8a5b; color: white;
  display: grid; place-items: center;
}
.hero-verified .vchk svg{ width: 10px; height: 10px; stroke-width: 3.5; }
.hero-card-title{
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: 14.5px; color: var(--navy); letter-spacing: -.005em;
  line-height: 1.25;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hero-card-crew{
  display: flex; align-items: center; gap: 9px;
}
.hero-card-crew .ava{
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--navy); color: white;
  display: grid; place-items: center;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 13px;
}
.hero-card-crew div:last-child{ display: flex; flex-direction: column; line-height: 1.15; }
.hero-card-crew b{ font-size: 12.5px; font-weight: 800; color: var(--navy); }
.hero-card-crew span{ font-size: 10.5px; color: rgba(11,27,58,.6); font-weight: 600; }
.hero-overlay{
  position:absolute; left:0; right:0; bottom:0; padding: 22px;
  display:flex; flex-direction:column; gap: 14px; z-index: 2;
}
.hero-tag{
  align-self: flex-start;
  background: var(--orange); color: white;
  padding: 7px 12px; border-radius: 999px;
  font-weight: 800; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase;
  display:inline-flex; align-items:center; gap:6px;
}
.hero-tag .pulse{
  width:7px; height:7px; border-radius:50%; background: white;
  box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: pulse 2s infinite;
}
@keyframes pulse{
  0%{ box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
  70%{ box-shadow: 0 0 0 10px rgba(255,255,255,0); }
  100%{ box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.hero-overlay h3{
  color: white; margin:0;
  font-family:"Bricolage Grotesque",sans-serif; font-weight:700;
  font-size: 19px; letter-spacing:-.01em; line-height:1.2;
}
.hero-overlay p{
  color: rgba(255,255,255,.78); margin:0; font-size: 13.5px;
}

/* phone preview floating on hero */
.hero-phone{
  position: absolute;
  right: -8px; top: 14px;
  width: 162px;
  border-radius: 26px;
  background: #0A0E1A;
  padding: 6px;
  box-shadow: var(--shadow-deep), 0 0 0 1px rgba(255,255,255,.05) inset;
  transform: rotate(6deg);
  z-index: 3;
}
.hero-phone .screen{
  border-radius: 20px; overflow: hidden;
  background: var(--bone);
  aspect-ratio: 9/19;
  position: relative;
}
.phone-bar{
  height: 22px; background: #0A0E1A; color: white;
  display:flex; align-items:center; justify-content:space-between;
  padding: 0 12px; font-size: 9px; font-weight: 700;
}
.phone-thread{ padding: 8px; display:flex; flex-direction:column; gap:6px; }
.bubble{
  font-size: 9.5px; line-height: 1.3;
  padding: 6px 9px; border-radius: 12px; max-width: 78%;
}
.bubble.me{ align-self: flex-end; background: var(--navy); color: white; border-bottom-right-radius: 4px; }
.bubble.them{ align-self: flex-start; background: white; color: var(--ink); border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.bubble.img{ padding: 3px; background: #ddd; }
.bubble.img > div{
  width: 92px; height: 64px; border-radius: 9px;
  background: center/cover no-repeat;
}

/* ── Trust badges strip ─────────────────────── */
.trust{
  background: var(--navy);
  color: white;
  padding: 22px 0;
}
.trust-row{
  display:flex; gap: 24px; overflow-x: auto;
  scroll-snap-type: x mandatory; padding: 4px 16px;
  scrollbar-width: none;
}
.trust-row::-webkit-scrollbar{ display:none; }
.trust-item{
  flex: 0 0 auto; scroll-snap-align: start;
  display:flex; align-items:center; gap: 10px;
  font-weight: 600; font-size: 13.5px;
  white-space: nowrap;
  color: rgba(255,255,255,.92);
}
.trust-item svg{ width: 22px; height: 22px; color: var(--orange); flex-shrink: 0; }
.trust-item .stars{ color: var(--orange); letter-spacing: 1px; font-size: 14px; }

@media (min-width: 880px){
  .trust-row{ justify-content: center; overflow: visible; flex-wrap: wrap; gap: 36px; }
}

/* ── Section bones ──────────────────────────── */
.sect{ padding: 64px 0; }
.sect.bone{ background: var(--bone); }
.sect.bone-2{ background: var(--bone-2); }
.sect.white{ background: white; }
.sect.navy{ background: var(--navy); color: white; }
.sect-head{ margin-bottom: 28px; }
.sect-head h2{
  font-family:"Bricolage Grotesque",sans-serif; font-weight:700;
  font-size: clamp(28px, 5.5vw, 44px);
  letter-spacing:-.02em; line-height: 1.12;
  margin: 10px 0 18px; color: var(--navy);
  text-wrap: balance;
}
.sect.navy .sect-head h2{ color: white; }
.sect-head p{
  font-size: 16px; color: rgba(11,27,58,.7);
  margin: 0; max-width: 60ch;
}
.sect.navy .sect-head p{ color: rgba(255,255,255,.72); }

/* ── How it works ──────────────────────────── */
.hiw-grid{
  display:grid; gap: 14px; grid-template-columns: 1fr;
}
.hiw-step{
  background: white;
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  padding: 22px 22px 24px;
  position: relative;
  display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(11,27,58,.03);
}
.hiw-step .num{
  font-family:"Bricolage Grotesque",sans-serif; font-weight: 800;
  font-size: 44px; line-height: 1; color: var(--orange);
  letter-spacing:-.04em;
}
.hiw-step .icon{
  position:absolute; top: 22px; right: 22px;
  width: 44px; height: 44px; border-radius: 12px;
  display:grid; place-items:center;
  background: #FEEBDA; color: var(--orange-deep);
}
.hiw-step .icon svg{ width: 22px; height: 22px; }
.hiw-step h3{
  font-family:"Bricolage Grotesque",sans-serif; font-weight: 700;
  font-size: 20px; color: var(--navy);
  margin: 10px 0 8px; letter-spacing:-.01em;
}
.hiw-step p{
  font-size: 14.5px; color: rgba(11,27,58,.72);
  margin: 0; line-height: 1.5;
}
.hiw-step .meta{
  margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line);
  font-size: 12.5px; font-weight: 600; color: var(--navy); opacity:.65;
  display: flex; align-items: center; gap: 8px;
}
.hiw-step .meta svg{ width:14px; height:14px; color: var(--orange); }
@media (min-width: 760px){
  .hiw-grid{ grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
}

/* ── Services grid ──────────────────────────── */
.svc-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.svc-card{
  background: white;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-2);
  padding: 18px 16px 18px;
  display: flex; flex-direction: column;
  min-height: 158px;
  position: relative;
  transition: transform .15s ease, border-color .15s ease, box-shadow .2s ease;
}
.svc-card:hover{
  transform: translateY(-2px);
  border-color: var(--navy);
  box-shadow: var(--shadow-card);
}
.svc-card .icon{
  width: 44px; height: 44px; border-radius: 12px;
  display:grid; place-items:center; margin-bottom: 14px;
  background: var(--navy); color: var(--orange);
}
.svc-card .icon svg{ width: 22px; height: 22px; }
.svc-card h4{
  font-family:"Bricolage Grotesque",sans-serif; font-weight: 700;
  font-size: 17px; color: var(--navy);
  margin: 0 0 6px; letter-spacing:-.01em; line-height: 1.15;
}
.svc-card p{
  font-size: 13px; color: rgba(11,27,58,.65);
  margin: 0; flex: 1; line-height: 1.4;
}
.svc-card .more{
  margin-top: 12px; display:flex; align-items:center; gap:6px;
  font-size: 12px; font-weight: 700; color: var(--orange);
  letter-spacing: .02em;
}
.svc-card .more svg{ width: 12px; height: 12px; }
@media (min-width: 640px){
  .svc-grid{ grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
@media (min-width: 980px){
  .svc-grid{ grid-template-columns: repeat(4, 1fr); }
  .svc-card{ padding: 22px 20px; min-height: 180px; }
  .svc-card h4{ font-size: 18px; }
}

/* ── Before/After gallery ───────────────────── */
.sect-head.sect-head-flex{
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
}
.ba-rail-nav{ display: none; gap: 8px; }
.ba-nav-btn{
  width: 44px; height: 44px; border-radius: 50%;
  background: white; color: var(--navy);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  transition: background .15s, color .15s, transform .15s;
}
.ba-nav-btn:hover{ background: var(--navy); color: white; }
.ba-nav-btn svg{ width: 18px; height: 18px; }
@media (min-width: 760px){ .ba-rail-nav{ display: flex; } }

.ba-rail{
  display: flex; gap: 14px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 20px 24px;
  margin: 0 -20px;
  scrollbar-width: none;
}
.ba-rail::-webkit-scrollbar{ display:none; }
.ba-card{
  flex: 0 0 86%;
  max-width: 480px;
  scroll-snap-align: center;
  background: white;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ba-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-deep);
}
.ba-card::before{
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--orange);
  z-index: 2;
}

.ba-card-top{
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 10px;
}
.ba-verified{
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--navy);
}
.ba-verified .vchk{
  width: 18px; height: 18px; border-radius: 50%;
  background: #1f8a5b; color: white;
  display: grid; place-items: center;
}
.ba-verified .vchk svg{ width: 11px; height: 11px; stroke-width: 3.5; }
.ba-jobno{
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; color: rgba(11,27,58,.5);
  letter-spacing: .03em;
}
.ba-card-frame{
  position: relative;
  margin: 0 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  background: #ddd;
}
.ba-card-body{ padding: 14px 16px 18px; }
.ba-label{
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: 18px; color: var(--navy); letter-spacing: -.01em;
  margin: 4px 0 10px; line-height: 1.2;
}
.ba-meta-row{
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  font-size: 12.5px; color: rgba(11,27,58,.68);
  font-weight: 600;
  padding-bottom: 14px; margin-bottom: 14px;
  border-bottom: 1px dashed var(--line);
}
.ba-meta-cell{ display: inline-flex; align-items: center; gap: 6px; }
.ba-meta-cell svg{ width: 13px; height: 13px; color: var(--orange); }
.ba-card-foot{
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.ba-crew{ display: flex; align-items: center; gap: 10px; min-width: 0; }
.ba-crew .ava{
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy); color: var(--orange);
  display: grid; place-items: center;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 15px;
  flex-shrink: 0;
}
.ba-crew div:last-child{ display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.ba-crew b{ font-size: 13px; font-weight: 800; color: var(--navy); }
.ba-crew span{ font-size: 11.5px; color: rgba(11,27,58,.55); font-weight: 600; }
.ba-cta{
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 800; letter-spacing: .01em;
  color: var(--orange); white-space: nowrap;
}
.ba-cta svg{ width: 13px; height: 13px; transition: transform .15s ease; }
.ba-cta:hover svg{ transform: translateX(3px); }

.ba-foot-row{
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 6px;
}
.ba-count{
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: 15px; color: var(--navy);
}
.ba-count span{ font-weight: 500; color: rgba(11,27,58,.5); }

/* draggable comparison */
.ba-compare{
  position: relative;
  aspect-ratio: 4/3;
  background: #ddd;
  overflow: hidden;
  touch-action: none;
  user-select: none;
  cursor: ew-resize;
}
.ba-compare img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.ba-compare .after-clip{
  position:absolute; inset:0;
  clip-path: inset(0 0 0 var(--pos, 50%));
  -webkit-clip-path: inset(0 0 0 var(--pos, 50%));
}
.ba-compare .handle{
  position: absolute; top: 0; bottom: 0;
  left: var(--pos, 50%);
  width: 3px;
  background: white;
  box-shadow: 0 0 0 1px rgba(11,27,58,.2), 0 4px 18px rgba(0,0,0,.3);
  transform: translateX(-50%);
  pointer-events: none;
}
.ba-compare .handle-knob{
  position: absolute; top: 50%; left: 50%;
  width: 42px; height: 42px;
  border-radius: 50%; background: white;
  transform: translate(-50%, -50%);
  display:grid; place-items:center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25), 0 0 0 1px rgba(11,27,58,.15);
  color: var(--navy);
}
.ba-compare .handle-knob::before{
  content: "";
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.6);
  animation: knob-pulse 2s ease-out infinite;
  pointer-events: none;
}
.ba-compare.touched .handle-knob::before{ display: none; }
@keyframes knob-pulse{
  0% { transform: scale(.9); opacity: .9; }
  100% { transform: scale(1.6); opacity: 0; }
}
.ba-compare .handle-knob svg{ width:18px; height:18px; }
.ba-compare .hint{
  position: absolute; bottom: 12px; left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,.92);
  color: var(--navy);
  padding: 6px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
  pointer-events: none;
  opacity: 1; transition: opacity .4s ease;
}
.ba-compare.touched .hint{ opacity: 0; }
.ba-compare .hint svg{ width: 12px; height: 12px; }

/* ba rail dots */
.ba-dots{
  display: flex; gap: 6px; justify-content: center;
  margin-top: 8px;
}
.ba-dots .dot{
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(11,27,58,.2);
  transition: width .25s ease, background .2s ease;
}
.ba-dots .dot.on{ background: var(--orange); width: 22px; border-radius: 3px; }

@media (min-width: 980px){
  .ba-rail{ padding-left: 0; padding-right: 0; margin: 0; flex-wrap: wrap; justify-content: stretch; }
  .ba-card{ flex: 1 1 calc(50% - 14px); }
}

/* ── Service areas ──────────────────────────── */
.areas-wrap{
  display: grid; gap: 24px; grid-template-columns: 1fr;
}
.areas-list{
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.area-chip{
  background: white; border: 1px solid var(--line-2);
  border-radius: var(--r);
  padding: 14px 14px;
  display:flex; align-items:center; gap: 10px;
  font-weight: 700; font-size: 14.5px; color: var(--navy);
  position: relative;
}
.area-chip .pin{
  width: 26px; height: 26px; border-radius: 8px;
  background: var(--orange-tint); color: var(--orange-deep);
  display:grid; place-items:center; flex-shrink: 0;
}
.area-chip .pin svg{ width: 14px; height: 14px; }
.area-chip small{ font-size: 11px; font-weight: 600; color: rgba(11,27,58,.5); display:block; margin-top:1px; }
.area-chip .col{ display:flex; flex-direction:column; line-height: 1.1; }

.area-map{
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--navy);
  aspect-ratio: 4/3;
  position: relative;
  box-shadow: var(--shadow-card);
}
.area-map svg{ position:absolute; inset:0; width:100%; height:100%; }
.area-map .badge{
  position:absolute; top: 16px; left: 16px;
  background: rgba(255,255,255,.94); color: var(--navy);
  padding: 6px 12px; border-radius: 999px;
  font-size: 11.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  display:flex; align-items:center; gap:6px;
}
.area-map .badge .dot{ width:7px; height:7px; border-radius:50%; background: var(--orange); }

@media (min-width: 880px){
  .areas-wrap{ grid-template-columns: 1.1fr 1fr; align-items: center; gap: 36px; }
  .areas-list{ grid-template-columns: 1fr 1fr 1fr; }
}

/* ── Testimonials ──────────────────────────── */
.reviews-head{
  display: grid; gap: 24px;
  grid-template-columns: 1fr;
  align-items: end;
}
@media (min-width: 760px){
  .reviews-head{ grid-template-columns: 1fr auto; }
}

.reviews-summary{
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  padding: 16px 18px;
  background: white;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(11,27,58,.03);
}
@media (min-width: 760px){
  .reviews-summary{ align-items: flex-end; text-align: right; }
}
.rs-rating{
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 800;
  font-size: 38px; line-height: 1; color: var(--navy);
  letter-spacing: -.03em;
}
.rs-stars{ display: flex; gap: 2px; color: #FBBC05; }
.rs-stars svg{ width: 16px; height: 16px; }
.rs-meta{
  display: flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 600; color: rgba(11,27,58,.6);
  margin-top: 2px;
}
.rs-meta svg{ flex-shrink: 0; }

.tests-grid{
  display: grid; gap: 14px;
  grid-template-columns: 1fr;
}

/* Google-review-style card */
.g-review{
  background: white;
  border-radius: 16px;
  border: 1px solid var(--line-2);
  padding: 22px 22px 18px;
  position: relative;
  box-shadow: 0 1px 2px rgba(11,27,58,.04), 0 6px 18px rgba(11,27,58,.04);
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
}
.g-review:hover{
  transform: translateY(-3px);
  box-shadow: 0 2px 4px rgba(11,27,58,.04), 0 18px 40px rgba(11,27,58,.10);
  border-color: rgba(11,27,58,.18);
}

.g-review-head{
  display: flex; align-items: center; gap: 12px;
}
.g-avatar{
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  color: white;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 19px;
  flex-shrink: 0;
  box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 2px 6px rgba(11,27,58,.12);
}
.g-meta{ flex: 1; min-width: 0; }
.g-name{
  display: flex; align-items: center; gap: 6px;
  font-size: 14.5px; font-weight: 700; color: var(--ink);
  line-height: 1.2;
}
.g-verify{
  display: inline-grid; place-items: center;
  width: 15px; height: 15px; border-radius: 50%;
  background: #4285F4; color: white;
}
.g-verify svg{ width: 10px; height: 10px; stroke-width: 4; }
.g-sub{
  font-size: 11.5px; color: rgba(11,27,58,.55);
  margin-top: 3px;
}
.g-source{ display: grid; place-items: center; flex-shrink: 0; opacity: .9; }

.g-stars-row{
  display: flex; align-items: center; gap: 10px;
  margin: 14px 0 8px;
}
.g-stars{ display: flex; gap: 1px; color: #FBBC05; }
.g-stars svg{ width: 17px; height: 17px; filter: drop-shadow(0 1px 0 rgba(0,0,0,.05)); }
.g-date{ font-size: 12px; color: rgba(11,27,58,.55); font-weight: 500; }

.g-service-tag{
  align-self: flex-start;
  display: inline-block;
  font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--orange-deep);
  background: var(--orange-tint);
  padding: 4px 10px; border-radius: 999px;
  margin-bottom: 10px;
}

.g-body{
  margin: 0;
  font-size: 14px; line-height: 1.6;
  color: rgba(11,27,58,.82);
  flex: 1;
}

.g-foot{
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--line-2);
  font-size: 11.5px; font-weight: 600;
}
.g-verified-badge{
  display: inline-flex; align-items: center; gap: 6px;
  color: #1f8a5b;
  letter-spacing: .04em; text-transform: uppercase; font-size: 10.5px; font-weight: 800;
}
.g-verified-badge .vchk{
  width: 14px; height: 14px; border-radius: 50%;
  background: #1f8a5b; color: white;
  display: grid; place-items: center;
}
.g-verified-badge .vchk svg{ width: 9px; height: 9px; stroke-width: 4; }
.g-platform{
  color: rgba(11,27,58,.45);
  font-size: 11px; letter-spacing: .03em;
}

@media (min-width: 760px){
  .tests-grid{ grid-template-columns: 1fr 1fr; gap: 18px; }
}
@media (min-width: 1020px){
  .tests-grid{ grid-template-columns: 1fr 1fr 1fr; }
}

/* CTA bar below reviews */
.reviews-cta{ margin-top: 28px; }
.reviews-cta-inner{
  background: var(--navy);
  color: white;
  border-radius: var(--r-lg);
  padding: 26px 22px;
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}
.reviews-cta-inner::before{
  content: "";
  position: absolute; right: -60px; top: -60px;
  width: 220px; height: 220px;
  background: radial-gradient(closest-side, rgba(242,107,31,.32), transparent 70%);
  pointer-events: none;
}
.reviews-cta-eyebrow{
  font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: #FFD2B5;
  margin-bottom: 8px;
}
.reviews-cta-title{
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 700;
  font-size: clamp(22px, 4vw, 32px);
  line-height: 1.15; letter-spacing: -.01em;
  color: white;
}
.reviews-cta-title em{ font-style: normal; color: var(--orange); }
.reviews-cta-btns{ display: flex; flex-direction: column; gap: 10px; position: relative; }
.reviews-cta-btns .btn{ height: 52px; font-size: 15.5px; }
.reviews-cta-btns .btn-secondary{
  background: rgba(255,255,255,.10); color: white; border-color: rgba(255,255,255,.22);
}
.reviews-cta-btns .btn-secondary:hover{ background: rgba(255,255,255,.18); }
@media (min-width: 760px){
  .reviews-cta-inner{ grid-template-columns: 1fr auto; align-items: center; padding: 28px 30px; }
  .reviews-cta-btns{ flex-direction: row; }
  .reviews-cta-btns .btn{ padding: 0 22px; }
}

/* ── FAQ ──────────────────────────────────── */
.faq{
  background: white;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-2);
  overflow: hidden;
}
.faq-item + .faq-item{ border-top: 1px solid var(--line-2); }
.faq-q{
  width: 100%; background: transparent; border: 0;
  text-align: left;
  display:flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 20px; color: var(--navy);
  font-family:"Bricolage Grotesque",sans-serif; font-weight: 700;
  font-size: 16.5px; letter-spacing: -.005em; line-height: 1.25;
}
.faq-q .plus{
  flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 999px;
  background: var(--bone-2); color: var(--navy);
  display:grid; place-items:center;
  transition: background .15s ease, transform .25s ease;
}
.faq-q .plus svg{ width: 14px; height: 14px; transition: transform .25s ease; }
.faq-item.open .faq-q .plus{ background: var(--orange); color: white; }
.faq-item.open .faq-q .plus svg{ transform: rotate(45deg); }
.faq-a{
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease;
}
.faq-item.open .faq-a{ max-height: 720px; }
.faq-a-inner{
  padding: 0 20px 20px; font-size: 14.5px; line-height: 1.6;
  color: rgba(11,27,58,.72);
}

.faq-foot{
  margin-top: 22px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: white;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  font-size: 14px; color: rgba(11,27,58,.7);
}
.faq-foot-cta{
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 800; color: var(--orange);
}
.faq-foot-cta svg{ width: 14px; height: 14px; transition: transform .15s; }
.faq-foot-cta:hover svg{ transform: translateX(3px); }

/* ── Final CTA ───────────────────────────── */
.final-cta{
  background:
    radial-gradient(80% 60% at 90% 0%, rgba(242,107,31,.25), transparent 60%),
    radial-gradient(60% 60% at 0% 100%, rgba(242,107,31,.18), transparent 60%),
    var(--navy);
  color: white;
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}
.final-cta h2{
  font-family:"Bricolage Grotesque",sans-serif; font-weight: 700;
  font-size: clamp(32px, 7vw, 56px);
  letter-spacing:-.02em; line-height: 1.02;
  margin: 12px 0 14px;
}
.final-cta h2 em{ color: var(--orange); font-style: normal; }
.final-cta p{
  font-size: 16.5px; color: rgba(255,255,255,.78);
  max-width: 56ch; margin: 0 0 26px;
}
.final-cta-ctas{ display:flex; flex-direction: column; gap: 10px; max-width: 380px; }
.final-cta .phone-line{
  margin-top: 22px; display:flex; align-items: center; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,.7);
}
.final-cta .phone-line a{ color: white; font-weight: 800; font-size: 18px; letter-spacing:.01em; }
.final-cta .phone-line svg{ width: 16px; height: 16px; color: var(--orange); }

/* ── Footer ──────────────────────────────── */
.foot{
  background: var(--navy-deep);
  color: rgba(255,255,255,.7);
  padding: 38px 0 110px; /* extra bottom padding for sticky CTA */
  font-size: 13.5px;
}
.foot-grid{
  display:grid; gap: 28px; grid-template-columns: 1fr;
}
.foot h5{
  color: white; font-size: 12px; letter-spacing: .12em;
  text-transform: uppercase; font-weight: 700;
  margin: 0 0 12px;
}
.foot ul{ list-style: none; padding: 0; margin: 0; display:flex; flex-direction:column; gap: 6px; }
.foot a:hover{ color: white; }
.foot-brand{ display:flex; flex-direction: column; gap: 12px; }
.foot-brand .name{ color: white; font-family:"Bricolage Grotesque",sans-serif; font-weight: 700; font-size: 20px; }
.foot-brand .blurb{ color: rgba(255,255,255,.6); font-size: 13.5px; line-height: 1.5; max-width: 36ch; }
.foot-bottom{
  margin-top: 28px; padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; flex-direction: column; gap: 8px;
  font-size: 12px; color: rgba(255,255,255,.5);
}
@media (min-width: 760px){
  .foot-grid{ grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
  .foot-bottom{ flex-direction: row; justify-content: space-between; }
  .foot{ padding-bottom: 38px; }
}

/* ── Sticky mobile CTA ───────────────────── */
.sticky-cta{
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(248,244,236,.92);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-top: 1px solid var(--line-2);
  display: flex; gap: 8px;
  transform: translateY(120%);
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}
.sticky-cta.show{ transform: translateY(0); }
.sticky-cta .btn{ height: 52px; flex: 1; font-size: 15px; padding: 0 14px; }
.sticky-cta .btn-secondary{ background: var(--navy); color: white; border-color: var(--navy); }
.sticky-cta .btn-secondary:hover{ background: var(--navy-deep); }
@media (min-width: 980px){
  .sticky-cta{ left: auto; right: 20px; bottom: 20px; max-width: 360px; border-radius: 14px;
    border: 1px solid var(--line-2); box-shadow: var(--shadow-deep);
    padding: 8px;
  }
}

/* ── Desktop: hero layouts ───────────────── */
@media (min-width: 880px){
  .hero{ padding: 56px 0 80px; }
  .hero-grid{ grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: center; }
  .hero-card{ aspect-ratio: 4/5; }
  .hero-phone{ width: 200px; right: -22px; top: 30px; }
  .hero p.lead{ font-size: 18.5px; }
  .btn{ height: 58px; font-size: 16px; }
}

/* Hero layout variant: stacked-photo (photo above text on mobile) */
.hero.layout-stacked .hero-grid{ grid-template-columns: 1fr; }
.hero.layout-stacked .hero-visual{ order: -1; }
.hero.layout-stacked .hero-card{ aspect-ratio: 16/10; }
@media (min-width: 880px){
  .hero.layout-stacked .hero-grid{ grid-template-columns: 1fr; max-width: 920px; margin: 0 auto; text-align: center; }
  .hero.layout-stacked .hero-eyebrow, .hero.layout-stacked .hero-ctas, .hero.layout-stacked .hero-microtrust{ justify-content: center; }
  .hero.layout-stacked .hero-microtrust{ display:flex; justify-content: center; }
  .hero.layout-stacked .hero-ctas{ flex-direction: row; }
  .hero.layout-stacked p.lead{ margin-left: auto; margin-right: auto; }
  .hero.layout-stacked .hero-card{ aspect-ratio: 21/9; }
}

/* Hero layout variant: split — text on navy half, photo right */
.hero.layout-split{
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy) 70%, var(--bone) 70%, var(--bone) 100%);
  color: white;
}
.hero.layout-split h1{ color: white; }
.hero.layout-split h1 em::after{ background: rgba(242,107,31,.4); }
.hero.layout-split .hero-shout-l1{ color: white; }
.hero.layout-split .hero-framing{ color: rgba(255,255,255,.7); }
.hero.layout-split .hero-framing-post{ color: rgba(255,255,255,.55); }
.hero.layout-split p.lead{ color: rgba(255,255,255,.78); }
.hero.layout-split .hero-eyebrow{ background: rgba(255,255,255,.10); color: white; }
.hero.layout-split .btn-secondary{ background: rgba(255,255,255,.10); color: white; border-color: rgba(255,255,255,.2); }
.hero.layout-split .btn-secondary:hover{ background: rgba(255,255,255,.18); }
.hero.layout-split .hero-microtrust{ color: rgba(255,255,255,.7); }
.hero.layout-split .hero-microtrust svg{ color: var(--orange); }
@media (min-width: 880px){
  .hero.layout-split{ background: var(--navy); }
  .hero.layout-split::after{
    content:""; position:absolute; right:0; top:0; bottom:0; width: 42%;
    background: var(--bone); z-index: 0;
  }
  .hero.layout-split .hero-grid{ position: relative; z-index: 1; }
}

/* utility */
.row{ display:flex; align-items:center; gap:10px; }
.spacer{ flex: 1; }
.sr{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
