/*
Theme Name: Linea Vertical
Theme URI: https://lineavertical.com.ar
Author: Linea Vertical
Description: Tema custom para Linea Vertical — estudio de arquitectura y showroom Linea Home. WooCommerce en modo catálogo.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: Proprietary
Text Domain: lineavertical
*/

/* ============================================================
   CSS Custom Properties — Design Tokens
   Cambiar aquí afecta todo el sitio.
   ============================================================ */
:root {
  /* Colores */
  --color-bg:           #ffffff;
  --color-text:         #111111;
  --color-text-muted:   #6b6b6b;
  --color-text-light:   #999999;
  --color-border:       #e8e8e8;
  --color-surface:      #f5f5f3;
  --color-surface-dark: #1a1a1a;
  --color-accent:       #111111;
  --color-accent-hover: #333333;
  --color-accent-inv:   #ffffff;
  --color-wa-green:     #25d366;
  --color-wa-green-dark:#1da851;

  /* Tipografía */
  --font-heading: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-body:    'Inter', 'Helvetica Neue', Arial, system-ui, sans-serif;

  /* Escala tipográfica */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  /* Espaciado y layout */
  --max-width:    1200px;
  --gutter:       clamp(1rem, 4vw, 2.5rem);
  --section-gap:  clamp(4rem, 8vw, 7rem);
  --card-gap:     clamp(1rem, 2.5vw, 1.75rem);

  /* Transiciones */
  --transition: 200ms ease;
  --transition-slow: 400ms ease;

  /* Border radius */
  --radius-sm: 2px;
  --radius:    4px;
  --radius-lg: 8px;
}
