/* Global UX + Mobile optimization */

/* Typography lock:
   - only top headline (h1) uses Georgia, non-bold
   - all subheaders use Selecta
*/
h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Selecta", sans-serif !important;
  font-weight: 400 !important;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Global image ratio safety: default to intrinsic proportions unless a specific component opts in. */
img {
  max-width: 100%;
  height: auto;
}

:root {
  --frame-scroll-offset: 136px;
  --frame-subpage-header-offset: 84px;
  --frame-sticky-top: 120px;
  --fr-accent: #76695b;
  --fr-text: #404040;
}

strong {
  font-family: "Selecta", sans-serif !important;
}

html {
  scroll-padding-top: var(--frame-scroll-offset);
}

html.cms-pending body.subpage-offers [data-offers-hero],
html.cms-pending body.subpage-offers [data-offers-custom-packages],
html.cms-pending body.subpage-offers [data-offers-why-book-direct],
html.cms-pending body.subpage-press #press-cards-grid,
html.cms-pending body.subpage-press #press-view-more,
html.cms-pending body.subpage-reviews #reviews-cards-grid,
html.cms-pending body.subpage-reviews #reviews-view-more,
html.cms-pending body.subpage-faq #faq-list-container,
html.cms-pending body.subpage-frame-features [data-featured-story],
html.cms-pending body.subpage-frame-features #feature-feed-grid,
html.cms-pending body.subpage-frame-features #feature-feed-toggle,
html.cms-pending body.subpage-feature-article #feature-article-title,
html.cms-pending body.subpage-feature-article .feature-article-hero-grid,
html.cms-pending body.subpage-feature-article #feature-article-body {
  visibility: hidden;
}

body.subpage [id] {
  scroll-margin-top: var(--frame-scroll-offset);
}

body.subpage .fr-page-header {
  margin-top: 0;
}

.fr-sticky-col {
  top: var(--frame-sticky-top) !important;
}

@media (max-width: 1200px) {
  :root {
    --frame-scroll-offset: 152px;
    --frame-subpage-header-offset: 90px;
    --frame-sticky-top: 136px;
  }

  .fr-sticky-col {
    position: static !important;
    top: auto !important;
  }
}

@media (max-height: 900px) and (min-width: 1000px) {
  .fr-sticky-col {
    position: static !important;
    top: auto !important;
  }
}

/* Subpages: use home-style transparent nav at open; apply light nav only after scroll. */
body.subpage .fr-nav.scrolled {
  background: rgba(244, 244, 242, 0.94) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: var(--fr-dark) !important;
  padding: 20px 5% !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.subpage .fr-nav.scrolled,
body.subpage .fr-nav.scrolled a,
body.subpage .fr-nav.scrolled .fr-logo-text,
body.subpage .fr-nav.scrolled .location-label {
  color: #222 !important;
}

body.subpage .fr-nav.scrolled .fr-logo-img {
  filter: invert(1) !important;
}

body.subpage .fr-nav.scrolled .fr-menu-links a,
body.subpage .fr-nav.scrolled .location-label {
  color: var(--fr-dark) !important;
}

body.subpage .fr-nav.scrolled .fr-logo-text {
  color: var(--fr-dark) !important;
}

body.subpage .fr-nav.scrolled .fr-menu-links a {
  opacity: 0.86 !important;
}

body.subpage .fr-nav.scrolled .location-label {
  opacity: 0.72 !important;
}

body.subpage .fr-nav.scrolled .fr-trip-pill {
  border-color: rgba(0, 0, 0, 0.12) !important;
  background: rgba(0, 0, 0, 0.04) !important;
}

body.subpage .fr-nav.scrolled .fr-trip-pill a {
  color: var(--fr-dark) !important;
}

body.subpage .fr-nav.scrolled .fr-trip-pill a:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.fr-trip-compare-link {
  display: block;
  margin-top: 6px;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-bottom: 1px solid transparent;
  line-height: 1.25;
  transition: opacity 180ms ease, visibility 0ms linear 180ms, border-color 180ms ease;
}

.fr-nav-center:hover .fr-trip-compare-link,
.fr-nav-center:focus-within .fr-trip-compare-link {
  opacity: 0.72;
  visibility: visible;
  pointer-events: auto;
  border-bottom-color: currentColor;
  transition: opacity 180ms ease, visibility 0ms linear 0ms, border-color 180ms ease;
}

.fr-trip-compare-link:hover,
.fr-trip-compare-link:focus-visible {
  opacity: 1;
}

#pill-soco:hover,
#pill-soco:focus-visible {
  background: var(--fr-terracotta) !important;
  color: #fff !important;
  opacity: 1 !important;
}

#pill-treehouse:hover,
#pill-treehouse:focus-visible {
  background: var(--fr-green) !important;
  color: #fff !important;
  opacity: 1 !important;
}

body.subpage .fr-nav.scrolled .fr-burger span {
  background: var(--fr-dark) !important;
}

/* Larger, centered touch target for hamburger without changing visual weight */
.fr-burger {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.fr-burger span {
  width: 24px !important;
  left: 10px !important;
}

.fr-burger span:nth-child(1) {
  top: 14px !important;
}

.fr-burger span:nth-child(2) {
  top: 21px !important;
}

.fr-burger span:nth-child(3) {
  top: 28px !important;
}

.fr-burger.active span:nth-child(1),
.fr-burger.active span:nth-child(3) {
  top: 21px !important;
}

@media (max-width: 1000px) {
  .fr-burger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}

/* Avoid broken logo placeholder in full-screen mobile menu state. */
body.menu-open .fr-logo-link {
  opacity: 0 !important;
  pointer-events: none !important;
}

body.menu-open .fr-nav {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* White source logo: keep white on transparent nav, switch dark on scrolled light nav. */
.fr-logo-img {
  filter: none !important;
}

.fr-nav.scrolled .fr-logo-img,
body.menu-open .fr-logo-img {
  filter: invert(1) !important;
}

/* Mobile menu should fully overlay nav and include an explicit close button. */
.fr-mobile-menu {
  z-index: 2100 !important;
  overflow-y: auto;
  padding-top: 84px !important;
  padding-bottom: calc(132px + env(safe-area-inset-bottom, 0px)) !important;
}

.fr-mobile-close {
  position: fixed;
  top: calc(20px + env(safe-area-inset-top, 0px));
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 0;
  line-height: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2101;
}

.fr-mobile-close::before,
.fr-mobile-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #111;
  border-radius: 2px;
}

.fr-mobile-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fr-mobile-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.subpage .fr-page-header h1 {
  text-wrap: balance;
}

body.subpage .fr-page-header p {
  text-wrap: pretty;
}

/* Unified legal/policy page treatment */
body.subpage .policy-page-section {
  background: linear-gradient(180deg, #f7f6f3 0%, #f4f4f2 100%);
  padding-top: 86px !important;
  padding-bottom: 102px !important;
}

/* Optional motion pack (quiet luxury) */
html[data-motion-pack="on"] .press-trust-link {
  opacity: 0;
  transform: translateY(10px);
}

html[data-motion-pack="on"] .press-trust-link.mp-in {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 440ms cubic-bezier(0.22, 1, 0.36, 1) var(--mp-stagger-delay, 0ms),
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1) var(--mp-stagger-delay, 0ms);
}

html[data-motion-pack="on"] #gallery-grid.mp-transitioning .gallery-item {
  opacity: 0;
  transform: scale(0.985);
}

@media (prefers-reduced-motion: reduce) {
  html[data-motion-pack="on"] .press-trust-link,
  html[data-motion-pack="on"] .press-trust-link.mp-in,
  html[data-motion-pack="on"] #gallery-grid.mp-transitioning .gallery-item {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

body.subpage .policy-shell {
  max-width: 980px !important;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 12px;
  padding: clamp(26px, 3vw, 44px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.08);
}

body.subpage .policy-shell h2 {
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

body.subpage .policy-shell h3 {
  font-size: clamp(24px, 2.2vw, 32px) !important;
  margin: 34px 0 12px !important;
  color: #202020;
}

body.subpage .policy-shell p {
  font-size: 16px;
  line-height: 1.82;
  color: #4a4a4a;
}

body.subpage .policy-shell .feature-list {
  margin: 18px 0 0;
}

body.subpage .policy-shell .feature-list li {
  margin-bottom: 14px;
  color: #4a4a4a;
}

body.subpage .policy-shell .feature-title {
  color: #242424;
  margin-bottom: 4px;
}

footer .grid-2 > div:nth-child(2) a[style*='font-size:16px'] {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

footer a[href^="mailto:"],
footer a[href^="tel:"] {
  font-size: 17px !important;
  line-height: 1.35 !important;
}

body.subpage footer {
  padding: 72px 5% 0 !important;
  font-size: 13px !important;
}

body.subpage footer .grid-2 {
  gap: 120px !important;
}

body.subpage footer [style*='margin-top:80px;border-top'] {
  margin-top: 80px !important;
}

body.subpage footer .grid-2 > div:nth-child(2) > div:first-child > div[style*='height:14px'] {
  width: 220px !important;
}

body.subpage footer .grid-2 > div:nth-child(2) > div:first-child {
  max-width: none;
}

body.subpage footer .grid-2 > div:nth-child(2) > div:last-child {
  align-self: end !important;
}

/* Fixed-header safety:
   Prevent top clipping in app/webview environments and keep promo/nav from overlapping.
*/
:root {
  --frame-vv-offset-top: 0px;
}

.fr-promo {
  top: calc(env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px)) !important;
}

/* Promo close icon: force a clean textual "X" for consistent rendering */
.fr-promo-close {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}

.fr-promo-close span {
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  transform: none !important;
  display: inline-block;
}

.fr-promo-close span::before,
.fr-promo-close span::after {
  content: none !important;
}

.fr-nav {
  top: calc(env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px)) !important;
}

.fr-nav.scrolled {
  top: calc(env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px)) !important;
}

.fr-promo:not(.closed):not(.scrolled-out) + .fr-nav.scrolled {
  top: calc(40px + env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px)) !important;
}

.fr-promo:not(.closed):not(.scrolled-out) + .fr-nav {
  top: calc(40px + env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px)) !important;
}

.fr-promo.closed + .fr-nav,
.fr-promo.scrolled-out + .fr-nav {
  top: calc(env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px)) !important;
}

html.promo-closed .fr-promo {
  display: none !important;
}

html.promo-closed .fr-nav,
html.promo-closed .fr-nav.scrolled {
  top: calc(env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px)) !important;
}

/* Subpage heading consistency: one shared section title scale sitewide. */
body.subpage section h2 {
  font-size: clamp(26px, 2.1vw, 32px) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.01em !important;
}

/* Unified always-on booking CTA */
.floating-book-btn,
.lux-book-strip {
  display: none !important;
}

/* Primary booking CTA: readable and consistent across widths */
.fr-nav .fr-btn-cta {
  border-radius: 10px !important;
  width: auto;
  padding: 0.6em 1.1em !important;
  min-height: 46px;
  font-size: clamp(12px, 0.75vw, 14px) !important;
  font-weight: 700;
  letter-spacing: clamp(0.7px, 0.08vw, 1.2px) !important;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  background: #f8f6f1 !important;
  color: #121212 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
  white-space: nowrap;
  text-align: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.fr-nav .fr-btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22) !important;
}

.fr-nav .fr-btn-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(248, 246, 241, 0.8), 0 0 0 5px rgba(0, 0, 0, 0.22) !important;
}

.fr-nav .fr-btn-cta:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16) !important;
}

@media (min-width: 1000px) {
  .fr-nav-left {
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
  }

  .fr-menu-links-right {
    display: flex;
    align-items: center;
  }

  .fr-menu-links-right {
    gap: 22px;
    margin-left: auto;
  }
}

.fr-nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.fr-nav-dropdown-toggle {
  background: none;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.fr-nav-dropdown-toggle .fr-nav-dropdown-caret {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.2s ease;
  opacity: 0.78;
}

.fr-nav-dropdown::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 8px;
}

.fr-nav-dropdown-toggle::after,
.fr-menu-links a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.fr-nav-dropdown:hover .fr-nav-dropdown-toggle::after,
.fr-nav-dropdown:focus-within .fr-nav-dropdown-toggle::after,
.fr-nav-dropdown.is-open .fr-nav-dropdown-toggle::after,
.fr-menu-links a:hover::after {
  width: 100%;
}

.fr-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(20, 20, 20, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1200;
}

.fr-nav-dropdown-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

.fr-nav-dropdown-menu a {
  display: block;
  padding: 8px 2px;
  font-size: 10px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
}

.fr-nav-dropdown:hover .fr-nav-dropdown-menu,
.fr-nav-dropdown:focus-within .fr-nav-dropdown-menu,
.fr-nav-dropdown.is-open .fr-nav-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fr-nav-dropdown:hover .fr-nav-dropdown-toggle .fr-nav-dropdown-caret,
.fr-nav-dropdown:focus-within .fr-nav-dropdown-toggle .fr-nav-dropdown-caret,
.fr-nav-dropdown.is-open .fr-nav-dropdown-toggle .fr-nav-dropdown-caret {
  transform: translateY(-1px) rotate(180deg);
}

