.category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  color: #d8e8da;
  font-size: 0.92rem;
  font-weight: 700;
}

.category-breadcrumb a {
  color: var(--color-gold-soft);
}

.category-breadcrumb span::before {
  content: "/";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.55);
}

.category-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 75% 26%, rgba(199, 151, 47, 0.22), transparent 24%),
    linear-gradient(115deg, rgba(12, 36, 22, 0.97), rgba(18, 55, 31, 0.84)),
    url("https://www.metroagroindia.com/img/gallery/04.jpg") center / cover no-repeat;
}

.category-hero--natural {
  background:
    radial-gradient(circle at 74% 22%, rgba(199, 151, 47, 0.2), transparent 25%),
    linear-gradient(115deg, rgba(11, 41, 25, 0.97), rgba(24, 78, 46, 0.84)),
    url("https://www.metroagroindia.com/img/gallery/01.jpg") center / cover no-repeat;
}

.category-hero--oil {
  background:
    radial-gradient(circle at 78% 24%, rgba(199, 151, 47, 0.24), transparent 24%),
    linear-gradient(115deg, rgba(37, 32, 13, 0.96), rgba(29, 76, 43, 0.88)),
    url("https://www.metroagroindia.com/img/gallery/02.jpg") center / cover no-repeat;
}

.category-hero--feed {
  background:
    radial-gradient(circle at 78% 24%, rgba(199, 151, 47, 0.2), transparent 24%),
    linear-gradient(115deg, rgba(22, 49, 24, 0.97), rgba(70, 86, 39, 0.84)),
    url("https://www.metroagroindia.com/img/team/04.jpg") center / cover no-repeat;
}

.category-hero--flour {
  background:
    radial-gradient(circle at 76% 22%, rgba(199, 151, 47, 0.24), transparent 24%),
    linear-gradient(115deg, rgba(38, 44, 23, 0.96), rgba(105, 88, 46, 0.82)),
    url("https://www.metroagroindia.com/img/gallery/04.jpg") center / cover no-repeat;
}

.category-hero--gum {
  background:
    radial-gradient(circle at 78% 24%, rgba(199, 151, 47, 0.18), transparent 24%),
    linear-gradient(115deg, rgba(19, 54, 32, 0.97), rgba(56, 83, 48, 0.84)),
    url("https://www.metroagroindia.com/img/analyze/03.jpg") center / cover no-repeat;
}

.category-hero--agro-oil {
  background:
    radial-gradient(circle at 76% 22%, rgba(199, 151, 47, 0.24), transparent 24%),
    linear-gradient(115deg, rgba(45, 37, 16, 0.96), rgba(76, 64, 33, 0.86)),
    url("https://www.metroagroindia.com/img/gallery/02.jpg") center / cover no-repeat;
}

.category-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.category-hero h1,
.intro-grid h2,
.buyer-grid h2,
.inquiry-copy h2,
.related-grid h2,
.section-heading--split h2,
.routing-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  line-height: 1.05;
}

.category-hero h1 {
  max-width: 850px;
  font-size: clamp(2.6rem, 5.6vw, 5.1rem);
}

.category-hero__lead {
  max-width: 710px;
  margin: 24px 0 0;
  color: #e4efe5;
  font-size: 1.15rem;
}

.category-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.category-hero__card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-md);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.category-hero__card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.category-hero__card div {
  padding: 24px;
}

.category-hero__card span,
.product-card span {
  display: block;
  color: var(--color-gold-strong);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.category-hero__card strong {
  display: block;
  margin-top: 8px;
  color: var(--color-green-900);
  font-family: var(--font-heading);
  font-size: 1.32rem;
  line-height: 1.2;
}

.category-trust {
  padding: 0 0 64px;
}

.trust-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: -42px;
}

.trust-grid article,
.product-card,
.routing-card,
.buyer-list article,
.category-form,
.related-links a {
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.trust-grid article {
  padding: 26px;
}

.trust-grid span,
.buyer-list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--color-green-900);
  background: var(--color-gold-soft);
  border-radius: 50%;
  font-weight: 800;
}

