/**
 * Mix Gourmet landing — isolated styles.
 */

:root {
	--mg-blue-dark: #00178F;
	--mg-blue: #0033a0;
	--mg-blue-hero: #0046c8;
	--mg-blue-light: #0094ff;
	--mg-yellow: #ffe500;
	--mg-yellow-dark: #e6cc00;
	--mg-white: #ffffff;
	--mg-font-rocko: "RockoUltra", sans-serif;
	--mg-font-light: "Montserrat", sans-serif;
	--mg-font: "Montserrat", sans-serif;
	--mg-container: min(1200px, calc(100% - 48px));
	--mg-radius-lg: 40px;
	--mg-radius-pill: 999px;
	--mg-hero-height: clamp(560px, 48vw, 760px);
	--mg-scroll-size: 54px;
}

.mixgourmet-body {
	margin: 0;
	font-family: var(--mg-font);
	color: var(--mg-white);
	background: var(--mg-blue-dark);
	overflow-x: hidden;
}

.mixgourmet-body .mg-page,
.mixgourmet-body .mg-page * {
	box-sizing: border-box;
}

.mg-container {
	width: var(--mg-container);
	margin-inline: auto;
}

.mg-seo-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Theme menu (header.php) on Mix Gourmet */
.mixgourmet-body header.menu-header {
	z-index: 100;
}

.mixgourmet-body header.menu-header #menuToggle span,
.mixgourmet-body header.menu-header #menuToggle input:checked ~ span {
	background: var(--mg-yellow);
}

/* Hero */
.mg-hero {
	position: relative;
	padding: 88px 0 88px;
	background: radial-gradient(ellipse 120% 80% at 50% 20%, #3d8fe8 0%, #1a6fd4 35%, #0050c8 70%, #003da0 100%);
	overflow: hidden;
}

.mg-hero--has-bg {
	padding: 0;
	background: var(--mg-blue-dark);
	width: 100%;
	height: var(--mg-hero-height);
	overflow: visible;
}

.mg-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	border-radius: 0;
}

.mg-hero__bg-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.mg-hero--has-bg .mg-hero__stage {
	position: absolute;
	inset: clamp(56px, 6vw, 80px) 0 clamp(80px, 10vw, 112px);
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
	gap: 96px;
	align-items: center;
	width: min(1280px, calc(100% - 56px));
	min-height: unset;
	margin-inline: auto;
	padding-bottom: 0;
	transform: none;
}

.mg-hero__stage {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
	gap: 96px;
	align-items: center;
	width: min(1280px, calc(100% - 56px));
	min-height: clamp(420px, 52vw, 620px);
	margin-inline: auto;
	padding-bottom: 88px;
}

.mg-hero--has-bg .mg-hero__stage:not(.mg-hero__stage--with-video),
.mg-hero__stage:not(.mg-hero__stage--with-video) {
	grid-template-columns: 1fr;
	justify-items: center;
}

.mg-hero__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 52px;
	min-width: 0;
	width: 100%;
}

.mg-hero__copy,
.mg-hero__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	width: 100%;
}

.mg-hero__copy {
	padding-bottom: 0;
}

.mg-hero__visual {
	line-height: 0;
}

.mg-hero__copy-img {
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
}

.mg-hero__visual-img {
	display: block;
	width: 100%;
	max-width: 560px;
	height: auto;
}

.mg-hero--has-bg .mg-hero__copy-img {
	max-width: min(470px, 40vw);
}

.mg-hero--has-bg .mg-hero__visual-img {
	max-width: min(540px, 46vw);
}

.mg-hero__video {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-width: 0;
}

.mg-hero__video-title {
	width: 100%;
	line-height: 0;
}

.mg-hero__video-title-img {
	display: block;
	width: 100%;
	max-width: min(560px, 100%);
	height: auto;
	margin-inline: auto;
}

.mg-hero__video-stage {
	position: relative;
	width: 100%;
	line-height: 0;
}

.mg-hero__video-frame {
	position: relative;
	z-index: 0;
	width: 100%;
	line-height: 0;
	pointer-events: none;
}

.mg-hero__video-frame-img {
	display: block;
	width: 100%;
	height: auto;
}

.mg-hero__video--decorated .mg-hero__video-trigger {
	flex: 0 1 auto;
	width: 100%;
	max-width: 100%;
}

