.levendar-story-page,
.levendar-story-page * {
	box-sizing: border-box;
}

body.levendar-our-story-layout #header-wrapper {
	margin-bottom: 0;
}

.levendar-story-page,
.levendar-story-page__post {
	width: 100%;
}

.levendar-story-page .levendar-story-page__post {
	margin: 0 !important;
}

.levendar-story-hero {
	position: relative;
	display: flex;
	width: 100vw;
	height: min(56.28vw, 941px);
	min-height: 560px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	align-items: center;
	overflow: hidden;
	background-color: #f7f2e8;
	background-image: var(--levendar-story-hero-image);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.levendar-story-hero__content {
	position: relative;
	z-index: 1;
	width: min(39vw, 620px);
	margin-left: clamp(42px, 6vw, 112px);
	color: #273f31;
}

.levendar-story-hero__eyebrow {
	margin: 0 0 clamp(14px, 1.5vw, 24px);
	color: #c0842d;
	font-family: "Manrope", sans-serif;
	font-size: clamp(12px, 1.06vw, 17px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.levendar-story-hero__title {
	margin: 0;
	color: #214b33;
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: clamp(44px, 4.22vw, 70px);
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 0.98;
}

.levendar-story-hero__ornament {
	display: flex;
	width: min(27vw, 455px);
	height: 16px;
	align-items: center;
	gap: 0;
	margin: clamp(18px, 2vw, 32px) 0 clamp(24px, 2.65vw, 42px);
	color: #c58b32;
}

.levendar-story-hero__ornament-line {
	display: block;
	width: clamp(54px, 5.4vw, 90px);
	height: 2px;
	background: #c58b32;
}

.levendar-story-hero__ornament-mark {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	font-size: clamp(11px, 1vw, 16px);
	line-height: 1;
}

.levendar-story-hero__ornament-mark::before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: clamp(110px, 17vw, 285px);
	height: 1px;
	background: linear-gradient(90deg, rgba(197, 139, 50, 0.1), rgba(197, 139, 50, 0.58));
	content: "";
	transform: translateY(-50%);
}

.levendar-story-hero__copy {
	max-width: 38ch;
	color: #3d403d;
	font-family: "Manrope", sans-serif;
	font-size: clamp(14px, 1.16vw, 18px);
	font-weight: 400;
	line-height: 1.48;
}

.levendar-story-hero__copy p {
	margin: 0;
}

.levendar-story-hero__copy p + p {
	margin-top: clamp(19px, 2.15vw, 34px);
}

.levendar-story-hero__cta {
	display: inline-flex;
	min-width: clamp(250px, 25vw, 315px);
	min-height: clamp(46px, 4.55vw, 62px);
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: clamp(26px, 3.25vw, 50px);
	border: 1px solid #214b33;
	border-radius: 6px;
	padding: 12px clamp(18px, 2vw, 30px);
	background: #214b33;
	box-shadow: 0 5px 13px rgba(33, 75, 51, 0.12);
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: clamp(12px, 1vw, 15px);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.levendar-story-hero__cta:hover,
.levendar-story-hero__cta:focus-visible {
	border-color: #173c27;
	background: #173c27;
	color: #fff;
	transform: translateY(-1px);
}

.levendar-story-hero__cta:focus-visible {
	outline: 3px solid rgba(197, 139, 50, 0.5);
	outline-offset: 3px;
}

.levendar-story-hero__cta-arrow {
	font-size: 1.35em;
	font-weight: 400;
	line-height: 1;
	transition: transform 180ms ease;
}

.levendar-story-hero__cta:hover .levendar-story-hero__cta-arrow,
.levendar-story-hero__cta:focus-visible .levendar-story-hero__cta-arrow {
	transform: translateX(3px);
}

.levendar-story-origin {
	display: grid;
	width: 100vw;
	min-height: clamp(460px, 45vw, 720px);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: #fbf8f2;
}

.levendar-story-origin__visual {
	position: relative;
	min-width: 0;
	min-height: inherit;
	overflow: hidden;
}

.levendar-story-origin__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.levendar-story-origin__panel {
	display: flex;
	min-width: 0;
	align-items: center;
	background: #fbf8f2;
}

.levendar-story-origin__content {
	width: min(39vw, 650px);
	margin-left: clamp(48px, 6.2vw, 118px);
	padding: clamp(34px, 4vw, 62px) clamp(30px, 4vw, 76px) clamp(34px, 4vw, 62px) 0;
}

.levendar-story-origin__eyebrow {
	margin: 0 0 clamp(10px, 1.3vw, 19px);
	color: #c0842d;
	font-family: "Manrope", sans-serif;
	font-size: clamp(12px, 1.02vw, 16px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.levendar-story-origin__title {
	margin: 0;
	color: #214b33;
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: clamp(34px, 3.35vw, 56px);
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 1.02;
}

.levendar-story-origin__ornament {
	display: flex;
	width: min(25vw, 420px);
	height: 15px;
	align-items: center;
	margin: clamp(15px, 1.8vw, 28px) 0 clamp(21px, 2.25vw, 35px);
	color: #c58b32;
}

.levendar-story-origin__ornament-line {
	display: block;
	width: clamp(48px, 4.7vw, 78px);
	height: 2px;
	background: #c58b32;
}

.levendar-story-origin__ornament-mark {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	font-size: clamp(10px, 0.95vw, 15px);
	line-height: 1;
}

.levendar-story-origin__ornament-mark::before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: clamp(100px, 15.5vw, 260px);
	height: 1px;
	background: linear-gradient(90deg, rgba(197, 139, 50, 0.1), rgba(197, 139, 50, 0.58));
	content: "";
	transform: translateY(-50%);
}

.levendar-story-origin__copy {
	max-width: 42ch;
	color: #3d403d;
	font-family: "Manrope", sans-serif;
	font-size: clamp(13px, 1.08vw, 17px);
	font-weight: 400;
	line-height: 1.48;
}

.levendar-story-origin__copy p {
	margin: 0;
}

.levendar-story-origin__copy p + p {
	margin-top: clamp(18px, 1.95vw, 30px);
}

.levendar-story-approach {
	position: relative;
	width: 100vw;
	min-height: clamp(443px, 43.3vw, 700px);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.86), transparent 50%),
		linear-gradient(180deg, #fbf8f2 0%, #f8f4eb 100%);
	color: #3d403d;
	font-family: "Manrope", sans-serif;
}

.levendar-story-approach__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: clamp(32px, 3.4vw, 54px) 24px clamp(30px, 3vw, 48px);
}

.levendar-story-approach__header {
	width: min(100%, 960px);
	margin: 0 auto;
	text-align: center;
}

.levendar-story-approach__eyebrow {
	margin: 0 0 clamp(9px, 1vw, 15px);
	color: #c0842d;
	font-size: clamp(12px, 1.02vw, 16px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.levendar-story-approach__title {
	margin: 0;
	color: #214b33;
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: clamp(34px, 3.25vw, 54px);
	font-weight: 600;
	letter-spacing: -0.018em;
	line-height: 1.05;
}

.levendar-story-approach__ornament {
	position: relative;
	display: flex;
	width: min(31vw, 315px);
	height: 14px;
	align-items: center;
	justify-content: center;
	margin: clamp(11px, 1.25vw, 20px) auto clamp(12px, 1.35vw, 21px);
	color: #c58b32;
}

.levendar-story-approach__ornament::before,
.levendar-story-approach__ornament::after {
	height: 1px;
	flex: 1;
	background: linear-gradient(90deg, rgba(197, 139, 50, 0.06), rgba(197, 139, 50, 0.48));
	content: "";
}

.levendar-story-approach__ornament::after {
	background: linear-gradient(90deg, rgba(197, 139, 50, 0.48), rgba(197, 139, 50, 0.06));
}

.levendar-story-approach__ornament-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	font-size: clamp(10px, 0.95vw, 14px);
	line-height: 1;
}

.levendar-story-approach__intro {
	max-width: 62ch;
	margin: 0 auto;
	font-size: clamp(13px, 1.12vw, 17px);
	line-height: 1.48;
}

.levendar-story-approach__grid {
	display: grid;
	width: min(79vw, 1200px);
	margin: clamp(21px, 2.2vw, 35px) auto 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: clamp(24px, 2vw, 34px);
}

.levendar-story-approach__item {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding-top: 43px;
	text-align: center;
}

.levendar-story-approach__icon {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
	background: #fbf9f4;
	box-shadow: 0 5px 18px rgba(67, 76, 53, 0.025);
	transform: translateX(-50%);
}

.levendar-story-approach__icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transform: scale(1.48);
}

.levendar-story-approach__card {
	display: flex;
	width: 100%;
	min-height: 178px;
	flex: 1 1 auto;
	flex-direction: column;
	border-radius: 17px 17px 22px 22px;
	padding: 43px 15px 16px;
	background: rgba(255, 255, 255, 0.62);
	box-shadow: 0 8px 25px rgba(73, 84, 60, 0.018);
}

.levendar-story-approach__item-title {
	margin: 0;
	color: #214b33;
	font-family: "Manrope", sans-serif;
	font-size: clamp(13px, 1.15vw, 16px);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.28;
}

.levendar-story-approach__card p {
	margin: clamp(10px, 1.15vw, 16px) 0 0;
	color: #484943;
	font-size: clamp(12px, 1.02vw, 14px);
	line-height: 1.45;
}

.levendar-story-approach__botanical {
	position: absolute;
	z-index: 0;
	width: clamp(92px, 12vw, 150px);
	height: auto;
	color: #9eae77;
	opacity: 0.16;
}

.levendar-story-approach__botanical path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.levendar-story-approach__botanical ellipse {
	fill: currentColor;
	stroke: rgba(91, 111, 65, 0.35);
	stroke-width: 1;
}

.levendar-story-approach__botanical--left {
	top: 32%;
	left: -32px;
	transform: rotate(-9deg);
}

.levendar-story-approach__botanical--right {
	top: 12%;
	right: -24px;
	transform: scaleX(-1) rotate(-9deg);
}

.levendar-story-faq {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: #fff;
	color: #3e3e3c;
	font-family: "Manrope", sans-serif;
}

.levendar-story-faq__inner {
	width: 100%;
	padding: 80px 24px;
}

.levendar-story-faq__header {
	margin: 0 auto;
	text-align: center;
}

.levendar-story-faq__title {
	margin: 0;
	color: #254828;
	font-family: "Belleza", "Cormorant Garamond", serif;
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.15;
}

.levendar-story-faq__ornament {
	display: block;
	width: 190px;
	height: 10px;
	margin: 32px auto 0;
}

.levendar-story-faq__accordion {
	width: min(100%, 800px);
	margin: 48px auto 0;
}

.levendar-story-faq__item {
	border-bottom: 1px solid #e3e3df;
}

.levendar-story-faq__question {
	display: flex;
	min-height: 99px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 30px 30px 0;
	color: #4d4d4b;
	cursor: pointer;
	font-family: "Belleza", "Cormorant Garamond", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	list-style: none;
}

.levendar-story-faq__question::-webkit-details-marker {
	display: none;
}

.levendar-story-faq__question::marker {
	content: "";
}

.levendar-story-faq__item[open] > .levendar-story-faq__question {
	color: #181817;
}

.levendar-story-faq__question:focus-visible {
	border-radius: 3px;
	outline: 3px solid rgba(197, 139, 50, 0.42);
	outline-offset: 3px;
}

.levendar-story-faq__chevron {
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translate(-2px, 2px);
	transition: transform 180ms ease;
}

.levendar-story-faq__item[open] .levendar-story-faq__chevron {
	transform: rotate(225deg) translate(-2px, 2px);
}

.levendar-story-faq__answer {
	padding: 0 80px 30px 0;
	color: #424240;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

.levendar-story-faq__answer p {
	margin: 0;
}

.levendar-story-faq__answer strong {
	font-weight: 700;
}

@media (max-width: 1024px) {
	.levendar-story-hero__content {
		width: min(42vw, 430px);
		margin-left: clamp(42px, 6vw, 62px);
	}

	.levendar-story-hero__copy {
		font-size: 14px;
	}

	.levendar-story-origin__content {
		width: calc(100% - 64px);
		margin-left: 64px;
		padding: 40px 34px 10px 0;
	}

	.levendar-story-origin__copy {
		font-size: 13px;
	}

	.levendar-story-approach__inner {
		padding-top: 32px;
		padding-bottom: 30px;
	}

	.levendar-story-approach__grid {
		width: min(79vw, 808px);
		gap: 24px;
	}

	.levendar-story-approach__intro {
		font-size: 13px;
	}

	.levendar-story-approach__item-title {
		font-size: 13px;
	}

	.levendar-story-approach__card p {
		font-size: 12px;
	}
}

@media (max-width: 900px) {
	.levendar-story-approach__grid {
		width: min(100%, 590px);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.levendar-story-hero {
		display: flex;
		height: auto;
		min-height: 0;
		align-items: stretch;
		flex-direction: column;
		background-image: none;
	}

	.levendar-story-hero::after {
		display: block;
		width: 100%;
		height: clamp(285px, 77vw, 455px);
		background-color: #eee4d4;
		background-image: var(--levendar-story-hero-image);
		background-position: 69% center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
	}

	.levendar-story-hero__content {
		width: 100%;
		margin: 0;
		padding: 44px 31px 42px;
		background: #f8f3e9;
	}

	.levendar-story-hero__eyebrow {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.levendar-story-hero__title {
		font-size: clamp(40px, 11.5vw, 55px);
		line-height: 1;
	}

	.levendar-story-hero__ornament {
		width: min(82vw, 360px);
		margin: 20px 0 27px;
	}

	.levendar-story-hero__ornament-mark::before {
		width: clamp(110px, 50vw, 220px);
	}

	.levendar-story-hero__copy {
		max-width: 41ch;
		font-size: 14px;
		line-height: 1.55;
	}

	.levendar-story-hero__copy p + p {
		margin-top: 20px;
	}

	.levendar-story-hero__cta {
		width: min(100%, 310px);
		min-height: 50px;
		margin-top: 28px;
		font-size: 12px;
	}

	.levendar-story-origin {
		min-height: 0;
		grid-template-columns: minmax(0, 1fr);
	}

	.levendar-story-origin__visual {
		min-height: clamp(330px, 100vw, 500px);
	}

	.levendar-story-origin__image {
		object-position: center center;
	}

	.levendar-story-origin__content {
		width: 100%;
		margin: 0;
		padding: 44px 31px 48px;
	}

	.levendar-story-origin__eyebrow {
		margin-bottom: 13px;
		font-size: 12px;
	}

	.levendar-story-origin__title {
		font-size: clamp(38px, 10.5vw, 50px);
		line-height: 1;
	}

	.levendar-story-origin__ornament {
		width: min(82vw, 360px);
		margin: 20px 0 27px;
	}

	.levendar-story-origin__ornament-mark::before {
		width: clamp(110px, 50vw, 220px);
	}

	.levendar-story-origin__copy {
		max-width: 43ch;
		font-size: 14px;
		line-height: 1.55;
	}

	.levendar-story-origin__copy p + p {
		margin-top: 20px;
	}

	.levendar-story-approach {
		min-height: 0;
	}

	.levendar-story-approach__inner {
		padding: 46px 23px 52px;
	}

	.levendar-story-approach__header {
		max-width: 430px;
	}

	.levendar-story-approach__eyebrow {
		font-size: 12px;
	}

	.levendar-story-approach__title {
		font-size: clamp(38px, 10.5vw, 50px);
		line-height: 1;
	}

	.levendar-story-approach__ornament {
		width: min(82vw, 330px);
		margin: 19px auto 20px;
	}

	.levendar-story-approach__intro {
		max-width: 39ch;
		font-size: 14px;
		line-height: 1.55;
	}

	.levendar-story-approach__botanical {
		opacity: 0.1;
	}

	.levendar-story-faq__inner {
		padding: 56px 31px 60px;
	}

	.levendar-story-faq__title {
		font-size: clamp(38px, 10.5vw, 48px);
		line-height: 1.05;
	}

	.levendar-story-faq__ornament {
		margin-top: 24px;
	}

	.levendar-story-faq__accordion {
		margin-top: 36px;
	}

	.levendar-story-faq__question {
		min-height: 0;
		gap: 16px;
		padding: 24px 8px 24px 0;
		font-size: 18px;
		line-height: 1.35;
	}

	.levendar-story-faq__answer {
		padding: 0 28px 24px 0;
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (max-width: 560px) {
	.levendar-story-approach__grid {
		width: min(100%, 310px);
		margin-top: 28px;
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.levendar-story-approach__card {
		min-height: 168px;
		padding-right: 25px;
		padding-left: 25px;
	}

	.levendar-story-approach__item-title {
		font-size: 14px;
	}

	.levendar-story-approach__card p {
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.levendar-story-hero__cta,
	.levendar-story-hero__cta-arrow,
	.levendar-story-faq__chevron {
		transition: none;
	}
}
