:root {
	--rvr-charcoal: #292e30;
	--rvr-charcoal-soft: #3d4446;
	--rvr-ivory: #f4f0e8;
	--rvr-ivory-bright: #fbf9f4;
	--rvr-taupe: #755f50;
	--rvr-taupe-soft: #cbbdaf;
	--rvr-line: rgba(41, 46, 48, 0.14);
	--rvr-sans: Inter, "Helvetica Neue", Arial, sans-serif;
	--rvr-serif: Georgia, "Times New Roman", serif;
	--rvr-content-width: 1180px;
	--ink: var(--rvr-charcoal) !important;
	--muted: #62696a !important;
	--river: var(--rvr-taupe) !important;
	--river-dark: #755f50 !important;
	--cream: var(--rvr-ivory) !important;
	--white: var(--rvr-ivory-bright) !important;
	--line: var(--rvr-line) !important;
}

html,
body,
.web-container,
.page-content-wrapper {
	background: var(--rvr-ivory) !important;
	color: var(--rvr-charcoal);
	font-family: var(--rvr-sans);
}

html {
	overflow-x: clip;
}

img,
video,
iframe {
	max-width: 100%;
}

.navbar,
.rcr-header.scrolled {
	background: rgba(244, 240, 232, 0.96) !important;
	border-color: var(--rvr-line) !important;
}

.btn-primary,
.rcr-button,
.rcr-nav-cta {
	background: var(--rvr-charcoal) !important;
	border-color: var(--rvr-charcoal) !important;
	color: var(--rvr-ivory-bright) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.rcr-button:hover,
.rcr-nav-cta:hover {
	background: #755f50 !important;
	border-color: #755f50 !important;
}

.form-control,
.input-with-feedback,
input,
select,
textarea {
	border-color: var(--rvr-taupe-soft) !important;
	background-color: var(--rvr-ivory-bright) !important;
}

a:not(.btn):not(.rcr-button):not(.rcr-nav-cta) {
	text-decoration-color: var(--rvr-taupe);
}

.rvr-unified-public-shell :is(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--rvr-taupe);
	outline-offset: 3px;
}

.rvr-original-shell {
	display: none !important;
}

.rvr-shared-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: rgba(244, 240, 232, 0.97);
	border-bottom: 1px solid var(--rvr-line);
	backdrop-filter: blur(14px);
}

.rvr-shared-header__inner {
	display: flex;
	align-items: center;
	min-height: 86px;
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
}

.rvr-shared-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-right: auto;
	color: var(--rvr-charcoal) !important;
	text-decoration: none !important;
}

.rvr-shared-wordmark {
	display: grid;
	gap: 0.12rem;
	line-height: 1;
	text-transform: uppercase;
}

.rvr-shared-wordmark strong {
	font-size: 1.7rem;
	font-weight: 650;
	letter-spacing: 0.16em;
}

.rvr-shared-wordmark > span {
	font-size: 0.54rem;
	font-weight: 650;
	letter-spacing: 0.21em;
}

.rvr-shared-mark {
	display: block;
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
}

.rvr-shared-mark svg {
	display: block;
	width: 100%;
	height: 100%;
}

.rcr-logo.rvr-shared-mark::before,
.rcr-logo.rvr-shared-mark::after {
	display: none !important;
	content: none !important;
}

.rcr-logo.rvr-shared-mark {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.rvr-shared-mark circle,
.rvr-shared-mark path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
}

.rvr-shared-mark path {
	stroke: var(--rvr-taupe);
	stroke-width: 1.55;
}

.rvr-shared-nav {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.2vw, 2rem);
}

