:root{color-scheme:light;--green:#1f7a3a;--green-dark:#175d2d;--ink:#171717;--muted:#646464;--line:#e4e4e4;--soft:#f4faf5}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid #eee;background:rgba(255,255,255,.96);backdrop-filter:blur(8px)}.nav-shell{max-width:1280px;margin:auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:650;letter-spacing:.04em}.brand img{object-fit:contain}.brand b{color:var(--green)}nav{display:flex;align-items:center;gap:2px}nav a{padding:9px 10px;border-radius:6px;font-size:14px;font-weight:600;color:#555}nav a:hover,nav a.active{background:#edf8f0;color:var(--green-dark)}.menu-button{display:none;border:1px solid var(--line);border-radius:6px;background:white;padding:9px 12px}.blog-hero{background:linear-gradient(135deg,#f4faf5,#fff);border-bottom:1px solid #e6f0e8}.blog-hero>div{max-width:1200px;margin:auto;padding:64px 24px}.eyebrow,.category{color:var(--green);font-size:13px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.blog-hero h1{font-size:48px;line-height:1.1;margin:12px 0}.blog-hero p:last-child{max-width:700px;color:var(--muted);font-size:19px;line-height:1.7}.post-list{max-width:1200px;margin:auto;padding:48px 24px 80px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.post-card{display:flex;min-width:0;flex-direction:column;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(20,40,24,.06);transition:transform .2s ease,box-shadow .2s ease}.post-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(20,40,24,.11)}.post-card-cover{display:block;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#e6f4e9,#f8fbf8)}.post-card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.post-card:hover .post-card-cover img{transform:scale(1.025)}.post-card-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:var(--green);font-size:18px;font-weight:750;letter-spacing:.08em}.post-card>div{display:flex;flex:1;flex-direction:column;padding:22px}.post-card h2{margin:7px 0 10px;font-size:21px;line-height:1.3}.post-card p{color:var(--muted);line-height:1.6}.post-card-excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:0 0 14px}.post-card .meta,.meta{font-size:13px;color:#777}.post-card .meta{margin-top:auto}.read-more{display:inline-block;margin-top:5px;color:var(--green-dark);font-size:14px;font-weight:700}.empty,.not-found{text-align:center;max-width:760px;margin:80px auto;padding:48px 24px}.post-list>.empty{grid-column:1/-1}.article{max-width:820px;margin:0 auto;padding:64px 24px 32px}.article header{text-align:center}.article h1{font-size:clamp(38px,6vw,58px);line-height:1.08;letter-spacing:-.025em;margin:12px auto 20px}.lead{font-size:20px;line-height:1.7;color:var(--muted)}.cover{width:100%;max-height:560px;object-fit:cover;border-radius:14px;margin-top:28px}.article-body{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.85;margin-top:48px}.article-body h2,.article-body h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.25;margin:2em 0 .6em}.article-body h2{font-size:30px}.article-body h3{font-size:23px}.article-body p,.article-body ul,.article-body ol,.article-body blockquote{margin:1.2em 0}.article-body a{color:var(--green-dark);text-decoration:underline}.article-body blockquote{border-left:4px solid var(--green);margin-left:0;padding:8px 24px;background:var(--soft);color:#3e5142}.article-body figure{margin:36px 0}.article-body img{max-width:100%;height:auto;border-radius:10px}.article-body figcaption{text-align:center;color:#777;font:14px/1.5 Inter,sans-serif;margin-top:8px}.article-cta{margin-top:56px;border-radius:14px;background:var(--soft);padding:32px;text-align:left!important}.article-cta h2{margin:0 0 8px}.button{display:inline-flex;margin-top:12px;background:var(--green);color:#fff!important;border-radius:7px;padding:12px 18px;font-weight:700;text-decoration:none!important}.button:hover{background:var(--green-dark)}.back{max-width:820px;margin:0 auto 72px;padding:0 24px}.back a{color:var(--green-dark);font-weight:700}.preview-banner{max-width:820px;margin:24px auto -30px;padding:12px 18px;border-radius:7px;background:#fff4cc;color:#715a00;text-align:center;font-weight:700}.site-footer{border-top:1px solid var(--line);background:#fafafa}.site-footer>div{max-width:1200px;margin:auto;padding:38px 24px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#555;font-size:14px}.cookie-note{position:fixed;left:20px;right:20px;bottom:20px;z-index:30;max-width:720px;margin:auto;background:#171717;color:white;border-radius:10px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 10px 35px #0004;font-size:13px}.cookie-note p{margin:0}.cookie-note a{text-decoration:underline}.cookie-note button{background:white;border:0;border-radius:6px;padding:8px 12px;font-weight:700}@media(max-width:900px){.menu-button{display:block}#blog-nav{display:none;position:absolute;left:0;right:0;top:65px;background:white;border-bottom:1px solid var(--line);padding:12px 20px;flex-direction:column;align-items:stretch}#blog-nav.open{display:flex}.post-list{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-hero h1{font-size:40px}}@media(max-width:620px){.nav-shell{padding:12px 16px}.blog-hero>div{padding:48px 20px}.blog-hero h1{font-size:36px}.post-list{grid-template-columns:1fr;padding:36px 16px 60px}.article{padding:48px 18px 28px}.article-body{font-size:18px}.cookie-note{align-items:flex-start;flex-direction:column}.site-footer>div{display:block}}
