/* ==========================================================================
   True Indian Spice - Bay Leaf Product Page
   Premium B2B export layout aligned with homepage design language.
   Uses shared variables from style.css. Does not touch header/footer styling.
   ========================================================================== */

/* ==========================================================================
   1. Page Base
   ========================================================================== */

.skip-link {
  position: absolute;
  top: 12px;
  left: -999px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(10, 61, 42, 0.24);
}

.skip-link:focus {
  left: 12px;
}

.chilli-page .nav__link--active::after {
  opacity: 1;
  transform: scaleX(1);
}

.product-page {
  background: var(--white);
  color: #222;
}

.product-page main {
  overflow: clip;
}

.product-page .section {
  position: relative;
  padding: 72px 0;
}

.product-page .section-title {
  margin-bottom: 26px;
}

.product-page p:last-child,
.product-page ul:last-child,
.product-page ol:last-child {
  margin-bottom: 0;
}

.product-page .section[id],
.product-page .quality-panel[id],
.product-page .cta[id],
.product-page .faq[id] {
  scroll-margin-top: 172px;
}

.chilli-page section[id],
.chilli-page footer[id] {
  scroll-margin-top: 162px;
}

.product-page a:focus-visible,
.product-page button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

/* ==========================================================================
   2. Shared Typography
   ========================================================================== */

.product-eyebrow,
.why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-eyebrow::before,
.why__eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(10, 61, 42, 0.2), var(--green));
}

.product-split__content h2,
.quality-panel__intro h2,
.why__title,
.spec-header__title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 700;
  color: #191919;
  margin-bottom: 18px;
}

.product-split__content p,
.quality-panel__intro p,
.why__text,
.spec-header__text,
.bl-section-intro {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.78;
  color: #5f5b55;
}

.spec-header {
  max-width: 880px;
  margin: 0 auto 30px;
  text-align: center;
}

.spec-header__title {
  margin-bottom: 14px;
}

.spec-header__text {
  max-width: 760px;
  margin: 0 auto;
}

.bl-section-intro,
.bl-section-intro__text {
  max-width: 860px;
  margin: 0 auto 26px;
  text-align: center;
}

.bl-section-intro strong,
.bl-section-intro__text strong {
  color: var(--green);
}

/* ==========================================================================
   3. Section Background System
   ========================================================================== */

.product-overview,
.benefits,
.packaging,
.shelf-life,
.storage {
  background: #faf8f4;
}

.specifications,
.applications,
.shipping,
.private-label,
.container-loading,
.documentation,
.related-products {
  background: #fff;
}

.export-info,
.faq,
.handling {
  background: #f7f3eb;
}

.grades,
.product-highlights {
  background: #faf8f4;
}

.bl-section-band,
.bl-spec-section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(232, 108, 31, 0.03), rgba(232, 108, 31, 0.03)),
    #faf8f4;
}

.bl-spec-section:nth-of-type(odd) {
  background: #fff;
}

.bl-spec-block--alt {
  background:
    linear-gradient(180deg, rgba(10, 61, 42, 0.03), rgba(10, 61, 42, 0.01)),
    #f7f3eb;
}

/* ==========================================================================
   4. Breadcrumb
   ========================================================================== */

.product-breadcrumb {
  background: #f7f3eb;
  border-top: 1px solid #efe5d8;
  border-bottom: 1px solid #ece1d2;
  padding-top: 6px;
}

.product-breadcrumb__inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #67625b;
  font-size: 13px;
  font-weight: 600;
}

.product-breadcrumb a {
  color: var(--green);
  transition: color 0.2s ease;
}

.product-breadcrumb a:hover {
  color: var(--orange);
}

/* ==========================================================================
   5. Hero
   ========================================================================== */

.product-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(10, 61, 42, 0.07), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(232, 108, 31, 0.1), transparent 30%),
    linear-gradient(112deg, #fffefb 0%, #f9f4ea 54%, #efe5d6 100%);
  border-bottom: 1px solid #ecdfcf;
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  pointer-events: none;
}

