.about-page {
	padding-bottom: 2.5rem;
}

/* ——— Hero ——— */

.about-page__hero {
	position: relative;
	overflow: hidden;
	padding: 3.5rem 0 4.5rem;
	background: var(--hkf-green-deep);
	color: var(--hkf-cream, #f4ecda);
}

.about-page__hero::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: radial-gradient(circle at 30px 40px, transparent 22px, var(--hkf-cream-soft, #faf5e9) 23px) 0 0 / 60px 100%;
}

.about-page__hero-inner {
	max-width: 47.5rem;
	margin-inline: auto;
	text-align: center;
}

.about-page__hero-eyebrow {
	margin: 0 0 0.625rem;
	color: var(--hkf-gold-soft, #d9b872);
	font-size: 0.75rem;
	font-weight: 700;
}

.about-page__hero-title {
	margin: 0 0 0.875rem;
	color: var(--hkf-cream, #f4ecda);
	font-size: clamp(1.45rem, 3.2vw, 1.75rem);
	font-weight: 800;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.about-page__hero-description {
	margin: 0;
	color: #d8e0d0;
	font-size: 0.9rem;
	line-height: 2;
	overflow-wrap: anywhere;
}

/* ——— Shared section title ——— */

.about-page__section-title {
	margin: 0 0 1.75rem;
	text-align: center;
}

.about-page__section-tag {
	margin: 0 0 0.375rem;
	color: var(--hkf-gold);
	font-size: 0.72rem;
	font-weight: 800;
}

.about-page__section-heading {
	margin: 0;
	color: var(--hkf-green-deep);
	font-size: clamp(1.2rem, 2.6vw, 1.3rem);
	font-weight: 800;
	line-height: 1.5;
}

/* ——— History ——— */

.about-page__history {
	padding: 3rem 0 1.5rem;
}

.about-page__history-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 1.875rem;
	align-items: center;
}

.about-page__history-visual {
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-page__history-image {
	display: block;
	width: 260px;
	height: 260px;
	max-width: 100%;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 14px 36px rgba(14, 59, 36, 0.18);
}

.about-page__history-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 260px;
	max-width: 100%;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--hkf-cream), rgba(217, 184, 114, 0.28));
	border: 1.5px solid rgba(182, 141, 64, 0.35);
	color: var(--hkf-green-deep);
}

.about-page__history-placeholder-svg {
	display: block;
	width: 80px;
	height: 80px;
	max-width: 80px;
	max-height: 80px;
}

.about-page__history-heading {
	margin: 0 0 0.75rem;
	color: var(--hkf-green-deep);
	font-size: clamp(1.1rem, 2.4vw, 1.2rem);
	font-weight: 800;
	line-height: 1.5;
}

.about-page__history-body {
	color: #46523f;
	font-size: 0.9rem;
	line-height: 2;
	overflow-wrap: anywhere;
}

.about-page__history-body > *:first-child {
	margin-top: 0;
}

.about-page__history-body > *:last-child {
	margin-bottom: 0;
}

.about-page__history-body p {
	margin: 0 0 0.65rem;
}

/* ——— Values ——— */

.about-page__values {
	padding: 1.5rem 0 0.75rem;
}

.about-page__values-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.about-page__value-card {
	padding: 1.375rem;
	background: var(--hkf-white);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 14px;
	text-align: center;
}

.about-page__value-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 0.875rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--hkf-cream), rgba(217, 184, 114, 0.2));
	border: 1.5px solid var(--hkf-gold-soft, #d9b872);
	color: var(--hkf-green-deep);
}

.about-page__value-icon svg {
	display: block;
	width: 23px;
	height: 23px;
	max-width: 23px;
	max-height: 23px;
}

.about-page__value-title {
	margin: 0 0 0.5rem;
	color: var(--hkf-green-deep);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.5;
}

.about-page__value-text {
	margin: 0;
	color: #5a5142;
	font-size: 0.78rem;
	line-height: 1.8;
	overflow-wrap: anywhere;
}

