/* WP content remains intact, including headings, blocks, IDs and shortcode output. */
body.be-design { margin: 0; }
.be-design p.be-page-title { font-size:clamp(32px,5vw,68px); font-weight:800; line-height:1.08; }
.be-design .be-native-content { max-width: 100%; }
.be-design .be-native-content img { max-width: 100%; height: auto; }
.be-design .be-post-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.be-design .be-categories,.be-design .be-pagination { display:flex; flex-wrap:wrap; gap:16px; margin:24px 0; }
.be-design .be-post-grid .th img { width:100%; height:100%; object-fit:cover; }
@media(max-width:960px) { .be-design .be-post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) { .be-design .be-post-grid { grid-template-columns:1fr; } }
