/**
 * About Us page — real content, homepage-aligned design.
 */

body.page-template-about-redesign .page-title-container,
body.ziran-about-page .page-title-container {
	display: none !important;
}

.ziran-about {
	background: #fff;
	color: var(--zh-slate-800, #1e293b);
}

/* ========== HERO ========== */
.zh-about-hero {
	position: relative;
	min-height: clamp(480px, 72vh, 680px);
	display: flex;
	align-items: center;
	overflow: visible;
	padding: clamp(5.5rem, 10vw, 7rem) 0 clamp(4rem, 7vw, 5rem);
}

.zh-about-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.zh-about-hero__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center 30%;
	transform: scale(1.02);
}

.zh-about-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 38%, rgba(255, 255, 255, 0.55) 62%, rgba(15, 23, 42, 0.18) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 40%);
}

.zh-about-hero__inner {
	position: relative;
	z-index: 1;
}

.zh-about-hero__copy {
	max-width: 42rem;
}

.zh-about-hero__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--zh-orange, #e87722);
}

.zh-about-hero__title {
	margin: 0 0 1.15rem;
	font-size: clamp(2.35rem, 5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--zh-slate-800, #1e293b);
}

.zh-about-hero__title .zh-accent {
	display: block;
	margin-top: 0.15rem;
}

.zh-about-hero__lead {
	margin: 0 0 1.75rem;
	font-size: clamp(1rem, 1.85vw, 1.125rem);
	line-height: 1.72;
	color: var(--zh-slate-600, #475569);
}

.zh-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

@media (min-width: 1024px) {
	.zh-about-hero__copy {
		max-width: 36rem;
		padding-right: 1rem;
	}
}

/* ========== STATS ========== */
.zh-about-stats {
	position: relative;
	z-index: 2;
	margin-top: -3rem;
	padding: 0 0 0.5rem;
}

.zh-about-stats .zh-container {
	width: min(1280px, calc(100% - 48px));
}

@media (min-width: 1024px) {
	.zh-about-stats .zh-container {
		width: min(1280px, calc(100% - 64px));
	}
}

.zh-about-stats__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	align-items: stretch;
}

@media (min-width: 768px) {
	.zh-about-stats__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}
}

.zh-about-stats__card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.35rem 1.25rem;
	border-radius: 1rem;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	min-height: 6.5rem;
}

.zh-about-stats__body {
	flex: 1;
	min-width: 0;
}

.zh-about-stats__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
}

.zh-about-stats__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	flex-shrink: 0;
	border-radius: 0.85rem;
	background: linear-gradient(145deg, rgba(232, 119, 34, 0.14), rgba(232, 119, 34, 0.06));
	color: var(--zh-orange, #e87722);
}

.zh-about-stats__icon svg {
	width: 1.5rem;
	height: 1.5rem;
}

.zh-about-stats__value {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--zh-slate-800, #1e293b);
}

.zh-about-stats__label {
	margin-top: 0.35rem;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--zh-slate-600, #475569);
}

/* ========== EXPERIENCE BAND ========== */
.zh-about-experience {
	padding: clamp(3.5rem, 6vw, 4.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 55%, #1a2332 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-top: -0.5rem;
}

.zh-about-experience::before {
	content: "";
	position: absolute;
	top: -40%;
	right: -10%;
	width: min(50vw, 480px);
	height: min(50vw, 480px);
	border-radius: 999px;
	background: radial-gradient(circle, rgba(232, 119, 34, 0.28) 0%, transparent 68%);
	pointer-events: none;
}

.zh-about-experience__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: center;
}

@media (min-width: 900px) {
	.zh-about-experience__inner {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
		gap: 2rem;
	}
}

.zh-about-experience__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
}

.zh-about-experience__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
	font-weight: 700;
	line-height: 1.3;
	color: #fff !important;
}

.ziran-about .zh-about-experience__title,
.ziran-about .zh-about-experience__title-text {
	color: #fff !important;
}

.zh-about-experience__num {
	display: inline-block;
	margin-right: 0.35rem;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	color: var(--zh-orange, #e87722) !important;
	letter-spacing: -0.02em;
	vertical-align: baseline;
}

.zh-about-experience__title-text {
	font-weight: 700;
}

.zh-about-experience__text {
	margin: 0;
	max-width: 36rem;
	line-height: 1.65;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.78);
}

.zh-about-experience__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: flex-start;
}

@media (min-width: 900px) {
	.zh-about-experience__badges {
		justify-content: flex-end;
	}
}

.zh-about-experience__badges span {
	padding: 0.55rem 1rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(6px);
}

