/* Homepage showcase cards — ported from MH-homepage-mockup.html (.cards/.card). */
#showcase-module .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media(max-width:900px){#showcase-module .cards{grid-template-columns:1fr}}
#showcase-module .card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
#showcase-module .card:hover{transform:translateY(-3px);box-shadow:0 18px 44px -18px rgba(23,28,38,.22)}
#showcase-module .card a.thumb{display:block}
#showcase-module .card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:#ddd}
#showcase-module .card-thumb-placeholder{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;text-align:center;padding:0 16px;background:linear-gradient(135deg,var(--ink-soft),var(--ink))}
#showcase-module .card .body{padding:18px 20px 20px}
#showcase-module .card .meta{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-deep);font-weight:700}
#showcase-module .card .meta a.pastor-link{color:inherit;text-decoration:none;border-bottom:1px dotted currentColor;padding-bottom:1px}
#showcase-module .card .meta a.pastor-link:hover{border-bottom-style:solid}
#showcase-module .card h3{font-size:18px;font-weight:600;margin:7px 0 10px;line-height:1.35}
#showcase-module .card h3 a{color:var(--ink)}
#showcase-module .card h3 a:hover{color:var(--ink-soft)}
#showcase-module .card-dates{font-size:13px;color:var(--slate);margin-bottom:10px}
#showcase-module .card-dates b{color:var(--ink)}
#showcase-module .card-dates b.gen{color:var(--gold-deep)}
#showcase-module .card-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--slate);font-weight:700;margin-bottom:6px}
#showcase-module .card .excerpt{font-size:13.5px;color:var(--slate);line-height:1.6;border-left:3px solid var(--gold);padding-left:12px;margin-bottom:14px}
#showcase-module .card .excerpt .more-link{color:var(--gold-deep);font-weight:600;white-space:nowrap}
#showcase-module .card .excerpt .more-link:hover{text-decoration:underline}
#showcase-module .card .link{font-size:14px;font-weight:600;color:var(--ink)}
#showcase-module .card .link span{color:var(--gold-deep)}
#showcase-module .accent-gold{color:var(--gold-deep)}