/*
Theme Name: Workplace Mindfulness
Theme URI: https://workplacemindfulness.co.uk
Author: Woodwise Media
Author URI: https://woodwisemedia.com
Description: Lightweight custom theme for The Workplace Mindfulness Co. Renders self-contained page content (the_content) with a global nav + footer, with NO page builder dependency. Replaces Hello Elementor so Elementor can be removed entirely.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: workplacemindfulness
Tags: minimal, lightweight, custom
*/

/* The pages bring their own fully self-contained, namespaced styles
   (.whm / .wab / .wct / .wcs / .wre) plus the nav (.wmc-nav) and footer
   (.wmc-footer). This stylesheet only provides a safe baseline so the
   full-bleed sections render edge-to-edge exactly as they did before. */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #2D3748;
	line-height: 1.6;
	background: #ffffff;
}

/* Full-width content wrapper — no max-width/padding so the self-contained
   sections (hero, dark CTAs, galleries) span the full viewport like they
   did under Elementor's full-width canvas. */
#wpm-main {
	display: block;
	width: 100%;
}

img { max-width: 100%; height: auto; }

a { color: inherit; }

/* Keep the sticky nav clear of the WP admin bar for logged-in users. */
.admin-bar .wmc-nav { top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .wmc-nav { top: 46px; }
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px; height: 1px;
	overflow: hidden;
}
