/* Car Show HQ — Feature cards block */

/* ---- Header ---- */
body.cshq .cshq-fc__head { margin-bottom: 36px; }
body.cshq .cshq-fc--align-center .cshq-fc__head { text-align: center; }
body.cshq .cshq-fc--align-center .cshq-fc__intro { margin-left: auto; margin-right: auto; }
body.cshq .cshq-fc__eyebrow { display: block; font-size: 13px; margin-bottom: 14px; }
body.cshq .cshq-fc__h2 { font-size: 38px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; color: var(--cshq-ink-900); }
body.cshq .cshq-fc__intro { margin-top: 6px; font-size: 19px; line-height: 1.55; color: var(--cshq-ink-600); max-width: 52ch; }

/* why pillars (2up) run a touch smaller */
body.cshq .cshq-fc--plain.cshq-fc--cols2 .cshq-fc__h2 { font-size: 34px; }
body.cshq .cshq-fc--plain.cshq-fc--cols2 .cshq-fc__intro { font-size: 18px; }

/* compact section heading */
body.cshq .cshq-fc--compact .cshq-fc__head { margin-bottom: 24px; }
body.cshq .cshq-fc--compact .cshq-fc__h2 { font-size: 24px; }

/* navy header */
body.cshq .cshq-fc--navy .cshq-fc__h2 { color: #fff; font-size: 32px; }
body.cshq .cshq-fc--navy .cshq-fc__intro { color: var(--cshq-on-navy-muted); font-size: 18px; }

/* ---- Grid ---- */
body.cshq .cshq-fc__grid { display: grid; gap: 22px; }
body.cshq .cshq-fc--cols2 .cshq-fc__grid { grid-template-columns: 1fr 1fr; }
body.cshq .cshq-fc--cols3 .cshq-fc__grid { grid-template-columns: repeat(3, 1fr); }
body.cshq .cshq-fc--compact .cshq-fc__grid,
body.cshq .cshq-fc--navy .cshq-fc__grid { gap: 20px; }

/* ---- Card base ---- */
body.cshq .cshq-fc__card {
  display: block; background: #fff; border: 1px solid var(--cshq-card-border);
  border-radius: var(--cshq-r-card); padding: 28px 26px; box-shadow: var(--cshq-sh-card);
  color: inherit;
}
body.cshq .cshq-fc__title { margin: 0 0 10px; font-size: 21px; font-weight: 700; color: var(--cshq-ink-900); line-height: 1.25; }
body.cshq .cshq-fc__body  { margin: 0; font-size: 16px; line-height: 1.55; color: var(--cshq-ink-600); }
body.cshq .cshq-fc__tile  { width: 52px; height: 52px; border-radius: 12px; margin-bottom: 18px; }
body.cshq .cshq-fc__tile svg { width: 26px; height: 26px; }

/* plain 2up (why pillars) */
body.cshq .cshq-fc--cols2 .cshq-fc__tile { width: 44px; height: 44px; border-radius: 11px; margin-bottom: 16px; }
body.cshq .cshq-fc--cols2 .cshq-fc__tile svg { width: 24px; height: 24px; }
body.cshq .cshq-fc--cols2 .cshq-fc__card { padding: 28px; }
body.cshq .cshq-fc--cols2 .cshq-fc__title { font-size: 20px; margin: 0 0 8px; }
body.cshq .cshq-fc--cols2 .cshq-fc__body { line-height: 1.6; }

/* ---- Link cards (hub / show types / charity) ---- */
body.cshq .cshq-fc--link .cshq-fc__card {
  padding: 28px; transition: border-color .15s, transform .15s;
}
body.cshq .cshq-fc--link .cshq-fc__card:hover { border-color: var(--cshq-brand); transform: translateY(-2px); color: inherit; }
body.cshq .cshq-fc--link .cshq-fc__tile { width: 48px; height: 48px; border-radius: 12px; margin-bottom: 16px; }
body.cshq .cshq-fc--link .cshq-fc__title { font-size: 20px; margin: 0 0 8px; }
body.cshq .cshq-fc--link .cshq-fc__body { font-size: 15.5px; margin: 0 0 14px; }
body.cshq .cshq-fc--link .cshq-fc__more { font-size: 15px; font-weight: 600; color: var(--cshq-brand); }

/* ---- Compact link cards (works hand in hand with) ---- */
body.cshq .cshq-fc--compact .cshq-fc__card { padding: 22px; border-radius: 14px; box-shadow: none; }
body.cshq .cshq-fc--compact .cshq-fc__title { font-size: 18px; margin: 0 0 6px; }
body.cshq .cshq-fc--compact .cshq-fc__body { font-size: 14.5px; line-height: 1.5; }

/* ---- Navy link cards (charity top 3) ---- */
body.cshq .cshq-fc--navy .cshq-fc__card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  box-shadow: none; padding: 26px;
}
body.cshq .cshq-fc--navy .cshq-fc__card:hover { border-color: rgba(255,255,255,.28); transform: none; }
body.cshq .cshq-fc--navy .cshq-fc__title { color: #fff; }
body.cshq .cshq-fc--navy .cshq-fc__body { color: rgba(255,255,255,.75); font-size: 15px; }
body.cshq .cshq-fc--navy .cshq-fc__more { color: var(--cshq-on-navy-eyebrow); font-size: 14px; }

@media (max-width: 860px) {
  body.cshq .cshq-fc--cols2 .cshq-fc__grid,
  body.cshq .cshq-fc--cols3 .cshq-fc__grid { grid-template-columns: 1fr; }
  body.cshq .cshq-fc__h2 { font-size: 30px; }
}
