:root{color-scheme:light;--bg:#f7f1e8;--surface:#fffdfa;--surface-strong:#f0e3d1;--text:#1f2320;--muted:#5d655d;--accent:#7a5c3b;--accent-strong:#6b4b2c;--accent-soft:#caa66f;--border:#e3d8c8;--shadow:0 16px 45px rgba(33, 24, 14, 0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,segoe ui,Roboto,sans-serif;background:linear-gradient(135deg,var(--bg) 0%,#efe3d3 100%);color:var(--text);line-height:1.7}body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at top left,rgba(202,166,111,.16),transparent 34%)}.page-shell{position:relative;max-width:860px;margin:0 auto;padding:2rem 1.25rem 3rem}.site-header,.site-footer,.hero,.post-card,.article{background:rgba(255,253,250,.9);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.site-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.4rem;margin-bottom:1.35rem}.brand{font-size:1.15rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:var(--accent-strong)}.subtitle{margin:.25rem 0 0;color:var(--muted);font-size:.95rem}.site-nav{display:flex;gap:.8rem;flex-wrap:wrap}.site-nav a,.section-heading a,.post-card a,.article a{color:var(--accent-strong);text-decoration:none}.site-nav a:hover,.section-heading a:hover,.post-card a:hover,.article a:hover{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.main-content{display:grid;gap:1.2rem}.hero,.article{padding:2rem}.eyebrow{margin:0 0 .4rem;color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero h1,.article h1,.page-intro h1{margin:0 0 .6rem;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1}.hero-copy{margin:0;color:var(--muted);font-size:1.05rem}.intro-copy{margin-top:1rem}.post-list{display:grid;gap:.9rem}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.section-heading h2{margin:0;font-size:1.1rem}.post-card{padding:1.15rem 1.2rem}.post-card h3{margin:.25rem 0 .45rem;font-size:1.12rem}.post-card p,.article-content p,.article-content li{margin:0;color:var(--muted)}.post-meta{margin:0;color:var(--accent);font-size:.92rem}.article-header{margin-bottom:1.2rem}.article-content>*+*{margin-top:1rem}.article-content blockquote{margin:1rem 0;padding:.8rem 1rem;border-left:3px solid var(--accent-soft);background:var(--surface-strong);border-radius:.6rem}.site-footer{margin-top:1.35rem;padding:1rem 1.2rem;text-align:center;color:var(--muted)}@media(max-width:700px){.page-shell{padding:1rem .8rem 2rem}.site-header{flex-direction:column;align-items:flex-start}.hero,.article{padding:1.3rem}}