:root {
  --green-deep: #173b1f;
  --green: #2e642f;
  --green-soft: #e9f2df;
  --maroon: #8b1015;
  --maroon-dark: #5f090d;
  --orange: #e87416;
  --orange-bright: #ff8a00;
  --cream: #fff7e6;
  --cream-2: #fff0d2;
  --gold: #c9902f;
  --brown: #4a2917;
  --text: #201714;
  --muted: #695c52;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(67, 29, 12, 0.16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 138, 0, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(23, 59, 31, 0.10), transparent 34%),
    var(--cream);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 230, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(139, 16, 21, 0.11);
}

.top-bar {
  min-height: 42px;
  padding: 8px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  background: linear-gradient(90deg, var(--green-deep), var(--green));
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 800;
}

.navbar {
  min-height: 86px;
  padding: 12px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.brand img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--maroon);
  box-shadow: 0 10px 24px rgba(139, 16, 21, 0.18);
  background: var(--cream);
}

.brand strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  color: var(--maroon);
  line-height: 1;
}

.brand em {
  display: block;
  margin-top: 4px;
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
  color: var(--green-deep);
  font-size: 1.06rem;
  font-weight: 900;
  font-style: normal;
}

.menu-btn {
  display: none;
  border: 0;
  background: var(--green-deep);
  color: white;
  border-radius: 16px;
  width: 52px;
  height: 52px;
  font-size: 1.35rem;
  box-shadow: 0 10px 22px rgba(23, 59, 31, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  font-weight: 800;
  color: var(--green-deep);
}

.nav-links a:not(.nav-order):hover { color: var(--maroon); }

.nav-order {
  padding: 13px 20px;
  background: linear-gradient(135deg, var(--orange-bright), var(--maroon));
  color: white;
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(232, 116, 22, 0.25);
}

.hero {
  padding: 72px 6% 76px;
  background:
    linear-gradient(rgba(48, 24, 12, .20), rgba(48, 24, 12, .30)),
    radial-gradient(circle at 75% 30%, rgba(255, 138, 0, 0.35), transparent 28%),
    radial-gradient(circle at 16% 18%, rgba(46, 100, 47, 0.34), transparent 30%),
    linear-gradient(135deg, #fff8e8 0%, #ffe0a9 46%, #e88828 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(139,16,21,.25) 2px, transparent 2.5px),
    radial-gradient(circle, rgba(46,100,47,.22) 2px, transparent 2.5px);
  background-position: 0 0, 28px 32px;
  background-size: 86px 86px;
  opacity: .34;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr);
  gap: 48px;
  align-items: center;
}

.hero-copy {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 247, 230, 0.78);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--maroon);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.hero h1, .section h2 {
  margin: 0;
  font-family: 'Playfair Display', 'Noto Sans Devanagari', serif;
  color: var(--maroon);
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.95;
}

.tagline {
  margin: 16px 0 0;
  font-family: 'Noto Sans Devanagari', 'Inter', sans-serif;
  color: var(--green-deep);
  font-size: clamp(1.3rem, 2.7vw, 2.15rem);
  font-weight: 900;
}

.hero-subtitle {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--brown);
  font-size: clamp(1.04rem, 2vw, 1.24rem);
  line-height: 1.7;
  font-weight: 700;
}

.hero-actions, .contact-actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--orange-bright), var(--maroon)); color: white; box-shadow: 0 13px 26px rgba(139, 16, 21, .22); }
.btn.secondary { border: 2px solid var(--green-deep); color: var(--green-deep); background: rgba(255,255,255,.65); }

.hero-logo-wrap {
  display: grid;
  place-items: center;
}

.hero-logo {
  width: min(480px, 88vw);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid rgba(139, 16, 21, 0.92);
  box-shadow: 0 26px 60px rgba(66, 18, 10, 0.28);
  background: var(--cream);
}

