/* Vent Covers Canada homepage */

.home .vcca-footer-cta {
	display: block;
}

/* Consistent homepage typography and colour system */
.vcca-home-hero h1,
.vcca-home-section h2,
.vcca-home-section h3,
.vcca-home-product-body h3,
.vcca-home-product-body h3 a,
.vcca-home-trust-grid strong,
.vcca-home-process-list strong,
.vcca-home-finish-card,
.vcca-home-finish-card h3 {
	color: var(--vcca-ink);
}

.vcca-home-hero-intro,
.vcca-home-story-copy > p:not(.vcca-eyebrow),
.vcca-home-canada-copy > p:not(.vcca-eyebrow) {
	color: var(--vcca-text);
}

.vcca-home-section-head > p,
.vcca-home-trust-grid span,
.vcca-home-process-list p,
.vcca-home-finish-card p,
.vcca-home-product-finishes,
.vcca-home-hero-proof,
.vcca-home-product-price,
.vcca-home-product-price .price {
	color: var(--vcca-muted);
}

.vcca-home-hero .vcca-eyebrow,
.vcca-home-section .vcca-eyebrow {
	color: var(--vcca-red);
}

/* Hero */
.vcca-home-hero {
	padding: clamp(26px, 3.5vw, 44px) 0 clamp(42px, 5vw, 62px);
	background: linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
	border-bottom: 1px solid var(--vcca-line);
}

.vcca-home-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
	gap: clamp(38px, 5vw, 68px);
	align-items: center;
}

.vcca-home-hero-copy {
	max-width: 620px;
}

.vcca-home-hero .vcca-eyebrow {
	margin-bottom: 13px;
	font-size: .68rem;
	letter-spacing: .13em;
}

.vcca-home-hero h1 {
	max-width: 640px;
	margin-bottom: 19px;
	font-size: clamp(2.75rem, 4.5vw, 4.55rem);
	line-height: 1.01;
	letter-spacing: -.048em;
}

.vcca-home-hero-intro {
	max-width: 600px;
	margin-bottom: 25px;
	font-size: clamp(.98rem, 1.15vw, 1.1rem);
	line-height: 1.68;
}

.vcca-home-hero .vcca-button-row {
	gap: 11px;
}

.vcca-home-hero .vcca-button {
	min-height: 47px;
	padding: 11px 20px;
	font-size: .82rem;
}

.vcca-home-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 20px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid var(--vcca-line);
	font-size: .69rem;
	font-weight: 750;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.vcca-home-hero-proof span {
	position: relative;
	padding-left: 13px;
}

.vcca-home-hero-proof span::before {
	content: "";
	position: absolute;
	left: 0;
	top: .48em;
	width: 5px;
	height: 5px;
	background: var(--vcca-red);
	border-radius: 50%;
}

.vcca-home-hero-visual {
	position: relative;
	min-width: 0;
}

.vcca-home-hero-image {
	display: block;
	width: 100%;
	max-height: 510px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--vcca-soft);
	border: 1px solid var(--vcca-line);
}

