/* Homepage: compact centered intro + bento gutters
   Outer Elementor .e-con-full stays full-bleed; .cr-home-intro-box carries the width. */

.elementor-13 .elementor-element.elementor-element-3ec1499.e-con,
.elementor-13 .elementor-element.elementor-element-a58c0d3.e-con,
.elementor-13 .cr-home-intro {
	--flex-direction: column !important;
	--align-items: center !important;
	--justify-content: center !important;
	align-items: center !important;
	justify-content: center !important;
}

.elementor-13 .cr-home-intro {
	--width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
}

/* The actual compact column – independent of Elementor --width */
.cr-home-intro-box {
	width: min(720px, calc(100% - 40px));
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 8px;
}

.cr-home-intro-box > .elementor-element {
	width: 100% !important;
	max-width: 100% !important;
	align-self: center !important;
	text-align: center !important;
}

.cr-home-intro-box .elementor-widget-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: center !important;
}

/* Headline – original near-white inactive words */
.elementor-13 .elementor-element.elementor-element-2240a17,
.cr-home-intro-box .elementor-widget-cr_reveal_headline {
	--cr-reveal-active-color: #000000;
	--cr-reveal-inactive-color: #F7F7F7;
	width: 100%;
	text-align: center;
}

.elementor-13 .elementor-element.elementor-element-2240a17 .cr-reveal-headline,
.cr-home-intro-box .cr-reveal-headline {
	text-align: center;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: -0.4px;
}

.elementor-13 .elementor-element.elementor-element-2240a17 .cr-reveal-word,
.cr-home-intro-box .cr-reveal-word {
	color: #F7F7F7;
}

/* Body – compact measure, centered */
.elementor-13 .elementor-element.elementor-element-67334d1,
.cr-home-intro-box .elementor-widget-text-editor {
	width: 100% !important;
	max-width: 36em !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-inline: auto !important;
	margin-bottom: 50px !important;
	text-align: center !important;
	color: #444444 !important;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.7;
	align-self: center !important;
	box-sizing: border-box !important;
}

.elementor-13 .elementor-element.elementor-element-67334d1 > .elementor-widget-container,
.elementor-13 .elementor-element.elementor-element-67334d1 p,
.cr-home-intro-box .elementor-widget-text-editor p {
	max-width: 36em !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-inline: auto !important;
	text-align: center !important;
	color: #444444 !important;
	box-sizing: border-box !important;
}

.elementor-13 .elementor-element.elementor-element-67334d1 p,
.cr-home-intro-box .elementor-widget-text-editor p {
	margin-top: 0;
	margin-bottom: 50px;
}

/* Bento gallery – same content width as .cr-home-intro-box */
.elementor-13 .elementor-element.elementor-element-2508802.e-con {
	--padding-top: 10px;
	--padding-bottom: 10px;
	--padding-left: 0 !important;
	--padding-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	align-items: center !important;
	box-sizing: border-box;
}

.elementor-13 .elementor-element.elementor-element-f2502d1 {
	width: min(720px, calc(100% - 40px));
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.elementor-13 .elementor-element.elementor-element-f2502d1 > .elementor-widget-container,
.elementor-13 .elementor-element.elementor-element-f2502d1 .cr-bento-scroller,
.elementor-13 .elementor-element.elementor-element-f2502d1 .cr-bento-mask,
.elementor-13 .elementor-element.elementor-element-f2502d1 .cr-bento-columns-static {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.cr-home-intro-box {
		width: calc(100% - 16px);
		max-width: 100%;
	}

	.elementor-13 .elementor-element.elementor-element-67334d1,
	.elementor-13 .elementor-element.elementor-element-67334d1 > .elementor-widget-container,
	.elementor-13 .elementor-element.elementor-element-67334d1 p,
	.cr-home-intro-box .elementor-widget-text-editor,
	.cr-home-intro-box .elementor-widget-text-editor p {
		max-width: 100% !important;
		width: 100% !important;
	}

	.elementor-13 .elementor-element.elementor-element-2240a17 .cr-reveal-headline,
	.cr-home-intro-box .cr-reveal-headline {
		font-size: 26px;
	}

	.elementor-13 .elementor-element.elementor-element-f2502d1 {
		width: calc(100% - 16px);
		max-width: 100%;
	}
}
