/* HHM RENTALS CSS VERIFY: 20260621-LOCAL-LATEST */

:root {
  --ink: #0d1b2a;
  --charcoal: #30343a;
  --muted: #6f7479;
  --white: #fffdf8;
  --paper: #fffdf8;
  --paper-soft: #f4f1ea;
  --blue: #15a4dc;
  --blue-dark: #0b6e98;
  --line: rgba(13, 27, 42, .12);
  --shadow: 0 18px 45px rgba(13, 27, 42, .1);
  --radius: 20px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Inter, Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid rgba(13, 27, 42, .08);
  background: var(--white, #fffdf8);
  box-shadow: 0 2px 14px rgba(22, 38, 51, .06);
  isolation: isolate;
}

.nav-shell {
  width: min(calc(100% - 40px), 1240px);
  display: flex;
  min-height: 84px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 126px;
  min-width: 112px;
}

.brand img {
  width: 100%;
  max-height: 70px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.55rem;
  color: #171b20;
  font-size: .95rem;
  font-weight: 800;
}

.nav-links a {
  position: relative;
}

.nav-links a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.35rem;
  height: 1px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a.is-active::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  padding: 10px;
}

.nav-toggle-line {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .16) 44%, rgba(13, 27, 42, .08)),
    rgba(21, 164, 220, .34);
  box-shadow: 0 16px 30px rgba(13, 27, 42, .14), inset 0 1px 1px rgba(255, 255, 255, .78);
  color: #fff;
  font-weight: 800;
  padding: .78rem 1.15rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 3px 8px auto;
  height: 48%;
  border-radius: inherit;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .26) 45%, rgba(255, 255, 255, .06) 68%, transparent),
    radial-gradient(ellipse at 84% 62%, rgba(255, 255, 255, .58), transparent 26%);
  pointer-events: none;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .28), transparent 14%, transparent 84%, rgba(255, 255, 255, .2)),
    linear-gradient(0deg, rgba(255, 255, 255, .14), transparent 20%);
  opacity: .72;
  pointer-events: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(13, 27, 42, .18), inset 0 1px 1px rgba(255, 255, 255, .82);
}

.button-small {
  min-height: 42px;
  padding: .68rem 1.1rem;
}

.button-book {
  min-width: 146px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, .18) 44%, rgba(21, 164, 220, .12) 100%),
    rgba(21, 164, 220, .36);
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .42), 0 1px 8px rgba(255, 255, 255, .18);
}

.button-book::before {
  opacity: .46;
}

.button-book::after {
  opacity: .28;
}

.button-portal {
  min-width: 146px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .36), rgba(255, 255, 255, .08) 44%, rgba(0, 0, 0, .14) 100%),
    rgba(5, 5, 5, .54);
  color: #fff;
}

.button-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .12) 44%, rgba(0, 0, 0, .1)),
    rgba(13, 27, 42, .36);
}

.section {
  padding: clamp(4.8rem, 8vw, 7.8rem) 0;
}

.hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(13, 27, 42, .22), rgba(13, 27, 42, .78)),
    linear-gradient(90deg, rgba(13, 27, 42, .64), rgba(13, 27, 42, .16) 58%);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 9rem 0 5.4rem;
}

.review-ticker {
  overflow: hidden;
  padding: .72rem 0;
  border-top: 1px solid rgba(13, 27, 42, .08);
  border-bottom: 1px solid rgba(13, 27, 42, .08);
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 10px 28px rgba(13, 27, 42, .04);
}

.review-ticker-track {
  display: flex;
  width: max-content;
  animation: review-marquee 62s linear infinite;
  will-change: transform;
}

.review-ticker:hover .review-ticker-track {
  animation-play-state: paused;
}

.review-ticker-row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-right: clamp(2rem, 4vw, 3.5rem);
  color: rgba(13, 27, 42, .74);
  font-size: .92rem;
  line-height: 1;
  white-space: nowrap;
}

.review-ticker-row > span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.review-ticker .review-stars {
  margin-top: 0;
  color: #b89446;
  font-size: .76rem;
  letter-spacing: .05em;
}

