/* v2. Served max-age=604800: never edit in place, ship a new name.
 * Hero backdrop tiles (patches/hero_finds), for index-DcU4Xu6q.sections70.heronoprice.js
 * and later: tall 3:4 tiles, so a garment shows whole (they were 260x190
 * landscape and cut every one to its middle). No price pills (v1 had them;
 * removed 2026-09-26) and so no quieter zone behind the headline either:
 * that mask only existed to keep pills out of the words.
 *
 * The fade and blur are the band's old values (opacity .34, blur 2px), set
 * on each photo; the bundle's band no longer carries them.
 */
.jpa-hero-tile{
  position:relative; flex-shrink:0; overflow:hidden;
  width:210px; height:280px; border-radius:1rem;
  /* the old tile's surface and shadow, as they showed through the 34% band */
  background:hsl(var(--surface-2) / .34);
  box-shadow:0 10px 30px hsl(var(--deep) / .05);
}
.jpa-hero-tile > img{
  display:block; width:100%; height:100%; object-fit:cover;
  opacity:.34; filter:blur(2px);
}
