/* Pediatric & adult service pages — phone layout only */
@media (max-width: 768px) {
  .treat-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .treat-section h2 { order: 1; }
  .treat-section > p { order: 2; margin-top: 0; }

  .treat-section .treat-photos {
    order: 3;
    width: 100%;
    max-width: 420px;
    margin: 1.25rem auto 0 !important;
    grid-template-columns: 1fr;
  }

  .treat-section .treat-photos .page-photo:last-child {
    display: none;
  }

  .treat-section .pill-row { order: 4; }

  .care-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .care-section h2 { order: 1; margin-bottom: 0.75rem; }

  .care-section .care-photo {
    order: 2;
    margin: 0 auto 1.25rem !important;
  }

  .care-section > p { order: 3; }

  .care-section .care-steps { order: 4; }
}
