/* BRI-540 genie-gate fix — Soffit (rev11, post ID 21).
   Same root cause as Landscape/Deck/Pool: 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-21. */
@media (max-width: 767px) {
  body.postid-21 { --bnl-genie-clearance: 70px; }
}
