/* Homepage viva — faixa Blog / Contos eroticos antes de Sobre a Cupido. Isolado do homepage-v2. */

.cv2-hbl {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 64px 0 72px;
	box-sizing: border-box;
	background: #fff;
	color: #1a1519;
}
.cv2-hbl__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}
.cv2-hbl__head {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 24px 40px;
	margin: 0 0 28px;
}
.cv2-hbl__intro {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 820px;
}
.cv2-hbl__kicker {
	display: inline-block;
	margin: 0 0 10px;
	font-family: Inter, Manrope, Poppins, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #b09aa3;
	text-decoration: none;
}
a.cv2-hbl__kicker:hover {
	color: #6E1F3E;
}
html body.cv2-home-blank h2.cv2-hbl__title,
.cv2-hbl h2.cv2-hbl__title {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-weight: 500 !important;
	font-size: 48px !important;
	line-height: 1.12 !important;
	letter-spacing: 0.01em !important;
	text-transform: none !important;
	color: #1a1519 !important;
	text-align: left !important;
}
.cv2-hbl__lead {
	margin: 0;
	font-family: Inter, Manrope, Poppins, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 400;
	color: #6b6166;
}
html body.cv2-home-blank a.cv2-hbl__send,
.cv2-hbl a.cv2-hbl__send {
	color: #890038 !important;
	text-decoration: none;
	font-weight: 500;
}
html body.cv2-home-blank a.cv2-hbl__send:hover,
.cv2-hbl a.cv2-hbl__send:hover {
	text-decoration: underline;
}
html body.cv2-home-blank a.cv2-hbl__all,
.cv2-hbl a.cv2-hbl__all {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 0 2px;
	padding: 0;
	color: #890038 !important;
	text-decoration: none;
	font-family: Inter, Manrope, Poppins, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
}
html body.cv2-home-blank a.cv2-hbl__all:hover,
.cv2-hbl a.cv2-hbl__all:hover {
	text-decoration: underline;
}

.cv2-hbl__grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 18px;
}
.cv2-hbl__card {
	position: relative;
	display: block;
	-webkit-flex: 1 1 calc((100% - 36px) / 3);
	flex: 1 1 calc((100% - 36px) / 3);
	min-width: 0;
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}
.cv2-hbl__photo,
.cv2-hbl__scrim {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.cv2-hbl__photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.45s ease;
	transition: transform 0.45s ease;
}
.cv2-hbl__card:hover .cv2-hbl__photo,
.cv2-hbl__card:focus-visible .cv2-hbl__photo {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.cv2-hbl__scrim {
	z-index: 1;
	background: linear-gradient(to top, rgba(16, 8, 12, 0.72) 0%, rgba(16, 8, 12, 0.22) 42%, rgba(16, 8, 12, 0) 70%);
	pointer-events: none;
}
.cv2-hbl__meta {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px 22px 20px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 4px;
}
.cv2-hbl__tag {
	font-family: Inter, Manrope, Poppins, Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255,255,255,.82);
}
html body.cv2-home-blank .cv2-hbl__name,
.cv2-hbl__name {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: #fff;
}

@media only screen and (max-width: 980px) {
	.cv2-hbl { padding: 48px 0 56px; }
	.cv2-hbl__head {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 22px;
	}
	html body.cv2-home-blank h2.cv2-hbl__title,
	.cv2-hbl h2.cv2-hbl__title { font-size: 36px !important; }
	.cv2-hbl__card {
		-webkit-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	html body.cv2-home-blank .cv2-hbl__name,
	.cv2-hbl__name { font-size: 24px; }
}
