/**
 * Shared premium section background — Champagne Meridian (desktop only).
 */

.tt-premium-bg {
	display: none;
}

@media (min-width: 992px) {
	.tt-premium-section {
		position: relative;
		isolation: isolate;
		overflow: hidden;
		background-color: #faf8f4;
		background-image:
			radial-gradient(ellipse 52% 46% at 50% 48%, rgba(232, 213, 168, 0.16), transparent 72%),
			radial-gradient(ellipse 34% 58% at 0% 50%, rgba(196, 184, 168, 0.1), transparent 72%),
			radial-gradient(ellipse 34% 58% at 100% 50%, rgba(196, 184, 168, 0.1), transparent 72%),
			linear-gradient(180deg, #f7f3ec 0%, #faf8f4 46%, #f5f1ea 100%);
	}

	.tt-premium-bg {
		display: block;
		position: absolute;
		inset: 0;
		pointer-events: none;
		z-index: 0;
		overflow: hidden;
	}

	.tt-premium-bg__scene {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.tt-premium-section > .container {
		position: relative;
		z-index: 1;
	}
}