.rvr-shared-nav a {
	color: var(--rvr-charcoal) !important;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rvr-shared-nav a[aria-current="page"]:not(.rvr-shared-nav__cta) {
	box-shadow: inset 0 -2px 0 var(--rvr-taupe);
}

.rvr-shared-nav a.rvr-shared-nav__cta {
	padding: 0.75rem 1rem;
	background: var(--rvr-charcoal);
	color: var(--rvr-ivory-bright) !important;
}

.rvr-shared-menu {
	display: none;
	padding: 0.5rem;
	border: 0;
	background: transparent;
	color: var(--rvr-charcoal);
	font-size: 1.7rem;
}

.rvr-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 10000;
	padding: 0.75rem 1rem;
	transform: translateY(-160%);
	background: var(--rvr-charcoal);
	color: var(--rvr-ivory-bright) !important;
	font-weight: 700;
}

.rvr-skip-link:focus {
	transform: translateY(0);
}

.rvr-shared-footer {
	width: 100%;
	background: var(--rvr-charcoal);
	color: rgba(251, 249, 244, 0.68);
}

.rvr-consent {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 2000;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.25rem;
	align-items: center;
	width: min(calc(100% - 2.5rem), 720px);
	padding: 1.25rem;
	border: 1px solid rgba(251, 249, 244, 0.2);
	background: var(--rvr-charcoal);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
	color: var(--rvr-ivory-bright);
}

.rvr-consent strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 1rem;
}

.rvr-consent p {
	margin: 0;
	color: rgba(251, 249, 244, 0.72);
	font-size: 0.86rem;
	line-height: 1.5;
}

.rvr-consent__actions {
	display: flex;
	gap: 0.65rem;
}

.rvr-consent button {
	padding: 0.72rem 0.9rem;
	border: 1px solid rgba(251, 249, 244, 0.42);
	background: transparent;
	color: var(--rvr-ivory-bright);
	font-size: 0.76rem;
	font-weight: 700;
}

.rvr-consent .rvr-consent__accept {
	border-color: var(--rvr-ivory-bright);
	background: var(--rvr-ivory-bright);
	color: var(--rvr-charcoal);
}

.rvr-analytics-preferences {
	margin-left: 1rem;
	padding: 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: inherit;
	font: inherit;
}

@media (max-width: 640px) {
	.rvr-consent {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		grid-template-columns: 1fr;
		width: auto;
	}

	.rvr-consent__actions,
	.rvr-consent button {
		width: 100%;
	}
}

.rvr-shared-footer__inner {
	display: grid;
	grid-template-columns: 1.25fr 0.55fr 1fr 0.8fr;
	gap: clamp(2rem, 4vw, 4rem);
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
	padding: clamp(3.5rem, 8vw, 7rem) 0 2.5rem;
}

.rvr-shared-footer__brand {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.rvr-shared-footer__brand strong {
	display: block;
	color: var(--rvr-ivory-bright);
}

.rvr-shared-footer__brand .rvr-shared-wordmark > span {
	color: rgba(251, 249, 244, 0.68);
}

.rvr-shared-footer__brand p {
	max-width: 340px;
	margin-top: 1rem;
}

.rvr-shared-footer__group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.8rem;
}

