/**
 * Homepage — модульная витрина в духе apple.com:
 * серый холст, крупные карточки, один смысл на блок, воздух.
 * Палитра Элакор сохраняется. Только body.home
 */

body.home {
	background: #E8E4DB !important;
}

body.home .em-topbar {
	display: none;
}

body.home .whb-header {
	position: sticky;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	width: 100%;
}

body.home .whb-main-header:not(.whb-clone) {
	background: rgba(10, 31, 28, 0.82) !important;
}

body.home .elementor-475 {
	padding: 0 0 8px;
}

body.home .elementor-475 > .e-con.e-parent {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 8px !important;
	border-radius: 0;
	overflow: hidden;
	background: var(--em-surface);
	left: auto !important;
	transform: none !important;
}

body.home .elementor-475 > .e-con.e-parent.elementor-hidden-desktop,
body.home .elementor-element-854d704,
body.home .elementor-element-b950f36,
body.home .elementor-element-1b43915,
body.home .elementor-element-9ac49af,
body.home .elementor-element-f53affa,
body.home .elementor-element-1ac79ee,
body.home .elementor-element-7439f0a,
body.home .elementor-element-7c75a4e,
body.home .elementor-element-2811925,
body.home .elementor-element-23349d4,
body.home .elementor-element-1b5a304,
body.home .elementor-element-11ea830,
body.home .elementor-element-985d641 {
	display: none !important;
	margin: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

body.home .elementor-475 > .e-con.e-parent > .e-con-inner {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0;
}

body.home .elementor-element-e8c2604,
body.home .elementor-element-f53affa,
body.home .elementor-element-1ac79ee,
body.home .elementor-element-89b39c0 {
	background: #0A1F1C !important;
}

/* Три входа: покрытия / материалы / система — один ряд */
body.home .em-trio {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	min-height: 100vh;
	min-height: 100svh;
	background: #0A1F1C;
}

body.home .em-trio__cell {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}

body.home .em-trio__cell img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s ease;
}

body.home .em-trio__cell--floors img {
	object-position: center 62%;
}

body.home .em-trio__cell--polymer img {
	object-position: center 40%;
}

body.home .em-trio__cell--system img {
	object-position: center;
}

body.home .em-trio__cell:hover img {
	transform: scale(1.05);
}

body.home .em-trio__cell::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 31, 28, 0.08) 28%, rgba(10, 31, 28, 0.88) 100%);
	z-index: 1;
}

body.home .em-trio__copy {
	position: relative;
	z-index: 2;
	padding: 48px 36px 40px;
	max-width: none;
}

body.home .em-trio__copy p,
body.home .em-duo__copy p {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 0 12px;
	padding: 5px 12px;
	border-radius: 980px;
	background: rgba(10, 31, 28, 0.86);
	color: #e8a078;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
}

body.home .em-trio__copy h1,
body.home .em-trio__copy h2,
body.home .em-duo__copy h3 {
	margin: 0 0 16px;
	max-width: none;
	color: #fff !important;
	font-size: clamp(26px, 2.8vw, 40px);
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 1.28;
}

body.home .em-trio__cell--system .em-trio__copy h2 {
	max-width: none;
	font-size: clamp(24px, 2.2vw, 36px);
	line-height: 1.34;
	letter-spacing: -0.012em;
}

body.home .em-trio__copy span,
body.home .em-duo__copy span {
	display: inline-flex;
	align-items: center;
	margin-top: 4px;
	padding: 9px 18px;
	border-radius: 980px;
	background: var(--em-pour);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2;
	box-shadow: 0 6px 18px rgba(18, 53, 47, 0.28);
}

body.home .em-trio__copy span::after,
body.home .em-duo__copy span::after {
	content: " ›";
}

body.home .em-trio__cell:hover .em-trio__copy span,
body.home .em-duo__cell:hover .em-duo__copy span {
	background: var(--em-pour-hover);
}

/* Hero: на весь экран + графика в духе Apple */
body.home .em-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: flex-end;
	padding: 0;
	background: #EDEBE4;
}

