/* ============================================================
   SOUKROMÁ ZUBNÍ ORDINACE MATĚJKOVÁ — responsive.css
   Mobile & tablet breakpoints (implemented after desktop sign-off)
   ============================================================ */

/* ── LARGE DESKTOP (1920px+) ── */
@media (min-width: 1920px) {
  .container { max-width: 1600px; }
  body { font-size: 17px; }
  .section-pad { padding: 120px 0; }
  .services-grid { grid-template-columns: repeat(4, 1fr); }
}
