

/* Black Diamond property detail pages */
.bd-property-page { background:#f7f3ea; color:#241f19; }
.bd-property-shell { max-width:1180px; margin:0 auto; padding:48px 24px 80px; }
.bd-property-back { display:inline-block; margin-bottom:22px; text-decoration:none; font-size:.78rem; letter-spacing:.14em; text-transform:uppercase; color:#6c604f; }
.bd-property-hero { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr); background:#fff; border:1px solid rgba(36,31,25,.12); box-shadow:0 12px 34px rgba(39,31,22,.06); overflow:hidden; }
.bd-property-photo { min-height:480px; background:#d7d0c4; position:relative; overflow:hidden; }
.bd-property-photo img { width:100%; height:100%; min-height:480px; object-fit:cover; display:block; }
.bd-property-info { padding:54px 46px; display:flex; flex-direction:column; justify-content:center; }
.bd-property-status { display:inline-flex; align-self:flex-start; background:#211d18; color:#fff; padding:8px 12px; font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; margin-bottom:20px; }
.bd-property-info h1 { font-family:Georgia,"Times New Roman",serif; font-weight:400; font-size:clamp(2.4rem,5vw,4.2rem); line-height:.96; margin:0 0 10px; }
.bd-property-city { color:#756b60; margin-bottom:24px; }
.bd-property-price { font-size:1.55rem; margin-bottom:20px; }
.bd-property-facts { display:flex; flex-wrap:wrap; gap:10px 18px; font-size:.92rem; color:#5f554b; margin-bottom:22px; }
.bd-property-highlights { line-height:1.7; color:#51483e; margin-bottom:30px; }
.bd-property-actions { display:flex; flex-wrap:wrap; gap:12px; }
.bd-property-actions a, .bd-property-actions button { border:0; text-decoration:none; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 18px; border-radius:999px; font-size:.72rem; letter-spacing:.11em; text-transform:uppercase; }
.bd-property-primary { background:#211d18; color:#fff; }
.bd-property-secondary { border:1px solid #c6aa77 !important; background:transparent; color:#2b251f; }
.bd-property-section { padding:48px 0 0; }
.bd-property-section h2 { font-family:Georgia,"Times New Roman",serif; font-size:2rem; font-weight:400; margin:0 0 18px; }
.bd-property-section p { max-width:820px; line-height:1.8; color:#554c43; }
.bd-property-disclaimer { margin-top:34px; font-size:.8rem; line-height:1.6; color:#7b7268; }
@media (max-width: 820px) {
  .bd-property-shell { padding:24px 14px 54px; }
  .bd-property-hero { grid-template-columns:1fr; }
  .bd-property-photo, .bd-property-photo img { min-height:300px; }
  .bd-property-info { padding:32px 24px; }
}


/* Detail page integration with the main Black Diamond site chrome */
.bd-property-page .site-header { background: rgba(250,248,243,.96); }
.bd-property-page .brand__logo-img { height: 36px; width: auto; max-width: 210px; object-fit: contain; }
.bd-property-page .site-header__bar { min-height: 70px; }
.bd-property-page main { display:block; }
@media (max-width: 820px) {
  .bd-property-page .brand__logo-img { height: 31px; max-width: 180px; }
}

/* Public property documents */
.bd-property-docs{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;max-width:900px}.bd-property-doc{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border:1px solid rgba(36,31,25,.14);background:#fff;color:#2b251f;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.bd-property-doc:hover{transform:translateY(-1px);border-color:#c6aa77;box-shadow:0 8px 22px rgba(39,31,22,.06)}.bd-property-doc span:first-child{font-size:.9rem}.bd-property-doc span:last-child{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#8a7451}.bd-mls-remarks{white-space:normal;max-width:920px}.bd-property-section--documents{padding-top:38px}
