.mmh-blog-head{padding:var(--mmh-sp-xl) 0 var(--mmh-sp-lg);border-bottom:1px solid var(--mmh-border)}.mmh-blog-head h1{font-size:clamp(30px,4vw,44px);margin-bottom:10px}.mmh-blog-head p{color:var(--mmh-muted);font-size:16px;max-width:60ch}.mmh-blog-body{padding:var(--mmh-sp-lg) 0 var(--mmh-sp-xl);display:grid;grid-template-columns:1fr 300px;gap:56px;align-items:start}.mmh-blog-feature{margin-bottom:var(--mmh-sp-lg);padding-bottom:var(--mmh-sp-lg);border-bottom:1px solid var(--mmh-border)}.mmh-blog-feature .mmh-hero-img{width:100%;aspect-ratio:21/9;border-radius:var(--mmh-r-md);overflow:hidden;background:var(--mmh-support);margin-bottom:20px}.mmh-blog-feature .mmh-hero-img img{width:100%;height:100%;object-fit:contain;object-position:center center}.mmh-blog-feature h2{font-size:clamp(24px,3vw,32px);margin-bottom:12px}.mmh-blog-feature h2 a:hover{color:var(--mmh-accent)}.mmh-sidebar-block{padding-bottom:var(--mmh-sp-lg);margin-bottom:var(--mmh-sp-lg);border-bottom:1px solid var(--mmh-border)}.mmh-sidebar-block h3{font-size:15px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:18px;color:var(--mmh-muted);font-weight:700}.mmh-sidebar-cat-list a{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--mmh-border);font-family:var(--mmh-font-heading);font-weight:600;font-size:14.5px}.mmh-sidebar-cat-list a:last-child{border-bottom:none}.mmh-sidebar-cat-list a:hover{color:var(--mmh-accent)}.mmh-sidebar-cat-list span{color:var(--mmh-muted);font-weight:400}.mmh-pagination{display:flex;gap:10px;margin-top:var(--mmh-sp-lg);padding-top:var(--mmh-sp-lg);border-top:1px solid var(--mmh-border)}.mmh-pagination a,.mmh-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--mmh-border);border-radius:var(--mmh-r-sm);font-family:var(--mmh-font-heading);font-weight:600;font-size:14px}.mmh-pagination a:hover{border-color:var(--mmh-accent);color:var(--mmh-accent)}.mmh-pagination .current{background:var(--mmh-accent);color:#fff;border-color:var(--mmh-accent)}@media (max-width:900px){.mmh-blog-body{grid-template-columns:1fr}}