.bh-look-pdp .bh-pdp-story {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 34px 22px;
	box-sizing: border-box;
}

.bh-look-pdp .bh-pdp-story.bh-pdp-story--video,
.bh-look-pdp .bh-pdp-story:has(.bh-landing-inline--video) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
}

.bh-look-pdp .bh-pdp-story .bh-landing-inline {
	max-width: 720px;
	margin: 0 auto;
	padding: 34px 22px;
	text-align: center;
}

.bh-look-pdp .bh-pdp-story--video .bh-landing-inline--video {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bh-look-pdp .bh-pdp-story--video .bh-landing-video {
	width: 100%;
	background: #111;
	border-radius: 0;
	overflow: hidden;
	line-height: 0;
}

.bh-look-pdp .bh-pdp-story--video .bh-landing-video__media {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	background: #111;
	border-radius: 0;
}

.bh-look-pdp .bh-pdp-story .bh-landing-video__embed {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #111;
}

.bh-look-pdp .bh-pdp-story .bh-landing-video__embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bh-look-pdp .bh-pdp-story .bh-landing-video__link {
	display: flex;
	min-height: 180px;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.02em;
}

.bh-look-pdp .bh-pdp-story .bh-landing-title {
	font-family: var(--bh-font-display, "Cormorant Garamond", serif);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 500;
	line-height: 1.05;
	color: #171412;
	margin: 0 0 16px;
}

.bh-look-pdp .bh-pdp-story .bh-landing-content {
	font-family: var(--bh-font-body, "DM Sans", sans-serif);
	font-size: 17px;
	line-height: 1.75;
	color: #34302c;
	text-align: left;
}

.bh-look-pdp .bh-pdp-story .bh-landing-content p {
	margin: 0 0 14px;
}

.bh-look-pdp .bh-pdp-story .bh-landing-content p:last-child {
	margin-bottom: 0;
}

.bh-look-pdp .bh-pdp-story .bh-landing-content strong {
	font-weight: 650;
	color: #171412;
}

.bh-look-pdp .bh-pdp-story .bh-landing-content ul,
.bh-look-pdp .bh-pdp-story .bh-landing-content ol {
	margin: 14px 0;
	padding-left: 22px;
}

.bh-look-pdp .bh-pdp-story .bh-landing-content li {
	margin-bottom: 8px;
}

.bh-look-pdp .bh-pdp-story .bh-landing-materials {
	background: #f8f5f0;
	border-radius: 14px;
}

.bh-look-pdp .bh-pdp-story .bh-landing-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.bh-look-pdp .bh-pdp-story .bh-landing-stat {
	text-align: center;
}

.bh-look-pdp .bh-pdp-story .bh-landing-stat__number {
	font-family: var(--bh-font-display, "Cormorant Garamond", serif);
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 8px;
	color: #171412;
}

.bh-look-pdp .bh-pdp-story .bh-landing-stat__label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6b625a;
	margin: 0;
}

@media (max-width: 768px) {
	.bh-look-pdp .bh-pdp-story.bh-pdp-story--video,
	.bh-look-pdp .bh-pdp-story:has(.bh-landing-inline--video) {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		padding: 0 !important;
	}

	.bh-look-pdp .bh-pdp-story--video .bh-landing-video,
	.bh-look-pdp .bh-pdp-story--video .bh-landing-video__media {
		width: 100vw !important;
		max-width: 100vw !important;
		border-radius: 0 !important;
	}

	.bh-look-pdp .bh-pdp-story .bh-landing-inline {
		padding: 26px 16px;
	}

	.bh-look-pdp .bh-pdp-story .bh-landing-inline--video {
		padding: 0;
	}

	.bh-look-pdp .bh-pdp-story .bh-landing-title {
		font-size: 30px;
	}

	.bh-look-pdp .bh-pdp-story .bh-landing-content {
		font-size: 15px;
		line-height: 1.65;
	}

	.bh-look-pdp .bh-pdp-story .bh-landing-stats {
		grid-template-columns: 1fr 1fr;
		gap: 14px;
	}

	.bh-look-pdp .bh-pdp-story .bh-landing-stat__number {
		font-size: 32px;
	}
}