.product-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 56px;
  padding: 68px 0 58px;
}

.product-hero__content {
  max-width: 660px;
}

.product-hero .hero__eyebrow {
  color: var(--green);
  margin-bottom: 12px;
}

.product-hero .hero__title {
  margin-bottom: 16px;
}

.product-hero .hero__title-dark {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(40px, 4.4vw, 58px);
  line-height: 0.98;
  color: #131313;
}

.product-hero .hero__title-orange {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.02;
  color: var(--orange);
}

.product-hero .hero__title-sub {
  display: block;
  margin-top: 8px;
  font-family: var(--font-heading);
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #1d1d1d;
}

.product-hero .hero__text {
  max-width: 580px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.78;
  color: #49443d;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.product-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(10, 61, 42, 0.06);
  border: 1px solid rgba(10, 61, 42, 0.1);
  color: var(--green);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-hero .hero__features {
  margin-bottom: 24px;
  gap: 16px;
}

.product-hero .hero__feature {
  font-size: 11px;
}

.product-hero__actions,
.product-hero .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-hero__visual {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 520px;
}

.product-hero__frame,
.bl-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid rgba(10, 61, 42, 0.08);
  box-shadow:
    0 22px 50px rgba(10, 61, 42, 0.12),
    0 8px 18px rgba(10, 61, 42, 0.05);
}

.product-hero__frame::before,
.bl-image-frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  pointer-events: none;
  z-index: 1;
}

.product-hero__frame img,
.bl-image-frame img,
.product-split__visual img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.product-hero__frame img {
  aspect-ratio: 4 / 3;
  max-height: 390px;
}

.product-hero__visual:hover .product-hero__frame img,
.bl-image-frame:hover img,
.product-split__visual:hover img {
  transform: scale(1.06);
}

.product-hero__badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  gap: 2px;
  min-width: 148px;
  padding: 12px 14px;
  border-left: 4px solid var(--orange);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.product-hero__badge strong {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  color: var(--green);
  text-transform: uppercase;
}

.product-hero__badge span {
  font-size: 11px;
  line-height: 1.45;
  color: #726c64;
  font-weight: 700;
}

.product-hero__float {
  position: absolute;
  right: -10px;
  top: 22px;
  z-index: 2;
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(10, 61, 42, 0.24);
  text-align: center;
}

.product-hero__float strong {
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 1;
}

.product-hero__float span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.88;
  text-transform: uppercase;
}

/* ==========================================================================
   6. Jump Nav
   ========================================================================== */

.product-jump {
  position: sticky;
  top: 110px;
  z-index: 35;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid #ecdfcf;
  backdrop-filter: blur(10px);
}

.product-jump__inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}

.product-jump__inner::-webkit-scrollbar {
  display: none;
}

.product-jump a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #e8ddd0;
  background: #fdfbf7;
  color: #4b463f;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.product-jump a:hover,
.product-jump a.is-active {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 8px 20px rgba(10, 61, 42, 0.16);
}

/* ==========================================================================
   7. Shared Split Layout
   ========================================================================== */

.product-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 50px;
}

.product-split--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.product-split__visual {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #ece2d4;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(10, 61, 42, 0.08);
  max-width: 540px;
}

.product-split__visual img {
  aspect-ratio: 4 / 3;
}

.product-overview .product-split__visual,
.packaging .product-split__visual,
.export-info .product-split__visual,
.shipping .product-split__visual,
.private-label .product-split__visual,
.container-loading .product-split__visual {
  max-width: 560px;
}

.product-about .product-split__visual,
.product-overview .product-split__visual,
.packaging .product-split__visual,
.container-loading .product-split__visual {
  height: 400px;
}

.product-about .product-split__visual img,
.product-overview .product-split__visual img,
.packaging .product-split__visual img,
.container-loading .product-split__visual img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.private-label .product-split__visual,
.shipping .product-split__visual {
  height: 450px;
}

