:root {
	--rz-cream: #f7f2e8;
	--rz-warm: #fbf8ef;
	--rz-green: #063d2d;
	--rz-green-2: #0b4b39;
	--rz-gold: #c5962f;
	--rz-gold-2: #d8ad4a;
	--rz-ink: #10261e;
	--rz-line: rgba(9, 59, 43, 0.14);
	--rz-shadow: 0 18px 44px rgba(8, 35, 26, 0.16);
	--rz-serif: Georgia, "Times New Roman", serif;
	--rz-sans: Arial, Helvetica, sans-serif;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body.home {
	margin: 0;
	background: var(--rz-cream);
	color: var(--rz-ink);
	font-family: var(--rz-sans);
	overflow-x: hidden;
}

body.home .body_wrap,
body.home .page_wrap,
body.home .page_content_wrap,
body.home .content_wrap,
body.home .content,
body.home .entry-content,
body.home .site-content,
body.home .container,
body.home .elementor-section {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.home a {
	color: inherit;
	text-decoration: none;
}

.rz-site {
	background: linear-gradient(180deg, #fbf8ef 0%, #f4eee2 100%);
	overflow: hidden;
	padding-right: 5% !important;
	padding-left: 5% !important;
	box-sizing: border-box;
}

body.home .rz-site,
body.front-page .rz-site {
	padding-left: 5% !important;
	padding-right: 5% !important;
	box-sizing: border-box !important;
}

body.home .rz-header,
body.front-page .rz-header,
body.home .rz-hero,
body.front-page .rz-hero,
body.home .rz-search,
body.front-page .rz-search,
body.home .rz-benefits,
body.front-page .rz-benefits,
body.home .rz-properties,
body.front-page .rz-properties,
body.home .rz-section,
body.front-page .rz-section {
	max-width: none !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

.rz-shell {
	width: 100%;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.rz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 7px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(6, 61, 45, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.rz-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 32px rgba(6, 61, 45, 0.22);
}

.rz-button--green {
	background: var(--rz-green);
	color: #fff;
}

.rz-button--gold {
	background: linear-gradient(135deg, var(--rz-gold), var(--rz-gold-2));
	color: #fff;
}

.rz-header {
	position: relative;
	z-index: 100;
	background: rgba(250, 247, 239, 0.97);
	border-bottom: 1px solid rgba(7, 61, 45, 0.08);
	backdrop-filter: blur(16px);
}

.rz-header.is-scrolled {
	box-shadow: 0 12px 34px rgba(8, 35, 26, 0.1);
}

.rz-header__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	min-height: 94px;
	gap: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.rz-brand,
.rz-logo {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	color: var(--rz-green);
}

.rz-brand__mark,
.rz-logo__mark {
	display: inline-grid;
	grid-template-columns: repeat(3, 10px);
	align-items: end;
	width: 46px;
	height: 56px;
	gap: 3px;
	border-left: 3px solid var(--rz-gold);
	border-bottom: 3px solid var(--rz-gold);
	transform: skewY(-12deg);
}

.rz-brand__mark span,
.rz-logo__mark span {
	display: block;
	border: 2px solid var(--rz-gold);
	border-bottom: 0;
}

.rz-brand__mark span:nth-child(1),
.rz-logo__mark span:nth-child(1) { height: 29px; }
.rz-brand__mark span:nth-child(2),
.rz-logo__mark span:nth-child(2) { height: 42px; }
.rz-brand__mark span:nth-child(3),
.rz-logo__mark span:nth-child(3) { height: 54px; }

.rz-brand__text strong,
.rz-logo__text strong {
	display: block;
	font-family: var(--rz-serif);
	font-size: 29px;
	font-weight: 700;
	line-height: 0.9;
	text-transform: uppercase;
}

.rz-brand__text em,
.rz-logo__text em {
	display: block;
	margin-top: 6px;
	color: var(--rz-gold);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 4.2px;
	text-transform: uppercase;
}

.rz-nav__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 31px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rz-nav__list a {
	position: relative;
	display: block;
	color: #071f17;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.rz-nav__list a::after {
	position: absolute;
	right: 0;
	bottom: -11px;
	left: 0;
	height: 2px;
	background: var(--rz-gold);
	content: "";
	opacity: 0;
	transform: scaleX(0.3);
	transition: opacity 160ms ease, transform 160ms ease;
}

.rz-nav__list a:hover::after,
.rz-nav__list .current-menu-item > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.rz-header__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	white-space: nowrap;
}

.rz-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--rz-green);
	font-size: 12.5px;
	font-weight: 800;
}

.rz-header__phone span:first-child {
	color: var(--rz-gold);
	font-size: 14px;
	line-height: 1;
}

.rz-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: var(--rz-green);
	border-radius: 6px;
}

.rz-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 5px auto;
	background: #fff;
}