body.home .em-hero::before {
	inset: 0;
	background:
		url("assets/img/em-hero-floor.jpg") center 62% / cover no-repeat;
	transform: none;
}

body.home .em-hero::after {
	background:
		linear-gradient(90deg, rgba(18, 53, 47, 0.42) 0%, rgba(18, 53, 47, 0.12) 38%, rgba(18, 53, 47, 0) 62%),
		linear-gradient(180deg, rgba(255, 252, 247, 0.08) 0%, rgba(18, 53, 47, 0.06) 45%, rgba(18, 53, 47, 0.38) 100%);
}

body.home .em-hero__fx {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

body.home .em-fx-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.22;
}

body.home .em-fx-orb--pour {
	width: 48vw;
	height: 48vw;
	right: -8vw;
	top: -12vw;
	background: radial-gradient(circle, rgba(196, 92, 38, 0.55) 0%, rgba(196, 92, 38, 0) 70%);
}

body.home .em-fx-orb--resin {
	width: 36vw;
	height: 36vw;
	left: -10vw;
	bottom: 10vh;
	background: radial-gradient(circle, rgba(31, 90, 78, 0.65) 0%, rgba(14, 42, 38, 0) 70%);
}

body.home .em-fx-ring {
	position: absolute;
	right: 8%;
	top: 18%;
	width: min(42vw, 520px);
	height: min(42vw, 520px);
	border-radius: 50%;
	border: 1px solid rgba(244, 239, 230, 0.16);
	box-shadow:
		0 0 0 48px rgba(244, 239, 230, 0.04),
		0 0 0 96px rgba(196, 92, 38, 0.05);
}

body.home .em-fx-sheen {
	position: absolute;
	inset: -20%;
	background: linear-gradient(115deg, transparent 40%, rgba(244, 239, 230, 0.12) 48%, transparent 56%);
	transform: rotate(8deg);
	mix-blend-mode: screen;
}

body.home .em-hero__grid {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 6vw 9vh;
	text-align: left;
}

body.home .em-hero__panel,
body.home .em-hero__facts {
	display: none;
}

body.home .em-hero__tag,
body.home .em-hero__eyebrow {
	margin: 0 0 12px;
	border: none;
	padding: 0;
	color: var(--em-pour);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-transform: none;
}

body.home .em-hero__title {
	margin: 0 0 14px;
	max-width: 14ch;
	font-size: clamp(44px, 7vw, 84px);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 0.98;
	text-align: left;
}

body.home .em-hero__subtitle {
	margin: 0 0 28px;
	max-width: 34ch;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 400;
	color: rgba(244, 239, 230, 0.78);
	text-align: left;
}

body.home .em-hero__actions {
	justify-content: flex-start;
	gap: 20px;
}

body.home .em-btn {
	border-radius: 980px;
	min-height: 44px;
	padding: 0 22px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -0.01em;
}

body.home .em-btn--pour {
	box-shadow: none;
}

body.home .em-btn--ghost,
body.home .em-btn--text {
	background: transparent;
	border: none;
	color: #e8a078 !important;
	min-height: auto;
	padding: 0;
}

body.home .em-btn--ghost::after,
body.home .em-btn--text::after {
	content: " ›";
	font-weight: 500;
}

body.home .em-btn--ghost:hover,
body.home .em-btn--text:hover {
	color: #fff !important;
	border: none;
}

/* Категории: три больших кадра */
body.home .elementor-element-7b21399 {
	display: none !important;
}

body.home .elementor-element-f53affa {
	background: transparent !important;
}

body.home .elementor-element-f53affa > .e-con-inner {
	padding: 0 !important;
}

