/* Patches collection — light overrides on collection / woven layout */
.collection-page.patches-page .collection-hero:before {
  background-image:
    linear-gradient(115deg, rgba(11, 21, 48, 0.97) 8%, rgba(36, 76, 233, 0.72) 48%, rgba(182, 91, 64, 0.35) 100%),
    radial-gradient(ellipse at 78% 40%, rgba(212, 170, 87, 0.35), transparent 55%),
    linear-gradient(160deg, #0b1530 0%, #1a2a6c 55%, #3a1f2e 100%);
  background-size: cover;
  background-position: center;
}

.collection-page.patches-page .weave-photo {
  background:
    linear-gradient(135deg, rgba(11, 21, 48, 0.55), rgba(36, 76, 233, 0.25)),
    radial-gradient(circle at 30% 40%, #d4aa57 0%, transparent 45%),
    linear-gradient(160deg, #254e46, #191c24);
  background-size: cover;
}

.collection-page.patches-page .collection-photo {
  aspect-ratio: 1;
  display: block;
  position: relative;
  overflow: hidden;
  background: #e8eaf0;
}

.collection-page.patches-page .collection-photo.photo-embroidered {
  background: linear-gradient(145deg, #244ce9 0%, #1a2f8f 45%, #0b1530 100%);
}
.collection-page.patches-page .collection-photo.photo-iron-embroidered {
  background: linear-gradient(145deg, #b65b40 0%, #8a3d2a 50%, #2a1510 100%);
}
.collection-page.patches-page .collection-photo.photo-woven {
  background: linear-gradient(145deg, #254e46 0%, #1a3832 50%, #0e1c19 100%);
}
.collection-page.patches-page .collection-photo.photo-iron-woven {
  background: linear-gradient(145deg, #656970 0%, #3d4148 55%, #191c24 100%);
}
.collection-page.patches-page .collection-photo.photo-leather {
  background: linear-gradient(145deg, #6b3e2e 0%, #3d2218 55%, #1a0e0a 100%);
}
.collection-page.patches-page .collection-photo.photo-faux {
  background: linear-gradient(145deg, #8a6a4a 0%, #5a4330 50%, #2a2118 100%);
}
.collection-page.patches-page .collection-photo.photo-street {
  background: linear-gradient(145deg, #191c24 0%, #244ce9 70%, #d4aa57 100%);
}
.collection-page.patches-page .collection-photo.photo-hats {
  background: linear-gradient(145deg, #e9bac7 0%, #b65b40 55%, #191c24 100%);
}
.collection-page.patches-page .collection-photo.photo-denim {
  background: linear-gradient(145deg, #2a3a6e 0%, #1a2748 60%, #0b1530 100%);
}
.collection-page.patches-page .collection-photo.photo-craft {
  background: linear-gradient(145deg, #f5f0e5 0%, #d4aa57 45%, #254e46 100%);
}

.collection-page.patches-page .collection-photo::after {
  content: '✳';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(48px, 8vw, 72px);
  color: rgba(255, 255, 255, 0.28);
  pointer-events: none;
}
