/* ============================================================
   CARRERA CONSTRUCTION: landing page
   Noir: the logo's black and white only; colour comes from the
   real job photos. Mobile first.
   ============================================================ */
:root {
  --ink: #0D0D0C;
  --coal: #171716;
  --char: #222220;
  --paper: #F4F4F1;
  --white: #FFFFFF;
  --txt: #F2F2EF;
  --txt-2: #C9C9C3;
  --mute: #9E9E97;
  --line: rgba(255,255,255,.14);
  --ink-2: #3A3A36;
  --ink-mute: #5D5D56;
  --bad: #E0442C;
  --bad-light: #B42A12;

  --f-display: "Rokkitt", Georgia, serif;
  --f-body: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-cond: "Barlow Condensed", "Barlow", sans-serif;

  --r-card: 18px;
  --r-photo: 16px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --gut: 18px;
  --sec-y: 64px;
}
@media (min-width: 48rem) { :root { --gut: 32px; --sec-y: 104px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 72px; }
html.is-locked { overflow: hidden; }
body {
  margin: 0; background: var(--ink); color: var(--txt);
  font: 500 16px/1.55 var(--f-body);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--white); color: var(--ink); }
:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; border-radius: 4px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico { width: 18px; height: 18px; flex: none; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
html { scrollbar-color: #4a4a46 var(--ink); }

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 var(--gut); }
.wrap--narrow { max-width: 860px; }

.safe-fill-top, .safe-fill-bottom { position: fixed; left: 0; right: 0; background: var(--ink); z-index: 60; pointer-events: none; }
.safe-fill-top { top: 0; height: env(safe-area-inset-top); }
.safe-fill-bottom { bottom: 0; height: env(safe-area-inset-bottom); }

/* ---------------- buttons ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px; border: 0; border-radius: 999px;
  font: 800 16px/1 var(--f-body); letter-spacing: .01em; text-decoration: none; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .2s;
}
.btn .ico { transition: transform .3s var(--ease); }
.btn:hover .ico { transform: translateX(4px); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn:disabled { opacity: .55; cursor: progress; }
.btn--light { background: var(--paper); color: var(--ink); box-shadow: 0 12px 26px -14px rgba(0,0,0,.8); }
.btn--light:hover { background: var(--white); box-shadow: 0 16px 30px -14px rgba(0,0,0,.9); }
.btn--dark { background: var(--ink); color: var(--white); box-shadow: 0 12px 24px -14px rgba(0,0,0,.6); }
.btn--dark:hover { background: #000; }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: 15px; }
.btn--lg { min-height: 58px; padding: 0 30px; font-size: 17px; }
.btn--block { width: 100%; }
.btn--dark:focus-visible { outline-color: var(--ink); }

/* ---------------- nav ---------------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 40; padding-top: env(safe-area-inset-top); transition: background-color .3s, box-shadow .3s; }
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: block; width: 78px; height: 78px; transform-origin: left center; transition: transform .3s var(--ease); }
.brand img { width: 100%; height: 100%; }
.nav.is-stuck { background: rgba(13,13,12,.9); box-shadow: 0 1px 0 var(--line); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.nav.is-stuck .brand { transform: scale(.84); }
/* Phones and small tablets: the bar carries only the mark, and the sticky
   button at the bottom already carries the action, so let it scroll away
   instead of eating 68px of every screen. */
@media (width < 60rem) {
  .nav { position: absolute; }
  .nav__cta { display: none; }
  .nav.is-stuck { background: none; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .nav.is-stuck .brand { transform: none; }
}
@media (width < 22rem) { .nav.is-stuck .nav__cta { padding: 0 14px; font-size: 14px; } .nav.is-stuck .nav__cta .ico { display: none; } }
@media (min-width: 48rem) { .nav__in { height: 96px; } .brand { width: 99px; height: 99px; } }

/* ---------------- hero ---------------- */
.hero { position: relative; overflow: hidden; isolation: isolate; }
/* phone: the clip is the hero background */
.hero__media { position: absolute; inset: 0 0 auto; height: 620px; z-index: -1; margin: 0; overflow: hidden; }
.hero__media .vid { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--ink) 3%, rgba(13,13,12,.72) 42%, rgba(13,13,12,.42) 100%); }
.hero__media figcaption { position: absolute; left: var(--gut); bottom: 14px; z-index: 2; font: 800 11px/1 var(--f-body); letter-spacing: .12em; text-transform: uppercase; color: var(--white); text-shadow: 0 1px 8px rgba(0,0,0,.7); }
.hero__in { display: grid; gap: 26px; padding-top: calc(250px + env(safe-area-inset-top)); padding-bottom: 44px; }
.hero h1 { font: 900 clamp(46px, 13vw, 96px)/.92 var(--f-display); letter-spacing: -.005em; text-wrap: balance; }
.hero h1 .ln { display: inline-block; }
.hero__sub { margin-top: 18px; max-width: 34ch; font-size: 17px; line-height: 1.45; color: #DEDED8; }
.rating { display: flex; align-items: center; gap: 10px; margin-top: 20px; font: 600 15px var(--f-body); color: var(--txt-2); }
.rating b { font: 800 25px/1 var(--f-display); color: var(--white); }
.stars { display: inline-flex; gap: 2px; color: var(--white); }
.stars svg { width: 18px; height: 18px; }

/* entrance: from an already-visible default */
.hero.is-ready .hero__copy > * { animation: rise .9s var(--ease) both; }
.hero.is-ready .hero__copy > :nth-child(2) { animation-delay: .08s; }
.hero.is-ready .hero__copy > :nth-child(3) { animation-delay: .16s; }
.hero.is-ready .qf { animation: rise 1s .22s var(--ease) both; }
@keyframes rise { from { opacity: .001; transform: translateY(16px); } to { opacity: 1; transform: none; } }

@media (min-width: 60rem) {
  /* desktop: no stretched background. Copy and form on the left, the clip
     stands as a contained 3:4 panel on the right, at its own scale. */
  .hero { display: flex; }
  .hero__media { position: static; height: auto; align-self: center; border-radius: var(--r-photo); aspect-ratio: 3 / 4; max-height: 660px; box-shadow: 0 40px 80px -40px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.1); }
  .hero__media::after { background: linear-gradient(0deg, rgba(13,13,12,.55), transparent 45%); }
  .hero__media figcaption { left: 16px; bottom: 14px; }
  .hero__in { grid-template-columns: minmax(0, 1fr) minmax(300px, 400px); gap: 48px; align-items: center; padding-top: 140px; padding-bottom: 88px; }
  .hero__copy { grid-column: 1; }
  .hero .qf { grid-column: 1; max-width: 520px; }
  .hero__media { grid-column: 2; grid-row: 1 / span 2; }
  .hero h1 { font-size: clamp(48px, 4.6vw, 68px); }
  .hero__sub { font-size: 20px; margin-top: 26px; }
  .rating { margin-top: 28px; }
}

