/* =====================================================================
   The Worlds Top — Home page styles (home.css)
   Loaded AFTER theme.css. Only light, home-specific touches; the hero,
   cards, buttons, and grid are all styled by the shared theme.
   ===================================================================== */

/* Intro cards: stack their contents and keep the CTA pinned to the bottom
   so cards of differing copy length line up to equal height in the grid. */
.home-intro__card {
  display: flex;
  flex-direction: column;
}

.home-intro__card .eyebrow {
  margin-bottom: var(--sp-2);
}

.home-intro__card .text-dim {
  flex: 1 1 auto;
}
