.overlook-1043-hero {
  background:
    radial-gradient(circle at 24% 22%, rgba(198, 162, 113, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(13, 17, 20, 0.98), rgba(24, 29, 31, 0.88) 100%);
}

.overlook-1043-hero .property-video-frame {
  --video-hero-scale: 1.02;
  --video-hero-scrim: linear-gradient(180deg, rgba(10, 14, 18, 0.1) 0%, rgba(10, 14, 18, 0.04) 30%, rgba(10, 14, 18, 0.14) 64%, rgba(10, 14, 18, 0.42) 100%);
}

.overlook-1043-image-stack .gallery-stack {
  align-self: start;
}

.overlook-1043-final-card {
  background:
    linear-gradient(180deg, rgba(10, 14, 16, 0.28), rgba(19, 23, 24, 0.72)),
    url("./1043-overlook-courtyard.jpg") center/cover no-repeat,
    linear-gradient(180deg, rgba(13, 16, 18, 0.92), rgba(32, 30, 28, 0.82)),
    linear-gradient(135deg, rgba(198, 162, 113, 0.16), rgba(91, 96, 88, 0.12));
}

.furnished-thumbnail-section {
  padding-bottom: 24px;
}

.furnished-thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  max-width: 1040px;
  margin: 0 auto;
}

.furnished-thumbnail-card {
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  border-radius: 8px;
  cursor: zoom-in;
}

.furnished-thumbnail-card::after {
  background: linear-gradient(180deg, rgba(20, 18, 16, 0), rgba(20, 18, 16, 0.16));
}

.property-disclosure-section {
  padding-top: 0;
  padding-bottom: 56px;
}

.property-disclosure {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(50, 54, 49, 0.72);
  font-family: var(--hero-font);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
}

@media (max-width: 760px) {
  .furnished-thumbnail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
