/* ============================================================
   MASTER BRAND LAYER  ·  Edward & Co.  ·  Luxury Reviews
   ------------------------------------------------------------
   One shared palette + typographic discipline for both sister
   brands. This file is PORTABLE: drop it into Luxury Reviews'
   Additional CSS unchanged so both sites read one source of truth.

   Update a colour here once → both websites move together.
   Site-specific layout rules live OUTSIDE this file.
   ============================================================ */

:root{
  /* ── GOLD — warm antique champagne (never bright / metallic) ── */
  --brand-gold-primary:   #D4BA8A;  /* important buttons, key accents */
  --brand-gold-secondary: #B49A6A;  /* fine rules, borders, quiet detail */
  --brand-gold-light:     #E8D09A;  /* selective highlights + hover */

  /* fine-line / border treatment (secondary gold, low alpha) */
  --brand-border:         rgba(180,154,106,0.5);
  --brand-border-soft:    rgba(180,154,106,0.2);
  --brand-border-strong:  rgba(180,154,106,0.7);

  /* ── LIGHT ── */
  --brand-ivory:          #F5F0E8;  /* principal light typography */
  --brand-ivory-70:       rgba(245,240,232,0.7);
  --brand-ivory-55:       rgba(245,240,232,0.55);

  /* ── DARK GROUNDS — one expression per brand ── */
  --brand-green:          #17281D;  /* Edward & Co principal ground */
  --brand-green-2:        #14231A;  /* alternate sections */
  --brand-green-3:        #122016;  /* footer */
  --brand-dark:           #0F0E0B;  /* Luxury Reviews principal ground */

  /* ── TYPE ── shared label voice; each brand keeps its own serif ── */
  --brand-font-label:  'Josefin Sans', sans-serif;  /* nav, eyebrows, buttons, labels */
  --brand-track-label: 0.22em;   /* caps tracking for labels */
  --brand-track-nav:   0.2em;

  /* ── SISTER-BRAND EDITORIAL SERIFS (identity, not shared) ── */
  --brand-serif-edwardco: 'Cormorant Garamond', serif;
  --brand-serif-luxrev:   'Lora', serif;
}
