:root{--dh-ink:#101828;--dh-ink-2:#1d2939;--dh-muted:#667085;--dh-line:#d8dee8;--dh-pearl:#f4f6f9;--dh-white:#fff;--dh-gold:#d39a19;--dh-gold-light:#ffe29a;--dh-radius:12px;--dh-shadow:0 18px 48px rgba(16,24,40,.1)}
.dh-native{box-sizing:border-box;color:var(--dh-ink);font-family:"Be Vietnam Pro",Inter,Arial,sans-serif}.dh-native *{box-sizing:border-box}.dh-shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}.dh-search{position:relative;margin-top:-72px;z-index:3}.dh-search__panel{padding:28px;background:rgba(255,255,255,.98);border:1px solid rgba(16,24,40,.1);border-radius:16px;box-shadow:var(--dh-shadow)}.dh-search__eyebrow,.dh-kicker{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:#9b6700}.dh-search h2,.dh-section h2{font-family:"SVN-Gilroy","Be Vietnam Pro",sans-serif;font-size:clamp(30px,3vw,46px);line-height:1.12;letter-spacing:-.035em;margin:8px 0 18px}.dh-search__tabs{display:flex;gap:28px;border-bottom:1px solid var(--dh-line);margin-bottom:18px}.dh-search__tabs button{position:relative;border:0;background:transparent;padding:10px 2px 13px;font:700 15px inherit;color:var(--dh-muted);cursor:pointer}.dh-search__tabs button[aria-selected=true]{color:var(--dh-ink)}.dh-search__tabs button[aria-selected=true]:after{content:"";position:absolute;height:3px;background:linear-gradient(90deg,#9a6100,#f1c85b);left:0;right:0;bottom:-1px;border-radius:2px}.dh-search__form{display:grid;grid-template-columns:1.45fr repeat(3,1fr) auto;gap:10px}.dh-field{height:64px;border:1px solid var(--dh-line);border-radius:9px;padding:8px 13px;background:#fff;display:flex;flex-direction:column;justify-content:center;min-width:0}.dh-field span{font-size:11px;color:var(--dh-muted);font-weight:700}.dh-field input,.dh-field select{width:100%;border:0;outline:0;background:transparent;color:var(--dh-ink);font:600 14px inherit;padding:3px 0}.dh-field--query input{font-size:15px}.dh-gold-button{border:1px solid #a96f00;border-radius:9px;min-width:136px;padding:0 18px;background:linear-gradient(110deg,#a76a00 0%,#edbb36 35%,#ffe49a 55%,#c98609 100%);color:#15100a;font:800 14px inherit;display:flex;justify-content:center;gap:10px;align-items:center;cursor:pointer;box-shadow:0 10px 24px rgba(189,126,8,.2)}.dh-filter-trigger{display:none}.dh-search__quick{display:flex;gap:14px;flex-wrap:wrap;margin-top:16px;font-size:13px}.dh-search__quick span{color:var(--dh-muted)}.dh-search__quick a{color:var(--dh-ink);font-weight:700;text-decoration:none;border-bottom:1px solid #d49a1c}.dh-section{padding:92px 0}.dh-section--pearl{background:var(--dh-pearl)}.dh-section--dark{background:#101828;color:#fff}.dh-section__header{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:34px}.dh-section__header h2{margin-bottom:10px}.dh-section__header p{max-width:650px;color:var(--dh-muted);font-size:15px;line-height:1.7;margin:0}.dh-section--dark .dh-section__header p{color:#b8c0ce}.dh-section__header>a{color:inherit;font-weight:800;text-decoration:none;white-space:nowrap;padding-bottom:5px;border-bottom:1px solid #d59b22}.dh-property-grid,.dh-project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.dh-property-card,.dh-project-card{border:1px solid var(--dh-line);border-radius:12px;background:#fff;overflow:hidden;min-width:0;transition:transform .2s cubic-bezier(.23,1,.32,1),box-shadow .2s cubic-bezier(.23,1,.32,1)}.dh-property-card:hover,.dh-project-card:hover{transform:translateY(-4px);box-shadow:var(--dh-shadow)}.dh-property-card__media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden}.dh-property-card img,.dh-project-card img,.dh-group-card img,.dh-location-card img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s cubic-bezier(.23,1,.32,1)}.dh-property-card:hover img,.dh-project-card:hover img,.dh-group-card:hover img,.dh-location-card:hover img{transform:scale(1.025)}.dh-property-card__media>span{position:absolute;left:12px;top:12px;padding:6px 9px;border-radius:5px;background:rgba(16,24,40,.84);color:#fff;font-size:11px;font-weight:700}.dh-property-card__body{padding:18px}.dh-property-card__price{font-size:22px;font-weight:900;color:#9b6700}.dh-property-card h3,.dh-project-card h3{font-size:17px;line-height:1.42;margin:8px 0}.dh-property-card h3 a{color:inherit;text-decoration:none}.dh-property-card p,.dh-project-card p{font-size:13px;color:var(--dh-muted);margin:0}.dh-property-card ul{display:flex;gap:14px;list-style:none;padding:15px 0 0;margin:15px 0 0;border-top:1px solid #e7eaf0;font-size:12px;font-weight:700;color:#475467}.dh-project-card>a{display:block;text-decoration:none;color:inherit}.dh-project-card img{height:auto;aspect-ratio:16/10}.dh-project-card__content{padding:18px}.dh-project-card__content>span{font-size:11px;color:#9b6700;font-weight:800}.dh-project-card strong{display:block;margin-top:12px;font-size:14px}.dh-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dh-group-card{position:relative;display:block;aspect-ratio:16/8;border-radius:12px;overflow:hidden;color:#fff;text-decoration:none}.dh-group-card__scrim,.dh-location-card__scrim{position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,13,24,.88),rgba(7,13,24,.03) 70%)}.dh-group-card>div,.dh-location-card>div{position:absolute;left:24px;right:24px;bottom:22px}.dh-group-card span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#f6d774}.dh-group-card h3,.dh-location-card h3{font-size:24px;letter-spacing:-.025em;margin:6px 0}.dh-group-card p,.dh-location-card p{margin:0 0 12px;color:#d6dbe5;font-size:13px}.dh-group-card b{font-size:13px}.dh-location-mosaic{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:repeat(2,220px);gap:14px}.dh-location-card{position:relative;border-radius:10px;overflow:hidden;color:#fff;text-decoration:none}.dh-location-card--lead{grid-row:1/3}.dh-location-card>div{left:20px;bottom:16px}.dh-location-card small{display:inline-block;background:#fff3dc;color:#a45d00;padding:5px 8px;border-radius:4px;font-weight:800}.dh-location-card h3{font-size:20px;margin-bottom:2px}.dh-location-card p{margin:0}.dh-empty{grid-column:1/-1;padding:30px;border:1px dashed var(--dh-line);border-radius:10px;color:var(--dh-muted)}
@media(max-width:980px){.dh-search{margin-top:-36px}.dh-search__form{grid-template-columns:1fr 1fr}.dh-field--query{grid-column:1/-1}.dh-gold-button{height:58px}.dh-property-grid,.dh-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dh-location-mosaic{grid-template-columns:1fr 1fr}.dh-location-card--lead{grid-row:auto}.dh-location-card{height:230px}}
@media(max-width:680px){.dh-shell{width:min(100% - 28px,1240px)}.dh-search{margin-top:-26px}.dh-search__panel{padding:18px 14px}.dh-search h2,.dh-section h2{font-size:28px}.dh-search__form{display:grid;grid-template-columns:1fr auto}.dh-search__form>.dh-field:not(.dh-field--query),.dh-search__form>.dh-gold-button{display:none}.dh-field--query{grid-column:1;height:62px}.dh-filter-trigger{display:block;height:62px;border:0;border-radius:9px;background:var(--dh-ink);color:#fff;font:800 13px inherit;padding:0 14px}.dh-filter-trigger span{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e4ac26;color:#15100a;margin-left:4px}.dh-search__quick{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.dh-search__quick>*{white-space:nowrap}.dh-section{padding:66px 0}.dh-section__header{align-items:flex-start;margin-bottom:24px}.dh-section__header>a{display:none}.dh-section__header p{font-size:14px}.dh-property-grid,.dh-project-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-14px;padding:0 14px 16px;gap:12px}.dh-property-card,.dh-project-card{flex:0 0 86%;scroll-snap-align:start}.dh-group-grid{grid-template-columns:1fr}.dh-group-card{aspect-ratio:4/3}.dh-location-mosaic{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-14px;padding-inline:14px}.dh-location-card{flex:0 0 86%;height:300px;scroll-snap-align:start}.dh-mobile-filter{position:fixed;inset:0;z-index:99999;display:grid;align-items:end;background:rgba(10,16,28,.56)}.dh-mobile-filter[hidden]{display:none}.dh-mobile-filter__sheet{max-height:88vh;overflow:auto;background:#fff;border-radius:18px 18px 0 0;color:var(--dh-ink);padding:18px 16px calc(18px + env(safe-area-inset-bottom))}.dh-mobile-filter__head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--dh-line);padding-bottom:14px}.dh-mobile-filter__head h2{font-size:20px;margin:0}.dh-mobile-filter__close{border:0;background:#eef1f5;width:38px;height:38px;border-radius:50%;font-size:20px}.dh-mobile-filter__body{display:grid;gap:14px;padding:18px 0}.dh-mobile-filter__body .dh-field{height:auto;min-height:66px}.dh-mobile-filter__actions{position:sticky;bottom:0;background:#fff;display:grid;grid-template-columns:1fr 2fr;gap:10px;padding-top:12px}.dh-mobile-filter__actions button{height:52px;border-radius:8px;font:800 14px inherit}.dh-mobile-filter__reset{border:1px solid var(--dh-line);background:#fff}.dh-mobile-filter__apply{border:1px solid #9e6500;background:linear-gradient(100deg,#b37600,#f4c64f,#c27e00)}}
@media(prefers-reduced-motion:reduce){.dh-native *{scroll-behavior:auto!important;transition:none!important}}
.dh-lead-form{display:grid;gap:14px}.dh-lead-form__fields{display:grid;gap:12px}.dh-lead-field{display:grid;gap:6px;font:600 13px "Be Vietnam Pro",sans-serif;color:#344054}.dh-lead-field input:not([type=checkbox]),.dh-lead-field textarea,.dh-lead-field select{width:100%;border:1px solid #cfd7e3;border-radius:7px;background:#fff;padding:12px;color:#101828;font:500 14px inherit}.dh-lead-field textarea{min-height:110px;resize:vertical}.dh-lead-field b{color:#b7791f}.dh-lead-form .dh-gold-button{min-height:48px}.dh-lead-form__status{margin:0;font-size:13px;color:#475467}.dh-lead-form__status.is-error{color:#b42318}.dh-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.dh-form-notice{padding:12px;border:1px dashed #d49a1c;background:#fff9e8;color:#6b4b00}
