:root {
	--vnre-ink: #14201d;
	--vnre-forest: #17483f;
	--vnre-emerald: #0b755f;
	--vnre-gold: #c8923f;
	--vnre-clay: #a9543f;
	--vnre-river: #224f7a;
	--vnre-paper: #f7f3ea;
	--vnre-wash: #edf2ee;
	--vnre-panel: #ffffff;
	--vnre-muted: #65746f;
	--vnre-line: rgba(20, 32, 29, 0.13);
	--vnre-shadow: 0 20px 60px rgba(20, 32, 29, 0.14);
}

body {
	background: var(--vnre-paper);
	color: var(--vnre-ink);
}

body.home .site-header,
body.home .site-footer,
body.home .page-header,
body:has(.vnre-shell) .site-header,
body:has(.vnre-shell) .site-footer,
body:has(.vnre-shell) .page-header,
body:has(.vnre-shell) .entry-title {
	display: none;
}

body.home .site-main,
body.home .page-content,
body.home .entry-content,
body:has(.vnre-shell) .site-main,
body:has(.vnre-shell) .page-content,
body:has(.vnre-shell) .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.home .elementor-element:has(.vnre-shell),
body.home .elementor-widget-shortcode:has(.vnre-shell),
body.home .elementor-shortcode:has(.vnre-shell),
body.home .e-con-inner:has(.vnre-shell),
body.home .elementor-element-vnrehome1 > .e-con-inner,
body.home .elementor-element-vnreshort1 {
	max-width: none;
	padding: 0;
	width: 100%;
}

.vnre-dialog-open {
	overflow: hidden;
}

.vnre-shell,
.vnre-shell * {
	box-sizing: border-box;
}

.vnre-shell {
	background: var(--vnre-paper);
	color: var(--vnre-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow: clip;
}

.vnre-header {
	align-items: center;
	background: rgba(247, 243, 234, 0.92);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--vnre-line);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(180px, 0.8fr) minmax(320px, 1.4fr) auto;
	left: 0;
	padding: 14px clamp(18px, 4vw, 56px);
	position: sticky;
	right: 0;
	top: 0;
	z-index: 4000;
}

.vnre-brand,
.vnre-header nav a,
.vnre-card a,
.vnre-agent a,
.vnre-button {
	color: inherit;
	text-decoration: none;
}

.vnre-brand {
	align-items: center;
	display: inline-flex;
	font-weight: 900;
	gap: 10px;
	min-width: 0;
}

.vnre-brand span {
	align-items: center;
	background: var(--vnre-forest);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.vnre-header nav {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: clamp(14px, 2.6vw, 30px);
	justify-content: center;
	white-space: nowrap;
}

.vnre-header nav a {
	color: rgba(20, 32, 29, 0.74);
}

.vnre-open-lead,
.vnre-button,
.vnre-search button,
.vnre-dialog button[type="submit"],
.vnre-card__actions a,
.vnre-card__actions button,
.vnre-results__bar button,
.vnre-link-button {
	align-items: center;
	border: 0;
	border-radius: 7px;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 12px 16px;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vnre-open-lead,
.vnre-search button,
.vnre-dialog button[type="submit"],
.vnre-card__actions button:first-of-type {
	background: var(--vnre-ink);
	color: #fff;
}

.vnre-open-lead:hover,
.vnre-button:hover,
.vnre-search button:hover,
.vnre-card__actions a:hover,
.vnre-card__actions button:hover,
.vnre-results__bar button:hover,
.vnre-link-button:hover {
	transform: translateY(-1px);
}

.vnre-header__tools {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	justify-content: flex-end;
}

.vnre-lang {
	background: #fff;
	border: 1px solid var(--vnre-line);
	border-radius: 999px;
	display: inline-flex;
	padding: 3px;
}

.vnre-lang button {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--vnre-muted);
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	min-height: 34px;
	padding: 7px 10px;
}

.vnre-lang button.is-active {
	background: var(--vnre-forest);
	color: #fff;
}

.vnre-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 440px);
	min-height: 760px;
	padding: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 56px);
	position: relative;
}

.vnre-hero__media {
	background:
		linear-gradient(90deg, rgba(13, 25, 22, 0.9) 0%, rgba(13, 25, 22, 0.68) 36%, rgba(13, 25, 22, 0.18) 100%),
		url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1900&q=84") center/cover;
	inset: 0;
	position: absolute;
}

.vnre-hero__photo {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.22);
	bottom: clamp(36px, 8vw, 96px);
	position: absolute;
	right: clamp(18px, 5vw, 80px);
	top: clamp(110px, 12vw, 160px);
	width: min(32vw, 430px);
}