.fr-nav-groups-link {
  margin-left: 6px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.fr-nav.scrolled .fr-nav-groups-link,
body.subpage .fr-nav.scrolled .fr-nav-groups-link {
  border-left-color: rgba(0, 0, 0, 0.22);
}

.fr-nav.scrolled .fr-nav-dropdown-menu,
body.subpage .fr-nav.scrolled .fr-nav-dropdown-menu {
  border-color: rgba(0, 0, 0, 0.14);
  background: rgba(248, 248, 246, 0.96);
}

@media (max-width: 1280px) and (min-width: 769px) {
  .fr-menu-links {
    gap: clamp(8px, 1.2vw, 18px) !important;
  }

  .fr-menu-links a {
    font-size: clamp(7.8px, 0.36vw + 4.8px, 10px) !important;
    letter-spacing: clamp(0.3px, 0.05vw, 0.8px) !important;
    white-space: nowrap;
  }
}

@media (max-width: 1000px) {

  .fr-mobile-menu {
    justify-content: flex-start !important;
    align-items: stretch !important;
    text-align: left !important;
    padding: calc(86px + env(safe-area-inset-top, 0px)) 22px calc(132px + env(safe-area-inset-bottom, 0px)) !important;
    background: linear-gradient(180deg, #f6f5f2 0%, #f0efec 100%) !important;
  }

  .fr-mobile-menu .fr-mobile-link {
    transition-delay: 0s !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.01em;
  }

  .fr-mobile-menu .fr-mobile-section-label {
    font-family: "Selecta", sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(28, 28, 28, 0.66) !important;
    margin: 2px 0 4px !important;
    line-height: 1.1 !important;
  }

  .fr-mobile-menu .fr-mobile-link--location {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(22px, 5.6vw, 30px) !important;
    color: #1a1a1a !important;
  }

  .fr-mobile-menu .fr-mobile-link--location[href*="soco"] {
    color: var(--fr-terracotta) !important;
  }

  .fr-mobile-menu .fr-mobile-link--location[href*="treehouse"] {
    color: var(--fr-green) !important;
  }

  .fr-mobile-menu .fr-mobile-link--primary {
    font-family: "Selecta", sans-serif !important;
    font-size: clamp(22px, 5.8vw, 29px) !important;
    letter-spacing: 0.01em;
    color: #232323 !important;
  }

  .fr-mobile-menu .fr-mobile-menu-divider {
    width: 100% !important;
    max-width: none !important;
    margin: 16px 0 18px !important;
    height: 1px !important;
    background: rgba(20, 20, 20, 0.12) !important;
  }

  .fr-mobile-menu .fr-btn-solid {
    transition-delay: 0s !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 52px !important;
    border-radius: 10px !important;
    letter-spacing: 1.4px !important;
    font-size: 11px !important;
    padding: 0 18px !important;
  }

  .fr-mobile-close {
    top: calc(14px + env(safe-area-inset-top, 0px));
    right: 14px;
    width: 44px;
    height: 44px;
    border-color: rgba(0, 0, 0, 0.22);
    background: rgba(255, 255, 255, 0.95);
  }

  .fr-mobile-close::before,
  .fr-mobile-close::after {
    width: 16px;
    height: 2.4px;
  }

  .fr-nav .fr-btn-cta {
    white-space: nowrap !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
  }

  .fr-menu-links-right {
    min-width: 0;
  }
}

/* Hard reset after re-expanding from narrower widths. */
@media (min-width: 1281px) {
  .fr-menu-links a {
    font-size: 11px !important;
    letter-spacing: 1px !important;
  }

  .fr-nav .fr-btn-cta {
    min-height: 46px;
    font-size: 11px !important;
    letter-spacing: 1.05px !important;
    padding: 12px 20px !important;
  }
}

.starting-rate {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.starting-rate.soco {
  color: var(--fr-terracotta);
}

.starting-rate.treehouse {
  color: var(--fr-green);
}

.fr-page-header .text-overline {
  color: #c0c0c0;
}

.fr-page-header h1 {
  color: #fff !important;
}

.fr-page-header .fr-page-header-subtitle {
  max-width: 700px;
  margin: 20px auto 0;
  color: #ddd;
}

.property-arrival-note {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 12px;
}

.media-offset-top {
  margin-top: 20px;
}

.property-gallery-cta {
  margin-top: 22px;
  text-align: center;
}

.property-map-embed {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #edebe7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
}

.property-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.property-location-note {
  color: #555;
}

.property-location-actions {
  margin-top: 20px;
}

.contact-address-heading {
  margin-top: 30px;
}

.contact-address-label-soco {
  color: var(--fr-terracotta);
}

.contact-address-label-treehouse {
  color: var(--fr-green);
}

.contact-address-link-soco {
  color: var(--fr-terracotta);
}

.contact-address-link-treehouse {
  color: var(--fr-green);
}

.contact-arrival-note {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
  margin: 0;
  padding-top: 4px;
}

.contact-retreat-grid {
  gap: 20px;
}

.contact-connect-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.contact-detail-panel {
  display: grid;
  gap: 18px;
}

.contact-routing-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.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;
}

.contact-routing-card {
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 16px;
  padding: 18px 20px;
  background: #fff;
  box-shadow: none;
  min-height: 0;
}

.contact-routing-card .text-overline {
  margin-bottom: 10px;
}

.contact-routing-card-header {
  display: grid;
  gap: 2px;
}

.contact-routing-card-body {
  display: grid;
  gap: 14px;
  align-content: start;
}

.contact-routing-card p {
  margin: 0;
  color: #4a4a4a;
}

.contact-routing-email {
  margin-top: 2px;
}

.contact-routing-card a {
  display: inline-flex;
  width: fit-content;
  color: #1a1a1a;
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.25;
  border-bottom: 1px solid rgba(26, 26, 26, 0.26);
}

.contact-form-intro {
  display: grid;
  gap: 6px;
  margin-bottom: 6px;
}

.contact-form-card {
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 20px;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.998) 0%, rgba(251, 248, 242, 0.996) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.contact-form-card .group-inquiry-form {
  margin-top: 18px;
}

.contact-inquiry-form input,
.contact-inquiry-form select,
.contact-inquiry-form textarea {
  border-radius: 10px;
  border-color: rgba(18, 18, 18, 0.18);
  background: #fff;
}

.contact-inquiry-form .group-field {
  display: grid;
  gap: 6px;
}

.contact-inquiry-form .group-field-grid {
  gap: 18px 16px;
}

.contact-inquiry-form input:focus-visible,
.contact-inquiry-form select:focus-visible,
.contact-inquiry-form textarea:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.8);
  outline-offset: 2px;
}

.contact-submit-btn {
  margin-top: 8px !important;
  width: fit-content;
  min-height: 52px !important;
  padding: 0 28px !important;
  border-radius: 8px !important;
  background: #191919 !important;
  border-color: #191919 !important;
  color: #fff !important;
}

.fr-form-submit.is-success {
  background: #2f8f4e !important;
  border-color: #2f8f4e !important;
  color: #fff !important;
  cursor: default !important;
}

.contact-retreat-band {
  margin-top: clamp(56px, 7vw, 90px);
  padding-top: clamp(38px, 4vw, 52px);
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  display: grid;
  gap: 28px;
}

.contact-retreat-band .amenity-content p {
  color: #4a4a4a !important;
}

@media (max-width: 1000px) {
  .contact-connect-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.neighborhood-hero-section {
  background: #eaebe6;
}

.neighborhood-supporting-text {
  color: #555;
}

.neighborhood-mini-grid {
  gap: 30px;
}

.neighborhood-jump-link {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.neighborhood-jump-link:focus-visible {
  outline: 2px solid #222;
  outline-offset: 3px;
}

.neighborhood-map-embed {
  width: 100%;
  height: min(72vh, 720px);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #edebe7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
}

.neighborhood-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.neighborhood-highlight-card {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.neighborhood-highlight-card:focus-visible {
  outline: 2px solid #222;
  outline-offset: 3px;
}

.home-soft-bg {
  background: #f4f4f2;
}

.home-section-head {
  text-align: center;
  margin-bottom: 60px;
}

.home-section-head.spacious {
  margin-bottom: 80px;
}

.home-card-lead {
  font-size: 16px !important;
  margin-bottom: 20px;
}

.home-section-head h2,
.home-arrival-strip-head h2,
.property-card-title,
#page-home #amenities .amenity-content h4,
#page-home #home-mid-cta h3 {
  text-wrap: balance;
}

.home-card-lead,
.home-amenity-copy,
.compare-matrix-note {
  text-wrap: pretty;
}

.home-amenity-copy {
  font-size: 13px;
  color: #666;
}

.home-faq-wrap {
  max-width: 800px;
}

.home-faq-actions {
  text-align: center;
  margin-top: 40px;
}

.press-lead-mb {
  margin-bottom: 30px;
}

.press-meta-date {
  font-size: 12px;
  color: #666;
}

.press-inline-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}

.press-actions-center {
  text-align: center;
  margin-top: 36px;
}

.reviews-meta-line {
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reviews-card-source {
  margin-top: 14px;
}

.reviews-card-source-logo {
  display: block;
  max-width: 120px;
  max-height: 24px;
  width: auto;
  height: auto;
}

.reviews-source-chip {
  pointer-events: none;
}

.gallery-noscript-note {
  margin-top: 16px;
  color: #555;
}

#page-home .property-final-cta.compact {
  padding: 24px 0;
  background: #f8f8f7;
}

#page-home .property-final-cta.compact .property-final-cta-wrap {
  padding: 14px 16px;
  border-color: rgba(18, 18, 18, 0.1);
  background: #faf9f6;
}

#page-home .property-final-cta.compact .text-overline {
  margin-bottom: 8px;
}

#page-home .property-final-cta.compact h3 {
  margin: 0 0 4px;
  font-size: 24px;
}

#page-home .property-final-cta.compact p {
  font-size: 13px;
}

#page-home .property-final-cta.compact .fr-btn-solid {
  margin-top: 0;
  padding: 12px 18px;
  font-size: 10px;
  letter-spacing: 1.4px;
  background: #fff;
  color: #222;
  border: 1px solid rgba(18, 18, 18, 0.24);
}

#home-arrival-strip {
  padding-top: clamp(48px, 5vw, 72px) !important;
  padding-bottom: clamp(48px, 5vw, 72px) !important;
}

.property-arrival-strip {
  padding-top: clamp(44px, 4.6vw, 68px) !important;
  padding-bottom: clamp(44px, 4.6vw, 68px) !important;
}

.home-arrival-strip {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: linear-gradient(180deg, #fafaf8 0%, #f6f5f2 100%);
  border-radius: 12px;
  padding: clamp(26px, 3.2vw, 40px);
}

.home-arrival-strip-head h2 {
  margin-bottom: 0;
}

.home-arrival-points {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.home-arrival-point {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.72);
  padding: 18px 18px 16px;
  border-radius: 10px;
}

.home-arrival-point h3 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.2;
}

.home-arrival-point p {
  margin: 0;
  color: #494949;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .home-arrival-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.home-neighborhood {
  background: #f8f8f7;
}

.home-neighborhood-intro {
  margin-bottom: 40px;
  color: #555;
}

.home-neighborhood-actions {
  margin-top: 20px;
}

.home-neighborhood-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.home-neighborhood-group h4 {
  font-size: 14px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.home-neighborhood-group p {
  font-size: 13px;
  margin: 0 0 8px;
}

@media (max-width: 1000px) {
  .property-map-embed {
    min-height: 300px;
  }

  .neighborhood-map-embed {
    height: min(60vh, 460px);
  }

  #page-home .property-final-cta.compact h3 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  #page-home .property-final-cta.compact .property-final-cta-wrap {
    gap: 14px;
    padding: 18px 16px;
  }

  #page-home .home-mobile-line {
    display: block;
  }

  #page-home .property-final-cta.compact h3 {
    max-width: none;
    font-size: 20px;
    line-height: 1.12;
    text-wrap: initial;
  }
}

.home-neighborhood-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #f8f8f7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06) inset;
}

.home-neighborhood-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.property-card-title {
  margin-bottom: 12px;
}

.offers-hero-copy .feature-list {
  margin-bottom: 20px;
}

.offers-hero-cta {
  margin-top: 12px;
}

.offer-card-body .lead-text {
  font-size: 18px;
  line-height: 1.7;
  max-width: none;
  margin: 10px 0 14px;
}

body.subpage-offers [data-offers-custom-packages] .grid-2 {
  align-items: stretch;
}

body.subpage-offers [data-offers-custom-packages] .grid-2 > .amenity-card {
  height: 100%;
}

body.subpage-offers [data-offers-custom-packages] .offer-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.subpage-offers [data-offers-custom-packages] .offer-card-body .feature-list {
  margin-bottom: 0;
}

body.subpage-offers [data-offers-custom-packages] .offer-card-body .fr-btn-solid {
  margin-top: auto;
  align-self: flex-start;
}

.gallery-booking-cta {
  padding: 26px 28px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 12px;
  background: #faf9f6;
  text-align: center;
  margin-top: 40px;
}

.gallery-booking-cta p {
  margin: 0;
  color: #4e4e4e;
}

.gallery-booking-cta .fr-btn-solid {
  margin-top: 14px;
}

