
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&family=Work+Sans:wght@400;500;600&display=swap');

:root{
  --light:#ffffff; --tint:#f5f2ec; --deep:#1e3a34; --seam:#152a25;
  --ink:#1f2a27; --ink-2:#4a5854; --ink-3:#7b8783;
  --on-deep:#f2f6f4; --on-deep-2:#adc2bb;
  --rule:#e4ded4; --rule-deep:#2e4f47;
  --accent:#b0803a; --accent-hover:#95682b; --accent-soft:#d9ab63;
  --wrap:min(1560px,100%); --gutter:clamp(1.25rem,4vw,4rem);
  --band:clamp(3.5rem,6.5vw,6.5rem);
  /* Source Serif 4 replaces Fraunces. Fraunces sets a swashed lowercase f
     that reads as broken in "From", "Helpful", "Before", "Full", "Beautiful".
     Source Serif 4 keeps the editorial warmth with an upright f and clean
     ff / fi / fl, and holds up from 32px to 60px. */
  --display:"Source Serif 4",Georgia,serif; --body:"Work Sans",system-ui,sans-serif;
  --shadow:0 24px 60px -32px rgba(21,42,37,.45);
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--light);color:var(--ink);font-family:var(--body);font-size:18px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
h1,h2,h3{font-family:var(--display);font-weight:600;letter-spacing:-.012em;margin:0;text-wrap:balance;line-height:1.12;
  /* standard ligatures on, decorative ones off */
  font-variant-ligatures:common-ligatures no-discretionary-ligatures;font-feature-settings:"liga" 1,"dlig" 0;
  font-optical-sizing:auto}
h1{font-size:clamp(2.6rem,5vw,4.2rem);line-height:1.03}
h2{font-size:clamp(2rem,3.2vw,2.9rem)}
h3{font-size:1.4rem}
p{margin:0}
a{color:var(--accent)}
.eyebrow{font-family:var(--body);font-size:.78rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin:0}
.lede{font-size:1.2rem;line-height:1.55;color:var(--ink-2)}
/* A band whose photograph moved to another page keeps the same rhythm by
   centring, rather than sitting hard against the left gutter with empty space
   beside it. */
.measure{max-width:60ch;margin-inline:auto;text-align:center}
.measure .stack{max-width:none;align-items:center}
.measure .stack .btn{align-self:center}
.measure .ticks{text-align:left;display:inline-flex;flex-direction:column}
.measure .places{text-align:left;justify-items:center}
.stack{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}
.stack--sm{display:flex;flex-direction:column;gap:.5rem}

.band{padding:var(--band) var(--gutter)}
.inner{width:var(--wrap);margin:0 auto}
.b-light{background:var(--light)}
.b-tint{background:var(--tint)}
.b-deep{background:var(--deep);color:var(--on-deep)}
.b-seam{background:var(--seam);color:var(--on-deep)}
.b-deep .lede,.b-seam .lede{color:var(--on-deep-2)}
.b-deep .eyebrow,.b-seam .eyebrow{color:var(--accent-soft)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.05rem 2.4rem;border:0;border-radius:999px;
  background:var(--accent);color:#fff;font-family:var(--body);font-size:.95rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;
  text-decoration:none;cursor:pointer;transition:background .15s ease}
