/*
Theme Name: RealtyBH Elementor
Theme URI: https://realtybh.example/
Author: RealtyBH
Description: A preservation-focused WordPress theme for the supplied RealtyBH HTML prototype, with Elementor Theme Builder support and one-click legacy page import.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: realtybh
*/

:root { --realtybh-gold: #c7a44b; --realtybh-dark: #202020; }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; color: #333; font-family: "Open Sans", Arial, sans-serif; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.realtybh-shell { min-height: 60vh; }
.realtybh-content { width: min(1170px, calc(100% - 32px)); margin: 48px auto; }
.realtybh-site-header { background: #fff; border-bottom: 1px solid #e9e9e9; }
.realtybh-header-inner, .realtybh-footer-inner { width: min(1170px, calc(100% - 32px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.realtybh-brand { font-size: 24px; font-weight: 700; text-decoration: none; }
.realtybh-menu { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; list-style: none; }
.realtybh-menu a { text-decoration: none; }
.realtybh-site-footer { background: #222; color: #fff; }
@media (max-width: 767px) { .realtybh-header-inner, .realtybh-footer-inner { align-items: flex-start; flex-direction: column; } }
