.category-industry-hero .category-banner-media {
  object-fit: cover;
  object-position: var(--category-banner-position, 50% 50%);
  filter: saturate(.78) contrast(1.04);
}

.category-industry-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 10, 12, .9) 0%, rgba(8, 10, 12, .66) 48%, rgba(8, 10, 12, .16) 82%),
    linear-gradient(0deg, rgba(8, 10, 12, .34), transparent 58%) !important;
}

.product-data-section {
  border-top: 1px solid #d9ddda;
  background: #f5f6f4;
}

.food-banner-option-tag {
  position: fixed;
  z-index: 20;
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(16, 24, 29, .9);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.food-banner-review-intro {
  padding: clamp(42px, 7vw, 84px) 0 34px;
  background: #f5f6f4;
}

.food-banner-review-intro h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  color: #10181d;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
}

.food-banner-review-intro p {
  max-width: 720px;
  color: #59635e;
}

.food-banner-review-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.food-banner-review-links a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #cdd3cf;
  background: #fff;
  color: #10181d;
  transition: border-color 180ms ease, transform 180ms ease;
}

.food-banner-review-links a:hover {
  border-color: #7c8781;
  transform: translateY(-2px);
}

.food-banner-review-links span {
  color: #6b746f;
  font-size: 12px;
}

.food-banner-review-item {
  padding-top: 26px;
  border-top: 1px solid #d2d8d4;
  background: #fff;
}

.food-banner-review-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
}

.food-banner-review-label b {
  color: #10181d;
  font-size: 16px;
}

.food-banner-review-label a {
  color: #d64b32;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .category-industry-hero .category-banner-media {
    object-position: var(--category-banner-position-mobile, 50% 50%);
  }

  .category-industry-hero::before {
    background: linear-gradient(180deg, rgba(8, 10, 12, .22) 0%, rgba(8, 10, 12, .5) 38%, rgba(8, 10, 12, .94) 100%) !important;
  }

  .food-banner-review-links {
    grid-template-columns: 1fr;
  }

  .food-banner-review-label {
    align-items: flex-start;
    flex-direction: column;
  }
}

.product-data-head {
  align-items: end;
}

.product-data-head h2 {
  max-width: 720px;
}

.product-data-head > p {
  max-width: 620px;
}

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

.product-sample-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d2d8d4;
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease;
}

.product-sample-card:hover {
  border-color: #7c8781;
  transform: translateY(-2px);
}

.product-sample-media {
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid #d2d8d4;
  background: #a5a5a5;
}

.product-sample-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product-sample-card:hover .product-sample-media img {
  transform: scale(1.015);
}

.product-sample-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.product-sample-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #6b7771;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-sample-meta b {
  color: #d64b32;
}

.product-sample-body h3 {
  margin: 10px 0 8px;
  font-size: 21px;
  line-height: 1.2;
}

.product-sample-body h3 a {
  color: inherit;
}

.product-sample-body > p {
  min-height: 2.8em;
  margin: 0 0 16px;
  color: #5d6963;
  font-size: 14px;
  line-height: 1.45;
}

.product-sample-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.product-data-boundary {
  max-width: 860px;
  margin: 30px 0 0;
  padding-top: 16px;
  border-top: 1px solid #d2d8d4;
  color: #66716b;
  font-size: 12px;
  line-height: 1.6;
}

.product-data-back {
  margin-top: 18px;
}

.product-reference-detail {
  background: #f5f6f4;
}

.product-detail-intro {
  padding: clamp(34px, 6vw, 82px) 0;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
}

.product-detail-photo {
  position: sticky;
  top: 104px;
  margin: 0;
  border: 1px solid #c8cfcb;
  background: #a5a5a5;
}

.product-detail-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: contain;
}

.product-detail-photo figcaption {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-top: 1px solid #c8cfcb;
  background: #fff;
  color: #66716b;
  font-size: 11px;
  font-weight: 700;
}

.product-detail-copy .breadcrumbs {
  margin-bottom: 38px;
}

.product-detail-copy h1 {
  margin: 12px 0 16px;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.03;
  overflow-wrap: anywhere;
}

.product-detail-usage {
  margin: 0 0 28px;
  color: #4f5c55;
  font-size: 18px;
  line-height: 1.55;
}

.product-detail-specs {
  margin: 0;
  border-top: 3px solid #10181d;
}

.product-detail-specs > div {
  display: grid;
  grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #c8cfcb;
}

.product-detail-specs dt {
  color: #66716b;
  font-size: 12px;
  font-weight: 700;
}

.product-detail-specs dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: #10181d;
  font-size: 16px;
  font-weight: 700;
}

.product-detail-boundary {
  margin: 22px 0 0;
  color: #66716b;
  font-size: 12px;
  line-height: 1.65;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.product-process-section {
  border-top: 1px solid #263239;
  background: #10181d;
  color: #fff;
}

.product-process-grid {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 110px);
}

.product-process-grid h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 4vw, 48px);
}

.product-process-copy {
  padding-top: 4px;
  border-top: 3px solid #d64b32;
}

.product-process-copy > span {
  display: inline-block;
  margin-top: 18px;
  color: #ef8b73;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-process-copy h3 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
}

.product-process-copy p {
  margin: 0 0 20px;
  color: #c1c9c5;
}

.product-process-copy small {
  color: #8f9b95;
  font-size: 11px;
}

@media (max-width: 920px) {
  .product-sample-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-photo {
    position: static;
  }
}

/* The approved Concept 1 runtime adds a fourth footer call-to-action. On
   tablets, keep the brand as one calm introductory row and align navigation,
   contact details and the inquiry link in one deliberate row below it. */
@media (min-width: 768px) and (max-width: 1079px) {
  .footer-grid,
  html[data-site-theme-preview] body.site-theme-preview-active .footer-grid {
    grid-template-columns: minmax(132px, .55fr) minmax(0, 1.45fr) max-content;
    align-items: start;
    column-gap: clamp(24px, 4vw, 48px);
    row-gap: 30px;
  }

  .footer-brand,
  html[data-site-theme-preview] body.site-theme-preview-active .footer-brand {
    grid-column: 1 / -1;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
  }

  .footer-brand p,
  html[data-site-theme-preview] body.site-theme-preview-active .footer-brand p {
    max-width: 680px;
    margin-bottom: 0;
  }

  .footer-inquiry-area,
  .footer-inquiry-link,
  html[data-site-theme-preview] body.site-theme-preview-active .footer-inquiry-area,
  html[data-site-theme-preview] body.site-theme-preview-active .footer-inquiry-link {
    min-width: 0;
    max-width: 100%;
  }

  html[data-site-theme-preview] body.site-theme-preview-active .footer-inquiry-area {
    align-self: start;
    justify-content: flex-start;
  }

  .footer-inquiry-link,
  html[data-site-theme-preview] body.site-theme-preview-active .footer-inquiry-link {
    white-space: nowrap;
  }
}

@media (min-width: 1080px) {
  .footer-grid,
  html[data-site-theme-preview] body.site-theme-preview-active .footer-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr) minmax(0, 1fr) auto;
  }
}

@media (max-width: 620px) {
  .product-sample-grid {
    grid-template-columns: 1fr;
  }

  .product-sample-body {
    padding: 17px;
  }

  .product-detail-intro {
    padding-top: 22px;
  }

  .product-detail-copy .breadcrumbs {
    margin-bottom: 24px;
  }

  .product-detail-specs > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .product-process-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-sample-card,
  .product-sample-media img {
    transition: none;
  }

  .product-sample-card:hover {
    transform: none;
  }
}
