/* Home story section */
.info-section {
  position: relative;
  isolation: isolate;
  padding: 76px 20px;
  background:
    linear-gradient(135deg, rgba(6, 42, 24, 0.96), rgba(18, 86, 46, 0.94)),
    url("https://organicmandya.com/cdn/shop/articles/generated-image29_3e38b090-c64d-4421-8eec-ad34ba0f29be.jpg?v=1782366318&width=1200") center / cover;
  color: #fff;
  overflow: hidden;
}

.info-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.16), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(156, 214, 91, 0.18), transparent 28%);
}

.info-visual {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(10px);
}

.imgone {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.info-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
  color: #13522c;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(7, 49, 25, 0.24);
}

.info-badge .material-icons {
  font-size: 1.15rem;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #dff7cf;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hhedding {
  max-width: 720px;
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.04;
}

.spinfo {
  max-width: 740px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.75;
}

.main-content .info-section .section-eyebrow {
  color: #dff7cf;
}

.main-content .info-section .hhedding {
  color: #ffffff;
}

.main-content .info-section .spinfo {
  color: rgba(255, 255, 255, 0.9);
}

.core-message-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 30px;
}

.core-message-card {
  min-height: 190px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #173421;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.core-message-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.2);
}

.core-message-card .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #e8f6ec;
  color: #1f7b44;
  font-size: 1.35rem;
}

.core-message-card h3 {
  margin: 0 0 8px;
  color: #102f1d;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.core-message-card p {
  margin: 0;
  color: #5b6f62;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: justify;
  text-justify: inter-word;
}

.info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.info-cta,
.info-cta-secondary {
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.95rem;
  font-weight: 800;
}

.info-cta {
  background: #34a853;
  border-color: #34a853;
  box-shadow: 0 14px 28px rgba(10, 34, 18, 0.24);
}

.info-cta:hover {
  background: #2e9349;
  border-color: #2e9349;
}

.info-cta-secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.info-cta-secondary:hover {
  background: #ffffff;
  color: #16532f;
}

/* Shared heading used across home sections */
.heading,
.hedding {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 800;
  color: #0d3d20;
  text-align: center;
  letter-spacing: 0;
}

.heading {
  margin-bottom: 32px;
}

.hedding {
  margin: 48px 0 24px;
}

/* Legacy product detail alt layout */
.product-detail-custom {
  padding: 40px 20px;
  background: #fff;
}

.product-detail-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: center;
}

.product-images .main-image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.no-image-placeholder {
  aspect-ratio: 1;
  background: #f0fdf6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #8a8278;
}

.product-info h3 {
  margin-bottom: 16px;
  color: #0d3d20;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
}

.product-description p {
  color: #5a5550;
  font-size: 0.95rem;
  line-height: 1.8;
}

.product-section-custom {
  padding: 40px 20px;
}

.product-container-custom {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.product-card-custom {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e4ebe6;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card-custom:hover {
  transform: translateY(-4px);
  border-color: #a8cdb5;
  box-shadow: 0 16px 36px rgba(27, 84, 54, 0.12);
}

.product-card-custom img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-content-custom {
  padding: 12px 14px;
}

.price-custom {
  margin: 0;
  color: #1a7a40;
  font-size: 0.95rem;
  font-weight: 800;
}

.view-btn-custom {
  width: 100%;
  padding: 8px 14px;
  border-radius: 8px;
  background: #145c30;
}

.view-btn-custom a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 992px) {
  .info-section {
    padding: 58px 16px;
  }

  .core-message-grid {
    grid-template-columns: 1fr;
  }

  .core-message-card {
    min-height: auto;
  }

  .product-detail-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .info-actions {
    display: grid;
  }

  .info-visual {
    padding: 12px;
  }

  .info-badge {
    left: 18px;
    bottom: 18px;
  }
}