.rz-hero {
	position: relative;
	min-height: 620px;
	padding: 76px 0 112px;
	background: var(--rz-warm);
}

.rz-hero__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(58vw, 1120px);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.rz-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(250, 247, 239, 0.99) 0%, rgba(250, 247, 239, 0.94) 34%, rgba(250, 247, 239, 0.46) 58%, rgba(6, 61, 45, 0.08) 100%),
		linear-gradient(180deg, rgba(250, 247, 239, 0) 73%, var(--rz-cream) 100%);
}

.rz-hero__content {
	position: relative;
	z-index: 2;
}

.rz-hero__copy {
	max-width: 475px;
	padding-top: 36px;
}

.rz-hero h1 {
	margin: 0 0 22px;
	color: var(--rz-green);
	font-family: var(--rz-serif);
	font-size: clamp(54px, 5.2vw, 72px);
	font-weight: 700;
	line-height: 0.98;
}

.rz-hero h1 span {
	display: block;
	color: var(--rz-gold);
}

.rz-hero p {
	max-width: 390px;
	margin: 0 0 28px;
	color: #172a22;
	font-size: 17px;
	line-height: 1.55;
}

	.rz-search {
		position: absolute;
		right: 0;
		bottom: -42px;
		left: 0;
		z-index: 5;
		display: grid;
		grid-template-columns: 1fr 1fr 1.1fr auto;
		gap: 12px;
		max-width: 1200px;
		padding: 20px;
		background: var(--rz-green);
	border-radius: 9px;
	box-shadow: var(--rz-shadow);
}

.rz-search label {
	display: grid;
	gap: 6px;
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.rz-search select,
.rz-search input {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	background: #0b4d39;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	box-sizing: border-box;
}

.rz-search input::placeholder {
	color: rgba(255, 255, 255, 0.82);
}

.rz-search .rz-button {
	align-self: end;
	height: 44px;
	min-height: 44px;
	padding-right: 20px;
	padding-left: 20px;
}

.rz-search__secondary {
	display: none !important;
}

.rz-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	padding: 92px 0 48px;
}

.rz-benefit {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 14px;
	align-items: center;
	border-right: 1px solid var(--rz-line);
}

.rz-benefit:last-child {
	border-right: 0;
}

.rz-benefit > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	background: var(--rz-green);
	border: 2px solid var(--rz-gold);
	border-radius: 50%;
	color: var(--rz-gold);
	font-family: var(--rz-serif);
	font-size: 26px;
}

.rz-benefit h3 {
	margin: 0 0 6px;
	color: var(--rz-green);
	font-family: var(--rz-serif);
	font-size: 18px;
	font-weight: 700;
}

.rz-benefit p {
	margin: 0;
	color: #334a42;
	font-size: 13px;
	line-height: 1.45;
}

.rz-section {
	padding: 20px 0 58px;
}

.rz-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.rz-section__head h2,
.rz-testimonials h2,
.rz-about h2,
.rz-cta h2 {
	margin: 0;
	color: var(--rz-green);
	font-family: var(--rz-serif);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.12;
}

.rz-section__head h2::after,
.rz-testimonials h2::after {
	display: block;
	width: 110px;
	height: 3px;
	margin-top: 9px;
	background: var(--rz-gold);
	content: "";
}

