/*
Theme Name: Site Runtime
Description: Minimal WordPress runtime contract for plugin-owned storefronts.
Version: 0.2.0
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: site-runtime
*/

:root { color-scheme: light; }
*,*::before,*::after { box-sizing: border-box; }
html { overflow-x: clip; }
body { margin: 0; background: #fff; color: #1a1714; font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.sr-fallback { min-height: 64vh; padding: clamp(48px,7vw,112px) clamp(20px,5vw,80px); }
.sr-fallback__inner { width: min(100%,920px); margin: 0 auto; }
.sr-fallback article + article { margin-top: 56px; padding-top: 56px; border-top: 1px solid #e7e1d8; }
.sr-fallback h1,.sr-fallback h2 { margin: 0 0 20px; font-family: Georgia,"Times New Roman",serif; font-weight: 500; line-height: 1.08; }
.sr-fallback h1 { font-size: clamp(40px,6vw,72px); }
.sr-fallback h2 { font-size: clamp(30px,4vw,48px); }
.sr-fallback a { color: inherit; }
.sr-fallback img { max-width: 100%; height: auto; }
.sr-fallback__empty { color: #6f685f; font-size: 17px; }
