:root{
  --blue:#2a3a9c; --blue-d:#1e2a75; --blue-l:#f0f1fb;
  --yellow:#ffd400; --yellow-d:#e8c000;
  --ink:#191713; --ink-2:#4d4740; --ink-3:#847c72;
  --paper:#ffffff; --tint:#faf6ee; --line:#e9e2d6;
  --r:16px; --max:1320px;
}
*{box-sizing:border-box}
html{color-scheme:light}
body{margin:0;background:var(--paper);color:var(--ink);
 font:18px/1.72 Figtree,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}
.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
h1,h2,h3,.abig,.svc b,.why6 b,.why4 b,.bignum strong,.post b{font-family:Archivo,Figtree,system-ui,sans-serif}
h1,h2{font-weight:800;letter-spacing:-.03em;line-height:1.06;margin:0 0 .45em}
h1{font-size:clamp(2.1rem,4.6vw,3.25rem)}
h2{font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.12;letter-spacing:-.03em;
 margin:0 0 .5em;max-width:24ch}
h3{font-size:1.32rem;font-weight:800;letter-spacing:-.015em;margin:0 0 .45em;line-height:1.2}
p{margin:0 0 1em;color:var(--ink-2)}
.lede{font-size:clamp(1.14rem,2.1vw,1.42rem);max-width:48ch;line-height:1.55}
a{color:inherit}
.btn{display:inline-block;background:var(--blue);color:#fff;text-decoration:none;
 padding:17px 34px;border-radius:999px;font-weight:800;font-size:1.05rem;border:0;cursor:pointer;
 box-shadow:0 6px 20px rgba(42,58,156,.28)}
.btn:hover{background:var(--blue-d)}
.btn.yellow{background:var(--yellow);color:var(--ink);box-shadow:0 6px 20px rgba(255,212,0,.4)}
.btn.yellow:hover{background:var(--yellow-d)}
.btn.ghost{background:#fff;color:var(--blue);border:2px solid var(--line);box-shadow:none}
.sub{font-size:.95rem;color:var(--ink-3);margin-top:12px}

header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:200}
header .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;
 padding-top:12px;padding-bottom:12px}
header img.logo{height:40px;width:auto;display:block}
nav{display:flex;gap:26px;align-items:center}
nav a{text-decoration:none;color:var(--ink-2);font-weight:600;font-size:.97rem}
nav a:hover{color:var(--blue)}
nav .call{color:var(--blue);font-weight:800}
@media(max-width:880px){nav .hide-sm{display:none}}

.stars{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;
 background:rgba(255,255,255,.12);padding:8px 16px;border-radius:999px;color:#fff;
 font-size:.95rem;backdrop-filter:blur(6px)}
.stars b{color:var(--yellow)}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}

.proof{padding:clamp(56px,8vw,96px) 0}
.proof h2{text-align:center;margin-bottom:clamp(34px,5vw,54px)}
.proofGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));
 gap:clamp(18px,2.6vw,30px)}
.proofGrid article .badge{background:var(--tint);border-radius:16px;height:170px;
 display:grid;place-items:center;padding:22px;margin-bottom:20px}
.proofGrid article .badge img{max-height:120px;width:auto}
.proofGrid article .badge .txt{font-weight:800;color:var(--blue);text-align:center;line-height:1.15}
.proofGrid article .badge .txt b{display:block;font-size:2.5rem;letter-spacing:-.03em}
.proofGrid article .badge .txt span{font-size:1rem;color:var(--ink-2)}
.proofGrid h3{font-size:clamp(1.3rem,2.2vw,1.65rem);font-weight:800;letter-spacing:-.02em;
 margin-bottom:10px;line-height:1.15}
.proofGrid p{font-size:1.02rem;margin:0}
.proofGrid .tagline{display:block;margin-top:12px;font-weight:800;color:var(--blue);font-size:.95rem}

section{padding:clamp(64px,10vw,130px) 0}
.tint{background:var(--tint)}
.reasons{display:grid;gap:clamp(22px,3vw,38px)}
.reason{display:grid;grid-template-columns:auto 1fr;gap:clamp(18px,3vw,32px);
 padding-bottom:clamp(22px,3vw,38px);border-bottom:1px solid var(--line)}
.reason:last-child{border-bottom:0;padding-bottom:0}
.num{width:52px;height:52px;border-radius:50%;background:var(--yellow);color:var(--ink);
 font-weight:800;font-size:1.3rem;display:grid;place-items:center}
.versus{background:#fff;border:1px solid var(--line);border-left:5px solid var(--yellow);
 padding:15px 18px;border-radius:0 12px 12px 0;margin:0 0 1em;font-size:1rem}
.versus b{color:var(--ink)}