/* ---------------- cards & forms ---------------- */
.card, .promo__card { color-scheme: light; }
.card { position: relative; background: var(--paper); color: #121210; border-radius: var(--r-card); padding: 22px; box-shadow: 0 40px 80px -34px rgba(0,0,0,.85); overflow: hidden; }
.card::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: var(--ink); }
@media (min-width: 48rem) { .card { padding: 28px; } }
.card__h { font: 900 28px/1.02 var(--f-display); margin-top: 4px; }
.qf__meter { display: flex; gap: 6px; margin: 14px 0 18px; }
.qf__meter i { flex: 1; height: 5px; border-radius: 3px; background: #D5D5CE; transition: background-color .35s; }
.qf__meter i:first-child, .qf[data-step="2"] .qf__meter i { background: var(--ink); }
.qf__step[hidden] { display: none !important; }
.qf__step { display: grid; gap: 12px; }
.qf__back { justify-self: center; background: none; border: 0; padding: 8px 12px; font: 700 14px var(--f-body); color: var(--ink-mute); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

.field { display: block; }
.field__lab { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; font: 700 13.5px/1.2 var(--f-body); color: var(--ink-2); }
.field__lab em { color: var(--bad-light); font-style: normal; }
.field__lab .opt { font-style: normal; font-weight: 500; color: var(--ink-mute); }
.field__in {
  display: block; width: 100%; min-height: 52px; padding: 0 15px;
  background: var(--white); color: #121210; border: 1.5px solid #BDBDB4; border-radius: 10px;
  font: 500 16px var(--f-body); transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none; appearance: none;
}
.field__in::placeholder { color: #8A8A82; }
.field__in:hover { border-color: #8E8E86; }
.field__in:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(13,13,12,.16); }
.field__in.is-bad { border-color: var(--bad-light); box-shadow: 0 0 0 3px rgba(180,42,18,.14); }
.field__ta { padding: 13px 15px; min-height: 76px; resize: vertical; line-height: 1.4; }
.selwrap { position: relative; display: block; }
.field__sel { padding-right: 44px; cursor: pointer; }
.selwrap__chev { position: absolute; right: 14px; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); pointer-events: none; color: var(--ink-2); }
.f2 { display: grid; gap: 12px; }
@media (min-width: 36rem) { .f2 { grid-template-columns: 1fr 1fr; } }
.qform, .promo__form { display: grid; gap: 12px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font: 500 12px/1.45 var(--f-body); color: var(--ink-mute); cursor: pointer; }
.consent input { flex: none; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); }
.consent a { color: var(--ink-2); font-weight: 700; text-underline-offset: 2px; }
.consent--sm { font-size: 11.5px; }
.form-status { min-height: 0; font: 600 14px/1.4 var(--f-body); color: var(--ink-2); text-align: center; }
.form-status:empty { display: none; }
.form-status.is-err { color: var(--bad-light); }
.form-status.is-ok { color: #1E6B3A; }

/* ---------------- trust banner ---------------- */
.band { background: var(--paper); color: var(--ink); overflow: hidden; }
.band__track { display: flex; width: max-content; animation: marq 38s linear infinite; }
.band__row { display: flex; gap: 40px; padding: 20px 20px; white-space: nowrap; }
.band__row li { display: flex; align-items: center; gap: 12px; font: 800 19px/1 var(--f-cond); letter-spacing: .04em; text-transform: uppercase; }
.band__row img { width: 28px; height: 28px; }
@keyframes marq { to { transform: translateX(-50%); } }
@media (min-width: 72rem) { .band__track { animation-duration: 55s; } }

/* ---------------- sections ---------------- */
.sec { padding: var(--sec-y) 0; position: relative; }
.sec--coal { background: var(--coal); }
.sec--light { background: var(--paper); color: #121210; }
.sec__h { font: 900 clamp(36px, 8.6vw, 64px)/.98 var(--f-display); letter-spacing: -.005em; text-wrap: balance; max-width: 17ch; }
.cta { margin-top: 36px; }
/* Phones carry one CTA, the sticky pill, which is always on screen after the
   hero. The in-section buttons would sit under it and read as a double
   button, so they are desktop only. */
@media (width < 60rem) { .sec .cta { display: none; } }

/* reveal: visible by default; only hidden once JS has opted in */
.js-reveal .reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js-reveal .reveal.is-in { opacity: 1; transform: none; }

/* ---------------- process: before/after + steps ---------------- */
.ba { position: relative; margin-top: 34px; aspect-ratio: 4 / 5; border-radius: var(--r-photo); overflow: hidden; background: #000; --pos: 50%; touch-action: pan-y; user-select: none; }
@media (min-width: 48rem) { .ba { aspect-ratio: 16 / 9; margin-top: 44px; } }
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.ba__after { clip-path: inset(0 0 0 var(--pos)); }
.ba__line { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; background: var(--white); transform: translateX(-50%); pointer-events: none; }
.ba__knob { position: absolute; left: var(--pos); top: 50%; width: 58px; height: 58px; border-radius: 50%; background: var(--white); display: grid; place-items: center; transform: translate(-50%, -50%); box-shadow: 0 10px 24px -6px rgba(0,0,0,.6); pointer-events: none; }
.ba__knob img { width: 46px; height: 46px; }
@media (min-width: 48rem) { .ba__knob { width: 76px; height: 76px; } .ba__knob img { width: 62px; height: 62px; } }
.ba__lab { position: absolute; bottom: 16px; padding: 8px 12px; border-radius: 999px; font: 800 12.5px/1 var(--f-body); letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.ba__lab--l { left: 16px; background: rgba(13,13,12,.8); color: var(--white); }
.ba__lab--r { right: 16px; background: var(--white); color: var(--ink); }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none; }
.ba__range::-webkit-slider-thumb { -webkit-appearance: none; width: 76px; height: 400px; }
.ba:has(.ba__range:focus-visible) { outline: 3px solid var(--white); outline-offset: 4px; }

.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; counter-reset: s; }
.step { background: var(--char); border-radius: 14px; padding: 18px 16px 20px; }
.step__n { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5); font: 800 17px/1 var(--f-display); }
.step h3 { margin-top: 14px; font: 800 20px/1.1 var(--f-display); }
.step p { margin-top: 6px; font-size: 14.5px; line-height: 1.45; color: var(--txt-2); }
@media (min-width: 60rem) { .steps { grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 20px; } .step { padding: 24px 22px 26px; } .step h3 { font-size: 23px; } .step p { font-size: 15.5px; } }

/* ---------------- rails (reviews + gallery) ---------------- */
.rail { position: relative; margin-top: 30px; }
.rail__track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; margin: 0 calc(var(--gut) * -1); padding: 0 var(--gut) 4px; scroll-padding: 0 var(--gut); }
.rail__track::-webkit-scrollbar { display: none; }
.rail__track > * { scroll-snap-align: start; flex: 0 0 86%; }
@media (min-width: 40rem) { .rail__track > * { flex-basis: calc((100% - 12px) / 2); } }
@media (min-width: 64rem) { .rail__track { margin: 0; padding: 0 0 4px; gap: 16px; scroll-padding: 0; } .rail__track > * { flex-basis: calc((100% - 32px) / 3); } }
.rail__nav { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.rail.is-static .rail__nav { display: none; }
.rail__btn { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid var(--line); background: transparent; color: var(--txt); cursor: pointer; transition: background-color .2s, opacity .2s; }
.rail__btn:hover:not(:disabled) { background: rgba(255,255,255,.08); }
.rail__btn:disabled { opacity: .3; cursor: default; }
.rail__btn--p .ico { transform: scaleX(-1); }
.rail__bar { position: relative; flex: 1; height: 3px; border-radius: 2px; background: var(--line); overflow: hidden; }
.rail__fill { position: absolute; top: 0; bottom: 0; left: 0; width: 30%; border-radius: 2px; background: var(--white); transition: left .15s linear; }

/* reviews */
.rev__head { display: grid; gap: 18px; }
.score { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.score b { font: 900 54px/1 var(--f-display); }
.score .stars svg { width: 22px; height: 22px; }
.score__n { font: 600 15px var(--f-body); color: var(--txt-2); }
@media (min-width: 60rem) { .rev__head { grid-template-columns: 1fr auto; align-items: end; } }
.revs { align-items: flex-start; }
.rev { display: flex; flex-direction: column; background: var(--coal); border: 1px solid var(--line); border-radius: var(--r-card); padding: 24px 22px; }
.rev .stars svg { width: 16px; height: 16px; }
.rev blockquote { margin-top: 14px; font: 500 17px/1.5 var(--f-body); color: var(--txt); }
.rev__by { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; color: var(--mute); }
.rev__by b { display: block; font: 800 17px/1.2 var(--f-display); color: var(--white); }

/* ---------------- warranty ---------------- */
.war { display: grid; gap: 30px; }
.war__media { position: relative; border-radius: var(--r-photo); overflow: hidden; aspect-ratio: 16 / 11; }
.war__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.war__seal { position: absolute; right: 16px; bottom: 16px; width: 92px; height: 92px; border-radius: 50%; background: var(--white); display: grid; place-items: center; transform: rotate(-8deg); box-shadow: 0 14px 30px -12px rgba(0,0,0,.6); }
.war__seal img { width: 80px; height: 80px; }
.assure { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; margin-top: 26px; }
.assure svg { width: 34px; height: 34px; color: var(--ink); }
.assure h3 { margin-top: 10px; font: 800 20px/1.1 var(--f-display); }
.assure p { margin-top: 5px; font-size: 14.5px; line-height: 1.45; color: var(--ink-2); }
@media (min-width: 60rem) {
  .war { grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
  .war__media { aspect-ratio: 4 / 5; }
  .war__seal { width: 128px; height: 128px; right: 24px; bottom: 24px; } .war__seal img { width: 112px; height: 112px; }
  .assure { gap: 30px 32px; margin-top: 34px; } .assure h3 { font-size: 23px; } .assure p { font-size: 15.5px; }
}

/* ---------------- gallery ---------------- */
.tabs { display: flex; gap: 8px; margin-top: 26px; overflow-x: auto; scrollbar-width: none; margin-left: calc(var(--gut) * -1); margin-right: calc(var(--gut) * -1); padding: 2px var(--gut); }
.tabs::-webkit-scrollbar { display: none; }
.tab { flex: none; min-height: 42px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--line); background: transparent; color: var(--txt-2); font: 700 15px var(--f-body); cursor: pointer; transition: background-color .2s, color .2s, border-color .2s; }
.tab:hover { border-color: rgba(255,255,255,.4); color: var(--white); }
.tab[aria-selected="true"] { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.rail--gal { margin-top: 20px; }
.gal > * { flex-basis: 72%; }
@media (min-width: 40rem) { .gal > * { flex-basis: calc((100% - 24px) / 3); } }
@media (min-width: 64rem) { .gal > * { flex-basis: calc((100% - 48px) / 4); } }
.gal__i[hidden] { display: none !important; }
.gal__i button { display: block; width: 100%; padding: 0; border: 0; background: #000; border-radius: 14px; overflow: hidden; cursor: zoom-in; aspect-ratio: 3 / 4; }
.gal__i img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .4s; }
.gal__i button:hover img { transform: scale(1.04); }

/* ---------------- FAQ ---------------- */
.faq { margin-top: 28px; border-top: 1px solid var(--line); }
.fq { border-bottom: 1px solid var(--line); }
.fq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; cursor: pointer; list-style: none; font: 800 20px/1.2 var(--f-display); }
.fq summary::-webkit-details-marker { display: none; }
.fq summary svg { width: 22px; height: 22px; flex: none; transition: transform .35s var(--ease); }
.fq[open] summary svg { transform: rotate(45deg); }
.fq p { padding: 0 0 22px; max-width: 64ch; color: var(--txt-2); font-size: 16.5px; }
@media (min-width: 48rem) { .fq summary { font-size: 23px; padding: 24px 0; } }

/* ---------------- quote ---------------- */
.quote { overflow: hidden; isolation: isolate; }
.quote__media { position: absolute; inset: 0; z-index: -1; margin: 0; overflow: hidden; }
.quote__media .vid { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.quote__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,13,12,.86), rgba(13,13,12,.55) 38%, rgba(13,13,12,.92)); }
.quote__media figcaption { position: absolute; left: var(--gut); bottom: 14px; z-index: 2; font: 800 11px/1 var(--f-body); letter-spacing: .12em; text-transform: uppercase; color: var(--txt-2); }
.quote__in { display: grid; gap: 26px; }
@media (min-width: 60rem) {
  /* desktop: the clip sits under the copy at its own size, form on the right */
  .quote__media { position: static; grid-column: 1; align-self: start; width: min(340px, 100%); aspect-ratio: 3 / 4; border-radius: var(--r-photo); box-shadow: 0 40px 80px -40px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.1); }
  .quote__media::after { background: linear-gradient(0deg, rgba(13,13,12,.5), transparent 45%); }
  .quote__media figcaption { left: 16px; top: auto; bottom: 14px; color: var(--white); text-shadow: 0 1px 8px rgba(0,0,0,.7); }
  .quote { background: var(--coal); }
  .quote__in { grid-template-columns: minmax(0, 1fr) 560px; gap: 64px; align-items: center; row-gap: 32px; }
  .quote__copy { grid-column: 1; grid-row: 1; }
  .quote__media { grid-row: 2; }
  .quote .qform { grid-column: 2; grid-row: 1 / span 2; }
}

