.jfeature{display:grid;grid-template-columns:1.2fr 1fr;border:1px solid var(--rule);background:var(--cream);overflow:hidden;transition:box-shadow .5s var(--ease)}.jfeature:hover{box-shadow:var(--shadow-card)}.jfeature__media{overflow:hidden;min-height:340px}.jfeature__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}.jfeature:hover .jfeature__media img{transform:scale(1.05)}.jfeature__body{padding:clamp(32px,5vw,60px);display:flex;flex-direction:column;justify-content:center}.jfeature__title{font-size:clamp(28px,3.4vw,42px);line-height:1.12;margin:14px 0 16px}.jfeature__excerpt{font-size:16px;line-height:1.75;color:var(--ink-soft);margin-bottom:24px;max-width:46ch}@media (max-width: 820px){.jfeature{grid-template-columns:1fr}}