.vcca-home-hero-finish {
	position: absolute;
	top: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	padding: 6px 9px;
	background: rgba(255, 255, 255, .95);
	border: 1px solid var(--vcca-line);
	color: var(--vcca-ink);
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.vcca-home-hero-product {
	position: absolute;
	left: 16px;
	bottom: 16px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2px 20px;
	align-items: end;
	min-width: 205px;
	padding: 14px 16px;
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(255,255,255,.94);
	box-shadow: 0 10px 28px rgba(22,24,27,.12);
	color: var(--vcca-ink);
}

.vcca-home-hero-product > span {
	grid-column: 1 / -1;
	color: var(--vcca-red);
	font-size: .6rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.vcca-home-hero-product strong {
	color: var(--vcca-ink);
	font-size: 1.45rem;
	line-height: 1;
	letter-spacing: -.035em;
}

.vcca-home-hero-product small,
.vcca-home-hero-product small .price,
.vcca-home-hero-product small .woocommerce-Price-amount {
	color: var(--vcca-muted);
	font-size: .73rem;
	font-weight: 750;
}

/* Trust strip */
.vcca-home-trust {
	background: var(--vcca-white);
	border-bottom: 1px solid var(--vcca-line);
}

.vcca-home-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-left: 1px solid var(--vcca-line);
}

.vcca-home-trust-grid > div {
	min-height: 88px;
	padding: 18px 21px;
	border-right: 1px solid var(--vcca-line);
}

.vcca-home-trust-grid strong,
.vcca-home-trust-grid span {
	display: block;
}

.vcca-home-trust-grid strong {
	margin-bottom: 4px;
	font-size: .84rem;
}

.vcca-home-trust-grid span {
	font-size: .72rem;
	line-height: 1.48;
}

/* Shared sections */
.vcca-home-section {
	padding: clamp(66px, 7vw, 94px) 0;
}

.vcca-home-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 390px);
	gap: 36px;
	align-items: end;
	margin-bottom: 34px;
}

.vcca-home-section-head h2 {
	max-width: 700px;
	margin-bottom: 0;
	font-size: clamp(2rem, 3.45vw, 3.45rem);
	line-height: 1.08;
	letter-spacing: -.04em;
}

.vcca-home-section-head > p {
	margin-bottom: 2px;
	font-size: .93rem;
	line-height: 1.65;
}

/* Popular products */
.vcca-home-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.vcca-home-product-card {
	min-width: 0;
}

.vcca-home-product-image {
	position: relative;
	display: block;
	margin-bottom: 15px;
	background: var(--vcca-soft);
	border: 1px solid var(--vcca-line);
	overflow: hidden;
}

.vcca-home-product-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform .25s ease;
}

.vcca-home-product-card:hover .vcca-home-product-image img {
	transform: scale(1.02);
}

.vcca-home-product-size {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 8px;
	background: rgba(255,255,255,.96);
	border: 1px solid var(--vcca-line);
	color: var(--vcca-ink);
	font-size: .68rem;
	font-weight: 800;
}

.vcca-home-product-body h3 {
	margin-bottom: 8px;
	font-size: 1rem;
	line-height: 1.3;
}

.vcca-home-product-finishes {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 13px;
	margin-bottom: 11px;
	font-size: .68rem;
}

.vcca-home-product-finishes span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.vcca-home-product-finishes span.is-unavailable {
	opacity: .45;
	text-decoration: line-through;
}

.vcca-home-product-finishes i {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #9aa0a6;
	border-radius: 50%;
}

.vcca-home-product-finishes i.is-black {
	background: #1b1d20;
	border-color: #1b1d20;
}

.vcca-home-product-finishes i.is-white {
	background: #fff;
}

.vcca-home-product-bottom {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding-top: 11px;
	border-top: 1px solid var(--vcca-line);
}

.vcca-home-product-price,
.vcca-home-product-price .price,
.vcca-home-product-price .woocommerce-Price-amount {
	font-size: .8rem;
	font-weight: 800;
}

.vcca-home-product-bottom > a {
	color: var(--vcca-red);
	font-size: .7rem;
	font-weight: 800;
	white-space: nowrap;
}

/* Floor material story */
.vcca-home-story {
	background: var(--vcca-soft);
	border-top: 1px solid var(--vcca-line);
	border-bottom: 1px solid var(--vcca-line);
}

.vcca-home-story-grid {
	display: grid;
	grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr);
	gap: clamp(44px, 6vw, 82px);
	align-items: center;
}

.vcca-home-story-copy {
	max-width: 540px;
}

.vcca-home-story-copy h2 {
	margin-bottom: 19px;
	font-size: clamp(2.1rem, 3.7vw, 3.65rem);
	line-height: 1.07;
	letter-spacing: -.04em;
}

.vcca-home-story-copy > p:not(.vcca-eyebrow) {
	margin-bottom: 22px;
	font-size: .98rem;
	line-height: 1.7;
}

