.sw-story-chapter,
.sw-story-chapter * {
	box-sizing: border-box;
}

.elementor-widget-seewell_story_chapter {
	margin-block-end: 0;
}

.e-con:has(> .elementor-widget-seewell_story_chapter) {
	padding: 0 !important;
}

.sw-story-chapter {
	--sw-story-image-width: 42%;
	--sw-story-image-focus: center center;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	padding: 80px 24px;
	background: #f7f6f2;
	color: #333;
	font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sw-story-chapter__inner {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	gap: 96px;
}

.sw-story-chapter--image-right .sw-story-chapter__inner {
	flex-direction: row-reverse;
}

.sw-story-chapter__media {
	flex: 0 0 var(--sw-story-image-width);
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 16px;
	background: #e9e7e2;
	box-shadow: 0 8px 26px rgba(40, 48, 45, 0.09);
}

.sw-story-chapter--ratio-3-4 .sw-story-chapter__media { aspect-ratio: 3 / 4; }
.sw-story-chapter--ratio-4-3 .sw-story-chapter__media { aspect-ratio: 4 / 3; }
.sw-story-chapter--ratio-16-9 .sw-story-chapter__media { aspect-ratio: 16 / 9; }
.sw-story-chapter--ratio-1-1 .sw-story-chapter__media { aspect-ratio: 1; }

.sw-story-chapter__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--sw-story-image-focus);
}

.sw-story-chapter--ratio-original .sw-story-chapter__media img {
	height: auto;
}

.sw-story-chapter__content {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 580px;
}

.sw-story-chapter__label {
	margin: 0 0 16px;
	color: #c39160;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.sw-story-chapter__heading {
	margin: 0 0 24px;
	color: #333;
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 720;
	line-height: 1.12;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.sw-story-chapter__paragraphs {
	color: #5f625f;
	font-size: clamp(15px, 1.15vw, 17px);
	line-height: 1.72;
}

.sw-story-chapter__paragraphs p {
	margin: 0 0 18px;
}

.sw-story-chapter__paragraphs p:last-child {
	margin-bottom: 0;
}

.sw-story-chapter-ready .sw-story-chapter__media,
.sw-story-chapter-ready .sw-story-chapter__content {
	opacity: 0;
	transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.sw-story-chapter-ready.sw-story-chapter--image-left.sw-story-chapter--animation-auto .sw-story-chapter__media,
.sw-story-chapter-ready.sw-story-chapter--animation-left .sw-story-chapter__media {
	transform: translateX(-28px);
}

.sw-story-chapter-ready.sw-story-chapter--image-left.sw-story-chapter--animation-auto .sw-story-chapter__content,
.sw-story-chapter-ready.sw-story-chapter--animation-left .sw-story-chapter__content {
	transform: translateX(28px);
}

.sw-story-chapter-ready.sw-story-chapter--image-right.sw-story-chapter--animation-auto .sw-story-chapter__media,
.sw-story-chapter-ready.sw-story-chapter--animation-right .sw-story-chapter__media {
	transform: translateX(28px);
}

.sw-story-chapter-ready.sw-story-chapter--image-right.sw-story-chapter--animation-auto .sw-story-chapter__content,
.sw-story-chapter-ready.sw-story-chapter--animation-right .sw-story-chapter__content {
	transform: translateX(-28px);
}

.sw-story-chapter-ready.sw-story-chapter--animation-up .sw-story-chapter__media,
.sw-story-chapter-ready.sw-story-chapter--animation-up .sw-story-chapter__content {
	transform: translateY(28px);
}

.sw-story-chapter-ready.sw-story-chapter--animation-none .sw-story-chapter__media,
.sw-story-chapter-ready.sw-story-chapter--animation-none .sw-story-chapter__content,
.sw-story-chapter-ready.is-visible .sw-story-chapter__media,
.sw-story-chapter-ready.is-visible .sw-story-chapter__content {
	opacity: 1;
	transform: none;
}

.sw-story-chapter-ready.sw-story-chapter--animation-none .sw-story-chapter__media,
.sw-story-chapter-ready.sw-story-chapter--animation-none .sw-story-chapter__content {
	transition: none;
}

@media (max-width: 767px) {
	.sw-story-chapter {
		padding: 64px 16px;
	}

	.sw-story-chapter__inner,
	.sw-story-chapter--image-right .sw-story-chapter__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}

	.sw-story-chapter__media {
		flex-basis: auto;
		width: 100%;
	}

	.sw-story-chapter__content {
		width: 100%;
		max-width: none;
	}

	.sw-story-chapter__heading {
		margin-bottom: 20px;
		font-size: 34px;
	}

	.sw-story-chapter__paragraphs {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sw-story-chapter-ready .sw-story-chapter__media,
	.sw-story-chapter-ready .sw-story-chapter__content {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
