:root{--bg:#f7f2ea;--surface:#fffdf9;--text:#1b1917;--muted:#6c655d;--line:rgba(27,25,23,.08);--accent:#d85f47;--accent-dark:#b94c37;--shadow:0 12px 32px rgba(27,25,23,.06);--radius:24px;--max:1080px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fbf7f1 0%,#f6efe6 100%);color:var(--text)}img{max-width:100%;display:block}.wrap{width:min(calc(100% - 32px),var(--max));margin:0 auto}.site-header{padding:22px 0 0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text);text-decoration:none;font-weight:700;letter-spacing:-.02em}.brand-icon{width:28px;height:28px;border-radius:8px}.site-link{color:var(--muted);text-decoration:none;font-size:14px}.home{padding:28px 0 64px}.panel{background:rgba(255,253,249,.88);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero{padding:56px}.eyebrow,.meta{margin:0 0 14px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}h1,h2,h3,p{margin:0}h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,6vw,5rem);line-height:.96;letter-spacing:-.045em;max-width:12ch;margin-bottom:18px}h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3vw,2.8rem);line-height:1.02;letter-spacing:-.04em}h3{font-size:1.5rem;line-height:1.1;letter-spacing:-.03em}.lead{max-width:42rem;font-size:18px;line-height:1.75;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:999px;text-decoration:none;font-weight:600;border:1px solid transparent;cursor:pointer;font:inherit}.primary{background:var(--accent);color:#fff}.primary:hover{background:var(--accent-dark)}.secondary{background:transparent;color:var(--text);border-color:var(--line)}.section-head{padding:38px 4px 18px}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.post-card{background:rgba(255,253,249,.72);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.post-card-image{width:100%;height:240px;object-fit:cover}.post-card-body{padding:22px}.post-card p{color:var(--muted);line-height:1.7;margin-top:10px}.post-card a{color:inherit;text-decoration:none}.read-link{display:inline-block;margin-top:18px;font-weight:600}.empty-state{padding:38px}.empty-state p:last-child{margin-top:12px;color:var(--muted);line-height:1.75;max-width:42rem}.newsletter{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end;padding:32px;margin-top:26px}.newsletter p:last-child{margin-top:10px;color:var(--muted)}.signup{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.signup input{min-width:260px;padding:14px 16px;border-radius:999px;border:1px solid var(--line);background:white;font:inherit}.form-state{display:none;font-size:14px}.success{color:#176b5f}.error{color:#9a3b32}.article-wrap{padding:34px 0 80px;max-width:760px}.article-header{padding:28px 0 26px}.article-header .lead{margin-top:18px}.article-image{margin:0 0 28px;border-radius:22px;overflow:hidden}.article-body{font-size:18px;line-height:1.9}.article-body a{color:var(--accent)}.article-body h2,.article-body h3,.article-body h4{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.03em;margin:1.4em 0 .5em}.article-body p,.article-body ul,.article-body ol,.article-body blockquote{margin:0 0 1.2em}.article-body blockquote{padding-left:18px;border-left:3px solid rgba(27,25,23,.14);color:var(--muted)}.kg-width-wide{width:min(1100px,calc(100vw - 32px));margin:1.8em calc(50% - 50vw + 16px)}.kg-width-full{width:100vw;max-width:100vw;margin:1.8em calc(50% - 50vw)}.kg-width-full img,.kg-width-wide img{width:100%}@media (max-width:800px){.hero{padding:34px 24px}.posts-grid{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr}.signup{flex-direction:column;align-items:stretch}.signup input{min-width:0}.topbar{align-items:flex-start;flex-direction:column;gap:8px}}