.vcca-home-material-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	border-top: 1px solid var(--vcca-line-dark);
}

.vcca-home-material-list li {
	position: relative;
	padding: 12px 0 12px 19px;
	border-bottom: 1px solid var(--vcca-line-dark);
	color: var(--vcca-ink);
	font-size: .82rem;
	font-weight: 700;
}

.vcca-home-material-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 7px;
	height: 4px;
	border-left: 2px solid var(--vcca-red);
	border-bottom: 2px solid var(--vcca-red);
	transform: rotate(-45deg);
}

.vcca-home-story-gallery {
	display: grid;
	grid-template-columns: 1.18fr .82fr;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.vcca-home-story-gallery figure {
	margin: 0;
	min-height: 0;
	overflow: hidden;
	border: 1px solid var(--vcca-line);
}

.vcca-home-story-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.vcca-home-story-large {
	grid-row: 1 / 3;
}

/* Process */
.vcca-home-process {
	background: var(--vcca-white);
}

.vcca-home-section-head-process {
	margin-bottom: 29px;
}

.vcca-home-process-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--vcca-line-dark);
	border-left: 1px solid var(--vcca-line-dark);
}

.vcca-home-process-list li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 14px;
	min-height: 176px;
	padding: 24px 22px;
	border-right: 1px solid var(--vcca-line-dark);
	border-bottom: 1px solid var(--vcca-line-dark);
}

.vcca-home-process-list li > span {
	color: var(--vcca-red);
	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .08em;
}

.vcca-home-process-list h3 {
	margin-bottom: 8px;
	font-size: 1.03rem;
}

.vcca-home-process-list p {
	margin: 0;
	font-size: .82rem;
	line-height: 1.62;
}

.vcca-home-process-actions {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 24px;
}

/* Finishes */
.vcca-home-finishes {
	background: var(--vcca-soft);
	border-top: 1px solid var(--vcca-line);
	border-bottom: 1px solid var(--vcca-line);
}

.vcca-home-finish-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.vcca-home-finish-card {
	display: grid;
	grid-template-columns: minmax(190px, .9fr) minmax(0, 1.1fr);
	align-items: center;
	background: var(--vcca-white);
	border: 1px solid var(--vcca-line);
}

.vcca-home-finish-image {
	min-height: 100%;
	background: #eeeeec;
}

.vcca-home-finish-image.is-white {
	background: #f4f4f2;
}

.vcca-home-finish-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.vcca-home-finish-card > div:last-child {
	padding: clamp(24px, 3vw, 36px);
}

.vcca-home-finish-card > div:last-child > span {
	display: block;
	margin-bottom: 10px;
	color: var(--vcca-red);
	font-size: .63rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.vcca-home-finish-card h3 {
	margin-bottom: 10px;
	font-size: clamp(1.55rem, 2.4vw, 2.35rem);
	line-height: 1.08;
}

.vcca-home-finish-card p {
	margin: 0;
	font-size: .86rem;
	line-height: 1.62;
}

/* Made in Canada */
.vcca-home-canada {
	background: var(--vcca-white);
}

.vcca-home-canada-grid {
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(340px, 1.02fr);
	gap: clamp(44px, 6vw, 80px);
	align-items: start;
}

.vcca-home-canada-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 1px solid var(--vcca-line);
}

.vcca-home-canada-copy h2 {
	margin-bottom: 18px;
	font-size: clamp(2.05rem, 3.6vw, 3.55rem);
	line-height: 1.07;
	letter-spacing: -.04em;
}

.vcca-home-canada-copy > p:not(.vcca-eyebrow) {
	margin-bottom: 21px;
	font-size: .97rem;
	line-height: 1.7;
}

.vcca-home-canada-copy .vcca-check-list {
	list-style: none;
	padding: 0;
	margin: 22px 0 25px;
	border-top: 1px solid var(--vcca-line);
}

