:root{--lp-l-black:var(--lp-black,      #0A0A0A);--lp-l-charcoal:var(--lp-charcoal,   #141414);--lp-l-graphite:var(--lp-graphite,   #1F1F1F);--lp-l-border:var(--lp-border,     #2A2A2A);--lp-l-muted:var(--lp-muted,      #9A9A9A);--lp-l-off-white:var(--lp-off-white,  #F4F1EC);--lp-l-white:var(--lp-white,      #FAFAFA);--lp-l-gold-dark:var(--lp-gold-dark,  #B8924C);--lp-l-gold:var(--lp-gold,       #C9A961);--lp-l-gold-light:var(--lp-gold-light, #E8D08A);--lp-l-font:var(--lp-font, 'Inter', system-ui, sans-serif);--lp-l-font-serif:var(--lp-font-serif, 'Cormorant Garamond', 'Garamond', serif);--lp-l-ease:var(--lp-ease, cubic-bezier(0.4, 0, 0.2, 1))}.lp-archive{background:var(--lp-l-black);color:var(--lp-l-white);font-family:var(--lp-l-font);min-height:100vh;padding-top:8rem}.lp-archive__header{max-width:1280px;margin:0 auto;padding:2rem 2rem 3rem;text-align:center;border-bottom:1px solid var(--lp-l-border)}.lp-archive__eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 1rem}.lp-archive__title{font-family:var(--lp-l-font-serif);font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:400;line-height:1.02;letter-spacing:-.015em;margin:0 0 1rem;color:var(--lp-l-white)}.lp-archive__title em,.lp-archive__title i,.lp-dev-archive__title em,.lp-dev-archive__title i,.lp-suburb-hub__pagehead-title em,.lp-suburb-hub__pagehead-title i{font-style:italic;color:var(--lp-l-gold-light)}.lp-archive__sub{font-size:1rem;color:var(--lp-l-muted);max-width:56ch;margin:0 auto;line-height:1.55}.lp-archive__grid-wrap{max-width:1280px;margin:0 auto;padding:3rem 2rem 6rem}.lp-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 0 2.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--lp-l-border)}.lp-toolbar__clear,.lp-toolbar__count{display:inline-flex;align-items:center;font-weight:600;text-transform:uppercase}.lp-toolbar__count{font-size:.6875rem;letter-spacing:.18em;color:var(--lp-l-muted);margin:0;gap:1rem;flex-wrap:wrap}.lp-toolbar__clear{gap:.4rem;color:var(--lp-gold);text-decoration:none;font-size:.7rem;letter-spacing:.14em;padding:.45rem .85rem;border:1px solid var(--lp-gold);border-radius:999px;transition:background .2s ease,color .2s ease}.lp-toolbar__clear:focus-visible,.lp-toolbar__clear:hover{background:var(--lp-gold);color:var(--lp-black);outline:0}.lp-toolbar__clear span[aria-hidden]{font-size:.95rem;line-height:1}.lp-sort{display:inline-flex;align-items:center;gap:.75rem;margin:0}.lp-sort__label{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-l-gold)}.lp-sort__select{background:var(--lp-l-charcoal);border:1px solid var(--lp-l-border);color:var(--lp-l-white);font-family:var(--lp-l-font);font-size:.875rem;padding:.55rem 2.25rem .55rem .85rem;border-radius:2px;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23C9A961' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;transition:border-color .2s var(--lp-l-ease)}.lp-sort__select:focus,.lp-sort__select:hover{border-color:var(--lp-l-gold);outline:0;color:var(--lp-l-gold)}.lp-sort__select option{background:var(--lp-l-black);color:var(--lp-l-white)}.lp-sort__submit{background:var(--lp-l-gold, #C9A961);color:var(--lp-l-black, #0A0A0A);border:1px solid var(--lp-l-gold, #C9A961);font-family:var(--lp-l-font);font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:.6rem 1.1rem;border-radius:2px;cursor:pointer;transition:background .2s var(--lp-l-ease),color .2s var(--lp-l-ease)}.lp-sort__submit:focus-visible,.lp-sort__submit:hover{background:0 0;color:var(--lp-l-gold, #C9A961);outline:0}@media (max-width:600px){.lp-toolbar{flex-direction:column;align-items:flex-start;gap:.75rem}.lp-sort{width:100%}.lp-sort__select{flex:1}.lp-sort__submit{flex:0 0 auto}}.lp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.lp-card{background:var(--lp-l-charcoal);border:1px solid var(--lp-l-border);overflow:hidden;display:flex;flex-direction:column;transition:transform .4s var(--lp-l-ease),border-color .3s var(--lp-l-ease),box-shadow .4s var(--lp-l-ease)}.lp-card:hover{transform:translateY(-6px);border-color:var(--lp-l-gold);box-shadow:0 18px 48px rgba(0,0,0,.5),0 4px 16px rgba(201,169,97,.18)}.lp-card__media{display:block;position:relative;aspect-ratio:4/3;background:var(--lp-l-graphite);overflow:hidden}.lp-card__media img,.lp-dev-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--lp-l-ease)}.lp-card:hover .lp-card__media img,.lp-dev-card:hover .lp-dev-card__media img{transform:scale(1.04)}.lp-card__media-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,169,97,.05) 0%,rgba(201,169,97,.01) 100%),var(--lp-l-graphite)}.lp-card__badge{position:absolute;top:1rem;left:1rem;background:var(--lp-l-gold);color:var(--lp-l-black);font-size:.625rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.4rem .7rem;border-radius:2px}.lp-card__badge--rental{background:var(--lp-l-white)}.lp-card__badge--sold{background:#b3261e;color:#fff}.lp-card__badge--let{background:var(--lp-l-gold);color:var(--lp-l-black)}.lp-single__hero-pill{position:absolute;top:1.25rem;left:1.25rem;z-index:5;font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:.55rem 1rem;border-radius:2px;box-shadow:0 6px 24px rgba(0,0,0,.45)}.lp-single__hero-pill--sold{background:#b3261e;color:#fff}.lp-single__hero-pill--let{background:var(--lp-l-gold);color:var(--lp-l-black)}.lp-single__archived-note{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;margin:1.5rem 0 0;padding:1rem 1.25rem;border:1px solid rgba(179,38,30,.45);border-left:3px solid #b3261e;border-radius:2px;background:rgba(179,38,30,.06)}.lp-single__archived-note p{margin:0;font-size:.875rem;line-height:1.55}.lp-single__archived-note a{font-size:.8125rem;font-weight:700;white-space:nowrap;color:var(--lp-l-gold);text-decoration:none}.lp-single__archived-note a:hover{text-decoration:underline}.lp-track-record{max-width:1280px;margin:0 auto;padding:1rem 2rem 5rem}.lp-track-record__inner{width:100%}.lp-track-record__count{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-l-muted, #9a9a9a);margin:0 0 1.75rem;padding-bottom:1rem;border-bottom:1px solid var(--lp-l-border, #2a2a2a)}.lp-track-record__empty{text-align:center;padding:4rem 2rem;max-width:60ch;margin:0 auto}.lp-track-record__empty h2{font-family:var(--lp-l-serif, Georgia, serif);font-weight:400;margin:0 0 1rem}.lp-track-record__empty p{line-height:1.6;margin:0 0 1.5rem}.lp-card__body{padding:1.5rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.lp-card__price{font-size:1.5rem;font-weight:600;color:var(--lp-l-gold);letter-spacing:-.01em;margin:0}.lp-card__title{font-family:var(--lp-l-font-serif);font-size:1.375rem;font-weight:500;line-height:1.2;letter-spacing:-.005em;margin:0;color:var(--lp-l-white)}.lp-card__title a,.lp-dev-card__title a{color:inherit;text-decoration:none;transition:color .2s var(--lp-l-ease)}.lp-card__title a:hover,.lp-dev-card__title a:hover{color:var(--lp-l-gold)}.lp-card__location{font-size:.8125rem;color:var(--lp-l-muted);margin:0;letter-spacing:.02em}.lp-card__specs{list-style:none;padding:0;margin:.75rem 0 0;display:flex;gap:1.25rem;flex-wrap:wrap;border-top:1px solid var(--lp-l-border);padding-top:1rem}.lp-card__specs li{display:flex;align-items:baseline;gap:.3rem;font-size:.8125rem;color:var(--lp-l-off-white)}.lp-card__spec-num{font-weight:600;color:var(--lp-l-white);font-size:.9375rem}.lp-pagination{margin:4rem 0 0;text-align:center;display:flex;justify-content:center;gap:.4rem;flex-wrap:wrap}.lp-pagination .page-numbers{display:inline-flex;min-width:44px;height:44px;align-items:center;justify-content:center;padding:0 1rem;border:1px solid var(--lp-l-border);color:var(--lp-l-white);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s var(--lp-l-ease)}.lp-pagination .page-numbers.current,.lp-pagination .page-numbers:hover{background:var(--lp-l-gold);color:var(--lp-l-black);border-color:var(--lp-l-gold)}.lp-empty{text-align:center;padding:4rem 2rem}.lp-empty h2{font-size:1.5rem;font-weight:300;margin:0 0 1rem}.lp-empty p{color:var(--lp-l-muted);max-width:48ch;margin:0 auto 1rem}.lp-cta-button{display:inline-block;background:var(--lp-l-gold);color:var(--lp-l-black)!important;padding:.95rem 2rem;font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:0;cursor:pointer;border-radius:2px;transition:background .2s var(--lp-l-ease);margin-top:1rem}.lp-cta-button:hover{background:var(--lp-l-gold-light)}.lp-featured{max-width:1280px;margin:0 auto;padding:6rem 2rem 3rem;background:var(--lp-l-black);color:var(--lp-l-white);font-family:var(--lp-l-font)}.lp-featured__head{max-width:720px;margin:0 auto 3.5rem;text-align:center}.lp-featured__eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 1.25rem}.lp-featured__title{font-family:var(--lp-l-font-serif);font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:400;line-height:1.05;letter-spacing:-.012em;margin:0 0 1rem;color:var(--lp-l-white)}.lp-featured__sub{font-size:1rem;color:var(--lp-l-muted);margin:0;line-height:1.6}.lp-featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.lp-featured__cta{margin-top:3.5rem;text-align:center}.lp-featured .lp-featured__cta .lp-cta-button--ghost,.lp-featured .lp-featured__cta .lp-cta-button.lp-cta-button--ghost{border-color:var(--lp-l-gold, #C9A961)!important;color:var(--lp-l-gold, #C9A961)!important;background:0 0!important}.lp-featured .lp-featured__cta .lp-cta-button--ghost:focus-visible,.lp-featured .lp-featured__cta .lp-cta-button--ghost:hover,.lp-featured .lp-featured__cta .lp-cta-button.lp-cta-button--ghost:focus-visible,.lp-featured .lp-featured__cta .lp-cta-button.lp-cta-button--ghost:hover{background:var(--lp-l-gold, #C9A961)!important;color:var(--lp-l-black, #0A0A0A)!important;border-color:var(--lp-l-gold, #C9A961)!important}@media (max-width:1100px){.lp-featured__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.lp-featured{padding:4rem 1.5rem 2rem}.lp-featured__grid{grid-template-columns:1fr;gap:1.5rem}}.lp-dev-archive{background:var(--lp-l-black);color:var(--lp-l-white);font-family:var(--lp-l-font);min-height:100vh}.lp-dev-archive__hero{position:relative;margin:0 auto;padding:8rem 2rem 5rem;text-align:center;border-bottom:1px solid var(--lp-l-border);min-height:60vh;min-height:60svh;display:flex;flex-direction:column;justify-content:center;background-color:var(--lp-l-black);background-image:linear-gradient(180deg,rgba(10,10,10,.6) 0%,rgba(10,10,10,.3) 40%,rgba(10,10,10,.85) 100%),var(--lp-bg-img);background-size:cover;background-position:center;background-repeat:no-repeat}.lp-dev-archive__hero-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.lp-dev-archive__eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 1.25rem}.lp-dev-archive__title{font-family:var(--lp-l-font-serif);font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:400;line-height:1.02;letter-spacing:-.015em;margin:0 auto 1.25rem;color:var(--lp-l-white);max-width:22ch}.lp-dev-archive__sub{font-size:1rem;color:var(--lp-l-muted);max-width:56ch;margin:0 auto;line-height:1.55}.lp-dev-archive__grid-wrap{max-width:1280px;margin:0 auto;padding:4rem 2rem 6rem}.lp-dev-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem}.lp-dev-card{background:var(--lp-l-charcoal);border:1px solid var(--lp-l-border);overflow:hidden;display:flex;flex-direction:column;transition:transform .4s var(--lp-l-ease),border-color .3s var(--lp-l-ease),box-shadow .4s var(--lp-l-ease)}.lp-dev-card:hover{transform:translateY(-6px);border-color:var(--lp-l-gold);box-shadow:0 18px 48px rgba(0,0,0,.5),0 4px 16px rgba(201,169,97,.18)}.lp-dev-card__media{display:block;position:relative;aspect-ratio:4/3;background:var(--lp-l-graphite);overflow:hidden}.lp-dev-card__media-placeholder{position:absolute;inset:0;background:var(--lp-l-graphite)}.lp-dev-card__body{padding:1.75rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.lp-dev-card__suburb{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-l-gold);margin:0}.lp-dev-card__title{font-family:var(--lp-l-font-serif);font-size:1.875rem;font-weight:500;line-height:1.1;letter-spacing:-.01em;margin:0;color:var(--lp-l-white)}.lp-dev-card__excerpt{font-size:.9375rem;line-height:1.55;color:var(--lp-l-muted);margin:.4rem 0 0}.lp-dev-card__meta,.lp-dev-single__specs ul{list-style:none;display:flex;flex-direction:column}.lp-dev-card__meta{padding:1rem 0 0;margin:.75rem 0 0;border-top:1px solid var(--lp-l-border);gap:.5rem}.lp-dev-card__meta li,.lp-dev-single__specs li{display:flex;justify-content:space-between;gap:1rem}.lp-dev-card__meta li{font-size:.875rem}.lp-dev-card__meta-label{color:var(--lp-l-muted);letter-spacing:.02em}.lp-dev-card__meta-value{color:var(--lp-l-white);font-weight:500;text-align:right}.lp-dev-badge{position:absolute;top:1rem;left:1rem;font-size:.625rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:.45rem .75rem;border-radius:2px;z-index:2}.lp-dev-badge--gold,.lp-suburb-hero__count a:hover{background:var(--lp-l-gold);color:var(--lp-l-black)}.lp-dev-badge--gold-light{background:var(--lp-l-gold-light);color:var(--lp-l-black)}.lp-dev-badge--muted{background:rgba(255,255,255,.85);color:var(--lp-l-black)}.lp-dev-badge--red{background:#c44b4b;color:#fff}.lp-dev-single{background:var(--lp-l-black);color:var(--lp-l-white);font-family:var(--lp-l-font)}.lp-dev-single__hero{position:relative;min-height:70vh;min-height:70svh;background:var(--lp-l-graphite);background-size:cover;background-position:center;padding-top:8rem;display:flex;align-items:flex-end;overflow:hidden}.lp-dev-single__hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.55)0,rgba(10,10,10,.1) 35%,rgba(10,10,10,.85) 100%)}.lp-dev-single__hero-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 2rem 4rem;width:100%}.lp-dev-single__eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 1rem}.lp-dev-single__title{font-family:var(--lp-l-font-serif);font-size:clamp(2.75rem,6.5vw,5.25rem);font-weight:400;line-height:1.02;letter-spacing:-.018em;margin:0 0 1.5rem;color:var(--lp-l-white);max-width:22ch;text-shadow:0 2px 28px rgba(0,0,0,.5)}.lp-dev-single__status .lp-dev-badge{position:static;display:inline-block}.lp-dev-single__container{max-width:1200px;margin:0 auto;padding:5rem 2rem 6rem;display:grid;grid-template-columns:1fr 360px;gap:4rem}.lp-dev-single__address{font-size:.9375rem;color:var(--lp-l-muted);margin:0 0 2rem;letter-spacing:.01em}.lp-dev-single__lede{font-family:var(--lp-l-font-serif);font-size:clamp(1.375rem,2.4vw,1.75rem);font-weight:400;line-height:1.4;color:var(--lp-l-off-white);margin:0 0 2.5rem;font-style:italic}.lp-dev-single__lede p{margin:0}.lp-dev-single__content{font-size:1rem;line-height:1.75;color:var(--lp-l-off-white)}.lp-dev-single__content p{margin:0 0 1.25rem}.lp-dev-single__content h2,.lp-dev-single__content h3{font-family:var(--lp-l-font-serif);color:var(--lp-l-white);margin:2rem 0 1rem}.lp-dev-single__credit{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--lp-l-border);display:flex;flex-direction:column;gap:.25rem}.lp-dev-single__credit-label{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-l-gold)}.lp-dev-single__credit-value{font-size:1rem;color:var(--lp-l-off-white)}.lp-dev-single__aside{position:relative}.lp-dev-single__specs{position:sticky;top:7rem;background:var(--lp-l-charcoal);border:1px solid var(--lp-l-border);border-top:3px solid var(--lp-l-gold);padding:1.75rem 1.75rem 1rem;margin-bottom:1.5rem}.lp-dev-single__specs-heading{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 1.25rem;font-family:var(--lp-l-font)}.lp-dev-single__specs ul{padding:0;margin:0;gap:.85rem}.lp-dev-single__specs li{align-items:baseline;padding-bottom:.85rem;border-bottom:1px solid var(--lp-l-border)}.lp-dev-single__specs li:last-child{border-bottom:0;padding-bottom:0}.lp-dev-spec-label{font-size:.8125rem;color:var(--lp-l-muted)}.lp-dev-spec-value{font-size:.9375rem;font-weight:500;color:var(--lp-l-white);text-align:right}@media (max-width:900px){.lp-dev-single__container{grid-template-columns:1fr;gap:2.5rem}.lp-dev-single__specs{position:static}.lp-dev-grid{grid-template-columns:1fr}}.lp-single{background:var(--lp-l-black);color:var(--lp-l-white);font-family:var(--lp-l-font);padding-top:6rem}.lp-single__hero{position:relative;max-width:1400px;margin:0 auto;padding:0 2rem}.lp-single__hero-main{position:relative;aspect-ratio:16/9;background:var(--lp-l-graphite);overflow:hidden}.lp-single__hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s var(--lp-l-ease)}.lp-single__hero-img.is-active{opacity:1}.lp-single__hero-img.is-plan,.lp-single__hero-img[data-img-kind=plan]{object-fit:contain;background:var(--lp-l-black);padding:.5rem}.lp-single__hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:rgba(10,10,10,.7);color:var(--lp-l-white);border:1px solid var(--lp-l-border);cursor:pointer;font-size:1.5rem;line-height:1;transition:all .2s var(--lp-l-ease);z-index:2;display:flex;align-items:center;justify-content:center}.lp-single__hero-nav:hover{background:var(--lp-l-gold);color:var(--lp-l-black);border-color:var(--lp-l-gold)}.lp-single__hero-nav--prev{left:3rem}.lp-single__hero-nav--next{right:3rem}.lp-single__hero-counter{position:absolute;bottom:1.5rem;right:1.5rem;background:rgba(10,10,10,.8);padding:.5rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.05em;color:var(--lp-l-white);z-index:2}.lp-single__container{max-width:1280px;margin:0 auto;padding:4rem 2rem 6rem;display:grid;grid-template-columns:1fr 360px;gap:4rem}.lp-single__eyebrow,.lp-single__specs span{font-size:.6875rem;font-weight:600;text-transform:uppercase}.lp-single__eyebrow{letter-spacing:.22em;color:var(--lp-l-gold);margin:0 0 1rem}.lp-single__title{font-family:var(--lp-l-font-serif);font-size:clamp(2.5rem,5.5vw,4.25rem);font-weight:400;line-height:1.02;letter-spacing:-.015em;margin:0 0 1rem;color:var(--lp-l-white)}.lp-single__price{font-size:2.25rem;font-weight:500;color:var(--lp-l-gold);margin:0 0 2.5rem;letter-spacing:-.01em}.lp-single__specs{list-style:none;padding:1.5rem 0;margin:0 0 2.5rem;display:flex;gap:2.5rem;flex-wrap:wrap;border-top:1px solid var(--lp-l-border);border-bottom:1px solid var(--lp-l-border)}.lp-single__specs li{display:flex;flex-direction:column;gap:.2rem}.lp-single__specs strong{font-size:1.75rem;font-weight:300;color:var(--lp-l-white);letter-spacing:-.01em;line-height:1}.lp-single__specs span{letter-spacing:.18em;color:var(--lp-l-muted)}.lp-single__address{font-size:.9375rem;color:var(--lp-l-muted);margin:0 0 2rem;letter-spacing:.01em}.lp-single__lede{font-size:1.125rem;line-height:1.6;color:var(--lp-l-off-white);margin:0 0 2rem;font-weight:400}.lp-single__lede p{margin:0}.lp-single__content{font-size:1rem;line-height:1.75;color:var(--lp-l-off-white)}.lp-single__content p{margin:0 0 1.25rem}.lp-single__content h2,.lp-single__content h3{color:var(--lp-l-white);margin:2rem 0 1rem}.lp-single__aside{position:relative}.lp-cta-card{position:sticky;top:7rem;background:var(--lp-l-charcoal);border:1px solid var(--lp-l-border);border-top:3px solid var(--lp-l-gold);padding:2rem;display:flex;flex-direction:column;gap:.75rem}.lp-cta-card__title{font-family:var(--lp-l-font-serif);font-size:1.5rem;font-weight:500;margin:0;color:var(--lp-l-white);letter-spacing:-.005em}.lp-cta-card__sub{font-size:.875rem;color:var(--lp-l-muted);margin:0 0 .5rem;line-height:1.5}.lp-cta-card .lp-cta-button{margin-top:0;text-align:center;display:block}.lp-cta-card .lp-cta-button--whatsapp{background:#25d366;color:#fff!important}.lp-cta-card .lp-cta-button--whatsapp:hover{background:#1ebe5d}.lp-cta-card .lp-cta-button--ghost{background:0 0;color:var(--lp-l-white)!important;border:1px solid var(--lp-l-border)}.lp-cta-card .lp-cta-button--ghost:hover{background:0 0;border-color:var(--lp-l-gold);color:var(--lp-l-gold)!important}.lp-cta-card__ref{font-size:.75rem;color:var(--lp-l-muted);margin:.75rem 0 0;letter-spacing:.02em}.lp-cta-card__ref code{color:var(--lp-l-gold);background:0 0;padding:0;font-size:inherit}@media (max-width:900px){.lp-single__container{grid-template-columns:1fr;gap:2.5rem}.lp-cta-card{position:static}.lp-single__hero-nav--prev{left:.5rem}.lp-single__hero-nav--next{right:.5rem}.lp-single__hero-nav{width:44px;height:44px}}@media (max-width:600px){.lp-single__specs{gap:1.5rem}.lp-single__specs strong{font-size:1.5rem}}.lp-card__media-wrap{position:relative}.lp-cta-card__save,.lp-save-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.lp-save-btn{position:absolute;top:.75rem;right:.75rem;z-index:3;width:38px;height:38px;background:rgba(10,10,10,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25);border-radius:50%;transition:background .2s var(--lp-l-ease),border-color .2s var(--lp-l-ease),transform .2s var(--lp-l-ease)}.lp-save-btn:hover{transform:scale(1.08);border-color:var(--lp-l-gold)}.lp-cta-card__save svg,.lp-save-btn svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:2}.lp-save-btn.is-saved{background:var(--lp-l-gold);border-color:var(--lp-l-gold)}.lp-save-btn.is-saved svg{fill:#0b0b0b;stroke:#0b0b0b}.lp-cta-card__save{gap:.5rem;margin-top:.5rem;padding:.85rem 1rem;background:0 0;border:1px solid var(--lp-l-border);border-radius:3px;color:var(--lp-l-white);font-family:var(--lp-l-font);font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:border-color .2s var(--lp-l-ease),color .2s var(--lp-l-ease)}.lp-cta-card__save svg{width:17px;height:17px;stroke:currentColor}.lp-cta-card__save.is-saved,.lp-cta-card__save:hover{border-color:var(--lp-l-gold);color:var(--lp-l-gold)}.lp-cta-card__save.is-saved svg,.lp-saved-fab svg{fill:var(--lp-l-gold);stroke:var(--lp-l-gold)}.lp-bond-card{margin-top:1.25rem;padding:1.5rem;background:rgba(201,169,97,.06);border:1px solid rgba(201,169,97,.28);border-radius:4px;text-align:center}.lp-bond-card__label{font-family:var(--lp-l-font);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--lp-l-muted);margin:0 0 .5rem}.lp-bond-card__figure{font-family:var(--lp-l-font-serif);font-size:2.1rem;line-height:1;color:var(--lp-l-gold);margin:0 0 .85rem}.lp-bond-card__figure span,.lp-bond-card__note{font-size:.95rem;color:var(--lp-l-muted)}.lp-bond-card__note{font-family:var(--lp-l-font);font-size:.8rem;line-height:1.5;margin:0 0 1rem}.lp-bond-card__disclaimer{font-family:var(--lp-l-font);font-size:.7rem;font-style:italic;color:rgba(154,154,154,.7);margin:.85rem 0 0}.lp-single__similar{border-top:1px solid var(--lp-l-border);padding:clamp(3rem,6vw,5rem) clamp(1.25rem,4vw,3rem);max-width:1280px;margin:0 auto}.lp-single__similar-title{font-family:var(--lp-l-font-serif);font-weight:400;font-size:clamp(1.6rem,3vw,2.3rem);color:var(--lp-l-white);margin:0 0 2rem}.lp-saved-fab,.lp-suburb-hero__count a{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;color:var(--lp-l-white);border:1px solid var(--lp-l-gold)}.lp-saved-fab{position:fixed;left:1.5rem;bottom:1.5rem;z-index:998;padding:.75rem 1.15rem;background:rgba(10,10,10,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;font-family:var(--lp-l-font);font-size:.85rem;letter-spacing:.04em;cursor:pointer;box-shadow:0 8px 28px rgba(0,0,0,.5);transition:transform .2s var(--lp-l-ease)}.lp-saved-fab:hover{transform:translateY(-2px)}.lp-saved-fab[hidden]{display:none}.lp-saved-fab svg{width:18px;height:18px}.lp-saved-fab__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;background:var(--lp-l-gold);color:#0b0b0b;border-radius:999px;font-size:.72rem;font-weight:700}.lp-saved-drawer{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.6);opacity:0;transition:opacity .25s var(--lp-l-ease)}.lp-saved-drawer.is-open{opacity:1}.lp-saved-drawer[hidden]{display:none}.lp-saved-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(420px,92vw);background:var(--lp-l-charcoal);border-left:1px solid var(--lp-l-border);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .28s var(--lp-l-ease)}.lp-saved-drawer.is-open .lp-saved-drawer__panel{transform:translateX(0)}.lp-saved-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--lp-l-border)}.lp-saved-drawer__title{font-family:var(--lp-l-font-serif);font-weight:400;font-size:1.5rem;color:var(--lp-l-white);margin:0}.lp-saved-drawer__close{background:0 0;border:0;color:var(--lp-l-muted);font-size:1.75rem;line-height:1;cursor:pointer}.lp-saved-drawer__close:hover,.lp-saved-item__title:hover{color:var(--lp-l-gold)}.lp-saved-drawer__list{flex:1;overflow-y:auto;padding:1rem 1.5rem}.lp-saved-drawer__empty{padding:2rem 1.5rem;color:var(--lp-l-muted);font-family:var(--lp-l-font);font-size:.9rem;line-height:1.6;text-align:center}.lp-saved-item{display:grid;grid-template-columns:72px 1fr auto;gap:.85rem;align-items:center;padding:.85rem 0;border-bottom:1px solid var(--lp-l-border)}.lp-saved-item__media{display:block;width:72px;height:56px;border-radius:3px;overflow:hidden;background:#111}.lp-saved-item__media img{width:100%;height:100%;object-fit:cover;display:block}.lp-saved-item__price{font-family:var(--lp-l-font-serif);font-size:1.05rem;color:var(--lp-l-gold);margin:0}.lp-saved-item__title{display:block;font-family:var(--lp-l-font);font-size:.88rem;color:var(--lp-l-white);text-decoration:none;margin:.15rem 0;line-height:1.3}.lp-saved-item__meta{font-family:var(--lp-l-font);font-size:.75rem;color:var(--lp-l-muted);margin:0}.lp-saved-item__remove{background:0 0;border:0;color:var(--lp-l-muted);font-size:1.4rem;line-height:1;cursor:pointer;padding:0 .25rem}.lp-saved-item__remove:hover{color:#e87b7b}.lp-saved-drawer__foot{padding:1.25rem 1.5rem;border-top:1px solid var(--lp-l-border)}.lp-saved-drawer__foot .lp-cta-button{width:100%;text-align:center}.lp-saved-drawer__clear{display:block;width:100%;margin-top:.75rem;background:0 0;border:0;color:var(--lp-l-muted);font-family:var(--lp-l-font);font-size:.8rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.lp-saved-drawer__clear:hover{color:var(--lp-l-white)}@media (max-width:600px){.lp-saved-fab{left:1rem;bottom:1rem}}.lp-cta-card .lp-cta-button{padding:.85rem 1rem;font-size:.75rem;letter-spacing:.08em}.lp-cta-card .lp-cta-button,.lp-cta-card__save{box-sizing:border-box;width:100%}.lp-bond-card .lp-cta-button,.lp-bond-card .lp-cta-button--ghost{box-sizing:border-box;width:100%;display:block;text-align:center;background:0 0!important;color:var(--lp-l-gold)!important;border:1px solid var(--lp-l-gold)!important;margin-top:.5rem}.lp-bond-card .lp-cta-button--ghost:hover,.lp-bond-card .lp-cta-button:hover{background:var(--lp-l-gold)!important;color:var(--lp-l-black)!important}.lp-suburb{background:var(--lp-l-black);color:var(--lp-l-white);font-family:var(--lp-l-font);min-height:100vh}.lp-suburb-hero{position:relative;padding:9rem 2rem 5rem;min-height:56vh;min-height:56svh;display:flex;align-items:flex-end;background-color:var(--lp-l-graphite);background-image:linear-gradient(180deg,rgba(10,10,10,.55) 0%,rgba(10,10,10,.2) 40%,rgba(10,10,10,.92) 100%),var(--lp-suburb-bg, none);background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid var(--lp-l-border)}.lp-suburb-hero__inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;width:100%}.lp-suburb-hero__eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 1.25rem}.lp-suburb-hero__title{font-family:var(--lp-l-font-serif);font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1;letter-spacing:-.018em;margin:0 0 1.25rem;color:var(--lp-l-white);text-shadow:0 2px 28px rgba(0,0,0,.55)}.lp-suburb-hero__tagline{font-family:var(--lp-l-font-serif);font-style:italic;font-size:clamp(1.3rem,2.4vw,1.7rem);color:var(--lp-l-gold-light);max-width:38ch;margin:0 0 1.75rem;line-height:1.35}.lp-suburb-hero__count a{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;padding:.65rem 1.1rem;border-radius:2px;transition:background .2s var(--lp-l-ease),color .2s var(--lp-l-ease)}.lp-suburb-body{padding:4.5rem 2rem 2rem}.lp-suburb-body__inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:3.5rem}.lp-suburb-overview p{font-size:1.05rem;line-height:1.75;color:var(--lp-l-off-white);margin:0 0 1.5rem}.lp-suburb-overview p:last-child{margin-bottom:0}.lp-suburb-profile{background:var(--lp-l-charcoal);border:1px solid var(--lp-l-border);border-top:3px solid var(--lp-l-gold);padding:1.75rem;align-self:start;position:sticky;top:7rem}.lp-suburb-profile__label{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 .85rem}.lp-suburb-profile__body{font-size:.95rem;line-height:1.6;color:var(--lp-l-off-white);margin:0}@media (max-width:900px){.lp-suburb-body__inner{grid-template-columns:1fr;gap:2rem}.lp-suburb-profile{position:static}}.lp-suburb-amenities{padding:3rem 2rem 5rem;border-bottom:1px solid var(--lp-l-border)}.lp-suburb-amenities__inner{max-width:1280px;margin:0 auto}.lp-suburb-amenities__title{font-family:var(--lp-l-font-serif);font-size:clamp(1.8rem,3.4vw,2.5rem);font-weight:400;line-height:1.1;letter-spacing:-.012em;margin:0 0 2.5rem;color:var(--lp-l-white);max-width:28ch}.lp-suburb-amenities__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.lp-suburb-amenities__col,.lp-suburb-amenities__col ul{display:flex;flex-direction:column}.lp-suburb-amenities__heading{font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 1rem;padding-bottom:.85rem;border-bottom:1px solid var(--lp-l-border)}.lp-suburb-amenities__col ul{list-style:none;margin:0;padding:0;gap:.55rem}.lp-suburb-amenities__col li{font-size:.875rem;line-height:1.45;color:var(--lp-l-off-white)}@media (max-width:1100px){.lp-suburb-amenities__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.lp-suburb-amenities__grid{grid-template-columns:1fr;gap:2.25rem}}.lp-suburb-listings{padding:4.5rem 2rem 5rem}.lp-suburb-listings__inner{max-width:1280px;margin:0 auto}.lp-suburb-listings__head{margin:0 0 2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--lp-l-border)}.lp-suburb-listings__eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 .85rem}.lp-suburb-listings__title{font-family:var(--lp-l-font-serif);font-size:clamp(1.8rem,3.6vw,2.75rem);font-weight:400;line-height:1.05;letter-spacing:-.015em;margin:0;color:var(--lp-l-white)}.lp-suburb-listings__empty{max-width:56ch;margin:0 auto;text-align:center;padding:3rem 0 1rem}.lp-suburb-listings__empty-lede{font-family:var(--lp-l-font-serif);font-size:1.5rem;font-weight:400;color:var(--lp-l-gold-light);margin:0 0 1.25rem;line-height:1.3}.lp-suburb-listings__empty-body{font-size:.95rem;line-height:1.65;color:var(--lp-l-muted);margin:0 0 1.75rem}.lp-suburb-cta{background:var(--lp-l-charcoal);padding:5rem 2rem;border-top:1px solid var(--lp-l-border)}.lp-suburb-cta__inner{max-width:720px;margin:0 auto;text-align:center}.lp-suburb-cta__title{font-family:var(--lp-l-font-serif);font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:400;line-height:1.1;letter-spacing:-.012em;color:var(--lp-l-white);margin:0 0 1.25rem}.lp-suburb-cta__body,.lp-suburb-hub__cta-inner p{font-size:1rem;line-height:1.65;color:var(--lp-l-muted);margin:0 0 2rem}.lp-suburb-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lp-suburb-cta .lp-cta-button--ghost{background:0 0;color:var(--lp-l-white)!important;border:1px solid var(--lp-l-border)}.lp-suburb-cta .lp-cta-button--ghost:hover{border-color:var(--lp-l-gold);color:var(--lp-l-gold)!important;background:0 0}.lp-suburb-hub-main{background:var(--lp-l-black);color:var(--lp-l-white);font-family:var(--lp-l-font)}.lp-suburb-hub__pagehead{padding:10rem 2rem 4rem;text-align:center;max-width:1100px;margin:0 auto}.lp-suburb-hub__pagehead-eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--lp-l-gold);margin:0 0 1.25rem}.lp-suburb-hub__pagehead-title{font-family:var(--lp-l-font-serif);font-size:clamp(2.75rem,5.5vw,4.5rem);font-weight:400;line-height:1.02;letter-spacing:-.015em;margin:0 0 1.5rem;color:var(--lp-l-white)}.lp-suburb-hub__pagehead-lede{font-size:1.05rem;line-height:1.65;color:var(--lp-l-off-white);max-width:62ch;margin:0 auto}.lp-suburb-hub{max-width:1280px;margin:0 auto;padding:1rem 2rem 5rem}.lp-suburb-hub__head{display:none}.lp-suburb-hub__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.lp-suburb-hub__card{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;border:1px solid var(--lp-l-border);background-color:var(--lp-l-graphite);background-image:var(--lp-suburb-bg, none);background-size:cover;background-position:center;text-decoration:none;color:var(--lp-l-white);transition:transform .4s var(--lp-l-ease),border-color .3s var(--lp-l-ease),box-shadow .4s var(--lp-l-ease)}.lp-suburb-hub__card:hover{transform:translateY(-6px);border-color:var(--lp-l-gold);box-shadow:0 18px 48px rgba(0,0,0,.5),0 4px 16px rgba(201,169,97,.18)}.lp-suburb-hub__card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.05)0,rgba(10,10,10,.4) 50%,rgba(10,10,10,.92) 100%);transition:background .4s var(--lp-l-ease)}.lp-suburb-hub__card:hover .lp-suburb-hub__card-overlay{background:linear-gradient(180deg,rgba(10,10,10,.1)0,rgba(10,10,10,.45) 50%,rgba(10,10,10,.95) 100%)}.lp-suburb-hub__card-body{position:absolute;bottom:0;left:0;right:0;padding:1.75rem 1.5rem 1.5rem;z-index:2}.lp-suburb-hub__card-name,.lp-suburb-hub__cta-inner h2{font-family:var(--lp-l-font-serif);color:var(--lp-l-white)}.lp-suburb-hub__card-name{display:block;font-size:2rem;font-weight:500;line-height:1.05;letter-spacing:-.012em;margin:0 0 .5rem}.lp-suburb-hub__card-tagline{display:block;font-size:.9rem;line-height:1.4;color:var(--lp-l-off-white);margin:0 0 1rem;font-style:italic;font-family:var(--lp-l-font-serif)}.lp-suburb-hub__card-count{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-l-gold);margin:0;padding-top:.85rem;border-top:1px solid rgba(201,169,97,.4);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lp-suburb-hub__card-arrow{transition:transform .25s var(--lp-l-ease)}.lp-suburb-hub__card:hover .lp-suburb-hub__card-arrow{transform:translateX(4px)}@media (max-width:1100px){.lp-suburb-hub__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.lp-suburb-hub__grid{grid-template-columns:1fr;gap:1.5rem}.lp-suburb-hub__pagehead{padding:8rem 1.5rem 3rem}}.lp-suburb-hub__cta{background:var(--lp-l-charcoal);border-top:1px solid var(--lp-l-border);padding:5rem 2rem}.lp-suburb-hub__cta-inner{max-width:720px;margin:0 auto;text-align:center}.lp-suburb-hub__cta-inner h2{font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:400;line-height:1.1;margin:0 0 1.25rem}.lp-suburb-hub__cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.lp-suburb-hub__cta-buttons .lp-cta-button--ghost{background:0 0;color:var(--lp-l-white)!important;border:1px solid var(--lp-l-border)}.lp-suburb-hub__cta-buttons .lp-cta-button--ghost:hover{border-color:var(--lp-l-gold);color:var(--lp-l-gold)!important;background:0 0}.lp-video-facade,.lp-video-facade img{position:absolute;inset:0;width:100%;height:100%}.lp-video-facade{display:block;margin:0;padding:0;border:0;background:#000;cursor:pointer}.lp-video-facade img{object-fit:cover}.lp-video-facade__play,.lp-video-facade__play::before{position:absolute;top:50%;transform:translate(-50%,-50%)}.lp-video-facade__play{left:50%;width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,.65);transition:background .2s ease}.lp-video-facade__play::before{content:"";left:55%;border-style:solid;border-width:12px 0 12px 20px;border-color:transparent transparent transparent #fff}.lp-video-facade:focus-visible .lp-video-facade__play,.lp-video-facade:hover .lp-video-facade__play{background:rgba(0,0,0,.85)}.lp-video-lightbox{position:fixed;inset:0;z-index:100000;background:rgba(5,5,5,.97)}.lp-video-lightbox iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.lp-video-lightbox__close{position:absolute;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));z-index:2;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:26px;line-height:1;cursor:pointer}.lp-video-lightbox__close:focus-visible,.lp-video-lightbox__close:hover{border-color:#c9a961;color:#c9a961}html.lp-video-lock,html.lp-video-lock body{overflow:hidden}