/**
 * درباره ما — مینیمال و روشن، بدون پس‌زمینه سکشن
 */

.hanel-about {
	--hanel-about-ink: #151923;
	--hanel-about-soft: #4a5061;
	--hanel-about-muted: #8b90a0;
	--hanel-about-gold: #c5a059;
	--hanel-about-line: rgba(21, 25, 35, 0.1);

	position: relative;
	padding-block: clamp(3.5rem, 8vw, 7rem);
	background: none;
	color: var(--hanel-about-ink);
}

.hanel-about__inner {
	position: relative;
}

.hanel-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 4.5rem);
}

/* —— ستون تصویر —— */
.hanel-about__media {
	position: relative;
	order: 2;
	align-self: center;
}

.hanel-about__figure {
	position: relative;
	margin: 0;
	border-radius: 1.75rem;
	overflow: hidden;
	background: var(--hanel-color-soft-white, #fafaf8);
}

/* قاب نازک طلایی با آفست — عمق بدون سایه سنگین */
.hanel-about__figure::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid rgba(21, 25, 35, 0.08);
	pointer-events: none;
}

.hanel-about__media::before {
	content: "";
	position: absolute;
	inset-block: 1.35rem -1.35rem;
	inset-inline: -1.35rem 1.35rem;
	z-index: -1;
	border: 1px solid rgba(197, 160, 89, 0.45);
	border-radius: 1.75rem;
	pointer-events: none;
}

.hanel-about__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.hanel-about__media:hover .hanel-about__image {
	transform: scale(1.03);
}

/* تصویر مکمل — کارت کوچک روی گوشه */
.hanel-about__figure-accent {
	position: absolute;
	inset-inline-end: -1.25rem;
	bottom: 2.5rem;
	z-index: 2;
	width: clamp(6rem, 12vw, 8.5rem);
	margin: 0;
	border-radius: 1.15rem;
	overflow: hidden;
	border: 4px solid #fff;
}

.hanel-about__image-accent {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

/* چیپ «از سال» */
.hanel-about__since {
	position: absolute;
	inset-inline-start: -0.75rem;
	top: 1.5rem;
	z-index: 3;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.1rem;
	padding: 0.6rem 0.95rem;
	border-radius: 0.9rem;
	background: #fff;
	border: 1px solid var(--hanel-about-line);
	line-height: 1;
}

.hanel-about__since-label {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: var(--hanel-about-muted);
}

.hanel-about__since-value {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--hanel-about-ink);
}

/* مُهر چرخان */
.hanel-about__seal {
	position: absolute;
	inset-inline-start: -1.5rem;
	bottom: -1.5rem;
	z-index: 3;
	display: grid;
	place-items: center;
	width: clamp(5rem, 10vw, 6.75rem);
	height: clamp(5rem, 10vw, 6.75rem);
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--hanel-about-line);
	color: var(--hanel-about-gold);
}

.hanel-about__seal-svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.hanel-about__seal-spin {
	transform-origin: 60px 60px;
	animation: hanel-about-spin 22s linear infinite;
}

.hanel-about__seal-text {
	fill: var(--hanel-about-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.hanel-about__seal-icon {
	display: grid;
	place-items: center;
	color: var(--hanel-about-ink);
}

.hanel-about__seal-icon .hanel-icon {
	width: 1.35rem;
	height: 1.35rem;
	stroke-width: 1.6;
}

@keyframes hanel-about-spin {
	to {
		transform: rotate(360deg);
	}
}

/* —— ستون محتوا —— */
.hanel-about__content {
	order: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(1rem, 2vw, 1.5rem);
	min-width: 0;
}

.hanel-about__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	width: 100%;
}

.hanel-about__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--hanel-about-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.hanel-about__eyebrow-line {
	display: block;
	width: 2.25rem;
	height: 1px;
	transform-origin: right center;
	background: currentColor;
	opacity: 0.7;
}

.hanel-about__title {
	margin: 0;
	font-size: clamp(1.85rem, 4.2vw, 3.15rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: var(--hanel-about-ink);
}

/* واژه تأکیدی با زیرخط طلایی نرم */
.hanel-about__title-mark {
	position: relative;
	color: var(--hanel-about-gold);
	white-space: nowrap;
}

.hanel-about__title-mark::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 0.06em;
	height: 0.22em;
	border-radius: 999px;
	background: rgba(197, 160, 89, 0.22);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}

.hanel-about.is-mark-in .hanel-about__title-mark::after,
.hanel-about.is-ready .hanel-about__title-mark::after {
	transform: scaleX(1);
}

.hanel-about__lead {
	margin: 0;
	max-width: 34rem;
	color: var(--hanel-about-soft);
	font-size: clamp(1rem, 1.7vw, 1.2rem);
	font-weight: 600;
	line-height: 1.75;
}

.hanel-about__body {
	margin: 0;
	max-width: 36rem;
	color: var(--hanel-about-muted);
	font-size: clamp(0.92rem, 1.4vw, 1.02rem);
	line-height: 2;
}

/* نقل‌قول — فقط یک خط طلایی نازک */
.hanel-about__quote {
	position: relative;
	margin: 0;
	padding-inline-start: 1.15rem;
	border-inline-start: 2px solid var(--hanel-about-gold);
}

.hanel-about__quote-text {
	margin: 0;
	color: var(--hanel-about-ink);
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	font-weight: 700;
	line-height: 1.7;
}

/* —— دکمه تخت —— */
.hanel-about__cta {
	margin-top: 0.35rem;
}

.hanel-about__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	min-height: 3rem;
	padding: 0.8rem 1.6rem;
	border-radius: 999px;
	border: 1.5px solid var(--hanel-about-ink);
	background: var(--hanel-about-ink);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease;
}