.mg-hero__video-stage--framed .mg-hero__video-trigger {
	position: absolute;
	z-index: 1;
	left: 8.5%;
	right: 8.5%;
	top: 12%;
	bottom: 12%;
	width: auto;
	height: auto;
	aspect-ratio: auto;
	border-radius: 24px;
}

.mg-hero__video-trigger {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 0;
	border: 0;
	border-radius: 24px;
	overflow: hidden;
	cursor: pointer;
	background: #000;
}

.mg-hero__video-poster,
.mg-hero__video-trigger .mg-quality__poster {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mg-hero__scroll {
	position: absolute;
	left: 50%;
	bottom: calc(var(--mg-scroll-size) / -2);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--mg-scroll-size);
	height: var(--mg-scroll-size);
	border-radius: 50%;
	background: var(--mg-white);
	transform: translateX(-50%);
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	animation: mg-scroll-pulse 2.4s ease-in-out infinite;
}

.mg-hero__scroll:hover {
	animation-play-state: paused;
	transform: translateX(-50%) scale(1.08);
	box-shadow: 0 12px 32px rgba(255, 229, 0, 0.45);
}

.mg-hero__scroll-icon {
	display: block;
	width: 14px;
	height: 14px;
	border-right: 3px solid var(--mg-blue);
	border-bottom: 3px solid var(--mg-blue);
	transform: rotate(45deg) translate(-2px, -2px);
	animation: mg-scroll-chevron-bounce 1.8s ease-in-out infinite;
}

.mg-hero__scroll--has-svg {
	background: var(--mg-blue-dark);
}

.mg-hero__scroll-icon-img {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	animation: mg-scroll-img-bounce 1.8s ease-in-out infinite;
}

.mg-hero__scroll:hover .mg-hero__scroll-icon,
.mg-hero__scroll:hover .mg-hero__scroll-icon-img {
	animation-play-state: paused;
}

.mg-hero__wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 4;
	line-height: 0;
	pointer-events: none;
}

.mg-hero__wave svg {
	display: block;
	width: 100%;
	height: clamp(72px, 10vw, 120px);
}

.mg-hero__wave path {
	fill: var(--mg-blue-dark);
}

/* Intro */
.mg-intro {
	position: relative;
	margin-top: -1px;
	padding: 16px 0 88px;
	background: var(--mg-blue-dark);
}

.mg-hero--has-bg + .mg-intro {
	padding-top: 16px;
}

.mg-intro__scroll {
	position: absolute;
	left: 50%;
	bottom: 18px;
	z-index: 10;
	margin: 0;
	transform: translateX(-50%);
}

.mg-intro__scroll:hover {
	transform: translateX(-50%) scale(1.08);
}

.mg-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 40px;
	align-items: center;
}

.mg-intro__left {
	position: relative;
	padding-bottom: 28px;
}

.mg-intro__ambassador {
	position: relative;
	line-height: 0;
	margin-inline: auto;
	overflow: visible;
}

.mg-intro__ambassador:not(.mg-intro__ambassador--layered) {
	transform: scaleX(-1);
}

.mg-intro__ambassador--layered {
	padding-top: 10%;
}

.mg-intro__ambassador-bg {
	position: relative;
	z-index: 0;
	line-height: 0;
}

.mg-intro__ambassador-bg-img {
	display: block;
	width: 100%;
	height: auto;
}

.mg-intro__ambassador-photo {
	position: relative;
	z-index: 1;
	line-height: 0;
}

.mg-intro__ambassador--layered .mg-intro__ambassador-photo {
	position: absolute;
	left: 50%;
	bottom: 2%;
	z-index: 1;
	width: 92%;
	transform: translateX(-50%);
}

.mg-intro__ambassador-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 6px 4px rgba(0, 0, 0, 0.62))
		drop-shadow(0 16px 14px rgba(0, 0, 0, 0.48))
		drop-shadow(0 32px 28px rgba(0, 0, 0, 0.28));
}

.mg-intro__ambassador--layered .mg-intro__ambassador-img {
	filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.28));
}