/* ---------------- footer ---------------- */
.foot { background: var(--ink); border-top: 1px solid var(--line); padding: 44px 0 calc(96px + env(safe-area-inset-bottom)); text-align: center; }
@media (min-width: 60rem) { .foot { padding-bottom: 44px; } }
.foot__in { display: grid; justify-items: center; gap: 12px; }
.foot__logo { width: 126px; height: 126px; }
.foot__area { font: 700 15px var(--f-body); color: var(--txt-2); }
.foot__legal { font-size: 13.5px; color: var(--mute); }
.foot__legal a { margin-left: 10px; color: var(--txt-2); text-underline-offset: 3px; }
.foot__bp { margin-top: 10px; }
.foot__bp a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); font: 700 13px var(--f-body); color: var(--txt-2); text-decoration: none; transition: border-color .2s, color .2s; }
.foot__bp a:hover { border-color: rgba(255,255,255,.4); color: var(--white); }
.foot__bp .ico { width: 14px; height: 14px; }

/* ---------------- sticky phone CTA ---------------- */
.sticky[hidden] { display: none !important; }
/* Just the pill: no fade strip behind it. The bar never takes a tap; only
   the button inside it does, and only while it is up. */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; padding: 12px var(--gut) calc(12px + env(safe-area-inset-bottom)); transform: translateY(130%); transition: transform .45s var(--ease); pointer-events: none; }
