.app{width:100%;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--paper)}.scene{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden;padding:clamp(120px,18vh,180px) clamp(20px,5vw,100px) clamp(100px,15vh,140px);gap:0;pointer-events:auto;-webkit-overflow-scrolling:touch}.scene::-webkit-scrollbar{display:none}.scene{-ms-overflow-style:none;scrollbar-width:none}.headline{text-align:center;opacity:0;transform:translateY(22px);transition:opacity 1.4s var(--soft),transform 1.6s var(--spring);width:100%;margin-bottom:.5rem;flex-shrink:0}.headline.ready{opacity:1;transform:none;transition-delay:.2s}.hl-main{display:block;font-family:var(--serif);font-weight:400;font-size:clamp(1.6rem,4.2vw,5rem);letter-spacing:.02em;line-height:1.1;color:var(--ink)}.hl-main em{font-style:italic;color:var(--sienna)}.thread{width:1px;height:0;background:linear-gradient(to bottom,transparent,rgba(152,75,47,.48),transparent);margin:clamp(.5rem,1vh,1.2rem) auto clamp(1rem,2vh,1.8rem);transition:height 1.2s var(--soft);flex-shrink:0}.thread.ready{height:clamp(20px,4vh,60px);transition-delay:.7s}.luxury-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(8px,1vw,12px);width:min(92vw,1100px);max-width:100%;box-sizing:border-box;opacity:0;transform:translateY(12px);transition:opacity 1.2s var(--soft),transform 1.4s var(--spring);padding-bottom:2rem}.luxury-grid.ready{opacity:1;transform:none;transition-delay:.9s}.luxury-card{position:relative;display:flex;flex-direction:column;min-width:0;border-radius:9px;background:#fff;cursor:none;box-shadow:0 1px 4px #2c201812,0 4px 14px #2c20180f;border:1px solid var(--s08);will-change:transform;transform-style:preserve-3d;opacity:0;transform:translateY(14px)}.luxury-card.ready{opacity:1;transform:translateY(0)}.luxury-card:hover{box-shadow:0 16px 52px #984b2f29,0 4px 18px #2c20181a;border-color:#984b2f42;z-index:20}.luxury-card-img{aspect-ratio:1/1;position:relative;overflow:hidden;border-radius:8px 8px 0 0}.luxury-card-fill{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform 1s var(--spring);background-size:cover;background-position:center}.luxury-card:hover .luxury-card-fill{transform:scale(1.07)}.luxury-card-fill:after{content:none}.luxury-card-num{position:absolute;top:8px;right:9px;z-index:2;font-family:var(--sans);font-size:.5rem;font-weight:200;color:#ffffff80}.luxury-card-foot{background:#fff;padding:clamp(8px,1.2vw,14px) clamp(10px,1.4vw,16px);border-top:1px solid rgba(152,75,47,.07);display:flex;flex-direction:column;gap:2px;border-radius:0 0 8px 8px}.luxury-card-italic{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(.65rem,.85vw,.85rem);color:var(--i60);line-height:1.2}.luxury-card-name{font-family:var(--sans);font-weight:300;font-size:clamp(.58rem,.75vw,.75rem);color:var(--ink);letter-spacing:.05em;overflow-wrap:anywhere}.luxury-card:hover .luxury-card-name{color:var(--sienna)}.luxury-card-arrow{position:absolute;bottom:10px;right:12px;font-size:.6rem;color:var(--s35);opacity:0;transform:translate(-5px);transition:opacity .8s var(--soft),transform .9s var(--spring)}.luxury-card:hover .luxury-card-arrow{opacity:1;transform:translate(0)}.topbar{position:fixed;top:var(--frame-m);left:var(--frame-m);right:var(--frame-m);z-index:100;height:clamp(50px,8vh,70px);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(10px,1.5vw,32px);opacity:0;transition:opacity 1.2s var(--soft) .2s;pointer-events:none}.topbar.ready{opacity:1}.logo{display:flex;align-items:center;height:70%;cursor:none;pointer-events:auto}.logo-img{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.estate-logo{display:flex;align-items:center;height:90%;pointer-events:none}.estate-logo-img{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}.bottombar{position:fixed;bottom:var(--frame-m);left:var(--frame-m);right:var(--frame-m);z-index:100;height:clamp(50px,8vh,70px);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,52px);opacity:0;transition:opacity 1.2s var(--soft) .6s;pointer-events:none}.bottombar.ready{opacity:1}.live-pill{display:flex;align-items:center;gap:8px;pointer-events:auto}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--sienna);opacity:.6;animation:breathe 3s ease-in-out infinite}.live-label{font-family:var(--sans);font-size:clamp(.5rem,.7vw,.65rem);font-weight:300;letter-spacing:.25em;text-transform:uppercase;color:var(--sienna)}.loc-tag{display:flex;flex-direction:column;align-items:flex-end;pointer-events:auto}.loc-val{font-family:var(--sans);font-size:clamp(.55rem,.75vw,.72rem);font-weight:300;letter-spacing:.1em;color:var(--ink)}.loc-label{font-family:var(--sans);font-size:clamp(.4rem,.5vw,.52rem);font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:var(--s35)}@keyframes breathe{0%,to{transform:scale(1);opacity:.55}50%{transform:scale(.45);opacity:.2}}@media (max-width: 1100px){.luxury-grid{grid-template-columns:repeat(3,1fr);width:88vw}}@media (max-width: 768px){.scene{padding-top:140px;padding-bottom:120px}.luxury-grid{grid-template-columns:repeat(2,1fr);width:86vw}.hl-main{font-size:2.1rem}.topbar,.bottombar{padding:0 25px}.logo{height:50%}@media (max-height: 520px){.scene{padding-top:clamp(80px,15vh,100px);padding-bottom:clamp(60px,10vh,80px)}.hl-main{font-size:1.5rem}.thread{height:15px;margin:.4rem auto}.luxury-grid{scale:.95;transform-origin:top center}}@media (max-height: 400px) and (orientation: landscape){.scene{padding-top:70px}.headline{margin-top:-10px}}.edge-strip{display:none}}@media (max-width: 600px){.topbar,.bottombar{padding:0 15px}.luxury-grid{gap:12px;width:84vw}.hl-main{font-size:1.8rem}.thread{height:20px;margin:.6rem auto}.live-pill,.loc-tag{scale:.85}.scene{padding-top:130px;padding-bottom:110px}}.luxury-grid.landscape-mode .luxury-card-img{aspect-ratio:4 / 3}@media (min-width: 2560px){.luxury-grid{width:min(80vw,1600px);gap:24px;padding-bottom:4rem}.hl-main{font-size:7rem}.topbar,.bottombar{height:120px;padding:0 100px}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::-moz-selection{background:transparent}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}#cur{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12050;pointer-events:none}.cd{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--sienna);transform:translate(-50%,-50%);transition:opacity .2s,transform .15s}.cr{position:absolute;width:34px;height:34px;border-radius:50%;border:1px solid var(--s35);transform:translate(-50%,-50%);transition:width .6s var(--soft),height .6s var(--soft),border-color .5s var(--soft),background .5s var(--soft)}body.hc .cr{width:58px;height:58px;border-color:#984b2f99}body.hc .cd{opacity:0}body.hl .cr{width:44px;height:44px;background:#984b2f0d}body.hi .cd{background:#fffffff2;opacity:1}body.hi .cr{border-color:#ffffffd9;background:#ffffff14}body.hc.hi .cd{opacity:1}body.modal-open #cur{display:none}.frame-border{position:fixed;inset:var(--frame-m);z-index:2;pointer-events:none;border:1px solid var(--s16);border-radius:3px;opacity:0;transition:opacity 1.2s var(--soft)}.frame-border.ready{opacity:1}.corner-accent{position:fixed;z-index:3;pointer-events:none;width:14px;height:14px;opacity:0;transition:opacity 1s var(--soft)}.corner-accent.ready{opacity:1}.corner-accent.tl{top:var(--frame-m);left:var(--frame-m);border-top:1.5px solid var(--sienna);border-left:1.5px solid var(--sienna)}.corner-accent.tr{top:var(--frame-m);right:var(--frame-m);border-top:1.5px solid var(--sienna);border-right:1.5px solid var(--sienna)}.corner-accent.bl{bottom:var(--frame-m);left:var(--frame-m);border-bottom:1.5px solid var(--sienna);border-left:1.5px solid var(--sienna)}.corner-accent.br{bottom:var(--frame-m);right:var(--frame-m);border-bottom:1.5px solid var(--sienna);border-right:1.5px solid var(--sienna)}@media (max-width: 480px){.corner-accent{width:10px;height:10px}}#loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:8000;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;pointer-events:none;background:var(--paper)}.curtain{position:absolute;left:0;right:0;height:50%;background:var(--paper);transition:transform 1.1s var(--soft)}.curtain.top{top:0;transform-origin:top}.curtain.bot{bottom:0;transform-origin:bottom}.loader-logo{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;opacity:0;animation:logoIn .5s var(--ease) .3s forwards}@keyframes logoIn{to{opacity:1}}.ll-max{font-family:var(--serif);font-weight:300;font-size:clamp(3rem,5vw,5.5rem);letter-spacing:.06em;line-height:1;color:var(--sienna)}.ll-max em{font-style:italic}.ll-est{font-family:var(--sans);font-weight:200;font-size:clamp(.55rem,.7vw,.68rem);letter-spacing:.55em;text-transform:uppercase;color:var(--i60)}.ll-line{width:0;height:1px;background:linear-gradient(to right,transparent,var(--sienna),transparent);margin-top:1.4rem;animation:lineGrow 1.1s var(--ease) .5s forwards}@keyframes lineGrow{to{width:160px}}.ll-count{font-family:var(--serif);font-weight:300;font-size:clamp(1.8rem,2.5vw,2.6rem);letter-spacing:.12em;color:var(--sienna);margin-top:1.2rem;font-variant-numeric:tabular-nums}#loader.split .curtain.top{transform:translateY(-100%)}#loader.split .curtain.bot{transform:translateY(100%)}#loader.split .loader-logo{opacity:0;visibility:hidden;transition:opacity .2s ease;animation:none}:root{--paper: #FCFAEB;--sienna: #984B2F;--forest: #2E4A44;--ink: #1e150d;--i60: rgba(30,21,13,.75);--i30: rgba(30,21,13,.45);--i12: rgba(30,21,13,.18);--s08: rgba(152,75,47,.1);--s16: rgba(152,75,47,.22);--s35: rgba(152,75,47,.55);--serif: "Cormorant Garamond", Georgia, serif;--sans: "Jost", sans-serif;--ease: cubic-bezier(.25,.46,.45,.94);--spring: cubic-bezier(.34,1.28,.64,1);--soft: cubic-bezier(.4,0,.2,1);--frame-m: 22px}@media (max-width: 768px){:root{--frame-m: 14px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}@media (pointer:fine){body{cursor:none}}@media (pointer:coarse){body{cursor:auto}}@media (pointer: fine){body.modal-open,body.modal-open *{cursor:auto!important}body.modal-open button,body.modal-open [role=button],body.modal-open a,body.modal-open summary,body.modal-open input[type=button],body.modal-open input[type=submit],body.modal-open input[type=reset]{cursor:pointer!important}}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:220px 220px}#root{width:100%;height:100%}