.fr-booking-dock {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: auto;
  transform: none;
  z-index: 1700;
  width: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.fr-booking-dock.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.fr-booking-dock__btn {
  width: auto;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(20, 20, 20, 0.88);
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  font-family: "Selecta", sans-serif;
  padding: 0 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.fr-booking-dock__btn:hover {
  background: rgba(20, 20, 20, 0.96);
  color: #fff;
}

.fr-booking-dock__btn:active,
.fr-booking-dock__btn:focus,
.fr-booking-dock__btn:focus-visible {
  transform: none;
  outline: none;
}

body.has-dock {
  padding-bottom: 0;
}

body.drawer-open {
  overflow: hidden;
}

body.subpage .fr-booking-dock__btn {
  font-size: 10px;
  letter-spacing: 1.2px;
}

body.subpage .fr-booking-dock__btn::after {
  content: "";
}

/* Breakpoint behavior is controlled in framestage.css to avoid conflicting nav states. */

@media (max-width: 1000px) {
  .fr-logo-img {
    height: 20px !important;
  }

  .fr-logo-text {
    font-size: 18px !important;
    letter-spacing: 2.4px !important;
  }

  .fr-nav {
    padding: 16px 20px;
    top: calc(40px + env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px));
  }

  .fr-nav.scrolled {
    padding: 12px 20px;
  }

  body.subpage .fr-page-header {
    margin-top: 0;
    padding: 96px 20px 34px !important;
    min-height: 0 !important;
  }

  body.subpage .fr-page-header h1 {
    font-size: clamp(36px, 11vw, 54px) !important;
    line-height: 1.06 !important;
  }

  body.subpage .fr-page-header p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .fr-btn-cta,
  .fr-btn-solid,
  .fr-btn-hero {
    min-height: 48px;
  }

  .drawer {
    width: 100%;
  }

  .drawer .head,
  .drawer .body,
  .drawer .foot {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .room-card {
    gap: 14px;
    padding: 14px;
  }

  .room-thumb {
    width: 88px;
    height: 88px;
  }

  footer .grid-2 {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  footer .grid-2 > div:nth-child(2) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  footer .grid-2 > div:nth-child(2) a[style*='font-size:16px'] {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  footer a[href^="mailto:"],
  footer a[href^="tel:"] {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  footer [style*='display:flex;gap:40px'] {
    gap: 16px !important;
    flex-direction: column;
  }

  footer [style*='justify-content:space-between'] {
    align-items: flex-start !important;
  }

  .fr-booking-dock {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }

  body.subpage .fr-booking-dock__btn {
    min-height: 42px;
    font-size: 10px;
    letter-spacing: 1.05px;
    padding: 0 15px;
  }
}

/* Homepage polish layer: spacing rhythm, typography hierarchy, and card consistency. */
#page-home section {
  padding-top: clamp(88px, 9vw, 132px);
  padding-bottom: clamp(88px, 9vw, 132px);
}

#page-home .container {
  max-width: 1360px;
}

#page-home .text-overline {
  letter-spacing: 2.2px;
  margin-bottom: 16px;
}

#page-home h2 {
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}

#page-home .lead-text {
  font-size: clamp(17px, 1.22vw, 21px);
  line-height: 1.8;
  color: #454545;
  max-width: 64ch;
}

#page-home .fr-hero-content {
  max-width: 980px;
  margin-top: 42px;
}

#page-home .fr-hero-content h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  max-width: 16ch;
  margin: 0 auto;
  letter-spacing: -0.028em;
  line-height: 1.05;
  text-wrap: balance;
}

#page-home .fr-hero-content p {
  font-family: "Selecta", sans-serif !important;
  font-weight: 400 !important;
  max-width: 44ch;
  margin: 20px auto 0;
  font-size: clamp(13px, 0.88vw, 15px);
  letter-spacing: 2.3px;
  line-height: 1.5;
  text-transform: uppercase;
}

#page-home .fr-btn-hero {
  font-family: "Selecta", sans-serif !important;
  font-weight: 500 !important;
  margin-top: 40px;
}


#page-home .home-trust-module {
  padding: 34px 5% 30px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#page-home .home-trust-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}

#page-home .home-trust-more {
  font-family: "Selecta", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2b2b2b;
  border-bottom: 1px solid rgba(43, 43, 43, 0.45);
}

#page-home .home-trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

#page-home .home-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#page-home .home-trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(25, 25, 25, 0.12);
  border-radius: 10px;
  padding: 18px;
  background: #fff;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#page-home .home-trust-card .trust-logo-img {
  height: 54px;
  max-width: 450px;
  z-index: 2;
  position: relative;
}

#page-home .home-trust-card p {
  margin: 4px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: #2d2d2d;
  z-index: 2;
  position: relative;
}

#page-home .home-trust-card a {
  margin-top: auto;
  align-self: flex-start;
  font-family: "Selecta", sans-serif;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1f1f1f;
  border-bottom: 1px solid rgba(31, 31, 31, 0.35);
  z-index: 2;
  position: relative;
}

#page-home .home-trust-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.09;
  z-index: 1;
  filter: saturate(0.8) contrast(1.05);
}

.gallery-toggle-label {
  margin: 6px 0 0;
  font-size: 13px;
  color: #666;
}

.gallery-category-filter {
  margin-top: 10px;
}

.room-perk {
  margin: 8px 0 4px !important;
  font-size: 11px !important;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6a6a6a !important;
}

.property-final-cta {
  padding: 34px 5% 48px;
  background: #f8f8f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.property-final-cta-wrap {
  border: 1px solid rgba(18, 18, 18, 0.14);
  border-radius: 10px;
  background: #fff;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.property-final-cta-wrap h3 {
  margin: 2px 0 6px;
}

.property-final-cta-wrap p {
  margin: 0;
  color: #5b5b5b;
  font-size: 14px;
}

.compare-matrix-wrap {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.compare-matrix-scroll {
  overflow-x: auto;
}

.compare-matrix {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  table-layout: fixed;
}

.compare-col-feature {
  width: 22%;
}

.compare-col-property {
  width: 39%;
}

.compare-matrix th,
.compare-matrix td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  text-align: left;
  vertical-align: top;
}

.compare-matrix th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5e5e5e;
  background: #f8f7f3;
}

.compare-matrix td {
  font-size: 15px;
  line-height: 1.55;
  color: #222;
}

.compare-matrix td:first-child {
  font-weight: 600;
  color: #171717;
}

.compare-book-row td {
  vertical-align: middle;
  padding-top: 18px;
  padding-bottom: 18px;
  background: linear-gradient(180deg, rgba(248, 247, 243, 0.5) 0%, #fff 100%);
}

.compare-book-row td:first-child {
  background: linear-gradient(180deg, rgba(248, 247, 243, 0.5) 0%, #fff 100%);
}

.compare-book-link {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  cursor: pointer;
  color: #fff;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.compare-book-link:hover,
.compare-book-link:focus-visible {
  background: #fff;
  color: #1e1e1e;
}

.compare-matrix-note {
  margin: 12px 0 0;
  font-size: 13px;
  color: #676767;
}


@media (max-width: 768px) {
  .compare-matrix {
    min-width: 0;
  }

  .compare-matrix th,
  .compare-matrix td {
    padding: 10px 8px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .compare-matrix th {
    font-size: 9px;
    letter-spacing: 0.07em;
  }

  .compare-matrix td {
    font-size: 12px;
    line-height: 1.4;
  }

  .compare-book-link {
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    font-size: 10px;
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .compare-matrix th:first-child,
  .compare-matrix td:first-child {
    width: 30%;
  }

  .compare-book-row td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.property-trust-module {
  padding: 40px 5%;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.property-trust-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}

.property-trust-more {
  font-family: "Selecta", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2b2b2b;
  border-bottom: 1px solid rgba(43, 43, 43, 0.45);
}

.property-trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.trust-logo-link,
#page-home .home-trust-logos .trust-logo-link,
.property-trust-logos .trust-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 2px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0.68;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.trust-logo-link:hover,
#page-home .home-trust-logos .trust-logo-link:hover,
.property-trust-logos .trust-logo-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.trust-logo-img,
#page-home .home-trust-logos .trust-logo-img,
.property-trust-logos .trust-logo-img {
  display: block;
  width: auto;
  max-width: 280px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0);
}

#page-home .home-trust-logos .trust-logo-img {
  max-width: 630px;
  height: 86px;
}

@media (max-width: 768px) {
  #page-home .home-trust-logos .trust-logo-img,
  .property-trust-logos .trust-logo-img,
  .trust-logo-img {
    max-width: 220px;
    height: 30px;
  }

  #page-home .home-trust-logos .trust-logo-img {
    max-width: 495px;
    height: 68px;
  }

  #page-home .home-trust-card .trust-logo-img {
    max-width: 360px;
    height: 44px;
  }

  #page-home .home-trust-grid {
    grid-template-columns: 1fr;
  }

  #page-home .home-trust-card {
    min-height: 0;
  }

  .property-final-cta-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .property-final-cta-wrap > :first-child {
    width: 100%;
  }

  .property-final-cta-wrap .fr-btn-solid {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #page-home .home-trust-logos,
  .property-trust-logos {
    gap: 10px 12px;
  }

  #page-home .home-trust-logos .trust-logo-img,
  .property-trust-logos .trust-logo-img,
  .trust-logo-img {
    max-width: 180px;
    height: 24px;
  }

  #page-home .home-trust-logos .trust-logo-img {
    max-width: 405px;
    height: 54px;
  }

  #page-home .home-trust-card .trust-logo-img {
    max-width: 300px;
    height: 36px;
  }
}

.property-gallery-section {
  padding: 52px 5% 44px;
  background: #f8f7f3;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.property-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.property-gallery-trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.property-gallery-trigger:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
  border-radius: 12px;
}

.property-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.property-included-section,
.property-location-section,
.property-policies-section {
  padding-top: 74px;
  padding-bottom: 74px;
}

.property-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.property-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.property-policy-grid > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fbfaf7;
  border-radius: 8px;
  padding: 20px;
}

.property-policy-grid h4 {
  font-size: 20px !important;
  margin-bottom: 6px;
}

.property-policy-grid p {
  margin: 0;
  color: #4f4f4f;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  .property-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

#page-home .grid-2 {
  gap: clamp(44px, 6.5vw, 96px);
}

#page-home #locations .grid-2 {
  gap: clamp(22px, 3.2vw, 48px);
}

#page-home #locations .container > div[style*='text-align:center'] {
  margin-bottom: clamp(56px, 7vw, 96px) !important;
}

#page-home #philosophy {
  padding-bottom: clamp(52px, 5.2vw, 72px);
}

#page-home #locations .amenity-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#page-home #locations .amenity-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#page-home #locations .feature-list {
  margin-bottom: auto;
}

#page-home #locations .fr-btn-solid {
  margin-top: 16px;
}

#page-home .feature-list {
  color: #666;
  font-size: clamp(14px, 1.02vw, 15px);
  line-height: 1.78;
  margin-top: 18px;
}

/* Group inquiry form */
.group-inquiry-shell {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(420px, 1.15fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: start;
}

.group-inquiry-contact-links {
  margin-top: 28px;
  display: grid;
  gap: 22px;
}

.group-inquiry-contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1e1e1e;
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
  width: fit-content;
}

.group-inquiry-contact-links svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.group-inquiry-form {
  display: grid;
  gap: 16px;
}

.group-inquiry-form label,
.group-inquiry-form legend {
  font-size: 14px;
  font-weight: 600;
  color: #191919;
}

.group-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 14px;
}

.group-field {
  display: grid;
  gap: 8px;
}

.group-inquiry-form label {
  display: grid;
  gap: 8px;
}

.group-inquiry-form input,
.group-inquiry-form select,
.group-inquiry-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(20, 20, 20, 0.62);
  border-radius: 0;
  background: #fff;
  padding: 10px 12px;
  color: #202020;
  font-size: 16px;
}

.group-inquiry-form textarea {
  min-height: 180px;
  resize: vertical;
}

.group-inquiry-form fieldset {
  border: 0;
  margin: 4px 0 2px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 12px 42px;
}

.group-inquiry-form .group-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.group-inquiry-form .group-radio input {
  width: 22px;
  height: 22px;
  min-height: 22px;
  margin: 0;
  accent-color: #111;
}

.group-submit-btn {
  margin-top: 6px !important;
  min-width: 160px;
  width: fit-content;
  border-radius: 0 !important;
  min-height: 56px !important;
  padding: 0 30px !important;
  font-size: 16px !important;
  letter-spacing: 0.4px !important;
  text-transform: none !important;
  background: #2f8f4e !important;
  border-color: #2f8f4e !important;
  color: #fff !important;
}

.group-submit-btn:hover {
  background: #267641 !important;
  border-color: #267641 !important;
}

.group-submit-btn.is-success {
  background: #2f8f4e !important;
  border-color: #2f8f4e !important;
  color: #fff !important;
  cursor: default !important;
}

.group-form-note {
  margin: 0;
  min-height: 20px;
  font-size: 13px;
  color: #5a5a5a;
}

.group-form-status {
  color: #2f8f4e;
  margin-top: -4px;
}

.group-form-status.is-success,
footer .fr-footer-newsletter-status.is-success {
  color: #2f8f4e !important;
  font-weight: 700 !important;
}

.group-field-hint {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #6b6b6b;
}

@media (max-width: 1000px) {
  .group-inquiry-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .group-field-grid {
    grid-template-columns: 1fr;
  }

  .group-inquiry-form fieldset {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .group-inquiry-form .group-radio {
    min-height: 44px;
    padding: 8px 0;
  }

  .group-inquiry-contact-links a {
    font-size: clamp(16px, 4.2vw, 24px);
  }
}

/* Homepage reviews module */
.home-reviews-module {
  background: #f8f8f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.home-reviews-head h2 {
  margin-bottom: 10px;
}

.home-reviews-sources {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0 8px;
}

.home-reviews-sources img {
  display: block;
  width: auto;
  height: 22px;
  object-fit: contain;
  opacity: 0.9;
}

.home-reviews-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 24px;
  padding: 4px;
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-radius: 999px;
  background: #fff;
}