.rz-section__head a {
	color: var(--rz-green);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.rz-section__head a::after {
	margin-left: 9px;
	color: var(--rz-gold);
	content: "→";
}

.rz-shortcode-properties .vile-homepage-grid {
	max-width: 1180px !important;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	width: 100% !important;
	justify-content: start !important;
	align-items: stretch !important;
}

.rz-shortcode-properties .vile-homepage-grid > div {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	background: #fff !important;
	border: 1px solid rgba(7, 61, 45, 0.08) !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 28px rgba(8, 35, 26, 0.11) !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.rz-shortcode-properties .vile-homepage-grid > div:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(8, 35, 26, 0.16) !important;
}

.rz-shortcode-properties .vile-homepage-grid img {
	display: block !important;
	width: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
	border-radius: 8px 8px 0 0 !important;
}

.rz-shortcode-properties .vile-homepage-grid h3 {
	margin: 0 0 8px !important;
	color: var(--rz-ink) !important;
	font-family: var(--rz-serif) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.rz-shortcode-properties .vile-homepage-grid h3 + div {
	color: var(--rz-green) !important;
	font-size: 17px !important;
	font-weight: 900 !important;
}

.rz-about {
	position: relative;
	padding: 56px 0;
	background: radial-gradient(circle at 46% 50%, rgba(197, 150, 47, 0.22), transparent 22%), var(--rz-green);
	color: #fff;
}

.rz-about::after {
	position: absolute;
	top: 38px;
	left: 45%;
	width: 110px;
	height: 166px;
	border-left: 5px solid rgba(216, 173, 74, 0.7);
	border-bottom: 5px solid rgba(216, 173, 74, 0.7);
	content: "";
	transform: skewY(-12deg);
	opacity: 0.5;
}

.rz-about__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1.18fr;
	gap: 64px;
	align-items: center;
}

.rz-about h2 {
	color: #fff;
	font-size: 34px;
}

.rz-about p {
	max-width: 430px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.65;
}

.rz-kicker {
	display: inline-block;
	margin: 0 0 12px;
	color: var(--rz-gold);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.rz-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}

.rz-stats div {
	padding: 18px 20px;
	border-left: 1px solid rgba(216, 173, 74, 0.38);
}

.rz-stats span {
	display: block;
	margin-bottom: 8px;
	color: var(--rz-gold-2);
	font-family: var(--rz-serif);
	font-size: 46px;
	font-weight: 700;
}

.rz-stats p {
	margin: 0 auto;
	color: #fff;
	font-weight: 800;
}

.rz-testimonials {
	padding: 42px 0 56px;
}

.rz-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 24px;
}

