/*
Theme Name:   T3 Tactical Child
Description:  Child theme Blocksy per T3 Tactical Solution e-commerce
Author:       FORTUS / Depa
Template:     blocksy
Version:      1.0.0
Text Domain:  t3-tactical-child
*/

/* ============================================================
   CSS TOKENS — Visual System v2.0
   Non modificare questa sezione: è la fonte di verità visiva.
   ============================================================ */
:root {
  /* Colori brand */
  --bianco-ghiaccio: #F5F4F0;
  --bianco-velo:     #ECEAE4;
  --antracite:       #1A1A1A;
  --grafite:         #3C3C3C;
  --grigio:          #666666;
  --grigio-tecnico:  #B8B5AC;
  --ranger-green:    #4D5E48;
  --tactical-lime:   #C7F33D;
  --rosso-sabaudo:   #C41F3A;
  --bianco-puro:     #FFFFFF;
  --nero-puro:       #000000;

  /* Tipografia */
  --font-display: 'Barlow Condensed', sans-serif;
  --font-mono:    'Share Tech Mono', monospace;
  --font-body:    'Space Grotesk', sans-serif;

  /* Spacing 8pt grid */
  --s-1:   4px;
  --s-2:   8px;
  --s-3:   12px;
  --s-4:   16px;
  --s-6:   24px;
  --s-8:   32px;
  --s-10:  40px;
  --s-12:  48px;
  --s-16:  64px;
  --s-20:  80px;
  --s-24:  96px;

  /* Border radius (T3 = angolare) */
  --radius-0:  0;
  --radius-sm: 2px;
  --radius-md: 4px;

  /* Shadow */
  --shadow-none:  none;
  --shadow-soft:  0 1px 2px rgba(26,26,26,.04);
  --shadow-card:  0 2px 8px rgba(26,26,26,.06);
  --shadow-modal: 0 8px 32px rgba(26,26,26,.12);

  /* Z-index */
  --z-sticky:  100;
  --z-overlay: 1000;
  --z-modal:   1100;
  --z-toast:   1200;
  --z-cookie:  1300;

  /* Animation */
  --ease:     cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --dur-fast: 150ms;
  --dur-base: 250ms;
  --dur-slow: 400ms;

  /* Layout */
  --container-max: 1400px;
  --container-px:  var(--s-6);
}

/* Override variabili Blocksy → token T3 */
:root {
  --theme-palette-color-1: var(--antracite);
  --theme-palette-color-2: var(--ranger-green);
  --theme-palette-color-3: var(--rosso-sabaudo);
  --theme-palette-color-4: var(--grigio);
  --theme-headings-font-family: 'Barlow Condensed', sans-serif;
  --theme-text-font-family:    'Space Grotesk', sans-serif;
  --theme-button-border-radius: 0;
}
