/* Electronics Template — technical, sharp, bold */
[data-template="industrial"] {
  --template-heading-font: 'Inter', sans-serif;
  --template-body-font: 'Inter', sans-serif;
  --template-layout-spacing: 2rem;
  --template-image-aspect: 1/1;
  --template-nav-style: uppercase;
  --template-caption-weight: 600;
  --template-hero-height: 70vh;
  --template-card-radius: 4px;
  --template-grid-gap: 1px;
  --template-btn-radius: 4px;
  --template-btn-tracking: 0.08em;
}

[data-template="industrial"] .glass-nav {
  border-bottom-width: 2px;
}

[data-template="industrial"] .product-image-container {
  background: hsl(0 0% 96%);
  padding: 1rem;
}

[data-template="industrial"] .product-image-container img {
  object-fit: contain;
  padding: 0.5rem;
  transition: transform 0.4s ease;
}

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

[data-template="industrial"] footer {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
