/* Compare page additions; shared typography and components live in water-purifiers.css. */

.vcmp-hero {
	position: relative;
	overflow: hidden;
	background: #1426b5;
	color: #fff;
}

.vcmp-hero .vwp-in {
	position: relative;
	padding-top: 74px;
	padding-bottom: 0;
}

.vcmp-hero .vwp-eye {
	color: rgba(255, 255, 255, 0.68);
}

.vcmp-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 1020px;
}

.vcmp-hero h1 {
	margin-top: 26px;
	font-size: clamp(3rem, 7vw, 6.4rem);
	font-weight: 700;
	line-height: 0.91;
	letter-spacing: -0.052em;
	color: #fff;
}

.vcmp-hero-copy > p:last-child {
	max-width: 760px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.75);
}

.vcmp-mascot {
	position: absolute;
	z-index: 0;
	right: -36px;
	bottom: 80px;
	width: 190px;
	height: 190px;
	object-fit: contain;
	opacity: 0.45;
}

.vcmp-hero-models {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 58px;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.vcmp-hero-models a {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	padding: 16px;
	text-decoration: none;
	transition: background-color 180ms ease;
}

.vcmp-hero-models a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.vcmp-hero-models strong {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.25rem;
	font-weight: 400;
}

.vcmp-hero-models span,
.vcmp-hero-models i {
	font-size: 11px;
	font-style: normal;
	color: rgba(255, 255, 255, 0.68);
}

.vcmp-fit {
	background: var(--vwp-cream);
}

.vcmp-fit-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin-top: 60px;
	background: rgba(17, 21, 19, 0.2);
}

.vcmp-fit-grid a {
	display: flex;
	min-height: 270px;
	flex-direction: column;
	padding: 22px;
	background: #e5ebf0;
	text-decoration: none;
	transition: filter 180ms ease;
}

.vcmp-fit-grid a:nth-child(2n) {
	background: #eeeae1;
}

.vcmp-fit-grid a:nth-child(3n) {
	background: #e4eee8;
}

.vcmp-fit-grid a:hover {
	filter: brightness(0.975);
}

.vcmp-fit-grid > a > span,
.vcmp-number {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: #68706b;
}

.vcmp-fit-grid .vwp-overline {
	margin-top: 32px;
}

.vcmp-fit-grid h3 {
	margin-top: 14px;
	font-size: 1.85rem;
	font-weight: 300;
}

.vcmp-fit-grid a > p:not(.vwp-overline) {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--vwp-muted);
}

.vcmp-fit-grid i {
	margin-top: auto;
	padding-top: 24px;
	font-size: 13px;
	font-style: normal;
}

.vcmp-specs {
	background: #dfe7e9;
}

.vcmp-spec-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin-top: 60px;
	background: rgba(17, 21, 19, 0.2);
}

.vcmp-spec-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 22px;
	background: #e7eeee;
}

.vcmp-spec-card:nth-child(2n) {
	background: #f1eee7;
}

.vcmp-spec-card.vcmp-local {
	background: #eaf0e7;
}

.vcmp-spec-card.vcmp-hydrogen {
	background: #eee9f1;
}

.vcmp-spec-card.vcmp-vitality {
	background: #e8eaed;
}

.vcmp-spec-card figure {
	height: 330px;
	margin: 20px -22px 26px;
	background: rgba(255, 255, 255, 0.4);
}

.vcmp-spec-card img {
	width: 100%;
	height: 100%;
	padding: 28px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.vcmp-spec-card.vcmp-vitality img {
	padding: 0;
	object-fit: cover;
}

.vcmp-spec-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.vcmp-spec-title h2 {
	font-size: 2.1rem;
	font-weight: 300;
}

.vcmp-spec-title span {
	font-size: 13px;
}

.vcmp-spec-card > p:not(.vcmp-number, .vwp-overline) {
	min-height: 70px;
	margin-top: 17px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--vwp-muted);
}

.vcmp-spec-card dl {
	margin-top: 26px;
}

.vcmp-spec-card dl > div {
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	gap: 12px;
	border-top: 1px solid rgba(17, 21, 19, 0.18);
	padding: 12px 0;
}

