:root {
	--green: #244d36;
	--green-2: #3d704d;
	--sage: #dfe9d6;
	--cream: #f8f5ec;
	--paper: #fffdf8;
	--brown: #795d45;
	--gold: #c69a4b;
	--ink: #20251f;
	--muted: #6f756d;
	--border: #e5e5dc;
	--white: #ffffff;
	--radius: 22px;
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: "DM Sans", Arial, sans-serif
}

a {
	text-decoration: none;
	color: inherit
}

img {
	max-width: 100%;
	display: block
}

.topbar {
	background: var(--green);
	color: #fff;
	font-size: 12px;
	letter-spacing: .02em;
	padding: 9px 0
}

.site-header {
	background: rgba(255, 253, 248, .96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(36, 77, 54, .08)
}

.header-main {
	height: 78px;
	display: flex;
	align-items: center;
	gap: 30px
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 150px;
	color: var(--green)
}

.brand-mark {
	width: 39px;
	height: 39px;
	border: 2px solid var(--green);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-family: "Playfair Display";
	font-weight: 700;
	font-size: 21px
}

.brand strong {
	font-family: "Playfair Display";
	font-size: 24px;
	line-height: .8;
	display: block
}

.brand small {
	font-size: 8px;
	letter-spacing: .24em;
	font-weight: 700;
	display: block;
	margin-top: 6px
}

.desktop-nav {
	gap: 25px;
	flex: 1;
	justify-content: center
}

.desktop-nav a {
	font-size: 13px;
	font-weight: 600;
	color: #4b534b;
	position: relative
}

.desktop-nav a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 0;
	height: 2px;
	background: var(--green);
	transition: .2s
}

.desktop-nav a:hover:after {
	width: 100%
}

.header-actions {
	display: flex;
	gap: 6px
}

.icon-btn, .mobile-menu-btn {
	border: 0;
	background: transparent;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--green);
	position: relative
}

.icon-btn:hover {
	background: var(--sage)
}

.count-badge {
	position: absolute;
	top: 1px;
	right: 0;
	background: var(--gold);
	color: #fff;
	border-radius: 20px;
	font-size: 9px;
	min-width: 16px;
	height: 16px;
	display: grid;
	place-items: center
}

.mobile-menu-btn {
	flex-direction: column;
	gap: 4px
}

.mobile-menu-btn span {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--green)
}

.search-panel {
	display: none;
	padding: 0 0 15px
}

.search-panel .input-group {
	max-width: 700px;
	margin: auto
}

.mobile-nav {
	display: none;
	padding: 8px 0 18px
}

.mobile-nav a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid var(--border);
	font-weight: 600
}

.hero {
	min-height: 670px;
	display: flex;
	align-items: center;
	position: relative;
	background: url("/vithiOrg.png?auto=format&fit=crop&w=2000&q=85") center/cover
		no-repeat
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18, 40, 26, .86) 0%,
		rgba(18, 40, 26, .62) 48%, rgba(18, 40, 26, .05) 100%)
}

.hero-copy {
	position: relative;
	max-width: 650px;
	color: #fff;
	padding: 80px 0
}

.eyebrow {
	font-size: 11px;
	letter-spacing: .18em;
	font-weight: 700;
	color: var(--gold)
}

.hero h1, .section-heading h2, .why-section h2, .story-copy h2,
	.video-card h2, .newsletter-card h2 {
	font-family: "Playfair Display", serif
}

.hero h1 {
	font-size: clamp(48px, 6vw, 80px);
	line-height: 1.03;
	margin: 16px 0 20px
}

.hero h1 em, .why-section h2 em {
	color: #d9c58d;
	font-style: normal
}

.hero p {
	font-size: 17px;
	line-height: 1.8;
	max-width: 570px;
	color: rgba(255, 255, 255, .85)
}

.hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 28px
}

.btn-primary-custom {
	background: var(--gold);
	border: 1px solid var(--gold);
	color: #fff;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700
}

