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

    This page gets the chassis and the sub-nav and nothing else: the editorial
    band, the editorial steps, the proof band and the callback dialog are
    approved and tested, and none of them is touched.

    inner-craft.css already offsets `.sec[id]` and any `[id]` inside a section
    after the sub-nav (which covers `#cov-h`, the target the hero's own "Review
    What We Cover" link has always used). The gaps are the two sub-nav targets
    that are not `.sec` elements: the editorial band and the closing band.
    Values mirror inner-craft.css exactly — if that file changes them, change
    them here too (better: fold `.cta[id]` and `.editorial-band[id]` into it).

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

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

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