.lm-furniture-solutions {
	--lm-furniture-ink: #1a3a52;
	--lm-furniture-muted: #42566a;
	--lm-furniture-accent: #d4a574;
	--lm-furniture-soft: #f7efe7;
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 0 0 clamp(22px, 4vw, 34px);
	background: #fff;
	color: var(--lm-furniture-ink);
	overflow: hidden;
}

.lm-furniture-solutions.alignfull {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.lm-furniture-solutions *,
.lm-furniture-solutions *::before,
.lm-furniture-solutions *::after {
	box-sizing: border-box;
}

.lm-furniture-solutions__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(430px, 0.98fr);
	align-items: center;
	gap: clamp(34px, 4.6vw, 68px);
	width: min(1500px, 100%);
	margin: 0 auto;
	padding: 0 clamp(24px, 5.2vw, 96px);
}

.lm-furniture-solutions__content {
	min-width: 0;
}

.lm-furniture-solutions__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	margin-bottom: clamp(18px, 2.4vw, 34px);
	padding: 5px 18px;
	border-radius: 999px;
	background: var(--lm-furniture-soft);
	color: #c4874e;
	font-size: clamp(12px, 0.9vw, 15px);
	font-weight: 500;
	line-height: 1.2;
}

.lm-furniture-solutions__title {
	max-width: 680px;
	margin: 0;
	color: var(--lm-furniture-ink);
	font-size: clamp(38px, 4.2vw, 72px) !important;
	font-weight: 700 !important;
	line-height: 1.14 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	overflow-wrap: anywhere;
}

.lm-furniture-solutions__description {
	max-width: 640px;
	margin: clamp(20px, 2.2vw, 34px) 0 0;
	color: var(--lm-furniture-muted);
	font-size: clamp(15px, 1.05vw, 19px) !important;
	font-weight: 500;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.lm-furniture-solutions__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 3.4vw, 58px);
	margin-top: clamp(32px, 4vw, 62px);
}

.lm-furniture-solutions__stat-value {
	color: var(--lm-furniture-accent);
	font-size: clamp(30px, 2.55vw, 44px) !important;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.lm-furniture-solutions__stat-label {
	margin-top: 8px;
	color: #35485c;
	font-size: clamp(13px, 1vw, 17px);
	font-weight: 600;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.lm-furniture-solutions__visual {
	position: relative;
	justify-self: end;
	width: 100%;
	min-width: 0;
	max-width: 760px;
	padding: clamp(16px, 1.7vw, 24px) clamp(16px, 1.7vw, 24px) clamp(44px, 4.5vw, 72px);
	opacity: 1;
	transform: translateX(0);
	transition: opacity 780ms ease, transform 780ms ease;
	will-change: opacity, transform;
}

.lm-furniture-solutions.is-animated .lm-furniture-solutions__visual {
	opacity: 0;
	transform: translateX(54px);
}

.lm-furniture-solutions.is-animated .lm-furniture-solutions__visual.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.lm-furniture-solutions__dots {
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 2;
	width: 78px;
	height: 78px;
	background-image: radial-gradient(circle, rgba(212, 165, 116, 0.38) 0 5px, transparent 5.5px);
	background-size: 22px 22px;
	pointer-events: none;
}

.lm-furniture-solutions__media-frame {
	position: relative;
	z-index: 1;
	padding: clamp(8px, 0.75vw, 12px);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 30px 56px rgba(19, 33, 43, 0.2);
}

.lm-furniture-solutions__media {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	background: linear-gradient(135deg, #20384c, #d8c4ad);
	overflow: hidden;
}

.lm-furniture-solutions__media img,
.lm-furniture-solutions__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lm-furniture-solutions__media-frame.has-video .lm-furniture-solutions__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: rgba(0, 0, 0, 0.32);
	opacity: 0;
	transition: opacity 260ms ease;
	pointer-events: none;
}

.lm-furniture-solutions__media-frame.has-video:hover .lm-furniture-solutions__media::after,
.lm-furniture-solutions__media-frame.has-video:focus-within .lm-furniture-solutions__media::after {
	opacity: 1;
}

.lm-furniture-solutions__play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(70px, 6vw, 108px);
	height: clamp(70px, 6vw, 108px);
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--lm-furniture-ink);
	box-shadow: 0 20px 45px rgba(12, 24, 34, 0.2);
	cursor: pointer;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.9);
	transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.lm-furniture-solutions__media-frame.has-video:hover .lm-furniture-solutions__play,
