.hero {
	min-height: 760px;
	padding-top: 82px;
	background: url('../images/bg/hero.jpg') center/cover no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden
}
.hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 250, 244, .88) 0%, rgba(255, 250, 244, .5) 42%, rgba(255, 250, 244, 0) 73%)
}
.heroInner {
	position: relative;
	z-index: 2
}
.heroContent {
	max-width: 610px
}
.hero h1 {
	font: 600 60px/1.42 "Noto Serif TC";
	letter-spacing: .08em;
	margin: 12px 0 8px
}
.hero h1 em {
	font-style: normal;
	color: var(--gold);
	font-size: 1.12em
}
.hero h2 {
	font: 500 18px "Noto Serif TC";
	letter-spacing: .35em;
	margin: 0 0 16px
}
.hero p {
	max-width: 570px;
	color: #6f5c50;
	font-size: 17px
}
.heroActions {
	display: flex;
	gap: 14px;
	margin-top: 28px
}
.heroDots {
	position: absolute;
	z-index: 3;
	bottom: 18px;
	left: 50%;
	display: flex;
	gap: 7px
}
.heroDots i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #c7aa83
}
.services {
	background: url('../images/bg/paper1.jpg') center/cover
}
.serviceGrid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px
}
.serviceCard {
	position: relative;
	background: rgba(255, 255, 255, .92);
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 9px 24px rgba(70, 46, 31, .12);
	border: 1px solid rgba(117, 78, 51, .1);
	transition: .35s
}
.serviceCard:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 34px rgba(70, 46, 31, .17)
}
.serviceCard img {
	width: 100%;
	aspect-ratio: 1.45;
	object-fit: cover
}
.serviceCard h3 {
	font: 600 18px "Noto Serif TC";
	margin: 22px 10px 7px
}
.serviceCard p {
	font-size: 13px;
	line-height: 1.65;
	padding: 0 14px 20px;
	margin: 0;
	color: #6f6057
}
.serviceIcon {
	position: absolute;
	left: 50%;
	top: calc(65% - 35px);
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #674231;
	color: #fff;
	border: 4px solid #fff;
	display: grid;
	place-items: center;
	font: 600 16px "Noto Serif TC"
}

.serviceIcon img {
	width: 25px;
	height: 25px;
}

.processPreview {
	background: url('../images/bg/process.jpg') center/cover;
	color: #fff
}
.steps {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 14px;
	position: relative
}
.steps:before {
	content: "";
	position: absolute;
	left: 5%;
	right: 5%;
	top: 60px;
	border-top: 1px dashed rgba(255, 255, 255, .42)
}
.step {
	text-align: center;
	position: relative
}
.step i {
	font-style: normal;
	font: 500 14px "Noto Serif TC";
	display: block;
	margin-bottom: 4px
}
.step span {
	position: relative;
	z-index: 2;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .75);
	background: rgba(93, 64, 42, 1);
	display: grid;
	place-items: center;
	margin: 0 auto 12px;
	font-size: 25px;
}
.step img {
	width: 40px;
}
.step b {
	display: block;
	font: 500 18px "Noto Serif TC";
	color: #fff
}
.step p {
	font-size: 12px;
	line-height: 1.65;
	color: #eee1d7;
	margin: 6px auto;
	max-width: 145px
}
.plansPreview {
	background: url('../images/bg/paper2.jpg') center/cover
}
.planFeatureGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}
.planFeature {
	height: 240px;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(70, 46, 31, .12)
}
.planFeature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s
}
.planFeature:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 250, 242, .94), rgba(255, 250, 242, .45), transparent)
}
.planFeature div {
	position: absolute;
	z-index: 2;
	inset: 0;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.planFeature h3 {
	font: 600 25px "Noto Serif TC";
	margin: 0
}
.planFeature p {
	margin: 3px 0 15px
}
.planFeature span {
	display: inline-flex;
	width: max-content;
	border: 1px solid #b88a53;
	border-radius: 30px;
	padding: 7px 20px;
	background: rgba(255, 255, 255, .75)
}
.planFeature:hover img {
	transform: scale(1.04)
}
.brandStory {
	background: url('../images/bg/story-dark.jpg') center/cover;
	color: #fff
}
.storyGrid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 70px;
	align-items: center
}
.storyVisual {
	height: 430px;
	background: url('../images/bg/care.jpg') center/cover;
	border-radius: 15px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, .25)
}
.storyCopy h2 {
	font: 600 38px/1.55 "Noto Serif TC";
	margin: 10px 0 18px
}
.storyCopy p {
	color: #dfd3ca
}
.promiseGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 25px 0
}
.promiseGrid div {
	display: flex;
	align-items: center;
	gap: 9px
}
.promiseGrid b {
	width: 46px;
	height: 46px;
	border: 1px solid #ca9b55;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #e7bf80
}
.promiseGrid span {
	font-size: 13px
}
.hallPreview {
	background: url('../images/bg/paper.jpg') center/cover
}
.hallGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px
}
.hallGrid a {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 9px 26px rgba(73, 47, 31, .12)
}
.hallGrid img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
	transition: .45s
}
.hallGrid a:hover img {
	transform: scale(1.04)
}
.contactStrip {
	background: url('../images/bg/contract.jpg') center/cover;
	color: #fff;
	padding: 65px 0
}
.contactStrip .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px
}
.contactStrip span {
	color: #dcb778;
	letter-spacing: .18em
}
.contactStrip h2 {
	font: 500 32px "Noto Serif TC";
	margin: 6px 0
}
.contactButtons {
	display: flex;
	gap: 12px
}
.contactButtons a {
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 99px;
	padding: 12px 22px
}
.contactButtons a:first-child {
	background: #c08c40;
	border-color: #c08c40
}
@media(max-width:1150px) {
	.serviceGrid {
		grid-template-columns: repeat(3, 1fr)
	}
	.steps {
		grid-template-columns: repeat(4, 1fr)
	}
	.steps:before {
		display: none
	}
	.planFeatureGrid {
		grid-template-columns: 1fr 1fr
	}
	.planFeature:last-child {
		grid-column: 1/-1
	}
	.storyGrid {
		grid-template-columns: 1fr
	}
	.storyVisual {
		height: 340px
	}
}
@media(max-width:720px) {
	.hero {
		min-height: 700px;
		background-position: 62% center
	}
	.hero:before {
		background: rgba(255, 250, 244, .72)
	}
	.hero h1 {
		font-size: 41px
	}
	.hero h2 {
		font-size: 14px;
		letter-spacing: .2em
	}
	.heroActions {
		flex-direction: column;
		align-items: flex-start
	}
	.serviceGrid {
		grid-template-columns: 1fr 1fr
	}
	.steps {
		grid-template-columns: 1fr 1fr
	}
	.planFeatureGrid {
		grid-template-columns: 1fr
	}
	.planFeature:last-child {
		grid-column: auto
	}
	.planFeature {
		height: 200px
	}
	.promiseGrid {
		grid-template-columns: 1fr 1fr
	}
	.hallGrid {
		grid-template-columns: 1fr 1fr
	}
	.contactStrip .container {
		display: block
	}
	.contactButtons {
		margin-top: 22px;
		flex-direction: column
	}
	.contactStrip h2 {
		font-size: 27px
	}
}
@media(max-width:440px) {
	.serviceGrid, .hallGrid {
		grid-template-columns: 1fr
	}
	.serviceCard img {
		aspect-ratio: 1.8
	}
	.step span {
		width: 60px;
		height: 60px
	}
	.storyCopy h2 {
		font-size: 30px
	}
}