/* Beauty Template — soft, rounded, portrait imagery */
[data-template="luxury"] {
  --template-heading-font: 'Playfair Display', serif;
  --template-body-font: 'Inter', sans-serif;
  --template-layout-spacing: 3.5rem;
  --template-image-aspect: 3/4;
  --template-nav-style: normal;
  --template-caption-weight: 300;
  --template-hero-height: 85vh;
  --template-card-radius: 16px;
  --template-grid-gap: 1.5rem;
  --template-btn-radius: 999px;
  --template-btn-tracking: 0.15em;
}

[data-template="luxury"] .glass-nav {
  border-radius: 0 0 24px 24px;
}

[data-template="luxury"] .product-image-container img {
  transition: transform 0.6s ease, filter 0.6s ease;
}

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

[data-template="luxury"] .bento-item {
  border-radius: 16px;
}

[data-template="luxury"] footer {
  border-radius: 24px 24px 0 0;
}
