@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--color-burgundy: #351713;--color-burgundy-black: #d4c4a8;--color-stone: #6f5b50;--color-stone-light: #351713;--color-champagne: #d7ae77;--color-champagne-deep: #b98554;--color-bg: #d4c4a8;--color-surface: #efe2c5;--color-surface-alt: #c8ad7c;--color-section: #d4c4a8;--color-section-soft: #c7ad82;--color-text: #351713;--color-text-muted: #654c3e;--color-accent: var(--color-champagne);--color-accent-light: #ead5ad;--color-accent-gradient: linear-gradient(135deg, #ead5ad 0%, #d7ae77 44%, #b98554 100%);--theme-button-text: #170908;--color-divider: rgba(53, 23, 19, .2);--theme-rgb-bg: 212, 196, 168;--theme-rgb-surface: 239, 226, 197;--theme-rgb-section: 212, 196, 168;--theme-rgb-soft: 199, 173, 130;--theme-rgb-texture: 53, 23, 19;--theme-rgb-accent: 217, 174, 119;--theme-overlay-strong: .86;--theme-overlay-medium: .78;--theme-overlay-soft: .68;--theme-shadow: 0 28px 80px rgba(53, 23, 19, .16);--theme-panel-shadow: 0 30px 90px rgba(53, 23, 19, .22);--theme-texture-opacity: .09;--theme-image-frame: rgba(120, 53, 15, .32);--image-frame-bg: linear-gradient(135deg, rgba(255, 251, 235, .32), rgba(120, 53, 15, .12)), rgba(239, 226, 197, .86);--image-frame-shadow: inset 1px 1px 0 rgba(255, 251, 235, .48), inset -1px -1px 0 rgba(120, 53, 15, .18), 0 30px 78px rgba(53, 23, 19, .18);--image-frame-bevel: linear-gradient(135deg, rgba(255, 251, 235, .48), transparent 42%, rgba(120, 53, 15, .16));--theme-page-pattern: linear-gradient(rgba(212, 196, 168, .9), rgba(212, 196, 168, .9));--theme-section-pattern: linear-gradient(rgba(212, 196, 168, .9), rgba(212, 196, 168, .9));--theme-soft-pattern: linear-gradient(rgba(199, 173, 130, .9), rgba(199, 173, 130, .9));--theme-bg-pattern-image: none;--theme-navbar-bg: rgba(239, 226, 197, .84);--theme-control-bg: rgba(239, 226, 197, .82);--theme-control-bg-soft: rgba(239, 226, 197, .66);--theme-card-bg: rgba(239, 226, 197, .78);--theme-modal-bg: rgba(53, 23, 19, .24);--theme-image-scrim: linear-gradient(to top, rgba(53, 23, 19, .42) 0%, transparent 52%);--terrace-card-scrim: linear-gradient(0deg, rgba(53, 23, 19, .58) 0%, rgba(53, 23, 19, .32) 28%, rgba(53, 23, 19, .1) 62%, transparent 100%);--theme-hero-overlay: rgba(53, 23, 19, .22);--theme-hero-clear: rgba(53, 23, 19, 0);--hero-text: #efe2c5;--hero-text-soft: rgba(239, 226, 197, .86);--hero-text-accent: #ead5ad;--theme-selection-text: #fffaf0;--image-frame-padding: clamp(.75rem, 1.08vw, 1.08rem);--font-display: "The Seasons", "Seasons", "Playfair Display", Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;--font-serif: "The Seasons", "Seasons", "Playfair Display", Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;--font-sans: "Montserrat", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*{box-sizing:border-box;margin:0;padding:0}::selection{background:var(--color-accent);color:var(--theme-selection-text)}html{font-size:16px;scroll-behavior:auto;overflow-x:hidden}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);width:100%;max-width:100%;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:none;touch-action:pan-y}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9997;opacity:var(--theme-texture-opacity);background-image:radial-gradient(circle at 12% 18%,rgba(var(--theme-rgb-accent),.12) 0 1px,transparent 1px),radial-gradient(circle at 72% 66%,rgba(var(--theme-rgb-texture),.08) 0 1px,transparent 1px);background-size:18px 18px,23px 23px;mix-blend-mode:soft-light}a{color:inherit;text-decoration:none;cursor:none}button{cursor:none}@media (pointer: coarse){body{cursor:auto;-webkit-tap-highlight-color:rgba(var(--theme-rgb-accent),.18)}a,button{cursor:auto}button:active,a:active,[role=button]:active{transform:scale(.97);transition:transform .08s ease}}img,canvas,svg,video{max-width:100%}.cursor-spotlight{position:fixed;top:0;left:0;width:350px;height:350px;background:radial-gradient(circle,rgba(53,23,19,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);will-change:left,top}.cursor-dot{position:fixed;top:0;left:0;width:6px;height:6px;background:var(--color-champagne-deep);border-radius:50%;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);transition:opacity .3s}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.navbar{position:fixed;top:0;width:100%;padding:.75rem 4rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;transition:background .6s var(--ease-out-expo),backdrop-filter .6s}.navbar.scrolled{background:var(--theme-navbar-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--color-divider)}.navbar-logo{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;cursor:pointer;min-height:44px;display:flex;align-items:center}.navbar-logo-img{height:68px;width:auto;display:block;object-fit:contain}.navbar-links{display:flex;gap:2.5rem;align-items:center}.navbar-toggle{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--color-divider);background:var(--theme-control-bg-soft);color:var(--color-champagne-deep);width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%}.navbar-links a,.navbar-links button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:1.6px;text-transform:uppercase;color:var(--color-text-muted);transition:color .3s;position:relative;min-height:44px;display:inline-flex;align-items:center}.navbar-links a:after,.navbar-links button:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--color-accent);transition:width .4s var(--ease-out-expo)}.navbar-links a:hover,.navbar-links button:hover,.navbar-links a:focus-visible,.navbar-links button:focus-visible{color:var(--color-champagne-deep)}.navbar-links a:hover:after,.navbar-links button:hover:after,.navbar-links a:focus-visible:after,.navbar-links button:focus-visible:after{width:100%}.navbar-links a:focus-visible,.navbar-links button:focus-visible{outline:1px solid rgba(var(--theme-rgb-accent),.72);outline-offset:.45rem}.hero-sequence{position:relative;height:300vh;max-width:100%;overflow:clip}.hero-sequence.motion-reduced{height:100dvh}.hero{position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;width:120%;height:120%;max-width:none;object-fit:cover;will-change:transform}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(var(--theme-rgb-bg),.24),rgba(var(--theme-rgb-soft),.58),rgba(var(--theme-rgb-bg),.96));z-index:1}.hero-content{position:relative;z-index:2;text-align:center;width:min(100% - 2rem,880px);padding-inline:clamp(1rem,4vw,2rem);color:var(--hero-text);text-shadow:0 2px 18px rgba(23,9,8,.56)}.hero-tagline{font-family:var(--font-sans);font-size:.85rem;font-weight:500;letter-spacing:5px;text-transform:uppercase;color:var(--color-champagne-deep);margin-bottom:2.5rem}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,8vw,8rem);font-weight:400;letter-spacing:1.5px;line-height:1.05;margin-bottom:2rem;color:var(--hero-text)}.hero-subtitle{font-family:var(--font-sans);font-size:clamp(.98rem,1.08vw,1.18rem);font-weight:400;max-width:580px;margin:0 auto 4rem;color:#efe2c5e0;line-height:1.68;letter-spacing:.5px}.scroll-indicator{position:absolute;bottom:max(2rem,env(safe-area-inset-bottom));left:50%;z-index:10;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.8rem}.scroll-indicator span{font-size:.65rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:#efe2c5c7}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--hero-text-accent),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.3}}#glasshouse,#terraces,#events,#gallery,#virtual-tour{scroll-margin-top:6rem}.section-label{font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--color-champagne-deep);margin-bottom:1.5rem}.section-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,5rem);font-weight:400;letter-spacing:.5px;line-height:1.12;margin-bottom:2rem}.section-body{font-size:1.05rem;font-weight:300;line-height:1.9;color:var(--color-text-muted);max-width:500px}.divider-gold{width:60px;height:1px;background:var(--color-accent);margin:3rem 0}@media (max-width: 768px){.divider-gold{margin:1rem 0}}.word-mask{display:inline-block;overflow:hidden;vertical-align:bottom;padding-bottom:.05em;margin-right:.3em}.word-inner{display:inline-block;will-change:transform}.img-reveal{position:relative;overflow:hidden;width:100%;height:100%;background:var(--color-surface)}.img-reveal img{width:100%;height:100%;object-fit:cover;will-change:transform}.img-reveal:after{content:"";position:absolute;top:.65rem;right:.65rem;bottom:.65rem;left:.65rem;z-index:3;pointer-events:none;border:1px solid rgba(var(--theme-rgb-accent),.24);opacity:.9}.img-reveal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-bg);transform-origin:right;will-change:transform;z-index:2}.gh-section{padding:clamp(7rem,10vw,11rem) clamp(1.25rem,5vw,5%) clamp(6rem,9vw,10rem) clamp(1.25rem,8vw,8%);background:var(--theme-section-pattern),var(--theme-bg-pattern-image) 0 0 / 360px auto repeat,var(--color-bg);overflow:hidden}.gh-inner{display:grid;grid-template-columns:minmax(17rem,.25fr) minmax(0,.75fr);gap:clamp(2rem,3.4vw,4rem);align-items:center;max-width:1680px;margin:0 auto}.gh-text{max-width:30rem;will-change:transform}.gh-image-col{position:relative;min-height:30rem;height:min(74vh,48rem);aspect-ratio:16 / 10;overflow:hidden;padding:var(--image-frame-padding);border:1px solid var(--theme-image-frame);background:var(--image-frame-bg);box-shadow:var(--image-frame-shadow);will-change:transform;transition:transform .45s var(--ease-out-expo),box-shadow .45s var(--ease-out-expo)}.gh-image-col>.img-reveal,.event-card-image>.img-reveal,.terrace-card>.img-reveal{position:relative;z-index:1}.gh-image-col:before,.event-card-image:before,.terrace-card:before{content:"";position:absolute;top:.45rem;right:.45rem;bottom:.45rem;left:.45rem;z-index:4;pointer-events:none;border:1px solid rgba(var(--theme-rgb-accent),.28);background:var(--image-frame-bevel);mix-blend-mode:soft-light}.gh-image-col:after,.event-card-image:after,.terrace-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none;background:linear-gradient(90deg,rgba(var(--theme-rgb-accent),.62) 0 1.8rem,transparent 1.8rem calc(100% - 1.8rem),rgba(var(--theme-rgb-accent),.62) calc(100% - 1.8rem)) top left / 100% 1px no-repeat,linear-gradient(90deg,rgba(var(--theme-rgb-accent),.62) 0 1.8rem,transparent 1.8rem calc(100% - 1.8rem),rgba(var(--theme-rgb-accent),.62) calc(100% - 1.8rem)) bottom left / 100% 1px no-repeat,linear-gradient(180deg,rgba(var(--theme-rgb-accent),.62) 0 1.8rem,transparent 1.8rem calc(100% - 1.8rem),rgba(var(--theme-rgb-accent),.62) calc(100% - 1.8rem)) top left / 1px 100% no-repeat,linear-gradient(180deg,rgba(var(--theme-rgb-accent),.62) 0 1.8rem,transparent 1.8rem calc(100% - 1.8rem),rgba(var(--theme-rgb-accent),.62) calc(100% - 1.8rem)) top right / 1px 100% no-repeat;opacity:.42}.gh-image-col:hover,.event-card-image:hover,.terrace-card:hover{transform:translateY(-3px)}.gh-image-col .img-reveal{height:100%}.gh-image-col .img-reveal img{height:108%;width:100%;object-fit:cover;object-position:center}.gh-accent-circle{position:absolute;top:-3rem;right:-3rem;width:180px;height:180px;border:1px solid var(--color-divider);border-radius:50%;pointer-events:none}.gh-accent-line{position:absolute;bottom:2rem;left:-3rem;width:80px;height:1px;background:var(--color-accent);pointer-events:none}@media (max-width: 768px){.gh-inner{grid-template-columns:1fr;gap:1.5rem}.gh-section{padding:3.5rem max(1rem,5vw) 4rem}.gh-text{max-width:42rem}.gh-image-col{order:-1}.gh-image-col{width:100%;min-height:0;height:auto;aspect-ratio:3 / 4}.gh-image-col .img-reveal img{height:100%;object-position:center}.gh-accent-circle,.gh-accent-line{display:none}@keyframes frameShimmer{0%{opacity:.4}50%{opacity:.7}to{opacity:.4}}}@media (max-width: 768px) and (pointer: coarse){.gh-image-col:after{animation:frameShimmer 3.5s ease-in-out infinite}}.terraces-section{height:500vh;background:var(--theme-soft-pattern),var(--color-section);position:relative}.terraces-sticky{position:sticky;top:0;height:100vh;display:grid;grid-template-columns:minmax(18rem,34vw) minmax(0,1fr);align-items:center;overflow:hidden;gap:clamp(2.5rem,4vw,4rem);padding:0 0 0 clamp(1.25rem,8vw,8%)}.terraces-text{position:relative;z-index:10;max-width:380px;align-self:center;pointer-events:none}.terraces-gallery{min-width:0;width:100%;height:min(65vh,45rem);overflow:hidden}.terraces-track{display:flex;gap:clamp(1.25rem,3vw,3rem);height:100%;width:max-content;padding-right:14vw;will-change:transform}.terrace-card{flex:0 0 clamp(19rem,42vw,38.75rem);height:100%;position:relative;overflow:hidden;border-radius:0;padding:var(--image-frame-padding);border:1px solid var(--theme-image-frame);background:var(--image-frame-bg);box-shadow:var(--image-frame-shadow);transition:transform .45s var(--ease-out-expo),box-shadow .45s var(--ease-out-expo);will-change:transform}.terrace-card .img-reveal{height:100%}.terrace-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-out-expo)}.terrace-card:hover img{transform:scale(1.08)}.terrace-card-overlay{position:absolute;inset:var(--image-frame-padding);background:var(--terrace-card-scrim);z-index:1}.terrace-card-info{position:absolute;right:calc(var(--image-frame-padding) + clamp(1.1rem,3vw,2.5rem));bottom:calc(var(--image-frame-padding) + clamp(1.1rem,3vw,2.5rem));left:calc(var(--image-frame-padding) + clamp(1.1rem,3vw,2.5rem));z-index:2;padding:1rem 0 0;text-shadow:0 2px 18px rgba(0,0,0,.72)}.terrace-card-info h4{font-family:var(--font-display);font-size:clamp(1.45rem,2vw,1.8rem);font-weight:400;margin-bottom:.5rem;color:#f8f0e4}.terrace-card-info p{font-size:clamp(.78rem,1vw,.85rem);font-weight:500;color:#f8f0e4db;letter-spacing:1px}.terrace-dots{display:none}.events-section{position:relative;background:var(--color-bg)}.event-card{position:sticky;top:0;min-height:100dvh;display:flex;align-items:center;overflow:hidden;border-top:1px solid var(--color-divider)}.event-card-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(3rem,6vw,6rem);padding:clamp(5.5rem,8vw,7rem) clamp(1.25rem,8vw,8%);width:100%;align-items:center}.event-card-text{max-width:34rem}.event-card-image{width:100%;min-height:24rem;height:min(70vh,46rem);overflow:hidden;position:relative;padding:var(--image-frame-padding);border:1px solid var(--theme-image-frame);border-radius:0;background:var(--image-frame-bg);box-shadow:var(--image-frame-shadow);transition:transform .45s var(--ease-out-expo),box-shadow .45s var(--ease-out-expo);will-change:transform}.event-card-image .img-reveal{height:100%}.gallery-section{position:relative;padding:11rem 8% 12rem;background:var(--theme-section-pattern),var(--theme-bg-pattern-image) 50% 0 / 380px auto repeat,var(--color-bg);border-top:1px solid var(--color-divider);overflow:hidden}.gallery-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(217,174,119,.13) 0 1px,transparent 1px),linear-gradient(180deg,rgba(217,174,119,.08) 0 1px,transparent 1px);background-size:11.111% 100%,100% 120px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 12%,#000 86%,transparent);mask-image:linear-gradient(180deg,transparent,#000 12%,#000 86%,transparent);opacity:.42}.gallery-heading{position:relative;z-index:1;display:grid;grid-template-columns:minmax(240px,.42fr) minmax(0,.58fr);column-gap:6rem;align-items:end;max-width:1400px;margin:0 auto 5rem}.gallery-heading .section-title{grid-column:1 / 2;margin-bottom:0}.gallery-heading .section-body{grid-column:2 / 3;margin-bottom:.4rem}.editorial-gallery-grid{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(98px,8vw);gap:clamp(.85rem,1.45vw,1.35rem)}.gallery-tile{position:relative;min-height:260px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(217,174,119,.2);border-radius:0;background:var(--color-surface);color:var(--color-text);padding:0;overflow:hidden;text-align:left;isolation:isolate;cursor:pointer;box-shadow:0 28px 80px #0003}.gallery-tile-large{grid-column:span 5;grid-row:span 5}.gallery-tile-tall{grid-column:span 3;grid-row:span 6}.gallery-tile-wide{grid-column:span 4;grid-row:span 3}.gallery-tile-square{grid-column:span 4;grid-row:span 4}.gallery-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .9s var(--ease-out-expo),filter .7s var(--ease-out-expo);will-change:transform}.gallery-tile:before{content:"";position:absolute;top:.8rem;right:.8rem;bottom:.8rem;left:.8rem;z-index:3;pointer-events:none;border:1px solid rgba(234,213,173,0);transform:scale(1.04);transition:transform .5s var(--ease-out-expo),border-color .5s}.gallery-tile-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#17090814,#1709081f 38%,#170908c7),radial-gradient(circle at 35% 20%,rgba(217,174,119,.18),transparent 38%);transition:opacity .45s var(--ease-out-expo)}.gallery-tile-index{position:absolute;top:1.2rem;left:1.2rem;z-index:2;color:var(--color-champagne-deep);font-size:.7rem;font-weight:600;letter-spacing:.18em}.gallery-tile-copy{position:absolute;left:clamp(1.2rem,2vw,2rem);right:clamp(1.2rem,2vw,2rem);bottom:clamp(1.2rem,2vw,2rem);z-index:2;display:grid;gap:.55rem;transform:translateY(.4rem);transition:transform .5s var(--ease-out-expo)}.gallery-tile-copy span{color:var(--color-champagne-deep);font-size:.68rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.gallery-tile-copy strong{color:var(--color-text);font-family:var(--font-display);font-size:clamp(1.8rem,3vw,3rem);font-weight:400;line-height:.98;letter-spacing:0}.gallery-tile:hover img,.gallery-tile:focus-visible img{transform:scale(1.08);filter:saturate(1.08) contrast(1.04)}.gallery-tile:hover:before,.gallery-tile:focus-visible:before{border-color:#ead5ad8a;transform:scale(1)}.gallery-tile:hover .gallery-tile-copy,.gallery-tile:focus-visible .gallery-tile-copy{transform:translateY(-.25rem)}.gallery-tile:focus-visible{outline:1px solid rgba(217,174,119,.78);outline-offset:.45rem}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2500;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,4rem);background:#0c0504c7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.gallery-lightbox-panel{position:relative;width:min(100%,1180px);max-height:min(760px,88dvh);display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);background:#170908f5;border:1px solid rgba(217,174,119,.32);overflow:hidden;box-shadow:0 32px 120px #00000094}.gallery-lightbox-panel img{width:100%;height:min(760px,88dvh);object-fit:cover}.gallery-lightbox-copy{display:flex;flex-direction:column;justify-content:end;padding:clamp(2rem,4vw,3.5rem);background:linear-gradient(180deg,#35171347,#170908fa),var(--color-surface)}.gallery-lightbox-copy span{margin-bottom:1.4rem;color:var(--color-champagne-deep);font-size:.7rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.gallery-lightbox-copy h3{margin-bottom:1.2rem;color:var(--color-text);font-family:var(--font-display);font-size:clamp(2.4rem,4vw,4.4rem);font-weight:400;line-height:.98}.gallery-lightbox-copy p{color:var(--color-text-muted);font-size:.95rem;line-height:1.8}.gallery-lightbox-close{position:absolute;top:1rem;right:1rem;z-index:3;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(217,174,119,.38);background:#170908b8;color:var(--color-champagne-deep);transition:background .25s var(--ease-out-expo),color .25s}.gallery-lightbox-close:hover,.gallery-lightbox-close:focus-visible{background:var(--color-accent);color:var(--color-bg)}.gallery-page{min-height:100dvh;padding:10rem 8% 8rem;background:var(--theme-page-pattern),var(--theme-bg-pattern-image) center / 420px auto repeat,var(--color-bg);position:relative;overflow:hidden}.gallery-page-inner{position:relative;z-index:2;width:min(100%,1320px);margin:0 auto}.gallery-page-intro{max-width:760px;margin-bottom:clamp(3rem,6vw,5rem)}.gallery-title{margin-bottom:1.2rem}.gallery-intro{max-width:620px}.gallery-viewing-room{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.34fr);gap:1px;border:1px solid var(--color-divider);background:var(--color-divider);box-shadow:0 34px 100px #00000047}.gallery-feature{min-height:min(72vh,720px);position:relative;overflow:hidden;background:var(--color-surface);isolation:isolate}.gallery-feature:before{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;z-index:2;pointer-events:none;border:1px solid rgba(234,213,173,.18)}.gallery-feature img{width:100%;height:100%;min-height:min(72vh,720px);display:block;object-fit:cover;transform:scale(1.01)}.gallery-feature:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#170908bd,#1709082e 42%,#17090814),linear-gradient(180deg,transparent 45%,rgba(23,9,8,.82))}.gallery-feature-caption{position:absolute;z-index:3;left:clamp(1.6rem,4vw,4rem);bottom:clamp(1.6rem,4vw,4rem);width:min(500px,calc(100% - 3.2rem))}.gallery-feature-caption span,.gallery-index-heading span,.gallery-index-copy span,.gallery-index-number{color:var(--color-champagne-deep);font-size:.68rem;font-weight:700;letter-spacing:.26em;text-transform:uppercase}.gallery-feature-caption h2{margin:1.1rem 0 1rem;color:var(--color-text);font-family:var(--font-display);font-size:clamp(3rem,7vw,6.8rem);font-weight:400;line-height:.95;letter-spacing:0}.gallery-feature-caption p{max-width:440px;color:var(--color-text-muted);font-size:.98rem;font-weight:300;line-height:1.8}.gallery-index-panel{min-height:min(72vh,720px);padding:clamp(1.4rem,2vw,2rem);background:#170908ed;display:flex;flex-direction:column}.gallery-index-heading{padding-bottom:1.4rem;margin-bottom:1rem;border-bottom:1px solid rgba(217,174,119,.18)}.gallery-index-heading strong{display:block;margin-top:.85rem;color:var(--color-text);font-family:var(--font-display);font-size:clamp(1.9rem,2.8vw,2.7rem);font-weight:400;line-height:1}.gallery-index-list{display:grid;gap:.75rem;overflow:auto;padding-right:.3rem}.gallery-index-item{min-height:104px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(217,174,119,.14);background:#d9d3c509;color:var(--color-text);padding:.55rem;display:grid;grid-template-columns:2.2rem 84px minmax(0,1fr);gap:.85rem;align-items:center;text-align:left;cursor:pointer;transition:background .25s var(--ease-out-expo),border-color .25s,transform .25s var(--ease-out-expo)}.gallery-index-item img{width:84px;height:84px;object-fit:cover;filter:saturate(.78) contrast(.95);transition:filter .25s var(--ease-out-expo)}.gallery-index-copy{display:grid;gap:.45rem}.gallery-index-copy strong{color:var(--color-text);font-family:var(--font-display);font-size:1.45rem;font-weight:400;line-height:1.04}.gallery-index-item:hover,.gallery-index-item:focus-visible,.gallery-index-item.active{background:#d9ae771a;border-color:#d9ae776b;transform:translate(-.25rem)}.gallery-index-item:hover img,.gallery-index-item:focus-visible img,.gallery-index-item.active img{filter:saturate(1.05) contrast(1.04)}.gallery-index-item:focus-visible{outline:1px solid rgba(217,174,119,.72);outline-offset:.35rem}.profile-gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:clamp(230px,18vw,310px);gap:clamp(.45rem,.75vw,.85rem);padding:clamp(.75rem,1.1vw,1rem);border:1px solid var(--color-divider);background:linear-gradient(rgba(var(--theme-rgb-accent),.08),rgba(var(--theme-rgb-accent),.08)),rgba(var(--theme-rgb-bg),var(--theme-overlay-soft));box-shadow:inset 0 0 0 1px rgba(var(--theme-rgb-texture),.045),var(--theme-shadow);overflow:hidden}.profile-gallery-post{position:relative;min-width:0;min-height:48px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--theme-image-frame);background:var(--color-surface);color:var(--color-text);padding:0;overflow:hidden;cursor:pointer;grid-row:span 1;isolation:isolate;box-shadow:inset 0 0 0 1px rgba(var(--theme-rgb-texture),.055),0 18px 46px rgba(var(--theme-rgb-bg),.2)}.profile-gallery-post:before{content:"";position:absolute;top:.7rem;right:.7rem;bottom:.7rem;left:.7rem;z-index:3;pointer-events:none;border:1px solid rgba(var(--theme-rgb-accent),.32);transform:scale(1);transition:border-color .28s var(--ease-out-expo),transform .28s var(--ease-out-expo)}.profile-gallery-post:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(var(--theme-rgb-accent),.22) 0 1px,transparent 1px) left top / 100% 1px no-repeat,linear-gradient(90deg,rgba(var(--theme-rgb-accent),.22) 0 1px,transparent 1px) left bottom / 100% 1px no-repeat,linear-gradient(180deg,rgba(var(--theme-rgb-accent),.22) 0 1px,transparent 1px) left top / 1px 100% no-repeat,linear-gradient(180deg,rgba(var(--theme-rgb-accent),.22) 0 1px,transparent 1px) right top / 1px 100% no-repeat;opacity:.68}.profile-gallery-post img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.01);filter:saturate(.98) contrast(1);transition:transform .55s var(--ease-out-expo),filter .55s var(--ease-out-expo)}.profile-gallery-post:hover:before,.profile-gallery-post:focus-visible:before{border-color:rgba(var(--theme-rgb-accent),.78);transform:scale(.985)}.profile-gallery-post:hover img,.profile-gallery-post:focus-visible img{transform:scale(1.065);filter:saturate(1.06) contrast(1.04)}.profile-gallery-post:focus-visible{outline:1px solid rgba(217,174,119,.78);outline-offset:.35rem}.profile-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2500;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,4rem);background:var(--theme-modal-bg);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overscroll-behavior:contain}.profile-gallery-lightbox-frame{position:relative;width:auto;height:auto;max-width:calc(100vw - clamp(2rem,8vw,8rem));max-height:calc(100dvh - clamp(2rem,8vw,8rem));overflow:hidden;border:1px solid var(--color-divider);background:var(--color-surface);box-shadow:var(--theme-panel-shadow)}.gallery-image-stage{position:relative;width:auto;height:auto;max-width:inherit;max-height:inherit;display:grid;place-items:center;background:var(--color-bg);overflow:hidden}.gallery-image-stage img{grid-area:1 / 1;width:auto;height:auto;max-width:calc(100vw - clamp(2rem,8vw,8rem));max-height:calc(100dvh - clamp(2rem,8vw,8rem));display:block;object-fit:contain;object-position:center;background:var(--color-bg)}.gallery-image-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(100deg,transparent 0%,rgba(var(--theme-rgb-accent),.16) 46%,transparent 72%),linear-gradient(135deg,rgba(var(--theme-rgb-bg),.84),rgba(var(--theme-rgb-soft),.7));background-size:220% 100%,100% 100%;animation:galleryShimmer 1.05s ease-in-out infinite}@keyframes galleryShimmer{0%{background-position:140% 0,0 0}to{background-position:-80% 0,0 0}}.profile-gallery-lightbox-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:var(--theme-image-scrim)}.gallery-image-zone{position:absolute;top:0;bottom:0;z-index:4;width:28%;min-width:88px;border:0;display:flex;align-items:center;color:#f8f0e4e0;background:transparent;opacity:0;transform:translate(0);transition:opacity .25s var(--ease-out-expo),background .25s var(--ease-out-expo),transform .25s var(--ease-out-expo)}.gallery-image-zone-prev{left:0;justify-content:flex-start;padding-left:clamp(1rem,3vw,2rem);background:linear-gradient(90deg,rgba(23,9,8,.38),transparent)}.gallery-image-zone-prev svg{transform:rotate(180deg)}.gallery-image-zone-next{right:0;justify-content:flex-end;padding-right:clamp(1rem,3vw,2rem);background:linear-gradient(270deg,rgba(23,9,8,.38),transparent)}.gallery-image-zone:hover,.gallery-image-zone:focus-visible{opacity:1}.gallery-image-zone:active{opacity:1;transform:scaleX(1.02)}.gallery-image-zone:focus-visible{outline:1px solid rgba(217,174,119,.78);outline-offset:-.75rem}.gallery-lightbox-nav{position:absolute;left:50%;bottom:1rem;z-index:5;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:42px;padding:.5rem .85rem;border:1px solid rgba(248,240,228,.28);background:#170908c7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.gallery-image-dots{display:flex;align-items:center;justify-content:center;gap:.42rem}.gallery-image-dot{width:6px;height:6px;min-width:6px;min-height:6px;padding:0;border:0;border-radius:50%;background:#d9ae77e6;box-shadow:0 0 0 1px #351713b8;transition:transform .22s var(--ease-out-expo),background .22s var(--ease-out-expo)}.gallery-image-dot.active{background:var(--color-champagne-deep);box-shadow:0 0 0 2px #351713d1,0 0 14px #35171361;transform:scale(1.7)}.gallery-bottom-arrow{width:34px;height:34px;border:1px solid rgba(248,240,228,.34);display:inline-flex;align-items:center;justify-content:center;color:#f8f0e4d6;background:#170908ad;transition:transform .22s var(--ease-out-expo),background .22s var(--ease-out-expo),border-color .22s var(--ease-out-expo)}.gallery-bottom-arrow-prev svg{transform:rotate(180deg)}.gallery-bottom-arrow:hover,.gallery-bottom-arrow:focus-visible,.gallery-bottom-arrow:active{transform:translateY(-1px);border-color:rgba(var(--theme-rgb-accent),.72);background:#170908ad}.lightbox-drag-handle,.concierge-drag-handle{display:none}.stats-section{padding:clamp(6rem,10vw,10rem) clamp(1rem,8vw,8%);background:var(--theme-soft-pattern),var(--color-section-soft);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.5rem,5vw,8rem);border-top:1px solid var(--color-divider);border-bottom:1px solid var(--color-divider)}.stat-item{text-align:center;min-width:0}.stat-number{font-family:var(--font-display);font-size:clamp(2.7rem,5vw,4rem);font-weight:400;color:var(--color-text);margin-bottom:1rem}.stat-label{font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--color-text-muted);line-height:1.45}.virtual-tour-section{min-height:100dvh;min-height:100svh;padding:0;background:var(--color-bg);border-bottom:1px solid var(--color-divider);position:relative;overflow:hidden}.matterport-stage{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(var(--theme-rgb-soft),.62),rgba(var(--theme-rgb-bg),.98)),var(--color-surface);min-height:420px}.matterport-stage:fullscreen{width:100vw;height:100vh;min-height:100vh;background:#170908}.matterport-stage iframe{width:100%;height:100%;min-height:inherit;display:block;border:0}.tour-fullscreen-action{position:absolute;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:3;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:0 1rem;border:1px solid rgba(234,213,173,.46);background:#170908b8;color:#f8f0e4;font-family:var(--font-sans);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);transition:transform .24s var(--ease-out-expo),background .24s var(--ease-out-expo),border-color .24s var(--ease-out-expo)}.tour-fullscreen-action:hover,.tour-fullscreen-action:focus-visible{transform:translateY(-2px);background:#170908db;border-color:#ead5adc7}.tour-fullscreen-action:focus-visible{outline:2px solid rgba(234,213,173,.9);outline-offset:3px}.virtual-tour-scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#170908e6,#1709089e 30%,#17090824 62%),linear-gradient(180deg,rgba(23,9,8,.82) 0%,transparent 22%,transparent 72%,rgba(23,9,8,.42) 100%);z-index:1}.tour-editorial{position:absolute;top:clamp(7rem,16vh,11rem);left:8%;z-index:2;width:min(520px,84%);pointer-events:none}.tour-editorial>div,.tour-actions{pointer-events:auto}.tour-kicker{display:inline-flex;align-items:center;min-height:32px;padding:0 .9rem;margin-bottom:1.4rem;border:1px solid var(--theme-image-frame);color:var(--color-champagne-deep);background:var(--theme-control-bg-soft);font-size:.68rem;font-weight:600;letter-spacing:2.4px;text-transform:uppercase;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.tour-title{margin-bottom:1.4rem;color:#f8f0e4;font-family:var(--font-display);font-size:clamp(3.2rem,6.2vw,6.8rem);font-weight:400;line-height:1;letter-spacing:0;text-wrap:balance}.tour-intro{max-width:440px;margin-bottom:2.2rem;color:#f8f0e4d6;font-size:1.02rem;font-weight:300;line-height:1.75}.tour-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.tour-primary-action{min-height:48px;max-width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--font-sans);font-size:.72rem;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;transition:transform .24s var(--ease-out-expo),background .24s var(--ease-out-expo),color .24s var(--ease-out-expo),border-color .24s var(--ease-out-expo)}.tour-primary-action{border:1px solid transparent;padding:0 1.45rem;color:var(--theme-button-text, var(--color-bg));background:var(--color-accent-gradient)}.tour-primary-action:hover,.tour-primary-action:focus-visible{transform:translateY(-2px)}.tour-primary-action:focus-visible{outline:2px solid rgba(234,213,173,.9);outline-offset:3px}.inquire-section{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--theme-page-pattern),var(--theme-bg-pattern-image) center / 420px auto repeat,var(--color-bg);position:relative;overflow:hidden;padding:clamp(6rem,9vw,8rem) clamp(1rem,8vw,8%)}.inquire-content{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.inquire-title .word-mask{margin-right:0}.concierge-inline-container{width:100%;max-width:900px;position:relative}.inquire-btn{background:none;border:1px solid var(--color-accent);color:var(--color-text);min-height:48px;padding:1.15rem clamp(1.5rem,7vw,4rem);font-family:var(--font-sans);font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:1rem;margin:0 auto;transition:background .4s var(--ease-out-expo),color .4s;touch-action:manipulation}.inquire-btn:hover{background:var(--color-accent-gradient);color:var(--theme-button-text, var(--color-bg))}.concierge-inline-container{width:100%;max-width:900px;margin:0 auto;position:relative}.concierge-step{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.concierge-step-info{font-family:var(--font-sans);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.28em;color:var(--color-champagne-deep);margin-bottom:1.5rem;opacity:.8}.concierge-question{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;color:var(--color-text);margin-bottom:3.5rem;line-height:1.1;letter-spacing:0}.editorial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;width:100%}.editorial-option{width:100%;min-height:52px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-bottom:1px solid var(--color-divider);display:flex;align-items:baseline;gap:1.5rem;cursor:pointer;padding:1.5rem 0;transition:all .4s var(--ease-out-expo);color:var(--color-text-muted);position:relative;text-align:left}.editorial-option:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background:var(--color-accent);transition:width .6s var(--ease-out-expo)}.editorial-option:hover{color:var(--color-text)}.editorial-option:focus-visible{outline:2px solid rgba(var(--theme-rgb-accent),.72);outline-offset:4px;color:var(--color-text)}.editorial-option:hover:after{width:100%}.editorial-option.selected{color:var(--color-champagne-deep)}.editorial-option.selected:after{width:100%}.option-num{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.1em;color:var(--color-champagne-deep);opacity:.6}.option-label{font-family:var(--font-display);font-size:1.8rem;font-weight:400;letter-spacing:0}.concierge-input-container{width:min(100%,600px);max-width:600px}.concierge-input{background:transparent;border:none;border-bottom:1px solid var(--color-divider);padding:1.5rem 0;font-size:clamp(1.5rem,3vw,2.2rem);color:var(--color-text);width:100%;font-family:var(--font-display);font-weight:400;transition:border-color .4s ease}.concierge-input::placeholder{color:var(--color-text-muted);opacity:.72}.concierge-input:focus{outline:none;border-bottom-color:var(--color-accent)}.concierge-input:focus-visible{box-shadow:0 1px rgba(var(--theme-rgb-accent),.72)}.concierge-error{margin-top:.75rem;color:var(--color-champagne-deep);font-size:.88rem;line-height:1.5}.concierge-footer-inline{margin-top:3rem;display:flex;gap:2rem;align-items:center;justify-content:center}.next-btn{min-height:48px;background:var(--color-accent-gradient);color:var(--theme-button-text, var(--color-bg));border:none;padding:1.2rem 3rem;border-radius:0;font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:1.6px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:all .4s var(--ease-out-expo)}.next-btn:hover{transform:translateY(-5px);box-shadow:0 20px 40px #17090873}.back-btn{min-height:48px;background:transparent;border:none;color:var(--color-text-muted);font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:1.6px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;gap:.8rem;transition:color .3s ease}.back-btn:hover{color:var(--color-text)}.contact-page{min-height:100dvh;padding:10rem 8% 8rem;background:var(--theme-page-pattern),var(--theme-bg-pattern-image) center / 420px auto repeat,var(--color-bg);position:relative;overflow:hidden;overflow-x:clip}.contact-page.form-active{min-height:100dvh;padding:7.5rem 6% 4rem;display:flex;align-items:stretch}.contact-page-inner{position:relative;z-index:2;width:min(100%,980px);margin:0 auto}.contact-brand-mark{display:block;width:clamp(132px,16vw,220px);height:auto;margin-bottom:2.5rem;background:#fff;padding:.9rem;border:1px solid rgba(217,211,197,.18)}.contact-page.form-active .contact-page-inner{width:min(100%,1120px);display:flex;align-items:center}.contact-title{margin-bottom:1.2rem}.contact-intro{margin-bottom:4rem}.contact-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:3rem;border:1px solid var(--color-divider);background:var(--color-divider)}.contact-details{display:grid;grid-template-columns:minmax(0,1fr);gap:1px;margin-bottom:3rem;border:1px solid var(--color-divider);background:var(--color-divider)}.contact-detail{min-width:0;min-height:108px;padding:clamp(1.25rem,2vw,1.8rem);display:flex;align-items:center;gap:1rem;background:var(--theme-card-bg);color:var(--color-text);text-decoration:none}.contact-detail svg{flex:0 0 auto;color:var(--color-champagne-deep)}.contact-detail span{min-width:0;display:grid;gap:.35rem}.contact-detail small{color:var(--color-champagne-deep);font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.contact-detail strong{color:var(--color-text);font-size:clamp(.96rem,1.5vw,1.15rem);font-weight:500;line-height:1.45;overflow-wrap:anywhere}.contact-option{min-height:220px;min-width:0;padding:clamp(1.35rem,2.3vw,2rem);background:var(--theme-card-bg)}.contact-option-label{display:block;margin-bottom:1.5rem;color:var(--color-champagne-deep);font-size:.7rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.contact-option strong{display:block;margin-bottom:1rem;color:var(--color-text);font-family:var(--font-display);font-size:1.7rem;font-weight:400;line-height:1.15}.contact-option p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.locate-card{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1fr);gap:1px;margin-bottom:3rem;border:1px solid var(--color-divider);background:var(--color-divider)}.locate-map{min-height:260px;width:100%;height:100%;display:block;object-fit:cover;background:var(--color-surface-alt)}.locate-copy{min-width:0;padding:clamp(1.35rem,2.3vw,2rem);background:var(--theme-card-bg);display:flex;flex-direction:column;justify-content:center}.locate-copy strong{display:block;margin-bottom:1rem;color:var(--color-text);font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.05}.locate-copy p{max-width:420px;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.map-link{width:fit-content;max-width:100%;min-height:44px;display:inline-flex;align-items:center;gap:.75rem;color:var(--color-champagne-deep);font-size:.78rem;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;border-bottom:1px solid rgba(217,174,119,.5);overflow-wrap:anywhere}.contact-start-btn{margin-left:0}.contact-form-stage{width:100%;min-height:calc(100dvh - 11.5rem);display:flex;align-items:center}.contact-page.form-active .concierge-inline-container{max-width:1080px}.contact-page.form-active .concierge-step{min-height:min(620px,calc(100dvh - 16rem))}.contact-page.form-active .concierge-question{font-size:clamp(2.3rem,5vw,4.8rem);margin-bottom:clamp(2rem,5vh,4rem)}.contact-page.form-active .editorial-grid{width:min(100%,980px);grid-template-columns:repeat(2,minmax(260px,1fr));gap:clamp(1rem,2.2vw,2rem)}.contact-page.form-active .concierge-input-container{width:min(100%,680px)}.contact-page.form-active .concierge-footer-inline{margin-top:clamp(1.5rem,4vh,3rem)}.footer{padding:clamp(2.5rem,5vw,4rem) clamp(1rem,8vw,8%);border-top:1px solid var(--color-divider);display:flex;justify-content:space-between;align-items:center;gap:clamp(1rem,3vw,2rem);flex-wrap:wrap;overflow:hidden}.footer-logo{font-family:var(--font-display);font-size:1rem;font-weight:400;letter-spacing:5px;text-transform:uppercase;color:var(--color-champagne-deep)}.footer-brand-mark{display:block;height:clamp(94px,13vw,130px);width:auto;flex:0 0 auto;object-fit:contain}.footer-text{min-width:0;font-size:.7rem;color:var(--color-text-muted);letter-spacing:1px;overflow-wrap:anywhere}.footer-contact{min-width:min(100%,18rem);display:grid;gap:.45rem;color:var(--color-text-muted);font-size:.78rem;line-height:1.55;text-align:center}.footer-contact a{color:var(--color-champagne-deep);font-weight:700;letter-spacing:.08em;text-decoration:none}.floating-actions-root{position:fixed;right:max(1.1rem,env(safe-area-inset-right));bottom:max(1.1rem,env(safe-area-inset-bottom));z-index:1800;pointer-events:none;opacity:0;transform:translateY(.75rem);transition:opacity .28s var(--ease-out-expo),transform .28s var(--ease-out-expo)}.floating-actions-root.visible{opacity:1;transform:translateY(0)}.floating-actions-preview{left:max(1.1rem,env(safe-area-inset-left));display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.floating-action-stack{pointer-events:auto;display:grid;justify-items:end;gap:.72rem}.floating-actions-preview .floating-action-stack:first-child{justify-items:start}.floating-action-option-label{min-height:26px;padding:.45rem .72rem;border:1px solid rgba(var(--theme-rgb-accent),.28);background:rgba(var(--theme-rgb-bg),.74);color:var(--color-text-muted);backdrop-filter:blur(14px) saturate(145%);-webkit-backdrop-filter:blur(14px) saturate(145%);font-size:.62rem;font-weight:700;letter-spacing:.18em;line-height:1;text-transform:uppercase}.floating-action{--fab-icon-bg: rgba(var(--theme-rgb-accent), .22);--fab-edge: rgba(var(--theme-rgb-accent), .34);--fab-text: var(--color-text);--fab-muted: var(--color-text-muted);position:relative;isolation:isolate;width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;padding:0;overflow:hidden;border:1px solid var(--fab-edge);border-radius:999px;background:radial-gradient(circle at 32% 24%,rgba(255,251,235,.74),transparent 36%),linear-gradient(145deg,#fffbeb7a,rgba(var(--theme-rgb-accent),.14) 54%,#35171314),rgba(var(--theme-rgb-surface),.86);backdrop-filter:blur(16px) saturate(145%);-webkit-backdrop-filter:blur(16px) saturate(145%);box-shadow:inset 1px 1px #fffbeb94,inset -1px -1px #35171329,0 14px 34px #35171333;color:var(--fab-text);touch-action:manipulation;transition:transform .28s var(--ease-out-expo),box-shadow .28s var(--ease-out-expo),border-color .28s var(--ease-out-expo),background .28s var(--ease-out-expo)}.floating-action:before{content:"";position:absolute;top:.42rem;right:.42rem;bottom:.42rem;left:.42rem;z-index:-1;border:1px solid rgba(var(--theme-rgb-accent),.28);border-radius:inherit;pointer-events:none}.floating-action:after{content:"";position:absolute;top:-40%;right:-18%;bottom:-40%;left:-18%;z-index:-2;background:linear-gradient(115deg,transparent 18%,rgba(255,251,235,.42) 38%,transparent 58%);transform:translate(-70%) rotate(8deg);opacity:0;transition:transform .65s var(--ease-out-expo),opacity .35s ease}.floating-action-icon:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:linear-gradient(115deg,transparent 34%,rgba(255,251,235,.68) 48%,transparent 62%);transform:translate(-90%) rotate(16deg);opacity:0}.floating-action-icon svg{position:relative;z-index:1}.floating-action[data-channel=call]{--fab-delay: 0s}.floating-action[data-channel=whatsapp]{--fab-delay: 1.1s}.floating-action[data-channel=call]:before,.floating-action[data-channel=whatsapp]:before{box-shadow:0 0 rgba(var(--theme-rgb-accent),0)}.floating-actions-root.cue .floating-action:before{animation:fabAttentionRing 1.6s ease-out 1;animation-delay:var(--fab-delay, 0s)}.floating-actions-root.cue .floating-action-icon:before{animation:fabIconGlint 1.6s ease-in-out 1;animation-delay:calc(var(--fab-delay, 0s) + .18s)}.floating-action:hover,.floating-action:focus-visible{border-color:rgba(var(--theme-rgb-accent),.74);box-shadow:inset 1px 1px #fffbeba8,inset -1px -1px #35171329,0 18px 46px #35171342;transform:translateY(-2px) scale(1.03)}.floating-action:hover:after,.floating-action:focus-visible:after{opacity:1;transform:translate(70%) rotate(8deg)}.floating-action:focus-visible{outline:2px solid rgba(var(--theme-rgb-accent),.78);outline-offset:4px}.floating-action:active{transform:scale(.96)}@keyframes fabAttentionRing{0%,to{box-shadow:0 0 rgba(var(--theme-rgb-accent),0)}12%{box-shadow:0 0 rgba(var(--theme-rgb-accent),.28)}58%{box-shadow:0 0 0 12px rgba(var(--theme-rgb-accent),0)}}@keyframes fabIconGlint{0%,to{opacity:0;transform:translate(-90%) rotate(16deg)}24%{opacity:.55}70%{opacity:0;transform:translate(90%) rotate(16deg)}}.floating-action-icon{position:relative;width:42px;height:42px;flex:0 0 42px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;color:var(--color-champagne-deep);background:radial-gradient(circle at 35% 25%,rgba(255,251,235,.68),transparent 46%),var(--fab-icon-bg);box-shadow:inset 0 0 0 1px rgba(var(--theme-rgb-accent),.26),0 8px 18px #3517131f}.floating-action-icon svg{width:19px;height:19px}.floating-action[data-channel=whatsapp] .floating-action-icon{color:#2f7d4a}.floating-action-copy{position:absolute;top:50%;right:calc(100% + .78rem);width:max-content;max-width:min(16rem,calc(100vw - 6.5rem));display:grid;gap:.16rem;padding:.72rem .9rem;border:1px solid rgba(var(--theme-rgb-accent),.26);background:linear-gradient(135deg,#fffbeb80,rgba(var(--theme-rgb-accent),.12)),rgba(var(--theme-rgb-bg),.88);box-shadow:0 14px 34px #35171329;backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%);opacity:0;pointer-events:none;transform:translate(.4rem,-50%);transition:opacity .22s var(--ease-out-expo),transform .22s var(--ease-out-expo)}.floating-action:hover .floating-action-copy,.floating-action:focus-visible .floating-action-copy{opacity:1;transform:translateY(-50%)}.floating-action-copy span{color:var(--fab-text);font-size:.72rem;font-weight:700;letter-spacing:.16em;line-height:1;text-transform:uppercase}.floating-action-copy small{color:var(--fab-muted);font-size:.68rem;font-weight:500;letter-spacing:.03em;line-height:1.25;white-space:nowrap}.floating-action-medallion{display:none}.floating-action-stack-ornate .floating-action{background:linear-gradient(135deg,#fffbeb61,#3517131f),rgba(var(--theme-rgb-bg),.84)}.floating-action-stack-ornate .floating-action-medallion{position:absolute;top:-18%;right:-18%;bottom:-18%;left:-18%;z-index:-3;display:block;background:var(--fab-medallion-image) center / cover no-repeat;opacity:.23;filter:saturate(.92) contrast(1.05);transform:rotate(-5deg) scale(1.08)}.floating-action-stack-ornate .floating-action[data-channel=call]{--fab-medallion-image: url(/fab-call-medallion-ui.png)}.floating-action-stack-ornate .floating-action[data-channel=whatsapp]{--fab-medallion-image: url(/fab-whatsapp-medallion-ui.png)}.floating-action-stack-ornate .floating-action-icon{background:radial-gradient(circle at 36% 30%,rgba(255,251,235,.72),transparent 42%),var(--fab-medallion-image) center / 150% no-repeat,rgba(var(--theme-rgb-accent),.2)}.floating-action-stack-ornate .floating-action-icon svg{display:none}body.contact-form-active .floating-actions-root{display:none}@media (max-width: 768px){.floating-actions-root{right:max(.85rem,env(safe-area-inset-right));left:auto;bottom:max(.85rem,env(safe-area-inset-bottom));width:auto;transform:translateY(.85rem)}.floating-actions-root.visible{transform:translateY(0)}.floating-actions-preview{left:max(.85rem,env(safe-area-inset-left));gap:.55rem}.floating-action-stack{gap:.5rem;justify-items:end;width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.floating-action{width:54px;height:54px;min-height:54px;max-width:min(72vw,14.5rem)}.floating-action-icon{width:40px;height:40px;flex-basis:40px}.floating-action-copy span{font-size:.66rem;letter-spacing:.12em}.floating-action-copy small{font-size:.62rem}.floating-actions-root:not(.floating-actions-preview) .floating-action{width:54px;height:54px;max-width:54px;justify-content:center}.floating-actions-root:not(.floating-actions-preview) .floating-action-copy{display:none}.floating-actions-preview .floating-action{max-width:calc((100vw - 2.25rem)/2);min-width:54px}.floating-actions-preview .floating-action-copy small{display:none}}@media (max-width: 480px){.floating-action-copy small{display:none}.floating-action{max-width:calc(100vw - 1.7rem)}.floating-actions-preview .floating-action-copy{display:none}.floating-actions-preview .floating-action{width:54px}}@media (max-width: 1024px){.gh-inner{grid-template-columns:minmax(0,1fr);max-width:720px}.gh-image-col{height:auto;min-height:0;aspect-ratio:4 / 5}.gh-image-col .img-reveal img{height:100%}.terraces-section{height:auto;overflow:hidden}.terraces-sticky{position:relative;top:auto;height:auto;min-height:0;display:grid;grid-template-columns:1fr;align-items:stretch;gap:2.5rem;padding:7rem clamp(1rem,5vw,3rem);overflow:visible}.terraces-text{max-width:42rem}.terraces-gallery{height:auto;overflow:visible}.terraces-track{transform:none!important;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;height:auto;width:100%;padding-right:0}.terrace-card{min-width:0;width:100%;height:auto;aspect-ratio:3 / 4}.event-card{position:relative;top:auto;min-height:0}.event-card-inner{grid-template-columns:1fr;max-width:760px;margin:0 auto}.event-card-image{height:auto;min-height:0;aspect-ratio:16 / 11}.stats-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 1rem}}@media (min-width: 1025px) and (max-height: 820px){.navbar{padding:1rem 3rem}.navbar-logo{font-size:1.08rem;letter-spacing:4px;min-height:38px}.navbar-links{gap:1.55rem}.navbar-links a,.navbar-links button{min-height:38px;font-size:.66rem;letter-spacing:1.25px}.hero-sequence{height:220vh}.hero-content{width:min(100% - 2rem,760px);transform:translateY(1.25rem)}.hero-tagline{margin-bottom:1rem;font-size:.72rem;letter-spacing:3.6px}.hero-title{font-size:clamp(3rem,6.6vw,5.6rem);line-height:1;margin-bottom:1rem}.hero-subtitle{max-width:500px;margin-bottom:2rem;font-size:.98rem;line-height:1.58}.scroll-indicator{bottom:1rem;gap:.45rem}.scroll-line{height:34px}.gh-section{padding-top:6.25rem;padding-bottom:5.5rem}.gh-inner{grid-template-columns:minmax(17rem,.32fr) minmax(0,.68fr);gap:2.25rem}.section-label{margin-bottom:.85rem;font-size:.64rem;letter-spacing:3px}.section-title{font-size:clamp(2.25rem,4.1vw,3.8rem);line-height:1.05;margin-bottom:1.15rem}.section-body{font-size:.92rem;line-height:1.65;max-width:100%}.divider-gold{margin:1.5rem 0}.gh-image-col{min-height:22rem;height:min(60vh,34rem)}.terraces-section{height:360vh}.terraces-sticky{grid-template-columns:minmax(16rem,30vw) minmax(0,1fr);gap:2rem;padding-left:clamp(1.25rem,5vw,5%)}.terraces-text{max-width:340px}.terraces-gallery{height:min(58vh,34rem)}.terrace-card{flex-basis:clamp(18rem,34vw,29rem)}.terrace-card-info{right:calc(var(--image-frame-padding) + 1.25rem);bottom:calc(var(--image-frame-padding) + 1.25rem);left:calc(var(--image-frame-padding) + 1.25rem)}.terrace-card-info h4{font-size:clamp(1.25rem,1.65vw,1.5rem)}.terrace-card-info p{font-size:.74rem;line-height:1.45}.event-card{min-height:100svh}.event-card-inner{gap:clamp(2rem,4vw,4rem);padding:4.75rem clamp(1.25rem,6vw,6%)}.event-card-text{max-width:31rem}.event-card-image{min-height:20rem;height:min(56vh,32rem)}.stats-section{padding-top:4.75rem;padding-bottom:4.75rem;gap:clamp(1rem,3vw,4rem)}.stat-number{font-size:clamp(2.25rem,4vw,3.25rem);margin-bottom:.65rem}.inquire-section{min-height:82svh;padding-top:4.75rem;padding-bottom:4.75rem}}@media (max-width: 768px){.navbar{padding:max(.9rem,env(safe-area-inset-top)) 1rem .9rem;align-items:center}.navbar-logo{position:relative;z-index:1002}.navbar-logo-img{height:52px}.navbar-toggle{position:relative;z-index:1002;display:inline-flex}.navbar-links{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;width:100%;max-width:none;min-height:100dvh;padding:7rem 1.25rem 2rem;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;background:var(--theme-soft-pattern),var(--color-bg);transform:translate(100%);visibility:hidden;transition:transform .34s var(--ease-out-expo),visibility .34s;border-left:1px solid var(--color-divider)}.navbar.open .navbar-links{transform:translate(0);visibility:visible}.navbar-links a,.navbar-links button{justify-content:space-between;width:100%;min-height:58px;border-bottom:1px solid var(--color-divider);font-size:.78rem;letter-spacing:1.8px;color:var(--color-stone-light)}.navbar-links a:after,.navbar-links button:after{display:none}body.nav-open{overflow:hidden}.hero-sequence{height:100dvh}.hero-content{width:min(100% - 1.5rem,520px);transform:translateY(-1.5rem)}.hero-tagline{max-width:19rem;margin-inline:auto;margin-bottom:1.2rem;font-size:.62rem;letter-spacing:2.4px;line-height:1.6}.hero-title{font-size:clamp(2.2rem,12vw,3.6rem);line-height:1.02;margin-bottom:1.5rem}.hero-subtitle{max-width:20rem;font-size:.92rem;line-height:1.6}.hero-subtitle br{display:none}.hero-bg{top:-6%;right:-6%;bottom:-6%;left:-6%;width:112%;height:112%}.event-card-inner{display:block;padding:0;width:100%}.event-card{position:sticky;top:0;min-height:100dvh;display:block;overflow:hidden;box-shadow:0 -6px 40px #17090859}.event-card-inner{position:relative;height:100dvh;display:block}.event-card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%!important;flex:none;order:unset;padding:0;border:none;background:none;box-shadow:none}.event-card-image .img-reveal,.event-card-image .img-reveal img{height:100%;width:100%;object-fit:cover}.event-card-inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,rgba(23,9,8,.94) 0%,rgba(23,9,8,.65) 35%,rgba(23,9,8,.15) 62%,transparent 100%)}.event-card-text{position:absolute;bottom:0;left:0;right:0;z-index:2;flex:none;padding:2rem max(1rem,5vw) 2.5rem;background:none;border:none;max-width:none;display:block}.event-card-text .section-label{color:var(--color-champagne-deep)}.event-card-text .section-title,.event-card-text .word-inner{color:#f8f0e4}.event-card-text .section-body{color:#f8f0e4c7;max-width:100%}.event-card-text .divider-gold{background:var(--color-champagne-deep);margin:.75rem 0}.event-card-image:before,.event-card-image:after{display:none}.gallery-section{padding:7rem 5%}.gallery-heading{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.gallery-heading .section-title,.gallery-heading .section-body{grid-column:auto}.editorial-gallery-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:1rem}.gallery-tile,.gallery-tile-large,.gallery-tile-tall,.gallery-tile-wide,.gallery-tile-square{grid-column:auto;grid-row:auto;min-height:0;aspect-ratio:4 / 5}.gallery-tile-wide{aspect-ratio:4 / 3}.gallery-tile-copy strong{font-size:clamp(1.7rem,9vw,2.5rem)}.gallery-lightbox{align-items:stretch;padding:0}.gallery-lightbox-panel{width:100%;max-height:none;grid-template-columns:1fr;align-self:stretch}.gallery-lightbox-panel img{height:58dvh}.gallery-lightbox-copy{min-height:42dvh;padding:2rem 5%}.gallery-page{padding:8rem 5% 5rem;overflow:visible}.gallery-page-intro{margin-bottom:3rem}.gallery-viewing-room{grid-template-columns:1fr}.gallery-feature,.gallery-feature img{min-height:58vh}.gallery-feature:after{background:linear-gradient(180deg,rgba(var(--theme-rgb-bg),.08),rgba(var(--theme-rgb-bg),.86))}.gallery-feature-caption{left:1.35rem;bottom:1.35rem;width:calc(100% - 2.7rem)}.gallery-feature-caption h2{font-size:clamp(2.6rem,13vw,4.2rem)}.gallery-feature-caption p{font-size:.9rem;line-height:1.65}.gallery-index-panel{min-height:0}.gallery-index-list{overflow:visible}.gallery-index-item{min-height:92px;grid-template-columns:1.8rem 72px minmax(0,1fr);gap:.7rem}.gallery-index-item img{width:72px;height:72px}.gallery-index-copy strong{font-size:clamp(1.2rem,6vw,1.45rem)}.profile-gallery-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:clamp(120px,34vw,200px);gap:.35rem;padding:.35rem;width:100%}.profile-gallery-post{grid-column:unset!important;grid-row:span 1}.profile-gallery-post:nth-child(5n+1){grid-column:span 7!important}.profile-gallery-post:nth-child(5n+2){grid-column:span 5!important}.profile-gallery-post:nth-child(5n+3){grid-column:span 5!important}.profile-gallery-post:nth-child(5n+4){grid-column:span 7!important}.profile-gallery-post:nth-child(5n+5){grid-column:span 12!important;grid-row:span 1;height:clamp(140px,42vw,240px)}.profile-gallery-post:nth-child(5n+5):before{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.profile-gallery-lightbox{padding:0;align-items:flex-end}.profile-gallery-lightbox-frame{width:100%;height:92dvh;max-height:none;border:0;border-radius:0;display:flex;flex-direction:column;overflow:hidden;touch-action:none}.profile-gallery-lightbox-frame>.lightbox-drag-handle{padding-top:.75rem;background:var(--color-surface);width:100%;display:flex;justify-content:center;align-items:flex-start;padding-bottom:.5rem;flex-shrink:0;gap:.65rem;color:var(--color-text-muted);font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.profile-gallery-lightbox-frame>.lightbox-drag-handle:before{content:"";width:44px;height:4px;border-radius:2px;background:rgba(var(--theme-rgb-accent),.45)}.profile-gallery-lightbox-frame .gallery-image-stage{flex:1;width:100%;height:100%;max-height:none;min-height:0}.profile-gallery-lightbox-frame img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.gallery-image-zone{top:auto;bottom:max(.75rem,env(safe-area-inset-bottom));width:28%;height:62px;min-width:72px;opacity:1;color:#f8f0e4c7;background:transparent!important}.gallery-image-zone-prev{left:.75rem;padding-left:0;justify-content:flex-start}.gallery-image-zone-next{right:.75rem;padding-right:0;justify-content:flex-end}.gallery-image-zone svg{width:22px;height:22px}.gallery-lightbox-nav{bottom:max(.75rem,env(safe-area-inset-bottom));max-width:calc(100% - 8rem);padding:.5rem .7rem;border-color:#f8f0e43d;background:#170908b8}.gallery-bottom-arrow{display:none}.gallery-image-dots{max-width:58vw;overflow:hidden;gap:.36rem}.stats-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0}.stats-section>div .stat-item{padding:2.25rem max(1.5rem,6vw);text-align:center}.stat-number{font-size:clamp(2.2rem,11vw,3.2rem);margin-bottom:.35rem}.stat-label{font-size:.55rem;letter-spacing:1px;line-height:1.4}.stats-section>div:nth-child(1) .stat-item,.stats-section>div:nth-child(2) .stat-item{border-bottom:1px solid var(--color-divider)}.stats-section>div:nth-child(1) .stat-item,.stats-section>div:nth-child(3) .stat-item{border-right:1px solid var(--color-divider)}.terraces-section{height:auto;overflow:hidden}.terraces-sticky{position:relative;top:auto;height:auto;display:flex;flex-direction:column;gap:2.5rem;padding:5rem 0 4rem;overflow:visible}.terraces-text{max-width:none;padding:0 max(1rem,5vw)}.terraces-gallery{height:auto;overflow:visible;width:100%}.terraces-track{transform:none!important;display:flex!important;flex-direction:row!important;grid-template-columns:unset!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x pan-y;gap:1rem;width:100vw;margin-left:calc(-1*max(1rem,5vw));padding-left:max(1rem,5vw);padding-right:max(1rem,5vw);padding-bottom:.5rem;position:relative}.terraces-track::-webkit-scrollbar{display:none}.terrace-card{flex:0 0 88vw!important;min-width:0;height:78vw;aspect-ratio:unset;scroll-snap-align:start;transform-style:preserve-3d}.terrace-card-info p{max-width:18rem;line-height:1.5}.terrace-dots{display:flex;justify-content:center;gap:.5rem;padding:1.5rem 0 0}.terrace-dot{width:6px;height:6px;border-radius:50%;background:var(--color-divider);border:none;padding:0;transition:background .3s var(--ease-out-expo),transform .3s var(--ease-out-expo);cursor:pointer;touch-action:manipulation}.terrace-dot.active{background:var(--color-champagne-deep);transform:scale(1.5)}.inquire-section{min-height:78dvh;padding:6rem max(1rem,5vw)}.inquire-content .section-body{max-width:34rem!important;margin-bottom:2rem!important}.inquire-btn{width:min(100%,22rem);min-height:52px;padding-inline:1.25rem}.contact-page{padding:8rem 5% 5rem;overflow-x:clip;overflow-y:visible}.contact-page.form-active{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;padding:0;overflow-y:auto;overflow-x:clip;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}body.contact-form-active .footer{display:none}.contact-page.form-active .contact-page-inner{flex:1;display:flex;flex-direction:column;min-height:0;width:100%;padding:max(4.5rem,env(safe-area-inset-top)) 5% 0}.contact-form-stage,.contact-page.form-active .concierge-inline-container{flex:1;min-height:0;display:flex;flex-direction:column}.contact-page.form-active .concierge-body{flex:1;min-height:0;overflow-y:auto;display:flex;align-items:flex-start}.contact-page.form-active .concierge-step{width:100%;min-height:0;justify-content:flex-start;align-items:flex-start;text-align:left;padding:1rem 0 .5rem}.contact-page.form-active .concierge-step-info{font-size:.62rem;letter-spacing:.2em;margin-bottom:.6rem}.contact-page.form-active .concierge-question{font-size:clamp(1.35rem,5.5vw,1.9rem);margin-bottom:.75rem;text-align:left}.contact-page.form-active .editorial-grid{grid-template-columns:1fr;gap:0;margin-top:0;width:100%}.contact-page.form-active .editorial-option{min-height:44px;padding:.5rem 0;gap:.75rem}.contact-page.form-active .option-num{font-size:.62rem;min-width:1.5rem}.contact-page.form-active .option-label{font-size:clamp(.95rem,4vw,1.2rem)}.contact-page.form-active .concierge-input{font-size:clamp(1.4rem,6vw,2rem);padding:.9rem 0}.contact-page.form-active .concierge-input-container{width:100%}.contact-page.form-active .concierge-footer-inline{flex-shrink:0;position:sticky;bottom:0;margin-top:auto;gap:1rem;justify-content:space-between;padding:.75rem 0 max(1rem,env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(var(--theme-rgb-bg),0),rgba(var(--theme-rgb-bg),1) 35%)}.contact-page.form-active .next-btn{padding:.9rem 1.4rem}.contact-page.form-active .back-btn{min-height:44px}.contact-options,.contact-details,.locate-card{grid-template-columns:1fr}.locate-map{min-height:220px}.contact-start-btn{margin:0 auto}.virtual-tour-section{min-height:100dvh;min-height:100svh;padding:0;overflow:hidden}.matterport-stage{top:0;right:0;bottom:0;left:0;height:100%;min-height:0}.virtual-tour-scrim{background:linear-gradient(180deg,rgba(23,9,8,.86) 0%,rgba(23,9,8,.55) 28%,rgba(23,9,8,.1) 52%,transparent 72%)}.tour-editorial{top:max(5.5rem,env(safe-area-inset-top) + 3.5rem);left:5%;width:90%}.tour-kicker{min-height:30px;font-size:.6rem;letter-spacing:1.8px}.tour-title{max-width:340px;font-size:clamp(2.7rem,13vw,4.4rem);line-height:1.02}.tour-intro{max-width:340px;margin-bottom:1.4rem;font-size:.92rem;line-height:1.6}.tour-actions{gap:.75rem}.tour-primary-action{min-height:46px;padding-inline:1rem;font-size:.62rem;letter-spacing:1.2px}.footer{flex-direction:column;gap:1.15rem;text-align:center}body,a,button{cursor:auto}.cursor-dot,.cursor-spotlight{display:none}}@media (max-width: 480px){.navbar{padding-inline:.85rem}.hero-sequence{height:180vh}.hero-content{width:min(100% - 1rem,360px)}.hero-title{font-size:clamp(2.25rem,14vw,3.35rem)}.hero-subtitle{font-size:.9rem}.scroll-line{height:42px}.gallery-page{padding:7.25rem .875rem 4rem}.profile-gallery-grid{padding:.35rem}.profile-gallery-post:before{top:.45rem;right:.45rem;bottom:.45rem;left:.45rem}.gallery-lightbox-close{top:.75rem;right:.75rem;width:48px;height:48px}.profile-gallery-lightbox-frame .gallery-image-stage img{object-fit:contain}.virtual-tour-section{min-height:100svh}.matterport-stage{height:100%;min-height:0}.tour-fullscreen-action{right:max(.75rem,env(safe-area-inset-right));bottom:max(.75rem,env(safe-area-inset-bottom))}.tour-editorial{top:5.75rem;left:1rem;width:calc(100% - 2rem)}.tour-title{max-width:300px;font-size:clamp(2.35rem,14vw,3.4rem)}.tour-intro{max-width:300px}.contact-page{padding:7.25rem 1rem 4rem}.contact-intro{margin-bottom:2.5rem}.contact-option{min-height:0;padding:1.25rem}.contact-option strong{font-size:1.45rem}.locate-card,.contact-options,.contact-details{margin-bottom:2rem}.contact-detail{min-height:0;padding:1.25rem;align-items:flex-start}.locate-map{min-height:190px}.locate-copy{padding:1.25rem}.inquire-btn,.contact-start-btn{width:100%;min-height:50px;padding:1rem 1.1rem;letter-spacing:1.4px}.contact-page.form-active{padding:5rem 1rem 1rem}.contact-page.form-active .concierge-question{font-size:clamp(1.9rem,10.5vw,2.65rem)}.contact-page.form-active .concierge-footer-inline{flex-wrap:wrap}.contact-page.form-active .next-btn{flex:1 1 170px;justify-content:center}.contact-page.form-active .back-btn{flex:0 0 auto}.footer{padding-inline:1rem}}@media (max-width: 360px){.gallery-page{padding-inline:.75rem}.tour-kicker,.contact-option-label{letter-spacing:1.4px}.tour-primary-action,.tour-fullscreen-action,.next-btn{letter-spacing:1px}.contact-page.form-active .editorial-option{gap:.75rem}.contact-page.form-active .option-label{font-size:clamp(1.1rem,6vw,1.45rem)}}@media (hover: none),(pointer: coarse){body,a,button{cursor:auto}.cursor-dot,.cursor-spotlight{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.hero-sequence{height:100dvh}.hero{position:relative}.hero-bg{transform:none}.scroll-indicator{display:none}.gh-text,.gh-image-col,.terraces-track,.terrace-card img,.event-card-image,.img-reveal img{transform:none!important}.gallery-tile,.gallery-tile img,.gallery-tile:before,.gallery-tile-copy,.profile-gallery-post,.profile-gallery-post img,.profile-gallery-post:before,.tour-primary-action,.tour-fullscreen-action,.floating-action,.inquire-btn,.next-btn,.back-btn,.editorial-option,.editorial-option:after{transition-duration:.01ms!important}.gallery-tile:hover img,.gallery-tile:focus-visible img,.profile-gallery-post:hover img,.profile-gallery-post:focus-visible img{transform:scale(1.01)}.tour-primary-action:hover,.tour-primary-action:focus-visible,.tour-fullscreen-action:hover,.tour-fullscreen-action:focus-visible,.next-btn:hover,.floating-action:hover,.floating-action:focus-visible,.profile-gallery-post:hover:before,.profile-gallery-post:focus-visible:before{transform:none}.floating-action:before,.floating-action-icon:before{animation:none!important}}@media (pointer: coarse) and (prefers-reduced-motion: reduce){.hero-bg{animation-name:heroKenBurns!important;animation-duration:18s!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important;animation-direction:alternate!important;will-change:transform}}@keyframes heroKenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-1.5%,-1%)}}@media (pointer: coarse){button,a,[role=button],.editorial-option,.terrace-card,.profile-gallery-post,.gallery-index-item{touch-action:manipulation}.next-btn:active,.back-btn:active,.inquire-btn:active,.tour-primary-action:active,.tour-fullscreen-action:active{transform:scale(.95);transition:transform .06s ease}.navbar-toggle{width:50px;height:50px}.editorial-option{min-height:58px}.inquire-section>div:first-child,.contact-page>div:first-child,.gallery-page>div:first-child{opacity:.5}.gallery-lightbox-close{width:52px;height:52px;top:.75rem;right:.75rem}.footer{flex-direction:column;align-items:flex-start;gap:1.5rem}.contact-form-stage .concierge-drag-handle{display:flex;justify-content:center;padding:.75rem 0 .5rem;width:100%}.concierge-drag-handle-bar{width:44px;height:4px;border-radius:2px;background:var(--color-divider)}}@media (max-width: 375px){.hero-title{font-size:2.1rem}.concierge-question{font-size:1.7rem}.option-label{font-size:1.4rem}.editorial-grid{grid-template-columns:1fr}}
