:root{--property-hero-fallback:#344d3b;--property-gallery-main-fallback:#4a5e50;--property-gallery-living-fallback:#6a685d;--property-gallery-pool-fallback:#3f6f74;--property-gallery-bedroom-fallback:#6d604f;--property-gallery-area-fallback:#56726a;--property-room-primary-fallback:#6d604f;--property-room-secondary-fallback:#71675d;--property-room-terrace-fallback:#506b58;--property-nearby-beach-fallback:#4f7f83;--property-nearby-dining-fallback:#6a604f;--property-nearby-golf-fallback:#3a5040;--property-nearby-airport-fallback:#566c78;--property-nearby-shop-fallback:#6a5e49}.property_hero{align-items:flex-end;min-height:min(72vh,34rem);display:flex;position:relative;overflow:hidden}.property_hero_media{background-color:var(--property-hero-fallback);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.property_hero_media:after{content:"";background:linear-gradient(#0a120e0d 15%,#0a120e75 55%,#050c09d6 100%);position:absolute;inset:0}.property_hero_body{z-index:1;width:100%;padding-inline:var(--padding-global);padding-block:var(--size-10);position:relative}.property_hero_inner{justify-content:space-between;align-items:flex-end;gap:var(--size-8);display:flex}.property_hero_copy{max-width:var(--max-w-3xl)}.property_hero_eyebrow{font-family:var(--font-sans);font-size:var(--type-eyebrow);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--fg-tertiary)}.property_hero_title{max-width:44rem;margin-top:var(--size-2);font-family:var(--font-display);font-size:var(--type-hero);font-weight:var(--font-weight-normal);letter-spacing:var(--tracking-tight);text-wrap:balance;line-height:1.02}.property_hero_text{max-width:var(--max-w-lg);margin-top:var(--size-3);font-size:var(--type-body);line-height:var(--leading-relaxed);color:var(--fg-secondary)}.property_hero_stats{gap:var(--size-7);flex-shrink:0;display:flex}.property_hero_stat{text-align:center;min-width:4rem}.property_hero_stat_num{color:var(--fg-primary);font-family:var(--font-display);font-size:var(--font-size-3xl);line-height:var(--leading-flat);display:block}.property_hero_stat_label{margin-top:var(--size-1);font-family:var(--font-mono);font-size:var(--type-tagline);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--fg-tertiary);display:block}.property_context_label{font-family:var(--font-sans);font-size:var(--type-eyebrow);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--fg-secondary)}.property_context_bar{padding-block:var(--size-2);border-bottom:1px solid var(--border-default);display:none}.property_context_bar.is-visible{display:block}.property_context_inner{justify-content:space-between;align-items:center;gap:var(--size-4);display:flex}.property_context_label strong{color:var(--fg-primary)}.property_context_clear{color:var(--interactive-fg);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);white-space:nowrap;text-decoration:none}.property_gallery{gap:var(--size-1);margin-top:var(--size-1);grid-template-rows:repeat(2,minmax(8rem,1fr));grid-template-columns:2fr 1fr 1fr;height:18.75rem;display:grid;overflow:hidden}.property_gallery_item{background-color:var(--property-gallery-main-fallback);cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.property_gallery_item[role=button]{transition:filter var(--duration-base,.18s) var(--ease-out,ease)}.property_gallery_item[role=button]:hover{filter:brightness(1.03)}.property_gallery_item[role=button]:before{content:"";z-index:1;opacity:0;transition:opacity var(--duration-base,.18s) var(--ease-out,ease);pointer-events:none;background:#0c131029;position:absolute;inset:0}.property_gallery_item[role=button]:after{content:"";z-index:2;border-radius:var(--radius-circle);width:2.75rem;height:2.75rem;box-shadow:var(--shadow-sm);opacity:0;transition:opacity var(--duration-base,.18s) var(--ease-out,ease), transform var(--duration-base,.18s) var(--ease-out,ease);pointer-events:none;background-color:#fffffff0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23233227' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 4l4 0l0 4'/%3E%3Cpath d='M14 10l6 -6'/%3E%3Cpath d='M8 20l-4 0l0 -4'/%3E%3Cpath d='M4 20l6 -6'/%3E%3Cpath d='M16 20l4 0l0 -4'/%3E%3Cpath d='M14 14l6 6'/%3E%3Cpath d='M8 4l-4 0l0 4'/%3E%3Cpath d='M4 4l6 6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1.2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.85)}.property_gallery_item[role=button]:hover:before,.property_gallery_item[role=button]:focus-visible:before{opacity:1}.property_gallery_item[role=button]:hover:after,.property_gallery_item[role=button]:focus-visible:after{opacity:1;transform:translate(-50%,-50%)scale(1)}.property_gallery_item:focus-visible{outline:2px solid var(--border-focus,var(--fg-accent));outline-offset:-3px}.property_gallery_item:first-child{grid-row:1/span 2}.property_gallery_badge{right:var(--size-2);bottom:var(--size-2);padding:var(--size-1) var(--size-2-5);border-radius:var(--radius-sm);position:absolute}.property_section{padding-block:var(--size-22)}.property_layout{gap:var(--size-14);grid-template-columns:minmax(0,1fr) minmax(19rem,21.25rem);align-items:start;display:grid}.property_content{min-width:0}.property_sidebar{top:calc(var(--nav-height) + var(--size-6));scroll-margin-top:calc(var(--nav-height) + var(--size-4));position:sticky}.property_detail_block{padding-block:var(--size-8);border-bottom:1px solid var(--border-muted)}.property_detail_block:first-child{padding-top:0}.property_detail_block:last-child{border-bottom:0}.property_section_title{font-family:var(--font-display);font-size:var(--type-section);font-weight:var(--font-weight-normal);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);text-wrap:balance;margin-top:var(--size-1-5)}.property_body_text{margin-top:var(--size-4)}.property_body_text p{font-size:var(--type-body);line-height:var(--leading-relaxed);color:var(--fg-secondary)}.property_body_text p+p{margin-top:var(--size-3)}.property_room_grid,.property_nearby_grid,.property_testimonial_grid{gap:var(--size-3);margin-top:var(--size-5);display:grid}.property_room_grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property_room_grid .media_card_media{height:8.75rem}.property_faq_list{margin:var(--size-0);padding-left:var(--size-0);list-style:none}.property_amenity_grid{gap:var(--size-2);margin-top:var(--size-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.property_amenity_category{padding:var(--size-3) var(--size-3) var(--size-1);font-family:var(--font-sans);font-size:var(--type-eyebrow);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--fg-tertiary);grid-column:1/-1}.property_amenity_category:first-child{padding-top:var(--size-0)}.property_nearby_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property_nearby_grid .media_card_media{height:8.125rem}.property_included{margin-top:var(--size-12);padding-top:var(--size-10);border-top:1px solid var(--border-muted)}.property_included>.check_list{gap:var(--size-2-5) var(--size-12);margin-top:var(--size-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.property_journey_fits{padding-block:var(--size-10);border-top:1px solid var(--border-muted);border-bottom:1px solid var(--border-muted)}.property_journey_fit_tags>.fit_tags{margin-top:var(--size-4)}.property_testimonial_header{align-items:end;gap:var(--size-10);margin-bottom:var(--size-10);grid-template-columns:minmax(0,1fr) minmax(18rem,.68fr);display:grid}.property_testimonial_grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property_faq_layout{gap:var(--size-20);grid-template-columns:minmax(14rem,1fr) minmax(0,2fr);align-items:start;display:grid}.property_faq_note{margin-top:var(--size-3);color:var(--fg-tertiary);font-size:var(--font-size-sm)}.property_faq_note a{color:var(--interactive-fg)}.property_cta_inner{max-width:var(--max-w-3xl);text-align:center;margin-inline:auto}.property_cta_eyebrow{font-family:var(--font-sans);font-size:var(--type-eyebrow);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--fg-tertiary)}.property_cta_title{max-width:var(--max-w-xl);margin:var(--size-3) auto 0;font-family:var(--font-display);font-size:var(--type-page);font-weight:var(--font-weight-normal);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);text-wrap:balance}.property_cta_actions{justify-content:center;gap:var(--size-3);margin-top:var(--size-8);flex-wrap:wrap;display:flex}.property_gallery_main{background-color:var(--property-gallery-main-fallback);background-image:url(https://images.unsplash.com/photo-1757439402359-aed14d39fc1b?w=1400&auto=format&fit=crop&q=82)}.property_gallery_living{background-color:var(--property-gallery-living-fallback);background-image:url(https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=900&auto=format&fit=crop&q=80)}.property_gallery_pool{background-color:var(--property-gallery-pool-fallback);background-image:url(https://images.unsplash.com/photo-1571896349842-33c89424de2d?w=900&auto=format&fit=crop&q=80)}.property_gallery_bedroom,.property_room_primary{background-color:var(--property-room-primary-fallback);background-image:url(https://images.unsplash.com/photo-1631049307264-da0ec9d70304?w=900&auto=format&fit=crop&q=80)}.property_gallery_area{background-color:var(--property-gallery-area-fallback);background-image:url(https://images.unsplash.com/photo-1519046904884-53103b34b206?w=900&auto=format&fit=crop&q=80)}.property_room_secondary{background-color:var(--property-room-secondary-fallback);background-image:url(https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?w=900&auto=format&fit=crop&q=80)}.property_room_terrace{background-color:var(--property-room-terrace-fallback);background-image:url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=900&auto=format&fit=crop&q=80)}.property_nearby_beach{background-color:var(--property-nearby-beach-fallback);background-image:url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=900&auto=format&fit=crop&q=80)}.property_nearby_dining{background-color:var(--property-nearby-dining-fallback);background-image:url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=900&auto=format&fit=crop&q=80)}.property_nearby_golf,.route_course_media_1{background-color:var(--property-nearby-golf-fallback);background-image:url(https://images.unsplash.com/photo-1535131749006-b7f58c99034b?w=900&auto=format&fit=crop&q=80)}.route_course_media_2{background-color:var(--property-nearby-golf-fallback);background-image:url(https://images.unsplash.com/photo-1575908539614-ff89490f4a78?w=900&auto=format&fit=crop&q=80)}.route_course_media_3{background-color:var(--property-nearby-golf-fallback);background-image:url(https://images.unsplash.com/photo-1587174486073-ae5e5cff23aa?w=900&auto=format&fit=crop&q=80)}.route_course_media_4{background-color:var(--property-nearby-golf-fallback);background-image:url(https://images.unsplash.com/photo-1604695573706-53170668f6a6?w=900&auto=format&fit=crop&q=80)}.property_nearby_airport{background-color:var(--property-nearby-airport-fallback);background-image:url(https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=900&auto=format&fit=crop&q=80)}.property_nearby_shop{background-color:var(--property-nearby-shop-fallback);background-image:url(https://images.unsplash.com/photo-1555529669-e69e7aa0ba9a?w=900&auto=format&fit=crop&q=80)}@media (width<=1024px){.property_layout{grid-template-columns:1fr}.property_sidebar{position:static}.property_testimonial_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.property_hero{min-height:24rem}.property_hero_inner{flex-direction:column;align-items:flex-start}.property_hero_stats{display:none}.property_room_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.property_testimonial_header{align-items:start;gap:var(--size-5);grid-template-columns:1fr}.property_faq_layout{gap:var(--size-10);grid-template-columns:1fr}}@media (width<=760px){.property_gallery{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;height:13.75rem;display:flex;overflow-x:auto}.property_gallery::-webkit-scrollbar{display:none}.property_gallery_item{scroll-snap-align:start;flex:0 0 80vw}}@media (width<=640px){.property_section{padding-block:var(--size-14)}.property_hero_title,.property_cta_title{font-size:var(--icon-lg)}.property_hero_body{padding-block:var(--size-8)}.property_context_inner{flex-direction:column;align-items:flex-start}.property_room_grid,.property_amenity_grid,.property_nearby_grid,.property_included>.check_list,.property_testimonial_grid{grid-template-columns:1fr}}
