
/* ===== Property page refresh: calm, image-led direct-booking layout ===== */
.property-page {
  /* Master theme tokens (overridden per-property by themes/<name>.css). */
  --pp-ink: #172d29;
  --pp-deep: #0d1d1a;
  --pp-bar: #245058;
  --pp-accent: #c96e52;
  --pp-on-ink: #fbf8f2;
  --pp-hero-tint: #dbe8e8;
  --max: 1184px;
  --edge: clamp(1rem, 3vw, 3rem);
  background: #fff;
  color: #242523;
  font-size: 1rem;
  line-height: 1.55;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lightbox-stage figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  place-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.lightbox-stage figure img {
  min-height: 0;
}

.lightbox-stage figcaption {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  text-align: center;
}

.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: var(--pp-ink);
  border-color: var(--pp-ink);
  color: #fff;
}

.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-details {
  padding: 1.35rem 0 5rem;
}

.property-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(2.5rem, 6vw, 6.75rem);
  align-items: start;
}

.property-content {
  min-width: 0;
}

.property-page .property-head {
  align-items: flex-start;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e8e9e6;
}

.property-page .property-head h1,
.property-page .property-content h2,
.property-page .property-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-content .panel {
  border: 0;
  border-bottom: 1px solid #e8e9e6;
  background: transparent;
  padding: 2.6rem 0;
  scroll-margin-top: 8.5rem;
}

.property-content .panel:first-child {
  padding-top: 1.8rem;
}

.property-content .panel h2 {
  max-width: 28ch;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.property-content .panel h3 {
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.property-content .panel p {
  color: #5f625e;
  line-height: 1.65;
}

.property-page .about-photo {
  margin-top: 1.6rem;
  border: 0;
  border-radius: 14px;
}

/* ---- Sleeping-arrangements (Airbnb-style bedroom carousel) ---- */
.section-head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.section-head-row h2 {
  margin-bottom: 0;
}

.sleep-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.1rem;
}

.sleep-indicator {
  color: #6b6a66;
  font-size: 0.85rem;
  margin-right: 0.3rem;
}

.sleep-nav {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid #dedfdb;
  border-radius: 999px;
  background: #fff;
  color: #242523;
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease;
}

.sleep-nav:hover,
.sleep-nav:focus-visible {
  border-color: var(--pp-ink);
  color: var(--pp-ink);
}

.sleep-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.bedroom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin-top: 1.4rem;
}

.bedroom-card {
  margin: 0;
}

.bedroom-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  background: var(--pp-hero-tint);
}

.bedroom-card figcaption {
  margin-top: 0.65rem;
}

