/* ==========================================================================
   Biorita 2026 — Brand System (global)
   White + gold, copper for actions, product shades as the accent library.

   v16: the Neve Customizer commands the action colour.
   --biorita-copper now READS Neve's own accent variables (with copper
   fallbacks), instead of us forcing copper with !important. Set the accent
   once in Personalizează → Culori and the whole site — homepage included —
   follows it. Gold stays fixed as the brand's editorial hairline colour.
   ========================================================================== */

:root {
  /* Core roles */
  --biorita-white:      #FDFDFC;
  --biorita-gold:       #A9812E;
  --biorita-gold-soft:  #C6A24E;

  /* Action colour — follows the Neve Customizer accent (fallback: copper).
     Set primary accent #BC531B / secondary accent #9B3F12 in the Customizer
     so these resolve to Biorita copper. */
  --biorita-copper:     var(--nv-primary-accent,   #BC531B);
  --biorita-copper-dk:  var(--nv-secondary-accent, #9B3F12);

  --biorita-ink:        #241C16;
  --biorita-sand:       #EFE7D8;

  /* Accent library — product shades & mask variants */
  --shade-ginger:       #C9922F;
  --shade-copper:       #C56A22;
  --shade-copper-red:   #A83A1C;
  --shade-chestnut:     #7A4A33;
  --shade-soft-black:   #241C1A;
  --mask-silk:          #B81E66;
  --mask-amazing:       #2E9587;
  --mask-moisture:      #E07B2C;
}

/* Gold hairline utility */
.biorita-gold-rule {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--biorita-gold-soft), transparent);
}
