/* WordPress adds class 'page' to body — mockup SPA rule hides it */
body.page{display:block!important;visibility:visible!important;}

/* Home hero uses <header class="hero"> — do not apply catalog-style grid hero from shell.css */
header.hero{display:block!important;min-height:0!important;grid-template-columns:unset!important}
header.hero .hero-left,header.hero .hero-right{display:none!important}

/* v16 drawer uses transform/opacity (shell.css), not display toggles from old mockup blocks */
.drawer.ir-v16-drawer{display:block!important;pointer-events:none}
.drawer.ir-v16-drawer.open{pointer-events:all}