:root {
  --cream: #fbf7ed;
  --paper: #fffdf8;
  --green: #315b3b;
  --green-light: #547a58;
  --orange: #dc7b2f;
  --brown: #6a4732;
  --gold: #c7a15f;
  --ink: #29332c;
  --muted: #687168;
  --line: #e8dfd1;
  --shadow: 0 20px 55px rgba(45, 58, 44, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.top-strip {
  background: var(--green);
  color: white;
  text-align: center;
  padding: 8px 14px;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251, 247, 237, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(106, 71, 50, 0.10);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  font-size: 29px;
  font-weight: 850;
  letter-spacing: -0.04em;
}
.brand sup {
  font-size: 10px;
  color: var(--ink);
  margin-left: 2px;
}
.brand-sriti { color: var(--orange); }
.brand-lite { color: var(--green); }

.brand-symbol {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  border-radius: 65% 35% 65% 35%;
  transform: rotate(-14deg);
  background: linear-gradient(135deg, var(--orange) 0 48%, var(--green-light) 49%);
  box-shadow: 0 6px 16px rgba(49, 91, 59, 0.15);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
}
.nav-links a:hover { color: var(--green); }

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: var(--green);
  font-size: 27px;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--green);
  color: white;
  box-shadow: 0 8px 20px rgba(49, 91, 59, 0.17);
}
.btn-primary:hover { background: #274a31; }
.btn-outline {
  color: var(--brown);
  background: transparent;
  border: 1px solid var(--brown);
}
.btn-full { width: 100%; margin-top: 18px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 70px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 83% 30%, rgba(199, 161, 95, 0.18), transparent 27%),
    radial-gradient(circle at 7% 64%, rgba(49, 91, 59, 0.10), transparent 29%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 850;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--orange);
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
}
h1 {
  margin: 17px 0 20px;
  font-size: clamp(46px, 6.3vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
h1 em {
  color: var(--green);
  font-style: normal;
}
.hero-copy {
  color: var(--muted);
  font-size: 18px;
  max-width: 610px;
  margin: 0 0 28px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-card {
  min-height: 430px;
  position: relative;
  display: grid;
  place-items: center;
}
.grain-circle {
  position: absolute;
  width: 390px;
  height: 390px;
  max-width: 90vw;
  max-height: 90vw;
  border-radius: 50%;
  background: #f2e6d0;
  border: 1px solid #e4d5bc;
  box-shadow: var(--shadow);
}
.jar {
  position: relative;
  z-index: 2;
  width: 235px;
  height: 330px;
  border-radius: 36px 36px 28px 28px;
  border: 4px solid rgba(255,255,255,0.76);
  background: linear-gradient(90deg, rgba(255,255,255,.65), rgba(255,255,255,.20) 28%, rgba(255,255,255,.44) 60%, rgba(255,255,255,.20));
  box-shadow: 0 24px 50px rgba(68, 50, 34, .18);
}
.jar-lid {
  position: absolute;
  left: -12px;
  right: -12px;
  top: -18px;
  height: 58px;
  border-radius: 19px 19px 9px 9px;
  background: repeating-linear-gradient(90deg, #d6b26f 0 5px, #c7a35d 5px 9px);
}
.jar-label {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 84px;
  height: 195px;
  padding: 16px;
  border: 1px solid #e1d3bc;
  border-radius: 10px;
  background: #fffaf0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mini-logo {
  font-weight: 900;
  font-size: 22px;
  color: var(--green);
}
.mini-logo span { color: var(--orange); }
.mini-tag {
  margin: 2px 0 16px;
  font-size: 7px;
  letter-spacing: 0.12em;
}
.jar-label strong {
  font-family: Georgia, "Times New Roman", serif;
  background: var(--brown);
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 26px;
  line-height: 1;
}
.jar-label small {
  margin-top: 9px;
  color: var(--green);
  font-weight: 800;
}

.floating-card {
  position: absolute;
  z-index: 3;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 12px 14px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(65, 57, 47, 0.10);
  font-size: 12px;
}
.floating-card strong {
  display: block;
  color: var(--green);
  font-size: 15px;
}
.floating-card span { color: var(--muted); }
.floating-card.top { top: 48px; right: 0; }
.floating-card.bottom { bottom: 42px; left: -2px; }

.section { padding: 80px 0; }
.section-heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-heading .eyebrow { justify-content: center; }
.section-heading h2,
.about-copy h2,
.modal-card h2 {
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.12;
  margin: 10px 0 12px;
}
.section-heading p {
  margin: 0;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.product-card {
  min-height: 365px;
  display: grid;
  grid-template-columns: 43% 57%;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.product-visual {
  position: relative;
  display: grid;
  place-items: center;
}
.rice-visual { background: linear-gradient(155deg, #eadbc3, #faf3e8); }
.dal-visual { background: linear-gradient(155deg, #dfead9, #f7f3e5); }

.food-bowl {
  position: relative;
  width: 185px;
  height: 92px;
  border-radius: 18px 18px 90px 90px;
  background: linear-gradient(#7a5034, #4f321f);
  box-shadow: 0 20px 32px rgba(66,48,31,.16);
}
.food-bowl::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -28px;
  width: 169px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #6b452f;
}
.rice-bowl::before {
  background:
    radial-gradient(ellipse at center, #c7a780 0 39%, transparent 42%) 0 0/14px 9px,
    #b4936c;
}
.dal-bowl::before {
  background:
    radial-gradient(circle, #e3bd43 0 44%, transparent 46%) 0 0/11px 11px,
    #d7aa34;
}

.product-info {
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 850;
}
.product-info h3 {
  font-size: 32px;
  margin: 6px 0 8px;
}
.product-info p {
  color: var(--muted);
  margin: 0 0 18px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.chips span {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  color: #465248;
  background: #f1eee6;
  border: 1px solid #e5ddce;
}
.product-info .btn { align-self: flex-start; }

.trust-section {
  color: white;
  background: var(--green);
}
.section-heading.light h2 { color: white; }
.section-heading.light p { color: rgba(255,255,255,.75); }
.section-heading.light .eyebrow { color: #f2d7b0; }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.trust-card {
  padding: 27px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.trust-card > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1dcb7;
  color: var(--green);
  font-weight: 900;
}
.trust-card h4 { margin: 15px 0 7px; font-size: 17px; }
.trust-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.about-panel {
  min-height: 380px;
  padding: 48px;
  border-radius: 32px;
  background: #eee2cb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--brown);
  position: relative;
  overflow: hidden;
}
.about-panel::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(49,91,59,.13);
  right: -80px;
  bottom: -95px;
}
.about-panel span,
.about-panel strong {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.5vw, 53px);
  line-height: 1.04;
}
.about-panel strong { color: var(--green); }
.about-copy p {
  color: var(--muted);
  margin: 0 0 22px;
}

footer {
  padding: 50px 0 22px;
  background: #1c3323;
  color: white;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 35px;
}
.footer-brand {
  font-size: 27px;
  font-weight: 850;
}
.footer-brand span { color: #ea914b; }
footer p, footer a, .footer-button {
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
footer h5 {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 12px;
}
footer a, .footer-button {
  display: block;
  margin: 0 0 10px;
}
.footer-button {
  padding: 0;
  border: 0;
  background: transparent;
}
footer a:hover, .footer-button:hover { color: white; }
.copyright {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  padding: 18px;
  align-items: center;
  justify-content: center;
}
.modal.open { display: flex; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 30, 23, .68);
}
.modal-card {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: 92vh;
  overflow: auto;
  border-radius: 25px;
  padding: 30px;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.close-btn {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f0ebdf;
  font-size: 23px;
}
.modal-intro {
  color: var(--muted);
  font-size: 14px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-grid label {
  display: block;
  font-size: 12px;
  font-weight: 800;
}
.form-grid label.full { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 13px;
  border-radius: 12px;
  border: 1px solid #d9d0c1;
  background: white;
  color: var(--ink);
  outline: none;
}
textarea { min-height: 88px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: var(--green-light);
  box-shadow: 0 0 0 3px rgba(84,122,88,.12);
}
.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    padding: 18px 4vw 22px;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }

  .hero-grid,
  .about-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; }
  .hero-card { min-height: 400px; }

  .product-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 260px; }

  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .section { padding: 62px 0; }
  .brand { font-size: 25px; }
  .brand-symbol { width: 32px; height: 32px; }

  .grain-circle { width: 325px; height: 325px; }
  .jar { transform: scale(.88); }
  .floating-card { font-size: 11px; }
  .floating-card.top { right: 2px; top: 38px; }
  .floating-card.bottom { left: 1px; bottom: 38px; }

  .product-info { padding: 27px; }
  .about-panel { min-height: 300px; padding: 32px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
}
