/*
Theme Name: Griha & Associates
Theme URI: https://griha-associates.com
Author: Griha Associates
Author URI: https://griha-associates.com
Description: Premium Indian Real Estate WordPress Theme. Features property listings, builders directory, testimonials, city browser, blog, and newsletter — built for India's top real estate agencies.
Version: 1.0.0
Requires at least: 6.0
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: griha
Tags: real-estate, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================================
   CSS VARIABLES
============================================================ */
:root {
  --navy: #1a2340;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --cream: #f8f5ef;
  --warm-white: #fdfaf5;
  --text: #2c2c2c;
  --text-light: #6b6b6b;
  --border: #e0d8cc;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--warm-white); color: var(--text); overflow-x: hidden; }

/* ── NAV ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(26,35,64,0.97); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,168,76,0.3);
  padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #fff; letter-spacing: 0.02em; text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: 0.78rem; font-weight: 400; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { font-family: 'Jost', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--navy); background: var(--gold); border: none; padding: 0.65rem 1.5rem; cursor: pointer; transition: background 0.3s; text-decoration: none; display: inline-block; }
.nav-cta:hover { background: var(--gold-light); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #fff; transition: all 0.3s; }

/* Mobile menu */
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--navy); border-top: 1px solid rgba(201,168,76,0.3); padding: 1.5rem 5%; z-index: 99; flex-direction: column; gap: 1rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 0.85rem; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255,255,255,0.8); text-decoration: none; padding: 0.5rem 0; border-bottom: 1px solid rgba(201,168,76,0.15); }

/* ── HERO ── */
.hero { min-height: 100vh; background: var(--navy); display: flex; align-items: center; padding: 0 5%; padding-top: 72px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1582407947304-fd86f028f716?w=1800&q=80') center/cover no-repeat; opacity: 0.2; }
.hero-content { position: relative; z-index: 1; max-width: 700px; animation: fadeUp 1s ease both; }
.hero-eyebrow { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; }
.hero-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--gold); }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 400; line-height: 1.1; color: #fff; margin-bottom: 1.5rem; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.65); margin-bottom: 3rem; max-width: 520px; }
.search-bar { background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.4); display: flex; flex-wrap: wrap; }
.search-bar select, .search-bar input { background: transparent; border: none; border-right: 1px solid rgba(201,168,76,0.3); padding: 1.1rem 1.4rem; color: #fff; font-family: 'Jost', sans-serif; font-size: 0.85rem; flex: 1; min-width: 130px; outline: none; appearance: none; -webkit-appearance: none; }
.search-bar select option { background: var(--navy); color: #fff; }
.search-bar input::placeholder { color: rgba(255,255,255,0.4); }
.search-btn { background: var(--gold); border: none; padding: 1.1rem 2rem; color: var(--navy); font-family: 'Jost', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: background 0.3s; white-space: nowrap; }
.search-btn:hover { background: var(--gold-light); }

/* ── STATS BAR ── */
.stats-bar { background: var(--navy); border-top: 1px solid rgba(201,168,76,0.2); padding: 2rem 5%; display: flex; justify-content: center; gap: 5rem; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 600; color: var(--gold); display: block; }
.stat-label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 0.25rem; }

/* ── SHARED SECTION STYLES ── */
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3.5rem; border-bottom: 1px solid var(--border); padding-bottom: 1.5rem; }
.section-eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; font-weight: 500; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 400; color: var(--navy); }
.section-link { font-size: 0.8rem; color: var(--navy); letter-spacing: 0.12em; text-transform: uppercase; font-family: 'Jost', sans-serif; font-weight: 500; text-decoration: none; white-space: nowrap; }
.section-link:hover { color: var(--gold); }
.section-link-light { color: var(--gold); }
.section-link-light:hover { color: var(--gold-light); }

/* ── BROWSE BY CITY ── */
.city-section { padding: 5rem 5%; background: var(--navy); }
.city-section .section-header { border-bottom-color: rgba(201,168,76,0.2); }
.city-section .section-title { color: #fff; }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.city-card { position: relative; height: 200px; overflow: hidden; cursor: pointer; transition: transform 0.35s; border-radius: 2px; }
.city-card:first-child { grid-column: span 2; height: 260px; }
.city-card:hover { transform: scale(1.02); }
.city-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s; display: block; }
.city-card:hover img { transform: scale(1.08); }
.city-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,35,64,0.85) 0%, rgba(26,35,64,0.05) 60%); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 1.4rem; }
.city-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 500; color: #fff; margin-bottom: 0.2rem; }
.city-count { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; }

