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

.shyam-story {
	position: relative;
	width: 100%;
	max-width: 100%;
	background: #fffdf9;
	color: #07151a;
	overflow: hidden;
	isolation: isolate;
}

.shyam-story a {
	color: inherit;
	text-decoration: none;
}

.shyam-story a:hover,
.shyam-story a:focus {
	color: inherit;
	text-decoration: none;
}

.shyam-story svg {
	fill: currentColor;
}

.shyam-story__container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 54px;
}

.shyam-story__grid {
	--shyam-story-visual-width: 50%;
	display: grid;
	grid-template-columns: var(--shyam-story-visual-width) minmax(0, 1fr);
	gap: 78px;
	align-items: center;
}

.shyam-story__visual,
.shyam-story__content {
	min-width: 0;
}

.shyam-story__visual {
	position: relative;
	min-height: 570px;
}

.shyam-story__image-card {
	position: absolute;
	display: block;
	padding: 9px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(40, 44, 35, .13);
	overflow: hidden;
}

.shyam-story__image-card img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	transition: transform .45s ease;
}

.shyam-story__image-card:hover img {
	transform: scale(1.025);
}

.shyam-story__image-card--main {
	top: 0;
	left: 10%;
	z-index: 1;
	width: 82%;
	height: 340px;
}

.shyam-story__image-card--kitchen {
	bottom: 22px;
	left: 0;
	z-index: 5;
	width: 43%;
	height: 230px;
}

.shyam-story__image-card--trays {
	bottom: 0;
	left: 30%;
	z-index: 2;
	width: 35%;
	height: 225px;
}

.shyam-story__quote-card {
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 41%;
	min-height: 270px;
	padding: 34px 28px 30px;
	border: 8px solid #fff;
	border-radius: 16px;
	background: #05784f;
	box-shadow: 0 12px 32px rgba(40, 44, 35, .14);
	overflow: hidden;
}

.shyam-story__quote-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-bottom: 7px;
	color: #d8f2e5;
	font-size: 22px;
}

.shyam-story__quote-icon svg {
	width: 1em;
	height: 1em;
}

.shyam-story__quote-text {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.55;
}

.shyam-story__quote-decor {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: rgba(255,255,255,.18);
	font-size: 46px;
	transform: rotate(-18deg);
}

.shyam-story__quote-decor svg {
	width: 1em;
	height: 1em;
}

.shyam-story__heart {
	position: absolute;
	top: 245px;
	right: 0;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border: 7px solid #fff;
	border-radius: 50%;
	background: #fff;
	color: #ff6f0d;
	box-shadow: 0 8px 22px rgba(31, 47, 39, .17);
}

.shyam-story__heart i {
	font-size: 34px;
}

.shyam-story__heart svg {
	width: 34px;
	height: 34px;
}

.shyam-story__content {
	position: relative;
	z-index: 3;
}

.shyam-story__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-bottom: 27px;
	padding: 7px 18px;
	border: 1px solid #80c8aa;
	border-radius: 999px;
	background: #fff;
	color: #315f4e;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .025em;
}

.shyam-story__badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f1740b;
	font-size: 14px;
}

.shyam-story__badge-icon svg {
	width: 1em;
	height: 1em;
}

.shyam-story__heading {
	margin: 0 0 26px;
	padding: 0;
	color: #07151a;
	font-size: clamp(38px, 3.45vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.shyam-story__heading-line {
	display: block;
}

.shyam-story__heading-accent {
	color: #09825c;
}

.shyam-story__paragraph {
	max-width: 720px;
	color: #3c4548;
	font-size: 18px;
	line-height: 1.65;
}

.shyam-story__paragraph > *:first-child {
	margin-top: 0;
}

.shyam-story__paragraph > *:last-child {
	margin-bottom: 0;
}

.shyam-story__paragraph + .shyam-story__paragraph {
	margin-top: 22px;
}

.shyam-story__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.shyam-story__feature {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding: 0 18px 0 0;
	transition: transform .22s ease;
}

.shyam-story__feature:hover {
	transform: translateY(-2px);
}

.shyam-story__feature:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 5%;
	right: -12px;
	width: 1px;
	height: 90%;
	background: #e2e5dc;
}

.shyam-story__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin-bottom: 13px;
	border: 1px solid #e6ebdd;
	border-radius: 50%;
	background: #f6f8ec;
	color: #09825c;
	font-size: 31px;
	box-shadow: 0 6px 16px rgba(43, 75, 57, .06);
}