.home-reviews-filter-btn {
  border: 0;
  background: transparent;
  color: #2a2a2a;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-reviews-filter-btn.is-active {
  background: #171717;
  color: #fff;
}

.home-reviews-proof {
  margin: 0 0 24px;
  padding: 16px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 10px;
  background: #fff;
}

.home-reviews-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-reviews-kpi {
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 8px;
  padding: 12px;
  background: #faf9f7;
}

.home-reviews-kpi-value {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.6vw, 30px);
  line-height: 1.1;
  color: #171717;
}

.home-reviews-kpi-label {
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666;
}

.home-reviews-highlights {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-reviews-highlight {
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.home-reviews-highlight-title {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f7d5e;
  margin-bottom: 8px;
}

.home-reviews-highlight-quote {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}

.home-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-review-card {
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}

.home-review-card.is-collapsed-item,
.neighborhood-item.is-collapsed-item {
  display: none;
}

.home-review-copy {
  margin: 0 0 12px;
  color: #333;
  line-height: 1.7;
  font-size: 15px;
}

.home-review-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #666;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-review-logo {
  margin-top: 12px;
  height: 18px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
}

.home-reviews-actions {
  margin-top: 20px;
  text-align: center;
}

/* Unified reviews module on homepage (matched to subpage proof-band scale) */
#home-reviews-section.proof-band {
  background: #f5f4f1;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}

#home-reviews-section.proof-band .proof-band__head {
  margin-bottom: 14px;
}

#home-reviews-section.proof-band .proof-band__head h2 {
  margin-bottom: 0;
}

#home-reviews-section.proof-band .proof-band__proof {
  margin: 0 0 18px;
  padding: 10px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: 10px;
  background: #fff;
}

#home-reviews-section.proof-band .proof-band__sources {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
}

#home-reviews-section.proof-band .proof-band__sources img {
  display: block;
  width: auto;
  height: 29px;
  object-fit: contain;
  opacity: 0.9;
}

#home-reviews-section.proof-band .proof-band__kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#home-reviews-section.proof-band .proof-band__kpi {
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  background: #faf9f7;
}

#home-reviews-section.proof-band .home-reviews-kpi-value {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.1vw, 30px);
  line-height: 1.08;
  color: #171717;
}

#home-reviews-section.proof-band .proof-band__kpi-label {
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666;
}

#home-reviews-section.proof-band .proof-band__source-note {
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a6a6a;
  text-align: right;
}

.press-actions-inline {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.press-actions-inline .fr-btn-solid {
  margin-top: 10px;
}

#home-reviews-section.proof-band .proof-band__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: stretch;
}

#home-reviews-section.proof-band .proof-press-card,
#home-reviews-section.proof-band .proof-quote-card {
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 10px;
  padding: 20px;
}

#home-reviews-section.proof-band .proof-press-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-reviews-section.proof-band .proof-press-card__quote {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.65;
  color: #1f1f1f;
}

#home-reviews-section.proof-band .proof-guest-stack {
  display: grid;
  gap: 12px;
}

#home-reviews-section.proof-band .proof-quote-card__text {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: #2a2a2a;
}

#home-reviews-section.proof-band .proof-quote-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6e6e6e;
}

#home-reviews-section.proof-band .proof-extra-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#home-reviews-section.proof-band .proof-band__actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

#home-reviews-section.proof-band .proof-band__more {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: #202020;
  -webkit-text-fill-color: #202020;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(20, 20, 20, 0.35);
  padding: 0 0 3px;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 1000px) {
  #home-reviews-section.proof-band .proof-band__kpis {
    grid-template-columns: 1fr;
  }

  #home-reviews-section.proof-band .proof-band__sources {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  #home-reviews-section.proof-band .proof-band__grid,
  #home-reviews-section.proof-band .proof-extra-grid {
    grid-template-columns: 1fr;
  }

  #home-reviews-section.proof-band .proof-band__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  #home-reviews-section.proof-band .proof-band__head h2 {
    max-width: none;
    font-size: clamp(38px, 11.5vw, 46px);
    line-height: 0.98;
    text-wrap: initial;
  }
}

@media (max-width: 1000px) {
  .fr-promo {
    display: none !important;
  }

  .fr-nav {
    top: calc(env(safe-area-inset-top, 0px) + var(--frame-vv-offset-top, 0px)) !important;
  }
}

/* Neighborhood full directory */
.neighborhood-directory-list {
  margin-top: 20px;
}

.neighborhood-directory-status {
  margin: 0 0 14px;
  color: #666;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.neighborhood-directory-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.neighborhood-tab {
  border: 1px solid rgba(18, 18, 18, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #2a2a2a;
  padding: 9px 16px;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.neighborhood-tab.is-active {
  background: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}

.neighborhood-category {
  padding: 20px 0;
  border-top: 1px solid rgba(18, 18, 18, 0.12);
}

.neighborhood-category h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.4vw, 34px) !important;
}

.neighborhood-items-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.neighborhood-item {
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 8px;
  padding: 14px 14px 12px;
  background: #fbfaf7;
}

.neighborhood-item h4 {
  margin: 0 0 6px;
  font-size: 18px !important;
}

.neighborhood-item .neighborhood-item-meta {
  margin: 0 0 6px;
  color: #6a6a6a;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.neighborhood-item p {
  margin: 0;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.65;
}

.neighborhood-directory-actions {
  margin-top: 14px;
  text-align: center;
}

.neighborhood-category-return {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.neighborhood-filter-return {
  border: 0;
  background: transparent;
  color: #555;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 6px 2px;
  cursor: pointer;
  border-bottom: 1px solid rgba(30, 30, 30, 0.28);
}

.neighborhood-filter-return:hover,
.neighborhood-filter-return:focus-visible {
  color: #1f1f1f;
  border-bottom-color: rgba(30, 30, 30, 0.56);
}

@media (max-width: 1000px) {
  .home-reviews-kpis,
  .home-reviews-highlights {
    grid-template-columns: 1fr;
  }

  .home-reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .neighborhood-items-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .neighborhood-directory-status {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.09em;
    line-height: 1.4;
  }

  .neighborhood-directory-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .neighborhood-tab {
    width: 100%;
    text-align: center;
    padding: 10px 8px;
    letter-spacing: 0.09em;
  }

  .home-reviews-sources {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 12px;
  }

  .home-reviews-sources img {
    height: 20px;
  }

  .home-reviews-filter {
    width: 100%;
    justify-content: center;
  }

  .home-reviews-grid {
    grid-template-columns: 1fr;
  }
}

#page-home .feature-list li {
  margin-bottom: 16px;
}

#page-home .feature-title {
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

#page-home .parallax-wrap img {
  border-radius: 6px;
}

#page-home #amenities .grid-4 {
  gap: 28px;
}

#page-home .amenity-card {
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

#page-home .amenity-content {
  padding: 24px 24px 26px;
}

#page-home .amenity-content h4 {
  font-size: 19px !important;
  line-height: 1.22 !important;
  margin-bottom: 8px;
}

#page-home .amenity-content p {
  font-size: 14px !important;
  line-height: 1.68 !important;
  color: #5a5a5a !important;
}

#page-home #neighborhood {
  background: #f5f4f1;
}

#page-home #neighborhood p {
  line-height: 1.74 !important;
  color: #4e4e4e !important;
}

#page-home #neighborhood h4 {
  font-size: 15px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em;
}

#page-home #neighborhood strong {
  font-weight: 700 !important;
}

#page-home .container[style*='max-width:800px'] {
  max-width: 900px !important;
}

#page-home .faq-item {
  border-color: rgba(17, 17, 17, 0.12);
  margin-bottom: 14px;
  padding-bottom: 6px;
}

#page-home .faq-item summary {
  font-size: 19px;
  line-height: 1.45;
  padding: 16px 0;
}

#page-home .faq-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #505050;
}

@media (max-width: 1000px) {
  #page-home section {
    padding-top: clamp(72px, 10vw, 98px);
    padding-bottom: clamp(72px, 10vw, 98px);
  }

  #page-home .home-section-head,
  #page-home #home-compare-section > .container {
    text-align: left;
  }

  #page-home .home-section-head h2,
  #page-home #home-compare-section h2 {
    max-width: none;
    margin-inline: 0;
  }

  #page-home #home-mid-cta h3 {
    width: 100%;
    max-width: none !important;
    margin-inline: 0;
    text-wrap: initial;
  }

  #page-home .fr-hero-content {
    margin-top: 18px;
    max-width: min(92vw, 520px);
  }

  #page-home .fr-hero-content h1 {
    max-width: 15.5ch;
  }

  #page-home .grid-2 {
    gap: 38px;
  }

  #page-home #locations .grid-2 {
    gap: 24px;
  }

  #page-home #locations .property-card-title {
    max-width: 11ch;
  }

  #page-home #locations .home-card-lead {
    max-width: 33ch;
  }

  /* Let mobile card copy use the full card width instead of desktop-style text measures. */
  #page-home #locations .property-card-title,
  #page-home #locations .home-card-lead,
  #page-home #locations .feature-list,
  #page-home #amenities .amenity-content h4,
  #page-home #amenities .home-amenity-copy {
    width: 100%;
    max-width: none !important;
    text-wrap: initial;
  }

  #page-home #philosophy {
    padding-bottom: 54px;
  }

  #page-home #amenities .grid-4 {
    gap: 20px;
  }

  #page-home #amenities .home-section-head h2 {
    max-width: 16ch;
  }

  #page-home .amenity-content {
    padding: 20px 20px 22px;
  }

  #page-home #neighborhood .container > .grid-2 {
    gap: 34px;
  }

  #page-home #neighborhood [style*='grid-template-columns: 1fr 1fr'] {
    gap: 26px 20px !important;
  }
}

/* Drawer interaction polish: smoother overlay-to-booking flow */
.drawer-overlay {
  background: rgba(10, 10, 10, 0.52) !important;
  backdrop-filter: blur(8px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(8px) saturate(1.05) !important;
  transition: opacity 0.2s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

.drawer {
  border-left: 1px solid rgba(20, 20, 20, 0.12);
  box-shadow: -28px 0 64px rgba(0, 0, 0, 0.24) !important;
  transition: transform 0.29s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.17s ease !important;
  opacity: 0.98;
  will-change: transform;
}

.drawer.active {
  opacity: 1;
}

.drawer > div {
  transition: opacity 0.19s ease, transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
  opacity: 0.92;
  transform: translateY(6px);
}

.drawer.active > div {
  opacity: 1;
  transform: translateY(0);
}

.drawer > div:nth-child(2) {
  transition-delay: 0.015s;
}

.drawer > div:nth-child(3) {
  transition-delay: 0.04s;
}

.drawer > div:nth-child(4) {
  transition-delay: 0.065s;
}

.drawer.is-closing > div {
  transition-delay: 0s !important;
}

body.drawer-open .fr-nav,
body.drawer-open .fr-booking-dock {
  transition: opacity 0.17s ease !important;
}

body.drawer-open .fr-nav {
  opacity: 0.35;
}

body.drawer-open .fr-booking-dock {
  opacity: 0 !important;
  pointer-events: none;
}

@media (max-width: 1000px) {
  .drawer {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 -20px 46px rgba(0, 0, 0, 0.2) !important;
  }

  .drawer-overlay {
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
  }

  .drawer > div {
    transform: translateY(4px);
  }

  body.drawer-open .fr-nav {
    opacity: 0.15;
  }
}

/* Master art direction layer */
:root {
  --frame-ink-900: #111111;
  --frame-ink-700: #2d2d2d;
  --frame-sand-100: #f7f5ef;
  --frame-sand-200: #efece3;
  --frame-gold: #b89a61;
  --frame-gold-soft: rgba(184, 154, 97, 0.36);
}

body {
  background:
    radial-gradient(1400px 600px at 20% -10%, rgba(184, 154, 97, 0.08) 0%, rgba(184, 154, 97, 0) 60%),
    linear-gradient(180deg, #f7f6f2 0%, #f2f1ed 100%) !important;
}

.fr-promo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  letter-spacing: 1.3px;
}

.fr-promo,
.fr-promo span,
.fr-promo strong {
  font-family: "Selecta", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px !important;
}

.fr-nav {
  border-bottom: 1px solid transparent;
}

.fr-nav.scrolled,
body.subpage .fr-nav.scrolled {
  background: rgba(237, 237, 235, 0.92) !important;
  border-bottom-color: rgba(15, 15, 15, 0.08) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.fr-nav .fr-btn-cta {
  background: linear-gradient(180deg, #f9f6ef 0%, #f1ebdc 100%) !important;
}

.fr-nav.scrolled .fr-btn-cta,
body.subpage .fr-nav.scrolled .fr-btn-cta {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.9) 0%, rgba(8, 8, 8, 0.86) 100%) !important;
  border-color: rgba(0, 0, 0, 0.74) !important;
  color: #ffffff !important;
}

/* Header RESERVE hover inversion in both nav states */
.fr-nav .fr-btn-cta:hover,
.fr-nav .fr-btn-cta:focus-visible {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.9) 0%, rgba(8, 8, 8, 0.86) 100%) !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0.74) !important;
}

@media (min-width: 1000px) {
  .fr-nav {
    padding: 34px 5% !important;
  }

  .fr-nav.scrolled,
  body.subpage .fr-nav.scrolled {
    padding: 24px 5% !important;
  }

  .fr-nav-center {
    row-gap: 3px;
  }
}

