/* ==========================================================================
   CTPL · dir/products/ss-furniture.css
   Stainless-Steel Furniture — DECONTI product range.

   Sits beside ss-furniture.html and is loaded only by it.

   Cascade order for this page:
     1. ../../css/global.css        tokens, base elements, site chrome, RFQ band
     2. ../../css/components.css    cross-page patterns + dark-hero furniture
     3. ../../css/product-page.css  the shared DECONTI product-page template
     4. this file                   accent only

   The template is intentionally rigid: a product page should need nothing more
   than its accent colour. If a page starts adding layout here, the template
   should grow instead so all four pages stay cohesive.
   ========================================================================== */

:root{
  --pp-accent:var(--teal);                /* teal: stainless steel */
  --pp-accent-soft:rgba(46,158,138,.18);
}
