/* Food Template — warm, organic, friendly */
[data-template="organic"] {
  --template-heading-font: 'Outfit', sans-serif;
  --template-body-font: 'Inter', sans-serif;
  --template-layout-spacing: 3rem;
  --template-image-aspect: 4/3;
  --template-nav-style: lowercase;
  --template-caption-weight: 400;
  --template-hero-height: 80vh;
  --template-card-radius: 12px;
  --template-grid-gap: 1.5rem;
  --template-btn-radius: 999px;
  --template-btn-tracking: 0.05em;
}

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

[data-template="organic"] .product-image-container img {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

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

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