/*
Theme Name: BSIL Minimal
Theme URI: https://propmat.co.uk
Author: Building Spatial Intelligence Ltd
Author URI: https://propmat.co.uk
Description: Minimal block theme to host the BSIL viewer (pair with the "BSIL Viewer" plugin). Chrome-light and full-width friendly so the embedded viewer can fill the page. Brand palette is placeholder — TBD.
Version: 0.1.0
Requires at least: 6.1
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: bsil-minimal
*/

/* Let the viewer iframe fill full-width templates without gaps. */
.bsil-viewer-frame { display: block; width: 100%; max-width: 100%; border: 0; }
.bsil-viewer-gate { padding: 2rem; text-align: center; }

/* Full-page mode: full viewport width + height (allowing for the WP admin bar,
   which logged-in viewers always see). Used by [bsil_viewer fullpage="1"]. */
.bsil-viewer-fullpage { width: 100%; height: 100vh; }
/* !important so it overrides the inline height:100vh fallback on the iframe. */
.admin-bar .bsil-viewer-fullpage { height: calc(100vh - 32px) !important; }
@media screen and (max-width: 782px) {
  .admin-bar .bsil-viewer-fullpage { height: calc(100vh - 46px) !important; }
}

/* Kill theme gutters so full-page viewer sits edge-to-edge. */
main.wp-block-group.alignfull:has(> .wp-block-shortcode .bsil-viewer-fullpage),
main.wp-block-group.alignfull:has(> .bsil-viewer-fullpage) {
  margin: 0;
  padding: 0;
}
