/* Carta product rows — quieter, larger imagery, more editorial air */
.brand-v2 .product-row.product-row--compact{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.25fr);
  gap:28px;
  align-items:stretch;
  min-height:190px;
  padding:24px 31px;
}

.brand-v2 .product-copy{
  min-width:0;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:12px 0;
}

.brand-v2 .product-row--compact .product-name{
  font-family:var(--serif);
  font-size:22px;
  font-weight:400;
  line-height:.93;
  letter-spacing:.005em;
  text-transform:none;
  margin:0 0 28px;
}

.brand-v2 .product-row--compact .product-price{
  font-size:13px;
  font-weight:400;
  line-height:1;
  margin:0 0 17px;
}

.brand-v2 .product-row--compact .product-link{
  position:static;
  display:inline-block;
  width:max-content;
  font-size:8.5px;
  line-height:1;
  letter-spacing:.035em;
  text-transform:uppercase;
  text-decoration:underline;
  text-underline-offset:3px;
}

.brand-v2 .product-media{
  position:relative;
  width:100%;
  min-height:142px;
  align-self:stretch;
  overflow:hidden;
  border-radius:2px;
}

.brand-v2 .product-row--compact .product-image{
  width:100%;
  height:100%;
  min-height:142px;
  aspect-ratio:auto;
  object-fit:cover;
  border-radius:0;
}

/* Modern glass label sits inside the photo */
.brand-v2 .product-format{
  position:absolute;
  z-index:5;
  top:11px;
  right:11px;
  transform:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 10px 4px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  background:rgba(242,235,221,.24);
  color:#fff;
  -webkit-backdrop-filter:blur(9px) saturate(115%);
  backdrop-filter:blur(9px) saturate(115%);
  box-shadow:0 1px 8px rgba(24,23,23,.08);
  font-family:var(--sans);
  font-size:7px;
  font-weight:500;
  line-height:1;
  letter-spacing:.035em;
  text-transform:uppercase;
  white-space:nowrap;
}

.brand-v2 .products-section--platos .product-format{
  background:rgba(242,235,221,.32);
  color:var(--mr-forest);
  border-color:rgba(255,255,255,.42);
}

/* The whole Miso row remains clickable without changing hierarchy. */
.brand-v2 .product-row.clickable .product-link,
.brand-v2 .product-row.clickable .product-media,
.brand-v2 .product-row.clickable .product-copy{
  position:relative;
  z-index:4;
  pointer-events:none;
}
.brand-v2 .product-row-overlay{z-index:3}

@media (min-width:700px){
  .brand-v2 .product-row.product-row--compact{
    grid-template-columns:minmax(0,.88fr) minmax(0,1.35fr);
    min-height:230px;
    padding:30px 56px;
    gap:44px;
  }
  .brand-v2 .product-media,
  .brand-v2 .product-row--compact .product-image{
    min-height:170px;
  }
  .brand-v2 .product-row--compact .product-name{font-size:25px}
}