@keyframes review-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.eyebrow {
  margin: 0 0 .9rem;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.14;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.85rem, 5vw, 4.9rem);
}

h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.55rem);
}

.hero-content h1,
.property-hero-content h1,
.section-heading h2,
.booking-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
  text-rendering: optimizeLegibility;
  text-wrap: balance;
}

.hero-content h1,
.property-hero-content h1 {
  line-height: 1.12;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.25;
}

.lede {
  max-width: 680px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 3rem;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--charcoal);
  font-size: 1.05rem;
  margin-top: 1rem;
}

.availability-search {
  padding-top: clamp(52px, 7vw, 78px);
  padding-bottom: clamp(46px, 6vw, 72px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, .96), rgba(244, 241, 234, .78)),
    var(--paper);
}

.availability-search .section-heading {
  margin-bottom: 1.75rem;
}

.hospitable-embed-native {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: visible;
}

.hospitable-embed-native hospitable-direct-mps {
  display: block;
  width: 100%;
  min-height: 148px;
  overflow: visible;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: start;
}

.property-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.property-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(255, 253, 248, .64)),
    rgba(255, 255, 255, .68);
  box-shadow: 0 16px 38px rgba(13, 27, 42, .08);
  display: flex;
  flex-direction: column;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.property-card:hover {
  border-color: rgba(21, 164, 220, .18);
  box-shadow: 0 18px 42px rgba(13, 27, 42, .1);
  transform: translateY(-2px);
}

.property-card-media {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.property-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.property-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  background: rgba(13, 27, 42, .72);
  color: #fff;
  padding: .35rem .7rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(13, 27, 42, .22);
  backdrop-filter: blur(10px);
}

.property-card-body {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.05rem;
}

.property-card-body h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.55vw, 1.48rem);
  line-height: 1.18;
}

.property-card-body h3 a {
  color: var(--ink);
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.property-card-media:focus-visible,
.property-card-body h3 a:focus-visible,
.property-card-action:focus-visible {
  outline: 2px solid rgba(21, 164, 220, .72);
  outline-offset: 4px;
}

.property-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .2rem .38rem;
  list-style: none;
  margin: .58rem 0 0;
  padding: 0;
  color: #44505a;
  font-size: .84rem;
  line-height: 1.35;
}

.property-card-facts li {
  align-items: center;
  display: inline-flex;
  gap: .38rem;
}

.property-card-facts li:not(:last-child)::after {
  background: rgba(13, 27, 42, .24);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 3px;
}

.property-card-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  list-style: none;
  margin: .72rem 0 .9rem;
  padding: 0;
}

.property-card-amenities li {
  border: 1px solid rgba(21, 164, 220, .1);
  border-radius: 999px;
  background: rgba(21, 164, 220, .055);
  color: #335365;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  padding: .4rem .56rem;
}

.property-card-action {
  align-items: center;
  align-self: flex-start;
  border: 1px solid rgba(7, 24, 39, .88);
  border-radius: 999px;
  background: #071827;
  color: #fff;
  display: inline-flex;
  font-size: .84rem;
  font-weight: 750;
  justify-content: center;
  letter-spacing: .01em;
  margin-top: .05rem;
  min-height: 38px;
  padding: .58rem .92rem;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.property-card-action:hover {
  background: #0d2a42;
  border-color: #0d2a42;
  box-shadow: 0 12px 26px rgba(13, 27, 42, .14);
  transform: translateY(-1px);
}

.guest-reviews {
  background:
    linear-gradient(180deg, rgba(244, 241, 234, .66), rgba(255, 253, 248, .98)),
    var(--paper-soft);
}

.reviews-heading {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}

.reviews-heading > div:first-child {
  max-width: 700px;
}

.reviews-heading p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--charcoal);
  font-size: 1.05rem;
}

.review-controls {
  display: flex;
  gap: .65rem;
}

.review-control {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(13, 27, 42, .14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .34)),
    rgba(255, 253, 248, .56);
  box-shadow: 0 14px 34px rgba(13, 27, 42, .08), inset 0 1px 1px rgba(255, 255, 255, .8);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease;
}

