:root {
	--mj-bg: #f6f4f2;
	--mj-surface: #fff;
	--mj-text: #1f1f1f;
	--mj-muted: #6f6864;
	--mj-line: #ded8d2;
	--mj-accent: #c81e32;
	--mj-accent-strong: #9f1726;
	--mj-ink: #272423;
	--mj-max: 1080px;
}

.et-affiliate-note {
	margin: 0 0 14px;
	color: var(--mj-muted);
	font-size: 0.76rem;
}

.et-product-hero {
	display: grid;
	grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
	gap: 34px;
	align-items: start;
	background: var(--mj-surface);
	border: 1px solid var(--mj-line);
	border-radius: var(--mj-radius);
	padding: 24px;
}

.et-product-hero__media img {
	display: block;
	width: 100%;
	border-radius: 4px;
}

.et-product-hero__source {
	margin: 0 0 6px;
	color: var(--mj-accent);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.et-product-hero__title {
	margin: 0 0 18px;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	line-height: 1.28;
}

.et-cta-stack {
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
}

.et-offer-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 24px;
	align-items: center;
}

.et-offer-card__text {
	margin: 0;
	color: var(--mj-muted);
}

.et-offer-card__actions {
	display: grid;
	gap: 10px;
}

.et-product-card__thumb {
	background: #e7e0da;
}

.et-front {
	display: grid;
	gap: 28px;
}

.et-front-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 28px;
	align-items: stretch;
}

.et-front-hero__body,
.et-front-hero__panel {
	background: var(--mj-surface);
	border: 1px solid var(--mj-line);
	border-radius: var(--mj-radius);
	padding: 24px;
}

.et-front-hero__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 240px;
}

.et-front-hero__title {
	margin: 0;
	font-size: clamp(1.7rem, 4vw, 2.7rem);
	line-height: 1.22;
}

.et-front-hero__lead {
	max-width: 640px;
	margin: 12px 0 0;
	color: var(--mj-muted);
}

.et-front-hero__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

.et-front-hero__actions .mj-cta {
	width: 100%;
}

.et-front-hero__panel {
	display: grid;
	gap: 12px;
	align-content: center;
}

.et-front-hero__panel a {
	display: grid;
	gap: 2px;
	padding: 14px 0;
	border-bottom: 1px solid var(--mj-line);
	text-decoration: none;
}

.et-front-hero__panel a:last-child {
	border-bottom: 0;
}

.et-front-hero__panel strong {
	font-size: 1rem;
}

.et-front-hero__panel span {
	color: var(--mj-muted);
	font-size: 0.86rem;
}

.et-front-section {
	margin-top: 0;
	padding: 22px;
}

.et-front-section .mj-card-grid {
	grid-template-columns: repeat(auto-fill, minmax(150px, 180px));
	justify-content: start;
}

.et-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.et-section-head .mj-section__title {
	margin-bottom: 0;
}

.et-section-head a {
	color: var(--mj-accent);
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
}

.et-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.et-inline-links a {
	color: var(--mj-accent);
	font-weight: 800;
	text-decoration: none;
}

.et-inline-links a:hover {
	text-decoration: underline;
}

.et-actress-card__thumb {
	aspect-ratio: 4 / 3;
	background: #e7e0da;
}

@media (max-width: 767px) {
	.et-product-hero {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding: 16px;
	}

	.et-product-hero__body {
		display: contents;
	}

	.et-product-hero__source {
		order: 1;
		margin-bottom: -10px;
	}

	.et-product-hero__title {
		order: 2;
		margin-bottom: 0;
		font-size: 1.35rem;
	}

	.et-product-hero__media {
		order: 3;
	}

	.et-cta-stack {
		order: 4;
		margin-bottom: 0;
	}

	.et-product-hero .mj-info-table {
		order: 5;
	}

	.et-offer-card {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.et-front-hero {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.et-front-hero__body,
	.et-front-hero__panel {
		padding: 18px;
	}

	.et-front-hero__body {
		min-height: 0;
	}

	.et-front-hero__actions {
		display: grid;
	}

	.et-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}