/* ——— Stats ——— */

.about-page__stats {
	padding: 2.25rem 0 0.75rem;
}

.about-page__stats-strip {
	display: grid;
	grid-template-columns: repeat(var(--about-stats-count, 4), minmax(0, 1fr));
	gap: 1.25rem;
	margin: 0;
	padding: 1.875rem;
	list-style: none;
	background: var(--hkf-green-deep);
	border-radius: 18px;
	color: var(--hkf-cream, #f4ecda);
}

.about-page__stat-item {
	text-align: center;
	min-width: 0;
}

.about-page__stat-value {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--hkf-gold-soft, #d9b872);
	font-size: clamp(1.35rem, 3vw, 1.625rem);
	font-weight: 800;
	line-height: 1.2;
}

.about-page__stat-label {
	display: block;
	color: #c9d6c2;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
}

/* ——— Contact ——— */

.about-page__contact {
	padding: 2.25rem 0 0;
}

.about-page__contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 1.5rem;
	align-items: stretch;
}

.about-page__contact-card {
	padding: 1.625rem;
	background: var(--hkf-white);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
}

.about-page__contact-card-title {
	margin: 0 0 1rem;
	color: var(--hkf-green-deep);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
}

.about-page__contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-page__contact-row {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin: 0 0 1rem;
}

.about-page__contact-row:last-child {
	margin-bottom: 0;
}

.about-page__contact-icon {
	display: flex;
	flex-shrink: 0;
	margin-top: 0.125rem;
	color: var(--hkf-gold);
}

.about-page__contact-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	max-width: 18px;
	max-height: 18px;
}

.about-page__contact-meta {
	min-width: 0;
}

.about-page__contact-label {
	display: block;
	margin-bottom: 0.125rem;
	color: var(--hkf-green-deep);
	font-size: 0.8125rem;
	font-weight: 800;
}

.about-page__contact-value {
	display: block;
	color: #5a5142;
	font-size: 0.78rem;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.about-page__contact-value--link {
	text-decoration: none;
	color: #5a5142;
}

.about-page__contact-value--link:hover,
.about-page__contact-value--link:focus {
	color: var(--hkf-green-deep);
}

.about-page__map {
	min-width: 0;
	min-height: 15rem;
}

.about-page__map-embed {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 15rem;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	background: var(--hkf-cream);
}

.about-page__map-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 15rem;
	border: 0;
}

.about-page__map-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	height: 100%;
	min-height: 15rem;
	padding: 1.5rem;
	background: var(--hkf-cream);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	color: #8a8473;
	text-align: center;
}

.about-page__map-icon {
	display: block;
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	color: var(--hkf-gold);
}

.about-page__map-placeholder-text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.7;
}

.about-page__map-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.35rem;
	padding: 0.625rem 1.125rem;
	border-radius: 9px;
	background: var(--hkf-green-deep);
	color: var(--hkf-cream, #f4ecda);
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	transition: filter 0.15s ease;
}

.about-page__map-button:hover,
.about-page__map-button:focus {
	filter: brightness(1.08);
}

/* ——— Responsive ——— */

@media (max-width: 760px) {
	.about-page__hero {
		padding: 2.75rem 0 4rem;
	}

	.about-page__history-grid {
		grid-template-columns: 1fr;
	}

	.about-page__history-visual {
		order: -1;
	}

	.about-page__history-image,
	.about-page__history-placeholder {
		width: 220px;
		height: 220px;
	}

	.about-page__values-grid {
		grid-template-columns: 1fr;
	}

	.about-page__stats-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-page__contact-grid {
		grid-template-columns: 1fr;
	}

	.about-page__map,
	.about-page__map-embed,
	.about-page__map-embed iframe,
	.about-page__map-placeholder {
		min-height: 14rem;
	}
}

@media (max-width: 420px) {
	.about-page__stats-strip {
		padding: 1.35rem 1rem;
		gap: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-page__map-button {
		transition: none;
	}
}
