.pchi-home,
.pchi-home * {
	box-sizing: border-box;
}

body.home .site-main,
body.home .page-content,
body.home .entry-content,
body.home .elementor,
body.home .elementor-section,
body.home .wp-site-blocks {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.home .pchi-home {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
}

body.home .pchi-home-hero {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.pchi-home {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	color: #111111;
	background: #ffffff;
	overflow-x: hidden;
}

.pchi-home-wrap {
	width: 100%;
}

.pchi-home-hero {
	position: relative;
	width: 100%;
	margin-left: 0;
	min-height: 680px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-size: cover;
	background-position: 58% center;
	background-repeat: no-repeat;
	isolation: isolate;
}

.pchi-home-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.78) 0%,
			rgba(0, 0, 0, 0.68) 26%,
			rgba(0, 0, 0, 0.42) 52%,
			rgba(0, 0, 0, 0.16) 74%,
			rgba(0, 0, 0, 0.06) 100%
		);
}

.pchi-home-hero__shade::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 180px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 100%);
}

.pchi-home-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 86px 32px 78px;
}

.pchi-home-hero__content {
	max-width: 760px;
}

.pchi-home-hero__label-wrap {
	display: inline-flex;
	align-items: center;
	margin-bottom: 22px;
	padding: 11px 16px;
	border-radius: 999px;
	background: #f6a800;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.pchi-home-hero__label {
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pchi-home-hero__title {
	margin: 0 0 22px;
	max-width: 850px;
	color: #ffffff;
	font-size: clamp(46px, 5vw, 76px);
	line-height: 1.01;
	font-weight: 800;
	letter-spacing: -0.055em;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.28);
}

.pchi-home-hero__intro {
	margin: 0 0 30px;
	max-width: 690px;
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(18px, 1.55vw, 23px);
	line-height: 1.58;
	font-weight: 500;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
}

.pchi-home-hero__cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 28px;
}

.pchi-home-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 15px 26px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.pchi-home-hero__btn--primary {
	background: #f6a800;
	border: 2px solid #ffffff;
	color: #111111;
}

.pchi-home-hero__btn--light {
	background: #ffffff;
	border: 2px solid #ffffff;
	color: #111111;
}

.pchi-home-hero__btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid rgba(255, 255, 255, 0.74);
	color: #ffffff;
	backdrop-filter: blur(8px);
}

.pchi-home-hero__btn:hover,
.pchi-home-hero__btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.pchi-home-hero__btn--primary:hover,
.pchi-home-hero__btn--primary:focus {
	background: #ffbd22;
	color: #111111;
}

.pchi-home-hero__trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 260px));
	gap: 12px 22px;
	margin: 0 0 18px;
}

.pchi-home-hero__trust span {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.pchi-home-hero__trust span::before {
	content: "✓";
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(246, 168, 0, 0.2);
}

.pchi-home-hero__note {
	margin: 0;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.65;
	font-weight: 600;
}

@media (max-width: 1100px) {
	.pchi-home-hero {
		min-height: 620px;
		background-position: 64% center;
	}

	.pchi-home-hero__inner {
		padding: 72px 24px 68px;
	}

	.pchi-home-hero__content {
		max-width: 700px;
	}
}

/* Coverage */
.pchi-home-coverage {
	position: relative;
	width: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	border-top: 1px solid #ececec;
	padding: 78px 0 86px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.pchi-home-coverage__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
}

.pchi-home-coverage__header {
	max-width: 980px;
	margin: 0 0 34px;
}

.pchi-home-coverage__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pchi-home-coverage__title {
	margin: 0 0 14px;
	max-width: 900px;
	color: #111111;
	font-size: clamp(36px, 4.4vw, 58px);
	line-height: 1.03;
	font-weight: 800;
	letter-spacing: -0.045em;
}

.pchi-home-coverage__intro {
	margin: 0;
	max-width: 820px;
	color: #444444;
	font-size: 17px;
	line-height: 1.72;
	font-weight: 500;
}

.pchi-home-coverage__journey-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
}

.pchi-home-coverage__journey-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 6px;
	background: #f6a800;
	z-index: 3;
}

