/* Shared article tiles: landing, blog index, related articles and editor previews. */
.learn-more-grid{font-family:Inter,sans-serif;display:grid;grid-template-columns:minmax(0,1fr);gap:24px}
.index-main .learn-more-grid{margin-top:40px}
.learn-more-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border-radius:12px;background:#fff;color:#1e1b1a;text-decoration:none;box-shadow:0 4px 20px -2px rgb(234 88 12 / 6%),0 2px 6px -1px rgb(0 0 0 / 3%);transition:box-shadow 300ms,transform 300ms}
.learn-more-card::before{content:"";flex-shrink:0;height:6px;background:linear-gradient(90deg,#f97316,#ff6d2c,#f2e0c8)}
.learn-more-card:nth-child(3n + 2)::before{background:linear-gradient(90deg,#a73a00,#9d4300,#ffdbca)}
.learn-more-card:nth-child(3n)::before{background:linear-gradient(90deg,#9d4300,#f97316,#d5c4ad)}
.learn-more-card-body{display:flex;flex:1;flex-direction:column;min-width:0;padding:24px}
.learn-more-cover{height:176px;flex-shrink:0;overflow:hidden;margin-bottom:16px;border-radius:8px;background:#f5ecea}
.learn-more-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 500ms}
.learn-more-cover-placeholder{display:grid;place-items:center;background:radial-gradient(circle at 75% 25%,#fff8ed,transparent 60%),linear-gradient(135deg,#f2e0c8,#ffdbca);color:#9d4300}
.learn-more-cover-placeholder svg{width:48px;height:48px}
.learn-more-tags{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;margin-bottom:4px;overflow-wrap:anywhere}
.learn-more-tag{max-width:100%;padding:2px 8px;border-radius:9999px;background:#f2e0c8;color:#a73a00;font-size:12px;font-weight:600;line-height:16px}
.learn-more-topic{min-width:0;color:#584237;font-size:11px;font-weight:600;line-height:16px;letter-spacing:.05em;text-transform:uppercase}
.learn-more-grid .learn-more-card .learn-more-card-body :is(h2,h3){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0 0 4px;color:inherit;font:600 18px/26px 'Plus Jakarta Sans',sans-serif;letter-spacing:-.025em;overflow-wrap:anywhere;transition:color 150ms}
.learn-more-grid .learn-more-card .learn-more-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0 0 16px;color:#584237;font-size:13px;line-height:20px;overflow-wrap:anywhere}
.learn-more-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:8px;color:#584237;font-size:13px;font-weight:500;line-height:18px}
.learn-more-card-meta>span:first-child{min-width:0}
.learn-more-arrow{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:50%;background:#fbf2f0;color:#9d4300;transition:background-color 150ms,color 150ms}
.learn-more-arrow svg{width:18px;height:18px}
.learn-more-card:is(:hover,:focus-visible){box-shadow:0 12px 28px -4px rgb(157 67 0 / 12%);transform:translateY(-4px)}
.learn-more-grid .learn-more-card:is(:hover,:focus-visible) :is(h2,h3){color:#9d4300}
.learn-more-card:is(:hover,:focus-visible) .learn-more-arrow{background:#f97316;color:#fff}
.learn-more-card:focus-visible{outline:3px solid #9d4300;outline-offset:4px}
@media(hover:hover){.learn-more-card:hover .learn-more-cover img{transform:scale(1.05)}}
@media(min-width:768px){.learn-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1024px){.learn-more-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.learn-more-card,.learn-more-cover img,.learn-more-card :is(h2,h3),.learn-more-arrow{transition:none}.learn-more-card:is(:hover,:focus-visible),.learn-more-card:hover .learn-more-cover img{transform:none}}

.learn-more-grid-compact{margin-top:56px}
.learn-more-grid-compact .learn-more-card .learn-more-description{margin-bottom:0}
