/* 由 about-us.php 以 media=(max-width: 980px) 加载，勿写入 @media。 */

.about-page {
	width: 100%;
	max-width: 100%;
}

.about-page .section {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

.about-page img {
	max-width: 100%;
}

/* ----- Hero ----- */
.about-hero {
	padding: 2.5rem 0 0;
}

.about-hero__title {
	margin-bottom: 0.75rem;
	font-size: 2rem;
	line-height: 2.625rem;
}

.about-hero__title br {
	display: none;
}

.about-hero__subtitle {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

/* ----- 公司简介 ----- */
.about-profile {
	padding: 0 0 3.125rem;
}

.about-profile__card {
	flex-direction: column;
	margin-top: 2.5rem;
	min-height: 0;
	box-shadow: 0 0 0.5rem 0 rgba(23, 38, 68, 0.08);
	border-radius: 0.75rem;
}

.about-profile__text {
	width: 100%;
	padding: 1.5rem 1rem;
	margin-left: 0;
}

.about-profile__heading {
	margin-bottom: 1rem;
	font-size: 1.75rem;
	line-height: 2.25rem;
}

.about-profile__p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.about-profile__p + .about-profile__p {
	margin-top: 0.75rem;
}

.about-profile__media {
	width: 100%;
	min-height: 12.5rem;
	border-radius: 0;
}

.about-profile__img {
	height: auto;
	min-height: 12.5rem;
}

.about-profile__caption {
	text-align: left;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

/* ----- 全球实效（视频）----- */
.about-impact {
	min-height: 28.125rem;
	margin-top: 0;
}

.about-impact__content {
	padding-bottom: 3.125rem;
}

.about-impact__intro {
	padding-top: 2.5rem;
	max-width: 100%;
}

.about-page .about-impact__title,
.about-page h2.about-impact__title {
	font-size: 2rem !important;
	line-height: 2.625rem !important;
	background-image: linear-gradient(45deg, #0e78f1 0%, #388eff 34%, #837cfc 66%, #ffbabf 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.about-impact__title br {
	display: none;
}

.about-impact__lead {
	margin-top: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #bcd5f6;
}

/* 6 个 metric-tier 铺成 2 列 × 3 行（col 使用 display:contents，仅小屏生效） */
.about-impact__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1rem;
	row-gap: 1.5rem;
	width: 100%;
	max-width: 100%;
	margin-top: 2rem;
}

.about-impact__metric-col {
	display: contents;
}

.about-impact__metric-tier {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.about-impact__metric-tier .about-impact__metric-visual-wrap {
	justify-content: flex-start;
}

.about-impact__metric-tier:first-child .about-impact__metric-visual-wrap {
	min-height: 3rem;
}

.about-impact__metric-label {
	margin-top: 0.625rem;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #bcd5f6;
	white-space: normal;
}

.about-impact__num {
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #fff;
}

.about-impact__num--accent {
	color: #fff;
}

.about-impact__icon {
	filter: brightness(0) invert(1);
}

.about-impact__icon--lab {
	width: 3.25rem;
	height: 2.375rem;
}

.about-impact__icon--mark {
	width: 2rem;
	height: 1.875rem;
}

/* ----- 荣誉 ----- */
.about-honors {
	padding-top: 3.125rem;
}

.about-honors__main {
	flex-direction: column;
	gap: 2rem;
}

.about-honors__list {
	width: 100%;
	gap: 0.75rem;
}

.about-honors__list-text {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.about-honors__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 0.75rem;
	row-gap: 0.75rem;
	justify-content: stretch;
}

.about-honors__card {
	width: 100%;
	min-width: 0;
	min-height: 0;
	padding: 0.25rem 0;
}

.about-honors__card-laurel {
	width: 1.25rem;
	height: 2.5rem;
}

.about-honors__card-body {
	width: auto;
	flex: 1;
	min-width: 0;
	max-width: none;
	margin-top: 0;
}

.about-honors__card-title {
	font-size: 1rem;
	line-height: 1.375rem;
}

.about-honors__card-sub {
	margin-top: 0.125rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

.about-honors__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1rem;
	row-gap: 1.25rem;
	margin-top: 2.5rem;
	padding-bottom: 3.125rem;
}

.about-honors__stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 0;
}

.about-honors__stat-num-wrap {
	width: 100%;
}

.about-honors__stat-num,
.about-honors__stat-suffix {
	font-size: 1.75rem;
}

.about-honors__stat-unit {
	font-size: 1rem;
}

.about-honors__stat-label {
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
}

/* 第 5 项单独占一行时仍与上一行左列对齐 */
.about-honors__stat-item:nth-child(5) {
	grid-column: 1;
}

/* ----- 团队 ----- */
.about-team {
	padding: 3.125rem 0;
}

.about-team__card {
	min-height: 0;
	border-radius: 0.75rem;
	background-position: 72% center;
}

.about-team__inner {
	max-width: 100%;
	min-height: 18.75rem;
	padding: 2.5rem 1rem;
}

.about-team__title {
	font-size: 1.75rem;
	line-height: 2.25rem;
}

.about-team__desc,
.about-team__know,
.about-team__line {
	font-size: 1rem;
	line-height: 1.5rem;
}

.about-team__desc {
	max-width: none;
}

.about-team__block--second {
	margin-top: 1.5rem;
}

.about-team__line {
	margin-top: 0.5rem;
}

/* ----- 页底 CTA（gemini §9.1.7）----- */
.about-page .petro-cta {
	padding: 0 0 3.125rem;
}

.about-page .petro-cta__card {
	min-height: 18.75rem;
	height: auto;
	border-radius: 0.75rem;
}

.about-page .petro-cta__inner {
	padding: 2.5rem 1rem;
}

.about-page .petro-cta .petro-cta__title,
.about-page .petro-cta .petro-cta__lead--subtitle {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
	white-space: normal;
}

.about-page .petro-cta__btns {
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 1rem;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.about-page .petro-cta__btn--solid {
	width: auto;
	max-width: 100%;
}

.about-page .petro-cta__btn--solid:hover {
	transform: none;
}
