/** Inner-page plumbing — /v2/industries.html only.

    This page needs no new component. The priority-industries directory is the
    approved C0133 image grid and stays untouched; the "what changes by industry"
    group is a `.blist` of single sentences, not a `.cell`/`.grid3` field, so
    C0143 does not apply to it (giving those bullets the titles a cell field
    needs would mean writing copy).

    inner-craft.css already offsets `.sec[id]` for the sticky sub-nav. The only
    gap is the closing band, which is a `.cta`, not a `.sec`. Values mirror
    inner-craft.css exactly — if that file changes them, change them here too
    (better: fold `.cta[id]` into it).

    No new colour, no new font, no new timing. */

.cta[id]{scroll-margin-top:150px}

@media (max-width:760px){
  .cta[id]{scroll-margin-top:138px}
}