body.home .wd-cats.wd-grid-g,
body.home .wd-cats {
	--wd-col-lg: 3 !important;
	--wd-col-md: 3 !important;
	--wd-col-sm: 1 !important;
	--wd-gap-lg: 8px !important;
	--wd-gap-sm: 8px !important;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

body.home .wd-cat .wd-cat-inner {
	border: none;
	border-radius: 0;
	min-height: 72vh;
	box-shadow: none;
}

body.home .wd-cat:hover .wd-cat-inner {
	transform: none;
	box-shadow: none;
}

body.home .wd-cat .wd-cat-thumb,
body.home .wd-cat .wd-cat-image,
body.home .wd-cat img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home .wd-cat-inner {
	position: relative;
}

body.home .wd-cat .hover-mask,
body.home .wd-cat.cat-design-alt .wd-cat-content {
	background: linear-gradient(180deg, transparent 40%, rgba(14, 42, 38, 0.82) 100%) !important;
	padding: 28px 24px 32px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	inset: 0;
}

body.home .wd-cat .wd-entities-title {
	font-size: 28px !important;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #fff !important;
}

body.home .wd-cat .wd-cat-count {
	display: none;
}

/* Продукты: одна витрина, как lineup */
body.home .elementor-element-cbaecf9 {
	background: var(--em-surface) !important;
	padding: 0 !important;
}

body.home .elementor-element-cbaecf9 .elementor-heading-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 40px !important;
	letter-spacing: -0.02em !important;
	line-height: 1.22 !important;
	font-weight: 600 !important;
	padding: 56px 24px 8px;
	color: var(--em-ink) !important;
}

body.home .elementor-element-cbaecf9 .elementor-heading-title::after {
	content: none;
}

body.home .elementor-element-243a5b0 {
	display: none !important;
}

body.home .elementor-element-b7ff01e,
body.home .elementor-element-725c24f,
body.home .elementor-element-2d5bd10 {
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 1 100% !important;
}

body.home .elementor-element-cbaecf9 .wd-carousel {
	--wd-col-lg: 4 !important;
	--wd-gap-lg: 24px !important;
}

body.home .elementor-element-cbaecf9 .wd-products-element {
	padding: 12px 32px 56px;
}

body.home .product-grid-item,
body.home ul.products li.product {
	border: none !important;
	background: transparent;
	border-radius: 16px !important;
	box-shadow: none;
}

body.home .product-grid-item:hover {
	transform: none;
	box-shadow: none;
}

body.home .product-grid-item .wd-entities-title,
body.home .product-grid-item .wd-entities-title a {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.4;
	color: var(--em-ink) !important;
}

body.home .product-grid-item .price {
	font-size: 15px;
	font-weight: 600;
}

body.home .wd-hover-base .wd-add-btn,
body.home .wd-hover-base .wd-add-btn a,
body.home .product-grid-item .add_to_cart_button {
	border-radius: 980px !important;
	font-weight: 400 !important;
}

/* CTA-модуль */
body.home .em-band {
	position: relative;
	padding: 0;
	min-height: 92vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

body.home .em-band::before {
	content: "";
	position: absolute;
	width: 55vw;
	height: 55vw;
	right: -12vw;
	top: -18vw;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(196, 92, 38, 0.4), transparent 68%);
	filter: blur(40px);
	pointer-events: none;
}

body.home .em-band__inner {
	position: relative;
	z-index: 1;
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 12vh 6vw;
	border-radius: 0;
	text-align: left;
	background-image:
		linear-gradient(90deg, rgba(10, 31, 28, 0.82) 0%, rgba(10, 31, 28, 0.35) 55%, rgba(196, 92, 38, 0.18) 100%),
		url("assets/img/em-coated-wall.jpg") !important;
	background-size: cover !important;
	background-position: center !important;
}

body.home .em-band__kicker {
	border: none;
	padding: 0;
	margin-bottom: 10px;
	font-size: 17px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 600;
}

body.home .em-band__title {
	margin: 0 0 12px;
	max-width: 16ch;
	font-size: clamp(36px, 5vw, 64px);
	letter-spacing: -0.035em;
	line-height: 1.05;
}

body.home .em-band__desc {
	margin: 0 0 20px;
	max-width: 38ch;
	font-size: 19px;
}

body.home .em-band__contacts {
	justify-content: flex-start;
	margin-bottom: 28px;
}

body.home .em-band__contacts a {
	font-size: 21px;
	font-weight: 500;
}

