/* La La Laundry v3 — the July v1 design system, lifted verbatim.
   Do not restyle it. v3 exists because Josh chose this look; the only
   changes below the divider are components v1 never had (prices on cards,
   FAQ, the call band, service pages). */
:root{
  --forest:#16352A;
  --forest-deep:#0D231B;
  --bone:#F7F3EC;
  --bone-2:#EFE9DE;
  --blush:#E5A4B4;
  --petal:#F6DEE4;
  --mint:#A9D9C8;
  --ink:#141B17;
  --rule:rgba(22,53,42,.16);
  --max:1320px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--bone);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:'Jost',sans-serif;font-weight:300;line-height:1.08}
.container{max-width:var(--max);margin:0 auto;padding:0 32px}
.eyebrow{font-size:11.5px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}
.btn{display:inline-block;font-family:'DM Sans',sans-serif;font-size:13.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:15px 32px;border-radius:100px;border:1px solid var(--forest);transition:all .3s var(--ease);cursor:pointer}
.btn-solid{background:var(--forest);color:var(--bone)}
.btn-solid:hover{background:var(--forest-deep);transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--forest)}
.btn-ghost:hover{background:var(--forest);color:var(--bone)}
.btn-light{border-color:var(--bone);color:var(--bone)}
.btn-light:hover{background:var(--bone);color:var(--forest)}

/* ---------- ticker ---------- */
.ticker{background:var(--forest);color:var(--bone);overflow:hidden;white-space:nowrap;padding:9px 0;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}
.ticker-track{display:inline-flex;animation:tick 38s linear infinite}
.ticker span{padding:0 22px;opacity:.92}
.ticker .dot{color:var(--blush);opacity:1}
@keyframes tick{to{transform:translateX(-50%)}}

/* ---------- announce ---------- */
.announce{background:var(--petal);color:var(--forest);text-align:center;padding:9px 16px;font-size:12.5px;font-weight:500;letter-spacing:.04em}
.announce strong{font-weight:600}

/* ---------- nav ---------- */
nav{position:sticky;top:0;z-index:200;background:rgba(247,243,236,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--rule)}
.nav-inner{max-width:var(--max);margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:76px}
.wordmark{font-family:'Jost',sans-serif;font-weight:500;font-size:21px;letter-spacing:.12em;text-transform:uppercase;color:var(--forest);display:flex;align-items:baseline;gap:10px}
.wordmark em{font-style:normal;font-weight:300;font-size:12px;letter-spacing:.28em;color:var(--blush);filter:saturate(1.2) brightness(.82)}
.nav-links{display:flex;gap:36px;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
.nav-links a{color:var(--forest);position:relative;padding:4px 0}
.nav-links a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--forest);transition:width .3s var(--ease)}
.nav-links a:hover::after{width:100%}
.nav-cta{font-size:12.5px;padding:12px 26px}
@media(max-width:900px){.nav-links{display:none}}
@media(max-width:760px){
  .nav-inner{height:62px;padding:0 20px}
  .wordmark{font-size:15px;letter-spacing:.1em;white-space:nowrap}
  .wordmark em{display:none}
  .nav-cta{padding:10px 18px;font-size:11px;white-space:nowrap}
}

/* ---------- hero ---------- */
.hero{position:relative;height:calc(100vh - 130px);min-height:560px;max-height:860px;overflow:hidden;background:var(--forest-deep)}
.slide{position:absolute;inset:0;opacity:0;transition:opacity 1.4s var(--ease);pointer-events:none}
.slide.active{opacity:1;pointer-events:auto}
.slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.06);transition:transform 7s linear;filter:saturate(1.08) contrast(1.04) brightness(1.02)}
.slide.active .slide-bg{transform:scale(1)}
.slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,35,27,.36) 0%,rgba(13,35,27,.46) 55%,rgba(13,35,27,.72) 100%)}
.slide-content h1,.slide-content .h1{text-shadow:0 2px 28px rgba(13,35,27,.45)}
.slide-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:0 0 96px;color:var(--bone)}
.slide-content .container{width:100%}
.slide-content .eyebrow{color:var(--blush);margin-bottom:18px}
.slide-content h1,.slide-content .h1{font-size:clamp(42px,6.2vw,78px);font-weight:300;letter-spacing:-.01em;max-width:13ch;margin-bottom:20px}
.slide-content p{font-size:16.5px;max-width:46ch;opacity:.94;margin-bottom:32px}
.slide-ctas{display:flex;gap:14px;flex-wrap:wrap}
.hero-dots{position:absolute;z-index:5;bottom:36px;left:50%;transform:translateX(-50%);display:flex;gap:10px}
.hero-dots button{width:34px;height:3px;border:none;background:rgba(247,243,236,.35);cursor:pointer;transition:background .3s;border-radius:2px}
.hero-dots button.on{background:var(--bone)}
.badge-spin{position:absolute;z-index:5;right:56px;bottom:52px;width:128px;height:128px;pointer-events:none}
.badge-spin svg{width:100%;height:100%;animation:spin 22s linear infinite}
.badge-spin .badge-core{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:'Jost',sans-serif;font-weight:500;font-size:15px;letter-spacing:.1em;color:var(--blush)}
@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:760px){.badge-spin{display:none}.slide-content{padding-bottom:110px}}