.btn:hover{background:var(--accent-hover)}
.btn--light{background:#fff;color:var(--deep)}
.btn--light:hover{background:#f0ece4}
.btn--wide{width:100%}

/* header */
.utility{background:var(--seam);color:var(--on-deep-2);font-size:.85rem;padding:.6rem var(--gutter)}
.utility__in{width:var(--wrap);margin:0 auto;display:flex;flex-wrap:wrap;gap:.35rem 1.5rem;align-items:center;justify-content:space-between}
.utility a{color:#fff;text-decoration:none;font-weight:600}
.masthead{background:var(--light);border-bottom:1px solid var(--rule);padding:1.1rem var(--gutter);position:sticky;top:0;z-index:50}
.masthead__in{width:var(--wrap);margin:0 auto;display:flex;align-items:center;gap:2rem}
.brand{display:flex;flex-direction:column;gap:.1rem;text-decoration:none;color:var(--ink);margin-right:auto}
.brand b{font-family:var(--display);font-size:1.3rem;font-weight:700;letter-spacing:-.02em;line-height:1.05}
.brand span{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3)}
.nav{display:none;gap:2rem}
.nav a{font-size:.95rem;font-weight:600;color:var(--ink);text-decoration:none;padding:.3rem 0;border-bottom:2px solid transparent}
.nav a:hover{border-bottom-color:var(--accent)}
/* The header CTA stays at every width. Hiding it left the mobile masthead with
   no action at all — nav collapsed and nothing in its place. */
.masthead .btn{display:inline-flex;padding:.7rem 1.15rem;font-size:.78rem;letter-spacing:.04em}
@media(min-width:1000px){.nav{display:flex}.masthead .btn{padding:.85rem 1.9rem;font-size:.95rem}}

/* hero */
.hero{position:relative;padding:0 var(--gutter)}
.hero__frame{width:var(--wrap);margin:0 auto;position:relative;border-radius:4px;overflow:hidden}
.hero__frame img{width:100%;height:clamp(430px,52vw,660px);object-fit:cover;object-position:70% 50%}
.hero__overlay{position:absolute;inset:0;display:flex;align-items:center;
  background:linear-gradient(90deg,rgba(21,42,37,.78) 0%,rgba(21,42,37,.55) 34%,rgba(21,42,37,0) 62%)}
.hero__copy{padding:0 clamp(1.5rem,4vw,4rem);max-width:44rem;color:#fff;display:flex;flex-direction:column;gap:1.4rem}
.hero__copy h1{color:#fff}
.hero__copy p{color:rgba(255,255,255,.9);font-size:1.15rem;max-width:34rem}
.hero__copy .btn{align-self:flex-start}
@media(max-width:760px){
  .hero__frame img{height:520px;object-position:74% 50%}
  .hero__overlay{background:linear-gradient(180deg,rgba(21,42,37,.55) 0%,rgba(21,42,37,.78) 55%);align-items:flex-end}
  .hero__copy{padding:0 1.25rem 2.75rem;text-align:center;align-items:center}
  .hero__copy p{margin-inline:auto}
  .hero__copy .btn{width:100%}
}

/* Supporting pages. A shorter hero, a breadcrumb, and three layout primitives
   the homepage did not need. Everything else — bands, type, buttons, splits,
   steps, ticks, forms — is the homepage's, unchanged. */
.hero--page .hero__frame img{height:clamp(300px,34vw,440px);object-position:64% 50%}
@media(max-width:760px){.hero--page .hero__frame img{height:400px}}
.crumb{width:var(--wrap);margin:0 auto;padding:1.1rem var(--gutter) 0;font-size:.83rem;color:var(--ink-3);
  display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
.crumb a{color:var(--ink-2);text-decoration:none;border-bottom:1px solid var(--rule)}
.crumb a:hover{color:var(--accent)}
.crumb span[aria-current]{color:var(--ink-3)}
/* option cards — used where a page presents parallel choices rather than a sequence */
.opts{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:820px){.opts{grid-template-columns:repeat(2,1fr)}}
.opt{border:1px solid var(--rule);border-radius:4px;padding:2rem 1.9rem;display:flex;flex-direction:column;gap:.7rem;background:var(--light)}
.b-tint .opt{background:var(--light)}
.b-deep .opt{background:transparent;border-color:var(--rule-deep)}
.opt b{font-family:var(--display);font-size:1.28rem;font-weight:600;letter-spacing:-.01em}
.opt p{font-size:.99rem;line-height:1.6;color:var(--ink-2)}
.b-deep .opt p{color:var(--on-deep-2)}
.opt em{font-style:normal;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:600}
/* paired lists — what changes beside what stays */
.pair{display:grid;gap:2.25rem;grid-template-columns:1fr}
@media(min-width:720px){.pair{grid-template-columns:repeat(2,1fr);gap:3rem}}
.pair h3{font-size:1.15rem;margin-bottom:1.1rem}
/* related services */
.related{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(255px,1fr))}

.related a{display:flex;flex-direction:column;gap:.45rem;padding:1.6rem 1.75rem;border:1px solid var(--rule);
  border-radius:4px;text-decoration:none;background:var(--light);transition:border-color .18s ease}
.related a:hover{border-color:var(--accent)}
.related b{font-family:var(--display);font-size:1.2rem;font-weight:600;color:var(--ink)}
.related span{font-size:.95rem;color:var(--ink-2);line-height:1.55}

/* Informational pages open on type rather than a photograph. Cost, planning,
   questions and contact have no honest hero image to run, and inventing one
   would say less than the words do. */
.pagehead{padding:clamp(3rem,6vw,5rem) 0 clamp(2.5rem,5vw,4rem)}
.pagehead .inner{max-width:52rem}
.pagehead h1{font-size:clamp(2.3rem,4.4vw,3.6rem)}
.pagehead .lede{font-size:1.2rem;max-width:44rem}
.sources{font-size:.86rem;color:var(--ink-3);line-height:1.6}
.sources a{color:var(--ink-2)}
.tbl{width:100%;border-collapse:collapse;font-size:.97rem}
.tbl th,.tbl td{text-align:left;padding:.85rem 1rem;border-bottom:1px solid var(--rule);vertical-align:top}
.tbl th{font-family:var(--body);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);font-weight:600}
.tbl td:last-child,.tbl th:last-child{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
.b-deep .tbl th,.b-deep .tbl td{border-bottom-color:var(--rule-deep)}
.scrollx{overflow-x:auto}

.form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--ink-3) 50%),linear-gradient(135deg,var(--ink-3) 50%,transparent 50%);
  background-position:calc(100% - 20px) 52%,calc(100% - 14px) 52%;background-size:6px 6px;background-repeat:no-repeat}
/* Renamed from .opt, which collided with the option-card component and drew a
   card border around the word "Optional" inside every form on a dark band. */
.opt-tag{font-weight:400;text-transform:none;letter-spacing:0;color:var(--ink-3);font-size:.78rem}
.req{color:var(--accent);font-weight:700}

/* mid-page conversion band */
.cta-band{background:var(--deep);color:var(--on-deep);padding:clamp(2.5rem,5vw,3.5rem) 0}
.cta-band .wrapx{width:var(--wrap);margin:0 auto;padding:0 var(--gutter)}
.cta-band .inner{display:flex;flex-direction:column;gap:1.25rem;align-items:center;text-align:center}
.cta-band h2{color:#fff;font-size:clamp(1.6rem,2.6vw,2.2rem)}
.cta-band p{color:var(--on-deep-2);max-width:38rem;margin:0}
@media(min-width:820px){
  .cta-band .inner{flex-direction:row;text-align:left;justify-content:space-between;align-items:center;gap:2.5rem}
  .cta-band .btn{flex:0 0 auto}
}

/* trust row */
.trust__head{text-align:center;max-width:46rem;margin:0 auto 3.25rem;display:flex;flex-direction:column;gap:.9rem}
.trust{display:grid;gap:2.5rem 2rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:900px){.trust{grid-template-columns:repeat(5,1fr)}}
.trust div{text-align:center;display:flex;flex-direction:column;gap:.55rem;align-items:center}
.trust svg{width:38px;height:38px;color:var(--accent)}
.trust b{font-family:var(--display);font-size:1.08rem;font-weight:600;line-height:1.25}
.trust p{font-size:.92rem;color:var(--ink-2);line-height:1.5}

/* split */
/* Splits centre their two columns, which is right beside a photograph and
   wrong beside a tall form: it pushed the heading half a form down the band.
   Where a form is present the copy starts at the top instead. */
.split{display:grid;gap:2.5rem;align-items:center}
.split:has(.form){align-items:start}
@media(min-width:960px){.split{grid-template-columns:1fr 1fr;gap:clamp(3rem,5vw,5.5rem)}.split--flip>*:first-child{order:2}}
.split img{width:100%;height:clamp(300px,34vw,520px);object-fit:cover;border-radius:4px}
.split .stack{max-width:34rem}

/* lists */
.ticks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}
.ticks li{display:flex;gap:.8rem;align-items:flex-start;font-size:1.02rem;line-height:1.5}
.ticks svg{width:20px;height:20px;flex:none;margin-top:.28rem;color:var(--accent)}
.b-deep .ticks li{color:var(--on-deep-2)}
.b-deep .ticks svg{color:var(--accent-soft)}

.cols{display:grid;gap:2rem 2.5rem;grid-template-columns:1fr}
@media(min-width:760px){.cols{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1200px){.cols--3{grid-template-columns:repeat(3,1fr)}}
.item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--rule-deep)}
.b-light .item,.b-tint .item{border-bottom-color:var(--rule)}
.item b{font-family:var(--display);font-size:1.15rem;font-weight:600}
.item p{font-size:.98rem;color:var(--on-deep-2);line-height:1.55}
.b-light .item p,.b-tint .item p{color:var(--ink-2)}

