/* Deynu Villarabet Next 16.5.6 — Property Detail UI polish
   Visual-only consolidation for the public property detail page. */
.property-detail-page{
  --pd-brand:#17664f;
  --pd-brand-strong:#0f553f;
  --pd-brand-soft:#edf7f2;
  --pd-ink:#17231f;
  --pd-muted:#6d7d76;
  --pd-line:#e2e8e4;
  --pd-card:#fff;
  --pd-warm:#faf9f5;
  --pd-shadow:0 12px 34px rgba(21,54,43,.055);
  color:var(--pd-ink);
}
.property-detail-page a:focus-visible,
.property-detail-page button:focus-visible,
.property-detail-page [tabindex="0"]:focus-visible{
  outline:3px solid rgba(23,102,79,.18);
  outline-offset:3px;
}
.property-detail-page .page-head{
  margin-bottom:14px;
  align-items:flex-end;
}
.property-detail-page .page-head h1{
  color:var(--pd-ink);
  letter-spacing:-.45px;
  font-weight:900;
  line-height:1.45;
}
.property-detail-page .property-head-meta{
  color:var(--pd-muted);
  font-size:13px;
}
.property-detail-page .property-head-meta a{
  color:var(--pd-brand-strong);
  text-decoration:none;
  font-weight:800;
}
.property-detail-page .property-primary-actions .btn{
  min-height:46px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  box-shadow:none;
}
.property-detail-page .property-primary-actions .sticky-book{
  background:var(--pd-brand);
  padding-inline:22px;
}
.property-detail-page .property-primary-actions .sticky-book:hover{
  background:var(--pd-brand-strong);
}

/* Gallery */
.property-detail-page .property-slider-viewport{
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(16,51,40,.08);
  background:#eef2ef;
}
.property-detail-page .property-slider-nav{
  width:46px;
  height:46px;
  border-radius:50%;
  background:rgba(255,255,255,.94)!important;
  color:#173d31!important;
  box-shadow:0 8px 24px rgba(0,0,0,.1);
}
.property-detail-page .property-slider-counter{
  border-radius:999px;
  padding:5px 11px;
  backdrop-filter:blur(8px);
}
.property-detail-page .property-slider-thumb{
  border-radius:12px!important;
  overflow:hidden;
}

/* Long-page quick navigation */
.property-detail-page .property-detail-jumpnav{
  display:flex;
  gap:8px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
  padding:3px 1px 7px;
  margin:2px 0 14px;
  scroll-snap-type:x proximity;
}
.property-detail-page .property-detail-jumpnav::-webkit-scrollbar{display:none}
.property-detail-page .property-detail-jumpnav a{
  flex:0 0 auto;
  scroll-snap-align:start;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:7px 14px;
  border:1px solid #dce7e1;
  border-radius:999px;
  background:#fff;
  color:#36564b;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  box-shadow:0 5px 14px rgba(22,64,49,.035);
}
.property-detail-page .property-detail-jumpnav a:first-child,
.property-detail-page .property-detail-jumpnav a:hover{
  border-color:#bcd9cc;
  background:var(--pd-brand-soft);
  color:var(--pd-brand-strong);
}
.property-detail-page #property-details,
.property-detail-page #property-amenities,
.property-detail-page #property-environment,
.property-detail-page #property-availability,
.property-detail-page #property-location,
.property-detail-page #property-rules,
.property-detail-page #reviews,
.property-detail-page #property-similar{
  scroll-margin-top:92px;
}

