/* Home page */
.zhuji-home {
	background: #fff;
	color: var(--zhuji-ink);
	overflow: hidden;
}

.zhuji-home-shell {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.zhuji-home-hero {
	position: relative;
	min-height: min(850px, calc(100vh - 80px));
	display: flex;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(132deg, #071f3d 0%, #0d3668 52%, #6888aa 100%);
	color: #fff;
}

.zhuji-home-hero.has-background-image {
	background-image: linear-gradient(rgba(5, 30, 58, .64), rgba(5, 30, 58, .72)), var(--zhuji-home-hero-image);
	background-position: center;
	background-size: cover;
}

.zhuji-home-hero__building {
	content: "";
	position: absolute;
	pointer-events: none;
}


.zhuji-home-hero::after {
	right: -3%;
	top: -7%;
	width: 42%;
	height: 112%;
	background: repeating-linear-gradient(90deg, rgba(222, 233, 244, .28) 0 28px, rgba(5, 30, 59, .34) 29px 66px);
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 86%);
	transform: skewX(-9deg);
	opacity: .78;
}

.zhuji-home-hero__building {
	right: 20%;
	bottom: -18%;
	width: 24%;
	height: 66%;
	border-left: 1px solid rgba(255, 255, 255, .24);
	background: repeating-linear-gradient(0deg, rgba(6, 29, 58, .52) 0 38px, rgba(207, 219, 233, .18) 39px 45px);
	clip-path: polygon(18% 0, 100% 14%, 90% 100%, 0 100%);
}

.zhuji-home-hero__content {
	padding: 100px 0;
	text-align: center;
}

.zhuji-home-hero__content>p {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .24em;
}

.zhuji-home-hero h1 {
	max-width: 980px;
	margin: 0 auto 28px;
	color: #fff;
	font-family: "Noto Sans TC", sans-serif;
	font-size: clamp(58px, 7.5vw, 104px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: .04em;
}

.zhuji-home-hero h2 {
	max-width: 660px;
	margin: 0 auto 46px;
	color: #fff;
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 500;
	line-height: 1.65;
}

.zhuji-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 28px;
	border: 1px solid var(--zhuji-ink);
	background: var(--zhuji-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-decoration: none;
}

.zhuji-home-button.is-light {
	border-color: #fff;
	background: #fff;
	color: var(--zhuji-ink);
}

.zhuji-home-button:hover,
.zhuji-home-button:focus {
	background: transparent;
	color: var(--zhuji-ink);
}

.zhuji-home-button.is-light:hover,
.zhuji-home-button.is-light:focus {
	background: transparent;
	color: #fff;
}

.zhuji-home-about {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: 720px;
}

.zhuji-home-about__visual {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	background: linear-gradient(145deg, #d9e3ee 0%, #7897b8 58%, #0d3668 100%);
}

.zhuji-home-about__visual img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.zhuji-home-about__content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(64px, 9vw, 130px);
}

.zhuji-home-about__content h2,
.zhuji-home-section-title h2,
.zhuji-home-contact h2 {
	margin: 0;
	color: var(--zhuji-ink);
	font-family: "Noto Sans TC", sans-serif;
	font-size: clamp(50px, 6vw, 76px);
	font-weight: 500;
	line-height: 1.2;
}

.zhuji-home-about__content h2::after,
.zhuji-home-section-title.is-centered h2::after,
.zhuji-home-contact h2::after {
	content: "";
	display: block;
	width: 58px;
	height: 2px;
	margin: 28px 0 34px;
	background: var(--zhuji-ink);
}

.zhuji-home-about__content h3 {
	margin: 0 0 20px;
	color: var(--zhuji-ink);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.55;
}

.zhuji-home-about__content>p:not(.zhuji-home-eyebrow),
.zhuji-home-about__text {
	margin: 0 0 32px;
	color: var(--zhuji-muted);
	font-size: 16px;
	line-height: 2;
}

.zhuji-home-about__text p {
	margin: 0 0 18px;
}

.zhuji-home-about__text>*:last-child {
	margin-bottom: 0;
}

.zhuji-home-text-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--zhuji-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
}

.zhuji-home-services,
.zhuji-home-cases,
.zhuji-home-news {
	padding: 120px 0;
}

.zhuji-home-services {
	background: var(--zhuji-cream);
}

.zhuji-home-services__layout {
	display: grid;
	grid-template-columns: 32% minmax(0, 68%);
	gap: 70px;
}

.zhuji-home-section-title.is-side h2 {
	font-size: clamp(58px, 7vw, 88px);
}

.zhuji-home-section-title.is-side::after {
	content: "";
	display: block;
	width: 58px;
	height: 2px;
	margin-top: 34px;
	background: var(--zhuji-ink);
}

.zhuji-home-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px 54px;
}

.zhuji-home-service h3 {
	margin: 0 0 16px;
	color: var(--zhuji-ink);
	font-family: "Noto Sans TC", sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.45;
}

.zhuji-home-service div {
	min-height: 88px;
	color: var(--zhuji-muted);
	font-size: 15px;
	line-height: 1.85;
}

.zhuji-home-service div p {
	margin: 0;
}

.zhuji-home-service a {
	display: inline-flex;
	gap: 12px;
	margin-top: 18px;
	color: var(--zhuji-ink);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
}

.zhuji-home-section-title.is-centered {
	margin-bottom: 58px;
	text-align: center;
}

