:root {
  --cream: #f5f3e6;
  --cream-deep: #e7e6cd;
  --coconut-white: #fffdf6;
  --brown: #38352a;
  --brown-soft: #666351;
  --brown-deep: #1f2e1a;
  --accent: #598c4e;
  --accent-deep: #3f6b3a;
  --green: #86ab5f;
  --shadow: 0 12px 30px -12px rgba(31, 46, 26, 0.25);
  --radius: 20px;
  font-size: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Georgia', 'Iowan Old Style', 'Palatino Linotype', serif;
  background: var(--cream);
  color: var(--brown);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Georgia', serif;
  color: var(--brown-deep);
  margin: 0 0 0.4em;
  line-height: 1.15;
}

p { margin: 0 0 1em; color: var(--brown-soft); }

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

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Launch banner */
.launch-banner {
  background: var(--brown-deep);
  color: var(--coconut-white);
  text-align: center;
  padding: 10px 24px;
}

.launch-banner p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--coconut-white);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 243, 231, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(74, 53, 39, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
}

.logo-link {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-icon {
  font-size: 1.3rem;
  line-height: 1;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brown-deep);
  letter-spacing: 0.5px;
}

.logo-tagline {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--accent-deep);
  margin-top: 2px;
}

.nav {
  display: flex;
  gap: 28px;
}

.nav a {
  font-size: 0.95rem;
  color: var(--brown-soft);
  transition: color 0.2s ease;
}

.nav a:hover { color: var(--accent-deep); }

.btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-small { padding: 9px 20px; font-size: 0.85rem; }

.btn-primary {
  background: var(--accent);
  color: var(--coconut-white);
  box-shadow: var(--shadow);
}
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-2px); }

.btn-ghost {
  border: 1.5px solid var(--brown);
  color: var(--brown);
}
.btn-ghost:hover { background: var(--brown); color: var(--coconut-white); }

/* Hero */
.hero {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-deep);
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 1.15rem;
  max-width: 520px;
}

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

.hero-blob {
  position: absolute;
  top: -120px;
  right: -160px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--cream-deep), transparent 70%);
  z-index: 1;
}

/* Marquee strip */
.strip {
  background: var(--brown-deep);
  color: var(--coconut-white);
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
}

.strip-track {
  display: inline-flex;
  gap: 14px;
  animation: scroll 22s linear infinite;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--cream-deep);
}

.strip-track span { padding: 0 4px; }

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Sections */
.section { padding: 90px 0; }

.section-head { max-width: 560px; margin: 0 auto 48px; text-align: center; }
.section-head h2 { font-size: 2.2rem; }

.tag {
  display: inline-block;
  background: var(--cream-deep);
  color: var(--accent-deep);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.tag-light {
  background: rgba(255,255,255,0.15);
  color: var(--coconut-white);
}

/* Product */
.product-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.product-visual {
  display: flex;
  justify-content: center;
}

.jar {
  width: 220px;
}

.jar-lid {
  width: 140px;
  height: 30px;
  background: var(--brown);
  border-radius: 10px 10px 6px 6px;
  margin: 0 auto -4px;
  box-shadow: inset 0 -4px 6px rgba(0,0,0,0.2);
}

.jar-body {
  width: 220px;
  height: 260px;
  background: linear-gradient(160deg, #fffdf8, #f4e9d8 60%, #ecdcc2);
  border-radius: 24px 24px 40px 40px;
  border: 1px solid rgba(74,53,39,0.15);
  box-shadow: var(--shadow), inset 0 0 30px rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.jar-label {
  font-weight: 700;
  color: var(--brown-deep);
  font-size: 1.1rem;
}
.jar-icon {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
}
.jar-label small {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--brown-soft);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-copy h2 { font-size: 2rem; }

.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  color: var(--brown-soft);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.85;
}

/* Pricing */
.pricing-card {
  max-width: 420px;
  margin: 0 auto;
  background: var(--coconut-white);
  border-radius: var(--radius);
  padding: 48px 40px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(74,53,39,0.08);
}

.price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.price-amount {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--accent-deep);
}

.price-unit {
  font-size: 1rem;
  color: var(--brown-soft);
}

.price-note { font-size: 0.95rem; margin: 0; }

/* Bulk orders */
.bulk { background: var(--cream-deep); }

.bulk-card {
  max-width: 560px;
  margin: 0 auto;
  background: var(--coconut-white);
  border-radius: var(--radius);
  padding: 44px 40px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(31,46,26,0.08);
}

.bulk-slider-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.bulk-slider-row label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-deep);
}

