.QuickDateRangePicker-module__2wDYTa__root{grid-column:span 2;grid-template-columns:1fr 1fr;min-width:0;display:grid;position:relative}.QuickDateRangePicker-module__2wDYTa__trigger{border:0;border-right:1px solid var(--line);min-width:0;color:var(--ink);text-align:left;background:0 0;border-radius:0;flex-direction:column;justify-content:center;gap:8px;padding:18px 22px;transition:background-color .2s,box-shadow .2s;display:flex}.QuickDateRangePicker-module__2wDYTa__trigger:hover{background:color-mix(in srgb, var(--cream) 38%, transparent)}.QuickDateRangePicker-module__2wDYTa__trigger:disabled{cursor:not-allowed;background:color-mix(in srgb, var(--cream) 30%, transparent);color:#29251f70}.QuickDateRangePicker-module__2wDYTa__trigger:focus-visible{z-index:1;outline-offset:-3px;position:relative}.QuickDateRangePicker-module__2wDYTa__trigger.QuickDateRangePicker-module__2wDYTa__invalid{box-shadow:inset 0 -2px #9a342f}.QuickDateRangePicker-module__2wDYTa__triggerLabel{letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:650}.QuickDateRangePicker-module__2wDYTa__triggerValue{justify-content:space-between;align-items:center;gap:14px;min-width:0;font-size:14px;line-height:1.35;display:flex}.QuickDateRangePicker-module__2wDYTa__placeholder{color:#29251f9e}.QuickDateRangePicker-module__2wDYTa__calendarIcon{opacity:.85;border:1.5px solid;border-radius:1px;flex:none;width:15px;height:14px;position:relative}.QuickDateRangePicker-module__2wDYTa__calendarIcon:before{content:"";border-top:1.5px solid;position:absolute;inset:3px -1.5px auto}.QuickDateRangePicker-module__2wDYTa__calendarIcon:after{content:"";border-inline:1.5px solid;width:6px;height:4px;position:absolute;top:-3px;left:3px}.QuickDateRangePicker-module__2wDYTa__dialog{background:var(--paper);width:min(780px,100vw - 40px);max-width:none;max-height:calc(100dvh - 40px);color:var(--ink);border:0;border-radius:2px;margin:auto;padding:0;overflow:auto;box-shadow:0 30px 90px #0c090761}.QuickDateRangePicker-module__2wDYTa__dialog[open]{animation:.32s cubic-bezier(.16,1,.3,1) QuickDateRangePicker-module__2wDYTa__calendar-enter}.QuickDateRangePicker-module__2wDYTa__dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#100c099e;animation:.25s ease-out QuickDateRangePicker-module__2wDYTa__backdrop-enter}.QuickDateRangePicker-module__2wDYTa__dialogSurface{min-height:100%}.QuickDateRangePicker-module__2wDYTa__header{background:var(--night);min-height:108px;color:var(--paper);justify-content:space-between;align-items:center;gap:30px;padding:20px 30px;display:flex}.QuickDateRangePicker-module__2wDYTa__header span,.QuickDateRangePicker-module__2wDYTa__triggerLabel{letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:650}.QuickDateRangePicker-module__2wDYTa__header h2{font-family:var(--serif);letter-spacing:-.02em;margin:5px 0 0;font-size:34px;font-weight:400;line-height:1}.QuickDateRangePicker-module__2wDYTa__close{color:#fff;background:0 0;border:1px solid #ffffff5c;border-radius:50%;flex:none;width:44px;height:44px;transition:border-color .2s,background-color .2s,transform .2s;position:relative}.QuickDateRangePicker-module__2wDYTa__close:hover{border-color:var(--clay);background:var(--clay);transform:rotate(4deg)}.QuickDateRangePicker-module__2wDYTa__close span:before,.QuickDateRangePicker-module__2wDYTa__close span:after{content:"";background:currentColor;width:18px;height:1px;position:absolute;top:21px;left:13px}.QuickDateRangePicker-module__2wDYTa__close span:before{transform:rotate(45deg)}.QuickDateRangePicker-module__2wDYTa__close span:after{transform:rotate(-45deg)}.QuickDateRangePicker-module__2wDYTa__content{padding:20px 30px 21px}.QuickDateRangePicker-module__2wDYTa__topline{justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;display:flex}.QuickDateRangePicker-module__2wDYTa__topline p{color:#29251fa8;max-width:440px;margin:0;font-size:13px}.QuickDateRangePicker-module__2wDYTa__availabilityBar{border:1px solid var(--line);background:color-mix(in srgb, var(--cream) 54%, transparent);justify-content:space-between;align-items:center;gap:16px;min-height:38px;margin:-8px 0 18px;padding:10px 12px;display:flex}.QuickDateRangePicker-module__2wDYTa__availabilityBar>p{color:#29251f9e;margin:0;font-size:10px;line-height:1.4}.QuickDateRangePicker-module__2wDYTa__availabilityBar .QuickDateRangePicker-module__2wDYTa__availabilityError{color:#8e3e38}.QuickDateRangePicker-module__2wDYTa__legend{align-items:center;gap:14px;display:flex}.QuickDateRangePicker-module__2wDYTa__legend span{color:#29251fb3;letter-spacing:.04em;align-items:center;gap:6px;font-size:9px;font-weight:650;display:inline-flex}.QuickDateRangePicker-module__2wDYTa__legend i,.QuickDateRangePicker-module__2wDYTa__occupancyMarks i{color:#fff;font-family:var(--sans);border-radius:50%;place-items:center;font-style:normal;font-weight:750;display:grid}.QuickDateRangePicker-module__2wDYTa__legend i{width:20px;height:20px;font-size:8px}.QuickDateRangePicker-module__2wDYTa__vintageMark{background:#9a7447}.QuickDateRangePicker-module__2wDYTa__cozyMark{background:#ad6345}.QuickDateRangePicker-module__2wDYTa__estateMark{background:#2b2721}.QuickDateRangePicker-module__2wDYTa__navigation{flex:none;gap:7px;display:flex}.QuickDateRangePicker-module__2wDYTa__navigation button{border:1px solid var(--line);width:38px;height:38px;color:var(--ink);background:0 0;border-radius:50%;transition:color .2s,background-color .2s,border-color .2s}.QuickDateRangePicker-module__2wDYTa__navigation button:hover:not(:disabled){border-color:var(--night);background:var(--night);color:#fff}.QuickDateRangePicker-module__2wDYTa__navigation button:disabled{opacity:.25}.QuickDateRangePicker-module__2wDYTa__months{grid-template-columns:1fr 1fr;gap:42px;display:grid}.QuickDateRangePicker-module__2wDYTa__month h3{font-family:var(--serif);text-transform:capitalize;margin:0 0 14px;font-size:25px;font-weight:400;line-height:1.1}.QuickDateRangePicker-module__2wDYTa__weekdays,.QuickDateRangePicker-module__2wDYTa__days{grid-template-columns:repeat(7,1fr);display:grid}.QuickDateRangePicker-module__2wDYTa__weekdays{margin-bottom:6px}.QuickDateRangePicker-module__2wDYTa__weekdays span{text-align:center;color:#29251f80;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:650}.QuickDateRangePicker-module__2wDYTa__days{row-gap:2px}.QuickDateRangePicker-module__2wDYTa__day,.QuickDateRangePicker-module__2wDYTa__empty{aspect-ratio:1;min-width:0}.QuickDateRangePicker-module__2wDYTa__day{z-index:1;color:var(--ink);background:0 0;border:0;border-radius:50%;font-size:12px;transition:color .16s,background-color .16s,transform .16s;position:relative}.QuickDateRangePicker-module__2wDYTa__dayNumber{z-index:2;position:relative}.QuickDateRangePicker-module__2wDYTa__day.QuickDateRangePicker-module__2wDYTa__occupied{color:var(--ink);background:#29251f0b;border:1px solid #29251f1f}.QuickDateRangePicker-module__2wDYTa__occupancyMarks{z-index:3;justify-content:center;gap:1px;display:flex;position:absolute;bottom:1px;left:2px;right:2px}.QuickDateRangePicker-module__2wDYTa__occupancyMarks i{border:1px solid var(--paper);width:11px;height:11px;font-size:5px;line-height:1}.QuickDateRangePicker-module__2wDYTa__day:hover:not(:disabled){background:var(--cream);transform:scale(1.06)}.QuickDateRangePicker-module__2wDYTa__day:disabled{color:#29251f3b}.QuickDateRangePicker-module__2wDYTa__day[aria-current=date]:after{content:"";background:var(--clay);border-radius:50%;width:3px;height:3px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.QuickDateRangePicker-module__2wDYTa__day.QuickDateRangePicker-module__2wDYTa__inRange{background:#a9644724;border-radius:0}.QuickDateRangePicker-module__2wDYTa__day.QuickDateRangePicker-module__2wDYTa__arrival,.QuickDateRangePicker-module__2wDYTa__day.QuickDateRangePicker-module__2wDYTa__departure{background:var(--clay);color:#fff}.QuickDateRangePicker-module__2wDYTa__day.QuickDateRangePicker-module__2wDYTa__arrival.QuickDateRangePicker-module__2wDYTa__rangeStart:before,.QuickDateRangePicker-module__2wDYTa__day.QuickDateRangePicker-module__2wDYTa__departure:before{content:"";z-index:-1;background:#a9644724;width:50%;position:absolute;inset-block:0}.QuickDateRangePicker-module__2wDYTa__day.QuickDateRangePicker-module__2wDYTa__arrival.QuickDateRangePicker-module__2wDYTa__rangeStart:before{left:50%}.QuickDateRangePicker-module__2wDYTa__day.QuickDateRangePicker-module__2wDYTa__departure:before{right:50%}.QuickDateRangePicker-module__2wDYTa__footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding-top:20px;display:flex}.QuickDateRangePicker-module__2wDYTa__summary{grid-template-columns:auto auto 24px auto auto;align-items:baseline;gap:4px 8px;display:grid}.QuickDateRangePicker-module__2wDYTa__summary span{letter-spacing:.13em;text-transform:uppercase;grid-row:1;font-size:8px;font-weight:650}.QuickDateRangePicker-module__2wDYTa__summary strong{font-family:var(--serif);white-space:nowrap;grid-row:2;font-size:20px;font-weight:400}.QuickDateRangePicker-module__2wDYTa__summary i{background:var(--line);grid-area:1/3/span 2;align-self:center;width:24px;height:1px}.QuickDateRangePicker-module__2wDYTa__summary small{color:#29251f9e;grid-column:1/-1;margin-top:3px;font-size:10px;font-style:normal}.QuickDateRangePicker-module__2wDYTa__confirm{border:1px solid var(--clay);background:var(--clay);color:#fff;letter-spacing:.12em;text-transform:uppercase;border-radius:0;align-items:center;gap:16px;min-height:46px;padding:0 0 0 17px;font-size:9px;font-weight:700;transition:background-color .2s,transform .2s,opacity .2s;display:inline-flex}.QuickDateRangePicker-module__2wDYTa__confirm span{background:0 0;border-left:1px solid #ffffff3d;border-radius:0;align-self:stretch;place-items:center;width:42px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:grid}.QuickDateRangePicker-module__2wDYTa__confirm:hover:not(:disabled){background:#8e4e36;transform:translateY(-1px)}.QuickDateRangePicker-module__2wDYTa__confirm:hover:not(:disabled) span{transform:translate(3px,-3px)}.QuickDateRangePicker-module__2wDYTa__confirm:disabled{opacity:.36}.QuickDateRangePicker-module__2wDYTa__error{color:#9a342f;margin:14px 0 0;font-size:12px}@keyframes QuickDateRangePicker-module__2wDYTa__calendar-enter{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes QuickDateRangePicker-module__2wDYTa__backdrop-enter{0%{opacity:0}to{opacity:1}}@media (max-width:980px){.QuickDateRangePicker-module__2wDYTa__trigger{padding-inline:14px}}@media (max-width:700px){.QuickDateRangePicker-module__2wDYTa__trigger{min-height:66px;padding:10px 13px}.QuickDateRangePicker-module__2wDYTa__triggerLabel{font-size:8px}.QuickDateRangePicker-module__2wDYTa__triggerValue{font-size:12px}.QuickDateRangePicker-module__2wDYTa__dialog{border-radius:0;width:100%;max-height:91dvh;margin:auto 0 0}.QuickDateRangePicker-module__2wDYTa__dialog[open]{animation-name:QuickDateRangePicker-module__2wDYTa__calendar-enter-mobile}.QuickDateRangePicker-module__2wDYTa__header{min-height:95px;padding:18px}.QuickDateRangePicker-module__2wDYTa__header h2{font-size:31px}.QuickDateRangePicker-module__2wDYTa__header span{font-size:8px}.QuickDateRangePicker-module__2wDYTa__close{width:40px;height:40px}.QuickDateRangePicker-module__2wDYTa__close span:before,.QuickDateRangePicker-module__2wDYTa__close span:after{top:19px;left:11px}.QuickDateRangePicker-module__2wDYTa__content{padding:18px 18px calc(20px + env(safe-area-inset-bottom))}.QuickDateRangePicker-module__2wDYTa__topline{margin-bottom:16px}.QuickDateRangePicker-module__2wDYTa__topline p{font-size:12px;line-height:1.45}.QuickDateRangePicker-module__2wDYTa__availabilityBar{flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:14px}.QuickDateRangePicker-module__2wDYTa__availabilityBar>p{font-size:9px}.QuickDateRangePicker-module__2wDYTa__legend{justify-content:space-between;gap:8px;width:100%}.QuickDateRangePicker-module__2wDYTa__legend span{gap:4px;font-size:8px}.QuickDateRangePicker-module__2wDYTa__legend i{width:18px;height:18px}.QuickDateRangePicker-module__2wDYTa__navigation button{width:36px;height:36px}.QuickDateRangePicker-module__2wDYTa__months{grid-template-columns:1fr;gap:0}.QuickDateRangePicker-module__2wDYTa__secondaryMonth{display:none}.QuickDateRangePicker-module__2wDYTa__month h3{margin-bottom:13px;font-size:24px}.QuickDateRangePicker-module__2wDYTa__day{font-size:13px}.QuickDateRangePicker-module__2wDYTa__day,.QuickDateRangePicker-module__2wDYTa__empty{max-height:43px}.QuickDateRangePicker-module__2wDYTa__footer{align-items:stretch;gap:14px}.QuickDateRangePicker-module__2wDYTa__summary{flex:1;grid-template-columns:auto auto 14px auto auto}.QuickDateRangePicker-module__2wDYTa__summary strong{font-size:17px}.QuickDateRangePicker-module__2wDYTa__summary i{width:14px}.QuickDateRangePicker-module__2wDYTa__confirm{gap:10px;min-height:44px;padding-left:14px}.QuickDateRangePicker-module__2wDYTa__confirm span{width:38px;height:auto}}@media (max-width:420px){.QuickDateRangePicker-module__2wDYTa__footer{flex-direction:column}.QuickDateRangePicker-module__2wDYTa__confirm{justify-content:space-between;width:100%}}@media (prefers-reduced-motion:reduce){.QuickDateRangePicker-module__2wDYTa__dialog[open],.QuickDateRangePicker-module__2wDYTa__dialog::backdrop{animation:none}}@keyframes QuickDateRangePicker-module__2wDYTa__calendar-enter-mobile{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
.QuickBookingBar-module__hqjbAa__quickBooking{z-index:3;background:var(--paper);min-height:104px;color:var(--ink);grid-template-columns:190px 1fr;display:grid;position:absolute;bottom:28px;left:3.5vw;right:3.5vw;box-shadow:0 22px 60px #120d0938}.QuickBookingBar-module__hqjbAa__title{border-right:1px solid var(--line);background:var(--cream);flex-direction:column;justify-content:center;gap:7px;padding:18px 22px 18px 26px;display:flex;position:relative}.QuickBookingBar-module__hqjbAa__title:before{content:"";background:var(--clay);width:4px;position:absolute;inset:0 auto 0 0}.QuickBookingBar-module__hqjbAa__title span,.QuickBookingBar-module__hqjbAa__field>span{letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:650}.QuickBookingBar-module__hqjbAa__title strong{letter-spacing:-.01em;font-size:15px;font-weight:650;line-height:1.25}.QuickBookingBar-module__hqjbAa__form{grid-template-columns:1fr 1fr 1.2fr auto;min-width:0;display:grid}.QuickBookingBar-module__hqjbAa__field{border-right:1px solid var(--line);flex-direction:column;justify-content:center;gap:8px;min-width:0;padding:18px 22px;display:flex;position:relative}.QuickBookingBar-module__hqjbAa__houseSelect{z-index:4;padding:0}.QuickBookingBar-module__hqjbAa__houseSelectOpen{z-index:12}.QuickBookingBar-module__hqjbAa__houseTrigger{width:100%;min-width:0;min-height:104px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px 18px 22px;transition:background-color .28s,box-shadow .28s;display:flex}.QuickBookingBar-module__hqjbAa__houseTrigger:hover,.QuickBookingBar-module__hqjbAa__houseTrigger[aria-expanded=true]{background:color-mix(in srgb, var(--cream) 48%, transparent)}.QuickBookingBar-module__hqjbAa__houseTrigger:focus-visible{z-index:1;outline-offset:-3px;position:relative}.QuickBookingBar-module__hqjbAa__houseInvalid{box-shadow:inset 0 -2px #9a342f}.QuickBookingBar-module__hqjbAa__houseTriggerCopy{gap:8px;min-width:0;display:grid}.QuickBookingBar-module__hqjbAa__houseLabel{letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:650}.QuickBookingBar-module__hqjbAa__houseValue{color:#29251f9e;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;line-height:1.35;overflow:hidden}.QuickBookingBar-module__hqjbAa__houseValueSelected{color:var(--ink);font-weight:560}.QuickBookingBar-module__hqjbAa__houseChevron{transform-origin:50%;border-left:1px solid #29251f38;flex:none;place-items:center;width:34px;height:34px;display:grid}.QuickBookingBar-module__hqjbAa__houseChevron i{border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;transform:translateY(-2px)rotate(45deg)}.QuickBookingBar-module__hqjbAa__houseMenu{z-index:20;visibility:hidden;color:#f4eee6;opacity:0;pointer-events:none;will-change:transform, opacity, clip-path;background:radial-gradient(circle at 100% 0,#a964473d,#0000 38%),#181510;border:1px solid #c9aa869e;width:min(390px,100vw - 48px);min-width:calc(100% + 36px);position:absolute;bottom:calc(100% + 12px);right:10px;overflow:hidden;box-shadow:0 28px 65px #0c09075c}.QuickBookingBar-module__hqjbAa__houseMenuHeader{background:#ffffff06;border-bottom:1px solid #c9aa864d;gap:2px;min-height:55px;padding:13px 17px 12px;display:grid}.QuickBookingBar-module__hqjbAa__houseMenuHeader span{color:var(--sand);letter-spacing:.18em;text-transform:uppercase;font-size:8px;font-weight:700}.QuickBookingBar-module__hqjbAa__houseMenuHeader strong{font-family:var(--serif);font-size:18px;font-weight:400;line-height:1.1}.QuickBookingBar-module__hqjbAa__houseOptions{display:grid}.QuickBookingBar-module__hqjbAa__houseOption{isolation:isolate;width:100%;min-height:65px;color:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #c9aa8638;border-radius:0;grid-template-columns:42px minmax(0,1fr) 26px;align-items:center;gap:13px;padding:8px 15px 8px 13px;transition:background-color .25s,color .25s;display:grid;position:relative;overflow:hidden}.QuickBookingBar-module__hqjbAa__houseOption:last-child{border-bottom:0}.QuickBookingBar-module__hqjbAa__houseOption:before{content:"";z-index:-1;transform-origin:100%;background:linear-gradient(90deg,#a964476b,#c9aa8614);transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scaleX(0)}.QuickBookingBar-module__hqjbAa__houseOption:hover:before,.QuickBookingBar-module__hqjbAa__houseOption:focus-visible:before,.QuickBookingBar-module__hqjbAa__houseOptionActive:before{transform-origin:0;transform:scaleX(1)}.QuickBookingBar-module__hqjbAa__houseOption:focus-visible{z-index:1;outline:1px solid var(--sand);outline-offset:-3px}.QuickBookingBar-module__hqjbAa__houseOptionMark{width:42px;color:var(--sand);font-family:var(--serif);border-right:1px solid #c9aa8647;align-self:stretch;place-items:center;font-size:32px;font-style:italic;line-height:1;transition:transform .35s cubic-bezier(.34,1.56,.64,1),color .25s;display:grid}.QuickBookingBar-module__hqjbAa__houseOption:hover .QuickBookingBar-module__hqjbAa__houseOptionMark,.QuickBookingBar-module__hqjbAa__houseOption:focus-visible .QuickBookingBar-module__hqjbAa__houseOptionMark{color:#fff;transform:translate(3px)rotate(-3deg)}.QuickBookingBar-module__hqjbAa__houseOptionCopy{gap:3px;min-width:0;display:grid}.QuickBookingBar-module__hqjbAa__houseOptionCopy strong{letter-spacing:.015em;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.QuickBookingBar-module__hqjbAa__houseOptionCopy small{color:#f4eee691;letter-spacing:.05em;font-size:9px;font-weight:450}.QuickBookingBar-module__hqjbAa__houseOptionState{color:var(--sand);text-align:right;font-size:14px;transition:transform .35s cubic-bezier(.34,1.56,.64,1),color .25s}.QuickBookingBar-module__hqjbAa__houseOption:hover .QuickBookingBar-module__hqjbAa__houseOptionState,.QuickBookingBar-module__hqjbAa__houseOption:focus-visible .QuickBookingBar-module__hqjbAa__houseOptionState{color:#fff;transform:translate(3px,-3px)}.QuickBookingBar-module__hqjbAa__houseOptionActive .QuickBookingBar-module__hqjbAa__houseOptionState{color:#fff}.QuickBookingBar-module__hqjbAa__srOnly{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.QuickBookingBar-module__hqjbAa__action{isolation:isolate;border:0;background:var(--clay);color:#fff;letter-spacing:.15em;text-transform:uppercase;border-block:1px solid #ffffff38;border-radius:0;justify-content:space-between;align-items:center;gap:28px;min-width:170px;padding:20px 24px;font-size:10px;font-weight:650;transition:color .3s;display:flex;position:relative;overflow:hidden}.QuickBookingBar-module__hqjbAa__action:before{content:"";z-index:-1;background:var(--night);transform-origin:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scaleX(0)}.QuickBookingBar-module__hqjbAa__action:hover{color:var(--sand)}.QuickBookingBar-module__hqjbAa__action:hover:before{transform-origin:0;transform:scaleX(1)}.QuickBookingBar-module__hqjbAa__action span{font-size:17px;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.QuickBookingBar-module__hqjbAa__action:hover span{transform:translate(4px,-4px)}@media (max-width:980px){.QuickBookingBar-module__hqjbAa__quickBooking{grid-template-columns:165px 1fr}.QuickBookingBar-module__hqjbAa__title{padding-inline:18px}.QuickBookingBar-module__hqjbAa__field{padding-inline:14px}.QuickBookingBar-module__hqjbAa__action{min-width:135px;padding-inline:16px}}@media (max-width:700px){.QuickBookingBar-module__hqjbAa__quickBooking{align-self:stretch;width:auto;min-height:0;margin:0 12px;display:block;position:relative;inset:auto;box-shadow:0 16px 42px #120d0933}.QuickBookingBar-module__hqjbAa__title{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;justify-content:space-between;align-items:baseline;padding:12px 14px}.QuickBookingBar-module__hqjbAa__title:before{width:auto;height:3px;inset:0 0 auto}.QuickBookingBar-module__hqjbAa__title span,.QuickBookingBar-module__hqjbAa__field>span{font-size:8px}.QuickBookingBar-module__hqjbAa__title strong{font-size:14px}.QuickBookingBar-module__hqjbAa__form{grid-template-columns:1fr 1fr}.QuickBookingBar-module__hqjbAa__field{min-height:66px;padding:10px 13px}.QuickBookingBar-module__hqjbAa__field:nth-child(2){border-right:0}.QuickBookingBar-module__hqjbAa__house{border-top:1px solid var(--line);border-right:0;grid-column:1/-1}.QuickBookingBar-module__hqjbAa__houseSelect{padding:0}.QuickBookingBar-module__hqjbAa__houseTrigger{min-height:70px;padding:10px 11px 10px 13px}.QuickBookingBar-module__hqjbAa__houseLabel{font-size:8px}.QuickBookingBar-module__hqjbAa__houseValue{font-size:12px}.QuickBookingBar-module__hqjbAa__houseChevron{width:30px;height:30px}.QuickBookingBar-module__hqjbAa__houseMenu{width:100%;min-width:100%;bottom:calc(100% + 8px);right:0}.QuickBookingBar-module__hqjbAa__action{grid-column:1/-1;min-width:0;min-height:50px;padding:12px 15px}}
.HomePage-module__dZEkaG__hero{background:var(--night);overflow:hidden}.HomePage-module__dZEkaG__heroPanorama{z-index:0;object-position:50% 50%;will-change:transform;width:112%!important;max-width:none!important;height:106%!important;inset:-3% -6%!important}.HomePage-module__dZEkaG__heroCopy{width:min(720px,76vw);margin-bottom:clamp(210px,24vh,250px)}.HomePage-module__dZEkaG__heroCopy h1{font-size:clamp(60px,6.5vw,90px)}.HomePage-module__dZEkaG__snapshot{padding-top:clamp(48px,5vw,72px)}.HomePage-module__dZEkaG__facts{color:#f4eee6;background:#1b1915;border:1px solid #c9aa8685;grid-template-columns:repeat(4,1fr);margin:0 0 clamp(76px,7vw,104px);padding:0;list-style:none;display:grid;box-shadow:0 22px 54px #372a1b21}.HomePage-module__dZEkaG__facts li{isolation:isolate;align-items:center;gap:clamp(14px,1.6vw,22px);min-height:126px;padding:24px clamp(16px,2vw,28px);display:flex;position:relative;overflow:hidden}.HomePage-module__dZEkaG__facts li:before{content:"";z-index:-1;background:var(--clay);transform-origin:100%;height:3px;transition:transform .5s cubic-bezier(.16,1,.3,1);position:absolute;inset:auto 0 0;transform:scaleX(0)}.HomePage-module__dZEkaG__facts li:hover:before{transform-origin:0;transform:scaleX(1)}.HomePage-module__dZEkaG__facts li+li{border-left:1px solid #c9aa8647}.HomePage-module__dZEkaG__factIcon{width:45px;height:45px;color:var(--sand);flex:0 0 45px;transition:color .35s,transform .5s cubic-bezier(.16,1,.3,1)}.HomePage-module__dZEkaG__factIcon svg{width:100%;height:100%;display:block}.HomePage-module__dZEkaG__facts li:hover .HomePage-module__dZEkaG__factIcon{color:#dfb489;transform:translateY(-4px)}.HomePage-module__dZEkaG__factLabel{letter-spacing:.1em;text-transform:uppercase;max-width:15ch;font-size:clamp(11px,1vw,13px);font-weight:650;line-height:1.45}.HomePage-module__dZEkaG__layout{grid-template-columns:.68fr 1.32fr;align-items:center;gap:6vw;display:grid}.HomePage-module__dZEkaG__copy{max-width:470px}.HomePage-module__dZEkaG__copy h2{font-family:var(--serif);letter-spacing:-.025em;text-wrap:balance;margin:0 0 28px;font-size:clamp(48px,5vw,72px);font-weight:400;line-height:.98}.HomePage-module__dZEkaG__copy>p:not(:first-child){color:#29251fb8;max-width:45ch;margin:0 0 32px;font-size:16px;line-height:1.7}.HomePage-module__dZEkaG__gallery{grid-template-columns:1.28fr .72fr;align-items:end;gap:18px;display:grid}.HomePage-module__dZEkaG__gallery .HomePage-module__dZEkaG__mainImage{min-height:68vh}.HomePage-module__dZEkaG__gallery .HomePage-module__dZEkaG__secondaryImage{min-height:43vh;margin-bottom:-36px}@media (max-width:980px){.HomePage-module__dZEkaG__layout{grid-template-columns:.8fr 1.2fr;gap:4vw}}@media (max-width:700px){.HomePage-module__dZEkaG__hero{flex-direction:column;justify-content:flex-end;min-height:100svh;padding:96px 0 14px}.HomePage-module__dZEkaG__heroPanorama{width:116%!important;height:103%!important;inset:-1.5% -8%!important}.HomePage-module__dZEkaG__heroCopy{width:auto;margin:0 20px 22px}.HomePage-module__dZEkaG__heroCopy h1{font-size:clamp(45px,12vw,56px)}.HomePage-module__dZEkaG__heroCopy>p:last-child{width:100%;margin:18px 0 0;font-size:13px;line-height:1.5}.HomePage-module__dZEkaG__heroCopy .eyebrow{margin-bottom:12px;font-size:9px}.HomePage-module__dZEkaG__snapshot{padding-top:42px}.HomePage-module__dZEkaG__facts{grid-template-columns:1fr 1fr;margin-bottom:64px;padding:0}.HomePage-module__dZEkaG__facts li{gap:12px;min-height:108px;padding:18px 16px}.HomePage-module__dZEkaG__facts li+li{border-left:0}.HomePage-module__dZEkaG__facts li:nth-child(2n){border-left:1px solid var(--line)}.HomePage-module__dZEkaG__facts li:nth-child(n+3){border-top:1px solid #c9aa8647}.HomePage-module__dZEkaG__factIcon{flex-basis:36px;width:36px;height:36px}.HomePage-module__dZEkaG__factLabel{font-size:9px;line-height:1.4}.HomePage-module__dZEkaG__layout{grid-template-columns:1fr;gap:50px}.HomePage-module__dZEkaG__copy h2{font-size:47px}.HomePage-module__dZEkaG__copy>p:not(:first-child){font-size:15px;line-height:1.65}.HomePage-module__dZEkaG__gallery{grid-template-columns:1.25fr .75fr;align-items:start;gap:10px}.HomePage-module__dZEkaG__gallery .HomePage-module__dZEkaG__mainImage{min-height:52vh}.HomePage-module__dZEkaG__gallery .HomePage-module__dZEkaG__secondaryImage{min-height:32vh;margin:96px 0 0}}
