.honar-hero {
	--honar-hero-gold: #c98608;
	--honar-hero-ink: #21180f;
	--honar-hero-inline-space: clamp(1rem, 5vw, 5.5rem);

	position: relative;
	isolation: isolate;
	display: flex;
	align-items: stretch;
	width: 100%;
	height: calc(100vh - 110px);

	overflow: hidden;
	background: #f6dfbd url("../../images/home/hero-background.webp") top center / cover no-repeat;
	color: var(--honar-hero-ink);
}

.honar-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(
		90deg,
		rgb(255 251 245 / 98%) 0%,
		rgb(255 249 240 / 94%) 25%,
		rgb(255 246 232 / 78%) 43%,
		rgb(255 241 220 / 28%) 60%,
		transparent 75%
	);
	content: "";
	pointer-events: none;
}

.honar-hero__container {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: start;
	width: 100%;
	padding: clamp(1.5rem, 5vh, 2rem) var(--honar-hero-inline-space) clamp(11rem, 22vh, 13.5rem);

}

.honar-hero__content-wrap {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 100rem;
	margin-inline: auto;
}

.honar-hero__content {
	width: min(48vw, 46rem);
	margin: 0;
	text-align: center;
}

.honar-hero__statement {
	max-width: 46rem;
	margin: 0 auto clamp(0.5rem, 1vh, 0.8rem);
	color: #6f4b1c;
	font-family: "IranNastaliq", "Noto Nastaliq Urdu", "Urdu Typesetting", serif;
	font-size: clamp(1.65rem, 2.45vw, 3rem);
	font-weight: 400;
	line-height: 1.95;
	text-wrap: balance;
}

.honar-hero__eyebrow {
	margin: 0 0 0.35rem;
	color: var(--honar-hero-gold);
	font-family: var(--honar-font-heading);
	font-size: clamp(1.45rem, 2.1vw, 2.3rem);
	font-weight: 800;
	line-height: 1.35;
}

.honar-hero__subtitle {
	max-width: 38rem;
	margin: 0 auto clamp(1.1rem, 2vh, 1.7rem);
	font-size: clamp(1.3rem, 1.8vw, 2rem);
	font-weight: 800;
	line-height: 1.45;
}

.honar-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	min-width: min(100%, 21rem);
	min-height: 3.6rem;
	padding: 0.75rem 1.8rem;
	border: 1px solid rgb(166 101 0 / 26%);
	border-radius: 999px;
	background: linear-gradient(180deg, #e1aa31, #c98608);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 35%), 0 0.75rem 1.8rem rgb(132 78 0 / 16%);
	color: #fff;
	font-size: clamp(0.98rem, 1.05vw, 1.15rem);
	font-weight: 800;
}

.honar-hero__cta:hover,
.honar-hero__cta:focus-visible {
	color: #fff;
	filter: brightness(1.04);
	transform: translateY(-2px);
}

.honar-hero__social-proof {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-top: clamp(0.75rem, 1.5vh, 1.2rem);
}

.honar-hero__members {
	flex: 0 0 auto;
	width: clamp(6.5rem, 8vw, 8.5rem);
	height: auto;
	object-fit: contain;
}

.honar-hero__social-text {
	color: #6d5a44;
	font-size: clamp(0.74rem, 0.82vw, 0.9rem);
	line-height: 1.7;
}

.honar-hero__social-text strong {
	color: var(--honar-hero-gold);
	font-weight: 800;
}

.honar-hero__benefits-wrap {
	position: absolute;
	inset: auto 0 clamp(1rem, 2.5vh, 1.75rem);
	z-index: 4;
	padding-inline: clamp(1rem, 7.5vw, 8.5rem);
}

.honar-hero__benefits {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	max-width: 86rem;
	margin-inline: auto;
	padding: clamp(0.9rem, 1.8vh, 1.4rem) clamp(0.8rem, 1.6vw, 1.6rem);
	border: 1px solid rgb(83 61 30 / 8%);
	border-radius: clamp(1.2rem, 1.8vw, 1.65rem);
	background: rgb(255 255 255 / 95%);
	box-shadow: 0 1.1rem 2.8rem rgb(84 57 19 / 16%);
	backdrop-filter: blur(0.8rem);
}

