/* Preview placeholder markers — hidden on live (html.live) */
[data-ph]{outline:2px dashed #f59e0b;outline-offset:2px;position:relative}
[data-ph]::after{content:"PLACEHOLDER · " attr(data-ph);position:absolute;top:-.65rem;left:0;
  font:600 10px/1 system-ui,sans-serif;background:#f59e0b;color:#111;padding:2px 6px;border-radius:4px;white-space:nowrap;z-index:5;pointer-events:none}
.ph-banner{position:fixed;top:0;left:0;right:0;z-index:10000;background:#f59e0b;color:#111;text-align:center;
  font:600 13px/1.4 system-ui,sans-serif;padding:8px 12px}
/* Push the whole site (and the fixed header) below the preview banner so it never covers the nav */
html:not(.live) body{padding-top:38px}
html:not(.live) .site-header{top:38px}
html.live [data-ph]{outline:none}
html.live [data-ph]::after,html.live .ph-banner{display:none}
@media print{[data-ph]::after,.ph-banner{display:none}}
