.custom-home-concept__content h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 4.6vw, 3.65rem);
	line-height: 1.18;
	letter-spacing: 0;
}

.custom-home-concept__image {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--color-line);
	border-radius: 18px;
	background: var(--color-paper);
	box-shadow: 0 18px 42px rgba(16, 35, 51, 0.09);
}

.custom-home-concept__image img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.custom-home-concept__image img {
	aspect-ratio: 1;
}

.custom-home-site-plan {
	width: 100%;
	max-width: none;
	margin: 0 0 clamp(32px, 5vw, 56px);
	padding: 72px 0;
	background: #f7f3ed;
}

.custom-home-site-plan__inner {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.custom-home-site-plan__head {
	text-align: center;
}

.custom-home-site-plan__head h2 {
	display: inline-flex;
	max-width: 920px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	gap: 14px;
	color: #2f2a24;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.02em;
}

.custom-home-site-plan__head h2::before {
	display: block;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	background: #9c7a4f;
	content: "";
	mask: url("../../icons/custom-home-layout-board-split.svg") center / contain no-repeat;
	-webkit-mask: url("../../icons/custom-home-layout-board-split.svg") center / contain no-repeat;
}

.custom-home-site-plan__lead {
	display: grid;
	gap: 0.35em;
	max-width: 760px;
	margin: 22px auto 0;
	color: #5f564d;
	font-size: 1rem;
	line-height: 2;
	text-align: center;
}

.custom-home-site-plan__lead p,
.custom-home-site-plan__closing p {
	margin: 0;
}

.custom-home-site-plan__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 42px;
}

.custom-home-site-plan-card {
	--custom-home-site-plan-icon: url("../../icons/custom-home-road.svg");
	--custom-home-site-plan-icon-color: #496f82;
	padding: 28px 30px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(47, 42, 36, 0.07);
}

.custom-home-site-plan-card--leaf {
	--custom-home-site-plan-icon: url("../../icons/custom-home-leaf.svg");
	--custom-home-site-plan-icon-color: #5f8a55;
}

.custom-home-site-plan-card--rain {
	--custom-home-site-plan-icon: url("../../icons/custom-home-cloud-rain.svg");
	--custom-home-site-plan-icon-color: #587da7;
}

.custom-home-site-plan-card__meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	margin-bottom: 14px;
}

.custom-home-site-plan-card__icon {
	display: block;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	background: var(--custom-home-site-plan-icon-color);
	mask: var(--custom-home-site-plan-icon) center / contain no-repeat;
	-webkit-mask: var(--custom-home-site-plan-icon) center / contain no-repeat;
}

.custom-home-site-plan-card__number {
	display: inline-block;
	color: #b48a5a;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1;
}

.custom-home-site-plan-card h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: #2f2a24;
	font-size: 1.1875rem;
	font-weight: 700;
	line-height: 1.5;
}

.custom-home-site-plan-card p {
	margin: 0;
	color: #5f564d;
	font-size: 0.90625rem;
	line-height: 1.85;
}

.custom-home-site-plan__closing {
	max-width: 900px;
	margin: 34px auto 0;
	padding: 0;
	color: #2f2a24;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.custom-home-one-stop {
	width: min(100% - 32px, var(--container));
	margin: 0 auto clamp(36px, 6vw, 72px);
	padding: clamp(34px, 6vw, 64px) 0 0;
	text-align: center;
}

.custom-home-one-stop__inner {
	display: grid;
	gap: clamp(18px, 3vw, 28px);
}

.custom-home-one-stop .eyebrow {
	margin: 0;
	color: var(--color-blue);
}

.custom-home-one-stop h2 {
	margin: 0;
	color: var(--color-ink);
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 800;
	line-height: 1.45;
}

.custom-home-one-stop__image {
	overflow: hidden;
	margin: 0;
	border-radius: 18px;
	background: #f6f8f7;
	box-shadow: 0 20px 52px rgba(16, 35, 51, 0.12);
}

.custom-home-one-stop__image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: min(68vh, 620px);
	object-fit: cover;
	transform: scale(1.012);
}


.custom-home-one-stop__text {
	max-width: 760px;
	margin: 0 auto;
	color: var(--color-muted);
	font-size: clamp(1rem, 1.4vw, 1.1rem);
	font-weight: 700;
	line-height: 1.9;
}

