/* Shared content-page patterns translated from the current velta.sg stage UI. */

.vc-preview,
.vc-preview * {
	box-sizing: border-box;
}

.vc-preview {
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	background: #ebe8e0;
}

.vc-preview-in {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto;
	width: 100%;
	max-width: 1480px;
	padding: 0 20px;
}

.vc-preview-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 0;
}

.vc-preview-eye {
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #626864;
}

.vc-preview h1 {
	margin: 32px 0 0;
	max-width: 56rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 3.15rem;
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: #161817;
}

.vc-preview-status {
	margin: 32px 0 0;
	font-size: 18px;
	line-height: 1.75;
	color: #555b57;
}

.vc-preview-figure {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	margin: 0;
	background: #d9d8d2;
}

.vc-preview-figure img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vc-preview-figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 16px 20px;
	background: rgba(246, 244, 238, 0.9);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	backdrop-filter: blur(4px);
}

@media (min-width: 512px) {
	.vc-preview h1 {
		font-size: 3.75rem;
	}
}

@media (min-width: 1024px) {
	.vc-preview-in {
		grid-template-columns: repeat(12, 1fr);
		min-height: 680px;
		padding: 0 32px;
	}

	.vc-preview-copy {
		grid-column: span 6;
		padding: 96px 0;
	}

	.vc-preview h1 {
		font-size: 4.5rem;
	}

	.vc-preview-figure {
		grid-column: span 6;
		min-height: 100%;
	}
}

@media (min-width: 1280px) {
	.vc-preview-in {
		padding: 0 48px;
	}

	.vc-preview h1 {
		font-size: 5.5rem;
	}
}
