/* Furniture Template — warm natural, wide imagery, crafted feel */
[data-template="spatial"] {
  --template-heading-font: 'Playfair Display', serif;
  --template-body-font: 'Inter', sans-serif;
  --template-layout-spacing: 3rem;
  --template-image-aspect: 4/3;
  --template-nav-style: uppercase;
  --template-caption-weight: 400;
  --template-hero-height: 80vh;
  --template-card-radius: 2px;
  --template-grid-gap: 1.5rem;
  --template-btn-radius: 2px;
  --template-btn-tracking: 0.1em;
}

/* Navbar — transparent over hero, solid on scroll */
[data-template="spatial"] .glass-nav {
  background: rgba(248, 246, 242, 0.92);
  border-bottom: 1px solid rgba(120,100,80,0.1);
}

[data-theme="dark"][data-template="spatial"] .glass-nav {
  background: rgba(17,17,19,0.92);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

[data-template="spatial"] .product-image-container img {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

[data-template="spatial"] h1,
[data-template="spatial"] h2 {
  font-style: italic;
}

[data-template="spatial"] footer {
  letter-spacing: 0.08em;
}
