/*
Theme Name:   IMPERIVM Child
Theme URI:    https://imperivm.es
Description:  Tema hijo para IMPERIVM Reformas y Arquitectura — Girona
Author:       IMPERIVM
Template:     generatepress
Version:      1.0.0
Text Domain:  imperivm-child
*/

/* ============================================================
   IMPERIVM — SISTEMA DE DISEÑO BASE
   Luxury Editorial · Negro profundo · Dorado mate envejecido
   Tipografía: Cormorant Garamond (display) + Jost (body)
   ============================================================ */

:root {

  /* ----------------------------------------------------------
     FONDOS
     ---------------------------------------------------------- */
  --color-bg-primary:   #0a0a0a;   /* Negro profundo, base */
  --color-bg-secondary: #111111;   /* Negro elevado */
  --color-bg-card:      #161616;   /* Cards y módulos */
  --color-bg-section:   #1a1a18;   /* Secciones alternadas */

  /* ----------------------------------------------------------
     DORADO — mate y envejecido, nunca brillante
     ---------------------------------------------------------- */
  --color-gold-primary: #b8963e;   /* Acento principal */
  --color-gold-light:   #d4af6a;   /* Textos dorados secundarios */
  --color-gold-dark:    #8a6e2a;   /* Bordes, detalles */
  --color-gold-muted:   #6b5420;   /* Separadores, ornamentos */

  /* ----------------------------------------------------------
     GRISES
     ---------------------------------------------------------- */
  --color-gray-100: #f4f2ee;   /* Texto principal sobre oscuro */
  --color-gray-300: #c8c4bb;   /* Texto secundario */
  --color-gray-500: #7a7670;   /* Subtextos, placeholders */
  --color-gray-700: #2e2e2a;   /* Bordes sobre oscuro */
  --color-gray-800: #1e1e1a;   /* Divisores */

  /* ----------------------------------------------------------
     TIPOGRAFÍAS
     ---------------------------------------------------------- */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;

  /* ----------------------------------------------------------
     ESCALA TIPOGRÁFICA
     ---------------------------------------------------------- */
  --text-hero:  clamp(3.5rem, 7vw,  7rem);
  --text-h1:    clamp(2.5rem, 5vw,  4.5rem);
  --text-h2:    clamp(1.8rem, 3vw,  2.8rem);
  --text-h3:    clamp(1.2rem, 2vw,  1.6rem);
  --text-body:  1rem;
  --text-small: 0.875rem;

  /* ----------------------------------------------------------
     ESPACIADO
     ---------------------------------------------------------- */
  --section-padding:    clamp(5rem, 10vw, 10rem);
  --container-max:      1280px;
  --container-padding:  clamp(1.25rem, 5vw, 3rem);

  /* ----------------------------------------------------------
     TRANSICIONES
     ---------------------------------------------------------- */
  --transition-base:  0.3s ease;
  --transition-slow:  0.6s ease;

  /* ----------------------------------------------------------
     BORDES
     ---------------------------------------------------------- */
  --border-card:    1px solid var(--color-gray-700);
  --border-gold:    1px solid var(--color-gold-primary);
  --border-subtle:  1px solid var(--color-gold-muted);

}
