/*
Theme Name: NexaGriya - Real Estate WordPress Theme
Theme URI: https://leksastudio.com
Author: Leksa Studio
Author URI: https://leksastudio.com
Description: Modern WordPress theme for property agents, real-estate businesses, and property marketing.
Version: 1.0.2
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: nexagriya
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@600;700&display=swap');
/* Premium frontend system: keep markup and data contracts unchanged. */
:root { --primary:#16a34a; --primary-dark:#15803d; --primary-light:#dcfce7; --secondary:#f59e0b; --text:#0f172a; --muted:#64748b; --border:#e2e8f0; --bg-soft:#f8fafc; --radius:16px; --radius-pill:9999px; --radius-sm:12px; --shadow-soft:0 4px 24px rgb(0 0 0 / 6%); --shadow-medium:0 12px 32px rgb(0 0 0 / 12%); --shadow-large:0 20px 48px rgb(0 0 0 / 16%); --font-heading:"Plus Jakarta Sans",sans-serif; --font-body:Inter,sans-serif; }
body { color:var(--text); background:#fff; font-family:var(--font-body); -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4,h5,h6 { color:var(--text); font-family:var(--font-heading); font-weight:700; line-height:1.2; letter-spacing:-.02em; }
p { color:var(--muted); line-height:1.7; }
.nexa-property-card,.nexa-taxonomy-card,.nexa-home-search__box { border-radius:var(--radius); box-shadow:var(--shadow-soft); }
.nexa-property-card { transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease; }
.nexa-property-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-medium); border-color:transparent; }
.nexa-button,.btn { border-radius:var(--radius-pill); font-family:var(--font-heading); }
@media(max-width:640px) { .nexa-container { width:calc(100% - 32px); } .nexa-property-grid { gap:16px; } }
@media(max-width:320px) { .nexa-container { width:calc(100% - 24px); } }