.pchi-home-coverage__map-shell {
	position: relative;
	width: 100%;
	overflow: visible;
	background: #ffffff;
	padding: 28px 34px 32px;
}

.pchi-home-coverage__map-shell > * {
	max-width: 100%;
}

.pchi-home-coverage__journey-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 22px 34px 30px;
	border-top: 1px solid #ececec;
	background: #fafafa;
}

.pchi-home-coverage__journey-footer p {
	margin: 0;
	max-width: 680px;
	color: #444444;
	font-size: 14.5px;
	line-height: 1.65;
	font-weight: 600;
}

.pchi-home-coverage__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex: 0 0 auto;
}

.pchi-home-coverage__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 22px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
	white-space: nowrap;
}

.pchi-home-coverage__btn--primary {
	background: #f6a800;
	border: 2px solid #111111;
	color: #111111;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.10);
}

.pchi-home-coverage__btn--secondary {
	background: #111111;
	border: 2px solid #111111;
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.pchi-home-coverage__btn:hover,
.pchi-home-coverage__btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

/* Keep the embedded journey contained on homepage only */
.pchi-home-coverage .pchi-lj,
.pchi-home-coverage [class*="pchi-lj"] {
	max-width: 100%;
}

.pchi-home-coverage iframe,
.pchi-home-coverage svg,
.pchi-home-coverage canvas {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.pchi-home-coverage {
		padding: 64px 0 72px;
	}

	.pchi-home-coverage__journey-footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.pchi-home-coverage {
		padding: 52px 0 58px;
	}

	.pchi-home-coverage__inner {
		padding: 0 18px;
	}

	.pchi-home-coverage__header {
		margin-bottom: 26px;
	}

	.pchi-home-coverage__intro {
		font-size: 14.5px;
		line-height: 1.68;
	}

	.pchi-home-coverage__journey-card {
		border-radius: 22px;
	}

	.pchi-home-coverage__map-shell {
		padding: 18px 12px 20px;
	}

	.pchi-home-coverage__journey-footer {
		padding: 20px 18px 24px;
	}

	.pchi-home-coverage__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.pchi-home-coverage__btn {
		width: 100%;
	}
}

.pchi-home-shortcode-card {
	padding: 24px;
	border: 1px solid #e7e7e7;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

/* Services */
.pchi-home-services {
	background: #ffffff;
	border-top: 1px solid #ececec;
	padding: 82px 0 88px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.pchi-home-services__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
}

.pchi-home-services__header {
	max-width: 880px;
	margin: 0 0 34px;
}

.pchi-home-services__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pchi-home-services__title {
	margin: 0 0 14px;
	color: #111111;
	font-size: clamp(36px, 4.4vw, 58px);
	line-height: 1.03;
	font-weight: 800;
	letter-spacing: -0.045em;
}

.pchi-home-services__intro {
	margin: 0;
	max-width: 780px;
	color: #444444;
	font-size: 16px;
	line-height: 1.72;
	font-weight: 500;
}

.pchi-home-services__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pchi-home-service-card {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	border-radius: 26px;
	border: 1px solid rgba(255,255,255,0.18);
	background-image: var(--pchi-card-image);
	background-size: cover;
	background-position: center;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(0,0,0,0.12);
	isolation: isolate;
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.pchi-home-service-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.30) 42%, rgba(0,0,0,0.82) 100%);
	transition: background 0.24s ease;
}

.pchi-home-service-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--pchi-card-image);
	background-size: cover;
	background-position: center;
	transform: scale(1);
	transition: transform 0.35s ease;
}

.pchi-home-service-card:hover,
.pchi-home-service-card:focus {
	transform: translateY(-4px);
	box-shadow: 0 24px 58px rgba(0,0,0,0.18);
	outline: none;
}

.pchi-home-service-card:hover::after,
.pchi-home-service-card:focus::after {
	transform: scale(1.06);
}

.pchi-home-service-card:hover::before,
.pchi-home-service-card:focus::before {
	background:
		linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.22) 36%, rgba(0,0,0,0.88) 100%);
}

