/* Full-bleed menu built from images (no PDF.js) */
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#000;color:#e9e9e9;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.site-header{
  position:sticky; top:0; z-index:10;
  display:flex; justify-content:space-between; align-items:center;
  padding:12px 16px; background:rgba(0,0,0,.85); backdrop-filter: blur(6px);
  border-bottom:1px solid #111;
}
.site-header a{ color:#e9e9e9; text-decoration:none; opacity:.95 }
.site-header a:hover{ opacity:1 }
.brand{ font-weight:700; letter-spacing:.04em }
.menu-flow{ width:100vw; margin:0; }
.menu-flow img{ display:block; width:100vw; height:auto; }
.site-footer{ color:#a3a3a3; text-align:center; padding:32px 16px 48px; border-top:1px solid #111; margin-top:24px; }
