/* Shared site header for the live demos — matches the Gazette case-study pages
   (willytai.com/work/*). Self-contained: hardcodes the Gazette tokens so it looks
   identical regardless of each app's own palette. Loaded LAST in each app's head. */
.site-header{position:sticky;top:0;z-index:60;background:rgba(250,247,241,.95);backdrop-filter:blur(10px);border-bottom:1px solid #211E18;box-shadow:inset 0 -4px 0 -1px #FAF7F1, inset 0 -5px 0 -1px #211E18}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:64px;gap:14px}
.site-header .brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.site-header .brand:hover{text-decoration:none}
.site-header .mk{width:30px;height:30px;border-radius:0;background:#211E18;color:#FAF7F1;display:grid;place-items:center;font-weight:600;font-size:11.5px;letter-spacing:.04em;font-family:'JetBrains Mono',ui-monospace,monospace}
.site-header .nm{font-weight:600;font-size:20px;letter-spacing:.01em;font-family:'Newsreader',Georgia,serif;color:#211E18}
.site-header nav{display:flex;gap:2px}
.site-header nav a{font-size:11.5px;font-weight:600;color:#211E18;padding:8px 13px;letter-spacing:.1em;text-transform:uppercase;font-family:'Inter',system-ui,sans-serif;text-decoration:none;white-space:nowrap}
.site-header nav a:hover{color:#1F5AA8}
@media(max-width:640px){.site-header .wrap{gap:8px}.site-header nav a{padding:8px 6px;font-size:10px;letter-spacing:.05em}.site-header .nm{font-size:17px}}
