:root{--ink:#22301F;--olive:#4A6741;--saffron:#E8A93D;--line:#E4E2D8}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Instrument Sans',system-ui,sans-serif;background:#FDFCF8;color:var(--ink);line-height:1.7}
.wrap{max-width:760px;margin:0 auto;padding:40px 20px 70px}
h1{font-family:'Bricolage Grotesque',sans-serif;font-size:1.9rem;margin-bottom:8px;letter-spacing:-.02em}
h2{font-family:'Bricolage Grotesque',sans-serif;font-size:1.15rem;margin:28px 0 10px}
p,li{font-size:.95rem;margin-bottom:10px;color:#3a4136}
ul{padding-left:22px}
a{color:var(--olive)}
.back{display:inline-block;margin-bottom:24px;text-decoration:none;font-weight:600;font-size:.9rem}
.updated{font-size:.8rem;color:#8A8F84;margin-bottom:24px}
.ph{background:#FFF3DC;padding:1px 6px;border-radius:4px;font-weight:600}
