/* PR #64 — founder-approved mobile spacing refinements only. */
@media (max-width: 700px) {
  /* Tighten the two-line collection identifier above the hero statement. */
  .hero-copy > .kicker:first-child {
    margin-bottom: 7px !important;
  }

  .hero-copy > .kicker:nth-child(2) {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  /* Close the oversized transition between the hero cards and SHEBA CONTINUES. */
  .hero-section {
    padding-bottom: 34px !important;
  }

  .history-section {
    padding-top: 42px !important;
  }
}