.private-label .product-split__visual img,
.shipping .product-split__visual img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* ==========================================================================
   8. Stats System
   ========================================================================== */

.bl-stats {
  display: grid;
  gap: 16px;
}

.bl-stats__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 128px;
  padding: 22px 20px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 240, 0.98));
  border: 1px solid rgba(10, 61, 42, 0.08);
  box-shadow: 0 12px 28px rgba(10, 61, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.bl-stats__item:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 108, 31, 0.22);
  box-shadow: 0 18px 34px rgba(10, 61, 42, 0.12);
}

.bl-stats__number {
  display: inline-flex;
  align-items: flex-start;
  font-family: var(--font-serif);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 0.95;
  color: var(--green);
}

.bl-stats__suffix {
  display: inline-flex;
  margin-top: 6px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
}

.bl-stats__label {
  display: block;
  margin-top: 10px;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #615b53;
}

.bl-stats--hero {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.bl-stats--hero .bl-stats__item {
  min-height: 140px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 242, 232, 0.96));
}

.bl-stats--overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.bl-stats--overview .bl-stats__item {
  min-height: 108px;
  padding: 18px 16px;
}

.bl-stats--overview .bl-stats__number {
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1;
}

.bl-stats--overview .bl-stats__suffix {
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.bl-stats--overview .bl-stats__label {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.07em;
}

.bl-stats--inline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: start;
}

.bl-stats--moisture {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 100%;
  justify-self: stretch;
}

.bl-stats--moisture .bl-stats__item {
  min-height: 132px;
  background:
    linear-gradient(180deg, rgba(10, 61, 42, 0.03), rgba(232, 108, 31, 0.03)),
    var(--white);
}

.bl-counter-ready .bl-stats__number,
.bl-stats .bl-stats__number {
  font-variant-numeric: tabular-nums;
}

.overview-stats {
  display: grid;
}

.overview-stats div {
  min-width: 0;
}

/* ==========================================================================
   9. Cards and Generic Hover Surfaces
   ========================================================================== */

.info-grid,
.benefit-grid,
.application-grid,
.grade-grid {
  display: grid;
  gap: 18px;
}

.info-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.application-grid,
.bl-industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grade-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.benefit-card,
.application-card,
.grade-card,
.bl-feature-card,
.bl-industry-card,
.bl-country-card,
.bl-handling-card,
.bl-export-cards > *,
.bl-shelf-life-cards > *,
.bl-oem-features > * {
  position: relative;
  background: var(--white);
  border: 1px solid #ebe2d7;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(10, 61, 42, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.info-card:hover,
.benefit-card:hover,
.application-card:hover,
.grade-card:hover,
.bl-feature-card:hover,
.bl-industry-card:hover,
.bl-country-card:hover,
.bl-handling-card:hover,
.bl-export-cards > *:hover,
.bl-shelf-life-cards > *:hover,
.bl-oem-features > *:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 108, 31, 0.2);
  box-shadow: 0 18px 32px rgba(10, 61, 42, 0.1);
}

.info-card,
.benefit-card,
.application-card,
.bl-feature-card,
.bl-industry-card,
.bl-country-card,
.bl-handling-card {
  padding: 24px 22px;
}

.grade-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.grade-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.grade-card div {
  padding: 18px 18px 20px;
  flex: 1;
}

.info-card h3,
.benefit-card h3,
.application-card h3,
.grade-card h3,
.bl-feature-card h3,
.bl-industry-card h3,
.bl-country-card h3,
.bl-handling-card h3 {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-bottom: 10px;
}

.info-card p,
.benefit-card p,
.application-card p,
.grade-card p,
.bl-feature-card p,
.bl-industry-card p,
.bl-country-card p,
.bl-handling-card p {
  font-size: 13px;
  line-height: 1.68;
  color: #666057;
}

