/*
Theme Name: Urbanox Capital
Theme URI: https://urbanoxcapital.com
Author: Urbanox Capital
Author URI: https://urbanoxcapital.com
Description: Premium real estate advisory theme for Urbanox Capital — buyer-side property advisory across Noida, Greater Noida, and Greater Noida West. Mobile-first, conversion-focused, built around a navy and gold brand system.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urbanox-capital
Tags: real-estate, business, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, theme-options
*/

/* ==========================================================================
   Reset & base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--navy); }
button { font-family: inherit; cursor: pointer; }
ul, ol { padding-left: 1.25em; }
h1, h2, h3, h4 { font-family: 'Inter Tight', 'Inter', sans-serif; font-weight: 600; line-height: 1.2; color: var(--navy); margin: 0 0 .6em; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  height: 1px; width: 1px;
  overflow: hidden;
}

/* The full design system lives in assets/css/main.css */
