.nrh-homepage {
	--nrh-blue: #17458f;
	--nrh-dark-blue: #0b2b5b;
	--nrh-gold: #f7a81b;
	--nrh-heading: #172033;
	--nrh-text: #24364b;
	--nrh-muted: #66758a;
	--nrh-border: #dce2e8;
	--nrh-light: #f4f6f8;
	--nrh-pale-gold: #fff5d9;
	--nrh-white: #fff;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	color: var(--nrh-text);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

.nrh-homepage,
.nrh-homepage * {
	box-sizing: border-box;
}

.nrh-homepage h1,
.nrh-homepage h2,
.nrh-homepage h3,
.nrh-homepage p {
	margin-top: 0;
}

.nrh-homepage h1,
.nrh-homepage h2,
.nrh-homepage h3 {
	color: var(--nrh-heading);
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
}

.nrh-homepage h2 {
	font-size: clamp(1.875rem, 2.5vw, 2.375rem);
	line-height: 1.2;
}

.nrh-homepage h3 {
	font-size: 1.25rem;
	line-height: 1.3;
}

.nrh-container {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.nrh-section {
	padding: 88px 0;
}

.nrh-hero {
	min-height: 620px;
	display: flex;
	align-items: center;
	background-color: var(--nrh-dark-blue);
	background-image: linear-gradient(120deg, var(--nrh-dark-blue), var(--nrh-blue));
	background-position: center;
	background-size: cover;
	color: var(--nrh-white);
}

.nrh-hero-inner {
	padding-top: 64px;
	padding-bottom: 105px;
}

.nrh-hero-copy {
	max-width: 640px;
}

.nrh-hero h1 {
	max-width: 610px;
	margin-bottom: 24px;
	color: var(--nrh-white);
	font-size: clamp(2.375rem, 4.1vw, 3.625rem);
	line-height: 1.08;
}

.nrh-hero p {
	max-width: 610px;
	margin-bottom: 30px;
	font-size: 1.15rem;
	line-height: 1.6;
}

.nrh-actions {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
}

.nrh-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border: 2px solid transparent;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.nrh-button:hover,
.nrh-button:focus-visible {
	transform: translateY(-1px);
}

.nrh-button-gold {
	background: var(--nrh-gold);
	color: var(--nrh-dark-blue) !important;
}

.nrh-button-gold:hover,
.nrh-button-gold:focus-visible {
	background: var(--nrh-white);
}

.nrh-button-blue {
	background: var(--nrh-blue);
	color: var(--nrh-white) !important;
}

.nrh-button-blue:hover,
.nrh-button-blue:focus-visible {
	background: var(--nrh-dark-blue);
}

.nrh-button-outline {
	border-color: var(--nrh-blue);
	background: transparent;
	color: var(--nrh-blue) !important;
}

.nrh-button-outline:hover,
.nrh-button-outline:focus-visible {
	background: var(--nrh-blue);
	color: var(--nrh-white) !important;
}

.nrh-text-link {
	color: var(--nrh-white) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.nrh-text-link:hover,
.nrh-text-link:focus-visible {
	text-decoration: underline !important;
}

.nrh-meeting-wrap {
	position: relative;
	z-index: 2;
	margin-top: -54px;
}

.nrh-meeting-card {
	display: grid;
	grid-template-columns: 1fr .75fr 1.45fr;
	min-height: 108px;
	align-items: center;
	border: 1px solid rgba(23, 69, 143, .08);
	border-radius: 10px;
	background: var(--nrh-white);
	box-shadow: 0 12px 30px rgba(23, 32, 51, .13);
}

.nrh-meeting-item {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 18px;
	padding: 20px 30px;
	color: var(--nrh-dark-blue);
}

.nrh-meeting-item + .nrh-meeting-item {
	border-left: 1px solid var(--nrh-border);
}

.nrh-icon,
.nrh-large-icon,
.nrh-icon-circle {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: var(--nrh-blue);
}

.nrh-icon svg {
	width: 35px;
	height: 35px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.nrh-section-heading {
	max-width: 770px;
	margin: 0 auto 44px;
	text-align: center;
}

.nrh-section-heading h2,
.nrh-project-copy > h2,
.nrh-visit-copy h2 {
	position: relative;
	margin-bottom: 24px;
	color: var(--nrh-blue);
}

.nrh-section-heading h2::after,
.nrh-project-copy > h2::after,
.nrh-visit-copy h2::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 42px;
	height: 3px;
	transform: translateX(-50%);
	background: var(--nrh-gold);
	content: "";
}

.nrh-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.nrh-card {
	display: flex;
	min-height: 260px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 34px 30px;
	border: 1px solid var(--nrh-border);
	border-radius: 9px;
	background: var(--nrh-white);
	box-shadow: 0 6px 20px rgba(23, 32, 51, .07);
	text-align: center;
}

.nrh-card h3 {
	margin-bottom: 8px;
	color: var(--nrh-blue);
}

.nrh-card p {
	margin-bottom: 0;
}

.nrh-large-icon {
	margin-bottom: 20px;
}

.nrh-large-icon svg {
	width: 58px;
	height: 58px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.nrh-projects {
	background: var(--nrh-light);
}

.nrh-project-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: center;
	gap: 70px;
}

.nrh-project-photo,
.nrh-visit-photo {
	overflow: hidden;
	border-radius: 8px;
}

.nrh-project-photo {
	min-height: 510px;
}

.nrh-project-photo img,
.nrh-visit-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nrh-photo-placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: inherit;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: linear-gradient(135deg, #dce2e8, #edf1f5);
	color: var(--nrh-muted);
	font-weight: 600;
	text-align: center;
}

.nrh-project-copy > h2::after,
.nrh-visit-copy h2::after {
	left: 0;
	transform: none;
}

.nrh-project-item {
	display: grid;
	grid-template-columns: 54px 1fr;
	align-items: start;
	gap: 18px;
	margin: 25px 0;
}

.nrh-project-item h3 {
	margin-bottom: 3px;
	color: var(--nrh-blue);
}

.nrh-project-item p {
	margin-bottom: 0;
}

.nrh-icon-circle {
	width: 52px;
	height: 52px;
	border: 1px solid var(--nrh-border);
	border-radius: 50%;
	background: var(--nrh-white);
}

.nrh-icon-circle svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.nrh-visit {
	background: var(--nrh-pale-gold);
}

.nrh-visit-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
}

.nrh-visit-photo {
	min-height: 340px;
	border-radius: 0;
}

.nrh-visit-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 56px 68px;
}

.nrh-visit-copy p {
	max-width: 520px;
	margin-bottom: 25px;
}

.nrh-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 25px;
}

