/* BRI-540 genie-gate fix — Pool Enclosure (rev41, post ID 20).
   Same root cause as Landscape/Deck: sticky mobile CTA postdates the
   2026-08-15 genie dock install. Measured at 480px: sticky top=805,
   dock bottom=888 at clearance 0 -> 90px clears it with an 8px gap.
   lighting_systems CPT -> body.postid-20 (not page-id, see Academy's
   note in CLAUDE.md for why this matters). */
@media (max-width: 767px) {
  body.postid-20 { --bnl-genie-clearance: 90px; }
}