.review-control:hover,
.review-control:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(13, 27, 42, .12), inset 0 1px 1px rgba(255, 255, 255, .9);
}

.review-carousel {
  --review-card-width: calc((100% - 2rem) / 3);
  --review-gap: 1rem;
  overflow: hidden;
  padding: .15rem .15rem 1rem;
  scrollbar-width: none;
  touch-action: pan-y;
}

.review-carousel::-webkit-scrollbar {
  display: none;
}

.review-carousel:focus-visible {
  outline: 2px solid rgba(21, 164, 220, .72);
  outline-offset: 6px;
}

.review-carousel-track {
  display: flex;
  gap: var(--review-gap);
  width: max-content;
  transition: transform .5s ease;
  will-change: transform;
}

.review-carousel.is-dragging .review-carousel-track,
.review-carousel.is-reduced-motion .review-carousel-track {
  transition: none;
}

.review-card {
  flex: 0 0 var(--review-card-width);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(13, 27, 42, .1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .86), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(244, 241, 234, .58)),
    rgba(255, 253, 248, .72);
  box-shadow: 0 16px 38px rgba(13, 27, 42, .065);
  padding: 1.35rem;
}

.review-card-header {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.review-avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, .1);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(21, 164, 220, .18), rgba(13, 27, 42, .12)),
    rgba(255, 255, 255, .8);
  color: var(--ink);
  font-weight: 900;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-name {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.15;
}

.review-label {
  display: block;
  margin-top: .12rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.review-stars {
  margin-top: 1rem;
  color: #c8a45d;
  font-size: .86rem;
  letter-spacing: .12em;
}

.review-card p {
  margin: 1.15rem 0 0;
  color: var(--charcoal);
  font-size: 1rem;
  line-height: 1.65;
}

.booking-benefits {
  background: var(--paper);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-card {
  border: 1px solid rgba(13, 27, 42, .1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, .88), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .8), rgba(244, 241, 234, .62)),
    rgba(255, 253, 248, .76);
  box-shadow: 0 15px 36px rgba(13, 27, 42, .065);
  padding: 1.35rem;
}

.benefit-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(21, 164, 220, .35);
  border-radius: 999px;
  background: rgba(21, 164, 220, .08);
  color: var(--blue-dark);
  margin-bottom: 1rem;
}

.benefit-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.benefit-card p {
  margin: .65rem 0 0;
  color: var(--muted);
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.2rem 0 0;
}

.meta-row span {
  border: 1px solid rgba(13, 27, 42, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .44);
  padding: .38rem .76rem;
  color: var(--charcoal);
  font-size: .86rem;
}

.property-details-section,
.property-listing-section {
  padding-top: clamp(3rem, 5.5vw, 5rem);
  padding-bottom: clamp(3.6rem, 6vw, 6rem);
  background: var(--paper);
}

.property-listing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
  gap: clamp(1.8rem, 3vw, 2.6rem);
  align-items: start;
}

.property-listing-main {
  min-width: 0;
}

.property-booking-sidebar {
  min-width: 0;
}

.property-booking-sidebar .booking-panel {
  width: 100%;
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: clamp(1.05rem, 2vw, 1.35rem);
  scrollbar-width: thin;
}

.property-booking-sidebar .booking-panel-grid {
  grid-template-columns: 1fr;
  gap: .95rem;
}

.property-booking-sidebar .booking-copy .eyebrow {
  margin-bottom: .45rem;
}

.property-booking-sidebar .booking-panel h2 {
  max-width: 16rem;
  font-size: clamp(1.28rem, 1.8vw, 1.58rem);
  line-height: 1.16;
}

.property-booking-sidebar .booking-panel p {
  font-size: .94rem;
  line-height: 1.55;
}

.property-booking-sidebar .booking-note {
  margin-top: .9rem;
  padding: .95rem;
}

.property-booking-sidebar .booking-note h3 {
  font-size: 1rem;
}

.property-booking-sidebar .booking-note p,
.property-booking-sidebar .booking-note li {
  font-size: .9rem;
}

