/* Balkenhohl Immobilien v148 – luxury spread refinement, shorter editorial sections, version sync. */
.oe-luxury-spread {
  grid-template-columns: minmax(0, 1.24fr) minmax(420px, .76fr);
  min-height: 700px;
}
.oe-luxury-spread__image {
  min-height: 700px;
  background-position: center center;
  background-size: cover;
}
.oe-luxury-spread blockquote {
  padding: clamp(36px, 4.8vw, 72px);
}
.oe-luxury-spread blockquote p {
  margin: 34px 0 18px;
  color: #d6dee6;
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: 1.2;
  letter-spacing: -.015em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}
.oe-luxury-spread blockquote small {
  max-width: 30rem;
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.v143-editorial__copy p {
  max-width: 66ch;
}
@media (max-width: 1180px) {
  .oe-luxury-spread {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    min-height: 620px;
  }
  .oe-luxury-spread__image {
    min-height: 620px;
  }
}
@media (max-width: 820px) {
  .oe-luxury-spread {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .oe-luxury-spread__image {
    min-height: 460px;
  }
  .oe-luxury-spread blockquote p {
    font-size: clamp(28px, 6vw, 38px);
  }
}
@media (max-width: 520px) {
  .oe-luxury-spread__image {
    min-height: 360px;
  }
}
