.home-page .entire-property-entry {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  z-index: 2;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.62rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 29, 21, 0.58);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.home-page .entire-property-entry strong {
  font-size: 0.82rem;
  font-weight: 700;
}

.home-page .entire-property-entry small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
}

.property-category-heading h2 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.home-page .property-card-body h3 {
  margin-bottom: 0.35rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.18rem, 1.45vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.home-page .property-card-body {
  padding: 1rem 1.1rem 1.2rem;
}

.property-card-price {
  display: flex;
  align-items: baseline;
  gap: 0.32rem;
  margin: 0.7rem 0 0;
  color: #6c756f;
  font-size: 0.72rem;
  font-weight: 600;
}

.property-card-price strong {
  color: var(--wl-ink);
  font-size: 1.12rem;
  font-weight: 700;
}

.home-page .property-cta {
  margin-top: 0.85rem;
}

.property-mode-alternative {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  gap: 0.55rem;
  margin-top: 14px;
  padding: 0.62rem 0.9rem;
  border: 1px solid #bfd0c4;
  border-radius: 999px;
  color: var(--wl-forest);
  background: #f3f7f3;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.property-mode-alternative:hover {
  border-color: #8faa98;
  background: #edf4ee;
}

@media (max-width: 820px) {
  .home-page .entire-property-entry {
    position: static;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: 100%;
    margin: 0 0 10px;
    border-color: #dbe3dc;
    border-radius: 14px;
    color: var(--wl-forest);
    background: #f3f6f2;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-page .entire-property-entry small {
    color: var(--wl-muted);
  }

  .property-category-heading h2 {
    font-size: clamp(1.25rem, 5.6vw, 1.55rem);
  }

  .home-page .property-card-body h3 {
    font-size: 1.18rem;
  }
}