/* Narrow desktop guardrail: keep header actions readable between tablet and full desktop. */
@media (min-width: 1000px) and (max-width: 1120px) {
  .fr-menu-links-right {
    gap: 14px !important;
  }

  .fr-menu-links a,
  .fr-nav-dropdown-toggle {
    padding: 8px 10px !important;
  }

  .fr-nav .fr-btn-cta,
  .fr-btn-cta,
  .fr-btn-solid,
  .fr-btn-outline {
    white-space: nowrap !important;
  }

  .fr-nav .fr-btn-cta {
    padding: 10px 12px !important;
    font-size: 14px !important;
    min-width: fit-content;
  }
}

.fr-nav.scrolled .fr-btn-cta:hover,
.fr-nav.scrolled .fr-btn-cta:focus-visible {
  background: #ffffff !important;
  color: #121212 !important;
  border-color: rgba(17, 17, 17, 0.42) !important;
}

.fr-btn-solid {
  background: linear-gradient(180deg, #232323 0%, #111111 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.fr-btn-solid:hover {
  background: linear-gradient(180deg, #2d2d2d 0%, #171717 100%);
}

.fr-btn-solid.light {
  background: #ffffff;
  color: #121212;
  border-color: rgba(18, 18, 18, 0.16);
}

.fr-btn-solid.light:hover,
.fr-btn-solid.light:focus-visible {
  background: linear-gradient(180deg, #2d2d2d 0%, #171717 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
}

#page-home #locations .fr-btn-solid:not(.light):hover,
#page-home #locations .fr-btn-solid:not(.light):focus-visible {
  background: #ffffff;
  color: #121212;
  border-color: rgba(18, 18, 18, 0.28);
}

#page-home .fr-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.5) 72%, rgba(5, 5, 5, 0.62) 100%),
    radial-gradient(1200px 520px at 50% 110%, rgba(184, 154, 97, 0.16) 0%, rgba(184, 154, 97, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

#page-home .fr-hero-content {
  z-index: 2;
}

#page-home h2 {
  color: #1f1f1f;
}

#page-home .bg-dark h2 {
  color: #f4f3ee !important;
}

#page-home .bg-dark .lead-text,
#page-home .bg-dark .feature-list,
#page-home .bg-dark .feature-list li {
  color: #d8d8d8 !important;
}

#page-home .bg-dark .feature-title {
  color: #f1efe9 !important;
  opacity: 0.95 !important;
}

#page-home .text-overline {
  color: var(--fr-accent);
}

#page-home .amenity-card {
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07);
}

#page-home .amenity-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 17, 17, 0.2);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

footer {
  background: linear-gradient(180deg, #151515 0%, #0d0d0d 100%) !important;
}

footer a {
  position: relative;
}

footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: var(--frame-gold-soft);
  transition: width 0.22s ease;
}

footer a:hover::after {
  width: 100%;
}

footer .fr-footer-links-grid {
  grid-template-columns: 1fr;
  gap: 28px;
  width: min(100%, 420px);
  justify-self: end;
}

footer .fr-footer-home-link {
  width: 280px;
  margin-bottom: 24px;
}

footer .fr-footer-logo {
  width: 280px !important;
  max-width: 280px !important;
  height: auto;
}

footer .fr-footer-grid > div:first-child {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: stretch;
}

@media (min-width: 1001px) {
  footer .fr-footer-grid > div:nth-child(2) {
    padding-left: 56px;
  }
}

footer .fr-footer-left-bottom {
  margin-top: 0;
  display: grid;
  gap: 34px;
  align-self: end;
}

footer .fr-footer-contact-frame {
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  margin-top: 0;
}

footer .fr-footer-contact {
  align-self: start;
  width: 100%;
}

footer .fr-footer-contact-grid {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 20px 44px;
  align-items: end;
}

footer .fr-footer-newsletter-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 0;
  max-width: 680px;
}

@media (min-width: 1001px) {
  footer .fr-footer-grid {
    align-items: stretch;
  }

  footer .fr-footer-grid > div:first-child {
    min-height: 100%;
  }
}

footer .fr-footer-brand-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: auto;
  max-width: max-content;
  padding: 0 24px !important;
  margin-top: 0 !important;
  align-self: center;
  border-radius: 8px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

footer .fr-footer-brand-contact:hover,
footer .fr-footer-brand-contact:focus-visible {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  transform: none;
}

footer .fr-footer-brand-contact::after {
  content: none !important;
}

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

footer .fr-footer-newsletter-copy {
  margin: 0;
  color: #c9c2b6;
  font-size: 12px;
  line-height: 1.45;
  max-width: 52ch;
}

@media (min-width: 1001px) {
  footer .fr-footer-newsletter-copy {
    max-width: none;
    white-space: nowrap;
  }
}

footer .fr-footer-newsletter-kicker-inline {
  color: #9f9b94;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

footer .fr-footer-newsletter-form {
  width: 100%;
  justify-self: start;
  display: grid;
  gap: 10px;
}

footer .fr-footer-newsletter-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

footer .fr-footer-newsletter-controls input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  transition: border-color 0.22s ease, color 0.22s ease;
}

footer .fr-footer-newsletter-controls input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

footer .fr-footer-newsletter-controls input:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 2px;
  border-color: rgba(255, 255, 255, 0.28);
}

footer .fr-footer-newsletter-submit {
  min-height: 42px;
  margin-top: 0 !important;
  padding: 0 16px !important;
  border-radius: 2px !important;
  background: #f4efe7 !important;
  border: 1px solid #f4efe7 !important;
  color: #121212 !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

footer .fr-footer-newsletter-submit:hover,
footer .fr-footer-newsletter-submit:focus-visible {
  background: #ffffff !important;
  border-color: #ffffff !important;
  transform: none;
}

footer .fr-footer-newsletter-submit.is-success {
  background: #2f8f4e !important;
  border-color: #2f8f4e !important;
  color: #fff !important;
  box-shadow: none !important;
}

footer .fr-footer-newsletter-status {
  margin: 0;
  color: #d5cfc2;
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}

footer .fr-footer-newsletter-status:empty {
  display: none;
}

footer .fr-footer-legal {
  margin-top: 34px;
}

/* Homepage hero headline sizing override */
#page-home .fr-hero-content h1 {
  font-size: clamp(40px, 8vw, 75px) !important;
}

@media (max-width: 1000px) {
  #page-home .fr-hero-content h1 {
    font-size: clamp(32px, 8.6vw, 48px) !important;
    line-height: 1.02;
  }
}

#page-home .fr-hero-content .hero-line,
#page-home .fr-hero-content .hero-kicker-line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  #page-home .fr-hero-content .hero-line,
  #page-home .fr-hero-content .hero-kicker-line {
    white-space: normal;
  }
}

@media (max-width: 900px) {
  #page-home .fr-hero-content .hero-line,
  #page-home .fr-hero-content .hero-kicker-line {
    display: inline;
    white-space: normal;
  }

  #page-home .fr-hero-content p {
    max-width: 24ch;
    margin: 18px auto 0;
    font-size: clamp(12px, 3.2vw, 14px);
    letter-spacing: 0.18em;
    line-height: 1.45;
    text-wrap: balance;
  }

  #page-home .fr-hero-content .hero-kicker-line + .hero-kicker-line::before {
    content: " ";
  }

  footer .fr-footer-newsletter-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
    max-width: 100%;
  }

  footer .fr-footer-left-bottom {
    margin-top: 0;
    gap: 28px;
  }

  footer .fr-footer-newsletter-form {
    width: 100%;
    max-width: 420px;
    justify-self: stretch;
  }

  footer .fr-footer-contact-frame {
    min-height: 0;
    padding: 0;
  }
}

@media (max-width: 560px) {
  footer .fr-footer-home-link,
  footer .fr-footer-logo {
    width: 220px !important;
    max-width: 220px !important;
  }

  footer .fr-footer-contact-frame {
    width: 100%;
    min-height: 0;
    padding: 0;
  }

  footer .fr-footer-newsletter-controls {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  footer .fr-footer-newsletter-submit {
    width: 100%;
  }
}

/* Conversion polish layer */
@keyframes frameKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

#page-home .fr-video-bg {
  animation: frameKenBurns 14s ease-in-out infinite alternate;
  transform-origin: center center;
}

body.subpage-soco .fr-page-header::before,
body.subpage-treehouse .fr-page-header::before {
  animation: frameKenBurns 16s ease-in-out infinite alternate;
}

@media (max-width: 1000px) {
  #page-home .fr-video-bg {
    animation: none;
    transform: none;
  }

  #page-home .fr-hero::after {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.32) 0%, rgba(5, 5, 5, 0.56) 72%, rgba(5, 5, 5, 0.68) 100%);
  }
}

/* Frosted mobile booking bar on subpages */
@media (max-width: 1000px) {
  body.subpage .fr-booking-dock {
    left: 14px;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  }

  body.subpage .fr-booking-dock__btn {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(14, 16, 20, 0.62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    letter-spacing: 1.35px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
  }

  body.subpage.has-dock {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
}

/* Room card conversion perks */
.room-perk {
  cursor: pointer;
  user-select: none;
}

.room-perk:hover {
  color: #232323 !important;
}

/* Micro carousel inside property room cards */
.room-mini-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.room-mini-carousel .amenity-img {
  transition: opacity 0.26s ease;
}

.room-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(12, 12, 12, 0.46);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.room-carousel-nav.prev { left: 8px; }
.room-carousel-nav.next { right: 8px; }

.room-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 6px;
}

.room-carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
}

.room-carousel-dot.is-active {
  background: rgba(255, 255, 255, 0.94);
}

/* Compare split-screen */
.compare-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.compare-split-pane {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: flex 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.compare-split-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compare-split-pane::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.5) 0%, rgba(8, 8, 10, 0.82) 82%);
}

.compare-split-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 34px;
  max-width: 520px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.compare-split-content h3,
.compare-split-content p,
.compare-split-content li,
.compare-split-content .feature-title {
  color: #fff !important;
}

.compare-split-content .text-overline {
  color: rgba(255, 255, 255, 0.9) !important;
}

.compare-split-content p,
.compare-split-content li {
  color: rgba(255, 255, 255, 0.96) !important;
}

.compare-split-content .feature-list {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
}


@media (min-width: 1001px) {
  .compare-split {
    display: flex;
  }

  .compare-split-pane {
    flex: 1 1 50%;
  }

  .compare-split:hover .compare-split-pane {
    filter: saturate(0.85) brightness(0.88);
  }

  .compare-split .compare-split-pane:hover {
    flex: 1 1 58%;
    filter: saturate(1) brightness(1);
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1000px) {
  .compare-split {
    grid-template-columns: 1fr;
  }

  .compare-split-pane {
    min-height: 420px;
  }

}

@media (min-width: 1001px) and (max-width: 1366px) {
  .compare-split-pane {
    min-height: 440px;
  }
}

@media (max-height: 820px) and (min-width: 1001px) {
  .compare-split-pane {
    min-height: 360px;
  }

  .compare-split-content {
    padding: 26px;
    max-width: 460px;
  }
}

/* Gallery grid + luxury lightbox */
body.subpage-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 14px;
  align-items: stretch;
}

body.subpage-gallery .gallery-item {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

body.subpage-gallery .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

body.subpage-gallery .gallery-item-trigger {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  display: block;
  text-align: left;
  cursor: pointer;
}

body.subpage-gallery .gallery-item-trigger:focus-visible {
  outline: 2px solid #111;
  outline-offset: -2px;
}

body.subpage-gallery .gallery-item figcaption,
body.subpage-gallery .gallery-item-caption {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
  padding: 10px 12px;
  min-height: 56px;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  body.subpage-gallery .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body.subpage-gallery .gallery-grid { grid-template-columns: 1fr; }
}

body.gallery-lightbox-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  background:
    radial-gradient(circle at top, rgba(34, 38, 48, 0.35), transparent 42%),
    rgba(8, 9, 12, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}

.gallery-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.gallery-lightbox-shell {
  width: min(100%, 1440px);
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  padding:
    max(14px, env(safe-area-inset-top))
    max(14px, env(safe-area-inset-right))
    max(18px, env(safe-area-inset-bottom))
    max(14px, env(safe-area-inset-left));
}

.gallery-lightbox-topbar,
.gallery-lightbox-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.gallery-lightbox-meta,
.gallery-lightbox-caption-wrap {
  min-width: 0;
}

.gallery-lightbox-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gallery-lightbox-eyebrow,
.gallery-lightbox-property {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-lightbox-counter {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.gallery-lightbox-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gallery-lightbox-viewport {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  touch-action: pan-y;
  cursor: grab;
  isolation: isolate;
  user-select: none;
}

.gallery-lightbox-viewport::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 9, 12, 0.28), transparent 16%, transparent 84%, rgba(8, 9, 12, 0.28));
  pointer-events: none;
  z-index: 1;
}

.gallery-lightbox-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-lightbox-track.is-dragging {
  transition: none;
  cursor: grabbing;
}

.gallery-lightbox-slide {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 38px);
}

.gallery-lightbox-slide[data-gallery-empty="true"] {
  opacity: 0;
}

.gallery-lightbox-slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.gallery-lightbox-image {
  width: auto;
  max-width: min(100%, 1320px);
  max-height: 100%;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

.gallery-lightbox-bottom {
  align-items: flex-end;
}

.gallery-lightbox-caption {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: none;
}

.gallery-lightbox-hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: right;
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next,
.gallery-lightbox-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
  width: 52px;
  height: 52px;
  padding: 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.gallery-lightbox-close {
  font-size: 28px;
  line-height: 0.9;
}

.gallery-lightbox-cta {
  min-height: 46px;
  padding: 0 18px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.gallery-lightbox-prev {
  left: clamp(10px, 2vw, 22px);
}

.gallery-lightbox-next {
  right: clamp(10px, 2vw, 22px);
}

.gallery-lightbox-single .gallery-lightbox-prev,
.gallery-lightbox-single .gallery-lightbox-next {
  display: none;
}

.gallery-lightbox-close:focus-visible,
.gallery-lightbox-prev:focus-visible,
.gallery-lightbox-next:focus-visible,
.gallery-lightbox-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (hover: hover) {
  .gallery-lightbox-close:hover,
  .gallery-lightbox-cta:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
  }

  .gallery-lightbox-prev:hover,
  .gallery-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.04);
  }
}