.rvr-shared-footer__group > span {
	margin-bottom: 1rem;
	color: rgba(251, 249, 244, 0.42);
	font-size: 0.67rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rvr-shared-footer a {
	color: rgba(251, 249, 244, 0.72) !important;
	text-decoration: none !important;
	overflow-wrap: anywhere;
}

.rvr-shared-footer p {
	margin: 0;
}

.rvr-shared-footer__copyright {
	grid-column: 1 / -1;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(251, 249, 244, 0.14);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rcr-footer-group p {
	margin: 0.35rem 0 0;
	color: rgba(251, 249, 244, 0.6);
	line-height: 1.6;
}

.rcr-footer .rcr-footer-grid.rvr-footer-expanded {
	grid-template-columns: 1.25fr 0.55fr 1fr 0.75fr !important;
	gap: clamp(2rem, 4vw, 4rem) !important;
}

@media (max-width: 900px) {
	.rvr-shared-header__inner {
		min-height: 76px;
		width: calc(100% - 28px);
	}

	.rvr-shared-menu {
		display: block;
	}

	.rvr-shared-nav {
		display: none;
		position: absolute;
		top: 76px;
		left: 0;
		right: 0;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding: 1rem 24px 1.5rem;
		background: var(--rvr-ivory);
		border-bottom: 1px solid var(--rvr-line);
	}

	.rvr-shared-nav.is-open {
		display: flex;
	}

	.rvr-shared-nav a {
		padding: 0.9rem 0;
	}

	.rvr-shared-nav a[aria-current="page"]:not(.rvr-shared-nav__cta) {
		padding-left: 0.75rem;
		box-shadow: inset 2px 0 0 var(--rvr-taupe);
	}

	.rvr-shared-nav__cta {
		margin-top: 0.5rem;
		padding: 0.9rem 1rem !important;
		text-align: center;
	}

	.rvr-shared-footer__inner {
		grid-template-columns: 1fr 1fr;
		width: calc(100% - 48px);
	}

	.rvr-shared-footer__brand {
		grid-column: 1 / -1;
	}

	.rcr-footer .rcr-footer-grid.rvr-footer-expanded {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (max-width: 1050px) and (min-width: 781px) {
	.rvr-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.rvr-shared-mark {
		width: 46px;
		height: 46px;
	}

	.rvr-shared-wordmark strong {
		font-size: 1.48rem;
	}

	.rvr-shared-wordmark > span {
		font-size: 0.49rem;
	}

	.rvr-shared-footer__inner {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		width: calc(100% - 48px);
		padding-top: 4rem;
	}

	.rvr-shared-footer__brand,
	.rvr-shared-footer__copyright {
		grid-column: auto;
	}

	.rcr-footer .rcr-footer-grid.rvr-footer-expanded {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 380px) {
	.rvr-shared-header__inner {
		width: calc(100% - 20px);
	}

	.rvr-shared-brand {
		gap: 9px;
	}

	.rvr-shared-mark {
		width: 40px;
		height: 40px;
	}

	.rvr-shared-wordmark strong {
		font-size: 1.2rem;
	}

	.rvr-shared-wordmark > span {
		font-size: 0.42rem;
		letter-spacing: 0.16em;
	}
}

/* One visual language for the Builder homepage and template-backed pages. */
.rvr-unified-public-shell .rcr-site {
	background: var(--rvr-ivory);
	color: var(--rvr-charcoal);
	font-family: var(--rvr-sans);
}

.rvr-unified-public-shell .rcr-hero {
	min-height: auto;
}

.rvr-unified-public-shell .rcr-container,
.rvr-unified-public-shell .rcr-hero-grid {
	width: min(calc(100% - 48px), var(--rvr-content-width));
}

.rvr-unified-public-shell .rcr-hero-grid {
	padding-top: clamp(3.5rem, 8vw, 7.5rem);
	padding-bottom: clamp(4rem, 9vw, 8rem);
}

.rvr-unified-public-shell .rcr-eyebrow {
	margin-bottom: 1rem;
	color: var(--rvr-taupe);
	font-size: 0.72rem;
	letter-spacing: 0.17em;
}

.rvr-unified-public-shell .rcr-hero h1 {
	max-width: 880px;
	font-family: var(--rvr-sans);
	font-size: clamp(3rem, 8vw, 6.6rem);
	font-weight: 700;
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.rvr-unified-public-shell .rcr-hero h1 em {
	color: var(--rvr-taupe);
	font-family: var(--rvr-serif);
	font-weight: 400;
}

.rvr-unified-public-shell .rcr-lead {
	max-width: 720px;
	margin-top: 1.75rem;
	color: #5d6667;
	font-size: clamp(1.1rem, 2.2vw, 1.4rem);
	line-height: 1.7;
}

.rvr-unified-public-shell .rcr-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.rvr-unified-public-shell .rcr-button,
.rvr-unified-public-shell .rvr-gallery-cta {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 3.4rem;
	padding: 0.85rem 1.35rem !important;
	border-radius: 0 !important;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rvr-unified-public-shell .rvr-gallery-cta {
	border: 1px solid var(--rvr-charcoal);
	background: transparent;
	color: var(--rvr-charcoal) !important;
}

.rvr-unified-public-shell .rvr-gallery-cta:hover,
.rvr-unified-public-shell .rvr-gallery-cta:focus-visible {
	background: var(--rvr-charcoal);
	color: var(--rvr-ivory-bright) !important;
}

.rvr-info-page {
	width: min(calc(100% - 48px), var(--rvr-content-width));
	margin: 0 auto;
	padding: clamp(3.5rem, 8vw, 7.5rem) 0 clamp(5rem, 9vw, 8rem);
	color: var(--rvr-charcoal);
}

.rvr-info-hero {
	max-width: 880px;
	margin-bottom: clamp(4rem, 9vw, 8rem);
}

.rvr-info-eyebrow {
	margin: 0 0 1rem;
	color: var(--rvr-taupe);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.rvr-info-hero h1 {
	margin: 0 0 1.75rem;
	font-size: clamp(3rem, 8vw, 6.6rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.rvr-info-hero h1 em {
	color: var(--rvr-taupe);
	font-family: var(--rvr-serif);
	font-weight: 400;
}

.rvr-info-hero > p:last-of-type {
	max-width: 720px;
	color: #5d6667;
	font-size: clamp(1.1rem, 2.2vw, 1.4rem);
	line-height: 1.7;
}

.rvr-info-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.rvr-info-actions a,
.rvr-info-cta > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.4rem;
	padding: 0.85rem 1.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rvr-info-primary,
.rvr-info-cta > a {
	background: var(--rvr-charcoal);
	color: var(--rvr-ivory-bright) !important;
}

.rvr-info-secondary {
	border: 1px solid var(--rvr-charcoal);
	color: var(--rvr-charcoal) !important;
}

.rvr-section-intro {
	grid-column: 1 / -1;
	max-width: 680px;
	margin-bottom: 1.5rem;
}

.rvr-section-intro h2,
.rvr-info-cta h2 {
	margin: 0;
	font-family: var(--rvr-serif);
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-weight: 400;
	line-height: 1.05;
}

.rvr-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-bottom: clamp(4rem, 9vw, 8rem);
	background: var(--rvr-line);
	border: 1px solid var(--rvr-line);
}

.rvr-service-grid article {
	min-height: 300px;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	background: var(--rvr-ivory-bright);
}

.rvr-service-grid article span {
	color: var(--rvr-taupe);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.rvr-service-grid article h3 {
	margin: 3rem 0 1rem;
	font-family: var(--rvr-serif);
	font-size: 1.8rem;
	font-weight: 400;
}

.rvr-service-grid article h3 a {
	color: inherit;
	text-decoration-color: var(--rvr-taupe);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.rvr-service-grid article > p > a {
	color: var(--rvr-charcoal);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rvr-service-grid article p,
.rvr-service-grid article li,
.rvr-process-band li span {
	color: #626b6c;
	line-height: 1.7;
}

.rvr-service-grid article ul {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding-left: 1.1rem;
}

.rvr-service-grid article li::marker {
	color: var(--rvr-taupe);
}

.rvr-service-grid article li strong {
	color: var(--rvr-charcoal);
}

.rvr-process-band {
	display: grid;
	grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 7vw, 7rem);
	margin-bottom: clamp(4rem, 9vw, 8rem);
	padding: clamp(2rem, 5vw, 4rem);
	background: #e8e0d5;
}

.rvr-process-band ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rvr-process-band li {
	display: grid;
	gap: 0.45rem;
	padding: 1.3rem 0;
	border-bottom: 1px solid rgba(41, 46, 48, 0.16);
}

.rvr-info-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-top: clamp(2rem, 5vw, 4rem);
	border-top: 1px solid var(--rvr-line);
}

.rvr-faq-page .rvr-info-hero {
	margin-bottom: clamp(3rem, 7vw, 6rem);
}

.rvr-region-layout {
	display: grid;
	grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 7vw, 7rem);
	margin-bottom: clamp(4rem, 9vw, 8rem);
}

.rvr-region-copy {
	color: #5d6667;
	font-size: 1.08rem;
	line-height: 1.8;
}

.rvr-region-copy p + p {
	margin-top: 1.25rem;
}

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

.rvr-area-directory {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 3rem);
	margin-bottom: clamp(4rem, 9vw, 8rem);
}

.rvr-area-directory .rvr-section-intro {
	max-width: 760px;
}

.rvr-area-directory .rvr-section-intro > p:last-child {
	max-width: 34rem;
	margin-top: 1.25rem;
	color: #5d6667;
	line-height: 1.75;
}

.rvr-area-accordion {
	border-top: 1px solid var(--rvr-line);
}

.rvr-area-accordion details {
	border-bottom: 1px solid var(--rvr-line);
}

.rvr-area-accordion summary {
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr) 2rem;
	align-items: center;
	gap: 1rem;
	padding: 1.35rem 0;
	cursor: pointer;
	list-style: none;
}

.rvr-area-accordion summary::-webkit-details-marker {
	display: none;
}

.rvr-area-number {
	color: var(--rvr-taupe);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.rvr-area-title {
	display: grid;
	gap: 0.2rem;
}

.rvr-area-title strong {
	font-family: var(--rvr-serif);
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 400;
}

.rvr-area-title small {
	color: #6d7475;
	font-size: 0.78rem;
}

.rvr-area-toggle {
	font-size: 1.5rem;
	font-weight: 300;
	text-align: center;
	transition: transform 0.2s ease;
}

.rvr-area-accordion details[open] .rvr-area-toggle {
	transform: rotate(45deg);
}

.rvr-area-accordion ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem 1rem;
	margin: 0;
	padding: 0 0 1.6rem 3.5rem;
	list-style: none;
}

.rvr-area-accordion li {
	position: relative;
	padding-left: 0.85rem;
	color: #4f5859;
	font-size: 0.92rem;
	line-height: 1.45;
}

.rvr-area-accordion li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 50%;
	background: var(--rvr-taupe);
	content: "";
}

.rvr-faq-list {
	margin-bottom: clamp(4rem, 9vw, 8rem);
	border-top: 1px solid var(--rvr-line);
}

.rvr-faq-list details {
	border-bottom: 1px solid var(--rvr-line);
}

.rvr-faq-list summary {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 1rem;
	padding: 1.8rem 0;
	cursor: pointer;
	list-style: none;
}

.rvr-faq-list summary::-webkit-details-marker {
	display: none;
}

.rvr-faq-list summary span {
	color: var(--rvr-taupe);
	font-size: 0.72rem;
	font-weight: 700;
}

.rvr-faq-list summary .rvr-faq-question {
	margin: 0;
	color: var(--rvr-charcoal);
	font-family: var(--rvr-serif);
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 400;
}

.rvr-faq-list summary b {
	font-size: 1.5rem;
	font-weight: 400;
	transition: transform 0.2s ease;
}

.rvr-faq-list details[open] summary b {
	transform: rotate(45deg);
}

.rvr-faq-list details > p {
	max-width: 760px;
	margin: -0.5rem 0 0;
	padding: 0 32px 2rem 58px;
	color: #5d6667;
	font-size: 1.05rem;
	line-height: 1.75;
}

@media (max-width: 780px) {
	.rvr-unified-public-shell .rcr-container,
	.rvr-unified-public-shell .rcr-hero-grid {
		width: calc(100% - 40px);
	}

	.rvr-unified-public-shell .rcr-hero-grid {
		padding-top: 3rem;
	}

	.rvr-unified-public-shell .rcr-actions > a {
		width: 100%;
	}

	.rvr-info-page {
		width: calc(100% - 40px);
		padding-top: 3rem;
	}

	.rvr-service-grid {
		grid-template-columns: 1fr;
	}

	.rvr-service-grid article {
		min-height: 240px;
	}

	.rvr-process-band {
		grid-template-columns: 1fr;
	}

	.rvr-region-layout,
	.rvr-region-grid,
	.rvr-area-directory {
		grid-template-columns: 1fr;
	}

	.rvr-area-accordion ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-left: 0;
	}

	.rvr-info-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.rvr-info-cta > a {
		width: 100%;
	}
}

/* Project gallery and project stories use the same public design system. */
.rvr-gallery-shell,
.rvr-story,
.rvr-state {
	width: min(calc(100% - 48px), var(--rvr-content-width));
	margin: 0 auto;
	color: var(--rvr-charcoal);
}

.rvr-gallery-shell,
.rvr-story {
	padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(5rem, 9vw, 8rem);
}

.rvr-gallery-home,
.rvr-back {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	margin-bottom: clamp(2rem, 5vw, 4rem);
	border-bottom: 1px solid var(--rvr-line);
	color: var(--rvr-charcoal) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.rvr-gallery-home a {
	color: inherit !important;
	text-decoration: none !important;
}

.rvr-gallery-home:hover,
.rvr-gallery-home:focus-within,
.rvr-back:hover,
.rvr-back:focus-visible {
	border-color: var(--rvr-taupe);
	color: var(--rvr-taupe) !important;
}

.rvr-gallery-hero,
.rvr-story > header {
	max-width: 850px;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.rvr-gallery-hero h1,
.rvr-story h1,
.rvr-state h1 {
	margin: 0.65rem 0 1.5rem;
	font-family: var(--rvr-sans);
	font-size: clamp(2.8rem, 7vw, 5.8rem);
	font-weight: 700;
	line-height: 0.96;
	letter-spacing: -0.045em;
}

.rvr-gallery-hero em {
	color: var(--rvr-taupe);
	font-family: var(--rvr-serif);
	font-weight: 400;
}

.rvr-eyebrow,
.rvr-story > header > p,
.rvr-section-title > p,
.rvr-state > p {
	color: var(--rvr-taupe);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rvr-gallery-hero > p:last-child,
.rvr-story > header > div,
.rvr-state > div {
	max-width: 700px;
	color: #5d6667;
	font-size: 1.15rem;
	line-height: 1.7;
}

.rvr-filters {
	display: flex;
	gap: 0.6rem;
	overflow-x: auto;
	margin: 0;
	padding: 0 0 1rem;
	scrollbar-width: thin;
}

.rvr-filter-status {
	min-height: 1.5rem;
	margin: 0 0 1rem;
	color: #64706c;
	font-size: 0.82rem;
}

.rvr-filters button {
	min-height: 44px;
	padding: 0.65rem 1rem;
	border: 1px solid var(--rvr-line);
	border-radius: 999px;
	background: transparent;
	color: var(--rvr-charcoal);
	white-space: nowrap;
}

.rvr-filters button.is-active {
	border-color: var(--rvr-charcoal);
	background: var(--rvr-charcoal);
	color: var(--rvr-ivory-bright);
}

.rvr-project-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.2rem, 3vw, 2.5rem);
}

.rvr-project-card {
	overflow: hidden;
	border: 1px solid var(--rvr-line);
	background: var(--rvr-ivory-bright);
}

.rvr-project-card > a {
	display: block;
	height: 100%;
	color: inherit !important;
	text-decoration: none !important;
}

.rvr-project-card > a:focus-visible {
	outline: 3px solid var(--rvr-taupe);
	outline-offset: -3px;
}

.rvr-card-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: var(--rvr-taupe-soft);
}

.rvr-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.rvr-project-card:hover .rvr-card-image img {
	transform: scale(1.025);
}

.rvr-card-image > span {
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 0.4rem 0.7rem;
	background: var(--rvr-ivory);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rvr-card-copy {
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.rvr-card-copy > p {
	color: var(--rvr-taupe);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rvr-card-copy h2 {
	margin: 0.4rem 0 0.7rem;
	font-family: var(--rvr-serif);
	font-size: clamp(1.55rem, 3vw, 2rem);
	font-weight: 400;
}

.rvr-card-copy > div {
	display: -webkit-box;
	overflow: hidden;
	color: #5d6667;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow-wrap: anywhere;
}

.rvr-card-copy > strong {
	display: block;
	margin-top: 1.2rem;
}

.rvr-empty,
.rvr-story > aside {
	max-width: 900px;
	margin-top: clamp(4rem, 8vw, 7rem);
	padding: clamp(2rem, 7vw, 5rem);
	border: 1px solid var(--rvr-line);
	background: var(--rvr-ivory-bright);
}

.rvr-empty h2,
.rvr-story > aside h2,
.rvr-section-title h2 {
	font-family: var(--rvr-serif);
	font-size: clamp(2rem, 5vw, 3.8rem);
	font-weight: 400;
}

.rvr-empty a,
.rvr-story > aside a,
.rvr-state a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	margin-top: 1rem;
	padding: 0.8rem 1.1rem;
	background: var(--rvr-charcoal);
	color: var(--rvr-ivory-bright) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.rvr-preview-banner {
	position: sticky;
	top: 0.75rem;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--rvr-taupe);
	background: var(--rvr-ivory-bright);
}

.rvr-cover {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.rvr-story section {
	margin-top: clamp(4rem, 9vw, 8rem);
}

.rvr-comparison-list {
	display: grid;
	gap: 1.5rem;
}

.rvr-compare {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--rvr-taupe-soft);
}

.rvr-compare:focus-within {
	outline: 3px solid var(--rvr-taupe);
	outline-offset: 3px;
}

.rvr-compare > img,
.rvr-after,
.rvr-after img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rvr-after {
	clip-path: inset(0 0 0 var(--split));
}

.rvr-compare input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: ew-resize;
}

.rvr-compare::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--split);
	width: 3px;
	transform: translateX(-50%);
	background: var(--rvr-ivory-bright);
	content: "";
	pointer-events: none;
}

.rvr-compare > span {
	position: absolute;
	top: 1rem;
	padding: 0.35rem 0.65rem;
	background: rgba(41, 46, 48, 0.88);
	color: var(--rvr-ivory-bright);
	font-size: 0.75rem;
}

.rvr-compare .before { left: 1rem; }
.rvr-compare .after { right: 1rem; }

.rvr-media-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
}

.rvr-media-grid figure { margin: 0; }

.rvr-media-grid img,
.rvr-media-grid video {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.rvr-media-grid figcaption {
	padding: 0.6rem 0;
	color: #5d6667;
}

.rvr-video-link {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--rvr-line);
	background: var(--rvr-ivory-bright);
	color: var(--rvr-charcoal) !important;
	font-weight: 700;
}

.rvr-state {
	min-height: 60vh;
	padding: clamp(5rem, 12vw, 9rem) 0;
}

.rvr-state > div {
	margin: 1rem 0 2rem;
}

@media (max-width: 700px) {
	.rvr-gallery-shell,
	.rvr-story,
	.rvr-state {
		width: calc(100% - 40px);
	}

	.rvr-project-grid,
	.rvr-media-grid {
		grid-template-columns: 1fr;
	}

	.rvr-preview-banner {
		position: static;
		flex-direction: column;
		gap: 0.2rem;
	}

	.rvr-compare {
		aspect-ratio: 4 / 5;
	}
}

/* Public estimate and partner forms share the same branded form shell. */
.rvr-unified-public-shell .web-form-container {
	width: min(calc(100% - 48px), 860px);
	margin: 0 auto;
	padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(5rem, 9vw, 8rem);
}

.rvr-unified-public-shell .web-form-header,
.rvr-unified-public-shell .web-form,
.rvr-unified-public-shell .success-page {
	border: 1px solid var(--rvr-line);
	border-radius: 0;
	background: var(--rvr-ivory-bright);
	box-shadow: none;
}

.rvr-unified-public-shell .web-form-header {
	margin: 0;
	padding: clamp(1.75rem, 5vw, 3rem) clamp(1.5rem, 5vw, 3.5rem) 0;
	border-bottom: 0;
}

.rvr-unified-public-shell .web-form-head {
	padding: 0;
}

.rvr-unified-public-shell .web-form-title h1,
.rvr-unified-public-shell .web-form-title p,
.rvr-unified-public-shell .success-title {
	margin: 0;
	font-family: var(--rvr-serif);
	font-size: clamp(2.2rem, 5vw, 3.8rem);
	font-weight: 400;
	line-height: 1.05;
	white-space: normal;
}

.rvr-unified-public-shell .web-form-introduction {
	max-width: 660px;
	margin-top: 1.25rem;
	padding: 0 0 clamp(1.5rem, 4vw, 2.5rem);
	border-bottom: 1px solid var(--rvr-line);
	color: #5d6667;
	font-size: 1.05rem;
	line-height: 1.7;
}

.rvr-unified-public-shell .web-form {
	margin: 0;
	border-top: 0;
}

.rvr-unified-public-shell .web-form-body {
	padding: clamp(1.5rem, 5vw, 3.5rem);
}

.rvr-unified-public-shell .web-form-wrapper .form-section {
	padding: 0;
	border: 0;
	background: transparent;
}

.rvr-unified-public-shell .web-form-wrapper .form-column {
	padding: 0;
}

.rvr-unified-public-shell .web-form-wrapper .frappe-control {
	margin-bottom: 1.25rem;
}

.rvr-unified-public-shell .web-form-wrapper .control-label,
.rvr-unified-public-shell .web-form-wrapper .form-label {
	margin-bottom: 0.5rem;
	color: var(--rvr-charcoal);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rvr-unified-public-shell .web-form-wrapper .form-control,
.rvr-unified-public-shell .web-form-wrapper .input-with-feedback {
	min-height: 48px;
	border-radius: 0;
	box-shadow: none;
}

.rvr-unified-public-shell .web-form-wrapper textarea.form-control {
	min-height: 130px;
	resize: vertical;
}

.rvr-unified-public-shell .web-form-wrapper .help-box,
.rvr-unified-public-shell .web-form-wrapper .help {
	color: #687173;
	font-size: 0.85rem;
	line-height: 1.5;
}

.rvr-unified-public-shell .web-form-footer {
	padding: 0 clamp(1.5rem, 5vw, 3.5rem) clamp(1.75rem, 5vw, 3rem);
	border: 0;
	background: transparent;
}

.rvr-unified-public-shell .web-form-footer .web-form-actions {
	display: flex;
	justify-content: flex-start;
}

.rvr-unified-public-shell .web-form-footer .btn-primary {
	min-height: 52px;
	padding: 0.85rem 1.35rem;
	border-radius: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rvr-unified-public-shell .success-page {
	width: min(calc(100% - 48px), 860px);
	min-height: 420px;
	margin: clamp(3.5rem, 7vw, 6rem) auto clamp(5rem, 9vw, 8rem);
	padding: clamp(2rem, 7vw, 5rem);
}

.rvr-unified-public-shell .success-header {
	display: grid;
	gap: 1.25rem;
	justify-items: start;
}

.rvr-unified-public-shell .success-icon {
	color: var(--rvr-taupe);
}

.rvr-unified-public-shell .success-message {
	max-width: 620px;
	margin: 1.25rem 0 0;
	color: #5d6667;
	font-size: 1.08rem;
	line-height: 1.7;
}

.rvr-success-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.rvr-success-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.1rem;
	border: 1px solid var(--rvr-charcoal);
	color: var(--rvr-charcoal) !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rvr-success-actions a:first-child {
	background: var(--rvr-charcoal);
	color: var(--rvr-ivory-bright) !important;
}

@media (max-width: 600px) {
	.rvr-unified-public-shell .web-form-container,
	.rvr-unified-public-shell .success-page {
		width: calc(100% - 32px);
	}

	.rvr-success-actions,
	.rvr-success-actions a {
		width: 100%;
	}
}

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