.hpp-root{--hpp-available:#16a34a;--hpp-reserved:#f49a32;--hpp-sold:#dc2626;--hpp-primary:#1a1a1a;--hpp-accent:#d4af37;--hpp-accent-alt:#c9a961;--hpp-bg:#ffffff;--hpp-bg2:#f5f5f5;--hpp-bg3:#f4ede4;--hpp-border:#dee2e6;--hpp-text:#2c2c2c;--hpp-text2:#6c757d;--hpp-text3:#adb5bd;--hpp-radius:8px;--hpp-shadow:0 4px 24px rgba(0,0,0,.08);--hpp-shadow-lg:0 16px 60px rgba(0,0,0,.18);--hpp-shadow-gold:0 8px 32px rgba(212,175,55,.25);--hpp-font:'Inter Tight','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--hpp-t:0.3s ease;--hpp-t-slow:0.5s ease;font-family:var(--hpp-font);color:var(--hpp-text);box-sizing:border-box;position:relative;background:#fff0;transition:var(--vl-theme-transition,color 0.35s ease,background-color 0.35s ease)}.hpp-root *,.hpp-root *::before,.hpp-root *::after{box-sizing:inherit}.hpp-root [hidden]{display:none!important}[data-theme=dark] .hpp-root{--hpp-primary:#f5f0e8;--hpp-bg:#1c1c1e;--hpp-bg2:#242426;--hpp-bg3:#1a1713;--hpp-border:rgba(255,255,255,0.08);--hpp-text:#ede9e0;--hpp-text2:#9a9390;--hpp-text3:#6b6560;--hpp-shadow:0 4px 16px rgba(0,0,0,.4);--hpp-shadow-lg:0 10px 40px rgba(0,0,0,.6)}.hpp-loading{display:flex;align-items:center;justify-content:center;gap:14px;padding:60px 20px;color:var(--hpp-text3);font-size:15px}.hpp-spinner{width:40px;height:40px;animation:hpp-spin .9s linear infinite}.hpp-spinner svg{width:100%;height:100%}.hpp-spinner circle{stroke:var(--hpp-accent);stroke-linecap:round;stroke-dasharray:80;stroke-dashoffset:60}@keyframes hpp-spin{to{transform:rotate(360deg)}}.hpp-error{background:rgb(220 38 38 / .1);border:1px solid rgb(220 38 38 / .3);border-radius:var(--hpp-radius);padding:16px 20px;color:var(--hpp-sold)}.hpp-view{animation:hpp-fadein var(--hpp-t) both}@keyframes hpp-fadein{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hpp-view-header{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin:2rem 0}.hpp-view-header--3col{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;flex-wrap:unset}.hpp-view-header--3col .hpp-view-title{text-align:center;margin:0}.hpp-view-header--project{justify-content:space-between;align-items:center}.hpp-header-btn-back{flex:1;min-width:0}.hpp-project-title{font-size:clamp(18px,3vw,26px);font-weight:700;margin:0 0 4px;color:var(--hpp-primary);line-height:1.2;letter-spacing:.05em;text-transform:uppercase}.hpp-project-meta{font-size:13px;color:var(--hpp-text2);margin:0}.hpp-view-title{font-size:clamp(16px,2.5vw,22px);font-weight:700;color:var(--hpp-primary);margin:0;letter-spacing:.04em}.hpp-header-stats{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hpp-stat{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--hpp-text2)}.hpp-stat-dot{width:9px;height:9px;border-radius:50%}.hpp-stat.available .hpp-stat-dot{background:var(--hpp-available)}.hpp-stat.reserved .hpp-stat-dot{background:var(--hpp-reserved)}.hpp-stat.sold .hpp-stat-dot{background:var(--hpp-sold)}.hpp-stat-n{font-weight:700;color:var(--hpp-text)}.hpp-back-btn{background:#fff0;border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);padding:7px 16px;cursor:pointer;font-size:12px;font-weight:600;color:var(--hpp-text2);transition:all var(--hpp-t);white-space:nowrap;flex-shrink:0;font-family:var(--hpp-font);letter-spacing:.08em;text-transform:uppercase}.hpp-back-btn:hover{background:var(--hpp-bg2);color:var(--hpp-accent);border-color:var(--hpp-primary)}[data-theme=dark] .hpp-back-btn:hover{background:var(--hpp-bg2);border-color:var(--hpp-accent)}.hpp-stat-dot--available{background:var(--hpp-available)}.hpp-stat-dot--reserved{background:var(--hpp-reserved)}.hpp-stat-dot--sold{background:var(--hpp-sold)}.hpp-imgmap{position:relative;background:var(--hpp-bg2);border-radius:var(--hpp-radius);overflow:hidden;line-height:0;border:1px solid var(--hpp-border)}.hpp-bg-img{display:block;width:100%;height:auto;user-select:none;-webkit-user-drag:none;object-fit:contain;background:var(--hpp-bg3)}.hpp-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.hpp-poly{cursor:pointer}.hpp-poly:focus{outline:none}.hpp-poly--entrance-inactive{pointer-events:auto!important}.hpp-entrance-cards{display:none;gap:10px}.hpp-proj-view--list #hpp-project-map{display:none}.hpp-proj-view--list .hpp-entrance-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.hpp-bld-view--list #hpp-building-map{display:none}#hpp-building-entrance-cards{display:none;gap:10px}.hpp-bld-view--list #hpp-building-entrance-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.hpp-ent-card{background:var(--hpp-bg);border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);padding:16px 14px;cursor:pointer;transition:box-shadow var(--hpp-t),transform var(--hpp-t);display:flex;flex-direction:column;gap:8px}.hpp-ent-card:hover{box-shadow:var(--hpp-shadow);transform:translateY(-2px)}.hpp-ent-card-name{font-size:20px;font-weight:700;color:var(--hpp-text)}.hpp-poly--entrance-muted{fill-opacity:.05!important;stroke-opacity:.15!important;cursor:default}#hpp-entrance-map{width:100%}.hpp-ent-view--list #hpp-entrance-map{display:none}.hpp-floors-grid{display:none;gap:10px}.hpp-ent-view--list .hpp-floors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.hpp-floor-card{background:var(--hpp-bg);border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);padding:16px 14px;cursor:pointer;transition:box-shadow var(--hpp-t),transform var(--hpp-t);display:flex;flex-direction:column;gap:8px}.hpp-floor-card:hover{box-shadow:var(--hpp-shadow);transform:translateY(-2px)}.hpp-floor-card-name{font-size:20px;font-weight:700;color:var(--hpp-text)}.hpp-floor-card-stats{display:flex;flex-direction:column;gap:4px}.hpp-floor-stat{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--hpp-text2)}.hpp-floor-card-total{font-size:11px;color:var(--hpp-text2);border-top:1px solid var(--hpp-border);padding-top:8px;margin-top:auto}.hpp-poly--floor-muted{fill-opacity:.05!important;stroke-opacity:.15!important;cursor:default}.hpp-filter-bar{background:var(--hpp-bg);border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);padding:14px 18px;margin-bottom:14px;display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.hpp-filter-group{display:flex;flex-direction:column;gap:4px}.hpp-filter-range{flex-direction:row;align-items:center;gap:6px}.hpp-filter-range label{white-space:nowrap;margin-right:4px}.hpp-filter-group label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--hpp-accent)}.hpp-filter,.hpp-ent-filter,.hpp-range-input{padding:7px 10px;background:var(--hpp-bg2);border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);font-size:13px;font-family:var(--hpp-font);color:var(--hpp-text);transition:border-color var(--hpp-t),box-shadow var(--hpp-t)}.hpp-filter:focus,.hpp-ent-filter:focus,.hpp-range-input:focus{outline:none;border-color:var(--hpp-accent);box-shadow:0 0 0 3px rgb(212 175 55 / .15)}.hpp-range-input{width:100px}.hpp-filter-reset{padding:7px 14px;background:none;border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);color:var(--hpp-text2);font-size:12px;cursor:pointer;transition:all var(--hpp-t);font-family:var(--hpp-font);letter-spacing:.05em}.hpp-filter-reset:hover{border-color:var(--hpp-accent);color:var(--hpp-accent);background:rgb(212 175 55 / .07)}.hpp-filter-count,.hpp-ent-count,.hpp-proj-count{font-size:12px;color:var(--hpp-text3);align-self:flex-end}.hpp-select{position:relative;display:inline-flex;flex-direction:column}.hpp-select-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;background:var(--hpp-bg2);border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);font-size:13px;font-family:var(--hpp-font);color:var(--hpp-text);cursor:pointer;white-space:nowrap;min-width:110px;justify-content:space-between;transition:border-color var(--hpp-t),box-shadow var(--hpp-t);user-select:none}.hpp-select-btn:focus{outline:none;border-color:var(--hpp-accent);box-shadow:0 0 0 3px rgb(212 175 55 / .15)}.hpp-select--open .hpp-select-btn{border-color:var(--hpp-accent)}.hpp-select-btn svg{flex-shrink:0;color:var(--hpp-text3);transition:transform var(--hpp-t)}.hpp-select--open .hpp-select-btn svg{transform:rotate(180deg)}.hpp-select-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;background:var(--hpp-bg);border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);box-shadow:0 6px 20px rgb(0 0 0 / .18);list-style:none;margin:0;padding:4px 0;z-index:200;display:none}.hpp-select--open .hpp-select-menu{display:block}.hpp-select-opt{padding:8px 14px;font-size:13px;font-family:var(--hpp-font);color:var(--hpp-text);cursor:pointer;white-space:nowrap;transition:background var(--hpp-t),color var(--hpp-t)}.hpp-select-opt:hover{background:var(--hpp-bg2);color:var(--hpp-accent)}.hpp-select-opt--active{color:var(--hpp-accent);font-weight:600}.hpp-view-floor--display-only .hpp-floor-toggle,.hpp-view-floor--display-only .hpp-filter-bar,.hpp-view-floor--display-only .hpp-unit-grid{display:none!important}.hpp-floor-toggle{display:flex;gap:3px;background:var(--hpp-bg2);border-radius:20px;padding:3px;border:1px solid var(--hpp-border);flex-shrink:0}.hpp-toggle-btn{display:flex;align-items:center;gap:6px;padding:5px 13px;border:none;border-radius:16px;background:#fff0;color:var(--hpp-text2);font-size:12px;font-family:var(--hpp-font);cursor:pointer;transition:background var(--hpp-t),color var(--hpp-t);white-space:nowrap}.hpp-toggle-btn--active{background:var(--hpp-bg);color:var(--hpp-text);box-shadow:0 1px 3px rgb(0 0 0 / .12)}.hpp-toggle-btn:hover:not(.hpp-toggle-btn--active){color:var(--hpp-text)}.hpp-floor-main{display:block}.hpp-imgmap--floor{width:100%}.hpp-unit-grid{display:none;gap:10px}.hpp-floor-view--list .hpp-floor-main{display:none}.hpp-floor-view--list .hpp-unit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media(max-width:599px){.hpp-floor-view--list .hpp-unit-grid{grid-template-columns:1fr}}.hpp-unit-card{background:var(--hpp-bg);border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);padding:16px 14px 12px;cursor:pointer;transition:box-shadow var(--hpp-t),transform var(--hpp-t);display:flex;flex-direction:column;gap:10px}.hpp-unit-card:hover{box-shadow:var(--hpp-shadow);transform:translateY(-2px)}.hpp-unit-card[data-status=sold]{cursor:not-allowed;opacity:.75}.hpp-card-num{font-size:18px;font-weight:700;text-align:center;letter-spacing:.03em;color:var(--hpp-text)}.hpp-card-plan{display:flex;justify-content:center;align-items:center;border-radius:calc(var(--hpp-radius) - 2px);overflow:hidden}.hpp-card-plan-svg{display:block;width:100%;max-height:250px;object-fit:contain}.hpp-card-specs{display:flex;flex-direction:column}.hpp-card-spec{display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-top:1px solid var(--hpp-border);font-size:12px}.hpp-card-spec span:first-child{color:var(--hpp-text)}.hpp-card-spec span:last-child{color:var(--hpp-text);font-weight:600}.hpp-card-type{justify-content:center;font-size:12px;color:var(--hpp-text2);border-top:none;padding-bottom:4px}.hpp-card-type span{color:var(--hpp-text2);font-weight:400}.hpp-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid var(--hpp-border);margin-top:auto}.hpp-card-price{font-size:13px;font-weight:700;color:var(--hpp-accent)}.hpp-no-units{font-size:14px;text-align:center;padding:20px 0}.hpp-badge{display:inline-block;padding:2px 9px;border-radius:20px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hpp-badge-available{background:var(--hpp-available);color:#fff}.hpp-badge-reserved{background:var(--hpp-reserved);color:#fff}.hpp-badge-sold{background:var(--hpp-sold);color:#fff}.hpp-badge-neutral{background:var(--hpp-bg2);color:var(--hpp-text2)}.hpp-pagination{display:none;justify-content:center;gap:6px;padding:20px 0 4px;flex-wrap:wrap}.hpp-floor-view--list .hpp-pagination{display:flex}.hpp-page-btn{min-width:36px;height:36px;padding:0 10px;border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);background:var(--hpp-bg);color:var(--hpp-text2);font-family:var(--hpp-font);font-size:13px;cursor:pointer;transition:border-color var(--hpp-t),background var(--hpp-t),color var(--hpp-t)}.hpp-page-btn:hover:not(.hpp-page-btn--active){border-color:var(--hpp-accent);color:var(--hpp-accent)}.hpp-page-btn--active{background:var(--hpp-accent);border-color:var(--hpp-accent);color:#1a1a1a;font-weight:700;cursor:default}.hpp-sold-notice{text-align:center;font-weight:700;padding:12px;border-radius:var(--hpp-radius);background:rgb(220 38 38 / .1);color:var(--hpp-sold);border:1px solid rgb(220 38 38 / .25)}.hpp-fstatus{padding:10px 14px;border-radius:var(--hpp-radius);font-size:14px;margin-bottom:12px}.hpp-fstatus-ok{background:rgb(22 163 74 / .12);color:#16a34a;border:1px solid rgb(22 163 74 / .25)}.hpp-fstatus-err{background:rgb(220 38 38 / .1);color:var(--hpp-sold);border:1px solid rgb(220 38 38 / .25)}[data-theme=dark] .hpp-fstatus-ok{color:#4ade80}[data-theme=dark] .hpp-fstatus-err{color:#f87171}.hpp-tooltip{position:fixed;z-index:99990;background:#1a1a1a;color:#fff;padding:9px 13px;border-radius:var(--hpp-radius);font-size:13px;line-height:1.45;pointer-events:none;max-width:240px;box-shadow:0 4px 20px rgb(0 0 0 / .3);transition:opacity .1s;font-family:var(--hpp-font);border-top:2px solid var(--hpp-accent)}[data-theme=dark] .hpp-tooltip{background:#2c2c2e}.hpp-tooltip[hidden]{display:none!important}.hpp-tip-title{font-weight:700;font-size:14px;margin-bottom:6px}.hpp-tip-meta{font-size:11px;opacity:.75}.hpp-tip-price{font-size:13px;font-weight:700;margin-top:3px;color:var(--hpp-accent)}.hpp-tip-stats{display:flex;flex-direction:column;gap:4px;margin-top:2px}.hpp-tip-stat{display:flex;align-items:center;gap:6px;font-size:12px}.hpp-tip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hpp-tip-dot--available{background:var(--hpp-available,#22c55e)}.hpp-tip-dot--reserved{background:var(--hpp-reserved,#f59e0b)}.hpp-tip-dot--sold{background:var(--hpp-sold,#ef4444)}.hpp-modal-overlay{position:fixed;inset:0;z-index:99995;background:rgb(0 0 0 / .65);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px;animation:hpp-fadein .2s ease}.hpp-modal-overlay[hidden]{display:none!important}.hpp-modal-box{position:relative;background:var(--hpp-bg);border-radius:var(--hpp-radius);padding:28px 28px 32px;width:100%;max-width:540px;max-height:88vh;overflow-y:auto;box-shadow:var(--hpp-shadow-lg);animation:hpp-modal-in .28s cubic-bezier(.4,0,.2,1) both;border-top:3px solid var(--hpp-accent)}@keyframes hpp-modal-in{from{opacity:0;transform:translateY(-24px) scale(.96)}to{opacity:1;transform:none}}.hpp-modal-x{position:absolute;top:14px;right:14px;background:var(--hpp-bg2);border:1px solid var(--hpp-border);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--hpp-text2);transition:all var(--hpp-t);padding:0}.hpp-modal-x:hover{background:var(--hpp-primary);color:var(--hpp-bg);border-color:var(--hpp-primary)}.hpp-modal-unit-num{font-size:28px;font-weight:700;margin:0 0 8px;color:var(--hpp-primary);line-height:1.1;letter-spacing:.05em}.hpp-modal-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.hpp-zoom-hint{font-size:11px;text-align:center;color:var(--hpp-accent);opacity:.7;margin-top:4px;letter-spacing:.4px}.hpp-zoom-overlay{position:fixed;inset:0;z-index:99999;background:rgb(0 0 0 / .92);display:flex;align-items:center;justify-content:center}.hpp-zoom-stage{width:85vmin;height:85vmin;transform-origin:center center;pointer-events:none;user-select:none}.hpp-zoom-stage svg{width:100%;height:100%;display:block}.hpp-zoom-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;border:2px solid hsl(0 0% 100% / .35);background:rgb(0 0 0 / .55);color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.hpp-zoom-close:hover{background:hsl(0 0% 100% / .15)}.hpp-zoom-controls{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.hpp-zc-btn{width:40px;height:40px;border-radius:8px;border:2px solid hsl(0 0% 100% / .35);background:rgb(0 0 0 / .55);color:#fff;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.hpp-zc-btn:hover{background:hsl(0 0% 100% / .15)}.hpp-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.hpp-detail-card{background:var(--hpp-bg2);border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);padding:5px 14px}.hpp-detail-lbl{font-size:10px;text-transform:uppercase;letter-spacing:.6px;color:var(--hpp-accent);margin-bottom:2px;font-weight:700}.hpp-detail-val{font-size:18px;font-weight:700;color:var(--hpp-text)}.hpp-detail-val--price{color:var(--hpp-accent);font-size:20px}.hpp-modal-desc{font-size:14px;color:var(--hpp-text2);line-height:1.65;margin-bottom:18px;background:var(--hpp-bg2);padding:12px 14px;border-left:3px solid var(--hpp-accent);border-radius:0 var(--hpp-radius) var(--hpp-radius) 0}.hpp-inquire-btn{display:block;width:100%;padding:13px;background:var(--hpp-accent);color:#1a1a1a;border:none;border-radius:var(--hpp-radius);font-size:14px;font-weight:600;cursor:pointer;font-family:var(--hpp-font);transition:all var(--hpp-t);letter-spacing:.1em;text-transform:uppercase}.hpp-inquire-btn:hover{background:var(--hpp-accent-alt);color:#f5f5f5;transform:translateY(-2px);box-shadow:var(--hpp-shadow-gold)}.hpp-inquiry-box{max-width:460px}.hpp-inquiry-title{font-size:20px;font-weight:700;margin:0 0 18px;color:var(--hpp-primary);letter-spacing:.05em;text-transform:uppercase}.hpp-frow{margin-bottom:13px}.hpp-frow label{display:block;font-size:11px;font-weight:700;margin-bottom:4px;color:var(--hpp-accent);text-transform:uppercase;letter-spacing:.5px}.hpp-frow input,.hpp-frow textarea{width:100%;padding:10px 12px;border:1px solid var(--hpp-border);border-radius:var(--hpp-radius);font-size:14px;font-family:var(--hpp-font);color:var(--hpp-text);background:var(--hpp-bg);transition:border-color var(--hpp-t),box-shadow var(--hpp-t)}.hpp-frow input:focus,.hpp-frow textarea:focus{outline:none;border-color:var(--hpp-accent);box-shadow:0 0 0 3px rgb(212 175 55 / .15)}.hpp-frow input[readonly]{background:var(--hpp-bg2);color:var(--hpp-text3)}.hpp-inquiry-submit{width:100%;padding:13px;background:var(--hpp-accent);color:#1a1a1a;border:none;border-radius:var(--hpp-radius);font-size:14px;font-weight:600;cursor:pointer;font-family:var(--hpp-font);transition:all var(--hpp-t);letter-spacing:.1em;text-transform:uppercase}.hpp-inquiry-submit:hover{background:var(--hpp-accent-alt);color:#f5f5f5;transform:translateY(-2px);box-shadow:var(--hpp-shadow-gold)}.hpp-view-unit{display:flex;flex-direction:column;gap:0}.hpp-unit-detail{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:560px;border-top:1px solid var(--hpp-border)}.hpp-unit-detail__plan{background:var(--hpp-bg);display:flex;align-items:center;justify-content:center;overflow:hidden;border-right:1px solid var(--hpp-border);padding:32px}.hpp-unit-detail__plan-svg{display:block;width:100%;height:100%;max-height:560px;cursor:default;user-select:none}.hpp-unit-detail__img{display:block;width:100%;height:100%;max-height:560px;object-fit:contain;user-select:none}.hpp-unit-detail__info{display:flex;flex-direction:column;gap:28px;padding:36px 40px}.hpp-unit-detail__top{display:flex;flex-direction:column;gap:10px;padding-bottom:24px}.hpp-unit-detail__num{font-size:58px;font-weight:500;letter-spacing:.01em;color:var(--hpp-primary);margin:0;line-height:1}.hpp-unit-detail__badges{display:flex;gap:8px;flex-wrap:wrap}.hpp-unit-detail__specs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fff0;border:0;border-top:1px solid var(--hpp-border)}.hpp-unit-detail__specs .hpp-detail-card{background:#fff0;border:none;border-bottom:1px solid var(--hpp-border);border-radius:0;padding:15px 16px 15px 0}.hpp-unit-detail__specs .hpp-detail-lbl{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--hpp-text2);margin-bottom:6px;font-weight:600}.hpp-unit-detail__specs .hpp-detail-val{font-size:17px;font-weight:500;color:var(--hpp-primary)}.hpp-unit-detail__price-box{padding:22px 0 0;background:#fff0;border:0}.hpp-unit-detail__price-label{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--hpp-text2);font-weight:600;margin-bottom:8px}.hpp-unit-detail__price{font-size:32px;font-weight:700;color:var(--hpp-primary);letter-spacing:.02em;margin-bottom:4px}.hpp-unit-detail__price-sqm{display:none;font-size:12px;color:var(--hpp-text2);letter-spacing:.3px}.hpp-unit-detail__actions{margin-top:auto}.hpp-unit-inquire-btn{display:block;width:100%;padding:16px;background:var(--hpp-primary);color:var(--hpp-bg);border:none;font-size:13px;font-weight:600;cursor:pointer;font-family:var(--hpp-font);transition:background var(--hpp-t),transform var(--hpp-t),box-shadow var(--hpp-t);letter-spacing:.12em;text-transform:uppercase}.hpp-unit-inquire-btn:hover{background:var(--hpp-accent);color:#1a1a1a;transform:translateY(-1px);box-shadow:var(--hpp-shadow-gold)}.hpp-unit-detail__about{display:flex;flex-direction:column;gap:14px}.hpp-unit-detail__about-title{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;font-size:clamp(1.7rem,2.6vw,2.1rem);font-weight:600;line-height:1.1;color:var(--hpp-primary);margin:0}.hpp-unit-detail__about-body p{font-size:15px;color:var(--hpp-text2);line-height:1.75;margin:0 0 12px}.hpp-unit-detail__about-body p:last-child{margin-bottom:0}@media(max-width:768px){.hpp-unit-detail{grid-template-columns:1fr;min-height:auto}.hpp-unit-detail__plan{border-right:none;border-bottom:1px solid var(--hpp-border);padding:24px;max-height:280px}.hpp-unit-detail__plan-svg,.hpp-unit-detail__img{max-height:240px}.hpp-unit-detail__info{padding:24px 0;gap:20px}.hpp-unit-detail__num{font-size:36px}.hpp-unit-detail__specs{grid-template-columns:repeat(2,1fr)}.hpp-unit-detail__price{font-size:24px}}.hpp-tour-card{position:relative;display:block;width:100%;min-height:240px;margin:0;padding:0;border:0;overflow:hidden;cursor:pointer;background-color:#1a1208;background-size:cover;background-position:center;text-align:left;box-shadow:var(--hpp-shadow);transition:transform var(--hpp-t),box-shadow var(--hpp-t)}.hpp-tour-card__scrim{position:absolute;inset:0;background:linear-gradient(95deg,rgb(10 8 6 / .86) 0%,rgb(10 8 6 / .55) 0%,rgb(10 8 6 / .1) 50%)}.hpp-tour-card__body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:34px}.hpp-tour-card__eyebrow{font:600 11px/1 var(--hpp-font);letter-spacing:.28em;text-transform:uppercase;color:hsl(0 0% 100% / .75)}.hpp-tour-card__title{font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:600;line-height:1.02;color:#fff;margin:0;text-shadow:1px 1px 5px var(--vl-black)}.hpp-tour-card__cta{display:inline-flex;align-items:center;gap:.5em;padding:13px 24px;border-radius:999px;background:var(--hpp-accent);color:#1a1208;font:700 .85rem/1 var(--hpp-font);letter-spacing:.02em;transition:background var(--hpp-t),transform var(--hpp-t)}.hpp-tour-card__ico{font-size:1.05em;line-height:1}.hpp-tour-card:hover,.hpp-tour-card:focus-visible{box-shadow:var(--hpp-shadow-lg)}.hpp-tour-card:hover .hpp-tour-card__cta,.hpp-tour-card:focus-visible .hpp-tour-card__cta{background:var(--hpp-accent-alt);transform:translateY(-1.5px)}@media(max-width:768px){.hpp-tour-card{min-height:200px}.hpp-tour-card__body{padding:24px;gap:12px}}.hpp-tour-embed{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:#0a0a0e;box-shadow:var(--hpp-shadow)}.hpp-tour-embed__frame{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.hpp-tour-embed__fs{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:8px;cursor:pointer;background:rgb(10 10 14 / .55);color:#fff;font-size:18px;line-height:1;backdrop-filter:blur(6px);transition:background var(--hpp-t)}.hpp-tour-embed__fs:hover{background:rgb(10 10 14 / .82)}@media(max-width:768px){.hpp-tour-embed{aspect-ratio:4/3}}.hpp-tour-overlay{position:fixed;inset:0;z-index:100000;background:#0a0a0e;animation:hpp-tour-in .25s ease}@keyframes hpp-tour-in{from{opacity:0}to{opacity:1}}.hpp-tour-frame{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}@media(max-width:767px){.hpp-view-header{flex-direction:column}.hpp-header-stats{gap:10px}.hpp-floor-card{min-width:0}.hpp-modal-box{padding:18px}.hpp-modal-grid{grid-template-columns:1fr}.hpp-view-header--3col{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:18px 12px}.hpp-view-header--3col .hpp-back-btn{grid-column:1;grid-row:1;justify-self:start}.hpp-view-header--3col .hpp-view-title{grid-column:1/-1;grid-row:2;font-size:16px}.hpp-view-header--3col .hpp-floor-toggle{grid-column:2;grid-row:1;justify-self:end}.hpp-filter-bar{gap:8px;padding:10px 12px}.hpp-filter-group{flex:1 1 100%;flex-direction:row;align-items:center;gap:8px}.hpp-filter-group label{min-width:52px;margin:0}.hpp-filter,.hpp-ent-filter{flex:1}.hpp-select{flex:1}.hpp-select-btn{width:100%;min-width:0}.hpp-filter-count,.hpp-ent-count,.hpp-proj-count{width:100%;text-align:right}}