.home-module__a1cRLG__hero{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.home-module__a1cRLG__hero-content{z-index:2;text-align:center;color:var(--color-hard-background);padding:3rem;animation:1.2s ease-out home-module__a1cRLG__fade-up;position:relative}.home-module__a1cRLG__hero-frame{border:4px solid color-mix(in oklch, var(--color-decor) 40%, transparent);pointer-events:none;animation:2s ease-out home-module__a1cRLG__frame-draw;position:absolute;inset:-30px}.home-module__a1cRLG__hero-frame:before,.home-module__a1cRLG__hero-frame:after{content:"";border:4px solid var(--color-decor);width:40px;height:40px;position:absolute}.home-module__a1cRLG__hero-frame:before{border-bottom:none;border-right:none;top:-3px;left:-3px}.home-module__a1cRLG__hero-frame:after{border-top:none;border-left:none;bottom:-3px;right:-3px}@keyframes home-module__a1cRLG__frame-draw{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes home-module__a1cRLG__fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-module__a1cRLG__hero-title{text-shadow:0px 1px 24px var(--color-foreground);letter-spacing:2px;margin-bottom:1rem;font-size:clamp(2.8rem,8vw,6rem);font-weight:500}.home-module__a1cRLG__hero-subtitle{letter-spacing:3px;text-transform:uppercase;text-shadow:0px 1px 16px var(--color-foreground);opacity:.95;font-size:clamp(.95rem,2vw,1.3rem);font-weight:400}.home-module__a1cRLG__hero-label{letter-spacing:3px;color:#fff9;font-size:.85rem;position:absolute;top:50%;right:2rem;transform:translateY(-50%)rotate(90deg)}.home-module__a1cRLG__scroll-indicator{border:2px solid #ffffff80;border-radius:12px;width:24px;height:40px;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.home-module__a1cRLG__scroll-indicator:before{content:"";background:#ffffffb3;border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite home-module__a1cRLG__scroll-dot;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes home-module__a1cRLG__scroll-dot{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,16px)}}.home-module__a1cRLG__reveal-delay-1{transition-delay:.1s}.home-module__a1cRLG__reveal-delay-2{transition-delay:.22s}.home-module__a1cRLG__reveal-delay-3{transition-delay:.34s}.home-module__a1cRLG__reveal-delay-4{transition-delay:.46s}.home-module__a1cRLG__reveal-delay-5{transition-delay:.58s}.home-module__a1cRLG__intro{padding:var(--spacing-section-padding);max-width:1200px;margin:0 auto}.home-module__a1cRLG__intro-part{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:6rem;display:grid;position:relative}.home-module__a1cRLG__intro-part:last-child{margin-bottom:0}.home-module__a1cRLG__intro-part.home-module__a1cRLG__reverse .home-module__a1cRLG__intro-text{order:2}.home-module__a1cRLG__intro-part.home-module__a1cRLG__reverse .home-module__a1cRLG__intro-image{order:1}.home-module__a1cRLG__intro-text h2{color:var(--color-soft-foreground);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:500}.home-module__a1cRLG__intro-text p{color:var(--color-foreground);margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.home-module__a1cRLG__intro-callout{border-left:3px solid var(--color-soft-foreground);color:var(--color-soft-foreground);background:#6b745614;margin-top:1.5rem;padding:.6rem 1.4rem;font-size:.9rem;font-style:italic;display:inline-block}[dir=rtl] .home-module__a1cRLG__intro-callout{border-left:none;border-right:3px solid var(--color-soft-foreground)}.home-module__a1cRLG__intro-image{aspect-ratio:4/3;border-radius:4px;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001f}.home-module__a1cRLG__intro-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.home-module__a1cRLG__intro-image:hover img{transform:scale(1.05)}.home-module__a1cRLG__rooms{background:var(--color-hard-background);padding:var(--spacing-section-padding)}.home-module__a1cRLG__rooms-header{text-align:center;max-width:700px;margin:0 auto 4rem}.home-module__a1cRLG__rooms-header h2{color:var(--color-foreground);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400}.home-module__a1cRLG__rooms-header p{color:var(--color-softer-foreground);font-size:1.1rem}.home-module__a1cRLG__rooms-grid{max-width:var(--spacing-container-max);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:0 auto;display:grid}.home-module__a1cRLG__room-card{aspect-ratio:3/4;cursor:pointer;border-radius:4px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.home-module__a1cRLG__room-card:nth-child(2){aspect-ratio:4/5}.home-module__a1cRLG__room-card:nth-child(3){aspect-ratio:1}.home-module__a1cRLG__room-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.home-module__a1cRLG__room-card:before,.home-module__a1cRLG__room-card:after{content:"";border:2px solid var(--color-decor);opacity:0;z-index:3;width:30px;height:30px;transition:opacity .4s;position:absolute}.home-module__a1cRLG__room-card:before{border-bottom:none;border-right:none;top:10px;left:10px}.home-module__a1cRLG__room-card:after{border-top:none;border-left:none;bottom:10px;right:10px}.home-module__a1cRLG__room-card:hover:before,.home-module__a1cRLG__room-card:hover:after{opacity:.8}.home-module__a1cRLG__room-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.home-module__a1cRLG__room-card:hover img{transform:scale(1.1)}.home-module__a1cRLG__room-overlay{color:#fff;z-index:2;background:linear-gradient(#0000 0%,#0000004d 50%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.home-module__a1cRLG__room-tag{text-transform:uppercase;letter-spacing:1px;background:#b8956ae6;border-radius:2px;width:fit-content;margin-bottom:.8rem;padding:.3rem .8rem;font-size:.75rem;display:inline-block}.home-module__a1cRLG__room-name{margin-bottom:.5rem;font-size:1.8rem;font-weight:400}.home-module__a1cRLG__room-desc{opacity:.9;font-size:.95rem;line-height:1.5}.home-module__a1cRLG__book-cta-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--color-decor);opacity:.9;margin-bottom:1.6rem;font-size:.78rem;display:inline-block}.home-module__a1cRLG__book-cta-title{color:#faf8f5;color:lab(97.7005% .135839 1.90169);margin-bottom:1.2rem;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:400;line-height:1.2}.home-module__a1cRLG__book-cta-text{color:#f5f1e8b8;margin-bottom:2.8rem;font-size:1.05rem;line-height:1.75}.home-module__a1cRLG__book-cta-frame{padding:3rem 5rem;display:inline-block;position:relative}.home-module__a1cRLG__book-cta-frame:before,.home-module__a1cRLG__book-cta-frame:after{content:"";border:1px solid #b8956a59;width:36px;height:36px;position:absolute}.home-module__a1cRLG__book-cta-frame:before{border-bottom:none;border-right:none;top:0;left:0}.home-module__a1cRLG__book-cta-frame:after{border-top:none;border-left:none;bottom:0;right:0}.home-module__a1cRLG__amenities{padding:var(--spacing-section-padding);background:var(--color-background);border-top:1px solid #6b5a3c1a;border-bottom:1px solid #6b5a3c1a}.home-module__a1cRLG__amenities-inner{grid-template-columns:1fr 1.5fr;align-items:start;gap:6rem;max-width:1100px;margin:0 auto;display:grid}.home-module__a1cRLG__amenities-lead{position:sticky;top:8rem}.home-module__a1cRLG__amenities-lead h2{color:var(--color-foreground);margin-bottom:1.5rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:400;line-height:1.2}.home-module__a1cRLG__amenities-lead-text{color:var(--color-softer-foreground);font-size:1rem;line-height:1.8}.home-module__a1cRLG__amenities-lead-rule{background:var(--color-soft-foreground);opacity:.7;width:40px;height:2px;margin:1.8rem 0}.home-module__a1cRLG__amenities-list{flex-direction:column;display:flex}.home-module__a1cRLG__amenity-item{border-top:1px solid var(--color-border-warm);grid-template-columns:40px 1fr;align-items:start;gap:1.2rem;padding:1.8rem 0;display:grid}.home-module__a1cRLG__amenity-item:last-child{border-bottom:1px solid var(--color-border-warm)}.home-module__a1cRLG__amenity-icon{width:40px;height:40px;color:var(--color-soft-foreground);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.home-module__a1cRLG__amenity-text{flex-direction:column;gap:.3rem;display:flex}.home-module__a1cRLG__amenity-name{color:var(--color-foreground);font-size:1rem;font-weight:500}.home-module__a1cRLG__amenity-desc{color:var(--color-softer-foreground);font-size:.88rem;line-height:1.6}.home-module__a1cRLG__amenities-more{border-top:1px solid var(--color-border-olive);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem 0 .5rem;display:flex}.home-module__a1cRLG__amenities-more-text{color:var(--color-softer-foreground);font-size:.9rem;font-style:italic}.home-module__a1cRLG__gallery{padding:var(--spacing-section-padding);background:var(--color-hard-background);overflow:hidden}.home-module__a1cRLG__gallery-header{text-align:center;margin-bottom:4rem}.home-module__a1cRLG__gallery-header h2{color:var(--color-foreground);font-size:clamp(2.5rem,5vw,4rem);font-weight:400}.home-module__a1cRLG__gallery-collage,.home-module__a1cRLG__gallery-slider-wrapper{display:none}@media (min-width:769px){.home-module__a1cRLG__gallery-collage{max-width:var(--spacing-container-max);grid-template-rows:220px 180px 260px;grid-template-columns:1.6fr 1fr 1.2fr .9fr;gap:8px;margin:0 auto;display:grid}.home-module__a1cRLG__gallery-item-1{grid-area:1/1/3/3}.home-module__a1cRLG__gallery-item-2{grid-area:1/3/3/4}.home-module__a1cRLG__gallery-item-3{grid-area:1/4/2/5}.home-module__a1cRLG__gallery-item-4{grid-area:2/4/3/5}.home-module__a1cRLG__gallery-item-5{grid-area:3/1/4/3}.home-module__a1cRLG__gallery-item-6{grid-area:3/3/4/4}.home-module__a1cRLG__gallery-item-7{grid-area:3/4/4/5}.home-module__a1cRLG__gallery-item-8{display:none}}@media (max-width:768px){.home-module__a1cRLG__gallery-slider-wrapper{display:block}}.home-module__a1cRLG__gallery-item{background:#e9e4dc;background:lab(90.7538% .705808 4.53357);position:relative;overflow:hidden}.home-module__a1cRLG__gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.home-module__a1cRLG__gallery-item:hover img{transform:scale(1.06)}.home-module__a1cRLG__gallery-caption{color:#ffffffeb;letter-spacing:2px;text-transform:uppercase;z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#000000ad 100%);padding:.55rem .9rem;font-size:.7rem;transition:transform .32s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.home-module__a1cRLG__gallery-item:hover .home-module__a1cRLG__gallery-caption{transform:translateY(0)}@media (max-width:900px){.home-module__a1cRLG__amenities-inner{grid-template-columns:1fr;gap:2.5rem}.home-module__a1cRLG__amenities-lead{position:static}.home-module__a1cRLG__amenities-more{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.home-module__a1cRLG__hero-label{display:none}.home-module__a1cRLG__hero-content{padding-inline:1.5rem}.home-module__a1cRLG__intro-part{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.home-module__a1cRLG__intro-part .home-module__a1cRLG__intro-text{order:1}.home-module__a1cRLG__intro-part .home-module__a1cRLG__intro-image{order:2}.home-module__a1cRLG__intro-part.home-module__a1cRLG__reverse .home-module__a1cRLG__intro-text{order:1}.home-module__a1cRLG__intro-part.home-module__a1cRLG__reverse .home-module__a1cRLG__intro-image{order:2}.home-module__a1cRLG__rooms-grid{grid-template-columns:1fr}.home-module__a1cRLG__room-card,.home-module__a1cRLG__room-card:nth-child(2),.home-module__a1cRLG__room-card:nth-child(3){aspect-ratio:4/5}.home-module__a1cRLG__book-cta-frame{padding:2rem 1.5rem}}
.gallery-slider-module__Cc8beG__slider{cursor:grab;-webkit-user-select:none;user-select:none;border-radius:4px;width:100%;height:520px;position:relative;overflow:hidden}.gallery-slider-module__Cc8beG__slider:active{cursor:grabbing}.gallery-slider-module__Cc8beG__track{touch-action:pan-y;-webkit-user-select:none;user-select:none;height:100%;display:flex}.gallery-slider-module__Cc8beG__slide{flex-shrink:0;width:100%;min-width:100%;height:100%;position:relative}.gallery-slider-module__Cc8beG__image{object-fit:cover;pointer-events:none;transition:transform .6s}.gallery-slider-module__Cc8beG__caption{color:#ffffffeb;letter-spacing:2px;text-transform:uppercase;z-index:3;pointer-events:none;background:linear-gradient(#0000 0%,#000000b3 100%);padding:.7rem 1.2rem;font-size:.75rem;transition:transform .35s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.gallery-slider-module__Cc8beG__caption-visible{transform:translateY(0)}.gallery-slider-module__Cc8beG__dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%)}.gallery-slider-module__Cc8beG__dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .3s}.gallery-slider-module__Cc8beG__dot.gallery-slider-module__Cc8beG__active{background:#fff;border-radius:4px;width:22px}@media (min-width:769px){.gallery-slider-module__Cc8beG__slider{height:560px}.gallery-slider-module__Cc8beG__caption{transform:translateY(100%)}.gallery-slider-module__Cc8beG__slider:hover .gallery-slider-module__Cc8beG__caption-visible{transform:translateY(0)}}@media (max-width:768px){.gallery-slider-module__Cc8beG__slider{border-radius:0;height:65vh}.gallery-slider-module__Cc8beG__caption{display:none}}
.scroll-reveal-module__sBon1a__reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(32px)}.scroll-reveal-module__sBon1a__reveal.scroll-reveal-module__sBon1a__visible{opacity:1;transform:translateY(0)}
.floor-plan-module__Ioab5q__wrap{flex-direction:column;align-items:center;gap:.6rem;width:100%;display:flex}.floor-plan-module__Ioab5q__toggle{border:1px solid var(--color-border-olive);align-self:center;display:flex;overflow:hidden}.floor-plan-module__Ioab5q__floorBtn{letter-spacing:2px;text-transform:uppercase;color:var(--color-softer-foreground);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.55rem 1.6rem;font-family:inherit;font-size:.72rem}.floor-plan-module__Ioab5q__floorBtn+.floor-plan-module__Ioab5q__floorBtn{border-inline-start:1px solid var(--color-border-olive)}.floor-plan-module__Ioab5q__floorBtnActive{background:var(--color-soft-foreground);color:var(--color-hard-background)}.floor-plan-module__Ioab5q__tooltip{letter-spacing:1.5px;color:var(--color-soft-foreground);opacity:0;pointer-events:none;height:1.4em;font-size:.82rem;transition:opacity .15s}.floor-plan-module__Ioab5q__tooltipVisible{opacity:1}.floor-plan-module__Ioab5q__svgWrap{width:100%;max-width:540px;display:none}.floor-plan-module__Ioab5q__svgActive{display:block}.floor-plan-module__Ioab5q__svg{width:100%;height:auto;display:block}.floor-plan-module__Ioab5q__hint{letter-spacing:1.5px;text-transform:uppercase;color:var(--color-softer-foreground);opacity:.45;font-size:.66rem}
.rooms-module__TOF20a__page{background:var(--color-background);min-height:100dvh}.rooms-module__TOF20a__pageHeader{text-align:center;max-width:680px;margin:0 auto;padding:6rem 2rem 3rem}.rooms-module__TOF20a__pageTitle{color:var(--color-foreground);letter-spacing:.5px;margin-bottom:1rem;font-size:clamp(2.6rem,6vw,4.5rem);font-weight:400}.rooms-module__TOF20a__pageSubtitle{color:var(--color-softer-foreground);font-size:1rem;line-height:1.75}.rooms-module__TOF20a__floorplanSection{border-bottom:1px solid var(--color-border-warm);flex-direction:column;align-items:center;gap:1rem;max-width:780px;margin:0 auto;padding:0 2rem 2.5rem;display:flex}.rooms-module__TOF20a__floorplanTitle{letter-spacing:3.5px;text-transform:uppercase;color:var(--color-softer-foreground);text-align:center;font-size:.72rem;font-weight:400}.rooms-module__TOF20a__sortBar{border-bottom:1px solid var(--color-border-warm);justify-content:flex-end;max-width:1200px;margin:0 auto;padding:1.8rem 3rem;display:flex}.rooms-module__TOF20a__listing{max-width:1200px;margin:0 auto;padding:0 0 4rem}.rooms-module__TOF20a__panel{border-bottom:1px solid var(--color-border-warm);grid-template-columns:1fr 1fr;min-height:560px;display:grid;position:relative}.rooms-module__TOF20a__photoLink{display:block;position:relative;overflow:hidden}.rooms-module__TOF20a__photo{width:100%;height:100%;min-height:590px;position:relative}.rooms-module__TOF20a__photoImg{transition:transform .8s cubic-bezier(.25,.46,.45,.94)!important}.rooms-module__TOF20a__panel:hover .rooms-module__TOF20a__photoImg{transform:scale(1.04)!important}.rooms-module__TOF20a__photoOverlay{z-index:1;pointer-events:none;background:linear-gradient(135deg,#0c080500 40%,#0c080538 100%);position:absolute;inset:0}.rooms-module__TOF20a__panel:nth-child(2n) .rooms-module__TOF20a__photoOverlay{background:linear-gradient(225deg,#0c080500 40%,#0c080538 100%)}.rooms-module__TOF20a__pillWrap{top:1.4rem;z-index:2;position:absolute;inset-inline-start:1.4rem}.rooms-module__TOF20a__info{background:var(--color-background);flex-direction:column;justify-content:center;padding:3.5rem 3.5rem 3.5rem 4rem;display:flex;position:relative}.rooms-module__TOF20a__typeLabel{letter-spacing:4px;text-transform:uppercase;color:var(--color-decor);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.65rem;font-weight:400;display:inline-flex}.rooms-module__TOF20a__typeLabel:before{content:"";background:var(--color-decor);border-radius:50%;flex-shrink:0;width:4px;height:4px;display:inline-block}.rooms-module__TOF20a__roomName{color:var(--color-foreground);letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(2.6rem,4vw,3.8rem);font-weight:400;line-height:1}.rooms-module__TOF20a__nameDivider{background:var(--color-soft-foreground);opacity:.5;width:2.5rem;height:1px;margin-bottom:1.2rem}.rooms-module__TOF20a__tagline{color:var(--color-softer-foreground);max-width:28ch;margin-bottom:1.8rem;font-size:.92rem;line-height:1.75}.rooms-module__TOF20a__price{color:var(--color-soft-foreground);letter-spacing:.5px;margin-bottom:2.2rem;font-size:1.05rem;font-weight:500}.rooms-module__TOF20a__priceNote{letter-spacing:2px;text-transform:uppercase;color:var(--color-softer-foreground);opacity:.7;margin-inline-start:.5rem;font-size:.7rem;font-weight:400}.rooms-module__TOF20a__actions{flex-wrap:wrap;align-items:stretch;gap:.75rem;display:flex}.rooms-module__TOF20a__calendarBtn{appearance:none;border:1px solid var(--color-border-olive);color:var(--color-softer-foreground);letter-spacing:2px;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:.5rem;padding:.65rem 1.2rem;font-family:inherit;font-size:.7rem;transition:border-color .2s,color .2s;display:flex}.rooms-module__TOF20a__calendarBtn:hover{border-color:var(--color-soft-foreground);color:var(--color-soft-foreground)}.rooms-module__TOF20a__calendarBtn svg{opacity:.7;flex-shrink:0}.rooms-module__TOF20a__faq{max-width:760px;margin:0 auto;padding:5rem 2rem 6rem}.rooms-module__TOF20a__faqTitle{letter-spacing:3.5px;text-transform:uppercase;color:var(--color-softer-foreground);text-align:center;margin-bottom:2.5rem;font-size:.72rem;font-weight:400}.rooms-module__TOF20a__faqList{border-top:1px solid var(--color-border-warm);flex-direction:column;display:flex}.rooms-module__TOF20a__faqItem{border-bottom:1px solid var(--color-border-warm)}.rooms-module__TOF20a__faqQ{width:100%;color:var(--color-foreground);cursor:pointer;text-align:start;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem 0;font-family:inherit;font-size:.95rem;transition:color .2s;display:flex}.rooms-module__TOF20a__faqQ:hover{color:var(--color-soft-foreground)}.rooms-module__TOF20a__faqChevron{color:var(--color-softer-foreground);flex-shrink:0;transition:transform .25s}.rooms-module__TOF20a__faqChevronOpen{transform:rotate(180deg)}.rooms-module__TOF20a__faqA{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid;overflow:hidden}.rooms-module__TOF20a__faqItemOpen .rooms-module__TOF20a__faqA{grid-template-rows:1fr}.rooms-module__TOF20a__faqAInner{overflow:hidden}.rooms-module__TOF20a__faqA p{color:var(--color-softer-foreground);padding-bottom:1.3rem;padding-inline-end:2rem;font-size:.9rem;line-height:1.75}.rooms-module__TOF20a__faqFooter{text-align:center;margin-top:2.5rem}@media (max-width:900px){.rooms-module__TOF20a__sortBar{border-top:1px solid var(--color-border-warm);justify-content:flex-start;padding:1.2rem 1.5rem}.rooms-module__TOF20a__panel:before{display:none}}@media (max-width:768px){.rooms-module__TOF20a__listing{flex-direction:column;gap:1.5rem;padding:1rem 1rem 3rem;display:flex}.rooms-module__TOF20a__panel{min-height:unset;border-bottom:none;border:1px solid var(--color-border-warm);border-radius:2px;display:block;position:static;overflow:hidden;box-shadow:0 2px 12px #0c08050f}.rooms-module__TOF20a__panel:nth-child(2n) .rooms-module__TOF20a__photoLink,.rooms-module__TOF20a__panel:nth-child(2n) .rooms-module__TOF20a__info{order:unset}.rooms-module__TOF20a__photoLink{height:340px;display:block;position:relative;overflow:hidden}.rooms-module__TOF20a__photo{height:100%;min-height:unset}.rooms-module__TOF20a__panel:nth-child(2n) .rooms-module__TOF20a__photoOverlay{background:linear-gradient(135deg,#0c080500 40%,#0c080538 100%)}.rooms-module__TOF20a__info{padding:1.5rem 1.5rem 1.8rem}.rooms-module__TOF20a__info:before{display:none}.rooms-module__TOF20a__panel:nth-child(2n) .rooms-module__TOF20a__info{padding:1.5rem 1.5rem 1.8rem}.rooms-module__TOF20a__panel:nth-child(2n) .rooms-module__TOF20a__info:before{display:none}.rooms-module__TOF20a__typeLabel{letter-spacing:3px;margin-bottom:.6rem;font-size:.62rem}.rooms-module__TOF20a__roomName{margin-bottom:.5rem;font-size:clamp(1.9rem,7vw,2.5rem)}.rooms-module__TOF20a__nameDivider{margin-bottom:.8rem}.rooms-module__TOF20a__tagline{max-width:none;margin-bottom:1.1rem;font-size:.87rem;line-height:1.65}.rooms-module__TOF20a__price{margin-bottom:1.2rem;font-size:.97rem}.rooms-module__TOF20a__actions{flex-direction:row;gap:.5rem}.rooms-module__TOF20a__calendarBtn{letter-spacing:1.5px;flex:1;justify-content:center;padding:.6rem .5rem;font-size:.62rem}.rooms-module__TOF20a__actions>a,.rooms-module__TOF20a__actions>button{text-align:center;flex:1;justify-content:center}}@media (max-width:480px){.rooms-module__TOF20a__pageHeader{padding:4rem 1.25rem 2rem}.rooms-module__TOF20a__floorplanSection{padding:0 1.25rem 2rem}.rooms-module__TOF20a__listing{gap:1rem;padding:.75rem .75rem 3rem}.rooms-module__TOF20a__info{padding:1.25rem 1.25rem 1.5rem}.rooms-module__TOF20a__faq{padding:3.5rem 1.25rem 4.5rem}}
.kazheh-calendar-module__tPXNLa__cal{-webkit-user-select:none;user-select:none;width:100%}.kazheh-calendar-module__tPXNLa__toggleRow{border:1px solid var(--color-border-olive);margin-bottom:1rem;display:flex;overflow:hidden}.kazheh-calendar-module__tPXNLa__toggleBtn{letter-spacing:1.5px;text-transform:uppercase;color:var(--color-softer-foreground);cursor:pointer;background:0 0;border:none;flex:1;padding:.45rem .5rem;font-family:inherit;font-size:.68rem;transition:background .18s,color .18s}.kazheh-calendar-module__tPXNLa__toggleBtn+.kazheh-calendar-module__tPXNLa__toggleBtn{border-inline-start:1px solid var(--color-border-olive)}.kazheh-calendar-module__tPXNLa__toggleActive{background:var(--color-soft-foreground);color:var(--color-hard-background)}.kazheh-calendar-module__tPXNLa__navRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.kazheh-calendar-module__tPXNLa__navBtn{color:var(--color-soft-foreground);cursor:pointer;opacity:.55;background:0 0;border:none;padding:.25rem .55rem;font-family:inherit;font-size:1.5rem;line-height:1;transition:opacity .2s}.kazheh-calendar-module__tPXNLa__navBtn:hover{opacity:1}.kazheh-calendar-module__tPXNLa__navBtnDisabled{cursor:default;pointer-events:none;opacity:.15!important}.kazheh-calendar-module__tPXNLa__monthYearBtn{cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;align-items:baseline;gap:.45rem;padding:.3rem .4rem;font-family:inherit;transition:border-color .2s;display:flex}.kazheh-calendar-module__tPXNLa__monthYearBtn:hover{border-bottom-color:var(--color-soft-foreground)}.kazheh-calendar-module__tPXNLa__monthLabel{color:var(--color-foreground);font-size:1rem;font-weight:500}.kazheh-calendar-module__tPXNLa__yearLabel{color:var(--color-softer-foreground);font-size:.8rem}.kazheh-calendar-module__tPXNLa__pickerCaret{color:var(--color-softer-foreground);flex-shrink:0;margin-inline-start:.15rem;transition:transform .2s}.kazheh-calendar-module__tPXNLa__pickerCaretOpen{transform:rotate(180deg)}.kazheh-calendar-module__tPXNLa__pickerOverlay{background:var(--color-hard-background);border:1px solid var(--color-border-warm);margin-bottom:.5rem;padding:.65rem}.kazheh-calendar-module__tPXNLa__pickerGrid{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.kazheh-calendar-module__tPXNLa__pickerItem{color:var(--color-foreground);cursor:pointer;text-align:center;background:0 0;border:none;padding:.55rem .25rem;font-family:inherit;font-size:.76rem;transition:background .14s}.kazheh-calendar-module__tPXNLa__pickerItem:hover:not(:disabled){background:#ebe7e0;background:lab(91.92% .288099 3.8142)}.kazheh-calendar-module__tPXNLa__pickerActive{color:var(--color-hard-background);background:var(--color-soft-foreground)!important}.kazheh-calendar-module__tPXNLa__pickerToday{position:relative}.kazheh-calendar-module__tPXNLa__pickerToday:after{content:"";background:var(--color-soft-foreground);width:18px;height:2px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.kazheh-calendar-module__tPXNLa__pickerActive.kazheh-calendar-module__tPXNLa__pickerToday:after{background:var(--color-hard-background)}.kazheh-calendar-module__tPXNLa__pickerPast{opacity:.28;cursor:not-allowed}.kazheh-calendar-module__tPXNLa__gridWrap{touch-action:pan-y;position:relative;overflow:hidden}.kazheh-calendar-module__tPXNLa__gridSlider{will-change:transform}@keyframes kazheh-calendar-module__tPXNLa__slideFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes kazheh-calendar-module__tPXNLa__slideFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.kazheh-calendar-module__tPXNLa__slideFromRight{animation:.32s cubic-bezier(.25,.46,.45,.94) both kazheh-calendar-module__tPXNLa__slideFromRight}.kazheh-calendar-module__tPXNLa__slideFromLeft{animation:.32s cubic-bezier(.25,.46,.45,.94) both kazheh-calendar-module__tPXNLa__slideFromLeft}.kazheh-calendar-module__tPXNLa__selectHint{letter-spacing:1.2px;text-transform:uppercase;color:var(--color-soft-foreground);text-align:center;opacity:.8;min-height:1.4em;margin-bottom:.6rem;font-size:.68rem}.kazheh-calendar-module__tPXNLa__selectHintSummary{text-transform:none;letter-spacing:.3px;opacity:1;font-size:.73rem}.kazheh-calendar-module__tPXNLa__weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:.25rem;display:grid}.kazheh-calendar-module__tPXNLa__weekday{text-align:center;color:var(--color-foreground);opacity:.32;padding:.25rem 0;font-size:.63rem}.kazheh-calendar-module__tPXNLa__grid{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.9rem;display:grid}.kazheh-calendar-module__tPXNLa__day{aspect-ratio:1;color:var(--color-foreground);cursor:default;background:#efece8;background:lab(93.6484% .194877 2.66542);border:1px solid #0000;border-radius:0;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:.76rem;transition:background .14s;display:flex;position:relative;overflow:hidden}.kazheh-calendar-module__tPXNLa__daySelectable{cursor:pointer}.kazheh-calendar-module__tPXNLa__daySelectable:hover{color:var(--color-hard-background);background:#d7ddd1;background:lab(87.4546% -3.9371 5.24513)}.kazheh-calendar-module__tPXNLa__dayPast{opacity:.22;cursor:not-allowed;pointer-events:none}.kazheh-calendar-module__tPXNLa__dayBlocked{color:#91726c;color:lab(50.9395% 11.8459 7.91609);cursor:not-allowed}.kazheh-calendar-module__tPXNLa__hatch{pointer-events:none;z-index:1;background-image:repeating-linear-gradient(-45deg,#96503c47 0 1.5px,#0000 1.5px 6px);position:absolute;inset:0}.kazheh-calendar-module__tPXNLa__dayToday{font-weight:700;border:1.5px solid var(--color-soft-foreground)!important;opacity:1!important}.kazheh-calendar-module__tPXNLa__daySelected{background:var(--color-soft-foreground)!important;color:var(--color-hard-background)!important;border-color:#0000!important}.kazheh-calendar-module__tPXNLa__dayRange{color:var(--color-foreground);background:#d3dbcc;background:lab(86.3413% -4.80276 6.42158)}.kazheh-calendar-module__tPXNLa__legend{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.25rem;display:flex}.kazheh-calendar-module__tPXNLa__legendItem{color:var(--color-softer-foreground);letter-spacing:.5px;align-items:center;gap:.4rem;font-size:.65rem;display:flex}.kazheh-calendar-module__tPXNLa__legendDot{flex-shrink:0;width:18px;height:11px;position:relative;overflow:hidden}.kazheh-calendar-module__tPXNLa__legAvailable{border:1px solid var(--color-border-warm);background:#efece8;background:lab(93.6484% .194877 2.66542)}.kazheh-calendar-module__tPXNLa__legSelected{background:var(--color-soft-foreground)}.kazheh-calendar-module__tPXNLa__legBlocked{background:#efece8 repeating-linear-gradient(-45deg,#96503c47 0 1.5px,#0000 1.5px 6px);background:lab(93.6484% .194877 2.66542) repeating-linear-gradient(-45deg,#96503c47 0 1.5px,#0000 1.5px 6px)}
.button-module__ltrTqW__btn{cursor:pointer;white-space:nowrap;letter-spacing:1.5px;text-transform:uppercase;border:none;border-radius:0;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block;position:relative;overflow:hidden}.button-module__ltrTqW__btn:before{content:"";z-index:0;transition:transform .32s;position:absolute;inset:0;transform:translateY(102%)}.button-module__ltrTqW__btn:hover:before{transform:translateY(0)}.button-module__ltrTqW__btn-label{z-index:1;transition:color .3s;position:relative}.button-module__ltrTqW__btn-solid{background:var(--color-soft-foreground);color:var(--color-hard-background);border:1px solid var(--color-soft-foreground);border-radius:4px;padding:.65rem 1.6rem}.button-module__ltrTqW__btn-solid:before{background:var(--color-hard-background)}.button-module__ltrTqW__btn-solid .button-module__ltrTqW__btn-label{color:var(--color-hard-background)}.button-module__ltrTqW__btn-solid:hover .button-module__ltrTqW__btn-label{color:var(--color-soft-foreground)}.button-module__ltrTqW__btn-outline{color:var(--color-soft-foreground);border:1px solid var(--color-soft-foreground);background:0 0;padding:.75rem 2rem}.button-module__ltrTqW__btn-outline:before{background:var(--color-soft-foreground)}.button-module__ltrTqW__btn-outline:hover .button-module__ltrTqW__btn-label{color:var(--color-hard-background)}.button-module__ltrTqW__btn-outline-gold{color:var(--color-decor);border:1px solid var(--color-decor);letter-spacing:2.5px;background:0 0;padding:.85rem 2.4rem}.button-module__ltrTqW__btn-outline-gold:before{background:var(--color-decor)}.button-module__ltrTqW__btn-outline-gold:hover .button-module__ltrTqW__btn-label{color:var(--color-foreground)}
.parallax-cta-module__dJOjHW__parallax-cta{text-align:center;padding:10rem 2rem;position:relative;overflow:hidden}.parallax-cta-module__dJOjHW__parallax-cta:before{content:"";background:repeating-linear-gradient(90deg, var(--color-soft-secondary) 0px, var(--color-soft-secondary) 10px, transparent 10px, transparent 20px);opacity:.45;z-index:3;height:3px;position:absolute;top:0;left:0;right:0}.parallax-cta-module__dJOjHW__parallax-bg{will-change:transform;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:-20% 0}.parallax-cta-module__dJOjHW__parallax-overlay{z-index:1;background:linear-gradient(150deg,#12160ecc 0%,#181c12b8 40%,#12160edb 100%);position:absolute;inset:0}.parallax-cta-module__dJOjHW__parallax-content{z-index:2;max-width:640px;margin:0 auto;position:relative}@media (max-width:768px){.parallax-cta-module__dJOjHW__parallax-cta{padding:6rem 1.5rem}}
.footer-module__iILO5q__footer{color:#f5f1e8d9;position:relative;overflow:hidden}.footer-module__iILO5q__footer-bg{z-index:0;background:url(/images/courtyard.jpg) 50%/cover no-repeat;position:absolute;inset:0}.footer-module__iILO5q__footer-overlay{z-index:1;background:linear-gradient(#120e0ae0 0%,#16100af2 60%,#0e0a06fa 100%);position:absolute;inset:0}.footer-module__iILO5q__footer-inner{z-index:2;flex-direction:column;align-items:center;max-width:900px;margin:0 auto;padding:3rem 2rem;display:flex;position:relative}.footer-module__iILO5q__footer-brand{flex-direction:column;align-items:center;width:100%;margin-bottom:1rem;display:flex}.footer-module__iILO5q__footer-logo{object-fit:contain;filter:brightness(0)invert()sepia(.12)hue-rotate(10deg);opacity:.88;width:auto;height:60px;display:block}.footer-module__iILO5q__footer-brand-tagline{letter-spacing:2px;text-transform:uppercase;color:var(--color-decor);opacity:.9;margin-top:2rem;margin-bottom:1rem;font-size:.8rem}.footer-module__iILO5q__footer-divider-line{background:linear-gradient(to right, transparent, color-mix(in oklch, var(--color-decor) 40%, transparent), transparent);flex:1;height:1px}.footer-module__iILO5q__footer-divider-diamond{background:var(--color-decor);opacity:.7;flex-shrink:0;width:6px;height:6px;transform:rotate(45deg)}.footer-module__iILO5q__footer-meta{grid-template-columns:1fr 1fr;gap:2.5rem 5rem;width:100%;max-width:620px;margin-top:2rem;margin-bottom:3rem;display:grid}.footer-module__iILO5q__footer-meta-group{flex-direction:column;align-items:center;gap:0;width:100%;display:flex}.footer-module__iILO5q__footer-meta-label{letter-spacing:2px;text-transform:uppercase;color:var(--color-decor);margin-bottom:.9rem;font-size:.7rem}.footer-module__iILO5q__footer-contact-list{flex-direction:column;align-items:flex-start;gap:.5rem;width:fit-content;margin:0 auto;list-style:none;display:flex}.footer-module__iILO5q__footer-contact-list li{color:#f5f1e8b8;flex-direction:row;align-items:center;gap:.45rem;max-width:220px;font-size:.75rem;line-height:1.5;display:flex}.footer-module__iILO5q__footer-contact-list a{color:#f5f1e8b8;text-decoration:none;transition:color .25s}.footer-module__iILO5q__footer-contact-list a:hover{color:var(--color-decor)}.footer-module__iILO5q__footer-contact-icon{color:#56624b;color:lab(40.1323% -8.5282 11.9595);opacity:.7;flex-shrink:0;align-items:center;display:flex}.footer-module__iILO5q__footer-socials{flex-direction:column;align-items:flex-start;gap:.6rem;width:fit-content;margin:0 auto;list-style:none;display:flex}.footer-module__iILO5q__footer-social-link{color:#f5f1e8a6;flex-direction:row;align-items:center;gap:.5rem;font-size:.75rem;line-height:1;text-decoration:none;transition:color .25s;display:flex}.footer-module__iILO5q__footer-social-link:hover{color:var(--color-decor)}.footer-module__iILO5q__footer-social-icon{color:#56624b;color:lab(40.1323% -8.5282 11.9595);flex-shrink:0;align-items:center;transition:color .25s;display:flex}.footer-module__iILO5q__footer-social-link:hover .footer-module__iILO5q__footer-social-icon{color:var(--color-decor)}.footer-module__iILO5q__footer-social-label{white-space:nowrap;display:inline}.footer-module__iILO5q__footer-links{flex-flow:row;justify-content:center;gap:1.4rem;margin-bottom:3rem;padding:0;list-style:none;display:flex}.footer-module__iILO5q__footer-links a{letter-spacing:1px;text-transform:uppercase;color:#f5f1e880;white-space:nowrap;font-size:.75rem;text-decoration:none;transition:color .25s}.footer-module__iILO5q__footer-links a:hover{color:#f5f1e8e6}.footer-module__iILO5q__footer-bottom{border-top:1px solid #f5f1e81a;width:100%;padding-top:1.5rem}.footer-module__iILO5q__footer-bottom p{color:#f5f1e84d;letter-spacing:.5px;font-size:.78rem}@media (max-width:560px){.footer-module__iILO5q__footer-links{gap:.8rem}.footer-module__iILO5q__footer-links a{letter-spacing:.3px;font-size:.7rem}}@media (max-width:300px){.footer-module__iILO5q__footer-meta{grid-template-columns:1fr}}
.hero-background-module__A592WG__hero-bg-wrapper{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-background-module__A592WG__hero-bg-image{background-image:var(--hero-img);will-change:transform;background-position:50%;background-size:cover;width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-background-module__A592WG__hero-bg-overlay{z-index:1;background:linear-gradient(160deg,#1c140c 0%,#1c140c99 50%,#1c140cbf 100%);position:absolute;inset:0}.hero-background-module__A592WG__hero-bg-noise{pointer-events:none;z-index:2;background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\"><filter id=\"noise\"><feTurbulence baseFrequency=\"0.9\" numOctaves=\"3\"/></filter><rect width=\"100\" height=\"100\" filter=\"url(%23noise)\" opacity=\"0.05\"/></svg>");position:absolute;inset:0}
.section-divider-module__tsfkda__divider{align-items:center;gap:1.2rem;width:100%;max-width:440px;display:flex}.section-divider-module__tsfkda__line{background:linear-gradient(90deg,#0000,#b8956a66,#0000);flex:1;height:1px}.section-divider-module__tsfkda__diamond{background:var(--color-decor);opacity:.7;flex-shrink:0;width:6px;height:6px;transform:rotate(45deg)}
.layout-module__ACst_q__html{box-sizing:border-box;margin:0;padding:0}.layout-module__ACst_q__body{background:var(--color-background);color:var(--color-foreground);line-height:1.6;overflow-x:hidden}.layout-module__ACst_q__html img{max-width:100%;display:block}
.room-module__X1MlnG__page{background:var(--color-background);min-height:100dvh}.room-module__X1MlnG__header{text-align:center;max-width:820px;margin:0 auto;padding:4.5rem 2rem 2.5rem}.room-module__X1MlnG__typeLabel{letter-spacing:4.5px;text-transform:uppercase;color:var(--color-soft-foreground);opacity:.6;margin-bottom:.9rem;font-size:.68rem;display:block}.room-module__X1MlnG__title{color:var(--color-foreground);letter-spacing:.5px;margin-bottom:.8rem;font-size:clamp(3.2rem,8vw,6rem);font-weight:400;line-height:1.02}.room-module__X1MlnG__tagline{color:var(--color-softer-foreground);margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.room-module__X1MlnG__pillWrap{justify-content:center;display:flex}.room-module__X1MlnG__mediaSection{max-width:1160px;margin:0 auto;padding:0 2rem}.room-module__X1MlnG__mediaLayout{flex-direction:column;gap:4px;display:flex}.room-module__X1MlnG__mediaVideoRow{aspect-ratio:16/7;background:#0d0802;background:lab(2.4863% .883393 2.81807);width:100%;position:relative;overflow:hidden}.room-module__X1MlnG__mediaVideo{object-fit:cover;width:100%;height:100%;display:block}.room-module__X1MlnG__videoPlayIcon{pointer-events:none;background:#0000002e;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.room-module__X1MlnG__mediaPhotoGrid{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.room-module__X1MlnG__mediaPhotoCell{aspect-ratio:4/3;cursor:pointer;background:#1b150b;background:lab(7.25373% 1.57871 6.11279);position:relative;overflow:hidden}.room-module__X1MlnG__mediaThumb{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:block}.room-module__X1MlnG__mediaPhotoCell:hover .room-module__X1MlnG__mediaThumb{transform:scale(1.04)}.room-module__X1MlnG__fsOverlay{z-index:3000;cursor:pointer;background:#080503f7;justify-content:center;align-items:center;animation:.18s room-module__X1MlnG__fs-in;display:flex;position:fixed;inset:0}@keyframes room-module__X1MlnG__fs-in{0%{opacity:0}to{opacity:1}}.room-module__X1MlnG__fsClose{top:1.2rem;color:#f5f1e88c;cursor:pointer;z-index:10;background:0 0;border:none;padding:.6rem;transition:color .2s;position:absolute;inset-inline-end:1.2rem}.room-module__X1MlnG__fsClose:hover{color:#f5f1e8}.room-module__X1MlnG__fsFrame{cursor:default;align-items:center;width:min(92vw,1300px);height:min(88dvh,900px);display:flex;position:relative}.room-module__X1MlnG__fsSlider{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:relative;overflow:hidden}.room-module__X1MlnG__fsSlider:active{cursor:grabbing}.room-module__X1MlnG__fsPanel{will-change:transform;transition:transform .35s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.room-module__X1MlnG__fsNavBtn{color:#f5f1e8bf;cursor:pointer;z-index:10;background:#08050373;border:none;padding:.8rem 1rem;font-size:2.4rem;line-height:1;transition:color .2s,background .2s;position:absolute;top:50%;transform:translateY(-50%)}.room-module__X1MlnG__fsNavBtn:hover{color:#f5f1e8;background:#080503b3}.room-module__X1MlnG__fsNavPrev{inset-inline-start:-3.2rem}.room-module__X1MlnG__fsNavNext{inset-inline-end:-3.2rem}@media (max-width:900px){.room-module__X1MlnG__fsNavPrev{inset-inline-start:0}.room-module__X1MlnG__fsNavNext{inset-inline-end:0}}.room-module__X1MlnG__fsCounter{color:#f5f1e873;letter-spacing:1.5px;z-index:10;white-space:nowrap;font-size:.78rem;position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%)}.room-module__X1MlnG__fsDots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:-1rem;left:50%;transform:translate(-50%)}.room-module__X1MlnG__fsDot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .3s}.room-module__X1MlnG__fsDotActive{background:#fff;border-radius:4px;width:22px}.room-module__X1MlnG__contentLayout{grid-template-columns:1fr 360px;align-items:start;gap:5rem;max-width:1160px;margin:0 auto;padding:4rem 2rem 6rem;display:grid}.room-module__X1MlnG__contentMain{flex-direction:column;gap:3.5rem;display:flex}.room-module__X1MlnG__sectionHeading{letter-spacing:3px;text-transform:uppercase;color:var(--color-soft-foreground);margin-bottom:1.2rem;font-size:.68rem;font-weight:400}.room-module__X1MlnG__descText{color:var(--color-foreground);font-size:1.05rem;line-height:1.85}.room-module__X1MlnG__placeholder{color:var(--color-softer-foreground);font-size:.9rem;font-style:italic}.room-module__X1MlnG__formAside{position:relative}.room-module__X1MlnG__formSticky{position:sticky;top:calc(73px + 2rem)}.room-module__X1MlnG__requestForm{background:var(--color-hard-background);border:1px solid var(--color-border-warm);flex-direction:column;gap:1rem;padding:1.8rem;display:flex;position:relative}.room-module__X1MlnG__requestForm:before,.room-module__X1MlnG__requestForm:after{content:"";border-style:solid;border-color:var(--color-soft-foreground);opacity:.18;pointer-events:none;width:18px;height:18px;position:absolute}.room-module__X1MlnG__requestForm:before{border-width:1px 0 0 1px;top:-1px;left:-1px}.room-module__X1MlnG__requestForm:after{border-width:0 1px 1px 0;bottom:-1px;right:-1px}.room-module__X1MlnG__formTitle{color:var(--color-foreground);font-size:1rem;font-weight:500}.room-module__X1MlnG__formCalendarWrap{margin:0 -.2rem}.room-module__X1MlnG__formPrice{border:1px solid var(--color-border-warm);color:var(--color-foreground);background:#f3f0ea;background:lab(94.8123% .224918 3.04768);flex-direction:column;gap:.25rem;padding:.75rem .9rem;font-size:.85rem;display:flex}.room-module__X1MlnG__formPrice strong{color:var(--color-soft-foreground);font-size:.95rem}.room-module__X1MlnG__formPricePlaceholder{color:var(--color-softer-foreground);font-size:.82rem;font-style:italic}.room-module__X1MlnG__formField{flex-direction:column;gap:.35rem;display:flex}.room-module__X1MlnG__formLabel{letter-spacing:1.5px;text-transform:uppercase;color:var(--color-softer-foreground);font-size:.68rem}.room-module__X1MlnG__formInput{appearance:none;background:var(--color-background);border:1px solid var(--color-border-warm);color:var(--color-foreground);border-radius:0;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.88rem;transition:border-color .2s}.room-module__X1MlnG__formInput:focus{border-color:var(--color-soft-foreground);outline:none}.room-module__X1MlnG__formSubmit{justify-content:center;width:100%}.room-module__X1MlnG__formOr{align-items:center;gap:.75rem;display:flex}.room-module__X1MlnG__formOrLine{background:var(--color-border-warm);flex:1;height:1px}.room-module__X1MlnG__formOrText{color:var(--color-softer-foreground);letter-spacing:1px;font-size:.68rem}.room-module__X1MlnG__formCall{text-align:center;color:var(--color-soft-foreground);direction:ltr;font-size:.82rem;text-decoration:none;transition:opacity .2s;display:block}.room-module__X1MlnG__formCall:hover{opacity:.65}.room-module__X1MlnG__formSuccess{background:var(--color-hard-background);border:1px solid var(--color-border-warm);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.8rem;display:flex}.room-module__X1MlnG__formSuccessIcon{border:1px solid var(--color-soft-foreground);width:42px;height:42px;color:var(--color-soft-foreground);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.room-module__X1MlnG__formSuccessText{color:var(--color-foreground);font-size:.88rem;line-height:1.7}@media (max-width:900px){.room-module__X1MlnG__mediaSection{padding:0}.room-module__X1MlnG__mediaPhotoGrid{grid-template-columns:repeat(2,1fr)}.room-module__X1MlnG__mediaVideoRow{aspect-ratio:16/9;width:87.8%;margin:0 1.5rem}.room-module__X1MlnG__contentLayout{grid-template-columns:1fr;gap:2.5rem;padding:2rem 0 4rem}.room-module__X1MlnG__contentMain{padding:0 1.5rem}.room-module__X1MlnG__formAside{order:-1}.room-module__X1MlnG__formSticky{position:static}.room-module__X1MlnG__requestForm,.room-module__X1MlnG__mediaPhotoGrid{margin:0 1.5rem}}@media (max-width:640px){.room-module__X1MlnG__header{padding:3rem 1.5rem 2rem}.room-module__X1MlnG__mediaPhotoGrid,.room-module__X1MlnG__mediaLayout{gap:2px}}
.hero-content-parallax-module__5HgR4G__hero-content-parallax{will-change:transform;z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-content-parallax-module__5HgR4G__hero-content-parallax>*{pointer-events:auto}
.lazy-image-module__uje8qa__skeleton{z-index:1;background-color:#e9e4dc;background-color:lab(90.7538% .705808 4.53357);background-image:linear-gradient(105deg,#e9e4dc 0% 30%,#e5d5c1 48%,#e5ddd1 52%,#e9e4dc 70% 100%);background-image:linear-gradient(105deg,lab(90.7538% .705808 4.53357) 0% 30%,lab(86.0994% 3.55646 11.8398) 48%,lab(88.4404% 1.304 6.78133) 52%,lab(90.7538% .705808 4.53357) 70% 100%);background-size:250% 100%;animation:1.8s ease-in-out infinite lazy-image-module__uje8qa__shimmer;position:absolute;inset:0}@keyframes lazy-image-module__uje8qa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lazy-image-module__uje8qa__sk-tl,.lazy-image-module__uje8qa__sk-tr,.lazy-image-module__uje8qa__sk-bl,.lazy-image-module__uje8qa__sk-br{opacity:.45;border:0 solid #b9a083;border:0 solid lab(67.5261% 5.99924 18.9037);width:14px;height:14px;position:absolute}.lazy-image-module__uje8qa__sk-tl{border-top-width:1px;border-left-width:1px;top:8px;left:8px}.lazy-image-module__uje8qa__sk-tr{border-top-width:1px;border-right-width:1px;top:8px;right:8px}.lazy-image-module__uje8qa__sk-bl{border-bottom-width:1px;border-left-width:1px;bottom:8px;left:8px}.lazy-image-module__uje8qa__sk-br{border-bottom-width:1px;border-right-width:1px;bottom:8px;right:8px}.lazy-image-module__uje8qa__img-loaded{opacity:1}.lazy-image-module__uje8qa__img{opacity:0;transition:opacity .5s}.lazy-image-module__uje8qa__img-loaded{opacity:1;transition:opacity .5s,transform .5s}