.features {
  margin: -34px 6% 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(139, 16, 21, .14);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.features div { background: rgba(255,255,255,.96); padding: 24px; }
.features strong { display: block; color: var(--maroon); margin-bottom: 6px; font-size: 1.05rem; }
.features span { color: var(--muted); line-height: 1.5; }

.section { padding: 92px 6%; }
.section-heading { max-width: 730px; margin: 0 auto 42px; text-align: center; }
.section h2 { font-size: clamp(2rem, 4.5vw, 3.6rem); line-height: 1.05; }
.section-heading p:not(.eyebrow), .about-card p:not(.eyebrow) { color: var(--muted); line-height: 1.8; font-size: 1.06rem; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  padding: 28px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  background: white;
  border: 1px solid rgba(139, 16, 21, .12);
  box-shadow: 0 12px 28px rgba(67, 29, 12, 0.08);
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, var(--maroon), var(--orange-bright), var(--green));
}

.product-badge {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cream-2), white);
  border: 3px solid rgba(139, 16, 21, .2);
  font-size: 2.1rem;
}

.product-card h3 { color: var(--green-deep); margin: 22px 0 10px; font-size: 1.35rem; }
.product-card p { color: var(--muted); line-height: 1.65; flex: 1; }
.product-card a { margin-top: 20px; color: var(--maroon); font-weight: 900; }
.orange-card { background: linear-gradient(180deg, #fff, #fff0d4); }
.mango-card { background: linear-gradient(180deg, #fff, #ffe8ba); }
.lapsi-card { background: linear-gradient(180deg, #fff, #ffe4e2); }
.mula-card { background: linear-gradient(180deg, #fff, #eef6e8); }

.about-section {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: stretch;
  background:
    radial-gradient(circle at 12% 10%, rgba(232,116,22,.14), transparent 28%),
    linear-gradient(135deg, rgba(23,59,31,.08), rgba(139,16,21,.08));
}

.about-card, .about-points {
  border-radius: 32px;
  background: rgba(255,255,255,.93);
  padding: 42px;
  box-shadow: 0 12px 28px rgba(67, 29, 12, 0.08);
}

.about-points { display: grid; gap: 16px; align-content: center; color: var(--green-deep); font-weight: 900; font-size: 1.08rem; }

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

.contact-card {
  padding: 32px;
  border-radius: 28px;
  background: white;
  box-shadow: 0 12px 28px rgba(67, 29, 12, 0.08);
  border-top: 6px solid var(--green);
}

.contact-card h3 { margin: 0 0 14px; color: var(--maroon); }
.contact-card p { color: var(--muted); line-height: 1.75; margin: 0; }
.order-card { border-top-color: var(--orange-bright); }

footer {
  padding: 30px 6%;
  text-align: center;
  background: linear-gradient(90deg, var(--maroon-dark), var(--green-deep));
  color: white;
}

@media (max-width: 1040px) {
  .hero-content, .about-section { grid-template-columns: 1fr; }
  .product-grid, .features, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 54px; }
  .hero-logo { width: min(420px, 86vw); }
}

@media (max-width: 760px) {
  .top-bar { justify-content: center; text-align: center; gap: 8px 18px; font-size: .9rem; }
  .navbar { min-height: 76px; padding: 10px 5%; }
  .brand { min-width: auto; }
  .brand img { width: 54px; height: 54px; border-width: 2px; }
  .brand strong { font-size: 1.22rem; }
  .brand em { font-size: .95rem; }
  .menu-btn { display: block; flex: 0 0 auto; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 16px 5% 22px;
    background: rgba(255,247,230,.99);
    border-bottom: 1px solid rgba(139,16,21,.15);
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    box-shadow: 0 16px 30px rgba(67, 29, 12, 0.12);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; }
  .nav-order { text-align: center; padding: 14px 18px !important; }
  .hero { padding: 38px 5% 48px; }
  .hero-content { gap: 28px; }
  .hero-copy { padding: 24px; border-radius: 26px; }
  .hero h1 { font-size: clamp(2.4rem, 13vw, 4rem); }
  .hero-logo { width: min(330px, 82vw); border-width: 6px; }
  .hero-actions .btn, .contact-actions .btn { width: 100%; }
  .features { margin: 0; border-radius: 0; grid-template-columns: 1fr; }
  .section { padding: 66px 5%; }
  .product-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-card, .about-points, .contact-card { padding: 28px; }
}