@media (max-width: 900px) {
  .gallery-lightbox-shell {
    gap: 10px;
  }

  .gallery-lightbox-viewport {
    border-radius: 22px;
  }

  .gallery-lightbox-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .gallery-lightbox-hint {
    text-align: left;
  }

  .gallery-lightbox-prev,
  .gallery-lightbox-next {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
}

@media (max-width: 680px) {
  .gallery-lightbox-shell {
    padding:
      max(10px, env(safe-area-inset-top))
      max(10px, env(safe-area-inset-right))
      max(14px, env(safe-area-inset-bottom))
      max(10px, env(safe-area-inset-left));
  }

  .gallery-lightbox-topbar {
    align-items: flex-start;
  }

  .gallery-lightbox-toolbar {
    margin-left: auto;
  }

  .gallery-lightbox-cta {
    display: none;
  }

  .gallery-lightbox-viewport {
    border-radius: 18px;
  }

  .gallery-lightbox-slide {
    padding: 18px 14px;
  }

  .gallery-lightbox-image {
    max-height: calc(100svh - 230px);
  }

  .gallery-lightbox-caption {
    font-size: 18px;
  }

  .gallery-lightbox-hint {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .gallery-lightbox-prev,
  .gallery-lightbox-next {
    width: 42px;
    height: 42px;
    bottom: 12px;
    top: auto;
    transform: none;
  }

  .gallery-lightbox-prev:hover,
  .gallery-lightbox-next:hover {
    transform: none;
  }
}

.feature-soft-cta {
  margin-top: 14px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: #4c4c4c !important;
}

.feature-soft-cta span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.trust-quote-carousel {
  padding: 34px 5%;
  background: #f8f8f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.trust-quote-track {
  position: relative;
  min-height: 108px;
}

.trust-quote-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.32s ease, transform 0.32s ease;
  display: grid;
  align-content: center;
  gap: 10px;
}

.trust-quote-slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.trust-quote-slide .trust-logo-img {
  height: 28px !important;
  max-width: 200px !important;
}

.trust-quote-slide p {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  color: #232323;
  max-width: 52ch;
}

.press-unified-module {
  padding: 40px 5%;
  background: #f8f8f7;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.press-unified-module .property-trust-head {
  margin-bottom: 14px;
}

.press-unified-module .property-trust-logos {
  margin-bottom: 20px;
}

.press-unified-module .property-trust-logos .trust-logo-img {
  height: clamp(22px, 2.3vw, 36px) !important;
}

.press-unified-module .trust-quote-track {
  min-height: 122px;
}

.press-unified-module .trust-quote-slide .trust-logo-img {
  height: 40px !important;
  max-width: 320px !important;
}

.press-unified-module .trust-quote-slide p {
  font-size: 21px;
  max-width: 56ch;
}

@media (max-width: 768px) {
  .trust-quote-track {
    min-height: 130px;
  }

  .trust-quote-slide p {
    font-size: 18px;
  }

  .press-unified-module .property-trust-logos .trust-logo-img {
    height: clamp(18px, 5vw, 28px) !important;
  }

  .press-unified-module .trust-quote-slide .trust-logo-img {
    height: 34px !important;
    max-width: 240px !important;
  }

  .press-unified-module .trust-quote-slide p {
    font-size: 18px;
  }
}

/* Ensure property highlight card media always renders */
body.subpage-soco .soco-rooms .amenity-card > img.amenity-img,
body.subpage-treehouse section .amenity-card > img.amenity-img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  min-height: 220px;
  object-fit: cover;
}

body.subpage-soco .soco-rooms .amenity-card > .room-mini-carousel,
body.subpage-treehouse section .amenity-card > .room-mini-carousel {
  display: block !important;
  min-height: 220px;
}


/* Trust logos: one responsive line on desktop, two responsive lines on mobile */
#page-home .home-trust-logos,
.property-trust-logos {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
}

#page-home .home-trust-logos .trust-logo-link,
.property-trust-logos .trust-logo-link {
  min-width: 0;
  width: 100%;
  justify-content: center;
}

#page-home .home-trust-logos .trust-logo-img,
.property-trust-logos .trust-logo-img {
  width: 100%;
  max-width: none !important;
  height: clamp(16px, 1.8vw, 27px) !important;
  object-fit: contain;
}

@media (max-width: 768px) {
  #page-home .home-trust-logos,
  .property-trust-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 12px;
  }

  #page-home .home-trust-logos .trust-logo-img,
  .property-trust-logos .trust-logo-img {
    height: clamp(14px, 4.5vw, 20px) !important;
  }

}

.press-unified-module .property-trust-logos .trust-logo-img {
  height: clamp(22px, 2.6vw, 38px) !important;
}

@media (max-width: 768px) {
  .press-unified-module .property-trust-logos .trust-logo-img {
    height: clamp(18px, 5vw, 30px) !important;
  }
}

/* Final pass: unified press module alignment + quote polish */
.press-unified-module {
  padding: clamp(44px, 5.2vw, 64px) 5%;
  background: #f8f8f7;
}

.press-unified-module .property-trust-head {
  align-items: center;
  margin-bottom: clamp(20px, 2.1vw, 28px);
}

.press-unified-module .press-unified-actions {
  margin-top: clamp(12px, 1.5vw, 20px);
  display: flex;
  justify-content: flex-end;
}

.press-unified-module .property-trust-logos {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: center;
  column-gap: clamp(18px, 2vw, 30px);
  row-gap: clamp(10px, 1.1vw, 14px);
  padding-inline: clamp(8px, 1vw, 16px);
  margin-top: clamp(10px, 1.2vw, 18px);
  margin-bottom: clamp(16px, 1.8vw, 24px);
}

.press-unified-module .property-trust-logos .trust-logo-link {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 0 6px;
  justify-content: center;
  align-items: center;
  opacity: 0.74;
}

.press-unified-module .property-trust-logos .trust-logo-link:hover {
  opacity: 1;
}

.press-unified-module .property-trust-logos .trust-logo-img {
  width: auto !important;
  max-width: min(92%, 190px);
  height: clamp(22px, 2vw, 28px) !important;
  object-fit: contain;
  object-position: center;
  filter: brightness(0);
  transform: none !important;
}

.press-unified-module .property-trust-logos img[alt="Travel + Leisure"],
.press-unified-module .property-trust-logos img[alt="Austin American-Statesman"] {
  transform: scale(1.8) !important;
  transform-origin: center;
}

.press-unified-module .property-trust-logos img[alt="Modern Luxury"] {
  width: 100% !important;
  max-width: min(92%, 150px) !important;
  height: auto !important;
}

.press-unified-module .trust-quote-track {
  position: relative;
  min-height: clamp(248px, 19vw, 336px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.64) 100%),
    radial-gradient(480px 180px at 50% -22%, rgba(168, 139, 86, 0.17) 0%, rgba(168, 139, 86, 0) 70%);
  padding: clamp(18px, 2vw, 28px) clamp(22px, 2.4vw, 36px);
  overflow: hidden;
}

.press-unified-module .trust-quote-track::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.5) 49%, rgba(255, 255, 255, 0) 62%);
  transform: translateX(-130%);
  pointer-events: none;
}

html[data-motion-pack="on"] .press-unified-module .trust-quote-track::after {
  animation: trust-quote-panel-sheen 4.2s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

.press-unified-module .trust-quote-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: clamp(18px, 1.5vw, 24px) clamp(150px, 14vw, 210px) clamp(18px, 1.5vw, 24px) clamp(28px, 2.2vw, 40px);
}

.press-unified-module .trust-quote-slide .trust-logo-img {
  position: absolute;
  right: clamp(20px, 1.8vw, 30px);
  bottom: clamp(18px, 1.5vw, 24px);
  height: clamp(32px, 2.5vw, 46px) !important;
  max-width: min(20%, 172px) !important;
  object-fit: contain;
  object-position: right bottom;
}

.press-unified-module .trust-quote-slide img[alt="Travel + Leisure"] {
  transform: scale(1.5);
  transform-origin: right bottom;
}

.press-unified-module .trust-quote-slide img[alt="Austin American-Statesman"] {
  transform: scale(1.5);
  transform-origin: right bottom;
}

.press-unified-module .trust-quote-slide p {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(25px, 2.15vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: #1f1f1f;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400;
  text-align: left;
  text-wrap: balance;
  white-space: normal;
  padding-block: clamp(8px, 0.8vw, 14px);
}

@media (min-width: 1100px) {
  .press-unified-module .trust-quote-slide {
    padding-right: clamp(136px, 13vw, 192px);
    padding-left: clamp(32px, 2.5vw, 48px);
  }
}

@media (min-width: 1100px) and (max-width: 1440px), (max-height: 860px) and (min-width: 1100px) {
  .press-unified-module .trust-quote-slide {
    padding-right: clamp(122px, 12vw, 176px);
  }

  .press-unified-module .trust-quote-slide p {
    max-width: none;
    font-size: clamp(23px, 1.95vw, 33px);
  }
}

html[data-motion-pack="on"] .press-unified-module .trust-quote-slide.is-active p {
  background-image: linear-gradient(104deg, #1f1f1f 0%, #635b4d 34%, #1f1f1f 68%);
  background-size: 185% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: trust-quote-shine 4.8s cubic-bezier(0.2, 0.8, 0.2, 1) 1;
}

@keyframes trust-quote-shine {
  0% {
    background-position: 105% 0;
    opacity: 0.88;
  }
  24% {
    opacity: 1;
  }
  100% {
    background-position: -95% 0;
    opacity: 1;
  }
}

@keyframes trust-quote-panel-sheen {
  0% {
    transform: translateX(-130%);
    opacity: 0;
  }
  24% {
    opacity: 0.22;
  }
  55% {
    transform: translateX(130%);
    opacity: 0.08;
  }
  100% {
    transform: translateX(130%);
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  .press-unified-module .property-trust-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .press-unified-module .trust-quote-track::after {
    display: none;
  }

  .press-unified-module .property-trust-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 10px;
  }

  .press-unified-module .property-trust-logos .trust-logo-link {
    min-height: 48px;
    padding: 0 4px;
  }

  .press-unified-module .trust-quote-track {
    min-height: 176px;
    padding: 18px 16px;
  }

  .press-unified-module .trust-quote-slide {
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 18px 16px;
  }

  .press-unified-module .trust-quote-slide .trust-logo-img {
    position: static;
    order: 2;
    height: clamp(24px, 6vw, 34px) !important;
    max-width: min(62%, 220px) !important;
    align-self: flex-start;
  }

  .press-unified-module .trust-quote-slide p {
    order: 1;
    max-width: 100%;
    font-size: clamp(18px, 5.8vw, 30px);
    line-height: 1.18;
  }

  .press-unified-module .press-unified-actions {
    justify-content: center;
  }

  html[data-motion-pack="on"] .press-unified-module .trust-quote-slide.is-active p {
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    color: #1f1f1f;
    -webkit-text-fill-color: #1f1f1f;
    animation: none;
  }
}

body.subpage-instagram .instagram-collections {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

body.subpage-instagram .instagram-collection-card {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 22px;
  background: #fff;
}

body.subpage-instagram .instagram-collection-head {
  margin-bottom: 14px;
}

body.subpage-instagram .instagram-collection-head h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 30px);
}

body.subpage-instagram .instagram-collection-head p {
  margin: 0;
  color: #666;
}

body.subpage-instagram .instagram-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.subpage-instagram .instagram-collection-item {
  margin: 0;
}

body.subpage-instagram .instagram-collection-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

body.subpage-instagram .instagram-collection-item figcaption {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #666;
}

body.subpage-instagram .instagram-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

body.subpage-instagram .instagram-loading,
body.subpage-instagram .instagram-empty {
  color: #666;
  margin: 0;
}

body.subpage-instagram .instagram-feed-status {
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5d5d5d;
}

body.subpage-instagram .instagram-feed-status--fallback {
  color: #825600;
}

body.subpage-instagram .instagram-collection-item a {
  display: block;
}

body.subpage-instagram .instagram-collection-item a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

body.subpage-instagram .instagram-post-date {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #909090;
}

@media (max-width: 1000px) {
  body.subpage-instagram .instagram-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.subpage-instagram .instagram-collection-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage middle-section art direction */
#page-home #home-compare-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

#page-home #locations {
  background: #f5f4f1;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

#page-home #home-compare-section .container {
  position: relative;
  z-index: 1;
}

#page-home #home-compare-section .compare-matrix-wrap {
  border-color: rgba(20, 20, 20, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}

#page-home #home-compare-section .compare-matrix th {
  background: #f2eee6;
}

#page-home #home-compare-section .compare-matrix-note {
  color: #545454;
}

#home-reviews-section.proof-band {
  background: #f5f4f1;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}

#home-reviews-section.proof-band .proof-band__proof {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  border-color: rgba(20, 20, 20, 0.14);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

