:root {
  --bg: #f3e9dc;
  --panel: #f8efe5;
  --card: #fffaf2;
  --card-strong: #f0e5d8;
  --green-1: #2f573d;
  --green-2: #234931;
  --green-3: #dfe9d8;
  --brown-1: #8b5a2b;
  --brown-2: #c48a52;
  --text: #1d1d1b;
  --muted: #5f5a53;
  --white: #ffffff;
  --shadow: rgba(35, 55, 42, 0.12);
  --line: rgba(39, 62, 49, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  background: linear-gradient(180deg, #f6efe5 0%, #f3e9dc 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.page-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 14px 42px;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 12px 10px 10px;
  font-size: 11px;
  color: var(--green-2);
  font-weight: 700;
}

.topbar span {
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(47, 87, 61, 0.12);
  border-radius: 999px;
  padding: 5px 10px;
}

.nav-wrap {
  background: rgba(255, 250, 242, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 10px 25px var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  position: sticky;
  top: 12px;
  z-index: 10;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, #34553c, #6a8d63);
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(35, 73, 49, 0.25);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-family: "Playfair Display", serif;
  color: var(--green-2);
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.brand-copy span {
  font-size: 1.15rem;
  margin-top: 2px;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.96rem;
}

.nav-cta {
  background: linear-gradient(135deg, #2d563d, #1d3d31);
  color: var(--white);
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(29, 61, 49, 0.2);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 26px 0 18px;
  align-items: center;
}

.hero-copy {
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06));
  border-radius: 30px;
  padding: 18px 12px 8px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green-2);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: var(--green-2);
}

.hero-copy h1 span {
  display: block;
  color: var(--brown-1);
}

.hero-copy h2 {
  margin: 18px 0 10px;
  font-size: clamp(1.1rem, 3vw, 2rem);
  line-height: 1.2;
  color: var(--green-2);
  font-weight: 700;
}

.lead {
  margin: 0;
  font-size: 1.06rem;
  color: var(--muted);
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 22px 0 8px;
  color: var(--green-2);
  font-weight: 700;
}

.features-list div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.4);
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid rgba(31, 67, 47, 0.12);
}

.cta-row {
  margin-top: 22px;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2f563d, #1d3830);
  color: var(--white);
  border-radius: 999px;
  padding: 18px 28px;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 16px 28px rgba(31, 74, 52, 0.25);
}

.promise-text {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-2);
  font-weight: 700;
  font-size: 1rem;
}

.hero-art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}

.jar-card {
  position: relative;
  width: min(92vw, 420px);
  height: min(72vw, 420px);
  background: linear-gradient(180deg, rgba(201, 233, 130, 0.26), rgba(241, 206, 145, 0.12));
  border-radius: 32px;
  box-shadow: inset 0 0 0 1px rgba(64, 83, 52, 0.1), 0 22px 45px rgba(58, 45, 21, 0.16);
  overflow: hidden;
}

.jar-glow {
  position: absolute;
  inset: 30px 35px 50px;
  border-radius: 118px 118px 80px 80px;
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,0.85), rgba(253,224,169,0.2) 15%, rgba(123,89,48,0.15) 80%);
}

.jar-image {
  position: absolute;
  inset: 16% 10% 10%;
  border-radius: 42% 42% 33% 33% / 28% 28% 50% 50%;
  background:
    linear-gradient(180deg, rgba(139, 90, 43, 0.08), rgba(98, 62, 30, 0.25)),
    url('https://images.unsplash.com/photo-1509440159596-0249088772ff?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
  transform: rotate(-6deg);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,0.14), 0 26px 38px rgba(89, 68, 30, 0.18);
}

.jar-label {
  position: absolute;
  right: 26px;
  top: 38px;
  background: rgba(255,255,255,0.9);
  color: var(--green-2);
  border-radius: 18px;
  padding: 10px 12px;
  text-align: center;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 22px rgba(68, 56, 35, 0.14);
  transform: rotate(10deg);
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

.benefit-strip article {
  background: rgba(255,255,255,0.38);
  border: 1px solid var(--line);
  border-radius: 26px;
  text-align: center;
  padding: 18px 14px;
  color: var(--green-2);
  box-shadow: 0 12px 24px rgba(30, 45, 35, 0.05);
}

.icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--white);
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  font-size: 1.7rem;
  box-shadow: 0 8px 18px rgba(31, 52, 40, 0.08);
}

.benefit-strip h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

.products-section,
.story,
.order-section,
.testimonials,
.faq-box {
  margin-top: 34px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--green-2);
}

.heading-icon {
  font-size: 1.6rem;
  color: var(--brown-2);
}

.heading-icon.right { transform: scaleX(-1); }

.section-heading h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 5vw, 3rem);
  text-align: center;
}

.section-subtitle {
  text-align: center;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.02rem;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.product-card {
  background: rgba(255,255,255,0.68);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(60, 53, 35, 0.08);
}

.product-image {
  height: 210px;
  background-size: cover;
  background-position: center;
}

.product-body {
  padding: 18px 18px 16px;
}

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

.product-topline h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--green-2);
}

.product-topline button {
  border: 0;
  background: rgba(47, 87, 61, 0.08);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--green-2);
}

