@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/InterVariable.woff2") format("woff2");
}

:root {
	--ddbd-ink: #24140e;
	--ddbd-brown: #3b2115;
	--ddbd-brown-2: #512c18;
	--ddbd-gold: #b88343;
	--ddbd-gold-light: #d9b074;
	--ddbd-cream: #f7f3eb;
	--ddbd-cream-2: #eee6d8;
	--ddbd-white: #fff;
	--ddbd-text: #241e1a;
	--ddbd-muted: #756c65;
	--ddbd-border: #ddd3c5;
	--ddbd-success: #1f6b49;
	--ddbd-shadow: 0 16px 40px rgb(36 20 14 / 10%);
	--ddbd-radius: 8px;
	--ddbd-shell: 1240px;
}

html { scroll-behavior: smooth; }
body.ddbd-v3 {
	margin: 0;
	background: var(--ddbd-white);
	color: var(--ddbd-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-optical-sizing: auto;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
body.ddbd-v3 *, body.ddbd-v3 *::before, body.ddbd-v3 *::after { box-sizing: border-box; }
body.ddbd-v3 img { display: block; max-width: 100%; height: auto; }
body.ddbd-v3 a { color: inherit; text-decoration: none; }
body.ddbd-v3 button, body.ddbd-v3 input, body.ddbd-v3 select, body.ddbd-v3 textarea { font: inherit; }
body.ddbd-v3 h1, body.ddbd-v3 h2, body.ddbd-v3 h3, body.ddbd-v3 p { margin-top: 0; }
body.ddbd-v3 h1,
body.ddbd-v3 h2,
body.ddbd-v3 h3,
body.ddbd-v3 h4,
body.ddbd-v3 h5,
body.ddbd-v3 h6,
body.ddbd-v3 .heading-font,
body.ddbd-v3 .nav > li > a {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.ddbd-v3 h1, body.ddbd-v3 h2, body.ddbd-v3 h3 { color: var(--ddbd-ink); line-height: 1.18; letter-spacing: -.035em; }
body.ddbd-v3 h1 { font-size: clamp(2.25rem, 5vw, 4.75rem); }
body.ddbd-v3 h2 { font-size: clamp(1.7rem, 3vw, 2.65rem); }
body.ddbd-v3 h3 { font-size: 1.2rem; }

.ddbd-shell { width: min(calc(100% - 40px), var(--ddbd-shell)); margin-inline: auto; }
.ddbd-main { min-height: 60vh; overflow: clip; }
.ddbd-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.ddbd-mobile-only { display: none !important; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.ddbd-skip-link { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 10px 14px; background: #fff; transform: translateY(-160%); border-radius: var(--ddbd-radius); }
.ddbd-skip-link:focus { transform: none; }

.ddbd-button, body.ddbd-v3 .button {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 46px; padding: 10px 18px; border: 1px solid transparent;
	border-radius: var(--ddbd-radius); font-size: .875rem; font-weight: 700;
	line-height: 1.2; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.ddbd-button:hover { transform: translateY(-1px); }
.ddbd-button--primary { background: var(--ddbd-brown); color: #fff !important; }
.ddbd-button--dark { background: var(--ddbd-ink); color: #fff !important; }
.ddbd-button--light { background: #fff; color: var(--ddbd-brown) !important; }
.ddbd-button--gold { background: var(--ddbd-gold-light); color: var(--ddbd-ink) !important; }
.ddbd-button--outline { background: transparent; border-color: var(--ddbd-border); color: var(--ddbd-ink) !important; }
.ddbd-button--ghost { background: transparent; color: var(--ddbd-muted) !important; }
.ddbd-button--zalo { background: #1769e0; color: #fff !important; }
.ddbd-button--block { width: 100%; }
.ddbd-icon-button {
	display: inline-grid; place-items: center; width: 44px; height: 44px;
	padding: 0; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius);
	background: #fff; color: var(--ddbd-ink); cursor: pointer;
}

.ddbd-header { position: relative; z-index: 100; background: rgb(255 255 255 / 96%); border-bottom: 1px solid var(--ddbd-border); }
.ddbd-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 78px; gap: 30px; }
.ddbd-logo img, .ddbd-logo .custom-logo { width: auto; max-width: 190px; max-height: 48px; object-fit: contain; }
.ddbd-logo > a:not(.custom-logo-link) { font-weight: 800; color: var(--ddbd-ink); }
.ddbd-nav { justify-self: center; }
.ddbd-nav__list, .ddbd-nav .menu, .ddbd-nav .page-menu { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 26px); list-style: none; padding: 0; margin: 0; }
.ddbd-nav li { position: relative; }
.ddbd-nav a { display: block; padding: 27px 0; color: #463c36; font-size: .82rem; font-weight: 650; line-height: 1.2; letter-spacing: -.01em; white-space: nowrap; }
.ddbd-nav__list > li > a::after { position: absolute; inset: auto 50% 17px; width: 0; height: 2px; content: ""; background: var(--ddbd-gold); transition: width .2s ease, left .2s ease; }
.ddbd-nav__list > li:hover > a::after,
.ddbd-nav__list > .current-menu-item > a::after,
.ddbd-nav__list > .current-menu-ancestor > a::after { left: 0; width: 100%; }
.ddbd-nav a:hover, .ddbd-nav .current-menu-item > a { color: var(--ddbd-brown-2); }
.ddbd-nav .sub-menu { display: none; position: absolute; top: calc(100% - 8px); left: -18px; min-width: 220px; margin: 0; padding: 8px; list-style: none; background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); box-shadow: var(--ddbd-shadow); }
.ddbd-nav li:hover > .sub-menu, .ddbd-nav li:focus-within > .sub-menu { display: block; }
.ddbd-nav .sub-menu a { padding: 10px; border-radius: var(--ddbd-radius); }
.ddbd-header__actions { display: flex; align-items: center; gap: 10px; }

.ddbd-hero { position: relative; min-height: 650px; display: flex; align-items: center; background: var(--ddbd-ink); color: #fff; isolation: isolate; overflow: hidden; }
.ddbd-hero__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.ddbd-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.ddbd-hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(22 14 10 / 97%) 0%, rgb(36 20 14 / 92%) 38%, rgb(36 20 14 / 60%) 61%, rgb(36 20 14 / 14%) 100%), linear-gradient(0deg, rgb(22 14 10 / 35%) 0%, transparent 42%); }
.ddbd-hero::after { position: absolute; inset: auto 0 0; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgb(217 176 116 / 70%), transparent); }
.ddbd-hero__content { position: relative; padding-block: 102px 78px; }
.ddbd-hero__content > h1, .ddbd-hero__content > p, .ddbd-hero__content > .ddbd-kicker { width: min(670px, 58%); color: #fff; }
.ddbd-hero__content > h1 { max-width: 670px; margin-bottom: 22px; font-size: clamp(3rem, 4.25vw, 4rem); line-height: 1.08; text-wrap: balance; }
.ddbd-hero__content > p { max-width: 600px; color: rgb(255 255 255 / 84%); font-size: 1.02rem; }
.ddbd-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .16em; color: var(--ddbd-gold-light) !important; font-size: .76rem !important; font-weight: 700; }
.ddbd-kicker::before { width: 32px; height: 1px; content: ""; background: currentColor; }
.ddbd-hero__search { width: min(780px, 68%); margin-top: 34px; }
.ddbd-hero__search .ddbd-filter__primary { border-color: rgb(217 176 116 / 42%); box-shadow: 0 22px 55px rgb(10 5 3 / 28%); }

.ddbd-filter { position: relative; }
.ddbd-filter__primary { display: grid; grid-template-columns: minmax(240px, 1.65fr) repeat(2, minmax(150px, .75fr)) auto auto; gap: 8px; align-items: end; padding: 10px; background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); box-shadow: var(--ddbd-shadow); }
.ddbd-filter:not(.ddbd-filter--compact) .ddbd-filter__primary { grid-template-columns: minmax(240px, 1fr) auto auto; }
.ddbd-field { display: grid; gap: 4px; min-width: 0; }
.ddbd-field > span { color: var(--ddbd-muted); font-size: .7rem; font-weight: 700; }
.ddbd-field input, .ddbd-field select {
	width: 100%; height: 44px; padding: 8px 12px; color: var(--ddbd-text);
	background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); outline: none;
}
.ddbd-field input:focus, .ddbd-field select:focus { border-color: var(--ddbd-gold); box-shadow: 0 0 0 3px rgb(184 131 67 / 13%); }
.ddbd-field--search { position: relative; }
.ddbd-field--search .ddbd-icon { position: absolute; left: 12px; bottom: 12px; color: var(--ddbd-muted); }
.ddbd-field--search input { padding-left: 40px; }
.ddbd-filter__loading { display: none; position: absolute; inset: calc(100% + 8px) auto auto 0; align-items: center; gap: 8px; padding: 8px 12px; background: var(--ddbd-ink); color: #fff; border-radius: var(--ddbd-radius); font-size: .8rem; }
.ddbd-filter.is-loading .ddbd-filter__loading { display: flex; }
.ddbd-spinner { width: 16px; height: 16px; border: 2px solid rgb(255 255 255 / 30%); border-top-color: #fff; border-radius: 50%; animation: ddbd-spin .7s linear infinite; }
@keyframes ddbd-spin { to { transform: rotate(360deg); } }

.ddbd-filter__sheet { position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; padding: 20px; }
.ddbd-filter__sheet.is-open { display: grid; }
.ddbd-filter__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgb(20 10 5 / 68%); cursor: pointer; }
.ddbd-filter__panel { position: relative; width: min(880px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow: auto; padding: 24px; background: #fff; border-radius: var(--ddbd-radius); box-shadow: var(--ddbd-shadow); }
.ddbd-filter__head, .ddbd-filter__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ddbd-filter__head { margin-bottom: 20px; font-size: 1.25rem; }
.ddbd-filter__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ddbd-filter__footer { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--ddbd-border); justify-content: flex-end; }
body.ddbd-modal-open { overflow: hidden; }

.ddbd-quick { position: relative; z-index: 5; margin-top: -30px; }
.ddbd-quick__track { display: grid; grid-template-columns: repeat(6, 1fr); background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); box-shadow: var(--ddbd-shadow); overflow: hidden; }
.ddbd-quick__item { display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-items: center; gap: 0 10px; min-height: 104px; padding: 18px; border-right: 1px solid var(--ddbd-border); }
.ddbd-quick__item:last-child { border-right: 0; }
.ddbd-quick__item > span { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; background: var(--ddbd-cream-2); color: var(--ddbd-brown); border-radius: var(--ddbd-radius); }
.ddbd-quick__item strong { align-self: end; font-size: .82rem; line-height: 1.25; }
.ddbd-quick__item small { align-self: start; color: var(--ddbd-muted); font-size: .68rem; }

.ddbd-section { padding-block: 90px; }
.ddbd-section--tint { background: var(--ddbd-cream); }
.ddbd-section__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.ddbd-section__head h2 { margin: 4px 0 0; }
.ddbd-section__head > a, .ddbd-text-link { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 3px; border-bottom: 1px solid var(--ddbd-gold); color: var(--ddbd-brown); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.ddbd-section__head .ddbd-icon, .ddbd-text-link .ddbd-icon { width: 16px; }
.ddbd-section__tag { color: var(--ddbd-brown-2); text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; }

.ddbd-property-grid, .ddbd-card-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ddbd-property-card { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); overflow: hidden; box-shadow: 0 8px 24px rgb(36 20 14 / 5%); }
.ddbd-property-card__media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--ddbd-cream-2); }
.ddbd-property-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ddbd-property-card:hover .ddbd-property-card__media img { transform: scale(1.025); }
.ddbd-media-placeholder { display: grid; place-items: center; width: 100%; height: 100%; min-height: 180px; background: linear-gradient(135deg, var(--ddbd-cream), var(--ddbd-cream-2)); color: var(--ddbd-gold); }
.ddbd-media-placeholder .ddbd-icon { width: 48px; height: 48px; }
.ddbd-badge { position: absolute; top: 12px; left: 12px; max-width: calc(100% - 24px); padding: 6px 9px; border-radius: var(--ddbd-radius); font-size: .66rem; font-weight: 800; line-height: 1.2; }
.ddbd-badge--status { background: rgb(255 255 255 / 94%); color: var(--ddbd-success); }
.ddbd-badge--promo { top: auto; bottom: 12px; background: var(--ddbd-gold-light); color: var(--ddbd-ink); }
.ddbd-property-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.ddbd-eyebrow { margin-bottom: 6px; color: var(--ddbd-gold); font-size: .7rem; font-weight: 700; }
body.ddbd-v3 .ddbd-property-card__title { margin: 0 0 14px; font-size: 1.05rem; font-weight: 600; line-height: 1.4; letter-spacing: -.02em; }
.ddbd-property-card__primary { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.ddbd-property-card__primary > span { display: inline-flex; align-items: center; gap: 5px; font-size: .8rem; }
.ddbd-property-card__price { color: var(--ddbd-brown); font-size: 1.15rem !important; font-weight: 800; }
.ddbd-property-card__price del { opacity: .55; font-size: .75em; }
.ddbd-property-card__address { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 12px; color: var(--ddbd-muted); font-size: .77rem; }
.ddbd-property-card__address .ddbd-icon { width: 16px; height: 16px; margin-top: 2px; }
.ddbd-property-card__meta { display: grid; gap: 5px; margin-top: auto; padding-block: 12px; border-top: 1px solid var(--ddbd-border); color: var(--ddbd-muted); font-size: .72rem; }
.ddbd-property-card__actions { display: grid; grid-template-columns: 1fr 44px auto; gap: 7px; padding-top: 12px; border-top: 1px solid var(--ddbd-border); }
.ddbd-property-card__actions .ddbd-button { min-height: 42px; padding-inline: 12px; font-size: .76rem; }

.ddbd-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.ddbd-resource-card { min-height: 250px; padding: 28px; background: var(--ddbd-ink); color: rgb(255 255 255 / 72%); border-radius: var(--ddbd-radius); }
.ddbd-resource-card:nth-child(even) { background: var(--ddbd-brown); }
.ddbd-resource-card h3 { margin: 42px 0 12px; color: #fff; font-size: 1.35rem; }
.ddbd-resource-card p { font-size: .85rem; }
.ddbd-resource-card .ddbd-text-link { margin-top: 15px; color: #fff; }

.ddbd-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ddbd-article-card { overflow: hidden; background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); }
.ddbd-article-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.ddbd-article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ddbd-article-card:hover img { transform: scale(1.025); }
.ddbd-article-card__body { padding: 18px; }
.ddbd-article-card__title { margin: 4px 0 10px; font-size: 1.08rem; font-weight: 600; }
.ddbd-article-card__body > p { margin: 0; color: var(--ddbd-muted); font-size: .82rem; }

.ddbd-contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px; background: var(--ddbd-brown); color: rgb(255 255 255 / 72%); border-radius: var(--ddbd-radius); overflow: hidden; }
.ddbd-contact-cta h2 { margin: 6px 0 10px; color: #fff; }
.ddbd-contact-cta p { margin: 0; }
.ddbd-contact-cta__actions { display: flex; gap: 10px; flex: 0 0 auto; }

.ddbd-footer { background: #160e0a; color: #ded6d1; padding: 66px 0 24px; }
.ddbd-footer__grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 80px; }
.ddbd-footer__logo img { filter: brightness(0) invert(1); }
.ddbd-footer p { max-width: 430px; margin-top: 24px; font-size: .82rem; }
.ddbd-footer__title { margin: 0 0 18px; color: #fff !important; font-size: .85rem !important; letter-spacing: 0 !important; }
.ddbd-footer__menu, .ddbd-footer__contact { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; font-size: .8rem; }
.ddbd-footer__contact a { display: inline-flex; align-items: center; gap: 8px; }
.ddbd-footer__contact .ddbd-icon { width: 16px; }
.ddbd-footer__bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 10%); font-size: .7rem; }

/* Component colors own their contrast; parent-theme heading colors must not leak in. */
body.ddbd-v3 .ddbd-hero__content > h1,
body.ddbd-v3 .ddbd-resource-card h3,
body.ddbd-v3 .ddbd-contact-cta h2 { color: #fff; }
body.ddbd-v3 .ddbd-resource-card .ddbd-section__tag,
body.ddbd-v3 .ddbd-contact-cta .ddbd-section__tag { color: var(--ddbd-gold-light); }
body.ddbd-v3 .ddbd-footer p,
body.ddbd-v3 .ddbd-footer a,
body.ddbd-v3 .ddbd-footer__bottom { color: #ded6d1; }
body.ddbd-v3 .ddbd-footer a:hover,
body.ddbd-v3 .ddbd-footer a:focus-visible { color: #fff; }
body.ddbd-v3 .rank-math-breadcrumb a { color: var(--ddbd-brown-2); }

/* Preserve the authored light/dark colors inside legacy UX Builder SEO content. */
body.ddbd-v3 .ddbd-seo-content .text h1,
body.ddbd-v3 .ddbd-seo-content .text h2,
body.ddbd-v3 .ddbd-seo-content .text h3,
body.ddbd-v3 .ddbd-seo-content .text h4,
body.ddbd-v3 .ddbd-seo-content .text h5,
body.ddbd-v3 .ddbd-seo-content .text h6,
body.ddbd-v3 .ddbd-seo-content .text strong { color: inherit; }

/* The old builder modules are removed server-side; only the unique SEO article remains. */
.ddbd-seo-content { padding-top: 72px; }
.ddbd-seo-content > .ddbd-prose { color: var(--ddbd-text); }
.ddbd-legacy-seo-article {
	width: min(100%, 940px); margin-inline: auto; padding: 62px 68px;
	background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius);
	box-shadow: 0 18px 50px rgb(36 20 14 / 7%);
	color: #403833; font-size: 1.03rem; line-height: 1.82;
}
body.ddbd-v3 .ddbd-legacy-seo-article h2 {
	margin: 2.1em 0 .72em; color: var(--ddbd-ink); font-size: clamp(1.75rem, 3vw, 2.25rem);
	line-height: 1.22; letter-spacing: -.025em; text-wrap: balance;
}
body.ddbd-v3 .ddbd-legacy-seo-article h2:first-of-type { margin-top: .5em; }
.ddbd-legacy-seo-article p { margin-bottom: 1.15em; }
.ddbd-legacy-seo-article > p:first-child {
	margin-bottom: 2.2em; padding: 20px 22px; background: var(--ddbd-cream);
	border-left: 3px solid var(--ddbd-gold); border-radius: 0 var(--ddbd-radius) var(--ddbd-radius) 0;
	color: #403833; font-size: 1.08rem;
}
.ddbd-legacy-seo-article ul {
	margin: 1.2em 0 2em; padding: 22px 26px 22px 50px;
	background: var(--ddbd-cream); border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius);
}
.ddbd-legacy-seo-article li + li { margin-top: 8px; }
.ddbd-legacy-seo-article .wp-caption { width: 100% !important; max-width: 780px; margin: 34px auto 48px; }
.ddbd-legacy-seo-article .wp-caption img { width: 100%; border-radius: var(--ddbd-radius); }
.ddbd-legacy-seo-article .wp-caption-text { margin: 10px auto 0; color: var(--ddbd-muted); font-size: .76rem; line-height: 1.55; text-align: center; }
.ddbd-legacy-seo-article a { color: var(--ddbd-brown-2); text-decoration: underline; text-decoration-color: var(--ddbd-gold); text-underline-offset: 3px; }
.ddbd-legacy-seo-article .ddbd-seo-callout {
	margin-top: 34px; padding: 24px 26px; background: var(--ddbd-brown); color: #f6eee8;
	border-radius: var(--ddbd-radius); box-shadow: 0 14px 32px rgb(36 20 14 / 12%);
}
.ddbd-legacy-seo-article .ddbd-seo-callout p { margin: 0; color: inherit; }
.ddbd-legacy-seo-article .ddbd-seo-callout p + p { margin-top: 6px; color: #e6d9d0; }
.ddbd-project-seo-summary { margin-top: 8px; }

.ddbd-breadcrumbs, .rank-math-breadcrumb p { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 24px; color: var(--ddbd-muted); font-size: .75rem; }
.rank-math-breadcrumb p { margin: 0; }
.ddbd-breadcrumbs a { color: var(--ddbd-brown); }
.ddbd-archive-head { padding: 54px 0 42px; background: var(--ddbd-cream); }
.ddbd-archive-head h1 { margin: 5px 0 12px; font-size: clamp(2rem, 4vw, 3.6rem); }
.ddbd-archive-head__row { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.ddbd-archive-description { max-width: 750px; color: var(--ddbd-muted); }
.ddbd-result-count { padding: 7px 11px; background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); font-size: .78rem; white-space: nowrap; }
.ddbd-listing-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.ddbd-sort-form select { min-height: 42px; padding: 7px 12px; background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; justify-content: center; gap: 6px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 6px 10px; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); }
.page-numbers.current { background: var(--ddbd-brown); color: #fff; border-color: var(--ddbd-brown); }

.ddbd-empty { display: grid; justify-items: center; max-width: 620px; margin: 40px auto; padding: 48px 24px; text-align: center; background: var(--ddbd-cream); border: 1px dashed var(--ddbd-border); border-radius: var(--ddbd-radius); }
.ddbd-empty__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 18px; background: #fff; color: var(--ddbd-gold); border-radius: var(--ddbd-radius); }
.ddbd-empty h2 { margin-bottom: 8px; font-size: 1.35rem; }
.ddbd-empty p { color: var(--ddbd-muted); }
.ddbd-skeleton { border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); overflow: hidden; }
.ddbd-skeleton__media, .ddbd-skeleton__line { background: linear-gradient(90deg, #eee 25%, #f8f8f8 50%, #eee 75%); background-size: 200% 100%; animation: ddbd-shimmer 1.2s infinite; }
.ddbd-skeleton__media { aspect-ratio: 3 / 2; }
.ddbd-skeleton__line { height: 14px; margin: 18px; border-radius: var(--ddbd-radius); }
.ddbd-skeleton__line--short { width: 55%; }
@keyframes ddbd-shimmer { to { background-position: -200% 0; } }

.ddbd-detail { padding: 36px 0 90px; }
.ddbd-detail__header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 18px 0 34px; }
.ddbd-detail__header h1 { max-width: 880px; margin: 5px 0 10px; font-size: clamp(2.15rem, 4.5vw, 4.2rem); }
.ddbd-detail__address { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--ddbd-muted); }
.ddbd-detail__price { text-align: right; }
.ddbd-detail__price small { display: block; color: var(--ddbd-muted); }
.ddbd-detail__price strong { display: block; color: var(--ddbd-brown); font-size: 1.55rem; }
.ddbd-detail__layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; align-items: start; }
.ddbd-gallery__main { aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: var(--ddbd-cream); border-radius: var(--ddbd-radius); }
.ddbd-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.ddbd-gallery__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 8px; }
.ddbd-gallery__thumbs button { aspect-ratio: 4 / 3; padding: 0; overflow: hidden; background: var(--ddbd-cream); border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); cursor: pointer; }
.ddbd-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.ddbd-detail__content { margin-top: 42px; }
.ddbd-detail__intro { margin-bottom: 24px; padding: 20px; background: var(--ddbd-cream); border-left: 3px solid var(--ddbd-gold); border-radius: var(--ddbd-radius); }
.ddbd-detail__aside { position: sticky; top: 18px; display: grid; gap: 18px; }
.ddbd-facts, .ddbd-contact-box { padding: 24px; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); background: #fff; }
.ddbd-facts h2, .ddbd-contact-box h2 { margin-bottom: 16px; font-size: 1.2rem; letter-spacing: -.02em; }
.ddbd-facts dl { margin: 0; }
.ddbd-facts dl > div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; padding: 11px 0; border-top: 1px solid var(--ddbd-border); font-size: .8rem; }
.ddbd-facts dt { color: var(--ddbd-muted); }
.ddbd-facts dd { margin: 0; text-align: right; font-weight: 700; }
.ddbd-contact-box { background: var(--ddbd-cream); }
.ddbd-contact-box p { color: var(--ddbd-muted); font-size: .84rem; }
.ddbd-contact-box .ddbd-button + .ddbd-button { margin-top: 8px; }

