/* Minimal blank template */
:root{
  --bg:#0b0b0c; --text:#e9e9ec; --muted:#b3b3bb; --edge:rgba(255,255,255,.1);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:var(--bg);color:var(--text);font:16px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}
.wrap{width:min(1080px,92vw);margin:auto;padding:20px}
.site-header{border-bottom:1px solid var(--edge);background:#0f0f10}
.header-graphic{width:100%;height:auto;display:block}
.section{padding:40px 0;border-bottom:1px solid var(--edge)}
.section h1,.section h2{margin-top:0}
.site-footer{padding:16px 0;color:#bcbcc4}
