.hero-art { background: #536133 url('../images/hero-food-v2.webp') center / cover no-repeat; overflow: hidden; }
.hero-art { position: relative; }
.hero-video { width: 100% !important; height: 100% !important; object-fit: cover; object-position: center; position: absolute; inset: 0; display: block; z-index: 2; background: #536133 url('../images/hero-food-v2.webp') center / cover no-repeat; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,50,29,.08), rgba(32,50,29,.18)); pointer-events: none; z-index: 1; }
.hero-brand { display: none !important; }
.hero-art .sun, .hero-art .pepper { display: none; }

/* El archivo oficial se muestra como un sello integrado, sin la caja fotográfica original. */
.official-logo {
  width: min(100%, 520px);
  height: 245px;
  overflow: hidden;
  margin: 0 0 1.5rem;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.official-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: normal;
  filter: saturate(1.08) contrast(1.08);
  transform: none;
}

.hero-copy { max-width: 760px; width: 100%; justify-self: center; }
.hero h1 { font-size: clamp(3rem, 3.8vw, 5rem); max-width: 760px; }
.hero-text { max-width: 38rem; }
.footer-logo { display: flex; align-items: center; width: min(100%, 220px); min-height: 120px; }
.footer-logo img { width: 100%; height: auto; display: block; filter: none; opacity: 1; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.product-card:hover img { transform: scale(1.09); }
@media (max-width: 760px) { .hero-brand { inset: 0; width: 100%; } .official-logo { width: min(100%, 360px); height: 170px; margin-left: auto; margin-right: auto; justify-content: center; } .official-logo img { object-position: center; } .footer-logo { width: 180px; min-height: 90px; } }
