[data-page="collection"] .product-card {
  background: #fcfcfc;
  border: 1px solid #efefef;
  border-radius: 18px;
  transition: transform .28s var(--ease-out), border-color .28s ease;
}
[data-page="collection"] .product-card:hover { border-color: #dcdcdc; }
[data-page="collection"] .product-card:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
[data-page="collection"] .collection-hero {
  min-height: 0;
  align-items: center;
  padding: clamp(72px, 8vw, 120px) 0;
}
[data-page="collection"] .collection-hero h1 {
  font-size: clamp(25px, 8vw, 108px);
  letter-spacing: .035em;
  line-height: 1.2;
  white-space: nowrap;
}
html[lang="en"] [data-page="collection"] .collection-hero h1 { font-size: clamp(22px, 6.7vw, 104px); }
[data-page="collection"] .product-card-title { font-size: clamp(32px, 2.8vw, 44px); line-height: 1; }
[data-page="collection"] .product-card-copy > span:not(.product-card-title) { margin-top: 12px; }
[data-page="collection"] .product-card img { bottom: -1%; }
@media (max-width: 680px) {
  [data-page="collection"] .product-card { border-radius: 14px; }
  [data-page="collection"] .product-card-title { font-size: 34px; }
}
