
@media (max-width: 1100px) {
  .property-grid,
  .single-property-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px) {
  .about-grid,
  .about-highlights,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .about-copy {
    padding-top: 0;
  }

  .about-highlights div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-highlights div:last-child {
    border-bottom: 0;
  }

  .service-item {
    min-height: auto;
  }

  .service-item span {
    margin-bottom: 40px;
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 82vh;
    padding-top: 130px;
  }

  .property-card,
  .property-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .property-card:nth-child(even) .property-image {
    order: 0;
  }

  .property-image {
    min-height: 280px;
  }

  .property-info h3 {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 18px;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  section:not(.hero) {
    padding: 82px 7%;
  }

  .hero {
    min-height: 760px;
    padding: 120px 7% 64px;
    background:
      linear-gradient(to bottom, rgba(245,241,234,.94), rgba(245,241,234,.76)),
      url("images/1.png") center/cover no-repeat;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.8rem);
  }

  .hero-text {
    font-size: .98rem;
  }

  .property-grid {
    grid-template-columns: 1fr;
  }

  .main-preview {
    min-height: 330px;
  }

  .thumbnail-row div {
    height: 86px;
  }

  .table-row {
    min-width: 620px;
  }

  .contact-btn {
    display: none;
  }

  .btn {
    width: 100%;
  }
}