.ckm-about .ckm-home-section {
	padding-block: 64px;
}

/* Elementor snapshot of About Us (page 2869). */
.elementor-2869 .elementor-image-carousel-wrapper.swiper {
	position: relative;
	width: calc(100% - 20px);
	max-width: 1900px;
	margin: 10px auto 0;
	overflow: hidden;
	aspect-ratio: 1900 / 415;
	background: #090909;
	border-radius: 20px;
	clip-path: inset(0 round 20px);
	touch-action: pan-y;
}

.elementor-2869 .elementor-image-carousel {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 500ms ease;
	will-change: transform;
}

.elementor-2869 .elementor-image-carousel,
.elementor-2869 .swiper-slide,
.elementor-2869 .swiper-slide-inner,
.elementor-2869 .swiper-slide-image {
	border-radius: inherit;
}

.elementor-2869 .swiper-slide,
.elementor-2869 .swiper-slide-inner {
	overflow: hidden;
}

.elementor-2869 .swiper-slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.elementor-2869 .swiper-slide-inner {
	margin: 0;
	line-height: 0;
}

.elementor-2869 .swiper-slide-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elementor-2869 .swiper-slide-inner,
.elementor-2869 .swiper-slide-inner picture {
	display: block;
	width: 100%;
	height: 100%;
}

.elementor-2869 .elementor-swiper-button {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--c-on-dark);
	cursor: pointer;
	transform: translateY(-50%);
}

.elementor-2869 .elementor-swiper-button-prev { left: 16px; }
.elementor-2869 .elementor-swiper-button-next { right: 16px; }

.elementor-2869 .elementor-swiper-button svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.elementor-2869 .elementor-element.elementor-element-c991b96 {
	overflow: visible;
}

.ckm-about-intro {
	padding-top: 52px;
}

.ckm-about-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 24px;
	align-items: stretch;
}

.ckm-about-intro__copy,
.ckm-about-mission,
.ckm-about-offer {
	border-radius: 8px;
	background: var(--c-surface);
}

.ckm-about-intro__copy {
	padding: 28px;
}

.ckm-about-intro__copy h2 {
	margin: 0 0 16px;
	color: var(--c-ink-2);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 700;
	line-height: 1.15;
}

.ckm-about-intro__copy p,
.ckm-about-mission p,
.ckm-about-offer p {
	margin: 0;
	color: var(--c-ink-2);
	line-height: 1.6;
}

.ckm-about-mission {
	padding: 28px;
	border-left: 3px solid var(--c-accent);
}

.ckm-about-mission h3,
.ckm-about-offer h3 {
	margin: 0 0 10px;
	color: var(--c-ink-2);
	line-height: 1.25;
}

.ckm-about-mission h3 {
	font-size: 22px;
}

.ckm-about-offer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ckm-about-offer {
	min-height: 210px;
	padding: 22px;
}

.ckm-about-offer__icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	border-radius: 8px;
	background: var(--c-panel-strong);
	color: var(--c-on-dark);
}

.ckm-about-offer__icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.ckm-about-offer h3 {
	font-size: 18px;
}

.ckm-about .ckm-home-features {
	margin-top: 10px;
}

/* Elementor About snapshot: yellow mission panel always uses the brand's
   dark foreground, independently of the active site theme. */
.elementor-2869 .elementor-element.elementor-element-afbbd03 :is(
	.elementor-heading-title,
	.elementor-widget-text-editor,
	.elementor-widget-text-editor p
) {
	color: var(--c-primary-ink) !important;
}

/* Tighten the offer grid and its oversized generated card padding. */
.elementor-2869 .elementor-element.elementor-element-dc66397 {
	--gap: 14px 14px;
	--row-gap: 14px;
	--column-gap: 14px;
}

.elementor-2869 .elementor-element.elementor-element-dc66397 > .e-con-inner > .e-con {
	--padding-top: 32px;
	--padding-bottom: 32px;
}

.elementor-2869 .elementor-element.elementor-element-f402a8c.elementor-wc-products ul.products li.product:hover {
	box-shadow: var(--shadow-card-hover);
}

@media (max-width: 1024px) {
	.elementor-2869 .elementor-image-carousel-wrapper.swiper {
		aspect-ratio: 1 / 1;
	}

	.ckm-about-intro__grid {
		grid-template-columns: 1fr;
	}

	.ckm-about-offer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.elementor-2869 .elementor-image-carousel-wrapper.swiper {
		width: 100%;
		margin-top: 0;
		border-radius: 0;
		clip-path: none;
	}

	.elementor-2869 .elementor-swiper-button {
		width: 40px;
		height: 40px;
	}

	.elementor-2869 .elementor-swiper-button-prev { left: 14px; }
	.elementor-2869 .elementor-swiper-button-next { right: 14px; }

	.ckm-about .ckm-home-section {
		padding: 42px 12px;
	}

	.ckm-about-intro {
		padding-top: 36px;
	}

	.ckm-about-intro__copy,
	.ckm-about-mission,
	.ckm-about-offer {
		padding: 18px;
	}

	.ckm-about-intro__copy h2 {
		font-size: 28px;
		text-align: center;
	}

	.ckm-about-intro__copy p,
	.ckm-about-mission,
	.ckm-about-offer {
		text-align: center;
	}

	.ckm-about-offer-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.elementor-2869 .elementor-element.elementor-element-dc66397 {
		--gap: 12px 12px;
		--row-gap: 12px;
		--column-gap: 12px;
	}

	.elementor-2869 .elementor-element.elementor-element-dc66397 > .e-con-inner > .e-con {
		--padding-top: 26px;
		--padding-bottom: 26px;
	}

	.ckm-about-offer {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elementor-2869 .elementor-image-carousel { transition: none; }
}