#home-reviews-section.proof-band .proof-press-card,
#home-reviews-section.proof-band .proof-quote-card {
  border-color: rgba(20, 20, 20, 0.14);
  background: rgba(255, 255, 255, 0.9);
}

#page-home .press-unified-module {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

#page-home .press-unified-module::before {
  content: none;
}

#page-home .press-unified-module .container {
  position: relative;
  z-index: 1;
}

#page-home .press-unified-module .property-trust-logos {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-block: clamp(14px, 1.5vw, 20px);
}

#page-home #home-mid-cta {
  background: #ffffff;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

#page-home #home-mid-cta .property-final-cta-wrap {
  position: relative;
  overflow: hidden;
  width: min(100%, 980px);
  margin-inline: auto;
  border-radius: 14px;
  border-color: rgba(20, 20, 20, 0.16);
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.94) 0%, rgba(252, 250, 246, 0.9) 68%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.07);
}

#page-home #home-mid-cta .property-final-cta-wrap::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -50px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
}

#page-home #amenities {
  background: #f5f4f1;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

#page-home #neighborhood {
  background: #f5f4f1;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

#page-home #neighborhood + .bg-white {
  background: #ffffff;
}

@media (max-width: 900px) {
  #home-reviews-section.proof-band,
  #page-home .press-unified-module,
  #page-home #home-mid-cta {
    background-image: none;
  }

  #page-home #locations,
  #home-reviews-section.proof-band,
  #page-home #amenities,
  #page-home #neighborhood {
    background: #f5f4f1;
  }

  #page-home #home-compare-section,
  #page-home #home-mid-cta,
  #page-home .press-unified-module,
  #page-home #neighborhood + .bg-white {
    background: #ffffff;
  }
}

/* Low-resolution desktop + tablet hardening */
@media (min-width: 1000px) and (max-width: 1366px) {
  body {
    font-size: 15px;
  }

  .fr-nav {
    padding: 18px 4%;
  }

  .fr-menu-links {
    gap: 18px;
  }

  .fr-btn-cta {
    padding: 12px 18px;
  }

  section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container {
    max-width: 1180px;
  }

  .grid-2 {
    gap: 42px;
  }

  .grid-4 {
    gap: 18px;
  }

  .fr-footer .fr-footer-links-col a[href="full-house-and-groups.html"] {
    font-size: 14px;
    white-space: nowrap;
  }

  .hero-badge {
    height: 124px;
  }
}

@media (min-width: 1367px) {
  .fr-footer .fr-footer-links-col a[href="full-house-and-groups.html"] {
    white-space: nowrap;
  }
}

@media (max-width: 1000px) {
  #page-home .hero-badge {
    height: 101px !important;
    width: auto !important;
  }
}

@media (max-height: 780px) and (min-width: 1001px) {
  .fr-hero {
    min-height: 680px;
    height: 100svh;
  }

  .fr-hero-content {
    margin-top: 18px;
  }

  .fr-btn-hero {
    margin-top: 24px;
  }
}

/* Booking tray no-price layout balance */
@media (min-width: 1001px) {
  #drawer {
    width: min(720px, calc(100vw - 48px));
  }
}

#drawer .room-card {
  padding: 0;
  gap: 0;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(260px, 50%) minmax(0, 1fr);
  align-items: start;
  border-radius: 12px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  overflow: visible;
  background: #fff;
  transition:
    border-color 0.22s var(--fr-ease),
    box-shadow 0.22s var(--fr-ease),
    background-color 0.22s var(--fr-ease);
}

#drawer .room-card:hover {
  border-color: rgba(111, 125, 94, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

#drawer .room-card.selected {
  border-color: rgba(111, 125, 94, 0.82);
  background: linear-gradient(180deg, rgba(111, 125, 94, 0.08), rgba(111, 125, 94, 0.03));
  box-shadow:
    0 0 0 2px rgba(111, 125, 94, 0.34),
    0 14px 30px rgba(56, 71, 45, 0.16);
}

#drawer .room-card.selected::after {
  content: 'Selected';
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 7;
  padding: 6px 10px 5px;
  border-radius: 999px;
  background: rgba(111, 125, 94, 0.96);
  color: #fff;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(36, 46, 31, 0.22);
  pointer-events: none;
}

#drawer .room-thumb {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
  align-self: start;
  display: block;
}

#drawer .room-thumb.room-mini-carousel {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 12px 0 0 12px;
  align-self: start;
  flex: none;
  overflow: hidden;
}

#drawer .room-thumb.room-mini-carousel .room-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#drawer .room-thumb.room-mini-carousel .room-carousel-nav {
  width: 28px;
  height: 28px;
  font-size: 16px;
}

#drawer .room-thumb.room-mini-carousel .room-carousel-dots {
  bottom: 9px;
  gap: 5px;
}

#drawer .room-thumb.room-mini-carousel .room-carousel-dot {
  width: 6px;
  height: 6px;
}

#drawer .room-badge {
  top: -10px;
  right: 14px;
  z-index: 6;
}

#drawer .room-card-copy {
  flex: 1;
  padding: 16px 18px;
  display: grid;
  gap: 8px;
  align-content: start;
}

#drawer .room-card-title {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 600;
  margin-bottom: 2px;
}

#drawer .room-card.selected .room-card-title {
  color: #31452b;
}

#drawer .room-card-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #4e4e4e;
  margin-bottom: 0;
}

#drawer .room-card-highlights {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  display: grid;
  gap: 5px;
}

#drawer .room-card-highlights li {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.35;
  color: #2f2f2f;
}

#drawer .room-card-highlights li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
}

#drawer .room-card.selected .room-card-highlights li::before {
  color: var(--fr-green);
}

#drawer .room-scarcity {
  margin-top: 4px;
  font-size: 12px;
}

#drawer .booking-proceed-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  background: var(--fr-dark);
  color: #fff;
}

#drawer .booking-proceed-btn.is-disabled,
#drawer .booking-proceed-btn:disabled,
#drawer .booking-proceed-btn[aria-disabled='true'] {
  background: #b9b2a9;
  color: rgba(255, 255, 255, 0.9);
  cursor: not-allowed;
  pointer-events: none;
}

#drawer .booking-proceed-spinner {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-top-color: #fff;
  display: none;
  animation: frameBookingProceedSpin 0.8s linear infinite;
}

#drawer .booking-proceed-btn.is-loading {
  cursor: wait;
  opacity: 0.94;
}

#drawer .booking-proceed-btn.is-loading .booking-proceed-spinner {
  display: inline-block;
}

@keyframes frameBookingProceedSpin {
  to {
    transform: rotate(360deg);
  }
}

#drawer .booking-date-row {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

#drawer .booking-trust-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #6f7d5e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

#drawer .booking-date-input-group {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  cursor: pointer;
  transition: border-color 0.24s var(--fr-ease), background-color 0.24s var(--fr-ease), box-shadow 0.24s var(--fr-ease);
}

#drawer .booking-input-group {
  display: grid;
  gap: 8px;
  align-content: center;
}

#drawer .booking-date-input-group.is-awaiting-dates {
  border-color: rgba(166, 156, 142, 0.78);
  background: linear-gradient(180deg, rgba(252, 249, 244, 0.98), #fff);
  box-shadow: inset 0 0 0 1px rgba(166, 156, 142, 0.16);
}

#drawer .booking-date-input-group.is-awaiting-dates .booking-label {
  color: #766d62;
}

#drawer .booking-input {
  min-height: 24px;
  line-height: 1.35;
  padding: 0;
  cursor: pointer;
}

#drawer .booking-date-input-group:hover,
#drawer .booking-date-input-group:focus-visible,
#drawer .booking-date-input-group:focus-within {
  border-color: rgba(34, 34, 34, 0.24);
}

#drawer .booking-input::placeholder {
  color: #6f6f6f;
  opacity: 1;
}

#drawer .booking-date-hint {
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--fr-accent);
}

#drawer .booking-date-hint[hidden] {
  display: none !important;
}

@media (max-width: 1000px) {
  #drawer .drawer-prop-details {
    padding: 12px 14px;
  }

  #drawer .drawer-prop-details-title {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 1.1px;
    text-transform: none;
  }

  #drawer #drawer-prop-desc {
    display: block;
    font-size: 13px;
    line-height: 1.5;
  }

  #drawer .booking-label {
    margin-bottom: 8px;
    line-height: 1.25;
  }

  #drawer .booking-input {
    font-size: 15px;
    line-height: 1.45;
  }

  #drawer .booking-trust-row {
    margin-bottom: 24px;
    column-gap: 14px;
    row-gap: 8px;
    font-size: 13px;
    line-height: 1.45;
    flex-wrap: wrap;
  }

  #drawer .room-card {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }

  #drawer .room-thumb {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 12px 12px 0 0;
  }

  #drawer .room-thumb.room-mini-carousel {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 12px 12px 0 0;
  }

  #drawer .room-thumb.room-mini-carousel .room-carousel-nav {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  #drawer .room-thumb.room-mini-carousel .room-carousel-dots {
    bottom: 12px;
    gap: 6px;
  }

  #drawer .room-thumb.room-mini-carousel .room-carousel-dot {
    width: 7px;
    height: 7px;
  }

  #drawer .room-card-copy {
    padding: 16px 16px 15px;
    gap: 10px;
  }

  #drawer .room-card-title {
    font-size: 22px;
    line-height: 1.2;
  }

  #drawer .room-card-desc {
    font-size: 13px;
    line-height: 1.6;
  }

  #drawer .room-card-highlights {
    gap: 6px;
  }

  #drawer .room-card-highlights li {
    font-size: 13px;
    line-height: 1.45;
  }

  #drawer .room-badge {
    top: 12px;
    right: 12px;
    font-size: 9px;
    padding: 5px 9px;
  }
}

/* Booking calendar styling: keep tray calendar aligned across viewport sizes */
.flatpickr-calendar.frame-booking-calendar {
  --frame-booking-calendar-width: min(420px, calc(100vw - 28px));
  width: var(--frame-booking-calendar-width) !important;
  min-width: var(--frame-booking-calendar-width) !important;
  max-width: var(--frame-booking-calendar-width) !important;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 12px 0 10px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

.flatpickr-calendar.frame-booking-calendar .flatpickr-months {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.flatpickr-calendar.frame-booking-calendar .flatpickr-weekdays {
  margin-bottom: 6px;
}

.flatpickr-calendar.frame-booking-calendar .flatpickr-rContainer,
.flatpickr-calendar.frame-booking-calendar .flatpickr-days {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-calendar.frame-booking-calendar .flatpickr-weekdaycontainer,
.flatpickr-calendar.frame-booking-calendar .dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-calendar.frame-booking-calendar .flatpickr-weekday {
  text-align: center;
  letter-spacing: 0.08em;
}

.flatpickr-calendar.frame-booking-calendar .flatpickr-day {
  position: relative;
  height: 58px;
  padding-top: 0;
  border-radius: 999px;
  border: 2px solid transparent;
}

.flatpickr-calendar.frame-booking-calendar .day-price {
  display: none !important;
}

.flatpickr-calendar.frame-booking-calendar .flatpickr-day.selected,
.flatpickr-calendar.frame-booking-calendar .flatpickr-day.startRange,
.flatpickr-calendar.frame-booking-calendar .flatpickr-day.endRange,
.flatpickr-calendar.frame-booking-calendar .flatpickr-day.selected.inRange,
.flatpickr-calendar.frame-booking-calendar .flatpickr-day.startRange.inRange,
.flatpickr-calendar.frame-booking-calendar .flatpickr-day.endRange.inRange {
  background: transparent;
  color: #2f3135;
  border-color: #8d97a6;
}

.flatpickr-calendar.frame-booking-calendar .flatpickr-day.inRange {
  background: transparent;
  border-color: transparent;
}

@media (max-width: 1279px) {
  .flatpickr-calendar.frame-booking-calendar .flatpickr-day {
    height: 52px;
    padding-top: 0;
    border-radius: 0;
    border-width: 1px;
  }

  .flatpickr-calendar.frame-booking-calendar .day-price {
    display: none;
  }
}

/* Booking tray Litepicker fallback: stable single-month geometry across platforms */
.litepicker.frame-booking-calendar-lite {
  --frame-booking-calendar-width: min(420px, calc(100vw - 28px));
  max-width: calc(100vw - 28px) !important;
  z-index: 3005 !important;
  font-family: var(--font-body), sans-serif;
}

.litepicker.frame-booking-calendar-lite .container__main {
  width: auto !important;
}

.litepicker.frame-booking-calendar-lite .container__months {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  overflow: hidden;
  background: #f8f8f8;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

.litepicker.frame-booking-calendar-lite .month-item-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 14px;
}

.litepicker.frame-booking-calendar-lite .month-item-weekdays-row {
  border-bottom: 1px solid #ececec;
}

.litepicker.frame-booking-calendar-lite .month-item-weekday {
  letter-spacing: 0.08em;
  color: #727272;
  font-size: 13px;
  font-weight: 700;
}

.litepicker.frame-booking-calendar-lite .day-item {
  border-radius: 999px;
}

.litepicker.frame-booking-calendar-lite .day-item.is-start-date,
.litepicker.frame-booking-calendar-lite .day-item.is-end-date {
  background: #111 !important;
  color: #fff !important;
}

/* Spreadsheet pass polish set */

/* Row 10: explicit home photo strip modules */
.home-photo-strip {
  padding: 0 !important;
  background: #f7f6f3;
}

.home-photo-strip-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: min(1440px, 100vw);
  margin: 0 auto;
}

.home-photo-strip-single .home-photo-strip-inner {
  grid-template-columns: minmax(0, 1fr);
}

.home-photo-strip img {
  display: block;
  width: 100%;
  height: clamp(180px, 28vw, 340px);
  object-fit: cover;
}

@media (max-width: 900px) {
  .home-photo-strip-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-photo-strip img {
    height: 220px;
  }
}

/* Row 2: collapse nav sooner so Reserve never truncates in low-width desktop/tablet */
@media (max-width: 1120px) {
  .fr-menu-links,
  .fr-nav-center {
    display: none !important;
  }

  .fr-burger {
    display: inline-flex !important;
  }

  .fr-nav {
    padding: 14px 18px !important;
  }
}

/* Row 12: subtle structure line, not a heavy shadow */
.fr-nav {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(18, 18, 18, 0.06) !important;
}

/* Rows 13,14,16: zoom and spacing comfort without flattening hero intent */
#page-home section {
  padding-top: clamp(76px, 7.5vw, 116px);
  padding-bottom: clamp(76px, 7.5vw, 116px);
}

#page-home .container {
  max-width: 1200px;
}

