/* BRI-540 genie-gate fix — Sconce (rev39, post ID 22).
   Same root cause as Landscape/Deck/Pool/Soffit: sticky mobile CTA
   postdates the genie dock. Measured at 480px: sticky top=823.4, dock
   bottom=888 at clearance 0 -> 70px clears it with a comfortable gap.
   lighting_systems CPT -> body.postid-22. */
@media (max-width: 767px) {
  body.postid-22 { --bnl-genie-clearance: 70px; }
}