.pchi-home-service-card__number {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f6a800;
	color: #111111;
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 12px 24px rgba(0,0,0,0.20);
}

.pchi-home-service-card__content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 24px;
}

.pchi-home-service-card__kicker {
	display: block;
	margin-bottom: 8px;
	color: #f6a800;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pchi-home-service-card h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.035em;
	text-shadow: 0 3px 16px rgba(0,0,0,0.28);
}

.pchi-home-service-card p {
	margin: 0 0 16px;
	color: rgba(255,255,255,0.88);
	font-size: 14px;
	line-height: 1.58;
	font-weight: 500;
}

.pchi-home-service-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 2px solid #f6a800;
	padding-bottom: 4px;
}

.pchi-home-service-card__link::after {
	content: "→";
	color: #f6a800;
	font-weight: 900;
	transition: transform 0.22s ease;
}

.pchi-home-service-card:hover .pchi-home-service-card__link::after,
.pchi-home-service-card:focus .pchi-home-service-card__link::after {
	transform: translateX(3px);
}

/* Quote / Booking */
.pchi-home-quote {
	background: #ffffff;
	border-top: 1px solid #ececec;
	padding: 70px 0;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.pchi-home-quote__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 32px;
}

.pchi-home-quote__header {
	max-width: 820px;
	margin: 0 0 30px;
}

.pchi-home-quote__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pchi-home-quote__header h2 {
	margin: 0 0 12px;
	color: #111111;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.04;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.pchi-home-quote__header p {
	margin: 0;
	max-width: 720px;
	color: #444444;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 500;
}

.pchi-home-quote__calc-card {
	padding: 28px;
	border: 1px solid #e7e7e7;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(0,0,0,0.07);
}

.pchi-home-quote__calc-card > * {
	width: 100%;
	max-width: none !important;
	margin-left: auto;
	margin-right: auto;
}

.pchi-home-quote__calc-card .pchi-calc-entry,
.pchi-home-quote__calc-card [class*="pchi-calc-entry"],
.pchi-home-quote__calc-card .pchi-calc,
.pchi-home-quote__calc-card [class*="pchi-calc"] {
	width: 100%;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Why PCHI */
.pchi-home-why {
	background: #ffffff;
	border-top: 1px solid #ececec;
	padding: 82px 0 88px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.pchi-home-why__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
}

.pchi-home-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	gap: 44px;
	align-items: start;
}

.pchi-home-why__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pchi-home-why__content h2 {
	margin: 0 0 16px;
	color: #111111;
	font-size: clamp(36px, 4.4vw, 58px);
	line-height: 1.03;
	font-weight: 800;
	letter-spacing: -0.045em;
}

.pchi-home-why__content > p {
	margin: 0 0 28px;
	max-width: 780px;
	color: #444444;
	font-size: 16px;
	line-height: 1.72;
	font-weight: 500;
}

.pchi-home-why__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.pchi-home-why__card {
	padding: 20px 20px;
	border: 1px solid #e7e7e7;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(0,0,0,0.035);
}

.pchi-home-why__card span {
	width: 28px;
	height: 28px;
	margin-bottom: 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f6a800;
	color: #111111;
	font-size: 13px;
	font-weight: 900;
}

.pchi-home-why__card strong {
	display: block;
	margin-bottom: 7px;
	color: #111111;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.015em;
}

.pchi-home-why__card p {
	margin: 0;
	color: #555555;
	font-size: 14px;
	line-height: 1.62;
	font-weight: 500;
}

.pchi-home-why__media {
	display: grid;
	gap: 18px;
}

.pchi-home-why__image-card {
	overflow: hidden;
	border: 1px solid #e7e7e7;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(0,0,0,0.08);
}

.pchi-home-why__image-card img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.pchi-home-why__image-card span {
	display: block;
	padding: 15px 18px;
	color: #111111;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 800;
}

.pchi-home-why__highlight {
	position: relative;
	overflow: hidden;
	padding: 28px 26px;
	border-radius: 26px;
	background:
		radial-gradient(circle at top right, rgba(246,168,0,0.18), transparent 34%),
		linear-gradient(180deg, #111111 0%, #1b1b1b 100%);
	color: #ffffff;
	box-shadow: 0 18px 42px rgba(0,0,0,0.16);
}

.pchi-home-why__highlight::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 5px;
	background: #f6a800;
}

