/*
Theme Name: Iranzamin
Theme URI: https://github.com/yyasahrr/chapiranzamin
Author: Iranzamin
Author URI: https://github.com/yyasahrr
Description: قالب پایه سبک و سازگار با Elementor Pro برای چاپ ایران‌زمین. تمام منطق سیستم (قیمت‌گذاری، سفارش، سازمان) در افزونه Iranzamin Core است؛ این قالب فقط چارچوب نمایش را فراهم می‌کند تا با تعویض قالب هیچ داده یا منطقی از بین نرود. با Elementor، Elementor Pro و WooCommerce سازگار است.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
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: iranzamin
Tags: rtl-language, custom-logo, custom-menu, featured-images, full-width-template
*/

/* ─── پایه مینیمال — المنتور مسئول طراحی اصلی است ─── */
html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	line-height: 1.8;
	direction: rtl;
	text-align: right;
	font-family: Tahoma, "Vazirmatn", system-ui, -apple-system, sans-serif;
	word-wrap: break-word;
}

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

a {
	color: inherit;
}

.irz-container {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 1rem;
}

/* هدر/فوتر ساده تا زمانی که المنتور Theme Builder جایگزین می‌کند */
.site-header {
	border-bottom: 1px solid #eee;
	padding-block: 0.75rem;
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-title {
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: none;
}

.site-nav ul {
	display: flex;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer {
	border-top: 1px solid #eee;
	margin-top: 3rem;
	padding-block: 1.5rem;
	font-size: 0.9rem;
}

/* دسترس‌پذیری */
.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 {
	width: auto;
	height: auto;
	clip: auto;
	padding: 0.5rem 1rem;
	background: #fff;
	z-index: 100000;
}