.nrh-news-card {
	overflow: hidden;
	border: 1px solid var(--nrh-border);
	border-radius: 8px;
	background: var(--nrh-white);
	box-shadow: 0 6px 18px rgba(23, 32, 51, .07);
}

.nrh-news-image,
.nrh-news-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: linear-gradient(135deg, #dce2e8, #edf1f5);
}

.nrh-news-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.nrh-news-card:hover .nrh-news-image img {
	transform: scale(1.025);
}

.nrh-news-body {
	padding: 22px;
}

.nrh-news-body time {
	display: block;
	margin-bottom: 6px;
	color: var(--nrh-muted);
	font-size: 14px;
}

.nrh-news-body h3 {
	margin-bottom: 12px;
}

.nrh-news-body h3 a,
.nrh-read-more {
	color: var(--nrh-blue) !important;
	text-decoration: none !important;
}

.nrh-news-body h3 a:hover,
.nrh-news-body h3 a:focus-visible,
.nrh-read-more:hover,
.nrh-read-more:focus-visible {
	text-decoration: underline !important;
}

.nrh-read-more {
	font-size: 15px;
	font-weight: 700;
}

.nrh-news-action {
	display: none;
	margin-top: 25px;
	text-align: center;
}

.nrh-cta {
	padding: 36px 0;
	background: var(--nrh-blue);
}

