f5b898a69a
Fixed: blog category filter bar was rendering behind the featured-post card — that card pulls itself up (-mt-8, z-10) to overlap the hero's bottom edge (its original design), but inserting the filter bar between the hero and that card meant the same pull now overlapped the filter bar instead, with the card's stacking rendering on top. Given relative z-20 to stay above that overlap regardless. Also bumped the inactive chip's background to bg-bg-muted — border-border on bg-base is only a ~2% lightness difference, nearly invisible as a pill outline. Both filters (shop price, blog category) now gated behind new CompanySettings toggles (shopFilterEnabled/blogFilterEnabled), same off-by-default pattern as wishlistEnabled/searchEnabled. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>