.pchi-home-why__highlight span {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pchi-home-why__highlight h3 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.035em;
}

.pchi-home-why__highlight p {
	margin: 0;
	color: rgba(255,255,255,0.84);
	font-size: 15px;
	line-height: 1.7;
	font-weight: 500;
}

@media (max-width: 1100px) {
	.pchi-home-why__grid {
		grid-template-columns: 1fr;
	}

	.pchi-home-why__media {
		max-width: 760px;
	}
}

/* =========================================================
   REPUTATION STRIP
   ========================================================= */

.pchi-home-reputation-strip {
	background: #ffffff;
	padding: 42px 0 50px;
	border-top: 1px solid #ececec;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.pchi-home-reputation-strip__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
}

.pchi-home-reputation-strip__panel {
	border: 1px solid #e7e7e7;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(0,0,0,0.06);
	padding: 26px 34px;
	text-align: center;
}

.pchi-home-reputation-strip__title {
	margin: 0 0 22px;
	color: #111111;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.pchi-home-reputation-strip__logos {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 0;
}

.pchi-home-reputation-logo {
	min-height: 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	border-right: 1px solid #ececec;
	padding: 12px 14px;
	border-radius: 16px;
	margin: 0 4px;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		border-color 0.18s ease,
		background 0.18s ease;
}

.pchi-home-reputation-logo:hover,
.pchi-home-reputation-logo:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(17, 17, 17, 0.08);
	border-color: #e0e0e0;
	background: #fafafa;
	outline: none;
}

.pchi-home-reputation-logo:focus-visible {
	box-shadow: 0 0 0 3px rgba(246, 168, 0, 0.45);
}

.pchi-home-reputation-logo:last-child {
	border-right: 0;
}

.pchi-home-reputation-logo__figure {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	width: 100%;
}

.pchi-home-reputation-logo-img {
	display: block;
	width: auto;
	height: auto;
	max-height: 38px;
	max-width: 145px;
	object-fit: contain;
}

.pchi-home-reputation-logo-img--square {
	max-height: 38px;
	max-width: 38px;
}

.pchi-home-reputation-logo__caption {
	display: block;
	margin: 0;
	color: #555555;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
}

.pchi-home-reputation-logo--google .pchi-home-reputation-logo__caption {
	color: #5f6368;
}

.pchi-home-reputation-logo--trustpilot .pchi-home-reputation-logo__caption {
	color: #00b67a;
}

.pchi-home-reputation-logo--mybuilder .pchi-home-reputation-logo__caption {
	color: #00a651;
}

.pchi-home-reputation-logo--bark .pchi-home-reputation-logo__caption {
	color: #13233f;
}

/* =========================================================
   RESPONSIVE — reputation strip (homepage)
   ========================================================= */

@media (max-width: 767px) {
	.pchi-home-reputation-strip {
		padding: 30px 0 38px;
	}

	.pchi-home-reputation-strip__inner {
		padding: 0 18px;
	}

	.pchi-home-reputation-strip__panel {
		padding: 24px 18px;
		border-radius: 20px;
	}

	.pchi-home-reputation-strip__logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 18px;
	}

	.pchi-home-reputation-logo {
		border-right: 0;
		min-height: 92px;
		margin: 0;
	}

	.pchi-home-reputation-logo__figure {
		min-height: 40px;
	}

	.pchi-home-reputation-logo-img {
		max-height: 36px;
		max-width: 132px;
	}

	.pchi-home-reputation-logo-img--square {
		max-height: 36px;
		max-width: 36px;
	}

	.pchi-home-reputation-logo__caption {
		font-size: 11px;
	}
}

/* Areas — Popular Coverage */
.pchi-home-areas {
	background:
		linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	border-top: 1px solid #ececec;
	padding: 82px 0 88px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.pchi-home-areas__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
}

.pchi-home-areas__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: 34px;
	align-items: end;
	margin-bottom: 34px;
}

