:root{
  --ink:#0A1D2D;--ink-2:#12283a;--orange:#C6FF00;--orange-d:#0A1D2D;--lime:#C6FF00;--navy:#0A1D2D;
  --paper:#fff;--mist:#F3F1ED;--muted:#5c6470;--line:#e6e2d9;--gold:#ffb400;--stone:#F3F1ED;--steel:#6B6F76;
  --disp:'Sora','Inter',system-ui,sans-serif;--body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  --r-sm:12px;--r-md:20px;--r-lg:28px;
  --e1:0 8px 24px -12px rgba(10,29,45,.16);--e2:0 24px 50px -24px rgba(10,29,45,.26);
  --maxw:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 26px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

h1,h2,h3{font-family:var(--disp);font-weight:700;line-height:1.07;letter-spacing:-.025em}
h1{font-size:clamp(2.5rem,5.4vw,4.5rem)}
h2{font-size:clamp(2rem,4.4vw,3.3rem)}
.or{background:var(--lime);color:var(--navy);padding:0 .12em;border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone}
.eyebrow{font-family:var(--body);font-weight:800;text-transform:uppercase;letter-spacing:2.5px;font-size:.8rem;color:var(--orange-d)}

.btn{display:inline-flex;align-items:center;gap:12px;font-family:var(--body);font-weight:700;font-size:1rem;
  padding:11px 12px 11px 26px;border-radius:999px;border:2px solid transparent;cursor:pointer;
  transition:background .16s,transform .16s,box-shadow .16s,color .16s}
.btn svg{width:15px;height:15px;padding:9px;border-radius:50%;box-sizing:content-box;flex:none;stroke-width:2.4}
.btn-or{background:var(--lime);color:var(--navy)}
.btn-or svg{background:var(--navy);stroke:var(--lime)}
.btn-or:hover{background:#b6ef00;transform:translateY(-2px);box-shadow:0 16px 30px -12px rgba(198,255,0,.6)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark svg{background:var(--lime);stroke:var(--navy)}
.btn-dark:hover{background:#12283a;transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--ink);border-color:#d5d8de;padding-left:22px}
.btn-ghost svg{background:var(--lime);stroke:var(--navy)}
.btn-ghost:hover{border-color:var(--navy);color:var(--navy)}
.btn:active{transform:translateY(0)}
a:focus-visible,button:focus-visible,summary:focus-visible,.btn:focus-visible,input:focus-visible{outline:3px solid var(--orange-d);outline-offset:2px;border-radius:4px}

.logo{display:inline-flex;flex-direction:column;align-items:center;line-height:1;color:var(--ink)}
.logo .the{display:flex;align-items:center;gap:8px;font-family:var(--disp);font-weight:600;font-size:.56rem;letter-spacing:.34em;margin-bottom:3px}
.logo .the::before,.logo .the::after{content:"";width:26px;height:1.5px;background:currentColor;opacity:.55}
.logo .nm{display:flex;align-items:center;gap:.26em;font-family:var(--disp);font-weight:700;font-size:1.5rem;letter-spacing:.02em}
.logo .nm .ck{width:.82em;height:.82em}
.logo .nm .ck path{stroke:var(--orange)}
.logo .tag{font-family:var(--body);font-weight:700;font-size:.5rem;letter-spacing:.24em;margin-top:5px;color:#3a3a3a}
.logo.light{color:#fff}.logo.light .tag{color:#c7c9cf}
.logo-img{height:46px;width:auto;display:block}
.logo-img.light{filter:none}
.nav .logo-img{height:52px}
.foot-brand .logo-img{height:58px}
@media(max-width:600px){.nav .logo-img{height:44px}}

.topbar{background:var(--ink);color:#cfd2d8}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;min-height:42px;font-size:.86rem;font-weight:500}
.topbar a{display:flex;align-items:center;gap:8px;padding:6px 0}
.topbar svg{width:14px;height:14px}
.topbar .r{display:flex;align-items:center;gap:16px}

header{position:sticky;top:0;z-index:60;background:#fff;box-shadow:0 1px 0 var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:96px;gap:20px}
.nav .logo .nm{font-size:1.35rem}
.nav-links{display:flex;gap:2px;font-weight:600;font-size:.88rem;background:var(--stone);border-radius:999px;padding:5px}
.nav-links a{padding:9px 14px;border-radius:999px;transition:background .15s,color .15s}
.nav-links a:hover{background:#fff;color:var(--navy)}
.nav-links a[aria-current=page]{background:var(--navy);color:#fff}
.nav-right{display:flex;align-items:center;gap:16px}

.hero{background:linear-gradient(180deg,#fff 30%,var(--mist));padding:64px 0 0;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding-bottom:66px}
.hero .eyebrow{display:block;margin-bottom:20px}
.hero p.lead{font-size:1.1875rem;color:var(--muted);margin:24px 0 32px;max-width:520px}
.hero p.lead b{color:var(--ink);font-weight:700}
.hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.trust-chip{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:40px;padding:10px 18px;font-weight:600;font-size:.9rem;color:var(--ink);box-shadow:var(--e1)}
.trust-chip .dot{width:9px;height:9px;border-radius:50%;background:#3ec06a;flex:none}
.hero-visual{position:relative;display:flex;justify-content:center}
.hero-visual svg{width:100%;max-width:520px;height:auto;overflow:visible}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.fl{animation:floaty 6s ease-in-out infinite}

section{padding:92px 0}
.center{text-align:center}
.sec-head{max-width:720px;margin:0 auto 18px}
.sec-head p{color:var(--muted);font-size:1.1875rem;margin-top:16px}

.problem{background:var(--ink);color:#fff}
.problem h2{color:#fff}
.problem .eyebrow{display:block;text-align:center;color:var(--orange)}
.prob-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}
.pc{background:#14212c;border:1px solid #24323f;border-radius:var(--r-md);padding:30px 26px}
.pc .x{width:44px;height:44px;border-radius:10px;background:rgba(198,255,0,.14);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.pc .x svg{width:22px;height:22px;stroke:var(--orange);fill:none;stroke-width:2.4;stroke-linecap:round}
.pc h3{font-size:1.35rem;color:#fff;margin-bottom:8px}
.pc p{color:#b3b6bd;font-size:.9375rem}

.sys .sec-head{text-align:center}
.pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:52px}
.pill{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:34px 32px;display:flex;gap:22px;transition:border-color .18s,transform .18s,box-shadow .18s}
.pill:hover{border-color:#d6dae1;transform:translateY(-3px);box-shadow:var(--e1)}
.pill .ic{width:52px;height:52px;border-radius:12px;background:var(--ink);display:flex;align-items:center;justify-content:center;flex:none}
.pill .ic svg{width:26px;height:26px;stroke:var(--orange);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.pill h3{font-size:1.5rem;margin-bottom:8px}
.pill p{color:var(--muted);font-size:.9375rem}
.pill.hot{background:var(--ink);border-color:var(--ink)}
.pill.hot .ic{background:var(--orange)}.pill.hot .ic svg{stroke:var(--navy)}
.pill.hot h3{color:#fff}.pill.hot p{color:#b9bcc4}
.pill.hot .tagm{display:inline-block;margin-top:12px;font-weight:800;font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;background:var(--lime);color:var(--navy);padding:4px 10px;border-radius:4px}

.steps{background:var(--mist)}
.steps .sec-head{text-align:center}
.steps-row{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:54px}
.stp{background:#fff;border-radius:var(--r-md);padding:34px 30px;text-align:center;border-top:5px solid var(--orange)}
.stp .n{font-family:var(--disp);font-weight:700;font-size:3rem;color:var(--navy);line-height:1;margin-bottom:8px}
.stp h3{font-size:1.35rem;margin-bottom:10px}
.stp p{color:var(--muted)}

.proof{background:var(--ink);color:#fff;text-align:center}
.proof h2{color:#fff}
.proof .eyebrow{color:var(--orange);display:block}
.proof-panel{max-width:820px;margin:26px auto 0;background:#14212c;border:1px solid #24323f;border-radius:var(--r-lg);padding:44px}
.proof-panel p{color:#c7cad1;font-size:1.1rem;margin-bottom:14px}
.proof-panel .spots{display:inline-block;margin:10px 0 26px;font-weight:700;color:var(--orange);letter-spacing:1px;text-transform:uppercase;font-size:.85rem}
.proof-panel .btn{margin-top:6px}

.pricing .sec-head{text-align:center}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:54px;align-items:stretch}
.plan{border:1px solid var(--line);border-radius:var(--r-md);padding:36px 30px;display:flex;flex-direction:column;background:#fff}
.plan.hot{border-color:var(--lime);border-width:2px;box-shadow:0 30px 60px -30px rgba(10,29,45,.22);position:relative}
.plan .badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--lime);color:var(--navy);font-weight:800;font-size:.72rem;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:20px}
.plan .pn{font-family:var(--disp);font-weight:700;font-size:1.6rem;text-transform:uppercase}
.plan .pd{color:var(--muted);font-size:.9375rem;margin:6px 0 18px;min-height:42px}
.plan .pp{font-family:var(--disp);font-weight:700;font-size:2.8rem;line-height:1;color:var(--ink)}
.plan .pp span{font-family:var(--body);font-size:.95rem;font-weight:600;color:var(--muted)}
.plan .free{font-size:.86rem;color:var(--orange-d);font-weight:700;margin-top:8px}
.plan ul{list-style:none;margin:22px 0 26px;display:grid;gap:12px}
.plan li{display:flex;gap:11px;font-size:.9375rem;color:#333}
.plan li svg{width:19px;height:19px;stroke:var(--ink);fill:none;stroke-width:2.5;flex:none;margin-top:2px}
.plan.hot li svg{stroke:var(--orange-d)}
.plan li.off{color:#aeb2bb}.plan li.off svg{stroke:#cfd3da}
.plan .btn{margin-top:auto;justify-content:center}
.roi{text-align:center;margin-top:34px;font-family:var(--disp);font-weight:600;font-size:1.4rem;text-transform:uppercase;color:var(--ink)}
.roi span{color:var(--orange-d)}

.guarantee{background:var(--ink);color:#fff}
.g-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}
.g-grid .gi svg{width:40px;height:40px;stroke:var(--orange);fill:none;stroke-width:1.75;margin-bottom:14px}
.g-grid h3{color:#fff;font-size:1.35rem;margin-bottom:8px}
.g-grid p{color:#b9bcc4;font-size:.9375rem}
.g-note{text-align:center;color:#8b8f98;font-size:.85rem;margin-top:34px;max-width:640px;margin-left:auto;margin-right:auto}

.team .sec-head{text-align:center}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:52px 0 56px}
.member{text-align:center}
.member .ph{width:150px;height:150px;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;
  font-family:var(--disp);font-weight:700;font-size:2.7rem;color:#fff;background:#14212c;box-shadow:var(--e1);overflow:hidden}
.member .ph img{width:100%;height:100%;object-fit:cover}
.member.founder-m .ph{background:var(--orange)}
.member b{display:block;font-family:var(--disp);font-weight:600;font-size:1.35rem;text-transform:uppercase;letter-spacing:.02em}
.member span{color:var(--muted);font-size:.92rem}
.founder{background:var(--ink);color:#fff;border-radius:var(--r-lg);padding:46px 44px;max-width:880px;margin:0 auto;text-align:center}
.founder .eyebrow{display:block;margin-bottom:16px;color:var(--orange)}
.founder .fnote{font-size:1.42rem;line-height:1.45;color:#f0f0f0;margin-bottom:26px}
.founder .fnote .or{background:var(--lime);color:var(--navy);padding:0 .12em;border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone}
.fsig{display:inline-flex;align-items:center;gap:14px}
.fsig .fav{width:54px;height:54px;border-radius:50%;background:var(--lime);color:var(--navy);font-family:var(--disp);font-weight:700;font-size:1.3rem;display:flex;align-items:center;justify-content:center;overflow:hidden}
.fsig .fav img{width:100%;height:100%;object-fit:cover}
.fsig .ft{text-align:left}.fsig .ft b{display:block;font-size:1.05rem}.fsig .ft span{color:#b9bcc4;font-size:.9rem}

.hero-photo{position:relative;max-width:470px;width:100%;filter:drop-shadow(0 26px 34px rgba(10,29,45,.13))}
.hero-photo>img{width:100%;height:auto;display:block}
.hero-visual .hero-chip{left:-12px;top:34px}
.hero-name{bottom:64px}
.hero-chip{position:absolute;left:-16px;bottom:26px;background:#fff;border-radius:var(--r-md);padding:12px 16px;display:flex;gap:11px;align-items:center;box-shadow:var(--e2)}
.hero-chip .dot{width:11px;height:11px;border-radius:50%;background:#3ec06a;flex:none;box-shadow:0 0 0 4px rgba(62,192,106,.2)}
.hero-chip .ct b{display:block;font-size:.9rem;color:var(--ink)}.hero-chip .ct span{color:var(--muted);font-size:.78rem}
.trades-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:48px}
.trade{position:relative;border-radius:var(--r-md);overflow:hidden;aspect-ratio:3/4;box-shadow:var(--e1);margin:0}
.trade img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s}
.trade:hover img{transform:scale(1.06)}
.trade figcaption{position:absolute;left:0;right:0;bottom:0;padding:18px 16px;color:#fff;font-family:var(--disp);font-weight:600;font-size:1.4rem;text-transform:uppercase;background:linear-gradient(180deg,transparent,rgba(18,18,18,.9))}
.trades-more{text-align:center;margin-top:30px;color:var(--muted);font-weight:600}
.team-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;margin-bottom:8px}
.team-intro h2{text-transform:none}
.team-intro p{color:var(--muted);margin-bottom:16px;font-size:1.05rem}
.team-photo{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--e2)}
.team-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}

.faq .sec-head{text-align:center}
.faq-list{max-width:820px;margin:48px auto 0}
.faq details{border:1px solid var(--line);border-radius:var(--r-md);margin-bottom:14px;padding:0 24px;background:#fff}
.faq summary{cursor:pointer;font-weight:700;font-size:1.1rem;padding:20px 0;list-style:none;display:flex;justify-content:space-between;gap:16px;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";width:12px;height:12px;border-right:2.5px solid var(--orange-d);border-bottom:2.5px solid var(--orange-d);transform:rotate(45deg);transition:transform .2s;flex:none;margin-right:4px}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq details p{color:var(--muted);padding:0 0 22px}

.cta{background:var(--mist)}
.cta-grid{display:grid;grid-template-columns:1fr 460px;gap:52px;align-items:center}
.cta .pts{margin-top:24px;display:grid;gap:13px}
.cta .pts li{list-style:none;display:flex;gap:12px;font-size:1.06rem;font-weight:500}
.cta .pts .ck{width:24px;height:24px;border-radius:50%;background:var(--orange-d);color:#fff;flex:none;display:flex;align-items:center;justify-content:center}
.cta .pts .ck svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:3}
.cta .cph{margin-top:26px;font-weight:700;font-size:1.08rem;display:flex;align-items:center;gap:10px}
.cta .cph svg{width:20px;height:20px;stroke:var(--orange-d);fill:none;stroke-width:2}
.cta .areas{margin-top:14px;color:var(--muted);font-size:.92rem}

form{background:#fff;border-radius:var(--r-lg);padding:34px;box-shadow:var(--e2)}
form h3{font-family:var(--disp);font-weight:700;font-size:1.7rem;text-transform:uppercase}
form .fsub{color:var(--muted);font-size:.94rem;margin:6px 0 20px}
.field{margin-bottom:14px}.row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
label{display:block;font-size:.8rem;font-weight:700;margin-bottom:6px}
input,textarea,select{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:var(--r-sm);font-size:1rem;font-family:inherit;background:#fbfbfc;transition:border-color .12s,box-shadow .12s}
input:focus,textarea:focus,select:focus{outline:none;border-color:var(--orange-d);background:#fff;box-shadow:0 0 0 3px rgba(10,29,45,.14)}
form .btn-or{width:100%;justify-content:center;margin-top:6px}
.fine{font-size:.78rem;color:var(--muted);text-align:center;margin-top:12px}
.fine a{text-decoration:underline}
.success{display:none;text-align:center;padding:26px 0}
.success .tk{width:64px;height:64px;border-radius:50%;background:var(--orange-d);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}
.success .tk svg{width:30px;height:30px;stroke:#fff;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.success h3{margin-bottom:8px}.success p{color:var(--muted)}

footer{background:var(--ink);color:#a9adb5;padding:60px 0 30px}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand p{margin-top:18px;max-width:280px;font-size:.94rem}
.fcol h4{color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}
.fcol a,.fcol p{display:block;margin-bottom:11px;font-size:.95rem;color:#a9adb5}
.fcol a:hover{color:var(--orange)}
.foot-legal{padding-top:24px;text-align:center;font-size:.86rem;color:#83878f;line-height:1.7}

.side-cta{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:55;background:var(--lime);color:var(--navy);
  writing-mode:vertical-rl;padding:20px 12px;border-radius:8px 0 0 8px;font-weight:800;letter-spacing:1.5px;font-size:.78rem;
  text-transform:uppercase;box-shadow:-6px 0 18px -6px rgba(10,29,45,.4);transition:padding .18s}
.side-cta:hover{padding-right:17px}
.totop{position:fixed;right:22px;bottom:22px;z-index:55;width:48px;height:48px;border-radius:50%;background:var(--ink);color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer}
.totop svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2.5}.totop.show{display:flex}

.js .reveal{opacity:0;transform:translateY(24px)}
.js .reveal.in{opacity:1;transform:none;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}

/* ---- Interior pages (multi-page) ---- */
.page-hero{background:var(--mist);padding:60px 0 54px;text-align:center;border-bottom:1px solid var(--line)}
.page-hero .breadcrumb{font-size:.82rem;color:var(--muted);margin-bottom:16px;font-weight:600}
.page-hero .breadcrumb a:hover{color:var(--orange-d)}
.page-hero h1{font-size:clamp(2.3rem,5vw,3.9rem)}
.page-hero p{max-width:680px;margin:18px auto 0;color:var(--muted);font-size:1.15rem}
.prose{max-width:780px;margin:0 auto}
.prose h2{font-size:1.9rem;margin:40px 0 14px}
.prose h3{font-size:1.35rem;margin:28px 0 10px;text-transform:none}
.prose p{margin-bottom:16px;color:#333}
.prose ul,.prose ol{margin:0 0 18px 22px;color:#333}.prose li{margin-bottom:8px}
.prose a{color:var(--orange-d);text-decoration:underline}
.prose strong{color:var(--ink)}
.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:52px}
.case{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:#fff;box-shadow:var(--e1);transition:transform .2s,box-shadow .2s}
.case:hover{transform:translateY(-4px);box-shadow:var(--e2)}
.case .shot{aspect-ratio:16/10;overflow:hidden;background:var(--mist)}
.case .shot img{width:100%;height:100%;object-fit:cover;display:block}
.case .body{padding:26px 28px 30px}
.case .tag{display:inline-block;background:var(--mist);color:var(--orange-d);font-weight:700;font-size:.72rem;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:12px}
.case h3{font-size:1.5rem;margin-bottom:8px}
.case p{color:var(--muted);font-size:.97rem;margin-bottom:18px}
.case .result{display:flex;gap:26px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:16px}
.case .result div b{font-family:var(--disp);font-weight:700;font-size:1.5rem;color:var(--orange-d);display:block;line-height:1}
.case .result div span{font-size:.78rem;color:var(--muted)}
.note-band{background:var(--mist);border:1px dashed #c9ccd3;border-radius:var(--r-md);padding:22px 26px;max-width:820px;margin:44px auto 0;text-align:center;color:var(--muted);font-size:.95rem}
.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.split img{width:100%;border-radius:var(--r-lg);box-shadow:var(--e2);display:block}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.value{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:30px 28px}
.value .vic{width:48px;height:48px;border-radius:12px;background:var(--ink);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.value .vic svg{width:24px;height:24px;stroke:var(--orange);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.value h3{font-size:1.3rem;margin-bottom:8px}
.value p{color:var(--muted);font-size:.95rem}
.contact-grid{display:grid;grid-template-columns:1fr 480px;gap:52px;align-items:start}
.contact-lines{margin-top:26px;display:grid;gap:18px}
.contact-lines a{display:flex;align-items:center;gap:14px;font-weight:600;font-size:1.05rem}
.contact-lines .ci{width:46px;height:46px;border-radius:12px;background:var(--mist);display:flex;align-items:center;justify-content:center;flex:none}
.contact-lines .ci svg{width:22px;height:22px;stroke:var(--orange-d);fill:none;stroke-width:1.9}

@media(max-width:940px){
  .hero-grid,.prob-cards,.pillars,.steps-row,.price-grid,.g-grid,.cta-grid,.foot-grid,.team-intro,.work-grid,.split,.values,.contact-grid{grid-template-columns:1fr}
  .team-grid,.trades-grid{grid-template-columns:1fr 1fr;gap:16px}.member .ph{width:120px;height:120px}
  .team-photo,.hero-photo{margin:0 auto}
  .nav-links,.topbar .hidephone{display:none}
  .hero-visual{order:-1;margin-bottom:6px}
  .side-cta{display:none}
  section{padding:64px 0}
}
@media(prefers-reduced-motion:reduce){.fl{animation:none}.js .reveal{opacity:1;transform:none}html{scroll-behavior:auto}}

/* ---- Lead-focused components ---- */
.versus{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:52px}
.vcard{border-radius:var(--r-lg);padding:36px 32px}
.vcard.rent{background:#14212c;color:#fff;border:1px solid #24323f}
.vcard.own{background:var(--lime);color:var(--navy);box-shadow:var(--e2)}
.vcard .vt{font-family:var(--disp);font-weight:700;font-size:1.5rem;text-transform:uppercase;line-height:1.05}
.vcard .vtag{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;opacity:.65;margin:4px 0 18px}
.vcard ul{list-style:none;display:grid;gap:14px}
.vcard li{display:flex;gap:12px;font-size:1rem;line-height:1.45}
.vcard li svg{width:20px;height:20px;flex:none;margin-top:2px;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.vcard.rent li svg{stroke:#ff7a7a}
.vcard.own li svg{stroke:var(--navy)}
.vcard .src{display:block;margin-top:20px;font-size:.8rem;opacity:.62}
.vcard .src a{text-decoration:underline}

.statband{background:var(--ink);color:#fff}
.statband .sec-head h2{color:#fff}
.statband .eyebrow{color:var(--orange);display:block;text-align:center}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:52px}
.statc{text-align:center}
.statc .fig{font-family:var(--disp);font-weight:700;font-size:clamp(2.6rem,5vw,3.6rem);color:var(--orange);line-height:1}
.statc .lb{color:#e3e5e9;margin-top:12px;font-size:1rem;line-height:1.4}
.statc .src{color:#83878f;font-size:.74rem;margin-top:10px}
.statc .src a{text-decoration:underline;color:#9aa0a8}

.callbar{display:none}
@media(max-width:940px){
  .callbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:85;box-shadow:0 -6px 20px -8px rgba(0,0,0,.4)}
  .callbar a{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 8px;font-weight:800;font-size:1rem}
  .callbar a svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2}
  .callbar .cb-call{background:var(--ink);color:#fff}
  .callbar .cb-quote{background:var(--lime);color:var(--navy)}
  .callbar .cb-quote svg{stroke:var(--navy)}
  body{padding-bottom:54px}
  .totop{bottom:66px}
  .versus,.stat-grid{grid-template-columns:1fr;gap:18px}
}


/* ---- Dossis-style feel: pill eyebrows ---- */
.eyebrow{display:inline-block;background:rgba(10,29,45,.06);color:var(--navy);font-family:var(--body);font-weight:700;text-transform:uppercase;letter-spacing:1.2px;font-size:.72rem;padding:7px 15px;border-radius:999px;line-height:1}
.problem .eyebrow,.statband .eyebrow,.proof .eyebrow,.founder .eyebrow,.guarantee .eyebrow{background:rgba(198,255,0,.15);color:var(--lime)}
.problem .eyebrow,.statband .eyebrow,.proof .eyebrow,.founder .eyebrow{display:block;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}
.hero .eyebrow{display:inline-block}


/* ============================================================
   DOSSIS-STYLE SECTION RESTYLES (navy+lime) — verified batch
   ============================================================ */
/* ---- statband (Dossis restyle) ---- */
/* Navy band kept; each .statc becomes a rounded translucent card.
   Big LIME number (lime-on-navy = legible), light-grey label, small source line.
   Responsive grid 4 -> 2 -> 1. Real stats/sources untouched. */

.statband .stat-grid{
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:56px;
}

.statband .statc{
  text-align:left;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--r-md);        /* ~20px */
  padding:32px 28px;
  display:flex;
  flex-direction:column;
  height:100%;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.statband .statc:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(198,255,0,.28);
  transform:translateY(-4px);
}

.statband .statc .fig{
  font-family:var(--disp);
  font-weight:700;
  font-size:clamp(2.8rem,4.6vw,3.7rem);
  line-height:1;
  letter-spacing:-.01em;
  color:var(--lime);                /* lime on navy = good contrast */
}
.statband .statc .lb{
  color:#d9dde3;
  margin-top:16px;
  font-size:1.02rem;
  line-height:1.45;
}
.statband .statc .src{
  color:#8b9099;
  font-size:.74rem;
  line-height:1.4;
  margin-top:auto;                  /* pin source to card bottom so cards align */
  padding-top:18px;
}
.statband .statc .src a{
  color:#aab0b8;
  text-decoration:underline;
  text-underline-offset:2px;
  transition:color .15s ease;
}
.statband .statc .src a:hover{color:var(--lime)}

/* tablet: 4 -> 2 (higher specificity beats the earlier .versus,.stat-grid 1-col rule) */
@media(max-width:940px){
  .statband .stat-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:44px}
  .statband .statc{padding:26px 22px}
}
/* phone: 2 -> 1 */
@media(max-width:600px){
  .statband .stat-grid{grid-template-columns:1fr}
}

/* ---- sys (Dossis restyle) ---- */
/* "Complete Growth System" style service cards: large 24px rounded panels,
   stacked rounded-square icon tile above bold title + grey copy, generous
   padding, subtle hover lift. Keeps 2x2 grid + the one navy 'hot' card.
   Contrast: navy tile + lime icon (normal), lime tile + navy icon (hot). */

.sys{padding-top:96px;padding-bottom:96px}
.sys .pillars{gap:24px;margin-top:56px}

/* card: stack icon over text, bigger radius + padding, resting shadow */
.sys .pill{
  flex-direction:column;
  gap:26px;
  padding:40px 38px;
  border-radius:24px;
  background:var(--paper);
  border:1px solid var(--line);
  box-shadow:var(--e1);
  transition:transform .22s cubic-bezier(.2,.7,.2,1),
             box-shadow .22s cubic-bezier(.2,.7,.2,1),
             border-color .2s ease;
}
/* hover lift — high specificity beats .js .reveal.in{transform:none} (0,3,0) */
.sys .pillars .pill:hover{
  transform:translateY(-6px);
  box-shadow:var(--e2);
  border-color:#d6dae1;
}

/* icon tile — navy rounded square, lime stroke icon */
.sys .pill .ic{
  width:60px;height:60px;
  border-radius:16px;
  background:var(--navy);
}
.sys .pill .ic svg{width:28px;height:28px;stroke:var(--lime)}

/* title + copy */
.sys .pill h3{
  font-family:var(--disp);
  font-weight:700;
  font-size:1.5rem;
  line-height:1.16;
  letter-spacing:-.02em;
  margin-bottom:10px;
}
.sys .pill p{color:var(--muted);font-size:.9688rem;line-height:1.62}

/* the featured 'hot' navy card + inverted lime tile (navy icon) */
.sys .pill.hot{background:var(--navy);border-color:var(--navy);box-shadow:var(--e2)}
.sys .pill.hot .ic{background:var(--lime)}
.sys .pill.hot .ic svg{stroke:var(--navy)}
.sys .pill.hot h3{color:var(--paper)}
.sys .pill.hot p{color:#b9bcc4}

/* lime tag pill inside hot card — navy on lime, pill shape */
.sys .pill.hot .tagm{
  margin-top:16px;
  background:var(--lime);
  color:var(--navy);
  border-radius:999px;
  padding:6px 14px;
  font-size:.72rem;
  letter-spacing:1.4px;
}

/* single column already handled by @media(max-width:940px); tighten padding */
@media(max-width:940px){
  .sys .pill{padding:32px 26px;gap:22px}
}

/* ---- steps (Dossis restyle) ---- */
/* White section; the outer page gutter lives on the section so the .wrap can
   become an inset panel at every width (no extra markup needed). */
.steps{background:var(--paper);padding-left:24px;padding-right:24px}

/* .wrap becomes ONE big pale rounded panel sitting on the white section */
.steps .wrap{
  background:var(--stone);
  border:1px solid var(--line);
  border-radius:32px;
  padding:clamp(48px,6vw,88px) clamp(26px,5vw,64px);
  box-shadow:0 34px 70px -46px rgba(10,29,45,.22);
}

/* centred eyebrow pill + heading at the top, inside the panel */
.steps .sec-head{text-align:center;max-width:640px;margin-bottom:0}

/* 3 steps in a row + a thin connector line running BEHIND the circles */
.steps .steps-row{position:relative;margin-top:52px;align-items:start}
.steps .steps-row::before{
  content:"";position:absolute;top:32px;left:16.66%;right:16.66%;
  height:2px;background:rgba(10,29,45,.14);transform:translateY(-1px);z-index:0;
}

/* step: transparent, no card, no lime top border, centred */
.steps .stp{
  background:transparent;border:0;border-radius:0;
  padding:0 10px;text-align:center;position:relative;z-index:1;
}

/* number -> solid navy circle (~64px) with a centred bold WHITE numeral */
.steps .stp .n{
  width:64px;height:64px;margin:0 auto 22px;border-radius:50%;
  background:var(--navy);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--disp);font-weight:700;font-size:1.6rem;line-height:1;
  position:relative;z-index:1;
  box-shadow:0 0 0 7px var(--stone); /* panel-coloured ring masks the line at each node */
}

.steps .stp h3{font-size:1.3rem;color:var(--navy);margin-bottom:10px}
.steps .stp p{color:var(--muted);font-size:.975rem;max-width:300px;margin:0 auto}

/* mobile: stack vertically, hide the connector line */
@media(max-width:940px){
  .steps{padding-left:16px;padding-right:16px}
  .steps .wrap{border-radius:26px}
  .steps .steps-row{margin-top:34px;gap:36px}
  .steps .steps-row::before{display:none}
}

/* ---- pricing (Dossis restyle) ---- */
/* Scoped under section.pricing (0,1,1+) so these override the base .plan rules
   and, crucially, out-specify the shared max-width:900px stacking rule. */

/* Grid: more generous gutters, cards stretch to equal height */
section.pricing .price-grid{
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:56px;
  align-items:stretch;
}

/* Base card: bigger 24px radius, roomier padding, resting soft shadow + hover lift */
section.pricing .plan{
  border:1px solid var(--line);
  border-radius:24px;
  padding:40px 34px;
  background:#fff;
  box-shadow:var(--e1);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
section.pricing .plan:not(.hot):hover{
  transform:translateY(-4px);
  border-color:#d3d7de;
  box-shadow:var(--e2);
}

/* Featured card: keep white bg + lime 2px border + lime badge, but visually elevate it */
section.pricing .plan.hot{
  border-color:var(--lime);
  border-width:2px;
  border-radius:24px;
  padding:44px 34px;
  transform:translateY(-12px);
  box-shadow:0 40px 80px -34px rgba(10,29,45,.30);
}
section.pricing .plan.hot:hover{
  transform:translateY(-16px);
  box-shadow:0 48px 92px -34px rgba(10,29,45,.34);
}

/* Badge -> cleaner pill, navy-on-lime (compliant), softly raised */
section.pricing .plan .badge{
  border-radius:999px;
  padding:7px 16px;
  letter-spacing:1.4px;
  box-shadow:0 8px 18px -8px rgba(10,29,45,.35);
}

/* Tier name + description spacing */
section.pricing .plan .pn{letter-spacing:-.01em}
section.pricing .plan .pd{margin:8px 0 20px;min-height:46px}

/* Price a touch bolder for the Dossis feel */
section.pricing .plan .pp{font-size:3rem}

/* "Website built free" -> solid lime tag with navy text (navy-on-lime = compliant) */
section.pricing .plan .free{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  background:var(--lime);
  color:var(--navy);
  font-weight:800;
  font-size:.72rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:5px 12px;
  border-radius:999px;
  margin-top:14px;
}

/* Feature list divider + rhythm */
section.pricing .plan ul{
  margin:26px 0 30px;
  padding-top:26px;
  border-top:1px solid var(--line);
  gap:13px;
}

/* CTA: full-width centred pill (arrow badge preserved via base .btn styles) */
section.pricing .plan .btn{
  margin-top:auto;
  width:100%;
  justify-content:center;
  padding-left:22px;
  padding-right:22px;
}

/* Responsive: single column below 900px; drop the featured-card lift so it
   sits flush when stacked, and widen the gap so the badge clears the card above */
@media (max-width:900px){
  section.pricing .price-grid{
    grid-template-columns:1fr;
    gap:32px;
    margin-top:40px;
  }
  section.pricing .plan{padding:32px 26px}
  section.pricing .plan.hot{padding:34px 26px;transform:none}
  section.pricing .plan.hot:hover,
  section.pricing .plan:not(.hot):hover{transform:none}
  section.pricing .plan .pd{min-height:0}
}

/* ---- guarantee (Dossis restyle) ---- */
/* White section that holds ONE large, contained navy card.
   Horizontal padding here is the outer gutter so the card never goes full-bleed. */
.guarantee{background:var(--paper);color:var(--ink);padding:clamp(64px,9vw,104px) clamp(18px,4vw,32px)}

/* The navy panel itself: radius + big padding live on .wrap, kept centred with a max-width. */
.guarantee .wrap{
  max-width:1080px;margin:0 auto;
  background:var(--navy);color:#fff;
  border-radius:clamp(24px,3vw,34px);
  padding:clamp(48px,6vw,84px) clamp(26px,5vw,72px);
  text-align:center;
  box-shadow:var(--e2);
}

/* Eyebrow (only if the section ever gets one): WHITE pill + NAVY text,
   overriding the dark-section lime-tint eyebrow just here. */
.guarantee .eyebrow{
  background:#fff;color:var(--navy);
  display:block;width:-moz-fit-content;width:fit-content;
  margin:0 auto 20px;
}

/* Heading (defensive): white Sora; any .or highlight stays lime-on-navy. */
.guarantee .sec-head{max-width:640px;margin:0 auto 4px}
.guarantee .sec-head h2{color:#fff}
.guarantee .sec-head p{color:#c2c7cf}

/* 3 guarantee points — inherit columns + the existing max-width:940px single-column
   collapse from the base rules (we intentionally do NOT restate grid-template-columns
   so the media query still wins); just open up the spacing. */
.guarantee .g-grid{gap:clamp(28px,4vw,48px);margin-top:6px}

/* Lime line-icons sit in a soft lime-tint circular badge (lime-on-navy = legible). */
.guarantee .g-grid .gi svg{
  width:30px;height:30px;box-sizing:content-box;padding:16px;
  stroke:var(--lime);fill:none;stroke-width:1.85;
  background:rgba(198,255,0,.12);border:1px solid rgba(198,255,0,.28);
  border-radius:50%;display:block;margin:0 auto 20px;
}
.guarantee .g-grid h3{color:#fff;font-size:1.3rem;margin-bottom:10px}
.guarantee .g-grid p{color:#aab0b9;font-size:.95rem;line-height:1.6;max-width:34ch;margin:0 auto}

/* Fine print — light grey, softly divided from the points. */
.guarantee .g-note{
  color:#9a9fa8;max-width:680px;
  margin:clamp(36px,5vw,52px) auto 0;
  padding-top:26px;border-top:1px solid rgba(255,255,255,.1);
}

/* Keep any existing button spaced from the note (defensive; none present today). */
.guarantee .wrap .btn{margin-top:30px}

@media(max-width:900px){
  .guarantee .wrap{padding:44px 24px}
  .guarantee .g-grid .gi svg{padding:14px}
}

/* ---- faq (Dossis restyle) ---- */

/* Two-column layout: LEFT = .sec-head (sticky), RIGHT = .faq-list.
   Scoped to :has(.sec-head) so it ONLY fires on index.html (its .faq .wrap
   has both .sec-head + .faq-list). faq.html's .faq .wrap has ONLY .faq-list
   (its heading lives in a separate .page-hero above), so it stays a single
   centred column. Browsers without :has() simply keep the original stacked
   layout on both pages — a safe graceful fallback. */
.faq .wrap:has(.sec-head){
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:48px;
  align-items:start;
}

/* LEFT column — section head: left-aligned, flush, and sticky while the
   answers scroll past on the right (top clears the sticky ~96px nav). */
.faq .wrap:has(.sec-head) .sec-head{
  text-align:left;
  margin:0;
  position:sticky;
  top:112px;
}
.faq .wrap:has(.sec-head) .sec-head .eyebrow{
  display:inline-block;
  margin-bottom:14px;
}

/* RIGHT column — the answer stack fills its column (overrides the centred
   820px cap that faq.html still uses). */
.faq .wrap:has(.sec-head) .faq-list{
  max-width:none;
  margin:0;
}

/* Cards — restyled for BOTH index.html and faq.html: rounded white panels,
   hairline border + soft shadow, generous padding. */
.faq details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--r-lg);
  box-shadow:var(--e1);
  padding:6px 30px;
  margin-bottom:16px;
  transition:box-shadow .2s ease,border-color .2s ease;
}
.faq details:hover{border-color:#dcd7cc}
.faq details[open]{box-shadow:var(--e2);border-color:#dcd7cc}

/* Question — bold, navy, generous hit area. */
.faq summary{
  font-weight:700;
  font-size:1.14rem;
  color:var(--navy);
  padding:24px 0;
  gap:20px;
}

/* Chevron badge — lime circle + navy chevron icon (navy-on-lime = compliant),
   echoing the pill-button arrow badge. Flips 180deg when the card is open. */
.faq summary::after{
  content:"";
  width:32px;height:32px;
  flex:none;
  margin:0;
  border:0;
  border-radius:50%;
  background:var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A1D2D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
  transform:none;
  transition:transform .25s ease,background-color .18s ease;
}
.faq details[open] summary::after{transform:rotate(180deg)}
.faq summary:hover::after{background-color:#b6ef00}

/* Answer — grey, comfortable measure. */
.faq details p{
  color:var(--muted);
  font-size:1.01rem;
  line-height:1.62;
  padding:0 44px 26px 0;
}

/* Responsive: single column below 900px, head un-sticks and stacks. */
@media(max-width:900px){
  .faq .wrap:has(.sec-head){grid-template-columns:1fr;gap:26px}
  .faq .wrap:has(.sec-head) .sec-head{position:static;top:auto;margin-bottom:0}
  .faq details{padding:2px 22px}
  .faq summary{font-size:1.06rem;padding:20px 0}
  .faq details p{padding-right:0}
}
/* ---- Services mega-menu (nav dropdowns) ---- */
.nav-links .nav-item{position:relative;display:inline-flex}
.nav-links .nav-item>a{display:inline-flex;align-items:center;gap:7px}
.nav-links .nav-item>a::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);opacity:.65;transition:transform .2s}
.nav-links .nav-item:hover>a::after,.nav-links .nav-item:focus-within>a::after{transform:rotate(-135deg) translateY(2px)}
.nav-links .nav-item::before{content:"";position:absolute;left:-6px;right:-6px;top:100%;height:16px}
.nav-panel{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);min-width:236px;background:#fff;border:1px solid var(--line);box-shadow:var(--e2);border-radius:18px;padding:10px;display:flex;flex-direction:column;gap:1px;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease;z-index:80}
.nav-links .nav-item:hover .nav-panel,.nav-links .nav-item:focus-within .nav-panel{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-links .nav-panel a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 14px;border-radius:11px;font-size:.92rem;font-weight:600;color:var(--navy);background:none;white-space:nowrap}
.nav-links .nav-panel a:hover{background:var(--stone);color:var(--navy)}
.nav-links .nav-panel a.all{color:var(--muted);font-weight:700;margin-top:5px;padding-top:13px;border-top:1px solid var(--line);border-radius:0}


/* ---- Rich footer (Dossis-style sitemap) ---- */
.foot-grid{grid-template-columns:1.5fr repeat(4,1fr);gap:32px}
.foot-brand .fcontact{display:block;margin-top:8px;font-size:.95rem;color:#a9adb5}
.foot-brand .fcontact:hover{color:#fff}
.foot-brand .fhours{margin-top:14px;font-size:.84rem;color:#83878f;max-width:250px}
.foot-grid .fcol a{font-size:.92rem}
@media(max-width:940px){.foot-grid{grid-template-columns:1fr 1fr;gap:28px}}
@media(max-width:560px){.foot-grid{grid-template-columns:1fr}}
/* ---- Hero founder name badge ---- */
.hero-name{position:absolute;left:-16px;bottom:26px;background:#fff;border-radius:var(--r-md);padding:12px 18px;display:flex;gap:11px;align-items:center;box-shadow:var(--e2)}
.hero-name .d{width:10px;height:10px;border-radius:3px;background:var(--lime);flex:none}
.hero-name .ct b{display:block;font-size:.98rem;color:var(--navy);line-height:1.15}
.hero-name .ct span{color:var(--muted);font-size:.78rem}
.hero-visual .hero-chip{top:22px;bottom:auto}

/* ---- CRO: hero secondary CTA + fine print ---- */
.hero-call{font-weight:700;color:var(--navy);font-size:.95rem;white-space:nowrap}
.hero-call:hover{text-decoration:underline}
.hero-fine{font-size:.9rem;color:var(--muted);margin:16px 0 18px;max-width:500px}
/* ---- CRO: mobile — text before photo, cap photo, stack form rows ---- */
@media(max-width:940px){ .hero-visual{order:2;margin-top:14px;margin-bottom:0} .hero-photo{max-width:340px} }
@media(max-width:600px){ .hero{padding-top:28px} .hero-photo{max-width:290px} .row2{grid-template-columns:1fr} form{padding:26px 22px} }

.form-call{display:block;text-align:center;margin-top:14px;font-weight:700;color:var(--navy)}
.form-call:hover{text-decoration:underline}

/* ---- CRO: hide redundant header CTA on phones (call-bar covers it, and it was overflowing) ---- */
@media(max-width:600px){.nav-right .btn-or{display:none}}

/* ---- CRO Tier-2: pricing leads with FREE, monthly is secondary ---- */
section.pricing .plan .free{font-size:1.05rem;padding:9px 18px;margin:2px 0 8px}
section.pricing .plan .pp{font-size:1.75rem;color:var(--navy)}
section.pricing .plan .pp .then{font-size:1rem;font-weight:600;color:var(--muted)}
section.pricing .plan .paylater{font-size:.82rem;color:var(--muted);margin:8px 0 0;line-height:1.45}

/* Own-it-outright band (secondary, de-ranked; no lime) */
.ownit{max-width:760px;margin:40px auto 0;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(26px,4vw,40px)}
.ownit-eyebrow{display:inline-block;font-weight:700;text-transform:uppercase;letter-spacing:1.4px;font-size:.68rem;color:var(--steel);background:var(--stone);padding:6px 13px;border-radius:999px;margin-bottom:14px}
.ownit h3{font-family:var(--disp);font-size:clamp(1.35rem,2.6vw,1.72rem);color:var(--navy);line-height:1.15;margin:0 0 14px;letter-spacing:-.01em}
.ownit p{color:var(--muted);font-size:1rem;line-height:1.65;margin:0 0 14px;max-width:64ch}
.ownit p b{color:var(--navy);font-weight:700}
.ownit-trade{font-size:.95rem}
.ownit-small{font-size:.84rem;color:var(--steel);line-height:1.6}
.ownit .btn-line{margin-top:6px}
.ownit-bounce{font-size:.9rem;color:var(--muted);margin:16px 0 0}
.ownit-bounce a{color:var(--navy);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.btn-line{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:.95rem;padding:13px 26px;border-radius:999px;background:transparent;color:var(--navy);border:1.5px solid var(--navy);transition:background .16s,color .16s}
.btn-line:hover{background:var(--navy);color:#fff}

/* Guard: never let a height attribute distort a trade photo */
.trade-photo-band img{height:auto}

/* =====================================================================
   MOBILE NAV — app-style bottom sheet (FINAL, post-judging)
   Replaces EVERY previous .mnav* rule in styles.css.
   Placement: this whole block goes where the old .mnav-panel rules lived
   (~line 845), AFTER the .btn/.btn-ghost/.btn-or rules. That placement
   also satisfies the [ORDER] rule below, which must sit AFTER
   @media(max-width:600px){.nav-right .btn-or{display:none}} (~line 822).
   ===================================================================== */

.mnav{display:none}
@media (max-width:940px){.mnav{display:block}}

/* ---------- trigger: capsule morphs Menu -> navy Close pill ---------- */
.mnav summary{list-style:none;cursor:pointer}
.mnav summary::-webkit-details-marker{display:none}
.mnav summary::marker{content:none}
.mnav-btn{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:12px 18px 12px 15px;
  font-family:var(--disp);font-weight:700;font-size:.95rem;line-height:1;
  user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;
  transition:background-color .28s ease,border-color .28s ease,color .28s ease}
.mnav-btn:focus-visible{outline:2px solid var(--navy);outline-offset:3px}
/* open: invert to navy and lift ABOVE the scrim (92 > 90) inside the
   escalated header — the trigger stays crisp and doubles as a Close */
.mnav[open] summary.mnav-btn{position:relative;z-index:92;background:var(--navy);border-color:var(--navy);color:var(--stone)}
.mnav[open] summary.mnav-btn:focus-visible{outline-color:var(--lime)}

.mnav-ic{position:relative;width:18px;height:14px;flex:none}
.mnav-ic i{position:absolute;left:0;width:18px;height:2px;border-radius:2px;background:currentColor;
  transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease}
.mnav-ic i:nth-child(1){top:0}
.mnav-ic i:nth-child(2){top:6px}
.mnav-ic i:nth-child(3){top:12px}
/* lime X bars = graphic shapes on navy (lime-rule compliant; label stays stone) */
.mnav[open] .mnav-ic i{background:var(--lime)}
.mnav[open] .mnav-ic i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.mnav[open] .mnav-ic i:nth-child(2){opacity:0;transform:scaleX(.3)}
.mnav[open] .mnav-ic i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.mnav-lbl{display:grid;overflow:hidden;line-height:1.15}
.mnav-lbl span{grid-area:1/1;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .18s ease}
.mnav-lbl-close{transform:translateY(120%);opacity:0}
.mnav[open] .mnav-lbl-menu{transform:translateY(-120%);opacity:0}
.mnav[open] .mnav-lbl-close{transform:none;opacity:1}

/* ---------- stacking: lift the header above the callbar (z85) while open */
header.mnav-hdr-open{z-index:95}          /* primary path, set by JS on toggle */
header:has(.mnav[open]){z-index:95}       /* no-JS fallback (Chrome 105+/Safari 15.4+) */

/* ---------- scrim ----------
   ALWAYS pointer-events:auto: a tap on the dim can never fall through and
   activate a page link underneath (with or without JS). The open summary
   sits above it (z92) via pure CSS, so no-JS users always have a Close. */
.mnav-scrim{position:fixed;inset:0;z-index:90;background:rgba(6,16,26,.52);
  -webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);
  display:none;pointer-events:auto}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .mnav-scrim{background:rgba(6,16,26,.62)}
}
.mnav[open] .mnav-scrim{display:block;animation:mnavFade .32s ease backwards}

/* ---------- sheet ---------- */
.mnav-panel{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:91;display:none;
  border:0;min-width:0;
  background:var(--ink);color:#fff;
  border-radius:var(--r-lg) var(--r-lg) 0 0;
  padding:8px 22px calc(20px + env(safe-area-inset-bottom,0px));
  max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);
  overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;
  box-shadow:0 -30px 70px -25px rgba(3,10,17,.65);
  will-change:transform}
.mnav[open] .mnav-panel{display:block;animation:mnavUp .46s cubic-bezier(.32,.72,0,1) backwards}

/* grab zone = handle + header row (the swipe-dismiss surface) */
.mnav-grab{touch-action:none;padding:10px 0 4px}
.mnav-handle{display:block;width:44px;height:5px;border-radius:999px;background:rgba(255,255,255,.28);margin:0 auto 12px}
.mnav-top{display:flex;align-items:center;justify-content:space-between;min-height:48px}
.mnav-kicker{font-weight:800;font-size:.72rem;letter-spacing:2.2px;text-transform:uppercase;color:rgba(255,255,255,.45)}
.mnav-close{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;
  border:0;background:var(--lime);color:var(--navy);cursor:pointer;
  -webkit-tap-highlight-color:transparent;transition:transform .16s}
.mnav-close svg{width:18px;height:18px}
.mnav-close:active{transform:scale(.92)}

/* ---------- primary links: numbered editorial rows ---------- */
.mnav-list{margin-top:4px}
.mnav-list .mk{display:flex;align-items:center;gap:16px;min-height:60px;padding:6px 2px;border-radius:0;
  font-family:var(--disp);font-weight:700;font-size:1.45rem;letter-spacing:-.02em;line-height:1.1;color:#fff;
  text-decoration:none;-webkit-tap-highlight-color:transparent;transition:opacity .16s}
.mnav-list .mk+.mk{border-top:1px solid rgba(255,255,255,.09)}
.mnav-list .mk:hover,.mnav-list .mk[aria-current=page]{background:transparent}
.mnav-list .mk:active{opacity:.65}
@media(hover:hover){.mnav-list .mk:hover{opacity:.8}}
.mnav-list .no{font-family:var(--disp);font-weight:500;font-size:.72rem;letter-spacing:.12em;
  color:rgba(255,255,255,.38);min-width:24px;font-variant-numeric:tabular-nums}
/* you-are-here: hanging navy-on-lime numeral pill (lime-rule compliant FILL —
   replaces the old lime-text numeral AND the check chip; one device only).
   padding-left 9px cancels margin-left -9px, so the digit column and the
   title column stay optically aligned with the other rows. */
.mnav-list .mk[aria-current=page] .no{background:var(--lime);color:var(--navy);font-weight:700;
  min-width:42px;padding:6px 9px;margin:0 -9px;border-radius:999px}

/* ---------- secondary pages: 2x2 capsule chips ---------- */
.mnav-more{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;padding:0;border:0}
.mnav-more a{display:flex;align-items:center;justify-content:center;min-height:50px;padding:10px 16px;border-radius:999px;
  border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05);
  font-weight:600;font-size:.95rem;color:#e7eaee;text-decoration:none;
  -webkit-tap-highlight-color:transparent;transition:transform .16s,background-color .16s}
@media(hover:hover){.mnav-more a:hover{background:rgba(255,255,255,.12);color:#fff}}
.mnav-more a:active{transform:scale(.97);background:rgba(255,255,255,.12)}
.mnav-more a[aria-current=page],.mnav-more a[aria-current=page]:hover{background:#fff;border-color:#fff;color:var(--navy);font-weight:700}

/* ---------- thumb-arc actions ---------- */
.mnav-actions{display:grid;gap:10px;margin-top:20px}
.mnav-call{display:flex;align-items:center;gap:14px;min-height:64px;padding:8px 20px 8px 8px;border-radius:999px;
  border:1.5px solid rgba(255,255,255,.24);color:#fff;text-decoration:none;
  -webkit-tap-highlight-color:transparent;transition:transform .16s,border-color .16s}
.mnav-call:active{transform:scale(.985)}
@media(hover:hover){.mnav-call:hover{border-color:rgba(255,255,255,.4)}}
.mnav-call-badge{display:flex;align-items:center;justify-content:center;flex:none;width:48px;height:48px;border-radius:50%;
  background:var(--lime);color:var(--navy)}
.mnav-call-badge svg{width:20px;height:20px}
.mnav-call-txt{display:block;min-width:0}
.mnav-call-kicker{display:block;font-family:var(--disp);font-weight:600;font-size:.66rem;line-height:1;
  letter-spacing:.14em;text-transform:uppercase;color:rgba(243,241,237,.55);margin-bottom:5px}
.mnav-call-num{display:block;font-family:var(--disp);font-weight:700;font-size:1.28rem;line-height:1;
  letter-spacing:.01em;color:var(--stone);font-variant-numeric:tabular-nums}

/* [ORDER] must sit AFTER @media(max-width:600px){.nav-right .btn-or{display:none}}
   (~line 822) — equal specificity, later-wins, or the lime CTA vanishes on phones */
.nav-right .mnav-cta{display:flex}
.mnav-cta{width:100%;justify-content:space-between;min-height:58px;padding:8px 8px 8px 24px;font-size:1.02rem}
.mnav-cta svg{width:15px;height:15px;padding:11px}

/* ---------- promise sign-off ---------- */
.mnav-promise{margin-top:16px;text-align:center;font-size:.74rem;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.5)}

/* ---------- staggered entrance ----------
   fill-mode MUST stay 'backwards': 'both' would pin the finished keyframe
   over the swipe drag's inline transform and silently kill 1:1 tracking */
.mnav[open] .mnav-item{animation:mnavItem .55s cubic-bezier(.22,1,.36,1) backwards;animation-delay:calc(.09s + var(--d,0)*.04s)}

/* ---------- animated close (JS adds .mnav-closing, drops [open] ~290ms later) */
.mnav.mnav-closing .mnav-panel{animation:mnavDown .3s cubic-bezier(.45,0,.65,1) forwards}
.mnav.mnav-closing .mnav-scrim{animation:mnavFadeOut .28s ease forwards}
.mnav.mnav-closing .mnav-item{animation:none}

@keyframes mnavUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
@keyframes mnavDown{from{transform:translateY(0)}to{transform:translateY(103%)}}
@keyframes mnavFade{from{opacity:0}to{opacity:1}}
@keyframes mnavFadeOut{from{opacity:1}to{opacity:0}}
@keyframes mnavItem{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}

/* ---------- scroll lock: BODY ONLY ----------
   NEVER overflow:hidden on <html>: combined with this site's
   body{overflow-x:hidden} it turns <body> into its own scroll box and
   un-sticks the sticky header (verified in-browser). body-only propagates
   to the viewport with no scroll-position jump. Scoped to <=940px so a
   stray [open] can never lock the desktop layout. */
@media (max-width:940px){
  html.mnav-lock body{overflow:hidden}
  html:has(.mnav[open]) body{overflow:hidden} /* no-JS/CSS-only mirror */

  /* callbar politely leaves while the sheet is open (belt: also under z95) */
  .callbar{transition:opacity .28s ease,transform .28s ease}
  html.mnav-lock .callbar,
  html:has(.mnav[open]) .callbar{opacity:0;transform:translateY(14px);pointer-events:none}
}

/* ---------- focus rings readable on the navy sheet (site navy ring is invisible here) */
.mnav-panel a:focus-visible,.mnav-panel button:focus-visible{outline:3px solid var(--lime);outline-offset:2px}

/* ---------- tablet 601-940px: centred floating bottom card ---------- */
@media (min-width:601px) and (max-width:940px){
  .mnav-panel{max-width:560px;margin:0 auto;bottom:18px;border-radius:var(--r-lg)}
}

/* ---------- short viewports: compact pass keeps the dock in reach
   (every target stays >=48px) ---------- */
@media (max-width:940px) and (max-height:740px){
  .mnav-list .mk{min-height:52px;padding:4px 2px;font-size:1.28rem}
  .mnav-more{margin-top:14px}
  .mnav-more a{min-height:48px}
  .mnav-actions{margin-top:14px}
  .mnav-call{min-height:56px}
  .mnav-cta{min-height:52px}
  .mnav-promise{margin-top:12px}
}

/* ---------- reduced motion: everything is an instant state change ---------- */
@media (prefers-reduced-motion:reduce){
  .mnav[open] .mnav-panel,.mnav[open] .mnav-scrim,.mnav[open] .mnav-item,
  .mnav.mnav-closing .mnav-panel,.mnav.mnav-closing .mnav-scrim{animation:none}
  .mnav-btn,.mnav-ic i,.mnav-lbl span,.mnav-close,
  .mnav-list .mk,.mnav-more a,.mnav-call,.mnav-cta,.callbar{transition:none}
}

/* Real-build showcase (Our Work) */
.builds{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}
.build{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:#fff;box-shadow:var(--e1);transition:transform .2s,box-shadow .2s}
.build:hover{transform:translateY(-4px);box-shadow:var(--e2)}
.build .shot{background:var(--mist);border-bottom:1px solid var(--line);line-height:0}
.build .shot img{width:100%;height:auto;display:block}
.build .body{padding:26px 28px 30px}
.build .tagline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.build .tag{display:inline-block;background:var(--mist);color:var(--orange-d);font-weight:700;font-size:.72rem;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:20px}
.build .real{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:.72rem;letter-spacing:.5px;text-transform:uppercase;color:var(--navy)}
.build .real::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 3px rgba(198,255,0,.25)}
.build h3{font-size:1.5rem;margin-bottom:8px}
.build p{color:var(--muted);font-size:.97rem;margin-bottom:18px;line-height:1.55}
.build .feat{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:16px}
.build .feat span{font-size:.8rem;font-weight:600;color:var(--navy);background:var(--stone);padding:6px 12px;border-radius:999px}
.subhead{margin:66px 0 0;text-align:center}
.subhead h2{font-size:1.55rem}
.subhead p{color:var(--muted);max-width:620px;margin:10px auto 0}
@media(max-width:940px){.builds{grid-template-columns:1fr}}


/* ============ ELITE HOMEPAGE MOTION (panel-specced, body.home-scoped) ============ */

/* ============================================================
   THE SITE GIRLS — elite homepage motion (v2)
   ALL rules gated on body.home (added to index.html ONLY).
   styles.css is shared across 39 pages; .pill/.sys/.steps/.versus/
   .vcard/.roi all appear on services.html, plumbers.html, about.html,
   so nothing here may run unscoped.
   ============================================================ */

/* -- 1. REFINED STAGGER CASCADE (REPLACES styles.css ~1062-1065) --
   Uses animation + fill-mode:backwards, NOT transition-delay, so the
   existing .pill / .stp / .statc hover-lift transitions stay instant.
   fill:backwards holds the from-state only during each item's own delay;
   the settled value falls back to the base `.js .reveal.in{transform:none}`
   so hover transforms are never blocked. */
@keyframes tsgRise{from{opacity:0;transform:translateY(26px) scale(.99)}to{opacity:1;transform:none}}
.js body.home .pillars>.reveal.in,
.js body.home .stat-grid>.reveal.in,
.js body.home .steps-row>.stp.reveal.in,
.js body.home .prob-cards>.reveal.in,
.js body.home .versus>.reveal.in,
.js body.home .price-grid>.reveal.in,
.js body.home .g-grid>.reveal.in,
.js body.home .team-grid>.reveal.in{animation:tsgRise .62s cubic-bezier(.2,.7,.2,1) var(--stg,0s) backwards}
.js body.home .pillars>.reveal:nth-child(2),.js body.home .stat-grid>.reveal:nth-child(2),.js body.home .steps-row>.stp.reveal:nth-child(2),.js body.home .prob-cards>.reveal:nth-child(2),.js body.home .price-grid>.reveal:nth-child(2),.js body.home .g-grid>.reveal:nth-child(2),.js body.home .team-grid>.reveal:nth-child(2){--stg:.09s}
.js body.home .pillars>.reveal:nth-child(3),.js body.home .stat-grid>.reveal:nth-child(3),.js body.home .steps-row>.stp.reveal:nth-child(3),.js body.home .prob-cards>.reveal:nth-child(3),.js body.home .price-grid>.reveal:nth-child(3),.js body.home .g-grid>.reveal:nth-child(3),.js body.home .team-grid>.reveal:nth-child(3){--stg:.18s}
.js body.home .pillars>.reveal:nth-child(4),.js body.home .stat-grid>.reveal:nth-child(4),.js body.home .team-grid>.reveal:nth-child(4){--stg:.27s}

/* -- 2. COUNT-UP: lock digit width so the tally can't reflow (CLS=0).
   The count-up JS already exists (index.html ~599-618) and runs once;
   this is the only missing piece the judges flagged. -- */
body.home .statband .statc .fig{font-variant-numeric:tabular-nums;font-feature-settings:'tnum' 1}

/* -- 3. SHARED SVG DRAW-ON ENGINE (pillars + rent/own diagram).
   Keyed on .draw / .fill classes that exist ONLY in the new homepage
   SVGs, so it is inert on other pages even before the body.home gate.
   pathLength=1 => every stroke draws in the same time regardless of
   geometry. Runs once off the EXISTING .reveal->.in observer (no new JS). */
.js body.home .sys .pill .ic svg .draw{stroke-dasharray:1;stroke-dashoffset:1}
.js body.home .sys .pill.in .ic svg .draw{animation:sgDraw .8s cubic-bezier(.4,0,.2,1) both;animation-delay:var(--d,0s)}
.js body.home .sys .pill .ic svg .fill{opacity:0;transform-box:fill-box;transform-origin:center;transform:scale(.5)}
.js body.home .sys .pill.in .ic svg .fill{animation:sgPop .5s cubic-bezier(.2,.9,.3,1.4) both;animation-delay:.5s}
.js body.home .sys .pill.hot.in .ic svg .fill{animation-delay:.85s} /* beat 2: bubble after the phone draws */
@keyframes sgDraw{to{stroke-dashoffset:0}}
@keyframes sgPop{to{opacity:1;transform:none}}
/* accent colour comes from CSS, NEVER an inline fill attr, so it inverts
   correctly on the lime .hot tile (lime rule intact). */
body.home .sys .pill .ic svg .fill{fill:var(--lime);stroke:none}
body.home .sys .pill.hot .ic svg .fill{fill:var(--navy)}

/* ============================================================
   REDUCED-MOTION UMBRELLA — kills EVERY new animation by name,
   snapping to the final visible state. (tsgMark already covered at
   styles.css ~1070.) Add this as a NEW block near the existing one. */
@media(prefers-reduced-motion:reduce){
  .js body.home .pillars>.reveal.in,.js body.home .stat-grid>.reveal.in,.js body.home .steps-row>.stp.reveal.in,.js body.home .prob-cards>.reveal.in,.js body.home .versus>.reveal.in,.js body.home .price-grid>.reveal.in,.js body.home .g-grid>.reveal.in,.js body.home .team-grid>.reveal.in{animation:none}
  .js body.home .hero-chip,.js body.home .hero-name{opacity:1;transform:none}
  body.home .hero-chip.settled .dot::after{animation:none;display:none}
  .js body.home .sys .pill .ic svg .draw{stroke-dashoffset:0;animation:none}
  .js body.home .sys .pill .ic svg .fill{opacity:1;transform:none;animation:none}
  .js body.home .versus-dg.in .draw{stroke-dashoffset:0;animation:none}
  body.home .steps-line .track{stroke-dashoffset:0;transition:none}
  .js body.home .versus .vcard.own.in li{animation:none;opacity:1;transform:none}
  .js body.home .versus .vcard.own li svg path{stroke-dashoffset:0;animation:none}
  .js body.home .payback.in .pb-fill{transition:none;transform:scaleX(1)}
  body.home .trades .trade{transition:none}
}

/* Hero signature: lime marker sweep on 'chasing' (kept) */
.js .hero h1 .or{background:none;background-image:linear-gradient(var(--lime),var(--lime));background-repeat:no-repeat;background-position:0 0;background-size:0% 100%;animation:tsgMark .72s .35s cubic-bezier(.7,0,.28,1) forwards}
@keyframes tsgMark{to{background-size:100% 100%}}
@media(prefers-reduced-motion:reduce){.js .hero h1 .or{background:var(--lime);background-image:none;animation:none}}

/* Rent-vs-own lead-fork diagram */
body.home .versus-dg{max-width:640px;margin:34px auto -6px;overflow:visible}
body.home .versus-dg svg{width:100%;height:auto;display:block}
.js body.home .versus-dg .draw{stroke-dasharray:1;stroke-dashoffset:1;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}
.js body.home .versus-dg.in .draw{animation:sgDraw 1s cubic-bezier(.2,.7,.2,1) both;animation-delay:var(--d,0s)}
body.home .versus-dg .rent-ln{stroke:#ff7a7a;opacity:.6}
body.home .versus-dg .own-ln{stroke:var(--lime);stroke-width:2.6}
body.home .versus-dg .node{fill:var(--navy)}
body.home .versus-dg .rent-dot{fill:#ff7a7a;opacity:.35}
body.home .versus-dg .own-tgt{fill:var(--lime)}
@media(max-width:640px){body.home .versus-dg{display:none}}
/* reduced-motion + JS-off => full static diagram (dasharray only set under .js; umbrella zeroes dashoffset) */

/* Versus 'owning wins' tick cascade */
/* (A) diagram CSS ships in that illustration's animationCss. */
/* (B) OWN-card tick cascade — .js prefix on the base dasharray so JS-off shows full ticks */
.js body.home .versus .vcard.own li svg path{stroke-dasharray:26;stroke-dashoffset:26}
.js body.home .versus .vcard.own.in li{animation:tsgLi .5s cubic-bezier(.2,.7,.2,1) backwards}
.js body.home .versus .vcard.own.in li:nth-child(1){animation-delay:.06s}
.js body.home .versus .vcard.own.in li:nth-child(2){animation-delay:.14s}
.js body.home .versus .vcard.own.in li:nth-child(3){animation-delay:.22s}
.js body.home .versus .vcard.own.in li:nth-child(4){animation-delay:.30s}
.js body.home .versus .vcard.own.in li:nth-child(5){animation-delay:.38s}
@keyframes tsgLi{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:none}}
.js body.home .versus .vcard.own.in li svg path{animation:tsgTick .45s ease forwards}
.js body.home .versus .vcard.own.in li:nth-child(1) svg path{animation-delay:.18s}
.js body.home .versus .vcard.own.in li:nth-child(2) svg path{animation-delay:.26s}
.js body.home .versus .vcard.own.in li:nth-child(3) svg path{animation-delay:.34s}
.js body.home .versus .vcard.own.in li:nth-child(4) svg path{animation-delay:.42s}
.js body.home .versus .vcard.own.in li:nth-child(5) svg path{animation-delay:.50s}
@keyframes tsgTick{to{stroke-dashoffset:0}}

/* Steps connector line */
body.home .steps-row{position:relative}
body.home .steps-row .stp{position:relative;z-index:1}
body.home .steps-line{position:absolute;left:0;right:0;top:58px;height:2px;z-index:0;overflow:visible;pointer-events:none}
body.home .steps-line .track{stroke:var(--navy);stroke-opacity:.16;stroke-width:2;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}
.js body.home .steps-row.drawn .steps-line .track{transition:stroke-dashoffset .95s cubic-bezier(.2,.7,.2,1);stroke-dashoffset:0}
html:not(.js) body.home .steps-line .track{stroke-dashoffset:0}
@media(max-width:940px){body.home .steps-line{display:none}} /* steps stack on mobile — no line, no work */

/* One-job payback meter */
body.home .payback{max-width:560px;margin:22px auto 0}
body.home .pb-labels{display:flex;justify-content:space-between;font:700 .8rem/1.2 var(--body);color:var(--navy);margin-bottom:8px}
body.home .pb-track{position:relative;height:16px;border-radius:999px;background:var(--stone);border:1px solid var(--line);overflow:hidden}
body.home .pb-fill{position:absolute;inset:0;transform:scaleX(0);transform-origin:left;background:var(--lime);border-radius:999px}
body.home .pb-mark{position:absolute;top:-3px;bottom:-3px;left:23%;width:2px;background:var(--navy);opacity:.5;z-index:1}
.js body.home .payback.in .pb-fill{transform:scaleX(1);transition:transform 1.15s .1s cubic-bezier(.2,.7,.2,1)}
html:not(.js) body.home .pb-fill{transform:scaleX(1)}

/* Hero proof-chip settle + ping */
.js body.home .hero-chip,.js body.home .hero-name{opacity:0;transform:translateY(8px) scale(.97)}
body.home .hero-chip.settled,body.home .hero-name.settled{opacity:1;transform:none;transition:opacity .5s ease,transform .6s cubic-bezier(.2,.7,.2,1)}
body.home .hero-chip .dot{position:relative}
body.home .hero-chip.settled .dot::after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 0 rgba(62,192,106,.5);animation:sgPing 2.2s cubic-bezier(.2,.7,.2,1) .3s 1 both;pointer-events:none}
@keyframes sgPing{to{box-shadow:0 0 0 14px rgba(62,192,106,0)}}

/* Trades gallery desktop lift */
@media(hover:hover) and (min-width:941px){
  body.home .trades .trade{transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease}
  body.home .trades .trade:hover{transform:translateY(-5px);box-shadow:var(--e2)}
  body.home .trades .trade::after{content:"";position:absolute;left:14px;top:14px;width:18px;height:18px;border-top:2.5px solid var(--lime);border-left:2.5px solid var(--lime);border-radius:4px 0 0 0;opacity:0;transform:translate(4px,4px);transition:opacity .3s,transform .3s cubic-bezier(.2,.7,.2,1);z-index:3;pointer-events:none}
  body.home .trades .trade:hover::after{opacity:1;transform:none}
}

/* Featured hero build (Our Work) */
.build-hero{display:grid;grid-template-columns:1.14fr .86fr;gap:8px 40px;align-items:center;margin-top:40px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--e1);overflow:hidden}
.build-hero .bh-shot{line-height:0;background:var(--mist);align-self:stretch;display:flex;align-items:center}
.build-hero .bh-shot img{width:100%;height:auto;display:block}
.build-hero .bh-body{padding:34px 40px 34px 4px}
.build-hero .tagline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.build-hero .tag{display:inline-block;background:var(--mist);color:var(--orange-d);font-weight:700;font-size:.72rem;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:20px}
.build-hero .real{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:.72rem;letter-spacing:.5px;text-transform:uppercase;color:var(--navy)}
.build-hero .real::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 3px rgba(198,255,0,.25)}
.build-hero h3{font-family:var(--disp);font-size:clamp(1.7rem,2.6vw,2.1rem);line-height:1.1;margin-bottom:12px;letter-spacing:-.01em}
.build-hero p{color:var(--muted);font-size:1.03rem;line-height:1.6;margin-bottom:20px}
.build-hero .feat{display:flex;gap:8px;flex-wrap:wrap}
.build-hero .feat span{font-size:.82rem;font-weight:600;color:var(--navy);background:var(--stone);padding:7px 13px;border-radius:999px}
.builds.solo{grid-template-columns:1fr;max-width:720px;margin:26px auto 0}
@media(max-width:860px){.build-hero{grid-template-columns:1fr}.build-hero .bh-body{padding:26px 28px 32px}}
