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

.shyam-menu-hero {
	position: relative;
	width: 100%;
	background: #fffaf3;
	color: #071820;
	overflow: hidden;
	isolation: isolate;
}

.shyam-menu-hero::before,
.shyam-menu-hero::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 82px;
	height: 82px;
	pointer-events: none;
	opacity: .36;
	background-image: radial-gradient(circle, #f36c0b 0 2px, transparent 2.4px);
	background-size: 18px 18px;
}

.shyam-menu-hero::before { left: 2.5%; bottom: 21%; }
.shyam-menu-hero::after { right: 7%; top: 16%; }
.shyam-menu-hero--no-decor::before,
.shyam-menu-hero--no-decor::after { display: none; }

.shyam-menu-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 36px 50px 28px;
}

.shyam-menu-hero__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	min-height: 720px;
}

.shyam-menu-hero--no-visual .shyam-menu-hero__content {
	flex-basis: 100% !important;
	max-width: 100% !important;
}

.shyam-menu-hero__content {
	position: relative;
	z-index: 3;
	flex: 0 1 43%;
	max-width: 43%;
	min-width: 0;
}

.shyam-menu-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	max-width: 100%;
	margin: 0 0 24px;
	padding: 8px 16px;
	border: 1px solid #9bc9af;
	border-radius: 999px;
	background: rgba(255,255,255,.78);
	color: #197c59;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: .025em;
	text-transform: uppercase;
	text-decoration: none;
}

.shyam-menu-hero__badge:hover,
.shyam-menu-hero__badge:focus-visible {
	color: inherit;
	text-decoration: none;
}

.shyam-menu-hero__badge-icon,
.shyam-menu-hero__button-icon,
.shyam-menu-hero__feature-icon,
.shyam-menu-hero__tab-icon,
.shyam-menu-hero__floating-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
}