/* One visual language for content sections */
.property-detail-page .card,
.property-detail-page .property-social-content,
.property-detail-page .property-review-card{
  border-color:var(--pd-line)!important;
  box-shadow:var(--pd-shadow)!important;
}
.property-detail-page .card{
  border-radius:24px!important;
}
.property-detail-page .property-section-title{
  margin-bottom:15px;
}
.property-detail-page .property-section-title h2,
.property-detail-page .property-section-head h2{
  color:var(--pd-ink);
  font-weight:900;
  letter-spacing:-.2px;
}
.property-detail-page .property-section-icon{
  border-radius:15px;
  background:var(--pd-brand-soft);
  color:var(--pd-brand);
  box-shadow:inset 0 0 0 1px rgba(23,102,79,.04);
}
.property-detail-page .property-section-subtitle{
  color:#788a82;
}
.property-detail-page .property-info-row{
  background:#fafcfb;
  border-color:#e7ece9;
}
.property-detail-page .property-effective-price{
  background:linear-gradient(135deg,#f0f8f4,#fbfdfc)!important;
  border-color:#cfe4d9!important;
}
.property-detail-page .property-effective-price-copy>b{
  color:var(--pd-brand-strong)!important;
}
.property-detail-page .property-base-price-note{
  box-shadow:none;
}

/* Host card */
.property-detail-page .property-host-card{
  background:linear-gradient(145deg,#fff 0%,#f7fbf8 100%)!important;
  border-color:#cfe2d8!important;
}
.property-detail-page .property-host-inline{
  gap:16px!important;
}
.property-detail-page .property-host-inline img,
.property-detail-page .property-host-avatar-fallback{
  width:78px!important;
  height:78px!important;
  min-width:78px!important;
  border:4px solid #fff;
  box-shadow:0 8px 24px rgba(19,88,64,.12);
}
.property-detail-page .property-host-inline>div b{
  font-size:23px!important;
  margin-bottom:4px!important;
}
.property-detail-page .property-host-inline>div p{
  color:#5f746b;
  margin-bottom:11px!important;
}
.property-detail-page .property-host-cta{
  min-height:40px;
  padding:8px 13px;
  border-radius:12px;
  background:#fff;
}
.property-detail-page .property-host-trust{
  display:block;
  margin-top:8px;
  color:#819087;
  font-size:11px;
  line-height:1.7;
}

/* Social section fits the same page rhythm */
.property-detail-page .property-social-content{
  border:1px solid var(--pd-line)!important;
  border-radius:24px!important;
  background:#fff!important;
}
.property-detail-page .property-social-head h2{
  color:var(--pd-ink);
}
.property-detail-page .property-social-head>a{
  color:var(--pd-brand)!important;
  font-weight:800;
}

/* Amenities / environment */
.property-detail-page .amenity-chip,
.property-detail-page .property-environment-chip{
  box-shadow:none;
  transition:transform .15s ease,background .15s ease,border-color .15s ease;
}
.property-detail-page .amenity-chip:hover,
.property-detail-page .property-environment-chip:hover{
  transform:translateY(-1px);
}

/* Calendar is the booking focus of the page */
.property-detail-page .availability-card{
  border-color:#cddfd6!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);
}
.property-detail-page .availability-head{
  padding-bottom:12px;
  border-bottom:1px solid #edf1ef;
  margin-bottom:10px;
}
.property-detail-page .availability-head h2{
  font-weight:900;
}
.property-detail-page .availability-nav{
  border-radius:14px!important;
  background:#f0f7f3!important;
  color:var(--pd-brand)!important;
}
.property-detail-page .availability-price-note{
  margin-top:10px!important;
  padding:10px 12px;
  border-radius:12px;
  background:#f4f8f5;
  color:#60766d;
  font-size:12px;
}

/* Location / rules / reviews */
.property-detail-page .property-public-location,
.property-detail-page .property-rules-card-compact{
  overflow:hidden;
}
.property-detail-page .property-location-privacy-note{
  border-radius:14px;
}
.property-detail-page .property-review-carousel-meta{
  color:#70837b;
}
.property-detail-page .property-rating-summary{
  border-color:#dbe5e0;
  box-shadow:0 7px 20px rgba(25,42,35,.035);
}
.property-detail-page .property-reviews-all-btn{
  border-radius:14px!important;
  min-height:46px;
}
.property-detail-page .property-similar-section{
  padding-top:4px;
}

/* Mobile conversion bar. It intentionally sits above the site's existing bottom navigation. */
.property-detail-page .property-mobile-booking-bar{display:none}

@media (min-width:961px){
  .property-detail-page .property-detail-jumpnav{
    justify-content:center;
    margin-block:5px 18px;
  }
  .property-detail-page .card{
    padding:22px!important;
  }
  .property-detail-page .property-public-location,
  .property-detail-page .availability-card,
  .property-detail-page .property-environment-card,
  .property-detail-page .property-amenities-card,
  .property-detail-page .property-rules-card-compact{
    margin-top:18px!important;
  }
}

@media (max-width:700px){
  .property-detail-page{
    padding-bottom:106px!important;
  }
  .property-detail-page.has-site-bottom-nav{
    padding-bottom:166px!important;
  }
  .property-detail-page .page-head{
    margin-top:0;
    margin-bottom:10px;
  }
  .property-detail-page .page-head h1{
    font-size:22px!important;
    line-height:1.5;
  }
  .property-detail-page .property-head-meta{
    font-size:11.5px!important;
    line-height:1.85!important;
  }
  .property-detail-page .property-primary-actions{
    margin-top:9px!important;
  }
  .property-detail-page .property-primary-actions .sticky-book{
    display:none!important;
  }
  .property-detail-page .property-primary-actions .secondary{
    min-height:42px;
    padding-block:8px!important;
  }
  .property-detail-page .property-slider{
    margin-top:8px!important;
    margin-bottom:12px!important;
  }
  .property-detail-page .property-slider-viewport{
    border-radius:19px;
    box-shadow:0 9px 26px rgba(16,51,40,.07);
  }
  .property-detail-page .property-slider-nav{
    width:39px;
    height:39px;
  }
  .property-detail-page .property-detail-jumpnav{
    position:sticky;
    top:6px;
    z-index:80;
    margin:0 -4px 12px;
    padding:7px 4px;
    background:rgba(247,245,240,.91);
    backdrop-filter:blur(13px);
    -webkit-backdrop-filter:blur(13px);
  }
  .property-detail-page .property-detail-jumpnav a{
    min-height:38px;
    padding:6px 12px;
    font-size:12px;
    box-shadow:none;
  }
  .property-detail-page .card{
    border-radius:20px!important;
    padding:16px!important;
    margin-bottom:13px!important;
    box-shadow:0 8px 24px rgba(21,54,43,.045)!important;
  }
  .property-detail-page .property-social-content{
    border-radius:20px!important;
    box-shadow:0 8px 24px rgba(21,54,43,.045)!important;
  }
  .property-detail-page .property-section-title{
    margin-bottom:12px;
  }
  .property-detail-page .property-section-title h2,
  .property-detail-page .property-section-head h2{
    font-size:18px!important;
  }
  .property-detail-page .property-section-icon{
    width:42px!important;
    height:42px!important;
    flex-basis:42px!important;
  }
  .property-detail-page .property-info-row{
    border-radius:14px!important;
  }
  .property-detail-page .property-host-inline{
    gap:12px!important;
  }
  .property-detail-page .property-host-inline img,
  .property-detail-page .property-host-avatar-fallback{
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
    font-size:25px!important;
  }
  .property-detail-page .property-host-inline>div b{
    font-size:18px!important;
  }
  .property-detail-page .property-host-inline>div p{
    font-size:12.5px!important;
    line-height:1.75!important;
  }
  .property-detail-page .property-host-cta{
    font-size:12px;
    padding:7px 10px;
  }
  .property-detail-page .property-host-trust{
    display:none;
  }
  .property-detail-page .property-mobile-booking-bar{
    position:fixed;
    z-index:245;
    inset-inline:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(150px,1.15fr);
    align-items:center;
    gap:10px;
    padding:9px;
    border:1px solid rgba(207,221,214,.96);
    border-radius:21px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:0 15px 40px rgba(16,55,42,.17);
  }
  .property-detail-page .property-mobile-booking-bar.has-bottom-nav{
    bottom:calc(68px + env(safe-area-inset-bottom));
  }
  .property-detail-page .property-mobile-booking-price{
    min-width:0;
    padding-inline:4px;
    line-height:1.35;
  }
  .property-detail-page .property-mobile-booking-price small{
    display:block;
    color:#74857d;
    font-size:10.5px;
    margin-bottom:2px;
    white-space:nowrap;
  }
  .property-detail-page .property-mobile-booking-price del{
    display:block;
    color:#9aaaa3;
    font-size:10px;
    line-height:1.35;
  }
  .property-detail-page .property-mobile-booking-price strong{
    display:block;
    color:#14251f;
    font-size:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .property-detail-page .property-mobile-booking-price strong span{
    font-size:10.5px;
    color:#61736b;
    font-weight:700;
  }
  .property-detail-page .property-mobile-booking-cta{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:9px 11px;
    border-radius:15px;
    background:var(--pd-brand);
    color:#fff!important;
    text-decoration:none;
    text-align:center;
    font-size:13px;
    font-weight:900;
    box-shadow:0 8px 18px rgba(23,102,79,.2);
  }
  .property-detail-page .property-mobile-booking-cta:active{
    transform:translateY(1px);
    background:var(--pd-brand-strong);
  }
}

@media (max-width:380px){
  .property-detail-page .property-mobile-booking-bar{
    grid-template-columns:minmax(0,.9fr) minmax(138px,1.1fr);
    inset-inline:7px;
  }
  .property-detail-page .property-mobile-booking-price strong{font-size:14px}
  .property-detail-page .property-mobile-booking-cta{font-size:12px}
}

@media (prefers-reduced-motion:reduce){
  .property-detail-page *,
  .property-detail-page *::before,
  .property-detail-page *::after{scroll-behavior:auto!important;transition-duration:.01ms!important}
}