.sticky.is-up { transform: none; }
.sticky.is-up .btn { pointer-events: auto; }
@media (min-width: 60rem) { .sticky { display: none !important; } }

/* ---------------- lightbox ---------------- */
.lb[hidden] { display: none !important; }
.lb { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; background: rgba(8,8,7,.94); opacity: 0; transition: opacity .3s var(--ease); padding: 60px 12px; }
.lb.is-open { opacity: 1; }
.lb__fig { display: grid; gap: 12px; justify-items: center; max-width: min(1100px, 100%); }
.lb__img { max-height: calc(100svh - 170px); width: auto; border-radius: 10px; }
.lb__fig figcaption { font-size: 14.5px; color: var(--txt-2); text-align: center; max-width: 60ch; }
.lb__x, .lb__nav { position: absolute; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: var(--white); cursor: pointer; }
.lb__x:hover, .lb__nav:hover { background: rgba(255,255,255,.22); }
.lb__x { top: calc(12px + env(safe-area-inset-top)); right: 12px; }
.lb__nav { top: 50%; transform: translateY(-50%); }
.lb__nav--p { left: 12px; } .lb__nav--p .ico { transform: scaleX(-1); }
.lb__nav--n { right: 12px; }
@media (width < 40rem) { .lb__nav { top: auto; bottom: calc(14px + env(safe-area-inset-bottom)); transform: none; } }

