/* ============================================================
   LUNCHBOX.KIDS — LUNCHBOX FORMULA TABLET (769px–1024px)
   ============================================================ */

@media (min-width: 769px) and (max-width: 1024px) {

  /* Hero split: rebalance to closer to 1:1 */
  .fm-hero-inner,
  .fm-hero .section-inner {
    gap: 32px;
  }

  /* Outcomes/pillars/permission grids: 2 columns */
  .fm-outcomes-list,
  .fm-pillars-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }

  /* Photo blocks: cap width */
  .fm-hero-photo,
  .fm-honest-photo {
    max-width: 100%;
  }

  /* CTA form width */
  .fm-inline-cta form,
  .fm-hero form {
    max-width: 480px;
  }
}
