
/* ===== Property page refresh: calm, image-led direct-booking layout ===== */
.property-page {
  --max: 1184px;
  --edge: clamp(1rem, 3vw, 3rem);
  background: #fff;
  color: #242523;
  font-size: 1rem;
  line-height: 1.55;
}

.property-page .site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #ececea;
}

.property-page .nav {
  min-height: 4.75rem;
}

.property-page .brand strong {
  font-size: 1.25rem;
}

.property-page .nav-links li:nth-child(-n + 4) {
  display: none;
}

.property-page .nav-links {
  gap: 1.5rem;
}

.property-page .nav-links .btn,
.property-page .btn {
  border-radius: 999px;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.92rem;
}

.property-page .nav-links a.btn-primary {
  color: #fff;
}

.property-page .btn-primary {
  background: #172d29;
  border-color: #172d29;
}

.property-nav {
  position: sticky;
  top: 4.75rem;
  z-index: 35;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #ececea;
  backdrop-filter: blur(12px);
}

.property-nav-inner {
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.property-nav-inner::-webkit-scrollbar {
  display: none;
}

.property-nav a {
  flex: 0 0 auto;
  color: #5d605c;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 500;
}

.property-nav a:hover,
.property-nav a:focus-visible {
  color: #172d29;
}

.property-page .gallery-section {
  padding-top: 1.35rem;
}

.property-page .gallery-hero {
  grid-template-columns: 1.65fr 0.58fr 0.58fr;
  gap: 0.5rem;
  height: min(44vh, 420px);
  min-height: 0;
  border-radius: 12px;
}

.property-page .gallery-open {
  overflow: hidden;
}

.property-page .gallery-hero img {
  transition: transform 320ms ease;
}

.property-page .gallery-open:hover img {
  transform: scale(1.018);
}

.property-page .gallery-cta {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 12px rgba(24, 28, 25, 0.12);
  color: #242523;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.88rem;
}

.property-page .property-intro {
  padding-top: 1.35rem;
}

.overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(2.5rem, 6vw, 6.75rem);
  align-items: start;
}

.property-page .property-head {
  align-items: flex-start;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e8e9e6;
}

.property-page .property-head h1,
.property-page .booking-content h2,
.property-page .booking-content h3 {
  font-family: var(--sans);
  font-weight: 600;
  color: #242523;
  letter-spacing: -0.035em;
}

.property-page .property-head h1 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
  margin-bottom: 0.65rem;
}

.property-page .kicker {
  color: #70736f;
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  margin-bottom: 0.65rem;
}

.property-page .property-specs {
  color: #555854;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.property-page .property-specs .dot {
  color: #9b9d99;
}

.property-page .lede {
  margin-bottom: 0;
  color: #656864;
  font-size: 1rem;
  line-height: 1.6;
}

.property-page .from-price {
  padding-top: 1.65rem;
}

.property-page .from-price strong,
.property-page .price-amount {
  font-family: var(--sans);
  font-weight: 600;
}

.property-page .booking-section {
  padding: 0 0 5rem;
}

.booking-layout {
  grid-template-columns: minmax(0, 760px);
}

.booking-content {
  gap: 0;
}

.booking-content .panel {
  border: 0;
  border-bottom: 1px solid #e8e9e6;
  background: transparent;
  padding: 2.6rem 0;
  scroll-margin-top: 8.5rem;
}

.booking-content .panel:first-child {
  padding-top: 1.8rem;
}

.booking-content .panel h2 {
  max-width: 28ch;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.booking-content .panel h3 {
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.booking-content .panel p {
  color: #5f625e;
  line-height: 1.65;
}

.property-page .about-photo {
  margin-top: 1.6rem;
  border: 0;
  border-radius: 14px;
}

.property-page .amenity-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.25rem;
}

.property-page .amenity {
  min-height: 54px;
  padding: 0.7rem 0;
  border: 0;
  background: transparent;
  font-weight: 400;
}

.property-page .amenity-icon {
  width: 1.5rem;
  color: #3f4945;
}

.property-page .note {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 10px;
  background: #f5f6f4;
  font-size: 0.84rem;
}

.location-visual {
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 1.2rem 0 1.25rem;
  padding: 2rem;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(31, 48, 45, 0.92), rgba(65, 82, 76, 0.84)),
    url("assets/hero-exterior-v2.jpg") center 58% / cover;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.location-visual:hover {
  color: #fff;
}

.location-visual strong,
.location-visual small {
  display: block;
}

.location-visual strong {
  font-size: 1.15rem;
}

.location-visual small {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.78);
}

.location-pin {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #172d29;
  font-size: 0.65rem;
}

.location-arrow {
  margin-left: 0.5rem;
  font-size: 1.25rem;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1.4rem;
}

.property-page .rule-group,
.property-page .rule-group:first-of-type {
  padding: 0;
  border: 0;
}

.rule-icon {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #58635f;
}

.property-page .rule-group p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.booking-card {
  position: sticky;
  top: 9rem;
}

.booking-card-inner {
  border: 1px solid #e1e3df;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 6px 22px rgba(29, 34, 30, 0.08);
}