.ddbd-prose { color: #403833; }
.ddbd-prose > * { max-width: 100%; }
.ddbd-prose h2 { margin: 1.65em 0 .65em; font-size: clamp(1.55rem, 3vw, 2.2rem); }
.ddbd-prose h3 { margin: 1.5em 0 .55em; font-size: 1.35rem; }
.ddbd-prose p, .ddbd-prose li { line-height: 1.8; }
.ddbd-prose a { color: var(--ddbd-brown); text-decoration: underline; text-decoration-color: var(--ddbd-gold); text-underline-offset: 3px; }
.ddbd-prose img { border-radius: var(--ddbd-radius); }
.ddbd-prose table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; }
.ddbd-prose th, .ddbd-prose td { padding: 10px 12px; border: 1px solid var(--ddbd-border); }
.ddbd-post { padding: 40px 0 90px; }
.ddbd-post__shell { max-width: 1120px; }
.ddbd-post__header { max-width: 900px; margin: 30px auto; text-align: center; }
.ddbd-post__header h1 { margin: 8px 0 18px; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.ddbd-post__lead { color: var(--ddbd-muted); font-size: 1.12rem; }
.ddbd-post__hero { margin: 0 0 46px; aspect-ratio: 16 / 8; overflow: hidden; border-radius: var(--ddbd-radius); }
.ddbd-post__hero img { width: 100%; height: 100%; object-fit: cover; }
.ddbd-post__layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: center; gap: 50px; align-items: start; }
.ddbd-post__aside { position: sticky; top: 20px; }
.ddbd-post__footer { max-width: 760px; margin: 36px auto 0; }
.ddbd-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ddbd-tags a { padding: 6px 9px; background: var(--ddbd-cream); border-radius: var(--ddbd-radius); font-size: .75rem; }
.ddbd-page__shell { max-width: 960px; }
.ddbd-page header h1 { margin: 20px 0 34px; }
.ddbd-not-found { max-width: 780px; text-align: center; }
.ddbd-not-found p { color: var(--ddbd-muted); }
.ddbd-not-found > div { display: flex; justify-content: center; gap: 10px; }

