/* =========================================================
   MADHU SARKAR REAL ESTATE — Main Stylesheet
   Design system: cream bg | gold accent | dark brown text
   ========================================================= */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream:      #F5F0E8;
  --cream-dark: #EDE7D9;
  --gold:       #8B7355;
  --gold-light: #A68B5B;
  --gold-dark:  #6B5540;
  --brown:      #2C1A0E;
  --brown-mid:  #5C4033;
  --white:      #FFFFFF;
  --gray-light: #F8F5F0;
  --gray:       #9B8E85;
  --text:       #2C1A0E;
  --text-muted: #7A6B5D;
  --shadow-sm:  0 2px 8px rgba(44,26,14,0.08);
  --shadow-md:  0 4px 20px rgba(44,26,14,0.12);
  --shadow-lg:  0 8px 40px rgba(44,26,14,0.16);
  --radius:     8px;
  --radius-lg:  16px;
  --transition: 0.25s ease;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  color: var(--brown);
}

a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  border-radius: var(--radius);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }

/* ── Section Headers ── */
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 12px; }
.section-header p { color: var(--text-muted); max-width: 560px; margin: 0 auto; }
.gold-line {
  width: 60px; height: 3px; background: var(--gold);
  margin: 16px auto 0; border-radius: 2px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: var(--radius);
  font-weight: 600; font-size: 0.9rem; letter-spacing: 0.04em;
  transition: all var(--transition); text-transform: uppercase;
}
.btn-primary {
  background: var(--gold); color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-outline {
  background: transparent; color: var(--gold);
  border: 2px solid var(--gold);
}
.btn-outline:hover { background: var(--gold); color: var(--white); }
.btn-white {
  background: var(--white); color: var(--brown);
}
.btn-white:hover { background: var(--cream); }
.btn-lg { padding: 16px 36px; font-size: 1rem; }

/* ── Top Bar ── */
.top-bar {
  background: var(--brown);
  color: #C8B89A;
  font-size: 0.8rem;
  padding: 8px 0;
}
.top-bar-inner {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
}
.top-bar a { color: #C8B89A; }
.top-bar a:hover { color: var(--white); }
.divider { opacity: 0.4; }
.top-bar-social { margin-left: auto; display: flex; gap: 12px; }
.top-bar-social a { display: flex; align-items: center; opacity: 0.7; }
.top-bar-social a:hover { opacity: 1; }

/* ── Navbar ── */
.navbar {
  background: var(--white);
  border-bottom: 1px solid rgba(139,115,85,0.15);
  position: sticky; top: 0; z-index: 100;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition);
}
.navbar.scrolled { box-shadow: var(--shadow-md); }
.navbar-inner {
  display: flex; align-items: center;
  justify-content: space-between;
  height: 70px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-text { display: flex; flex-direction: column; }
.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem; font-weight: 700;
  color: var(--brown); line-height: 1;
}
.brand-sub { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.05em; margin-top: 2px; }

.nav-links {
  display: flex; align-items: center; gap: 4px;
}
.nav-links li a {
  padding: 8px 14px; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.06em; color: var(--brown-mid);
  border-radius: var(--radius); transition: all var(--transition);
}
.nav-links li a:hover { color: var(--gold); background: var(--cream); }
.nav-links .nav-cta {
  background: var(--gold); color: var(--white) !important;
  padding: 8px 20px; border-radius: var(--radius);
}
.nav-links .nav-cta:hover { background: var(--gold-dark) !important; }

.mobile-menu-btn {
  display: none; flex-direction: column; gap: 5px; padding: 4px;
}
.mobile-menu-btn span {
  width: 24px; height: 2px; background: var(--brown);
  border-radius: 2px; transition: all var(--transition);
}

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 600px;
  display: flex; align-items: center;
  background: linear-gradient(135deg, #1a0e06 0%, #2C1A0E 40%, #4a3020 100%);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1582407947304-fd86f028f716?w=1400&q=80');
  background-size: cover; background-position: center;
  opacity: 0.25;
}
.hero-content {
  position: relative; z-index: 1;
  max-width: 680px; color: var(--white);
  padding: 80px 0;
}
.hero-eyebrow {
  font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 16px; font-weight: 600;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: var(--white); margin-bottom: 20px; font-weight: 700;
}
.hero h1 span { color: var(--gold-light); }
.hero p {
  font-size: 1.1rem; color: rgba(255,255,255,0.82);
  margin-bottom: 40px; max-width: 520px; line-height: 1.7;
}
.hero-search {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 8px 8px 8px 20px;
  display: flex; align-items: center; gap: 8px;
  box-shadow: var(--shadow-lg);
  max-width: 540px;
}
.hero-search input {
  flex: 1; border: none; outline: none; font-size: 0.95rem;
  background: transparent; color: var(--text);
}
.hero-search input::placeholder { color: var(--gray); }
.hero-stats {
  display: flex; gap: 40px; margin-top: 48px; flex-wrap: wrap;
}
.hero-stat {}
.hero-stat strong {
  display: block; font-family: 'Playfair Display', serif;
  font-size: 2rem; color: var(--gold-light); line-height: 1;
}
.hero-stat span { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

/* ── Market Trends ── */
.market-trends { background: var(--white); }
.market-grid {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start;
}
.market-stats-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px;
}
.market-stat-card {
  background: var(--cream); border-radius: var(--radius);
  padding: 20px; border-left: 3px solid var(--gold);
}
.market-stat-card .label {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--text-muted); margin-bottom: 6px;
}
.market-stat-card .value {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 700; color: var(--brown);
}
.market-stat-card .change { font-size: 0.8rem; color: #2d7a2d; margin-top: 2px; }
.market-summary {
  background: var(--cream-dark); border-radius: var(--radius);
  padding: 20px; font-size: 0.92rem; color: var(--text-muted); line-height: 1.7;
  border-left: 4px solid var(--gold);
}
.chart-wrapper {
  background: var(--cream); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-sm);
}
.chart-title {
  font-family: 'Playfair Display', serif; font-size: 1.1rem;
  margin-bottom: 20px; color: var(--brown);
}
.chart-canvas-wrap { position: relative; height: 240px; }
.hot-neighborhoods { margin-top: 20px; }
.hot-neighborhoods h4 {
  font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--text-muted); margin-bottom: 10px;
}
.hot-hood-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0; border-bottom: 1px solid var(--cream-dark);
  font-size: 0.9rem;
}
.hot-hood-item:last-child { border-bottom: none; }
.hot-hood-change { color: #2d7a2d; font-weight: 600; font-size: 0.85rem; }

/* ── Property Cards ── */
.area-tabs { background: var(--cream); }
.tab-nav {
  display: flex; gap: 4px; margin-bottom: 36px;
  background: var(--white); border-radius: var(--radius);
  padding: 6px; width: fit-content;
  box-shadow: var(--shadow-sm);
}
.tab-btn {
  padding: 10px 24px; border-radius: 6px;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--text-muted); transition: all var(--transition);
}
.tab-btn.active {
  background: var(--gold); color: var(--white);
}
.tab-btn:hover:not(.active) { color: var(--gold); background: var(--cream); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.properties-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
}
.property-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.property-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.property-card-img {
  position: relative; height: 220px; overflow: hidden;
}
.property-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.property-card:hover .property-card-img img { transform: scale(1.04); }
.property-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--gold); color: var(--white);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 4px 10px; border-radius: 20px; text-transform: uppercase;
}
.property-card-body { padding: 20px; }
.property-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 700; color: var(--gold);
}
.property-address {
  font-size: 0.88rem; color: var(--text-muted); margin: 4px 0 12px;
}
.property-meta {
  display: flex; gap: 16px; font-size: 0.82rem; color: var(--text-muted);
  border-top: 1px solid var(--cream-dark); padding-top: 12px; margin-top: 8px;
}
.property-meta-item { display: flex; align-items: center; gap: 5px; }
.property-meta-item svg { opacity: 0.6; }

