/*!
Theme Name: Naqeeb Personal Brand
Theme URI: https://naqeebulrehman.com/
Author: Naqeeb Ul Rehman
Author URI: https://naqeebulrehman.com/
Description: Production theme for naqeebulrehman.com — v2 "Engineered Calm" design system. Floating pill navigation, Classic Editor page layouts, dynamic writing/blog templates, and plugin-driven forms (Contact Form 7 + Brevo).
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naqeebwpdev-theme
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready, blog, portfolio
*/

/* WordPress wrapper resets — brand styles live in assets/css/brand-v2.css */

.site-main,
#primary.site-main {
	padding: 0;
	margin: 0;
	max-width: none;
	width: 100%;
}

.entry-content,
.naqeeb-page-content {
	max-width: none;
	padding: 0;
	margin: 0;
}

.entry-content > :first-child,
.naqeeb-page-content > :first-child {
	margin-top: 0;
}

/* Classic Editor sometimes wraps custom HTML blocks in stray paragraphs */
.entry-content > p:empty,
.naqeeb-page-content > p:empty {
	display: none;
}

.entry-content > p:has(> .page-section),
.naqeeb-page-content > p:has(> .page-section) {
	margin: 0;
	padding: 0;
}

.entry-content > p:has(> section),
.naqeeb-page-content > p:has(> section) {
	margin: 0;
	padding: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