.mg-intro__quote-row {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.mg-intro__quote-box {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	min-width: 0;
}

.mg-intro__quote {
	margin: 0;
	padding: 12px 110px 12px 22px;
	border: 2px solid transparent;
	border-radius: 999px;
	background:
		linear-gradient(var(--mg-blue-dark), var(--mg-blue-dark)) padding-box,
		linear-gradient(
			to right,
			var(--mg-yellow) 0%,
			var(--mg-yellow) 48%,
			rgba(255, 229, 0, 0.72) 58%,
			rgba(255, 229, 0, 0.35) 68%,
			rgba(255, 229, 0, 0.08) 78%,
			transparent 88%
		) border-box;
	font-family: var(--mg-font-light);
	font-size: clamp(0.95rem, 1.85vw, 1.2rem);
	font-weight: 300;
	line-height: 1.2;
	white-space: nowrap;
}

.mg-intro__signature {
	position: relative;
	z-index: 3;
	flex: 0 0 auto;
	margin-left: -132px;
	transform: translateX(-14px) translateY(3px);
}

/* Respaldo suave bajo la firma (sin bordes rectos) */
.mg-intro__signature::before {
	content: '';
	position: absolute;
	z-index: 0;
	left: -48px;
	right: -12px;
	top: -18px;
	bottom: -14px;
	pointer-events: none;
}

.mg-intro__signature-img {
	position: relative;
	z-index: 1;
	display: block;
	width: clamp(150px, 19vw, 255px);
	max-width: none;
	height: auto;
	filter:
		drop-shadow(1px 0 0 var(--mg-blue-dark))
		drop-shadow(-1px 0 0 var(--mg-blue-dark))
		drop-shadow(0 -1px 0 var(--mg-blue-dark))
		drop-shadow(0 1px 0 var(--mg-blue-dark))
		drop-shadow(0 2px 0 var(--mg-blue-dark))
		drop-shadow(0 3px 0 var(--mg-blue-dark))
		drop-shadow(2px 2px 0 var(--mg-blue-dark))
		drop-shadow(-2px 2px 0 var(--mg-blue-dark));
}

.mg-intro__right {
	text-align: center;
}

.mg-intro__heading {
	margin: 0 0 12px;
	color: var(--mg-yellow);
	font-family: var(--mg-font-rocko);
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
}

.mg-intro__subheading {
	margin: 0 0 28px;
	font-family: var(--mg-font-light);
	font-size: clamp(1.1rem, 2vw, 1.25rem);
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
}

.mg-intro__proteins {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	margin-bottom: 28px;
}

.mg-intro__protein {
	flex: 0 0 auto;
	text-align: center;
}

.mg-intro__protein-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-inline: auto;
}

.mg-intro__protein-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.mg-intro__protein-label {
	margin: 10px 0 0;
	font-family: var(--mg-font-rocko);
	font-size: 1.8rem;
	font-weight: 400;
}

.mg-intro__description {
	margin: 0 auto;
	max-width: 420px;
	font-family: var(--mg-font-light);
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}

.mg-intro__description strong,
.mg-intro__description b {
	font-weight: 700;
}

/* Products */
.mg-products {
	--mg-product-panel-h: 320px;
	padding: 24px 0 72px;
	background: var(--mg-blue-dark);
}

.mg-product-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
	margin-bottom: 56px;
}

.mg-product-row:last-child {
	margin-bottom: 0;
}

.mg-product-row--reverse .mg-product-row__media {
	order: 2;
}

.mg-product-row--reverse .mg-product-row__content {
	order: 1;
	text-align: right;
}

.mg-product-row__media {
	display: flex;
	width: 100%;
}

.mg-product-row__panel {
	display: flex;
	flex: 1;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: var(--mg-product-panel-h);
	min-height: var(--mg-product-panel-h);
	padding: 28px 24px 0;
	border-radius: var(--mg-radius-lg);
	line-height: 0;
	background: var(--mg-panel-color, var(--mg-blue-light));
	background: linear-gradient(
		180deg,
		color-mix(in srgb, var(--mg-panel-color, var(--mg-blue-light)) 78%, #fff) 0%,
		var(--mg-panel-color, var(--mg-blue-light)) 62%,
		color-mix(in srgb, var(--mg-panel-color, var(--mg-blue-light)) 94%, #000) 100%
	);
	overflow: hidden;
}

.mg-product-row__image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: calc(var(--mg-product-panel-h) - 28px);
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	object-position: bottom center;
}

.mg-product-row__title {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 0 16px;
	font-family: var(--mg-font-rocko);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 400;
	line-height: 1.15;
}

.mg-product-row__title-accent {
	display: block;
	color: var(--mg-yellow);
}

.mg-product-row__title-rest {
	display: block;
	color: var(--mg-white);
}

.mg-product-row__description {
	margin: 0 0 24px;
	font-family: var(--mg-font-light);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.55;
}

.mg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 12px 36px;
	border: 0;
	border-radius: var(--mg-radius-pill);
	font-family: var(--mg-font-light);
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	transition:
		transform 0.28s cubic-bezier(0.34, 1.45, 0.64, 1),
		box-shadow 0.28s ease,
		background 0.2s ease;
}

