/*
Theme Name: Tirhal Child
Template: astra
Description: Tirhal brand child theme (RTL, gold/black). Owned by Tirhal.
Version: 2.0.0
Text Domain: tirhal-child
*/
:root{
  /* ── Palette (brand: two colours + surfaces) ─────────────────────────── */
  --tirhal-gold:#b99964; --tirhal-black:#221f1f; --tirhal-gold-soft:#d4c2a3;
  --tirhal-gold-bg:#f5efe5; --tirhal-bg:#fafaf8; --tirhal-gray:#d8d4cd;
  /* Accessible gold for TEXT on light bg — #b99964 is only 2.58:1 (fails WCAG AA);
     this is 4.75:1. Use for foreground text; keep --tirhal-gold for fills/decoration. */
  --tirhal-gold-text:#8c6a34;
  /* Extended dark surfaces (cinematic sections) */
  --tirhal-ink:#191716;            /* deepest — hero/footer base */
  --tirhal-coal:#2b2724;           /* raised dark surface */
  --tirhal-line-dark:rgba(185,153,100,.25);   /* gold hairline on dark */
  --tirhal-line-light:#e8e3d9;     /* hairline on light */
  --tirhal-text-dim:#b5aea4;       /* muted text on dark */

  /* ── Type system ─────────────────────────────────────────────────────── */
  /* Tarhaal: the brand display face (Arabic-only — Latin falls back to Cairo).
     Self-hosted in assets/fonts/, @font-face in brand.css. */
  --tirhal-font-display:'Tarhaal','Cairo','Tajawal',sans-serif;
  --tirhal-font-head:'Cairo','Tajawal',sans-serif;
  --tirhal-font-body:'Tajawal','Cairo','Segoe UI',Tahoma,Arial,sans-serif;
  --tirhal-fs-hero:clamp(2.7rem,7vw,5.4rem);
  --tirhal-fs-h2:clamp(1.65rem,3.4vw,2.6rem);
  --tirhal-fs-h3:clamp(1.15rem,2vw,1.45rem);
  --tirhal-fs-kicker:.82rem;

  /* ── Space scale ─────────────────────────────────────────────────────── */
  --tirhal-sp-1:.5rem; --tirhal-sp-2:1rem; --tirhal-sp-3:1.75rem;
  --tirhal-sp-4:2.75rem; --tirhal-sp-5:4.5rem; --tirhal-sp-6:7rem;

  /* ── Surfaces & motion ───────────────────────────────────────────────── */
  --tirhal-radius:10px; --tirhal-radius-sm:7px;
  --tirhal-shadow-card:0 1px 3px rgba(34,31,31,.05);
  --tirhal-shadow-lift:0 18px 42px rgba(34,31,31,.16);
  --tirhal-ease:cubic-bezier(.22,1,.36,1);
}
body{background:var(--tirhal-bg);}