#page-home .home-trust-card,
.amenity-card {
  min-height: 0;
}

@media (min-width: 1001px) and (max-width: 1420px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1000px) {
  #page-home section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .fr-hero {
    height: auto !important;
    min-height: min(100svh, 760px);
  }
}

/* Rows 18,20: tighter premium card rhythm + baseline alignment */
.amenity-content h4 {
  margin: 0 0 10px;
  line-height: 1.22;
}

.amenity-content p {
  margin: 0;
}

.property-included-grid .amenity-card,
.offers-hero-copy .amenity-card,
.treehouse-room-types .amenity-card,
.soco-rooms .amenity-card {
  border-radius: 10px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

/* Keep side-by-side card rows on a shared baseline. */
@media (min-width: 801px) {
  .grid-2 > .amenity-card,
  .grid-4 > .amenity-card {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .grid-2 > .amenity-card .amenity-content,
  .grid-4 > .amenity-card .amenity-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
  }

  .grid-2 > .amenity-card .amenity-content .fr-btn-solid,
  .grid-4 > .amenity-card .amenity-content .fr-btn-solid {
    margin-top: auto;
  }
}

/* With Every Stay + Offers cards: align with homepage card format and avoid bounce */
body.subpage-soco .property-included-grid .amenity-card,
body.subpage-treehouse .property-included-grid .amenity-card,
body.subpage-offers .amenity-card {
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07) !important;
  transition: box-shadow 0.24s ease, border-color 0.24s ease !important;
}

body.subpage-soco .property-included-grid .amenity-card:hover,
body.subpage-treehouse .property-included-grid .amenity-card:hover,
body.subpage-offers .amenity-card:hover {
  transform: none !important;
  border-color: rgba(17, 17, 17, 0.2) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.09) !important;
}

/* Row 19: normalize "With every stay" heading/card scale to match other subpage sections */
.property-included-section h2 {
  font-size: clamp(26px, 2.1vw, 32px);
  line-height: 1.14;
}

.property-included-section .amenity-content h4 {
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.3;
}

/* Keep supporting copy baseline aligned across "With every stay" cards. */
@media (min-width: 1001px) {
  .property-included-grid .amenity-content {
    display: flex;
    flex-direction: column;
  }

  .property-included-grid .amenity-content h4 {
    min-height: 2.6em;
    margin-bottom: 10px;
  }
}

/* Row 25: property-scoped FAQ search */
.faq-search-wrap {
  margin: 10px 0 18px;
}

.faq-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 16px;
}

.faq-category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 15, 15, 0.22);
  background: #fff;
  color: #4a4a4a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
}

.faq-category-link:hover {
  border-color: rgba(15, 15, 15, 0.45);
}

.faq-category-link.is-active {
  border-color: #222;
  background: #222;
  color: #fff;
}

.faq-search-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5f5f5f;
}

.faq-search-input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(15, 15, 15, 0.2);
  background: #fff;
  font-size: 16px;
}

.faq-search-empty {
  padding: 12px 0 4px;
  color: #666;
}

.faq-item-property-tag {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(22, 22, 22, 0.2);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a6a6a;
}

/* Rows 30,31: stable iPhone reserve bar/button rendering */
@media (max-width: 1000px) {
  body.subpage.has-dock .fr-mobile-bottom-bar {
    display: none !important;
  }

  .fr-mobile-bottom-bar {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    border-radius: 999px;
    border: 0.5px solid rgba(255, 255, 255, 0.24);
    background: rgba(8, 10, 14, 0.42) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 4px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  }

  .fr-mobile-bottom-bar .fr-btn-solid {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 999px !important;
    border: 0.5px solid rgba(255, 255, 255, 0.28) !important;
    background: rgba(14, 18, 30, 0.9) !important;
    min-height: 44px !important;
    box-shadow: none !important;
    padding: 0 18px !important;
    letter-spacing: 2px !important;
    font-size: 11px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.subpage .fr-mobile-bottom-bar .fr-btn-solid {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }
}

/* Row 35: stronger mobile section rhythm (notably iPhone Safari). */
@media (max-width: 768px) {
  #page-home section:not(.bg-dark):nth-of-type(odd) {
    background: #f2f1ec !important;
  }

  #page-home section:not(.bg-dark):nth-of-type(even) {
    background: #ffffff !important;
  }

  body.subpage section:not(.bg-dark):nth-of-type(odd) {
    background: #f3f2ed !important;
  }

  body.subpage section:not(.bg-dark):nth-of-type(even) {
    background: #ffffff !important;
  }
}

/* Canonical mobile menu styling across all widths (prevents legacy centered fallback). */
.fr-mobile-menu {
  justify-content: flex-start !important;
  align-items: stretch !important;
  text-align: left !important;
  padding: calc(86px + env(safe-area-inset-top, 0px)) 22px calc(132px + env(safe-area-inset-bottom, 0px)) !important;
  background: linear-gradient(180deg, #f6f5f2 0%, #f0efec 100%) !important;
}

.fr-mobile-menu .fr-mobile-link {
  transition-delay: 0s !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.01em !important;
}

.fr-mobile-menu .fr-mobile-section-label {
  font-family: "Selecta", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgba(28, 28, 28, 0.66) !important;
  margin: 2px 0 4px !important;
  line-height: 1.1 !important;
}

.fr-mobile-menu .fr-mobile-link--location {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(22px, 3.2vw, 30px) !important;
  color: #1a1a1a !important;
}

.fr-mobile-menu .fr-mobile-link--location[href*="soco"] {
  color: var(--fr-terracotta) !important;
}

.fr-mobile-menu .fr-mobile-link--location[href*="treehouse"] {
  color: var(--fr-green) !important;
}

.fr-mobile-menu .fr-mobile-link--primary {
  font-family: "Selecta", sans-serif !important;
  font-size: clamp(22px, 3.4vw, 29px) !important;
  letter-spacing: 0.01em !important;
  color: #232323 !important;
}

.fr-mobile-menu .fr-mobile-menu-divider {
  width: 100% !important;
  max-width: none !important;
  margin: 16px 0 18px !important;
  height: 1px !important;
  background: rgba(20, 20, 20, 0.12) !important;
}

@media (max-width: 1000px) {
  .fr-mobile-menu {
    padding-bottom: calc(154px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .fr-mobile-menu .fr-mobile-menu-cta {
    position: fixed !important;
    left: 22px !important;
    right: 22px !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    z-index: 2102;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .fr-mobile-menu {
    padding:
      calc(90px + env(safe-area-inset-top, 0px))
      22px
      calc(154px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .fr-mobile-menu .fr-mobile-section-label {
    margin: 4px 0 10px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.16em !important;
  }

  .fr-mobile-menu .fr-mobile-link {
    padding: 12px 0 !important;
    line-height: 1.24 !important;
  }

  .fr-mobile-menu .fr-mobile-link--location {
    font-size: clamp(20px, 2.9vw, 26px) !important;
    line-height: 1.22 !important;
  }

  .fr-mobile-menu .fr-mobile-link--primary {
    font-size: clamp(20px, 3vw, 27px) !important;
    line-height: 1.2 !important;
  }
}

/* Global width system: content at ~1070px, select visual modules at 1200px. */
:root {
  --frame-content-max: 1070px;
  --frame-wide-max: 1200px;
}

.container {
  max-width: var(--frame-content-max);
}

#page-home .container {
  max-width: var(--frame-content-max);
}

#page-home #locations .container,
#page-home #home-compare-section .container,
#page-home #amenities .container,
#page-home #neighborhood .container,
#page-home .press-unified-module .container,
#page-home #home-mid-cta .container,
#page-home .property-final-cta .container {
  max-width: var(--frame-wide-max);
}

/* Homepage amenities: avoid forced empty line under short titles. */
#page-home #amenities .amenity-content h4 {
  margin-bottom: 14px;
  min-height: 0;
}

/* Subpage header baseline consistency. */
body.subpage .fr-page-header .text-overline {
  font-size: 11px;
  letter-spacing: 2.6px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.78) !important;
}

body.subpage .fr-page-header h1 {
  font-size: clamp(40px, 5.8vw, 72px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em !important;
}

body.subpage .fr-page-header .fr-page-header-subtitle,
body.subpage .fr-page-header p {
  margin: 20px auto 0;
  max-width: 62ch;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.68;
}

/* With Every Stay + Treehouse + Offers cards: homepage formatting + subtle shadow-only hover. */
body.subpage-soco .property-included-grid .amenity-card,
body.subpage-treehouse .property-included-grid .amenity-card,
body.subpage-offers .amenity-card {
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07) !important;
  transition: box-shadow 0.22s ease, border-color 0.22s ease !important;
}

body.subpage-soco .property-included-grid .amenity-content,
body.subpage-treehouse .property-included-grid .amenity-content,
body.subpage-offers .amenity-content {
  padding: 24px 24px 26px;
}

body.subpage-soco .property-included-grid .amenity-card:hover,
body.subpage-treehouse .property-included-grid .amenity-card:hover,
body.subpage-offers .amenity-card:hover {
  transform: none !important;
  border-color: rgba(17, 17, 17, 0.14) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.085) !important;
}

@media (max-width: 1000px) {
  body.subpage .fr-page-header h1 {
    font-size: clamp(34px, 8.8vw, 52px) !important;
  }

  body.subpage .fr-page-header .fr-page-header-subtitle,
  body.subpage .fr-page-header p {
    max-width: 36ch;
  }
}

/* iPhone Safari: make white/off-white alternation visibly distinct. */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 1000px) {
    #page-home .home-soft-bg,
    #page-home #amenities,
    #page-home #neighborhood,
    body.subpage section:not(.bg-dark):not(.bg-white) {
      background: #f0eee7 !important;
    }

    #page-home .bg-white,
    body.subpage section.bg-white {
      background: #ffffff !important;
    }
  }
}

/* Mobile hardening: never reserve promo height above nav. */
@media (max-width: 1000px) {
  :root {
    --frame-vv-offset-top: 0px !important;
  }

  .fr-promo {
    display: none !important;
    height: 0 !important;
    transform: translateY(-100%) !important;
    pointer-events: none !important;
  }

  .fr-nav,
  .fr-nav.scrolled,
  .fr-promo + .fr-nav,
  .fr-promo:not(.closed):not(.scrolled-out) + .fr-nav,
  .fr-promo:not(.closed):not(.scrolled-out) + .fr-nav.scrolled,
  .fr-promo.closed + .fr-nav,
  .fr-promo.scrolled-out + .fr-nav {
    top: 0 !important;
  }
}

/* iPhone Firefox hard-fix: avoid dynamic safe-area top shifts when browser chrome collapses. */
@media (max-width: 1000px) {
  html .fr-nav,
  html .fr-nav.scrolled,
  html.promo-closed .fr-nav,
  html.promo-closed .fr-nav.scrolled {
    top: 0 !important;
  }
}

/* iPhone Firefox scroll stability: remove heavy fixed-layer effects that cause jitter. */
html.ios-firefox .fr-nav,
html.ios-firefox .fr-nav.scrolled,
html.ios-firefox .fr-mobile-bottom-bar,
html.ios-firefox .drawer-overlay {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ios-firefox .fr-nav,
html.ios-firefox .fr-nav.scrolled {
  transition: none !important;
}

/* Mobile reserve CTA: keep a persistent control without obscuring nearby content. */
@media (max-width: 1000px) {
  :root {
    --frame-mobile-cta-clearance: 104px;
  }

  body {
    padding-bottom: calc(var(--frame-mobile-cta-clearance) + env(safe-area-inset-bottom, 0px));
  }

  body.menu-open,
  body.drawer-open {
    padding-bottom: 0;
  }

  .fr-mobile-bottom-bar {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 4px !important;
    border-radius: 999px !important;
  }

  body.menu-open .fr-mobile-bottom-bar,
  body.drawer-open .fr-mobile-bottom-bar {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .fr-mobile-bottom-bar .fr-btn-solid {
    min-height: 48px !important;
    padding: 0 18px !important;
    letter-spacing: 1.8px !important;
  }

  #page-home .hero-badge {
    bottom: -38px !important;
    right: clamp(16px, 4vw, 24px) !important;
  }

  #page-home .press-unified-module {
    padding-bottom: calc(124px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 768px) {
  .press-unified-module .trust-quote-track {
    display: none !important;
    min-height: 0;
  }

  .press-unified-module .trust-quote-slide {
    padding: 18px 16px 18px;
  }

  .press-unified-module .trust-quote-slide p {
    font-size: clamp(17px, 5.2vw, 26px);
    line-height: 1.2;
  }
}
