.lo-blog-list .lo-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; }
.lo-featured { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; background: var(--bg-soft); border-radius: 16px; overflow: hidden; margin-bottom: 36px; }
.lo-featured .ph { min-height: 340px; position: relative; background: linear-gradient(135deg,#ededea,#f7f7f3); display: flex; align-items: center; justify-content: center; color: #9b9b95; font-weight: 800; }
.lo-featured .ph img { width: 100%; height: 100%; object-fit: cover; }
.lo-featured .ribbon, .lo-post-card .ribbon { position: absolute; top: 18px; left: 18px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 6px 12px; border-radius: 6px; }
.lo-featured .body { padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }
.lo-blog-list .post-cat { font-size: 11px; color: var(--orange); text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.lo-featured h2 { font-size: 30px; line-height: 1.2; margin: 0 0 14px; letter-spacing: 0; }
.lo-featured p { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 18px; }
.lo-featured .read-link { margin-top: 18px; color: #111; font-weight: 700; font-size: 14px; align-self: flex-start; border-bottom: 2px solid var(--orange); padding-bottom: 3px; }

.lo-post-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px 24px; }
.lo-post-card .thumb { aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; background: #f0f0ee; position: relative; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; color: #aaa; font-weight: 800; }
.lo-post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.lo-post-card:hover .thumb img { transform: scale(1.04); }
.lo-post-card h3 { font-size: 19px; line-height: 1.35; margin: 0 0 10px; color: #111; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.lo-post-card:hover h3 { color: var(--orange); }
.lo-post-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.lo-sidebar-search { position: relative; }
.lo-sidebar-search-icon { position: absolute; left: 16px; top: 0; bottom: 0; display: flex; align-items: center; color: #999; pointer-events: none; z-index: 1; }
.lo-sidebar-search-icon svg { display: block; }
.lo-sidebar-search input[type="search"] { width: 100%; height: 44px; margin: 0 !important; border: 1px solid var(--line); border-radius: 999px; padding: 0 18px 0 44px !important; box-shadow: none !important; font-size: 16px; line-height: 44px; color: #111; outline: none; background: #fff; }
.lo-sidebar-search-submit { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.lo-recent { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.lo-recent .t { width: 72px; height: 72px; border-radius: 8px; flex: 0 0 72px; background: linear-gradient(135deg,#ededea,#f7f7f3); display: flex; align-items: center; justify-content: center; color: #bbb; font-weight: 700; font-size: 10px; }
.lo-recent .t img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.lo-recent .info b { display: -webkit-box; font-size: 14px; line-height: 1.4; margin: 0 0 6px; color: #111; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.lo-recent:hover .info b { color: var(--orange); }
.lo-recent .info small { color: var(--muted); font-size: 12px; }
.lo-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.lo-tags a { padding: 6px 11px; border: 1px solid var(--line); border-radius: 6px; font-size: 12px; color: #333; transition: all .2s; }
.lo-tags a:hover { background: #111; color: #fff; border-color: #111; }
.lo-cta-card { background: var(--hero); color: #fff; border-radius: 14px; padding: 24px; }
.lo-cta-card h4 { font-size: 18px; margin: 0 0 8px; color: #fff !important; }
.lo-cta-card p { color: #bbb; font-size: 13px; margin: 0 0 14px; line-height: 1.55; }
.lo-cta-card .btn { display: inline-block; background: var(--orange); color: #fff; padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; }

@media (max-width: 1024px) {
  .lo-blog-list .lo-layout { grid-template-columns: 1fr; }
  .lo-featured { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .lo-post-grid { grid-template-columns: 1fr; }
}
