Most of your visitors are on a phone, holding it one-handed, often outdoors on a patchy connection. That's the primary experience — not the fallback.
One site whose layout adapts to the screen it's on. Columns stack, navigation collapses, images resize, type stays readable — without a separate mobile version to maintain.
The word gets claimed loosely. A site can technically reflow and still be miserable to use, which is where the real work is.
Buttons and links need to be large enough to hit with a thumb and far enough apart that you don't hit the wrong one. Desktop-sized links stacked close together produce constant misfires.
Body text under about 16 pixels forces pinch-zooming. Once someone zooms, horizontal scrolling starts and the experience falls apart.
A phone number as plain text is a phone number nobody calls from a phone. As a tel: link it's one tap. For a local service business this is one of the highest-value details on the entire site.
Correct input types so the right keyboard appears — number pad for phone, email keyboard for email. Fields wide enough to see what you typed. Every unnecessary field costs completions, more so on mobile. See lead generation systems.
Usually one oversized image or a table that won't shrink. It makes the whole page feel broken.
A menu that opens and closes reliably, with tap targets you can reach. Hover-based navigation simply doesn't exist on a touchscreen.
Standing in front of the problem. Outdoors, in sunlight, on a mediocre connection, one hand holding the phone. They want to know you handle this, you cover their area, and how to reach you — in about fifteen seconds.
Design for that and the desktop version takes care of itself. Design for desktop and shrink it, and you've optimized for the minority.
A layout can adapt perfectly and still fail if it ships desktop-sized images to a phone on mobile data. Serving appropriately sized images is a responsive requirement, not a separate optimization — covered in website speed optimization.
Browser dev tools are useful but not sufficient. They don't reproduce a real connection, real touch accuracy, or sunlight on a screen.
The real test is your own phone, outdoors, on cellular, trying to find your phone number and tap it. If that's awkward for you, it's awkward for everyone.
If it fails badly enough that fixes won't cover it, that's a signal for a redesign rather than patching — and a good redesign starts from the phone. See web design.
Describe what your business is dealing with and you will get an honest read on whether this is worth building — and what it would take.