/* ============================================================
   رفتار هدر (چسبان / شفاف / کوچک‌شونده)
   طراحی بصری کامل هدر و بقیه‌ی سایت، توسط خود کاربر در المنتور
   یا در فازهای بعدی قالب تکمیل می‌شود؛ این فایل فقط رفتار را می‌سازد.
   ============================================================ */

#amir-site-header {
	position: relative;
	z-index: 999;
	transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease;
}

#amir-site-header.is-sticky {
	position: sticky;
	top: 0;
}

#amir-site-header.is-transparent-top {
	background: transparent;
}

#amir-site-header.is-transparent-top.amir-scrolled {
	background: #fff;
	box-shadow: 0 2px 16px rgba(0,0,0,.08);
}

#amir-site-header.has-shrink.amir-scrolled {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* فالبک ساده — تا وقتی کاربر هدر/فوتر اختصاصی طراحی نکرده */
.amir-fallback-header,
.amir-fallback-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	flex-wrap: wrap;
	gap: 12px;
}

.amir-fallback-logo {
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
}