/* ---------- intro ---------- */
.intro{padding:120px 0 96px;text-align:center}
.intro .eyebrow{color:var(--blush);filter:brightness(.75) saturate(1.3);margin-bottom:22px}
.intro h2{font-size:clamp(34px,4.4vw,58px);max-width:20ch;margin:0 auto 26px;color:var(--forest)}
.intro p{max-width:62ch;margin:0 auto 40px;font-size:16px;color:#3c463f}
.intro-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ---------- stats ---------- */
.stats{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:var(--bone)}
.stats-row{display:grid;grid-template-columns:repeat(5,1fr)}
.stat{padding:44px 20px;text-align:center;border-left:1px solid var(--rule)}
.stat:first-child{border-left:none}
.stat b{display:block;font-family:'Jost',sans-serif;font-weight:300;font-size:clamp(30px,3vw,44px);color:var(--forest);line-height:1.1;margin-bottom:8px}
.stat span{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#6b7570}
@media(max-width:900px){.stats-row{grid-template-columns:repeat(2,1fr)}.stat{border-left:none;border-top:1px solid var(--rule)}.stat:nth-child(-n+2){border-top:none}.stat:last-child{grid-column:1/-1}}

/* ---------- ritual cards ---------- */
.ritual{padding:120px 0}
.section-head{text-align:center;margin-bottom:64px}
.section-head .eyebrow{color:var(--blush);filter:brightness(.75) saturate(1.3);margin-bottom:18px}
.section-head h2{font-size:clamp(32px,4vw,52px);color:var(--forest);max-width:22ch;margin:0 auto}
.section-head p{margin:18px auto 0;max-width:52ch;color:#3c463f}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{background:#fff;border:1px solid var(--rule);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.card:hover{transform:translateY(-5px);box-shadow:0 24px 48px -24px rgba(13,35,27,.28)}
.card-img{aspect-ratio:4/3.1;overflow:hidden}
.card-img div{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .8s var(--ease);filter:saturate(1.07) contrast(1.03)}
.card:hover .card-img div{transform:scale(1.05)}
.card-body{padding:26px 26px 30px}
.card-body h3{font-size:21px;font-weight:400;color:var(--forest);margin-bottom:8px}
.card-body p{font-size:14px;color:#4a544d}
@media(max-width:960px){.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.cards{grid-template-columns:1fr}}

/* ---------- services ---------- */
.services{background:var(--forest);color:var(--bone);padding:120px 0}
.services .section-head h2{color:var(--bone)}
.services .section-head .eyebrow{color:var(--blush);filter:none}
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(247,243,236,.14);border:1px solid rgba(247,243,236,.14)}
.svc{background:var(--forest);padding:38px 34px;transition:background .3s var(--ease)}
.svc:hover{background:var(--forest-deep)}
.svc h3{font-size:19px;font-weight:400;margin-bottom:10px;color:var(--bone);display:flex;align-items:center;gap:10px}
.svc h3 i{font-style:normal;color:var(--blush);font-size:13px}
.svc p{font-size:13.5px;color:rgba(247,243,236,.72)}
@media(max-width:960px){.svc-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.svc-grid{grid-template-columns:1fr}}

/* ---------- split sections ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:120px 0}
.split-img{overflow:hidden}
.split-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/4.4}
.split-txt .eyebrow{color:var(--blush);filter:brightness(.75) saturate(1.3);margin-bottom:20px}
.split-txt h2{font-size:clamp(30px,3.6vw,48px);color:var(--forest);margin-bottom:22px;max-width:17ch}
.split-txt p{color:#3c463f;margin-bottom:18px;max-width:52ch}
.split-txt .btn{margin-top:14px}
.split.flip .split-img{order:2}
.plants-band{background:var(--petal)}
.plants-band .split-txt h2{color:var(--forest)}
ul.plainlist{list-style:none;margin:6px 0 10px}
ul.plainlist li{padding:9px 0;border-bottom:1px solid rgba(22,53,42,.14);font-size:14px;color:#31403a;display:flex;gap:12px;align-items:baseline}
ul.plainlist li::before{content:"—";color:var(--blush);filter:brightness(.75) saturate(1.3)}
@media(max-width:900px){.split{grid-template-columns:1fr;gap:44px;padding:88px 0}.split.flip .split-img{order:0}}

/* ---------- locations ---------- */
.locations{padding:120px 0;background:var(--bone-2)}
.loc-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.loc{background:#fff;border:1px solid var(--rule);padding:44px 44px 40px}
.loc h3{font-size:24px;font-weight:400;color:var(--forest);margin-bottom:4px}
.loc .addr{font-size:14px;color:#4a544d;margin-bottom:22px}
.loc dl{display:grid;grid-template-columns:96px 1fr;row-gap:10px;font-size:13.5px}
.loc dt{font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:10.5px;color:#8a938d;padding-top:3px}
.loc dd{color:#31403a}
.subway{display:inline-flex;gap:6px;margin-left:8px;vertical-align:middle}
.subway b{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11.5px;font-weight:700;font-family:Helvetica,Arial,sans-serif}
.sub-l{background:#A7A9AC}
.sub-f{background:#FF6319}
.loc .btn{margin-top:26px}
@media(max-width:860px){.loc-grid{grid-template-columns:1fr}}

/* ---------- press ---------- */
.press{background:var(--forest-deep);color:var(--bone);padding:110px 0;text-align:center}
.press .quote{font-family:'Jost',sans-serif;font-weight:300;font-size:clamp(26px,3.4vw,44px);line-height:1.25;max-width:24ch;margin:0 auto 18px}
.press .quote .q{color:var(--blush)}
.press cite{font-style:normal;font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(247,243,236,.6)}
.badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:52px}
.badges span{border:1px solid rgba(247,243,236,.28);border-radius:100px;padding:10px 22px;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(247,243,236,.88)}
.badges span b{color:var(--blush);font-weight:600}

/* ---------- instagram ---------- */
.ig{padding:110px 0 0;overflow:hidden}
.ig .section-head{margin-bottom:48px}
.ig-strip{display:flex;gap:18px;width:max-content;animation:tick 55s linear infinite;padding-bottom:110px}
.ig-strip:hover{animation-play-state:paused}
.ig-tile{width:290px;aspect-ratio:1/1.15;background-size:cover;background-position:center;flex:none;transition:transform .4s var(--ease)}
.ig-tile:hover{transform:translateY(-6px)}
.ig-handle{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--rule);border-radius:100px;padding:11px 24px;font-size:13px;font-weight:600;letter-spacing:.06em;color:var(--forest);margin-top:20px}
.ig-handle i{font-style:normal;color:var(--blush);filter:brightness(.75) saturate(1.3)}

/* ---------- newsletter ---------- */
.news{background:var(--petal);padding:96px 0;text-align:center}
.news h2{font-size:clamp(28px,3.4vw,44px);color:var(--forest);margin-bottom:14px}
.news p{max-width:46ch;margin:0 auto 34px;color:#41504a}
.news form{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.news input{font-family:'DM Sans',sans-serif;font-size:14px;padding:15px 24px;border-radius:100px;border:1px solid var(--forest);background:rgba(255,255,255,.65);width:min(340px,80vw);outline:none}
.news input:focus{background:#fff}

/* ---------- footer ---------- */
footer{background:var(--forest);color:var(--bone);padding:88px 0 40px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;margin-bottom:72px}
.foot-brand .wordmark{color:var(--bone);margin-bottom:16px}
.foot-brand p{font-size:14px;color:rgba(247,243,236,.75);max-width:30ch}
footer h4{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--blush);margin-bottom:18px}
footer li{list-style:none;font-size:13.5px;color:rgba(247,243,236,.82);padding:5px 0}
footer li a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.foot-bottom{border-top:1px solid rgba(247,243,236,.16);padding-top:28px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:rgba(247,243,236,.55)}
.foot-bottom a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.foot-grid{grid-template-columns:1fr}}

/* ---------- reveal ---------- */
.reveal{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}

/* ================================================================
   v3 additions — components v1 never needed as a one-pager.
   Everything here is built from v1's own tokens: forest, bone,
   blush, petal, the pill button, the 1px rule, Jost + DM Sans.
   ================================================================ */

/* real <img> in cards instead of a background div, so every photograph
   carries alt text a crawler and a screen reader can read */
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease);filter:saturate(1.07) contrast(1.03)}
.card:hover .card-img img{transform:scale(1.05)}

/* skip link */
.skip{position:absolute;left:-9999px;top:0;z-index:999;background:var(--forest);color:var(--bone);padding:12px 20px;font-size:13px;font-weight:600}
.skip:focus{left:12px;top:12px}
:focus-visible{outline:2px solid var(--forest);outline-offset:3px}

/* mobile service rail — v1 hid the nav links under 900px, which was fine for
   a one-pager and is not fine for seven pages */
.navrail{display:none;background:var(--bone-2);border-bottom:1px solid var(--rule);overflow-x:auto;-webkit-overflow-scrolling:touch}
.navrail ul{display:flex;gap:0;width:max-content;padding:0 16px}
.navrail a{display:block;padding:11px 14px;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--forest);white-space:nowrap;opacity:.72}
.navrail a[aria-current="page"]{opacity:1;box-shadow:inset 0 -2px 0 var(--blush)}
@media(max-width:900px){.navrail{display:block}}

/* the call is the only action on the site, so give it one consistent shape */
.callrow{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:22px}
.callnote{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#6b7570}
.press .callrow,.services .callrow{justify-content:center}
.services .callnote,.press .callnote{color:rgba(247,243,236,.6)}

/* price line inside a card — same size and weight as the copy around it */
.priceline{margin-top:16px;padding-top:14px;border-top:1px solid var(--rule)}
.priceline div{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:5px 0;font-size:14px;color:#31403a}
.priceline b{font-weight:500;color:var(--forest);font-variant-numeric:tabular-nums;white-space:nowrap}
.priceline small{display:block;font-size:12px;color:#7b847e;margin-top:-2px}
.card-body .callrow{margin-top:18px;gap:10px}
.card-body .btn{font-size:11.5px;padding:11px 20px}
.linkmore{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--forest);border-bottom:1px solid var(--blush);padding-bottom:2px}
.linkmore:hover{border-bottom-color:var(--forest)}

/* FAQ — bone-2 ground, hairline rows, no boxes */
.faq{background:var(--bone-2);padding:118px 0}
.qa{display:grid;grid-template-columns:minmax(0,24rem) 1fr;gap:14px 56px;padding:30px 0;border-top:1px solid var(--rule)}
.qa:last-child{border-bottom:1px solid var(--rule)}
.qa h3{font-family:'Jost',sans-serif;font-size:20px;font-weight:400;color:var(--forest);line-height:1.25}
.qa p{font-size:14.5px;color:#3c463f;max-width:58ch}
@media(max-width:860px){.qa{grid-template-columns:1fr;gap:8px;padding:24px 0}}

/* closing call band — sits where v1 put the newsletter, minus the form,
   because the only thing we ask anyone to do is pick up the phone */
.callband{background:var(--petal);padding:104px 0;text-align:center}
.callband h2{font-size:clamp(30px,3.8vw,50px);color:var(--forest);margin-bottom:16px;max-width:18ch;margin-inline:auto}
.callband p{max-width:48ch;margin:0 auto 30px;color:#41504a}
.callband .callrow{justify-content:center}

/* ---------- service pages ---------- */

.crumb{padding:26px 0 0;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#7b847e}
.crumb a:hover{color:var(--forest)}
.crumb i{font-style:normal;padding:0 8px;opacity:.5}

.phead{padding:46px 0 96px}
.phead-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.phead .eyebrow{color:var(--blush);filter:brightness(.75) saturate(1.3);margin-bottom:20px}
.phead h1{font-size:clamp(34px,4.6vw,62px);color:var(--forest);max-width:15ch;margin-bottom:22px}
.phead .lede{font-size:17px;color:#31403a;max-width:50ch;margin-bottom:18px}
.phead p{color:#3c463f;max-width:52ch;margin-bottom:14px}
.phead-img{overflow:hidden}
.phead-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/4.6;filter:saturate(1.07) contrast(1.03)}
@media(max-width:900px){.phead-grid{grid-template-columns:1fr;gap:40px}.phead{padding:32px 0 72px}}

.block{padding:104px 0}
.block--bone2{background:var(--bone-2)}
.block--petal{background:var(--petal)}
.block--forest{background:var(--forest);color:var(--bone)}
.block--forest h2,.block--forest h3{color:var(--bone)}
.block--forest p,.block--forest li{color:rgba(247,243,236,.78)}
.block--forest .eyebrow{color:var(--blush);filter:none}
.block-grid{display:grid;grid-template-columns:minmax(0,17rem) 1fr;gap:24px 72px}
.block .eyebrow{color:var(--blush);filter:brightness(.75) saturate(1.3)}
.block h2{font-size:clamp(28px,3.4vw,44px);color:var(--forest);max-width:20ch}
.block p{color:#3c463f;max-width:56ch;margin-bottom:14px}
@media(max-width:900px){.block{padding:76px 0}.block-grid{grid-template-columns:1fr;gap:18px}}

/* numbered steps — used only where the content really is a sequence */
.steps{margin-top:6px}
.step{display:grid;grid-template-columns:54px 1fr;gap:6px 20px;padding:22px 0;border-top:1px solid var(--rule)}
.block--forest .step{border-top-color:rgba(247,243,236,.18)}
.step b{font-size:11px;font-weight:600;letter-spacing:.16em;color:var(--blush);filter:brightness(.75) saturate(1.3);padding-top:4px}
.block--forest .step b{filter:none}
.step h3{font-family:'Jost',sans-serif;font-size:19px;font-weight:400;color:var(--forest)}
.step p{font-size:14px;margin:2px 0 0;max-width:54ch}
@media(max-width:640px){.step{grid-template-columns:1fr;gap:4px}}

/* price table on a service page */
.ptable{max-width:34rem;margin-top:4px}
.ptable div{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:15px 0;border-top:1px solid var(--rule);font-size:15px;color:#31403a}
.block--forest .ptable div{border-top-color:rgba(247,243,236,.18);color:rgba(247,243,236,.86)}
.ptable b{font-weight:500;color:var(--forest);font-variant-numeric:tabular-nums;white-space:nowrap}
.block--forest .ptable b{color:var(--bone)}
.ptable small{display:block;font-size:12.5px;color:#7b847e;margin-top:2px}
.pnote{margin-top:18px;font-size:13.5px;color:#6b7570;max-width:48ch}

/* three-up proof cells, reusing v1's forest service grid */
.proof h3{font-size:18px}

/* other services */
.alsolist{border-top:1px solid var(--rule)}
.alsolist a{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:20px 0;border-bottom:1px solid var(--rule);transition:padding-left .3s var(--ease)}
.alsolist a:hover{padding-left:10px}
.alsolist strong{font-family:'Jost',sans-serif;font-weight:400;font-size:21px;color:var(--forest)}
.alsolist em{font-style:normal;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#7b847e}

/* gallery strip */
.gal{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gal img{width:100%;aspect-ratio:1;object-fit:cover;filter:saturate(1.07) contrast(1.03)}
@media(max-width:700px){.gal{grid-template-columns:1fr 1fr;gap:12px}}

/* Forest-ground overrides. `.block--forest h3` and `.step h3` have equal
   specificity, so the later one won and the step titles rendered
   forest-on-forest. These raise specificity instead of reordering. */
.block--forest .step h3{color:var(--bone)}
.block--forest .step p,
.block--forest .pnote,
.block--forest .plainlist li{color:rgba(247,243,236,.78)}
.block--forest .plainlist li{border-bottom-color:rgba(247,243,236,.18)}
.block--forest .plainlist li::before{color:var(--blush);filter:none}
.block--forest .ptable small{color:rgba(247,243,236,.6)}
.block--forest .btn-ghost{border-color:var(--bone);color:var(--bone)}
.block--forest .btn-ghost:hover{background:var(--bone);color:var(--forest)}
.block--forest .callnote{color:rgba(247,243,236,.6)}
.block--forest .linkmore{color:var(--bone)}

/* v1's footer column labels were h4 straight after page h2s, which skips a
   level. Same look, correct level. */
footer h3.footcol{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--blush);margin-bottom:18px;font-family:'DM Sans',sans-serif;line-height:1.4}

/* v1 only killed list markers inside the footer, so the mobile service rail
   inherited bullets. The cut-off last item is the scroll affordance, so the
   scrollbar itself is noise. */
.navrail li{list-style:none}
.navrail{scrollbar-width:none}
.navrail::-webkit-scrollbar{display:none}

/* v1's masthead carried four short words. v3 carries six service names plus
   the phone number, which collides anywhere under ~1280px and wraps the
   wordmark and the button onto two lines. Hand over to the service rail
   sooner rather than let the masthead break. */
.wordmark{white-space:nowrap}
.nav-cta{white-space:nowrap}
@media(max-width:1280px){
  .nav-links{display:none}
  .navrail{display:block}
}
