/* Editorial showcase and monochrome blog images. */
.kayres-posts{padding:45px 0 70px;background:#fff;color:#171717}
.kayres-posts-heading{margin-bottom:28px}
.kayres-posts-heading h2{font-size:clamp(28px,3vw,38px);line-height:1.2;font-weight:800;margin:0 0 10px}
.kayres-posts-heading p{font-size:17px;color:#666;margin:0}
.kayres-posts-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(0,1fr);gap:22px;align-items:stretch}
.kayres-post-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;padding:16px;border:1px solid #dedede;border-radius:9px;min-width:0}
.kayres-post-feature-image{display:block;position:relative;min-width:0;overflow:hidden;border-radius:7px;align-self:center;background:#f2f2f2}
.kayres-post-feature-image img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}
.kayres-post-badge{position:absolute;top:14px;left:14px;padding:7px 13px;border-radius:20px;background:#f2b705;color:#171717;font-size:10px;line-height:1.3;letter-spacing:.4px;text-transform:uppercase;font-weight:800}
.kayres-post-feature-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 8px 12px 0;min-width:0}
.kayres-post-feature h3{font-size:clamp(20px,2vw,27px);font-weight:800;line-height:1.25;margin:0 0 18px;overflow-wrap:anywhere}
.kayres-post-feature h3 a,.kayres-post-small h3 a{color:#171717}
.kayres-post-feature-content>p{font-size:15px;line-height:1.6;color:#666;margin:0 0 24px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.kayres-post-read{display:inline-flex;align-items:center;gap:9px;background:#171717;color:#fff!important;border-radius:24px;padding:11px 25px;font-size:13px;font-weight:700}
.kayres-post-read:hover,.kayres-post-read:focus-visible{background:#f2b705;color:#171717!important}
.kayres-post-list{display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:13px;min-width:0}
.kayres-post-small{display:flex;align-items:center;gap:16px;padding:11px;border:1px solid #dedede;border-radius:9px;min-width:0}
.kayres-post-small-image{display:block;flex:0 0 94px;background:#f2f2f2;border-radius:5px;overflow:hidden}
.kayres-post-small-image img{display:block;width:94px;height:82px;object-fit:contain}
.kayres-post-small h3{font-size:14px;line-height:1.45;font-weight:700;margin:0;overflow-wrap:anywhere}
.kayres-posts-all{display:flex;justify-content:flex-end;margin-top:30px}
.kayres-posts-all a{display:inline-flex;gap:10px;align-items:center;padding:11px 18px;border:1px solid #171717;border-radius:24px;font-size:12px;color:#171717}
.kayres-posts-all a:hover{background:#f2b705}
.kayres-posts a:focus-visible{outline:3px solid #f2b705;outline-offset:4px}
img[src*="/blog/"]{filter:grayscale(1);transition:filter .25s ease}
img[src*="/blog/"]:hover,a:focus-visible>img[src*="/blog/"],a:active>img[src*="/blog/"]{filter:grayscale(0)}
@media(max-width:991px){.kayres-posts-grid{grid-template-columns:1fr}.kayres-post-feature{gap:22px}.kayres-post-list{grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr))}.kayres-post-small{flex-direction:column;align-items:stretch}.kayres-post-small-image{flex:auto}.kayres-post-small-image img{width:100%;height:auto;aspect-ratio:4/3}}
@media(max-width:575px){.kayres-posts{padding:35px 0 45px}.kayres-posts-heading p{font-size:15px}.kayres-post-feature{grid-template-columns:1fr;gap:12px;padding:13px}.kayres-post-feature-content{padding:8px 2px}.kayres-post-feature h3{font-size:22px}.kayres-post-list{grid-template-columns:1fr}.kayres-post-small{flex-direction:row;align-items:center}.kayres-post-small-image{flex:0 0 94px}.kayres-post-small-image img{width:94px;height:82px}.kayres-posts-all{margin-top:24px}}
@media(prefers-reduced-motion:reduce){img[src*="/blog/"]{transition:none}}
.kayres-posts .kayres-post-read span{color:inherit!important}