.bulk-slider-row input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: var(--cream-deep);
  outline: none;
  accent-color: var(--accent);
}

.bulk-slider-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--coconut-white);
  box-shadow: 0 2px 8px rgba(31,46,26,0.35);
  cursor: pointer;
}

.bulk-slider-row input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--coconut-white);
  box-shadow: 0 2px 8px rgba(31,46,26,0.35);
  cursor: pointer;
}

.bulk-qty-value {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brown-deep);
}

.bulk-breakdown {
  border-top: 1px solid rgba(31,46,26,0.1);
  border-bottom: 1px solid rgba(31,46,26,0.1);
  padding: 20px 0;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bulk-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: var(--brown-soft);
}

.bulk-row span:last-child {
  font-weight: 700;
  color: var(--brown-deep);
}

.bulk-row.bulk-total {
  font-size: 1.3rem;
}

.bulk-row.bulk-total span:last-child {
  color: var(--accent-deep);
}

.bulk-row.bulk-savings span:last-child {
  color: var(--green);
}

.bulk-cta {
  display: block;
  text-align: center;
  width: 100%;
}

.bulk-note {
  font-size: 0.85rem;
  text-align: center;
  margin: 18px 0 0;
}

/* Offer */
.offer {
  background: var(--brown-deep);
  color: var(--coconut-white);
}

.offer-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.offer h2 { color: var(--coconut-white); font-size: 2.1rem; }
.offer p { color: rgba(250,243,231,0.75); }

.offer-jars {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.offer-plus {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--coconut-white);
  opacity: 0.45;
  align-self: center;
  margin: 0 1px;
}

.mini-jar {
  width: 32px;
  text-align: center;
  position: relative;
}

.mini-jar-lid {
  width: 20px;
  height: 6px;
  background: var(--coconut-white);
  opacity: 0.9;
  border-radius: 3px 3px 1px 1px;
  margin: 0 auto -1px;
}

.mini-jar-body {
  width: 32px;
  height: 40px;
  background: linear-gradient(160deg, #fffdf8, #f4e9d8 60%, #ecdcc2);
  border-radius: 6px 6px 10px 10px;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 3px 8px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 2px;
}

.mini-jar-mark {
  font-size: 0.5rem;
  line-height: 1;
  filter: grayscale(0.15);
}

.mini-jar-word {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 0.24rem;
  letter-spacing: 0.2px;
  color: var(--brown-deep);
  line-height: 1;
  white-space: nowrap;
}

.mini-jar-free .mini-jar-body {
  box-shadow: 0 0 0 2px var(--accent), 0 3px 8px rgba(0,0,0,0.35);
}

.mini-jar-badge {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
  white-space: nowrap;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: var(--accent);
  color: var(--coconut-white);
  padding: 3px 10px;
  border-radius: 999px;
}

/* Visit */
.visit-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.address {
  font-size: 1.2rem;
  color: var(--brown-deep);
  font-weight: 600;
}

.visit-note { font-size: 0.95rem; }

.visit-map {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(74,53,39,0.1);
}

.visit-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

/* Footer */
.site-footer {
  background: var(--brown-deep);
  color: rgba(250,243,231,0.7);
  padding: 40px 0;
  text-align: center;
}

.logo-row-footer {
  justify-content: center;
  margin-bottom: 4px;
}

.logo-footer {
  color: var(--coconut-white);
  font-size: 1.3rem;
}

.footer-tagline {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--green);
  margin-bottom: 16px;
}

.footer-fine { font-size: 0.85rem; opacity: 0.7; }

.footer-fssai { font-size: 0.72rem; opacity: 0.5; margin-top: 10px; }

/* Responsive */
@media (max-width: 860px) {
  .nav { display: none; }
  .product-inner, .visit-inner { grid-template-columns: 1fr; }
  .visit-map iframe { height: 260px; }
  .hero { padding: 70px 0 60px; }
}
