  body { font-family: 'DM Sans', sans-serif; background: #faf9f7; color: #1c1917; }
    .font-display { font-family: 'Playfair Display', serif; }
    .text-gold { color: #bfa268; }
    .bg-gold { background: #bfa268; }
    .nav-scrolled { background: rgba(28,25,23,0.97) !important; backdrop-filter: blur(12px); }

    .house-card {
      background: #fff; border-radius: 2px; overflow: hidden;
      transition: transform 0.35s cubic-bezier(.25,.46,.45,.94), box-shadow 0.35s ease;
      box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    }
    .house-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.13); }
    .house-card img { transition: transform 0.55s cubic-bezier(.25,.46,.45,.94); }
    .house-card:hover img { transform: scale(1.04); }

    .filter-btn { transition: all 0.2s; }
    .filter-btn.active { background: #1c1917; color: #fff; border-color: #1c1917; }

    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: #f5f2ec; }
    ::-webkit-scrollbar-thumb { background: #bfa268; border-radius: 3px; }