/* FAQs — hand-authored additions.

   pages/faq.css is GENERATED from the design handoff by scripts/extract_page_css.py and must
   never be hand-edited; additions live here (CLAUDE.md house style). */

/* The jump-links are chips that happen to be anchors. The mock set this inline on each. */
.faq-nav__link {
  text-decoration: none;
}

/* Anchored groups must not land under the sticky header when jumped to. */
.section[id^="g-"] {
  scroll-margin-top: 80px;
}
