/* CTA Product Section Styles */

.v10-cta {
	background: #E4DCD6;
	border-radius: 2px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	margin-top: clamp(96px, 8vw, 140px);
}

.v10-cta > * {
	min-width: 0;
}

.v10-cta .c-copy {
	padding: clamp(40px, 4.5vw, 72px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.v10-cta .c-kicker {
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #8C8177;
	font-weight: 600;
	margin-bottom: 20px;
}

.v10-cta h2 {
	font-family: var(--serif);
	font-weight: 340;
	font-size: clamp(30px, 2.9vw, 46px);
	letter-spacing: -0.015em;
	line-height: 1.1;
	margin-top: 0;
}

.v10-cta h2 span {
}

.v10-cta .c-sub {
	margin-top: 16px;
	font-size: 16px;
	color: #6B6058;
	line-height: 1.65;
	max-width: 380px;
}

.v10-cta .c-price {
	margin-top: 28px;
	font-family: var(--serif);
	font-weight: 340;
	font-size: 26px;
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.v10-cta .c-price s {
	font-family: var(--sans);
	font-size: 14px;
	color: #8C8177;
}

.v10-cta .c-price small {
	font-family: var(--sans);
	font-size: 12.5px;
	color: #8C8177;
	margin-left: auto;
}

.v10-cta .btn {
	margin-top: 22px;
	padding: 17px 52px;
}

.v10-cta .c-micro {
	margin-top: 18px;
	font-size: 11.5px;
	color: #8C8177;
}

.v10-cta .c-img {
	position: relative;
	min-height: 420px;
}

.v10-cta .c-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 26%;
}

/* Tablet — max-width 940px */
@media (max-width: 940px) {
	.v10-cta {
		grid-template-columns: 1fr;
	}

	.v10-cta .c-img {
		min-height: 0;
		aspect-ratio: 4 / 3;
		order: -1;
	}

	.v10-cta .c-copy {
		padding: 32px 24px 40px;
	}
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	.v10-cta {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