.ddbd-drawer { position: fixed; inset: 0; z-index: 1200; }
.ddbd-drawer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgb(20 10 5 / 65%); }
.ddbd-drawer__panel { position: relative; width: min(88vw, 380px); height: 100%; padding: 20px; background: #fff; }
.ddbd-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--ddbd-border); }
.ddbd-drawer__menu, .ddbd-drawer .menu, .ddbd-drawer .page-menu { display: grid; gap: 0; padding: 18px 0; margin: 0; list-style: none; }
.ddbd-drawer__menu a, .ddbd-drawer .menu a, .ddbd-drawer .page-menu a { display: block; padding: 12px 4px; border-bottom: 1px solid var(--ddbd-border); font-weight: 600; }
.ddbd-drawer .sub-menu { padding-left: 16px; list-style: none; }

@media (max-width: 1050px) {
	.ddbd-nav__list, .ddbd-nav .menu { gap: 18px; }
	.ddbd-header__inner { gap: 18px; }
	.ddbd-header .ddbd-button--dark { padding-inline: 12px; }
	.ddbd-filter__primary { grid-template-columns: 1.3fr 1fr auto auto; }
	.ddbd-filter__primary > .ddbd-field:nth-of-type(3) { display: none; }
	.ddbd-quick__track { grid-template-columns: repeat(3, 1fr); }
	.ddbd-quick__item:nth-child(3) { border-right: 0; }
	.ddbd-quick__item:nth-child(-n+3) { border-bottom: 1px solid var(--ddbd-border); }
	.ddbd-resource-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	body.ddbd-v3 { padding-bottom: 70px; font-size: 15px; }
	.ddbd-shell { width: min(calc(100% - 28px), var(--ddbd-shell)); }
	.ddbd-desktop-only { display: none !important; }
	.ddbd-mobile-only { display: flex !important; }
	body.ddbd-v3 h1 { font-size: 2.25rem; }
	body.ddbd-v3 h2 { font-size: 1.75rem; }
	.ddbd-header { position: sticky; top: 0; }
	.ddbd-header__inner { grid-template-columns: 44px 1fr 44px; min-height: 64px; gap: 8px; }
	.ddbd-header__logo { justify-self: center; }
	.ddbd-header__logo img, .ddbd-header__logo .custom-logo { max-width: 154px; max-height: 40px; }
	.ddbd-header__actions .ddbd-icon-button { border-color: transparent; }

	.ddbd-hero { min-height: 680px; align-items: flex-end; }
	.ddbd-hero__media { inset: 0; }
	.ddbd-hero__media img { object-position: 62% center; }
	.ddbd-hero__overlay { background: linear-gradient(180deg, rgb(36 20 14 / 18%) 0%, rgb(36 20 14 / 64%) 34%, rgb(22 14 10 / 96%) 66%, var(--ddbd-ink) 100%); }
	.ddbd-hero__content { padding-block: 132px 34px; }
	.ddbd-hero__content > h1, .ddbd-hero__content > p, .ddbd-hero__content > .ddbd-kicker { width: 100%; }
	.ddbd-hero__content > h1 { margin-bottom: 16px; font-size: clamp(2.15rem, 10.2vw, 2.65rem); line-height: 1.08; }
	.ddbd-hero__content > p { color: rgb(255 255 255 / 88%); font-size: .92rem; }
	.ddbd-hero__search { width: 100%; margin-top: 24px; }
	.ddbd-filter__primary { grid-template-columns: 1fr auto; padding: 8px; }
	.ddbd-filter__primary > .ddbd-field:not(.ddbd-field--search), .ddbd-filter__primary > .ddbd-button--primary span, .ddbd-filter__primary > .ddbd-filter__open span { display: none; }
	.ddbd-filter__primary > .ddbd-button { width: 46px; min-width: 46px; padding: 0; }
	.ddbd-filter__primary > .ddbd-filter__open { display: inline-flex; }
	.ddbd-filter--compact .ddbd-filter__primary { grid-template-columns: 1fr 1fr 46px 46px; }
	.ddbd-filter--compact .ddbd-field--search { grid-column: 1 / -1; }
	.ddbd-filter--compact .ddbd-filter__primary > .ddbd-field:not(.ddbd-field--search) { display: grid; }
	.ddbd-filter__panel { align-self: end; width: 100%; max-height: 88vh; padding: 18px 16px calc(18px + env(safe-area-inset-bottom)); border-radius: var(--ddbd-radius) var(--ddbd-radius) 0 0; }
	.ddbd-filter__sheet { align-items: end; padding: 0; }
	.ddbd-filter__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.ddbd-filter__footer { position: sticky; bottom: -18px; margin-inline: -16px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: #fff; }

	.ddbd-quick { margin-top: 0; padding-top: 16px; overflow: visible; }
	.ddbd-quick__track { display: flex; gap: 10px; margin-right: -14px; padding-right: 14px; overflow-x: auto; border: 0; box-shadow: none; scroll-snap-type: x mandatory; background: transparent; }
	.ddbd-quick__item { flex: 0 0 105px; display: flex; flex-direction: column; align-items: center; gap: 7px; min-height: 112px; padding: 12px 8px; text-align: center; background: #fff; border: 1px solid var(--ddbd-border) !important; border-radius: var(--ddbd-radius); scroll-snap-align: start; }
	.ddbd-quick__item > span { flex: 0 0 40px; }
	.ddbd-quick__item strong { font-size: .75rem; }
	.ddbd-quick__item small { font-size: .62rem; }

	.ddbd-section { padding-block: 58px; }
	.ddbd-section__head { align-items: start; margin-bottom: 22px; }
	.ddbd-section__head > a { margin-top: 9px; font-size: .72rem; }
	.ddbd-section__tag { font-size: .65rem; }
	.ddbd-property-grid { grid-template-columns: 1fr; }
	.ddbd-card-track { display: flex; gap: 14px; width: calc(100% + 14px); padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
	.ddbd-card-track .ddbd-property-card { flex: 0 0 min(84vw, 340px); scroll-snap-align: start; }
	body.ddbd-v3 .ddbd-property-card__title { font-size: 1rem; font-weight: 600; line-height: 1.42; }
	.ddbd-property-card__body { padding: 16px; }
	.ddbd-resource-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.ddbd-resource-card { min-height: 220px; padding: 18px; }
	.ddbd-resource-card h3 { margin-top: 28px; font-size: 1.08rem; font-weight: 600; }
	.ddbd-article-grid { grid-template-columns: 1fr; }
	.ddbd-article-card__title { font-weight: 600; }
	.ddbd-contact-cta { display: grid; padding: 26px 22px; }
	.ddbd-contact-cta__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.ddbd-seo-content { padding-top: 46px; }
	.ddbd-legacy-seo-article { width: 100%; padding: 30px 20px; box-shadow: none; }
	body.ddbd-v3 .ddbd-legacy-seo-article h2 { font-size: 1.55rem; }
	.ddbd-legacy-seo-article { font-size: .98rem; line-height: 1.78; }
	.ddbd-legacy-seo-article > p:first-child { padding: 17px 16px; font-size: 1rem; }
	.ddbd-legacy-seo-article ul { padding: 18px 18px 18px 40px; }
	.ddbd-legacy-seo-article .wp-caption { margin: 26px auto 36px; }
	.ddbd-legacy-seo-article .ddbd-seo-callout { padding: 20px 18px; }

	.ddbd-footer { padding: 52px 0 30px; }
	.ddbd-footer__grid { grid-template-columns: 1fr; gap: 32px; }
	.ddbd-footer__bottom { margin-top: 32px; }
	.ddbd-bottom-nav { position: fixed; inset: auto 0 0; z-index: 900; display: grid !important; grid-template-columns: repeat(5, 1fr); height: calc(66px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: rgb(255 255 255 / 97%); border-top: 1px solid var(--ddbd-border); box-shadow: 0 -8px 28px rgb(36 20 14 / 7%); }
	.ddbd-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--ddbd-muted); font-size: .62rem; font-weight: 600; }
	.ddbd-bottom-nav .ddbd-icon { width: 20px; height: 20px; }
	.ddbd-bottom-nav a.is-active { color: var(--ddbd-brown); }

	.ddbd-archive-head { padding: 34px 0 30px; }
	.ddbd-archive-head__row { align-items: start; }
	.ddbd-result-count { margin-top: 28px; }
	.ddbd-listing-toolbar { align-items: end; }
	.ddbd-listing-toolbar strong { font-size: .85rem; }
	.ddbd-sort-form select { max-width: 150px; font-size: .76rem; }
	.ddbd-detail { padding: 24px 0 62px; }
	.ddbd-detail__header { display: block; margin-bottom: 24px; }
	.ddbd-detail__header h1 { font-size: 2.15rem; }
	.ddbd-detail__price { margin-top: 18px; text-align: left; }
	.ddbd-detail__layout { grid-template-columns: 1fr; }
	.ddbd-gallery { margin-inline: -14px; }
	.ddbd-gallery__main { border-radius: 0; }
	.ddbd-gallery__thumbs { padding-inline: 14px; overflow-x: auto; }
	.ddbd-gallery__thumbs button { min-width: 82px; }
	.ddbd-detail__aside { position: static; }
	.ddbd-sticky-contact { position: fixed; inset: auto 10px calc(70px + env(safe-area-inset-bottom)) 10px; z-index: 850; display: grid !important; grid-template-columns: 1.2fr 1fr; overflow: hidden; background: #fff; border: 1px solid var(--ddbd-border); border-radius: var(--ddbd-radius); box-shadow: var(--ddbd-shadow); }
	.ddbd-sticky-contact a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; font-size: .78rem; font-weight: 800; }
	.ddbd-sticky-contact a:first-child { background: var(--ddbd-brown); color: #fff; }
	.ddbd-sticky-contact a:last-child { color: #1769e0; }
	.ddbd-post { padding-top: 28px; }
	.ddbd-post__header { margin: 20px auto 26px; text-align: left; }
	.ddbd-post__header h1 { font-size: 2.2rem; }
	.ddbd-post__hero { margin-inline: -14px; border-radius: 0; }
	.ddbd-post__layout { grid-template-columns: 1fr; }
	.ddbd-post__aside { position: static; }
	.ddbd-not-found > div { flex-direction: column; }
}

@media (max-width: 430px) {
	.ddbd-resource-grid { grid-template-columns: 1fr; }
	.ddbd-resource-card { min-height: 190px; }
	.ddbd-filter__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
