/*
Theme Name: Ladrilloinv
Theme URI: https://crowdfundinginmobiliarioespana.es/
Author: Ladrilloinv
Description: Tema proprio — perfis de plataforma, avaliacoes, comparativos e otimizacao para motores de resposta.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: ladrilloinv
*/

:root {
  --cfes-primary: #5C1A2E;
  --cfes-primary-dark: #401220;
  --cfes-secondary: #3AA7A3;
  --cfes-accent: #C98B6B;
  --cfes-accent-dark: #A47157;
  --cfes-accent-soft: #F7EEEA;
  --cfes-bg: #FBF7F4;
  --cfes-surface: #FFFFFF;
  --cfes-text: #241A1D;
  --cfes-muted: #6E5A60;
  --cfes-border: #E6D9D5;
  --cfes-success: #2C807D;
  --cfes-danger: #B0413E;
  --cfes-shadow: 0 4px 18px rgba(92,26,46,.08);
  --cfes-shadow-lg: 0 14px 40px rgba(92,26,46,.16);
  --cfes-radius: 14px;
  --cfes-radius-sm: 8px;
  --cfes-font-head: 'Libre Baskerville', Georgia, serif;
  --cfes-font-body: 'Libre Franklin', system-ui, -apple-system, sans-serif;
  --cfes-maxw: 1180px;
  --cfes-gradient: linear-gradient(135deg, #5C1A2E 0%, #3AA7A3 100%);
}

/* Reset base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--cfes-font-body);
  font-size: 16px;
  line-height: 1.74;
  color: var(--cfes-text);
  background: var(--cfes-bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--cfes-secondary); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--cfes-primary); }

h1, h2, h3, h4 {
  font-family: var(--cfes-font-head);
  font-weight: 400;
  line-height: 1.18;
  color: var(--cfes-primary);
  margin: 1.5em 0 .5em;
}
h1 { font-size: clamp(32px, 4.6vw, 50px); margin-top: 0; letter-spacing: .2px; }
h2 { font-size: clamp(25px, 3.2vw, 34px); }
h3 { font-size: clamp(19px, 2.3vw, 24px); }
h4 { font-size: 18px; }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.4em; margin: 0 0 1.25em; }
li { margin-bottom: .45em; }
strong { font-weight: 700; }
blockquote { margin: 1.6em 0; }
hr { border: 0; border-top: 1px solid var(--cfes-border); margin: 2.4em 0; }
