html,
body {
	overflow-x: hidden;
}

#xs-brand-history,
#xs-brand-history * {
	box-sizing: border-box;
}

#xs-brand-history {
	color: #111;
	background: #fff;
	font-family: Arial, "Microsoft YaHei", sans-serif;
}

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

.xs-history-hero {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	height: 590px;
	margin: 0 auto;
	overflow: hidden;
	background: #112734;
}

.xs-history-hero picture {
	display: block;
	width: 100%;
	height: 100%;
}

.xs-history-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .06) 62%);
}

.xs-history-hero-copy {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 8%;
	width: 46%;
	transform: translateY(-50%);
	color: #fff;
}

.xs-history-hero-copy p,
.xs-history-kicker {
	margin: 0 0 14px;
	font-size: 12px;
	letter-spacing: .24em;
}

.xs-history-hero-copy h1 {
	margin: 0 0 18px;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.2;
}

.xs-history-hero-copy span {
	font-size: 18px;
	letter-spacing: .16em;
}

.xs-history-intro {
	width: min(760px, calc(100% - 48px));
	margin: 0 auto;
	padding: 76px 20px 82px;
	text-align: center;
}

.xs-history-intro h2,
.xs-history-center-copy h2,
.xs-history-vision h2 {
	margin: 0 0 24px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.35;
}

.xs-history-intro > p:last-child {
	margin: 0;
	color: #444;
	font-size: 16px;
	line-height: 2;
}

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

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

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

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

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

.xs-history-split--no-image .xs-history-copy {
	min-height: 360px;
}

.xs-history-chapter--no-image {
	background: #f7f5f2;
}

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

.xs-history-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 580px;
	padding: 72px 15%;
	background: #f7f5f2;
}

.xs-history-copy .xs-history-kicker,
.xs-history-center-copy .xs-history-kicker {
	color: #8b7252;
}

.xs-history-year {
	margin: 0 0 12px;
	font-size: 46px;
	font-weight: 300;
	line-height: 1;
}

.xs-history-copy h2 {
	margin: 0 0 26px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.35;
}

.xs-history-copy ul,
.xs-history-center-copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xs-history-copy li,
.xs-history-center-copy li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 16px;
	color: #3d3d3d;
	font-size: 15px;
	line-height: 1.8;
}

.xs-history-copy li::before,
.xs-history-center-copy li::before {
	content: "";
	position: absolute;
	top: .78em;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #977b58;
}

.xs-history-chapter {
	margin: 0 0 28px;
}

.xs-history-full {
	position: relative;
	height: 590px;
	overflow: hidden;
	background: #222;
}

.xs-history-full::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .58), transparent 55%);
}

.xs-history-full-label {
	position: absolute;
	z-index: 1;
	bottom: 52px;
	left: 6%;
	color: #fff;
}

.xs-history-full-label .xs-history-year {
	margin: 0;
}

.xs-history-center-copy {
	width: min(720px, calc(100% - 40px));
	margin: 0 auto;
	padding: 58px 20px 72px;
	text-align: center;
}

.xs-history-center-copy ul {
	display: inline-block;
	text-align: left;
}

.xs-history-vision {
	margin: 0 0 28px;
	padding: 88px 7%;
	color: #fff;
	text-align: center;
	background: #0c2230;
}

.xs-history-vision-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	margin-top: 38px;
	background: rgba(255, 255, 255, .22);
}

.xs-history-vision-grid span {
	padding: 28px 20px;
	font-size: 15px;
	line-height: 1.6;
	background: #0c2230;
}

.xs-history-source {
	margin: 0;
	padding: 14px 0 54px;
	color: #777;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 767px) {
	.xs-history-hero {
		width: 100%;
		height: min(132vw, 590px);
	}

	.xs-history-hero::after {
		background: linear-gradient(0deg, rgba(0, 0, 0, .62), transparent 68%);
	}

	.xs-history-hero-copy {
		top: auto;
		right: 24px;
		bottom: 44px;
		left: 24px;
		width: auto;
		transform: none;
	}

	.xs-history-hero-copy h1 {
		font-size: 30px;
	}

	.xs-history-intro {
		width: 100%;
		padding: 56px 28px 60px;
	}

	.xs-history-intro h2,
	.xs-history-center-copy h2,
	.xs-history-vision h2 {
		font-size: 25px;
	}

	.xs-history-inner {
		width: 100%;
	}

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

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

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

	.xs-history-media {
		height: 100vw;
		min-height: 0;
	}

	.xs-history-copy {
		min-height: 0;
		padding: 52px 28px 58px;
	}

	.xs-history-year {
		font-size: 40px;
	}

	.xs-history-copy h2 {
		font-size: 25px;
	}

	.xs-history-full {
		height: 118vw;
	}

	.xs-history-full-label {
		bottom: 34px;
		left: 28px;
	}

	.xs-history-center-copy {
		width: 100%;
		padding: 46px 28px 60px;
		text-align: left;
	}

	.xs-history-center-copy ul {
		display: block;
	}

	.xs-history-vision {
		margin-bottom: 18px;
		padding: 64px 28px;
	}

	.xs-history-vision-grid {
		grid-template-columns: 1fr;
	}

	.xs-history-source {
		padding: 10px 24px 44px;
		line-height: 1.7;
	}
}
