/* Automotive Template — bold, wide, high-contrast */
[data-template="technical"] {
  --template-heading-font: 'Inter', sans-serif;
  --template-body-font: 'Inter', sans-serif;
  --template-layout-spacing: 2rem;
  --template-image-aspect: 16/9;
  --template-nav-style: uppercase;
  --template-caption-weight: 700;
  --template-hero-height: 75vh;
  --template-card-radius: 0px;
  --template-grid-gap: 0.5rem;
  --template-btn-radius: 0px;
  --template-btn-tracking: 0.3em;
}

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

[data-template="technical"] .product-image-container {
  overflow: hidden;
}

[data-template="technical"] .product-image-container img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: contrast(1.05);
}

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

[data-template="technical"] footer {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