.info-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  color: var(--green);
  margin-bottom: 14px;
}

.info-card__icon svg {
  width: 100%;
  height: 100%;
}

.application-card {
  padding-top: 26px;
}

.application-card::before,
.bl-industry-card::before,
.bl-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--orange));
  opacity: 0.92;
}

.bl-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bl-industry-grid {
  display: grid;
  gap: 18px;
}

/* ==========================================================================
   10. Highlights / Overview
   ========================================================================== */

.product-overview {
  background: #fdfbf7;
}

.product-highlights {
  background: #faf8f4;
}

.benefits {
  background: #fff;
}

.grades {
  background: #f7f3eb;
}

/* ==========================================================================
   11. Spec Blocks and Premium Tables
   ========================================================================== */

.spec-table-wrap,
.bl-spec-block {
  overflow-x: auto;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid #e7ddcf;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 249, 244, 0.98));
  box-shadow:
    0 16px 38px rgba(10, 61, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.bl-spec-block {
  position: relative;
}

.bl-spec-block::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--orange), var(--green));
}

.spec-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.spec-table thead th {
  padding: 18px 22px;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
}

.spec-table thead th:first-child {
  width: 30%;
}

.spec-table tbody th,
.spec-table tbody td {
  padding: 17px 22px;
  border-bottom: 1px solid #efe6da;
  text-align: left;
  vertical-align: middle;
  transition: background 0.2s ease;
}

.spec-table tbody tr:nth-child(even) td {
  background: rgba(247, 243, 235, 0.34);
}

.spec-table tbody tr:nth-child(even) th {
  background: rgba(240, 234, 223, 0.74);
}

.spec-table tbody tr:hover td {
  background: #fcf7ef;
}

.spec-table tbody tr:hover th {
  background: #efe8dc;
}

.spec-table tbody tr:last-child th,
.spec-table tbody tr:last-child td {
  border-bottom: none;
}

.spec-table tbody th {
  width: 30%;
  border-right: 1px solid #efe6da;
  border-left: 3px solid rgba(232, 108, 31, 0.42);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green);
  background: #f7f2e9;
}

.spec-table tbody td {
  color: #453f38;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 600;
}

.spec-note {
  max-width: 1020px;
  margin: 16px auto 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f7f3eb;
  border: 1px solid #ece1d2;
  color: #6a645b;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

/* ==========================================================================
   12. Process Timelines
   ========================================================================== */

.bl-process {
  background: #fff;
}

.bl-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 0;
}

.bl-timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, rgba(10, 61, 42, 0.2), rgba(232, 108, 31, 0.24));
}

.bl-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.bl-timeline__step,
.bl-timeline__marker {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 22px rgba(10, 61, 42, 0.2);
}

.bl-timeline__content {
  min-height: 110px;
  padding: 22px 22px 22px 24px;
  border-radius: 18px;
  border: 1px solid #ebe2d7;
  background: #fff;
  box-shadow: 0 12px 26px rgba(10, 61, 42, 0.06);
}

.bl-timeline__content h3,
.bl-timeline__content h4,
.bl-timeline__content strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.bl-timeline__content p {
  font-size: 14px;
  line-height: 1.72;
  color: #676158;
  margin: 0;
}

/* ==========================================================================
   13. Trust Badges
   ========================================================================== */

.bl-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.bl-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(10, 61, 42, 0.08);
  border: 1px solid rgba(10, 61, 42, 0.12);
  color: var(--green);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-hero__float.bl-trust-badge {
  display: grid;
  border: none;
  border-radius: 14px;
  background: var(--green);
  color: var(--white);
  padding: 12px 14px;
}

/* ==========================================================================
   14. Packaging and OEM Blocks
   ========================================================================== */

.packing-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.packing-list div {
  padding: 16px 16px 15px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid #eee2d3;
  box-shadow: 0 8px 20px rgba(10, 61, 42, 0.04);
}