.property-booking-sidebar .direct-booking-embed,
.property-booking-sidebar .platform-buttons {
  width: 100%;
  max-width: 100%;
}

.property-booking-sidebar .direct-booking-iframe {
  min-height: 560px;
  height: min(560px, calc(100vh - 330px));
}

.listing-summary,
.listing-section {
  padding-bottom: clamp(1.65rem, 3.2vw, 2.35rem);
  border-bottom: 1px solid rgba(13, 27, 42, .1);
}

.listing-summary h2,
.listing-section h2 {
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  line-height: 1.18;
}

.listing-context {
  margin: .45rem 0 0;
  color: var(--muted);
  font-weight: 800;
}

.listing-description {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: var(--charcoal);
  font-size: 1.05rem;
  line-height: 1.72;
}

.listing-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 1.25rem 0 0;
  padding: 0;
  color: var(--ink);
}

.listing-facts div {
  display: grid;
  gap: .18rem;
  padding: .1rem 1.2rem .1rem 0;
  margin-right: 1.2rem;
  border-right: 1px solid rgba(13, 27, 42, .14);
}

.listing-facts div:last-child {
  border-right: 0;
  margin-right: 0;
}

.listing-facts dt {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.listing-facts dd {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.listing-section {
  padding-top: clamp(1.65rem, 3.2vw, 2.35rem);
}

.listing-section ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.listing-check-list,
.sleep-list {
  display: grid;
  gap: .7rem 1.25rem;
}

.listing-check-list.is-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-check-list.is-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .56rem 1.1rem;
}

.listing-check-list li,
.sleep-list li,
.things-grid li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--charcoal);
  line-height: 1.58;
}

.listing-check-list li::before,
.sleep-list li::before,
.things-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: var(--blue);
}

.sleep-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.things-grid h3 {
  margin-bottom: .85rem;
}

.things-grid article {
  border: 1px solid rgba(13, 27, 42, .1);
  border-radius: 16px;
  background: rgba(244, 241, 234, .42);
  padding: 1.15rem;
}

.listing-gallery-block {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  border-bottom: 0;
}

.listing-gallery-block .gallery-grid {
  margin-top: 0;
}

.listing-detail-accordions {
  display: grid;
  gap: .85rem;
  border-bottom: 0;
}

.listing-accordion {
  border: 1px solid rgba(13, 27, 42, .12);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .68), rgba(244, 241, 234, .48));
  overflow: hidden;
}

.listing-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 58px;
  padding: .95rem 1.05rem;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.listing-accordion summary::-webkit-details-marker {
  display: none;
}

.accordion-icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  border: 1px solid rgba(21, 164, 220, .55);
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .48rem;
  height: 1.5px;
  border-radius: 999px;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.listing-accordion[open] .accordion-icon::after {
  opacity: 0;
}

.listing-accordion-content {
  padding: 0 1.05rem 1.05rem;
}

.listing-accordion-content .listing-check-list,
.listing-accordion-content .things-grid {
  margin-top: .15rem;
}

.listing-hero {
  padding-top: clamp(2.2rem, 5vw, 4.4rem);
  padding-bottom: clamp(1.6rem, 4vw, 3rem);
  background: var(--paper);
}

.listing-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