/* ── CTA Cards ── */
.cta-cards { background: var(--white); }
.cta-cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cta-card {
  border-radius: var(--radius-lg); padding: 40px;
  display: flex; flex-direction: column; gap: 20px;
  position: relative; overflow: hidden;
}
.cta-card-buy { background: var(--cream); border: 2px solid var(--cream-dark); }
.cta-card-sell { background: var(--brown); }
.cta-card-sell h3, .cta-card-sell p { color: var(--white); }
.cta-card-sell p { opacity: 0.8; }
.cta-card h3 { font-size: 1.6rem; }
.cta-card p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; }
.cta-card-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--gold); display: flex; align-items: center; justify-content: center;
}
.cta-card-icon svg { color: var(--white); }

/* ── List Your Home Banner ── */
.list-banner {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 60%, var(--gold-light) 100%);
  padding: 64px 0; text-align: center; color: var(--white);
}
.list-banner h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--white); margin-bottom: 12px; }
.list-banner p { opacity: 0.88; margin-bottom: 32px; font-size: 1.05rem; }

/* ── Neighborhoods ── */
.neighborhoods { background: var(--cream); }
.neighborhoods-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.neighborhood-card {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); background: var(--white);
  transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
}
.neighborhood-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.neighborhood-img { position: relative; height: 180px; overflow: hidden; }
.neighborhood-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.neighborhood-card:hover .neighborhood-img img { transform: scale(1.06); }
.neighborhood-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(44,26,14,0.7) 0%, transparent 60%);
}
.neighborhood-name {
  position: absolute; bottom: 12px; left: 16px;
  font-family: 'Playfair Display', serif; font-size: 1.1rem;
  color: var(--white); font-weight: 700;
}
.neighborhood-body { padding: 16px; }
.neighborhood-body p { font-size: 0.84rem; color: var(--text-muted); margin-bottom: 10px; }
.neighborhood-meta {
  display: flex; justify-content: space-between; font-size: 0.8rem;
}
.neighborhood-price { color: var(--gold); font-weight: 600; }
.neighborhood-count { color: var(--text-muted); }

