.anaansh-home {
	background: #fbfaf5;
	color: #1f2a24;
	font-family: inherit;
}

.anaansh-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(251, 250, 245, 0.96);
	border-bottom: 1px solid #e3dac8;
	box-shadow: 0 10px 30px rgba(37, 48, 41, 0.08);
	backdrop-filter: blur(14px);
}

.anaansh-wrap {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.anaansh-header__inner {
	display: grid;
	grid-template-columns: auto minmax(310px, 1fr) auto;
	gap: 22px;
	align-items: center;
	min-height: 78px;
}

.anaansh-brand,
.anaansh-nav,
.anaansh-header__tools,
.anaansh-search,
.anaansh-icon-link,
.anaansh-cart-link {
	display: flex;
	align-items: center;
}

.anaansh-brand {
	gap: 12px;
	min-width: 190px;
	color: #1f2a24;
	text-decoration: none;
}

.anaansh-brand:hover,
.anaansh-nav a:hover,
.anaansh-icon-link:hover,
.anaansh-cart-link:hover {
	color: #27734c;
	text-decoration: none;
}

.anaansh-brand__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 6px;
	background: #27734c;
	color: #fff;
	font-size: 23px;
	font-weight: 850;
	line-height: 1;
}

.anaansh-brand__text strong,
.anaansh-brand__text small {
	display: block;
	line-height: 1.15;
}

.anaansh-brand__text strong {
	font-size: 20px;
	font-weight: 850;
}

.anaansh-brand__text small {
	margin-top: 2px;
	color: #6f7469;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.anaansh-nav {
	justify-content: center;
	gap: clamp(14px, 2vw, 28px);
	min-width: 0;
}

.anaansh-nav a,
.anaansh-icon-link,
.anaansh-cart-link {
	color: #28362d;
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.anaansh-header__tools {
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
}

.anaansh-search {
	width: min(280px, 26vw);
	height: 42px;
	border: 1px solid #d8ceb9;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.anaansh-search input[type="search"] {
	width: 100%;
	min-width: 0;
	height: 100%;
	padding: 0 12px;
	border: 0;
	background: transparent;
	color: #26342c;
	font-size: 14px;
	outline: 0;
}

.anaansh-search button {
	height: 100%;
	padding: 0 14px;
	border: 0;
	background: #27734c;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.anaansh-icon-link,
.anaansh-cart-link {
	justify-content: center;
	min-height: 42px;
	padding: 0 13px;
	border: 1px solid #d8ceb9;
	border-radius: 6px;
	background: #fff;
}

.anaansh-cart-link {
	gap: 8px;
	background: #1f2a24;
	border-color: #1f2a24;
	color: #fff;
}

.anaansh-cart-link:hover {
	color: #fff;
	background: #27734c;
	border-color: #27734c;
}

.anaansh-cart-link strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	border-radius: 999px;
	background: #fff;
	color: #1f2a24;
	font-size: 12px;
	line-height: 1;
}

.anaansh-hero {
	padding: 64px 0 42px;
	background:
		linear-gradient(90deg, rgba(251, 250, 245, 0.95), rgba(251, 250, 245, 0.72)),
		url("../../uploads/2015/12/10.jpg") center right / contain no-repeat;
	border-bottom: 1px solid #e6dfd1;
}

.anaansh-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
	gap: 38px;
	align-items: center;
	min-height: 430px;
}

.anaansh-kicker {
	margin: 0 0 12px;
	color: #857031;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.anaansh-hero h1,
.anaansh-section h2,
.anaansh-cta h2 {
	margin: 0;
	color: #1f2a24;
	font-weight: 800;
	line-height: 1.05;
}

.anaansh-hero h1 {
	max-width: 680px;
	font-size: clamp(46px, 8vw, 84px);
}

.anaansh-hero__text {
	max-width: 600px;
	margin: 22px 0 0;
	color: #536157;
	font-size: 19px;
	line-height: 1.7;
}

.anaansh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.anaansh-btn,
.anaansh-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 750;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.anaansh-btn:hover,
.anaansh-link:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.anaansh-btn--primary {
	background: #27734c;
	color: #fff;
}

.anaansh-btn--ghost {
	background: rgba(255, 255, 255, 0.78);
	border-color: #cfc5a7;
	color: #244335;
}

.anaansh-hero__feature {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.anaansh-hero-card {
	min-height: 210px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid #e0d7c1;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(41, 55, 38, 0.11);
	text-decoration: none;
}

.anaansh-hero-card:first-child {
	grid-row: span 2;
}

.anaansh-hero-card img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	display: block;
}

.anaansh-hero-card:first-child img {
	height: 360px;
}

.anaansh-hero-card span {
	display: block;
	margin-top: 12px;
	color: #243128;
	font-weight: 750;
	line-height: 1.35;
}

.anaansh-strip {
	background: #fff;
	border-bottom: 1px solid #ece6d8;
}

.anaansh-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
}