.hanel-about__btn:hover,
.hanel-about__btn:focus-visible {
	outline: none;
	background: var(--hanel-about-gold);
	border-color: var(--hanel-about-gold);
	color: #16110a;
}

.hanel-about__btn:focus-visible {
	outline: 2px solid var(--hanel-about-gold);
	outline-offset: 3px;
}

.hanel-about__btn-icon {
	display: grid;
	place-items: center;
	transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.hanel-about__btn-icon .hanel-icon {
	width: 1.05rem;
	height: 1.05rem;
	stroke-width: 2;
}

.hanel-about__btn:hover .hanel-about__btn-icon,
.hanel-about__btn:focus-visible .hanel-about__btn-icon {
	transform: translateX(-0.25rem);
}

/* —— تبلت —— */
@media (max-width: 900px) {
	.hanel-about__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: clamp(2.75rem, 7vw, 3.5rem);
		justify-items: center;
	}

	.hanel-about__media {
		order: 1;
		width: min(100%, 26rem);
	}

	.hanel-about__content {
		order: 2;
		align-items: center;
		text-align: center;
		width: 100%;
	}

	.hanel-about__head {
		align-items: center;
	}

	.hanel-about__lead,
	.hanel-about__body {
		max-width: 40rem;
	}

	.hanel-about__quote {
		padding-inline: 1.15rem;
		border-inline-start: 0;
		border-block-start: 2px solid var(--hanel-about-gold);
		padding-block-start: 0.85rem;
	}
}

/* —— موبایل —— */
@media (max-width: 600px) {
	.hanel-about {
		padding-block: clamp(2.75rem, 10vw, 3.75rem);
	}

	.hanel-about__media {
		width: min(100%, 20rem);
	}

	.hanel-about__media::before {
		inset-block: 1rem -1rem;
		inset-inline: -1rem 1rem;
		border-radius: 1.35rem;
	}

	.hanel-about__figure {
		border-radius: 1.35rem;
	}

	.hanel-about__image {
		aspect-ratio: 1 / 1;
	}

	.hanel-about__figure-accent {
		inset-inline-end: -0.65rem;
		bottom: 1.75rem;
		width: 5.25rem;
		border-width: 3px;
		border-radius: 0.9rem;
	}

	.hanel-about__since {
		inset-inline-start: -0.5rem;
		top: 1rem;
		padding: 0.5rem 0.75rem;
	}

	.hanel-about__seal {
		inset-inline-start: -0.75rem;
		bottom: -1rem;
		width: 4.5rem;
		height: 4.5rem;
	}

	.hanel-about__seal-icon .hanel-icon {
		width: 1.05rem;
		height: 1.05rem;
	}

	.hanel-about__btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 360px) {
	.hanel-about__title {
		font-size: 1.55rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hanel-about__seal-spin,
	.hanel-about__image,
	.hanel-about__title-mark::after,
	.hanel-about__btn-icon,
	.hanel-about--await .hanel-about__figure,
	.hanel-about--await .hanel-about__figure-accent,
	.hanel-about--await .hanel-about__since,
	.hanel-about--await .hanel-about__seal,
	.hanel-about--await .hanel-about__eyebrow,
	.hanel-about--await .hanel-about__title,
	.hanel-about--await .hanel-about__lead,
	.hanel-about--await .hanel-about__body,
	.hanel-about--await .hanel-about__quote,
	.hanel-about--await .hanel-about__cta {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.hanel-about__title-mark::after {
		transform: scaleX(1) !important;
	}
}

.hanel-about--await .hanel-about__figure,
.hanel-about--await .hanel-about__figure-accent,
.hanel-about--await .hanel-about__since,
.hanel-about--await .hanel-about__seal,
.hanel-about--await .hanel-about__eyebrow,
.hanel-about--await .hanel-about__title,
.hanel-about--await .hanel-about__lead,
.hanel-about--await .hanel-about__body,
.hanel-about--await .hanel-about__quote,
.hanel-about--await .hanel-about__cta {
	opacity: 0;
}

.hanel-about.is-ready .hanel-about__figure,
.hanel-about.is-ready .hanel-about__figure-accent,
.hanel-about.is-ready .hanel-about__since,
.hanel-about.is-ready .hanel-about__seal,
.hanel-about.is-ready .hanel-about__eyebrow,
.hanel-about.is-ready .hanel-about__title,
.hanel-about.is-ready .hanel-about__lead,
.hanel-about.is-ready .hanel-about__body,
.hanel-about.is-ready .hanel-about__quote,
.hanel-about.is-ready .hanel-about__cta {
	opacity: 1;
}