/* ── PROPERTY LISTINGS ── */
.listings-section { padding: 6rem 5%; background: var(--cream); }
.filter-tabs { display: flex; }
.filter-tab { padding: 0.6rem 1.3rem; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid var(--border); background: transparent; color: var(--text-light); cursor: pointer; transition: all 0.25s; margin-left: -1px; font-family: 'Jost', sans-serif; }
.filter-tab.active, .filter-tab:hover { background: var(--navy); color: #fff; border-color: var(--navy); z-index: 1; position: relative; }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.property-card { background: #fff; border: 1px solid var(--border); overflow: hidden; transition: transform 0.35s, box-shadow 0.35s; cursor: pointer; animation: fadeUp 0.6s ease both; }
.property-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(26,35,64,0.12); }
.property-card:nth-child(1){animation-delay:.05s}.property-card:nth-child(2){animation-delay:.15s}.property-card:nth-child(3){animation-delay:.25s}.property-card:nth-child(4){animation-delay:.35s}.property-card:nth-child(5){animation-delay:.45s}.property-card:nth-child(6){animation-delay:.55s}
.property-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1.2fr 1fr; }
.property-card.featured .property-img-wrap { height: 100%; min-height: 320px; }
.property-card.featured .property-info { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.property-card.featured .property-price { font-size: 2rem; }
.property-card.featured .property-name { font-size: 1.3rem; }
.property-img-wrap { position: relative; overflow: hidden; height: 240px; }
.property-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; display: block; }
.property-card:hover .property-img-wrap img { transform: scale(1.06); }
.property-badge { position: absolute; top: 1rem; left: 1rem; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; padding: 0.35rem 0.75rem; font-family: 'Jost', sans-serif; }
.badge-sale { background: var(--navy); color: #fff; }
.badge-rent { background: var(--gold); color: var(--navy); }
.badge-new  { background: #2d6a4f; color: #fff; }
.property-save { position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; background: rgba(255,255,255,0.9); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--text-light); transition: all 0.25s; }
.property-save:hover { background: #fff; color: #e53e3e; }
.property-info { padding: 1.5rem; }
.property-price { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 500; color: var(--navy); margin-bottom: 0.3rem; }
.property-price sub { font-size: 0.75rem; font-weight: 400; color: var(--text-light); vertical-align: baseline; }
.property-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 400; color: var(--text); margin-bottom: 0.3rem; }
.property-location { font-size: 0.8rem; color: var(--text-light); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.3rem; }
.property-location::before { content: '📍'; font-size: 0.7rem; }
.property-divider { border: none; border-top: 1px solid var(--border); margin-bottom: 1.1rem; }
.property-specs { display: flex; gap: 1.5rem; }
.spec { display: flex; flex-direction: column; align-items: center; gap: 0.25rem; }
.spec-val { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 500; color: var(--navy); }
.spec-label { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); }
.load-more-wrap { text-align: center; margin-top: 3.5rem; }
.load-more { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--navy); background: transparent; border: 2px solid var(--navy); padding: 1rem 3rem; cursor: pointer; transition: all 0.3s; font-family: 'Jost', sans-serif; text-decoration: none; display: inline-block; }
.load-more:hover { background: var(--navy); color: #fff; }

/* ── BUILDERS ── */
.builders-section { padding: 6rem 5%; background: var(--warm-white); }
.builders-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.builder-card { background: #fff; border: 1px solid var(--border); padding: 2rem; transition: transform 0.35s, box-shadow 0.35s; cursor: pointer; position: relative; overflow: hidden; }
.builder-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.builder-card:hover::before { transform: scaleX(1); }
.builder-card:hover { transform: translateY(-5px); box-shadow: 0 16px 50px rgba(26,35,64,0.1); }
.builder-verified { position: absolute; top: 1.2rem; right: 1.2rem; background: rgba(45,106,79,0.1); border: 1px solid #2d6a4f; color: #2d6a4f; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.2rem 0.55rem; font-family: 'Jost', sans-serif; font-weight: 500; }
.builder-logo-wrap { width: 68px; height: 68px; border-radius: 50%; background: var(--cream); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 1.2rem; letter-spacing: 0.05em; overflow: hidden; }
.builder-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.builder-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 500; color: var(--navy); margin-bottom: 0.25rem; }
.builder-tagline { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; font-weight: 300; color: var(--text-light); margin-bottom: 1.1rem; font-style: italic; }
.builder-stats { display: flex; gap: 1.5rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.builder-stat { display: flex; flex-direction: column; }
.builder-stat-val { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; color: var(--gold); }
.builder-stat-label { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-top: 0.1rem; }
.builder-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1rem; }
.builder-tag { font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0.6rem; border: 1px solid var(--border); color: var(--text-light); font-family: 'Jost', sans-serif; }
.builder-tag.highlight { background: rgba(201,168,76,0.1); border-color: var(--gold); color: var(--navy); }
.builder-cities { font-size: 0.78rem; color: var(--text-light); margin-bottom: 1.3rem; line-height: 1.5; }
.builder-cities strong { color: var(--text); }
.builder-cta { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--navy); font-weight: 500; font-family: 'Jost', sans-serif; display: inline-flex; align-items: center; gap: 0.4rem; border-bottom: 1px solid var(--navy); padding-bottom: 0.1rem; transition: color 0.25s, border-color 0.25s; text-decoration: none; }
.builder-cta::after { content: '→'; transition: transform 0.25s; display: inline-block; }
.builder-card:hover .builder-cta { color: var(--gold); border-color: var(--gold); }
.builder-card:hover .builder-cta::after { transform: translateX(4px); }

/* ── TESTIMONIALS ── */
.testimonials-section { padding: 6rem 5%; background: var(--navy); position: relative; overflow: hidden; }
.testimonials-section::before { content: '"'; position: absolute; top: -3rem; left: 2%; font-family: 'Playfair Display', serif; font-size: 22rem; font-weight: 700; color: rgba(201,168,76,0.05); line-height: 1; pointer-events: none; }
.testimonials-section .section-header { border-bottom-color: rgba(201,168,76,0.2); }
.testimonials-section .section-title { color: #fff; }
.testimonials-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.testimonial-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,168,76,0.2); padding: 2rem; position: relative; transition: transform 0.35s, background 0.35s; }
.testimonial-card:hover { background: rgba(255,255,255,0.09); transform: translateY(-4px); }
.testimonial-card.featured-testi { background: rgba(201,168,76,0.1); border-color: rgba(201,168,76,0.45); }
.testi-quote-icon { font-family: 'Playfair Display', serif; font-size: 3rem; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; opacity: 0.7; }
.testi-stars { display: flex; gap: 0.2rem; margin-bottom: 1rem; }
.star { color: var(--gold); font-size: 0.85rem; }
.testi-text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.85); line-height: 1.75; margin-bottom: 1.5rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 0.9rem; border-top: 1px solid rgba(201,168,76,0.2); padding-top: 1.2rem; }
.testi-avatar { width: 46px; height: 46px; border-radius: 50%; background: rgba(26,35,64,0.8); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 600; color: var(--gold); flex-shrink: 0; }
.testi-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 500; color: #fff; }
.testi-role { font-size: 0.7rem; color: rgba(255,255,255,0.45); letter-spacing: 0.06em; margin-top: 0.15rem; }
.testi-property { font-size: 0.68rem; color: var(--gold); margin-top: 0.25rem; }
.testi-nav { display: flex; justify-content: center; gap: 0.6rem; margin-top: 2.5rem; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(201,168,76,0.3); border: none; cursor: pointer; transition: background 0.3s, transform 0.3s; }
.testi-dot.active { background: var(--gold); transform: scale(1.4); }