.bedroom-card figcaption strong {
  display: block;
  color: var(--pp-ink);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.bedroom-card figcaption span {
  display: block;
  margin-top: 0.15rem;
  color: #6b6a66;
  font-size: 0.9rem;
}

.property-page .panel .divider {
  border: 0;
  border-top: 1px solid var(--pp-line, #ececea);
  margin: 2.2rem 0 0;
}

@property --pp-line {
  syntax: "<color>";
  inherits: true;
  initial-value: #ececea;
}

.price-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.4rem 0 1rem;
}

.price-option {
  padding: 1.15rem;
  border: 1px solid #dedfdb;
  border-radius: 14px;
  background: #fff;
}

.price-option.is-direct {
  border-color: color-mix(in srgb, var(--pp-ink) 45%, #dedfdb);
  background: color-mix(in srgb, var(--pp-hero-tint) 38%, #fff);
}

.price-option-label {
  display: block;
  margin-bottom: 0.45rem;
  color: #656864;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-option strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pp-ink);
  font-size: 1.15rem;
}

.price-option p {
  margin: 0;
  font-size: 0.88rem;
}

.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: 8.75rem;
  max-height: calc(100vh - 10rem);
}

.booking-card-inner {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  overflow: hidden;
  border: 1px solid #e1e3df;
  border-radius: 16px;
  padding: 0.9rem 0.95rem 0.85rem;
  box-shadow: 0 6px 22px rgba(29, 34, 30, 0.08);
}

.booking-card-title {
  margin: 0 0 0.3rem;
  color: #242523;
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.booking-card-note {
  margin-bottom: 0.55rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ececea;
  color: #656864;
  font-size: 0.8rem;
  line-height: 1.4;
}

.booking-card-note[hidden],
.booking-card-note:empty {
  display: none;
}

.stay-calendar {
  margin: 0.45rem 0 0.55rem;
  min-height: 0;
  overflow: auto;
}

.stay-card-footer {
  flex: 0 0 auto;
  padding-top: 0.35rem;
  background: #fff;
}

.stay-price {
  margin: 0 0 0.45rem;
  color: var(--pp-ink);
  font-size: 0.95rem;
}

.stay-price[hidden] {
  display: none;
}

.stay-price strong {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.stay-price span {
  color: #5e645f;
  font-size: 0.8rem;
}

.stay-summary {
  min-height: 0;
  margin: 0.45rem 0 0;
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  background: #f4f5f2;
  color: #555854;
  font-size: 0.78rem;
  line-height: 1.4;
}

.stay-summary[hidden],
.stay-summary:empty {
  display: none;
}

.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) {
  .property-content-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,
  .price-comparison-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 560px) {
  .bedroom-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.4rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.35rem;
  }

  .bedroom-card {
    scroll-snap-align: start;
  }
}

@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;
  }

  .property-content-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .property-content {
    display: contents;
  }

  .property-page .property-head {
    order: -2;
  }

  .booking-card {
    position: static;
    order: -1;
    margin: 1.5rem 0 0.75rem;
  }

  .booking-card-inner {
    box-shadow: none;
  }

  .property-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;
  }
}

.highlight-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.highlight-list > div {
  padding: 1rem 0;
  border-top: 1px solid #e8e9e6;
}

.highlight-list h3,
.highlight-list p {
  margin-bottom: 0.35rem;
}

.host-card-layout {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
}

.host-card-layout img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
}

.demo-banner {
  margin-bottom: 1.25rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--pp-accent, #c96e52);
  background: #fff5ef;
  color: #5d3b30;
}

@media (max-width: 560px) {
  .host-card-layout {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 1rem;
  }

  .host-card-layout img {
    width: 80px;
    height: 80px;
  }
}

#request-form label,
.panel form label {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
}

#request-form input,
#request-form select,
#request-form textarea,
.panel form input,
.panel form select,
.panel form textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid #d8d6d0;
  border-radius: 10px;
  font: inherit;
}

#request-form textarea,
.panel form textarea {
  min-height: 6rem;
}

.form-status {
  margin-top: 0.85rem;
  min-height: 1.4rem;
}

.checkout-summary {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 1.5rem;
}

.checkout-summary > div {
  display: grid;
  gap: 0.15rem;
}

.checkout-summary dt {
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6b6a66;
}

.checkout-summary dd {
  margin: 0;
}

.checkout-disabled {
  padding: 1rem;
  border: 1px dashed #d8d6d0;
  border-radius: 12px;
  background: #faf8f4;
}

.stay-calendar-panel {
  padding: 0;
}

.stay-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}

.stay-calendar-head button {
  width: 2rem;
  height: 2rem;
  border: 1px solid #d5ddd8;
  border-radius: 999px;
  background: #fff;
  color: var(--pp-ink);
  cursor: pointer;
}

.stay-calendar-head button:hover,
.stay-calendar-head button:focus-visible {
  border-color: var(--pp-ink);
}

.stay-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.12rem 0;
}

.stay-calendar-dow,
.stay-calendar-day {
  min-height: 2.25rem;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
}

.stay-calendar-dow {
  color: #5e645f;
  font-weight: 600;
}

.stay-day-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.stay-calendar-day {
  width: 2.15rem;
  height: 2.15rem;
  border: 0;
  background: transparent;
  border-radius: 999px;
  color: var(--pp-ink);
  font-weight: 600;
  cursor: pointer;
}

