.property-page {
  padding-top: 84px;
  background: #f7f6f2;
}

.property-hero {
  padding: 42px 0 76px;
}

.property-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 32px;
  align-items: stretch;
}

.property-hero__media {
  min-height: 590px;
  overflow: hidden;
  border-radius: 4px;
  background: #17202a;
}

.property-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-summary {
  display: flex;
  flex-direction: column;
  padding: 44px 38px;
  color: #fff;
  background: #0d1d2d;
}

.property-summary__eyebrow,
.property-summary__status {
  color: #c7a35b;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.property-summary__status { margin-top: 10px; color: #d8dce0; }
.property-summary__title { margin: 24px 0 12px; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.03; }
.property-summary__location { margin: 0 0 24px; color: #d8dce0; }
.property-summary__text { color: #e8eaec; line-height: 1.75; }
.property-summary__specs { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; padding: 0; list-style: none; }
.property-summary__specs li { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); font-size: .84rem; }
.property-summary__price-label { display: block; color: #aeb7c0; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.property-summary__price { margin: 5px 0 28px; font-size: 1.35rem; font-weight: 700; }
.property-summary__actions { display: grid; gap: 10px; margin-top: auto; }

.property-content { padding: 82px 0; }
.property-content__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 48px; align-items: start; }
.property-copy { font-size: 1.02rem; line-height: 1.85; color: #4d5660; }
.property-facts { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d8d9d6; }
.property-facts li { display: flex; justify-content: space-between; gap: 24px; padding: 17px 0; border-bottom: 1px solid #d8d9d6; }
.property-facts span { color: #6e747a; }
.property-facts strong { text-align: right; color: #152333; }

.property-video { padding: 84px 0; color: #fff; background: #0d1d2d; }
.property-video__head { max-width: 760px; margin-bottom: 30px; }
.property-video__head .section-title { color: #fff; }
.property-video__player { width: 100%; max-height: 76vh; display: block; background: #05090d; border: 1px solid rgba(255,255,255,.12); }
.property-video__note { margin-top: 14px; color: #aeb7c0; font-size: .84rem; }

@media (max-width: 900px) {
  .property-hero__grid,
  .property-content__grid { grid-template-columns: 1fr; }
  .property-hero__media { min-height: 420px; }
}

@media (max-width: 560px) {
  .property-page { padding-top: 70px; }
  .property-hero { padding-top: 18px; }
  .property-hero__media { min-height: 330px; }
  .property-summary { padding: 34px 24px; }
  .property-facts li { flex-direction: column; gap: 5px; }
  .property-facts strong { text-align: left; }
}
