/* Mobile tweaks: improve tap targets, spacing, and readability */
@media (max-width: 768px) {
  html, body { font-size: 16px; line-height: 1.5; }
  img, video { max-width: 100%; height: auto; }
  .entry-content iframe { max-width: 100%; }
  a, button, .button {
    min-height: 44px;
    padding: 12px 14px;
  }
  nav a, .menu a {
    padding: 12px 10px;
    display: inline-block;
  }
  .pagination a, .page-numbers a, .page-numbers span {
    min-height: 44px;
    padding: 10px 12px;
  }
  input[type="text"], input[type="email"], input[type="search"], textarea, select {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 16px;
  }
  .form-row, .form-group {
    margin-bottom: 14px;
  }
  /* Prevent tiny links stacked too tightly */
  .entry-content a {
    padding: 2px 0;
  }
  .button, .btn, input[type="submit"], .woocommerce a.button, .woocommerce button.button {
    line-height: 1.2;
  }
  /* bbPress touch targets */
  .bbp-topic-title a, .bbp-reply-content a, .bbp-pagination a, .bbp-pagination span {
    display: inline-block;
    min-height: 36px;
    padding: 6px 8px;
  }
  .bbp-reply-form input[type="submit"], .bbp-submit-wrapper .button {
    min-height: 44px;
    padding: 10px 12px;
  }
}