@media (max-width: 900px) {
	.custom-home-site-plan {
		padding: 64px 0;
	}

	.custom-home-site-plan__cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.custom-home-ad-cost__compare {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.custom-home-site-plan {
		padding: 56px 0;
	}

	.custom-home-site-plan__inner {
		width: min(100% - 32px, var(--container));
	}

	.custom-home-site-plan__head h2 {
		font-size: 1.5625rem;
		line-height: 1.5;
	}

	.custom-home-site-plan__head h2::before {
		width: 30px;
		height: 30px;
	}

	.custom-home-site-plan__lead {
		font-size: 0.9375rem;
		line-height: 1.9;
	}

	.custom-home-site-plan-card {
		padding: 22px;
	}

	.custom-home-site-plan__closing {
		font-size: 1rem;
	}

	.custom-home-one-stop__image img {
		max-height: none;
	}

	.custom-home-ad-cost {
		padding: 56px 0;
	}

	.custom-home-ad-cost__inner {
		width: min(100% - 32px, var(--container));
	}

	.custom-home-ad-cost__head h2 {
		font-size: 1.75rem;
	}

	.custom-home-ad-cost-card {
		padding: 24px;
	}

	.custom-home-ad-cost-card li {
		align-items: flex-start;
	}
}

.custom-home-ad-cost {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(72px, 8vw, 104px) 0;
	background:
		linear-gradient(135deg, rgba(180, 138, 90, 0.08), rgba(255, 255, 255, 0) 42%),
		#faf7f1;
}

.custom-home-ad-cost__inner {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.custom-home-ad-cost__head {
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.custom-home-ad-cost__head h2 {
	margin: 0;
	color: #2f2a24;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.custom-home-ad-cost__lead {
	display: grid;
	gap: 0.35em;
	margin-top: 22px;
	color: #5f564d;
	font-size: clamp(1rem, 1.5vw, 1.0625rem);
	line-height: 1.9;
}

.custom-home-ad-cost__lead p,
.custom-home-ad-cost__stats p,
.custom-home-ad-cost__closing p {
	margin: 0;
}

.custom-home-ad-cost__compare {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 32px);
	margin-top: clamp(36px, 5vw, 54px);
}

.custom-home-ad-cost-card {
	overflow: hidden;
	padding: clamp(26px, 3vw, 36px);
	border: 1px solid rgba(47, 42, 36, 0.11);
	border-radius: 20px;
	box-shadow: 0 14px 34px rgba(47, 42, 36, 0.065);
}

.custom-home-ad-cost-card--quiet {
	background: #f7f3ed;
	color: #4f463d;
	box-shadow: 0 12px 30px rgba(47, 42, 36, 0.055);
}

.custom-home-ad-cost-card--focus {
	position: relative;
	border-color: rgba(180, 138, 90, 0.34);
	background: #fff;
	box-shadow: 0 18px 44px rgba(47, 42, 36, 0.095);
}

.custom-home-ad-cost-card--focus::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	background: #b48a5a;
	content: "";
}

.custom-home-ad-cost-card h3 {
	margin: 0 0 22px;
	color: #2f2a24;
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	line-height: 1.35;
}

.custom-home-ad-cost-card ul {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-home-ad-cost-card li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #3a332c;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.55;
}

.custom-home-ad-cost-card--quiet li {
	color: #685f55;
	font-weight: 650;
}

.custom-home-ad-cost__icon {
	--custom-home-ad-icon: url("../../icons/custom-home-device-desktop.svg");
	display: inline-block;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: currentColor;
	color: var(--custom-home-ad-icon-color, #8a7a67);
	mask: var(--custom-home-ad-icon) center / contain no-repeat;
	-webkit-mask: var(--custom-home-ad-icon) center / contain no-repeat;
}

.custom-home-ad-cost-card--focus .custom-home-ad-cost__icon {
	--custom-home-ad-icon-color: #b48a5a;
}

.custom-home-ad-cost__icon--store {
	--custom-home-ad-icon: url("../../icons/custom-home-building-store.svg");
	--custom-home-ad-icon-color: #8c7357;
}

.custom-home-ad-cost__icon--book {
	--custom-home-ad-icon: url("../../icons/custom-home-book.svg");
	--custom-home-ad-icon-color: #7b6d60;
}

.custom-home-ad-cost__icon--speaker {
	--custom-home-ad-icon: url("../../icons/custom-home-speakerphone.svg");
	--custom-home-ad-icon-color: #9a8060;
}

.custom-home-ad-cost__icon--map {
	--custom-home-ad-icon: url("../../icons/custom-home-map-2.svg");
	--custom-home-ad-icon-color: #8f7241;
}

.custom-home-ad-cost__icon--layout {
	--custom-home-ad-icon: url("../../icons/custom-home-road.svg");
	--custom-home-ad-icon-color: #9c7c42;
}

.custom-home-ad-cost__icon--split {
	--custom-home-ad-icon: url("../../icons/custom-home-layout-board-split.svg");
	--custom-home-ad-icon-color: #a87d34;
}

.custom-home-ad-cost__icon--trees {
	--custom-home-ad-icon: url("../../icons/custom-home-leaf.svg");
	--custom-home-ad-icon-color: #6f8750;
}

.custom-home-ad-cost__icon--desktop {
	--custom-home-ad-icon: url("../../icons/custom-home-device-desktop.svg");
	--custom-home-ad-icon-color: #7d756d;
}

.custom-home-ad-cost__note {
	display: grid;
	gap: 0.35em;
	max-width: 940px;
	margin: 30px auto 0;
	padding: 20px 24px;
	border: 1px solid rgba(47, 42, 36, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.68);
	color: #6a625a;
	font-size: 0.9rem;
	line-height: 1.8;
}

.custom-home-ad-cost__stats {
	max-width: 720px;
	margin: 30px auto 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.custom-home-ad-cost__stats-label {
	margin: 0 0 14px;
	color: #7d633f;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
}

.custom-home-ad-cost__stats-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.custom-home-ad-cost__stats-grid div {
	display: grid;
	gap: 6px;
	padding: 18px 20px;
	border: 1px solid rgba(47, 42, 36, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.custom-home-ad-cost__stats-grid span {
	color: #645a51;
	font-size: 0.92rem;
	font-weight: 700;
}

.custom-home-ad-cost__stats-grid strong {
	color: #2f2a24;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 850;
	line-height: 1.25;
}

.custom-home-ad-cost__closing {
	display: grid;
	gap: 0.35em;
	max-width: 860px;
	margin: 36px auto 0;
	color: #2f2a24;
	font-size: clamp(1rem, 1.5vw, 1.1rem);
	font-weight: 700;
	line-height: 1.85;
	text-align: center;
}

@media (max-width: 900px) {
	.custom-home-ad-cost__compare {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.custom-home-ad-cost {
		padding: 56px 0;
	}

	.custom-home-ad-cost__inner {
		width: min(100% - 32px, var(--container));
	}

	.custom-home-ad-cost__head h2 {
		font-size: 1.75rem;
	}

	.custom-home-ad-cost-card {
		padding: 24px;
	}

	.custom-home-ad-cost-card li {
		align-items: flex-start;
	}

	.custom-home-ad-cost__stats {
		padding: 20px;
	}

	.custom-home-ad-cost__stats-grid {
		grid-template-columns: 1fr;
	}
}

.custom-home-concept {
	display: grid;
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
}

.custom-home-concept__content {
	display: grid;
	gap: clamp(18px, 3vw, 28px);
}

.custom-home-concept__content h2 span {
	display: block;
	white-space: nowrap;
}

.custom-home-split {
	display: grid;
	gap: clamp(20px, 5vw, 56px);
	align-items: start;
}

.custom-home-split h2 {
	margin: 0;
	font-size: clamp(1.65rem, 4vw, 2.7rem);
	line-height: 1.28;
}

.custom-home-text {
	display: grid;
	gap: 0.48em;
	color: #435666;
}

.custom-home-text p {
	margin: 0;
}

.custom-home-card-grid {
	display: grid;
	gap: 16px;
}

.custom-home-card {
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid var(--color-line);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: 0 10px 26px rgba(16, 35, 51, 0.065);
}

.custom-home-card__image {
	margin: calc(clamp(20px, 3vw, 28px) * -1) calc(clamp(20px, 3vw, 28px) * -1) 18px;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	background: var(--color-paper);
}

.custom-home-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.custom-home-card span {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--color-gold-dark);
	font-size: 0.82rem;
	font-weight: 900;
}

.custom-home-card h3 {
	margin: 0 0 8px;
	font-size: clamp(1.12rem, 2vw, 1.32rem);
	line-height: 1.45;
}

.custom-home-card p {
	margin: 0;
	color: #435666;
}

.custom-home-standard-grid {
	display: grid;
	gap: 14px;
}

.custom-home-standard-card {
	position: relative;
	overflow: hidden;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid rgba(58, 124, 165, 0.18);
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(58, 124, 165, 0.09), rgba(255, 255, 255, 0) 54%),
		var(--color-white);
	box-shadow: 0 12px 28px rgba(16, 35, 51, 0.06);
}

.custom-home-standard-card h3 {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 10px;
	color: var(--color-ink);
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.45;
}

.custom-home-standard-card h3 img {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.custom-home-standard-card--eco h3 img {
	filter: brightness(0) saturate(100%) invert(39%) sepia(19%) saturate(837%) hue-rotate(82deg) brightness(93%) contrast(88%);
}

.custom-home-standard-card--fire h3 img {
	filter: brightness(0) saturate(100%) invert(42%) sepia(31%) saturate(829%) hue-rotate(338deg) brightness(91%) contrast(88%);
}

.custom-home-standard-card--solar h3 img {
	filter: brightness(0) saturate(100%) invert(38%) sepia(19%) saturate(1035%) hue-rotate(171deg) brightness(91%) contrast(90%);
}

.custom-home-standard-card p {
	margin: 0;
	color: #435666;
}

.custom-home-standard-card ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	color: #435666;
	list-style: none;
}

.custom-home-standard-card li {
	position: relative;
	padding-left: 1.1em;
	line-height: 1.75;
}

.custom-home-standard-card li::before {
	position: absolute;
	left: 0;
	color: var(--color-blue);
	content: "・";
	font-weight: 900;
}

.custom-home-standard-card .text-link {
	display: inline-flex;
	margin-top: 14px;
}

.custom-home-standard-note {
	margin: 16px 0 0;
	color: #526574;
	font-size: 0.9rem;
	line-height: 1.8;
}


.custom-home-article-list {
	display: grid;
	gap: 10px;
}

.custom-home-article-link {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border: 1px solid var(--color-line);
	border-radius: 12px;
	background: var(--color-white);
	color: var(--color-ink);
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(16, 35, 51, 0.045);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-home-article-link:hover,
.custom-home-article-link:focus-visible {
	border-color: rgba(58, 124, 165, 0.42);
	box-shadow: 0 14px 30px rgba(16, 35, 51, 0.08);
	transform: translateY(-2px);
}

.custom-home-article-link span {
	font-weight: 900;
	line-height: 1.5;
}

.custom-home-article-link small {
	flex: 0 0 auto;
	color: #526574;
	font-size: 0.82rem;
	font-weight: 800;
}

.custom-home-visual {
	position: relative;
	overflow: hidden;
	min-height: clamp(420px, 58vw, 660px);
	background: var(--custom-home-visual-image, linear-gradient(135deg, #10283d, #1c4058));
	background-position: center;
	background-size: cover;
	color: var(--color-white);
}

.custom-home-visual::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(10, 28, 43, var(--custom-home-visual-overlay-strong, 0.58)) 0%, rgba(10, 28, 43, var(--custom-home-visual-overlay-mid, 0.38)) 48%, rgba(10, 28, 43, var(--custom-home-visual-overlay-light, 0.14)) 100%),
		linear-gradient(0deg, rgba(10, 28, 43, var(--custom-home-visual-overlay-mid, 0.38)) 0%, rgba(10, 28, 43, 0) 45%);
	content: "";
	pointer-events: none;
}

.custom-home-visual::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(10, 28, 43, 0.14), rgba(10, 28, 43, 0));
	content: "";
	pointer-events: none;
}

.custom-home-visual__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.custom-home-visual__body {
	position: relative;
	z-index: 2;
	display: grid;
	gap: clamp(18px, 3vw, 30px);
	width: min(100% - 32px, var(--container));
	max-width: 760px;
	margin-inline: auto;
	padding-block: clamp(88px, 12vw, 150px);
}

.custom-home-visual .eyebrow,
.custom-home-visual .custom-home-text {
	color: rgba(255, 255, 255, 0.82);
}

.custom-home-visual h2 {
	margin: 0;
	color: var(--color-white);
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.18;
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.custom-home-visual h2 + .custom-home-text {
	margin-top: clamp(8px, 1.5vw, 16px);
}

.custom-home-tour {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
	padding-bottom: clamp(18px, 3vw, 32px);
}

.custom-home-tour__grid {
	display: grid;
	gap: clamp(24px, 5vw, 56px);
	align-items: center;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid rgba(58, 124, 165, 0.16);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(58, 124, 165, 0.08), rgba(255, 255, 255, 0) 46%),
		var(--color-white);
	box-shadow: 0 16px 38px rgba(16, 35, 51, 0.065);
}

.custom-home-tour__image {
	margin: 0;
	overflow: visible;
}

.custom-home-tour__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border: 1px solid var(--color-line);
	border-radius: 18px;
	background: var(--color-paper);
	object-fit: cover;
	box-shadow: 0 14px 30px rgba(16, 35, 51, 0.07);
}

.custom-home-tour__image figcaption {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 10px;
	color: #526574;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.6;
}

.custom-home-tour__image figcaption::before {
	width: 28px;
	height: 1px;
	background: rgba(58, 124, 165, 0.45);
	content: "";
}

.custom-home-tour__body {
	display: grid;
	gap: clamp(16px, 3vw, 24px);
}

.custom-home-tour__body h2 {
	margin: 0;
	font-size: clamp(1.65rem, 3.7vw, 2.7rem);
	line-height: 1.25;
}

.custom-home-tour__note {
	color: #526574;
	font-size: 0.92rem;
}

.custom-home-flow__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-home-flow__list li {
	--custom-home-flow-accent: #3a7ca5;
	--custom-home-flow-bg: #eef7fb;
	--custom-home-flow-border: rgba(58, 124, 165, 0.42);
	--custom-home-flow-shadow: rgba(58, 124, 165, 0.16);
	--custom-home-flow-filter: none;
	display: grid;
	gap: 4px;
	justify-items: center;
	align-content: center;
	min-height: 104px;
	padding: 10px 10px 6px;
	border: 1px solid var(--color-line);
	border-radius: 12px;
	background: var(--color-white);
	box-shadow: 0 8px 18px rgba(16, 35, 51, 0.04);
	font-weight: 800;
	animation: custom-home-flow-pulse 4.9s linear infinite;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.custom-home-tour + .custom-home-flow {
	padding-top: clamp(18px, 3vw, 32px);
}

.custom-home-flow__list li:nth-child(1) {
	--custom-home-flow-filter: brightness(0) saturate(100%) invert(36%) sepia(24%) saturate(520%) hue-rotate(170deg) brightness(88%) contrast(90%);
}

.custom-home-flow__list li:nth-child(2) {
	--custom-home-flow-filter: brightness(0) saturate(100%) invert(42%) sepia(18%) saturate(620%) hue-rotate(78deg) brightness(88%) contrast(89%);
	animation-delay: 0.7s;
}

.custom-home-flow__list li:nth-child(3) {
	--custom-home-flow-filter: brightness(0) saturate(100%) invert(48%) sepia(35%) saturate(560%) hue-rotate(4deg) brightness(88%) contrast(90%);
	animation-delay: 1.4s;
}

.custom-home-flow__list li:nth-child(4) {
	--custom-home-flow-filter: brightness(0) saturate(100%) invert(38%) sepia(18%) saturate(520%) hue-rotate(220deg) brightness(88%) contrast(90%);
	animation-delay: 2.1s;
}

.custom-home-flow__list li:nth-child(5) {
	--custom-home-flow-filter: brightness(0) saturate(100%) invert(42%) sepia(28%) saturate(620%) hue-rotate(345deg) brightness(88%) contrast(90%);
	animation-delay: 2.8s;
}

.custom-home-flow__list li:nth-child(6) {
	--custom-home-flow-filter: brightness(0) saturate(100%) invert(47%) sepia(30%) saturate(620%) hue-rotate(325deg) brightness(88%) contrast(90%);
	animation-delay: 3.5s;
}

.custom-home-flow__list li:nth-child(7) {
	--custom-home-flow-filter: brightness(0) saturate(100%) invert(36%) sepia(24%) saturate(480%) hue-rotate(130deg) brightness(88%) contrast(90%);
	animation-delay: 4.2s;
}

.custom-home-flow__image {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	filter: var(--custom-home-flow-filter);
	object-fit: contain;
	opacity: 0.88;
}

.custom-home-flow__list strong {
	color: var(--color-ink);
	font-size: clamp(0.82rem, 1.02vw, 0.94rem);
	line-height: 1.35;
	text-align: center;
	white-space: nowrap;
}

@keyframes custom-home-flow-pulse {
	0%,
	13% {
		border-color: rgba(58, 124, 165, 0.42);
		background: #eef7fb;
		box-shadow: 0 12px 26px rgba(58, 124, 165, 0.16);
		color: var(--color-blue);
	}

	14%,
	100% {
		border-color: var(--color-line);
		background: var(--color-white);
		box-shadow: 0 8px 18px rgba(16, 35, 51, 0.04);
		color: inherit;
	}
}

@media (prefers-reduced-motion: reduce) {
	.custom-home-flow__list li {
		animation: none;
	}
}


.featured-works__heading {
	display: grid;
	width: 100%;
	gap: 8px;
}

.custom-home-cta {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}
