/* ---------- صفحه «درباره ما»؛ مستقل از استایل لندینگ غرفه‌سازی ---------- */
.about-inner {
	width: 100%;
	max-width: 1140px;
	margin-inline: auto;
}

.about-section {
	padding: 32px 0;
}

/* ---------- سربرگ ---------- */
.about-hero {
	margin-top: -130px;
	padding-top: 68px;
	background: linear-gradient(45deg, #eee 100%, #ddd 100%);
}

.about-hero__inner {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin-inline: auto;
}

.about-hero__img {
	display: block;
	width: 90%;
	height: auto;
	margin-inline: auto;
}

.about-hero__title {
	position: absolute;
	right: 50%;
	bottom: 60px;
	z-index: 2;
	transform: translateX(50%);
	width: max-content;
	max-width: 90%;
	margin: 0;
	padding: 8px 32px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: var(--heading-color);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}

/* ---------- دو ستون: متن و تصویر ---------- */
.about-split {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.about-split__text {
	flex: 1 1 380px;
	min-width: 0;
}

.about-split__media {
	flex: 0 1 auto;
}

.about-portrait {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 100%;
	background: var(--primary-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* ---------- متن‌های ویرایشگر ---------- */
.about-rich {
	color: var(--heading-color);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 2;
}

.about-rich--justify {
	text-align: justify;
}

.about-rich > :first-child {
	margin-top: 0;
}

.about-rich > :last-child {
	margin-bottom: 0;
}

.about-rich p {
	margin: 0 0 1em;
}

.about-rich h2,
.about-title {
	margin: 0 0 8px;
	color: var(--heading-color);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
}

.about-rich h3 {
	margin: 16px 0 8px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
}

.about-rich ul {
	margin: 0;
	padding-inline-start: 1.2em;
	list-style: disc;
}

.about-rich a {
	color: var(--accent-color);
	text-decoration: underline;
}

.about-note {
	margin: 16px 0 0;
	color: var(--heading-color);
	font-size: 0.9rem;
	font-weight: 400;
}

.about-line {
	width: 100%;
	margin: 24px 0;
	border: 0;
	border-top: 1px solid #eee;
}

/* ---------- شبکه‌ی لوگوها: همیشه سه ستون ---------- */
.about-logos {
	display: grid;
	flex: 1 1 380px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-logos__item {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 3 / 1;
	padding: 6px;
	border: 1px solid #d6b15c;
	border-radius: 4px;
}

.about-logos__img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

@media (min-width: 768px) {
	.about-hero {
		padding-top: 100px;
	}

	.about-section {
		padding: 64px 0;
	}

	.about-hero__title {
		padding: 16px 64px;
		font-size: 1.5rem;
	}

	.about-rich,
	.about-note {
		font-size: 1rem;
	}

	.about-rich h2,
	.about-title {
		font-size: 1.5rem;
	}

	.about-rich h3 {
		font-size: 1.2rem;
	}

	.about-inner {
		width: 90%;
	}
}

@media (min-width: 1025px) {
	.about-hero {
		padding-top: 0;
	}

	.about-hero__img {
		width: 45%;
	}

	.about-split {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.about-split__media {
		max-width: 30%;
	}

	.about-inner {
		width: 100%;
	}
}