/* ── BLOG ── */
.blog-section { padding: 6rem 5%; background: var(--warm-white); }
.blog-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; }
.blog-card { background: #fff; border: 1px solid var(--border); overflow: hidden; transition: transform 0.35s, box-shadow 0.35s; cursor: pointer; animation: fadeUp 0.6s ease both; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 50px rgba(26,35,64,0.1); }
.blog-card:nth-child(1){animation-delay:.05s}.blog-card:nth-child(2){animation-delay:.15s}.blog-card:nth-child(3){animation-delay:.25s}
.blog-img-wrap { overflow: hidden; height: 220px; }
.blog-card.blog-featured .blog-img-wrap { height: 300px; }
.blog-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; display: block; }
.blog-card:hover .blog-img-wrap img { transform: scale(1.05); }
.blog-info { padding: 1.6rem; }
.blog-category { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.blog-title { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 400; color: var(--navy); line-height: 1.4; margin-bottom: 0.75rem; }
.blog-card.blog-featured .blog-title { font-size: 1.5rem; }
.blog-excerpt { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 300; color: var(--text-light); line-height: 1.65; margin-bottom: 1.2rem; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 1rem; }
.blog-author { display: flex; align-items: center; gap: 0.6rem; }
.blog-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: 'Playfair Display', serif; font-size: 0.75rem; font-weight: 600; flex-shrink: 0; overflow: hidden; }
.blog-avatar img { width: 100%; height: 100%; object-fit: cover; }
.blog-author-name { font-size: 0.78rem; font-weight: 500; color: var(--text); }
.blog-date { font-size: 0.72rem; color: var(--text-light); }
.blog-read-more { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); font-weight: 500; font-family: 'Jost', sans-serif; display: flex; align-items: center; gap: 0.4rem; transition: color 0.25s; text-decoration: none; }
.blog-read-more::after { content: '→'; transition: transform 0.25s; }
.blog-card:hover .blog-read-more { color: var(--gold); }
.blog-card:hover .blog-read-more::after { transform: translateX(4px); }

