/* ==========================================================================
   /access/ - page-scoped styles.
   Created in the inline-style sweep (2026-08-04); loads after site.css via
   $meta['page_css'] = 'access-index' (head.php auto-loads it because this
   file exists). Band paddings and section-head margins on this page use the
   shared modifiers at the end of site.css; only what is specific to the
   index lands here.
   ========================================================================== */

/* The eyebrow + h1 stack inside the index's section head. */
.idx-heading { display: flex; flex-direction: column; gap: 10px; }

/* The index lede under the head. */
.idx-lede { max-width: 680px; margin-top: 18px; }
