/* ============================================================
   JAGGERY STORY — Scroll Storytelling Section
   ============================================================ */

.jaggery-story {
  background: #f8f3e8;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(139,69,19,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(245,166,35,0.07) 0%, transparent 55%);
  overflow: hidden;
  position: relative;
}

/* Sticky wrapper — two columns */
.js-sticky-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 2rem 3rem;
  min-height: unset;
}

/* ── IMAGE COLUMN ── */
.js-image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  will-change: transform;
}

.js-img-ring {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 0 12px rgba(139,69,19,0.08),
    0 0 0 24px rgba(245,166,35,0.06),
    0 32px 80px rgba(139,69,19,0.2);
  will-change: transform;
}

.js-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  will-change: transform;
}

.js-img-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse at 30% 30%, rgba(245,166,35,0.12) 0%, transparent 65%);
  pointer-events: none;
}

/* Trust badges */
.js-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.js-badge {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid rgba(139,69,19,0.15);
  border-radius: 30px;
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #5a3010;
  box-shadow: 0 2px 10px rgba(139,69,19,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: default;
}

.js-badge span {
  color: #c8102e;
  font-size: 0.85rem;
}

.js-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(139,69,19,0.15);
  border-color: rgba(245,166,35,0.5);
}

/* ── TEXT COLUMN ── */
.js-text-col {
  display: flex;
  align-items: center;
}

.js-card {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(139,69,19,0.1);
  border-radius: 24px;
  padding: 1.8rem 2rem;
  box-shadow:
    0 8px 32px rgba(139,69,19,0.08),
    0 1px 0 rgba(255,255,255,0.9) inset;
  width: 100%;
}

/* Section header — above both columns */
.js-section-header {
  text-align: center;
  padding: 2.5rem 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

.js-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8102e;
  margin: 0 0 0.75rem;
  opacity: 0;
  transform: translateY(20px);
  text-align: center;
}

.js-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #2a1505;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
}

.js-title span {
  color: #8B4513;
}

/* Points list */
.js-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.js-point {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  opacity: 0;
  transform: translateY(30px);
}

.js-point-icon {
  font-size: 1.2rem;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(139,69,19,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.js-point:hover .js-point-icon {
  transform: scale(1.12) rotate(-4deg);
  background: rgba(245,166,35,0.18);
}

.js-point strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2a1505;
  margin-bottom: 0.2rem;
}

.js-point p {
  font-size: 0.84rem;
  color: #7a5c3a;
  line-height: 1.6;
  margin: 0;
}

/* Gujarati emotional line */
.js-gujarati-line {
  text-align: center;
  margin: 0 0 2rem;
  opacity: 0;
  transform: scale(0.92) translateY(20px);
}

.js-gujarati-line span {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 700;
  font-style: italic;
  color: #8B4513;
  background: linear-gradient(135deg, rgba(139,69,19,0.08), rgba(245,166,35,0.12));
  border-left: 3px solid #c8102e;
  border-radius: 0 12px 12px 0;
  padding: 0.75rem 1.25rem;
  display: block;
  line-height: 1.5;
}

/* CTA */
.js-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #8B4513, #c8102e);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(139,69,19,0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  opacity: 0;
  transform: translateY(20px);
}

.js-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(139,69,19,0.4);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .js-sticky-wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 4rem 1.5rem;
    min-height: unset;
  }
  .js-img-ring {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .js-card { padding: 2rem 1.5rem; }
}

@media (max-width: 480px) {
  .js-img-ring { width: 240px; height: 240px; }
  .js-card { padding: 1.5rem 1.2rem; }
  .js-trust-badges { gap: 0.4rem; }
  .js-badge { font-size: 0.72rem; padding: 0.35rem 0.75rem; }
}

/* Gujarati inline label on each point */
.js-guj {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8B4513;
  background: rgba(139,69,19,0.08);
  border-radius: 20px;
  padding: 0.15rem 0.65rem;
  margin: 0.2rem 0 0.35rem;
  letter-spacing: 0.02em;
}

/* Gujarati summary card */
.js-guj-card {
  background: linear-gradient(135deg, rgba(139,69,19,0.07), rgba(245,166,35,0.1));
  border: 1px solid rgba(139,69,19,0.18);
  border-left: 4px solid #8B4513;
  border-radius: 0 14px 14px 0;
  padding: 0.75rem 1.1rem;
  margin: 0.25rem 0 1rem;
  opacity: 0;
  transform: translateY(24px);
}

.js-guj-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #5a3010;
  margin: 0 0 0.65rem;
  letter-spacing: 0.02em;
}

.js-guj-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.js-guj-card li {
  font-size: 0.85rem;
  color: #7a5c3a;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1.5;
}

.js-guj-card li span {
  color: #c8102e;
  font-weight: 700;
  flex-shrink: 0;
}
