/**
 * HALINK C9 — About page (Luxury Spa)
 */

.hl-page--about {
	background: var(--hl-bg);
}

/* ===== Hero ===== */
.hl-about-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(2.75rem, 6vw, 4.5rem);
	background-color: var(--hl-bg-soft);
	background-image: var(--hl-about-hero-bg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.hl-about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(247, 243, 236, 0.92) 0%, rgb(247 243 236 / 34%) 42%, rgb(247 243 236 / 0%) 100%);
	z-index: -1;
}

.hl-about-hero__crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 1rem;
	font-size: 0.86rem;
	color: var(--hl-muted);
}

.hl-about-hero__crumb a {
	color: var(--hl-muted);
	text-decoration: none;
}

.hl-about-hero__crumb a:hover {
	color: var(--hl-gold);
}

.hl-about-hero__title {
	margin: 0 0 0.65rem;
	max-width: 18ch;
	font-family: var(--hl-font-display);
	font-size: clamp(2.25rem, 5vw, 3.35rem);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0.02em;
	color: var(--hl-primary);
}

.hl-about-hero__sub {
	margin: 0 0 1rem;
	max-width: 32rem;
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	line-height: 1.55;
	color: var(--hl-text, #3d4636);
}

.hl-about-hero__ornament {
	display: block;
	width: 4.5rem;
	height: auto;
	opacity: 0.9;
}

/* ===== Intro ===== */
.hl-about-intro {
	padding: clamp(2.5rem, 5vw, 4rem) 0;
	background: #fff;
}

.hl-about-intro .hl-section__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hl-gold);
}

.hl-about-intro__media {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 0.35rem;
}

.hl-about-intro__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.hl-about-intro__badge {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	max-width: 11.5rem;
	padding: 1rem 1.05rem;
	background: var(--hl-primary);
	color: #fff;
	border-radius: 0.25rem;
	line-height: 1.3;
}

.hl-about-intro__badge strong {
	display: block;
	font-family: var(--hl-font-display);
	font-size: 1.85rem;
	font-weight: 600;
	color: var(--hl-gold);
	line-height: 1;
}

.hl-about-intro__badge span {
	display: block;
	margin: 0.35rem 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.hl-about-intro__badge em {
	display: block;
	font-style: normal;
	font-size: 0.78rem;
	opacity: 0.85;
}

.hl-about-intro__title {
	margin: 0 0 1rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.65rem, 2.8vw, 2.35rem);
	font-weight: 600;
	line-height: 1.25;
	color: var(--hl-ink);
}

.hl-about-intro__text {
	margin-bottom: 1.35rem;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--hl-muted);
}

.hl-about-intro__text p {
	margin: 0 0 0.85rem;
}

.hl-about-intro__text p:last-child {
	margin-bottom: 0;
}

.hl-about-intro__feature {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	min-height: 2.75rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--hl-ink);
}

.hl-about-intro__feature-ico {
	flex: 0 0 2.35rem;
	width: 2.35rem;
	height: 2.35rem;
	display: grid;
	place-items: center;
	border: 1px solid rgba(184, 154, 90, 0.5);
	border-radius: 50%;
	color: var(--hl-gold);
	font-size: 0.95rem;
}

/* ===== Stats ===== */
.hl-about-stats {
	padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
	background: var(--hl-primary);
	color: #fff;
}

.hl-about-stats__item {
	padding: 0.35rem 0.5rem;
}

.hl-about-stats__icon {
	display: inline-grid;
	place-items: center;
	margin-bottom: 0.45rem;
	color: var(--hl-gold);
	font-size: 1.25rem;
}

.hl-about-stats__value {
	display: block;
	margin-bottom: 0.2rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 600;
	line-height: 1.15;
	color: #fff;
}

.hl-about-stats__label {
	display: block;
	font-size: 0.84rem;
	opacity: 0.88;
	line-height: 1.35;
}

/* ===== Why ===== */
.hl-about-why {
	position: relative;
	padding: clamp(3rem, 6vw, 5rem) 0;
	background:
		radial-gradient(ellipse 48% 55% at 0% 100%, rgba(184, 154, 90, 0.08), transparent 60%),
		radial-gradient(ellipse 40% 50% at 100% 0%, rgba(47, 59, 40, 0.05), transparent 55%),
		var(--hl-bg);
	overflow: hidden;
}

.hl-about-why__head {
	max-width: 38rem;
	margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.hl-about-why__heading {
	margin: 0 0 0.75rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
	color: var(--hl-primary);
}

.hl-about-why__ornament {
	display: block;
	width: 4.5rem;
	height: auto;
	margin: 0 auto;
	opacity: 0.9;
}

.hl-about-why__grid > [class*="col-"] {
	display: flex;
}

.hl-about-why__card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(47, 59, 40, 0.08);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(47, 59, 40, 0.07);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hl-about-why__card:hover {
	transform: translateY(-4px);
	border-color: rgba(184, 154, 90, 0.35);
	box-shadow: 0 18px 40px rgba(47, 59, 40, 0.11);
}

.hl-about-why__media {
	position: relative;
	overflow: hidden;
	margin: 0;
	isolation: isolate;
}

.hl-about-why__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(180deg, transparent 0%, rgba(20, 28, 18, 0.28) 100%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.hl-about-why__media img {
	display: block;
	width: 100%;
	aspect-ratio: 5 / 4;
	object-fit: cover;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hl-about-why__card:hover .hl-about-why__media img {
	transform: scale(1.05);
}

.hl-about-why__card:hover .hl-about-why__media::after {
	opacity: 1;
}

.hl-about-why__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	padding: 1.2rem 1.15rem 1.4rem;
	text-align: center;
}

.hl-about-why__title {
	position: relative;
	margin: 0 0 0.75rem;
	padding-bottom: 0.85rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.08rem, 1.4vw, 1.22rem);
	font-weight: 600;
	line-height: 1.35;
	color: var(--hl-ink);
}

.hl-about-why__title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 2.35rem;
	height: 2px;
	background: rgba(184, 154, 90, 0.55);
	transform: translateX(-50%);
	transition: width 0.3s ease, background 0.3s ease;
}

