/*
Theme Name: Bell4Growth
Theme URI: https://bell4growth.com/
Author: Bell4Growth
Author URI: https://bell4growth.com/
Description: Senior-led digital marketing agency theme. Pixel-faithful conversion from the Bell4Growth HTML design system. Supports Elementor Free, Contact Form 7, and responsive layouts.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bell4growth
Tags: custom-menu, custom-logo, featured-images, full-site-editing, blog, portfolio
*/

/* ─── WordPress Core Alignment Helpers ─────────────────────────── */
.aligncenter  { display: block; margin-left: auto; margin-right: auto; }
.alignleft    { float: left;  margin: 0 1.5em 1.5em 0; }
.alignright   { float: right; margin: 0 0 1.5em 1.5em; }
.alignwide    { margin-left: calc(-1 * var(--bleed, 0px)); margin-right: calc(-1 * var(--bleed, 0px)); }
.alignfull    { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }
img.aligncenter,
img.alignleft,
img.alignright { max-width: 100%; height: auto; }

/* ─── Screen-reader text ────────────────────────────────────────── */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px; width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto; width: auto;
  top: 1em; left: 1em;
  z-index: 100000;
  padding: 0.75em 1.25em;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

/* ─── Skip Link ─────────────────────────────────────────────────── */
.skip-link {
  position: absolute;
  top: -9999px;
  left: 1rem;
  z-index: 99999;
}
.skip-link:focus { top: 1rem; }