.mg-btn--buy {
	background: var(--mg-yellow);
	color: var(--mg-blue-dark);
}

.mg-btn--buy:hover {
	background: var(--mg-yellow);
	color: var(--mg-blue-dark);
	transform: translateY(-4px) scale(1.06);
	box-shadow: 0 10px 28px rgba(255, 229, 0, 0.55), 0 2px 0 rgba(0, 23, 143, 0.15);
}

.mg-btn--buy:active {
	transform: translateY(-1px) scale(1.02);
	box-shadow: 0 4px 12px rgba(255, 229, 0, 0.35);
}

/* Benefits — canvas 980×940 + coordenadas calibradas al PSD */
.mg-benefits {
	--mg-ben-canvas-w: min(980px, 96vw);
	--mg-ben-canvas-ratio: 980 / 880;
	--mg-ben-bowl-w: 58%;
	--mg-ben-bowl-top: 1%;
	--mg-ben-card-w-side: 30%;
	--mg-ben-card-w-featured: 30%;
	/* ProteÃ­na â€” 8 en punto */
	--mg-ben-top-left-x: -4%;
	--mg-ben-top-left-y: 42%;
	/* Omega 3 â€” 4 en punto */
	--mg-ben-top-right-x: 75%;
	--mg-ben-top-right-y: 42%;
	/* Taurina â€” curva hacia el bowl */
	--mg-ben-bottom-left-x: 3%;
	--mg-ben-bottom-left-y: 58%;
	/* Minerales â€” curva hacia el bowl */
	--mg-ben-bottom-right-x: 67%;
	--mg-ben-bottom-right-y: 58%;
	/* PostbiÃ³ticos â€” centro inferior */
	--mg-ben-featured-x: 50%;
	--mg-ben-featured-y: 70%;
	padding: 16px 0 40px;
	background: var(--mg-blue-dark);
	overflow: visible;
}

.mg-benefits__canvas {
	position: relative;
	width: var(--mg-ben-canvas-w);
	aspect-ratio: var(--mg-ben-canvas-ratio);
	margin-inline: auto;
}

.mg-benefits__bowl {
	position: absolute;
	left: 50%;
	top: var(--mg-ben-bowl-top);
	z-index: 1;
	width: var(--mg-ben-bowl-w);
	line-height: 0;
	transform: translateX(-50%);
}

.mg-benefits__bowl-img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.42))
		drop-shadow(0 14px 22px rgba(0, 0, 0, 0.28));
}

.mg-benefit-card {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
}

.mg-benefit-card--top-left {
	left: var(--mg-ben-top-left-x);
	top: var(--mg-ben-top-left-y);
	width: var(--mg-ben-card-w-side);
	align-items: flex-end;
}

.mg-benefit-card--top-right {
	left: var(--mg-ben-top-right-x);
	top: var(--mg-ben-top-right-y);
	width: var(--mg-ben-card-w-side);
	align-items: flex-start;
}

.mg-benefit-card--bottom-left {
	left: var(--mg-ben-bottom-left-x);
	top: var(--mg-ben-bottom-left-y);
	width: var(--mg-ben-card-w-side);
	align-items: flex-end;
}

.mg-benefit-card--bottom-right {
	left: var(--mg-ben-bottom-right-x);
	top: var(--mg-ben-bottom-right-y);
	width: var(--mg-ben-card-w-side);
	align-items: flex-start;
}

.mg-benefit-card--featured {
	left: var(--mg-ben-featured-x);
	top: var(--mg-ben-featured-y);
	width: var(--mg-ben-card-w-featured);
	align-items: center;
	transform: translateX(-50%);
}

.mg-benefit-card--top-left .mg-benefit-card__text,
.mg-benefit-card--bottom-left .mg-benefit-card__text {
	width: 100%;
	text-align: left;
}