.hl-about-why__card:hover .hl-about-why__title::after {
	width: 3.5rem;
	background: var(--hl-gold);
}

.hl-about-why__text {
	margin: 0;
	max-width: 15rem;
	font-size: 0.9rem;
	line-height: 1.65;
	color: var(--hl-muted);
}

/* ===== Quote ===== */
.hl-about-quote {
	position: relative;
	padding: clamp(2.5rem, 5vw, 4rem) 0;
	background: #fff;
	overflow: hidden;
}

.hl-about-quote::after {
	content: "";
	position: absolute;
	right: -4%;
	top: 10%;
	width: 28%;
	height: 80%;
	background:
		radial-gradient(ellipse at center, rgba(184, 154, 90, 0.08) 0%, transparent 70%);
	pointer-events: none;
}

.hl-about-quote__side {
	overflow: hidden;
	border-radius: 0.35rem;
	box-shadow: 0 12px 32px rgba(47, 59, 40, 0.1);
}

.hl-about-quote__side img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.hl-about-quote__block {
	position: relative;
	margin: 0;
	padding: 0.5rem 0 0;
	text-align: center;
}

.hl-about-quote__mark {
	display: block;
	margin-bottom: 0.35rem;
	font-family: var(--hl-font-display);
	font-size: 3.5rem;
	line-height: 0.8;
	color: var(--hl-gold);
}

.hl-about-quote__text {
	margin: 0 auto 1.25rem;
	max-width: 38rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.55;
	color: var(--hl-ink);
}

.hl-about-quote__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.9rem;
	color: var(--hl-muted);
}

.hl-about-quote__footer strong {
	font-family: var(--hl-font-script);
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--hl-gold);
}

/* ===== Promises ===== */
.hl-about-promises {
	padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
	background: var(--hl-bg);
	border-top: 1px solid var(--hl-border, #e5ddd0);
}

.hl-about-promises__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	padding: 0.5rem;
	text-align: center;
}

.hl-about-promises__ico {
	width: 2.75rem;
	height: 2.75rem;
	display: grid;
	place-items: center;
	margin-bottom: 0.35rem;
	border: 1px solid rgba(184, 154, 90, 0.45);
	border-radius: 50%;
	color: var(--hl-gold);
	font-size: 1.1rem;
}

.hl-about-promises__item strong {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--hl-ink);
	line-height: 1.3;
}

.hl-about-promises__item span {
	font-size: 0.8rem;
	color: var(--hl-muted);
}

/* ===== CTA (optional) ===== */
.hl-about-cta {
	position: relative;
	isolation: isolate;
	padding: clamp(3.25rem, 7vw, 5rem) 0;
	background-color: var(--hl-primary);
	background-image:
		radial-gradient(ellipse 55% 80% at 12% 50%, rgba(184, 154, 90, 0.18), transparent 55%),
		radial-gradient(ellipse 45% 70% at 92% 20%, rgba(255, 255, 255, 0.06), transparent 50%);
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.hl-about-cta::before {
	content: "";
	position: absolute;
	inset: 1.25rem;
	border: 1px solid rgba(184, 154, 90, 0.35);
	pointer-events: none;
	z-index: 0;
}

.hl-about-cta .container {
	position: relative;
	z-index: 1;
	max-width: 40rem;
}

.hl-about-cta__title {
	margin: 0 0 0.85rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.85rem, 3.5vw, 2.65rem);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: #fff;
}

.hl-about-cta__text {
	margin: 0 auto 1.75rem;
	max-width: 32rem;
	font-size: clamp(0.98rem, 1.4vw, 1.08rem);
	line-height: 1.7;
	color: rgba(247, 243, 236, 0.82);
}

.hl-about-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 3rem;
	padding: 0.8rem 1.85rem;
	border: 1px solid var(--hl-gold);
	background: var(--hl-gold);
	color: var(--hl-primary);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hl-about-cta__btn:hover,
.hl-about-cta__btn:focus-visible {
	background: transparent;
	border-color: #fff;
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 991.98px) {
	.hl-about-stats .col {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.hl-about-cta::before {
		inset: 0.85rem;
	}
}

@media (max-width: 575.98px) {
	.hl-about-intro__badge {
		left: 0.75rem;
		bottom: 0.75rem;
		max-width: 10rem;
		padding: 0.75rem 0.85rem;
	}

	.hl-about-stats .col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hl-about-why__body {
		padding: 1rem 0.95rem 1.2rem;
	}

	.hl-about-why__text {
		font-size: 0.86rem;
	}

	.hl-about-cta {
		padding: 2.75rem 0;
	}

	.hl-about-cta::before {
		inset: 0.65rem;
	}

	.hl-about-cta__btn {
		width: 100%;
		max-width: 18rem;
	}
}