/* ── Transparency Section ── */
.transparency { background: var(--white); }
.transparency-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 32px;
}
.transparency-item { text-align: center; }
.transparency-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--cream); border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.transparency-icon svg { color: var(--gold); }
.transparency-item h4 { font-size: 1rem; margin-bottom: 8px; }
.transparency-item p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.65; }

/* ── Testimonials ── */
.testimonials-section { background: var(--cream); }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.testimonial-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-sm);
  position: relative;
}
.testimonial-quote {
  font-size: 3rem; line-height: 1; color: var(--gold); opacity: 0.3;
  font-family: 'Playfair Display', serif; margin-bottom: -16px;
}
.testimonial-text {
  font-size: 0.92rem; color: var(--text-muted); line-height: 1.75;
  margin-bottom: 20px; font-style: italic;
}
.testimonial-stars { color: #F4A403; font-size: 1rem; margin-bottom: 12px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--gold);
}
.testimonial-name { font-weight: 600; font-size: 0.9rem; }
.testimonial-loc { font-size: 0.78rem; color: var(--text-muted); }

/* ── Listings Page ── */
.page-hero {
  background: var(--brown);
  padding: 60px 0 40px;
  color: var(--white);
}
.page-hero h1 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 8px; }
.page-hero p { color: rgba(255,255,255,0.7); }
.breadcrumb {
  font-size: 0.8rem; color: rgba(255,255,255,0.5);
  margin-bottom: 12px; display: flex; gap: 8px; align-items: center;
}
.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: var(--white); }

.search-filter-bar {
  background: var(--white); border-bottom: 1px solid var(--cream-dark);
  padding: 20px 0; sticky: top 70px;
}
.filter-row {
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
}
.filter-select {
  padding: 10px 16px; border: 1.5px solid var(--cream-dark);
  border-radius: var(--radius); color: var(--text); background: var(--cream);
  font-size: 0.88rem; outline: none; min-width: 140px;
}
.filter-select:focus { border-color: var(--gold); }
.listings-result-count {
  font-size: 0.85rem; color: var(--text-muted); margin-left: auto;
}

/* ── Property Detail ── */
.property-detail { padding: 48px 0; }
.detail-gallery {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 40px;
}
.detail-gallery-main { height: 420px; }
.detail-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.detail-gallery-side { display: grid; grid-template-rows: 1fr 1fr; gap: 4px; }
.detail-gallery-side img { width: 100%; height: 208px; object-fit: cover; }
.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 40px; }
.detail-main h1 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 4px; }
.detail-price {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; color: var(--gold); font-weight: 700; margin: 8px 0;
}
.detail-meta-row {
  display: flex; gap: 24px; margin: 16px 0 24px;
  padding: 16px 0; border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
}
.detail-meta-item { text-align: center; }
.detail-meta-item strong { display: block; font-size: 1.2rem; font-family: 'Playfair Display', serif; }
.detail-meta-item span { font-size: 0.78rem; color: var(--text-muted); }
.detail-description { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; }
.detail-facts { margin-top: 28px; }
.detail-facts h3 { font-size: 1.1rem; margin-bottom: 14px; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fact-row {
  display: flex; justify-content: space-between;
  font-size: 0.87rem; padding: 8px 0;
  border-bottom: 1px solid var(--cream-dark);
}
.fact-label { color: var(--text-muted); }
.fact-value { font-weight: 600; }
.contact-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-md);
  position: sticky; top: 90px;
}
.contact-card .agent-photo {
  width: 80px; height: 80px; border-radius: 50%; object-fit: cover;
  border: 3px solid var(--gold); margin-bottom: 12px;
}
.contact-card h3 { font-size: 1.1rem; margin-bottom: 4px; }
.contact-card .agent-title { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 16px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%; padding: 10px 14px;
  border: 1.5px solid var(--cream-dark);
  border-radius: var(--radius); margin-bottom: 10px;
  font-size: 0.88rem; background: var(--cream);
  outline: none; color: var(--text);
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--gold); }
.contact-form textarea { resize: vertical; min-height: 90px; }
.contact-form .btn { width: 100%; justify-content: center; }