.vcmp-spec-card dt {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #69706b;
}

.vcmp-spec-card dd {
	font-size: 12px;
	line-height: 1.5;
	color: #424945;
}

.vcmp-spec-card .vwp-choice-actions {
	margin-top: auto;
}

.vcmp-outcomes {
	background: #171a18;
	color: #fff;
}

.vcmp-outcomes h2,
.vcmp-outcomes h3 {
	color: #fff;
}

.vcmp-outcomes .vwp-eye,
.vcmp-outcomes .vwp-heading p,
.vcmp-outcomes .vcmp-outcome-grid p {
	color: rgba(255, 255, 255, 0.65);
}

.vcmp-outcome-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 56px 0 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.vcmp-outcome-grid article {
	min-height: 190px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px;
}

.vcmp-outcome-grid span {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
}

.vcmp-outcome-grid h3 {
	margin-top: 46px;
	font-size: 1.4rem;
	font-weight: 300;
}

.vcmp-outcome-grid p {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.6;
}

.vcmp-outcomes .vwp-link {
	color: #fff;
}

.vcmp-dimensions {
	background: var(--vwp-cream);
}

.vcmp-dimension-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 56px;
	background: rgba(17, 21, 19, 0.2);
}

.vcmp-dimension-grid article {
	display: flex;
	min-height: 220px;
	flex-direction: column;
	padding: 20px;
	background: var(--vwp-cream);
}

.vcmp-dimension-grid h3 {
	font-size: 1rem;
	font-weight: 400;
}

.vcmp-dimension-grid strong {
	margin-top: 34px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.45rem;
	font-weight: 300;
}

.vcmp-dimension-grid span {
	margin-top: 8px;
	font-size: 11px;
	color: #6b716d;
}

.vcmp-dimension-grid p {
	margin-top: auto;
	padding-top: 22px;
	font-size: 12px;
	line-height: 1.6;
	color: var(--vwp-muted);
}

.vcmp-install {
	background: #dfe7e9;
}

.vcmp-install .vwp-install-grid article {
	background: #e5ecec;
}

.vcmp-install-grid {
	grid-template-columns: 1fr;
}

.vcmp-costs {
	background: var(--vwp-cream);
}

.vcmp-cost-grid {
	grid-template-columns: 1fr;
}

.vcmp-cost-note {
	max-width: 760px;
	margin: 30px 0 22px !important;
	font-size: 13px;
	line-height: 1.7;
	color: var(--vwp-muted);
}

.vcmp-faq {
	background: var(--vwp-paper);
}

.vcmp-categories {
	background: var(--vwp-cream);
}

.vcmp-category-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin-top: 56px;
	background: rgba(17, 21, 19, 0.2);
}

.vcmp-category-grid a {
	display: flex;
	min-height: 280px;
	flex-direction: column;
	padding: 24px;
	background: var(--vwp-cream);
	text-decoration: none;
}

.vcmp-category-grid h3 {
	margin-top: 25px;
	font-size: 2rem;
	font-weight: 300;
}

.vcmp-category-grid a > p:not(.vwp-overline) {
	margin-top: 17px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--vwp-muted);
}

.vcmp-category-grid span {
	margin-top: auto;
	padding-top: 24px;
	font-size: 13px;
}

@media (min-width: 600px) {
	.vcmp-hero-models,
	.vcmp-fit-grid,
	.vcmp-dimension-grid,
	.vcmp-install-grid,
	.vcmp-cost-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vcmp-spec-grid,
	.vcmp-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcmp-outcome-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.vcmp-hero .vwp-in {
		padding-top: 94px;
	}

	.vcmp-mascot {
		right: 36px;
		bottom: 94px;
		width: 270px;
		height: 270px;
		opacity: 0.8;
	}

	.vcmp-hero-models {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.vcmp-fit-grid,
	.vcmp-outcome-grid,
	.vcmp-dimension-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.vcmp-spec-grid,
	.vcmp-install-grid,
	.vcmp-cost-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vcmp-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 599px) {
	.vcmp-spec-card > p:not(.vcmp-number, .vwp-overline) {
		min-height: 0;
	}
}
