.about-story {
	width: 100%;
	overflow: hidden;
}

@font-face {
	font-family: "Baleday";
	src: url("../fonts/baleday/Baleday.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

.about-story__section {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 70vh;
	padding: clamp(24px, 3vw, 48px) 7vw;
	background: transparent;
}

.about-story__content {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	width: min(1250px, 100%);
	margin: 0 auto;
}

.about-story__text,
.about-story__text * {
	font-family: "TT Chocolates", var(--e-global-typography-text-font-family), sans-serif;
}

.about-story__text .elementor-widget-container {
	font-family: "TT Chocolates", var(--e-global-typography-text-font-family), sans-serif;
	font-size: clamp(1rem, 1.15vw, 1.18rem);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: 1.55;
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: #eee9df;
	max-width: 36rem;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.about-story__text p {
	font-family: inherit !important;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0 0 1.4em;
}

.about-story__text p:last-child {
	margin-bottom: 0;
}

.about-story__text strong {
	font-family: inherit;
	color: #f1ede5;
}

.about-story__text .elementor-widget-container,
.about-story__image .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

.about-story__image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 68vh;
	object-fit: contain;
}

.about-story__section--1 .about-story__text p:first-child {
	font-size: clamp(1.5rem, 2.2vw, 2.35rem);
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 1.6em;
	max-width: 30rem;
	color: #f1ede5;
}

.about-story__section--1 .elementor-element-1c55cc5 {
	margin: 20px;
}

.about-story__section--4 .about-story__text .elementor-widget-container {
	font-size: clamp(1.05rem, 1.5vw, 1.5rem);
	line-height: 1.5;
}

.about-story__section--3 .about-story__text .elementor-widget-container,
.about-story__section--3 .about-story__text p {
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 700;
	line-height: 1.35;
	color: #eee9df;
}

.about-story__section--3 .elementor-element-bc10bcd .elementor-widget-container::before {
	content: "\201C";
}

.about-story__section--3 .elementor-element-bc10bcd .elementor-widget-container::after {
	content: "\201D";
}

.about-story__section--final {
	padding-top: clamp(24px, 4vw, 48px);
	padding-bottom: clamp(24px, 4vw, 48px);
}

.about-story__section--final .elementor-element-716bf9f p:last-of-type,
.about-story__section--final .elementor-element-716bf9f p:last-of-type * {
	font-family: "Baleday", "TT Chocolates", sans-serif !important;
	font-size: clamp(1.4rem, 2.4vw, 2.4rem);
	line-height: 1.2;
	color: #f1ede5;
}

.about-story__section--final .about-story__content {
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	max-width: 1300px;
	gap: clamp(28px, 4vw, 64px);
}

.about-story__section--final .about-story__image img {
	max-height: 78vh;
}

.about-story__section:nth-child(even) .about-story__text {
	grid-column: 2;
	grid-row: 1;
}

.about-story__section:nth-child(even) .about-story__image {
	grid-column: 1;
	grid-row: 1;
}

.about-story__text,
.about-story__image {
	opacity: 0;
	transition:
		opacity 1s ease,
		transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-story__text {
	transform: translateY(30px);
}

.about-story__image {
	transform: translateY(45px);
	transition-delay: 0.12s;
}

.about-story__section.is-visible .about-story__text,
.about-story__section.is-visible .about-story__image {
	opacity: 1;
	transform: translateY(0);
}

/* Mobile */

@media (max-width: 767px) {

	.about-story__section {
		min-height: auto;
		padding: 4vh 7vw;
	}

	.about-story__content,
	.about-story__section:nth-child(even) .about-story__content {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}

	.about-story__text,
	.about-story__section:nth-child(even) .about-story__text {
		position: relative;
		grid-column: auto;
		grid-row: auto;
		width: 100%;
		margin: 0;
		padding: 0;
		transform: none;
	}

	.about-story__image,
	.about-story__section:nth-child(even) .about-story__image {
		position: relative;
		grid-column: auto;
		grid-row: auto;
		width: 100%;
		margin: 0;
	}

	.about-story__section--final .about-story__image img {
		max-height: none;
	}

	.about-story__section--1 .about-story__text p:first-child {
		font-size: 1.65rem;
		line-height: 1.2;
	}

	.about-story__section--4 .about-story__text .elementor-widget-container {
		font-size: 1.2rem;
	}

	.about-story__section--3 .about-story__text .elementor-widget-container,
	.about-story__section--3 .about-story__text p {
		font-size: 1.35rem;
	}

	.about-story__image img {
		max-height: none;
		width: 100%;
		height: auto;
	}
}
.about-story__section--4 .about-story__content {
	gap: clamp(40px, 6vw, 90px);
}
