/**
 * Ye Gez — masaüstü CLS / PageSpeed (mobil düzeni etkilemez)
 * @package Phantaso_CMS
 */

@media (min-width: 768px) {
	/* ── Yazı hero: kenburns CLS kaynağı ── */
	body.yegez-luxe .yz-story-hero--cover {
		min-height: clamp(20rem, 44vh, 34rem);
	}

	body.yegez-luxe .yz-story-hero__img {
		animation: none !important;
		transform: none !important;
	}

	body.yegez-luxe .yz-story-hero__scroll {
		animation: none;
	}

	body.yegez-luxe .yz-story-hero__facts {
		min-height: 4.5rem;
	}

	body.yegez-luxe .yz-story-hero__bar {
		min-height: 3.75rem;
	}

	/* ── Ana sayfa: above-the-fold alan rezervi ── */
	body.phantaso-yegez-home.yegez-luxe .yz-discover {
		min-height: clamp(20rem, 48vh, 30rem);
	}

	body.phantaso-yegez-home.yegez-luxe .yz-masthead-bento__card--lead .yz-masthead-bento__link {
		min-height: clamp(16rem, 34vh, 22rem);
	}

	body.yegez-luxe .yz-block--newsletter-bar {
		min-height: 10rem;
	}

	body.yegez-luxe .yz-footer-luxe__shell {
		min-height: 14rem;
	}

	/* ── Kart görselleri: boyut sıçraması ── */
	body.yegez-luxe .yz-card-v2__media,
	body.yegez-luxe .yz-stream__media {
		aspect-ratio: 16 / 10;
		overflow: hidden;
	}

	body.yegez-luxe .yz-card-v2__media img,
	body.yegez-luxe .yz-stream__media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
