.sw-before-after {
	background: #130d23;
	border-radius: 26px;
	padding: 34px 34px 30px;
	color: #f8f3ff;
	overflow: hidden;
}

.sw-before-after--plain {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.sw-ba__head {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.sw-ba__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #d2b887;
}

.sw-ba__title {
	margin: 0;
	font-size: clamp(30px, 4.2vw, 60px);
	line-height: 1.05;
	font-weight: 500;
	color: #ffffff;
	max-width: 680px;
}

.sw-ba__helper {
	margin: 0;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.74);
	white-space: nowrap;
	padding-top: 14px;
}

.sw-ba__stage {
	position: relative;
	height: 520px;
	width: 100%;
	max-width: 100%;
	border-radius: 22px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	isolation: isolate;
	touch-action: none;
}

.sw-ba__stage-wrap {
	display: flex;
	justify-content: center;
}

.sw-ba__pane {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.sw-ba__pane--after {
	z-index: 1;
}

.sw-ba__pane img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
	user-select: none;
	-webkit-user-drag: none;
}

.sw-ba__pane--before {
	z-index: 2;
	clip-path: inset(0 calc(100% - var(--sw-ba-position, 50%)) 0 0);
}

.sw-ba__label {
	position: absolute;
	top: 18px;
	background: rgba(255, 255, 255, 0.86);
	color: #58526a;
	border-radius: 999px;
	font-size: 13px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 10px 16px;
	line-height: 1;
	pointer-events: none;
	z-index: 1;
}

.sw-ba__label--before {
	left: 18px;
}

.sw-ba__label--after {
	right: 18px;
}

.sw-ba__divider {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	left: var(--sw-ba-position, 50%);
	z-index: 4;
	pointer-events: none;
}

.sw-ba__divider::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.55);
}

.sw-ba__handle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 999px;
	background: #ffffff;
	color: #2b2140;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 6px 20px rgba(22, 16, 34, 0.22);
}

.sw-ba__range {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 5;
	cursor: ew-resize;
}

@media (max-width: 1024px) {
	.sw-before-after {
		padding: 24px 18px 18px;
		border-radius: 18px;
	}

	.sw-ba__head {
		flex-direction: column;
		gap: 10px;
	}

	.sw-ba__helper {
		padding-top: 0;
		font-size: 13px;
	}

	.sw-ba__label {
		top: 14px;
		font-size: 11px;
		letter-spacing: 0.09em;
		padding: 8px 12px;
	}

	.sw-ba__label--before {
		left: 14px;
	}

	.sw-ba__label--after {
		right: 14px;
	}
}

@media (max-width: 767px) {
	.sw-ba__stage {
		height: 400px;
		border-radius: 16px;
	}

	.sw-ba__title {
		font-size: clamp(28px, 10vw, 48px);
	}

	.sw-ba__label {
		top: 12px;
		font-size: 10px;
		padding: 7px 10px;
	}

	.sw-ba__label--before {
		left: 12px;
	}

	.sw-ba__label--after {
		right: 12px;
	}

	.sw-ba__handle {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}
}