.zhuji-home-section-title.is-centered h2::after,
.zhuji-home-contact h2::after {
	margin-right: auto;
	margin-left: auto;
}

.zhuji-home-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.zhuji-home-case {
	margin: 0;
}

.zhuji-home-case a {
	color: var(--zhuji-ink);
	text-decoration: none;
}

.zhuji-home-case__image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(145deg, #dfe7f0, #52779e);
}

.zhuji-home-case__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.zhuji-home-case a:hover .zhuji-home-case__image img,
.zhuji-home-case a:focus .zhuji-home-case__image img {
	transform: scale(1.035);
}

.zhuji-home-case h3 {
	margin: 24px 0 8px;
	color: var(--zhuji-ink);
	font-family: "Noto Sans TC", sans-serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.45;
}

.zhuji-home-case p {
	margin: 0;
	color: var(--zhuji-muted);
	font-size: 13px;
}

.zhuji-home-section-action {
	margin-top: 52px;
	text-align: center;
}

.zhuji-home-news {
	background: var(--zhuji-cream);
}

.zhuji-home-section-title.is-split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 52px;
}

.zhuji-home-news__list {
	border-top: 1px solid var(--zhuji-sand);
}

.zhuji-home-news-item {
	position: relative;
	display: grid;
	grid-template-columns: 130px minmax(0, .9fr) minmax(0, 1.1fr) 54px;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid var(--zhuji-sand);
}

.zhuji-home-news-item time {
	color: var(--zhuji-muted);
	font-size: 12px;
	letter-spacing: .1em;
}

.zhuji-home-news-item h3 {
	margin: 0;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

.zhuji-home-news-item h3 a {
	color: var(--zhuji-ink);
	text-decoration: none;
}

.zhuji-home-news-item p {
	margin: 0;
	color: var(--zhuji-muted);
	font-size: 14px;
	line-height: 1.8;
}

.zhuji-home-news-item__arrow {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid var(--zhuji-sand);
	color: var(--zhuji-ink);
	text-decoration: none;
}

.zhuji-home-contact {
	position: relative;
	min-height: 930px;
	display: grid;
	place-items: center;
	padding: 100px 24px;
	overflow: hidden;
	background: #071b34;
}

.zhuji-home-contact__fixed {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(4, 23, 45, .78), rgba(4, 23, 45, .82)),
		var(--zhuji-home-contact-image, repeating-linear-gradient(105deg, #143b65 0 80px, #456a91 81px 120px, #0b2d55 121px 210px));
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.zhuji-home-contact__fixed::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 30% 80%, rgba(173, 196, 221, .2), transparent 35%);
}

.zhuji-home-contact__panel {
	position: relative;
	z-index: 2;
	width: min(900px, 100%);
	padding: clamp(46px, 7vw, 76px);
	background: #fff;
}

.zhuji-home-contact .zhuji-home-section-title {
	margin-bottom: 42px;
}

.zhuji-home-contact .zhuji-contact-form-wrap {
	padding: 0;
	background: transparent;
}

.zhuji-home-contact .zhuji-contact-form-heading {
	display: none;
}

@media (max-width: 921px) {
	.zhuji-home-about {
		grid-template-columns: 1fr;
	}

	.zhuji-home-about__visual {
		min-height: 520px;
	}

	.zhuji-home-services__layout {
		grid-template-columns: 1fr;
	}

	.zhuji-home-section-title.is-side h2 br {
		display: none;
	}

	.zhuji-home-news-item {
		grid-template-columns: 110px minmax(0, 1fr) 46px;
	}

	.zhuji-home-news-item p {
		display: none;
	}
}

@media (max-width: 600px) {
	.zhuji-home-shell {
		width: min(100% - 34px, 1180px);
	}

	.zhuji-home-hero {
		min-height: 680px;
	}

	.zhuji-home-hero h1 {
		font-size: 50px;
	}


	.zhuji-home-about__visual {
		min-height: 390px;
	}

	.zhuji-home-about__content {
		padding: 68px 24px 78px;
	}

	.zhuji-home-about__content h2,
	.zhuji-home-section-title h2,
	.zhuji-home-contact h2 {
		font-size: 44px;
	}

	.zhuji-home-services,
	.zhuji-home-cases,
	.zhuji-home-news {
		padding: 78px 0;
	}

	.zhuji-home-services__layout {
		gap: 52px;
	}

	.zhuji-home-services__grid,
	.zhuji-home-case-grid {
		grid-template-columns: 1fr;
	}

	.zhuji-home-services__grid {
		gap: 46px;
	}

	.zhuji-home-service div {
		min-height: 0;
	}

	.zhuji-home-section-title.is-split {
		align-items: flex-start;
		flex-direction: column;
	}

	.zhuji-home-news-item {
		grid-template-columns: 1fr 44px;
		gap: 12px 18px;
	}

	.zhuji-home-news-item time {
		grid-column: 1 / -1;
	}

	.zhuji-home-news-item h3 {
		font-size: 22px;
	}

	.zhuji-home-contact {
		min-height: 0;
		padding: 56px 17px;
	}

	.zhuji-home-contact__fixed {
		background-attachment: scroll;
	}

	.zhuji-home-contact__panel {
		padding: 40px 22px;
	}

	.zhuji-home-contact .zhuji-form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

