.lc-landing .feat-post{display:grid;grid-template-columns:1.1fr 1fr;gap:0;border:1px solid var(--border);border-radius:var(--r-2xl);overflow:hidden;box-shadow:var(--shadow-md);background:#fff;margin-bottom:44px;}
.lc-landing .feat-post .media{min-height:340px;position:relative;background:#0b0d12;}
.lc-landing .feat-post .media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.lc-landing .feat-post .body{padding:48px;display:flex;flex-direction:column;justify-content:center;}
.lc-landing .feat-post .cat{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:14px;}
.lc-landing .feat-post h2{font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:14px;}
.lc-landing .feat-post p{font-size:16px;color:var(--slate);line-height:1.6;margin-bottom:22px;}
.lc-landing .post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.lc-landing .post{display:block;color:inherit;background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-xs);transition:transform .18s,box-shadow .2s;cursor:pointer;}
.lc-landing .post:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.lc-landing .post .thumb{aspect-ratio:16/10;object-fit:cover;width:100%;}
.lc-landing .post .pbody{padding:22px;}
.lc-landing .post .cat{font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);}
.lc-landing .post h3{font-size:17px;font-weight:700;color:var(--ink);margin:8px 0 8px;line-height:1.3;}
.lc-landing .post p{font-size:14px;color:var(--slate-2);line-height:1.55;}
.lc-landing .post .meta{margin-top:14px;font-size:12.5px;color:var(--muted);}
.lc-landing .cat-filter{display:flex;gap:8px;justify-content:center;margin-bottom:38px;flex-wrap:wrap;}
.lc-landing .cat-chip{padding:9px 18px;border-radius:99px;font-size:13.5px;font-weight:700;color:var(--slate-2);border:1px solid var(--border);background:#fff;transition:all .15s;}
.lc-landing .cat-chip.active, .lc-landing .cat-chip:hover{background:var(--ink);color:#fff;border-color:var(--ink);}
.lc-landing .sub-band{background:var(--bg-warm);border:1px solid var(--border);border-radius:var(--r-2xl);padding:48px;text-align:center;box-shadow:var(--shadow);}
.lc-landing .sub-form{display:flex;gap:10px;max-width:440px;margin:24px auto 0;}
.lc-landing .sub-form input{flex:1;border:1px solid var(--border);border-radius:11px;padding:14px 16px;font-size:15px;font-family:inherit;}
.lc-landing .sub-form input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);}
@media(max-width:880px){.lc-landing .feat-post{grid-template-columns:1fr;}.lc-landing .feat-post .media{min-height:240px;}.lc-landing .post-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.lc-landing .post-grid{grid-template-columns:1fr;}.lc-landing .sub-form{flex-direction:column;}}
