/*
Theme Name: Tu Rincón Ferretero
Theme URI: https://tu-rincon.pe
Author: Tu Rincón Ferretero
Author URI: https://tu-rincon.pe
Description: Tema WooCommerce industrial para ferretería. Paleta: verde militar, naranja óxido, 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: #EEEAE2;
  --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);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
  background-image:
    radial-gradient(circle at 20% 10%, var(--accent-soft-purple) 0, transparent 40%),
    radial-gradient(circle at 90% 80%, var(--accent-soft-cyan) 0, transparent 35%);
  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.
   ============================================ */
