.sc-icg-hn-hero {
	position: relative;
	width: 100%;
	width: 100vw;
	max-width: 100vw !important;
	height: 100vh;
	min-height: 540px;
	margin-top: 0 !important;
	margin-right: calc(50% - 50vw) !important;
	margin-bottom: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	overflow: hidden;
	background: #111;
}

body.home .entry-content.is-layout-constrained > .sc-icg-hn-hero {
	width: 100vw !important;
	margin-top: 0 !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	max-width: 100vw !important;
}

.sc-icg-hn-hero__slides,
.sc-icg-hn-hero__slide,
.sc-icg-hn-hero__link {
	position: absolute;
	inset: 0;
	display: block;
}

.sc-icg-hn-hero__slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 700ms ease;
}

.sc-icg-hn-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.sc-icg-hn-hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-icg-hn-hero__controls {
	position: absolute;
	left: 50%;
	bottom: clamp(26px, 4.1vh, 37px);
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 40px;
	color: #fff;
	transform: translateX(-50%);
}

.sc-icg-hn-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 41px;
	padding: 0;
	color: #fff;
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.36));
	opacity: 0.92;
	transition: opacity 180ms ease, transform 180ms ease;
}

.sc-icg-hn-hero__button:hover,
.sc-icg-hn-hero__button:focus-visible {
	opacity: 1;
	outline: none;
	transform: scale(1.08);
}

.sc-icg-hn-hero__button svg {
	width: 16.025px;
	height: 40.6px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1;
	overflow: visible;
}

.sc-icg-hn-hero__button[data-hero-next] svg {
	transform: rotate(180deg);
}

.sc-icg-hn-hero__counter {
	min-width: 52px;
	font-family: "Noto Sans TC", "Jost", sans-serif;
	font-size: 15px;
	font-weight: 350;
	line-height: 33px;
	text-align: center;
	letter-spacing: 1.5px;
	font-variant-numeric: tabular-nums;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
	white-space: nowrap;
}

.sc-icg-hn-hero__slash {
	padding: 0 2px;
	opacity: 0.8;
}

@media (max-width: 689.98px) {
	.sc-icg-hn-hero {
		height: 240px;
		min-height: 240px;
	}

	.sc-icg-hn-hero__controls {
		bottom: 16px;
		gap: 22px;
	}

	.sc-icg-hn-hero__button {
		width: 13px;
		height: 33px;
	}

	.sc-icg-hn-hero__button svg {
		width: 13px;
		height: 33px;
	}

	.sc-icg-hn-hero__counter {
		min-width: 48px;
		font-size: 13px;
		line-height: 28px;
		letter-spacing: 1.2px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sc-icg-hn-hero__slide,
	.sc-icg-hn-hero__button {
		transition-duration: 0.01ms !important;
	}
}

.sc-icg-hn-pet-faq {
	--sc-icg-hn-faq-bg: #f4f3ec;
	--sc-icg-hn-faq-gold: #c3aa5f;
	--sc-icg-hn-faq-text: #323232;
	box-sizing: border-box;
	width: 100%;
	width: 100vw;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	padding: 160px 24px;
	background: var(--sc-icg-hn-faq-bg);
	color: var(--sc-icg-hn-faq-text);
}

.sc-icg-hn-pet-faq *,
.sc-icg-hn-pet-faq *::before,
.sc-icg-hn-pet-faq *::after {
	box-sizing: border-box;
}

.sc-icg-hn-pet-faq__inner {
	width: min(988px, 100%);
	margin: 0 auto;
}

.sc-icg-hn-pet-faq__heading {
	text-align: center;
}

.sc-icg-hn-pet-faq__eyebrow {
	margin: 0 0 4px;
	color: var(--sc-icg-hn-faq-gold);
	font-family: "Jost", "Noto Sans TC", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.12em;
}

.sc-icg-hn-pet-faq__heading h2 {
	margin: 0;
	color: var(--sc-icg-hn-faq-text);
	font-family: "Noto Serif TC", serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0.12em;
}

.sc-icg-hn-pet-faq__list {
	width: min(820px, 100%);
	margin: 40px auto 0;
}

.sc-icg-hn-pet-faq__item {
	margin: 0 0 40px;
	border-bottom: 1px solid var(--sc-icg-hn-faq-gold);
}

.sc-icg-hn-pet-faq__item:last-child {
	margin-bottom: 0;
}

.sc-icg-hn-pet-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 72px;
	padding: 0;
	gap: 32px;
	color: var(--sc-icg-hn-faq-text);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	text-align: left;
	appearance: none;
}

