/*
Theme Name: EJ McGrath Construction
Theme URI: https://ejmcgrath.co.uk
Author: EJ McGrath Construction Ltd
Description: Custom marketing theme for EJ McGrath Construction Ltd — civil engineering & groundworks. Built from the EJ McGrath design system (Barlow / Barlow Condensed, EJM purple #330072, hi-vis accent). Replaces the legacy Salient/WPBakery build.
Version: 0.1.0
Requires at least: 5.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ejmcgrath
*/

/* Brand tokens + component styles are loaded via colors_and_type.css and kit.css
   (enqueued in functions.php). This file carries the theme header, the design's
   baked-in tweak values, and a few WordPress-specific helper classes. */

:root { --logo-h: 74px; --ejm-hivis: #EA7A22; }

/* WordPress core helper classes */
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  background: #fff; clip: auto; color: var(--ejm-purple); display: block;
  height: auto; left: 5px; padding: 12px 18px; top: 5px; width: auto; z-index: 100000;
}
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: var(--small); color: var(--fg-3); }