.shyam-story__feature-icon svg {
	width: 31px;
	height: 31px;
}

.shyam-story__feature-title {
	margin-bottom: 7px;
	color: #09825c;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.shyam-story__feature-description {
	color: #3d4648;
	font-size: 15px;
	line-height: 1.48;
}

.shyam-story__dots {
	position: absolute;
	top: 28%;
	right: 0;
	z-index: 1;
	display: block;
	width: 82px;
	height: 82px;
	color: #f49a42;
	opacity: .78;
	background-image: radial-gradient(circle, currentColor 1.5px, transparent 1.8px);
	background-size: 18px 18px;
	pointer-events: none;
}

@media (max-width: 1180px) {
	.shyam-story__grid {
		--shyam-story-visual-width: 48%;
		gap: 44px;
	}

	.shyam-story__quote-text {
		font-size: 20px;
	}

	.shyam-story__heading {
		font-size: 45px;
	}

	.shyam-story__paragraph {
		font-size: 16px;
	}

	.shyam-story__feature-title {
		font-size: 16px;
	}

	.shyam-story__feature-description {
		font-size: 13px;
	}
}

@media (max-width: 900px) {
	.shyam-story__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.shyam-story__visual {
		width: min(100%, 720px);
		margin: 0 auto;
	}

	.shyam-story__content {
		width: min(100%, 760px);
		margin: 0 auto;
	}

	.shyam-story__heading {
		font-size: 48px;
	}

	.shyam-story__paragraph {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.shyam-story__container {
		padding: 32px 16px 36px;
	}

	.shyam-story__grid {
		gap: 34px;
	}

	.shyam-story-mobile-first-content .shyam-story__content {
		order: 1;
	}

	.shyam-story-mobile-first-content .shyam-story__visual {
		order: 2;
	}

	.shyam-story__visual {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		min-height: 0 !important;
	}

	.shyam-story__image-card,
	.shyam-story__quote-card {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100% !important;
		height: auto !important;
		min-height: 0;
	}

	.shyam-story__image-card--main {
		grid-column: 1 / -1;
		height: 245px !important;
	}

	.shyam-story__image-card--kitchen,
	.shyam-story__image-card--trays {
		height: 170px !important;
	}

	.shyam-story__quote-card {
		grid-column: 1 / -1;
		min-height: 0;
		padding: 25px 24px;
		border-width: 6px;
	}

	.shyam-story__quote-text {
		font-size: 20px;
		line-height: 1.45;
	}

	.shyam-story__heart {
		top: 215px;
		right: 14px;
		width: 56px;
		height: 56px;
		border-width: 5px;
	}

	.shyam-story__heart i {
		font-size: 27px;
	}

	.shyam-story__heart svg {
		width: 27px;
		height: 27px;
	}

	.shyam-story__badge {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.shyam-story__heading {
		margin-bottom: 20px;
		font-size: clamp(33px, 10vw, 44px);
		line-height: 1.1;
	}

	.shyam-story__paragraph {
		font-size: 16px;
		line-height: 1.6;
	}

	.shyam-story__features {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 25px;
	}

	.shyam-story__feature {
		display: grid;
		grid-template-columns: 60px minmax(0, 1fr);
		align-items: center;
		gap: 13px;
		padding: 14px;
		border: 1px solid #ece9df;
		border-radius: 14px;
		background: #fff;
	}

	.shyam-story__feature:not(:last-child)::after {
		display: none;
	}

	.shyam-story__feature-icon {
		grid-row: 1 / span 2;
		width: 60px;
		height: 60px;
		margin: 0;
		font-size: 26px;
	}

	.shyam-story__feature-icon svg {
		width: 26px;
		height: 26px;
	}

	.shyam-story__feature-title {
		align-self: end;
		margin: 0 0 3px;
		font-size: 17px;
	}

	.shyam-story__feature-description {
		align-self: start;
		font-size: 14px;
	}

	.shyam-story__dots {
		display: none;
	}
}

@media (max-width: 430px) {
	.shyam-story__image-card--main {
		height: 220px !important;
	}

	.shyam-story__image-card--kitchen,
	.shyam-story__image-card--trays {
		height: 145px !important;
	}

	.shyam-story__quote-card {
		padding: 22px 20px;
	}

	.shyam-story__quote-text {
		font-size: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shyam-story__image-card img,
	.shyam-story__feature {
		transition: none;
	}
}
