:root{--bg:#fbfaf7;--surface:#fff;--text:#18221f;--muted:#718078;--line:#e6e9e2;--accent:#386b55;--lime:#d8ef72;--max:1120px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,segoe ui,sans-serif;color:var(--text);background:var(--bg)}body{background:var(--bg)}.site-header{background:#fbfaf7e8;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:8px}.brand-dot{width:11px;height:11px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px #d8ef7233}.nav-wrap{min-height:76px}.nav-wrap nav a{color:var(--muted)}.nav-wrap nav a:hover{color:var(--accent)}.ali-hero{display:grid;grid-template-columns:1fr 360px;align-items:center;gap:70px;padding:92px 0 82px}.hero-copy h1{margin:12px 0 22px;font-size:clamp(3rem,7vw,6.3rem);line-height:.98;letter-spacing:-.08em}.hero-copy h1 em{color:var(--accent);font-family:Georgia,serif;font-weight:400}.hero-copy>p:last-child{max-width:540px;color:var(--muted);font-size:1.15rem}.featured{display:block;overflow:hidden;border-radius:22px;background:var(--surface);box-shadow:0 18px 40px #18221f14}.featured img{display:block;width:100%;height:300px;object-fit:cover}.featured span{display:block;padding:18px 20px;font-weight:750;line-height:1.35}.section-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.section-heading h2{font-size:1.4rem}.section-heading>a{color:var(--accent);font-weight:700}.post-grid{grid-template-columns:repeat(3,1fr);gap:26px;padding-top:26px}.card{border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:none;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #18221f12}.card-image{display:block;overflow:hidden;border-radius:18px 18px 0 0}.card img{height:205px;transition:transform .35s}.card:hover img{transform:scale(1.04)}.card-body{padding:21px}.card h2{font-size:1.22rem;letter-spacing:-.02em}.card p{color:var(--muted)}.read-more{color:var(--accent)}.read-more span{display:inline-block;transition:transform .2s}.read-more:hover span{transform:translate(3px,-3px)}.site-footer{background:#f1f3ed;border-top:0;margin-top:70px}.article-header h1{letter-spacing:-.06em}.article-header .eyebrow{color:var(--accent)}@media(max-width:800px){.ali-hero{grid-template-columns:1fr;gap:35px;padding:64px 0}.featured{max-width:520px}.post-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.post-grid{grid-template-columns:1fr}.hero-copy h1{font-size:3.6rem}}