.shyam-menu-hero__badge-icon { color: #f36c0b; }
.shyam-menu-hero__badge-icon i { font-size: 13px; }
.shyam-menu-hero__badge-icon svg { width: 13px; height: 13px; fill: currentColor; }

.shyam-menu-hero__heading {
	margin: 0 0 16px;
	padding: 0;
	color: #071820;
	font: inherit;
	font-size: clamp(42px, 4.2vw, 58px);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -.035em;
}

.shyam-menu-hero__heading-line { display: block; }
.shyam-menu-hero__heading-line--green { color: #16885f; }
.shyam-menu-hero__heading-accent { color: #f36c0b; }

.shyam-menu-hero__underline {
	display: block;
	width: 118px;
	height: 12px;
	margin: -8px 0 16px;
	border-top: 3px solid #f36c0b;
	border-radius: 50%;
	transform: rotate(-4deg);
}

.shyam-menu-hero__description {
	max-width: 540px;
	margin: 0 0 24px;
	color: #46504d;
	font-size: 17px;
	line-height: 1.65;
}

.shyam-menu-hero__description > :first-child { margin-top: 0; }
.shyam-menu-hero__description > :last-child { margin-bottom: 0; }

.shyam-menu-hero__actions {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 30px;
}

.shyam-menu-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 55px;
	padding: 15px 24px;
	border: 2px solid transparent;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.shyam-menu-hero__button:hover,
.shyam-menu-hero__button:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.shyam-menu-hero__button--primary {
	background: #16885f;
	border-color: #16885f;
	color: #fff;
	box-shadow: 0 10px 24px rgba(22,136,95,.18);
}

.shyam-menu-hero__button--primary:hover,
.shyam-menu-hero__button--primary:focus-visible {
	background: #0f704d;
	border-color: #0f704d;
	color: #fff;
}

.shyam-menu-hero__button--secondary {
	background: #fff;
	border-color: #16885f;
	color: #16885f;
}

.shyam-menu-hero__button--secondary:hover,
.shyam-menu-hero__button--secondary:focus-visible {
	background: #16885f;
	color: #fff;
}

.shyam-menu-hero__button-icon i { font-size: 18px; }
.shyam-menu-hero__button-icon svg { width: 18px; height: 18px; fill: currentColor; }
.shyam-menu-hero__button--primary .shyam-menu-hero__button-icon {
	width: 34px;
	height: 34px;
	margin: -5px -12px -5px 2px;
	border-radius: 50%;
	background: #fff;
	color: #16885f;
}
.shyam-menu-hero__button--primary .shyam-menu-hero__button-icon i { font-size: 14px; }
.shyam-menu-hero__button--primary .shyam-menu-hero__button-icon svg { width: 14px; height: 14px; }

.shyam-menu-hero__features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	align-items: stretch;
	gap: 18px;
	width: 100%;
	max-width: 540px;
}

.shyam-menu-hero__feature {
	--item-icon: inherit;
	--item-text: inherit;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	min-width: 0;
	padding: 4px 10px;
	color: inherit;
	text-align: center;
	text-decoration: none;
}

.shyam-menu-hero__feature:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 6%;
	right: -9px;
	width: 1px;
	height: 88%;
	background: #e3ddd2;
}

.shyam-menu-hero__feature:hover,
.shyam-menu-hero__feature:focus-visible { color: inherit; text-decoration: none; }
.shyam-menu-hero__feature-icon { color: var(--item-icon, var(--default-feature-icon, #16885f)); }
.shyam-menu-hero__feature-icon i { font-size: 34px; }
.shyam-menu-hero__feature-icon svg { width: 34px; height: 34px; fill: currentColor; }
.shyam-menu-hero__feature-image { display: block; width: 34px; height: 34px; object-fit: contain; }
.shyam-menu-hero__feature-title { color: var(--item-text, var(--default-feature-text, #17362b)); font-size: 14px; font-weight: 700; line-height: 1.35; }

.shyam-menu-hero__visual {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 57%;
	max-width: 57%;
	min-width: 0;
	min-height: 610px;
}

.shyam-menu-hero__visual-blob {
	position: absolute;
	z-index: -1;
	top: 6%;
	left: 8%;
	width: 84%;
	height: 88%;
	border-radius: 47% 53% 55% 45% / 39% 47% 53% 61%;
	background: rgba(218,228,199,.52);
	transform: rotate(-6deg);
}

.shyam-menu-hero__visual-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.shyam-menu-hero__visual-image {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 620px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 32px rgba(74,58,28,.14));
}

.shyam-menu-hero__floating-cards {
	position: absolute;
	inset: 0;
	z-index: 5;
	pointer-events: none;
}

.shyam-menu-hero__floating-card {
	--card-icon: #11865f;
	--card-text: #11865f;
	--card-bg: #fff;
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 230px;
	padding: 13px 16px;
	border: 1px solid #eadfce;
	border-radius: 14px;
	background: var(--card-bg);
	color: var(--card-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(56,45,25,.13);
	pointer-events: auto;
}

.shyam-menu-hero__floating-card:hover,
.shyam-menu-hero__floating-card:focus-visible { color: var(--card-text); text-decoration: none; transform: translateY(-2px); }
.shyam-menu-hero__floating-icon { color: var(--card-icon); }
.shyam-menu-hero__floating-icon i { font-size: 24px; }
.shyam-menu-hero__floating-icon svg { width: 24px; height: 24px; fill: currentColor; }

.shyam-menu-hero__tabs-shell {
	position: relative;
	z-index: 4;
	width: 100%;
	margin-top: 8px;
	padding: 14px 18px;
	border: 1px solid #eee7dc;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(56,45,25,.08);
}

.shyam-menu-hero__tabs {
	display: grid;
	grid-template-columns: repeat(7, minmax(0,1fr));
	gap: 12px;
}

.shyam-menu-hero__tab {
	--tab-text: inherit;
	--tab-icon: inherit;
	--tab-bg: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #e8e3da;
	border-radius: 10px;
	background: var(--tab-bg, var(--normal-tab-bg, #fff));
	border-color: var(--normal-tab-border, #e8e3da);
	color: var(--tab-text, var(--normal-tab-text, #15201c));
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.shyam-menu-hero__tab:hover,
.shyam-menu-hero__tab:focus-visible {
	color: var(--tab-text, var(--normal-tab-text, #15201c));
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(56,45,25,.08);
}

.shyam-menu-hero__tab.is-active {
	background: var(--tab-bg, var(--active-tab-bg, #16885f));
	border-color: var(--tab-bg, var(--active-tab-bg, #16885f));
	color: var(--tab-text, var(--active-tab-text, #fff));
	box-shadow: 0 8px 18px rgba(22,136,95,.18);
}

.shyam-menu-hero__tab-icon { color: var(--tab-icon, var(--normal-tab-icon, #16885f)); }
.shyam-menu-hero__tab.is-active .shyam-menu-hero__tab-icon { color: var(--tab-icon, var(--active-tab-icon, #fff)); }
.shyam-menu-hero__tab-icon i { font-size: 19px; }
.shyam-menu-hero__tab-icon svg { width: 19px; height: 19px; fill: currentColor; }
.shyam-menu-hero__tab-image { display: block; width: 19px; height: 19px; object-fit: contain; }

@media (max-width: 1100px) {
	.shyam-menu-hero__top { gap: 28px; min-height: 650px; }
	.shyam-menu-hero__content { flex-basis: 46%; max-width: 46%; }
	.shyam-menu-hero__visual { flex-basis: 54%; max-width: 54%; min-height: 520px; }
	.shyam-menu-hero__heading { font-size: 46px; }
	.shyam-menu-hero__tabs { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (max-width: 767px) {
	.shyam-menu-hero__inner { padding: 30px 16px 22px; }
	.shyam-menu-hero__top { flex-direction: column; align-items: stretch; min-height: 0; gap: 26px; }
	.shyam-menu-hero__content { order: 1; flex-basis: 100% !important; max-width: 100% !important; text-align: left; }
	.shyam-menu-hero__visual { order: 2; flex-basis: 100% !important; max-width: 100% !important; min-height: 0; }
	.shyam-menu-hero__badge { margin-bottom: 18px; font-size: 12px; white-space: normal; }
	.shyam-menu-hero__heading { font-size: 38px; line-height: 1.12; overflow-wrap: anywhere; }
	.shyam-menu-hero__description { font-size: 16px; line-height: 1.6; }
	.shyam-menu-hero__actions { display: grid; grid-template-columns: 1fr; gap: 12px; width: 100%; }
	.shyam-menu-hero__button { width: 100%; white-space: normal; }
	.shyam-menu-hero__features { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 100%; gap: 12px; }
	.shyam-menu-hero__feature { padding: 10px 8px; }
	.shyam-menu-hero__feature:nth-child(2n)::after { display: none; }
	.shyam-menu-hero__feature:not(:last-child)::after { right: -6px; }
	.shyam-menu-hero__visual-image { width: 100%; max-height: 420px; }
	.shyam-menu-hero__floating-cards { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
	.shyam-menu-hero__floating-card { position: static !important; max-width: none; width: 100%; justify-content: center; text-align: center; }
	.shyam-menu-hero__tabs-shell { margin-top: 22px; padding: 12px; }
	.shyam-menu-hero__tabs { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
	.shyam-menu-hero__tab { min-height: 50px; padding: 10px 8px; font-size: 13px; }
}

@media (max-width: 420px) {
	.shyam-menu-hero__heading { font-size: 34px; }
	.shyam-menu-hero__features { grid-template-columns: 1fr 1fr; }
	.shyam-menu-hero__floating-cards { grid-template-columns: 1fr; }
	.shyam-menu-hero__tabs { grid-template-columns: 1fr 1fr; }
}