.booking-card-title {
  margin: 0 0 0.55rem;
  color: #242523;
  font-family: var(--sans);
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.booking-card-note {
  margin-bottom: 0.75rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #ececea;
  color: #656864;
  font-size: 0.9rem;
  line-height: 1.5;
}

.stay-summary {
  min-height: 0;
  margin: 0.7rem 0 0.45rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  background: #f4f5f2;
  color: #555854;
  font-size: 0.82rem;
  line-height: 1.45;
}

.stay-summary.is-warning {
  background: #fff4e9;
  color: #7b441a;
}

.sticky-label {
  color: #242523;
  font-weight: 600;
}

.property-page .booking-fields {
  gap: 0.65rem;
}

.property-page .booking-field {
  gap: 0.25rem;
}

.property-page .booking-field label {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.property-page input,
.property-page select {
  border-color: #dedfdb;
  border-radius: 10px;
  background: #fff;
  font-size: 0.92rem;
}

.property-page .booking-card .btn-primary {
  min-height: 50px;
}

.property-page .booking-disclaimer {
  font-size: 0.8rem;
}

.property-page .site-footer {
  background: #f7f7f5;
  border-top-color: #e7e8e5;
}

@media (max-width: 900px) {
  .overview-layout {
    grid-template-columns: 1fr;
  }

  .property-page .nav-links li:nth-child(-n + 4) {
    display: none;
  }

  .property-page .gallery-hero {
    grid-template-columns: 1fr 1fr;
  }

  .rules-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 760px) {
  .property-page {
    --edge: 1rem;
  }

  .property-page .site-header {
    position: relative;
  }

  .property-nav {
    top: 0;
  }

  .property-nav-inner {
    gap: 1.2rem;
  }

  .property-page .gallery-section {
    padding-top: 0.85rem;
  }

  .property-page .gallery-hero {
    grid-template-rows: 230px 104px;
    height: auto;
    min-height: 0;
    border-radius: 10px;
  }

  .property-page .property-head {
    gap: 0.25rem;
  }

  .property-page .from-price {
    display: none;
  }

  .booking-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .booking-card {
    position: static;
    order: -1;
    margin: 1.5rem 0 0.75rem;
  }

  .booking-card-inner {
    box-shadow: none;
  }

  .booking-content .panel {
    scroll-margin-top: 3.5rem;
    padding: 2.2rem 0;
  }

  .sticky-book {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 560px) {
  .property-page .brand small {
    display: none;
  }

  .property-page .nav {
    min-height: 4.15rem;
  }

  .property-page .property-head h1 {
    font-size: 1.9rem;
  }

  .property-page .amenity-grid {
    grid-template-columns: 1fr;
  }

  .location-visual {
    min-height: 190px;
    padding: 1.25rem;
  }
}

/* Shared interior-page chrome */
.property-page.interior-page .nav-links li {
  display: list-item;
}

.interior-page .nav-links a.btn-primary {
  color: #fff;
}

.interior-page .page-subnav {
  scroll-margin-top: 4.75rem;
}

.interior-page .page-hero {
  padding: clamp(2.5rem, 6vw, 4.25rem) 0 clamp(2.25rem, 5vw, 3.5rem);
  border-bottom: 1px solid #e8e9e6;
}

.interior-page .page-hero h1,
.interior-page .section-head h2 {
  font-family: var(--sans);
  font-weight: 600;
  color: #242523;
  letter-spacing: -0.035em;
}

.interior-page .page-hero h1 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
}

.interior-page .page-hero .lede {
  font-size: 1rem;
  line-height: 1.65;
}

.interior-page .interior-hero-photo {
  border: 0;
  border-radius: 12px;
}

.interior-page .section-head h2 {
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.interior-page .cta-panel {
  border-radius: 14px;
}

/* OpenStreetMap / Leaflet location surface */
#property-map {
  width: 100%;
  height: 320px;
  margin: 1.2rem 0 1.25rem;
  border: 1px solid #dfe2de;
  border-radius: 16px;
  overflow: hidden;
  background: #edf0ec;
  z-index: 1;
}

.property-map-marker {
  display: grid;
  place-items: center;
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 12%;
  background: #172d29;
  color: #fff;
  box-shadow: 0 4px 14px rgba(23, 45, 41, 0.28);
  transform: rotate(-45deg);
}

.property-map-marker span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  transform: rotate(45deg);
}

#property-map .leaflet-control-attribution {
  font-family: var(--sans);
  font-size: 0.68rem;
}

#property-map .leaflet-tooltip {
  border: 0;
  border-radius: 8px;
  color: #242523;
  font-family: var(--sans);
  font-weight: 600;
  box-shadow: 0 3px 12px rgba(24, 28, 25, 0.14);
}

@media (max-width: 760px) {
  .interior-page .page-hero {
    padding-top: 2rem;
  }

  .interior-page .interior-hero-grid {
    gap: 1.5rem;
  }

  #property-map {
    height: 260px;
    border-radius: 12px;
  }
}