/* process */
.steps{display:flex;flex-wrap:wrap;justify-content:center;gap:2.25rem 2.5rem}
.step{flex:1 1 calc(50% - 1.25rem)}
@media(min-width:1000px){.step{flex:1 1 0;min-width:200px;max-width:300px}}
.step{display:flex;flex-direction:column;gap:.6rem}
.step em{font-family:var(--display);font-style:normal;font-size:2.4rem;font-weight:600;color:var(--accent);line-height:1}
.step b{font-family:var(--display);font-size:1.15rem;font-weight:600}
.step p{font-size:.96rem;color:var(--ink-2);line-height:1.55}
/* Steps run on deep bands too. Without this the description text kept the
   light-mode ink and sat at 1.65:1 on forest green — technically present,
   practically invisible. Every other component on a dark band already had
   this override; this one was missed. */
.b-deep .step p,.b-seam .step p{color:var(--on-deep-2)}

/* places */
.places{list-style:none;margin:0;padding:0;display:grid;gap:.7rem 1.5rem;grid-template-columns:repeat(2,1fr)}
@media(min-width:700px){.places{grid-template-columns:repeat(3,1fr)}}
.places li{display:flex;gap:.6rem;align-items:center;font-size:1.02rem;color:var(--on-deep-2)}
.places li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent-soft);flex:none}