.anaansh-strip__grid div {
	padding: 22px 24px;
	border-right: 1px solid #ece6d8;
}

.anaansh-strip__grid div:last-child {
	border-right: 0;
}

.anaansh-strip strong,
.anaansh-strip span {
	display: block;
}

.anaansh-strip strong {
	color: #22352b;
	font-size: 16px;
}

.anaansh-strip span {
	margin-top: 4px;
	color: #68736b;
	font-size: 14px;
}

.anaansh-section {
	padding: 62px 0;
}

.anaansh-section--muted {
	background: #f3efe5;
}

.anaansh-section__head {
	margin-bottom: 26px;
}

.anaansh-section__head--split,
.anaansh-cta__inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.anaansh-section h2,
.anaansh-cta h2 {
	font-size: clamp(30px, 4vw, 48px);
}

.anaansh-link {
	color: #27734c;
	background: #fff;
	border-color: #d7ccb2;
}

.anaansh-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.anaansh-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 92px;
	padding: 22px;
	background: #fff;
	border: 1px solid #e4dccb;
	border-radius: 8px;
	color: #1f2a24;
	text-decoration: none;
}

.anaansh-category span {
	font-size: 18px;
	font-weight: 800;
}

.anaansh-category small {
	color: #72796d;
}

.anaansh-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.anaansh-product {
	background: #fff;
	border: 1px solid #ded5bf;
	border-radius: 8px;
	overflow: hidden;
}

.anaansh-product__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 18px;
	background: #fbfaf5;
}

.anaansh-product__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.anaansh-product__body {
	padding: 16px;
}

.anaansh-product h3 {
	min-height: 46px;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.45;
}

.anaansh-product h3 a {
	color: #233229;
	text-decoration: none;
}

.anaansh-price {
	color: #27734c;
	font-weight: 800;
}

.anaansh-cta {
	padding: 58px 0;
	background: #1f2a24;
	color: #fff;
}

.anaansh-cta .anaansh-kicker,
.anaansh-cta h2 {
	color: #fff;
}

.anaansh-cta h2 {
	max-width: 760px;
}

@media (max-width: 900px) {
	.anaansh-header__inner {
		grid-template-columns: 1fr auto;
		gap: 14px;
		min-height: 74px;
		padding: 10px 0;
	}

	.anaansh-nav {
		order: 3;
		grid-column: 1 / -1;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 2px 0 4px;
	}

	.anaansh-header__tools {
		gap: 8px;
	}

	.anaansh-search {
		width: min(360px, 42vw);
	}

	.anaansh-hero {
		padding-top: 42px;
		background-size: 520px auto;
	}

	.anaansh-hero__grid,
	.anaansh-category-grid,
	.anaansh-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anaansh-hero__copy {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.anaansh-wrap {
		width: min(100% - 22px, 1180px);
	}

	.anaansh-site-header {
		position: relative;
	}

	.anaansh-header__inner {
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 10px;
		padding: 12px 0;
	}

	.anaansh-brand {
		min-width: 0;
	}

	.anaansh-nav {
		order: 2;
		gap: 8px;
	}

	.anaansh-nav a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 38px;
		padding: 0 12px;
		border: 1px solid #ded5bf;
		border-radius: 6px;
		background: #fff;
	}

	.anaansh-header__tools {
		order: 3;
		display: grid;
		grid-template-columns: 1fr auto auto;
		align-items: center;
	}

	.anaansh-search {
		width: 100%;
	}

	.anaansh-search button,
	.anaansh-icon-link,
	.anaansh-cart-link {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
	}

	.anaansh-hero {
		padding: 34px 0 28px;
		background-image: linear-gradient(180deg, rgba(251, 250, 245, 0.98), rgba(251, 250, 245, 0.92));
	}

	.anaansh-hero__grid,
	.anaansh-hero__feature,
	.anaansh-strip__grid,
	.anaansh-category-grid,
	.anaansh-products {
		grid-template-columns: 1fr;
	}

	.anaansh-hero h1 {
		font-size: 44px;
	}

	.anaansh-hero__text {
		font-size: 16px;
	}

	.anaansh-hero-card:first-child {
		grid-row: auto;
	}

	.anaansh-hero-card,
	.anaansh-hero-card:first-child img {
		min-height: auto;
	}

	.anaansh-hero-card img,
	.anaansh-hero-card:first-child img {
		height: 210px;
	}

	.anaansh-strip__grid div {
		border-right: 0;
		border-bottom: 1px solid #ece6d8;
	}

	.anaansh-section__head--split,
	.anaansh-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