.trust-grid h2,
.product-card h3,
.routing-card h3,
.buyer-list h3 {
  color: var(--color-green-900);
  font-family: var(--font-heading);
}

.trust-grid h2 {
  margin: 18px 0 8px;
  font-size: 1.22rem;
}

.trust-grid p,
.intro-copy p,
.product-card p,
.section-heading--split p,
.routing-card p,
.buyer-grid p,
.buyer-list p,
.inquiry-copy p,
.related-grid p {
  color: var(--color-muted);
}

.intro-grid,
.buyer-grid,
.inquiry-grid,
.related-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.intro-grid h2,
.buyer-grid h2,
.inquiry-copy h2,
.related-grid h2 {
  color: var(--color-green-900);
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.intro-copy {
  display: grid;
  gap: 16px;
  font-size: 1.05rem;
}

.intro-copy p {
  margin: 0;
}

.product-range-section {
  background: #f6faf3;
}

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

.product-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover,
.related-links a:hover {
  border-color: rgba(199, 151, 47, 0.55);
  box-shadow: 0 18px 42px rgba(18, 55, 31, 0.12);
  transform: translateY(-4px);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card div {
  padding: 22px;
}

.product-card h3 {
  margin: 8px 0 10px;
  line-height: 1.22;
}

.category-routing-section {
  background: #ffffff;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.82fr);
  gap: 34px;
  align-items: end;
}

.section-heading--split p:last-child {
  margin: 0;
  font-size: 1rem;
}

.routing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.routing-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 246, 0.98));
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.routing-card:hover {
  border-color: rgba(199, 151, 47, 0.55);
  box-shadow: 0 18px 42px rgba(18, 55, 31, 0.12);
  transform: translateY(-4px);
}

.routing-card span {
  display: inline-flex;
  width: fit-content;
  color: var(--color-green-900);
  background: var(--color-gold-soft);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.routing-card h3 {
  font-size: 1.34rem;
}

.routing-card p {
  margin: 0;
}

.routing-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.routing-card__links a {
  padding: 8px 10px;
  color: var(--color-green-900);
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.routing-card__links a:hover {
  color: #ffffff;
  background: var(--color-green-700);
  border-color: var(--color-green-700);
}

.buyer-section {
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(18, 55, 31, 0.96), rgba(18, 55, 31, 0.88)),
    url("https://www.metroagroindia.com/img/team/01.jpg") center / cover no-repeat;
}

.buyer-grid h2,
.buyer-grid p {
  color: #ffffff;
}

.buyer-grid p {
  color: #dfeee1;
}

.buyer-list {
  display: grid;
  gap: 14px;
}

.buyer-list article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.buyer-list h3,
.buyer-list p {
  color: #ffffff;
}

.buyer-list p {
  color: #dfeee1;
}

.inquiry-section {
  background: #ffffff;
}

.inquiry-copy ul {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  list-style: none;
}

.inquiry-copy li {
  position: relative;
  padding-left: 26px;
  color: var(--color-ink);
  font-weight: 700;
}

.inquiry-copy li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--color-green-700);
  border-radius: 50%;
  transform: translateY(-50%);
}

.category-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
  background: #f7faf6;
  box-shadow: var(--shadow-soft);
}

.related-section {
  background: #f6faf3;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.related-links a {
  padding: 18px;
  color: var(--color-green-900);
  font-family: var(--font-heading);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.category-faq-section {
  background: #ffffff;
}

@media (max-width: 1080px) {
  .category-hero__inner,
  .intro-grid,
  .buyer-grid,
  .inquiry-grid,
  .related-grid,
  .section-heading--split {
    grid-template-columns: 1fr;
  }

  .product-card-grid,
  .routing-grid,
  .related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .category-hero {
    padding: 64px 0;
  }

  .category-hero__card img {
    height: 250px;
  }

  .trust-grid,
  .product-card-grid,
  .routing-grid,
  .category-form,
  .related-links {
    grid-template-columns: 1fr;
  }

  .category-form {
    padding: 24px;
  }
}
