/* BRI-540 genie-gate fix — Deck & Dock (rev15, post ID 15).
   Same root cause as Landscape (see landscape/09-genie-clearance-rev1.css):
   the sticky mobile CTA (~76.6px tall at <=767px per this page's own
   media query) postdates the 2026-08-15 genie dock install, so the
   dock overlapped it by ~65px. Additive only — rev15 files untouched.
   Measured via Playwright at 480px: sticky top=823.4, dock bottom=888
   at clearance 0 -> 80px clears it with a comfortable gap.
   Scoped to body.postid-15 (see landscape's file for why not the page
   wrapper class — .lg-dock is a wp_footer sibling, not a descendant). */
@media (max-width: 767px) {
  body.postid-15 { --bnl-genie-clearance: 80px; }
}