/* ── NEWSLETTER ── */
.newsletter-strip { background: var(--navy); padding: 3.5rem 5%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 3px solid var(--gold); }
.newsletter-text h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 400; color: #fff; margin-bottom: 0.4rem; }
.newsletter-text p { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.6); }
.newsletter-form { display: flex; flex-shrink: 0; }
.newsletter-form input { background: rgba(255,255,255,0.08); border: 1px solid rgba(201,168,76,0.4); border-right: none; padding: 0.9rem 1.5rem; color: #fff; font-family: 'Jost', sans-serif; font-size: 0.85rem; width: 280px; outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.35); }
.newsletter-form button { background: var(--gold); border: none; padding: 0.9rem 1.8rem; color: var(--navy); font-family: 'Jost', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: background 0.3s; white-space: nowrap; }
.newsletter-form button:hover { background: var(--gold-light); }

/* ── FOOTER ── */
.site-footer { background: var(--navy); color: rgba(255,255,255,0.5); padding: 3rem 5%; text-align: center; border-top: 1px solid rgba(201,168,76,0.2); }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #fff; margin-bottom: 0.5rem; text-decoration: none; display: inline-block; }
.footer-logo span { color: var(--gold); }
.site-footer p { font-size: 0.8rem; margin-top: 0.5rem; }

/* ── STANDARD PAGE STYLES ── */
.page-content, .single-content { padding: 8rem 5% 6rem; max-width: 860px; margin: 0 auto; }
.page-content h1, .single-content h1 { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 400; color: var(--navy); margin-bottom: 1.5rem; }
.page-content p, .single-content p { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; line-height: 1.8; color: var(--text); margin-bottom: 1.2rem; }
.page-content h2, .single-content h2 { font-family: 'Playfair Display', serif; font-size: 1.7rem; color: var(--navy); margin: 2rem 0 1rem; }

/* ── BLOG ARCHIVE ── */
.blog-archive { padding: 8rem 5% 6rem; }
.blog-archive-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--navy); margin-bottom: 3rem; border-bottom: 1px solid var(--border); padding-bottom: 1rem; }
.blog-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.wp-pagenavi, .navigation { text-align: center; margin-top: 3rem; }
.wp-pagenavi a, .wp-pagenavi span { display: inline-block; padding: 0.5rem 1rem; border: 1px solid var(--border); margin: 0 2px; font-family: 'Jost', sans-serif; font-size: 0.8rem; color: var(--navy); text-decoration: none; }
.wp-pagenavi .current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── ANIMATION ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .city-card:first-child { grid-column: span 2; }
  .builders-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-track { grid-template-columns: repeat(2, 1fr); }
  .blog-archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .property-grid { grid-template-columns: repeat(2, 1fr); }
  .property-card.featured { grid-column: span 2; grid-template-columns: 1fr; }
  .property-card.featured .property-img-wrap { height: 260px; }
  .stats-bar { gap: 2rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .blog-grid { grid-template-columns: 1fr; }
  .newsletter-strip { flex-direction: column; text-align: center; }
  .newsletter-form input { width: 200px; }
}
@media (max-width: 600px) {
  .property-grid { grid-template-columns: 1fr; }
  .property-card.featured { grid-column: span 1; grid-template-columns: 1fr; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .city-grid { grid-template-columns: 1fr 1fr; }
  .builders-grid { grid-template-columns: 1fr; }
  .testimonials-track { grid-template-columns: 1fr; }
  .blog-archive-grid { grid-template-columns: 1fr; }
  .stats-bar { gap: 1.5rem; }
  .nav-cta { display: none; }
}
