.container-header { background: #123b32; background-image: linear-gradient(135deg, #123b32, #245c4f); }
.site-grid { max-width: 1180px; margin-left: auto; margin-right: auto; }
.k-hero-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; margin: 0 0 24px; }
.k-hero-strip figure, .k-grid figure { margin: 0; background: #f7f7f2; border: 1px solid #d9ddd2; border-radius: 6px; overflow: hidden; }
.k-hero-strip img { width: 100%; height: 260px; object-fit: cover; display: block; }
.k-hero-strip figcaption, .k-grid figcaption { padding: 10px 12px; color: #233; }
.k-intro { padding: 20px 0; border-bottom: 1px solid #dde4da; margin-bottom: 20px; }
.k-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; margin: 14px 0 28px; }
.k-grid img { width: 100%; height: 170px; object-fit: cover; display: block; background: #fff; }
.k-grid-section h2, .k-module h2 { margin-top: 28px; }
.k-module img { max-width: 100%; height: auto; }