body.home .em-band__actions {
	justify-content: flex-start;
}

body.home .em-band .em-btn--ghost {
	color: #e8a078 !important;
}

/* Для бетона. Для объекта. — 2×2 полноширинные кадры */
body.home .elementor-element-7439f0a {
	padding: 0 !important;
	background: #0A1F1C !important;
}

body.home .elementor-element-e13188f {
	padding: 72px 6vw 28px !important;
}

body.home .elementor-element-e13188f .elementor-heading-title {
	display: block;
	text-align: left;
	font-size: clamp(32px, 4.8vw, 56px) !important;
	letter-spacing: -0.04em !important;
	max-width: 10ch;
	margin: 0;
	color: var(--em-on-dark) !important;
	font-weight: 600 !important;
	line-height: 1.02;
}

body.home .elementor-element-7a6e1d5 {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	max-width: none;
	margin: 0;
	width: 100% !important;
}

body.home .elementor-element-c5a3640,
body.home .elementor-element-75baf32 {
	display: contents;
}

body.home .elementor-element-7439f0a .elementor-widget-wd_infobox {
	width: 100% !important;
	max-width: none !important;
	flex: none;
	min-height: 56vh;
}

body.home .elementor-element-7439f0a .info-box-wrapper,
body.home .elementor-element-7439f0a .wd-info-box {
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end;
	align-items: flex-start;
	min-height: 56vh;
	margin: 0;
	padding: 40px 36px 36px;
	overflow: hidden;
}

body.home .elementor-element-7439f0a .wd-info-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
	transition: transform 1.1s ease;
	z-index: 0;
}

body.home .elementor-element-7439f0a .elementor-widget-wd_infobox:hover .wd-info-box::before {
	transform: scale(1.06);
}

body.home .elementor-element-e26dbfc .wd-info-box::before {
	background-image: url("assets/img/em-chips-studio.jpg");
}

body.home .elementor-element-a9a958c .wd-info-box::before {
	background-image: url("assets/img/em-pour-stream.jpg");
}

body.home .elementor-element-f9e90a4 .wd-info-box::before {
	background-image: url("assets/img/em-truck-tarp.jpg");
}

body.home .elementor-element-3341d26 .wd-info-box::before {
	background-image: url("assets/img/em-consult-swatches.jpg");
}

body.home .elementor-element-7439f0a .wd-info-box::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 31, 28, 0.08) 20%, rgba(10, 31, 28, 0.88) 100%);
	z-index: 1;
}

body.home .elementor-element-7439f0a .box-icon-wrapper {
	display: none;
}

body.home .elementor-element-7439f0a .info-box-content {
	position: relative;
	z-index: 2;
	max-width: 18ch;
}

body.home .elementor-element-7439f0a .info-box-title {
	margin: 0 0 8px !important;
	font-size: clamp(28px, 3vw, 40px) !important;
	font-weight: 600 !important;
	letter-spacing: -0.035em;
	line-height: 1.05;
	color: #fff !important;
}

body.home .elementor-element-7439f0a .info-box-inner,
body.home .elementor-element-7439f0a .info-box-inner p {
	margin: 0;
	font-size: 17px;
	line-height: 1.4;
	color: rgba(244, 239, 230, 0.78);
}

body.home .elementor-element-7439f0a .wd-info-box-link {
	display: none;
}

/* Редакторский абзац */
body.home .elementor-element-21831d6 {
	background: transparent !important;
	padding: 28px 24px 64px !important;
}

