.property-living-section {
  width: min(100%, 1700px);
  height: 70vh;
  max-height: 70vh;
  margin: 0 auto;
  overflow: hidden;
  color: #111;
}

.property-living-row {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 44vh;
  max-height: 44vh;
  overflow: hidden;
}

.property-living-copy {
  height: 100%;
  max-height: 44vh;
  padding: clamp(24px, 2.5vw, 42px);
  background: #f4f4f4;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.property-living-eyebrow {
  margin: 0 0 12px;
  font-size: clamp(10px, 0.7vw, 13px);
  font-weight: 850;
  letter-spacing: 0.28em;
  text-transform: none;
  color: #b8924d !important;
}

.property-living-heading,
.property-living-copy #living-heading {
  margin: 0;
  max-width: 560px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.1vw, 56px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #111 !important;
}

.property-living-text {
  max-width: 560px;
  margin: clamp(16px, 1.6vw, 24px) 0 0;
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.58;
  color: rgba(0, 0, 0, 0.74) !important;
}

.property-living-image {
  height: 44vh;
  max-height: 44vh;
  overflow: hidden;
  background: #f4f4f4;
}

.property-living-image img {
  width: 100%;
  height: 100%;
  max-height: 44vh;
  display: block;
  object-fit: cover;
}

.property-included-row {
  display: grid;
  grid-template-columns: 30% 70%;
  height: 26vh;
  max-height: 26vh;
  overflow: hidden;
  background: #f4f4f4;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.property-included-copy {
  height: 100%;
  max-height: 26vh;
  padding: clamp(20px, 2vw, 34px);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.property-included-eyebrow {
  margin: 0 0 10px;
  font-size: clamp(10px, 0.7vw, 13px);
  font-weight: 850;
  letter-spacing: 0.24em;
  text-transform: none;
  color: #b8924d !important;
}

.property-included-heading,
.property-included-copy h2 {
  margin: 0;
  max-width: 420px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.35vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #111 !important;
}

.property-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 26vh;
  max-height: 26vh;
  overflow: hidden;
}

.property-included-item {
  height: 13vh;
  max-height: 13vh;
  min-height: 74px;
  padding: clamp(10px, 1.1vw, 18px);
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.8vw, 14px);
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.property-included-item:nth-child(4n) {
  border-right: 0;
}

.property-included-item:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.property-included-icon {
  width: clamp(18px, 1.2vw, 24px);
  height: clamp(18px, 1.2vw, 24px);
  flex: 0 0 clamp(18px, 1.2vw, 24px);
  object-fit: contain;
}

.property-included-label {
  font-size: clamp(11px, 0.8vw, 14px);
  font-weight: 750;
  line-height: 1.22;
  color: rgba(0, 0, 0, 0.78);
}

@media (max-width: 900px) {
  .property-living-section {
    height: auto;
    max-height: none;
  }

  .property-living-row {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .property-living-copy {
    height: auto;
    max-height: none;
    padding: 34px 24px;
    background: #f4f4f4;
    color: #111;
  }

  .property-living-heading,
  .property-living-copy #living-heading {
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(32px, 9vw, 46px);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: -0.07em;
    color: #111 !important;
  }

  .property-living-text {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.74) !important;
  }

  .property-living-image {
    height: 240px;
    max-height: 240px;
    padding: 0 20px 28px;
    background: #f4f4f4;
  }

  .property-living-image img {
    height: 100%;
    max-height: 240px;
    border-radius: 18px;
  }

  .property-included-row {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    background: #111;
    color: #fff;
  }

  .property-included-copy {
    height: auto;
    max-height: none;
    padding: 34px 24px 20px;
    border-right: 0;
  }

  .property-included-heading,
  .property-included-copy h2 {
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.06;
    font-weight: 750;
    letter-spacing: -0.06em;
    color: #fff !important;
  }

  .property-included-grid {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    max-height: none;
    padding: 0 24px 34px;
  }

  .property-included-item {
    height: 86px;
    max-height: 86px;
    min-height: 86px;
    padding: 16px 14px;
    border-color: rgba(255, 255, 255, 0.16);
  }

  .property-included-item:nth-child(4n) {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .property-included-item:nth-child(2n) {
    border-right: 0;
  }

  .property-included-item:nth-last-child(-n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .property-included-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .property-included-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    filter: invert(1);
  }

  .property-included-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.86);
  }
}