/* 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)}

/* Stretched-link: whole card clicks to the sermon page; inner links keep their
   own destinations via z-index. */
#showcase-module .card{position:relative}
#showcase-module .card .card-cover{position:absolute;inset:0;z-index:1;text-indent:-9999px;overflow:hidden;white-space:nowrap}
#showcase-module .card .body{position:relative;z-index:2;pointer-events:none}
#showcase-module .card .body a{pointer-events:auto}
#showcase-module .card a.thumb{pointer-events:none}
#showcase-module .card .hook{font-size:14px;color:var(--ink-soft);line-height:1.5;margin:0 0 10px}
/* module footer: browse link + paste box */
#showcase-module .module-foot{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:40px;text-align:center}
#showcase-module .browse{font-size:15px;font-weight:600;color:var(--gold-deep);text-decoration:none}
#showcase-module .browse:hover{text-decoration:underline}
#showcase-module .browse-agg{font-size:14px;color:var(--slate);margin:0;max-width:640px}
#showcase-module .browse-agg a{color:var(--gold-deep);font-weight:600}
#showcase-module .browse-agg a:hover{text-decoration:underline}
#showcase-module .foot-cta{background:var(--ink);color:#fff;border-radius:var(--radius);padding:22px 28px;width:100%;max-width:640px}
#showcase-module .foot-cta p{font-weight:600;font-size:18px;margin-bottom:12px}
#showcase-module .foot-cta .pastebox{display:flex;gap:8px;max-width:520px;margin:0 auto}
#showcase-module .foot-cta input{flex:1;border:none;border-radius:100px;padding:12px 18px;font-size:14px;color:var(--ink)}
#showcase-module .foot-cta button{background:var(--gold-deep);color:#fff;border:none;border-radius:100px;padding:12px 22px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap}
