/* =========================================================
   DALIÉ — TEMA VISUAL (Minimal Luxury — único, claro)
   ========================================================= */

[data-theme="luxury"], :root {
  /* Cores base */
  --bg:           #FAF8F5;
  --bg-alt:       #F2EDE7;
  --bg-card:      #FFFFFF;
  --bg-header:    rgba(250, 248, 245, 0.95);
  --bg-filter:    #F7F4F0;
  --bg-overlay:   rgba(26, 26, 26, 0.5);

  /* Texto */
  --text:         #1A1A1A;
  --text-muted:   #777065;
  --text-light:   #A89F94;
  --text-inv:     #FAF8F5;

  /* Acento & destaque */
  --accent:       #8B6347;
  --accent-light: #C9A98A;
  --accent-hover: #6B4D38;
  --sale:         #B85450;
  --sale-bg:      #FDF0EF;

  /* Bordas e sombras */
  --border:       #E4DDD5;
  --border-light: #EEE9E3;
  --shadow-sm:    0 1px 3px rgba(0,0,0,0.06);
  --shadow-md:    0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg:    0 8px 32px rgba(0,0,0,0.12);
  --shadow-card:  0 2px 12px rgba(139,99,71,0.08);

  /* Botões primários */
  --btn-bg:       #1A1A1A;
  --btn-text:     #FAF8F5;
  --btn-hover:    #3D3D3D;
  --btn-border:   #1A1A1A;

  /* Botões secundários */
  --btn2-bg:      transparent;
  --btn2-text:    #1A1A1A;
  --btn2-border:  #1A1A1A;
  --btn2-hover:   #1A1A1A;
  --btn2-hover-t: #FAF8F5;

  /* Badges */
  --badge-bg:     #1A1A1A;
  --badge-text:   #FAF8F5;
  --new-bg:       #8B6347;
  --new-text:     #FAF8F5;

  /* Preços */
  --price:        #1A1A1A;
  --price-old:    #A89F94;
  --price-sale:   #B85450;

  /* Estrelas */
  --star:         #C9A84C;

  /* Toast */
  --toast-bg:     #1A1A1A;
  --toast-text:   #FAF8F5;

  /* Raio de borda */
  --radius-sm:    2px;
  --radius:       4px;
  --radius-lg:    6px;
  --radius-card:  6px;
  --radius-btn:   2px;
  --radius-pill:  999px;

  /* Tipografia */
  --font-head:    'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;
  --font-ui:      'Jost', system-ui, sans-serif;
  --fw-head:      400;
  --ls-head:      0.02em;
  --ls-ui:        0.08em;
  --ls-label:     0.12em;

  /* Transições */
  --transition:   0.25s ease;
  --transition-slow: 0.4s ease;

  /* Hero */
  --hero-bg:      linear-gradient(160deg, #FAF8F5 0%, #F0E9E0 100%);
  --hero-text:    #1A1A1A;
}

/* ── TEMA 2: STREETWEAR ── */
