@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;600;700;800&display=swap";:root{--gold:#c9a84c;--gold-light:#e8c96a;--gold-dark:#8b6914;--gold-pale:#f5ecd7;--black:#0a0a0a;--black-soft:#1a1a1a;--black-mid:#2a2a2a;--white:#fff;--white-off:#f8f6f1;--gray-light:#f2f0eb;--gray-mid:#9a9a9a;--text-dark:#0a0a0a;--text-muted:#6b6b6b;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 8px 24px #0000001f;--shadow-lg:0 20px 60px #0000002e;--shadow-gold:0 8px 32px #c9a84c40;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--transition:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.6s cubic-bezier(.4, 0, .2, 1);--topbar-height:40px;--nav-height:144px}*,:before,:after{box-sizing:border-box;cursor:default;-webkit-user-select:none;user-select:none;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-sans);color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:1.2}a{color:inherit;cursor:pointer;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}input,textarea{cursor:text;-webkit-user-select:auto;user-select:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--black-soft)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}.gold-divider{background:linear-gradient(90deg, var(--gold-dark), var(--gold-light));border-radius:2px;width:60px;height:3px;margin:0 auto 1.5rem}.gold-divider.left{margin:0 0 1.5rem}.section-label{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{font-family:var(--font-serif);color:var(--black);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600}.section-title.white{color:var(--white)}.section-subtitle{color:var(--text-muted);max-width:600px;font-size:1.05rem;line-height:1.7}.section-subtitle.white{color:#ffffffbf}.btn-primary{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);font-family:var(--font-sans);letter-spacing:.05em;border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(135deg, var(--gold-light), var(--gold));opacity:0;transition:var(--transition);position:absolute;inset:0}.btn-primary:hover:before{opacity:1}.btn-primary:hover{box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-primary span{z-index:1;position:relative}.btn-outline{color:var(--gold);font-family:var(--font-sans);letter-spacing:.05em;border:1.5px solid var(--gold);border-radius:var(--radius-sm);transition:var(--transition);background:0 0;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-outline:hover{background:var(--gold);color:var(--white);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--black);font-family:var(--font-sans);border-radius:var(--radius-sm);transition:var(--transition);align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-white:hover{background:var(--gold);color:var(--white);transform:translateY(-2px)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.section-pad{padding:100px 0}.page-hero{background:var(--black);align-items:flex-end;height:45vh;min-height:320px;display:flex;position:relative;overflow:hidden}.page-hero img{object-fit:cover;opacity:.45;width:100%;height:100%;position:absolute;inset:0}.page-hero-content{z-index:2;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem 3rem;position:relative}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fade-up{animation:.7s forwards fadeUp}@media (width<=768px){.container{padding:0 1.25rem}.section-pad{padding:70px 0}:root{--nav-height:56px;--topbar-height:36px}}@media (width<=540px){:root{--topbar-height:0px}}.lang-switcher{position:relative}.lang-switcher__btn{cursor:pointer;color:#ffffffbf;font-family:var(--font-sans);background:0 0;border:none;border-radius:4px;align-items:center;gap:.3rem;padding:.25rem .5rem;font-size:.72rem;font-weight:500;transition:color .2s,background .2s;display:inline-flex}.lang-switcher__btn:hover{color:var(--gold);background:#c9a84c14}.lang-switcher__globe{opacity:.8;width:13px;height:13px}.lang-switcher__code{font-size:.68rem;font-weight:700}.lang-switcher__chevron{opacity:.6;width:10px;height:10px;transition:transform .2s}.lang-switcher__chevron.open{transform:rotate(180deg)}.lang-switcher__dropdown{z-index:9999;background:#151210;border:1px solid #c9a84c33;border-radius:10px;width:180px;animation:.18s forwards langDropIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 40px #00000080}@keyframes langDropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-switcher__list{max-height:280px;padding:.3rem 0;overflow-y:auto}.lang-switcher__item{cursor:pointer;width:100%;font-family:var(--font-sans);color:#ffffffb3;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.5rem .9rem;font-size:.78rem;font-weight:500;display:flex}.lang-switcher__item:hover{color:var(--gold);background:#c9a84c14}.lang-switcher__item.active{color:var(--gold);background:#c9a84c1a}.lang-switcher__flag{font-size:1rem}.lang-switcher__name{flex:1}.topbar{z-index:1100;height:var(--topbar-height);background:linear-gradient(90deg,#100e0a 0%,#1a1710 50%,#100e0a 100%);border-bottom:1px solid #c9a84c2e;position:fixed;top:0;left:0;right:0;box-shadow:0 1px #c9a84c0f}.topbar__inner{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.topbar__left{align-items:center;gap:1.25rem;display:flex}.topbar__item{font-family:var(--font-sans);color:#ffffffb3;letter-spacing:.02em;align-items:center;gap:.45rem;font-size:.75rem;font-weight:400;display:inline-flex}.topbar__icon{opacity:.65;flex-shrink:0;width:14px;height:14px}.topbar__divider{background:#ffffff26;flex-shrink:0;width:1px;height:14px}.topbar__right{align-items:center;gap:1rem;display:flex}.topbar__login{font-family:var(--font-sans);color:#ffffffbf;transition:color var(--transition);align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;text-decoration:none;display:inline-flex}.topbar__login:hover{color:var(--gold)}.topbar__socials{align-items:center;gap:.6rem;display:flex}.topbar__social-link{color:#fff9;transition:color var(--transition), transform var(--transition);justify-content:center;align-items:center;display:inline-flex}.topbar__social-link:hover{color:var(--gold);transform:translateY(-1px)}@media (width<=768px){.topbar__left{gap:.75rem}.topbar__item{font-size:.65rem}.topbar__item:nth-child(3){display:none}.topbar__right{gap:.6rem}.topbar__lang,.topbar__login{font-size:.65rem}}@media (width<=540px){.topbar{display:none}}.navbar{top:var(--topbar-height);z-index:1000;height:var(--nav-height);max-height:70px;transition:background .4s,box-shadow .4s;position:fixed;left:0;right:0}.navbar--transparent{background:0 0}.navbar--solid{-webkit-backdrop-filter:blur(12px);background:#0a0a0af7;box-shadow:0 2px 20px #0000004d}.navbar__inner{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;display:flex}.navbar__logo{align-items:center;gap:.4rem;text-decoration:none;display:flex}.navbar__logo-img{object-fit:contain;width:auto;height:50px;transition:transform .3s,opacity .3s;display:block}.navbar__logo-text{color:var(--white);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:20px;font-weight:500}@media (width<=768px){.navbar__logo-img{height:48px}}.navbar:hover .navbar__logo-img{transform:scale(1.05)}.navbar__links{align-items:center;gap:2.5rem;display:flex}.navbar__link{font-family:var(--font-sans);color:#ffffffd9;letter-spacing:.05em;text-transform:uppercase;transition:color var(--transition);font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.navbar__link:after{content:"";background:var(--gold);width:0;height:1.5px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.navbar__link:hover,.navbar__link.active{color:var(--gold)}.navbar__link:hover:after,.navbar__link.active:after{width:100%}.navbar__cta{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-sm);transition:var(--transition);align-items:center;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.navbar__cta:before{content:"";background:linear-gradient(135deg, var(--gold-light), var(--gold));opacity:0;transition:var(--transition);position:absolute;inset:0}.navbar__cta span{z-index:1;position:relative}.navbar__cta:hover:before{opacity:1}.navbar__cta:hover{box-shadow:var(--shadow-gold);transform:translateY(-1px)}.navbar__hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.navbar__hamburger span{background:var(--white);width:24px;height:2px;transition:var(--transition);transform-origin:50%;border-radius:2px;display:block}.navbar__hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{z-index:999;background:#0a0a0afa;flex-direction:column;justify-content:center;padding:2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0;transform:translate(100%)}.navbar__mobile--open{transform:translate(0)}.navbar__mobile-links{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.navbar__mobile-link{font-family:var(--font-serif);color:var(--white);transition:color var(--transition);font-size:2rem;font-weight:600;text-decoration:none}.navbar__mobile-link:hover,.navbar__mobile-link.active{color:var(--gold)}.navbar__mobile-cta{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);transition:var(--transition);margin-top:.5rem;padding:1rem 3rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.navbar__mobile-cta:hover{opacity:.9}.navbar__mobile-footer{text-align:center;margin-top:3rem}.navbar__mobile-footer p{color:var(--gray-mid);font-size:.85rem;line-height:1.8}@media (width<=900px){.navbar__links{display:none}.navbar__hamburger{display:flex}}@media (width<=540px){.navbar{top:0}}.footer{background:var(--black);color:var(--white)}.footer__border{background:linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);height:3px}.footer__main{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding:5rem 2rem 4rem;display:grid}.footer__logo{align-items:center;margin-bottom:1.25rem;display:flex}.footer__logo-img{width:auto;height:160px;transition:transform .3s;display:block}.footer__logo:hover .footer__logo-img{transform:scale(1.05)}.footer__tagline{color:#ffffff8c;max-width:280px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.8}.footer__socials{gap:.75rem;display:flex}.footer__social-link{width:38px;height:38px;color:var(--gold);transition:var(--transition);border:1px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{background:var(--gold);color:var(--white);border-color:var(--gold);transform:translateY(-2px)}.footer__col-title{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-size:.7rem;font-weight:700}.footer__col-links{flex-direction:column;gap:.75rem;display:flex}.footer__link{color:#fff9;transition:color var(--transition);font-size:.9rem;text-decoration:none}.footer__link:hover{color:var(--gold)}.footer__contact-list{flex-direction:column;gap:1rem;display:flex}.footer__contact-list li{color:#fff9;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.footer__contact-icon{flex-shrink:0;margin-top:2px;font-size:1rem}.footer__bottom{border-top:1px solid #ffffff12;padding:1.5rem 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__copy{color:#ffffff59;font-size:.82rem}.footer__legal{align-items:center;gap:.5rem;display:flex}.footer__legal-link{color:#ffffff59;transition:color var(--transition);font-size:.82rem;text-decoration:none}.footer__legal-link:hover{color:var(--gold)}.footer__legal-sep{color:#fff3;font-size:.8rem}@media (width<=1024px){.footer__main{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=640px){.footer__main{grid-template-columns:1fr;padding:3rem 1.25rem 2rem}.footer__bottom-inner{flex-direction:column;align-items:flex-start}}.trans-overlay{z-index:99999;-webkit-backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;animation:.2s forwards overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.trans-overlay__card{background:#151210;border:1px solid #c9a84c40;border-radius:16px;align-items:center;gap:1.25rem;padding:1.75rem 2.25rem;animation:.25s forwards cardIn;display:flex;box-shadow:0 24px 80px #0009}@keyframes cardIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.trans-overlay__spinner{width:32px;height:32px;color:var(--gold);animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.trans-overlay__title{font-family:var(--font-sans);color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.trans-overlay__sub{font-family:var(--font-sans);color:#ffffff8c;font-size:.78rem}.hero{background:var(--black);width:100%;height:100vh;min-height:620px;position:relative;overflow:hidden}.hero__slide{opacity:0;will-change:opacity;transition:opacity .9s;position:absolute;inset:0}.hero__slide--active{opacity:1;z-index:1}.hero__slide--leaving{opacity:0;z-index:0}.hero__img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform 8s;transform:scale(1.04)}.hero__slide--active .hero__img{transform:scale(1)}.hero__overlay{background:linear-gradient(90deg,#000000b8 0%,#00000073 50%,#00000040 100%);position:absolute;inset:0}.hero__content{z-index:10;padding:0 2rem;padding-top:calc(var(--topbar-height) + var(--nav-height));align-items:center;display:flex;position:absolute;inset:0}.hero__content-inner{width:100%;max-width:1280px;margin:0 auto;animation:.8s forwards fadeUp}.hero__tag{font-family:var(--font-sans);letter-spacing:.25em;text-transform:uppercase;color:var(--gold);background:#c9a84c1a;border:1px solid #c9a84c59;border-radius:100px;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.hero__title{font-family:var(--font-serif);color:var(--white);text-shadow:0 2px 20px #0000004d;max-width:700px;margin-bottom:1.25rem;font-size:clamp(3rem,7vw,6rem);font-weight:700;line-height:1.08}.hero__subtitle{color:#fffc;max-width:500px;margin-bottom:2.5rem;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.65}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn-outline{color:var(--white);border-color:#ffffff80}.hero__btn-outline:hover{background:var(--white);color:var(--black);border-color:var(--white)}.hero__arrow{z-index:20;width:52px;height:52px;color:var(--white);cursor:pointer;transition:var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1.5px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero__arrow:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-50%)scale(1.05)}.hero__arrow--prev{left:2rem}.hero__arrow--next{right:2rem}.hero__dots{z-index:20;gap:.6rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero__dot{cursor:pointer;width:8px;height:8px;transition:var(--transition);background:#ffffff4d;border:none;border-radius:50%}.hero__dot--active{background:var(--gold);border-radius:4px;width:28px}.hero__scroll-hint{z-index:20;color:#ffffff73;letter-spacing:.15em;text-transform:uppercase;writing-mode:horizontal-tb;align-items:center;gap:1rem;font-size:.72rem;display:flex;position:absolute;bottom:2.5rem;right:2.5rem}.hero__scroll-line{background:#ffffff4d;width:40px;height:1px;position:relative;overflow:hidden}.hero__scroll-line:after{content:"";background:var(--gold);width:100%;height:100%;animation:2s ease-in-out infinite scrollLine;position:absolute;top:0;left:-100%}@keyframes scrollLine{0%{left:-100%}to{left:100%}}@media (width<=768px){.hero__arrow--prev{width:42px;height:42px;left:1rem}.hero__arrow--next{width:42px;height:42px;right:1rem}.hero__scroll-hint{display:none}.hero__dots{bottom:1.5rem}}.prop-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:inherit;border:1px solid #0000000f;text-decoration:none;transition:transform .35s,box-shadow .35s;display:block;overflow:hidden}.prop-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.prop-card:hover .prop-card__img{transform:scale(1.06)}.prop-card__img-wrap{height:260px;position:relative;overflow:hidden}.prop-card--featured .prop-card__img-wrap{height:320px}.prop-card__img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.prop-card__overlay{background:linear-gradient(#0000 40%,#0006 100%);position:absolute;inset:0}.prop-card__badge{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:.35rem .85rem;font-size:.68rem;font-weight:700;position:absolute;top:1rem;right:1rem}.prop-card__avail{font-family:var(--font-sans);-webkit-backdrop-filter:blur(8px);letter-spacing:.03em;border-radius:6px;padding:.35rem .75rem;font-size:.7rem;font-weight:600;position:absolute;bottom:1rem;left:1rem}.prop-card__avail--open{color:#fff;background:#2ecc71e6;border:1px solid #fff3}.prop-card__avail--full{color:#fffc;background:#000000b3;border:1px solid #ffffff1a}.prop-card__body{padding:1.75rem}.prop-card__category{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);background:var(--gray-light);border-radius:4px;margin-bottom:.6rem;padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.prop-card__type{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.7rem;font-weight:600}.prop-card__title{font-family:var(--font-serif);color:var(--black);margin-bottom:.75rem;font-size:1.35rem;font-weight:600;line-height:1.3}.prop-card__desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.88rem;line-height:1.65}.prop-card__meta{flex-wrap:wrap;gap:1.25rem;margin-bottom:1.25rem;display:flex}.prop-card__meta-item{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.prop-card__meta-item svg{color:var(--gold);flex-shrink:0}.prop-card__footer{border-top:1px solid var(--gray-light);justify-content:space-between;align-items:center;padding-top:1.25rem;display:flex}.prop-card__price{font-family:var(--font-serif);color:var(--gold-dark);font-size:.95rem;font-weight:600}.prop-card__cta{color:var(--black);letter-spacing:.03em;transition:color var(--transition), gap var(--transition);align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:flex}.prop-card:hover .prop-card__cta{color:var(--gold);gap:.65rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-section{background:var(--white-off)}.map-section__header{text-align:center;margin-bottom:4rem}.map-section__layout{grid-template-columns:300px 1fr;align-items:stretch;gap:2rem;min-height:500px;display:grid}.map-section__places{flex-direction:column;gap:.75rem;display:flex}.map-place-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);cursor:default;border:1px solid #0000000f;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.map-place-card:hover{border-color:var(--gold);box-shadow:var(--shadow-gold);transform:translate(4px)}.map-place-card__icon{background:var(--gold-pale);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.5rem;display:flex}.map-place-card__info{flex:1;min-width:0}.map-place-card__name{color:var(--black);margin-bottom:.25rem;font-size:.88rem;font-weight:600;line-height:1.3}.map-place-card__distance{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.map-place-card__distance svg{color:var(--gold);flex-shrink:0}.map-place-card__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.map-section__map{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);min-height:500px;position:relative;overflow:hidden}.map-section__map .leaflet-container{border-radius:var(--radius-lg)}.map-section__label{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;z-index:999;background:#0a0a0ad9;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.78rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.map-section__label-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}@media (width<=1024px){.map-section__layout{grid-template-columns:1fr}.map-section__places{grid-template-columns:1fr 1fr;display:grid}}@media (width<=640px){.map-section__places{grid-template-columns:1fr}}.home-about,.home-units,.home-perks,.home-reviews{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(32px)}.home-about.in-view,.home-units.in-view,.home-perks.in-view,.home-commercial.in-view{opacity:1;transform:translateY(0)}.home-about{background:var(--white)}.home-about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.home-about__img-wrap{border-radius:var(--radius-lg);position:relative;overflow:visible}.home-about__img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:580px;box-shadow:var(--shadow-lg);display:block}.home-about__img-badge{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-gold);text-align:center;padding:1.5rem 2rem;position:absolute;bottom:-1.5rem;right:-1.5rem}.home-about__badge-year{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;line-height:1;display:block}.home-about__badge-label{letter-spacing:.1em;text-transform:uppercase;opacity:.85;margin-top:.35rem;font-size:.72rem;display:block}.home-about__img-accent{border:3px solid var(--gold);border-radius:var(--radius-md);z-index:-1;width:80px;height:80px;position:absolute;top:-12px;left:-12px}.home-about__content{padding-right:1rem}.home-about__text{color:var(--text-muted);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.home-about__stats{align-items:center;gap:2rem;margin:2.5rem 0;display:flex}.home-about__stat{flex-direction:column;align-items:center;display:flex}.home-about__stat-num{font-family:var(--font-serif);color:var(--gold);font-size:2.5rem;font-weight:700;line-height:1}.home-about__stat-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:.25rem;font-size:.78rem}.home-about__stat-divider{background:var(--gray-light);width:1px;height:50px}.home-units{background:var(--white-off)}.home-units__header{text-align:center;margin-bottom:3.5rem}.home-units__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.home-units__cta{text-align:center;margin-top:3rem}.home-perks{background:var(--black);position:relative;overflow:hidden}.home-perks:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-200px}.home-perks__header{text-align:center;margin-bottom:3.5rem}.home-perks__header .section-subtitle{max-width:520px;margin:0 auto}.home-perks__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.perk-card{background:var(--white);border-radius:var(--radius-md);border:1px solid #0000000d;flex-direction:column;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden}.perk-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-10px)}.perk-card__img-wrap{height:180px;position:relative;overflow:hidden}.perk-card__img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.perk-card:hover .perk-card__img{transform:scale(1.1)}.perk-card__icon{background:var(--black);width:36px;height:36px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;bottom:.75rem;right:.75rem;box-shadow:0 4px 10px #0000004d}.perk-card__content{padding:1.5rem}.perk-card__title{font-family:var(--font-serif);color:var(--black);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.perk-card__desc{color:var(--text-muted);font-size:.82rem;line-height:1.6}.home-commercial{background:var(--white)}.home-commercial__header{text-align:center;margin-bottom:3.5rem}.home-commercial__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.brand-card{background:var(--white-off);border-radius:var(--radius-md);text-align:center;border:1px solid #0000000d;flex-direction:column;justify-content:space-between;min-height:180px;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden}.brand-card:before{content:"";background:var(--gold);transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.brand-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold-light);transform:translateY(-8px)}.brand-card:hover:before{transform:scaleX(1)}.brand-card__category{text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:.75rem;font-size:.65rem;font-weight:700;display:block}.brand-card__logo-wrapper{justify-content:center;align-items:center;height:64px;margin:1.25rem auto;display:flex}.brand-card__name{font-family:var(--font-serif);color:var(--black);font-size:1.25rem;font-weight:600;line-height:1.3}.brand-card__status{color:var(--text-muted);border-top:1px solid #0000000d;margin-top:1.5rem;padding-top:1rem;font-size:.75rem}.home-contact{background:var(--black-soft);position:relative;overflow:hidden}.home-contact:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c12 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-150px;left:-150px}.home-contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.home-contact__content{color:var(--white)}.home-contact__methods{flex-direction:column;gap:1.25rem;margin:2rem 0;display:flex}.contact-method{color:var(--white);transition:var(--transition);align-items:flex-start;gap:1rem;text-decoration:none;display:flex}.contact-method:hover{color:var(--gold)}.contact-method__icon{background:#c9a84c1f;border:1px solid #c9a84c40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.contact-method__label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.2rem;font-size:.72rem}.contact-method__value{color:#fffc;font-size:.92rem;line-height:1.4}.home-contact__socials{gap:.75rem;display:flex}.contact-social{width:40px;height:40px;color:var(--gold);letter-spacing:.02em;transition:var(--transition);border:1px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;text-decoration:none;display:flex}.contact-social:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.home-contact__form-wrap{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.5rem}.home-contact__form-title{font-family:var(--font-serif);color:var(--black);margin-bottom:1.75rem;font-size:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.form-group label{color:var(--black);letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-sm);font-family:var(--font-sans);color:var(--black);background:var(--white);transition:border-color var(--transition);resize:vertical;border:1.5px solid #0000001a;outline:none;padding:.8rem 1rem;font-size:.9rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c1f}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-mid)}@media (width<=1200px){.home-units__grid{grid-template-columns:repeat(2,1fr)}.home-perks__grid,.home-commercial__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1024px){.home-about__inner{grid-template-columns:1fr;gap:3rem}.home-about__img{height:420px}.home-about__content{padding-right:0}.home-contact__inner{grid-template-columns:1fr;gap:3rem}.home-commercial__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.home-units__grid{grid-template-columns:1fr}.home-perks__grid,.home-commercial__grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.home-about__img-badge{bottom:-1rem;right:-.5rem}}@media (width<=480px){.home-perks__grid,.home-commercial__grid{grid-template-columns:1fr}}.about-hero-overlay{background:linear-gradient(#00000059 0%,#000000b3 100%);position:absolute;inset:0}.about-hero-title{font-family:var(--font-serif);color:var(--white);margin-top:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.about-story{background:var(--white)}.about-story__inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-story__text{color:var(--text-muted);margin-bottom:1.25rem;font-size:1rem;line-height:1.85}.about-story__img-col{height:600px;position:relative}.about-story__img{border-radius:var(--radius-lg);object-fit:cover;box-shadow:var(--shadow-lg)}.about-story__img--main{width:80%;height:420px;position:absolute;top:0;right:0}.about-story__img--accent{border:4px solid var(--white);width:60%;height:280px;position:absolute;bottom:0;left:0}.about-values{background:var(--black);position:relative;overflow:hidden}.about-values:before{content:"";background:radial-gradient(circle,#c9a84c14 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-150px;right:-150px}.about-values__header{text-align:center;margin-bottom:3.5rem}.about-values__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.value-card{border-radius:var(--radius-md);transition:var(--transition);background:#ffffff0a;border:1px solid #c9a84c26;padding:2.5rem 2rem}.value-card:hover{background:#c9a84c12;border-color:#c9a84c66;transform:translateY(-5px)}.value-card__icon{margin-bottom:1.25rem;font-size:2.2rem;display:block}.value-card__title{font-family:var(--font-serif);color:var(--white);margin-bottom:.75rem;font-size:1.25rem}.value-card__desc{color:#ffffff8c;font-size:.88rem;line-height:1.7}.about-stats{background:linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));padding:4rem 0}.about-stats__inner{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.about-stat{flex-direction:column;align-items:center;gap:.35rem;display:flex}.about-stat__num{font-family:var(--font-serif);color:var(--white);font-size:3rem;font-weight:700;line-height:1}.about-stat__label{color:#fffc;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}.about-team{background:var(--white-off)}.about-team__header{text-align:center;margin-bottom:3.5rem}.about-team__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.team-card{background:var(--white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid #0000000f;padding:2.5rem 1.5rem}.team-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-6px)}.team-card__avatar{background:linear-gradient(135deg, var(--gold), var(--gold-dark));width:80px;height:80px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.4rem;font-weight:700;display:flex}.team-card__name{font-family:var(--font-serif);color:var(--black);margin-bottom:.35rem;font-size:1.1rem;font-weight:600}.team-card__role{color:var(--gold-dark);font-size:.82rem;font-weight:500}@media (width<=1024px){.about-story__inner{grid-template-columns:1fr}.about-story__img-col{height:400px}.about-values__grid,.about-stats__inner,.about-team__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.about-values__grid{grid-template-columns:1fr}.about-stats__inner{grid-template-columns:repeat(2,1fr)}.about-team__grid{grid-template-columns:1fr 1fr}.about-story__img-col{height:280px}}.props-hero-sub{color:#ffffffb3;max-width:480px;margin-top:.5rem;font-size:1rem}.props-filters{background:var(--white);border-bottom:1px solid var(--gray-light);top:calc(var(--topbar-height) + var(--nav-height));z-index:100;box-shadow:var(--shadow-sm);padding:1.5rem 0;position:sticky}.props-filters__inner{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.props-filters__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;font-size:.78rem;font-weight:600}.props-filters__pills{flex-wrap:wrap;gap:.5rem;display:flex}.filter-pill{background:var(--white);color:var(--text-muted);cursor:pointer;transition:var(--transition);font-size:.82rem;font-weight:500;font-family:var(--font-sans);border:1.5px solid #0000001f;border-radius:100px;padding:.45rem 1.15rem}.filter-pill:hover{border-color:var(--gold);color:var(--gold)}.filter-pill--active{background:var(--gold);border-color:var(--gold);color:var(--white);font-weight:600}.props-grid-section{background:var(--white-off)}.props-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.props-empty{text-align:center;color:var(--text-muted);padding:4rem 0;font-size:1.1rem}.props-cta{background:var(--black);border-top:3px solid var(--gold);padding:4rem 0}.props-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.props-cta__title{font-family:var(--font-serif);color:var(--white);margin-bottom:.5rem;font-size:1.75rem}.props-cta__sub{color:#ffffff8c;font-size:.95rem}@media (width<=1024px){.props-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.props-grid{grid-template-columns:1fr}.props-cta__inner{flex-direction:column;align-items:flex-start}}.detail-breadcrumb{background:var(--white);border-bottom:1px solid var(--gray-light);margin-top:calc(var(--topbar-height) + 60px);padding:.875rem 0}.detail-breadcrumb__inner{align-items:center;gap:.5rem;display:flex}.detail-breadcrumb__link{color:var(--text-muted);transition:color var(--transition);font-size:.82rem;text-decoration:none}.detail-breadcrumb__link:hover{color:var(--gold)}.detail-breadcrumb__sep{color:var(--gray-mid);font-size:.82rem}.detail-breadcrumb__current{color:var(--gold);font-size:.82rem;font-weight:600}.detail-gallery{background:var(--black)}.detail-gallery__main{height:60vh;min-height:400px;position:relative;overflow:hidden}.detail-gallery__main-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.detail-gallery__badge{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;right:1.5rem}.detail-gallery__thumbs{background:#000000b3;justify-content:center;gap:.5rem;padding:.75rem 1rem;display:flex;overflow-x:auto}.detail-gallery__thumb{border-radius:var(--radius-sm);cursor:pointer;width:80px;height:55px;transition:border-color var(--transition);background:0 0;border:2px solid #0000;flex-shrink:0;padding:0;overflow:hidden}.detail-gallery__thumb img{object-fit:cover;width:100%;height:100%}.detail-gallery__thumb--active{border-color:var(--gold)}.detail-body{background:var(--white-off)}.detail-body__inner{grid-template-columns:1fr 380px;align-items:start;gap:3.5rem;display:grid}.detail-title{font-family:var(--font-serif);color:var(--black);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1.2}.detail-stats{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0000000f;grid-template-columns:repeat(4,1fr);gap:1rem;margin:1.75rem 0;padding:1.5rem;display:grid}.detail-stat{align-items:flex-start;gap:.75rem;display:flex}.detail-stat__icon{flex-shrink:0;font-size:1.4rem}.detail-stat__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;font-size:.7rem;font-weight:600}.detail-stat__val{color:var(--black);font-size:.88rem;font-weight:600;line-height:1.3}.detail-section-h{font-family:var(--font-serif);color:var(--black);margin:2rem 0 1rem;font-size:1.35rem;font-weight:600}.detail-text{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.85}.detail-features{grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:2rem;display:grid}.detail-feature{color:var(--text-dark);background:var(--white);border-radius:var(--radius-sm);border:1px solid #0000000f;align-items:center;gap:.6rem;padding:.6rem .875rem;font-size:.88rem;display:flex}.detail-feature__check{color:var(--gold);flex-shrink:0;font-size:.7rem}.detail-price-row{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-gold);border:1px solid #c9a84c4d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.detail-price-label{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;font-size:.72rem;font-weight:600}.detail-price{font-family:var(--font-serif);color:var(--gold-dark);font-size:1.3rem;font-weight:700}.detail-form-wrap{top:calc(var(--topbar-height) + var(--nav-height) + 1.5rem);position:sticky}.detail-form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #00000012;margin-bottom:1rem;padding:2rem}.detail-form-title{font-family:var(--font-serif);color:var(--black);margin-bottom:.35rem;font-size:1.3rem}.detail-form-sub{color:var(--text-muted);margin-bottom:1.5rem;font-size:.82rem}.detail-form-success{text-align:center;padding:1.5rem 0}.detail-form-success__icon{margin-bottom:1rem;font-size:2.5rem;display:block}.detail-form-success p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.detail-quick-contact{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.detail-quick-btn{border-radius:var(--radius-sm);color:var(--black);background:var(--white);transition:var(--transition);border:1.5px solid #0000001a;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.82rem;font-weight:600;text-decoration:none;display:flex}.detail-quick-btn:hover{border-color:var(--gold);color:var(--gold)}.detail-quick-btn--wa{color:var(--white);background:#25d366;border-color:#25d366}.detail-quick-btn--wa:hover{color:var(--white);background:#1aad50;border-color:#1aad50}.detail-others{background:var(--white-off)}.detail-others>.container>.section-title{margin-bottom:.5rem}.detail-others__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.detail-other-card{border-radius:var(--radius-md);height:220px;text-decoration:none;display:block;position:relative;overflow:hidden}.detail-other-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.detail-other-card:hover .detail-other-card__img{transform:scale(1.06)}.detail-other-card__overlay{background:linear-gradient(#00000026 0%,#000000b3 100%);position:absolute;inset:0}.detail-other-card__info{padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.detail-other-card__type{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem;font-size:.68rem;font-weight:700}.detail-other-card__tag{font-family:var(--font-serif);color:var(--white);font-size:1.05rem;font-weight:600}@media (width<=1024px){.detail-body__inner{grid-template-columns:1fr}.detail-form-wrap{position:static}}@media (width<=768px){.detail-stats{grid-template-columns:repeat(2,1fr)}.detail-features{grid-template-columns:1fr}.detail-others__grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.detail-others__grid{grid-template-columns:1fr}}.gallery-section{background:var(--white)}.gallery-header{text-align:center;margin-bottom:3.5rem}.gallery-header .section-subtitle{margin:0 auto}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:280px;gap:1.5rem;display:grid}@media (width>=768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.col-span-2{grid-column:span 2}.row-span-2{grid-row:span 2}}.gallery-item{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;background:var(--black);position:relative;overflow:hidden}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1);display:block}.gallery-overlay{opacity:0;background:linear-gradient(#0000 0%,#0003 60%,#000c 100%);align-items:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-img{transform:scale(1.08)}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-caption{color:var(--white);font-family:var(--font-serif);font-size:1.25rem;font-weight:600;transition:transform .4s cubic-bezier(.2,.8,.2,1);transform:translateY(15px)}.gallery-item:hover .gallery-caption{transform:translateY(0)}@media (width<=767px){.col-span-2{grid-column:span 1}.row-span-2{grid-row:span 1}.gallery-grid{grid-auto-rows:240px}}.contact-page{background:var(--white);padding-top:0}.contact-hero{text-align:center;background-color:var(--black);justify-content:center;align-items:center;height:60vh;min-height:400px;display:flex;position:relative;overflow:hidden}.contact-hero__bg{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero__overlay{z-index:1;background:linear-gradient(#0006,#000000b3);width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero__content{z-index:2;max-width:800px;position:relative}.contact-hero__title{font-family:var(--font-display);color:var(--white);text-transform:uppercase;letter-spacing:2px;margin:1rem 0;font-size:clamp(3rem,8vw,5rem)}.contact-hero__subtitle{color:#fffc;margin-top:2rem;font-size:1.2rem;line-height:1.6}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.contact-info__title{font-family:var(--font-display);color:var(--black);margin-bottom:1.5rem;font-size:2.5rem}.contact-info__text{color:var(--gray);margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.contact-info__list{gap:2.5rem;margin-bottom:3rem;display:grid}.contact-info__item{gap:1.5rem;display:flex}.contact-info__icon{background:var(--black);width:50px;height:50px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.contact-info__details h3{color:var(--black);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:1.1rem}.contact-info__details p{color:var(--gray);line-height:1.5}.contact-socials h3{text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem}.contact-socials__links{gap:2rem;display:flex}.social-link{color:var(--gray);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.social-link:hover{color:var(--gold)}.social-link:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.social-link:hover:after{width:100%}.contact-form-container{background:var(--white);border:1px solid #0000000d;padding:3rem;box-shadow:0 20px 40px #0000000d}.contact-form__title{font-family:var(--font-display);text-align:center;margin-bottom:2rem;font-size:2rem}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--black);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{background:#fcfcfc;border:1px solid #0000001a;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:var(--white);outline:none}.contact-form .btn-primary{justify-content:center;width:100%;margin-top:1rem}.contact-map{line-height:0}.contact-map iframe{filter:grayscale()invert(.9)contrast(1.1)}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){.contact-hero{height:50vh}.contact-form-container{padding:2rem}.form-grid{grid-template-columns:1fr}}.hub-page{margin-top:var(--nav-height)}.hub-hero{height:45vh;min-height:360px;position:relative;overflow:hidden}.hub-hero img{object-fit:cover;filter:brightness(.55);width:100%;height:100%}.hub-hero__overlay{background:linear-gradient(120deg,#0a0a0aa6,#0a0a0a40);position:absolute;inset:0}.hub-hero__content{max-width:1280px;color:var(--white);flex-direction:column;justify-content:center;margin:0 auto;padding:0 2rem;display:flex;position:absolute;inset:0}.hub-hero__content .section-label{color:var(--gold-light)}.hub-hero__title{font-family:var(--font-serif);color:var(--white);margin:.5rem 0 1rem;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:600}.hub-hero__sub{color:#ffffffe6;max-width:640px;font-size:1.05rem;line-height:1.7}.hub-section{background:var(--white-off)}.hub-cards{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.hub-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform var(--transition), box-shadow var(--transition);border:1px solid #0000000d;flex-direction:column;padding:3rem 2.5rem;display:flex;position:relative}.hub-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.hub-card--primary{background:linear-gradient(180deg, var(--black-soft) 0%, var(--black) 100%);color:var(--white)}.hub-card--primary .hub-card__title,.hub-card--primary .hub-card__tag,.hub-card--primary .hub-card__desc,.hub-card--primary .hub-card__list li,.hub-card--primary .hub-card__note{color:var(--white)}.hub-card--primary .hub-card__desc,.hub-card--primary .hub-card__list li{color:#ffffffc7}.hub-card--primary .hub-card__tag{color:var(--gold-light)}.hub-card--primary .hub-card__note{color:#ffffff8c}.hub-card__num{font-family:var(--font-serif);color:#c9a84c2e;letter-spacing:-.02em;font-size:3.5rem;font-weight:600;line-height:1;position:absolute;top:1.25rem;right:1.25rem}.hub-card--primary .hub-card__num{color:#e8c96a40}.hub-card__title{font-family:var(--font-serif);color:var(--black);margin-bottom:.4rem;font-size:1.8rem;font-weight:600}.hub-card__tag{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:1rem;font-size:.78rem;font-weight:600}.gold-divider.left{background:var(--gold);width:60px;height:2px;margin-bottom:1.5rem}.hub-card__desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.98rem;line-height:1.75}.hub-card__list{flex-direction:column;gap:.6rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.hub-card__list li{color:var(--text-muted);padding-left:1.4rem;font-size:.92rem;line-height:1.5;position:relative}.hub-card__list li:before{content:"✦";color:var(--gold);position:absolute;top:0;left:0}.hub-card__cta{align-self:flex-start;margin-top:auto;padding:.9rem 1.75rem;font-size:.95rem}.hub-card--primary .hub-card__cta:hover:before{opacity:0}.hub-card--primary .hub-card__cta:hover{background:var(--white);color:var(--gold-dark)}.hub-card__note{color:var(--text-muted);margin-top:1rem;font-size:.78rem;font-style:italic}@media (width<=1024px){.hub-cards{grid-template-columns:1fr;gap:1.5rem}.hub-card{padding:2.25rem 1.75rem}}.rv-page{margin-top:var(--nav-height)}.book-page{margin-top:calc(var(--topbar-height) + var(--nav-height))}.rv-hero-sub{color:#ffffffd9;margin-top:.75rem;font-size:1rem}.rv-breadcrumb{padding:1.5rem 2rem 0;font-size:.85rem}.rv-breadcrumb a{color:var(--gold-dark);font-weight:500;text-decoration:none}.rv-breadcrumb a:hover{color:var(--gold)}.rv-section{background:var(--white-off)}.rv-section__inner{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.rv-info__text{color:var(--text-muted);margin-bottom:2rem;line-height:1.8}.rv-steps{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.rv-step{align-items:flex-start;gap:1.25rem;display:flex}.rv-step__num{background:linear-gradient(135deg, var(--gold), var(--gold-dark));width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.rv-step__title{color:var(--black);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.rv-step__desc{color:var(--text-muted);font-size:.85rem;line-height:1.6}.rv-contact-strip{flex-direction:column;gap:.75rem;display:flex}.rv-contact-item{color:var(--black);transition:color var(--transition);align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.rv-contact-item:hover{color:var(--gold)}.rv-form-wrap{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #0000000f;padding:2.5rem}.rv-form__title{font-family:var(--font-serif);color:var(--black);margin-bottom:1.75rem;font-size:1.6rem}.rv-form__section{border-bottom:1px solid var(--gray-light);margin-bottom:1.75rem;padding-bottom:1.75rem}.rv-form__section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:1rem;font-size:.72rem;font-weight:700}.rv-form__type-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.rv-type-btn{border-radius:var(--radius-sm);background:var(--white);color:var(--text-muted);font-family:var(--font-sans);cursor:pointer;transition:var(--transition);text-align:center;border:1.5px solid #0000001a;padding:.75rem 1rem;font-size:.85rem;font-weight:500}.rv-type-btn:hover{border-color:var(--gold);color:var(--gold)}.rv-type-btn--active{background:var(--gold);border-color:var(--gold);color:var(--white);font-weight:600}.rv-submit{justify-content:center;width:100%;padding:1rem}.rv-form__note{color:var(--text-muted);text-align:center;margin-top:1rem;font-size:.75rem;line-height:1.5}.rv-success{text-align:center;padding:2rem 1rem}.rv-success__icon{margin-bottom:1.25rem;font-size:4rem;display:block}.rv-success__title{font-family:var(--font-serif);color:var(--black);margin-bottom:1rem;font-size:1.75rem}.rv-success__text{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.rv-success__sub{color:var(--gold-dark);font-family:var(--font-serif);margin-bottom:1.75rem;font-size:1.05rem}.rv-success__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width<=1024px){.rv-section__inner{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.rv-form-wrap{padding:1.75rem}.rv-form__type-grid{grid-template-columns:1fr}}.sut-page{margin-top:var(--nav-height);background:var(--white-off);min-height:60vh}.sut-breadcrumb{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem 0;font-size:.85rem;display:flex}.sut-breadcrumb a{color:var(--gold-dark);font-weight:500;text-decoration:none}.sut-breadcrumb a:hover{color:var(--gold)}.sut-step{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:600}.sut-loading,.sut-error,.sut-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.sut-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.sut-card{text-align:left;background:var(--white);border-radius:var(--radius-lg);cursor:pointer;font-family:var(--font-sans);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);border:1.5px solid #0000000f;flex-direction:column;display:flex;overflow:hidden}.sut-card:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-6px)}.sut-card--selected{border-color:var(--gold);box-shadow:var(--shadow-gold)}.sut-card__image{background:var(--gray-light);height:200px;overflow:hidden}.sut-card__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.sut-card:hover .sut-card__image img{transform:scale(1.05)}.sut-card__body{padding:1.5rem}.sut-card__category{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.4rem;font-size:.7rem;font-weight:600}.sut-card__name{font-family:var(--font-serif);color:var(--black);margin-bottom:.4rem;font-size:1.4rem;font-weight:600}.sut-card__tagline{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem;line-height:1.55}.sut-card__price{color:var(--gold-dark);margin-bottom:1rem;font-size:.9rem;font-weight:600}.sut-card__cta{color:var(--gold);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.ug-floor{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #0000000d;margin-bottom:2rem;padding:2rem}.ug-floor__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ug-floor__label{font-family:var(--font-serif);color:var(--black);font-size:1.5rem;font-weight:600}.ug-floor__count{color:var(--text-muted);margin-top:.2rem;font-size:.82rem}.ug-pager{align-items:center;gap:.75rem;display:flex}.ug-pager__btn{border-radius:var(--radius-sm);background:var(--white);cursor:pointer;width:32px;height:32px;color:var(--black);transition:var(--transition);border:1.5px solid #0000001a;font-size:1rem}.ug-pager__btn:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.ug-pager__btn:disabled{opacity:.4;cursor:not-allowed}.ug-pager__label{color:var(--text-muted);font-size:.85rem;font-weight:500}.ug-grid{grid-template-columns:repeat(10,1fr);gap:6px;display:grid}.ug-cell{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--gray-light);cursor:pointer;font-family:var(--font-sans);transition:transform var(--transition), border-color var(--transition);border:2px solid #0000;padding:0;position:relative;overflow:hidden}.ug-cell--empty{visibility:hidden}.ug-cell__img{object-fit:cover;width:100%;height:100%;display:block}.ug-cell__noimg{background:linear-gradient(135deg, #ffffff80, #fff3), var(--gray-light);width:100%;height:100%}.ug-cell__number{color:var(--white);letter-spacing:.04em;background:#0009;border-radius:3px;padding:2px 5px;font-size:.65rem;font-weight:700;position:absolute;bottom:4px;left:4px}.ug-cell--vacant{border-color:#c9a84c80}.ug-cell--booked{cursor:not-allowed;border-color:#c97a4c}.ug-cell--occupied{cursor:not-allowed;border-color:#00000040}.ug-cell--maintenance{cursor:not-allowed;border-color:#8a8a8a}.ug-cell--vacant:after,.ug-cell--booked:after,.ug-cell--occupied:after,.ug-cell--maintenance:after{content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:4px}.ug-cell--vacant:after{background:var(--gold)}.ug-cell--booked:after{background:#e08a4e}.ug-cell--occupied:after{background:#555}.ug-cell--maintenance:after{background:#aaa}.ug-cell--dim:not(.ug-cell--match){filter:grayscale(.5)brightness(.85)}.ug-cell--match{z-index:1;transform:scale(1.02)}.ug-cell--match.ug-cell--vacant{border-color:var(--gold);box-shadow:0 0 0 2px #c9a84c40}.ug-cell--locked{opacity:.7}.ug-cell:hover:not(:disabled){z-index:2;border-color:var(--gold);transform:translateY(-2px)scale(1.05)}.ug-cell__hover{background:var(--white);color:var(--black);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);text-align:left;opacity:0;pointer-events:none;z-index:10;border:1px solid #00000014;width:200px;padding:.85rem 1rem;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(4px)}.ug-cell:hover .ug-cell__hover{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.ug-cell__hover-title{font-family:var(--font-serif);font-size:1.05rem;font-weight:600}.ug-cell__hover-type{color:var(--gold-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-size:.78rem;font-weight:600}.ug-cell__hover-row{color:var(--text-muted);margin:.15rem 0;font-size:.82rem}.ug-cell__hover-state{text-transform:uppercase;letter-spacing:.12em;color:var(--gold-dark);margin-top:.5rem;font-size:.72rem;font-weight:700}.ug-cell__hover-cta{color:var(--gold);margin-top:.5rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-block}@media (width<=900px){.ug-grid{grid-template-columns:repeat(8,1fr)}}@media (width<=640px){.ug-grid{grid-template-columns:repeat(5,1fr)}.ug-cell__hover{width:160px}}.su-page{margin-top:var(--nav-height);background:var(--white-off);min-height:70vh}.su-breadcrumb{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem 0;font-size:.85rem;display:flex}.su-breadcrumb a{color:var(--gold-dark);font-weight:500;text-decoration:none}.su-breadcrumb a:hover{color:var(--gold)}.su-step{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:600}.su-section{padding:2.5rem 2rem 5rem}.su-sub{max-width:720px;color:var(--text-muted);margin-bottom:1.75rem;line-height:1.7}.su-highlight{color:var(--gold-dark);font-weight:600}.su-legend{background:var(--white);border-radius:var(--radius-md);border:1px solid #0000000d;flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.su-legend__item{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.su-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.su-dot--vacant{background:var(--gold)}.su-dot--booked{background:#e08a4e}.su-dot--occupied{background:#555}.su-dot--maintenance{background:#aaa}.su-loading,.su-error,.su-empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.su-error{color:#b54a30}.su-floors{flex-direction:column;display:flex}.ig{flex-direction:column;gap:.75rem;display:flex}.ig-main{border-radius:var(--radius-lg);background:var(--gray-light);aspect-ratio:4/3;position:relative;overflow:hidden}.ig-main img{object-fit:cover;width:100%;height:100%;display:block}.ig-caption{color:var(--white);background:linear-gradient(#0000,#000000b3);padding:1rem 1.5rem;font-size:.85rem;position:absolute;bottom:0;left:0;right:0}.ig-thumbs{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.ig-thumb{border-radius:var(--radius-sm);background:var(--gray-light);cursor:pointer;aspect-ratio:1;transition:border-color var(--transition);border:2px solid #0000;padding:0;overflow:hidden}.ig-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ig-thumb:hover{border-color:var(--gold-light)}.ig-thumb--active{border-color:var(--gold)}.ig-empty{background:var(--gray-light);border-radius:var(--radius-lg);text-align:center;color:var(--text-muted);padding:4rem 1rem;font-size:.9rem}.cd-backdrop{z-index:1000;background:#0a0a0a8c;justify-content:center;align-items:center;padding:1rem;animation:.15s ease-out cd-fade;display:flex;position:fixed;inset:0}@keyframes cd-fade{0%{opacity:0}to{opacity:1}}.cd-dialog{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:500px;box-shadow:var(--shadow-lg);border-top:4px solid var(--gold);padding:2.5rem;animation:.2s ease-out cd-slide}.cd-dialog--danger{border-top-color:#c9534c}@keyframes cd-slide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cd-title{font-family:var(--font-serif);color:var(--black);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.cd-body{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.cd-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.cd-actions .btn-outline,.cd-actions .btn-primary{padding:.7rem 1.5rem;font-size:.9rem}.ud-page{margin-top:var(--nav-height);background:var(--white-off);min-height:70vh}.ud-breadcrumb{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem 0;font-size:.85rem;display:flex}.ud-breadcrumb a{color:var(--gold-dark);font-weight:500;text-decoration:none}.ud-breadcrumb a:hover{color:var(--gold)}.ud-step{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:600}.ud-loading{text-align:center;color:var(--text-muted);padding:5rem 2rem}.ud-section{padding:2.5rem 2rem 5rem}.ud-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.ud-panel{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #0000000d;padding:2.5rem}.ud-title{font-family:var(--font-serif);color:var(--black);margin:.4rem 0 .2rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600}.ud-floor{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.ud-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ud-badge{letter-spacing:.14em;text-transform:uppercase;border-radius:999px;padding:.35rem .75rem;font-size:.7rem;font-weight:700}.ud-badge--vacant{color:var(--gold-dark);background:#c9a84c26}.ud-badge--booked{color:#b86532;background:#e08a4e26}.ud-badge--occupied{color:#444;background:#00000012}.ud-badge--maintenance{color:#777;background:#0000000d}.ud-badge--managed{color:#2a2a2a;background:#0a0a0a0f}.ud-badge--landlord{color:var(--gold-dark);background:#c9a84c2e}.ud-stats{background:var(--white-off);border-radius:var(--radius-md);grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.75rem;padding:1.25rem;display:grid}.ud-stat{flex-direction:column;gap:.2rem;display:flex}.ud-stat__label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:600}.ud-stat__value{color:var(--black);font-size:.95rem;font-weight:600}.ud-section-block{margin-bottom:1.75rem}.ud-section-h{font-family:var(--font-serif);color:var(--black);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.ud-text{color:var(--text-muted);font-size:.95rem;line-height:1.75}.ud-features,.ud-assets{margin:0;padding:0;list-style:none}.ud-features li{color:var(--text-muted);padding:.4rem 0 .4rem 1.5rem;font-size:.9rem;position:relative}.ud-features li:before{content:"✦";color:var(--gold);position:absolute;top:.4rem;left:0}.ud-assets li{border-bottom:1px solid var(--gray-light);color:var(--black);padding:.5rem 0;font-size:.9rem}.ud-assets li:last-child{border-bottom:none}.ud-asset-cond{color:var(--text-muted);font-style:italic}.ud-landlord{border-left:3px solid var(--gold);color:var(--text-muted);background:#c9a84c14;border-radius:4px;margin-bottom:1.5rem;padding:.85rem 1.1rem;font-size:.9rem}.ud-cta{border-top:1px solid var(--gray-light);margin-top:2rem;padding-top:1.75rem}.ud-book-btn{justify-content:center;width:100%;padding:1.1rem;font-size:.95rem}.ud-book-btn:disabled{opacity:.5;cursor:not-allowed}.ud-cta-note{color:var(--text-muted);text-align:center;margin-top:.75rem;font-size:.78rem}@media (width<=980px){.ud-grid{grid-template-columns:1fr;gap:2rem}.ud-stats{grid-template-columns:1fr 1fr}.ud-panel{padding:1.75rem}}@media (width<=480px){.ud-stats{grid-template-columns:1fr}}.otp{justify-content:flex-start;gap:.5rem;display:flex}.otp--disabled .otp__cell{opacity:.6;cursor:not-allowed}.otp__cell{text-align:center;width:48px;height:56px;font-size:1.4rem;font-family:var(--font-sans);border-radius:var(--radius-sm);background:var(--white);color:var(--black);transition:border-color var(--transition), box-shadow var(--transition);border:1.5px solid #0000001f;font-weight:600}.otp__cell:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #c9a84c2e}@media (width<=480px){.otp__cell{width:40px;height:48px;font-size:1.2rem}}.co-page{margin-top:var(--nav-height);background:var(--white-off);min-height:70vh}.co-breadcrumb{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem 0;font-size:.85rem;display:flex}.co-breadcrumb a{color:var(--gold-dark);font-weight:500;text-decoration:none}.co-breadcrumb a:hover{color:var(--gold)}.co-step{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:600}.co-section{padding:2.5rem 2rem 5rem}.co-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:3rem;display:grid}.co-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #0000000d;padding:2.5rem}.co-title{font-family:var(--font-serif);color:var(--black);margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600}.co-sub{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.co-form__section{border-bottom:1px solid var(--gray-light);margin-bottom:1.75rem;padding-bottom:1.75rem}.co-form__section:last-of-type{border-bottom:none;margin-bottom:1rem}.co-form__section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:1rem;font-size:.72rem;font-weight:700}.co-form__hint{color:var(--text-muted);margin-top:.4rem;font-size:.78rem;font-style:italic}.co-email-row{align-items:stretch;gap:.6rem;display:flex}.co-email-row input{flex:1}.co-otp-btn{white-space:nowrap;padding:.7rem 1rem;font-size:.85rem}.co-otp-row{background:var(--white-off);border-radius:var(--radius-md);border:1px solid #c9a84c40;margin-top:1.25rem;padding:1.25rem}.co-otp-label{color:var(--text-muted);margin-bottom:.6rem;font-size:.85rem;display:block}.co-otp-verify{margin-top:1rem;padding:.7rem 1.5rem;font-size:.9rem}.co-otp-success{color:var(--gold-dark);margin-top:.6rem;font-size:.9rem;font-weight:600}.co-pay-btn{justify-content:center;width:100%;padding:1.1rem;font-size:.95rem}.co-pay-btn:disabled{opacity:.5;cursor:not-allowed}.co-pay-note{color:var(--text-muted);text-align:center;margin-top:.75rem;font-size:.78rem;line-height:1.6}.co-summary{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #0000000d;padding:2rem;position:sticky;top:100px}.co-summary__label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.co-summary__title{font-family:var(--font-serif);color:var(--black);font-size:1.5rem;font-weight:600}.co-summary__type{color:var(--gold-dark);font-size:.9rem;font-weight:600}.co-summary__floor{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem}.co-summary__img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-md);width:100%;margin-bottom:1.25rem}.co-summary__stats{margin:0 0 1.25rem;padding:0;list-style:none}.co-summary__stats li{color:var(--text-muted);border-bottom:1px solid var(--gray-light);justify-content:space-between;padding:.55rem 0;font-size:.88rem;display:flex}.co-summary__stats li:last-child{border-bottom:none}.co-summary__stats li span:last-child{color:var(--black);font-weight:600}.co-summary__total{background:linear-gradient(135deg, var(--gold), var(--gold-dark));color:var(--white);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:1rem;font-size:.95rem;display:flex}.co-summary__total strong{font-size:1.2rem;font-family:var(--font-serif)}@media (width<=980px){.co-grid{grid-template-columns:1fr;gap:2rem}.co-summary{position:static}}@media (width<=640px){.co-form{padding:1.75rem}.co-summary{padding:1.5rem}.co-email-row{flex-direction:column}}.bs-page{margin-top:var(--nav-height);background:var(--white-off);align-items:center;min-height:70vh;display:flex}.bs-wrap{justify-content:center;padding:4rem 2rem;display:flex}.bs-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:580px;box-shadow:var(--shadow-lg);border-top:4px solid var(--gold);padding:3rem 2.5rem}.bs-icon{margin-bottom:1.25rem;font-size:3.5rem;display:block}.bs-icon--success{background:var(--gold);width:70px;height:70px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex}.bs-spinner{border:4px solid var(--gray-light);border-top-color:var(--gold);border-radius:50%;width:50px;height:50px;margin:0 auto 1.5rem;animation:1s linear infinite bs-spin}@keyframes bs-spin{to{transform:rotate(360deg)}}.bs-title{font-family:var(--font-serif);color:var(--black);margin-bottom:1rem;font-size:1.8rem;font-weight:600}.bs-text{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem;line-height:1.75}.bs-ref{color:var(--text-muted);margin-top:1rem;font-size:.85rem}.bs-ref strong{color:var(--gold-dark);font-family:var(--font-sans);letter-spacing:.05em}.bs-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.bs-actions .btn-outline,.bs-actions .btn-primary{padding:.8rem 1.5rem;font-size:.9rem}.bst-page{margin-top:var(--nav-height);background:var(--white-off);min-height:70vh}.bst-wrap{justify-content:center;padding:4rem 2rem;display:flex}.bst-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:640px;box-shadow:var(--shadow-md);border:1px solid #0000000d;padding:2.5rem}.bst-title{font-family:var(--font-serif);color:var(--black);letter-spacing:.03em;margin:.4rem 0 1.25rem;font-size:1.5rem;font-weight:600}.bst-loading,.bst-error{color:var(--text-muted);padding:1.5rem 0}.bst-error{color:#b54a30}.bst-badge{letter-spacing:.04em;border-radius:999px;margin-bottom:1.5rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-block}.bst-badge--pending_review,.bst-badge--awaiting_payment{color:var(--gold-dark);background:#e8c96a2e}.bst-badge--paid{color:var(--gold-dark);background:#c9a84c33}.bst-badge--approved{color:#186b4a;background:#00a05a1f}.bst-badge--onboarded,.bst-badge--checked_in{color:#1a4a8c;background:#0050a01f}.bst-badge--rejected,.bst-badge--cancelled{color:#a13a25;background:#b43c281f}.bst-meta{margin:0 0 1.5rem;padding:0;list-style:none}.bst-meta li{border-bottom:1px solid var(--gray-light);color:var(--text-muted);justify-content:space-between;padding:.7rem 0;font-size:.92rem;display:flex}.bst-meta li:last-child{border-bottom:none}.bst-meta li span:last-child{color:var(--black);font-weight:500}.bst-visit{border-left:4px solid var(--gold);border-radius:var(--radius-md);background:linear-gradient(135deg,#c9a84c12,#c9a84c05);margin-bottom:1.5rem;padding:1.25rem}.bst-visit__title{font-family:var(--font-serif);color:var(--black);margin-bottom:.6rem;font-size:1.1rem}.bst-visit p{color:var(--text-muted);margin-bottom:.4rem;font-size:.9rem}.bst-visit p strong{color:var(--black)}.bst-actions{flex-wrap:wrap;gap:.75rem;display:flex}.bst-actions .btn-outline{padding:.7rem 1.3rem;font-size:.85rem}.legal-page{background:var(--white-off)}.legal-hero-overlay{background:linear-gradient(#0006 0%,#000000c7 100%);position:absolute;inset:0}.legal-hero-title{font-family:var(--font-serif);color:var(--white);margin-top:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.legal-hero-meta{letter-spacing:.04em;color:#ffffffb3;margin-top:.85rem;font-size:.85rem}.legal-body{background:var(--white-off)}.legal-layout{grid-template-columns:260px 1fr;align-items:start;gap:4rem;display:grid}.legal-toc{top:calc(var(--nav-height) + 2rem);background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0000000f;padding:1.75rem 1.5rem;position:sticky}.legal-toc__title{font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:1rem;font-size:.72rem;font-weight:700}.legal-toc__list{counter-reset:toc;flex-direction:column;gap:.15rem;display:flex}.legal-toc__link{color:var(--text-muted);border-radius:var(--radius-sm);transition:var(--transition);gap:.6rem;padding:.5rem .65rem;font-size:.84rem;line-height:1.45;display:flex}.legal-toc__link:before{counter-increment:toc;content:counter(toc);color:var(--gold);flex-shrink:0;font-weight:600}.legal-toc__link:hover{background:var(--gold-pale);color:var(--black)}.legal-content{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0000000f;padding:3.5rem}.legal-intro{color:var(--text-muted);border-bottom:1px solid #00000012;margin-bottom:1rem;padding-bottom:2rem;font-size:1.02rem;line-height:1.85}.legal-section{scroll-margin-top:calc(var(--nav-height) + 1.5rem);padding-top:2.5rem}.legal-section:first-of-type{padding-top:1.5rem}.legal-section__num{font-family:var(--font-sans);letter-spacing:.14em;color:var(--gold);font-size:.78rem;font-weight:700}.legal-section__title{font-family:var(--font-serif);color:var(--black);margin:.35rem 0 1.1rem;font-size:1.5rem;font-weight:600}.legal-section p{color:var(--text-muted);margin-bottom:1rem;font-size:.96rem;line-height:1.85}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:0 0 1rem;padding:0;list-style:none}.legal-section ul li{color:var(--text-muted);margin-bottom:.65rem;padding-left:1.5rem;font-size:.96rem;line-height:1.8;position:relative}.legal-section ul li:before{content:"";background:linear-gradient(135deg, var(--gold), var(--gold-dark));border-radius:50%;width:6px;height:6px;position:absolute;top:.65rem;left:0}.legal-section strong{color:var(--black);font-weight:600}.legal-section a{color:var(--gold-dark);transition:var(--transition);border-bottom:1px solid #8b69144d;font-weight:500}.legal-section a:hover{color:var(--gold);border-color:var(--gold)}.legal-callout{background:var(--gold-pale);border-radius:var(--radius-md);border:1px solid #c9a84c59;margin-top:1.25rem;padding:1.75rem 2rem}.legal-callout p{color:var(--text-dark);margin-bottom:.4rem;font-size:.94rem}.legal-callout strong{font-family:var(--font-serif);font-size:1.05rem}.legal-footnote{color:var(--gray-mid);border-top:1px solid #00000012;margin-top:2.5rem;padding-top:2rem;font-size:.86rem;font-style:italic;line-height:1.7}.legal-crosslink{color:var(--gold-dark);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-weight:600;display:inline-flex;border-bottom:none!important}.legal-crosslink:hover{color:var(--gold)}@media (width<=1024px){.legal-layout{grid-template-columns:1fr;gap:2rem}.legal-toc{position:static}.legal-toc__list{grid-template-columns:1fr 1fr;gap:.1rem;display:grid}}@media (width<=768px){.legal-content{padding:2rem 1.5rem}.legal-toc__list{grid-template-columns:1fr}}