.btn-primary-custom:hover {
	background: #b7893c;
	border-color: #b7893c;
	color: #fff
}

.hero-trust {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	margin-top: 42px;
	font-size: 11px
}

.hero-trust i {
	color: #cfe4c4;
	margin-right: 5px
}

.trust-strip {
	background: #f2f5ed;
	border-bottom: 1px solid var(--border)
}

.trust-strip .col-lg-3:not(:last-child) {
	border-right: 1px solid var(--border)
}

.trust-strip .col-6:nth-child(-n+2) {
	border-bottom: 1px solid var(--border)
}

.trust-strip>.container>.row>div>div {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 25px 20px
}

.trust-strip i {
	font-size: 25px;
	color: var(--green)
}

.trust-strip strong, .trust-strip small {
	display: block
}

.trust-strip strong {
	font-size: 13px
}

.trust-strip small {
	font-size: 11px;
	color: var(--muted);
	margin-top: 3px
}

.section-pad {
	padding: 100px 0
}

.section-heading {
	margin-bottom: 48px
}

.section-heading h2 {
	font-size: clamp(34px, 4vw, 52px);
	margin: 9px 0 10px;
	color: var(--green)
}

.section-heading p {
	color: var(--muted);
	max-width: 600px;
	margin: auto;
	line-height: 1.7
}

.category-card {
	display: block;
	position: relative;
	height: 420px;
	overflow: hidden;
	border-radius: var(--radius);
	color: #fff
}

.category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s
}

.category-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(20, 35, 25, .9), transparent 70%)
}

.category-card:hover img {
	transform: scale(1.06)
}

.category-content {
	position: absolute;
	z-index: 2;
	left: 25px;
	right: 25px;
	bottom: 24px
}

.category-content>span {
	font-size: 10px;
	color: #d6bd7f
}

.category-content h3 {
	font-family: "Playfair Display";
	font-size: 28px;
	margin: 5px 0
}

.category-content p {
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .78);
	max-width: 310px
}

.category-content b {
	font-size: 11px;
	letter-spacing: .06em
}

.products-section {
	background: var(--cream)
}

.product-controls {
	display: flex;
	gap: 7px;
	align-items: center;
	flex-wrap: wrap
}

.filter-btn {
	border: 1px solid var(--border);
	background: #fff;
	border-radius: 99px;
	padding: 7px 14px;
	font-size: 11px;
	font-weight: 600
}

.filter-btn.active {
	background: var(--green);
	border-color: var(--green);
	color: #fff
}

.product-controls select {
	width: 130px;
	border-radius: 99px;
	font-size: 11px
}

.product-card {
	height: 100%;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px;
	overflow: hidden;
	transition: .25s
}

.product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 35px rgba(36, 77, 54, .1)
}

.product-image {
	height: 280px;
	background: #eef1e8;
	position: relative;
	overflow: hidden
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s
}

.product-card:hover .product-image img {
	transform: scale(1.04)
}

.product-tag {
	position: absolute;
	z-index: 2;
	left: 13px;
	top: 13px;
	background: var(--green);
	color: #fff;
	padding: 5px 8px;
	border-radius: 5px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em
}

.wishlist-btn {
	position: absolute;
	z-index: 3;
	right: 12px;
	top: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	background: #fff;
	border-radius: 50%;
	color: var(--green);
	box-shadow: 0 5px 15px #0001
}

.wishlist-btn.active {
	background: var(--green);
	color: #fff
}

.quick-view {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: #fff;
	border: 0;
	border-radius: 9px;
	padding: 10px;
	font-size: 11px;
	font-weight: 700;
	opacity: 0;
	transform: translateY(8px);
	transition: .25s
}

.product-card:hover .quick-view {
	opacity: 1;
	transform: none
}

.product-info {
	padding: 17px
}

.stars {
	font-size: 11px;
	color: #d49f3d;
	letter-spacing: 1px
}

