/*
Theme Name: Next Step Mobile Podiatry
Theme URI: https://www.nextstepmobilepodiatry.com.au
Description: Lightweight, conversion-focused custom theme for Next Step Mobile Podiatry — a Melbourne mobile podiatry clinic. Fillable above-the-fold enquiry form, accessible semantic HTML5, Customizer-editable content, and a compiled (no-CDN) Tailwind stylesheet for strong Core Web Vitals.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Author: Connect Australia
Author URI: https://heyitsmoo.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nsmp
Tags: custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog

This theme's main styles are compiled with Tailwind CSS and enqueued from /assets/css/theme.css.
This file provides the required WordPress theme header plus a few no-JS safety fallbacks.
*/

/* ---- No-JS / progressive-enhancement fallbacks only ---- */

/* If JS is disabled, keep the mobile menu reachable rather than hidden. */
.no-js #primary-menu[hidden] { display: block !important; }
.no-js .nav-toggle { display: none; }

/* Prevent layout shift for lazy images that declare width/height. */
img[loading="lazy"] { background: #EAF8FC; }

/* Honeypot: never shown to humans, still in the DOM for bots. */
.nsmp-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}
