.FootnoteDrawer-module__PdSE4q__backdrop{z-index:60;opacity:0;background:#00000080;transition:opacity .28s;position:fixed;inset:0}.FootnoteDrawer-module__PdSE4q__backdrop.FootnoteDrawer-module__PdSE4q__open{opacity:1}.FootnoteDrawer-module__PdSE4q__drawer{z-index:61;background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:560px;margin:0 auto;padding:.75rem 1.5rem 2rem;transition:transform .32s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -20px 50px -10px #00000040}.FootnoteDrawer-module__PdSE4q__drawer.FootnoteDrawer-module__PdSE4q__open{transform:translateY(0)}.FootnoteDrawer-module__PdSE4q__dragHandle{background:#e5e5e5;border-radius:2px;width:40px;height:4px;margin:.5rem auto 1rem}
.ContactModal-module__VLx7mq__overlay{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a08068c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ContactModal-module__VLx7mq__card{--page:#ede8e0;--card-bg:#fff;--left-grad-start:#fbf7f0;--left-grad-end:#f1ebe0;--input-surface:#faf7f2;--text:#1a1815;--muted:#6c665d;--hairline:#1a18151a;--brass:#a87f42;--btn-bg:#161310;--btn-text:#f5f1ea;--focus-ring:#a87f4238;background:var(--card-bg);width:100%;max-width:940px;max-height:calc(100vh - 32px);color:var(--text);font-family:var(--font-outfit),system-ui,sans-serif;border-radius:22px;grid-template-columns:1fr 1fr;animation:.5s cubic-bezier(.16,1,.3,1) ContactModal-module__VLx7mq__cardEnter;display:grid;position:relative;overflow:auto;box-shadow:0 30px 80px #00000059}.ContactModal-module__VLx7mq__card[data-theme=dark]{--page:#0f0c0a;--card-bg:#171210;--left-grad-start:#1d1611;--left-grad-end:#15100d;--input-surface:#1e1814;--text:#f3eee6;--muted:#a99b8c;--hairline:#f3eee617;--brass:#c9a876;--btn-text:#201708;--focus-ring:#c9a8763d}@keyframes ContactModal-module__VLx7mq__cardEnter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ContactModal-module__VLx7mq__card{animation:none}}@media (max-width:780px){.ContactModal-module__VLx7mq__card{grid-template-columns:1fr}}.ContactModal-module__VLx7mq__left{background:linear-gradient(160deg,var(--left-grad-start),var(--left-grad-end));flex-direction:column;min-height:100%;padding:40px 36px;display:flex}.ContactModal-module__VLx7mq__brand{align-items:center;gap:10px;display:flex}.ContactModal-module__VLx7mq__logo{object-fit:contain;width:34px;height:34px}.ContactModal-module__VLx7mq__brandName{font-family:var(--font-outfit),system-ui,sans-serif;color:var(--text);font-size:15px;font-weight:600}.ContactModal-module__VLx7mq__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--brass);margin-top:40px;font-size:11px;font-weight:600}.ContactModal-module__VLx7mq__headline{font-family:var(--font-cormorant-garamond),serif;color:var(--text);margin-top:10px;font-size:34px;font-weight:500;line-height:1.15}.ContactModal-module__VLx7mq__headlineAccent{color:var(--brass);font-style:italic}.ContactModal-module__VLx7mq__supportLine{color:var(--muted);max-width:30ch;margin-top:14px;font-size:14px;line-height:1.6}.ContactModal-module__VLx7mq__contactList{flex-direction:column;gap:14px;margin-top:auto;padding-top:32px;display:flex}.ContactModal-module__VLx7mq__contactItem{color:inherit;border-radius:12px;align-items:flex-start;gap:12px;margin:-6px;padding:6px;text-decoration:none;transition:background-color .2s;display:flex}.ContactModal-module__VLx7mq__contactItem:hover{background:#a87f4214}.ContactModal-module__VLx7mq__contactItem:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.ContactModal-module__VLx7mq__contactIcon{border:1px solid var(--hairline);background:var(--card-bg);width:34px;height:34px;color:var(--brass);border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.ContactModal-module__VLx7mq__contactText{font-size:13px;line-height:1.5}.ContactModal-module__VLx7mq__contactLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-right:6px;font-size:10px;font-weight:600}.ContactModal-module__VLx7mq__contactValue{color:var(--text);font-weight:600}.ContactModal-module__VLx7mq__contactSub{color:var(--muted);margin-top:1px;display:block}.ContactModal-module__VLx7mq__right{flex-direction:column;padding:32px 36px 36px;display:flex}.ContactModal-module__VLx7mq__headerRow{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ContactModal-module__VLx7mq__title{font-family:var(--font-cormorant-garamond),serif;color:var(--text);font-size:28px;font-weight:500}.ContactModal-module__VLx7mq__headerActions{flex:none;align-items:center;gap:8px;display:flex}.ContactModal-module__VLx7mq__iconBtn{border:1px solid var(--hairline);width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background-color .2s;display:flex}.ContactModal-module__VLx7mq__iconBtn:hover{color:var(--text);border-color:var(--brass)}.ContactModal-module__VLx7mq__iconBtn:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.ContactModal-module__VLx7mq__subtitle{color:var(--muted);margin-top:6px;font-size:14px}.ContactModal-module__VLx7mq__form{flex-direction:column;gap:16px;margin-top:22px;display:flex}.ContactModal-module__VLx7mq__fieldRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:440px){.ContactModal-module__VLx7mq__fieldRow{grid-template-columns:1fr}}.ContactModal-module__VLx7mq__field{flex-direction:column;gap:6px;display:flex}.ContactModal-module__VLx7mq__label{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.ContactModal-module__VLx7mq__input,.ContactModal-module__VLx7mq__select,.ContactModal-module__VLx7mq__textarea{border:1px solid var(--hairline);background:var(--input-surface);width:100%;color:var(--text);font-family:var(--font-outfit),system-ui,sans-serif;border-radius:12px;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.ContactModal-module__VLx7mq__input::placeholder,.ContactModal-module__VLx7mq__textarea::placeholder{color:var(--muted);opacity:.85}.ContactModal-module__VLx7mq__input:focus-visible,.ContactModal-module__VLx7mq__select:focus-visible,.ContactModal-module__VLx7mq__textarea:focus-visible{border-color:var(--brass);box-shadow:0 0 0 4px var(--focus-ring);outline:none}.ContactModal-module__VLx7mq__textarea{resize:none;min-height:108px}.ContactModal-module__VLx7mq__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236C665D' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.ContactModal-module__VLx7mq__fieldError{color:#d64545;font-size:12px}.ContactModal-module__VLx7mq__turnstileWrap{border:1px solid var(--hairline);background:var(--input-surface);border-radius:12px;justify-content:center;padding:4px;display:flex;overflow:hidden}.ContactModal-module__VLx7mq__formError{color:#d64545;font-size:13px}.ContactModal-module__VLx7mq__actions{border-top:1px solid var(--hairline);justify-content:flex-end;align-items:center;gap:10px;margin-top:6px;padding-top:18px;display:flex}.ContactModal-module__VLx7mq__cancelBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:10px 16px;font-size:14px;transition:color .2s,background-color .2s}.ContactModal-module__VLx7mq__cancelBtn:hover{color:var(--text);background:var(--hairline)}.ContactModal-module__VLx7mq__cancelBtn:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.ContactModal-module__VLx7mq__sendBtn{color:var(--btn-text);background:var(--btn-bg);cursor:pointer;border:none;border-radius:12px;padding:11px 22px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s;position:relative;overflow:hidden}.ContactModal-module__VLx7mq__card[data-theme=dark] .ContactModal-module__VLx7mq__sendBtn{background:linear-gradient(135deg,#c9a876,#a9854f)}.ContactModal-module__VLx7mq__sendBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #0003}.ContactModal-module__VLx7mq__sendBtn:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.ContactModal-module__VLx7mq__sendBtn:disabled{opacity:.45;cursor:not-allowed}.ContactModal-module__VLx7mq__sendBtn:after{content:"";background:linear-gradient(115deg,#0000 20%,#ffffff59 50%,#0000 80%);position:absolute;inset:0;transform:translate(-120%)}.ContactModal-module__VLx7mq__sendBtn:hover:not(:disabled):after{transition:transform .7s;transform:translate(120%)}@media (prefers-reduced-motion:reduce){.ContactModal-module__VLx7mq__sendBtn,.ContactModal-module__VLx7mq__sendBtn:after{transition:none}.ContactModal-module__VLx7mq__sendBtn:hover:not(:disabled){transform:none}.ContactModal-module__VLx7mq__sendBtn:hover:not(:disabled):after{transform:translate(-120%)}}.ContactModal-module__VLx7mq__successWrap{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:40px 0;display:flex}.ContactModal-module__VLx7mq__successIcon{color:#229c5a;background:#229c5a1f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ContactModal-module__VLx7mq__successTitle{font-family:var(--font-cormorant-garamond),serif;color:var(--text);font-size:22px;font-weight:500}.ContactModal-module__VLx7mq__successText{color:var(--muted);max-width:32ch;font-size:14px}.ContactModal-module__VLx7mq__successEmail{color:var(--text);font-weight:600}.ContactModal-module__VLx7mq__successCloseBtn{color:var(--btn-text);background:var(--btn-bg);cursor:pointer;border:none;border-radius:12px;margin-top:6px;padding:10px 20px;font-size:14px;font-weight:600}.ContactModal-module__VLx7mq__card[data-theme=dark] .ContactModal-module__VLx7mq__successCloseBtn{background:linear-gradient(135deg,#c9a876,#a9854f)}.ContactModal-module__VLx7mq__successCloseBtn:focus-visible{outline:2px solid var(--brass);outline-offset:2px}
.explore-platform-module__CZThsW__page{--ink:#0d0d0d;--ink-soft:#3a3a3a;--ink-muted:#888;--gold:#c9a84c;--gold-light:#e8d5a0;--gold-dim:#c9a84c1f;--surface:#faf9f7;--white:#fff;--rule:#00000014;font-family:var(--font-inter),"Inter",sans-serif;background:var(--surface);color:var(--ink);-webkit-font-smoothing:antialiased}.explore-platform-module__CZThsW__page *,.explore-platform-module__CZThsW__page :before,.explore-platform-module__CZThsW__page :after{box-sizing:border-box}.explore-platform-module__CZThsW__section{padding:7rem 4rem}.explore-platform-module__CZThsW__sectionEyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-size:.65rem;font-weight:600}.explore-platform-module__CZThsW__sectionTitle{font-family:var(--font-cormorant-garamond),serif;color:var(--ink);max-width:700px;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;line-height:1.1}.explore-platform-module__CZThsW__sectionTitle em{color:var(--gold);font-style:italic}.explore-platform-module__CZThsW__sectionDesc{color:var(--ink-soft);max-width:520px;margin-top:1.2rem;font-size:.95rem;font-weight:300;line-height:1.8}.explore-platform-module__CZThsW__rule{border:none;border-top:1px solid var(--rule);margin:0 4rem}.explore-platform-module__CZThsW__hero{background:var(--ink);grid-template-rows:auto 1fr auto;min-height:100vh;display:grid;position:relative;overflow:hidden}.explore-platform-module__CZThsW__heroGrid{background-image:linear-gradient(#c9a84c0a 1px,#0000 1px),linear-gradient(90deg,#c9a84c0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.explore-platform-module__CZThsW__heroNav{z-index:10;justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex;position:relative}.explore-platform-module__CZThsW__logo{font-family:var(--font-cormorant-garamond),serif;color:var(--white);letter-spacing:.02em;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.explore-platform-module__CZThsW__logo span{color:var(--gold)}.explore-platform-module__CZThsW__logoMark{object-fit:contain;width:2.25rem;height:2.25rem}.explore-platform-module__CZThsW__heroBadge{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);border:1px solid #c9a84c4d;border-radius:2rem;padding:.4rem 1rem;font-size:.7rem;font-weight:500}.explore-platform-module__CZThsW__heroBody{text-align:center;z-index:10;flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex;position:relative}.explore-platform-module__CZThsW__heroEyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;font-size:.7rem;font-weight:500}.explore-platform-module__CZThsW__heroTitle{font-family:var(--font-cormorant-garamond),serif;color:var(--white);letter-spacing:-.01em;max-width:900px;margin-bottom:1.5rem;font-size:clamp(3.5rem,8vw,7rem);font-weight:300;line-height:1.05}.explore-platform-module__CZThsW__heroTitle em{color:var(--gold);font-style:italic}.explore-platform-module__CZThsW__heroSub{color:#ffffff80;max-width:500px;margin-bottom:3rem;font-size:1.05rem;font-weight:300;line-height:1.7}.explore-platform-module__CZThsW__heroCta{background:var(--gold);color:var(--ink);letter-spacing:.1em;text-transform:uppercase;border-radius:2rem;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.explore-platform-module__CZThsW__heroCta:hover{opacity:.85}.explore-platform-module__CZThsW__heroCtas{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.explore-platform-module__CZThsW__heroCtaSecondary{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;background:0 0;border:1px solid #c9a84c66;border-radius:2rem;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.explore-platform-module__CZThsW__heroCtaSecondary:hover{background:#c9a84c1a;border-color:#c9a84c99}.explore-platform-module__CZThsW__heroStats{z-index:10;border-top:1px solid #ffffff0f;gap:4rem;padding:2.5rem 4rem;display:flex;position:relative}.explore-platform-module__CZThsW__stat{text-align:center}.explore-platform-module__CZThsW__statNum{font-family:var(--font-cormorant-garamond),serif;color:var(--gold);font-size:2.2rem;font-weight:300;line-height:1}.explore-platform-module__CZThsW__statLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-top:.4rem;font-size:.65rem;font-weight:500}.explore-platform-module__CZThsW__intro{background:var(--white);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.explore-platform-module__CZThsW__introVisual{background:var(--ink);border-radius:1.5rem;flex-direction:column;gap:1rem;padding:3rem;display:flex;position:relative;overflow:hidden}.explore-platform-module__CZThsW__miniKpiRow{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.explore-platform-module__CZThsW__miniKpi{background:#ffffff0d;border:1px solid #ffffff14;border-radius:.75rem;padding:1rem}.explore-platform-module__CZThsW__miniKpiVal{font-family:var(--font-cormorant-garamond),serif;color:var(--gold);font-size:1.8rem;font-weight:300}.explore-platform-module__CZThsW__miniKpiLabel{letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-top:.25rem;font-size:.6rem}.explore-platform-module__CZThsW__miniTimeline{background:#ffffff0a;border:1px solid #ffffff14;border-radius:.75rem;flex-direction:column;gap:.6rem;padding:1rem 1.2rem;display:flex}.explore-platform-module__CZThsW__mtlLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.25rem;font-size:.6rem}.explore-platform-module__CZThsW__mtlRow{align-items:center;gap:.75rem;display:flex}.explore-platform-module__CZThsW__mtlName{color:#ffffffb3;flex-shrink:0;width:90px;font-size:.72rem}.explore-platform-module__CZThsW__mtlBarWrap{background:#ffffff0f;border-radius:3px;flex:1;height:6px;position:relative}.explore-platform-module__CZThsW__mtlBar{border-radius:3px;position:absolute;top:0;bottom:0;left:0}.explore-platform-module__CZThsW__mtlBar.explore-platform-module__CZThsW__green{background:#4ade80}.explore-platform-module__CZThsW__mtlBar.explore-platform-module__CZThsW__gold{background:var(--gold)}.explore-platform-module__CZThsW__mtlBar.explore-platform-module__CZThsW__blue{background:#60a5fa}.explore-platform-module__CZThsW__mtlBar.explore-platform-module__CZThsW__red{background:#f87171}.explore-platform-module__CZThsW__mtlTime{color:#fff6;text-align:right;width:70px;font-size:.65rem}.explore-platform-module__CZThsW__featuresSection{background:var(--surface)}.explore-platform-module__CZThsW__featuresHeader{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:5rem;display:grid}.explore-platform-module__CZThsW__featuresGrid{background:var(--rule);border:1px solid var(--rule);border-radius:1.5rem;grid-template-columns:repeat(3,1fr);gap:1.5px;display:grid;overflow:hidden}.explore-platform-module__CZThsW__feat{background:var(--white);padding:2.5rem;transition:background .25s;position:relative}.explore-platform-module__CZThsW__feat:hover{background:#fefefe}.explore-platform-module__CZThsW__featNum{font-family:var(--font-cormorant-garamond),serif;color:var(--gold);opacity:.6;margin-bottom:1.5rem;font-size:.9rem}.explore-platform-module__CZThsW__featIcon{background:var(--gold-dim);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.2rem;font-size:1.3rem;display:flex}.explore-platform-module__CZThsW__featTitle{font-family:var(--font-cormorant-garamond),serif;color:var(--ink);margin-bottom:.75rem;font-size:1.35rem;font-weight:600;line-height:1.2}.explore-platform-module__CZThsW__featDesc{color:var(--ink-soft);font-size:.82rem;font-weight:300;line-height:1.7}.explore-platform-module__CZThsW__featPills{flex-wrap:wrap;gap:.4rem;margin-top:1.2rem;display:flex}.explore-platform-module__CZThsW__pill{letter-spacing:.08em;background:var(--gold-dim);color:var(--gold);border:1px solid #c9a84c33;border-radius:2rem;padding:.3rem .75rem;font-size:.65rem;font-weight:500}.explore-platform-module__CZThsW__feat.explore-platform-module__CZThsW__featured{background:var(--ink);grid-column:span 1}.explore-platform-module__CZThsW__feat.explore-platform-module__CZThsW__featured .explore-platform-module__CZThsW__featNum{color:var(--gold)}.explore-platform-module__CZThsW__feat.explore-platform-module__CZThsW__featured .explore-platform-module__CZThsW__featIcon{background:#c9a84c26}.explore-platform-module__CZThsW__feat.explore-platform-module__CZThsW__featured .explore-platform-module__CZThsW__featTitle{color:var(--white)}.explore-platform-module__CZThsW__feat.explore-platform-module__CZThsW__featured .explore-platform-module__CZThsW__featDesc{color:#ffffff80}.explore-platform-module__CZThsW__feat.explore-platform-module__CZThsW__featured .explore-platform-module__CZThsW__pill{background:#c9a84c26;border-color:#c9a84c40}.explore-platform-module__CZThsW__viewsSection{background:var(--white);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.explore-platform-module__CZThsW__viewTabs{background:var(--surface);border-radius:.75rem;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.4rem;display:flex}.explore-platform-module__CZThsW__viewTab{cursor:pointer;color:var(--ink-muted);border-radius:.5rem;padding:.5rem 1.2rem;font-size:.75rem;font-weight:500;transition:all .2s}.explore-platform-module__CZThsW__viewTab.explore-platform-module__CZThsW__active{background:var(--white);color:var(--ink);box-shadow:0 1px 4px #00000014}.explore-platform-module__CZThsW__viewScreen{background:var(--ink);border:1px solid #ffffff0f;border-radius:1.25rem;overflow:hidden}.explore-platform-module__CZThsW__vsBar{background:#ffffff0a;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.explore-platform-module__CZThsW__vsDot{border-radius:50%;width:8px;height:8px}.explore-platform-module__CZThsW__vsTitle{color:#fff6;letter-spacing:.08em;margin-left:.5rem;font-size:.7rem}.explore-platform-module__CZThsW__floorMap{grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1.5rem;display:grid}.explore-platform-module__CZThsW__tableCard{border:1px solid #0000;border-radius:.75rem;flex-direction:column;gap:.3rem;padding:.85rem;display:flex}.explore-platform-module__CZThsW__tableCard.explore-platform-module__CZThsW__available{background:#4ade8014;border-color:#4ade8033}.explore-platform-module__CZThsW__tableCard.explore-platform-module__CZThsW__occupied{background:#f8717114;border-color:#f8717133}.explore-platform-module__CZThsW__tableCard.explore-platform-module__CZThsW__arriving{background:#fbbf2414;border-color:#fbbf2433}.explore-platform-module__CZThsW__tcName{color:#ffffff80;letter-spacing:.06em;font-size:.65rem}.explore-platform-module__CZThsW__tcStatus{font-size:.7rem;font-weight:500}.explore-platform-module__CZThsW__tcStatus.explore-platform-module__CZThsW__g{color:#4ade80}.explore-platform-module__CZThsW__tcStatus.explore-platform-module__CZThsW__r{color:#f87171}.explore-platform-module__CZThsW__tcStatus.explore-platform-module__CZThsW__y{color:#fbbf24}.explore-platform-module__CZThsW__tcTime{color:#ffffff4d;font-size:.6rem}.explore-platform-module__CZThsW__dashboardSection{background:var(--ink)}.explore-platform-module__CZThsW__dashboardSection .explore-platform-module__CZThsW__sectionTitle{color:var(--white)}.explore-platform-module__CZThsW__dashboardSection .explore-platform-module__CZThsW__sectionDesc{color:#ffffff73}.explore-platform-module__CZThsW__dashboardSection .explore-platform-module__CZThsW__sectionEyebrow{color:var(--gold)}.explore-platform-module__CZThsW__dashGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:4rem;display:grid}.explore-platform-module__CZThsW__dashCard{background:#ffffff0a;border:1px solid #ffffff12;border-radius:1rem;padding:1.5rem}.explore-platform-module__CZThsW__dashCardLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:.75rem;font-size:.65rem}.explore-platform-module__CZThsW__dashCardVal{font-family:var(--font-cormorant-garamond),serif;font-size:2.5rem;font-weight:300;line-height:1}.explore-platform-module__CZThsW__dashCardVal.explore-platform-module__CZThsW__gold{color:var(--gold)}.explore-platform-module__CZThsW__dashCardVal.explore-platform-module__CZThsW__green{color:#4ade80}.explore-platform-module__CZThsW__dashCardVal.explore-platform-module__CZThsW__blue{color:#60a5fa}.explore-platform-module__CZThsW__dashCardVal.explore-platform-module__CZThsW__purple{color:#c084fc}.explore-platform-module__CZThsW__dashCardVal.explore-platform-module__CZThsW__red{color:#f87171}.explore-platform-module__CZThsW__dashCardSub{color:#ffffff4d;margin-top:.4rem;font-size:.7rem}.explore-platform-module__CZThsW__dashChartRow{grid-template-columns:2fr 1fr;gap:1rem;margin-top:1rem;display:grid}.explore-platform-module__CZThsW__dashChart{background:#ffffff08;border:1px solid #ffffff12;border-radius:1rem;padding:1.5rem}.explore-platform-module__CZThsW__dashChartTitle{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.25rem;font-size:.7rem}.explore-platform-module__CZThsW__heatmap{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.explore-platform-module__CZThsW__hmCell{aspect-ratio:1;background:#c9a84c0d;border-radius:3px}.explore-platform-module__CZThsW__hmCell.explore-platform-module__CZThsW__l1{background:#c9a84c26}.explore-platform-module__CZThsW__hmCell.explore-platform-module__CZThsW__l2{background:#c9a84c4d}.explore-platform-module__CZThsW__hmCell.explore-platform-module__CZThsW__l3{background:#c9a84c80}.explore-platform-module__CZThsW__hmCell.explore-platform-module__CZThsW__l4{background:#c9a84cbf}.explore-platform-module__CZThsW__hmCell.explore-platform-module__CZThsW__l5{background:var(--gold)}.explore-platform-module__CZThsW__sourceBars{flex-direction:column;gap:.75rem;display:flex}.explore-platform-module__CZThsW__srcRow{align-items:center;gap:.75rem;display:flex}.explore-platform-module__CZThsW__srcLabel{color:#ffffff73;flex-shrink:0;width:50px;font-size:.65rem}.explore-platform-module__CZThsW__srcTrack{background:#ffffff0f;border-radius:3px;flex:1;height:5px;overflow:hidden}.explore-platform-module__CZThsW__srcFill{border-radius:3px;height:100%}.explore-platform-module__CZThsW__srcFill.explore-platform-module__CZThsW__web{background:#60a5fa;width:65%}.explore-platform-module__CZThsW__srcFill.explore-platform-module__CZThsW__direct{background:#4ade80;width:25%}.explore-platform-module__CZThsW__srcFill.explore-platform-module__CZThsW__ai{background:var(--gold);width:10%}.explore-platform-module__CZThsW__srcPct{color:#ffffff4d;text-align:right;width:30px;font-size:.6rem}.explore-platform-module__CZThsW__aiSection{background:var(--surface);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.explore-platform-module__CZThsW__aiVisual{background:var(--ink);border-radius:1.5rem;flex-direction:column;gap:1rem;padding:2rem;display:flex}.explore-platform-module__CZThsW__aiHeader{border-bottom:1px solid #ffffff12;align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.explore-platform-module__CZThsW__aiOrb{background:var(--gold);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.explore-platform-module__CZThsW__aiLabel{color:#ffffffb3;font-size:.8rem;font-weight:500}.explore-platform-module__CZThsW__aiSublabel{color:#ffffff4d;font-size:.65rem}.explore-platform-module__CZThsW__chatBubble{border-radius:1rem;max-width:85%;padding:.85rem 1.1rem;font-size:.8rem;line-height:1.5}.explore-platform-module__CZThsW__chatBubble.explore-platform-module__CZThsW__guest{color:#ffffffb3;background:#ffffff0f;border-radius:1rem 1rem 1rem .25rem;align-self:flex-start}.explore-platform-module__CZThsW__chatBubble.explore-platform-module__CZThsW__ai{background:var(--gold);color:var(--ink);border-radius:1rem 1rem .25rem;align-self:flex-end;font-weight:500}.explore-platform-module__CZThsW__chatWrap{flex-direction:column;gap:.75rem;display:flex}.explore-platform-module__CZThsW__aiConfirm{background:#4ade8014;border:1px solid #4ade8033;border-radius:.75rem;align-items:center;gap:.75rem;padding:.85rem 1.1rem;display:flex}.explore-platform-module__CZThsW__aiConfirmIcon{font-size:1rem}.explore-platform-module__CZThsW__aiConfirmText{color:#4ade80;font-size:.75rem}.explore-platform-module__CZThsW__packagesSection{background:var(--white)}.explore-platform-module__CZThsW__pkgGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.explore-platform-module__CZThsW__pkgCard{border:1px solid var(--rule);border-radius:1.25rem;flex-direction:column;gap:1rem;padding:2rem;transition:border-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.explore-platform-module__CZThsW__pkgCard:hover{border-color:var(--gold-light);transform:translateY(-2px)}.explore-platform-module__CZThsW__pkgTag{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:var(--gold-dim);border-radius:2rem;align-items:center;gap:.4rem;width:fit-content;padding:.3rem .75rem;font-size:.65rem;font-weight:600;display:inline-flex}.explore-platform-module__CZThsW__pkgName{font-family:var(--font-cormorant-garamond),serif;color:var(--ink);font-size:1.5rem;font-weight:600}.explore-platform-module__CZThsW__pkgDesc{color:var(--ink-soft);font-size:.82rem;font-weight:300;line-height:1.6}.explore-platform-module__CZThsW__pkgPerks{flex-direction:column;gap:.5rem;display:flex}.explore-platform-module__CZThsW__perk{color:var(--ink-soft);align-items:center;gap:.6rem;font-size:.8rem;display:flex}.explore-platform-module__CZThsW__perkDot{background:var(--gold);border-radius:50%;flex-shrink:0;width:5px;height:5px}.explore-platform-module__CZThsW__pkgSize{color:var(--ink-muted);border-top:1px solid var(--rule);margin-top:auto;padding-top:1rem;font-size:.7rem}.explore-platform-module__CZThsW__customersSection{background:var(--surface);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.explore-platform-module__CZThsW__guestList{background:var(--white);border:1px solid var(--rule);border-radius:1.25rem;overflow:hidden}.explore-platform-module__CZThsW__glHeader{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.explore-platform-module__CZThsW__glTitle{color:var(--ink);font-size:.85rem;font-weight:600}.explore-platform-module__CZThsW__glCount{color:var(--ink-muted);font-size:.7rem}.explore-platform-module__CZThsW__glChips{border-bottom:1px solid var(--rule);gap:.4rem;padding:.75rem 1.5rem;display:flex}.explore-platform-module__CZThsW__glChip{background:var(--surface);color:var(--ink-muted);border:1px solid var(--rule);border-radius:2rem;padding:.25rem .75rem;font-size:.65rem;font-weight:500}.explore-platform-module__CZThsW__glChip.explore-platform-module__CZThsW__active{background:var(--ink);color:var(--white);border-color:var(--ink)}.explore-platform-module__CZThsW__glRow{border-bottom:1px solid var(--rule);align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.explore-platform-module__CZThsW__glRow:last-child{border-bottom:none}.explore-platform-module__CZThsW__glAvatar{background:var(--gold-dim);width:36px;height:36px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.explore-platform-module__CZThsW__glInfo{flex:1}.explore-platform-module__CZThsW__glName{color:var(--ink);font-size:.82rem;font-weight:500}.explore-platform-module__CZThsW__glMeta{color:var(--ink-muted);margin-top:.15rem;font-size:.68rem}.explore-platform-module__CZThsW__glSource{letter-spacing:.06em;border-radius:2rem;padding:.2rem .6rem;font-size:.6rem;font-weight:600}.explore-platform-module__CZThsW__glSource.explore-platform-module__CZThsW__online{color:#60a5fa;background:#60a5fa1f}.explore-platform-module__CZThsW__glSource.explore-platform-module__CZThsW__walk{color:#f59e0b;background:#fbbf241f}.explore-platform-module__CZThsW__glSource.explore-platform-module__CZThsW__ai{color:#c084fc;background:#c084fc1f}.explore-platform-module__CZThsW__closing{background:var(--ink);text-align:center;padding:8rem 4rem;position:relative;overflow:hidden}.explore-platform-module__CZThsW__closingGlow{background:radial-gradient(circle,#c9a84c14 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.explore-platform-module__CZThsW__closingTitle{font-family:var(--font-cormorant-garamond),serif;color:var(--white);max-width:700px;margin:0 auto 1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.1;position:relative}.explore-platform-module__CZThsW__closingTitle em{color:var(--gold);font-style:italic}.explore-platform-module__CZThsW__closingSub{color:#fff6;margin-bottom:3rem;font-size:.9rem;position:relative}.explore-platform-module__CZThsW__closingLink{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid #c9a84c4d;padding-bottom:.15rem;font-size:.8rem;font-weight:500;text-decoration:none;position:relative}@media (max-width:900px){.explore-platform-module__CZThsW__section{padding:4rem 2rem}.explore-platform-module__CZThsW__heroNav,.explore-platform-module__CZThsW__heroBody,.explore-platform-module__CZThsW__heroStats{padding-left:2rem;padding-right:2rem}.explore-platform-module__CZThsW__intro,.explore-platform-module__CZThsW__viewsSection,.explore-platform-module__CZThsW__aiSection,.explore-platform-module__CZThsW__customersSection{grid-template-columns:1fr;gap:3rem}.explore-platform-module__CZThsW__featuresGrid,.explore-platform-module__CZThsW__dashGrid,.explore-platform-module__CZThsW__pkgGrid{grid-template-columns:1fr}.explore-platform-module__CZThsW__featuresHeader{grid-template-columns:1fr;gap:2rem}.explore-platform-module__CZThsW__dashChartRow{grid-template-columns:1fr}.explore-platform-module__CZThsW__heroStats{flex-wrap:wrap;gap:2rem}.explore-platform-module__CZThsW__rule{margin:0 2rem}.explore-platform-module__CZThsW__miniKpiRow,.explore-platform-module__CZThsW__floorMap{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.explore-platform-module__CZThsW__heroNav{flex-wrap:wrap;gap:.75rem;padding:1.5rem}.explore-platform-module__CZThsW__logo{gap:.4rem;font-size:1.15rem}.explore-platform-module__CZThsW__logoMark{width:1.75rem;height:1.75rem}.explore-platform-module__CZThsW__heroBadge{letter-spacing:.1em;white-space:nowrap;padding:.35rem .75rem;font-size:.6rem}.explore-platform-module__CZThsW__heroBody{padding:2.5rem 1.5rem}}