.team{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px;margin-top:32px}
.buddy{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 18px rgba(17,22,41,.10)}
.buddy img{width:100%;aspect-ratio:1;object-fit:cover;display:block}
.buddy .mono{aspect-ratio:1.6;display:grid;place-items:center;font-size:4.4rem;font-weight:800;
 color:#fff;letter-spacing:-.04em;background:linear-gradient(140deg,var(--blue),#1d2a6e)}
.buddy:nth-child(2) .mono{background:linear-gradient(140deg,#2f3f9c,#16205a)}
.buddy:nth-child(3) .mono{background:linear-gradient(140deg,#243a8f,#0f1746)}
.buddy .body{padding:20px}
.buddy p{font-size:1.01rem;margin:0}

.vids{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-top:30px}
.vid-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.slot{background:var(--blue-l);display:grid;place-items:center;text-align:center;
 color:var(--ink-3);padding:24px;font-size:.85rem}
.slot.vid{aspect-ratio:9/16}
.vid-card .cap{padding:14px 16px;font-size:.93rem}
.vid-card .cap b{display:block;font-weight:800}
.vid-card .cap span{color:var(--ink-3);font-size:.84rem}

.quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:28px}
.quote{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:26px}
.quote .who{font-size:.9rem;color:var(--ink-3);margin:0;font-weight:600}

.faq{margin-top:30px;border-top:2px solid var(--line)}
details{border-bottom:1px solid var(--line);padding:20px 0}
summary{cursor:pointer;font-weight:800;font-size:1.14rem;list-style:none;
 display:flex;justify-content:space-between;gap:18px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:var(--blue);font-size:1.5rem;line-height:1;font-weight:800}
details[open] summary::after{content:"\2013"}
details p{margin:14px 0 0}

.close{background:var(--blue);color:#fff;text-align:center}
.close h2{color:#fff}
.close .lede{color:#cdd5f2;margin-left:auto;margin-right:auto}
.close .sub{color:#9fabdd}
footer{background:var(--ink);color:#9aa2b8;padding:34px 0;font-size:.92rem}
.note{max-width:var(--max);margin:0 auto;padding:16px 20px;font-size:.82rem;color:var(--ink-3)}

.bullets{list-style:none;padding:0;margin:20px 0 0}
.bullets li{display:flex;gap:11px;align-items:flex-start;margin-bottom:11px;color:#dfe4f5}
.bullets .tick{color:var(--yellow);font-weight:800;flex:0 0 auto}
.punch{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:800;letter-spacing:-.02em;
 color:#fff;margin:22px 0 0}
.svc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,3vw,40px);margin-top:clamp(36px,5vw,56px)}
.svc article{display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;
 box-shadow:0 4px 18px rgba(17,22,41,.10);display:flex;flex-direction:column}
.svc img{width:100%;height:280px;object-fit:cover;display:block}
.svc .bd{padding:28px 28px 32px}
.svc b{display:block;font-weight:800;font-size:1.45rem;letter-spacing:-.02em;margin-bottom:8px;color:var(--ink)}
.svc p{margin:0;font-size:1.09rem;color:var(--ink-2);line-height:1.6}
.four{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:clamp(16px,2.4vw,28px);margin-top:34px}
.four div{background:#fff;border-radius:18px;padding:30px 22px;text-align:center;box-shadow:0 4px 18px rgba(17,22,41,.10)}
.four .ic{font-size:2.1rem;line-height:1;display:block;margin-bottom:12px}
.four b{display:block;font-weight:800;color:var(--blue);font-size:1.12rem;margin-bottom:6px}
.four span{font-size:.98rem;color:var(--ink-2)}
.inclCard{background:#fff;border-radius:22px;padding:clamp(24px,4vw,40px);margin-top:28px;
 box-shadow:0 8px 30px rgba(17,22,41,.10)}
.incl{list-style:none;padding:0;margin:0;display:grid;
 grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:0 48px}
.incl li{display:flex;gap:16px;align-items:center;padding:19px 0;
 font-size:clamp(1.08rem,1.5vw,1.28rem);font-weight:700;letter-spacing:-.012em;
 color:var(--ink);border-bottom:1px solid var(--line)}
.incl .tick{background:var(--yellow);color:var(--ink);width:34px;height:34px;border-radius:50%;
 display:grid;place-items:center;font-weight:800;flex:0 0 auto;font-size:1.02rem}

/* full bleed blue moment, the emotional peak of the page */
.shout{background:var(--blue);color:#fff;text-align:center;
 padding:clamp(72px,11vw,150px) 0;position:relative;overflow:hidden}
.shout::after{content:"";position:absolute;left:50%;top:-40%;width:130%;height:180%;
 transform:translateX(-50%);background:radial-gradient(closest-side,rgba(255,212,0,.16),transparent 70%)}
.shout .wrap{position:relative;max-width:900px}
.shout h2{color:#fff;font-size:clamp(2rem,5.4vw,3.5rem);margin-bottom:.35em}
.shout h2 em{font-style:normal;color:var(--yellow)}
.shout p{color:#cfd7f5;font-size:clamp(1.06rem,2vw,1.26rem);max-width:60ch;margin:0 auto}
.shout .vs2{display:grid;grid-template-columns:1fr auto 1fr;gap:clamp(14px,3vw,34px);
 align-items:center;margin-top:38px;text-align:left}
@media(max-width:700px){.shout .vs2{grid-template-columns:1fr;text-align:center}}
.shout .vs2 div{background:rgba(255,255,255,.08);border-radius:18px;padding:22px 24px}
.shout .vs2 .them{background:rgba(0,0,0,.22)}
.shout .vs2 b{display:block;font-size:1.6rem;font-weight:800;margin-bottom:4px}
.shout .vs2 .them b{color:#ffb4b4}
.shout .vs2 .ours b{color:var(--yellow)}
.shout .vs2 span{color:#cfd7f5;font-size:.98rem}
.shout .vs2 .mid{font-weight:800;color:#8e9ad6;font-size:1.1rem}

/* yellow highlight strip */
.bigcta{background:var(--yellow);color:var(--ink);text-align:center;
 padding:clamp(64px,10vw,124px) 0}
.bigcta h2{font-size:clamp(2.2rem,5.6vw,3.9rem);margin-bottom:.3em;letter-spacing:-.03em}
.bigcta p{font-size:clamp(1.1rem,2.2vw,1.42rem);max-width:46ch;margin:0 auto 10px;color:#2a2410}
.bigcta .terms{font-weight:800;font-style:italic;font-size:clamp(1rem,1.9vw,1.2rem);
 margin:20px auto 30px;color:var(--ink)}
.bigcta .btn{background:var(--blue);color:#fff;font-size:1.14rem;padding:20px 46px;
 box-shadow:0 8px 26px rgba(42,58,156,.3)}

/* service areas, big and confident */

.flow{counter-reset:stepn;margin-top:clamp(30px,4vw,48px);display:grid;gap:0}
.flow .st{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(18px,3vw,34px);
 padding:clamp(22px,3vw,34px) 0;border-bottom:1px solid var(--line);align-items:start}
.flow .st:last-child{border-bottom:0}
.flow .n{counter-increment:stepn;width:54px;height:54px;border-radius:50%;background:var(--blue);
 color:#fff;display:grid;place-items:center;font-weight:800;font-size:1.2rem;flex:0 0 auto}
.flow .st:nth-child(even) .n{background:var(--yellow);color:var(--ink)}
.flow .n::before{content:counter(stepn)}
.flow h3{font-size:clamp(1.2rem,2.3vw,1.55rem);font-weight:800;margin:6px 0 8px;letter-spacing:-.02em}
.flow p{margin:0;font-size:1.05rem}
.flow .when{display:inline-block;font-size:.82rem;font-weight:800;color:var(--blue);
 background:var(--blue-l);border-radius:999px;padding:5px 13px;margin-bottom:4px;letter-spacing:.02em}

/* proof as paperwork, not a trophy shelf */
@media(max-width:860px){.receipts .wrap{grid-template-columns:1fr}}


/* centred, simple, one thing to do */
.start{background:var(--yellow);padding:clamp(72px,11vw,150px) 0;text-align:center}
.start .wrap{max-width:660px}
.start h2{font-size:clamp(2.1rem,5.2vw,3.5rem);margin-bottom:.3em;color:var(--ink);
 letter-spacing:-.03em}
.start p{color:#3a3315;font-size:clamp(1.08rem,2vw,1.3rem);margin:0 auto 30px;max-width:48ch}
.start p b{color:var(--ink)}
.start .btn.big{font-size:clamp(1.05rem,2vw,1.22rem);padding:20px 44px;border-radius:999px;
 box-shadow:0 12px 30px rgba(43,57,144,.28)}
.start .fine{margin:20px 0 0;color:#453c18;font-size:1rem}
.start .fine a{color:var(--ink);font-weight:700}
.start .box label{font-weight:800;font-size:.95rem;margin:0 0 8px;display:block;color:var(--ink)}
.start .box input{width:100%;padding:15px 16px;border:2px solid var(--line);border-radius:12px;
 font:inherit;font-size:1.02rem;margin-bottom:14px}
.start .box input:focus{outline:0;border-color:var(--blue)}
.start .box .btn{width:100%;text-align:center;background:var(--blue);color:#fff;
 display:block;text-decoration:none;font-size:1.06rem}
.start .box .fine{font-size:.87rem;color:var(--ink-3);margin:12px 0 0;text-align:center}
.areaCard{background:#fff;border-radius:22px;padding:clamp(26px,4vw,46px);
 box-shadow:0 8px 30px rgba(17,22,41,.10);display:grid;
 grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:clamp(24px,4vw,54px);align-items:start}
@media(max-width:800px){.areaCard{grid-template-columns:1fr}}
.areaCard .big{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;letter-spacing:-.025em;
 line-height:1.2;margin:0 0 14px;color:var(--ink)}
.areaCard .yes{display:inline-flex;align-items:center;gap:10px;background:var(--blue-l);
 color:var(--blue);font-weight:800;border-radius:999px;padding:11px 20px;font-size:1rem;
 margin-bottom:16px}
.areaCard p{margin:0 0 12px;font-size:1.05rem}
.areaCard .hoodList{font-size:1.04rem;color:var(--ink-2);line-height:1.9;margin:0}
.areaCard .hoodList b{color:var(--ink);font-weight:700}
.strip{background:var(--yellow);color:var(--ink);padding:clamp(26px,4vw,40px) 0}
.strip .wrap{display:flex;gap:clamp(16px,4vw,50px);flex-wrap:wrap;justify-content:center;
 align-items:center;text-align:center}
.strip b{display:block;font-size:clamp(1.5rem,3.4vw,2.2rem);font-weight:800;line-height:1.1}
.strip span{font-size:.95rem;font-weight:600;opacity:.75}

/* full width photo band */
.photoband{height:clamp(220px,32vw,380px);background-size:cover;background-position:center 35%;
 position:relative;display:grid;place-items:center}
.photoband::before{content:"";position:absolute;inset:0;background:rgba(17,22,41,.55)}
.photoband p{position:relative;color:#fff;font-size:clamp(1.3rem,3.4vw,2.2rem);font-weight:800;
 text-align:center;max-width:24ch;margin:0;letter-spacing:-.02em;padding:0 20px}
.vs{width:100%;border-collapse:collapse;margin-top:28px;font-size:.97rem;background:#fff;
 border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.vs th,.vs td{padding:15px 16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
.vs thead th{background:var(--blue);color:#fff;font-weight:800}
.vs thead th:first-child{background:var(--blue-d)}
.vs td:first-child{font-weight:700;width:150px}
.vs tr:last-child td{border-bottom:0}
.vs .y{color:var(--ok);font-weight:800}
.vs .n{color:#b4292b;font-weight:800}
@media(max-width:680px){.vs td:first-child{width:96px}.vs th,.vs td{padding:11px 10px;font-size:.9rem}}
.hood{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.hood span{background:#fff;border-radius:999px;padding:10px 18px;font-size:1rem;
 color:var(--ink);font-weight:600;box-shadow:0 2px 10px rgba(17,22,41,.08)}
.nearby{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.nearby a{background:#fff;border-radius:999px;padding:12px 24px;font-size:1.05rem;
 text-decoration:none;color:var(--blue);font-weight:800;box-shadow:0 3px 14px rgba(17,22,41,.09)}

/* real vector logo — no baked-in white box */
svg.bmL{height:44px;width:auto;display:block}
.ft svg.bmL{height:30px}
.ft svg.bmL .st1{fill:#fff}
@media(max-width:560px){svg.bmL{height:34px}}

/* ---- the honest numbers: our own books, including the bad one ---- */
.books{background:#fff;padding:clamp(72px,11vw,150px) 0;overflow:hidden}
.books .kicker{font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
 color:var(--ink-3);margin:0 0 10px}
.books h2{font-size:clamp(1.9rem,4.4vw,3.1rem);letter-spacing:-.03em;margin:0 0 .4em;max-width:18ch}
.books h2 em{font-style:normal;color:var(--blue)}
.books .lede{max-width:46ch;font-size:clamp(1.15rem,2.1vw,1.42rem);color:var(--ink-2);margin:0 0 34px}
.bar{display:flex;height:74px;border-radius:14px;overflow:hidden;box-shadow:0 8px 26px rgba(20,26,60,.1)}
.bar span{display:grid;place-items:center;font-weight:800;color:#fff;font-size:1.22rem;
 letter-spacing:-.01em;overflow:hidden;white-space:nowrap}
.bar .u{background:var(--blue);width:80%;flex:none}
.bar .o{background:#c9ccd6;color:var(--ink);width:20%;flex:none}


.barkey{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.barkey p{margin:0;font-size:.98rem;color:var(--ink-2);line-height:1.5}
.barkey b{display:block;color:var(--ink)}
.barkey .r{text-align:right}
@media(max-width:620px){
  .bar{height:64px}.bar span{font-size:1rem}
  .barkey{grid-template-columns:1fr;gap:8px}.barkey .r{text-align:left}
}
.bignum{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2.4vw,26px);
 margin-top:clamp(34px,5vw,52px)}
.bignum div{border-top:3px solid var(--yellow);padding-top:16px}
.bignum strong{display:block;font-size:clamp(2rem,4.6vw,3rem);letter-spacing:-.035em;
 line-height:1;color:var(--ink)}
.bignum small{display:block;margin-top:8px;color:var(--ink-2);font-size:.98rem;line-height:1.45}
@media(max-width:620px){.bignum{grid-template-columns:1fr;gap:20px}}
.books .fine{margin:26px 0 0;font-size:.92rem;color:var(--ink-3);max-width:62ch}

.faqh{font-size:clamp(1.05rem,2vw,1.2rem);letter-spacing:.02em;margin:38px 0 0;color:var(--blue)}
.faqh:first-of-type{margin-top:26px}
.faq+.faqh{margin-top:40px}
.faqend{margin-top:34px;font-size:1.02rem}
.faqend a{color:var(--blue);font-weight:700}

/* ---- awards: these are real, so give them real estate ---- */
.awards{background:#fff;padding:clamp(72px,11vw,150px) 0}
.awards .kicker{font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
 color:var(--ink-3);margin:0 0 12px}
.awards h2{font-size:clamp(2rem,5vw,3.4rem);letter-spacing:-.035em;margin:0 0 clamp(36px,5vw,58px);
 max-width:20ch}
.awards h2 em{font-style:normal;color:var(--blue)}
.agrid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(28px,4vw,52px)}

@media(max-width:560px){.agrid{grid-template-columns:1fr}}
.acard{display:flex;flex-direction:column}
.amed{height:210px;display:grid;place-items:center;background:var(--tint);border-radius:18px;
 margin-bottom:20px;padding:18px}
.amed img{max-height:168px;width:auto;mix-blend-mode:multiply}
.abig{font-size:clamp(2.6rem,4.6vw,3.6rem);font-weight:800;color:var(--blue);
 letter-spacing:-.045em;line-height:1}
.abig i{font-style:normal;color:var(--yellow);-webkit-text-stroke:2px var(--blue)}
.acard h3{font-size:clamp(1.18rem,2vw,1.42rem);line-height:1.22;letter-spacing:-.02em;margin:0 0 12px}
.acard p{font-size:1.08rem;color:var(--ink-2);margin:0;line-height:1.6;max-width:34ch}
.awards .lic{margin:clamp(38px,5vw,56px) 0 0;padding-top:24px;border-top:2px solid var(--line);
 font-size:.95rem;color:var(--ink-3)}

.why4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,3.2vw,42px);
 margin-top:clamp(36px,5vw,56px)}

@media(max-width:520px){.why4{grid-template-columns:1fr}}
.why4 div{background:#fff;border-radius:16px;padding:24px;border-top:4px solid var(--yellow)}
.why4 b{display:block;font-size:1.14rem;letter-spacing:-.015em;margin-bottom:8px}
.why4 p{margin:0;font-size:1rem;color:var(--ink-2);line-height:1.5}

/* ---- reviews: their words, their names ---- */
.revs{background:var(--tint);padding:clamp(72px,11vw,150px) 0}
.revs .kicker{font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
 color:var(--ink-3);margin:0 0 12px}
.revs h2{font-size:clamp(1.9rem,4.6vw,3.1rem);letter-spacing:-.035em;margin:0 0 .45em;max-width:010ch}
.revs h2{max-width:22ch}
.revs h2 em{font-style:normal;color:var(--blue)}
.revs .lede{max-width:48ch;font-size:clamp(1.15rem,2.1vw,1.42rem);color:var(--ink-2);margin:0 0 36px}
.revs .lede b{color:var(--ink)}
.rvgrid{columns:2;column-gap:clamp(20px,3vw,34px)}

@media(max-width:600px){.rvgrid{columns:1}}
.rv{break-inside:avoid;background:#fff;border-radius:16px;padding:22px 22px 20px;margin:0 0 20px;
 box-shadow:0 3px 14px rgba(17,22,41,.07)}
.rvtop{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.stars{color:#f5a623;letter-spacing:1px;font-size:1.02rem}
.rp{font-size:.82rem;font-weight:700;color:var(--ink-3);background:var(--tint);
 padding:3px 9px;border-radius:999px}
.rv blockquote{margin:0;font-size:1.09rem;line-height:1.65;color:var(--ink-2)}
.rv blockquote b{color:var(--ink);font-weight:700}
.rv figcaption{margin-top:14px;font-weight:700;font-size:.97rem}
.rv figcaption span{font-weight:400;color:var(--ink-3)}
.rvend{margin-top:30px;font-size:1.02rem;color:var(--ink-2)}
.rvend a{color:var(--blue);font-weight:700}


.navbtn{background:var(--blue);color:#fff!important;padding:11px 20px;border-radius:999px;
 font-weight:700;font-size:.97rem;white-space:nowrap}
.navbtn:hover{background:#1d2a6e}
@media(max-width:560px){.navbtn{padding:9px 15px;font-size:.9rem}}

.crewstrip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}
.crewstrip img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px;display:block}
@media(max-width:700px){.crewstrip{grid-template-columns:repeat(2,1fr)}}
.crewlink{margin:20px 0 0;font-size:1.06rem}
.crewlink a{color:var(--blue);font-weight:800}

/* ---- the difference table ---- */
.diff{background:#fff;padding:clamp(72px,11vw,150px) 0}
.diff .kicker{font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
 color:var(--ink-3);margin:0 0 12px}
.diff h2{font-size:clamp(1.95rem,4.6vw,3.2rem);letter-spacing:-.035em;margin:0 0 .4em;max-width:010ch}
.diff h2{max-width:010ch;max-width:22ch}
.diff h2 em{font-style:normal;color:var(--blue)}
.diff .lede{max-width:46ch;color:var(--ink-2);font-size:clamp(1.15rem,2.1vw,1.42rem);margin:0 0 34px}
table.cmp{width:100%;border-collapse:separate;border-spacing:0;font-size:1.01rem}
table.cmp th{text-align:left;padding:14px 18px;font-size:1.06rem;letter-spacing:-.01em}
table.cmp th.hus{background:var(--blue);color:#fff;border-radius:12px 12px 0 0}
table.cmp th.hthem{color:var(--ink-3)}
table.cmp td{padding:17px 18px;vertical-align:top;border-top:1px solid var(--line)}
table.cmp td.rl{font-weight:800;width:20%;letter-spacing:-.015em}
table.cmp td.us{width:42%;background:rgba(43,57,144,.045)}
table.cmp tbody tr:last-child td.us{border-radius:0 0 12px 12px}
table.cmp td.them{width:38%;color:var(--ink-3)}
table.cmp td b{color:var(--ink)}
.cmp .y{color:#1a8f4c;font-weight:800;margin-right:7px}
.cmp .n{color:#c2452d;font-weight:800;margin-right:7px}
.cmpend{margin-top:28px;font-size:1.08rem;font-weight:700}
@media(max-width:820px){
  table.cmp,table.cmp tbody,table.cmp tr,table.cmp td{display:block;width:auto}
  table.cmp thead{display:none}
  table.cmp tr{background:var(--tint);border-radius:16px;padding:6px 4px;margin-bottom:16px}
  table.cmp td{border-top:0}
  table.cmp td.rl{font-size:1.1rem;padding-bottom:4px}
  table.cmp td.us{background:transparent}
  table.cmp td.them{padding-top:6px}
}

/* hero: light, split, and the photo left alone. No scrim, no template look. */
.hero{background:linear-gradient(180deg,#fdfcf7 0%,var(--tint) 100%);
 border-bottom:1px solid var(--line)}
.hero .wrap{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
 gap:clamp(28px,4.5vw,64px);align-items:center;
 padding-top:clamp(40px,5.5vw,72px);padding-bottom:clamp(40px,5.5vw,72px)}
.hero .stars{display:inline-flex;align-items:center;gap:7px;background:#fff;
 border:1px solid var(--line);border-radius:999px;padding:8px 16px;margin-bottom:22px;
 font-size:.95rem;color:var(--ink-2)}
.hero .stars b{color:var(--ink)}
.hero h1{font-size:clamp(2.5rem,5.6vw,4.2rem);letter-spacing:-.042em;line-height:1.02;
 margin:0 0 .32em;color:var(--ink);max-width:13ch}
.hero h1 em{font-style:normal;color:var(--blue)}
.hero .lede{max-width:42ch;font-size:clamp(1.08rem,1.9vw,1.3rem);color:var(--ink-2);margin:0 0 30px}
.hero .btn.big{font-size:clamp(1.05rem,1.9vw,1.2rem);padding:20px 44px;border-radius:999px;
 box-shadow:0 12px 30px rgba(226,189,0,.42)}
.hero .sub{margin:18px 0 0;color:var(--ink-3);font-size:1rem}
.hpic{position:relative}
.hpic img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:22px;display:block;
 box-shadow:0 20px 54px rgba(17,22,41,.16)}
@media(max-width:880px){
  .hero .wrap{grid-template-columns:1fr;gap:30px}
  .hero h1{max-width:none}
  .hpic{order:-1}
  .hpic img{aspect-ratio:16/10}
}

/* ---- shared components across the generated pages ---- */
.brand img{height:44px;width:auto;display:block}
@media(max-width:560px){.brand img{height:34px}}
.prose{font-size:1.06rem;line-height:1.65;color:var(--ink-2)}
.prose.narrow{max-width:66ch}
.prose h2{font-size:clamp(1.4rem,2.6vw,1.9rem);margin:1.6em 0 .5em;color:var(--ink)}
.prose p{margin:0 0 1.1em}
.prose .lede{font-size:clamp(1.12rem,2vw,1.3rem);color:var(--ink);font-weight:600}
.why6{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,3.2vw,42px);
 margin-top:clamp(36px,5vw,56px)}

@media(max-width:600px){.why6{grid-template-columns:1fr}}
.why6 div{background:#fff;border-radius:16px;padding:26px;border-top:4px solid var(--yellow);
 box-shadow:0 3px 14px rgba(17,22,41,.06)}
.why6 b{display:block;font-size:1.16rem;margin-bottom:9px;letter-spacing:-.015em}
.why6 p{margin:0;color:var(--ink-2);line-height:1.62;font-size:1.08rem}
.why6 a{color:var(--blue);font-weight:700}
.citygrid{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.citygrid a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 18px;
 font-weight:700;color:var(--ink);font-size:1.01rem}
.citygrid a:hover{border-color:var(--blue);color:var(--blue)}
.citygrid a span{font-weight:400;color:var(--ink-3);margin-left:6px;font-size:.92rem}
.nearh{font-size:1.1rem;margin:34px 0 0;color:var(--blue)}
.svc .more{margin:12px 0 0}
.svc .more a{color:var(--blue);font-weight:700;font-size:.98rem}
.posts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}
@media(max-width:900px){.posts{grid-template-columns:1fr}}
.post{background:#fff;border-radius:16px;padding:26px;box-shadow:0 3px 14px rgba(17,22,41,.07)}
.post b{display:block;font-size:1.2rem;line-height:1.3;letter-spacing:-.02em;margin-bottom:10px}
.post a{color:var(--ink)}
.post .more a{color:var(--blue);font-weight:700}
.arthead{background:var(--tint);padding:clamp(44px,6vw,76px) 0 clamp(30px,4vw,44px)}
.arthead .kicker{font-size:.9rem;color:var(--ink-3);margin:0 0 14px}
.arthead .kicker a{color:var(--blue);font-weight:700}
.arthead h1{font-size:clamp(2rem,4.6vw,3.2rem);letter-spacing:-.035em;line-height:1.08;
 max-width:22ch;margin:0}
.ticks{list-style:none;padding:0;margin:16px 0 0}
.ticks li{display:flex;gap:11px;align-items:flex-start;margin-bottom:11px;color:var(--ink-2);
 line-height:1.55}
.ticks .tick{color:var(--blue);font-weight:800;flex:0 0 auto}
.stars2{color:#f5a623;letter-spacing:1px;font-size:1.02rem}
footer{background:#191713;color:#c8c0b4;padding:clamp(48px,6vw,72px) 0 34px;margin-top:0}
.fgrid{display:grid;grid-template-columns:minmax(0,1.3fr) repeat(3,minmax(0,1fr));
 gap:clamp(22px,3vw,40px)}
@media(max-width:860px){.fgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.fgrid{grid-template-columns:1fr}}
.fbrand img{height:46px;width:auto;margin-bottom:16px}
.fbrand p{margin:0 0 14px;line-height:1.6;font-size:.97rem}
.fbrand a{color:#fff}
.fsoc a{margin-right:14px;font-weight:700}
.fgrid div b{display:block;color:#fff;margin-bottom:12px;font-size:1.02rem}
.fgrid div a{display:block;color:#c8c0b4;padding:5px 0;font-size:.97rem}
.fgrid div a:hover{color:#fff}
.flegal{margin:clamp(34px,4vw,48px) 0 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);
 font-size:.88rem;color:#8d857a;line-height:1.7}
.flegal a{color:#c8c0b4}
.beyond{margin:26px 0 0;max-width:62ch;color:var(--ink-2);font-size:1.02rem;line-height:1.6}

/* where we go: a list you can read, not a wall of identical pills */
.cmap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;margin-top:clamp(32px,4vw,48px);
 background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.cmap a{background:var(--paper);padding:20px 22px;display:block;transition:background .15s}
.cmap a:hover{background:var(--blue-l)}
.cmap b{display:block;font-size:1.16rem;letter-spacing:-.02em;color:var(--ink)}
.cmap span{display:block;font-size:.95rem;color:var(--ink-3);margin-top:3px}
@media(max-width:860px){.cmap{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.cmap{grid-template-columns:1fr}}

/* ---- nav dropdowns ---- */
nav{display:flex;align-items:center;gap:clamp(6px,1.4vw,22px)}
.drop{position:relative}
.drop>button{background:none;border:0;font:inherit;font-weight:600;color:var(--ink);
 cursor:pointer;padding:10px 4px;display:inline-flex;align-items:center;gap:7px}
.drop>button:hover{color:var(--blue)}
.car{display:inline-block;flex:0 0 auto;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;
 transform:rotate(45deg) translate(-2px,-2px);transition:transform .15s}
.drop.open .car{transform:rotate(-135deg) translate(-3px,-3px)}
.menu{position:absolute;top:calc(100% + 10px);left:-18px;background:#fff;
 border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 44px rgba(25,23,19,.14);
 padding:16px;min-width:270px;opacity:0;visibility:hidden;transform:translateY(-6px);
 transition:opacity .14s,transform .14s,visibility .14s;z-index:210}
.menu.wide{min-width:460px}
.drop:hover .menu,.drop.open .menu{opacity:1;visibility:visible;transform:none}
.mcols{display:grid;gap:2px}
.mcols.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:2px 10px}
.menu a{display:block;padding:9px 12px;border-radius:9px;font-weight:600;font-size:1rem;
 color:var(--ink);text-decoration:none;white-space:nowrap}
.menu a:hover{background:var(--blue-l);color:var(--blue)}
.mall{margin-top:8px;padding-top:12px!important;border-top:1px solid var(--line);
 color:var(--blue)!important;font-weight:700}
.cmap a{text-decoration:none}

/* ---- mobile: a real menu, not a dead end ---- */
.burger{display:none;background:none;border:0;padding:10px;cursor:pointer;margin-left:auto}
.burger span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;
 transition:transform .2s,opacity .2s}
body.navopen .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.navopen .burger span:nth-child(2){opacity:0}
body.navopen .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:900px){
  .burger{display:block;order:3}
  header .wrap{display:flex;align-items:center;gap:12px}
  nav{position:fixed;inset:64px 0 0;background:#fff;flex-direction:column;align-items:stretch;
   gap:0;padding:18px 20px 40px;overflow-y:auto;transform:translateX(100%);
   transition:transform .22s ease;z-index:190}
  body.navopen nav{transform:none}
  body.navopen{overflow:hidden}
  nav>a{width:100%;text-align:left;padding:16px 4px;
   border-bottom:1px solid var(--line);font-size:1.16rem;font-weight:700}
  .drop{display:flex;flex-wrap:nowrap;align-items:stretch;
   border-bottom:1px solid var(--line)}
  .dtop{flex:1;padding:16px 4px;font-size:1.16rem;font-weight:700;border-bottom:0}
  .drop>button{flex:0 0 auto;width:56px;padding:16px 4px;border-bottom:0;
   display:grid;place-items:center}
  nav>a.hide-sm{display:block}
  .drop{position:static}
  .menu{position:static;grid-column:1/-1;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;
   border-radius:0;padding:0 0 10px 10px;min-width:0;display:none}
  .menu.wide{min-width:0}
  .drop.open .menu{display:block}
  .mcols.three{grid-template-columns:repeat(2,1fr)}
  .menu a{font-size:1.04rem;padding:11px 8px}
  .navbtn{margin-top:20px;text-align:center;font-size:1.1rem;padding:16px 20px}
  nav>a:last-of-type{border-bottom:0}
}

/* ---- awards: a dark band, so they read as a trophy case and the page gets contrast ---- */
.awards{background:#171a2e;color:#fff}
.awards .kicker{color:#f9d003}
.awards h2{color:#fff;max-width:18ch}
.awards h2 em{color:var(--yellow)}
.awards .agrid{grid-template-columns:repeat(2,1fr)}
.awards .acard{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);
 border-radius:20px;padding:clamp(24px,3vw,38px)}
.awards .amed{background:#fff;border-radius:14px;height:190px;margin-bottom:24px}
.awards .abig{color:var(--blue);font-size:clamp(2.8rem,5vw,4.2rem)}
.awards .acard h3{color:#fff;font-size:clamp(1.24rem,2.1vw,1.55rem)}
.awards .acard p{color:#b9b3a8;max-width:40ch}
.awards .lic{color:#8d857a;border-top:1px solid rgba(255,255,255,.14)}
@media(max-width:700px){.awards .agrid{grid-template-columns:1fr}}
/* bigger service photos */
.svc img{height:340px}
@media(max-width:820px){.svc img{height:260px}}


/* =====================================================================
   BUDDY MOVING — the bits that make it ours and nobody else's
   1. yellow is the brand, so it carries structure, not just buttons
   2. a marker highlight behind emphasis: hand-made, friendly, ownable
   3. photos sit on a yellow offset block, the same way every time
   ===================================================================== */

/* --- 1. the marker highlight. Replaces "one blue word in the headline",
       which was the most template thing on the page. --- */
h1 em, h2 em{font-style:normal;color:var(--blue)}
.hero h1 em, .fif h2 em, .route h2 em{position:relative;color:var(--ink);
 white-space:nowrap;z-index:0}
.hero h1 em::before, .fif h2 em::before, .route h2 em::before{content:"";position:absolute;z-index:-1;
 left:-.12em;right:-.12em;top:.08em;bottom:.02em;background:var(--yellow);
 border-radius:.42em .52em .38em .58em;transform:rotate(-.5deg)}
@media(max-width:640px){.hero h1 em,.fif h2 em,.route h2 em{white-space:normal}}
/* on dark sections the marker would fight, so emphasis just goes yellow */
.awards h2 em,.shout h2 em,.close h2 em{color:var(--yellow)}
.awards h2 em::before,.shout h2 em::before,.close h2 em::before{display:none}

/* --- 2. photos get a yellow block behind them, always offset the same way --- */
.hpic{position:relative}
.hpic::before{content:"";position:absolute;inset:18px -18px -18px 18px;
 background:var(--yellow);border-radius:24px;z-index:0}
.hpic img{position:relative;z-index:1;border-radius:24px;
 box-shadow:0 18px 44px rgba(25,23,19,.14)}
@media(max-width:880px){.hpic::before{inset:12px -12px -12px 12px}}

/* --- 3. commit to the yellow. The trust claim gets the loudest room. --- */
.books{background:var(--tint)}
.books .kicker{color:#6b5a00}
.books h2{color:var(--ink);max-width:19ch}
.books h2 em{color:var(--ink)}
.books h2 em::before{background:#fff}
.books .lede,.books .fine{color:#3f3608}
.books .bar{box-shadow:0 10px 30px rgba(90,74,0,.22)}
.books .bar .o{background:#fff8d6;color:#5c4f10}
.books .barkey p{color:#3f3608}
.books .barkey b{color:var(--ink)}
.books .bignum div{border-top-color:var(--ink)}
.books .bignum strong{color:var(--ink)}
.books .bignum small{color:#3f3608}

/* --- 4. heavier display type. Friendly means confident, not timid. --- */
h1{font-weight:800;letter-spacing:-.045em}
h2{font-weight:800;letter-spacing:-.04em}
.svc b,.why6 b,.why4 b,.acard h3{letter-spacing:-.025em}

/* --- 5. the yellow CTA is now redundant next to a yellow section, so
       the closing ask goes navy and the button goes yellow --- */
.start{background:var(--ink)}
.start h2{color:#fff}
.start h2 em{color:var(--yellow)}
.start h2 em::before{display:none}
.start p{color:#c8c0b4}
.start p b{color:#fff}
.start .btn{background:var(--yellow);color:var(--ink);
 box-shadow:0 14px 34px rgba(249,208,3,.28)}
.start .btn:hover{background:var(--yellow-d)}

/* ---- the crew ---- */
.bgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2.6vw,32px);
 margin-top:clamp(36px,5vw,56px)}
@media(max-width:980px){.bgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.bgrid{grid-template-columns:1fr}}
.bcard{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;
 display:flex;flex-direction:column;box-shadow:0 3px 14px rgba(25,23,19,.06)}
.bpic{aspect-ratio:4/5;background:var(--tint);display:grid;place-items:center;overflow:hidden}
.bpic img{width:100%;height:100%;object-fit:cover;display:block}
.bmono{font-family:Archivo,sans-serif;font-size:4.2rem;font-weight:800;color:#fff;
 width:110px;height:110px;border-radius:50%;display:grid;place-items:center;
 background:linear-gradient(140deg,var(--blue),#1d2a6e)}
.bbody{padding:24px 24px 26px}
.bbody h3{margin:0 0 2px;font-size:1.5rem;letter-spacing:-.025em}
.bfull{margin:0 0 14px!important;font-size:.92rem;color:var(--ink-3);
 text-transform:uppercase;letter-spacing:.06em;font-weight:600}
.bbody p{font-size:1.02rem;line-height:1.6;margin:0 0 .8em}
.bout{color:var(--ink-3);font-size:.98rem!important}
.bout b{color:var(--ink-2)}

/* =====================================================================
   SECTION COMPOSITIONS — each one a different shape on purpose
   ===================================================================== */

/* --- "do we come to you" : a wide yellow rule with one job --- */
.zip{background:var(--ink);padding:clamp(56px,7vw,92px) 0}
.zipin{max-width:760px}
.zip h2{color:#fff;margin-bottom:.55em;max-width:16ch}
.zip h2 em{color:var(--yellow)}
.zip h2 em::before{display:none}
.zipform{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}
.zipform label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.zipform input{flex:1 1 320px;background:transparent;border:0;border-bottom:3px solid #4a4740;
 color:#fff;font:700 clamp(1.3rem,3vw,2rem)/1.3 Archivo,sans-serif;padding:10px 2px;outline:0}
.zipform input::placeholder{color:#6e6a62;font-weight:600}
.zipform input:focus{border-bottom-color:var(--yellow)}
.zipform .btn{background:var(--yellow);color:var(--ink);box-shadow:none;border-radius:8px}
.zipout{margin:20px 0 0;font-size:1.12rem;color:#b9b3a8;min-height:1.6em}
.zipout.yes{color:#fff}
.zipout.yes b{color:var(--yellow)}
.zipout a{color:var(--yellow);font-weight:700;white-space:nowrap}

/* --- the route: a line with a truck on it, steps hanging off --- */
.route{background:var(--paper);padding:clamp(64px,9vw,120px) 0;overflow:hidden}
.route h2{max-width:17ch}
.routeline{position:relative;height:38px;margin:clamp(30px,4vw,48px) 0 0;
 background:linear-gradient(var(--line),var(--line)) left 50%/100% 3px no-repeat}
.routeline::before{content:"";position:absolute;left:0;top:50%;height:3px;width:var(--p,0%);
 background:var(--yellow);transform:translateY(-50%);transition:width .12s linear}
.truck{position:absolute;top:50%;left:var(--p,0%);transform:translate(-50%,-50%);
 transition:left .12s linear;filter:drop-shadow(0 4px 10px rgba(25,23,19,.18))}
.steps{list-style:none;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));
 gap:clamp(14px,2vw,26px);padding:0;margin:26px 0 0;counter-reset:s}
@media(max-width:1000px){.steps{grid-template-columns:repeat(3,1fr);row-gap:34px}}
@media(max-width:640px){.steps{grid-template-columns:repeat(2,1fr)}
 .routeline{display:none}}
.steps li{border-top:3px solid var(--ink);padding-top:16px}
.steps .sn{display:inline-block;font:800 .95rem/1 Archivo,sans-serif;color:var(--ink-3);
 letter-spacing:.1em;margin-bottom:10px}
.steps b{display:block;font-family:Archivo,sans-serif;font-size:1.14rem;letter-spacing:-.02em;
 margin-bottom:7px;line-height:1.25}
.steps p{margin:0;font-size:1rem;line-height:1.55;color:var(--ink-2)}

/* --- reviews that look like Google, because that is what they are --- */
.greviews{background:var(--tint);padding:clamp(64px,9vw,120px) 0}
.ghead{display:flex;gap:clamp(20px,4vw,60px);align-items:flex-end;justify-content:space-between;
 flex-wrap:wrap;margin-bottom:clamp(30px,4vw,48px)}
.ghead h2{max-width:20ch;margin-bottom:.4em}
.gscore{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 26px;
 text-align:center;text-decoration:none;flex:0 0 auto}
.gscore b{display:block;font:800 2.6rem/1 Archivo,sans-serif;color:var(--ink)}
.gscore span{display:block;color:#f5a623;letter-spacing:2px;margin:4px 0 6px}
.gscore small{color:var(--ink-3);font-size:.94rem}
.grow{columns:3;column-gap:22px}
@media(max-width:1000px){.grow{columns:2}}
@media(max-width:660px){.grow{columns:1}}
.grev{break-inside:avoid;background:#fff;border:1px solid var(--line);border-radius:12px;
 padding:22px;margin:0 0 22px}
.grev header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.gav{width:42px;height:42px;border-radius:50%;background:var(--blue);color:#fff;flex:0 0 auto;
 display:grid;place-items:center;font:700 1.15rem/1 Archivo,sans-serif}
.grev header b{display:block;font-size:1.02rem;letter-spacing:-.01em}
.gwhen{display:block;font-size:.88rem;color:var(--ink-3)}
.glogo{margin-left:auto;flex:0 0 auto}
.gstars{color:#f5a623;letter-spacing:1px;margin-bottom:10px}
.grev p{margin:0;font-size:1.02rem;line-height:1.6;color:var(--ink-2)}
.grev p b{color:var(--ink)}

/* --- services as an editorial list; the photo lives on the row --- */
.slist{background:var(--paper);padding:clamp(64px,9vw,120px) 0}
.srows{border-top:2px solid var(--ink);margin-top:clamp(28px,4vw,44px)}
.srow{position:relative;display:grid;grid-template-columns:150px minmax(0,11rem) minmax(0,1fr) auto;
 gap:clamp(16px,3vw,40px);align-items:center;padding:clamp(20px,2.6vw,30px) 0;
 border-bottom:1px solid var(--line);text-decoration:none;transition:padding .18s}
.srow:hover{background:var(--tint)}
.sidx{display:none}
.sttl{font-family:Archivo,sans-serif;font-weight:800;letter-spacing:-.025em;
 font-size:clamp(1.18rem,2vw,1.5rem);color:var(--ink);line-height:1.1}
.sblurb{color:var(--ink-2);font-size:1.06rem;line-height:1.5}
.sgo{font-size:1.6rem;color:var(--ink-3);transition:transform .18s,color .18s}
.srow:hover .sgo{color:var(--blue);transform:translateX(6px)}
.srow img{position:static;width:150px;height:100px;object-fit:cover;border-radius:6px;
 opacity:1;transform:none;box-shadow:none;order:-1}
@media(max-width:820px){
  .srow{grid-template-columns:110px minmax(0,1fr) auto;gap:4px 16px;align-items:start}
  .srow img{width:110px;height:82px;grid-row:1/3;align-self:center}
  .sttl{grid-column:2;align-self:end}
  .sblurb{grid-column:2;grid-row:2;font-size:.97rem;align-self:start}
  .sgo{grid-column:3;grid-row:1/3;align-self:center}
}

/* --- sticky quote bar on phones, out of the way of the content --- */
.stickycta{position:fixed;left:0;right:0;bottom:0;z-index:150;display:none;
 background:rgba(25,23,19,.96);backdrop-filter:blur(8px);padding:10px 14px
 calc(10px + env(safe-area-inset-bottom));gap:10px;align-items:center;
 border-top:1px solid rgba(255,255,255,.12);transform:translateY(110%);
 transition:transform .22s ease}
.stickycta.on{transform:none}
.stickycta p{margin:0;color:#c8c0b4;font-size:.92rem;line-height:1.25;flex:1}
.stickycta p b{color:#fff;display:block;font-size:1rem}
.stickycta .btn{padding:13px 20px;font-size:.98rem;background:var(--yellow);color:var(--ink);
 box-shadow:none;white-space:nowrap}
@media(max-width:820px){.stickycta{display:flex}body{padding-bottom:0}}

/* =====================================================================
   v2 — hard colour edges, yellow as energy, every section its own shape
   ===================================================================== */

/* --- four in five: boxes against the quote line --- */
.fif{background:var(--paper);padding:clamp(64px,9vw,120px) 0}
.fifgrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
 gap:clamp(30px,5vw,72px);align-items:center}
@media(max-width:940px){.fifgrid{grid-template-columns:1fr;gap:38px}}
.fifcopy h2{max-width:17ch}
.fifcopy .fine{font-size:1.02rem;line-height:1.6;color:var(--ink-2);max-width:52ch}
.fifsrc{font-size:.94rem;color:var(--ink-3);margin-top:18px;max-width:48ch}
.fifviz{position:relative;margin:0;display:grid;grid-template-columns:repeat(5,1fr);
 gap:clamp(10px,1.6vw,20px);align-items:end;min-height:230px;
 padding:34px clamp(10px,2vw,22px) 0}
.qline{position:absolute;left:0;right:0;bottom:92px;border-top:2px dashed var(--ink-3);
 pointer-events:none}
.qline i{position:absolute;left:0;top:-1.65em;font-style:normal;font-size:.8rem;
 font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-3);
 background:var(--paper);padding-right:8px}
.qbox{display:flex;flex-direction:column;align-items:center;gap:10px}
.qb{display:block;width:100%;height:var(--h);border-radius:5px;background:var(--blue);
 position:relative;box-shadow:inset 0 0 0 2px rgba(255,255,255,.22)}
.qb::after{content:"";position:absolute;left:12%;right:12%;top:38%;height:9px;
 background:rgba(255,255,255,.3);border-radius:2px}
.qbox.over .qb{background:var(--yellow);box-shadow:inset 0 0 0 2px rgba(0,0,0,.12)}
.qbox.over .qb::after{background:rgba(0,0,0,.14)}
.qlab{font-size:.84rem;font-weight:700;color:var(--ink-3);text-align:center;line-height:1.25}
.qbox.over .qlab{color:var(--ink)}
@media(prefers-reduced-motion:no-preference){
  .qb{transform-origin:bottom;animation:qgrow .5s cubic-bezier(.2,.8,.3,1) both}
  .qbox:nth-child(2) .qb{animation-delay:.05s}.qbox:nth-child(3) .qb{animation-delay:.1s}
  .qbox:nth-child(4) .qb{animation-delay:.15s}.qbox:nth-child(5) .qb{animation-delay:.2s}
  .qbox:nth-child(6) .qb{animation-delay:.25s}
  @keyframes qgrow{from{transform:scaleY(.04)}}
}
@media(max-width:560px){.fifviz{min-height:180px;gap:7px}.qlab{font-size:.72rem}
 .qline{bottom:74px}}

/* --- recognition wall: four different shapes, deliberately unequal --- */
.press{background:var(--ink);color:#fff;padding:clamp(64px,9vw,120px) 0}
.press .kicker{color:var(--yellow);font-size:.82rem;font-weight:700;letter-spacing:.14em;
 text-transform:uppercase;margin:0 0 12px}
.press h2{color:#fff;max-width:18ch}
.press h2 em{color:var(--yellow)}
.press h2 em::before{display:none}
.pwall{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.6vw,34px);
 margin-top:clamp(34px,4vw,54px);align-items:start}
@media(max-width:880px){.pwall{grid-template-columns:1fr}}
.pmain{border-top:2px solid rgba(255,255,255,.2);padding:20px 0 0}
.pmark{font-size:.86rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
 color:var(--yellow);margin:0 0 14px}
.pmain h3{font-size:clamp(1.3rem,2.2vw,1.7rem);line-height:1.15;color:#fff;margin:0 0 16px;
 max-width:20ch;letter-spacing:-.025em}
.pmain p{color:#b9b3a8;font-size:1.06rem;line-height:1.6;margin:0;max-width:44ch}
.pmain b{color:#fff}
.pbadge{display:flex;gap:16px;align-items:flex-start;
 border-top:2px solid rgba(255,255,255,.2);padding-top:20px}
.pbadge img{width:86px;height:auto;flex:0 0 auto;background:#fff;border-radius:6px;padding:7px}
.pbadge h3{font-size:1.16rem;color:#fff;margin:0 0 7px;letter-spacing:-.02em}
.pbadge p{margin:0;color:#b9b3a8;font-size:1rem;line-height:1.55}
.pbadge i{color:#d6d0c6}
.pstat{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.14);padding-top:20px;
 display:flex;gap:26px;justify-content:space-between;flex-wrap:wrap;align-items:baseline}
.pstat p{margin:0 0 10px;color:#b9b3a8;font-size:1.04rem;line-height:1.55}
.pstat b{color:var(--yellow);font-family:Archivo,sans-serif;font-size:1.3rem}
.pstat a{color:#fff;font-weight:700}
.plic{font-size:.9rem!important;color:#8d857a!important}

/* --- meet your buddies: a rail you scroll, not a grid --- */
.meetb{background:var(--tint);padding:clamp(64px,9vw,120px) 0}
.mbhead{display:flex;gap:26px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}
.mbhead h2{max-width:14ch;margin-bottom:.3em}
.mbhead .lede{max-width:52ch;margin:0}
.mblink{color:var(--blue);font-weight:800;font-size:1.06rem;white-space:nowrap}
.mbrail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
 gap:clamp(14px,1.8vw,22px);padding:clamp(28px,4vw,42px) 0 0}
@media(max-width:1000px){.mbrail{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.mbrail{grid-template-columns:repeat(2,1fr)}}
.mbcard{background:#fff;border:1px solid var(--line);border-radius:4px;
 overflow:hidden;display:flex;flex-direction:column}
.mbpic{aspect-ratio:4/5;background:var(--blue-l);display:grid;place-items:center;overflow:hidden}
.mbpic img{width:100%;height:100%;object-fit:cover;display:block}
.mbmono{font:800 3.4rem/1 Archivo,sans-serif;color:#fff;width:96px;height:96px;border-radius:50%;
 display:grid;place-items:center;background:var(--blue)}
.mbtxt{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1}
.mbtxt h3{margin:0 0 3px;font-size:1.18rem;letter-spacing:-.025em}
.mbrole{margin:0 0 12px!important;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;
 color:var(--ink-3);font-weight:600}
.mbtxt p{font-size:.96rem;line-height:1.5;margin:0 0 10px}
.mbq{margin:auto 0 0;border-left:3px solid var(--yellow);padding:8px 0 2px 11px;
 font-size:.9rem;line-height:1.5;color:var(--ink-2)}
.mbq cite{display:block;margin-top:8px;font-style:normal;font-size:.86rem;color:var(--ink-3)}
.mbfoot{margin:22px 0 0;font-size:1.06rem;color:var(--ink-2);max-width:56ch}

/* --- the difference, compact --- */
.diff2{background:var(--paper);padding:clamp(64px,9vw,120px) 0}
.drows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;
 margin-top:clamp(30px,4vw,48px);border-top:2px solid var(--ink)}
@media(max-width:1000px){.drows{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.drows{grid-template-columns:1fr}}
.drow{padding:24px clamp(16px,2vw,28px) 26px;border-bottom:1px solid var(--line);
 border-right:1px solid var(--line)}
.drow h3{font-size:.86rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);
 margin:0 0 12px;font-weight:700}
.dus{margin:0 0 12px;font-size:1.1rem;line-height:1.45;color:var(--ink);font-weight:600}
.dus b{background:var(--yellow);padding:1px 5px;border-radius:3px;font-weight:800}
.dthem{margin:0;font-size:.96rem;line-height:1.5;color:var(--ink-3)}
.dthem span{display:block;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;
 color:#b3aa9d;margin-bottom:4px;font-weight:700}

/* --- the map --- */
.mapsec{background:var(--ink);color:#fff;padding:clamp(64px,9vw,120px) 0}
.maphead h2{color:#fff;max-width:16ch}
.maphead h2 em{color:var(--yellow)}
.maphead h2 em::before{display:none}
.maphead .lede{color:#b9b3a8;max-width:50ch}
.mapnote{color:var(--yellow);font-weight:700;font-size:1.04rem;min-height:1.5em;margin:6px 0 0}
.mapwrap{margin-top:clamp(26px,3vw,40px)}
.dfw{width:100%;height:auto;display:block}
.dfw .spokes line{stroke:rgba(255,255,255,.17);stroke-width:1.5}
.dfw .mdot circle{fill:#4d5a9e;transition:fill .15s,r .15s}
.dfw .mdot text{fill:#b9b3a8;font:600 15px Figtree,sans-serif;text-anchor:middle;
 transition:fill .15s}
.dfw .mdot:hover circle,.dfw .mdot:focus circle{fill:var(--yellow)}
.dfw .mdot:hover text,.dfw .mdot:focus text{fill:#fff}
.dfw .mdot.home circle{fill:var(--yellow)}
.dfw .mdot.home text{fill:#fff;font-weight:800}
.maplist{display:none}
@media(max-width:760px){
  /* a map of 20 dots is unreadable on a phone. Give it a real list instead. */
  .dfw{display:none}
  .maplist{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;list-style:none;padding:0;
   margin:0;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);
   border-radius:10px;overflow:hidden}
  .maplist a{display:flex;justify-content:space-between;gap:8px;background:var(--ink);
   padding:15px 16px;color:#fff;font-weight:700;text-decoration:none;font-size:1rem}
  .maplist span{color:#8d857a;font-weight:400}
}

/* =====================================================================
   v3 — problem-first differences, compact cream coverage, home FAQ
   ===================================================================== */

/* --- the difference: four that lead, four that follow --- */
.probs{background:var(--paper);padding:clamp(60px,8vw,104px) 0}
.probs h2{max-width:20ch}
.pbigs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2.2vw,28px);
 margin-top:clamp(30px,4vw,46px)}
@media(max-width:960px){.pbigs{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.pbigs{grid-template-columns:1fr;gap:22px}}
.pbig{border-top:2px solid var(--line);padding-top:16px}
.pprob{margin:0 0 10px;font-size:.92rem;font-weight:700;letter-spacing:.04em;
 color:var(--ink-3);text-transform:none}
.pprob::before{content:"\2717";color:#c2452d;font-weight:800;margin-right:8px}
.pbig .pans{display:block;font-family:Archivo,sans-serif;font-weight:800;letter-spacing:-.03em;
 font-size:clamp(1.45rem,2.4vw,1.95rem);line-height:1.02;color:var(--ink);margin-bottom:10px}

.pdesc{margin:8px 0 0;font-size:1rem;line-height:1.55;color:var(--ink-2);max-width:38ch}
.pnote{margin:10px 0 0;font-size:.93rem;line-height:1.5;color:var(--ink-3);max-width:38ch;
 padding-left:12px;border-left:2px solid var(--line)}
.psms{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;
 margin-top:clamp(26px,3vw,40px);background:var(--line);border:1px solid var(--line)}
@media(max-width:860px){.psms{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.psms{grid-template-columns:1fr}}
.psm{background:var(--paper);padding:20px}
.psm .pprob{font-size:.86rem;margin-bottom:7px}
.psm b{display:block;font-family:Archivo,sans-serif;font-size:1.22rem;letter-spacing:-.025em;
 margin-bottom:6px}
.psm p:last-child{margin:0;font-size:.98rem;line-height:1.5;color:var(--ink-2)}

/* --- coverage: cream, half the size, map beside the list --- */
.cover{background:var(--tint);padding:clamp(56px,7vw,92px) 0}
.covgrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);
 gap:clamp(26px,4vw,60px);align-items:center}
@media(max-width:880px){.covgrid{grid-template-columns:1fr;gap:28px}}
.covmap svg{width:100%;height:auto;display:block;max-height:360px}
.covmap .spokes line{stroke:#d8cfc0;stroke-width:1}
.covmap .mdot circle{fill:var(--blue);transition:fill .15s,r .15s}
.covmap .mdot:hover circle,.covmap .mdot:focus circle{fill:var(--yellow);r:7}
.covmap .mdot.home circle{fill:var(--yellow);stroke:var(--ink);stroke-width:2}
.covcap{margin:10px 0 0;font-size:.92rem;color:var(--ink-3);text-align:center}
.covtxt h2{max-width:15ch;margin-bottom:.35em}
.covtxt .lede{max-width:44ch;margin-bottom:22px}
.covlist{list-style:none;padding:0;margin:0;display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);
 border:1px solid var(--line);border-radius:8px;overflow:hidden}
@media(max-width:560px){.covlist{grid-template-columns:repeat(2,1fr)}}
.covlist a{display:flex;justify-content:space-between;gap:6px;background:var(--tint);
 padding:11px 13px;font-weight:700;font-size:.97rem;color:var(--ink);text-decoration:none}
.covlist a:hover{background:#fff;color:var(--blue)}
.covlist span{color:var(--ink-3);font-weight:400;font-size:.88rem}
.covall{display:inline-block;margin-top:18px;color:var(--blue);font-weight:800;font-size:1.04rem}

/* --- home FAQ: eight real questions, two columns --- */
.faqhome{background:var(--paper);padding:clamp(60px,8vw,104px) 0}
.fqhead{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}
.fqhead h2{max-width:16ch;margin:0}
.fqall{color:var(--blue);font-weight:800;font-size:1.06rem;white-space:nowrap}
.fqcols{columns:2;column-gap:clamp(26px,4vw,56px);margin-top:clamp(26px,3vw,40px)}
@media(max-width:780px){.fqcols{columns:1}}
.fqcols details{break-inside:avoid;border-bottom:1px solid var(--line);padding:16px 0;
 margin:0 0 2px}
.fqcols summary{cursor:pointer;font-weight:700;font-size:1.06rem;list-style:none;
 display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.fqcols summary::-webkit-details-marker{display:none}
.fqcols summary::after{content:"+";color:var(--blue);font-size:1.35rem;line-height:1;
 font-weight:800;flex:0 0 auto}
.fqcols details[open] summary::after{content:"\2013"}
.fqcols details p{margin:11px 0 0;font-size:1rem;line-height:1.6;color:var(--ink-2)}
/* nav parent labels are links; the caret is a separate control */
.drop{display:flex;align-items:center;gap:2px}
.dtop{font-weight:600;color:var(--ink);text-decoration:none;padding:10px 2px}
.dtop:hover{color:var(--blue)}
.drop>button{padding:10px 6px}
@media(max-width:900px){
  .drop{flex-wrap:wrap}
  .dtop{flex:1;padding:16px 4px;font-size:1.16rem;font-weight:700;
   border-bottom:1px solid var(--line)}
  .drop>button{border-bottom:1px solid var(--line);padding:16px 4px}
}
.navtel{font-weight:700;color:var(--ink);text-decoration:none;white-space:nowrap;font-size:.98rem}
.navtel:hover{color:var(--blue)}
.stickycta{justify-content:stretch}
.stickycta .btn{flex:1;text-align:center}
.scall{display:flex;flex-direction:column;align-items:center;gap:2px;color:#fff;
 text-decoration:none;padding:8px 16px;border:1px solid rgba(255,255,255,.28);border-radius:10px;
 font-size:.74rem;font-weight:700;flex:0 0 auto}
.scall:hover{background:rgba(255,255,255,.1)}

/* ---- six reasons ---- */
.reasons{background:var(--paper);padding:clamp(60px,8vw,104px) 0}
.rgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2.6vw,36px);
 margin-top:clamp(30px,4vw,46px)}
@media(max-width:900px){.rgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.rgrid{grid-template-columns:1fr}}
.rcard img{width:100%;height:190px;object-fit:cover;border-radius:8px;display:block;
 margin-bottom:16px}
.rcard h3{font-size:1.24rem;letter-spacing:-.02em;margin:0 0 8px;line-height:1.25}
.rcard p{margin:0;font-size:1.01rem;line-height:1.55;color:var(--ink-2)}

/* ---- quote band ---- */
.qband{background:var(--ink);color:#fff;padding:clamp(52px,7vw,88px) 0;text-align:center}
.qband h2{color:#fff;margin:0 auto .4em;max-width:18ch}
.qband h2 em{color:var(--yellow);font-style:normal}
.qband p{color:#c8c0b4;max-width:54ch;margin:0 auto 28px;font-size:1.08rem;line-height:1.6}
.qband .btn{background:var(--yellow);color:var(--ink);box-shadow:none;font-size:1.12rem;
 padding:19px 44px}
.qband .btn:hover{background:var(--yellow-d)}
.qsub{margin:20px auto 0!important;font-size:1rem;color:#8d857a}
.qsub a{color:#fff;font-weight:700}

/* ---- story ---- */
.story{background:var(--tint);padding:clamp(60px,8vw,104px) 0}
.stgrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);
 gap:clamp(28px,4vw,64px);align-items:center}
@media(max-width:860px){.stgrid{grid-template-columns:1fr;gap:28px}}
.stpic img{width:100%;height:auto;border-radius:10px;display:block}
.sttxt .kicker{font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
 color:var(--ink-3);margin:0 0 12px}
.sttxt h2{max-width:20ch}
.sttxt p{font-size:1.05rem;line-height:1.62;max-width:52ch}
.stpurpose{border-left:3px solid var(--yellow);padding-left:16px;color:var(--ink)!important}
.stlink{color:var(--blue);font-weight:800;font-size:1.04rem}

/* ---- tips ---- */
.tips{background:var(--paper);padding:clamp(56px,7vw,96px) 0}
.tphead{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;flex-wrap:wrap}
.tphead h2{margin:0;max-width:20ch}
.tpall{color:var(--blue);font-weight:800;white-space:nowrap}
.tgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.4vw,30px);
 margin-top:clamp(26px,3vw,40px)}
@media(max-width:860px){.tgrid{grid-template-columns:1fr}}
.tcard{border-top:2px solid var(--ink);padding-top:18px}
.tcard a{text-decoration:none;display:block}
.tcard h3{font-size:1.2rem;line-height:1.3;letter-spacing:-.02em;margin:0 0 9px;color:var(--ink)}
.tcard p{margin:0 0 12px;font-size:1rem;line-height:1.55;color:var(--ink-2)}
.tgo{color:var(--blue);font-weight:700;font-size:.98rem}
.pstrip{background:var(--blue-l);padding:clamp(30px,4vw,44px) 0;border-top:1px solid var(--line);
 border-bottom:1px solid var(--line)}
.pstrip p{margin:0 0 10px;max-width:74ch;font-size:1.06rem;line-height:1.6;color:var(--ink-2)}
.pstrip b{color:var(--ink)}
.pstrip a{color:var(--blue);font-weight:800}
.rstrip{background:var(--tint);padding:clamp(44px,6vw,72px) 0}
.rsgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.4vw,30px)}
@media(max-width:760px){.rsgrid{grid-template-columns:1fr}}
.rsq{margin:0;background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px}
.rsq blockquote{margin:10px 0 12px;font-size:1.03rem;line-height:1.6;color:var(--ink-2)}
.rsq blockquote b{color:var(--ink)}
.rsq figcaption{font-weight:700;font-size:.98rem}
.rsq figcaption span{font-weight:400;color:var(--ink-3)}
.rsall{margin:20px 0 0;color:var(--ink-2)}
.rsall a{color:var(--blue);font-weight:800}
.bstrip{background:var(--paper);padding:clamp(48px,6vw,80px) 0}
.bsgrid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
 gap:clamp(24px,4vw,56px);align-items:center}
@media(max-width:860px){.bsgrid{grid-template-columns:1fr;gap:26px}}
.bstxt h2{max-width:14ch}
.bstxt .lede{max-width:44ch}
.bslink{color:var(--blue);font-weight:800;font-size:1.04rem}
.bsfaces{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
@media(max-width:560px){.bsfaces{grid-template-columns:repeat(3,1fr)}}
.bsfaces figure{margin:0}
.bsfaces img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:6px;display:block}
.bsfaces figcaption{margin-top:7px;font-size:.92rem;font-weight:700;text-align:center}
/* final CTA must read as the end of the page, not the top of the footer */
.start{border-bottom:6px solid var(--yellow)}
footer{border-top:0;position:relative}
footer::before{content:"";display:block;height:0}
.start .wrap{padding-top:clamp(52px,7vw,84px);padding-bottom:clamp(52px,7vw,84px)}
@media(max-width:900px){
  .drop{flex-wrap:wrap}
  .drop .menu{flex:0 0 100%}
}

/* ---- editorial photography, not another card system ---- */
figure.ed{margin:0}
figure.ed img{width:100%;height:auto;display:block;object-fit:cover}
figure.ed figcaption{max-width:var(--max);margin:12px auto 0;padding:0 20px;
 font-size:.94rem;color:var(--ink-3)}
figure.ed.band img{aspect-ratio:21/8}
.spl{padding:clamp(52px,7vw,92px) 0}
.spl.tint{background:var(--tint)}
.spl.blue{background:var(--ink);color:#fff}
.spl.blue h2{color:#fff}
.spl.blue p,.spl.blue li{color:#c8c0b4}
.spl.blue b{color:#fff}
.splgrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
 gap:clamp(26px,4vw,64px);align-items:center}
.spl.flip .splpic{order:2}
@media(max-width:860px){.splgrid{grid-template-columns:1fr;gap:26px}
 .spl.flip .splpic{order:0}}
.splpic img{width:100%;height:auto;display:block;border-radius:8px}
.spltxt h2{max-width:18ch}
.spltxt p{font-size:1.06rem;line-height:1.62;max-width:52ch}
.gtees{list-style:none;padding:0;margin:0}
.gtees li{padding:14px 0;border-bottom:1px solid rgba(0,0,0,.09);font-size:1.04rem;
 line-height:1.55;max-width:54ch}
.spl.blue .gtees li{border-bottom-color:rgba(255,255,255,.16)}
.gtees li:last-child{border-bottom:0}
.wrgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
 gap:clamp(20px,3vw,40px);margin-top:clamp(26px,3vw,40px)}
@media(max-width:900px){.wrgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.wrgrid{grid-template-columns:1fr}}
.wr{border-top:2px solid var(--ink);padding-top:14px}
.wr h3{font-size:1.14rem;letter-spacing:-.02em;margin:0 0 7px}
.wr p{margin:0;font-size:1rem;line-height:1.55;color:var(--ink-2)}

/* =====================================================================
   v5 — readability pass. One question per section, a width that suits the
   content rather than the browser, and photographs that stay inside the page.
   Nothing below changes the palette, the type or the section order.
   ===================================================================== */

:root{
  --w-read:720px;   /* long-form text, FAQs: ~70 characters a line */
  --w-mid:900px;    /* lists, single-idea sections, section intros */
  --w-wide:1080px;  /* image/text splits, grids that need the room */
  --w-full:1220px;  /* the hero and the chrome */
}

/* ---- a width per kind of content, not one width for everything ---- */
.hero .wrap{max-width:var(--w-full)}
.press .wrap,.reasons .wrap,.fif .wrap,.bstrip .wrap,.story .wrap,
.greviews .wrap,.cover .wrap,.spl .wrap,.tips .wrap,.rstrip .wrap,
.probs .wrap,.areas .wrap,.books .wrap{max-width:var(--w-wide)}
.slist .wrap,.route .wrap,.shout .wrap,.arthead .wrap{max-width:var(--w-mid)}
.qband .wrap,.faqhome .wrap,.pstrip .wrap{max-width:var(--w-read)}
.prose.narrow{max-width:68ch}

/* the full question list is reading, so it gets reading width */
section#faq .wrap{max-width:var(--w-read)}
section#faq .lede{max-width:none}

/* ---- photography lives inside the page ---- */
figure.ed{max-width:var(--w-wide);margin:clamp(40px,6vw,76px) auto;padding:0 20px}
figure.ed img{border-radius:10px}
figure.ed.band img{aspect-ratio:21/9}
figure.ed figcaption{padding:0;margin-top:12px;max-width:62ch}
/* the one deliberate full-bleed, if a page ever asks for it */
figure.ed.bleed{max-width:none;padding:0}
figure.ed.bleed img{border-radius:0}

/* ---- services: the row the customer can scan in one pass ---- */
.srow{grid-template-columns:120px minmax(0,10rem) minmax(0,1fr) auto;
 gap:clamp(14px,2.2vw,28px);padding:clamp(16px,2vw,22px) 0}
.srow img{width:120px;height:80px}
.sblurb{font-size:1.01rem}
.slist h2{text-align:center;max-width:none;margin-left:auto;margin-right:auto}
.slist .srows{margin-top:clamp(22px,3vw,32px)}
@media(max-width:820px){
  .srow{grid-template-columns:96px minmax(0,1fr) auto}
  .srow img{width:96px;height:72px}
}

/* ---- FAQ: one column, centred, and the content carries it ---- */
.fqcols{columns:auto;column-gap:0;margin-top:clamp(22px,3vw,34px);
 border-top:1px solid var(--line)}
.faqhome .fqhead{display:block;text-align:center}
.faqhome .fqhead h2{max-width:22ch;margin:0 auto}
.fqcols details{padding:18px 0;margin:0}
.fqcols summary{font-size:1.08rem;gap:20px}
.fqcols details p{max-width:64ch}
.fqmore{text-align:center;margin:30px 0 0}

/* ---- meet some of your buddies ---- */
.bsgrid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
 gap:clamp(26px,4vw,60px);align-items:center}
.bsfaces{grid-template-columns:repeat(4,1fr);gap:14px}
.bsfaces img{height:auto;aspect-ratio:4/5;border-radius:8px}
.bsfaces figcaption{text-align:left;color:var(--ink-2);font-size:.95rem}
.bstxt h2{max-width:13ch}
@media(max-width:560px){.bsfaces{grid-template-columns:repeat(2,1fr)}}

/* ---- Carrollton: a real photograph beats an abstract one ---- */
.covgrid{grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:center}
.covpic{margin:0}
.covpic img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
 border-radius:10px;display:block}
.covpic figcaption{margin-top:11px;font-size:.93rem;color:var(--ink-3)}
.covcities{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-wrap:wrap;
 gap:9px 10px}
.covcities a{display:inline-block;text-decoration:none;font-weight:700;font-size:.97rem;
 color:var(--ink);background:var(--paper);border:1px solid var(--line);
 border-radius:999px;padding:7px 15px}
.covcities a:hover{border-color:var(--blue);color:var(--blue)}
.covall{margin-top:24px}

/* ---- the story picture, plus one small unexpected one ---- */
.stpic{position:relative;padding-bottom:0}
.stpic>img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
 border-radius:10px;display:block}
.stinset{margin:14px 0 0;width:58%}
.stinset img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
 border-radius:8px;display:block}
.stinset figcaption{margin-top:9px;font-size:.9rem;line-height:1.45;color:var(--ink-3)}
@media(max-width:860px){.stinset{width:70%}}

/* ---- centring, where one idea deserves the focus ---- */
.greviews>.wrap>h2,.greviews>.wrap>.lede,
.tips .tphead h2,.reasons>.wrap>h2,.reasons>.wrap>.lede{margin-left:auto;margin-right:auto}
.greviews>.wrap>h2,.greviews>.wrap>.lede,
.reasons>.wrap>h2,.reasons>.wrap>.lede{text-align:center;max-width:26ch}
.greviews>.wrap>.lede,.reasons>.wrap>.lede{max-width:56ch}
.tips .tphead{justify-content:center;text-align:center;flex-direction:column;gap:14px}
.tips .tphead h2{max-width:24ch}

/* ---- the primary action gets the quiet around it ---- */
.qband{padding:clamp(72px,9vw,118px) 0}
.qband p{max-width:48ch}
.start{padding:clamp(84px,11vw,140px) 0}
.start p{max-width:46ch}
.hero .cta-row{margin-top:34px}
/* the phone stays available without competing with the online price */
.navtel{font-size:.92rem;font-weight:600;color:var(--ink-3)}
.navtel:hover{color:var(--blue)}

/* ---- fewer identical component blocks ---- */
.rcard img{height:168px;border-radius:8px}
.rgrid{gap:clamp(22px,2.8vw,34px)}

/* ---- narrower columns need a little more room between sections ---- */
@media(min-width:1500px){
  :root{--w-read:760px;--w-mid:940px;--w-wide:1140px;--w-full:1280px}
}
.tips .tphead{align-items:center}
.tips .tpall{margin:0}
.covcities{max-width:34rem}

/* four faces at a size you can actually recognise, not a row of thumbnails */
.bsgrid{grid-template-columns:minmax(0,1fr) minmax(0,1.02fr)}
.bsfaces{grid-template-columns:repeat(2,1fr);gap:18px}
.bsfaces figcaption{font-size:1rem;margin-top:9px}
@media(max-width:860px){.bsfaces{grid-template-columns:repeat(4,1fr);gap:12px}}
@media(max-width:560px){.bsfaces{grid-template-columns:repeat(2,1fr)}}

/* the v5 grid rules above are unconditional, so restore the stacking they overrode */
@media(max-width:880px){
  .bsgrid,.covgrid{grid-template-columns:1fr;gap:28px}
  .bsfaces{grid-template-columns:repeat(4,1fr);gap:12px}
  .covcities{max-width:none}
}
@media(max-width:560px){.bsfaces{grid-template-columns:repeat(2,1fr);gap:14px}}

/* The yellow marker used an absolutely positioned box behind a nowrap span, so a long
   phrase ran off the edge once the hero got narrower. A painted background that clones
   onto every line wraps properly and keeps the hand-drawn shape. */
.hero h1 em,.fif h2 em,.route h2 em{white-space:normal;position:static;
 background:var(--yellow);color:var(--ink);
 -webkit-box-decoration-break:clone;box-decoration-break:clone;
 padding:.04em .16em .06em;border-radius:.42em .52em .38em .58em;
 box-shadow:0 0 0 .04em var(--yellow)}
.hero h1 em::before,.fif h2 em::before,.route h2 em::before{content:none}

/* the sections that carry no class of their own, and the plain .tint blocks that hold
   long-form copy, were still running to the old full width */
section:not([class]) .wrap,
section.tint:not(#faq) .wrap{max-width:var(--w-mid)}
section.tint#faq .wrap{max-width:var(--w-read)}
.bgrid{max-width:var(--w-wide);margin-left:auto;margin-right:auto}
section.spl.tint .wrap{max-width:var(--w-wide)}

/* =====================================================================
   v6 — refinement. Five specific problems, nothing else touched.
   ===================================================================== */

/* ---- 1. six reasons: drawings, not a blog grid ---------------------- */
.rcard{border-top:2px solid var(--ink);padding-top:18px}
.rcard img{display:none}
.rmark{display:grid;place-items:center;width:62px;height:62px;margin:0 0 16px;
 color:var(--ink);position:relative}
.rmark::before{content:"";position:absolute;inset:0;background:var(--yellow);
 /* the same hand-drawn shape as the headline marker; it is the one device that is ours */
 border-radius:56% 44% 60% 40% / 48% 58% 42% 52%;transform:rotate(-4deg);
 transition:transform .25s cubic-bezier(.2,.8,.3,1),border-radius .25s}
.rmark svg{position:relative;width:30px;height:30px;transition:transform .25s}
.rcard:hover .rmark::before{transform:rotate(5deg) scale(1.06);
 border-radius:44% 56% 42% 58% / 58% 44% 56% 42%}
.rcard:hover .rmark svg{transform:translateY(-1px) scale(1.04)}
@media(prefers-reduced-motion:reduce){
  .rmark::before,.rmark svg{transition:none}
  .rcard:hover .rmark::before,.rcard:hover .rmark svg{transform:rotate(-4deg)}
}
.rcard h3{font-size:1.2rem;margin:0 0 8px}
.rcard p{max-width:34ch}
.reasons .rgrid{margin-top:clamp(34px,4vw,52px)}

/* ---- 2. awards: the result before the sentence ---------------------- */
.awards3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
 gap:clamp(22px,3vw,44px);margin-top:clamp(34px,4vw,52px);align-items:start}
@media(max-width:820px){.awards3{grid-template-columns:1fr;gap:30px}}
.award{border-top:2px solid rgba(255,255,255,.22);padding-top:18px;position:relative}
.awho{margin:0 0 14px;font-size:.82rem;font-weight:700;letter-spacing:.12em;
 text-transform:uppercase;color:var(--yellow)}
.awho span{color:#8d857a;margin-left:6px}
.awhat{font-family:Archivo,sans-serif;margin:0 0 10px;color:#fff;line-height:1.05;
 font-size:1.22rem;letter-spacing:-.02em}
.awhat b{display:block;font-size:clamp(2.4rem,4.6vw,3.4rem);letter-spacing:-.04em;
 font-weight:800;color:#fff}
.anote{margin:0;color:#b9b3a8;font-size:1rem;line-height:1.55;max-width:32ch}
.abadge{width:64px;height:auto;margin-top:18px;background:#fff;border-radius:6px;padding:6px;
 display:block}
.press .pstat{grid-column:auto;border-top:1px solid rgba(255,255,255,.14);
 margin:clamp(36px,4vw,54px) 0 0;padding-top:20px;color:#b9b3a8;font-size:1.04rem;
 line-height:1.55}
.press .pstat b{color:var(--yellow);font-family:Archivo,sans-serif;font-size:1.3rem}
.press .pstat a{color:#fff;font-weight:700}
.press .plic{display:block;margin-top:8px;font-size:.9rem;color:#8d857a}

/* ---- 4. CTAs: the three facts instead of another paragraph ---------- */
.ctafacts{list-style:none;padding:0;margin:26px 0 0;display:flex;justify-content:center;
 flex-wrap:wrap;gap:10px 26px;font-size:1rem;font-weight:700}
.ctafacts li{position:relative;color:#c8c0b4}
.ctafacts li+li::before{content:"";position:absolute;left:-14px;top:.62em;width:5px;height:5px;
 border-radius:50%;background:var(--yellow)}
.start .ctafacts li{color:#c8c0b4}
.qband .ctafacts{margin-top:24px}
.qband .qsub{margin-top:26px!important}
.start p{margin-bottom:34px}
@media(max-width:560px){.ctafacts{flex-direction:column;gap:8px}
 .ctafacts li+li::before{display:none}}

/* ---- 5. the full FAQ, on all thirty pages that carry one ------------ */
section#faq .faq{margin-top:clamp(26px,3vw,38px);border-top:1px solid var(--line)}
section#faq details{border-bottom:1px solid var(--line);padding:18px 0}
section#faq summary{font-weight:700;font-size:1.08rem;line-height:1.35;gap:20px;
 align-items:flex-start;transition:color .15s}
section#faq summary:hover{color:var(--blue)}
section#faq summary::after{content:"+";color:var(--blue);font-size:1.35rem;line-height:1.1;
 font-weight:800;flex:0 0 auto;transition:transform .18s}
section#faq details[open] summary::after{content:"\2013";transform:translateY(-1px)}
section#faq details p{margin:12px 0 0;font-size:1rem;line-height:1.65;color:var(--ink-2);
 max-width:64ch}
section#faq .faqh{font-size:.84rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
 color:var(--ink-3);margin:40px 0 0}
section#faq .faqh:first-of-type{margin-top:26px}
section#faq .faq+.faqh{margin-top:44px}
section#faq h2{max-width:22ch}
section#faq .faqend{margin-top:38px;padding-top:22px;border-top:1px solid var(--line);
 font-size:1.02rem}
.rmark{width:72px;height:72px}
.rmark svg{width:35px;height:35px}
.rmark::before{border-radius:60% 40% 66% 34% / 44% 62% 38% 56%}

/* eight faces, cropped close, so the section reads as a crew rather than four ID cards */
.bsgrid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center}
.bsfaces{grid-template-columns:repeat(4,1fr);gap:12px}
.bsfaces img{aspect-ratio:4/5;border-radius:7px}
.bsfaces figcaption{text-align:left;font-size:.95rem;font-weight:700;margin-top:7px}
.bsfacts{font-size:1.05rem;line-height:1.6;color:var(--ink-2);margin:0 0 22px;max-width:44ch}
.bstxt .lede{margin-bottom:20px}
@media(max-width:880px){.bsfaces{grid-template-columns:repeat(4,1fr)}}
@media(max-width:560px){.bsfaces{grid-template-columns:repeat(3,1fr);gap:10px}
 .bsfaces figcaption{font-size:.86rem}}

/* =====================================================================
   v7 — reading. The last passes added space but left the body copy at
   16px, so sections read small inside a lot of air. Copy goes up, line
   length comes down, and the gap between headline, body and detail widens.
   ===================================================================== */

/* ---- one body size, used everywhere copy is meant to be read -------- */
.rcard p,.anote,.tcard p,.spltxt p,.sttxt p,.bsfacts,.grev p,
.route .steps p,.fqcols details p,section#faq details p,.covcap,
.pstrip p,.rsq blockquote{font-size:1.06rem;line-height:1.66}
p{margin:0 0 1.15em}

/* supporting detail stays smaller, but not by so much that it reads as fine print */
.sub,.qsub,.fine,.covcap,.fqmore{font-size:1rem}
.kicker{font-size:.86rem;letter-spacing:.12em}

/* ---- line length: nothing over about 68 characters ------------------ */
.lede{max-width:52ch}
.reasons>.wrap>.lede,.greviews>.wrap>.lede{max-width:50ch}
.fqcols details p,section#faq details p{max-width:66ch}
.anote{max-width:34ch}
.rcard p{max-width:36ch}

/* ---- how a move goes: six columns gave fifteen characters a line ---- */
.steps{grid-template-columns:repeat(3,minmax(0,1fr));
 gap:clamp(26px,3.4vw,44px) clamp(24px,3vw,40px)}
@media(max-width:820px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.steps{grid-template-columns:1fr}}
.route .steps b{font-size:1.16rem;margin-bottom:6px;display:block}
.route .steps p{max-width:32ch}
.route .wrap{max-width:var(--w-wide)}

/* ---- the gap between a headline and its copy -------------------------- */
.rcard h3,.tcard h3{font-size:1.24rem;line-height:1.25}
.reasons .rcard h3{margin-bottom:10px}
.sttxt p,.spltxt p{margin-bottom:1.1em}
.bsfacts b,.sttxt b,.spltxt b{color:var(--ink)}

/* ---- the closing CTA was 800px tall for thirty words ----------------- */
.start{padding:clamp(72px,8.5vw,112px) 0}
.start p{font-size:1.24rem;line-height:1.5;margin-bottom:32px}
.qband p{font-size:1.12rem;line-height:1.6}
.ctafacts{font-size:1.04rem}

/* dark sections need a touch more weight to read at the same size */
.anote,.press .pstat,.spl.blue p,.qband p,.start p{color:#c4bcb0}
.anote{color:#b9b3a8}
/* ch resolves wide in Figtree, so the reading measures are set in px */
.fqcols details p,section#faq details p{max-width:600px}
.faqhome .fqcols summary{max-width:600px}
.sttxt p:not(.kicker){font-size:1.06rem;line-height:1.66}
.fqcols details p,section#faq details p{max-width:590px}

/* ---- the six reasons lead with the figure, not a stock icon ---------- */
.rmark{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;
 width:auto;min-width:96px;height:auto;padding:14px 20px 12px;margin:0 0 18px;color:var(--ink);
 position:relative;text-align:center}
.rmark::before{content:"";position:absolute;inset:0;background:var(--yellow);
 border-radius:60% 40% 66% 34% / 44% 62% 38% 56%;transform:rotate(-2.5deg);z-index:0;
 transition:transform .25s cubic-bezier(.2,.8,.3,1),border-radius .25s}
.rmark b,.rmark i{position:relative;z-index:1;font-style:normal;line-height:1}
.rmark b{font-family:Archivo,sans-serif;font-weight:800;letter-spacing:-.045em;
 font-size:clamp(1.9rem,3.2vw,2.5rem)}
.rmark i{font-size:.82rem;font-weight:700;letter-spacing:.02em;color:#6b5f2a;margin-top:5px}
.rcard:hover .rmark::before{transform:rotate(3deg) scale(1.04);
 border-radius:44% 56% 38% 62% / 60% 40% 60% 40%}
@media(prefers-reduced-motion:reduce){
  .rmark::before{transition:none}
  .rcard:hover .rmark::before{transform:rotate(-2.5deg)}
}

/* ---- one dark block near the top, one at the end, and that is enough ---
   The mid-page price prompt was a third slab of the same near-black. Yellow
   says "this is the thing to do" without repeating the recognition wall. */
.qband{background:var(--yellow);color:var(--ink)}
.qband h2{color:var(--ink)}
.qband h2 em{color:var(--ink);position:relative}
.qband h2 em::after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.12em;
 background:var(--ink);border-radius:2px}
.qband p{color:#544a1f}
.qband .btn{background:var(--ink);color:#fff;box-shadow:0 6px 20px rgba(25,23,19,.22)}
.qband .btn:hover{background:#000}
.qband .ctafacts li{color:#544a1f}
.qband .ctafacts li+li::before{background:var(--ink)}
.qband .qsub{color:#6b5f2a}
.qband .qsub a{color:var(--ink)}

/* the review line in the recognition wall was spaced out by the big numerals */
.press .pstat{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .4em}
.press .pstat b{font-size:1.24rem;line-height:1}

/* ---- locations menu: four markets, the towns we cover under each ----- */
.menu.hubs{width:min(760px,calc(100vw - 40px))}
.hubgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px 22px}
.hub{min-width:0}
.hubtop{display:block;font-weight:800;font-size:1.02rem;color:var(--ink)!important;
 padding:6px 0 8px;margin-bottom:4px;border-bottom:1px solid var(--line)}
.hubtop:hover{color:var(--blue)!important}
.hub a:not(.hubtop){display:block;padding:6px 0;font-size:.97rem;color:var(--ink-2)}
.hub a:not(.hubtop):hover{color:var(--blue)}
@media(max-width:900px){
  .menu.hubs{width:auto}
  .hubgrid{grid-template-columns:repeat(2,1fr);gap:2px 18px}
  .hubtop{font-size:1.06rem;padding:10px 0 8px}
}
@media(max-width:480px){.hubgrid{grid-template-columns:1fr}}

/* the header gained two links, so it needs to shed them earlier than it used to */
@media(max-width:1180px){nav .hide-sm{display:none}}
@media(max-width:1060px){nav{gap:16px}}
/* the phone stays in the bar right down to the burger, so there is never a width
   with neither a visible number nor the sticky call button */
/* a 760px panel anchored to the left of its trigger ran off the right edge and
   widened the page even while hidden; anchor it to the right instead */
@media(min-width:901px){
  .menu.hubs{left:auto;right:-18px}
  header{overflow-x:clip}
  header .wrap{overflow:visible}
}

/* =====================================================================
   v8 — the reading sizes were set as a list of homepage classes, so the
   buddy profiles, the differences grid, the why-us grid and the service
   pages kept 14.7-16.3px body copy. Set the floor once, for every page.
   ===================================================================== */
.bbody p,.bout,.pdesc,.psm p,.wr p,.beyond,.barkey p,.covtxt p,
.arthead p,.prose p,.prose li,.gtees li,.rsall,.faqend,.pstrip p{
  font-size:1.06rem;line-height:1.66}
.pnote{font-size:1rem;line-height:1.6}
.fine{font-size:1rem;line-height:1.6}
.psm p:last-child{font-size:1.02rem;line-height:1.6}
/* reading measure for the long-form blocks that were running wide */
.bbody p,.bout{max-width:62ch}
.beyond,.rsall,.faqend{max-width:66ch}

/* v8b — the last holdouts: an !important, two higher-specificity rules and a
   checklist that ran to 860px. Written with matching weight so they actually win. */
.bbody .bout,.bout{font-size:1.04rem!important;line-height:1.62;color:var(--ink-2)}
.books .fine,.fifcopy .fine{font-size:1.02rem;line-height:1.62}
section#faq .faqend,.faqend{font-size:1.06rem;line-height:1.66}
.ticks{max-width:64ch}
.ticks .tick{font-size:1.06rem;line-height:1.6}
.press .pstat{max-width:76ch}

/* v8c — the differences grid ran four columns at 1080px, which left each point
   about twenty-five characters a line. Same fault as the six-column steps. */
.pbigs{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,44px)}
.psms{grid-template-columns:repeat(2,minmax(0,1fr))}
.pdesc,.pnote{max-width:46ch}
.pnote{font-size:1.02rem;line-height:1.6}
.psm p:last-child{font-size:1.04rem;line-height:1.6}
.cmpend{max-width:66ch;font-size:1.06rem;line-height:1.66}
@media(max-width:820px){.pbigs,.psms{grid-template-columns:1fr}}

/* ---- the four promises, named and numbered ------------------------- */
.promise{background:var(--blue-l);padding:clamp(56px,7vw,92px) 0;
 border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.promise .wrap{max-width:var(--w-wide)}
.promise h2{max-width:20ch}
.glist{list-style:none;padding:0;margin:clamp(28px,3.4vw,42px) 0 0;
 display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(22px,3vw,40px)}
@media(max-width:760px){.glist{grid-template-columns:1fr;gap:24px}}
.glist li{display:flex;gap:18px;align-items:flex-start}
.gfig{flex:0 0 auto;display:grid;place-items:center;min-width:92px;padding:12px 16px;
 background:var(--yellow);color:var(--ink);font-family:Archivo,sans-serif;font-weight:800;
 letter-spacing:-.035em;font-size:1.32rem;line-height:1;text-align:center;
 border-radius:58% 42% 62% 38% / 46% 60% 40% 54%;transform:rotate(-2deg)}
.glist b{display:block;font-family:Archivo,sans-serif;font-size:1.16rem;letter-spacing:-.02em;
 margin-bottom:6px;color:var(--ink)}
.glist p{margin:0;font-size:1.04rem;line-height:1.6;color:var(--ink-2);max-width:42ch}
.gfoot{margin:clamp(26px,3vw,36px) 0 0}
.gfoot a{color:var(--blue);font-weight:800;font-size:1.04rem}

/* ---- six questions: a comparison table that reads as a checklist ----- */
.six{background:var(--paper);padding:clamp(56px,7vw,96px) 0}
.six .wrap{max-width:var(--w-wide)}
.six h2{max-width:22ch}
.sixtab{width:100%;border-collapse:collapse;margin-top:clamp(26px,3vw,40px);
 font-size:1.04rem;line-height:1.6}
.sixtab thead th{text-align:left;font-size:.82rem;font-weight:700;letter-spacing:.12em;
 text-transform:uppercase;color:var(--ink-3);padding:0 18px 12px 0;
 border-bottom:2px solid var(--ink);white-space:nowrap}
.sixtab thead th:last-child{padding-right:0}
.sixtab tbody th{text-align:left;font-family:Archivo,sans-serif;font-weight:800;
 letter-spacing:-.02em;font-size:1.1rem;color:var(--ink);width:26%;
 padding:22px 18px 22px 0;vertical-align:top;line-height:1.25}
.sixtab td{padding:22px 18px 22px 0;vertical-align:top;border-bottom:1px solid var(--line)}
.sixtab tbody th{border-bottom:1px solid var(--line)}
.sixtab td:last-child{padding-right:0}
.sus{width:33%;color:var(--ink-2)}
.sus .sfig{display:inline-block;background:var(--yellow);color:var(--ink);
 font-family:Archivo,sans-serif;font-weight:800;letter-spacing:-.03em;font-size:1.02rem;
 padding:3px 12px 4px;border-radius:56% 44% 60% 40% / 48% 58% 42% 52%;
 transform:rotate(-1.5deg);margin:0 0 9px}
.sus span:last-child{display:block}
.sus b{color:var(--ink)}
.sthem{width:41%;color:var(--ink-3)}
.sixmore{margin:clamp(24px,3vw,34px) 0 0}
.sixmore a{color:var(--blue);font-weight:800;font-size:1.04rem}
@media(max-width:820px){
  .sixtab,.sixtab tbody,.sixtab tr,.sixtab th,.sixtab td{display:block;width:auto}
  .sixtab thead{display:none}
  .sixtab tr{border-bottom:1px solid var(--line);padding:22px 0}
  .sixtab tbody th,.sixtab td{border:0;padding:0 0 10px}
  .sthem::before{content:"Elsewhere: ";font-weight:700;color:var(--ink-2)}
  .sus{width:auto}.sthem{width:auto}
}

/* ---- what the rate covers -------------------------------------------- */
.incl{background:var(--tint);padding:clamp(56px,7vw,92px) 0;
 border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.incl .wrap{max-width:var(--w-wide)}
.inclgrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
 gap:clamp(30px,5vw,68px)}
@media(max-width:820px){.inclgrid{grid-template-columns:1fr;gap:32px}}
.incl h2{max-width:16ch;margin-bottom:.55em}
.inclist{list-style:none;padding:0;margin:0;columns:2;column-gap:28px}
@media(max-width:520px){.inclist{columns:1}}
.inclist li{break-inside:avoid;padding:9px 0 9px 28px;position:relative;
 font-size:1.06rem;line-height:1.5;color:var(--ink)}
.inclist li::before{content:"";position:absolute;left:0;top:.78em;width:15px;height:8px;
 border-left:2.5px solid var(--blue);border-bottom:2.5px solid var(--blue);
 transform:rotate(-45deg)}
.inclside h3{font-size:1.1rem;margin:0 0 14px;letter-spacing:-.02em}
.exlist{list-style:none;padding:0;margin:0 0 22px}
.exlist li{padding:12px 0;border-bottom:1px solid var(--line);font-size:1.04rem;
 line-height:1.55;color:var(--ink-2)}
.exlist li:last-child{border-bottom:0}
.exlist b{color:var(--ink)}
.inclnote{font-size:1.04rem;line-height:1.62;color:var(--ink-2);max-width:42ch;
 padding-left:16px;border-left:3px solid var(--yellow);margin:0 0 22px}
.inclcta{color:var(--blue);font-weight:800;font-size:1.06rem}