.mg-benefit-card--top-right .mg-benefit-card__text,
.mg-benefit-card--bottom-right .mg-benefit-card__text {
	width: 100%;
	text-align: left;
}

.mg-benefit-card--featured .mg-benefit-card__text {
	text-align: center;
}

.mg-benefit-card__tag {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 55px;
	padding: 6px 22px 6px 10px;
	border-radius: 999px;
	background: #b3a72d;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.mg-benefit-card__icon {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
}

.mg-benefit-card__icon-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.mg-benefit-card__title {
	margin: 0;
	color: var(--mg-white);
	font-family: var(--mg-font-rocko);
	font-size: clamp(0.82rem, 1.6vw, 1.5rem);
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.mg-benefit-card__tag-img {
	display: block;
	width: auto;
	max-width: min(160px, 100%);
	max-height: 38px;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.mg-benefit-card__text {
	margin: 8px 0 0;
	max-width: 100%;
	width: 100%;
	color: var(--mg-white);
	font-family: var(--mg-font);
	font-size: clamp(0.8rem, 1.05vw, 0.9rem);
	font-weight: 400;
	line-height: 1.38;
	text-align: left;
}

.mg-benefit-card--featured .mg-benefit-card__tag {
	min-height: 52px;
	padding: 8px 28px 8px 14px;
	border: 3px solid var(--mg-yellow);
	background: var(--mg-blue-dark);
	box-shadow: none;
}

.mg-benefit-card--featured .mg-benefit-card__tag--image {
	min-height: 0;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

.mg-benefit-card--featured .mg-benefit-card__tag-img {
	max-width: min(240px, 100%);
	max-height: 65px;
}

.mg-benefit-card--featured .mg-benefit-card__icon {
	width: 44px;
	height: 44px;
}

.mg-benefit-card--featured .mg-benefit-card__title {
	font-size: clamp(0.9rem, 1.6vw, 1.05rem);
}

.mg-benefit-card--featured .mg-benefit-card__text {
	max-width: 100%;
	width: 100%;
	margin-top: 12px;
	font-size: clamp(0.82rem, 1.2vw, 0.92rem);
	text-align: center;
}

/* Quality */
.mg-quality {
	padding: 48px 0 96px;
}

.mg-quality__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 40px;
	align-items: center;
}

.mg-quality__title {
	margin: 0 0 20px;
	font-family: var(--mg-font-rocko);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 400;
	line-height: 1.1;
}

.mg-quality__title-highlight {
	display: block;
	color: var(--mg-yellow);
}

.mg-quality__title-rest {
	display: block;
	color: var(--mg-white);
}

.mg-quality__description {
	margin: 0 0 28px;
	max-width: 480px;
	font-family: var(--mg-font);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.55;
}

.mg-quality__seal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	max-width: 480px;
}

.mg-quality__seal--with-text {
	justify-content: flex-start;
}

.mg-quality__seal-text {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-family: var(--mg-font);
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--mg-white);
}

.mg-quality__seal-logo {
	flex: 0 0 auto;
}

.mg-quality__seal-img {
	display: block;
	max-width: 108px;
	height: auto;
}

.mg-quality__video-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 28px;
	overflow: hidden;
	cursor: pointer;
	background: #111;
}

.mg-quality__video-embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 28px;
	overflow: hidden;
	background: #111;
}

.mg-quality__video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.mg-quality__poster {
	display: block;
	width: 100%;
	height: auto;
}

.mg-hero__video-trigger.mg-quality__video-trigger {
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	background: #000;
}

.mg-hero__video-stage--framed .mg-hero__video-trigger.mg-quality__video-trigger {
	aspect-ratio: auto;
	border-radius: 24px;
}

.mg-hero__video-trigger .mg-quality__poster,
.mg-hero__video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mg-video-poster-player,
.mg-video-poster-player iframe,
.mg-hero__video-trigger iframe,
.mg-quality__video-trigger iframe {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
}

.mg-quality__video-trigger--timed {
	aspect-ratio: 16 / 9;
}

.mg-quality__play {
	z-index: 3;
}

.mg-quality__play {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mg-quality__play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid var(--mg-blue-dark);
}

/* Video modal */
.mg-video-modal[hidden] {
	display: none;
}

.mg-video-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 56px 16px 20px;
}

.mg-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
}

.mg-video-modal__dialog {
	position: relative;
	width: min(1400px, calc(100vw - 32px), calc((100vh - 88px) * 16 / 9));
}

