/*
 * Vector Energy Home Content
 * Banner geometry follows the selected 1920 × 480/360/240 source format.
 */
.ve-hbc-banner {
	position: relative;
	isolation: isolate;
	display: block;
	width: 100%;
	height: var(--ve-hbc-height, 480px);
	min-height: var(--ve-hbc-height, 480px);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .14);
	border-radius: var(--ve-radius-lg, 24px);
	background: #263534;
	color: var(--ve-white, #fff);
	text-decoration: none;
	box-shadow: var(--ve-shadow-2, 0 12px 32px rgba(14, 36, 38, .14));
}
.ve-hbc-banner:hover,
.ve-hbc-banner:focus-within {
	color: var(--ve-white, #fff);
}
.ve-hbc-banner__image,
.ve-hbc-banner__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.ve-hbc-banner__image {
	z-index: -2;
	object-fit: cover;
	object-position: center;
}
.ve-hbc-banner__shade {
	z-index: -1;
	/* Images are shown at their native colour. Readability is provided by the neutral content panel. */
	background: transparent !important;
}
.ve-hbc-banner__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	width: min(calc(100% - 56px), 920px);
	height: calc(100% - 56px);
	min-height: calc(100% - 56px);
	max-width: 920px;
	margin: 28px;
	padding: 36px 40px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 20px;
	background: rgba(0, 0, 0, .42);
	backdrop-filter: blur(3px);
	color: var(--ve-white, #fff);
}
.ve-hbc-banner__content > * {
	position: relative;
	z-index: 1;
}
.ve-hbc-banner__content .ve-hbc-banner__eyebrow,
.ve-hbc-banner__content .ve-eyebrow {
	margin: 0 0 14px;
	color: var(--ve-solar-yellow, #ffd13d);
}
.ve-hbc-banner__content h2,
.ve-hbc-banner__content h3 {
	margin: 0 0 18px;
	color: var(--ve-white, #fff);
	font-size: clamp(30px, 3.2vw, 46px);
	line-height: 1.08;
	letter-spacing: -.035em;
}
.ve-hbc-banner__content p:not(.ve-eyebrow) {
	max-width: 64ch;
	margin: 0 0 16px;
	color: rgba(255, 255, 255, .9);
}
.ve-hbc-banner__content p:last-of-type {
	margin-bottom: 22px;
}
.ve-hbc-banner .ve-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
}
.ve-hbc-banner .ve-button:hover,
.ve-hbc-banner .ve-button:focus-visible {
	color: var(--ve-deep-green, #044a3c);
}
.ve-hbc-banner .ve-casa-verde-infographic {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	max-width: 860px;
	margin: 8px 0 18px;
}
.ve-hbc-banner .ve-casa-verde-infographic > span {
	display: grid;
	gap: 4px;
	min-height: 92px;
	padding: 14px 14px 12px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 14px;
	background: rgba(0, 0, 0, .42);
	backdrop-filter: blur(5px);
}
.ve-hbc-banner .ve-casa-verde-infographic strong {
	color: var(--ve-solar-yellow, #ffd13d);
	font-size: 23px;
	line-height: 26px;
}
.ve-hbc-banner .ve-casa-verde-infographic small {
	color: rgba(255, 255, 255, .86);
	font-size: 12px;
	line-height: 16px;
}
.ve-hbc-banner.ve-casa-verde-banner .ve-hbc-banner__content,
.ve-hbc-banner.ve-casa-verde-banner {
	color: var(--ve-white, #fff);
}
.ve-hbc-banner.ve-casa-verde-banner .ve-hbc-banner__shade {
	background: transparent !important;
}
.ve-hbc-banner[data-ve-banner-size="1920x480"] {
	height: 480px !important;
	min-height: 480px !important;
}
.ve-hbc-banner[data-ve-banner-size="1920x360"] {
	height: 360px !important;
	min-height: 360px !important;
}
.ve-hbc-banner[data-ve-banner-size="1920x240"] {
	height: 240px !important;
	min-height: 240px !important;
}
.ve-hbc-banner[data-ve-banner-size] .ve-hbc-banner__content {
	height: calc(100% - 56px) !important;
	min-height: calc(100% - 56px) !important;
}
.ve-hbc-banner[data-ve-banner-size="1920x240"] .ve-hbc-banner__content {
	margin: 16px;
	width: calc(100% - 32px);
	height: calc(100% - 32px) !important;
	min-height: calc(100% - 32px) !important;
	padding: 24px 28px;
}
.ve-hbc-banner[data-ve-banner-size="1920x240"] .ve-hbc-banner__content h2,
.ve-hbc-banner[data-ve-banner-size="1920x240"] .ve-hbc-banner__content h3 {
	margin-bottom: 10px;
	font-size: clamp(24px, 2.5vw, 36px);
}
.ve-hbc-banner[data-ve-banner-size="1920x240"] .ve-hbc-banner__content p:not(.ve-eyebrow) {
	margin-bottom: 10px;
}
.ve-hbc-banner[data-ve-banner-size="1920x240"] .ve-casa-verde-infographic {
	display: none;
}
.ve-hbc-banner[data-ve-banner-size="1920x360"] .ve-casa-verde-infographic {
	margin-top: 2px;
}
.ve-hbc-banner[data-ve-banner-size="1920x360"] .ve-casa-verde-infographic > span {
	min-height: 70px;
	padding: 10px;
}
.ve-hbc-banner[data-ve-banner-size="1920x360"] .ve-casa-verde-infographic strong {
	font-size: 19px;
	line-height: 22px;
}
.ve-hbc-wishlist-banner-wrap {
	width: 100%;
	margin: 0 0 36px;
}
.ve-hbc-wishlist-page .ve-site-main > article > h1:first-child {
	display: none;
}
.ve-hbc-banner--wishlist .ve-hbc-banner__content,
.ve-hbc-banner--contact .ve-hbc-banner__content {
	max-width: 920px;
}
.ve-hbc-banner--wishlist .ve-hbc-banner__content h2,
.ve-hbc-banner--contact .ve-hbc-banner__content h2 {
	font-size: clamp(28px, 3vw, 42px);
}
.ve-hbc-banner--wishlist .ve-casa-verde-infographic,
.ve-hbc-banner--contact .ve-casa-verde-infographic {
	max-width: 920px;
}
.ve-hbc-banner--contact,
.ve-hbc-context-banner {
	margin-bottom: 36px;
}
.ve-hbc-context-title {
	margin: 0 0 24px;
}
.ve-hbc-cart-page .ve-site-main > article > h1:first-child,
.ve-hbc-account-page .ve-site-main > article > h1:first-child {
	display: none;
}
.ve-hbc-wishlist-add-all {
	border: 0;
	cursor: pointer;
	font: inherit;
}
.ve-hbc-wishlist-add-all:disabled {
	opacity: .65;
	cursor: wait;
}
.ve-hbc-wishlist-status {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.ve-hbc-banner,
	.ve-hbc-banner[data-ve-banner-size="1920x480"],
	.ve-hbc-banner[data-ve-banner-size="1920x360"],
	.ve-hbc-banner[data-ve-banner-size="1920x240"] {
		height: auto !important;
		min-height: 520px !important;
	}
	.ve-hbc-banner[data-ve-banner-size="1920x240"] {
		min-height: 360px !important;
	}
	.ve-hbc-banner[data-ve-banner-size] .ve-hbc-banner__content {
		height: auto !important;
		min-height: inherit !important;
		width: calc(100% - 32px);
		margin: 16px;
		padding: 32px 24px !important;
	}
	.ve-hbc-banner__content h2,
	.ve-hbc-banner__content h3 {
		font-size: 30px;
	}
	.ve-hbc-banner .ve-casa-verde-infographic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ve-hbc-banner .ve-casa-verde-infographic > span {
		min-height: 76px;
		padding: 10px;
	}
	.ve-hbc-banner .ve-casa-verde-infographic strong {
		font-size: 18px;
		line-height: 22px;
	}
	.ve-hbc-wishlist-banner-wrap {
		margin-bottom: 28px;
	}
	.ve-hbc-banner--contact,
	.ve-hbc-context-banner {
		margin-bottom: 28px;
	}
}
