/*
Theme Name: Highgate Luxe Elementor (Starter)
Theme URI: https://example.com/
Author: ChatGPT
Description: Elementor-ready starter theme for Highgate Custom Homes. Includes an auto-created Elementor template + Home page on activation (when Elementor is active).
Version: 1.0.0
License: GPLv2 or later
Text Domain: highgate-luxe-elementor
*/

:root{
  --bg:#0b0d10;
  --panel:#11151b;
  --text:#f1f5f9;
  --muted:rgba(241,245,249,.78);
  --gold:#c8a24b;
  --gold2:#a8862f;
  --border:rgba(255,255,255,.10);
  --radius:18px;
}

body{
  background: radial-gradient(1200px 800px at 15% -10%, rgba(200,162,75,.18), transparent 60%),
              radial-gradient(900px 600px at 95% 10%, rgba(200,162,75,.10), transparent 55%),
              var(--bg);
  color: var(--text);
}

a{color:inherit}
.hg-btn-gold .elementor-button{
  background: linear-gradient(180deg, var(--gold), var(--gold2)) !important;
  border-radius: 999px !important;
  color:#0b0d10 !important;
  font-weight:700 !important;
}
.hg-btn-ghost .elementor-button{
  background: rgba(200,162,75,.06) !important;
  border:1px solid rgba(200,162,75,.55) !important;
  border-radius: 999px !important;
  color: rgba(241,245,249,.96) !important;
  font-weight:700 !important;
}
.hg-panel{
  background: rgba(17,21,27,.72);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}
