:root{--ink:#151515;--charcoal:#24231f;--cream:#f3f0e7;--paper:#fffdf8;--gold:#d9ad2b;--muted:#6e6b63;--line:rgba(21,21,21,.18);--max:1320px;--pad:clamp(1.25rem,4vw,3.75rem);--display:"Arial Black","Helvetica Neue",Arial,sans-serif;--body:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font:16px/1.62 var(--body)}img{display:block;max-width:100%}a{color:inherit;text-underline-offset:.2em}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.02;letter-spacing:-.035em}h1,h2{font-family:var(--display)}h1{max-width:15ch;margin-bottom:1.25rem;font-size:clamp(2.8rem,5.2vw,4.8rem)}h2{max-width:18ch;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3.4rem)}h3{font-size:clamp(1.2rem,1.9vw,1.75rem)}p{max-width:68ch}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;z-index:100;top:.5rem;left:.5rem;padding:.7rem 1rem;color:#fff;background:#000;transform:translateY(-150%)}.skip-link:focus{transform:none}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.utility{display:flex;min-height:34px;padding:.35rem max(var(--pad),calc((100vw - var(--max))/2 + var(--pad)));align-items:center;justify-content:space-between;color:#d9d5cb;background:var(--ink);font-size:.69rem;letter-spacing:.08em;text-transform:uppercase}.utility>div{display:flex;gap:1.2rem}.utility a{text-decoration:none}.utility-network{color:var(--gold)}
.site-header{position:relative;z-index:20;display:flex;min-height:82px;max-width:var(--max);margin:auto;padding:0 var(--pad);align-items:center;justify-content:space-between;background:var(--cream);border-bottom:1px solid var(--line)}.brand{display:grid;grid-template-columns:auto auto;column-gap:.55rem;align-items:baseline;text-decoration:none}.brand-place,.brand-type{font-family:var(--display);font-weight:900;line-height:.9}.brand-place{font-size:1.3rem}.brand-type{color:var(--gold);font-size:1.3rem}.brand small{grid-column:1/-1;margin-top:.28rem;font-size:.6rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.site-nav{display:flex;gap:clamp(.65rem,1.4vw,1.25rem);align-items:center;font-size:.78rem;font-weight:800}.site-nav a{text-decoration:none}.site-nav a:not(.nav-cta):hover,.site-nav a[aria-current=page]{box-shadow:inset 0 -.55em 0 rgba(217,173,43,.45)}.nav-cta{padding:.72rem .9rem;color:#fff;background:var(--ink)}.nav-toggle{display:none;width:46px;height:46px;padding:10px;border:1px solid var(--ink);background:transparent}.nav-toggle i{display:block;height:2px;margin:5px;background:var(--ink)}
.home-hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:570px;max-width:var(--max);margin:auto}.hero-image{position:relative;min-height:570px;overflow:hidden}.hero-image:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.65));content:""}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image>span{position:absolute;z-index:2;bottom:1.2rem;left:1.4rem;color:#fff;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.hero-copy{display:flex;padding:clamp(2.6rem,5vw,4.5rem) var(--pad);flex-direction:column;justify-content:center;color:#fff;background:var(--charcoal)}.hero-copy h1{margin-top:1rem;font-size:clamp(2.8rem,4.6vw,4.65rem)}.hero-copy>p{margin-bottom:1.75rem;color:#d2cec4;font-size:clamp(1rem,1.3vw,1.16rem)}.hero-signature{display:flex;margin-top:2.1rem;padding-top:1.1rem;gap:.35rem;flex-direction:column;border-top:1px solid rgba(255,255,255,.2)}.hero-signature strong{font-size:1rem}.hero-signature span{color:#a9a59d;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.page-hero{display:grid;grid-template-columns:1.12fr .88fr;max-width:var(--max);margin:auto;background:var(--paper);border-bottom:1px solid var(--line)}.page-hero>div:first-child{display:flex;min-height:430px;padding:clamp(2.7rem,5.5vw,4.75rem) var(--pad);flex-direction:column;justify-content:center}.page-hero h1{margin-top:1rem;font-size:clamp(2.6rem,4.2vw,4.1rem)}.page-hero p{font-size:1.05rem}.page-hero-image{min-height:430px;overflow:hidden}.page-hero-image img{width:100%;height:100%;object-fit:cover}
.eyebrow{display:block;font-size:.68rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{display:inline-block;width:1.6rem;height:.52rem;margin-right:.65rem;background:var(--gold);content:""}.buttons{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.button{display:inline-flex;min-height:46px;padding:.72rem 1rem;align-items:center;justify-content:center;border:1px solid currentColor;font-size:.75rem;font-weight:900;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;cursor:pointer}.button:hover{transform:translateY(-2px)}.button.gold{border-color:var(--gold);color:var(--ink);background:var(--gold)}.button.dark{border-color:var(--ink);color:#fff;background:var(--ink)}.button.light{color:#fff;background:transparent}.button.outline{color:var(--ink);background:transparent}.text-link{font-weight:800;text-decoration-thickness:1px}
.section{max-width:var(--max);margin:auto;padding:clamp(3.5rem,5.8vw,5.25rem) var(--pad);border-bottom:1px solid var(--line)}.section-head{display:flex;gap:3rem;align-items:end;justify-content:space-between;margin-bottom:2rem}.section-head h2{margin:.9rem 0 0}.section-head>p{max-width:42ch;color:var(--muted)}
.action-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max);margin:auto;color:var(--ink);background:var(--gold)}.action-strip a{display:flex;min-height:105px;padding:1.35rem;gap:.9rem;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(21,21,21,.25);text-decoration:none}.action-strip a:last-child{border:0}.action-strip a:hover{color:#fff;background:var(--ink)}.action-strip b{font-size:.64rem}.action-strip span{font:900 clamp(1.05rem,2vw,1.45rem)/1 var(--display);text-transform:uppercase}
.intro-grid{display:grid;grid-template-columns:1fr .9fr;gap:clamp(3rem,7vw,6rem);background:var(--paper)}.intro-grid h2{margin-top:1rem}.intro-grid p{font-size:1.05rem}.tag-list{display:flex;margin-top:1.5rem;gap:.5rem;flex-wrap:wrap}.tag-list span{padding:.45rem .65rem;border:1px solid var(--line);font-size:.72rem;font-weight:800}.image-stack{position:relative;min-height:510px}.image-stack img{position:absolute;width:76%;height:72%;object-fit:cover}.image-stack img:first-child{top:0;right:0}.image-stack img:last-child{bottom:0;left:0;border:10px solid var(--paper)}
.search-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,5rem);align-items:center;color:#fff;background:var(--charcoal)}.search-section h2{margin-top:1rem}.search-section p{color:#c9c5bd}.search-box{padding:clamp(1.4rem,3vw,2.5rem);color:var(--ink);background:var(--cream);box-shadow:10px 10px 0 var(--gold)}.search-box label{display:block;margin-bottom:.5rem;font-size:.68rem;font-weight:900;text-transform:uppercase}.search-box>div{display:flex}.search-box input{width:100%;min-height:48px;padding:0 .9rem;border:1px solid var(--ink);background:#fff}.search-box small{display:block;margin-top:.65rem;color:var(--muted)}
.listings-section{background:var(--paper)}.listing-frame,.report-frame,.booking-frame{overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:10px 10px 0 var(--gold)}.listing-frame iframe{width:100%;height:760px;border:0}.frame-note{margin:1.5rem 0 0;color:var(--muted);font-size:.8rem}
.media-section{background:var(--cream)}.video-stories{display:grid;gap:1.25rem}.video-story{display:grid;grid-template-columns:1.35fr .65fr;min-height:430px;background:var(--paper);border:1px solid var(--line)}.video-story.reverse{grid-template-columns:.75fr 1.25fr;background:var(--ink);color:#fff}.video-story>div:not(.video){display:flex;padding:clamp(2rem,5vw,4rem);flex-direction:column;justify-content:center}.video-story>div>span{color:var(--gold);font-size:.65rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.video-story h3{margin:.7rem 0 1rem;font-family:var(--display);font-size:clamp(1.9rem,3.2vw,3.2rem)}.video-story.reverse p{color:#c7c3bb}.video{position:relative;aspect-ratio:16/9;overflow:hidden;background:#000}.video-story>.video{height:100%;aspect-ratio:auto}.video-story>.video.short{justify-self:center;width:min(100%,430px);aspect-ratio:9/16}.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.luxury-section{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(3rem,7vw,6rem);color:#fff;background:var(--ink)}.luxury-section h2{margin-top:1rem}.luxury-section p,.luxury-section li{color:#c7c3bb}.luxury-section ul{padding-left:1.2rem}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:1.1rem;border:1px solid rgba(255,255,255,.25)}.proof-grid>div{padding:1.2rem;border-right:1px solid rgba(255,255,255,.25)}.proof-grid>div:last-child{border:0}.proof-grid strong{display:block;color:var(--gold);font:900 clamp(1.6rem,3vw,2.7rem)/1 var(--display)}.proof-grid span{display:block;margin-top:.5rem;font-size:.68rem}.proof-scope{font-size:.68rem}
.market-teaser{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(3rem,7vw,6rem);align-items:center;background:var(--paper)}.market-teaser h2{margin-top:1rem}.report-card{display:flex;min-height:260px;padding:2rem;flex-direction:column;justify-content:center;background:var(--gold);box-shadow:12px 12px 0 var(--ink)}.report-card span,.report-card small{font-size:.68rem;font-weight:800;text-transform:uppercase}.report-card strong{margin:.8rem 0;font:900 clamp(1.7rem,3vw,2.7rem)/1.05 var(--display)}
.agents-section{background:var(--cream)}.agent-duo{display:grid;grid-template-columns:1.08fr .92fr;gap:1.2rem}.agent-card{display:grid;grid-template-columns:.7fr 1.3fr;min-height:370px;background:var(--paper);border:1px solid var(--line)}.agent-card.lead{background:var(--gold)}.agent-image{min-height:370px;overflow:hidden;background:#e5e0d6}.agent-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.agent-card>div:last-child{display:flex;padding:clamp(1.3rem,3vw,2.3rem);flex-direction:column;justify-content:center}.agent-card span{font-size:.65rem;font-weight:900;text-transform:uppercase}.agent-card h3{margin:.5rem 0 .2rem;font-family:var(--display);font-size:clamp(1.7rem,3vw,2.7rem)}.agent-card small{color:var(--muted);font-weight:700}.agent-card p{margin-top:1rem;font-size:.88rem}.agent-actions{display:flex;margin-top:1.2rem;gap:.7rem}
.transit-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(2rem,6vw,5rem);background:var(--paper)}.transit-section h2{margin-top:1rem}.transit-section p{color:var(--muted)}.transit-table{border-top:1px solid var(--ink)}.transit-row{display:grid;grid-template-columns:2fr repeat(3,1fr);padding:.9rem 0;border-bottom:1px solid var(--line)}.transit-row.head{font-size:.65rem;font-weight:900;text-transform:uppercase}.transit-row span:not(:first-child){text-align:center}
.conversion-section{background:var(--cream)}.conversion-grid,.tool-grid,.guide-grid,.editorial-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.conversion-grid>a,.tool-grid>a,.guide-grid>article,.editorial-grid>article{min-height:240px;padding:1.4rem;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper);text-decoration:none}.conversion-grid>a:hover,.tool-grid>a:hover{background:var(--gold)}.conversion-grid span,.tool-grid span,.guide-grid b,.editorial-grid b{font-size:.65rem;font-weight:900}.conversion-grid h3,.tool-grid h3,.guide-grid h3,.editorial-grid h3{margin:3.2rem 0 .7rem;font-family:var(--display)}.conversion-grid p,.tool-grid p,.guide-grid p,.editorial-grid p{color:var(--muted);font-size:.86rem}
.editorial-section h2,.process-section h2,.guides-section h2,.detail-section h2{margin-top:1rem}.process-section{background:var(--paper)}.process-section ol{margin:2rem 0 0;padding:0;border-top:1px solid var(--ink);list-style:none}.process-section li{display:grid;grid-template-columns:70px 1fr;padding:1.2rem 0;border-bottom:1px solid var(--line)}.process-section li>b{color:var(--gold);font-family:var(--display)}.process-section h3{margin-bottom:.35rem;font-family:var(--display)}.process-section p{margin:0;color:var(--muted)}
.tools-section{background:var(--cream)}.tools-section>div:first-child{margin-bottom:1.5rem}.tools-section h2{margin-top:1rem}.guide-grid{grid-template-columns:repeat(2,1fr)}.guide-grid>article{min-height:220px}.guide-grid a{font-weight:800}
.report-section{background:var(--paper)}.report-frame iframe{width:100%;height:760px;border:0}.form-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,5rem);background:var(--gold)}.form-section h2{margin-top:1rem}.lead-form{position:relative;padding:clamp(1.3rem,3vw,2rem);background:var(--paper);border:1px solid var(--ink)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.lead-form label{font-size:.68rem;font-weight:900;text-transform:uppercase}.lead-form input,.lead-form textarea,.lead-form select{width:100%;margin-top:.3rem;padding:.7rem;border:1px solid var(--line);background:#fff}.lead-form .wide{grid-column:1/-1}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.consent{display:flex!important;margin:1rem 0;gap:.7rem;align-items:flex-start;text-transform:none!important}.consent input{width:auto;margin:.25rem 0 0}.consent span{font-weight:500}.form-status{margin:.7rem 0 0;font-size:.8rem;min-height:1.2em}.form-status[data-state="success"]{color:#146c2e}.form-status[data-state="error"]{color:#a51f1f}
.latest-report{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,6vw,5rem);align-items:center;background:var(--paper)}.latest-report h2{margin-top:1rem}.change-panel{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:#fff;box-shadow:10px 10px 0 var(--gold)}.change-panel>div{padding:1.6rem;border-right:1px solid rgba(255,255,255,.25)}.change-panel>div:nth-child(2){border:0}.change-panel span,.change-panel small{display:block;font-size:.65rem;font-weight:800;text-transform:uppercase}.change-panel strong{display:block;margin-top:.5rem;font:900 clamp(2rem,4vw,3.4rem)/1 var(--display)}.change-panel small{grid-column:1/-1;padding:1rem;color:#aaa69e;border-top:1px solid rgba(255,255,255,.25)}.up{color:var(--gold)}.down{color:#fff}.report-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.report-list a{display:flex;min-height:230px;padding:1.4rem;flex-direction:column;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper);text-decoration:none}.report-list a:hover{background:var(--gold)}.report-list span,.report-list small{font-size:.7rem}.report-list strong{margin:2.2rem 0 .25rem;font:900 clamp(1.5rem,3vw,2.4rem)/1 var(--display)}.report-list b{margin-top:auto;font-size:.72rem}.monthly-report{background:var(--paper)}.report-title{display:flex;margin-bottom:2rem;gap:3rem;align-items:end;justify-content:space-between}.report-title h2{margin:.9rem 0 1rem}.source-stamp{display:flex;min-width:250px;padding:1.2rem;flex-direction:column;background:var(--gold);box-shadow:8px 8px 0 var(--ink)}.source-stamp span,.source-stamp small{font-size:.65rem;font-weight:800;text-transform:uppercase}.source-stamp strong{font-family:var(--display);font-size:1.3rem}.report-kpis{display:grid;grid-template-columns:1.45fr repeat(3,1fr);border:1px solid var(--ink);background:#fff}.report-kpis article{display:flex;min-height:185px;padding:1.3rem;flex-direction:column;justify-content:flex-end;border-right:1px solid var(--ink)}.report-kpis article:last-child{border:0}.report-kpis .primary-kpi{color:#fff;background:var(--ink)}.report-kpis span,.report-kpis small{font-size:.68rem;font-weight:800;text-transform:uppercase}.report-kpis strong{margin:.55rem 0;font:900 clamp(1.55rem,3vw,2.8rem)/1 var(--display)}.report-kpis .unavailable{font-size:clamp(1.25rem,2.2vw,2rem)}.report-chart-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:1.2rem;margin-top:1.2rem}.benchmark-chart,.interpretation-card{padding:clamp(1.5rem,4vw,3rem);background:#fff;border:1px solid var(--ink)}.interpretation-card{color:#fff;background:var(--ink)}.chart-kicker{color:var(--gold);font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.benchmark-chart h3,.interpretation-card h3{margin:.7rem 0 2rem;font-family:var(--display);font-size:clamp(1.5rem,2.8vw,2.5rem)}.interpretation-card ul{padding-left:1.1rem;color:#cfcbc3}.interpretation-card li+li{margin-top:1rem}.bar-chart{display:grid;gap:1rem}.bar-row{display:grid;grid-template-columns:85px 1fr 115px;gap:.8rem;align-items:center}.bar-row>span{font-size:.72rem;font-weight:900}.bar-row>strong{text-align:right;font-size:.78rem}.bar-track{height:26px;background:#eee9dd}.bar-track i{display:block;height:100%;background:var(--gold)}.bar-row:last-child .bar-track i{background:var(--ink)}.chart-note{margin:1.5rem 0 0;color:var(--muted);font-size:.72rem}.availability-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1.2rem;border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.availability-grid article{display:flex;min-height:170px;padding:1.2rem;flex-direction:column;justify-content:flex-end;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink)}.availability-grid .reported{background:var(--gold)}.availability-grid .missing{background:#ebe7dd}.availability-grid span,.availability-grid small{font-size:.68rem;font-weight:800;text-transform:uppercase}.availability-grid strong{margin:.5rem 0;font:900 clamp(1.2rem,2.4vw,2rem)/1 var(--display)}.data-table-wrap{margin-top:1.2rem;overflow-x:auto}.data-table-wrap table{width:100%;border-collapse:collapse;background:#fff}.data-table-wrap caption{padding:1rem 0;text-align:left;font-family:var(--display);font-size:1.25rem}.data-table-wrap th,.data-table-wrap td{padding:.8rem;border:1px solid var(--line);text-align:left;white-space:nowrap}.data-table-wrap thead{color:#fff;background:var(--ink)}.report-method{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(2rem,6vw,5rem);background:var(--cream)}.report-method h2{margin-top:1rem}.method-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.method-list article{padding:1.2rem;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--paper)}.method-list b{color:var(--gold);font-size:.68rem}.method-list h3{margin:2rem 0 .6rem;font-family:var(--display)}.method-list p{color:var(--muted);font-size:.82rem}
.report-masthead{display:grid;grid-template-columns:1.3fr .7fr;margin-top:2rem;color:#fff;background:var(--ink);border-bottom:8px solid var(--gold)}.report-masthead>div{display:flex;min-height:190px;padding:clamp(1.5rem,4vw,3rem);flex-direction:column;justify-content:center}.report-masthead>div+div{color:var(--ink);background:var(--gold)}.report-masthead span,.report-masthead small{font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.report-masthead strong{margin:.4rem 0;font:900 clamp(2.3rem,5vw,4.7rem)/.95 var(--display);text-transform:uppercase}.report-masthead>div+div strong{font-size:clamp(1.7rem,3.5vw,3.2rem)}.report-band{display:grid;grid-template-columns:68px 1fr auto;margin-top:1.4rem;align-items:center;color:#fff;background:var(--ink)}.report-band>span{display:grid;min-height:58px;place-items:center;color:var(--ink);background:var(--gold);font-weight:900}.report-band>strong{padding:0 1rem;font:900 clamp(1rem,2vw,1.3rem)/1 var(--display);letter-spacing:.04em;text-transform:uppercase}.report-band>small{padding:0 1rem;color:#bdb9b0;font-size:.62rem;font-weight:800;text-transform:uppercase}.market-status-grid,.benchmark-property-grid,.activity-property-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.property-market,.benchmark-property,.activity-property{min-width:0;padding:1.2rem;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:#fff}.property-market header{display:flex;gap:.75rem;align-items:center}.property-market header span,.property-market>small,.benchmark-property>span,.benchmark-property>small,.activity-property span,.activity-property small{display:block;font-size:.62rem;font-weight:800;text-transform:uppercase}.property-market h3,.activity-property h3{margin:.15rem 0;font-family:var(--display);font-size:1.12rem}.property-icon{width:34px;height:34px;flex:0 0 34px;fill:var(--ink);stroke:var(--gold);stroke-width:1}.market-gauge{display:block;width:100%;max-width:260px;margin:.9rem auto 0;overflow:visible}.market-gauge .gauge-zone{fill:none;stroke-width:20}.market-gauge .buyers{stroke:var(--ink)}.market-gauge .balanced{stroke:#ead584}.market-gauge .sellers{stroke:var(--gold)}.market-gauge text{fill:var(--muted);font-size:7px;font-weight:800;text-anchor:middle}.market-gauge .gauge-needle{stroke:var(--ink);stroke-width:4;stroke-linecap:round}.market-gauge .gauge-hub{fill:var(--ink);stroke:#fff;stroke-width:3}.gauge-zones{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:-.15rem;gap:.3rem;color:var(--muted);font-size:.56rem;font-weight:900;text-align:center;text-transform:uppercase}.gauge-zones span:first-child{text-align:left}.gauge-zones span:last-child{text-align:right}.property-market>strong{display:block;margin-top:1.2rem;font:900 clamp(1.25rem,2.4vw,2rem)/1 var(--display)}.property-market>small{margin-top:.35rem;color:var(--muted)}.benchmark-property{display:flex;min-height:320px;flex-direction:column}.benchmark-property.reported{background:var(--gold)}.benchmark-property.missing{background:#efebe2}.benchmark-property>strong{margin:.7rem 0 .25rem;font:900 clamp(1.35rem,2.5vw,2.35rem)/1 var(--display)}.change-lines{margin-top:auto}.change-lines>div{display:grid;grid-template-columns:18px 1fr;padding:.75rem 0;border-top:1px solid rgba(18,18,17,.45)}.change-lines span{font-size:.64rem;font-weight:900;text-transform:uppercase}.change-lines b{grid-column:2;color:var(--muted);font-size:.68rem}.change-symbol{display:block;width:12px;height:12px;margin-top:.15rem}.change-symbol.flat{border:2px solid var(--ink);border-radius:50%}.change-symbol.down{background:var(--ink);transform:rotate(45deg)}.change-symbol.up{border-right:6px solid transparent;border-bottom:9px solid var(--ink);border-left:6px solid transparent}.activity-property{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;min-height:190px}.activity-property h3{grid-column:1/-1;padding-bottom:.75rem;border-bottom:1px solid var(--ink)}.activity-property>div{min-width:0}.activity-property strong{display:block;margin:.35rem 0;font:900 clamp(1.4rem,2.5vw,2.2rem)/1 var(--display)}.activity-property small{color:var(--muted)}
.photo-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:.8rem}.photo-grid figure{position:relative;margin:0;overflow:hidden}.photo-grid img{width:100%;height:100%;object-fit:cover}.photo-grid figcaption{position:absolute;right:0;bottom:0;left:0;padding:.7rem;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.75));font-size:.68rem}.photo-1{grid-column:span 7;grid-row:span 2;min-height:430px}.photo-2{grid-column:span 5;min-height:210px}.photo-3{grid-column:span 5;min-height:210px}.photo-4,.photo-5,.photo-6{grid-column:span 4;min-height:240px}
.detail-section{background:var(--ink);color:#fff}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.25)}.detail-grid article{padding:1.5rem;border-right:1px solid rgba(255,255,255,.25)}.detail-grid article:last-child{border:0}.detail-grid h3{font-family:var(--display)}.detail-grid ul{padding-left:1.1rem;color:#c9c5bd}
.team-section{background:var(--paper)}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:1.5rem}.mike-video{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(2rem,6vw,5rem);align-items:center;background:var(--cream)}.mike-video h2{margin-top:1rem}.contact-panel{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:var(--gold)}.contact-panel h2{margin-top:1rem}.contact-panel>div:last-child{display:flex;flex-direction:column}.contact-panel a{display:flex;padding:1rem 0;flex-direction:column;border-bottom:1px solid var(--ink);text-decoration:none}.contact-panel a span{font-size:.65rem;font-weight:900;text-transform:uppercase}.contact-panel strong{font-size:clamp(1.2rem,2.5vw,2rem)}.booking-section{background:var(--paper)}.booking-frame iframe{width:100%;height:720px;border:0}.source-section{background:var(--paper)}.source-section h2{margin-top:1rem}.source-section ul{margin:2rem 0 0;padding:0;border-top:1px solid var(--ink);list-style:none}.source-section a{display:flex;padding:1rem .2rem;justify-content:space-between;border-bottom:1px solid var(--line);font-weight:800;text-decoration:none}
.cta-band{display:flex;max-width:var(--max);margin:auto;padding:clamp(3rem,6vw,5rem) var(--pad);gap:3rem;align-items:end;justify-content:space-between;color:#fff;background:var(--charcoal)}.cta-band h2{margin:.9rem 0 1rem}.cta-band p{color:#c9c5bd}.cta-band .buttons{flex-shrink:0}.market-float{position:fixed;z-index:25;right:1rem;bottom:1rem}.market-float a{display:flex;padding:.8rem 1rem;flex-direction:column;color:var(--ink);background:var(--gold);box-shadow:5px 5px 0 var(--ink);text-decoration:none}.market-float span{font-size:.56rem;font-weight:900;text-transform:uppercase}.market-float strong{font-size:.78rem}
.site-footer{max-width:var(--max);margin:auto;color:#dedad1;background:var(--ink)}.footer-lead{display:flex;padding:clamp(3rem,6vw,5rem) var(--pad);gap:2rem;align-items:end;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2)}.footer-lead h2{margin:.9rem 0 0}.footer-lead>div:last-child{display:flex;flex-direction:column;align-items:flex-end}.footer-lead a{font-size:clamp(1rem,2vw,1.5rem);font-weight:800;text-decoration:none}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:2rem;padding:clamp(3rem,6vw,5rem) var(--pad)}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer-grid p{max-width:33ch;color:#9d9991;font-size:.84rem}.footer-grid b{margin-bottom:.9rem;color:var(--gold);font-size:.68rem;text-transform:uppercase}.footer-grid a,.footer-grid span{margin:.25rem 0;color:#c8c4bb;font-size:.78rem;text-decoration:none}.footer-brand{margin-bottom:1rem!important}.footer-legal{display:flex;padding:1rem var(--pad);gap:1.5rem;justify-content:space-between;border-top:1px solid rgba(255,255,255,.2);color:#858179;font-size:.63rem}.footer-legal span:last-child{max-width:70ch;text-align:right}
@media(max-width:1050px){.nav-toggle{display:block}.site-nav{position:absolute;top:81px;right:var(--pad);left:var(--pad);display:none;padding:1rem;flex-direction:column;align-items:stretch;background:var(--paper);border:1px solid var(--ink);box-shadow:7px 7px 0 var(--gold)}.site-nav.open{display:flex}.site-nav a{padding:.5rem}.home-hero,.page-hero{grid-template-columns:1fr 1fr}.intro-grid,.luxury-section,.agents-section,.market-teaser{grid-template-columns:1fr 1fr}.agent-duo{grid-template-columns:1fr}.conversion-grid,.tool-grid,.editorial-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr repeat(2,1fr)}.footer-grid>div:nth-child(4),.footer-grid>div:nth-child(5){grid-column:auto}.proof-grid{grid-template-columns:1fr}.proof-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.report-kpis{grid-template-columns:1fr 1fr}.report-kpis article:nth-child(2){border-right:0}.report-kpis article:nth-child(-n+2){border-bottom:1px solid var(--ink)}.availability-grid,.market-status-grid,.benchmark-property-grid,.activity-property-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){h1{font-size:clamp(2.55rem,11.5vw,3.6rem)}h2{font-size:clamp(1.9rem,8vw,2.8rem)}.utility{display:none}.site-header{min-height:74px}.site-nav{top:73px}.home-hero,.page-hero,.intro-grid,.search-section,.luxury-section,.market-teaser,.transit-section,.form-section,.mike-video,.contact-panel,.latest-report,.report-chart-grid,.report-method,.report-masthead{grid-template-columns:1fr}.hero-image{min-height:360px}.hero-copy{min-height:490px}.hero-copy h1,.page-hero h1{font-size:clamp(2.5rem,10.5vw,3.35rem);overflow-wrap:normal}.page-hero>div:first-child{min-height:380px}.page-hero-image{min-height:280px}.action-strip{grid-template-columns:1fr 1fr}.action-strip a:nth-child(2){border-right:0}.section-head,.cta-band,.footer-lead,.report-title{align-items:stretch;flex-direction:column}.image-stack{min-height:430px}.search-box>div{flex-direction:column}.video-story,.video-story.reverse{grid-template-columns:1fr}.video-story>.video{min-height:260px}.video-story>.video.short{width:min(100%,360px);min-height:0;aspect-ratio:9/16}.agent-card{grid-template-columns:1fr}.agent-image{min-height:360px}.transit-row{grid-template-columns:1.6fr repeat(3,1fr);font-size:.75rem}.conversion-grid,.tool-grid,.guide-grid,.editorial-grid,.detail-grid,.team-grid,.report-list,.method-list,.report-kpis,.availability-grid,.market-status-grid,.benchmark-property-grid,.activity-property-grid{grid-template-columns:1fr}.report-kpis article,.report-kpis article:nth-child(2){border-right:0;border-bottom:1px solid var(--ink)}.availability-grid article,.property-market,.benchmark-property,.activity-property{border-right:0}.report-band{grid-template-columns:56px 1fr}.report-band>small{display:none}.report-masthead>div{min-height:150px}.bar-row{grid-template-columns:62px 1fr 92px;gap:.5rem}.bar-row>strong{font-size:.69rem}.detail-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.photo-grid{grid-template-columns:1fr}.photo-grid figure{grid-column:auto!important;min-height:250px}.form-grid{grid-template-columns:1fr}.lead-form .wide{grid-column:auto}.listing-frame iframe{height:680px}.report-frame iframe{height:650px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-legal{flex-direction:column}.footer-legal span:last-child{text-align:left}.market-float{right:.7rem;bottom:.7rem}.market-float span{display:none}}
.report-kpis .down{color:var(--ink)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