.honar-hero__benefit {
	position: relative;
	padding: 0.2rem clamp(0.65rem, 1.25vw, 1.25rem);
	text-align: center;
}

.honar-hero__benefit:not(:last-child)::after {
	position: absolute;
	inset: 12% auto 12% 0;
	width: 1px;
	background: #e6ded2;
	content: "";
}

.honar-hero__benefit-icon {
	width: clamp(2.3rem, 2.7vw, 3rem);
	height: clamp(2.3rem, 2.7vw, 3rem);
	margin-bottom: 0.35rem;
	color: var(--honar-hero-gold);
}

.honar-hero__benefit-title {
	margin: 0 0 0.3rem;
	font-size: clamp(0.9rem, 1vw, 1.1rem);
	font-weight: 800;
	line-height: 1.5;
}

.honar-hero__benefit p {
	max-width: 12rem;
	margin: 0 auto;
	color: #6e6255;
	font-size: clamp(0.68rem, 0.74vw, 0.84rem);
	line-height: 1.8;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.honar-hero {
		background-position: 58% center;
	}

	.honar-hero__container {
		padding-inline: clamp(1.5rem, 4vw, 3rem);
	}

	.honar-hero__content {
		width: min(48vw, 40rem);
	}

	.honar-hero__title {
		font-size: clamp(3rem, 6vw, 4.8rem);
	}

	.honar-hero__benefits-wrap {
		padding-inline: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.honar-hero {
		display: block;
		height: auto;
		min-height: 100svh;
		overflow: visible;
		background-position: 62% top;
	}

	.honar-hero::before {
		background: linear-gradient(
			180deg,
			rgb(255 250 242 / 96%) 0%,
			rgb(255 248 238 / 92%) 38%,
			rgb(255 244 227 / 72%) 62%,
			rgb(255 241 219 / 42%) 100%
		);
	}

	.honar-hero__container {
		align-items: flex-start;
		padding: 7rem 1rem 2rem;
	}

	.honar-hero__content-wrap {
		justify-content: center;
	}

	.honar-hero__content {
		width: min(100%, 34rem);
		margin-inline: auto;
		text-align: center;
	}

	.honar-hero__description {
		margin-inline: auto;
	}

	.honar-hero__statement {
		max-width: 100%;
		margin-inline: auto;
		font-size: clamp(1.45rem, 6vw, 2.2rem);
		line-height: 1.9;
	}

	.honar-hero__cta {
		width: 100%;
		min-width: 0;
	}

	.honar-hero__social-proof {
		justify-content: center;
		flex-wrap: wrap;
	}

	.honar-hero__benefits-wrap {
		position: relative;
		inset: auto;
		padding: 0 1rem 1.5rem;
	}

	.honar-hero__benefits {
		grid-template-columns: 1fr;
		padding: 0.65rem 1rem;
	}

	.honar-hero__benefit {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"icon title"
			"icon text";
		column-gap: 1rem;
		padding: 0.9rem 0.25rem;
		text-align: right;
	}

	.honar-hero__benefit:not(:last-child)::after {
		inset: auto 0 0;
		width: 100%;
		height: 1px;
	}

	.honar-hero__benefit-icon {
		grid-area: icon;
		align-self: center;
		margin: 0;
	}

	.honar-hero__benefit-title {
		grid-area: title;
	}

	.honar-hero__benefit p {
		grid-area: text;
		max-width: none;
		margin: 0;
	}
}

/* Explicit HTML columns: visual space on the right, content on the left. */
.honar-hero__row {
	align-items: stretch;
	width: 100%;
	max-width: 100rem;
	margin-inline: auto;
}

.honar-hero__visual-column {
	min-height: 1px;
}

.honar-hero__content-column {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.honar-hero__content-column .honar-hero__content {
	width: min(100%, 46rem);
	margin: 0;
}

@media (min-width: 992px) {
	.honar-hero__row {
		direction: rtl;
	}

	.honar-hero__visual-column {
		order: 1;
	}

	.honar-hero__content-column {
		order: 2;
		direction: rtl;
	}
}

@media (max-width: 991.98px) {
	.honar-hero__visual-column {
		display: none;
	}

	.honar-hero__content-column {
		width: 100%;
		justify-content: center;
	}
}
