.product-explorer{padding-top:clamp(1.5rem,3vw,3rem)}.product-explorer__heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.8rem}.product-explorer__heading h2{max-width:700px;font-size:clamp(2rem,3.8vw,3.7rem)}.product-explorer__switch{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.2rem}.product-explorer__switch a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.7rem;min-width:0;padding:1rem 1.15rem;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .35s}.product-explorer__switch a:hover{transform:translateY(-5px);border-color:var(--lime);box-shadow:var(--shadow)}.product-explorer__switch a:last-child{text-align:right}.product-explorer__switch small{grid-column:2;font-size:.68rem;line-height:1.2;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--olive)}.product-explorer__switch strong{grid-column:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.product-explorer__switch span{grid-row:1 / span 2;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--lime);color:var(--olive);font-weight:900}.product-explorer__switch a:first-child span{grid-column:1}.product-explorer__switch a:first-child small,.product-explorer__switch a:first-child strong{grid-column:2}.product-explorer__switch a:last-child span{grid-column:3}.product-explorer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}
.product-detail{display:block;min-height:auto}
.product-detail__photo{min-height:clamp(270px,30vw,390px);width:100%;border-radius:22px}
.product-detail__photo--carnes-en-cortes{background-size:contain;background-repeat:no-repeat;background-color:#fff}
.product-detail__copy{max-width:1060px;margin:clamp(2.25rem,5vw,4.5rem) auto 0;min-width:0}
.product-detail__copy h1,.product-detail__copy p,.product-detail__copy li{overflow-wrap:anywhere}
.product-detail__copy .lead{max-width:780px}
.product-detail__lower{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(2rem,6vw,6rem);align-items:start;margin-top:.7rem}
.product-detail__lower .checklist{margin:0}
.product-detail__lower .product-note{margin:0 0 1.8rem;max-width:590px}
.product-card{cursor:pointer}
.product-card:focus-visible{outline:3px solid var(--lime);outline-offset:4px}
.product-card__link{font-size:.85rem;font-weight:800}
.product-card__link span{display:inline-block;transition:transform .25s}
.product-card:hover .product-card__link span{transform:translateX(5px)}
.catalogue-intro{max-width:760px;margin:1.15rem 0 0;font-size:1.03rem;color:#4e5945}
.home-products .product-carousel{position:relative}.home-products .product-grid{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding:1px;scrollbar-width:none;-ms-overflow-style:none;padding:0 1px 1.3rem;margin-right:-1px}.home-products .product-grid::-webkit-scrollbar{display:none}.home-products .product-card{flex:0 0 calc((100% - 2.2rem)/3);min-width:300px;scroll-snap-align:start}.product-carousel__controls{display:flex;align-items:center;justify-content:center;gap:.85rem;margin:.1rem 0 1.8rem;color:#edf2d1;font-size:.78rem;font-weight:800;text-align:center}.product-carousel__arrow{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.48);border-radius:999px;background:transparent;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer;transition:background .25s,border-color .25s,color .25s,transform .25s}.product-carousel__arrow:hover,.product-carousel__arrow:focus-visible{border-color:var(--lime);background:var(--lime);color:#172109;transform:translateY(-2px)}.product-carousel__arrow:focus-visible{outline:2px solid #fff;outline-offset:3px}

@media(max-width:800px){
  .home-products .product-card{flex-basis:84%;min-width:0}
  .product-carousel__controls{gap:.65rem;margin-bottom:1.35rem;font-size:.72rem}.product-carousel__arrow{flex-basis:36px;width:36px;height:36px}
  .catalogue .product-grid{display:grid;grid-template-columns:1fr;overflow:visible;scroll-snap-type:none;padding:0;gap:1rem}
  .catalogue .product-card{min-width:0;width:100%}
  .catalogue .product-photo{aspect-ratio:1.52}
  .product-detail{padding-top:2.3rem}
  .product-detail__photo{min-height:0;aspect-ratio:1.12;border-radius:18px}
  .product-detail__copy{margin-top:2rem}
  .product-detail__lower{grid-template-columns:1fr;gap:1.3rem}
  .product-explorer{padding-top:1.2rem}.product-explorer__heading{align-items:start;flex-direction:column;gap:1.15rem;margin-bottom:1.4rem}.product-explorer__heading .button{width:100%}.product-explorer__switch{grid-template-columns:1fr;gap:.7rem;margin-bottom:1rem}.product-explorer__switch a{padding:.9rem 1rem;border-radius:15px}.product-explorer__grid{display:flex;gap:1rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 .1rem 1rem}.product-explorer__grid::-webkit-scrollbar{display:none}.product-explorer__grid .product-card{flex:0 0 84%;scroll-snap-align:start}
}

/* Productos relacionados: una continuación compacta, sin navegación adicional. */
.product-explorer{padding-top:clamp(1.5rem,3vw,3rem)}.product-explorer__heading{display:block;margin-bottom:1.35rem}.product-explorer__heading h2{max-width:650px;font-size:clamp(2rem,3.5vw,3.35rem)}.product-explorer__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.product-explorer__grid .product-card{border:1px solid var(--line);border-radius:16px;box-shadow:none}.product-explorer__grid .product-photo{aspect-ratio:1.65}.product-explorer__grid .product-body{padding:1rem}.product-explorer__grid .product-body h3{font-size:1.02rem}.product-explorer__grid .product-body p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.8rem;line-height:1.45}.product-explorer__grid .product-card__link{display:block;margin-top:.85rem;color:var(--olive);font-size:.78rem}
@media(max-width:800px){.product-explorer{padding-top:1rem}.product-explorer__heading{margin-bottom:1rem}.product-explorer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;overflow:visible;padding:0}.product-explorer__grid .product-card{min-width:0;width:auto}.product-explorer__grid .product-photo{aspect-ratio:1.1}.product-explorer__grid .product-body{padding:.75rem}.product-explorer__grid .product-body h3{font-size:.88rem;line-height:1.2}.product-explorer__grid .product-body p{display:none}.product-explorer__grid .product-card__link{margin-top:.45rem;font-size:.7rem}}
