/* Six focused subservice pages; shared pages retain their existing styling. */
.subservice .sub-hero{background:var(--ink-900);color:#fff;border-bottom:8px solid var(--brand);padding:2.5rem 0 3rem}
.sub-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:2.5rem;align-items:center}
.subservice .sub-hero h1{color:#fff;font-size:clamp(2rem,3.5vw,3.3rem);line-height:1.12;margin:.7rem 0 1.5rem;max-width:22ch}
.sub-hero__lead{font-size:1.15rem;line-height:1.7;max-width:55ch}.sub-hero__location{font-size:.9rem;color:#d3dfe7;max-width:53ch;margin-top:1.4rem}
.subservice .sub-hero .eyebrow{color:#ffd500}.sub-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}
.sub-hero__figure{margin:0;min-width:0}.sub-hero__image{height:355px;overflow:hidden;background:#edf2f5;border-radius:6px;border-bottom:5px solid #ffd500}
.sub-hero__image picture{display:block;height:100%}.sub-hero__image img{display:block;width:100%;height:100%;object-fit:cover}.sub-hero__image img[src$=".svg"]{object-fit:contain}
.sub-hero__figure figcaption{font-size:.83rem;line-height:1.6;color:#d3dfe7;padding-top:.7rem}
.sub-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 1.7rem;padding-block:1.5rem 2rem}
.sub-nav a{display:flex;align-items:center;gap:.65rem;min-height:64px;padding:.65rem 0;border-bottom:1px solid var(--line);font-size:.91rem;line-height:1.4;text-decoration:none;color:var(--ink-900)}
.sub-nav a>span:first-child{font-size:.76rem;color:var(--text-muted)}.sub-nav a>span:last-child{margin-left:auto;font-size:1.4rem;transition:transform .18s}.sub-nav a:hover>span:last-child{transform:translate(3px,3px)}
.sub-reading{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.9fr);gap:3rem;border-top:1px solid var(--line);padding-top:1.7rem}
.sub-reading h2{font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.25;max-width:25ch}.sub-reading .prose{max-width:72ch}.sub-reading .eyebrow{font-size:.73rem}
.subservice .sub-reading--decision{border-color:#526776}.subservice .sub-reading--decision h2,.subservice .sub-reading--decision .prose,.subservice .sub-reading--decision p,.subservice .sub-reading--decision a{color:#fff}.subservice .sub-reading--decision .eyebrow{color:#ffd500}
.subservice .section--tight{padding-block:2.7rem}.sub-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.sub-card{background:#fff;border:1px solid var(--line);border-top:4px solid #ffd500;border-radius:5px;padding:1.5rem;min-width:0}.sub-card__number{display:inline-grid;place-items:center;background:var(--ink-900);color:#ffd500;width:38px;height:38px;font-size:.85rem;margin-bottom:1.1rem;border-radius:4px}
.sub-card h3{font-size:1.23rem;line-height:1.35}.sub-card .prose{font-size:.98rem}.sub-card .prose p:last-child{margin-bottom:0}
.subservice a:focus-visible,.subservice button:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.subservice section[id]{scroll-margin-top:150px}
@media(max-width:1050px){.sub-hero__grid{gap:1.7rem}.sub-hero__image{height:320px}.sub-cards{grid-template-columns:1fr}.sub-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:0 1rem}.sub-card .prose{grid-column:2}.sub-card__number{grid-row:1/3}.sub-reading{grid-template-columns:1fr;gap:.5rem}.sub-reading h2{max-width:none}.sub-reading .prose{max-width:none}}
@media(max-width:850px){.sub-hero__grid{grid-template-columns:1fr}.sub-hero__image{height:280px}.sub-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.subservice .sub-hero h1{max-width:none}.subservice .sub-hero{padding-top:1.5rem}}
@media(max-width:500px){.sub-nav{grid-template-columns:1fr}.sub-hero__image{height:240px}.sub-actions .btn{flex:1 1 200px}.sub-card{display:block;padding:1.2rem}.subservice section[id]{scroll-margin-top:95px}.subservice .section--tight{padding-block:2rem}}
@media(prefers-reduced-motion:reduce){.sub-nav a>span:last-child{transition:none}.sub-nav a:hover>span:last-child{transform:none}}
