:root{
  --cream:#F9F4E7;
  --cream-deep:#F1E9D4;
  --ink:#26262B;
  --ink-soft:#54545C;
  --line:#E2D9C2;

  /* the scrap-quilt palette */
  --teal:#147D7B;
  --teal-bright:#1E9E9C;
  --deep:#175E66;
  --aqua:#8FD6CD;
  --magenta:#C2186A;
  --magenta-bright:#D9317E;
  --pink:#F2A9C0;
  --coral:#F07A5F;
  --red:#C93434;
  --yellow:#F2BE3C;
  --yellow-pale:#F6D97C;
  --purple:#7B4FA0;
  --olive:#A9A03C;

  --display:"Fraunces", Georgia, serif;
  --sans:"Source Sans 3", ui-sans-serif, system-ui, sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} }
body{
  background:var(--cream);
  color:var(--ink);
  font-family:var(--sans);
  font-size:18px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a:focus-visible,button:focus-visible{outline:3px solid var(--magenta);outline-offset:3px}
.skip{
  position:absolute;left:-9999px;top:0;z-index:20;
  background:var(--ink);color:var(--cream);font-weight:600;font-size:15px;
  padding:12px 20px;text-decoration:none;
}
.skip:focus{left:0}
.wrap{max-width:1200px;margin:0 auto;padding:0 32px}
@media (max-width:720px){ .wrap{padding:0 20px} }

/* ---------- nav ---------- */
nav{
  position:sticky;top:0;z-index:10;
  background:rgba(249,244,231,.93);backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.nav-in{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}
.mark{display:grid;grid-template-columns:repeat(3,8px);grid-template-rows:repeat(3,8px);gap:2px;flex:none}
.mark i:nth-child(1){background:var(--teal-bright)}
.mark i:nth-child(2){background:var(--yellow)}
.mark i:nth-child(3){background:var(--magenta-bright)}
.mark i:nth-child(4){background:var(--coral)}
.mark i:nth-child(5){background:var(--ink)}
.mark i:nth-child(6){background:var(--aqua)}
.mark i:nth-child(7){background:var(--purple)}
.mark i:nth-child(8){background:var(--red)}
.mark i:nth-child(9){background:var(--olive)}
.brand b{font-family:var(--display);font-weight:550;font-size:19px;letter-spacing:.14em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.nav-links a{
  color:var(--ink);text-decoration:none;font-size:15px;font-weight:600;letter-spacing:.02em;
  padding-bottom:3px;border-bottom:2px solid transparent;
}
.nav-links a:hover{color:var(--magenta)}
.nav-links a.on{border-bottom-color:var(--magenta)}
.nav-right{display:flex;align-items:center;gap:28px}
.btn{
  display:inline-block;background:var(--ink);color:var(--cream);
  font-family:var(--sans);font-weight:600;font-size:15px;letter-spacing:.02em;
  padding:12px 24px;text-decoration:none;border:none;cursor:pointer;
  transition:background .15s ease;
}
.btn:hover{background:var(--magenta)}
.nav-toggle{
  display:none;width:44px;height:44px;flex:none;position:relative;
  background:none;border:2px solid var(--ink);cursor:pointer;
}
.nav-toggle i{position:absolute;left:10px;right:10px;height:2px;background:var(--ink)}
.nav-toggle i:nth-child(1){top:13px}
.nav-toggle i:nth-child(2){top:20px}
.nav-toggle i:nth-child(3){top:27px}
nav.open .nav-toggle{background:var(--ink)}
nav.open .nav-toggle i{background:var(--cream)}
@media (max-width:1080px){
  .nav-in{min-height:64px;padding-top:8px;padding-bottom:8px}
  .nav-right{gap:10px}
  nav .brand b{font-size:16px;letter-spacing:.09em}
  nav .brand{gap:9px}
  nav .btn{padding:10px 14px;font-size:14px}
  .nav-toggle{display:block}
  .nav-links{display:none;order:3;width:100%;flex-direction:column;align-items:stretch;gap:0;padding:4px 0 10px}
  .nav-links a{padding:13px 0;border-bottom:1px solid var(--line);font-size:16px}
  .nav-links a.on{color:var(--magenta)}
  nav.open .nav-links{display:flex}
}

/* ---------- hero (home) ---------- */
.hero{padding:104px 0 116px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:72px;align-items:center}
.kicker{
  font-size:13px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--magenta);
  margin-bottom:28px;
}
h1{
  font-family:var(--display);font-weight:450;
  font-size:clamp(40px,5.6vw,72px);
  line-height:1.04;letter-spacing:-.01em;
  margin-bottom:30px;max-width:16ch;
}
.hero p{font-size:20px;color:var(--ink-soft);max-width:54ch;margin-bottom:40px;line-height:1.65}
.hero-ctas{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.btn.big{padding:16px 32px;font-size:16px}
.link{
  color:var(--ink);font-weight:600;font-size:16px;text-decoration:none;
  border-bottom:2px solid var(--magenta);padding-bottom:3px;
}
.link:hover{color:var(--magenta)}

/* hero quilt: a double nine patch (video slot reserved) */
.hero-quilt{max-width:460px;width:100%;justify-self:end}
.hero-quilt svg{display:block;width:100%;height:auto}
@media (prefers-reduced-motion: no-preference){
  .hero-quilt g{opacity:0;transform:scale(.9);transform-origin:center;transform-box:fill-box;
    animation:setblock .5s cubic-bezier(.2,.7,.3,1) forwards}
  .hero-quilt g:nth-child(1){animation-delay:.03s}
  .hero-quilt g:nth-child(2){animation-delay:.09s}
  .hero-quilt g:nth-child(3){animation-delay:.15s}
  .hero-quilt g:nth-child(4){animation-delay:.21s}
  .hero-quilt g:nth-child(5){animation-delay:.27s}
  .hero-quilt g:nth-child(6){animation-delay:.33s}
  .hero-quilt g:nth-child(7){animation-delay:.39s}
  .hero-quilt g:nth-child(8){animation-delay:.45s}
  .hero-quilt g:nth-child(9){animation-delay:.51s}
  @keyframes setblock{to{opacity:1;transform:none}}
}
@media (max-width:900px){
  .hero{padding:60px 0 76px}
  .hero-grid{grid-template-columns:1fr;gap:48px}
  .hero-quilt{max-width:260px;justify-self:start;order:-1}
}

/* ---------- page hero (subpages) ---------- */
.page-hero{padding-top:84px;padding-bottom:24px}
.page-hero h1{font-size:clamp(36px,4.6vw,58px);max-width:20ch;margin-bottom:24px}
.page-hero .lede{font-size:20px;color:var(--ink-soft);max-width:62ch;line-height:1.65}
@media (max-width:720px){ .page-hero{padding-top:56px;padding-bottom:8px} }

/* ---------- section scaffolding ---------- */
section{padding:110px 0}
@media (max-width:720px){ section{padding:72px 0} }
section.tight{padding:72px 0}
.sec-head{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:48px;margin-bottom:72px}
h2{
  font-family:var(--display);font-weight:450;
  font-size:clamp(30px,3.6vw,46px);line-height:1.1;letter-spacing:-.01em;
}
.sec-head p{font-size:19px;color:var(--ink-soft);align-self:end;max-width:52ch;line-height:1.65}
@media (max-width:900px){ .sec-head{grid-template-columns:1fr;gap:20px;margin-bottom:48px} }

/* ---------- the nine services (home tiles) ---------- */
.quilt{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.patch{padding:36px 32px 40px;min-height:230px;display:flex;flex-direction:column;justify-content:flex-end}
.patch .no{
  font-family:var(--display);font-size:14px;letter-spacing:.18em;
  margin-bottom:auto;padding-bottom:28px;
}
.patch h3{font-family:var(--display);font-weight:550;font-size:23px;margin-bottom:8px;letter-spacing:.005em}
.patch p{font-size:15.5px;line-height:1.55}

.p-paper{background:var(--yellow);color:#3A2D08}
.p-paper h3{color:#241C05}
.p-photo{background:var(--magenta);color:#FBE3EE}
.p-photo h3{color:#fff}
.p-house{background:var(--teal);color:#EFFAF8}
.p-house h3{color:#fff}
.p-accounts{background:var(--olive);color:#28250A}
.p-accounts h3{color:#1B1906}
.p-record{background:var(--deep);color:#D5E8E8}
.p-record h3{color:#fff}
.p-belong{background:var(--coral);color:#3C1509}
.p-belong h3{color:#2A0E06}
.p-sale{background:var(--purple);color:#EDE2F6}
.p-sale h3{color:#fff}
.p-calls{background:var(--aqua);color:#123734}
.p-calls h3{color:#0C2624}
.p-pros{background:var(--red);color:#FDEFEC}
.p-pros h3{color:#fff}

@media (max-width:900px){ .quilt{grid-template-columns:repeat(2,1fr)} }
@media (max-width:600px){
  .quilt{grid-template-columns:1fr}
  .patch{min-height:0}
  .patch .no{padding-bottom:16px}
}

/* ---------- how it works (home) / step lists ---------- */
.how{background:var(--cream-deep)}
.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 64px}
.step{padding:40px 0;border-top:1px solid var(--line)}
.step .n{
  display:flex;align-items:center;gap:10px;
  font-size:13px;font-weight:600;letter-spacing:.2em;color:var(--ink-soft);
  margin-bottom:14px;
}
.step .n::before{content:"";width:12px;height:12px;flex:none}
.step:nth-child(1) .n::before{background:var(--yellow)}
.step:nth-child(2) .n::before{background:var(--teal-bright)}
.step:nth-child(3) .n::before{background:var(--coral)}
.step:nth-child(4) .n::before{background:var(--magenta-bright)}
.step h3{font-family:var(--display);font-weight:550;font-size:24px;margin-bottom:10px}
.step p{color:var(--ink-soft);font-size:16.5px;max-width:44ch}
@media (max-width:900px){ .steps{grid-template-columns:1fr;gap:0} }

/* ---------- deep teal band ---------- */
.word{background:var(--deep);color:#BFD6D6}
.word h2{color:#fff;max-width:18ch}
.word .sec-head p{color:#BFD6D6}
.limits{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 64px;list-style:none}
.limits li{
  border-top:1px solid #2E7079;padding:28px 0 32px;
  font-size:17px;line-height:1.6;color:#D9E8E8;
}
.limits li b{color:#fff;font-weight:600;display:flex;align-items:baseline;gap:12px;margin-bottom:6px;font-size:18px}
.limits li b::before{content:"";width:10px;height:10px;flex:none;transform:translateY(-1px)}
.limits li:nth-child(1) b::before{background:var(--yellow)}
.limits li:nth-child(2) b::before{background:var(--coral)}
.limits li:nth-child(3) b::before{background:var(--aqua)}
.limits li:nth-child(4) b::before{background:var(--magenta-bright)}
.limits li:nth-child(5) b::before{background:var(--yellow-pale)}
.limits li:nth-child(6) b::before{background:var(--pink)}
.limits li:nth-child(7) b::before{background:var(--teal-bright)}
.limits li:nth-child(8) b::before{background:var(--olive)}
@media (max-width:900px){ .limits{grid-template-columns:1fr;gap:0} }

/* ---------- professionals teaser (home) ---------- */
.pro-in{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:48px;align-items:start}
.pro p{font-size:20px;line-height:1.65;color:var(--ink-soft);max-width:52ch}
.pro .link{margin-top:24px;display:inline-block}
@media (max-width:900px){ .pro-in{grid-template-columns:1fr;gap:20px} }

/* ---------- service detail blocks ---------- */
.svc{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,7fr);gap:48px;border-top:1px solid var(--line);padding:52px 0}
.svc:last-child{border-bottom:1px solid var(--line)}
.svc .tag{display:flex;align-items:baseline;gap:14px}
.svc .tag i{width:14px;height:14px;flex:none;transform:translateY(1px)}
.svc .tag .no{font-family:var(--display);font-size:14px;letter-spacing:.18em;color:var(--ink-soft)}
.svc h3{font-family:var(--display);font-weight:550;font-size:28px;margin-top:10px;letter-spacing:.005em}
.svc .body p{color:var(--ink-soft);font-size:17.5px;max-width:60ch;margin-bottom:16px}
.svc .body p:last-child{margin-bottom:0}
.svc .body ul{list-style:none;margin-top:8px}
.svc .body li{
  position:relative;padding:10px 0 10px 26px;color:var(--ink-soft);font-size:16.5px;max-width:60ch;
}
.svc .body li::before{content:"";position:absolute;left:0;top:18px;width:10px;height:10px;background:var(--acc,var(--teal-bright))}
@media (max-width:900px){ .svc{grid-template-columns:1fr;gap:18px;padding:40px 0} }

/* ---------- also-handled strip ---------- */
.alsolist{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.alsolist span{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--cream-deep);padding:10px 16px;font-size:15.5px;color:var(--ink);
}
.alsolist span i{width:9px;height:9px;flex:none}

/* ---------- pricing ---------- */
.prices{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.price{background:var(--cream-deep);padding:0 28px 32px;display:flex;flex-direction:column}
.price .cap{height:8px;margin:0 -28px 26px}
.price h3{font-family:var(--display);font-weight:550;font-size:22px;margin-bottom:4px}
.price .for{font-size:15px;color:var(--ink-soft);margin-bottom:18px;min-height:44px}
.price .amt{font-family:var(--display);font-weight:450;font-size:42px;letter-spacing:-.01em}
.price .amt small{font-family:var(--sans);font-size:14px;font-weight:600;color:var(--ink-soft);letter-spacing:.02em}
.price ul{list-style:none;margin-top:20px;border-top:1px solid var(--line)}
.price li{padding:11px 0;border-bottom:1px solid var(--line);font-size:15.5px;color:var(--ink-soft);line-height:1.5}
@media (max-width:1020px){ .prices{grid-template-columns:repeat(2,1fr)} }
@media (max-width:600px){ .prices{grid-template-columns:1fr} .price .for{min-height:0} }

.fee-table{border-top:1px solid var(--line)}
.fee-table .fee{
  display:grid;grid-template-columns:minmax(0,7fr) minmax(0,3fr);gap:24px;
  padding:18px 0;border-bottom:1px solid var(--line);align-items:baseline;
}
.fee-table .fee p{color:var(--ink-soft);font-size:16.5px}
.fee-table .fee b{font-size:17px;font-weight:600;color:var(--ink)}
.fee-table .fee .amt{font-family:var(--display);font-size:22px;text-align:right;white-space:nowrap}
@media (max-width:600px){ .fee-table .fee{grid-template-columns:1fr;gap:4px} .fee-table .fee .amt{text-align:left} }

.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.tier{background:var(--cream-deep);padding:0 30px 34px}
.tier .cap{height:8px;margin:0 -30px 26px}
.tier .n{font-size:13px;font-weight:600;letter-spacing:.2em;color:var(--ink-soft);margin-bottom:10px}
.tier h3{font-family:var(--display);font-weight:550;font-size:24px;margin-bottom:12px}
.tier p{color:var(--ink-soft);font-size:16.5px;margin-bottom:12px}
.tier p:last-child{margin-bottom:0}
@media (max-width:900px){ .tiers{grid-template-columns:1fr} }

/* ---------- deadlines / numbered features ---------- */
.dl{border-top:1px solid var(--line)}
.dl .d{
  display:grid;grid-template-columns:110px minmax(0,1fr);gap:32px;
  padding:40px 0;border-bottom:1px solid var(--line);
}
.dl .d .num{font-family:var(--display);font-weight:450;font-size:64px;line-height:1;letter-spacing:-.02em}
.dl .d h3{font-family:var(--display);font-weight:550;font-size:24px;margin-bottom:8px}
.dl .d p{color:var(--ink-soft);font-size:17px;max-width:62ch}
@media (max-width:600px){ .dl .d{grid-template-columns:1fr;gap:8px;padding:32px 0} .dl .d .num{font-size:44px} }

/* ---------- checklist ---------- */
.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 64px;list-style:none}
.checklist li{
  border-top:1px solid var(--line);padding:24px 0 28px;
  font-size:17px;line-height:1.6;color:var(--ink-soft);
}
.checklist li b{color:var(--ink);font-weight:600;display:flex;align-items:baseline;gap:12px;margin-bottom:6px;font-size:18px}
.checklist li b::before{content:"";width:10px;height:10px;flex:none;transform:translateY(-1px);background:var(--acc,var(--teal-bright))}
@media (max-width:900px){ .checklist{grid-template-columns:1fr;gap:0} }

/* ---------- faq ---------- */
.faq{border-top:1px solid var(--line);max-width:860px}
.faq .qa{padding:34px 0;border-bottom:1px solid var(--line)}
.faq h3{
  font-family:var(--display);font-weight:550;font-size:23px;margin-bottom:10px;
  display:flex;align-items:baseline;gap:14px;
}
.faq h3::before{content:"";width:11px;height:11px;flex:none;background:var(--acc,var(--teal-bright));transform:translateY(-2px)}
.faq p{color:var(--ink-soft);font-size:17px;max-width:66ch;margin-bottom:10px}
.faq p:last-child{margin-bottom:0}

/* ---------- prose + notes ---------- */
.prose{max-width:760px}
.prose p{color:var(--ink-soft);font-size:18px;margin-bottom:18px}
.prose p:last-child{margin-bottom:0}
.note{
  border-left:4px solid var(--yellow);background:var(--cream-deep);
  padding:20px 26px;font-size:16px;color:var(--ink-soft);max-width:760px;
}
.note b{color:var(--ink)}

/* ---------- CTA band ---------- */
.cta-band{background:var(--cream-deep)}
.cta-in{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.cta-in h2{max-width:22ch}
@media (max-width:720px){ .cta-in{flex-direction:column;align-items:flex-start} }

/* ---------- footer ---------- */
footer{border-top:1px solid var(--line);padding:0 0 72px;background:var(--cream)}
.foot-strip{display:flex;height:10px}
.foot-strip i{flex:1}
.foot-strip i:nth-child(1){background:var(--teal-bright)}
.foot-strip i:nth-child(2){background:var(--yellow)}
.foot-strip i:nth-child(3){background:var(--magenta-bright)}
.foot-strip i:nth-child(4){background:var(--aqua)}
.foot-strip i:nth-child(5){background:var(--coral)}
.foot-strip i:nth-child(6){background:var(--purple)}
.foot-strip i:nth-child(7){background:var(--yellow-pale)}
.foot-strip i:nth-child(8){background:var(--red)}
.foot-strip i:nth-child(9){background:var(--deep)}
.foot{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;align-items:flex-start;padding-top:52px}
.foot-nav{display:flex;flex-direction:column;gap:8px}
.foot-nav a{color:var(--ink-soft);text-decoration:none;font-size:15px}
.foot-nav a:hover{color:var(--magenta)}
.foot-meta{font-size:15px;color:var(--ink-soft);line-height:1.9;text-align:right}
.foot-meta em{color:var(--magenta);font-style:normal;font-size:13px;letter-spacing:.06em;font-weight:600}
.foot-legal{width:100%;padding-top:32px;font-size:13.5px;color:var(--ink-soft);max-width:76ch}
@media (max-width:720px){ .foot{flex-direction:column} .foot-meta{text-align:left} }
