/* Development design tokens: approved white, navy and raspberry concept. */
body.hmd-design{--hmd-navy:#26385f;--hmd-pink:#db365e;--hmd-pale:#fbedf2;--hmd-grey:#f5f6f8;--hmd-line:#dce1e9;--hmd-serif:"ClearfaceStd-Regular","Clearface Std",Georgia,serif;--hmd-sans:"GT-Walsheim-Regular","GT Walsheim",Arial,sans-serif;background:#fff;color:var(--hmd-navy);cursor:auto!important}
.hmd-design .c-cursor,.hmd-design .cursor{display:none!important}
.hmd-page,.hmd-page *,.hmd-page *:before,.hmd-page *:after{box-sizing:border-box}
.hmd-page{background:#fff;font-family:var(--hmd-sans);padding:0 0 30px;color:var(--hmd-navy)}
.hmd-container{width:calc(100% - 96px);max-width:1408px;margin-left:auto;margin-right:auto}
.hmd-page h1,.hmd-page h2,.hmd-page h3{font-family:var(--hmd-serif);font-weight:400;color:var(--hmd-navy);letter-spacing:-.025em;line-height:1.12;text-transform:none}
.hmd-page h1{font-size:clamp(38px,4vw,58px);margin:0 0 4px}
.hmd-page h2{font-size:clamp(32px,3.6vw,52px);margin:0 0 14px}
.hmd-page h3{font-size:clamp(25px,2.5vw,36px);margin:0 0 16px}
.hmd-page p{font-size:18px;line-height:1.5;margin:0 0 18px;color:var(--hmd-navy)}
.hmd-page a{color:var(--hmd-navy)}
.hmd-page button,.hmd-page input,.hmd-page select,.hmd-page summary{font-family:var(--hmd-sans);font-size:16px}
.hmd-page svg{width:22px;height:22px;flex-shrink:0}
.hmd-page :focus-visible{outline:3px solid var(--hmd-pink);outline-offset:4px}
.hmd-page [hidden]{display:none!important}
.hmd-page section[id],.hmd-page div[id]{scroll-margin-top:120px}
.hmd-heading{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:40px 0 22px}
.hmd-heading .hmd-locality{font-size:23px;margin:0 0 7px}
.hmd-w3w{display:inline-flex;align-items:center;gap:10px;font-size:15px;text-underline-offset:4px}
.hmd-w3w span{font-size:24px;color:var(--hmd-pink)}
.hmd-contact-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.hmd-page .hmd-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 24px;border:1px solid var(--hmd-pink);border-radius:9px;background:var(--hmd-pink);color:#fff;text-decoration:none;line-height:1.25;font-size:16px;font-weight:500;cursor:pointer;transition:background .15s,box-shadow .15s}
.hmd-page .hmd-button:hover{background:#b92b50;border-color:#b92b50;color:#fff;box-shadow:0 3px 12px #26385f15}
.hmd-page .hmd-outline{background:#fff;color:var(--hmd-navy);border-color:var(--hmd-navy)}
.hmd-page .hmd-outline:hover{background:var(--hmd-grey);color:var(--hmd-navy);border-color:var(--hmd-navy)}
.hmd-page .hmd-navy{background:var(--hmd-navy);border-color:var(--hmd-navy);color:#fff}
.hmd-page .hmd-pill{border-radius:999px;white-space:nowrap}
.hmd-gallery{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,3fr);grid-template-rows:1fr 1fr;gap:14px;height:560px;position:relative}
.hmd-gallery-photo{padding:0;border:0;display:block;overflow:hidden;border-radius:16px;background:var(--hmd-grey);min-width:0;cursor:zoom-in}
.hmd-gallery-photo:first-child{grid-row:1/3}
.hmd-gallery-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}
.hmd-gallery-photo:hover img{transform:scale(1.015)}
.hmd-gallery--1{display:block;height:530px}.hmd-gallery--1 .hmd-gallery-photo{width:100%;height:100%}
.hmd-gallery--2 .hmd-gallery-photo:nth-child(2){grid-row:1/3}
.hmd-gallery-all{position:absolute;top:18px;right:18px;display:flex;align-items:center;gap:8px;border:1px solid #fff;border-radius:8px;background:#fffefc;color:var(--hmd-navy);padding:10px 14px;min-height:44px;font-size:14px;box-shadow:0 3px 15px #26385f20;cursor:pointer}
.hmd-intro{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,1fr);gap:20px;position:relative;padding:0 14px;align-items:start;margin-bottom:72px}
.hmd-intro--overlap{margin-top:-48px}
.hmd-intro-main,.hmd-glance{border:1px solid #e9eaf0;border-radius:16px;padding:28px 30px;box-shadow:0 9px 22px #26385f09}
.hmd-intro-main{background:#f8f9fb}
.hmd-intro-main h2{font-size:clamp(30px,3.5vw,48px)}
.hmd-intro-main .hmd-lead{font-size:19px;line-height:1.45;margin-bottom:20px}
.hmd-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.hmd-shortcuts .hmd-button{font-size:15px;padding:12px 18px;justify-content:space-between}
.hmd-glance{background:var(--hmd-pale);margin-top:20px;padding:28px}
.hmd-glance h2{font-size:34px}
.hmd-glance ul{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:19px}
.hmd-glance li{display:flex;align-items:center;gap:15px;font-size:17px;line-height:1.4}
.hmd-glance li>svg{width:30px;height:30px;padding:6px;border-radius:50%;color:#fff;background:var(--hmd-pink);stroke-width:2.2}
.hmd-page details{margin-top:18px;font-size:16px;line-height:1.55}
.hmd-page summary{cursor:pointer;text-decoration:underline;text-underline-offset:4px;font-size:15px;list-style-position:inside}
.hmd-page details[open] summary{margin-bottom:16px}
.hmd-page details p{font-size:16px}
.hmd-more-features .features{padding:0!important;margin:0!important;width:100%!important;background:none!important;box-shadow:none!important}
.hmd-more-features .features .container,.hmd-more-features .features .inner{width:100%!important;max-width:none!important;padding:0!important}
.hmd-more-features .features h2{font-size:22px}.hmd-more-features .features ul{display:block!important}.hmd-more-features .features li{width:100%!important;padding:12px 0!important}
.hmd-more-features .features img{max-width:30px;max-height:30px}
.hmd-section-heading{margin-bottom:26px}.hmd-section-heading p{font-size:21px}
.hmd-homes{margin-bottom:76px}
.hmd-page #properties,.hmd-page #properties>.inner{width:100%;max-width:none;padding:0;margin:0;background:none}
.hmd-page #properties>.inner{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,.94fr);column-gap:24px;align-items:start}
.hmd-page #properties>.inner>.upper{grid-column:1/-1;grid-row:1;display:block!important;margin:0 0 28px!important;padding:0!important}
.hmd-page #properties>.inner>.upper>h2{display:none}
.hmd-page #properties.hpf-enhanced .hpf-toolbar{position:static!important;display:flex!important;flex-wrap:wrap;gap:16px;padding:16px 18px;border-radius:12px;box-shadow:0 5px 20px #26385f06}
.hmd-page #properties.hpf-enhanced .hpf-control-row{flex:1;display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px}
.hmd-page #properties.hpf-enhanced .hpf-status-controls{display:flex;flex-wrap:wrap;gap:10px}
.hmd-page #properties.hpf-enhanced .hpf-toggle{padding:10px 12px;min-height:48px;font-size:14px;gap:7px}
.hmd-page #properties.hpf-enhanced .hpf-result-count{font-size:16px;white-space:nowrap}
.hmd-page #properties .hmh-development-enquiry__toolbar-summary{gap:12px;display:flex;align-items:center}
.hmd-page #properties .hmh-development-enquiry__trigger{min-height:48px;padding:10px 18px;font-size:15px}
.hmd-page #properties.hpf-enhanced .hpf-bedroom-controls{padding:0;border:0;gap:9px;display:flex;align-items:center;margin:0}
.hmd-page #properties.hpf-enhanced .hpf-bedroom-controls legend{font-size:13px}
.hmd-page #properties.hpf-enhanced .hpf-bedroom{min-width:43px;min-height:48px;font-size:14px;padding:8px}
.hmd-page #properties.hpf-enhanced .items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;grid-row:2;grid-column:1;padding:0;margin:0;align-items:stretch}
.hmd-page #properties.hpf-enhanced .hpf-card{width:100%;max-width:none;margin:0;border:1px solid var(--hmd-line);border-radius:13px;overflow:hidden;box-shadow:0 5px 17px #26385f05;background:#fff;display:flex;flex-direction:column}
.hmd-page #properties.hpf-enhanced .hpf-card .image{height:auto;aspect-ratio:1.4;min-height:0;border-radius:0;margin:0}
.hmd-page #properties.hpf-enhanced .hpf-card .image img{height:100%;width:100%;object-fit:cover}
.hmd-page #properties.hpf-enhanced .hpf-card .info{padding:20px 20px 0;flex:1}
.hmd-page #properties.hpf-enhanced .hpf-card h3{font-family:var(--hmd-serif);color:var(--hmd-navy);font-size:clamp(22px,2vw,29px);line-height:1.14;margin:0 0 9px}
.hmd-page #properties.hpf-enhanced .property-type{font-size:15px;color:#536385}
.hmd-page #properties.hpf-enhanced .details{display:flex;gap:14px;flex-wrap:wrap;padding-top:15px;border-top:1px solid var(--hmd-line);margin-top:15px;justify-content:flex-start}
.hmd-page #properties.hpf-enhanced .details .detail{padding:0;margin:0;min-width:0;flex:1}
.hmd-page #properties.hpf-enhanced .details .label{font-size:12px;margin-bottom:5px}.hmd-page #properties.hpf-enhanced .details .stat{font-size:21px;color:var(--hmd-navy)}
.hmd-page #properties.hpf-enhanced .hpf-card .lower{padding:16px 18px 20px;display:flex;flex-wrap:wrap;gap:8px}
.hmd-page #properties.hpf-enhanced .hpf-card .btn{width:100%;font-size:15px;padding:12px 18px;min-height:46px;margin:0;border-radius:999px}
.hmd-page #properties.hpf-enhanced .hpf-card .hmd-charge-note{font-size:12px;line-height:1.45;margin:14px 0 0;color:#536385}
.hmd-page #properties.hpf-enhanced .hpf-card[hidden],.hmd-page #properties.hpf-enhanced .hmd-page-hidden{display:none!important}
.hmd-page #properties.hpf-enhanced .hpf-empty{grid-row:2;grid-column:1}
.hmd-plan-panel{grid-column:2;grid-row:2/4;position:sticky;top:110px;background:var(--hmd-grey);border:1px solid var(--hmd-line);border-radius:14px;padding:22px;min-width:0}
.hmd-plan-panel #site-plan{width:100%;padding:0;margin:0;background:none}
.hmd-plan-panel #site-plan>.upper{padding:0;margin:0 0 18px;border:0}.hmd-plan-panel #site-plan>.upper h2{font-size:31px;margin:0}
.hmd-plan-panel #site-plan>.lower{padding:0;margin:0;width:100%;border:0}
.hmd-plan-panel .hmh-spm{max-width:100%;margin:0;background:transparent;border:0}
.hmd-plan-panel .hmh-spm__toolbar{flex-wrap:wrap;gap:8px}
.hmd-plan-panel .hmh-spm__viewport{height:460px!important;min-height:360px!important;border:0;border-radius:8px}
.hmd-plan-panel .hmh-spm__legend{font-size:13px;gap:10px;flex-wrap:wrap}
.hmd-plan-panel .hmh-spm button{font-size:13px}
.hmd-plan-panel .hmh-spm .hmh-spm__marker{font-size:var(--hmh-spm-marker-font-size)}
.hmd-page .hmd-pagination{grid-column:1;grid-row:3;display:flex;gap:14px;align-items:center;justify-content:space-between;margin-top:20px;font-size:14px}
.hmd-pagination button{min-width:44px;min-height:44px;border:1px solid var(--hmd-line);border-radius:50%;background:#fff;color:var(--hmd-navy);display:grid;place-items:center;cursor:pointer}
.hmd-pagination button:first-child svg{transform:rotate(180deg)}.hmd-pagination button:disabled{opacity:.35;cursor:default}
.hmd-page #properties.hmd-no-plan>.inner{grid-template-columns:1fr}.hmd-page #properties.hmd-no-plan .items{grid-template-columns:repeat(3,minmax(0,1fr))}
.hmd-view-switch{display:none}
.hmd-neighbourhood{margin-bottom:46px}
.hmd-area-grid{display:grid;grid-template-columns:1.25fr .8fr;gap:30px;align-items:start}
.hmd-map-card{overflow:hidden;border:1px solid var(--hmd-line);border-radius:12px;background:var(--hmd-grey)}
.hmd-map-card #map{height:470px;width:100%;border:0}
.hmd-map-tabs{display:flex;gap:8px;padding:10px}
.hmd-map-tabs button{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;min-height:44px;border:1px solid var(--hmd-line);border-radius:7px;background:#fff;color:var(--hmd-navy);font-size:14px;cursor:pointer}
.hmd-map-tabs button[aria-pressed=true]{background:var(--hmd-navy);color:#fff;border-color:var(--hmd-navy)}
.hmd-area-copy{padding:8px 0}.hmd-area-copy>p{font-size:18px}
.hmd-area-link{display:flex;align-items:center;text-align:left;gap:16px;width:100%;border:0;border-bottom:1px solid var(--hmd-line);padding:20px 0;background:#fff;color:var(--hmd-navy);cursor:pointer}
.hmd-area-link>span:nth-child(2){flex:1;display:grid;gap:5px}.hmd-area-link strong{font-family:var(--hmd-serif);font-size:22px;font-weight:400;line-height:1.2}.hmd-area-link span span{font-size:15px;line-height:1.4}
.hmd-area-icon{width:56px;height:56px;border-radius:50%;background:var(--hmd-pale);color:var(--hmd-pink);display:grid;place-items:center;flex-shrink:0}.hmd-area-icon svg{width:30px;height:30px}
.hmd-area-details{margin-top:20px}.hmd-area-details summary{font-size:17px}
.hmd-costs{margin-bottom:58px}
.hmd-cost-banner{display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:16px;background:var(--hmd-pale);padding:34px 40px}
.hmd-cost-banner h2{font-size:clamp(30px,3.5vw,48px)}.hmd-cost-banner p{font-size:19px}.hmd-cost-banner .hmd-button{min-width:210px;justify-content:space-between}
.hmd-cost-symbol{flex:0 0 165px;display:grid;place-items:center;background:#fae3ec;border-radius:50%;width:165px;height:165px;color:var(--hmd-pink)}.hmd-cost-symbol svg{width:95px;height:95px;stroke-width:1}
#hmd-calculator{padding-top:30px;background:#f0f0f0}.hmd-page .hmd-tour{margin-bottom:58px}
.hmd-tour #tour{padding:0;margin:0;width:100%}.hmd-tour #tour>.upper{margin:0 0 20px;padding:0;border:0}.hmd-tour iframe{border-radius:14px;max-width:100%;width:100%}
.hmd-brochure{margin-bottom:40px}.hmd-brochure #brochure{padding:0;margin:0;width:100%;background:var(--hmd-grey);border-radius:16px}.hmd-brochure #brochure>.upper{display:none}.hmd-brochure #brochure>.lower{padding:0;margin:0}
.hmd-brochure .hmh-brochure-card{padding:30px 44px;gap:44px;border-radius:16px}.hmd-brochure .hmh-brochure-card h3{font-size:38px}.hmd-brochure .hmh-brochure-card p{max-width:640px;font-size:20px}
.hmd-stories-slot .hmhcs-development-stories{width:100%;max-width:none;padding:0;margin:0 0 50px;background:#fff}
.hmd-stories-slot .hmhcs-development-stories__title-row h2{font-size:40px}
.hmd-stories-slot .hmhcs-development-stories__track{grid-auto-columns:calc((100% - 48px)/3);gap:24px}
.hmd-stories-slot .hmhcs-development-card{border:0;background:#fff;box-shadow:none;border-radius:0}
.hmd-stories-slot .hmhcs-development-card__media{border-radius:12px;aspect-ratio:1.5;overflow:hidden}
.hmd-stories-slot .hmhcs-development-card__content{padding:15px 0 0}
.hmd-stories-slot .hmhcs-development-card h3{font-size:28px;margin:0 0 8px}
.hmd-stories-slot .hmhcs-development-card__intro{display:none}
.hmd-small-print{color:#63708a;font-size:13px}.hmd-small-print .small-print{width:100%;padding:0;margin:0}.hmd-small-print p{font-size:13px;line-height:1.6;color:#63708a}
.hmd-end{display:flex;align-items:center;justify-content:space-between;font-size:14px;margin-top:28px;padding-top:20px;border-top:1px solid var(--hmd-line)}
.hmd-lightbox{position:fixed;inset:0;width:min(1180px,96vw);max-width:96vw;height:94dvh;max-height:94dvh;margin:auto;padding:56px 25px 20px;background:#fff;border:0;border-radius:16px;color:var(--hmd-navy);overflow:auto}
.hmd-lightbox::backdrop{background:#111c35d9}
.hmd-lightbox figure{height:calc(100% - 80px);margin:0;display:flex;flex-direction:column;gap:12px;align-items:center}
.hmd-lightbox figure img{width:100%;min-height:0;flex:1;object-fit:contain}.hmd-lightbox figcaption{font-size:14px;text-align:center}
.hmd-lightbox .hmd-lightbox-close{position:absolute;top:8px;right:12px;min-height:38px;font-size:14px;padding:8px 12px}
.hmd-lightbox-nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:15px}.hmd-lightbox-nav [data-hmd-previous] svg{transform:rotate(180deg)}
@media(min-width:1500px){.hmd-heading{padding-top:44px}.hmd-gallery{height:610px}.hmd-intro--overlap{margin-top:-59px}}
@media(max-width:1150px){.hmd-container{width:calc(100% - 56px)}.hmd-heading{align-items:flex-start}.hmd-contact-actions{max-width:490px}.hmd-contact-actions .hmd-button{font-size:14px;padding:12px 16px}.hmd-gallery{height:480px}.hmd-intro-main,.hmd-glance{padding:24px}.hmd-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.hmd-page #properties>.inner{grid-template-columns:1.1fr 1fr;gap:20px}.hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:23px}.hmd-page #properties.hpf-enhanced .hpf-card .info{padding:15px 14px 0}.hmd-page #properties.hpf-enhanced .items{gap:15px}.hmd-plan-panel{padding:18px}.hmd-area-grid{grid-template-columns:1.1fr 1fr;gap:25px}.hmd-map-card #map{height:460px}}
@media(max-width:900px){.hmd-heading{display:block}.hmd-contact-actions{justify-content:flex-start;max-width:none;margin-top:20px}.hmd-gallery{height:440px}.hmd-intro{grid-template-columns:1.7fr 1fr;gap:15px;padding:0 8px}.hmd-intro-main,.hmd-glance{padding:22px}.hmd-glance h2{font-size:29px}.hmd-glance li{font-size:15px}.hmd-page #properties>.inner{grid-template-columns:1fr}.hmd-page #properties.hpf-enhanced .items{grid-column:1;grid-row:2}.hmd-plan-panel{grid-column:1;grid-row:4;position:static;margin-top:24px}.hmd-page .hmd-pagination{grid-row:3}.hmd-area-grid{grid-template-columns:1fr}.hmd-map-card #map{height:430px}.hmd-area-copy{padding:0}.hmd-cost-symbol{display:none}}
@media(max-width:700px){.hmd-container{width:calc(100% - 32px)}.hmd-heading{padding-top:25px;padding-bottom:18px}.hmd-page h1{font-size:36px}.hmd-heading .hmd-locality{font-size:19px}.hmd-contact-actions{gap:8px}.hmd-contact-actions .hmd-button{font-size:13px;gap:6px;padding:10px 12px;min-height:44px}.hmd-contact-actions svg{width:17px;height:17px}.hmd-contact-actions .hmd-button:first-child{flex-basis:auto}.hmd-gallery{display:flex;height:300px;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;border-radius:12px}.hmd-gallery-photo{flex:0 0 90%;width:90%;height:100%;scroll-snap-align:start;min-width:90%;border-radius:12px}.hmd-gallery--1 .hmd-gallery-photo{flex-basis:100%;min-width:100%}.hmd-gallery-all{position:sticky;right:10px;top:10px;align-self:flex-start;flex-shrink:0;margin-left:-150px;font-size:12px;min-height:40px;padding:8px 10px}.hmd-gallery-all span{display:none}.hmd-intro{display:block;padding:0;margin-top:16px;margin-bottom:44px}.hmd-intro-main,.hmd-glance{padding:24px 20px;box-shadow:none}.hmd-intro-main h2{font-size:31px}.hmd-intro-main .hmd-lead{font-size:17px}.hmd-glance{margin-top:14px}.hmd-glance ul{margin-top:18px;gap:15px}.hmd-glance li{font-size:16px}.hmd-shortcuts{gap:9px}.hmd-shortcuts .hmd-button{font-size:14px;padding:12px;gap:8px}.hmd-shortcuts svg{width:18px;height:18px}.hmd-page h2{font-size:32px}.hmd-section-heading p{font-size:18px}.hmd-section-heading{margin-bottom:20px}.hmd-homes{margin-bottom:44px}.hmd-page #properties.hpf-enhanced .hpf-toolbar{padding:14px;gap:14px}.hmd-page #properties .hmh-development-enquiry__toolbar-summary{width:100%;justify-content:space-between}.hmd-page #properties.hpf-enhanced .hpf-control-row{display:block}.hmd-page #properties.hpf-enhanced .hpf-status-controls{gap:7px;margin-bottom:14px}.hmd-page #properties.hpf-enhanced .hpf-toggle{font-size:12px;padding:10px 8px;gap:5px;flex:1}.hmd-page #properties .hpf-toggle-check{display:none}.hmd-page #properties.hpf-enhanced .hpf-bedroom-controls{justify-content:space-between}.hmd-page #properties.hpf-enhanced .items{grid-template-columns:1fr;gap:18px}.hmd-page #properties.hpf-enhanced .hpf-card .image{aspect-ratio:1.6}.hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:29px}.hmd-page #properties.hpf-enhanced .hpf-card .info{padding:20px 20px 0}.hmd-page #properties.hpf-enhanced .hpf-card .lower{padding:18px 20px 20px}.hmd-page #properties.hpf-enhanced .details .stat{font-size:23px}.hmd-view-switch{display:flex;gap:8px;margin-bottom:16px}.hmd-view-switch .hmd-button{flex:1}.hmd-homes[data-view=plan] #properties .items,.hmd-homes[data-view=plan] #properties .hpf-empty,.hmd-homes[data-view=plan] #properties .hmd-pagination{display:none!important}.hmd-homes[data-view=homes] .hmd-plan-panel{display:none}.hmd-homes[data-view=plan] .hmd-plan-panel{grid-row:2;margin:0}.hmd-plan-panel{padding:16px}.hmd-plan-panel #site-plan>.upper h2{font-size:28px}.hmd-plan-panel .hmh-spm__viewport{height:430px!important;min-height:340px!important}.hmd-page #properties.hmd-no-plan .items{grid-template-columns:1fr}.hmd-map-card #map{height:350px}.hmd-map-tabs{padding:8px;gap:5px}.hmd-map-tabs button{font-size:12px;gap:5px}.hmd-map-tabs svg{width:17px}.hmd-area-copy h3{font-size:28px}.hmd-area-copy>p{font-size:17px}.hmd-area-link{gap:12px;padding:18px 0}.hmd-area-link strong{font-size:23px}.hmd-area-icon{width:48px;height:48px}.hmd-cost-banner{padding:26px 22px}.hmd-cost-banner h2{font-size:32px}.hmd-cost-banner p{font-size:17px}.hmd-costs,.hmd-tour{margin-bottom:40px}.hmd-brochure .hmh-brochure-card{padding:26px 22px;gap:24px;align-items:flex-start;text-align:left}.hmd-brochure .hmh-brochure-card a[data-cover]{align-self:center}.hmd-brochure .hmh-brochure-card h3{font-size:30px}.hmd-brochure .hmh-brochure-card p{font-size:17px}.hmd-stories-slot .hmhcs-development-stories__title-row h2{font-size:31px}.hmd-stories-slot .hmhcs-development-stories__track{grid-auto-columns:85%;gap:18px}.hmd-stories-slot .hmhcs-development-stories__summary-row{display:block}.hmd-stories-slot .hmhcs-development-stories__summary-row p{font-size:17px}.hmd-stories-slot .hmhcs-development-stories__view-all{margin-top:10px}.hmd-end{gap:15px;font-size:13px}.hmd-lightbox{padding:58px 14px 14px}.hmd-lightbox figcaption{font-size:12px}}
@media(prefers-reduced-motion:reduce){.hmd-page *{scroll-behavior:auto!important;transition:none!important}}

.hmd-page #properties .hmd-card-price{border-top:1px solid var(--hmd-line);padding-top:18px;margin-top:18px;display:grid;gap:4px}.hmd-page #properties .hmd-card-price strong{font-family:var(--hmd-serif);font-size:34px;font-weight:400;line-height:1.15}.hmd-page #properties .hmd-card-price span{font-size:16px;color:#536385}.hmd-legacy-cover{flex:0 0 210px;min-width:0}.hmd-page .hmd-legacy-cover ._df_thumb{margin:0;width:210px;height:297px}.hmd-page .hmd-legacy-cover .df-book-title{display:none}.hmd-page .hmd-legacy-brochure .hmh-br-card-copy{flex:1}@media(max-width:650px){.hmd-legacy-cover{flex:auto;align-self:center}}

/* Scope overrides above the legacy theme and Suite's brand rules. */
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .info,body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .hmd-card-price,body.hmd-design .hmd-page #properties.hpf-enhanced .hmd-charge-note{text-align:left!important;align-items:flex-start!important}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .property-type{font-family:var(--hmd-sans)!important;font-style:normal!important;font-size:16px!important;text-align:left!important}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-toggle{width:auto!important;flex:0 1 auto!important}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-status-controls{flex-direction:row!important;align-items:center!important}
body.hmd-design .hmd-stories-slot .hmhcs-development-card__intro{display:none!important}
body.hmd-design .hmd-stories-slot .hmhcs-development-card__media{aspect-ratio:1.5!important}
body.hmd-design .hmd-page .hmd-map-preview-note{padding:14px 18px;margin:0;font-size:14px;line-height:1.45;background:#fff;border-bottom:1px solid var(--hmd-line)}.hmd-map-preview-note a{display:block;text-decoration:underline;text-underline-offset:3px}
body.hmd-design .hmd-page #properties .hmd-card-price strong{font-family:var(--hmd-serif)!important;font-weight:400!important}

@media(min-width:1500px){.hmd-heading{padding:28px 0 16px}.hmd-gallery{height:510px}}
.hmd-page details p{ text-align:left!important; }
@media(max-width:700px){
 .hmd-homes[data-view=homes] .hmd-plan-panel:has([data-alert-dialog]:not([hidden])){display:block;height:0;padding:0;margin:0;border:0;position:static;}
 .hmd-homes[data-view=homes] .hmd-plan-panel:has([data-alert-dialog]:not([hidden])) #site-plan>.upper,
 .hmd-homes[data-view=homes] .hmd-plan-panel:has([data-alert-dialog]:not([hidden])) .hmh-spm>*:not([data-alert-dialog]){display:none!important;}
}

body.hmd-design .hmd-brochure #brochure{max-width:none!important;width:100%!important}
body.hmd-design .hmd-stories-slot .hmhcs-development-card{flex:0 0 calc((100% - 48px)/3)!important;min-width:0!important}
body.hmd-design .hmd-stories-slot .hmhcs-development-stories__track{gap:24px!important}
body.hmd-design .hmd-stories-slot .hmhcs-development-stories__summary-row p{font-size:20px!important}
@media(max-width:700px){body.hmd-design .hmd-stories-slot .hmhcs-development-card{flex-basis:85%!important}body.hmd-design .hmd-stories-slot .hmhcs-development-stories__track{gap:18px!important}body.hmd-design .hmd-stories-slot .hmhcs-development-stories__summary-row p{font-size:17px!important}}

/* Review corrections: aligned feature panels and compact four-home pages. */
body.hmd-design .hmd-intro{align-items:stretch}
body.hmd-design .hmd-glance{margin-top:0;align-self:stretch}
.hmd-heading>div:first-child{flex:1;min-width:0}.hmd-contact-actions{flex:0 1 560px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .image{aspect-ratio:2.1}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:23px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .info{padding:16px 16px 0}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower{padding:12px 16px 16px}
body.hmd-design .hmd-page #properties .hmd-card-price{padding-top:10px;margin-top:10px}
body.hmd-design .hmd-page #properties .hmd-card-price strong{font-size:28px}
body.hmd-design .hmd-page #properties .hmd-charge-note{margin:10px 0 0;font-size:12px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .property-type{font-size:14px!important}
.hmd-plan-panel>[data-hmd-plan-expand]{margin:0 0 20px}
.hmd-area-text p{text-align:left!important;font-size:18px;line-height:1.6}
.hmd-modal{position:fixed;inset:0;margin:auto;border:0;border-radius:16px;width:min(1180px,96vw);max-width:96vw;max-height:94dvh;padding:24px;background:#fff;color:var(--hmd-navy);overflow:auto}
.hmd-modal::backdrop{background:#111c35d9}
.hmd-modal-close{position:sticky;top:0;z-index:20;display:flex!important;margin-left:auto;margin-bottom:20px!important}
body:has(.hmd-modal[open]){overflow:hidden}
.hmd-plan-modal{width:98vw;max-width:98vw;height:96dvh;max-height:96dvh}
body.hmd-design .hmd-plan-modal .hmd-plan-panel{display:block!important;padding:0;margin:0;border:0;position:static}
body.hmd-design .hmd-plan-modal .hmh-spm__viewport{height:calc(96dvh - 245px)!important;min-height:300px!important}
@media(max-width:700px){body.hmd-design .hmd-glance{margin-top:14px}.hmd-contact-actions{max-width:none}.hmd-modal{padding:14px}.hmd-plan-modal .hmh-spm__viewport{height:calc(96dvh - 280px)!important}.hmd-heading .hmd-locality{font-size:19px}}

.hmd-feature-link{display:block;font-size:14px;margin-top:4px;text-decoration:underline;text-underline-offset:3px}

body.hmd-design .hmd-intro{align-items:start}body.hmd-design .hmd-glance{align-self:start}

/* Latest review: quieter heading and address, full saved introduction. */
body.hmd-design .hmd-page .hmd-heading h1{font-size:36px}
body.hmd-design .hmd-heading .hmd-locality{font-size:12px;line-height:1.5}
.hmd-intro-main .hmd-lead p{font-size:18px;line-height:1.55;text-align:left!important}
@media(max-width:700px){body.hmd-design .hmd-page .hmd-heading h1{font-size:28px}.hmd-intro-main .hmd-lead p{font-size:17px}}

body.hmd-design [data-marker].hmd-marker-filtered{display:none!important}

/* Suite 2.8.9 review: live-page canvas, expanded home grid and quieter content panels. */
body.hmd-design{background:#f0f0f0}
body.hmd-design .hmd-page{background:transparent}
body.hmd-design .hmd-intro-main{background:#fff}
body.hmd-design .hmd-intro-main .hmd-lead,body.hmd-design .hmd-intro-main .hmd-lead p{font-size:16px;line-height:1.55}
body.hmd-design .hmd-page #properties>.inner{grid-template-columns:1fr}
body.hmd-design .hmd-page #properties.hpf-enhanced .items{grid-column:1;grid-row:2;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.hmd-design .hmd-page #properties .hmh-development-enquiry__trigger{display:none!important}
body.hmd-design .hmd-page #properties .hmh-development-enquiry__toolbar-summary{gap:0}
.hmd-view-more{grid-column:1;grid-row:3;display:flex;justify-content:center;margin:26px 0 10px}
.hmd-view-more .hmd-button svg{transform:rotate(90deg)}
.hmd-view-more.is-expanded .hmd-button svg{transform:rotate(-90deg)}
body.hmd-design .hmd-plan-panel{grid-column:1;grid-row:4;position:relative;top:auto;margin-top:34px;padding:26px}
body.hmd-design .hmd-plan-panel .hmh-spm__viewport{height:660px!important}
.hmd-plan-panel>.hmd-plan-expand{position:absolute;right:26px;top:22px;z-index:5;width:48px;min-width:48px;height:48px;padding:0;margin:0;border-radius:50%}
.hmd-plan-panel #site-plan>.upper{padding-right:64px}
.hmd-view-switch{display:none!important}
.hmd-map-tabs{flex-wrap:wrap}
.hmd-map-tabs button{flex:1 1 calc(33.333% - 8px)}
.hmd-area-text .locrating-property-local-area p{font-size:16px;line-height:1.55}
.hmd-area-text .locrating-show-more-link,.hmd-area-text .locrating-show-less-link{display:inline-block;margin-top:4px;text-underline-offset:4px}
.hmd-tour-modal .hmd-tour{margin:0}
.hmd-tour-modal #tour{padding:0;margin:0;width:100%}
.hmd-tour-modal #tour>.upper{display:none}
.hmd-tour-modal iframe{width:100%;max-width:100%;height:min(72dvh,760px);border:0;border-radius:12px}
@media(max-width:900px){body.hmd-design .hmd-page #properties.hpf-enhanced .items{grid-template-columns:repeat(2,minmax(0,1fr))}body.hmd-design .hmd-plan-panel .hmh-spm__viewport{height:560px!important}}
@media(max-width:700px){body.hmd-design .hmd-page #properties.hpf-enhanced .items{grid-template-columns:1fr}.hmd-map-tabs button{flex-basis:calc(50% - 6px);font-size:11px}.hmd-map-tabs button svg{display:none}.hmd-plan-panel>.hmd-plan-expand{right:16px;top:14px}body.hmd-design .hmd-plan-panel .hmh-spm__viewport{height:430px!important}.hmd-homes[data-view=homes] .hmd-plan-panel{display:block}.hmd-tour-modal iframe{height:68dvh}}

/* Suite 2.9.0 content controls and visual polish. */
body.hmd-design .hmd-intro{align-items:stretch;margin-bottom:30px}
body.hmd-design .hmd-intro-main,body.hmd-design .hmd-glance{height:100%}
body.hmd-design .hmd-glance{align-self:stretch;display:flex;flex-direction:column;overflow:hidden}
body.hmd-design .hmd-glance.is-collapsed ul{flex:1;min-height:0;overflow:hidden;mask-image:linear-gradient(#000 76%,transparent)}
.hmd-glance-toggle{align-items:center;align-self:flex-start;background:transparent;border:0;color:var(--hmd-pink);cursor:pointer;display:inline-flex;gap:8px;margin-top:14px;padding:3px 0;text-decoration:underline;text-underline-offset:4px}
.hmd-glance-toggle svg{height:18px;width:18px;transform:rotate(90deg)}
.hmd-glance.is-expanded .hmd-glance-toggle svg{transform:rotate(-90deg)}
.hmd-announcement{align-items:center;background:var(--hmd-navy);border-radius:12px;color:#fff;display:flex;gap:14px;margin-bottom:34px;padding:15px 20px}
.hmd-announcement>svg{border:2px solid currentColor;border-radius:50%;height:25px;padding:3px;width:25px}
.hmd-announcement p{color:#fff;font-size:16px;margin:0}
.hmd-homes .hmd-section-heading{margin-bottom:18px}

body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .info{display:flex;flex-direction:column;padding:20px 20px 0}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:26px;margin-bottom:8px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .property-type{color:#536385;font-size:14px!important;line-height:1.4}
body.hmd-design .hmd-page #properties .hmd-card-price{align-items:center;background:var(--hmd-pale);border:0;border-radius:11px;display:flex;justify-content:space-between;margin-top:18px;padding:14px 16px}
body.hmd-design .hmd-page #properties .hmd-card-price strong{font-size:30px}
body.hmd-design .hmd-page #properties .hmd-card-price span{font-size:13px;max-width:82px;text-align:right!important}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .hmd-charge-note{margin:12px 0 0}
.hmd-view-more .hmd-button{background:transparent;border-color:#db365e;color:#db365e}
.hmd-view-more .hmd-button:hover{background:#db365e;border-color:#db365e;color:#fff}

body.hmd-design .hmd-plan-panel{background:transparent;border:0;padding:0}
body.hmd-design .hmd-plan-panel #site-plan{background:transparent;max-width:none!important;width:100%!important}
body.hmd-design .hmd-plan-panel>.hmd-plan-expand{right:0;top:0}
body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls{--hmh-line:rgba(46,64,102,.22);--hmh-navy:#26385f;--hmh-raspberry:#db365e;flex-wrap:nowrap;gap:6px;margin:0;position:absolute;right:64px;top:0;z-index:6}
body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls button,body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls .hmh-spm__marker-toggle{align-items:center;background:#fff;border:1px solid var(--hmh-line);border-radius:6px;color:var(--hmh-navy);display:inline-flex;font-size:13px;font-weight:700;justify-content:center;line-height:1.2;min-height:48px;min-width:44px;padding:7px 13px}
body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls .hmh-spm__marker-toggle{gap:7px;white-space:nowrap}
body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls .hmh-spm__marker-toggle input{accent-color:var(--hmh-raspberry);height:18px;margin:0;width:18px}
body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls .hmh-spm__marker-toggle:hover,body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls .hmh-spm__marker-toggle:focus-within,body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls .hmh-spm__marker-toggle:has(input:checked){background:var(--hmh-raspberry);border-color:var(--hmh-raspberry);color:#fff}
body.hmd-design .hmd-plan-panel #site-plan>.upper{min-height:52px;padding-right:570px}
body.hmd-design .hmd-plan-panel .hmh-spm{margin-top:10px}
body.hmd-design .hmd-plan-panel .hmh-spm__viewport{height:auto!important;min-height:0!important;overflow:hidden}
body.hmd-design .hmd-plan-panel .hmh-spm__canvas{min-width:0;width:100%}
body.hmd-design .hmd-plan-panel .hmh-spm__canvas img{height:auto;width:100%}

.hmd-map-tabs button{background:#db365e;border-color:#db365e;color:#fff}
.hmd-map-tabs button:hover,.hmd-map-tabs button[aria-pressed=true]{background:#b92b50;border-color:#b92b50;color:#fff}

.hmd-cost-banner{overflow:hidden;padding:0}
.hmd-cost-copy{flex:1;padding:36px 40px}
.hmd-cost-image{align-self:stretch;flex:0 0 42%;min-height:270px}
.hmd-cost-image img{display:block;height:100%;object-fit:cover;width:100%}
body.hmd-design .hmd-brochure #brochure,body.hmd-design .hmd-brochure .hmh-brochure-card{background:transparent!important;border:0!important;box-shadow:none!important}
body.hmd-design .hmd-stories-slot .hmhcs-development-stories{background:transparent!important}
body.hmd-design .hmd-stories-slot .hmhcs-development-stories__title-row{border-bottom:0;margin-bottom:12px;padding-bottom:0}
body.hmd-design .hmd-stories-slot .hmhcs-development-stories__title-row h2{font-size:40px;line-height:1.15}
body.hmd-design .hmd-stories-slot .hmhcs-development-stories__summary-row{align-items:center}
body.hmd-design .hmd-stories-slot .hmhcs-development-stories__summary-row p{font-size:18px!important;line-height:1.5;margin:0}
body.hmd-design .hmd-stories-slot .hmhcs-development-card,body.hmd-design .hmd-stories-slot .hmhcs-development-card__content{background:transparent!important}
@media(max-width:900px){body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls{position:static;margin:10px 0 14px}body.hmd-design .hmd-plan-panel #site-plan>.upper{padding-right:64px}.hmd-cost-image{flex-basis:44%}}
@media(max-width:700px){body.hmd-design .hmd-intro{margin-bottom:24px}body.hmd-design .hmd-glance{height:auto!important;overflow:visible}.hmd-glance-toggle{display:none!important}.hmd-announcement{width:calc(100% - 32px);margin-bottom:28px}.hmd-cost-banner{display:block}.hmd-cost-copy{padding:26px 22px}.hmd-cost-image{height:220px;min-height:0}.hmd-map-tabs button{font-size:12px}.hmd-plan-panel>.hmd-plan-expand{right:0;top:0}body.hmd-design .hmd-stories-slot .hmhcs-development-stories__title-row h2{font-size:32px}}

/* Suite 2.9.1: full-width site-plan behaviour and concept-led home cards. */
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card{border:0;border-radius:12px;box-shadow:0 9px 26px rgba(38,56,95,.1)}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .image{aspect-ratio:1.55}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .status-flag{left:18px;top:18px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .status-flag span{background:var(--hmd-navy);border-radius:8px;font-size:13px;letter-spacing:.05em;padding:11px 14px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card[data-featured="true"] .status-flag.pink{background:#DB365E!important;border:1px solid rgba(255,255,255,.78)!important;border-radius:6px!important;color:#fff!important;padding:7px 10px 6px!important}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card[data-featured="true"] .status-flag.pink span{background:transparent!important;border-radius:0!important;color:#fff!important;font-size:12px!important;font-weight:600!important;letter-spacing:.24px!important;line-height:12px!important;padding:0!important;text-transform:uppercase!important;white-space:nowrap}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .info{padding:24px 22px 0}
.hmd-card-plot{color:#667493;display:block;font-size:13px;font-weight:600;letter-spacing:.18em;margin-bottom:9px;text-transform:uppercase}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:34px;line-height:1.08;margin-bottom:10px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .property-type{font-size:16px!important;line-height:1.45}
body.hmd-design .hmd-page #properties .hmd-card-price{background:transparent;border-radius:0;border-top:2px solid #f8dce5;justify-content:flex-start;margin-top:22px;padding:19px 0 0}
body.hmd-design .hmd-page #properties .hmd-card-price strong{font-size:40px;line-height:1}
body.hmd-design .hmd-page #properties .hmd-card-price span{border-left:3px solid #f8dce5;font-size:16px;line-height:1.25;margin-left:18px;max-width:110px;padding:4px 0 4px 18px;text-align:left!important}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .hmd-charge-note{font-size:14px;margin:18px 0 0}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower{padding:20px 22px 24px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower .btn{background:var(--hmd-navy);border:1px solid var(--hmd-navy);border-radius:2px!important;color:#fff;min-height:54px;padding:14px 22px;position:relative}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower .btn::after{color:var(--hmd-pink);content:'\2192';font-size:28px;line-height:1;position:absolute;right:20px;top:50%;transform:translateY(-52%)}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower .btn:hover{background:#1d2e51;border-color:#1d2e51;color:#fff}

body.hmd-design .hmd-plan-panel .hmh-spm__viewport{cursor:default;overscroll-behavior:auto;touch-action:auto}
body.hmd-design .hmd-plan-panel .hmh-spm.is-zoomed .hmh-spm__viewport{cursor:grab;touch-action:none}
body.hmd-design .hmd-plan-panel .hmh-spm.is-zoomed .hmh-spm__viewport.is-dragging{cursor:grabbing;user-select:none}
.hmd-plan-modal{background:#f0f0f0}
.hmd-plan-modal-close{border-radius:50%!important;height:48px;min-width:48px!important;padding:0!important;position:absolute!important;right:24px;top:24px;width:48px;z-index:30}
.hmd-plan-modal-close>span[aria-hidden]{font-size:30px;font-weight:300;line-height:1}
body.hmd-design .hmd-plan-modal .hmd-plan-panel{background:#f0f0f0}
body.hmd-design .hmd-plan-modal .hmd-plan-panel>.hmh-spm__zoom-controls{right:88px;top:0}

body.hmd-design .hmd-cost-banner{background:#fff;border:1px solid rgba(219,54,94,.35)}

@media(max-width:1150px){body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:30px}body.hmd-design .hmd-page #properties .hmd-card-price strong{font-size:35px}}
@media(max-width:900px){body.hmd-design .hmd-plan-modal .hmd-plan-panel>.hmh-spm__zoom-controls{margin-right:64px;padding-right:0}body.hmd-design .hmd-plan-modal .hmd-plan-panel #site-plan>.upper{padding-right:64px}}
@media(max-width:700px){body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:36px}body.hmd-design .hmd-page #properties .hmd-card-price strong{font-size:42px}.hmd-plan-modal-close{right:14px;top:14px}body.hmd-design .hmd-plan-modal .hmd-plan-panel>.hmh-spm__zoom-controls{margin-right:54px}}

/* Suite 2.9.9: one consistent development-page typography scale. */
body.hmd-design{
 --hmd-serif:"HMH Clearface","ClearfaceStd-Regular","Clearface Std",Georgia,serif;
 --hmd-sans:"HMH GT Walsheim","GT-Walsheim-Regular","GT Walsheim",Arial,sans-serif;
 --hmd-type-section:40px;
 --hmd-type-panel:32px;
 --hmd-type-body:16px;
 --hmd-type-supporting:17px;
 --hmd-type-small:14px
}
body.hmd-design .hmd-page,body.hmd-design .hmd-page button,body.hmd-design .hmd-page input,body.hmd-design .hmd-page select,body.hmd-design .hmd-page summary{font-family:var(--hmd-sans)}
body.hmd-design .hmd-page h1,body.hmd-design .hmd-page h2,body.hmd-design .hmd-page h3,body.hmd-design .hmd-page #properties .hmd-card-price strong{font-family:var(--hmd-serif);font-weight:400;line-height:1.12}
body.hmd-design .hmd-page p{font-size:var(--hmd-type-body);line-height:1.55}
body.hmd-design .hmd-page .hmd-heading h1{font-size:40px;line-height:1.08;letter-spacing:-.02em}
body.hmd-design .hmd-heading .hmd-locality{font-size:15px;line-height:1.45}
body.hmd-design .hmd-w3w{font-size:15px;line-height:1.45}
body.hmd-design .hmd-contact-actions .hmd-button,body.hmd-design .hmd-shortcuts .hmd-button{font-size:15px;line-height:1.3}
body.hmd-design .hmd-intro-main .hmd-lead,body.hmd-design .hmd-intro-main .hmd-lead p{font-size:var(--hmd-type-body);line-height:1.6}
body.hmd-design .hmd-glance h2{font-size:var(--hmd-type-panel);line-height:1.12}
body.hmd-design .hmd-glance li{font-size:var(--hmd-type-body);line-height:1.45}
body.hmd-design .hmd-announcement p{font-size:var(--hmd-type-body);line-height:1.45}
body.hmd-design .hmd-section-heading h2,body.hmd-design .hmd-stories-slot .hmhcs-development-stories__title-row h2{font-size:var(--hmd-type-section);line-height:1.12;letter-spacing:-.02em}
body.hmd-design .hmd-section-heading p{font-size:var(--hmd-type-supporting);line-height:1.5}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-result-count{font-size:var(--hmd-type-body);line-height:1.35}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-toggle,body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-bedroom{font-size:var(--hmd-type-small);line-height:1.25}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-bedroom-controls legend{font-size:13px;line-height:1.4}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:32px;line-height:1.1;letter-spacing:-.015em}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .property-type{font-size:var(--hmd-type-body)!important;line-height:1.45}
body.hmd-design .hmd-page #properties .hmd-card-price strong{font-size:40px;line-height:1}
body.hmd-design .hmd-page #properties .hmd-card-price span{font-size:var(--hmd-type-body);line-height:1.25}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .hmd-charge-note{font-size:var(--hmd-type-small);line-height:1.45}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .btn,body.hmd-design .hmd-view-more .hmd-button{font-size:16px;line-height:1.3}
body.hmd-design .hmd-plan-panel #site-plan>.upper h2{font-size:var(--hmd-type-panel);line-height:1.12}
body.hmd-design .hmd-plan-panel .hmh-spm__legend,body.hmd-design .hmd-plan-panel .hmh-spm button{font-family:var(--hmd-sans)}
body.hmd-design .hmd-map-tabs button{font-size:var(--hmd-type-small);line-height:1.25}
body.hmd-design .hmd-area-copy h3{font-size:var(--hmd-type-panel);line-height:1.15}
body.hmd-design .hmd-area-text p,body.hmd-design .hmd-area-text .locrating-property-local-area p{font-size:var(--hmd-type-body);line-height:1.6}
body.hmd-design .hmd-cost-banner h2{font-size:var(--hmd-type-section);line-height:1.12}
body.hmd-design .hmd-cost-banner p,body.hmd-design .hmd-brochure .hmh-brochure-card p,body.hmd-design .hmd-stories-slot .hmhcs-development-stories__summary-row p{font-size:var(--hmd-type-supporting)!important;line-height:1.5}
body.hmd-design .hmd-cost-banner .hmd-button,body.hmd-design .hmd-brochure .hmd-button{font-size:15px;line-height:1.3}
body.hmd-design .hmd-brochure .hmh-brochure-card h3{font-size:34px;line-height:1.12}
body.hmd-design .hmd-stories-slot .hmhcs-development-card h3{font-family:var(--hmd-serif);font-size:28px;font-weight:400;line-height:1.15}
body.hmd-design .hmd-small-print p{font-size:13px;line-height:1.6}
body.hmd-design .hmd-end{font-size:var(--hmd-type-small);line-height:1.45}
@media(max-width:700px){
 body.hmd-design{--hmd-type-section:34px;--hmd-type-panel:28px}
 body.hmd-design .hmd-page .hmd-heading h1{font-size:32px}
 body.hmd-design .hmd-heading .hmd-locality{font-size:14px}
 body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card h3{font-size:32px}
 body.hmd-design .hmd-page #properties .hmd-card-price strong{font-size:38px}
 body.hmd-design .hmd-brochure .hmh-brochure-card h3{font-size:30px}
 body.hmd-design .hmd-stories-slot .hmhcs-development-card h3{font-size:26px}
}

/* Suite 2.9.11: raspberry outline treatment for property Availability Alerts. */
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower .hpf-card-alert{background:#fff;border:1px solid var(--hmd-pink);color:var(--hmd-pink)}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower .hpf-card-alert::after{content:none}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower .hpf-card-alert:hover,body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower .hpf-card-alert:focus-visible{background:var(--hmd-pink);border-color:var(--hmd-pink);color:#fff}

/* Suite 2.9.12: match the site's pill-shaped action language. */
body.hmd-design .hmd-page .hmd-button,body.hmd-design .hmd-page .hmd-gallery-all{border-radius:999px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower .btn{border-radius:999px!important}

/* Suite 2.9.15: property-card label and charge-note alignment. */
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .hmd-card-plot{color:#db365e}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .hmd-charge-note{width:100%;text-align:center!important}

/* Suite 2.9.19: one stable home-card shell for every availability status. */
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .info{min-height:271px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .details[hidden]{display:none!important}
body.hmd-design .hmd-page #properties .hmd-card-price--status{align-items:center;display:flex;min-height:60px}
body.hmd-design .hmd-page #properties .hmd-card-price--status strong{color:var(--hmd-navy);font-family:var(--hmd-sans)!important;font-size:18px;font-weight:600!important;line-height:1.3}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .lower{margin-top:auto;min-height:98px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card.hmd-card-has-alert .lower{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card.hmd-card-has-alert .lower .btn{min-width:0;padding-left:14px;padding-right:14px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card:not(.hmd-card-has-alert) .lower .btn:not(.hpf-card-alert){padding-left:54px;padding-right:54px}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card.hmd-card-has-alert .hpf-card-action--view::after{content:none}
@media(max-width:430px){body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card.hmd-card-has-alert .lower .btn{font-size:14px;padding-left:10px;padding-right:10px}}


/* Suite 2.9.22: brochure card follows the monthly-cost split-banner pattern. */
body.hmd-design .hmd-brochure #brochure{background:#fff!important;border:1px solid rgba(219,54,94,.35)!important;border-radius:16px;box-shadow:none!important;overflow:hidden}
body.hmd-design .hmd-brochure .hmh-brochure-card{align-items:stretch;background:#fff!important;border:0!important;border-radius:inherit;box-shadow:none!important;display:grid;gap:0;grid-template-columns:minmax(0,58%) minmax(260px,42%);padding:0}
body.hmd-design .hmd-brochure .hmh-br-card-copy{align-self:stretch;display:flex;flex-direction:column;justify-content:center;order:1;padding:36px 40px}
body.hmd-design .hmd-brochure .hmh-brochure-card h3{font-size:var(--hmd-type-section);line-height:1.12;margin:0 0 14px}
body.hmd-design .hmd-brochure .hmh-brochure-card p{margin:0 0 24px;max-width:640px}
body.hmd-design .hmd-brochure .hmh-brochure-card a[data-cover],body.hmd-design .hmd-brochure .hmd-legacy-cover{align-items:center;align-self:stretch;background:var(--hmd-pale);border:0;border-left:1px solid rgba(219,54,94,.18);border-radius:0;box-shadow:none;box-sizing:border-box;display:flex;justify-content:center;min-height:300px;order:2;padding:22px;width:auto}
body.hmd-design .hmd-brochure .hmh-brochure-card a[data-cover] img{aspect-ratio:auto;height:auto;max-height:270px;max-width:210px;object-fit:contain;width:auto}
body.hmd-design .hmd-brochure .hmd-legacy-cover ._df_thumb{height:270px;margin:0;width:191px}
body.hmd-design .hmd-brochure .hmh-brochure-card [data-primary],body.hmd-design .hmd-brochure .hmd-button{background:var(--hmd-pink);border-color:var(--hmd-pink);color:#fff}
body.hmd-design .hmd-brochure .hmh-brochure-card [data-primary]:hover,body.hmd-design .hmd-brochure .hmh-brochure-card [data-primary]:focus-visible,body.hmd-design .hmd-brochure .hmd-button:hover,body.hmd-design .hmd-brochure .hmd-button:focus-visible{background:#b92b50;border-color:#b92b50;color:#fff}
@media(max-width:700px){body.hmd-design .hmd-brochure .hmh-brochure-card{grid-template-columns:1fr;text-align:left}body.hmd-design .hmd-brochure .hmh-br-card-copy{padding:26px 22px}body.hmd-design .hmd-brochure .hmh-brochure-card a[data-cover],body.hmd-design .hmd-brochure .hmd-legacy-cover{border-left:0;border-top:1px solid rgba(219,54,94,.18);min-height:260px;padding:20px;width:100%}body.hmd-design .hmd-brochure .hmh-brochure-card a[data-cover] img{max-height:230px}body.hmd-design .hmd-brochure .hmd-legacy-cover ._df_thumb{height:230px;width:163px}body.hmd-design .hmd-brochure .hmh-br-card-actions{justify-content:flex-start}}

/* Suite 2.9.23: full-width plan, zoom-to-drag interaction and one control bar. */
@media(max-width:1100px){body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls{flex-wrap:wrap;margin:10px 0 14px;position:static}body.hmd-design .hmd-plan-panel #site-plan>.upper{padding-right:64px}}
@media(max-width:540px){body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls button{flex:0 0 44px;padding-left:8px;padding-right:8px}body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls .hmh-spm__marker-toggle{flex:1 1 100%}}

/* Suite 2.9.24: prevent the theme's button type scale from changing control height. */
body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls button,body.hmd-design .hmd-plan-panel>.hmh-spm__zoom-controls .hmh-spm__marker-toggle{font-size:13px!important;height:48px!important;line-height:1.2!important;min-height:48px!important}


/* Suite 2.9.25: customer-story pill actions and a cleaner transition into the small print. */
body.hmd-design .hmd-stories-slot .hmhcs-development-card__link{
  align-items:center;
  align-self:flex-start;
  background:#2e4066!important;
  border:1px solid #2e4066;
  border-radius:999px;
  color:#fff!important;
  display:inline-flex;
  font-size:16px;
  font-weight:600;
  gap:10px;
  justify-content:center;
  line-height:1.2;
  min-height:44px;
  padding:11px 20px;
  text-decoration:none!important;
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease;
}
body.hmd-design .hmd-stories-slot .hmhcs-development-card__link svg{height:18px;width:18px}
body.hmd-design .hmd-stories-slot .hmhcs-development-card__link:hover,
body.hmd-design .hmd-stories-slot .hmhcs-development-card__link:focus-visible{background:#213252!important;border-color:#213252;color:#fff!important}
body.hmd-design .hmd-stories-slot .hmhcs-development-card__link:hover svg{transform:translateX(3px)}
body.hmd-design .hmd-small-print>.small-print>.container::before{border-bottom:0!important}

/* 0.3.27: keep mobile Safari at the device scale and contain heading controls. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
@media(max-width:700px){
body.hmd-design{overflow-x:hidden}
body.hmd-design .hmd-page{box-sizing:border-box;max-width:100%;min-width:0}
body.hmd-design .hmd-heading,body.hmd-design .hmd-heading>div:first-child,body.hmd-design .hmd-contact-actions{max-width:100%;min-width:0}
body.hmd-design .hmd-contact-actions svg{flex:0 0 18px!important;height:18px!important;max-height:18px!important;max-width:18px!important;min-height:18px!important;min-width:18px!important;width:18px!important}
body.hmd-design .hmd-contact-actions .hmd-button{font-size:16px}
body.hmd-design input:not([type=checkbox]):not([type=radio]):not([type=range]),body.hmd-design select,body.hmd-design textarea{font-size:16px!important}
}

/* 0.3.30: centre price/share and placeholder status rows across every card status. */
body.hmd-design .hmd-page #properties .hmd-card-price{justify-content:center!important;margin-left:auto;margin-right:auto}
body.hmd-design .hmd-page #properties .hmd-card-price--status strong{text-align:center!important}
body.hmd-design .hmd-page #properties.hpf-enhanced .hpf-card .hmd-charge-note{font-size:10px!important}