.vcca-home-canada-copy .vcca-check-list li {
	position: relative;
	padding: 14px 0 14px 27px;
	border-bottom: 1px solid var(--vcca-line);
	color: var(--vcca-text);
	font-size: .9rem;
	font-weight: 650;
	line-height: 1.55;
}

.vcca-home-canada-copy .vcca-check-list li::before {
	content: "";
	position: absolute;
	left: 1px;
	top: 1.34em;
	width: 8px;
	height: 5px;
	border-left: 2px solid var(--vcca-red);
	border-bottom: 2px solid var(--vcca-red);
	transform: rotate(-45deg);
}

/* FAQ */
.vcca-home-faq {
	background: var(--vcca-soft);
	border-top: 1px solid var(--vcca-line);
}

.vcca-home-faq-grid {
	display: grid;
	grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr);
	gap: clamp(44px, 6vw, 82px);
	align-items: start;
}

.vcca-home-faq-grid header {
	position: sticky;
	top: 28px;
}

.vcca-home-faq-grid header h2 {
	margin-bottom: 22px;
	font-size: clamp(2rem, 3.4vw, 3.3rem);
	line-height: 1.08;
	letter-spacing: -.04em;
}

.vcca-home-faq .vcca-faq-list details {
	background: transparent;
}

/* Responsive */
@media (max-width: 1100px) {
	.vcca-home-hero-grid,
	.vcca-home-story-grid,
	.vcca-home-canada-grid,
	.vcca-home-faq-grid {
		grid-template-columns: 1fr;
	}

	.vcca-home-hero-copy,
	.vcca-home-story-copy,
	.vcca-home-canada-copy {
		max-width: 740px;
	}

	.vcca-home-hero-visual {
		max-width: 760px;
	}

	.vcca-home-faq-grid header {
		position: static;
	}

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

	.vcca-home-finish-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.vcca-home-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcca-home-trust-grid > div:nth-child(3),
	.vcca-home-trust-grid > div:nth-child(4) {
		border-top: 1px solid var(--vcca-line);
	}

	.vcca-home-section-head {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.vcca-home-process-list {
		grid-template-columns: 1fr;
	}

	.vcca-home-process-list li {
		min-height: 0;
	}

	.vcca-home-finish-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.vcca-home-hero {
		padding-top: 20px;
		padding-bottom: 42px;
	}

	.vcca-home-hero-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.vcca-home-hero h1 {
		font-size: clamp(2.35rem, 11.5vw, 3.25rem);
	}

	.vcca-home-hero-intro {
		font-size: .94rem;
	}

	.vcca-home-hero-product {
		left: 10px;
		bottom: 10px;
		min-width: 188px;
		padding: 12px 14px;
	}

	.vcca-home-hero-finish {
		top: 10px;
		left: 10px;
	}

	.vcca-home-trust-grid {
		grid-template-columns: 1fr;
	}

	.vcca-home-trust-grid > div {
		min-height: 0;
		border-top: 1px solid var(--vcca-line);
	}

	.vcca-home-section {
		padding: 58px 0;
	}

	.vcca-home-section-head {
		margin-bottom: 27px;
	}

	.vcca-home-section-head h2,
	.vcca-home-story-copy h2,
	.vcca-home-canada-copy h2,
	.vcca-home-faq-grid header h2 {
		font-size: clamp(1.9rem, 9vw, 2.55rem);
	}

	.vcca-home-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 27px 11px;
	}

	.vcca-home-product-body h3 {
		font-size: .86rem;
	}

	.vcca-home-product-finishes {
		display: grid;
		gap: 5px;
		font-size: .63rem;
	}

	.vcca-home-product-bottom {
		display: grid;
		gap: 7px;
	}

	.vcca-home-product-bottom > a {
		font-size: .66rem;
	}

	.vcca-home-story-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}

	.vcca-home-story-large {
		grid-column: 1 / 3;
		grid-row: auto;
	}

	.vcca-home-process-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.vcca-home-finish-card > div:last-child {
		padding: 23px;
	}
}
