/*
Theme Name: LAKORP Industrial
Theme URI: https://www.lakorp.com
Author: LAKORP — La Corp Industrial S.A.C.
Author URI: https://www.lakorp.com
Description: Tema WooCommerce de LAKORP para ferretería y suministro industrial en Perú. Paleta: verde militar, naranja óxido y acero. Incluye integración Mercado Pago (sandbox).
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tu-rincon
Tags: woocommerce, ecommerce, industrial, hardware-store
*/

/* ============================================
   DESIGN TOKENS
   ============================================ */
:root {
  --bg: #E1DDD4;
  --ink: #14171A;
  --ink-2: #3A3F44;
  --muted: #737A82;
  --paper: #F7F4EE;
  --line: #14171A;
  --accent-purple: #4A5D3A;
  --accent-cyan: #2E4A5C;
  --accent-pink: #C2410C;
  --accent-soft-purple: #D8D2C4;
  --accent-soft-cyan: #C9CDD1;
  --accent-soft-pink: #E8D5C4;
  --warn: #B8860B;
  --shadow: 3px 3px 0 var(--ink);
  --grid-line: rgba(20, 23, 26, .065);
  --grid-size: 28px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  background-color: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  background-position: 0 0;
  min-height: 100vh;
}

h1, h2, h3, h4 {
  font-family: 'Oswald', 'Impact', sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 15px; }

a { color: var(--accent-cyan); text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; height: auto; }

.mono {
  font-family: 'JetBrains Mono', ui-monospace, Menlo, monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}


/* ============================================
   FASE 2 — Solución 2.0 (2026-05-10)
   Los componentes se cargan desde assets/css/ vía
   inc/enqueue.php. Este archivo solo contiene el
   header del tema y los design tokens (variables CSS
   globales) para que estén disponibles antes que
   cualquier parcial.
   ============================================ */
