/*
Theme Name: E2E Presentation Shell
Description: Lightweight block theme companion for the E2E Block Library, derived from the proven PLANK Presentation Shell ownership model.
Version: 0.9.2
Author: South Beach Geek
Text Domain: e2e-presentation-shell
*/
html{scroll-behavior:smooth}body{margin:0;color:#17313f;background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}main{min-height:60vh}.wp-site-blocks{padding:0}.wp-block-post-content{margin:0}.wp-block-post-content>.wp-block-e2e-site-header,.wp-block-post-content>.wp-block-e2e-site-footer{margin:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #d4aa54;outline-offset:3px}

/* 0.2 keeps global shell intentionally minimal; homepage fidelity lives in block styles. */

/* 0.6.0 premium shell polish */
::selection{background:#dcebe5;color:#0d2c42}
img{max-width:100%;height:auto}

/* 0.8.0 mobile viewport safety */
html,body{max-width:100%;overflow-x:hidden}
.wp-site-blocks,.wp-block-post-content,main{min-width:0;max-width:100%}
@media(max-width:760px){
  body{font-size:16px}
  img,svg,video,iframe{max-width:100%}
}