.packing-list strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green);
}

.packing-list span {
  display: block;
  font-size: 13px;
  line-height: 1.62;
  color: #696258;
}

.bl-oem-features,
.bl-export-cards,
.bl-shelf-life-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.bl-oem-features > *,
.bl-export-cards > *,
.bl-shelf-life-cards > * {
  padding: 22px 20px;
}

/* ==========================================================================
   15. Quality Panel
   ========================================================================== */

.quality-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4, 31, 21, 0.94), rgba(10, 61, 42, 0.96)),
    var(--green);
  color: var(--white);
  padding: 72px 0;
}

.quality-panel__bg {
  position: absolute;
  inset: 0;
  opacity: 0.16;
}

.quality-panel__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-panel__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 40px;
}

.quality-panel .product-eyebrow,
.quality-panel__intro h2,
.quality-panel__intro p {
  color: var(--white);
}

.quality-panel .product-eyebrow::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.92));
}

.quality-panel__intro p {
  color: rgba(255, 255, 255, 0.82);
}

.quality-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quality-steps div {
  padding: 20px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.quality-steps span {
  display: inline-flex;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  color: #ffb987;
  letter-spacing: 0.08em;
}

.quality-steps strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.38;
  text-transform: uppercase;
}

.quality-steps p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.78);
}

/* ==========================================================================
   16. Export / Shipping Lists
   ========================================================================== */

.export-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.export-list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.68;
  color: #453f38;
  font-weight: 600;
}

.export-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background: var(--orange);
  transform: rotate(45deg);
}

.bl-doc-list {
  display: grid;
  gap: 14px;
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 0;
}

.bl-doc-list li {
  padding: 18px 20px 18px 22px;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid #ebdfd0;
  box-shadow: 0 10px 24px rgba(10, 61, 42, 0.05);
  font-size: 14px;
  line-height: 1.72;
  color: #5c564e;
}

.bl-doc-list strong {
  color: var(--green);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ==========================================================================
   17. Moisture / Shelf Life / Storage
   ========================================================================== */

.bl-moisture-panel {
  padding: 24px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(10, 61, 42, 0.03), rgba(232, 108, 31, 0.04)),
    #fff;
  border: 1px solid #eadfce;
  box-shadow: 0 14px 30px rgba(10, 61, 42, 0.06);
}

.shelf-life .product-split {
  align-items: start;
}

.moisture .product-split {
  align-items: start;
}

/* ==========================================================================
   18. Handling / Country / Industry Grids
   ========================================================================== */

.bl-country-grid,
.bl-handling-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.bl-country-grid__item,
.bl-country-card,
.bl-handling-card {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--white);
  border: 1px solid #eadfce;
  box-shadow: 0 10px 24px rgba(10, 61, 42, 0.05);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: #2f2a25;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.bl-country-grid__item:hover,
.bl-country-card:hover,
.bl-handling-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 108, 31, 0.2);
  box-shadow: 0 18px 32px rgba(10, 61, 42, 0.1);
}

.bl-industry-card {
  padding: 24px 22px;
}

/* ==========================================================================
   19. Why Section Pattern
   ========================================================================== */

.product-why {
  padding: 0;
  border-top: 1px solid #ebdfd0;
  border-bottom: 1px solid #ebdfd0;
  background: #f7f3eb;
}

.product-why .why__wrap {
  display: grid;
  grid-template-columns: 0.8fr 0.95fr 1.15fr;
  align-items: stretch;
  min-height: 320px;
  max-width: 1600px;
  margin: 0 auto;
}

.product-why .why__image {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.product-why .why__image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.product-why .why__image-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 110px;
  background: linear-gradient(90deg, rgba(247, 243, 235, 0), #f7f3eb 100%);
}

.product-why .why__intro {
  padding: 30px 28px 28px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-why .why__title {
  font-size: 28px;
  margin-bottom: 14px;
  color: var(--green);
}

.product-why .why__text {
  font-size: 14px;
  line-height: 1.76;
  color: #615b53;
}

.product-why .why__features {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 0;
  padding: 28px 26px 28px 10px;
}

.product-why .why__features::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 50%;
  width: 1px;
  background: rgba(10, 61, 42, 0.14);
}

.product-why .why-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 14px;
}