.listing-title-row h1 {
  max-width: 920px;
  margin-top: .38rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5.2vw, 5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.listing-inline-facts,
.listing-title-context {
  margin: .65rem 0 0;
  color: var(--charcoal);
  font-weight: 800;
  line-height: 1.5;
}

.listing-title-context {
  color: var(--muted);
  font-size: .98rem;
  font-weight: 700;
}

.listing-share-wrap {
  display: grid;
  justify-items: end;
  gap: .45rem;
  flex: 0 0 auto;
  padding-top: .55rem;
}

.listing-share-button,
.gallery-open-button,
.gallery-modal-close,
.gallery-modal-nav {
  font: inherit;
}

.listing-share-button {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  min-height: 42px;
  border: 1px solid rgba(13, 27, 42, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  cursor: pointer;
  font-size: .92rem;
  font-weight: 900;
  padding: .68rem .95rem;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.listing-share-button:hover,
.listing-share-button:focus-visible {
  border-color: rgba(21, 164, 220, .42);
  background: rgba(255, 255, 255, .95);
  transform: translateY(-1px);
}

.listing-share-button svg,
.gallery-open-button svg,
.listing-icon svg,
.listing-row-mark svg,
.stay-highlight-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.listing-photo-grid {
  position: relative;
  display: grid;
  gap: .55rem;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(13, 27, 42, .08);
  box-shadow: 0 18px 45px rgba(13, 27, 42, .1);
}

.listing-photo-grid.is-collage {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) minmax(0, .8fr);
  grid-template-rows: repeat(2, minmax(180px, 245px));
}

.listing-photo-grid.is-simple {
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.listing-photo-tile {
  position: relative;
  min-height: 220px;
  border: 0;
  background: var(--paper-soft);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

figure.listing-photo-tile {
  margin: 0;
  cursor: default;
}

.listing-photo-grid.is-collage .listing-photo-tile:first-child {
  grid-row: 1 / span 2;
}

.listing-photo-grid.is-simple.image-count-1 .listing-photo-tile {
  min-height: clamp(280px, 48vw, 560px);
}

.listing-photo-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.listing-photo-tile:hover img,
.listing-photo-tile:focus-visible img {
  filter: brightness(.96);
  transform: scale(1.025);
}

.gallery-open-button {
  position: absolute;
  right: .9rem;
  bottom: .9rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(13, 27, 42, .16);
  border-radius: 999px;
  background: rgba(255, 253, 248, .94);
  color: var(--ink);
  cursor: pointer;
  font-size: .88rem;
  font-weight: 900;
  padding: .68rem .9rem;
  box-shadow: 0 10px 24px rgba(13, 27, 42, .14);
}

.gallery-open-button:hover,
.gallery-open-button:focus-visible {
  background: #fff;
}

.listing-priority-content {
  display: grid;
  gap: 1rem;
}

.listing-summary,
.listing-section {
  padding-bottom: clamp(1.35rem, 2.5vw, 2rem);
}

.listing-summary h2,
.listing-section h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.summary-highlights {
  display: grid;
  gap: .55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.summary-highlights li {
  color: var(--charcoal);
  font-weight: 800;
  line-height: 1.5;
}

.stay-highlight-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .9rem;
  border: 1px solid rgba(21, 164, 220, .18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(244, 241, 234, .52)),
    rgba(255, 255, 255, .68);
  padding: 1.05rem;
  box-shadow: 0 14px 34px rgba(13, 27, 42, .07);
}

.stay-highlight-icon,
.listing-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(21, 164, 220, .24);
  border-radius: 999px;
  background: rgba(21, 164, 220, .08);
  color: var(--blue-dark);
}

.stay-highlight-card .eyebrow {
  margin-bottom: .28rem;
}

.stay-highlight-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.8vw, 1.58rem);
  font-weight: 400;
  line-height: 1.18;
}

.stay-highlight-card p:not(.eyebrow) {
  margin: .42rem 0 0;
  color: var(--charcoal);
  line-height: 1.55;
}

.listing-deep-container {
  margin-top: clamp(1rem, 3vw, 2rem);
}

.listing-deep-details {
  display: grid;
  gap: 0;
  max-width: 980px;
}

.sleep-card-grid,
.amenity-grid,
.compact-list-grid {
  display: grid;
  gap: .8rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.sleep-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sleep-card {
  border: 1px solid rgba(13, 27, 42, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .64);
  padding: 1rem;
}

.sleep-card span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sleep-card strong {
  display: block;
  margin-top: .35rem;
  color: var(--ink);
  line-height: 1.35;
}

.amenity-grid,
.compact-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amenity-row {
  display: flex;
  align-items: center;
  gap: .72rem;
  min-width: 0;
  color: var(--charcoal);
  line-height: 1.45;
}

.amenity-row .listing-icon {
  width: 34px;
  height: 34px;
}

.compact-list-grid li {
  display: flex;
  align-items: flex-start;
  gap: .62rem;
  color: var(--charcoal);
  line-height: 1.55;
}

.listing-row-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: .1rem;
  color: var(--blue-dark);
}

.listing-row-mark svg {
  width: 16px;
  height: 16px;
}

.listing-expand {
  margin-top: 1rem;
}

.listing-expand summary {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(13, 27, 42, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  padding: .7rem .95rem;
  list-style: none;
}

.listing-expand summary::-webkit-details-marker {
  display: none;
}

.listing-expand[open] summary {
  margin-bottom: .8rem;
}

.things-to-know-section .things-grid ul {
  margin-top: .7rem;
}

.things-to-know-section .things-grid li {
  padding-left: 0;
  color: var(--charcoal);
}

.things-to-know-section .things-grid li::before {
  display: none;
}

.gallery-modal[hidden] {
  display: none;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: clamp(.75rem, 3vw, 2rem);
}

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 39, .82);
  backdrop-filter: blur(8px);
}

