/* Jewelry Template — minimal luxury, square imagery */
[data-template="elegant"] {
  --template-heading-font: 'Playfair Display', serif;
  --template-body-font: 'Inter', sans-serif;
  --template-layout-spacing: 4rem;
  --template-image-aspect: 1/1;
  --template-nav-style: uppercase;
  --template-caption-weight: 300;
  --template-hero-height: 90vh;
  --template-card-radius: 0px;
  --template-grid-gap: 2rem;
  --template-btn-radius: 0px;
  --template-btn-tracking: 0.25em;
}

[data-template="elegant"] .product-image-container {
  background: #f9f8f6;
}

[data-template="elegant"] .product-image-container img {
  padding: 2rem;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  object-fit: contain;
}

[data-template="elegant"] .product-image-container:hover img {
  transform: scale(1.04);
}

[data-template="elegant"] footer {
  letter-spacing: 0.15em;
}
