/* ============================================================
   Loud Cloud Labs — shared mobile hardening
   Linked by every page after styles.css.
   ============================================================ */

/* Stop iOS Safari from inflating text in landscape */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

/* Prevent iOS Safari auto-zoom on focus: form controls never render
   below 16px on phone-width viewports. */
@media (max-width: 700px) {
  input, select, textarea { font-size: 16px !important; }
}

/* Comfortable touch targets on touch devices */
@media (pointer: coarse) {
  .ll-btn { min-height: 44px; }
  footer a { padding-top: 6px; padding-bottom: 6px; display: inline-block; }
}