.pchi-home-areas__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pchi-home-areas__header-copy h2 {
	margin: 0 0 14px;
	max-width: 850px;
	color: #111111;
	font-size: clamp(36px, 4.4vw, 58px);
	line-height: 1.03;
	font-weight: 800;
	letter-spacing: -0.045em;
}

.pchi-home-areas__header-copy p {
	margin: 0;
	max-width: 820px;
	color: #444444;
	font-size: 16px;
	line-height: 1.72;
	font-weight: 500;
}

.pchi-home-areas__routing-card {
	position: relative;
	overflow: hidden;
	padding: 24px 24px;
	border-radius: 26px;
	background:
		radial-gradient(circle at top right, rgba(246,168,0,0.18), transparent 34%),
		#111111;
	color: #ffffff;
	box-shadow: 0 18px 42px rgba(0,0,0,0.14);
}

.pchi-home-areas__routing-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 5px;
	background: #f6a800;
}

.pchi-home-areas__routing-card span {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pchi-home-areas__routing-card strong {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.pchi-home-areas__routing-card p {
	margin: 0 0 18px;
	color: rgba(255,255,255,0.82);
	font-size: 14px;
	line-height: 1.65;
	font-weight: 500;
}

.pchi-home-areas__routing-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 14px;
	background: #ffffff;
	color: #111111;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 800;
}

.pchi-home-areas__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pchi-home-area-card {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border: 1px solid #e7e7e7;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0,0,0,0.035);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pchi-home-area-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 4px;
	background: #f6a800;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.22s ease;
}

.pchi-home-area-card:hover {
	transform: translateY(-3px);
	border-color: #f6a800;
	box-shadow: 0 18px 42px rgba(0,0,0,0.08);
}

.pchi-home-area-card:hover::before {
	transform: scaleX(1);
}

.pchi-home-area-card__top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.pchi-home-area-card__top span {
	width: 38px;
	height: 38px;
	min-width: 38px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f6a800;
	color: #111111;
	font-size: 13px;
	font-weight: 900;
}

.pchi-home-area-card__top h3 {
	margin: 0;
	color: #111111;
	font-size: 22px;
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.pchi-home-area-card p {
	margin: 0 0 18px;
	color: #555555;
	font-size: 14px;
	line-height: 1.65;
	font-weight: 500;
}

.pchi-home-area-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.pchi-home-area-card__links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 9px 13px;
	border-radius: 999px;
	border: 1px solid #ececec;
	background: #fafafa;
	color: #111111;
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.pchi-home-area-card__links a:hover,
.pchi-home-area-card__links a:focus {
	background: #fff5d7;
	border-color: #f6a800;
	transform: translateY(-1px);
	outline: none;
}

.pchi-home-areas__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin-top: 28px;
	padding: 24px;
	border: 1px solid #e7e7e7;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0,0,0,0.035);
}

.pchi-home-areas__footer p {
	margin: 0;
	max-width: 760px;
	color: #444444;
	font-size: 14.5px;
	line-height: 1.65;
	font-weight: 600;
}

.pchi-home-areas__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex: 0 0 auto;
}

.pchi-home-areas__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 22px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
	white-space: nowrap;
}

.pchi-home-areas__btn--primary {
	background: #f6a800;
	border: 2px solid #111111;
	color: #111111;
	box-shadow: 0 12px 26px rgba(0,0,0,0.10);
}

.pchi-home-areas__btn--secondary {
	background: #111111;
	border: 2px solid #111111;
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(0,0,0,0.14);
}

.pchi-home-areas__btn:hover,
.pchi-home-areas__btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(0,0,0,0.14);
}

/* Process — How It Works */
.pchi-home-process {
	background:
		linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	border-top: 1px solid #ececec;
	padding: 82px 0 88px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.pchi-home-process__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px;
}

.pchi-home-process__header {
	max-width: 920px;
	margin: 0 0 36px;
}

.pchi-home-process__eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 14px;
	padding: 7px 13px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pchi-home-process__header h2 {
	margin: 0 0 14px;
	max-width: 900px;
	color: #111111;
	font-size: clamp(36px, 4.4vw, 58px);
	line-height: 1.03;
	font-weight: 800;
	letter-spacing: -0.045em;
}

