/* ANANFX Academy — Home mobile reference rebuild — latest highlights */
@media (max-width: 767px) {
  .home-highlights { background: var(--ananfx-page-bg-secondary); }
  .home-highlights__grid { display: grid; gap: 16px; }
  .home-highlight-card { overflow: hidden; border-radius: 18px; }
  .home-highlight-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ananfx-page-bg-tertiary); }
  .home-highlight-card__media img { width: 100%; height: 100%; object-fit: cover; }
  .home-highlight-card__body { padding: 18px; }
  .home-highlight-card__meta { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 8px; }
  .home-highlight-card__meta span { padding: 4px 9px; border-radius: 999px; background: rgba(255,208,0,.12); color: var(--ananfx-page-gold-bright); font-size: 12px; font-weight: 700; }
  .home-highlight-card__meta time { color: var(--ananfx-page-text-muted); font-size: 12px; }
  .home-highlight-card h3 { margin: 0; }
  .home-highlight-card p { margin: 8px 0 14px; }
  .home-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--ananfx-page-gold-primary); font-weight: 700; }
  @media (min-width: 600px) { .home-highlights__grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
}