/* ---------------- promo modal ---------------- */
.promo[hidden] { display: none !important; }
.promo { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 14px; background: rgba(8,8,7,.78); opacity: 0; transition: opacity .3s var(--ease); overflow-y: auto; }
.promo.is-open { opacity: 1; }
.promo__card { position: relative; width: min(880px, 100%); max-height: calc(100svh - 28px); overflow-y: auto; display: grid; background: var(--paper); color: #121210; border-radius: var(--r-card); box-shadow: 0 50px 100px -30px rgba(0,0,0,.9); transform: translateY(18px) scale(.98); transition: transform .45s var(--ease); }
.promo.is-open .promo__card { transform: none; }
.promo__x { position: absolute; top: 12px; right: 12px; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 0; background: rgba(13,13,12,.75); color: var(--white); cursor: pointer; }
.promo__art { position: relative; height: 150px; overflow: hidden; }
.promo__art > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.promo__seal { position: absolute; left: 16px; bottom: 16px; width: 76px; height: 76px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; transform: rotate(-8deg); box-shadow: 0 10px 22px -10px rgba(0,0,0,.6); }
.promo__seal img { width: 64px; height: 64px; }
.promo__body { padding: 24px 22px 22px; }
.promo__body h2 { font: 900 32px/1 var(--f-display); }
.promo__sub { margin: 10px 0 16px; color: var(--ink-2); }
.promo__no { justify-self: center; background: none; border: 0; padding: 6px 12px; font: 700 14px var(--f-body); color: var(--ink-mute); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
@media (min-width: 48rem) {
  .promo__card { grid-template-columns: 300px 1fr; }
  .promo__art { height: auto; }
  .promo__seal { left: 20px; bottom: 20px; width: 104px; height: 104px; } .promo__seal img { width: 90px; height: 90px; }
  .promo__body { padding: 34px 32px 26px; }
}

/* ---------------- reduced motion ---------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .band__track { width: auto; overflow-x: auto; scrollbar-width: none; }
  .band__row[aria-hidden="true"] { display: none; }
  .band__row { gap: 28px; }
}

/* ---------------- legal pages ---------------- */
.legal { padding: calc(40px + env(safe-area-inset-top)) 0 64px; }
.legal__back { display: inline-flex; align-items: center; gap: 12px; font: 700 15px var(--f-body); text-decoration: none; color: var(--txt-2); }
.legal__back img { width: 48px; height: 48px; }
.legal h1 { margin-top: 28px; font: 900 clamp(38px, 8vw, 58px)/1 var(--f-display); }
.legal__date { margin-top: 8px; color: var(--mute); font-size: 14px; }
.legal h2 { margin-top: 32px; font: 800 23px/1.15 var(--f-display); }
.legal p { margin-top: 10px; max-width: 68ch; color: var(--txt-2); }
.legal a { color: var(--white); text-underline-offset: 3px; }
.legal + .foot { padding-bottom: 44px; }

/* ---------------- services: residential / multi-family / commercial ---------------- */
.seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 24px; padding: 5px; border-radius: 999px; background: var(--char); max-width: 560px; }
.seg__b { min-height: 46px; padding: 0 8px; border: 0; border-radius: 999px; background: transparent; color: var(--txt-2); font: 800 14.5px/1 var(--f-body); cursor: pointer; transition: background-color .25s var(--ease), color .25s; }
.seg__b:hover { color: var(--white); }
.seg__b[aria-selected="true"] { background: var(--paper); color: var(--ink); }
.pan[hidden] { display: none !important; }
.pan { animation: rise .45s var(--ease) both; }
.svcl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.svcl li { padding: 14px 14px 15px; border-radius: 14px; background: var(--coal); border: 1px solid var(--line); }
.svcl b { display: block; font: 800 16.5px/1.15 var(--f-display); color: var(--white); }
.svcl span { display: none; }
@media (min-width: 48rem) {
  .seg__b { font-size: 16px; min-height: 52px; }
  .svcl { grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
  .svcl li { padding: 20px 20px 22px; }
  .svcl b { font-size: 20px; }
  .svcl span { display: block; margin-top: 6px; font-size: 14.5px; line-height: 1.4; color: var(--mute); }
}
@media (min-width: 64rem) { .svcl { grid-template-columns: repeat(4, 1fr); } }

/* ---------------- four before/afters ---------------- */
.bas { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 10px; margin-top: 26px; }
@media (min-width: 60rem) { .bas { grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; } }
.bas .ba { margin-top: 0; aspect-ratio: 3 / 4; border-radius: 14px; }
.bas .ba__knob { width: 40px; height: 40px; box-shadow: 0 6px 16px -4px rgba(0,0,0,.6); }
.bas .ba__knob img { width: 32px; height: 32px; }
@media (min-width: 60rem) { .bas .ba__knob { width: 52px; height: 52px; } .bas .ba__knob img { width: 42px; height: 42px; } }
.bas .ba::before, .bas .ba::after { position: absolute; bottom: 8px; z-index: 2; padding: 5px 8px; border-radius: 999px; font: 800 10px/1 var(--f-body); letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.bas .ba::before { content: "Before"; left: 8px; background: rgba(13,13,12,.78); color: var(--white); }
.bas .ba::after { content: "After"; right: 8px; background: var(--white); color: var(--ink); }
.ba__tag { position: absolute; left: 8px; top: 8px; z-index: 2; padding: 5px 8px; border-radius: 999px; background: rgba(13,13,12,.72); color: var(--white); font: 700 10px/1 var(--f-body); pointer-events: none; }
.bax figcaption { margin-top: 8px; font: 800 17px/1.1 var(--f-display); }
@media (min-width: 60rem) { .bax figcaption { font-size: 20px; } .bas .ba::before, .bas .ba::after, .ba__tag { font-size: 11px; padding: 6px 10px; } }
.bas__note { margin-top: 12px; font-size: 13px; color: var(--mute); }

/* ---------------- review cards that carry Google's rating tags ---------------- */
.rev__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; flex: 1; align-content: flex-start; }
.rev__tags li { padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.04); font: 700 13.5px/1 var(--f-body); color: var(--txt-2); }
.rev--tags .rev__by { margin-top: 18px; }
