/* ============================================================
   WYEZ GUYS RENOVATIONS — site styles
   Brand: sky blue #26ABE3 (from the logo), charcoal, off-white.
   Type: Bebas Neue (condensed caps, matches the logo) + Inter body.
   Every scroll effect fails OPEN: with JS off the page is static and
   fully visible.
   ============================================================ */
:root{
  --blue:#26ABE3; --blue-deep:#1489BC; --blue-ink:#0B3A52; --blue-soft:#E4F4FC;
  --ink:#14171A; --ink-2:#1F2428; --ink-3:#2B3238;
  --paper:#F5F3EE; --paper-2:#EAE6DD; --white:#fff;
  --mute:#6B7480; --line:rgba(20,23,26,.1);
  --gold:#F5C518;
  --r:18px; --r-sm:10px;
  --ease:cubic-bezier(.16,1,.3,1);
  --shadow:0 18px 50px -20px rgba(11,58,82,.35);
  --nav-h:74px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:17px;line-height:1.6;color:var(--ink);background:var(--paper);overflow-x:hidden}
/* height:auto is load-bearing. Every <img> carries width/height attributes to
   reserve space and stop layout shift, but without this the browser treats
   that height as the real height and ignores aspect-ratio, so images render
   at their intrinsic pixel height. */
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,.display{font-family:"Bebas Neue",Impact,"Arial Narrow",sans-serif;font-weight:400;letter-spacing:.01em;line-height:.95;margin:0}
h1{font-size:clamp(3.2rem,8vw,7rem)}
h2{font-size:clamp(2.6rem,5.5vw,4.6rem)}
h3{font-size:clamp(1.5rem,2.4vw,2rem);letter-spacing:.02em}
p{margin:0 0 1em}
.wrap{width:min(1180px,92vw);margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-deep)}
.eyebrow::before{content:"";width:28px;height:3px;background:var(--blue);border-radius:2px}
.lead{font-size:1.15rem;color:var(--mute);max-width:60ch}
.sec{padding:clamp(4.5rem,9vw,7.5rem) 0;position:relative}
.sec-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1.5rem 3rem;margin-bottom:clamp(2rem,4vw,3.5rem)}
.sec-head h2{max-width:14ch}
.on-ink{background:var(--ink);color:#fff}
.on-ink .lead{color:rgba(255,255,255,.7)}
.on-ink .eyebrow{color:var(--blue)}
.on-blue{background:var(--blue);color:var(--ink)}

/* ── Buttons ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.6rem;border-radius:999px;font-weight:700;font-size:1rem;border:2px solid transparent;cursor:pointer;transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .25s,color .25s;position:relative;overflow:hidden;white-space:nowrap;font-family:inherit}
.btn svg{width:20px;height:20px;flex:none}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--blue);color:var(--ink);box-shadow:0 10px 30px -10px rgba(38,171,227,.8)}
.btn-primary:hover{background:#3CBBF0}
.btn-primary::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.55) 50%,transparent 70%);transform:translateX(-120%);animation:shimmer 6s 2s infinite}
@keyframes shimmer{0%{transform:translateX(-120%)}18%{transform:translateX(120%)}100%{transform:translateX(120%)}}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn-ink{background:var(--ink);color:#fff}
.btn-ink:hover{background:var(--ink-3)}
.btn-lg{padding:1.15rem 2.1rem;font-size:1.08rem}
.btn-sm{padding:.6rem 1.1rem;font-size:.9rem}

/* ── Preview banner ── */
.preview-bar{background:var(--gold);color:var(--ink);font-size:.82rem;font-weight:600;text-align:center;padding:.45rem 1rem;position:relative;z-index:60}
.preview-bar b{font-weight:800}

/* ── Nav ── */
.nav{position:sticky;top:0;z-index:50;height:var(--nav-h);display:flex;align-items:center;background:rgba(20,23,26,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);transition:height .3s var(--ease),background .3s}
.nav.solid{background:rgba(20,23,26,.94)}
.nav .wrap{display:flex;align-items:center;gap:2rem}
.nav .brand{display:flex;align-items:center;gap:.7rem}
.nav .brand img{height:42px;width:auto;transition:height .3s var(--ease)}
.brand-text{display:flex;flex-direction:column;line-height:1;font-family:"Bebas Neue",Impact,sans-serif;letter-spacing:.04em}
.brand-text b{font-weight:400;font-size:1.5rem;color:var(--blue)}
.brand-text small{font-family:Inter,sans-serif;font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.8);font-weight:600;margin-top:.15rem}
.nav.shrunk{height:62px}.nav.shrunk .brand img{height:36px}
.nav ul{list-style:none;margin:0 0 0 auto;padding:0;display:flex;gap:1.8rem;font-weight:600;font-size:.95rem}
.nav ul a{opacity:.85;transition:opacity .2s;position:relative;padding:.3rem 0}
.nav ul a::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--blue);transition:width .3s var(--ease)}
.nav ul a:hover{opacity:1}.nav ul a:hover::after{width:100%}
.nav .phone{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;opacity:.9}
.nav .phone svg{width:18px;height:18px}
.nav .cta{margin-left:.5rem}
.burger{display:none;margin-left:auto;background:none;border:0;color:#fff;width:44px;height:44px;cursor:pointer}
.burger span{display:block;width:24px;height:2px;background:#fff;margin:5px auto;transition:.3s}
.progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--blue);z-index:70;pointer-events:none}
.m-only{display:none}
@media (max-width:980px){
  /* backdrop-filter on .nav makes it the containing block for fixed children,
     so the menu is anchored under the bar with position:absolute instead. */
  .nav ul{display:none;position:absolute;top:100%;left:0;right:0;height:calc(100vh - 100%);height:calc(100dvh - 100%);overflow:auto;background:var(--ink);flex-direction:column;padding:.6rem 6vw 2.5rem;gap:0;font-size:1.35rem;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 30px 40px rgba(0,0,0,.5)}
  .nav ul li{list-style:none}
  .nav ul li a{display:block;padding:.95rem 0;border-bottom:1px solid rgba(255,255,255,.08);opacity:1;color:#fff;font-weight:700}
  .nav ul a::after{display:none}
  .nav ul .m-only{display:block}
  .nav ul .m-only a.btn{display:inline-flex;border-bottom:0;margin-top:1.2rem;color:var(--ink);padding:1rem 1.8rem}
  .nav ul .m-call a{display:flex;align-items:center;gap:.6rem;color:var(--blue);border-bottom:0;margin-top:.6rem}
  .nav ul .m-call svg{width:22px;height:22px}
  .nav.open,.nav.open.solid{background:var(--ink)}
  .nav.open ul{display:flex}
  .nav .phone,.nav .cta{display:none}
  .burger{display:block}
  .nav.open .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nav.open .burger span:nth-child(2){opacity:0}
  .nav.open .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}

/* ── Hero ── */
.hero{position:relative;min-height:calc(100svh - var(--nav-h));display:grid;align-items:center;color:#fff;background:var(--ink);overflow:hidden;isolation:isolate}
.hero-bg{position:absolute;inset:0;z-index:-2}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.06);will-change:transform}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,23,26,.92) 0%,rgba(20,23,26,.75) 45%,rgba(20,23,26,.25) 100%),linear-gradient(0deg,rgba(20,23,26,1) 0%,transparent 35%)}
.grid-bg{position:absolute;inset:-20%;z-index:-1;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(38,171,227,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(38,171,227,.28) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse at 30% 50%,#000 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at 30% 50%,#000 20%,transparent 70%);will-change:transform}
.hero .wrap{padding:clamp(4rem,10vh,7rem) 0 clamp(5rem,12vh,8rem);position:relative}
.hero-kicker{display:inline-flex;align-items:center;gap:.7rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.45rem 1rem .45rem .5rem;font-size:.85rem;font-weight:600;margin-bottom:1.6rem;backdrop-filter:blur(6px)}
.hero-kicker .dot{width:26px;height:26px;border-radius:50%;background:var(--blue);display:grid;place-items:center;color:var(--ink);font-size:.7rem;font-weight:800}
.hero h1{max-width:12ch}
.hero h1 .hl{color:var(--blue);display:inline-block}
.hero h1 .line{display:block;overflow:hidden}
.hero h1 .line>span{display:inline-block;transform:translateY(110%);animation:rise 1s var(--ease) forwards}
.hero h1 .line:nth-child(2)>span{animation-delay:.12s}.hero h1 .line:nth-child(3)>span{animation-delay:.24s}
@keyframes rise{to{transform:none}}
.hero .lead{color:rgba(255,255,255,.78);margin:1.5rem 0 2.2rem;max-width:52ch;font-size:clamp(1.05rem,1.6vw,1.25rem)}
.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}
.hero-cta .or{font-size:.9rem;opacity:.7}
.trust-chips{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin-top:2.6rem;font-size:.9rem;font-weight:600;color:rgba(255,255,255,.85)}
.trust-chips span{display:inline-flex;align-items:center;gap:.45rem}
.trust-chips svg{width:18px;height:18px;color:var(--blue)}
.scroll-cue{position:absolute;right:0;bottom:0;display:flex;align-items:center;gap:.7rem;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;opacity:.6}
.scroll-cue i{width:1px;height:48px;background:linear-gradient(#fff,transparent);display:block;animation:cue 1.8s infinite}
@keyframes cue{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
.hero-card{position:absolute;right:0;bottom:22%;background:#fff;color:var(--ink);border-radius:var(--r);padding:1.1rem 1.3rem;box-shadow:var(--shadow);display:flex;gap:1rem;align-items:center;max-width:320px;animation:float 6s ease-in-out infinite}
.hero-card .stars{color:var(--gold);letter-spacing:.1em;font-size:1rem}
.hero-card b{display:block;font-size:.95rem}
.hero-card small{color:var(--mute);font-size:.8rem}
.hero-card img{width:52px;height:52px;border-radius:50%;object-fit:cover}
@keyframes float{50%{transform:translateY(-8px)}}
@media (max-width:980px){.hero-card{display:none}.scroll-cue{display:none}}

/* ── Ticker ── */
.ticker{background:var(--blue);color:var(--ink);overflow:hidden;padding:.85rem 0;font-family:"Bebas Neue",Impact,sans-serif;font-size:1.35rem;letter-spacing:.06em;white-space:nowrap}
.ticker-track{display:inline-flex;gap:3rem;animation:marquee 32s linear infinite;padding-left:1rem}
.ticker-track span{display:inline-flex;align-items:center;gap:3rem}
.ticker-track span::after{content:"◆";font-size:.7rem;opacity:.6}
.ticker:hover .ticker-track{animation-play-state:paused}
@keyframes marquee{to{transform:translateX(-50%)}}

/* ── Trust strip ── */
.trust{background:var(--ink-2);color:#fff;padding:2rem 0}
.trust .wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.trust-item{display:flex;gap:.9rem;align-items:center}
.trust-item .ic{width:48px;height:48px;border-radius:12px;background:rgba(38,171,227,.15);display:grid;place-items:center;color:var(--blue);flex:none}
.trust-item .ic svg{width:24px;height:24px}
.trust-item b{display:block;font-size:.95rem}
.trust-item small{color:rgba(255,255,255,.6);font-size:.82rem}

/* ── Stats ── */
.stats{background:var(--ink);color:#fff;padding:0 0 clamp(3rem,6vw,5rem)}
.stats .wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem}
.stat{border:1px solid rgba(255,255,255,.1);border-radius:var(--r);padding:1.6rem 1.4rem;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent)}
.stat .n{font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(3rem,5vw,4.2rem);line-height:1;color:var(--blue)}
.stat .n small{font-size:.5em;vertical-align:top}
.stat p{margin:.3rem 0 0;color:rgba(255,255,255,.65);font-size:.92rem}

/* ── Services ── */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.3rem}
.svc{position:relative;border-radius:var(--r);overflow:hidden;background:var(--ink);color:#fff;min-height:380px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.6rem;isolation:isolate}
.svc img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .9s var(--ease),filter .6s}
.svc::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(20,23,26,.95) 20%,rgba(20,23,26,.35) 60%,transparent)}
.svc:hover img{transform:scale(1.06)}
.svc .num{font-family:"Bebas Neue",Impact,sans-serif;font-size:4rem;line-height:1;color:var(--blue);opacity:.35;position:absolute;top:1rem;right:1.2rem}
.svc h3{margin-bottom:.4rem}
.svc p{color:rgba(255,255,255,.75);font-size:.95rem;margin:0;max-height:0;overflow:hidden;opacity:0;transition:max-height .6s var(--ease),opacity .4s,margin .4s}
.svc:hover p,.svc:focus-within p{max-height:8rem;opacity:1;margin-bottom:.8rem}
.svc .tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.9rem}
.svc .tags span{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:rgba(255,255,255,.12);padding:.25rem .6rem;border-radius:6px}
.svc .go{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:var(--blue);font-size:.95rem}
.svc .go svg{width:18px;height:18px;transition:transform .3s}
.svc:hover .go svg{transform:translateX(4px)}
.svc.wide{grid-column:span 2}
@media (max-width:700px){.svc.wide{grid-column:span 1}.svc p{max-height:none;opacity:1;margin-bottom:.8rem}}

/* ── Before / after wipe ──
   The section is 2.2 screens tall; the frame inside it is sticky, so the
   room stays put while the wave runs top to bottom over the extra scroll. ── */
.ba{background:var(--ink);color:#fff;height:240vh;position:relative}
.ba-pin{position:sticky;top:0;height:100vh;height:100svh;display:flex;align-items:center;overflow:hidden}
.ba .wrap{display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center;width:min(1180px,92vw)}
.ba-copy .lead{color:rgba(255,255,255,.7)}
.ba-list{list-style:none;padding:0;margin:1.5rem 0 2rem;display:grid;gap:.7rem}
.ba-list li{display:flex;gap:.8rem;align-items:flex-start;color:rgba(255,255,255,.85)}
.ba-list svg{width:22px;height:22px;color:var(--blue);flex:none;margin-top:.15rem}
.ba-stage{position:relative;border-radius:var(--r);overflow:hidden;box-shadow:0 40px 80px -30px rgba(0,0,0,.8);background:#000;aspect-ratio:880/1600;height:min(84vh,84svh);max-width:92vw;margin-inline:auto}
.ba-stage svg{display:block;width:100%;height:100%}
.ba-edge{filter:drop-shadow(0 0 6px var(--blue)) drop-shadow(0 0 18px rgba(38,171,227,.6))}
.ba-label{position:absolute;left:1rem;padding:.4rem .8rem;border-radius:8px;font-family:"Bebas Neue",Impact,sans-serif;font-size:1.3rem;letter-spacing:.08em;background:rgba(20,23,26,.75);backdrop-filter:blur(6px);transition:opacity .4s}
.ba-label.before{top:1rem;color:#fff}
.ba-label.after{bottom:1rem;left:auto;right:1rem;background:var(--blue);color:var(--ink)}
.ba-hint{position:absolute;bottom:1rem;left:1rem;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;opacity:.7;transition:opacity .4s}
@media (max-width:980px){
  .ba{height:auto;min-height:0}
  .ba-pin{position:static;height:auto;display:block;overflow:visible;padding:clamp(4.5rem,9vw,7.5rem) 0}
  .ba .wrap{grid-template-columns:1fr;gap:2.5rem}
  .ba-stage{height:auto;width:min(100%,420px);aspect-ratio:880/1600}
}

/* ── Quote builder ── */
.quote{background:var(--paper)}
.qb{background:#fff;border-radius:calc(var(--r) + 6px);box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:320px 1fr;min-height:560px}
.qb-side{background:var(--ink);color:#fff;padding:2rem 1.8rem;display:flex;flex-direction:column;gap:1.4rem}
.qb-side h3{color:var(--blue)}
.qb-steps{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}
.qb-steps li{display:flex;align-items:center;gap:.8rem;font-size:.92rem;opacity:.45;transition:opacity .3s}
.qb-steps li i{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.3);display:grid;place-items:center;font-style:normal;font-size:.78rem;font-weight:800;flex:none;transition:.3s}
.qb-steps li.active{opacity:1}.qb-steps li.active i{background:var(--blue);border-color:var(--blue);color:var(--ink)}
.qb-steps li.done{opacity:.8}.qb-steps li.done i{background:var(--blue-deep);border-color:var(--blue-deep)}
.qb-summary{margin-top:auto;font-size:.85rem;color:rgba(255,255,255,.7);border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;display:grid;gap:.3rem}
.qb-summary b{color:#fff}
.qb-main{padding:2.2rem clamp(1.4rem,3vw,2.6rem);display:flex;flex-direction:column}
.qb-pane{display:none;animation:fadeUp .5s var(--ease)}
.qb-pane.active{display:block}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.qb-pane h3{margin-bottom:.35rem}
.qb-pane .sub{color:var(--mute);margin-bottom:1.4rem;font-size:.98rem}
.choice-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem}
.choice{border:2px solid var(--line);border-radius:var(--r-sm);padding:1rem .9rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;background:#fff;transition:border-color .2s,transform .3s var(--ease),box-shadow .3s;text-align:left;font-family:inherit;font-size:.95rem;color:var(--ink)}
.choice svg{width:30px;height:30px;color:var(--blue-deep)}
.choice b{font-weight:700}
.choice small{color:var(--mute);font-size:.8rem;line-height:1.35}
.choice:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 10px 24px -14px rgba(11,58,82,.4)}
.choice.on{border-color:var(--blue);background:var(--blue-soft)}
.choice.on::after{content:"✓";margin-left:auto;background:var(--blue);color:var(--ink);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:.75rem;font-weight:800;position:absolute;top:.6rem;right:.6rem}
.choice{position:relative}
.chips{display:flex;flex-wrap:wrap;gap:.6rem}
.chip{border:2px solid var(--line);border-radius:999px;padding:.55rem 1rem;font-weight:600;font-size:.92rem;cursor:pointer;background:#fff;font-family:inherit;color:var(--ink);transition:.2s}
.chip:hover{border-color:var(--blue)}
.chip.on{background:var(--ink);border-color:var(--ink);color:#fff}
.field{display:grid;gap:.35rem;margin-bottom:1rem}
.field label{font-size:.85rem;font-weight:700;letter-spacing:.02em}
.field input,.field textarea,.field select{font:inherit;padding:.85rem 1rem;border:2px solid var(--line);border-radius:var(--r-sm);background:#fff;color:var(--ink);width:100%}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--blue)}
.slider-wrap{display:grid;gap:.6rem;margin:.5rem 0 1.5rem}
.slider-wrap output{font-family:"Bebas Neue",Impact,sans-serif;font-size:2.4rem;color:var(--blue-deep);line-height:1}
input[type=range]{width:100%;accent-color:var(--blue)}
.qb-nav{margin-top:auto;padding-top:1.6rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.qb-nav .back{background:none;border:0;font:inherit;font-weight:700;color:var(--mute);cursor:pointer;padding:.5rem 0}
.qb-nav .back:disabled{visibility:hidden}
.estimate{background:var(--ink);color:#fff;border-radius:var(--r);padding:1.8rem;display:grid;gap:.4rem;margin-bottom:1.4rem;position:relative;overflow:hidden}
.estimate::before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 80% 20%,rgba(38,171,227,.35),transparent 50%);pointer-events:none}
.estimate .range{font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(2.6rem,5vw,4rem);line-height:1;color:var(--blue)}
.estimate .mo{font-size:.95rem;color:rgba(255,255,255,.75)}
.estimate .mo b{color:#fff}
.estimate .disc{font-size:.78rem;color:rgba(255,255,255,.5);margin-top:.4rem}
.est-lines{display:grid;gap:.35rem;font-size:.9rem;margin-bottom:1.2rem}
.est-lines div{display:flex;justify-content:space-between;border-bottom:1px dashed var(--line);padding:.3rem 0}
.est-lines span:last-child{font-weight:700}
.two{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}
.qb-done{text-align:center;padding:2rem 0}
.qb-done .big{width:72px;height:72px;border-radius:50%;background:var(--blue);display:grid;place-items:center;margin:0 auto 1rem}
.qb-done .big svg{width:36px;height:36px;color:var(--ink)}
.qb-done .actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1.2rem}
@media (max-width:880px){.qb{grid-template-columns:1fr}.qb-side{padding:1.4rem}.qb-steps{grid-auto-flow:column;grid-auto-columns:1fr;gap:.3rem}.qb-steps li span{display:none}.qb-steps li{justify-content:center}.qb-summary{display:none}.two{grid-template-columns:1fr}}

/* ── Process ── */
.process .wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.4rem;counter-reset:step}
.process{background:var(--paper-2)}
.step{background:#fff;border-radius:var(--r);padding:2rem 1.6rem 1.8rem;position:relative;overflow:hidden;transition:transform .5s var(--ease),box-shadow .5s}
.step:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.step .ghost{font-family:"Bebas Neue",Impact,sans-serif;font-size:7rem;line-height:1;color:var(--blue);opacity:.12;position:absolute;right:.5rem;top:-.6rem}
.step .ic{width:52px;height:52px;border-radius:14px;background:var(--blue-soft);color:var(--blue-deep);display:grid;place-items:center;margin-bottom:1.2rem}
.step .ic svg{width:26px;height:26px}
.step h3{margin-bottom:.5rem}
.step p{color:var(--mute);font-size:.95rem;margin:0}
.process-head{margin-bottom:clamp(2rem,4vw,3.5rem)}

/* ── Gallery ── */
.filters{display:flex;flex-wrap:wrap;gap:.5rem}
.gal{columns:3;column-gap:1rem}
.gal figure{margin:0 0 1rem;break-inside:avoid;border-radius:var(--r-sm);overflow:hidden;position:relative;cursor:zoom-in;background:var(--paper-2)}
.gal figure img{width:100%;transition:transform .8s var(--ease)}
.gal figure:hover img{transform:scale(1.04)}
.gal figcaption{position:absolute;inset:auto 0 0 0;padding:2rem .9rem .8rem;color:#fff;font-size:.85rem;font-weight:600;background:linear-gradient(transparent,rgba(20,23,26,.85));transform:translateY(30%);opacity:0;transition:.4s var(--ease)}
.gal figure:hover figcaption{transform:none;opacity:1}
.gal figure.hide{display:none}
.gal figure.tall img{aspect-ratio:3/4;object-fit:cover}
.gal figure.square img{aspect-ratio:1;object-fit:cover}
@media (max-width:900px){.gal{columns:2}}
@media (max-width:520px){.gal{columns:2;column-gap:.5rem}.gal figure{margin-bottom:.5rem}}
.lightbox{position:fixed;inset:0;background:rgba(20,23,26,.94);z-index:90;display:none;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out}
.lightbox.open{display:flex}
.lightbox img{max-width:min(92vw,1100px);max-height:86vh;border-radius:var(--r-sm);box-shadow:0 30px 80px rgba(0,0,0,.6);animation:fadeUp .35s var(--ease)}
.lightbox figcaption{position:absolute;bottom:1.5rem;left:0;right:0;text-align:center;color:#fff;font-weight:600}

/* ── Reviews ── */
.reviews{background:var(--ink);color:#fff}
.rating-strip{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 2.4rem;margin-bottom:2.5rem}
.rating-strip .big{font-family:"Bebas Neue",Impact,sans-serif;font-size:4rem;line-height:1;color:var(--blue)}
.rating-strip .stars{color:var(--gold);font-size:1.4rem;letter-spacing:.12em}
.rating-strip .plat{display:flex;flex-wrap:wrap;gap:.6rem}
.rating-strip .plat a{border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:.2s}
.rating-strip .plat a:hover{border-color:var(--blue);color:var(--blue)}
.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem}
.review{background:var(--ink-2);border:1px solid rgba(255,255,255,.08);border-radius:var(--r);padding:1.6rem;display:flex;flex-direction:column;gap:.8rem;transition:transform .5s var(--ease),border-color .3s}
.review:hover{transform:translateY(-5px);border-color:rgba(38,171,227,.5)}
.review .stars{color:var(--gold);letter-spacing:.1em}
.review q{font-size:1.05rem;line-height:1.5;quotes:"“" "”"}
.review q::before{color:var(--blue);font-family:"Bebas Neue";font-size:2rem;line-height:0;vertical-align:-.3em;margin-right:.2rem}
.review .who{margin-top:auto;display:flex;align-items:center;gap:.8rem;font-size:.88rem;color:rgba(255,255,255,.7)}
.review .who i{width:38px;height:38px;border-radius:50%;background:var(--blue);color:var(--ink);display:grid;place-items:center;font-style:normal;font-weight:800;flex:none}
.review .who b{color:#fff;display:block}

/* ── About / values ── */
.about .wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-media{position:relative}
.about-media img{border-radius:var(--r);aspect-ratio:4/5;object-fit:cover;width:100%}
.about-media .badge{position:absolute;left:-1.2rem;bottom:2rem;background:var(--blue);color:var(--ink);border-radius:var(--r-sm);padding:1rem 1.2rem;box-shadow:var(--shadow);max-width:260px}
.about-media .badge b{font-family:"Bebas Neue",Impact,sans-serif;font-size:1.6rem;display:block;line-height:1}
.about-media .badge small{font-size:.82rem;font-weight:600}
.about blockquote{margin:1.6rem 0;padding:1.2rem 1.4rem;border-left:4px solid var(--blue);background:#fff;border-radius:0 var(--r-sm) var(--r-sm) 0;font-style:italic;color:var(--ink-3)}
.about blockquote cite{display:block;font-style:normal;font-size:.82rem;color:var(--mute);margin-top:.4rem}
.values{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}
.value{display:flex;gap:.8rem;align-items:flex-start}
.value svg{width:24px;height:24px;color:var(--blue-deep);flex:none;margin-top:.1rem}
.value b{display:block}.value small{color:var(--mute)}
@media (max-width:900px){.about .wrap{grid-template-columns:1fr}.about-media .badge{left:1rem}.values{grid-template-columns:1fr}}

/* ── Service area ── */
.area{background:var(--blue-ink);color:#fff}
.area .wrap{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.area .eyebrow{color:var(--blue)}
.area .lead{color:rgba(255,255,255,.75)}
.city-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.4rem 0}
.city-chips span{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.4rem .9rem;font-size:.9rem;font-weight:600}
.city-chips span.home{background:var(--blue);color:var(--ink);border-color:var(--blue)}
.map{border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3;background:#0b2a3b}
.map iframe{width:100%;height:100%;border:0;filter:saturate(.8)}
@media (max-width:900px){.area .wrap{grid-template-columns:1fr}}

/* ── FAQ ── */
.faq-list{display:grid;gap:.6rem;max-width:860px}
.faq-list details{background:#fff;border-radius:var(--r-sm);border:1px solid var(--line);overflow:hidden}
.faq-list summary{cursor:pointer;list-style:none;padding:1.1rem 1.3rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";font-family:"Bebas Neue";font-size:1.8rem;color:var(--blue-deep);transition:transform .3s}
.faq-list details[open] summary::after{transform:rotate(45deg)}
.faq-list details p{padding:0 1.3rem 1.2rem;margin:0;color:var(--mute)}

/* ── Contact / final CTA ── */
.contact{background:var(--ink);color:#fff;position:relative;overflow:hidden}
.contact .grid-bg{opacity:.25;mask-image:radial-gradient(ellipse at 70% 50%,#000 10%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse at 70% 50%,#000 10%,transparent 65%)}
.contact .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;position:relative}
.contact h2{max-width:12ch}
.contact .lead{color:rgba(255,255,255,.72)}
.contact-lines{display:grid;gap:.9rem;margin-top:1.6rem}
.contact-lines a{display:flex;align-items:center;gap:.9rem;font-weight:600;font-size:1.05rem}
.contact-lines a i{width:44px;height:44px;border-radius:12px;background:rgba(38,171,227,.15);color:var(--blue);display:grid;place-items:center;flex:none}
.contact-lines svg{width:22px;height:22px}
.lead-form{background:#fff;color:var(--ink);border-radius:var(--r);padding:1.8rem;box-shadow:var(--shadow)}
.lead-form h3{margin-bottom:.3rem}
.lead-form .sub{color:var(--mute);font-size:.92rem;margin-bottom:1.2rem}
.lead-form .btn{width:100%}
.lead-form .fine{font-size:.75rem;color:var(--mute);margin:.8rem 0 0;text-align:center}
@media (max-width:900px){.contact .wrap{grid-template-columns:1fr}}

/* ── Footer ── */
.footer{background:#0D0F11;color:rgba(255,255,255,.7);padding:3.5rem 0 1.5rem;font-size:.92rem}
.footer .wrap{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem}
.footer img{height:64px;width:auto;margin-bottom:1rem}
.footer h4{color:#fff;font-family:"Bebas Neue",Impact,sans-serif;font-size:1.3rem;letter-spacing:.06em;margin:0 0 .8rem}
.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}
.footer a:hover{color:var(--blue)}
.socials{display:flex;gap:.6rem;margin-top:1rem}
.socials a{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.07);display:grid;place-items:center;transition:.2s}
.socials a:hover{background:var(--blue);color:var(--ink)}
.socials svg{width:18px;height:18px}
.footer-bottom{width:min(1180px,92vw);margin:2.5rem auto 0;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem;font-size:.8rem;color:rgba(255,255,255,.45)}
.footer-bottom a{color:rgba(255,255,255,.6)}
@media (max-width:900px){.footer .wrap{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.footer .wrap{grid-template-columns:1fr}}

/* ── Mobile thumb bar ── */
.thumbbar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;grid-template-columns:1fr 1fr 1.3fr;background:rgba(20,23,26,.96);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);padding:.55rem .6rem calc(.55rem + env(safe-area-inset-bottom));gap:.5rem;transform:translateY(110%);transition:transform .45s var(--ease)}
.thumbbar.show{transform:none}
.thumbbar a{display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem .5rem;border-radius:10px;font-weight:700;font-size:.9rem;color:#fff;background:rgba(255,255,255,.08)}
.thumbbar a.quote{background:var(--blue);color:var(--ink)}
.thumbbar svg{width:18px;height:18px}
@media (max-width:980px){.thumbbar{display:grid}body{padding-bottom:0}}

/* ── Reveal ── */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal-d1{transition-delay:.08s}.reveal-d2{transition-delay:.16s}.reveal-d3{transition-delay:.24s}.reveal-d4{transition-delay:.32s}.reveal-d5{transition-delay:.4s}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .hero h1 .line>span{animation:none;transform:none}
  .ticker-track,.btn-primary::after,.hero-card,.scroll-cue i{animation:none}
  html{scroll-behavior:auto}
}
.no-js .reveal{opacity:1;transform:none}

/* ============================================================
   CHURCH RENOVATIONS PAGE
   Same tokens as the rest of the site. The one new idea is the
   "Sunday promise" band, which answers the objection every church
   building committee raises first: can we still meet this weekend.
   ============================================================ */
.ch-hero{position:relative;min-height:min(78svh,720px);display:grid;align-items:center;color:#fff;background:var(--ink);overflow:hidden;isolation:isolate}
.ch-hero .hero-bg img{object-position:center 45%}
.ch-hero .hero-bg::after{background:linear-gradient(90deg,rgba(20,23,26,.94) 0%,rgba(20,23,26,.78) 48%,rgba(20,23,26,.35) 100%),linear-gradient(0deg,rgba(20,23,26,.98) 0%,transparent 42%)}
.ch-hero h1{max-width:15ch;font-size:clamp(2.8rem,6.5vw,5.4rem)}
.ch-hero .lead{color:rgba(255,255,255,.8);max-width:54ch;margin:1.4rem 0 2rem}
.ch-hero .wrap{padding:clamp(3.5rem,9vh,6rem) 0}

/* Sunday promise */
.sunday{background:var(--blue);color:var(--ink)}
.sunday .wrap{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.sunday h2{max-width:12ch}
.sunday .eyebrow{color:var(--blue-ink)}
.sunday .eyebrow::before{background:var(--blue-ink)}
.sunday p{color:rgba(11,58,82,.9);font-size:1.08rem;max-width:60ch}
.sunday-list{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}
.sunday-list li{display:flex;gap:.9rem;align-items:flex-start;font-weight:600;color:var(--ink)}
.sunday-list svg{width:24px;height:24px;flex:none;color:var(--blue-ink);margin-top:.1rem}
@media (max-width:900px){.sunday .wrap{grid-template-columns:1fr}}

/* What we build: grouped service columns */
.build-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.1rem}
.build{background:var(--surface,#fff);border:1px solid var(--line);border-radius:var(--r);padding:1.5rem 1.4rem;display:flex;flex-direction:column;gap:.9rem;transition:transform .5s var(--ease),box-shadow .5s}
.build:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.build .ic{width:50px;height:50px;border-radius:13px;background:var(--blue-soft);color:var(--blue-deep);display:grid;place-items:center;flex:none}
.build .ic svg{width:26px;height:26px}
.build h3{font-size:1.45rem}
.build ul{list-style:none;padding:0;margin:0;display:grid;gap:.42rem}
.build li{position:relative;padding-left:1.1rem;color:var(--mute);font-size:.94rem;line-height:1.45}
.build li::before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--blue)}

/* Stewardship band */
.steward{background:var(--ink);color:#fff}
.steward .wrap{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.steward .lead{color:rgba(255,255,255,.72)}
.steward-points{display:grid;gap:1.4rem;margin-top:.5rem}
.steward-points div{border-left:3px solid var(--blue);padding-left:1.1rem}
.steward-points b{display:block;font-family:"Bebas Neue",Impact,sans-serif;font-size:1.35rem;letter-spacing:.03em;margin-bottom:.2rem}
.steward-points p{margin:0;color:rgba(255,255,255,.7);font-size:.97rem}
@media (max-width:900px){.steward .wrap{grid-template-columns:1fr}}

/* Scripture / faith band */
.faithband{background:var(--paper-2);text-align:center}
.faithband .wrap{max-width:min(760px,92vw)}
.faithband blockquote{margin:0;font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.1;letter-spacing:.02em;color:var(--ink)}
.faithband cite{display:block;font-family:Inter,sans-serif;font-style:normal;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-deep);margin-top:1rem;font-weight:700}
.faithband p{margin:1.6rem auto 0;color:var(--mute);max-width:58ch}

/* Home-page church teaser */
.church-teaser{position:relative;background:var(--ink);color:#fff;overflow:hidden;isolation:isolate}
.church-teaser img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:.42}
.church-teaser::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(20,23,26,.95) 10%,rgba(20,23,26,.55) 70%,rgba(20,23,26,.8) 100%)}
.church-teaser .wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}
.church-teaser h2{max-width:14ch}
.church-teaser .lead{color:rgba(255,255,255,.8)}
.church-teaser .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.4rem 0 2rem}
.church-teaser .tags span{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.4rem .9rem;font-size:.88rem;font-weight:600}
@media (max-width:900px){.church-teaser .wrap{grid-template-columns:1fr}}

/* ── Breadcrumbs (service pages) ──
   Sits above the hero kicker on a dark hero. Mirrors the BreadcrumbList
   schema on the same pages so what Google reads matches what a person sees. */
.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.4rem;font-size:.82rem;font-weight:600;letter-spacing:.02em}
.crumbs a{color:rgba(255,255,255,.62);text-decoration:none;transition:.2s}
.crumbs a:hover{color:var(--blue)}
.crumbs span[aria-hidden]{color:rgba(255,255,255,.28)}
.crumbs [aria-current]{color:#fff}
@media (max-width:600px){.crumbs{font-size:.76rem;margin-bottom:1rem}}

/* ── Service-page cards are read, not hovered ──
   On the home page .svc is an <a> and its paragraph is a hover reveal, which
   is fine for a teaser grid. On the service landing pages the same component
   is an <article> and that paragraph IS the page's content: hiding it behind
   a hover state means no mobile visitor ever sees it, since there is no hover
   on a touchscreen. Static cards therefore always show their copy. */
article.svc{min-height:420px}
article.svc p{max-height:none;opacity:1;margin-bottom:.9rem}

/* ── Stage proof: before / during / after ──
   Three real photographs of one platform. They are different angles and
   different aspect ratios, so they are NOT run through the scroll-wipe, which
   needs two registered frames of the same shot. A plain honest sequence beats
   a clever transition that makes the work look mismatched. */
.stage-proof{background:var(--ink);color:#fff}
.stage-proof .lead{color:rgba(255,255,255,.75)}
.stage-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.stage-steps figure{margin:0;display:flex;flex-direction:column}
.stage-steps img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--r);display:block}
.stage-steps figcaption{font-size:.92rem;color:rgba(255,255,255,.7);margin-top:.85rem;line-height:1.5}
.stage-steps figcaption b{display:block;font-family:"Bebas Neue",Impact,sans-serif;font-size:1.25rem;letter-spacing:.06em;color:var(--blue);margin-bottom:.25rem}
@media (max-width:900px){.stage-steps{grid-template-columns:1fr;gap:1.8rem}}
/* The during shot is portrait; a centred 4:3 crop cuts the man doing the work
   out of the frame, which is the entire point of the photograph. Bias it up. */
.stage-steps figure:nth-child(2) img{object-position:center 34%}