body.home .elementor-element-78ab838 {
	display: block !important;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

body.home .elementor-element-f123f3c {
	display: none !important;
}

body.home .elementor-element-7b7d727 {
	width: 100% !important;
	max-width: none !important;
}

body.home .wd-text-block h2 {
	font-size: 40px;
	letter-spacing: -0.02em;
	line-height: 1.28;
	margin-bottom: 16px;
	color: var(--em-ink);
}

body.home .wd-text-block p {
	font-size: 19px;
	line-height: 1.47;
	color: var(--em-muted);
}

body.home .wd-text-block p + p {
	display: none;
}

/* Заголовки секций без черты */
body.home .title-wrapper .title::after,
body.home .wd-title-style-underlined .title::after {
	display: none !important;
}

/* Студия материалов — линейка как у Apple color lineup */
body.home .em-studio {
	background: #0A1F1C;
	color: var(--em-on-dark);
	padding: 0;
}

body.home .em-studio__head {
	padding: 72px 6vw 28px;
	text-align: left;
}

body.home .em-studio__head p {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 12px;
	padding: 5px 12px;
	border-radius: 980px;
	background: rgba(10, 31, 28, 0.86);
	color: #e8a078;
	font-size: 15px;
	font-weight: 600;
}

body.home .em-studio__head h2 {
	margin: 0;
	max-width: none;
	color: var(--em-on-dark) !important;
	font-size: clamp(32px, 4.5vw, 56px);
	font-weight: 600;
	letter-spacing: -0.022em;
	line-height: 1.18;
}

body.home .em-swatches {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	min-height: 56vh;
}

body.home .em-swatches > a {
	display: block;
	position: relative;
	min-height: 56vh;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}

body.home .em-swatches figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	min-height: 56vh;
	height: 100%;
}

body.home .em-swatches img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.1s ease;
}

body.home .em-swatches > a:hover img {
	transform: scale(1.04);
}

body.home .em-swatches figcaption {
	position: absolute;
	left: 20px;
	bottom: 20px;
	margin: 0;
	padding: 7px 14px;
	border-radius: 980px;
	background: rgba(10, 31, 28, 0.86);
	color: #fff;
	font-family: "Geologica", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.25;
	text-shadow: none;
}

/* Два кадра во всю ширину */
body.home .em-duo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	min-height: 88vh;
}

body.home .em-duo__cell {
	position: relative;
	display: block;
	min-height: 88vh;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}

body.home .em-duo__cell img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s ease;
}

body.home .em-duo__cell:hover img {
	transform: scale(1.05);
}

body.home .em-duo__copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 48px 40px;
	background: linear-gradient(180deg, transparent, rgba(10, 31, 28, 0.88));
}

body.home .em-values {
	background: #0A1F1C;
}

body.home .em-values__head {
	padding: 72px 6vw 28px;
}

body.home .em-values__head h2 {
	margin: 0;
	max-width: none;
	color: var(--em-on-dark) !important;
	font-size: clamp(32px, 4.8vw, 56px);
	font-weight: 600;
	letter-spacing: -0.022em;
	line-height: 1.18;
}

body.home .em-values__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

body.home .em-values__grid .em-duo__cell {
	min-height: 58vh;
}

body.home .em-footer {
	margin-top: 0;
	border-top: none;
	padding: 64px 0 48px;
}

