/*
Theme Name: Harper Homes
Theme URI: https://kcmediateam.me/becky-harper-case-study/
Author: KC Media Team
Author URI: https://kcmediateam.me
Description: Custom WordPress theme for Becky Harper | Harper Homes | Keller Williams Realty Partners. Built with full local SEO, EEAT signals, LLM/AI search optimization, JSON-LD schema markup, and TCPA-compliant Formspree contact forms. Serving Overland Park, Leawood, Olathe, Shawnee, Prairie Village, Mission Hills, Lenexa, and Kansas City MO.
Version: 2.7.6
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: harper-homes
Tags: real-estate, luxury, seo-optimized, local-seo, schema, eeat
*/

/* Global tokens only — page CSS lives in each template's wp_head hook */
:root {
  --red:        #C0102A;
  --red-bright: #E8152E;
  --black:      #0D0D0D;
  --charcoal:   #1A1A1A;
  --dark:       #111111;
  --white:      #FFFFFF;
  --off-white:  #F8F6F4;
  --cream:      #EDE8E0;
  --mid-gray:   #888888;
  --text:       #2A2A2A;
  --border-red: rgba(192,16,42,0.25);
  --nav-height: 80px;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Barlow', system-ui, sans-serif;
  --font-cond:  'Barlow Condensed', 'Arial Narrow', sans-serif;
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--white); color: var(--text); font-weight:300; overflow-x:hidden; -webkit-font-smoothing:antialiased; }
img { max-width:100%; height:auto; display:block; }
a { color:inherit; }
