/*
Theme Name:   Salient Child — Rotech Granite
Theme URI:    https://rotechgranite.com
Description:  Child theme for Rotech Granite Inc. (Las Vegas stone fabricator). Carries the brand
              tokens taken from Hector's business card, the conversion components, and LocalBusiness
              schema. Design reference: /mockup/index.html in the project repo.
Author:       Rotech Granite
Version:      1.0.0
Template:     salient
License:      GNU General Public License v2 or later
Text Domain:  rotech
*/

/* ============================================================
   DESIGN TOKENS — single source of truth.
   Mirrors mockup/index.html exactly. Change here, not inline.
   Palette sampled from the business card: yellow sunburst,
   gold→red gradient disc, black keyline. Applied on a LIGHT base
   per client direction (brand colours, not a black site).
   ============================================================ */
:root{
  --rt-gold:#FFC60B;      /* card yellow */
  --rt-gold-dp:#E8901F;   /* mid gradient */
  --rt-gold-tx:#9A6B04;   /* gold dark enough to use as text on light */
  --rt-red:#C2311B;       /* card red — PRIMARY CTA */
  --rt-red-dk:#9E2415;
  --rt-ink:#1A1A1A;       /* card keyline — type, utility bar, footer */
  --rt-ink-2:#3A3A3A;
  --rt-text:#25262a;
  --rt-text-mute:#5f646c;
  --rt-paper:#ffffff;
  --rt-bone:#FBF8F3;      /* warm off-white section */
  --rt-bone-2:#F3EDE3;
  --rt-line:rgba(26,26,26,.13);
  --rt-line-dk:rgba(255,255,255,.15);

  --rt-serif:'Fraunces',Georgia,'Iowan Old Style','Times New Roman',serif;
  --rt-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;

  --rt-r:4px;             /* tight radii — stone, not bubbles */
  --rt-shadow:0 18px 50px -18px rgba(26,26,26,.28);
  --rt-t:.32s cubic-bezier(.22,.61,.36,1);
}

/* ------------------------------------------------------------
   ACCESSIBILITY NOTE — do not "fix" this by making buttons gold.
   #FFC60B cannot carry white text at accessible contrast. Red is
   the primary button colour; gold is for fills, rules and numerals
   with DARK text on top. Use --rt-gold-tx for gold-coloured text.
   ------------------------------------------------------------ */

/* Component styles live in assets/css/rotech.css (enqueued by
   functions.php) so this file stays a readable token sheet. */
