
#cat-editorial-hero{background:#F8F7F4;padding:36px 0 26px}
.ceh-container{max-width:1280px;margin:0 auto;padding:0 16px}
.ceh-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.ceh-breadcrumb{font-size:13px;color:#6B7280;margin-bottom:12px}
.ceh-breadcrumb a{color:#6B7280;text-decoration:none}.ceh-breadcrumb a:hover{color:#C8A96B}
.ceh-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(200,169,107,.12);color:#8a651e;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
.ceh-title{margin:0 0 12px;color:#1E2A38;font:700 clamp(34px,4.6vw,58px)/1.1 'Playfair Display',serif}
.ceh-desc{margin:0;max-width:640px;color:#6B7280;font:400 16px/1.85 Inter,system-ui,sans-serif}
.ceh-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.ceh-facts span{display:inline-flex;padding:6px 10px;border-radius:999px;border:1px solid #E5E7EB;background:#fff;color:#4E6E81;font-size:12px}
.ceh-facts strong{color:#1E2A38;margin-right:4px}
.ceh-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}
.ceh-btn{height:44px;padding:0 16px;border-radius:12px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:.22s ease;border:1px solid transparent}
.ceh-btn-primary{background:#1E2A38;color:#fff}.ceh-btn-primary:hover{transform:translateY(-1px);background:#16202c}
.ceh-btn-secondary{background:#fff;border-color:#E5E7EB;color:#1E2A38}.ceh-btn-secondary:hover{border-color:#C8A96B;color:#8a651e}
.ceh-visual{margin:0;position:relative;background:#fff;border:1px solid #E5E7EB;border-radius:26px;padding:12px;box-shadow:0 18px 38px -24px rgba(30,42,56,.28)}
.ceh-visual img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px;display:block}
.ceh-chip{position:absolute;right:24px;top:22px;background:rgba(255,255,255,.95);border:1px solid #E5E7EB;border-radius:999px;padding:6px 10px;color:#8a651e;font-size:12px;font-weight:700}

.ceh-posts-wrap{background:#F8F7F4;padding:10px 0 36px}
.ceh-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ceh-post-card{background:#fff;border:1px solid #E5E7EB;border-radius:18px;overflow:hidden;box-shadow:0 10px 26px -22px rgba(30,42,56,.22)}
.ceh-post-thumb{display:block;aspect-ratio:16/10;background:#eef2f7}.ceh-post-thumb img{width:100%;height:100%;object-fit:cover}
.ceh-post-body{padding:14px}.ceh-post-title{margin:0 0 8px;font:700 22px/1.25 'Playfair Display',serif}.ceh-post-title a{text-decoration:none;color:#1E2A38}
.ceh-post-excerpt{margin:0;color:#6B7280;line-height:1.75;font-size:14px}
.ceh-pagination{margin-top:16px}

@media (max-width:1100px){.ceh-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:980px){.ceh-grid{grid-template-columns:1fr}.ceh-visual img{aspect-ratio:4/3}}
@media (max-width:768px){#cat-editorial-hero{padding-top:24px}.ceh-post-grid{grid-template-columns:1fr}.ceh-title{font-size:36px}}
