/*
Theme Name: Piclama Real Estate
Theme URI: https://piclama.com
Author: Deebix
Author URI: https://deebix.com
Description: ثيم عقاري احترافي ثنائي اللغة (عربي/إنجليزي) لشركات الوساطة والتسويق العقاري. يدعم المشروعات، المناطق، المطورين، حاسبة الأقساط، نماذج العملاء، وتحكم كامل من لوحة التحكم. A professional bilingual (Arabic/English) real estate broker theme with full dashboard control over projects, areas, developers, lead capture and SEO.
Version: 1.3.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: piclama
Tags: real-estate, rtl-language-support, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, two-columns, full-width-template
*/

/* ==========================================================================
   PICLAMA — DESIGN TOKENS
   Brand: deep forest green + terracotta brown, on warm cream.
   ========================================================================== */
:root{
  /* Brand */
  --pic-green:        #1C4A3A;
  --pic-green-dark:   #143528;
  --pic-green-deep:   #0E261D;
  --pic-green-soft:   #2E6450;
  --pic-brown:        #A2663C;
  --pic-brown-dark:   #844F2C;
  --pic-brown-soft:   #B9824F;
  --pic-gold:         #C49A6C;

  /* Surfaces */
  --pic-cream:        #FAF6EF;
  --pic-cream-2:      #F3ECE0;
  --pic-sand:         #E7DCC9;
  --pic-white:        #FFFFFF;

  /* Text */
  --pic-ink:          #18241E;
  --pic-body:         #3A463F;
  --pic-muted:        #7A847D;

  /* Feedback */
  --pic-wa:           #25D366;
  --pic-success:      #2E7D52;
  --pic-danger:       #B3402E;

  /* Layout */
  --pic-max:          1240px;
  --pic-radius:       20px;
  --pic-radius-sm:    12px;
  --pic-radius-lg:    28px;
  --pic-radius-pill:  999px;
  --pic-shadow:       0 24px 60px -28px rgba(20,53,40,.40), 0 8px 20px -16px rgba(20,53,40,.20);
  --pic-shadow-sm:    0 12px 30px -18px rgba(20,53,40,.32);
  --pic-shadow-lg:    0 40px 90px -40px rgba(14,38,29,.55);
  --pic-ring:         0 0 0 3px rgba(162,102,60,.22);

  /* Gradients */
  --pic-grad-green:   linear-gradient(135deg, #235C48 0%, #0E261D 100%);
  --pic-grad-brown:   linear-gradient(135deg, #B9824F 0%, #844F2C 100%);
  --pic-grad-gold:    linear-gradient(120deg, #D9B886, #C49A6C);

  /* Type */
  --pic-font-body:    "Tajawal","Segoe UI",system-ui,-apple-system,sans-serif;
  --pic-font-head:    "El Messiri","Tajawal",serif;
  --pic-font-latin:   "Cormorant Garamond","Georgia",serif;

  --pic-h1:           clamp(2rem, 4.4vw, 3.4rem);
  --pic-h2:           clamp(1.6rem, 3vw, 2.5rem);
  --pic-h3:           clamp(1.2rem, 2vw, 1.6rem);
}

/* Detailed component styles live in assets/css/main.css (enqueued separately). */
