.mercury{--mercury:#1f9e4d;--ghost:#cfecd9;--deep:#0f0e09;--slate:#17150f;--graphite:#211f17;--lead:#857f70;--starlight:#f4f1e9;--silver:#cbc6b6;--white:#fff;--line:rgba(244,241,233,.13);--line-2:rgba(244,241,233,.22);--ff:"Manrope","Helvetica Neue",Arial,sans-serif;--ease:cubic-bezier(.22,1,.36,1);--maxw:1200px}.mercury *{margin:0;padding:0;box-sizing:border-box}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}.mercury{font-family:var(--ff);background:var(--slate);color:var(--starlight);font-weight:300;line-height:1.5;letter-spacing:.005em;font-feature-settings:"ss01" on;-webkit-font-smoothing:antialiased;overflow-x:hidden;cursor:none}@media (max-width:900px){.mercury{cursor:auto}}.mercury img{display:block;max-width:100%}.mercury a{color:inherit;text-decoration:none}.mercury button{font-family:inherit;cursor:none;border:none;background:none;color:inherit}@media (max-width:900px){.mercury button{cursor:pointer}}.mercury .wrap{max-width:var(--maxw);margin:0 auto;padding:0 40px}@media (max-width:760px){.mercury .wrap{padding:0 22px}}.mercury .eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;color:var(--silver)}.mercury .display{font-weight:300;letter-spacing:.01em;line-height:1.12}.mercury .grain{position:fixed;inset:-50%;z-index:600;pointer-events:none;opacity:.04;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");animation:grain 7s steps(6) infinite}@keyframes grain{0%{transform:translate(0)}20%{transform:translate(-4%,3%)}40%{transform:translate(3%,-4%)}60%{transform:translate(-3%,2%)}80%{transform:translate(4%,-2%)}to{transform:translate(0)}}.mercury .progress{position:fixed;top:0;left:0;height:2px;width:100%;background:transparent;z-index:850}.mercury .progress i{display:block;height:100%;width:100%;background:var(--lead);transform:scaleX(0);transform-origin:left}.mercury .cursor{width:36px;height:36px;border:1px solid rgba(244,241,233,.5);transition:width .35s var(--ease),height .35s var(--ease),background .35s,border-color .35s}.mercury .cursor,.mercury .cursor-dot{position:fixed;top:0;left:0;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%)}.mercury .cursor-dot{width:4px;height:4px;background:var(--starlight)}.mercury .cursor.is-hover{width:64px;height:64px;background:rgba(37,211,102,.16);border-color:rgba(31,158,77,.5)}@media (max-width:900px){.mercury .cursor,.mercury .cursor-dot{display:none}}.mercury #preloader{position:fixed;inset:0;z-index:10000;background:var(--deep);color:var(--starlight);display:flex;flex-direction:column;justify-content:space-between;padding:8vh 40px;transition:transform 1.1s var(--ease),visibility 1.1s;will-change:transform}.mercury #preloader.done{transform:translateY(-100%);visibility:hidden}@media (max-width:760px){.mercury #preloader{padding:7vh 22px}}.mercury .pl-top{overflow:hidden}.mercury .pl-mark{font-weight:300;font-size:clamp(1.5rem,4.4vw,2.4rem);letter-spacing:.01em}.mercury .pl-mark span{display:inline-block;transform:translateY(110%);animation:plUp 1s var(--ease) .1s forwards}@keyframes plUp{to{transform:translateY(0)}}.mercury .pl-sub{font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--silver);margin-top:14px;opacity:0;animation:fade 1s var(--ease) .5s forwards}.mercury .pl-count{font-weight:200;font-size:clamp(3.4rem,15vw,11rem);line-height:.9;letter-spacing:.01em;align-self:flex-end;display:flex;align-items:baseline}.mercury .pl-slash{font-size:.2em;color:var(--silver);margin-left:.4em}.mercury .pl-bar{position:absolute;left:0;bottom:0;width:100%;height:2px}.mercury .pl-bar i{display:block;height:100%;width:0;background:var(--lead)}.mercury header{position:fixed;top:0;left:0;width:100%;z-index:800;transition:background .5s var(--ease),box-shadow .5s}.mercury .hd-inner{max-width:var(--maxw);margin:0 auto;padding:26px 40px;display:flex;align-items:center;justify-content:space-between;transition:padding .5s var(--ease)}@media (max-width:760px){.mercury .hd-inner{padding:18px 22px}}.mercury header.shrink{background:rgba(15,14,9,.72);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--line)}.mercury header.shrink .hd-inner{padding:14px 40px}@media (max-width:760px){.mercury header.shrink .hd-inner{padding:12px 22px}}.mercury .brand{display:flex;flex-direction:column;line-height:1.2}.mercury .brand .b1{font-weight:500;font-size:.94rem;letter-spacing:.01em}.mercury .brand .b2{font-size:.5rem;letter-spacing:.3em;text-transform:uppercase;color:var(--silver);margin-top:5px}.mercury nav.center{display:flex;gap:34px}.mercury nav.center a{font-size:.84rem;color:var(--silver);position:relative;padding:3px 0;transition:color .3s}.mercury nav.center a:hover{color:var(--starlight)}@media (max-width:1000px){.mercury nav.center{display:none}}.mercury .pill{font-size:.82rem;font-weight:500;border-radius:40px;padding:12px 24px;display:inline-flex;align-items:center;gap:9px;transition:background .4s var(--ease),color .4s,transform .3s var(--ease);will-change:transform;white-space:nowrap}.mercury .pill .arr{transition:transform .4s var(--ease)}.mercury .pill:hover .arr{transform:translateX(5px)}.mercury .pill-primary{background:var(--mercury);color:var(--white)}.mercury .pill-primary:hover{background:#25d366}.mercury .pill-ghost{background:rgba(207,236,217,.14);color:var(--starlight)}.mercury .pill-ghost:hover{background:rgba(207,236,217,.24)}.mercury .pill-line{border:1px solid var(--line-2);color:var(--starlight)}.mercury .pill-line:hover{background:rgba(244,241,233,.08)}.mercury .hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.mercury .hero-media{position:absolute;inset:0;overflow:hidden}.mercury .hero-media video{width:100%;height:112%;object-fit:cover;will-change:transform;filter:saturate(.9) brightness(.55)}@keyframes kb{0%{transform:scale(1.14)}to{transform:scale(1)}}.mercury .hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,14,9,.7),rgba(15,14,9,.45) 40%,rgba(15,14,9,.92)),radial-gradient(80% 60% at 50% 42%,transparent,rgba(15,14,9,.5))}.mercury #topo{position:absolute;inset:0;width:100%;height:100%;z-index:2;pointer-events:none;opacity:.55}.mercury .hero-inner{position:relative;z-index:3;max-width:920px;padding:120px 24px 0}.mercury .hero-eyebrow{display:inline-flex;align-items:center;gap:13px;margin-bottom:30px;opacity:0;animation:fade 1s var(--ease) 1.1s forwards}.mercury .hero-eyebrow .ln{width:32px;height:1px;background:var(--lead)}.mercury .hero h1{font-weight:200;font-size:clamp(2.6rem,6.2vw,5.4rem);line-height:1.08;letter-spacing:.01em}.mercury .hero h1 .row{display:block;overflow:hidden}.mercury .hero h1 .row>span{display:inline-block;transform:translateY(110%);animation:rise 1.2s var(--ease) forwards}.mercury .hero h1 .row:first-child>span{animation-delay:1.2s}.mercury .hero h1 .row:nth-child(2)>span{animation-delay:1.32s}.mercury .hero h1 em{font-style:italic;font-weight:300}@keyframes rise{to{transform:translateY(0)}}@keyframes fade{to{opacity:1}}.mercury .hero .sub{font-size:1.12rem;font-weight:300;line-height:1.6;color:var(--silver);max-width:46ch;margin:30px auto 0;opacity:0;animation:fade 1s var(--ease) 1.55s forwards}.mercury .hero-cta{margin-top:42px;display:flex;flex-direction:column;align-items:center;gap:22px;opacity:0;animation:fade 1s var(--ease) 1.75s forwards}.mercury .capture{display:flex;align-items:center;gap:8px;border:1px solid var(--line-2);border-radius:40px;padding:6px 6px 6px 8px;background:rgba(244,241,233,.04);max-width:100%}.mercury .capture input{background:transparent;border:none;color:var(--starlight);font-family:inherit;font-size:.95rem;font-weight:300;padding:12px 16px;width:min(58vw,300px);cursor:none}.mercury .capture input::placeholder{color:var(--lead)}.mercury .capture input:focus{outline:none}@media (max-width:900px){.mercury .capture input{cursor:auto}}.mercury .hero-cta .alt{font-size:.84rem;color:var(--silver);border-bottom:1px solid var(--line);padding-bottom:3px;transition:color .3s,border-color .3s}.mercury .hero-cta .alt:hover{color:var(--starlight);border-color:var(--lead)}@media (max-width:600px){.mercury .hero-inner{padding:100px 22px 0}.mercury .hero-eyebrow{margin-bottom:22px}.mercury .hero h1{font-size:2.3rem;line-height:1.14;letter-spacing:0}.mercury .hero .sub{font-size:1rem;line-height:1.55;margin-top:22px;max-width:34ch}.mercury .hero-cta{margin-top:32px;gap:16px;width:100%}.mercury .capture{flex-direction:column;align-items:stretch;width:100%;border-radius:20px;padding:10px;gap:10px}.mercury .capture input{width:100%;text-align:center;padding:14px 16px;font-size:1rem}.mercury .capture .pill{width:100%;justify-content:center;padding:15px 24px}}.mercury .hero-meta{position:absolute;left:0;right:0;bottom:30px;z-index:3;display:flex;justify-content:center;gap:54px;opacity:0;animation:fade 1.2s var(--ease) 2s forwards}.mercury .hmeta .v{font-weight:300;font-size:1.5rem;line-height:1}.mercury .hmeta .k{font-size:.56rem;letter-spacing:.2em;text-transform:uppercase;color:var(--silver);margin-top:7px}@media (max-width:680px){.mercury .hero-meta{gap:30px}.mercury .hmeta .v{font-size:1.15rem}}.mercury .marquee{background:var(--deep);color:var(--starlight);padding:26px 0;overflow:hidden;white-space:nowrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mercury .marquee-row{display:inline-flex;align-items:center;gap:34px;animation:mq 38s linear infinite;will-change:transform}.mercury .marquee.alt .marquee-row{animation-duration:50s}@keyframes mq{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.mercury .marquee .it{font-weight:300;font-size:clamp(1.1rem,2.4vw,1.7rem);color:var(--silver)}.mercury .marquee .dot{width:5px;height:5px;border-radius:50%;background:var(--lead);flex:none}.mercury .pad{padding:128px 0}@media (max-width:760px){.mercury .pad{padding:84px 0}}.mercury .deepbg{background:var(--deep)}.mercury .sec-head h2{font-weight:300;font-size:clamp(1.9rem,3.8vw,3.1rem);line-height:1.15;margin-top:22px;letter-spacing:.01em}.mercury .sec-head h2 em{font-style:italic;font-weight:300;color:var(--starlight)}.mercury .phil{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:80px;gap:80px;align-items:start}@media (max-width:900px){.mercury .phil{grid-template-columns:1fr;gap:40px}}.mercury .phil .big{font-weight:300;font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.5;letter-spacing:.005em}.mercury .phil .wd{color:var(--lead);transition:color .3s}.mercury .phil .sig{font-weight:300;font-style:italic;font-size:1.15rem;color:var(--silver);margin-top:36px}.mercury .stats{position:relative;overflow:hidden;border-top:1px solid var(--line)}.mercury .stats-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.16;filter:grayscale(.2) brightness(.55);z-index:0}.mercury .stats:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,14,9,.82),rgba(15,14,9,.96));z-index:1}.mercury .stats-inner{position:relative;z-index:2;padding:118px 0}@media (max-width:760px){.mercury .stats-inner{padding:80px 0}}.mercury .stats-head{text-align:center;max-width:780px;margin:0 auto 60px;padding:0 24px}.mercury .stats-head h2{font-weight:200;font-size:clamp(1.9rem,4vw,3.1rem);line-height:1.16;margin-top:20px;letter-spacing:.005em}.mercury .stats-head h2 em{font-style:italic;font-weight:300;color:var(--ghost)}.mercury .stats-head p{color:var(--silver);font-size:1rem;line-height:1.7;margin:20px auto 0;max-width:52ch}.mercury .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--maxw);margin:0 auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mercury .stat{padding:56px 34px;border-right:1px solid var(--line);text-align:center}.mercury .stat:last-child{border-right:none}.mercury .stat .num{font-weight:200;font-size:clamp(2.6rem,4.6vw,3.9rem);line-height:1;letter-spacing:.01em}.mercury .stat .num .suf{color:var(--ghost);font-size:.42em;margin-left:3px;font-weight:300}.mercury .stat .lbl{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--starlight);margin-top:16px}.mercury .stat .sub{font-size:.84rem;font-weight:300;line-height:1.5;color:var(--silver);margin:11px auto 0;max-width:24ch}@media (max-width:760px){.mercury .stats-grid{grid-template-columns:1fr 1fr}.mercury .stat{padding:42px 22px}.mercury .stat:nth-child(2){border-right:none}.mercury .stat:first-child,.mercury .stat:nth-child(2){border-bottom:1px solid var(--line)}}.mercury .coll-head{text-align:center;max-width:640px;margin:0 auto}.mercury .coll-head h2{font-weight:300;font-size:clamp(1.9rem,3.8vw,3.1rem);margin-top:18px;letter-spacing:.01em}.mercury .coll-head p{font-size:1rem;line-height:1.6;color:var(--silver);margin-top:18px}.mercury .filters{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;margin:46px 0 8px}@property --ov{syntax:"<number>";inherits:false;initial-value:.72}.mercury .filter{--ov:.72;font-size:.78rem;font-weight:500;letter-spacing:.02em;padding:12px 26px;border-radius:40px;color:#fff;background-image:linear-gradient(rgba(18,18,26,var(--ov)),rgba(18,18,26,var(--ov))),var(--img,none);background-size:cover;background-position:50%;border:1px solid rgba(255,255,255,.12);text-shadow:0 1px 4px rgba(0,0,0,.5);transition:--ov .4s,box-shadow .35s,border-color .35s}.mercury .filter:hover{--ov:.5;border-color:rgba(255,255,255,.3)}.mercury .filter.active{--ov:.26;border-color:transparent;box-shadow:inset 0 0 0 1.5px var(--ghost)}.mercury .filter[data-filter=all]{--img:url(https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?auto=format&fit=crop&w=400&q=70)}.mercury .filter[data-filter=villa]{--img:url(https://images.unsplash.com/photo-1613490493576-7fde63acd811?auto=format&fit=crop&w=400&q=70)}.mercury .filter[data-filter=apartment]{--img:url(https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=400&q=70)}.mercury .filter[data-filter=penthouse]{--img:url(https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=400&q=70)}.mercury .filter[data-filter=plot]{--img:url(https://images.unsplash.com/photo-1505691938895-1758d7feb511?auto=format&fit=crop&w=400&q=70)}.mercury .featbar{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;max-width:820px;margin:16px auto 0}.mercury .feat{font-size:.66rem;letter-spacing:.04em;padding:9px 16px;border-radius:40px;border:1px solid var(--line);color:var(--silver);transition:color .3s,border-color .3s,background .3s}.mercury .feat:hover{color:var(--starlight);border-color:var(--lead)}.mercury .feat.active{background:var(--graphite);border-color:transparent;color:var(--starlight)}.mercury .feat-clear{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;padding:9px 14px;color:var(--lead);transition:color .3s}.mercury .feat-clear:hover{color:var(--starlight)}.mercury .no-res{grid-column:1/-1;text-align:center;padding:70px 0;color:var(--silver);font-size:.95rem}.mercury .no-res button{color:var(--starlight);border-bottom:1px solid var(--lead);padding-bottom:2px;margin-left:4px}@media (max-width:600px){.mercury .coll-head p{font-size:.9rem;line-height:1.7}.mercury .filters{gap:8px;margin:34px 0 6px}.mercury .filter{padding:10px 18px;font-size:.72rem}.mercury .featbar{gap:7px;margin-top:14px}.mercury .feat{padding:8px 13px;font-size:.62rem;letter-spacing:.02em}.mercury .coll-meta{margin:16px 0 38px}}.mercury .coll-meta{text-align:center;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--lead);margin:18px 0 50px}.mercury .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:32px;gap:32px}@media (max-width:760px){.mercury .grid{grid-template-columns:1fr;gap:30px}}.mercury .card{display:flex;flex-direction:column;cursor:none;background:var(--graphite);transition:background .4s var(--ease),transform .5s var(--ease)}@media (max-width:900px){.mercury .card{cursor:pointer}}.mercury .card:hover{background:#2a281d;transform:translateY(-7px)}.mercury .card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,#1a1812,#232118)}.mercury .card-media img{width:100%;height:100%;object-fit:cover;transition:transform 1.3s var(--ease),filter .5s;filter:saturate(.95) brightness(.9)}.mercury .card:hover .card-media img{transform:scale(1.07);filter:saturate(1.02) brightness(1)}.mercury .card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,8,5,.92),rgba(9,8,5,.12) 44%,rgba(9,8,5,.28));pointer-events:none}.mercury .card-mono{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(207,236,217,.32);font-weight:300;font-size:2.7rem;z-index:1}.mercury .card-pricebadge{position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.13);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:.78rem;font-weight:600;padding:8px 15px;border-radius:40px}.mercury .card-facing{position:absolute;top:14px;right:14px;z-index:2;background:rgba(15,14,9,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.14);color:var(--starlight);font-size:.52rem;letter-spacing:.14em;text-transform:uppercase;padding:7px 13px;border-radius:40px}.mercury .card-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:22px 22px 20px}.mercury .card-loc{font-size:.56rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ghost)}.mercury .card-name{font-weight:600;font-size:1.5rem;line-height:1.08;letter-spacing:-.01em;color:#fff;margin-top:8px}.mercury .card-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1 1}.mercury .card-dev{font-size:.82rem;color:var(--silver)}.mercury .card-specs{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.mercury .spec .v{font-weight:500;font-size:1.06rem}.mercury .spec .k{font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;color:var(--silver);margin-top:4px}.mercury .card-hl{margin-top:18px;display:flex;flex-direction:column;gap:9px}.mercury .hl{display:flex;gap:9px;align-items:flex-start;font-size:.8rem;line-height:1.4;color:var(--silver)}.mercury .hl svg{width:12px;height:13px;flex:none;margin-top:2px;fill:var(--ghost)}.mercury .card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.mercury .tag{font-size:.54rem;letter-spacing:.08em;text-transform:uppercase;color:var(--silver);border:1px solid var(--line-2);border-radius:40px;padding:6px 11px;transition:border-color .35s,color .35s}.mercury .card:hover .tag{border-color:rgba(207,236,217,.3);color:var(--starlight)}.mercury .card-actions{display:flex;gap:9px;margin-top:auto;padding-top:22px}.mercury .card-actions a{flex:1 1;justify-content:center;font-size:.62rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:13px 12px;border-radius:40px;display:inline-flex;align-items:center;gap:8px;transition:background .4s var(--ease),color .4s,border-color .4s}.mercury .btn-view{background:var(--deep);color:var(--starlight)}.mercury .card:hover .btn-view{background:var(--mercury);color:#fff}.mercury .btn-view .arr{transition:transform .35s var(--ease)}.mercury .card:hover .btn-view .arr{transform:translateX(4px)}.mercury .btn-wa{border:1px solid var(--line-2);color:var(--silver)}.mercury .btn-wa:hover{color:var(--starlight);border-color:var(--lead)}.mercury .btn-wa svg{width:14px;height:14px;fill:currentColor}@media (max-width:600px){.mercury .card-media{aspect-ratio:16/11}.mercury .card-name{font-size:1.34rem}.mercury .card-overlay{padding:18px}.mercury .card-body{padding:18px 20px 20px}.mercury .card-hl{margin-top:14px}.mercury .card-tags{margin-top:13px}.mercury .card-actions{padding-top:18px}}.mercury .map-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;flex-wrap:wrap;margin-bottom:40px}.mercury .map-legend{display:flex;gap:24px;flex-wrap:wrap}.mercury .lg{display:flex;align-items:center;gap:9px;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--silver)}.mercury .lg .dot{width:9px;height:9px;border-radius:50%}.mercury .mapx{display:grid;grid-template-columns:.82fr 1.18fr;border:1px solid var(--line);height:600px;background:var(--deep);overflow:hidden}@media (max-width:860px){.mercury .mapx{grid-template-columns:1fr;height:auto}}.mercury .maplist{overflow-y:auto;border-right:1px solid var(--line)}.mercury .maplist::-webkit-scrollbar{width:6px}.mercury .maplist::-webkit-scrollbar-track{background:transparent}.mercury .maplist::-webkit-scrollbar-thumb{background:var(--graphite);border-radius:3px}@media (max-width:860px){.mercury .maplist{order:2;max-height:300px;border-right:none}}.mercury .mrow{display:flex;gap:14px;align-items:center;padding:16px 22px;border-bottom:1px solid var(--line);cursor:pointer;transition:background .3s}.mercury .mrow.active,.mercury .mrow:hover{background:var(--graphite)}.mercury .mrow-idx{font-size:.7rem;color:var(--lead);width:22px;flex:none;font-weight:500}.mercury .mrow-main{flex:1 1;min-width:0}.mercury .mrow-name{font-size:.92rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s}.mercury .mrow.active .mrow-name{color:var(--ghost)}.mercury .mrow-loc{font-size:.55rem;letter-spacing:.14em;text-transform:uppercase;color:var(--silver);margin-top:5px}.mercury .mrow-price{font-size:.84rem;color:var(--silver);white-space:nowrap;font-weight:500}.mercury .mapwrap{position:relative;min-height:380px}@media (max-width:860px){.mercury .mapwrap{order:1;height:380px}}.mercury #leafmap{position:absolute;inset:0;height:100%;width:100%}.mercury .leaflet-container{background:#0f0e09;font-family:var(--ff)}.mercury .pin{display:flex;align-items:center;justify-content:center;gap:1px;min-width:30px;height:28px;padding:0 10px;border-radius:40px;background:#f4f1e9;color:#0f0e09;font-size:.7rem;font-weight:600;box-shadow:0 3px 12px rgba(0,0,0,.5);transition:transform .2s var(--ease),background .2s,color .2s;white-space:nowrap;cursor:pointer}.mercury .pin small{font-size:.72em;opacity:.65;font-weight:500}.mercury .pin.invite{background:var(--ghost);color:#0f0e09}.mercury .pin.sold{background:#2d2b23;color:var(--silver);box-shadow:0 3px 10px rgba(0,0,0,.4)}.mercury .pin.active,.mercury .pin:hover{background:var(--mercury);color:#fff;transform:scale(1.16)}.mercury .leaflet-popup-content-wrapper{border-radius:8px;background:var(--graphite);color:var(--starlight);box-shadow:0 18px 40px rgba(0,0,0,.5);overflow:hidden;padding:0}.mercury .leaflet-popup-content{margin:0;width:210px!important}.mercury .leaflet-popup-tip{background:var(--graphite)}.mercury .mpop{display:block;color:inherit}.mercury .mpop img{width:100%;height:118px;object-fit:cover;display:block}.mercury .mpop-b{padding:13px 15px 15px}.mercury .pop-name{font-weight:500;font-size:1rem}.mercury .pop-loc{font-size:.52rem;letter-spacing:.14em;text-transform:uppercase;color:var(--silver);margin-top:6px}.mercury .pop-price{font-size:.85rem;margin-top:9px;color:var(--ghost);font-weight:500}.mercury .leaflet-bar a{background:var(--graphite);color:var(--starlight);border-color:var(--line)}.mercury .leaflet-bar a:hover{background:#2b291e}.mercury .feature{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden}.mercury .feature img{position:absolute;inset:0;width:100%;height:118%;object-fit:cover;will-change:transform;filter:saturate(.85) brightness(.7)}.mercury .feature:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,14,9,.92),rgba(15,14,9,.3) 56%,rgba(15,14,9,.4))}.mercury .feature-inner{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;width:100%;padding:0 40px 88px}@media (max-width:760px){.mercury .feature-inner{padding:0 22px 60px}}.mercury .feature h2{font-weight:200;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;margin-top:18px;letter-spacing:.01em}.mercury .feature p{font-size:1rem;font-weight:300;line-height:1.6;color:var(--silver);max-width:46ch;margin-top:22px}.mercury .feature-stats{display:flex;gap:44px;margin-top:34px;flex-wrap:wrap}.mercury .fstat .v{font-weight:300;font-size:1.8rem}.mercury .fstat .k{font-size:.56rem;letter-spacing:.18em;text-transform:uppercase;color:var(--silver);margin-top:6px}.mercury .feature .pill{margin-top:36px}.mercury .contact{text-align:center}.mercury .contact .sub{font-size:1rem;font-weight:300;line-height:1.6;color:var(--silver);max-width:50ch;margin:20px auto 0}.mercury form.enq{max-width:760px;margin:58px auto 0;text-align:left}.mercury .frow{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:20px}@media (max-width:600px){.mercury .frow{grid-template-columns:1fr}}.mercury .field{display:flex;flex-direction:column;gap:9px}.mercury .field label{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--silver)}.mercury .field input,.mercury .field select,.mercury .field textarea{font-family:var(--ff);font-weight:300;font-size:.92rem;padding:15px 22px;background:var(--graphite);border:1px solid var(--line);border-radius:32px;color:var(--starlight);transition:border-color .4s;cursor:none}@media (max-width:900px){.mercury .field input,.mercury .field select,.mercury .field textarea{cursor:auto}}.mercury .field input::placeholder,.mercury .field textarea::placeholder{color:var(--lead)}.mercury .field input:focus,.mercury .field select:focus,.mercury .field textarea:focus{outline:none;border-color:var(--lead)}.mercury .field textarea{resize:vertical;min-height:96px;border-radius:20px}.mercury .form-actions{display:flex;gap:18px;align-items:center;margin-top:14px;flex-wrap:wrap}.mercury .submit{font-size:.82rem;font-weight:500;border-radius:40px;padding:15px 34px;background:var(--mercury);color:var(--white);transition:background .4s var(--ease);will-change:transform}.mercury .submit:hover{background:#25d366}.mercury .form-note{font-size:.78rem;color:var(--lead);margin-left:auto}.mercury footer{background:var(--deep);border-top:1px solid var(--line);padding:88px 0 34px}.mercury .f-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;grid-gap:48px;gap:48px}@media (max-width:860px){.mercury .f-grid{grid-template-columns:1fr 1fr;gap:38px}}@media (max-width:520px){.mercury .f-grid{grid-template-columns:1fr}}.mercury .f-brand .b1{font-weight:500;font-size:1.2rem}.mercury .f-brand .b2{font-size:.5rem;letter-spacing:.3em;text-transform:uppercase;color:var(--lead);margin-top:8px}.mercury .f-brand p{font-size:.86rem;line-height:1.7;color:var(--silver);margin-top:20px;max-width:34ch}.mercury .f-col h4{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--silver);margin-bottom:18px}.mercury .f-col a,.mercury .f-col p{display:block;font-size:.86rem;color:var(--silver);margin-bottom:11px;transition:color .3s}.mercury .f-col a:hover{color:var(--starlight)}.mercury .f-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:60px;padding-top:26px;border-top:1px solid var(--line);flex-wrap:wrap;gap:14px}.mercury .f-bottom p{font-size:.72rem;color:var(--lead)}.mercury .reveal{opacity:0;transform:translateY(30px);transition:opacity 1s var(--ease),transform 1s var(--ease)}.mercury .reveal.in{opacity:1;transform:none}.mercury .reveal.d1{transition-delay:.08s}.mercury .reveal.d2{transition-delay:.16s}.mercury .reveal.d3{transition-delay:.24s}.mercury .wa-float{position:fixed;right:24px;bottom:24px;z-index:700;width:54px;height:54px;border-radius:50%;background:var(--mercury);display:flex;align-items:center;justify-content:center;transition:transform .4s var(--ease),background .4s;will-change:transform}.mercury .wa-float:hover{transform:scale(1.08);background:#25d366}.mercury .wa-float svg{width:24px;height:24px;fill:var(--white)}@media (prefers-reduced-motion:reduce){.mercury *,.mercury :after,.mercury :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.mercury{cursor:auto}.mercury .cursor,.mercury .cursor-dot,.mercury .grain{display:none}.mercury .reveal{transform:none!important}.mercury .hero .sub,.mercury .hero-cta,.mercury .hero-eyebrow,.mercury .hero-meta,.mercury .reveal{opacity:1!important}.mercury .hero h1 .row>span{transform:none!important}.mercury .hero-media img{animation:none!important}.mercury .phil .wd{color:var(--starlight)!important}}