.mg-video-modal__close {
	position: absolute;
	top: -44px;
	right: 0;
	border: 0;
	background: transparent;
	color: var(--mg-white);
	font-size: 2rem;
	cursor: pointer;
}

.mg-video-modal__content iframe,
.mg-video-modal__content video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	max-height: calc(100vh - 88px);
	border: 0;
	background: #000;
}

.mg-video-modal__content video {
	height: auto;
}

/* Buy modal */
.mg-buy-modal[hidden] {
	display: none;
}

.mg-buy-modal {
	position: fixed;
	inset: 0;
	z-index: 220;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.mg-buy-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 12, 64, 0.72);
}

.mg-buy-modal__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(420px, 100%);
	max-height: min(90vh, 760px);
	overflow: hidden;
	background: var(--mg-white);
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.mg-buy-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--mg-white);
	color: var(--mg-blue-dark);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.mg-buy-modal__header {
	position: relative;
	flex: 0 0 auto;
	min-height: 188px;
	padding: 52px 24px 40px;
	background-color: #1a5fc4;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	color: var(--mg-white);
}

.mg-buy-modal__subtitle:empty,
.mg-buy-modal__title:empty {
	display: none;
}

.mg-buy-modal__header-wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	display: block;
	width: 100%;
	height: 36px;
	pointer-events: none;
}

.mg-buy-modal__subtitle {
	margin: 0 0 8px;
	font-family: var(--mg-font);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
	color: var(--mg-yellow);
}

.mg-buy-modal__title {
	margin: 0;
	font-family: var(--mg-font);
	font-size: clamp(1.55rem, 6vw, 1.9rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--mg-white);
	text-transform: none;
}

.mg-buy-modal__body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 8px 22px 12px;
	background: var(--mg-white);
}

.mg-buy-modal__shops {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mg-buy-modal__shop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 64px;
	padding: 8px 0;
}

.mg-buy-modal__shop-logo {
	display: block;
	width: min(160px, 48%);
	max-height: 48px;
	object-fit: contain;
	object-position: left center;
}

.mg-buy-modal__shop-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 112px;
	padding: 8px 22px;
	border-radius: var(--mg-radius-pill);
	background: #1a5fc4;
	color: var(--mg-white);
	font-family: var(--mg-font);
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.mg-buy-modal__shop-btn:hover {
	background: var(--mg-blue-dark);
	color: var(--mg-white);
	transform: translateY(-1px);
}

.mg-buy-modal__footer {
	position: relative;
	flex: 0 0 auto;
	height: 56px;
	background: var(--mg-white);
}

.mg-buy-modal__footer-wave {
	display: block;
	width: 100%;
	height: 100%;
}

/* Hide default theme footer on this template */
.mixgourmet-body .site-footer,
.mixgourmet-body footer:not(.mg-video-modal),
.mixgourmet-body #landing {
	display: none !important;
}

/* Motion & micro-interactions */
@keyframes mg-scroll-pulse {
	0%,
	100% {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	}

	50% {
		box-shadow: 0 10px 30px rgba(255, 229, 0, 0.35);
	}
}

@keyframes mg-scroll-chevron-bounce {
	0%,
	100% {
		transform: rotate(45deg) translate(-2px, -2px);
	}

	50% {
		transform: rotate(45deg) translate(-2px, 7px);
	}
}

@keyframes mg-scroll-img-bounce {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(7px);
	}
}

.mg-reveal {
	opacity: 0;
	transform: translateY(32px);
	transition:
		opacity 0.75s ease,
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.mg-reveal.mg-reveal--visible {
	opacity: 1;
	transform: none;
}

.mg-quality__video-trigger {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mg-quality__video-trigger:hover {
	transform: scale(1.02);
}

.mg-quality__video-trigger:hover .mg-quality__play {
	transform: scale(1.12);
	box-shadow: 0 0 0 12px rgba(255, 229, 0, 0.25);
}

@media (prefers-reduced-motion: reduce) {
	.mg-hero__scroll,
	.mg-hero__scroll-icon,
	.mg-hero__scroll-icon-img,
	.mg-reveal {
		animation: none;
		transition: none;
	}

	.mg-btn--buy:hover,
	.mg-quality__video-trigger:hover,
	.mg-quality__video-trigger:hover .mg-quality__play {
		transform: none;
	}
}