.lm-furniture-solutions__media-frame.has-video:focus-within .lm-furniture-solutions__play {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.lm-furniture-solutions__play span {
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 22px solid currentColor;
}

.lm-furniture-solutions__play:hover,
.lm-furniture-solutions__play:focus-visible {
	background: #fff;
	outline: none;
}

.lm-furniture-solutions__media-frame.is-playing .lm-furniture-solutions__play {
	opacity: 0;
	pointer-events: none;
}

.lm-furniture-solutions__badge {
	position: absolute;
	left: 0;
	bottom: clamp(18px, 2.2vw, 36px);
	z-index: 3;
	min-width: clamp(160px, 12vw, 198px);
	padding: clamp(14px, 1.45vw, 20px) clamp(18px, 1.8vw, 26px);
	border-radius: 16px;
	background: var(--lm-furniture-ink);
	color: #fff;
	box-shadow: 0 18px 38px rgba(15, 32, 46, 0.25);
	opacity: 1;
	transform: translateY(0);
	transition: opacity 680ms ease, transform 720ms cubic-bezier(0.2, 0.7, 0.2, 1);
	will-change: opacity, transform;
}

.lm-furniture-solutions.is-animated .lm-furniture-solutions__badge {
	opacity: 0;
	transform: translateY(54px);
}

.lm-furniture-solutions.is-animated .lm-furniture-solutions__badge.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.lm-furniture-solutions__badge-value {
	font-size: clamp(22px, 1.75vw, 29px) !important;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.lm-furniture-solutions__badge-label {
	margin-top: 8px;
	font-size: clamp(12px, 0.92vw, 15px);
	font-weight: 500;
	line-height: 1.25;
	opacity: 0.92;
	overflow-wrap: anywhere;
}

.wp-block-acf-furniture-solutions {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.wp-block-acf-furniture-solutions .lm-furniture-solutions {
	margin-right: 0;
	margin-left: 0;
}

.editor-styles-wrapper .wp-block-acf-furniture-solutions,
.editor-styles-wrapper .lm-furniture-solutions {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 1180px) {
	.lm-furniture-solutions__inner {
		grid-template-columns: 1fr;
		width: min(900px, 100%);
	}

	.lm-furniture-solutions__title,
	.lm-furniture-solutions__description {
		max-width: none;
	}

	.lm-furniture-solutions__visual {
		padding-left: clamp(28px, 6vw, 64px);
	}
}

@media (max-width: 640px) {
	.lm-furniture-solutions {
		padding: 0 0 30px;
	}

	.lm-furniture-solutions__inner {
		padding: 0 18px;
		gap: 30px;
	}

	.lm-furniture-solutions__title {
		font-size: clamp(34px, 11vw, 46px) !important;
		line-height: 1.12 !important;
	}

	.lm-furniture-solutions__stats {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 30px;
	}

	.lm-furniture-solutions__visual {
		padding: 16px 0 64px 18px;
	}

	.lm-furniture-solutions__media-frame {
		border-radius: 20px;
	}

	.lm-furniture-solutions__media {
		border-radius: 12px;
	}

	.lm-furniture-solutions__badge {
		left: 0;
		min-width: 154px;
		border-radius: 12px;
	}

	.lm-furniture-solutions__dots {
		width: 62px;
		height: 62px;
		background-size: 18px 18px;
	}
}

@media (hover: none) {
	.lm-furniture-solutions__media-frame.has-video .lm-furniture-solutions__media::after {
		opacity: 1;
	}

	.lm-furniture-solutions__media-frame.has-video .lm-furniture-solutions__play {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lm-furniture-solutions__visual,
	.lm-furniture-solutions__badge,
	.lm-furniture-solutions__play,
	.lm-furniture-solutions__media-frame.has-video .lm-furniture-solutions__media::after {
		transition: none;
	}
}