.sc-icg-hn-pet-faq__question:hover,
.sc-icg-hn-pet-faq__question:focus-visible {
	color: var(--sc-icg-hn-faq-text);
	background: transparent;
	outline: none;
}

.sc-icg-hn-pet-faq__question:focus-visible {
	outline: 2px solid rgba(195, 170, 95, 0.45);
	outline-offset: 8px;
}

.sc-icg-hn-pet-faq__question-main {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 8px;
}

.sc-icg-hn-pet-faq__dog,
.sc-icg-hn-pet-faq__button-dog {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.sc-icg-hn-pet-faq__dog {
	color: var(--sc-icg-hn-faq-gold);
}

.sc-icg-hn-pet-faq__dog svg,
.sc-icg-hn-pet-faq__button-dog svg {
	display: block;
	width: 24px;
	height: 24px;
}

.sc-icg-hn-pet-faq__question-text {
	display: block;
	color: var(--sc-icg-hn-faq-text);
	font-family: "Noto Serif TC", serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0.08em;
}

.sc-icg-hn-pet-faq__plus {
	position: relative;
	display: block;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: var(--sc-icg-hn-faq-gold);
}

.sc-icg-hn-pet-faq__plus::before,
.sc-icg-hn-pet-faq__plus::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 13px;
	height: 1px;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 180ms ease;
}

.sc-icg-hn-pet-faq__plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.sc-icg-hn-pet-faq__item.is-open .sc-icg-hn-pet-faq__plus::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.sc-icg-hn-pet-faq__answer {
	padding: 0 32px 28px;
}

.sc-icg-hn-pet-faq__answer p {
	margin: 0;
	color: var(--sc-icg-hn-faq-text);
	font-family: "Noto Sans TC", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 33px;
	letter-spacing: 0.1em;
}

.sc-icg-hn-pet-faq__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	min-height: 51px;
	margin: 80px auto 0;
	padding: 12px 28px;
	gap: 18px;
	color: #fff;
	background: var(--sc-icg-hn-faq-gold);
	border-radius: 8px;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none;
	transition: background 180ms ease, transform 180ms ease;
}

.sc-icg-hn-pet-faq__button:hover,
.sc-icg-hn-pet-faq__button:focus-visible {
	color: #fff;
	background: #b59a4e;
	text-decoration: none;
	transform: translateY(-1px);
}

.sc-icg-hn-pet-faq__button-arrow {
	position: relative;
	display: block;
	flex: 0 0 48px;
	width: 48px;
	height: 8px;
}

.sc-icg-hn-pet-faq__button-arrow::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 48px;
	height: 1px;
	background: currentColor;
	content: "";
	transform: translateY(-50%);
}

.sc-icg-hn-pet-faq__button-arrow::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	background: currentColor;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1024px) {
	.sc-icg-hn-pet-faq {
		padding-top: 112px;
		padding-bottom: 112px;
	}
}

@media (max-width: 689.98px) {
	.sc-icg-hn-pet-faq {
		padding: 72px 20px;
	}

	.sc-icg-hn-pet-faq__eyebrow {
		font-size: 16px;
		line-height: 24px;
	}

	.sc-icg-hn-pet-faq__heading h2 {
		font-size: 26px;
		line-height: 39px;
	}

	.sc-icg-hn-pet-faq__list {
		margin-top: 32px;
	}

	.sc-icg-hn-pet-faq__item {
		margin-bottom: 28px;
	}

	.sc-icg-hn-pet-faq__question {
		align-items: flex-start;
		min-height: auto;
		padding-bottom: 18px;
		gap: 16px;
	}

	.sc-icg-hn-pet-faq__question-main {
		align-items: flex-start;
		gap: 10px;
	}

	.sc-icg-hn-pet-faq__dog {
		margin-top: 3px;
	}

	.sc-icg-hn-pet-faq__question-text {
		font-size: 20px;
		line-height: 34px;
		letter-spacing: 0.04em;
	}

	.sc-icg-hn-pet-faq__plus {
		margin-top: 7px;
	}

	.sc-icg-hn-pet-faq__answer {
		padding: 0 0 22px 34px;
	}

	.sc-icg-hn-pet-faq__answer p {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 0.05em;
	}

	.sc-icg-hn-pet-faq__button {
		width: 100%;
		max-width: 380px;
		min-height: 50px;
		margin-top: 56px;
		padding: 12px 18px;
		gap: 12px;
		font-size: 17px;
		line-height: 24px;
	}

	.sc-icg-hn-pet-faq__button-arrow {
		flex-basis: 32px;
		width: 32px;
	}

	.sc-icg-hn-pet-faq__button-arrow::before {
		width: 32px;
	}
}