.gallery-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1100px, 100%);
  max-height: 92vh;
  align-items: center;
}

.gallery-modal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .8rem;
  color: rgba(255, 253, 248, .86);
  font-weight: 900;
}

.gallery-modal-close,
.gallery-modal-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid rgba(255, 253, 248, .22);
  border-radius: 999px;
  background: rgba(255, 253, 248, .12);
  color: rgba(255, 255, 255, .96);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  padding: 0;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.gallery-modal-close {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.gallery-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}

.gallery-modal-close:hover,
.gallery-modal-close:focus-visible,
.gallery-modal-nav:hover,
.gallery-modal-nav:focus-visible {
  border-color: rgba(255, 253, 248, .42);
  background: rgba(255, 253, 248, .2);
  color: #fff;
}

.gallery-modal-close svg,
.gallery-modal-nav svg,
.gallery-modal-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-modal-nav svg {
  width: 22px;
  height: 22px;
}

.gallery-modal-nav.is-prev {
  left: .85rem;
}

.gallery-modal-nav.is-next {
  right: .85rem;
}

.gallery-modal img {
  display: block;
  width: 100%;
  max-height: calc(92vh - 74px);
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 253, 248, .08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

body.gallery-modal-open {
  overflow: hidden;
}

@media (min-width: 981px) {
  .property-booking-sidebar {
    position: sticky;
    top: 120px;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .property-listing-layout {
    grid-template-columns: 1fr;
  }

  .property-booking-sidebar {
    position: static;
  }

  .property-booking-sidebar .booking-panel {
    max-height: none;
    overflow: visible;
  }
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.split p:not(.eyebrow) {
  color: var(--charcoal);
  font-size: 1.06rem;
}

.image-panel {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--paper-soft);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 4 / 3.25;
  object-fit: cover;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.detail-card {
  border: 1px solid rgba(13, 27, 42, .1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(246, 242, 234, .68)),
    rgba(255, 255, 255, .72);
  box-shadow: 0 13px 32px rgba(13, 27, 42, .06);
  padding: 1.35rem;
}

.detail-card p {
  margin: .6rem 0 0;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr .82fr;
  gap: .85rem;
  align-items: stretch;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 13px 34px rgba(13, 27, 42, .08);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.booking-panel {
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 14% 18%, rgba(21, 164, 220, .2), transparent 34%),
    linear-gradient(135deg, rgba(13, 27, 42, .94), rgba(13, 27, 42, .78)),
    var(--ink);
  color: #fff;
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--shadow);
}

.booking-panel p {
  max-width: 640px;
  color: rgba(255, 255, 255, .78);
}

.booking-panel .button {
  margin-top: 1.2rem;
}

.more-stays-cta {
  padding-top: clamp(2rem, 4vw, 3.4rem);
  padding-bottom: clamp(3.2rem, 6vw, 5.2rem);
  background: var(--paper);
}

.more-stays-panel {
  max-width: 860px;
  border: 1px solid rgba(13, 27, 42, .1);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(244, 241, 234, .62)),
    var(--paper-soft);
  padding: clamp(1.65rem, 4vw, 2.8rem);
  text-align: center;
  box-shadow: 0 18px 45px rgba(13, 27, 42, .08);
}

.more-stays-panel .eyebrow {
  color: var(--blue);
}

.more-stays-panel h2 {
  margin-top: .55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  font-weight: 400;
  line-height: 1.14;
}

.more-stays-panel p:not(.eyebrow) {
  max-width: 620px;
  margin: .9rem auto 0;
  color: var(--charcoal);
  line-height: 1.65;
}

.more-stays-panel .button {
  margin-top: 1.35rem;
}

.more-stays-panel .button,
.more-stays-panel .button:hover,
.more-stays-panel .button:focus-visible {
  color: #071827;
}

.more-stays-panel .button span {
  color: inherit;
}

.booking-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
  align-items: start;
  gap: clamp(1.5rem, 3vw, 2.6rem);
}