.stars span {
	color: #969b95;
	letter-spacing: 0
}

.product-info h3 {
	font-family: "Playfair Display";
	font-size: 20px;
	margin: 7px 0 4px
}

.product-info p {
	font-size: 11px;
	color: var(--muted);
	margin-bottom: 16px
}

.product-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px
}

.product-bottom strong {
	font-size: 17px;
	color: var(--green)
}

.add-cart {
	border: 1px solid var(--green);
	background: #fff;
	color: var(--green);
	border-radius: 999px;
	padding: 7px 12px;
	font-size: 10px;
	font-weight: 700
}

.add-cart:hover {
	background: var(--green);
	color: #fff
}

.why-section {
	background: var(--green);
	color: #fff
}

.why-section h2 {
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.1
}

.why-section p {
	color: rgba(255, 255, 255, .72);
	line-height: 1.8
}

.text-link {
	color: #dfc67f;
	font-size: 12px;
	font-weight: 700
}

.promise-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px
}

.promise-card {
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .05);
	padding: 28px;
	border-radius: 16px
}

.promise-card i {
	font-size: 25px;
	color: #ddc782
}

.promise-card h3 {
	font-family: "Playfair Display";
	font-size: 20px;
	margin: 18px 0 7px
}

.promise-card p {
	font-size: 11px;
	margin: 0
}

.story-banner {
	background: var(--cream)
}

.story-card {
	min-height: 510px;
	border-radius: 28px;
	background:
		url("https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=1800&q=85")
		center/cover;
	position: relative;
	overflow: hidden
}

.story-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #182e21ee 0%, #182e2188 55%, transparent 100%)
}

.story-copy {
	position: relative;
	z-index: 2;
	color: #fff;
	max-width: 520px;
	padding: 85px
}

.story-copy h2 {
	font-size: 50px;
	line-height: 1.1;
	margin: 12px 0
}

.story-copy p {
	color: #fff9;
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 25px
}

.review-card {
	height: 100%;
	padding: 30px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px
}

.review-card p {
	font-family: "Playfair Display";
	font-size: 19px;
	line-height: 1.55;
	margin: 17px 0
}

.review-card strong, .review-card small {
	display: block
}

.review-card small {
	font-size: 10px;
	color: var(--muted);
	margin-top: 4px
}

.video-card {
	min-height: 390px;
	border-radius: 26px;
	background: var(--green);
	color: #fff;
	padding: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	overflow: hidden
}

.video-card h2 {
	font-size: 48px;
	max-width: 570px
}

.video-card p {
	color: #fffc;
	max-width: 520px
}

.play-btn {
	background: transparent;
	border: 1px solid #fff8;
	color: #fff;
	border-radius: 999px;
	padding: 11px 18px;
	font-size: 12px
}

.video-placeholder {
	width: 42%;
	min-height: 280px;
	border-radius: 20px;
	background:
		url("https://images.unsplash.com/photo-1498837167922-ddd27525d352?auto=format&fit=crop&w=1000&q=80")
		center/cover;
	display: grid;
	place-items: center
}

.video-placeholder i {
	font-size: 60px;
	color: #fff;
	filter: drop-shadow(0 4px 10px #0006)
}

.newsletter {
	background: #f1ead9
}

.newsletter-card {
	text-align: center;
	max-width: 720px;
	margin: auto
}

.newsletter-card h2 {
	font-size: 48px;
	color: var(--green);
	margin: 10px 0
}

.newsletter-card p {
	color: var(--muted)
}

.newsletter-form {
	display: flex;
	gap: 10px;
	max-width: 550px;
	margin: 25px auto 0
}

.newsletter-form input {
	border: 1px solid #ddd8c9;
	border-radius: 999px;
	padding: 13px 18px
}

.newsletter-form button {
	white-space: nowrap
}

.footer {
	background: #18291f;
	color: #fff;
	padding: 70px 0 20px
}

.footer-brand {
	color: #fff;
	margin-bottom: 20px
}

.footer-brand .brand-mark {
	border-color: #fff
}

.footer p {
	color: #aab6ac;
	font-size: 14px;
	line-height: 1.8;
	max-width: 340px
}

.footer h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #d7c07e;
	margin-bottom: 18px;
	font-weight:bold
}