/* faq */
/* Splitting the questions in half by count left a short second column
   whenever the group had an odd number. Multi-column balances by height. */
.faq{columns:1;column-gap:3.5rem}
.faq .qa{break-inside:avoid}
@media(min-width:960px){.faq{columns:2}}
.qa{padding:1.5rem 0;border-bottom:1px solid var(--rule);display:flex;flex-direction:column;gap:.5rem}
.qa b{font-family:var(--display);font-size:1.12rem;font-weight:600;line-height:1.3}
.qa p{font-size:.97rem;color:var(--ink-2);line-height:1.6}

/* form */
.form{background:#fff;border-radius:6px;padding:clamp(1.75rem,3vw,2.5rem);display:flex;flex-direction:column;gap:1.05rem;box-shadow:var(--shadow);color:var(--ink);
  border-top:4px solid var(--accent)}
.form h3{font-size:1.6rem}
.form .stack--sm{gap:.3rem;margin-bottom:.25rem}
.form label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--ink-2);letter-spacing:.02em}
/* The label text and its required/optional marker are one row. As bare flex
   children of the column they each took a line of their own. */
.form .lab{display:flex;align-items:baseline;gap:.4rem}
.form input,.form textarea,.form select{font:inherit;font-size:1rem;padding:.95rem 1rem;border:1px solid #cfc7ba;border-radius:4px;background:#fdfcfa;color:var(--ink);width:100%;
  transition:border-color .15s ease,background .15s ease}
.form input:hover,.form textarea:hover,.form select:hover{border-color:#b8ae9e}
.form textarea{resize:vertical;min-height:5.5rem}
.form input:focus,.form textarea:focus,.form select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent);background:#fff}
.form small{font-size:.82rem;color:var(--ink-3);line-height:1.5}
.form .btn{margin-top:.35rem;font-size:1rem;padding:1.05rem 1.9rem}
/* reassurance sits with the button, where the hesitation actually happens */
.assure{display:flex;flex-wrap:wrap;gap:.5rem 1.15rem;margin-top:.1rem;padding-top:.9rem;border-top:1px solid var(--rule);
  font-size:.82rem;color:var(--ink-2)}
.assure span{display:inline-flex;align-items:center;gap:.4rem}
.assure svg{width:14px;height:14px;color:var(--accent);flex:0 0 auto}
.two-up{display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:520px){.two-up{grid-template-columns:1fr 1fr}}

/* footer */
.foot{display:grid;gap:2.5rem;grid-template-columns:1fr}
@media(min-width:700px){.foot{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1100px){.foot{grid-template-columns:1.6fr 1fr 1fr 1fr}}
.foot h4{font-family:var(--body);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--on-deep-2);margin:0 0 1rem}
.foot ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}
.foot a,.foot li{color:var(--on-deep);text-decoration:none;font-size:.97rem}
.foot a:hover{text-decoration:underline}
.legal{margin-top:3.5rem;padding-top:1.75rem;border-top:1px solid var(--rule-deep);font-size:.85rem;color:var(--on-deep-2)}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:.5rem;z-index:80;background:#fff;padding:.7rem 1rem;border-radius:3px}