.product-why .why-feature__icon {
  width: 34px;
  height: 34px;
  color: var(--green);
  flex-shrink: 0;
}

.product-why .why-feature__icon svg {
  width: 100%;
  height: 100%;
}

.product-why .why-feature h4 {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #1d1d1d;
}

.product-why .why-feature p {
  font-size: 11px;
  line-height: 1.5;
  color: #68625a;
  margin: 0;
}

/* ==========================================================================
   20. FAQ
   ========================================================================== */

.faq {
  background: #f7f3eb;
}

.faq .section-title {
  margin-bottom: 24px;
}

.faq__list {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq__item {
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid #ebe3d8;
  box-shadow: 0 10px 24px rgba(10, 61, 42, 0.05);
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  color: #1e1e1e;
  cursor: pointer;
}

.faq__question span:last-child {
  flex-shrink: 0;
  color: var(--orange);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq__answer p {
  margin: 0;
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.76;
  color: #6c665e;
}

.faq__item.is-open .faq__question {
  color: var(--green);
}

.faq__item.is-open .faq__question span:last-child {
  transform: rotate(45deg);
}

/* ==========================================================================
   21. Related Products / CTA
   ========================================================================== */

.related-products .products__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cta--product .cta__overlay {
  background: linear-gradient(90deg, rgba(4, 31, 21, 0.92) 0%, rgba(4, 31, 21, 0.68) 48%, rgba(4, 31, 21, 0.24) 100%);
}

.cta--product .cta__box {
  max-width: 700px;
}

/* ==========================================================================
   22. Reveal Animation
   ========================================================================== */

.product-page.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}

.product-page.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   23. Utility Helpers for Unused but Requested BEM Hooks
   ========================================================================== */

.bl-counter-ready .bl-stats__number {
  min-width: 1ch;
}

.bl-spec-block + .bl-section-intro {
  margin-top: 20px;
}

.bl-section-band .spec-header {
  margin-bottom: 32px;
}

/* ==========================================================================
   24. Large Tablet
   ========================================================================== */

@media (max-width: 1200px) {
  .product-page .section {
    padding: 64px 0;
  }

  .product-hero__inner {
    gap: 36px;
    min-height: 520px;
  }

  .product-hero .hero__title-dark {
    font-size: clamp(36px, 4.2vw, 50px);
  }

  .product-hero .hero__title-orange {
    font-size: clamp(34px, 3.9vw, 46px);
  }

  .benefit-grid,
  .bl-feature-grid,
  .bl-industry-grid,
  .grade-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-products .products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bl-country-grid,
  .bl-handling-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ==========================================================================
   25. Tablet / Small Desktop
   ========================================================================== */

@media (max-width: 1100px) {
  .chilli-page section[id],
  .chilli-page footer[id] {
    scroll-margin-top: 140px;
  }

  .product-page .section[id],
  .product-page .quality-panel[id],
  .product-page .cta[id],
  .product-page .faq[id] {
    scroll-margin-top: 146px;
  }

  .product-jump {
    top: 90px;
  }

  .product-page .section {
    padding: 58px 0;
  }

  .product-hero__inner,
  .product-split,
  .product-split--reverse,
  .quality-panel__inner {
    grid-template-columns: 1fr;
  }

  .product-hero__inner {
    min-height: auto;
    gap: 28px;
    padding: 42px 0 46px;
  }

  .product-hero__content {
    max-width: 100%;
  }

  .product-hero__visual {
    max-width: 480px;
    justify-self: center;
  }

  .product-hero__frame img {
    max-height: 340px;
  }

  .product-split {
    gap: 30px;
  }

  .product-split__visual,
  .product-overview .product-split__visual,
  .packaging .product-split__visual,
  .export-info .product-split__visual,
  .shipping .product-split__visual,
  .private-label .product-split__visual,
  .container-loading .product-split__visual {
    max-width: 620px;
    margin: 0 auto;
  }

  .bl-stats--hero,
  .bl-stats--overview,
  .bl-stats--inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bl-stats--moisture {
    max-width: 100%;
    justify-self: stretch;
  }

  .info-grid--six,
  .application-grid,
  .bl-industry-grid,
  .packing-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quality-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-why .why__wrap {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .product-why .why__image,
  .product-why .why__image img {
    min-height: 260px;
    height: 260px;
  }

  .product-why .why__image-fade {
    width: 100%;
    height: 90px;
    top: auto;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(247, 243, 235, 0), #f7f3eb 100%);
  }

  .product-why .why__intro {
    padding: 28px 24px 12px;
  }

  .product-why .why__features {
    padding: 14px 20px 28px;
  }
}

/* ==========================================================================
   26. Mobile
   ========================================================================== */

@media (max-width: 768px) {
  .chilli-page .trust-bar__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
  }

  .chilli-page .trust-bar__inner::-webkit-scrollbar {
    display: none;
  }

  .chilli-page .trust-bar__item {
    flex: 0 0 auto;
    min-width: 160px;
    min-height: 46px;
    padding: 10px 14px;
    white-space: nowrap;
  }

  .product-jump {
    top: 72px;
  }

  .product-jump__inner {
    padding: 10px 0;
  }

  .product-jump a {
    min-height: 36px;
    padding: 0 14px;
  }

  .product-page .section[id],
  .product-page .quality-panel[id],
  .product-page .cta[id],
  .product-page .faq[id] {
    scroll-margin-top: 130px;
  }

  .product-page .section {
    padding: 42px 0;
  }

  .product-page .section-title {
    margin-bottom: 22px;
  }

  .product-breadcrumb__inner {
    min-height: 42px;
    font-size: 12px;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 6px;
  }

  .product-hero__inner {
    padding: 40px 0 36px;
  }

  .product-hero__content,
  .product-split__content,
  .quality-panel__intro,
  .product-why .why__intro,
  .product-why .why__features {
    padding-left: 6px;
    padding-right: 6px;
  }

  .product-hero .hero__title-dark {
    font-size: 34px;
    line-height: 1;
  }

  .product-hero .hero__title-orange {
    font-size: 31px;
    line-height: 1.02;
  }

  .product-hero .hero__text {
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 18px;
  }

  .product-hero .hero__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .product-hero__float {
    right: 10px;
    top: 12px;
  }

  .product-hero__badge {
    left: 12px;
    bottom: 12px;
    min-width: 132px;
    padding: 10px 12px;
  }

  .product-split__content h2,
  .quality-panel__intro h2,
  .why__title,
  .spec-header__title {
    font-size: 28px;
  }

  .bl-section-intro,
  .bl-section-intro__text {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .bl-stats--inline,
  .benefit-grid,
  .info-grid--six,
  .application-grid,
  .bl-feature-grid,
  .bl-industry-grid,
  .grade-grid,
  .quality-steps,
  .packing-list,
  .bl-country-grid,
  .bl-handling-grid,
  .bl-oem-features,
  .bl-export-cards,
  .bl-shelf-life-cards {
    grid-template-columns: 1fr;
  }

  .bl-stats--hero,
  .bl-stats--overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bl-stats--hero .bl-stats__item,
  .bl-stats--overview .bl-stats__item {
    min-height: 108px;
    padding: 18px 14px;
  }

  .bl-stats--hero .bl-stats__number,
  .bl-stats--overview .bl-stats__number {
    font-size: 32px;
  }

  .bl-stats--hero .bl-stats__label,
  .bl-stats--overview .bl-stats__label {
    font-size: 10px;
    line-height: 1.35;
  }

  .info-card,
  .benefit-card,
  .application-card,
  .grade-card div,
  .bl-feature-card,
  .bl-industry-card,
  .bl-country-card,
  .bl-handling-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .spec-table {
    min-width: 620px;
  }

  .product-about .product-split__visual,
  .product-overview .product-split__visual,
  .packaging .product-split__visual,
  .container-loading .product-split__visual,
  .private-label .product-split__visual,
  .shipping .product-split__visual {
    height: 320px;
  }

  .product-about .product-split__visual img,
  .product-overview .product-split__visual img,
  .packaging .product-split__visual img,
  .container-loading .product-split__visual img,
  .private-label .product-split__visual img,
  .shipping .product-split__visual img {
    height: 320px;
  }

  .spec-table thead th,
  .spec-table tbody th,
  .spec-table tbody td {
    padding: 15px 16px;
  }

  .quality-panel {
    padding: 44px 0;
  }

  .quality-steps div {
    padding: 18px 16px;
  }

  .bl-timeline::before {
    left: 20px;
  }

  .bl-timeline__item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .bl-timeline__step,
  .bl-timeline__marker {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .bl-timeline__content {
    min-height: 0;
    padding: 18px 16px 18px 18px;
  }

  .faq__question {
    padding: 16px;
    font-size: 13px;
  }

  .faq__answer p {
    padding: 0 16px 16px;
  }

  .related-products .products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==========================================================================
   27. Small Mobile
   ========================================================================== */

@media (max-width: 480px) {
  .chilli-page .trust-bar__item {
    min-width: 146px;
    min-height: 42px;
    padding: 9px 12px;
    font-size: 11px;
  }

  .product-breadcrumb__inner,
  .product-hero__content,
  .product-split__content,
  .quality-panel__intro,
  .product-why .why__intro,
  .product-why .why__features {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-hero__inner {
    padding-top: 34px;
  }

  .product-page .section {
    padding: 36px 0;
  }

  .product-hero .hero__title-dark {
    font-size: 30px;
  }

  .product-hero .hero__title-orange {
    font-size: 27px;
  }

  .product-hero .hero__title-sub {
    font-size: 14px;
  }

  .product-hero .hero__features {
    grid-template-columns: 1fr;
  }

  .product-hero__actions,
  .product-hero .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .product-hero .hero__actions .btn,
  .product-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .product-meta {
    gap: 8px;
  }

  .product-meta span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .product-split {
    gap: 22px;
  }

  .product-split__content h2,
  .quality-panel__intro h2,
  .why__title,
  .spec-header__title {
    font-size: 25px;
  }

  .spec-table {
    min-width: 560px;
  }

  .bl-stats--hero,
  .bl-stats--overview {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .bl-stats__item {
    min-height: 116px;
    padding: 18px 16px;
  }

  .bl-stats__number {
  .product-about .product-split__visual,
  .product-overview .product-split__visual,
  .packaging .product-split__visual,
  .container-loading .product-split__visual,
  .private-label .product-split__visual,
  .shipping .product-split__visual {
    height: 260px;
  }

  .product-about .product-split__visual img,
  .product-overview .product-split__visual img,
  .packaging .product-split__visual img,
  .container-loading .product-split__visual img,
  .private-label .product-split__visual img,
  .shipping .product-split__visual img {
    height: 260px;
  }
    font-size: 34px;
  }

  .bl-country-grid__item,
  .bl-country-card,
  .bl-handling-card {
    min-height: 62px;
    padding: 14px 14px;
    font-size: 12px;
  }

  .product-why .why__intro {
    padding: 24px 18px 10px;
  }

  .product-why .why__features {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 12px 16px 22px;
  }

  .product-why .why__features::before {
    display: none;
  }

  .product-why .why-feature {
    padding: 0;
  }

  .related-products .products__grid {
    grid-template-columns: 1fr;
  }
}
