.lh-hero {
	margin-bottom: 8px;
}
.lh-hero h1 {
	font-size: 36px;
	line-height: 1.25;
}
.lh-hero-subtitle {
	font-size: 1.2em;
	opacity: 0.8;
}

.lh-hero, .lh-intro, .lh-buying-guide, .lh-product-grid, .lh-gallery, .lh-faq, .lh-stories, .lh-quick-picks {
	display: block;
	width: 100%;
}

.lh-quick-picks {
	display: flex;
	flex-direction: column;
	gap: 4px;
	border: 1px solid #DED6CE;
	border-radius: 10px;
	padding: 6px 20px;
	margin: 24px 0 36px;
	background: #FBF8F4;
}
.lh-quick-pick {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid #E7E0D6;
}
.lh-quick-pick:last-child {
	border-bottom: none;
}
.lh-quick-pick-thumb {
	width: 48px;
	height: 48px;
	border-radius: 6px;
	object-fit: cover;
	flex-shrink: 0;
	background: #F1EAE2;
}
.lh-quick-pick-name {
	flex: 1 1 200px;
	font-weight: 600;
	font-size: 0.95em;
}
.lh-quick-pick-price {
	font-weight: 600;
	white-space: nowrap;
}
.lh-quick-pick-link {
	flex-shrink: 0;
	padding: 8px 16px;
	border-radius: 6px;
	background: #754B34;
	color: #FFFFFF !important;
	font-weight: 700;
	font-size: 0.82em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-decoration: none !important;
	white-space: nowrap;
	margin-left: auto;
}
.lh-quick-pick-link:hover {
	background: #9A6848;
}

.lh-story {
	margin: 0 0 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid #E7E0D6;
}
.lh-story:last-child {
	border-bottom: none;
	margin-bottom: 8px;
}
.lh-story h3 {
	margin: 0 0 10px;
}
.lh-story > p {
	margin: 0 0 20px;
	max-width: 720px;
}
.lh-story-products {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.lh-story-products .lh-product-card {
	display: flex;
	flex-direction: column;
	flex: 1 1 340px;
	max-width: 480px;
	width: 100%;
}
.lh-story-products .lh-product-card .lh-product-image {
	width: 100%;
	aspect-ratio: 1 / 1;
}

.lh-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 320px));
	justify-content: start;
	gap: 28px;
	margin: 32px 0 40px;
	width: 100%;
}
.lh-product-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #DED6CE;
	border-radius: 10px;
	padding: 18px;
	background: #FFFFFF;
	width: 100%;
}
.lh-product-card .lh-product-image {
	margin: 0 0 14px;
	aspect-ratio: 1 / 1;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	background: #F1EAE2;
}
.lh-product-card .lh-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.lh-product-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A99B8B;
	font-size: 13px;
	text-align: center;
	padding: 12px;
}
.lh-product-card h3 {
	font-size: 1.15em;
	margin: 0 0 6px;
}
.lh-product-price {
	font-weight: 600;
	margin: 0 0 14px;
}
.lh-product-pros {
	margin: 0 0 16px;
	padding-left: 20px;
	font-size: 0.92em;
	color: #5B5147;
}
.lh-product-pros li {
	margin-bottom: 5px;
}
.lh-product-card .wp-block-buttons {
	margin-top: auto;
}
.lh-product-card .wp-block-button__link {
	background: #754B34;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 0.9em;
	padding: 13px 22px;
	border-radius: 6px;
}
.lh-product-card .wp-block-button__link:hover {
	background: #9A6848;
}

.lh-gallery {
	margin: 32px 0;
}

.lh-buying-guide h4 {
	margin-top: 1.6em;
}

.lh-faq {
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid #E7E0D6;
}
.lh-faq h2 {
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 8px;
}
.lh-faq p {
	font-size: 15px;
	line-height: 1.6;
	color: #5B5147;
}
.lh-faq h3 {
	font-size: 18px;
	line-height: 1.4;
	margin-top: 1.4em;
	margin-bottom: 0.3em;
}

.lh-disclosure {
	opacity: 0.75;
	font-size: 0.92em;
}

.lh-guide-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
	margin: 32px 0 40px;
	width: 100%;
}
.lh-guide-card {
	display: flex;
	flex-direction: column;
	position: relative;
	border: 1px solid #DED6CE;
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
	text-decoration: none !important;
	color: inherit;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.lh-guide-card:hover {
	box-shadow: 0 6px 18px rgba(43, 36, 32, 0.1);
	transform: translateY(-2px);
}
.lh-guide-card-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	background: #F1EAE2;
}
.lh-guide-card-tag {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #FFFFFF;
	color: #754B34;
	font-size: 0.72em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 4px 10px;
	border-radius: 999px;
}
.lh-guide-card-title {
	font-size: 1.1em;
	font-weight: 700;
	margin: 16px 16px 6px;
}
.lh-guide-card-teaser {
	font-size: 0.9em;
	color: #5B5147;
	margin: 0 16px 20px;
}