.footer a {
	display: block;
	color: #aab6ac;
	/* font-size: 12px; */
	margin-bottom: 11px
}

.footer a:hover {
	color: #fff
}

.socials {
	display: flex;
	gap: 8px
}

.socials a {
	width: 34px;
	height: 34px;
	border: 1px solid #ffffff22;
	border-radius: 50%;
	display: grid;
	place-items: center
}

.footer-bottom {
	border-top: 1px solid #ffffff15;
	margin-top: 16px;
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	color: #7e8b81;
	/* font-size: 10px */
}

.toast {
	border: 0;
	border-radius: 12px;
	box-shadow: 0 10px 35px #0002
}

.toast-body i {
	color: var(--green);
	margin-right: 7px
}

@media ( max-width :991px) {
	.hero {
		min-height: 600px
	}
	.section-pad {
		padding: 75px 0
	}
	.category-card {
		height: 350px
	}
	.story-copy {
		padding: 60px
	}
	.video-card {
		padding: 45px
	}
	.video-placeholder {
		min-height: 220px
	}
}

@media ( max-width :767px) {
	.header-main {
		height: 68px;
		gap: 8px
	}
	.brand {
		flex: 1;
		min-width: 0
	}
	.hero {
		min-height: 620px
	}
	.hero-copy {
		padding: 55px 0
	}
	.hero p {
		font-size: 14px
	}
	.hero-trust {
		gap: 12px;
		font-size: 10px
	}
	.trust-strip .col-lg-3:nth-child(2) {
		border-right: 0
	}
	.trust-strip .col-lg-3:nth-child(3) {
		border-right: 1px solid var(--border)
	}
	.category-card {
		height: 300px
	}
	.category-content {
		left: 18px;
		right: 18px;
		bottom: 18px
	}
	.category-content h3 {
		font-size: 22px
	}
	.category-content p {
		font-size: 10px;
		margin-bottom: 8px
	}
	.product-image {
		height: 220px
	}
	.product-info {
		padding: 12px
	}
	.product-info h3 {
		font-size: 17px
	}
	.product-bottom {
		display: block
	}
	.add-cart {
		margin-top: 8px;
		width: 100%
	}
	.promise-grid {
		grid-template-columns: 1fr
	}
	.story-card {
		min-height: 520px
	}
	.story-copy {
		padding: 45px 30px
	}
	.story-copy h2 {
		font-size: 38px
	}
	.video-card {
		display: block;
		padding: 40px 28px
	}
	.video-card h2 {
		font-size: 38px
	}
	.video-placeholder {
		width: 100%;
		margin-top: 25px;
		min-height: 190px
	}
	.newsletter-form {
		display: block
	}
	.newsletter-form button {
		width: 100%;
		margin-top: 8px
	}
	.footer-bottom {
		display: block
	}
	.footer-bottom span {
		display: block;
		margin-bottom: 7px
	}
}

@media ( max-width :575px) {
	.topbar .container {
		justify-content: center
	}
	.hero h1 {
		font-size: 48px
	}
	.section-heading h2 {
		font-size: 36px
	}
	.product-controls {
		width: 100%
	}
	.filter-btn {
		padding: 6px 10px
	}
	.product-controls select {
		flex: 1
	}
	.trust-strip>.container>.row>div>div {
		padding: 18px 12px
	}
	.trust-strip i {
		font-size: 20px
	}
	.trust-strip strong {
		font-size: 11px
	}
	.trust-strip small {
		font-size: 9px
	}
	.category-card {
		height: 270px
	}
	.product-image {
		height: 185px
	}
	.story-copy p {
		font-size: 12px
	}
}