.nrh-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.nrh-cta h2 {
	margin-bottom: 0;
	color: var(--nrh-white);
	font-size: clamp(1.6rem, 2.7vw, 2.25rem);
}

@media (max-width: 1024px) {
	.nrh-section {
		padding: 72px 0;
	}

	.nrh-meeting-card {
		grid-template-columns: 1fr 1fr;
	}

	.nrh-meeting-item:last-child {
		grid-column: 1 / -1;
		border-top: 1px solid var(--nrh-border);
		border-left: 0;
	}

	.nrh-benefit-grid {
		gap: 18px;
	}

	.nrh-card {
		padding: 30px 22px;
	}

	.nrh-project-grid {
		gap: 42px;
	}

	.nrh-project-photo {
		min-height: 440px;
	}

	.nrh-visit-copy {
		padding: 44px;
	}
}

@media (max-width: 767px) {
	.nrh-homepage {
		font-size: 16px;
	}

	.nrh-container {
		width: min(100% - 40px, 620px);
	}

	.nrh-section {
		padding: 56px 0;
	}

	.nrh-hero {
		min-height: 610px;
		background-position: 62% center;
	}

	.nrh-hero-inner {
		padding-top: 55px;
		padding-bottom: 105px;
	}

	.nrh-hero h1 {
		font-size: 38px;
	}

	.nrh-hero p {
		font-size: 17px;
	}

	.nrh-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.nrh-actions .nrh-button {
		width: 100%;
	}

	.nrh-text-link {
		align-self: flex-start;
		padding: 6px 10px;
	}

	.nrh-meeting-wrap {
		margin-top: -52px;
	}

	.nrh-meeting-card {
		display: block;
		padding: 10px 20px;
	}

	.nrh-meeting-item {
		padding: 15px 0;
	}

	.nrh-meeting-item + .nrh-meeting-item,
	.nrh-meeting-item:last-child {
		border-top: 1px solid var(--nrh-border);
		border-left: 0;
	}

	.nrh-icon svg {
		width: 31px;
		height: 31px;
	}

	.nrh-section-heading {
		margin-bottom: 32px;
	}

	.nrh-benefit-grid,
	.nrh-project-grid,
	.nrh-visit-grid,
	.nrh-news-grid {
		grid-template-columns: 1fr;
	}

	.nrh-card {
		min-height: 0;
		flex-direction: row;
		justify-content: flex-start;
		gap: 22px;
		padding: 24px;
		text-align: left;
	}

	.nrh-large-icon {
		margin-bottom: 0;
	}

	.nrh-large-icon svg {
		width: 48px;
		height: 48px;
	}

	.nrh-project-photo {
		min-height: 300px;
	}

	.nrh-project-copy > h2,
	.nrh-visit-copy h2 {
		text-align: center;
	}

	.nrh-project-copy > h2::after,
	.nrh-visit-copy h2::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.nrh-project-copy .nrh-button,
	.nrh-visit-copy .nrh-button {
		width: 100%;
	}

	.nrh-visit-grid {
		width: min(100% - 40px, 620px);
		padding: 30px 0;
	}

	.nrh-visit-photo {
		min-height: 250px;
		border-radius: 8px;
	}

	.nrh-visit-copy {
		align-items: stretch;
		padding: 28px 0 8px;
		text-align: center;
	}

	.nrh-news-grid {
		gap: 22px;
	}

	.nrh-news-action {
		display: block;
	}

	.nrh-news-action .nrh-button {
		width: 100%;
	}

	.nrh-cta {
		padding: 40px 0;
	}

	.nrh-cta-inner {
		align-items: stretch;
		flex-direction: column;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nrh-homepage *,
	.nrh-homepage *::before,
	.nrh-homepage *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