@media (max-width: 1024px) {
	body.home .wd-cats.wd-grid-g,
	body.home .wd-cats {
		grid-template-columns: 1fr;
	}

	body.home .wd-cat .wd-cat-inner {
		min-height: 58vh;
	}

	body.home .elementor-element-e8c2604 {
		overflow: hidden !important;
	}

	body.home .em-trio {
		display: flex;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		min-height: 0;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body.home .em-trio::-webkit-scrollbar {
		display: none;
	}

	body.home .em-trio__cell {
		flex: 0 0 72%;
		min-height: 68svh;
		scroll-snap-align: start;
	}

	body.home .em-swatches {
		grid-template-columns: 1fr 1fr;
		min-height: 0;
	}

	body.home .em-duo {
		grid-template-columns: 1fr;
	}

	body.home .em-values__grid {
		grid-template-columns: 1fr 1fr;
	}

	body.home .em-swatches > a,
	body.home .em-swatches figure,
	body.home .em-duo__cell {
		min-height: 36vh;
	}

	body.home .em-hero,
	body.home .em-band {
		min-height: 72svh;
	}

	body.home .em-trio__copy {
		padding: 36px 24px 32px;
	}

	body.home .elementor-element-7a6e1d5 {
		grid-template-columns: 1fr 1fr;
	}

	body.home .elementor-element-7439f0a .info-box-wrapper,
	body.home .elementor-element-7439f0a .wd-info-box,
	body.home .elementor-element-7439f0a .elementor-widget-wd_infobox {
		min-height: 48vh;
	}

	body.home .elementor-element-c5a3640,
	body.home .elementor-element-75baf32 {
		display: contents;
	}

	body.home .elementor-element-cbaecf9 .elementor-heading-title,
	body.home .elementor-element-e13188f .elementor-heading-title,
	body.home .wd-text-block h2 {
		font-size: 32px !important;
	}
}

@media (max-width: 700px) {
	body.home .elementor-475 > .e-con.e-parent {
		width: 100% !important;
		border-radius: 0;
		margin: 0 0 8px !important;
	}

	body.home .elementor-element-e8c2604 {
		overflow: hidden !important;
	}

	body.home .em-trio {
		display: flex;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 10px;
		min-height: 0;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	body.home .em-trio::-webkit-scrollbar {
		display: none;
	}

	body.home .em-trio__cell {
		flex: 0 0 86%;
		min-height: 72svh;
		scroll-snap-align: start;
	}

	body.home .em-hero__grid,
	body.home .em-band__inner,
	body.home .em-studio__head,
	body.home .em-values__head,
	body.home .em-duo__copy,
	body.home .em-trio__copy {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.home .em-studio__head,
	body.home .em-values__head,
	body.home .elementor-element-e13188f {
		padding-top: 36px !important;
		padding-bottom: 16px !important;
	}

	body.home .em-hero__subtitle,
	body.home .em-band__desc,
	body.home .wd-text-block p {
		font-size: 17px;
	}

	body.home .elementor-element-cbaecf9 .elementor-heading-title,
	body.home .elementor-element-e13188f .elementor-heading-title,
	body.home .wd-text-block h2,
	body.home .em-studio__head h2,
	body.home .em-values__head h2 {
		font-size: 28px !important;
		letter-spacing: -0.02em;
	}

	body.home .elementor-element-cbaecf9 .elementor-heading-title {
		padding: 28px 16px 8px !important;
	}

	body.home .elementor-element-cbaecf9 .wd-products-element {
		padding: 8px 16px 36px;
	}

	body.home .elementor-element-b7ff01e,
	body.home .elementor-element-725c24f {
		padding: 0 !important;
	}

	body.home .elementor-element-cbaecf9 .wd-products.wd-grid-g,
	body.home .elementor-element-cbaecf9 ul.products {
		width: 100% !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	body.home .product-grid-item .wd-entities-title,
	body.home .product-grid-item .wd-entities-title a {
		font-size: 13px;
	}

	body.home .product-grid-item .price {
		font-size: 13px;
	}

	body.home .em-swatches {
		grid-template-columns: 1fr 1fr;
		min-height: 0;
	}

	body.home .em-swatches > a,
	body.home .em-swatches figure {
		min-height: 200px;
	}

	body.home .em-swatches figcaption {
		left: 12px;
		bottom: 12px;
		font-size: 16px;
		padding: 6px 12px;
	}

	body.home .em-duo {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.home .em-duo__cell {
		min-height: 42svh;
	}

	body.home .em-duo__copy {
		padding: 28px 20px 24px;
	}

	body.home .elementor-element-7a6e1d5 {
		grid-template-columns: 1fr 1fr;
	}

	body.home .em-values__grid {
		grid-template-columns: 1fr 1fr;
	}

	body.home .em-values__grid .em-duo__cell,
	body.home .elementor-element-7439f0a .info-box-wrapper,
	body.home .elementor-element-7439f0a .wd-info-box,
	body.home .elementor-element-7439f0a .elementor-widget-wd_infobox {
		min-height: 34svh;
	}

	body.home .elementor-element-7439f0a .info-box-wrapper,
	body.home .elementor-element-7439f0a .wd-info-box {
		padding: 24px 18px 20px;
	}

	body.home .elementor-element-7439f0a .info-box-title {
		font-size: 22px !important;
	}
}