/* ========== TRUST / CERTIFICATIONS ========== */
.zh-about-trust {
	padding: clamp(3rem, 6vw, 4.5rem) 0;
	background: #f8fafc;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.zh-about-trust__head {
	max-width: 38rem;
	margin-bottom: 2rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.zh-about-trust__head p {
	margin: 0.75rem 0 0;
	line-height: 1.65;
	color: var(--zh-slate-600, #475569);
}

.zh-about-trust__marquee {
	overflow: hidden;
	width: 100%;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.zh-about-trust__track {
	display: flex;
	align-items: center;
	width: max-content;
	gap: 1rem;
	animation: zh-about-trust-marquee 38s linear infinite;
}

.zh-about-trust__marquee:hover .zh-about-trust__track {
	animation-play-state: paused;
}

@keyframes zh-about-trust-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.zh-about-trust__track {
		animation: none;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
}

.zh-about-trust__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 9.5rem;
	min-height: 5.5rem;
	padding: 0.85rem 1rem;
	border-radius: 0.85rem;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.07);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
	box-sizing: border-box;
}

.zh-about-trust__logo img {
	display: block;
	max-width: 100%;
	max-height: 3.25rem;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center center;
}

/* About page — homepage section spacing */
.ziran-about .zh-why {
	padding-top: clamp(3rem, 6vw, 4.5rem);
}

.ziran-about .zh-why .zh-container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

/* ========== HISTORY / MISSION / VALUES ========== */
.zh-about-core {
	padding: clamp(3.5rem, 7vw, 5.5rem) 0;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.zh-about-core__intro {
	max-width: 38rem;
	margin-bottom: 2.25rem;
}

.zh-about-core__intro p {
	margin: 0.85rem 0 0;
	line-height: 1.65;
	color: var(--zh-slate-600, #475569);
}

.zh-about-core__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 960px) {
	.zh-about-core__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: auto auto;
		gap: 1.15rem;
	}

	.zh-about-core__card--history {
		grid-row: span 2;
	}

	.zh-about-core__card--values {
		grid-column: span 1;
	}
}

.zh-about-core__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem 1.4rem;
	border-radius: 1.15rem;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.07);
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zh-about-core__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.zh-about-core__card--history {
	background: linear-gradient(160deg, #fff7ed 0%, #fff 55%);
	border-color: rgba(232, 119, 34, 0.15);
}

.zh-about-core__card-head {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.85rem;
}

.zh-about-core__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.65rem;
	background: rgba(232, 119, 34, 0.12);
	color: var(--zh-orange, #e87722);
}

.zh-about-core__icon svg {
	width: 1.2rem;
	height: 1.2rem;
}

.zh-about-core__label {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--zh-orange, #e87722);
}

.zh-about-core__card h3 {
	margin: 0 0 0.65rem;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--zh-slate-800, #1e293b);
}

.zh-about-core__card p {
	margin: 0;
	line-height: 1.68;
	font-size: 0.94rem;
	color: var(--zh-slate-600, #475569);
	flex: 1;
}

.zh-about-core__highlight {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(232, 119, 34, 0.2);
}

.zh-about-core__highlight strong {
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--zh-orange, #e87722);
	line-height: 1;
}

.zh-about-core__highlight span {
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--zh-slate-700, #334155);
}

.zh-about-core__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 1rem;
}

.zh-about-core__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.32rem 0.72rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--zh-slate-700, #334155);
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

/* ========== STORY / FACILITY ========== */
.zh-about-story {
	padding: clamp(3rem, 6vw, 5rem) 0;
	background: #fff;
}

.zh-about-story__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 960px) {
	.zh-about-story__grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: 3rem;
	}
}

.zh-about-story__lead {
	margin: 0.85rem 0 1.25rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--zh-slate-700, #334155);
	font-weight: 500;
}

.zh-about-story__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
}

.zh-about-story__list li {
	position: relative;
	padding-left: 1.35rem;
	color: var(--zh-slate-700, #334155);
	font-weight: 500;
	font-size: 0.94rem;
}

.zh-about-story__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: var(--zh-orange, #e87722);
}

.zh-about-story__media {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	grid-template-rows: 1fr 1fr;
	gap: 0.85rem;
	min-height: 320px;
}

.zh-about-story__photo {
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.zh-about-story__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.zh-about-story__photo--main {
	grid-row: span 2;
	min-height: 280px;
}

.zh-about-story__photo--secondary {
	min-height: 130px;
}

/* Spacing tweaks */
.ziran-about .zh-cta {
	margin-bottom: 0;
}

body.ziran-about-page .ziran-home h2.zh-section-title,
body.page-template-about-redesign .ziran-home h2.zh-section-title {
	margin: 0 !important;
	padding: 0 !important;
}

/* About hero buttons — match homepage contrast on light bg */
.ziran-about .zh-about-hero .zh-btn--primary,
.ziran-about .zh-about-hero .zh-btn--primary span {
	color: #fff !important;
}

.ziran-about .zh-about-hero .zh-btn--outline {
	background: #fff;
}

@media (max-width: 767px) {
	.zh-about-hero {
		min-height: auto;
		padding-top: 5rem;
	}

	.zh-about-hero__overlay {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 70%, rgba(255, 255, 255, 0.75) 100%);
	}

	.zh-about-stats {
		margin-top: -2rem;
		padding-top: 0;
	}

	.zh-about-story__media {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}

	.zh-about-story__photo--main {
		grid-row: auto;
		min-height: 220px;
	}
}