.stay-calendar-day.is-muted {
  visibility: hidden;
}

.stay-calendar-day.is-available:not(.is-in-range):not(.is-selected):hover,
.stay-calendar-day.is-available:not(.is-in-range):not(.is-selected):focus-visible {
  background: transparent;
  outline: 1.5px solid var(--pp-ink);
  outline-offset: -1px;
}

.stay-calendar-day.is-closed:not(.is-minstay):not(.is-unreachable):not(.is-end):not(.is-checkout):not(.is-selected),
.stay-calendar-day.is-unavailable:not(.is-end):not(.is-checkout):not(.is-selected) {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 6px;
  background: #ede7dc;
  color: #5c564f;
  font-weight: 400;
  text-decoration: line-through;
  cursor: not-allowed;
}

.stay-calendar-day:disabled {
  cursor: not-allowed;
}

.stay-calendar-day.is-minstay,
.stay-calendar-day.is-unreachable:not(.is-unavailable) {
  background: transparent;
  color: var(--pp-ink);
  font-weight: 500;
  opacity: 0.38;
  text-decoration: none;
  cursor: not-allowed;
}

.stay-calendar-day.is-checkout,
.stay-calendar-day.is-end,
.stay-calendar-day.is-selected {
  text-decoration: none;
}

.stay-calendar-day.is-checkout {
  background: transparent;
  color: var(--pp-ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 0 0 1.5px var(--pp-ink);
  cursor: pointer;
  opacity: 1;
}

.stay-calendar-day.is-checkout:hover,
.stay-calendar-day.is-checkout:focus-visible {
  background: var(--pp-ink);
  color: var(--pp-on-ink);
}

.stay-day-wrap:has(.is-in-range),
.stay-day-wrap:has(.is-start),
.stay-day-wrap:has(.is-end) {
  background: var(--pp-bar);
}

.stay-day-wrap:has(.is-start) {
  border-radius: 999px 0 0 999px;
}

.stay-day-wrap:has(.is-end) {
  border-radius: 0 999px 999px 0;
}

.stay-day-wrap:has(.is-start.is-end) {
  background: transparent;
  border-radius: 0;
}

.stay-calendar-day.is-in-range {
  width: 100%;
  border-radius: 0;
  background: transparent;
  color: var(--pp-on-ink);
  font-weight: 700;
  text-decoration: none;
}

.stay-calendar-day.is-selected,
.stay-calendar-day.is-start,
.stay-calendar-day.is-end {
  position: relative;
  z-index: 1;
  background: var(--pp-ink);
  color: var(--pp-on-ink);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.stay-minstay-tip {
  position: absolute;
  bottom: calc(100% + 0.3rem);
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.3rem 0.5rem;
  border: 1px solid #d8d6d0;
  border-radius: 8px;
  background: #fff;
  color: var(--pp-ink);
  font-size: 0.7rem;
  box-shadow: 0 4px 12px rgba(24, 28, 25, 0.1);
}

.stay-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0.7rem 0 0.35rem;
  color: #5e645f;
  font-size: 0.72rem;
}

.stay-calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.stay-calendar-legend span::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
}

.legend-available::before {
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--pp-ink);
}

.legend-selected::before {
  width: 1.15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pp-ink) 0 0.35rem, var(--pp-bar) 0.35rem);
}

.legend-minstay::before {
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--pp-ink);
  opacity: 0.38;
}

.legend-blocked::before {
  border-radius: 3px;
  background: #ede7dc;
  box-shadow: inset 0 0 0 1px #c4c1ba;
  background-image: linear-gradient(to top left, transparent 46%, #5c564f 46%, #5c564f 54%, transparent 54%);
}

.stay-clear-dates {
  display: inline-block;
  margin-top: 0.35rem;
  border: 0;
  background: transparent;
  color: var(--pp-ink);
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
}

.stay-quote {
  margin: 0.35rem 0 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: #f7f5ef;
}

.stay-quote strong {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .property-page *,
  .property-page *::before,
  .property-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