/* ── About Page ── */
.about-hero { padding: 80px 0; background: var(--cream); }
.about-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-photo {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 3/4; background: var(--cream-dark);
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-content .eyebrow {
  font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px; font-weight: 600;
}
.about-content h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 16px; }
.about-content p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; font-size: 0.95rem; }
.about-creds {
  display: flex; gap: 32px; margin: 28px 0; flex-wrap: wrap;
}
.cred { text-align: center; }
.cred strong {
  display: block; font-family: 'Playfair Display', serif;
  font-size: 2rem; color: var(--gold);
}
.cred span { font-size: 0.78rem; color: var(--text-muted); }

/* ── Contact Page ── */
.contact-page { padding: 64px 0; }
.contact-page-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
.contact-info h2 { font-size: 1.8rem; margin-bottom: 20px; }
.contact-info p { color: var(--text-muted); line-height: 1.8; margin-bottom: 24px; }
.contact-detail-item {
  display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start;
}
.contact-detail-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--cream); border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--gold);
}
.contact-detail-text .label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.contact-detail-text strong { display: block; font-size: 0.95rem; }
.big-contact-form { background: var(--white); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.big-contact-form h3 { margin-bottom: 24px; font-size: 1.3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { margin-bottom: 16px; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--text); margin-bottom: 6px; display: block; }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid var(--cream-dark);
  border-radius: var(--radius); font-size: 0.9rem;
  background: var(--cream); color: var(--text); outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--gold); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.success-msg {
  background: #e8f5e9; border-left: 4px solid #2d7a2d;
  padding: 16px 20px; border-radius: var(--radius);
  color: #1b5e20; margin-bottom: 20px; font-size: 0.92rem;
}

/* ── Blog ── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 28px; }
.blog-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-img { height: 200px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 22px; }
.blog-category {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--gold); margin-bottom: 8px;
}
.blog-card-body h3 { font-size: 1rem; margin-bottom: 10px; line-height: 1.4; }
.blog-card-body p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 16px; }
.blog-meta { font-size: 0.78rem; color: var(--gray); display: flex; gap: 12px; }

/* ── Testimonials Page ── */
.testimonials-page-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 28px;
}

/* ── Footer ── */
.footer { background: var(--brown); color: #C8B89A; padding: 64px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 40px;
  padding-bottom: 48px;
}
.footer-name {
  display: block; font-family: 'Playfair Display', serif;
  font-size: 1.2rem; color: var(--white); margin-bottom: 4px;
}
.footer-kw { font-size: 0.75rem; color: var(--gold-light); letter-spacing: 0.04em; }
.footer-desc { font-size: 0.85rem; margin-top: 16px; line-height: 1.7; opacity: 0.75; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center;
  color: #C8B89A; transition: all var(--transition);
}
.footer-social a:hover { background: var(--gold); color: var(--white); }
.footer-col h4 {
  font-family: 'Inter', sans-serif; font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--gold-light); margin-bottom: 16px; font-weight: 600;
}
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 0.87rem; opacity: 0.75; transition: opacity var(--transition); }
.footer-col ul li a:hover { opacity: 1; color: var(--white); }
.hours-list li {
  display: flex; justify-content: space-between;
  font-size: 0.85rem; padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  opacity: 0.75;
}
.hours-list li span:last-child { color: var(--gold-light); }
.footer-contact { margin-top: 16px; font-size: 0.85rem; line-height: 1.9; opacity: 0.75; }
.footer-contact a { color: inherit; }
.footer-contact a:hover { color: var(--gold-light); opacity: 1; }
.map-placeholder {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}
.map-placeholder svg { width: 100%; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
}
.footer-bottom-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
  font-size: 0.78rem; opacity: 0.55;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .market-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .about-photo { max-height: 400px; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .cta-cards-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .nav-links {
    display: none; flex-direction: column; position: absolute;
    top: 70px; left: 0; right: 0; background: var(--white);
    padding: 16px; gap: 4px; box-shadow: var(--shadow-md);
    border-top: 1px solid var(--cream-dark);
  }
  .nav-links.open { display: flex; }
  .nav-links li a { padding: 12px 16px; display: block; }
  .mobile-menu-btn { display: flex; }
  .navbar { position: relative; }
  .hero-stats { gap: 24px; }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-gallery-side { grid-template-columns: 1fr 1fr; grid-template-rows: unset; }
  .detail-gallery-side img { height: 160px; }
  .properties-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .market-stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-map { display: none; }
  .top-bar-social { display: none; }
}