.vnre-hero__content {
	align-self: center;
	color: #fff;
	display: grid;
	gap: 22px;
	grid-column: 1;
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.vnre-kicker,
.vnre-section__head p:first-child,
.vnre-search__head p,
.vnre-card__area,
.vnre-commerce article span {
	color: var(--vnre-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.vnre-hero h1 {
	font-size: clamp(42px, 7.2vw, 94px);
	line-height: 0.96;
	margin: 0;
	max-width: 940px;
}

.vnre-hero__copy {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.6;
	margin: 0;
	max-width: 680px;
}

.vnre-hero__actions,
.vnre-proof,
.vnre-card__actions,
.vnre-results__bar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vnre-button--light {
	background: #fff;
	color: var(--vnre-ink);
}

.vnre-button--accent {
	background: var(--vnre-gold);
	color: var(--vnre-ink);
}

.vnre-button--ghost {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
}

.vnre-proof {
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	margin-top: 8px;
	padding-top: 18px;
}

.vnre-proof span {
	color: rgba(255, 255, 255, 0.76);
	display: grid;
	font-size: 13px;
	gap: 2px;
	min-width: 118px;
}

.vnre-proof strong {
	color: #fff;
	font-size: 28px;
}

.vnre-search {
	align-self: end;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 8px;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
	display: grid;
	gap: 14px;
	grid-column: 2;
	padding: 20px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.vnre-search__head {
	border-bottom: 1px solid var(--vnre-line);
	display: grid;
	gap: 4px;
	padding-bottom: 14px;
}

.vnre-search__head strong {
	font-size: 22px;
	line-height: 1.18;
}

.vnre-search label,
.vnre-dialog label {
	color: var(--vnre-muted);
	display: grid;
	font-size: 12px;
	font-weight: 900;
	gap: 7px;
	text-transform: uppercase;
}

.vnre-search select,
.vnre-search input,
.vnre-dialog input,
.vnre-dialog textarea,
.vnre-dialog select {
	background: #fff;
	border: 1px solid var(--vnre-line);
	border-radius: 7px;
	color: var(--vnre-ink);
	font: inherit;
	min-height: 46px;
	padding: 11px 12px;
	text-transform: none;
	width: 100%;
}

.vnre-search input[type="range"] {
	accent-color: var(--vnre-emerald);
	padding-left: 0;
	padding-right: 0;
}

.vnre-search output {
	color: var(--vnre-clay);
	font-size: 13px;
	font-weight: 900;
}

.vnre-search__note {
	color: var(--vnre-muted);
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
}

.vnre-strip {
	background: var(--vnre-ink);
	color: #fff;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnre-strip div {
	background: rgba(255, 255, 255, 0.05);
	display: grid;
	gap: 8px;
	padding: clamp(22px, 4vw, 38px) clamp(18px, 4vw, 48px);
}

.vnre-strip span {
	color: var(--vnre-gold);
	font-weight: 900;
}

.vnre-strip strong {
	font-size: 22px;
}

.vnre-strip p {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.5;
	margin: 0;
}

.vnre-section {
	padding: clamp(48px, 7vw, 94px) clamp(18px, 4vw, 56px);
}

.vnre-page-hero {
	background:
		linear-gradient(90deg, rgba(13, 25, 22, 0.9), rgba(13, 25, 22, 0.58)),
		url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1800&q=82") center/cover;
	color: #fff;
	display: grid;
	gap: 18px;
	min-height: 420px;
	padding: clamp(70px, 10vw, 130px) clamp(18px, 4vw, 56px);
	place-content: end start;
}

.vnre-page-hero h1,
.vnre-page-hero p {
	margin: 0;
	max-width: 800px;
}

.vnre-page-hero h1 {
	font-size: clamp(42px, 7vw, 86px);
	line-height: 0.98;
}

.vnre-page-hero > p:last-child {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.6;
}

.vnre-page-search {
	padding-bottom: 24px;
}

.vnre-page-search .vnre-search {
	margin: 0 auto;
	max-width: 1180px;
}

.vnre-section__head {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto 28px;
	max-width: 1240px;
}

.vnre-section__head h2 {
	font-size: clamp(30px, 4.4vw, 58px);
	line-height: 1.02;
	margin: 6px 0 0;
	max-width: 780px;
}

.vnre-section__head--split {
	align-items: start;
}

.vnre-section__copy {
	color: var(--vnre-muted);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	max-width: 420px;
}

.vnre-link-button,
.vnre-results__bar button,
.vnre-card__actions a,
.vnre-card__actions button:last-child {
	background: #fff;
	border: 1px solid var(--vnre-line);
	color: var(--vnre-ink);
}

.vnre-featured {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1240px;
}

.vnre-card {
	background: var(--vnre-panel);
	border: 1px solid var(--vnre-line);
	border-radius: 8px;
	box-shadow: var(--vnre-shadow);
	display: grid;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vnre-card[hidden] {
	display: none;
}

.vnre-card.is-active {
	border-color: var(--vnre-gold);
	box-shadow: 0 24px 70px rgba(168, 105, 42, 0.22);
	transform: translateY(-2px);
}

.vnre-results__list .vnre-card.is-active::before {
	background: var(--vnre-gold);
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: 5px;
	z-index: 1;
}

.vnre-card__media {
	display: block;
	position: relative;
}

.vnre-card img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.vnre-card__badge {
	background: var(--vnre-emerald);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	left: 14px;
	padding: 7px 10px;
	position: absolute;
	top: 14px;
}

.vnre-card__body {
	align-content: start;
	display: grid;
	gap: 12px;
	padding: 18px;
}

.vnre-card h3 {
	font-size: 19px;
	line-height: 1.25;
	margin: 4px 0 0;
}

.vnre-card p {
	color: var(--vnre-muted);
	margin: 0;
}

.vnre-card strong {
	color: var(--vnre-clay);
	font-size: 22px;
}

.vnre-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vnre-card li {
	background: #f0eadf;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	padding: 7px 10px;
}

.vnre-card__meta {
	border-top: 1px solid var(--vnre-line);
	color: var(--vnre-muted);
	display: grid;
	font-size: 13px;
	gap: 5px;
	padding-top: 12px;
}

.vnre-card__actions {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vnre-card__actions a,
.vnre-card__actions button {
	min-width: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.vnre-detail {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
}

.vnre-detail__media,
.vnre-detail__content {
	background: #fff;
	border: 1px solid var(--vnre-line);
	border-radius: 8px;
	box-shadow: var(--vnre-shadow);
	overflow: hidden;
}

.vnre-detail__media img {
	display: block;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	width: 100%;
}

.vnre-detail__content {
	align-content: center;
	display: grid;
	gap: 16px;
	padding: clamp(22px, 4vw, 42px);
}

.vnre-detail__content h2 {
	font-size: clamp(34px, 4.6vw, 58px);
	line-height: 1;
	margin: 0;
}

.vnre-detail__content > strong {
	color: var(--vnre-clay);
	font-size: 28px;
}

.vnre-detail__content > p {
	color: var(--vnre-muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

.vnre-detail__content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vnre-detail__content li {
	background: #f0eadf;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	padding: 8px 11px;
}

.vnre-commerce {
	background: #fff;
}

.vnre-commerce__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1240px;
}

.vnre-commerce article {
	background: var(--vnre-wash);
	border: 1px solid var(--vnre-line);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	padding: 22px;
}

.vnre-commerce h3 {
	font-size: 20px;
	line-height: 1.24;
	margin: 0;
}

.vnre-commerce p {
	color: var(--vnre-muted);
	line-height: 1.55;
	margin: 0;
}

.vnre-maplist {
	background: var(--vnre-wash);
}

.vnre-maplist__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(420px, 1.12fr) minmax(360px, 0.88fr);
	margin: 0 auto;
	max-width: 1280px;
}

.vnre-map {
	border: 1px solid var(--vnre-line);
	border-radius: 8px;
	min-height: 650px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.vnre-house-marker {
	align-items: center;
	background: var(--vnre-forest);
	border: 3px solid #fff;
	border-radius: 50% 50% 50% 8px;
	box-shadow: 0 10px 28px rgba(20, 32, 29, 0.28);
	color: #fff;
	display: grid;
	font-weight: 900;
	justify-items: center;
	line-height: 1;
	transform: rotate(-45deg);
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vnre-house-marker.is-active {
	background: var(--vnre-gold);
	box-shadow: 0 16px 36px rgba(168, 105, 42, 0.42);
	color: var(--vnre-ink);
	transform: rotate(-45deg) scale(1.2);
	z-index: 700 !important;
}

.vnre-house-marker span,
.vnre-house-marker strong {
	transform: rotate(45deg);
}

.vnre-house-marker span {
	font-size: 18px;
	margin-top: 3px;
}

.vnre-house-marker strong {
	font-size: 11px;
	margin-top: -10px;
}

.vnre-map-popup .leaflet-popup-content-wrapper {
	border-radius: 8px;
	box-shadow: var(--vnre-shadow);
	padding: 0;
}

.vnre-map-popup .leaflet-popup-content {
	margin: 0;
	width: 260px !important;
}

.vnre-popup-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.vnre-popup-card img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}

.vnre-popup-card div {
	display: grid;
	gap: 6px;
	padding: 12px;
}

.vnre-popup-card span {
	color: var(--vnre-gold);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.vnre-popup-card h3,
.vnre-popup-card p,
.vnre-popup-card ul {
	margin: 0;
}

.vnre-popup-card h3 {
	color: var(--vnre-ink);
	font-size: 15px;
	line-height: 1.25;
}

.vnre-popup-card p {
	color: var(--vnre-muted);
}

.vnre-popup-card strong {
	color: var(--vnre-clay);
}

.vnre-popup-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	padding: 0;
}

.vnre-popup-card li {
	background: #f0eadf;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	padding: 5px 8px;
}

.vnre-popup-card a {
	align-items: center;
	background: var(--vnre-ink);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	margin-top: 3px;
	min-height: 36px;
	text-decoration: none;
}

.vnre-results {
	min-width: 0;
}

.vnre-results__bar {
	background: var(--vnre-panel);
	border: 1px solid var(--vnre-line);
	border-radius: 8px;
	font-weight: 900;
	justify-content: space-between;
	margin-bottom: 12px;
	padding: 12px;
}

.vnre-results__bar button {
	min-height: 38px;
	padding: 9px 12px;
}

.vnre-results__list {
	display: grid;
	gap: 14px;
	max-height: 590px;
	overflow: auto;
	padding-right: 4px;
}

.vnre-results__list .vnre-card {
	box-shadow: none;
}

.vnre-results__list .vnre-card img {
	aspect-ratio: 16 / 8;
}

.vnre-agents {
	background: var(--vnre-forest);
	color: #fff;
}

.vnre-agents .vnre-section__copy,
.vnre-agents .vnre-card p {
	color: rgba(255, 255, 255, 0.74);
}

.vnre-agent-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 960px;
}

.vnre-agent {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	display: flex;
	gap: 16px;
	padding: 22px;
}

.vnre-agent__avatar {
	align-items: center;
	background: var(--vnre-gold);
	border-radius: 50%;
	color: var(--vnre-ink);
	display: flex;
	flex: 0 0 58px;
	font-weight: 900;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.vnre-agent h3,
.vnre-agent p {
	margin: 0 0 5px;
}

.vnre-agent a {
	color: #f7d89c;
	display: block;
	font-weight: 800;
	margin-top: 4px;
}

.vnre-footer {
	align-items: start;
	background:
		linear-gradient(135deg, rgba(16, 26, 23, 0.94), rgba(23, 72, 63, 0.96)),
		url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1600&q=80") center/cover;
	color: #fff;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(280px, 1.4fr) minmax(160px, 0.7fr) minmax(240px, 0.9fr);
	padding: clamp(42px, 6vw, 76px) clamp(18px, 4vw, 56px) clamp(22px, 3vw, 34px);
	position: relative;
}

.vnre-footer .vnre-brand {
	color: #fff;
}

.vnre-footer .vnre-brand span {
	background: var(--vnre-gold);
	color: var(--vnre-ink);
}

.vnre-footer__brand,
.vnre-footer__nav,
.vnre-footer__contact {
	display: grid;
	gap: 14px;
}

.vnre-footer__brand p {
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.6;
	margin: 0;
	max-width: 520px;
}

.vnre-footer__nav,
.vnre-footer__contact {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 18px;
}

.vnre-footer__nav a,
.vnre-footer__contact a,
.vnre-footer__social a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 850;
	text-decoration: none;
}

.vnre-footer__nav a:hover,
.vnre-footer__contact a:hover,
.vnre-footer__social a:hover {
	color: #f7d89c;
}

.vnre-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}

.vnre-footer__social a {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	padding: 8px 11px;
}

.vnre-footer__meta {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding-top: 20px;
}

.vnre-footer__meta p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 750;
	margin: 0;
}

.vnre-footer__meta button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	min-height: 42px;
	padding: 10px 14px;
}

.vnre-footer__meta button:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #f7d89c;
}

.vnre-dialog[hidden] {
	display: none;
}

.vnre-dialog {
	align-items: center;
	background: rgba(13, 20, 18, 0.62);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 5000;
}

.vnre-dialog__panel {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
	max-height: min(92vh, 760px);
	max-width: 500px;
	overflow: auto;
	padding: 26px;
	position: relative;
	width: 100%;
}

.vnre-dialog__close {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 12px;
}

.vnre-dialog h2 {
	font-size: 30px;
	line-height: 1.1;
	margin: 8px 36px 16px 0;
}

.vnre-dialog form {
	display: grid;
	gap: 14px;
}

.vnre-dialog__property {
	background: var(--vnre-wash);
	border-radius: 7px;
	color: var(--vnre-forest);
	font-weight: 900;
	margin: 0 0 16px;
	padding: 12px;
}

.vnre-dialog__note {
	background: rgba(11, 117, 95, 0.1);
	border-radius: 7px;
	color: var(--vnre-emerald);
	font-weight: 900;
	line-height: 1.45;
	padding: 12px;
}

@media (max-width: 1120px) {
	.vnre-header {
		grid-template-columns: 1fr auto;
	}

	.vnre-header nav {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.vnre-hero {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.vnre-hero__content,
	.vnre-search {
		grid-column: 1;
	}

	.vnre-search {
		align-self: start;
		margin-top: 34px;
		max-width: 560px;
	}

	.vnre-hero__photo {
		display: none;
	}

	.vnre-commerce__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vnre-maplist__grid {
		grid-template-columns: 1fr;
	}

	.vnre-detail {
		grid-template-columns: 1fr;
	}

	.vnre-map {
		min-height: 460px;
	}

	.vnre-results__list {
		max-height: none;
	}
}

@media (max-width: 820px) {
	.vnre-section__head,
	.vnre-section__head--split,
	.vnre-featured,
	.vnre-strip,
		.vnre-agent-grid {
			display: grid;
			grid-template-columns: 1fr;
		}

		.vnre-footer {
			gap: 18px;
			grid-template-columns: 1fr;
		}

		.vnre-footer__meta {
			align-items: flex-start;
			flex-direction: column;
			gap: 14px;
		}

		.vnre-section__head {
			align-items: start;
	}

	.vnre-featured {
		gap: 16px;
	}

	.vnre-strip div {
		padding: 22px 18px;
	}
}

@media (max-width: 620px) {
	.vnre-header {
		gap: 12px;
		grid-template-columns: 1fr;
		padding: 12px 14px;
		position: relative;
	}

	.vnre-header nav {
		scroll-snap-type: x mandatory;
		width: calc(100vw - 28px);
	}

	.vnre-header nav a {
		scroll-snap-align: start;
	}

	.vnre-open-lead {
		width: 100%;
	}

	.vnre-header__tools {
		display: grid;
		grid-template-columns: auto 1fr;
		width: 100%;
	}

	.vnre-hero,
	.vnre-page-hero,
	.vnre-section {
		padding-left: 14px;
		padding-right: 14px;
	}

	.vnre-hero {
		padding-bottom: 28px;
		padding-top: 42px;
	}

	.vnre-hero__content {
		gap: 16px;
	}

	.vnre-hero h1 {
		font-size: 38px;
		line-height: 1;
		overflow-wrap: anywhere;
	}

	.vnre-hero__copy {
		font-size: 16px;
	}

	.vnre-hero__actions,
	.vnre-button,
	.vnre-search,
	.vnre-card__actions,
	.vnre-results__bar,
	.vnre-commerce__grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.vnre-hero__actions,
	.vnre-results__bar {
		align-items: stretch;
		display: grid;
	}

	.vnre-proof {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vnre-proof span {
		min-width: 0;
	}

	.vnre-proof strong {
		font-size: 22px;
	}

	.vnre-search {
		margin-top: 24px;
		padding: 16px;
	}

	.vnre-section__head h2 {
		font-size: 32px;
	}

	.vnre-card__actions {
		display: grid;
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.vnre-detail__media img {
		min-height: 300px;
	}

	.vnre-map {
		min-height: 360px;
	}

	.vnre-results__list .vnre-card img {
		aspect-ratio: 16 / 10;
	}

	.vnre-agent {
		align-items: flex-start;
		flex-direction: column;
	}

	.vnre-footer {
		padding-bottom: 24px;
	}

	.vnre-footer__nav,
	.vnre-footer__contact {
		padding: 16px;
	}

	.vnre-footer__meta button {
		width: 100%;
	}

	.vnre-dialog {
		align-items: end;
		padding: 0;
	}

	.vnre-dialog__panel {
		border-radius: 8px 8px 0 0;
		max-height: 90vh;
		padding: 22px 18px;
	}
}
