/* ============================================================================
   LIVE YOUR DREAM — Tokens de diseño · RE-SKIN "Salomón" (dirección vigente)
   Fuente: design/assets/explorations/*-salomon-light.html (:root).
   Mismo ADN cromático que el Brand Book; look alto contraste, angular,
   tipografía condensada mayúsculas, heros a sangre. Modo único: light.
   ============================================================================ */

:root {
  /* ---- Brand (sin cambios) ---- */
  --brand-black: #111111;
  --brand-teal:  #00e9cb;
  --brand-mint:  #98e8cb;
  --brand-navy:  #002c44;
  --brand-paper: #f8f8f8;

  /* ---- Fondos / tinta ---- */
  --bg-base:     #ffffff;
  --bg-elevated: #f4f4f2;
  --bg-subtle:   #ececea;
  --bg-sunken:   #e2e2df;
  --ink:         #111111;   /* NUEVO: color de acción protagonista (negro) */

  /* ---- Texto ---- */
  --text-primary:   #111111;
  --text-secondary: #1d1d1b;
  --text-muted:     #5a5a57;
  --text-tertiary:  #8e8e8a;

  /* ---- Bordes ---- */
  --border-subtle:  #e2e2df;
  --border-default: #c9c9c4;
  --border-strong:  #111111;

  /* ---- Acento (teal = puntual; acción = --ink) ---- */
  --accent:    var(--brand-teal);
  --accent-on: #002c44;
  /* Aliases retro-compat (código previo). Acción principal ahora usa --ink. */
  --accent-primary:        var(--brand-teal);
  --accent-primary-hover:  #00d2b8;
  --accent-primary-active: #00bca4;
  --accent-on-primary:     #002c44;
  --accent-secondary:      var(--ink);
  --accent-secondary-hover:#000000;
  --accent-on-secondary:   #ffffff;

  /* ---- Estados semánticos ---- */
  --success:    #2ea043;
  --success-bg: #e8f5ec;
  --warning:    #b47700;
  --warning-bg: #fff4dd;
  --error:      #c53030;
  --error-bg:   #fbeaea;
  --info:       #1f6feb;
  --info-bg:    #e7f0fe;

  /* ---- E-commerce (precio rebajado, badges y rating = negro, no teal) ---- */
  --price-text:      var(--text-primary);
  --price-strike:    var(--text-tertiary);
  --price-discount:  #111111;
  --badge-sale-bg:   var(--ink);
  --badge-sale-text: #ffffff;
  --badge-new-bg:    var(--brand-teal);
  --badge-new-text:  var(--brand-navy);
  --badge-out-bg:    #111111;
  --badge-out-text:  #ffffff;
  --rating-filled:   #111111;
  --rating-empty:    #c9c9c4;

  /* ---- Tipografía ---- */
  --font-sans:    'CircularStd', 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Saira Condensed', 'Oswald', 'Roboto Condensed', 'Arial Narrow', var(--font-sans);
  --font-mono:    'JetBrains Mono', Menlo, Consolas, monospace;

  /* Escala fluida (titulares gigantes tipo Salomón) */
  --text-display:  clamp(3rem, 11vw, 7.5rem);
  --text-h1:       clamp(2.4rem, 6vw, 4.5rem);
  --text-h2:       clamp(1.9rem, 4vw, 3rem);
  --text-h3:       1.5rem;
  --text-h4:       1.125rem;
  --text-body-lg:  1.125rem;
  --text-body:     1rem;
  --text-small:    0.875rem;
  --text-micro:    0.75rem;

  --lh-display: 0.92;
  --lh-h1: 0.95;
  --lh-h2: 1.0;
  --lh-h3: 1.2;
  --lh-h4: 1.3;
  --lh-body: 1.6;
  --lh-small: 1.5;
  --lh-micro: 1.4;

  --fw-light: 300;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-black: 900;

  /* ---- Spacing (escala 4, sin cambios) ---- */
  --space-1: 4px;  --space-2: 8px;  --space-3: 12px; --space-4: 16px;
  --space-5: 20px; --space-6: 24px; --space-8: 32px; --space-10: 40px;
  --space-12: 48px; --space-16: 64px; --space-20: 80px; --space-24: 96px; --space-32: 128px;

  /* ---- Radios: TODO angular (0), salvo círculos ---- */
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-xl: 0px;
  --radius-2xl: 0px;
  --radius-full: 9999px;

  /* ---- Sombras reducidas (separación por líneas, no flotado) ---- */
  --shadow-xs: 0 1px 2px rgba(17, 17, 17, 0.05);
  --shadow-sm: 0 1px 2px rgba(17, 17, 17, 0.06);
  --shadow-md: 0 8px 24px rgba(17, 17, 17, 0.10);
  --shadow-lg: 0 8px 24px rgba(17, 17, 17, 0.10);
  --shadow-xl: 0 8px 24px rgba(17, 17, 17, 0.10);
  --shadow-focus: 0 0 0 3px rgba(0, 233, 203, 0.45);

  /* ---- Layout ---- */
  --container-max: 1480px;
  --gutter-mobile: 16px;
  --gutter-tablet: 32px;
  --gutter-desktop: 48px;

  --bp-sm: 480px;
  --bp-md: 768px;
  --bp-lg: 1024px;
  --bp-nav: 1200px;   /* nav horizontal ≥1200; por debajo, tabbar + drawer */
  --bp-xl: 1280px;

  /* ---- Chrome ---- */
  --topnav-h: 60px;
  --topnav-h-desktop: 72px;
  --announce-h: 34px;
  --tabbar-h: 70px;
}

@media (min-width: 1024px) {
  :root { --topnav-h: 72px; }
}