.pchi-home-process__header p {
	margin: 0;
	max-width: 820px;
	color: #444444;
	font-size: 16px;
	line-height: 1.72;
	font-weight: 500;
}

.pchi-home-process__timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.pchi-home-process__timeline::before {
	content: "";
	position: absolute;
	top: 34px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, #f6a800 0%, #f6a800 55%, #e7e7e7 55%, #e7e7e7 100%);
	z-index: 0;
}

.pchi-home-process__step {
	position: relative;
	z-index: 1;
	min-height: 280px;
	padding: 24px;
	border: 1px solid #e7e7e7;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0,0,0,0.035);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pchi-home-process__step:hover {
	transform: translateY(-3px);
	border-color: #f6a800;
	box-shadow: 0 18px 42px rgba(0,0,0,0.08);
}

.pchi-home-process__step-number {
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f6a800;
	color: #111111;
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
	box-shadow: 0 10px 22px rgba(246,168,0,0.22);
}

.pchi-home-process__step-content h3 {
	margin: 0 0 10px;
	color: #111111;
	font-size: 22px;
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.pchi-home-process__step-content p {
	margin: 0 0 18px;
	color: #555555;
	font-size: 14px;
	line-height: 1.65;
	font-weight: 500;
}

.pchi-home-process__step-content a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #111111;
	font-size: 14px;
	line-height: 1;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 2px solid #f6a800;
	padding-bottom: 5px;
}

.pchi-home-process__step-content a::after {
	content: "→";
	color: #f6a800;
	font-weight: 900;
	transition: transform 0.18s ease;
}

.pchi-home-process__step-content a:hover::after,
.pchi-home-process__step-content a:focus::after {
	transform: translateX(3px);
}

.pchi-home-process__panel {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 32px;
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(246,168,0,0.18), transparent 34%),
		linear-gradient(180deg, #111111 0%, #1b1b1b 100%);
	color: #ffffff;
	box-shadow: 0 22px 54px rgba(0,0,0,0.16);
}

.pchi-home-process__panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 5px;
	background: #f6a800;
}

.pchi-home-process__panel-copy span {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f6a800;
	color: #111111;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pchi-home-process__panel-copy h3 {
	margin: 0 0 10px;
	max-width: 780px;
	color: #ffffff;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.06;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.pchi-home-process__panel-copy p {
	margin: 0;
	max-width: 820px;
	color: rgba(255,255,255,0.82);
	font-size: 15px;
	line-height: 1.7;
	font-weight: 500;
}

.pchi-home-process__panel-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.pchi-home-process__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 15px 24px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	font-weight: 800;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
	white-space: nowrap;
}

.pchi-home-process__btn--primary {
	background: #f6a800;
	border: 2px solid #ffffff;
	color: #111111;
	box-shadow: 0 12px 28px rgba(0,0,0,0.16);
}

.pchi-home-process__btn--secondary {
	background: rgba(255,255,255,0.08);
	border: 2px solid rgba(255,255,255,0.18);
	color: #ffffff;
}

.pchi-home-process__btn:hover,
.pchi-home-process__btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(0,0,0,0.18);
}