.booking-copy {
  min-width: 0;
}

.booking-calendar-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.45rem;
}

.booking-actions .button {
  margin-top: 0;
}

.button-direct {
  min-width: min(100%, 260px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, .16) 44%, rgba(21, 164, 220, .12)),
    rgba(21, 164, 220, .46);
}

.platform-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.2rem;
}

.platform-buttons .button {
  min-height: 40px;
  margin-top: 0;
  padding: .62rem .95rem;
  font-size: .88rem;
}

.booking-note {
  width: 100%;
  margin-top: 1.4rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06)),
    rgba(255, 255, 255, .08);
  padding: clamp(1.35rem, 4vw, 2rem);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .15);
}

.booking-note h3 {
  margin: 0 0 .45rem;
  color: #fff;
}

.booking-note p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.booking-note ul {
  display: grid;
  gap: .45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .82);
}

.booking-note li {
  position: relative;
  padding-left: 1.05rem;
}

.booking-note li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  background: var(--blue);
}

.direct-booking-embed {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  padding: .7rem;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .16);
}

.direct-booking-iframe {
  display: block;
  width: 100%;
  min-height: 650px;
  height: 650px;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

@media (min-width: 861px) {
  .booking-panel-grid {
    align-items: center;
  }

  .booking-calendar-column {
    align-items: center;
  }

  .direct-booking-embed {
    width: min(100%, 460px);
    margin-inline: auto;
    padding: .5rem;
  }

  .direct-booking-iframe {
    min-height: 620px;
    height: 620px;
  }

  .platform-buttons {
    width: min(100%, 460px);
    margin-inline: auto;
  }
}

@media (max-width: 860px) {
  .booking-panel-grid {
    grid-template-columns: 1fr;
  }

  .direct-booking-embed {
    max-width: 420px;
    margin: 1.5rem auto 0;
  }
}

.direct-booking-embed strong {
  display: block;
  margin-bottom: .35rem;
  color: #fff;
}

.direct-booking-embed p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .95rem;
}

.site-footer {
  padding: 56px 0 28px;
  background: var(--ink);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: clamp(2rem, 5vw, 4rem);
}

.footer-brand {
  display: inline-block;
  margin-bottom: .75rem;
  color: rgba(255, 253, 248, .96);
  font-family: "DM Sans", Inter, Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.site-footer p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 253, 248, .72);
  font-size: .98rem;
  line-height: 1.65;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: .6rem;
  align-content: start;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 253, 248, .84);
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.site-footer .footer-social {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-top: .35rem;
}

.site-footer .footer-social a {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, .18);
  border-radius: 999px;
  background: rgba(255, 253, 248, .05);
  color: rgba(255, 253, 248, .78);
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background-color .2s ease;
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 253, 248, .38);
  background: rgba(255, 253, 248, .1);
  color: #fff;
}

.site-footer .footer-social svg {
  display: block;
  flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
  stroke: none;
}

