body.vegetable-page {
  background:
    linear-gradient(180deg, #f4fff6 0%, #ffffff 42%, #eefaf0 100%);
  color: #233827;
}

.vegetable-page .menu-bar li a[aria-current="page"] {
  background: #e5f8df;
  color: #27632b;
  font-weight: 800;
}

.vegetable-page .flower-kicker {
  color: #2f7d32;
}

.vegetable-coming-soon {
  min-height: 68vh;
}

.vegetable-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(244, 255, 246, 0.96), rgba(255, 251, 235, 0.94)),
    url("../product/home-ads/coming-soon.jpg") center/cover;
  border-bottom: 1px solid #cde8c5;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.04fr) minmax(260px, 0.96fr);
  margin: 0 auto;
  min-height: 430px;
  overflow: hidden;
  padding: 42px 28px;
  position: relative;
}

.vegetable-hero::before {
  background:
    radial-gradient(circle at 16% 26%, rgba(58, 131, 52, 0.18), transparent 25%),
    radial-gradient(circle at 84% 18%, rgba(227, 169, 58, 0.18), transparent 25%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vegetable-hero-copy,
.vegetable-preview {
  margin: 0 auto;
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.vegetable-hero h1 {
  color: #24391b;
  font-size: 46px;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 12px;
}

.vegetable-hero p {
  color: #4d654d;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.vegetable-page .flower-btn {
  background: #2f7d32;
  border-color: #2f7d32;
}

.vegetable-page .flower-btn.secondary {
  background: rgba(255, 255, 255, 0.88);
  border-color: #bde1b6;
  color: #27632b;
}

.vegetable-preview {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #cde8c5;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(47, 125, 50, 0.12);
  padding: 14px;
}

.vegetable-preview img {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.vegetable-preview span {
  background: #2f7d32;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-top: 12px;
  min-height: 28px;
  padding: 7px 11px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .vegetable-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 28px 16px;
  }

  .vegetable-hero h1 {
    font-size: 30px;
  }

  .vegetable-hero p {
    font-size: 14px;
  }
}