/* Responsive */
@media (max-width: 1180px) {
	.pchi-home-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pchi-home-service-card {
		min-height: 330px;
	}

	.pchi-home-areas__header {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.pchi-home-areas__routing-card {
		max-width: 620px;
	}

	.pchi-home-areas__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pchi-home-process__timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pchi-home-process__timeline::before {
		display: none;
	}

	.pchi-home-process__panel {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.pchi-home-process__panel-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 1024px) {
	.pchi-home-why__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.pchi-home-hero {
		min-height: auto;
		background-position: 70% center;
	}

	.pchi-home-hero__shade {
		background:
			linear-gradient(
				90deg,
				rgba(0, 0, 0, 0.82) 0%,
				rgba(0, 0, 0, 0.72) 46%,
				rgba(0, 0, 0, 0.46) 100%
			);
	}

	.pchi-home-hero__inner,
	.pchi-home-areas__inner,
	.pchi-home-services__inner,
	.pchi-home-quote__inner,
	.pchi-home-why__inner,
	.pchi-home-process__inner {
		padding: 0 18px;
	}

	.pchi-home-hero__inner {
		padding: 52px 18px 54px;
	}

	.pchi-home-hero__label-wrap {
		margin-bottom: 17px;
		padding: 10px 14px;
	}

	.pchi-home-hero__label {
		font-size: 11px;
	}

	.pchi-home-hero__title {
		margin-bottom: 16px;
		font-size: clamp(38px, 10vw, 54px);
		line-height: 1.04;
		letter-spacing: -0.045em;
	}

	.pchi-home-hero__intro {
		margin-bottom: 24px;
		font-size: 17px;
		line-height: 1.55;
	}

	.pchi-home-hero__cta-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 24px;
	}

	.pchi-home-hero__btn {
		width: 100%;
		min-height: 54px;
		font-size: 16px;
		padding: 14px 20px;
	}

	.pchi-home-hero__trust {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.pchi-home-hero__trust span {
		font-size: 15px;
	}

	.pchi-home-hero__note {
		font-size: 13.5px;
	}

	.pchi-home-services,
	.pchi-home-why {
		padding: 50px 0;
	}

	.pchi-home-services {
		padding: 56px 0 62px;
	}

	.pchi-home-why {
		padding: 56px 0 62px;
	}

	.pchi-home-services__header {
		margin-bottom: 26px;
	}

	.pchi-home-services__intro {
		font-size: 14.5px;
		line-height: 1.68;
	}

	.pchi-home-quote {
		padding: 52px 0;
	}

	.pchi-home-quote__header {
		margin-bottom: 22px;
	}

	.pchi-home-quote__header p {
		font-size: 14.5px;
	}

	.pchi-home-quote__calc-card {
		padding: 14px;
		border-radius: 22px;
	}

	.pchi-home-why__cards {
		grid-template-columns: 1fr;
	}

	.pchi-home-why__content > p {
		font-size: 14.5px;
		line-height: 1.68;
	}

	.pchi-home-why__image-card img {
		height: 280px;
	}

	.pchi-home-why__highlight {
		padding: 24px 20px;
		border-radius: 22px;
	}

	.pchi-home-why__highlight h3 {
		font-size: 24px;
	}

	.pchi-home-services__grid {
		grid-template-columns: 1fr;
	}

	.pchi-home-services__grid {
		gap: 14px;
	}

	.pchi-home-service-card {
		min-height: 300px;
		border-radius: 22px;
	}

	.pchi-home-service-card__content {
		padding: 22px;
	}

	.pchi-home-service-card h3 {
		font-size: 25px;
	}

	.pchi-home-areas {
		padding: 56px 0 62px;
	}

	.pchi-home-areas__header {
		gap: 24px;
		margin-bottom: 26px;
	}

	.pchi-home-areas__header-copy p {
		font-size: 14.5px;
		line-height: 1.68;
	}

	.pchi-home-areas__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.pchi-home-area-card {
		padding: 20px;
		border-radius: 22px;
	}

	.pchi-home-area-card__top h3 {
		font-size: 20px;
	}

	.pchi-home-areas__footer {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		border-radius: 20px;
	}

	.pchi-home-areas__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.pchi-home-areas__btn {
		width: 100%;
	}

	.pchi-home-process {
		padding: 56px 0 62px;
	}

	.pchi-home-process__header {
		margin-bottom: 26px;
	}

	.pchi-home-process__header p {
		font-size: 14.5px;
		line-height: 1.68;
	}

	.pchi-home-process__timeline {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.pchi-home-process__step {
		min-height: auto;
		padding: 20px;
		border-radius: 22px;
	}

	.pchi-home-process__step-number {
		margin-bottom: 16px;
	}

	.pchi-home-process__panel {
		padding: 24px 20px;
		border-radius: 24px;
	}

	.pchi-home-process__panel-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.pchi-home-process__btn {
		width: 100%;
	}
}
