/**
 * 品牌承诺与加入杏双专用页面。
 * 视觉基准：our_commitment.html / join_us.html。
 */

.xs-brand-subpage,
.xs-brand-subpage * {
	box-sizing: border-box;
}

.xs-brand-subpage {
	padding: 0;
	overflow-x: hidden;
	background: #fff;
	color: #111;
	font-family: Arial, "Microsoft YaHei", sans-serif;
}

.xs-brand-subpage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xs-brand-subpage .xs-brand-kicker {
	margin: 0 0 15px;
	color: #806b4e;
	font-size: 12px;
	letter-spacing: .22em;
}

.xs-brand-subpage .xs-page-intro {
	width: min(840px, calc(100% - 48px));
	margin: 0 auto;
	padding: 82px 28px 88px;
	text-align: center;
}

.xs-brand-subpage .xs-page-intro h1 {
	margin: 0 0 24px;
	font-family: inherit;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.25;
}

.xs-brand-subpage .xs-page-intro h2 {
	margin: -8px 0 22px;
	font-family: inherit;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.45;
}

.xs-brand-subpage .xs-page-intro > p:last-of-type {
	margin: 0;
	color: #444;
	font-size: 16px;
	line-height: 2;
}

.xs-brand-subpage .xs-primary-button,
.xs-brand-subpage .xs-final-banner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	height: 44px;
	margin-top: 30px;
	padding: 0 28px;
	border: 1px solid currentColor;
	border-radius: 24px;
	color: inherit;
	text-decoration: none;
}

.xs-brand-subpage .xs-brand-inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.xs-brand-subpage .xs-brand-split {
	display: grid;
	grid-template-columns: minmax(0, 580px) minmax(0, 580px);
	gap: 20px;
	min-height: 580px;
	margin: 0 0 20px;
}

.xs-brand-subpage .xs-brand-split.is-reverse .xs-brand-media {
	order: 2;
}

.xs-brand-subpage .xs-brand-split.is-reverse .xs-brand-copy {
	order: 1;
}

.xs-brand-subpage .xs-brand-split--no-image {
	grid-template-columns: 1fr;
	min-height: 0;
}

.xs-brand-subpage .xs-brand-split--no-image .xs-brand-copy {
	min-height: 300px;
}

.xs-brand-subpage .xs-brand-media {
	height: 580px;
	overflow: hidden;
	background: #eee;
}

.xs-brand-subpage .xs-brand-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 580px;
	padding: 68px 13%;
	background: #f7f5f2;
}

.xs-brand-subpage .xs-brand-copy h2 {
	margin: 0 0 24px;
	font-family: inherit;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.45;
}

.xs-brand-subpage .xs-brand-copy > p:last-child {
	margin: 0;
	color: #444;
	font-size: 15px;
	line-height: 1.9;
}

.xs-brand-subpage .xs-brand-number {
	margin: 0 0 18px;
	color: #8b7354;
	font-size: 44px;
	font-weight: 300;
}

.xs-brand-subpage .xs-brand-summary {
	margin: 0 0 18px;
	color: #111;
	font-size: 17px;
	line-height: 1.75;
}

.xs-brand-subpage .xs-brand-band,
.xs-brand-subpage .xs-final-banner {
	position: relative;
	height: 456px;
	margin: 58px 0 0;
	overflow: hidden;
	background: #152b37;
	color: #fff;
}

.xs-brand-subpage .xs-brand-band::after,
.xs-brand-subpage .xs-final-banner::after {
	position: absolute;
	inset: 0;
	content: "";
	background: rgba(0, 0, 0, .48);
}

.xs-brand-subpage .xs-brand-band > div,
.xs-brand-subpage .xs-final-banner > div {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 36px;
	text-align: center;
}

.xs-brand-subpage .xs-brand-band h2,
.xs-brand-subpage .xs-final-banner h2 {
	margin: 0;
	color: #fff;
	font-family: inherit;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.35;
}

.xs-brand-subpage .xs-final-banner p:not(.xs-brand-kicker) {
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.8;
}

.xs-brand-subpage .xs-principle-head {
	width: min(760px, calc(100% - 40px));
	margin: 0 auto;
	padding: 72px 20px 48px;
	text-align: center;
}

.xs-brand-subpage .xs-principle-head p {
	margin: 0 0 14px;
	color: #806b4e;
	font-size: 12px;
	letter-spacing: .18em;
}

.xs-brand-subpage .xs-principle-head h2 {
	margin: 0 0 18px;
	font-family: inherit;
	font-size: 30px;
	font-weight: 500;
}

.xs-brand-subpage .xs-principle-head span {
	color: #555;
	font-size: 15px;
	line-height: 1.9;
}

.xs-brand-subpage .xs-section-title {
	padding: 34px 24px 56px;
	text-align: center;
}

.xs-brand-subpage .xs-section-title h2,
.xs-brand-subpage .xs-openings > h2 {
	margin: 0;
	font-family: inherit;
	font-size: 32px;
	font-weight: 500;
}

.xs-brand-subpage .xs-join-story {
	min-height: 630px;
}

.xs-brand-subpage .xs-join-story .xs-brand-media {
	height: 630px;
}

.xs-brand-subpage .xs-join-story .xs-brand-copy {
	min-height: 630px;
}

.xs-brand-subpage .xs-openings {
	padding: 88px 0 78px;
	text-align: center;
}

.xs-brand-subpage .xs-openings-intro {
	max-width: 720px;
	margin: 20px auto 42px;
	color: #555;
	font-size: 14px;
	line-height: 1.9;
}

