/* Keep the two interactive exhibits clear of the fixed conversion bar. */
body.dive-exhibit-reading #stickyCta{visibility:hidden!important;pointer-events:none!important;opacity:0!important}
body.dive-exhibit-reading #bgmBtn{top:14px;bottom:auto!important;left:14px!important;right:auto!important}
/* A low viewport needs normal document scrolling, not a sticky scene taller than its window. */
@media(max-height:700px){
 #dive-exhibition-walk{height:auto!important}
 #dive-exhibition.mw-stage{position:relative;height:auto;min-height:0;grid-template-rows:auto auto;padding:70px 20px 42px;gap:28px}
 #dive-exhibition .mw-art{height:clamp(200px,48svh,336px);min-height:200px}
 #dive-exhibition .s-copy{padding:0!important}
}
/* Avoid crowding the comparison buttons on narrow screens. */
@media(max-width:700px){
 #dive-production-room .room-compare{position:relative;z-index:1;gap:10px}
 #dive-production-room .room-compare button{flex:1}
}