.site-footer .footer-social svg path {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 253, 248, .14);
  color: rgba(255, 253, 248, .68);
  font-size: .9rem;
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .nav-shell {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
    padding: .25rem 0 1rem;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: .62rem 0;
  }

  .nav-links .button {
    width: 100%;
    margin-top: .35rem;
  }

  .benefit-grid,
  .details-grid,
  .property-listing-layout,
  .split,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .listing-title-row {
    display: grid;
  }

  .listing-share-wrap {
    justify-items: start;
    padding-top: 0;
  }

  .listing-photo-grid.is-collage,
  .listing-photo-grid.is-simple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .listing-photo-grid.is-collage .listing-photo-tile:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .listing-photo-tile {
    min-height: 180px;
  }

  .listing-photo-grid .listing-photo-tile:first-child {
    min-height: clamp(260px, 54vw, 420px);
  }

  .sleep-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .property-booking-sidebar {
    position: static;
  }

  .property-booking-sidebar .booking-panel {
    max-height: none;
    overflow: visible;
    margin-inline: 0;
  }

  .reviews-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-card {
    flex-basis: var(--review-card-width);
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 7rem 0 4rem;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--max-width));
  }

  h1 {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
    line-height: 1.14;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    line-height: 1.16;
  }

  .button {
    width: 100%;
  }

  .availability-search {
    padding-bottom: 0;
  }

  .availability-search + #rental-grid {
    padding-top: 1.25rem;
  }

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

  .property-card-body {
    padding: 1rem;
  }

  .review-ticker {
    padding: .62rem 0;
  }

  .review-ticker-row {
    gap: 1.7rem;
    padding-right: 1.7rem;
    font-size: .84rem;
  }

  .review-ticker .review-stars {
    font-size: .68rem;
  }

  .review-controls {
    width: 100%;
    justify-content: center;
  }

  .review-card {
    flex-basis: var(--review-card-width);
    min-height: auto;
  }

  .listing-check-list.is-two-column,
  .listing-check-list.is-compact,
  .sleep-list,
  .things-grid,
  .sleep-card-grid,
  .amenity-grid,
  .compact-list-grid {
    grid-template-columns: 1fr;
  }

  .listing-hero {
    padding-top: 2rem;
    padding-bottom: 1.35rem;
  }

  .listing-title-row h1 {
    font-size: clamp(2.25rem, 11vw, 3.3rem);
    line-height: 1.12;
  }

  .listing-inline-facts,
  .listing-title-context {
    font-size: .95rem;
  }

  .listing-photo-grid {
    border-radius: 18px;
  }

  .listing-photo-grid.is-collage,
  .listing-photo-grid.is-simple {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .listing-photo-grid::-webkit-scrollbar {
    display: none;
  }

  .listing-photo-tile,
  .listing-photo-grid .listing-photo-tile:first-child {
    flex: 0 0 88%;
    min-height: clamp(250px, 68vw, 360px);
    scroll-snap-align: start;
  }

  .gallery-open-button {
    right: .65rem;
    bottom: .65rem;
    max-width: calc(100% - 1.3rem);
  }

  .property-details-section,
  .property-listing-section {
    padding-top: 1.4rem;
    padding-bottom: 2.8rem;
  }

  .listing-summary,
  .listing-section {
    padding-bottom: 1.35rem;
  }

  .listing-section {
    padding-top: 1.35rem;
  }

  .stay-highlight-card {
    grid-template-columns: 1fr;
  }

  .listing-facts {
    margin-top: 1rem;
  }

  .listing-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }

  .listing-facts div {
    margin: 0;
    padding: .75rem;
    border: 1px solid rgba(13, 27, 42, .12);
    border-radius: 14px;
    background: rgba(244, 241, 234, .5);
  }

  .property-booking-sidebar .booking-panel {
    padding: 1rem;
  }

  .property-booking-sidebar .direct-booking-iframe {
    min-height: 560px;
    height: 560px;
  }

  .gallery-modal {
    padding: .75rem;
  }

  .gallery-modal-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-modal-nav.is-prev {
    left: .35rem;
  }

  .gallery-modal-nav.is-next {
    right: .35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-ticker-track {
    animation: none;
  }

  .review-carousel-track {
    transition: none;
  }
}