.xs-brand-subpage .xs-openings-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	text-align: left;
}

.xs-brand-subpage .xs-opening-card {
	min-height: 240px;
	padding: 30px 28px;
	border: 1px solid #ddd;
	background: #fff;
}

.xs-brand-subpage .xs-opening-card__image {
	width: calc(100% + 56px);
	height: 170px;
	margin: -30px -28px 24px;
	object-fit: cover;
}

.xs-brand-subpage .xs-opening-card > p {
	margin: 0 0 22px;
	color: #806b4e;
	font-size: 12px;
	letter-spacing: .15em;
}

.xs-brand-subpage .xs-opening-card h3 {
	margin: 0 0 10px;
	font-family: inherit;
	font-size: 19px;
	line-height: 1.5;
}

.xs-brand-subpage .xs-opening-card span {
	display: block;
	margin: 0 0 20px;
	color: #777;
	font-size: 13px;
}

.xs-brand-subpage .xs-opening-card div {
	color: #444;
	font-size: 14px;
	line-height: 1.8;
}

.xs-brand-subpage .xs-talent-groups {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: 0 0 58px;
	background: #d8d8d8;
}

.xs-brand-subpage .xs-talent-groups article {
	min-height: 240px;
	padding: 42px 32px;
	background: #f6f4f1;
}

.xs-brand-subpage .xs-talent-group__image {
	width: calc(100% + 64px);
	height: 160px;
	margin: -42px -32px 30px;
	object-fit: cover;
}

.xs-brand-subpage .xs-brand-item-link {
	display: inline-block;
	margin-top: 22px;
	border-bottom: 1px solid currentColor;
	color: #111;
	font-size: 13px;
	text-decoration: none;
}

.xs-brand-subpage .xs-talent-groups p {
	margin: 0 0 28px;
	color: #806b4e;
	font-size: 13px;
}

.xs-brand-subpage .xs-talent-groups h3 {
	margin: 0 0 18px;
	font-family: inherit;
	font-size: 20px;
}

.xs-brand-subpage .xs-talent-groups span {
	color: #555;
	font-size: 14px;
	line-height: 1.8;
}

.xs-brand-subpage .xs-final-banner {
	height: 538px;
	margin-top: 0;
}

.xs-brand-subpage .xs-final-banner a {
	border-color: #111;
	background: #fff;
	color: #111;
}

.xs-brand-subpage .xs-brand-source {
	margin: 0;
	padding: 18px 20px 50px;
	color: #777;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 767px) {
	.xs-brand-subpage .xs-page-intro {
		width: 100%;
		padding: 58px 26px 62px;
	}

	.xs-brand-subpage .xs-page-intro h1 {
		font-size: 29px;
	}

	.xs-brand-subpage .xs-page-intro h2 {
		font-size: 21px;
	}

	.xs-brand-subpage .xs-brand-inner {
		width: 100%;
	}

	.xs-brand-subpage .xs-brand-split {
		display: flex;
		flex-direction: column;
		gap: 0;
		min-height: 0;
		margin-bottom: 18px;
	}

	.xs-brand-subpage .xs-brand-split.is-reverse .xs-brand-media {
		order: 1;
	}

	.xs-brand-subpage .xs-brand-split.is-reverse .xs-brand-copy {
		order: 2;
	}

	.xs-brand-subpage .xs-brand-media,
	.xs-brand-subpage .xs-join-story .xs-brand-media {
		height: 100vw;
	}

	.xs-brand-subpage .xs-brand-copy,
	.xs-brand-subpage .xs-join-story .xs-brand-copy {
		min-height: 0;
		padding: 48px 28px 54px;
	}

	.xs-brand-subpage .xs-brand-copy h2 {
		font-size: 24px;
	}

	.xs-brand-subpage .xs-brand-number {
		font-size: 38px;
	}

	.xs-brand-subpage .xs-brand-band {
		height: 62vw;
		min-height: 240px;
		margin-top: 18px;
	}

	.xs-brand-subpage .xs-brand-band h2,
	.xs-brand-subpage .xs-final-banner h2 {
		font-size: 25px;
	}

	.xs-brand-subpage .xs-principle-head {
		padding: 58px 28px 40px;
	}

	.xs-brand-subpage .xs-principle-head h2,
	.xs-brand-subpage .xs-section-title h2,
	.xs-brand-subpage .xs-openings > h2 {
		font-size: 25px;
	}

	.xs-brand-subpage .xs-section-title {
		padding: 12px 24px 48px;
	}

	.xs-brand-subpage .xs-openings {
		padding: 64px 20px 58px;
	}

	.xs-brand-subpage .xs-openings-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.xs-brand-subpage .xs-opening-card {
		min-height: 0;
		padding: 27px 24px;
	}

	.xs-brand-subpage .xs-talent-groups {
		grid-template-columns: 1fr;
		margin: 0 18px 38px;
	}

	.xs-brand-subpage .xs-talent-groups article {
		min-height: 0;
		padding: 32px 26px;
	}

	.xs-brand-subpage .xs-opening-card__image {
		width: calc(100% + 48px);
		margin: -27px -24px 22px;
	}

	.xs-brand-subpage .xs-talent-group__image {
		width: calc(100% + 52px);
		margin: -32px -26px 24px;
	}

	.xs-brand-subpage .xs-final-banner {
		height: 118vw;
		min-height: 460px;
	}

	.xs-brand-subpage .xs-final-banner > div {
		padding: 32px 24px;
	}

	.xs-brand-subpage .xs-brand-source {
		padding: 14px 24px 42px;
		line-height: 1.7;
	}
}