.rz-testimonials article {
	position: relative;
	min-height: 118px;
	padding: 28px 30px 22px 50px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(7, 61, 45, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 25px rgba(8, 35, 26, 0.08);
}

.rz-testimonials article > span {
	position: absolute;
	top: 12px;
	left: 22px;
	color: var(--rz-gold);
	font-family: var(--rz-serif);
	font-size: 56px;
	line-height: 1;
}

.rz-testimonials p {
	margin: 0 0 14px;
	color: #1b3028;
	font-size: 14px;
	line-height: 1.55;
}

.rz-testimonials strong {
	display: block;
	color: var(--rz-green);
	font-size: 13px;
	font-weight: 900;
}

.rz-testimonials em {
	display: block;
	margin-top: 10px;
	color: var(--rz-gold);
	font-style: normal;
	letter-spacing: 2px;
}

.rz-cta {
	position: relative;
	padding: 52px 0;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.rz-cta::before {
	position: absolute;
	inset: 0;
	background: rgba(6, 61, 45, 0.78);
	content: "";
}

.rz-cta .rz-shell {
	position: relative;
	z-index: 2;
}

.rz-cta h2 {
	color: #fff;
	font-size: 34px;
}

.rz-cta p {
	margin: 10px auto 20px;
	font-size: 17px;
}

.rz-footer {
	padding: 42px 0 22px;
	background: var(--rz-green);
	color: rgba(255, 255, 255, 0.86);
}

.rz-footer__grid {
	display: grid;
	grid-template-columns: 1.45fr 1fr 1fr 1.25fr;
	gap: 40px;
}

.rz-brand--footer {
	margin-bottom: 16px;
	color: #fff;
}

.rz-footer h3 {
	margin: 8px 0 14px;
	color: var(--rz-gold-2);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.rz-footer p,
.rz-footer a {
	display: block;
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.45;
}

.rz-socials {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.rz-socials a {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	margin: 0;
	border: 1px solid rgba(216, 173, 74, 0.55);
	border-radius: 50%;
	color: var(--rz-gold-2);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.rz-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 32px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

	@media (max-width: 1180px) {
	.rz-header__inner {
		grid-template-columns: 236px auto 1fr;
	}

	.rz-menu-toggle {
		display: block;
		justify-self: end;
	}

	.rz-nav {
		position: absolute;
		top: 80px;
		right: 24px;
		left: 24px;
		display: none;
		padding: 18px;
		background: var(--rz-green);
		border-radius: 8px;
		box-shadow: var(--rz-shadow);
	}

	.rz-nav.is-open {
		display: block;
	}

	.rz-nav__list {
		display: grid;
		gap: 12px;
		justify-content: stretch;
	}

	.rz-nav__list a {
		color: #fff;
	}

	.rz-header__actions {
		justify-self: end;
	}

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

		.rz-search .rz-button {
			grid-column: 1 / -1;
		}

	.rz-benefits,
	.rz-shortcode-properties .vile-homepage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.rz-benefit:nth-child(2) {
		border-right: 0;
	}

	.rz-about__grid,
	.rz-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 760px) {
	.rz-shell {
		max-width: 720px;
	}

	.rz-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 74px;
	}

	.rz-brand__text strong { font-size: 22px; }
	.rz-brand__text em { font-size: 11px; letter-spacing: 3px; }
	.rz-brand__mark { width: 38px; height: 46px; }
	.rz-header__actions { display: none; }
	.rz-menu-toggle { grid-column: 2; grid-row: 1; }
	.rz-nav { top: 74px; }

	.rz-hero {
		min-height: auto;
		padding: 54px 0 260px;
	}

	.rz-hero__image {
		top: auto;
		width: 100%;
		max-width: none;
		height: 320px;
	}

	.rz-hero__shade {
		background:
			linear-gradient(180deg, rgba(250, 247, 239, 0.99) 0%, rgba(250, 247, 239, 0.9) 42%, rgba(250, 247, 239, 0.1) 75%),
			linear-gradient(180deg, rgba(6, 61, 45, 0) 70%, rgba(6, 61, 45, 0.22) 100%);
	}

	.rz-hero h1 { font-size: 46px; }
	.rz-hero p { font-size: 16px; }

		.rz-search {
			position: relative;
			bottom: auto;
			grid-template-columns: 1fr;
			margin-top: -210px;
		}

	.rz-benefits {
		grid-template-columns: 1fr;
		padding-top: 42px;
	}

	.rz-benefit {
		border-right: 0;
		border-bottom: 1px solid var(--rz-line);
		padding-bottom: 18px;
	}

	.rz-shortcode-properties .vile-homepage-grid,
	.rz-testimonials__grid,
	.rz-about__grid,
	.rz-stats,
	.rz-footer__grid {
		grid-template-columns: 1fr !important;
	}

	.rz-shortcode-properties .vile-homepage-grid img {
		height: 250px !important;
	}

	.rz-section__head {
		display: block;
	}

	.rz-section__head a {
		display: inline-block;
		margin-top: 16px;
	}

	.rz-about::after {
		display: none;
	}

	.rz-stats {
		text-align: left;
	}

	.rz-stats div {
		border-left: 0;
		border-top: 1px solid rgba(216, 173, 74, 0.38);
		padding-left: 0;
	}

	.rz-footer__bottom {
		display: block;
	}

	.rz-footer__bottom span {
		display: block;
		margin-top: 8px;
	}
}

@media (min-width: 1400px) {
	.rz-shortcode-properties .vile-homepage-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1024px) {
	.rz-shortcode-properties .vile-homepage-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 600px) {
	.rz-shortcode-properties .vile-homepage-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 520px) {
	.rz-shell {
		max-width: none;
	}

	.rz-hero h1 {
		font-size: 40px;
	}

	.rz-search {
		padding: 16px;
	}
}
