.msh-product-story {
	--msh-bg: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
	--msh-border: #ead9c8;
	--msh-text: #1f2937;
	--msh-muted: #667085;
	--msh-accent: #b36f38;
	--msh-card: #ffffff;
	--msh-badge-bg: #111827;
	--msh-badge-text: #ffffff;
	margin-top: 28px;
	padding: 0;
	color: var(--msh-text);
}

.msh-product-story.msh-theme-minimal {
	--msh-bg: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
	--msh-border: #e5e7eb;
	--msh-accent: #334155;
	--msh-badge-bg: #334155;
}

.msh-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	padding: 28px;
	border-radius: 26px;
	border: 1px solid var(--msh-border);
	background:
		radial-gradient(circle at top right, rgba(179, 111, 56, 0.13), transparent 32%),
		var(--msh-bg);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.msh-product-badge {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--msh-badge-bg);
	color: var(--msh-badge-text);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.msh-product-hero h2 {
	margin: 16px 0 10px;
	font-size: clamp(28px, 4vw, 38px);
	line-height: 1.08;
	color: var(--msh-text);
}

.msh-product-hero p {
	margin: 0;
	max-width: 760px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--msh-muted);
}

.msh-brand-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	padding: 14px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--msh-border);
}

.msh-brand-mark img {
	max-width: 120px;
	max-height: 64px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.msh-spec-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.msh-spec-card {
	padding: 18px;
	border-radius: 20px;
	border: 1px solid var(--msh-border);
	background: var(--msh-card);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.msh-spec-card span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--msh-muted);
}

.msh-spec-card strong {
	display: block;
	margin-top: 8px;
	font-size: 17px;
	line-height: 1.35;
	color: var(--msh-text);
}

.msh-details-card {
	margin-top: 18px;
	border-radius: 24px;
	border: 1px solid var(--msh-border);
	background: var(--msh-card);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.msh-subsection {
	margin-top: 18px;
}

.msh-details-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 18px 22px;
	background: linear-gradient(180deg, rgba(255, 250, 245, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
	border-bottom: 1px solid var(--msh-border);
}

.msh-details-head h3 {
	margin: 0;
	font-size: 20px;
	color: var(--msh-text);
}

.msh-details-head span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--msh-accent);
}

.msh-spec-table {
	width: 100%;
	border-collapse: collapse;
}

.msh-spec-table th,
.msh-spec-table td {
	padding: 14px 22px;
	border-bottom: 1px solid #f0e7de;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.55;
}

.msh-spec-table th {
	width: 38%;
	font-weight: 600;
	color: var(--msh-muted);
}

.msh-spec-table td {
	font-weight: 600;
	color: var(--msh-text);
}

.msh-spec-table tr:last-child th,
.msh-spec-table tr:last-child td {
	border-bottom: 0;
}

.msh-richtext {
	padding: 22px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--msh-muted);
}

.msh-richtext p {
	margin: 0;
}

.msh-collection-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	padding: 22px;
}

.msh-collection-item {
	border: 1px solid var(--msh-border);
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.msh-collection-media {
	aspect-ratio: 1 / 1;
	background: #f8fafc;
}

.msh-collection-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.msh-collection-content {
	padding: 16px;
}

.msh-collection-content h4 {
	margin: 0 0 12px;
	font-size: 17px;
	line-height: 1.35;
	color: var(--msh-text);
}

.msh-collection-meta {
	display: grid;
	gap: 10px;
}

.msh-collection-meta-row {
	display: grid;
	gap: 4px;
	padding-top: 10px;
	border-top: 1px solid #f1e7dc;
}

.msh-collection-meta-row:first-child {
	padding-top: 0;
	border-top: 0;
}

.msh-collection-meta-row span {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--msh-muted);
}

.msh-collection-meta-row strong {
	font-size: 14px;
	line-height: 1.5;
	color: var(--msh-text);
}

@media (max-width: 782px) {
	.msh-product-hero {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.msh-brand-mark {
		justify-content: flex-start;
	}

	.msh-details-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.msh-spec-table th,
	.msh-spec-table td {
		display: block;
		width: 100%;
		padding: 12px 16px;
	}

	.msh-spec-table th {
		padding-bottom: 4px;
		border-bottom: 0;
	}
}