.price-row {
  margin-top: 12px;
  display: inline-block;
  background: linear-gradient(135deg, #2f563d, #1d3d31);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
}

.product-body ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

.ingredients {
  background: linear-gradient(180deg, #2d563d 0%, #214730 100%);
  border-radius: 28px;
  padding: 22px 18px 18px;
  color: var(--white);
  box-shadow: 0 20px 38px rgba(31, 60, 46, 0.28);
}

.green-heading {
  color: var(--white);
}

.ingredients-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.ingredient {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 14px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 120px;
}

.ingredient strong {
  font-size: 0.9rem;
  line-height: 1.4;
}

.ingredient.goodness {
  background: rgba(255,255,255,0.14);
  font-size: 0.9rem;
  font-weight: 800;
  color: #f7e8c9;
}

.ingredient.goodness span {
  font-size: 1.35rem;
}

.ingredient-visual {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: block;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.18);
}

.wheat { background: radial-gradient(circle at 30% 30%, #d9b872, #a8702d 62%, #7d4925 100%); }
.jaggery { background: radial-gradient(circle at 30% 30%, #e4d0a7, #c38b48 60%, #8d5b2a 100%); }
.almonds { background: radial-gradient(circle at 30% 30%, #efc68d, #bb7b39 60%, #855629 100%); }
.cashews { background: radial-gradient(circle at 30% 30%, #f0d8a6, #d0a35a 60%, #9b6e2c 100%); }
.pumpkin { background: radial-gradient(circle at 30% 30%, #d1d98b, #a9b340 60%, #6d7f2f 100%); }
.makhana { background: radial-gradient(circle at 30% 30%, #fdf4d2, #d1baa0 60%, #8d795a 100%); }

.story-content {
  position: relative;
  background: rgba(255,255,255,0.52);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px 20px;
  box-shadow: 0 18px 28px rgba(74, 52, 30, 0.06);
}

.story-content p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.story-stamp {
  position: absolute;
  right: 16px;
  bottom: 14px;
  background: rgba(39, 76, 52, 0.08);
  color: var(--green-2);
  border: 2px dashed rgba(39, 76, 52, 0.42);
  border-radius: 18px;
  padding: 12px 14px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 0.96rem;
  transform: rotate(10deg);
}

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

.step-card,
.cta-panel {
  background: rgba(255,255,255,0.56);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 14px;
  text-align: center;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ebc57c, #d79049);
  color: var(--green-2);
  font-weight: 800;
  margin: 0 auto 12px;
}

.step-card h3 {
  margin: 0 0 8px;
  color: var(--green-2);
  font-size: 1.02rem;
}

.step-card p,
.cta-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cta-panel {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(58,95,66,0.12), rgba(113,142,78,0.12));
  padding: 22px 18px;
}

.cta-panel-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-panel h3 {
  margin: 0;
  color: var(--green-2);
  font-size: 1.35rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  margin-top: 32px;
}

.info-item {
  background: rgba(255,255,255,0.54);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 14px 18px;
  text-align: center;
}

.info-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.info-item h4 {
  margin: 0 0 8px;
  color: var(--green-2);
  font-size: 1rem;
}

.info-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 18px;
}

.testimonial-grid article {
  background: rgba(255,255,255,0.58);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 16px;
  box-shadow: 0 14px 24px rgba(51, 39, 23, 0.05);
}

.testimonial-grid p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.98rem;
}

.testimonial-grid strong {
  color: var(--green-2);
  font-size: 0.88rem;
}

.faq-box {
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px 18px;
}

.faq-box h3 {
  margin: 0 0 12px;
  color: var(--green-2);
  font-size: 1.8rem;
  text-align: center;
}

.faq-box ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.site-footer {
  margin-top: 30px;
  background: linear-gradient(180deg, rgba(48, 79, 58, 0.96), rgba(21, 38, 28, 0.96));
  border-radius: 24px 24px 0 0;
  color: var(--white);
  text-align: center;
  padding: 24px 18px 30px;
}

.site-footer p {
  margin: 0 0 8px;
  color: rgba(255,255,255,0.82);
}

.footer-brand {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
  font-size: 1.2rem;
}

.mobile-app-bar {
  position: sticky;
  bottom: 12px;
  z-index: 30;
  margin: 24px auto 0;
  width: min(100%, 420px);
  background: rgba(255, 249, 242, 0.96);
  border: 1px solid rgba(33, 71, 48, 0.12);
  box-shadow: 0 -10px 30px rgba(27, 39, 33, 0.12);
  backdrop-filter: blur(12px);
  border-radius: 26px;
  padding: 10px 12px 12px;
}

.mobile-app-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 72px 1fr;
  align-items: center;
  gap: 8px;
}

.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 6px 4px;
  min-height: 58px;
  border-radius: 18px;
  text-align: center;
}

.mobile-nav-item span {
  font-size: 1.1rem;
}

.mobile-nav-item.home {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f563d, #1d3d31);
  color: var(--white);
  box-shadow: 0 12px 22px rgba(31, 61, 49, 0.28);
  margin: -18px auto 0;
}

.mobile-nav-item.home span {
  font-size: 1.6rem;
}

.mobile-nav-item.active {
  color: var(--green-2);
}

@media (min-width: 700px) {
  .page-shell { padding: 0 24px 56px; }
  .nav-links { display: flex; }
  .hero { grid-template-columns: 1.08fr 0.92fr; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ingredients-row { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .ingredient.goodness { grid-column: span 1; }
  .story-content { padding-right: 160px; }
  .testimonial-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .mobile-app-bar { display: none; }
}

@media (max-width: 420px) {
  .nav-wrap { padding: 12px 12px; }
  .brand-copy strong { font-size: 0.8rem; }
  .brand-copy span { font-size: 0.92rem; }
  .nav-cta { padding: 10px 12px; font-size: 0.82rem; }
  .topbar { font-size: 10px; }
  .features-list { display: grid; grid-template-columns: 1fr; }
  .benefit-strip, .steps-grid, .info-grid { grid-template-columns: 1fr; }
  .ingredients-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cta-panel-inner { justify-content: center; }
}
