:root {
	--njnh-navy: #0b2744;
	--njnh-navy-soft: #183b5b;
	--njnh-teal: #006f6b;
	--njnh-teal-dark: #005854;
	--njnh-teal-light: #dff4f1;
	--njnh-gold: #f2c66d;
	--njnh-ink: #183043;
	--njnh-muted: #526879;
	--njnh-mist: #edf4f7;
	--njnh-line: #cfdee5;
	--njnh-white: #fff;
	--njnh-danger: #a6322c;
	--njnh-shadow-sm: 0 2px 10px rgb(11 39 68 / 8%);
	--njnh-shadow-md: 0 18px 50px rgb(11 39 68 / 14%);
	--njnh-radius-sm: 0.375rem;
	--njnh-radius: 0.75rem;
	--njnh-radius-lg: 1.25rem;
	--njnh-shell: 1180px;
	--njnh-content: 760px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--njnh-white);
	color: var(--njnh-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

iframe {
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

a {
	color: var(--njnh-teal);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

a:hover {
	color: var(--njnh-teal-dark);
}

:focus-visible {
	outline: 3px solid var(--njnh-gold);
	outline-offset: 3px;
}

::selection {
	background: var(--njnh-gold);
	color: var(--njnh-navy);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.65em;
	color: var(--njnh-navy);
	font-weight: 760;
	letter-spacing: -0.025em;
	line-height: 1.16;
}

h1 {
	font-size: clamp(2.2rem, 5vw, 4.2rem);
}

h2 {
	font-size: clamp(1.75rem, 3.4vw, 2.75rem);
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

p,
ul,
ol,
dl {
	margin-top: 0;
}

.site {
	min-height: 100vh;
	overflow: clip;
}

.site-shell,
.wide-width {
	width: min(calc(100% - 2rem), var(--njnh-shell));
	margin-inline: auto;
}

.content-width {
	width: min(calc(100% - 2rem), var(--njnh-content));
	margin-inline: auto;
}

.section {
	padding-block: clamp(3.75rem, 8vw, 6.5rem);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	z-index: 100000;
	top: 0.75rem;
	left: 0.75rem;
	width: auto;
	height: auto;
	padding: 0.8rem 1rem;
	clip: auto;
	background: var(--njnh-white);
	color: var(--njnh-navy);
	font-weight: 700;
	white-space: normal;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-element-button,
.wp-block-button__link {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.7rem 1.15rem;
	border: 2px solid var(--njnh-teal);
	border-radius: var(--njnh-radius-sm);
	background: var(--njnh-teal);
	color: var(--njnh-white);
	cursor: pointer;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {
	border-color: var(--njnh-teal-dark);
	background: var(--njnh-teal-dark);
	color: var(--njnh-white);
}

.button--compact {
	min-height: 42px;
	padding: 0.55rem 0.9rem;
	font-size: 0.925rem;
}

.button--light {
	border-color: var(--njnh-white);
	background: var(--njnh-white);
	color: var(--njnh-navy);
}

.button--light:hover {
	border-color: var(--njnh-gold);
	background: var(--njnh-gold);
	color: var(--njnh-navy);
}

.button--outline-light {
	border-color: rgb(255 255 255 / 74%);
	background: transparent;
	color: var(--njnh-white);
}

.button--outline-light:hover {
	border-color: var(--njnh-white);
	background: var(--njnh-white);
	color: var(--njnh-navy);
}

.button--outline {
	background: transparent;
	color: var(--njnh-teal);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 750;
}

.text-link span {
	transition: transform 160ms ease;
}

.text-link:hover span {
	transform: translateX(0.2rem);
}

.eyebrow {
	margin-bottom: 0.8rem;
	color: var(--njnh-teal);
	font-size: 0.79rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.utility-bar {
	background: var(--njnh-navy);
	color: #dbeaf2;
	font-size: 0.79rem;
}

.utility-bar__inner {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.utility-bar p {
	margin: 0;
}

.site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid var(--njnh-line);
	background: rgb(255 255 255 / 96%);
	box-shadow: var(--njnh-shadow-sm);
}

.site-header__inner {
	display: flex;
	min-height: 80px;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.site-branding,
.site-branding__text {
	display: flex;
	align-items: center;
}

.site-branding {
	min-width: 0;
	gap: 0.75rem;
}

.site-branding__custom-copy {
	display: block;
}

.site-branding__text {
	gap: 0.75rem;
	color: var(--njnh-navy);
	text-decoration: none;
}

.site-branding__text:hover {
	color: var(--njnh-navy);
}

.site-branding__mark {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50% 50% 50% 10%;
	background: var(--njnh-teal);
	color: var(--njnh-white);
	font-size: 0.9rem;
	font-weight: 850;
	letter-spacing: 0.06em;
}

.site-title,
.site-description {
	display: block;
}

.site-title {
	font-size: 1.12rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.site-description {
	margin-top: 0.12rem;
	color: var(--njnh-muted);
	font-size: 0.72rem;
	line-height: 1.3;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	width: auto;
	max-height: 58px;
}

.menu-toggle {
	min-width: 48px;
	min-height: 48px;
	padding: 0.55rem;
	border-color: var(--njnh-line);
	background: var(--njnh-white);
	color: var(--njnh-navy);
}

.menu-toggle:hover {
	border-color: var(--njnh-teal);
	background: var(--njnh-teal-light);
	color: var(--njnh-navy);
}

.menu-toggle__icon {
	display: grid;
	gap: 4px;
}

.menu-toggle__icon span {
	display: block;
	width: 21px;
	height: 2px;
	background: currentcolor;
}

.menu-toggle__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.primary-navigation {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	max-height: calc(100vh - 114px);
	padding: 1rem;
	overflow-y: auto;
	border-top: 1px solid var(--njnh-line);
	background: var(--njnh-white);
	box-shadow: var(--njnh-shadow-md);
}

.js .primary-navigation {
	display: none;
}

.js .menu-open .primary-navigation {
	display: block;
}

.primary-navigation .menu,
.primary-navigation .sub-menu,
.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation .menu > li {
	position: relative;
	border-bottom: 1px solid var(--njnh-line);
}

.primary-navigation .menu a {
	display: flex;
	min-height: 48px;
	align-items: center;
	padding: 0.65rem 0.2rem;
	color: var(--njnh-navy);
	font-weight: 700;
	text-decoration: none;
}

.primary-navigation .menu a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
	color: var(--njnh-teal);
}

.primary-navigation .sub-menu {
	display: block;
	padding: 0 0 0.75rem 1rem;
}

.js .primary-navigation .sub-menu {
	display: none;
}

.js .primary-navigation .sub-menu-open > .sub-menu {
	display: block;
}

.primary-navigation .sub-menu li {
	position: relative;
}

.submenu-toggle {
	position: absolute;
	top: 3px;
	right: 0;
	width: 42px;
	min-width: 42px;
	height: 42px;
	min-height: 42px;
	padding: 0;
	border-color: transparent;
	background: transparent;
	color: var(--njnh-navy);
}

.submenu-toggle:hover {
	border-color: var(--njnh-line);
	background: var(--njnh-mist);
	color: var(--njnh-navy);
}

.submenu-toggle::after {
	content: "+";
	font-size: 1.2rem;
	font-weight: 500;
}

.submenu-toggle[aria-expanded="true"]::after {
	content: "−";
}

.primary-navigation__cta {
	width: 100%;
	margin-top: 1rem;
}

.hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(5rem, 12vw, 9rem);
	overflow: hidden;
	background: var(--njnh-navy);
	color: #dce9f1;
}

.hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgb(11 39 68 / 99%) 0%, rgb(11 39 68 / 96%) 38%, rgb(11 39 68 / 72%) 62%, rgb(11 39 68 / 20%) 100%),
		linear-gradient(0deg, rgb(11 39 68 / 48%) 0%, transparent 50%);
	content: "";
}

.hero__media {
	position: absolute;
	z-index: -2;
	inset: 0;
	display: block;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 60% center;
}

.hero__grid {
	display: block;
}

.hero__content {
	max-width: 640px;
}

.hero .eyebrow,
.lead-cta .eyebrow {
	color: var(--njnh-gold);
}

.hero h1 {
	max-width: 13ch;
	margin-bottom: 0.45em;
	color: var(--njnh-white);
}

.hero__lede {
	max-width: 58ch;
	margin-bottom: 0;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-search-band {
	position: relative;
	z-index: 3;
	padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
	background: #f8fbfc;
}

.hero__search {
	display: grid;
	gap: 1.25rem;
	padding: clamp(1.35rem, 4vw, 2rem);
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius-lg);
	background: var(--njnh-white);
	box-shadow: var(--njnh-shadow-md);
	color: var(--njnh-ink);
	transform: translateY(-2rem);
}

.hero__search--global {
	grid-template-columns: minmax(0, 1fr);
}

.directory-hero__search {
	padding: clamp(1.35rem, 4vw, 2rem);
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: var(--njnh-radius-lg);
	background: var(--njnh-white);
	box-shadow: var(--njnh-shadow-md);
	color: var(--njnh-ink);
}

.hero__search h2 {
	margin-bottom: 0;
	font-size: 1.35rem;
}

.hero__search .eyebrow {
	margin-bottom: 0.35rem;
	color: var(--njnh-teal);
}

.hero__search-note {
	margin: 0 0 0.65rem;
	color: var(--njnh-muted);
	font-size: 0.84rem;
}

.directory-search label,
.search-form label {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--njnh-navy);
	font-size: 0.88rem;
	font-weight: 750;
}

.directory-search__row,
.search-form__row {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.directory-search__fallback-grid {
	display: grid;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.directory-search__fallback-grid label {
	display: block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="date"],
select,
textarea {
	width: 100%;
	min-height: 48px;
	padding: 0.68rem 0.8rem;
	border: 2px solid #9db2bf;
	border-radius: var(--njnh-radius-sm);
	background: var(--njnh-white);
	color: var(--njnh-ink);
}

textarea {
	min-height: 10rem;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--njnh-teal);
	outline: 3px solid rgb(242 198 109 / 75%);
	outline-offset: 1px;
}

.page-builder-content {
	padding-bottom: 0;
}

.section-heading {
	max-width: 720px;
	margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.section-heading > p:last-child {
	color: var(--njnh-muted);
	font-size: 1.05rem;
}

.section-heading--split {
	display: grid;
	max-width: none;
	gap: 1rem 3rem;
	align-items: end;
}

.section-heading--split h2,
.section-heading--split p {
	margin-bottom: 0;
}

.section--counties,
.section--countries,
.section--locations {
	background: var(--njnh-mist);
}

.county-grid,
.location-grid,
.country-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.county-grid a,
.location-grid a {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0.65rem 0.8rem;
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius-sm);
	background: var(--njnh-white);
	box-shadow: 0 1px 0 rgb(11 39 68 / 3%);
	color: var(--njnh-navy);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.county-grid a:hover,
.location-grid a:hover {
	border-color: var(--njnh-teal);
	color: var(--njnh-teal);
}

.county-grid > li > a > span:last-child,
.location-grid > li > a > span:last-child {
	color: var(--njnh-teal);
}

.location-grid small {
	display: block;
	margin-bottom: 0.1rem;
	color: var(--njnh-muted);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.country-grid {
	grid-template-columns: 1fr;
	gap: 1rem;
}

.country-grid a {
	display: grid;
	min-height: 120px;
	grid-template-columns: auto 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1.25rem;
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius);
	background: var(--njnh-white);
	box-shadow: var(--njnh-shadow-sm);
	color: var(--njnh-navy);
	text-decoration: none;
}

.country-grid a:hover {
	border-color: var(--njnh-teal);
	box-shadow: var(--njnh-shadow-md);
	color: var(--njnh-navy);
}

.country-card__code {
	display: grid;
	width: 3.25rem;
	height: 3.25rem;
	place-items: center;
	border-radius: 50%;
	background: var(--njnh-teal-light);
	color: var(--njnh-teal-dark);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.04em;
}

.country-card__name {
	font-size: 1.2rem;
	font-weight: 780;
}

.country-card__arrow {
	color: var(--njnh-teal);
	font-size: 1.35rem;
}

.care-grid {
	display: grid;
	gap: 1rem;
}

.care-card {
	display: grid;
	min-height: 120px;
	grid-template-columns: auto 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1.25rem;
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius);
	background: var(--njnh-white);
	box-shadow: var(--njnh-shadow-sm);
	color: var(--njnh-navy);
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.care-card:hover {
	border-color: var(--njnh-teal);
	box-shadow: var(--njnh-shadow-md);
	color: var(--njnh-navy);
	transform: translateY(-2px);
}

.care-card__number {
	color: var(--njnh-teal);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.care-card__title {
	font-size: 1.08rem;
	font-weight: 760;
	line-height: 1.3;
}

.care-card__arrow {
	font-size: 1.35rem;
}

.section--services {
	background: #f8fbfc;
}

.care-card--service {
	background: linear-gradient(145deg, var(--njnh-white), #f6fbfa);
}

.trust-section {
	background: var(--njnh-navy);
	color: #dce9f1;
}

.trust-section h2,
.trust-section h3 {
	color: var(--njnh-white);
}

.trust-section .eyebrow {
	color: var(--njnh-gold);
}

.trust-section__intro {
	max-width: 760px;
	margin-bottom: 3rem;
}

.trust-grid {
	display: grid;
	gap: 1.25rem;
}

.trust-grid article {
	padding: 1.5rem;
	border: 1px solid rgb(255 255 255 / 16%);
	border-radius: var(--njnh-radius);
	background: rgb(255 255 255 / 4%);
}

.trust-grid__icon {
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	margin-bottom: 1.2rem;
	place-items: center;
	border: 1px solid var(--njnh-gold);
	border-radius: 50%;
	color: var(--njnh-gold);
	font-size: 0.82rem;
	font-weight: 800;
}

.trust-grid p {
	margin-bottom: 0;
}

.notice {
	padding: 1.1rem 1.2rem;
	border: 1px solid var(--njnh-line);
	border-left: 4px solid var(--njnh-teal);
	border-radius: var(--njnh-radius-sm);
	background: var(--njnh-mist);
}

.notice h3 {
	font-size: 1.05rem;
}

.notice p:last-child,
.notice--disclaimer {
	margin-bottom: 0;
}

.notice--disclaimer {
	margin-top: 1.5rem;
	border-color: rgb(255 255 255 / 16%);
	border-left-color: var(--njnh-gold);
	background: rgb(255 255 255 / 7%);
	color: #f2f6f8;
}

.section--articles {
	background: #f8fbfc;
}

.article-grid,
.facility-grid {
	display: grid;
	gap: 1.25rem;
}

.article-card,
.facility-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius);
	background: var(--njnh-white);
	box-shadow: var(--njnh-shadow-sm);
}

.article-card__image,
.facility-card__image {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--njnh-mist);
}

.article-card__image img,
.facility-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.article-card:hover .article-card__image img,
.facility-card:hover .facility-card__image img {
	transform: scale(1.025);
}

.article-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: linear-gradient(135deg, var(--njnh-navy), var(--njnh-teal));
	color: rgb(255 255 255 / 88%);
	font-size: 2rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.article-card__body,
.facility-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.35rem;
}

.article-card h3,
.facility-card h3 {
	margin-bottom: 0.55rem;
}

.article-card h3 a,
.facility-card h3 a,
.search-result h2 a {
	color: var(--njnh-navy);
	text-decoration: none;
}

.article-card h3 a:hover,
.facility-card h3 a:hover,
.search-result h2 a:hover {
	color: var(--njnh-teal);
	text-decoration: underline;
}

.article-card__body > p,
.facility-card__body > p:not(.facility-card__label) {
	color: var(--njnh-muted);
}

.article-card__body .text-link,
.facility-card__body .text-link {
	margin-top: auto;
}

.facility-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1rem;
	align-items: center;
	margin-top: auto;
	font-size: 0.88rem;
	font-weight: 700;
}

.facility-card__actions .text-link {
	margin-top: 0;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 0.75rem;
	color: var(--njnh-muted);
	font-size: 0.82rem;
}

.facility-card__label,
.search-result__type {
	margin-bottom: 0.45rem;
	color: var(--njnh-teal);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.facility-card__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding: 0;
	margin: 0 0 1rem;
	list-style: none;
}

.facility-card__terms li {
	padding: 0.22rem 0.55rem;
	border-radius: 100px;
	background: var(--njnh-teal-light);
	color: var(--njnh-teal-dark);
	font-size: 0.78rem;
	font-weight: 700;
}

.lead-cta {
	padding-block: clamp(3rem, 7vw, 5rem);
	background: var(--njnh-teal);
	color: var(--njnh-white);
}

.lead-cta__inner {
	display: grid;
	gap: 1.5rem 3rem;
	align-items: center;
}

.lead-cta h2 {
	max-width: 18ch;
	color: var(--njnh-white);
}

.lead-cta p:last-child {
	max-width: 60ch;
	margin-bottom: 0;
}

.button-group,
.facility-action-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.facility-action-bar {
	margin-top: 1.5rem;
}

.page-hero,
.article-hero,
.directory-hero,
.facility-hero {
	padding-block: clamp(3.75rem, 8vw, 6.5rem);
	background: linear-gradient(145deg, var(--njnh-mist), #f8fbfc);
	border-bottom: 1px solid var(--njnh-line);
}

.page-hero--compact {
	padding-block: clamp(2.75rem, 6vw, 4.5rem);
}

.page-hero h1,
.article-hero h1,
.facility-hero h1 {
	font-size: clamp(2.15rem, 5vw, 3.8rem);
}

.page-hero p:last-child,
.archive-description,
.directory-hero p,
.facility-updated {
	margin-bottom: 0;
	color: var(--njnh-muted);
	font-size: 1.05rem;
}

.page-hero .search-form,
.error-page .search-form {
	margin-top: 1.5rem;
}

.article-hero {
	background: var(--njnh-navy);
	color: #dce9f1;
}

.article-hero h1 {
	color: var(--njnh-white);
}

.article-hero .entry-meta {
	color: #c5d7e2;
}

.entry-categories {
	margin-bottom: 1rem;
}

.entry-categories a {
	color: var(--njnh-gold);
	font-size: 0.8rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.single-entry__image {
	margin-top: clamp(2rem, 5vw, 3.5rem);
}

.single-entry__image img {
	width: 100%;
	max-height: 620px;
	border-radius: var(--njnh-radius);
	object-fit: cover;
}

.entry-content {
	font-size: 1.05rem;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.75em;
}

.entry-content a {
	font-weight: 650;
}

.entry-content blockquote,
.wp-block-quote {
	padding: 0.2rem 0 0.2rem 1.4rem;
	margin: 2rem 0;
	border-left: 4px solid var(--njnh-teal);
	color: var(--njnh-navy-soft);
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 0.75rem;
	border: 1px solid var(--njnh-line);
	text-align: left;
	vertical-align: top;
}

.entry-content th {
	background: var(--njnh-mist);
	color: var(--njnh-navy);
}

.entry-content pre {
	max-width: 100%;
	padding: 1rem;
	overflow-x: auto;
	background: var(--njnh-navy);
	color: var(--njnh-white);
}

.alignwide {
	width: min(calc(100vw - 2rem), var(--njnh-shell));
	max-width: none;
	margin-inline: 50%;
	transform: translateX(-50%);
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-inline: 50%;
	transform: translateX(-50%);
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	margin-top: 0.5rem;
	color: var(--njnh-muted);
	font-size: 0.85rem;
}

.sticky {
	border-top: 4px solid var(--njnh-gold);
}

.bypostauthor {
	box-shadow: inset 4px 0 0 var(--njnh-teal);
}

.entry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-top: 2rem;
	margin-top: 2.5rem;
	border-top: 1px solid var(--njnh-line);
}

.entry-tags a {
	padding: 0.3rem 0.65rem;
	border-radius: 100px;
	background: var(--njnh-mist);
	font-size: 0.82rem;
	text-decoration: none;
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-top: 2rem;
	font-weight: 700;
}

.post-navigation {
	display: grid;
	gap: 1rem;
	padding-block: 2rem 4rem;
	border-top: 1px solid var(--njnh-line);
}

.post-navigation > div {
	padding: 1rem;
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius-sm);
}

.post-navigation span {
	display: block;
	color: var(--njnh-muted);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.post-navigation a {
	color: var(--njnh-navy);
	font-weight: 750;
}

.navigation.pagination {
	margin-top: 2.5rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
}

.page-numbers {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.7rem;
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius-sm);
	background: var(--njnh-white);
	color: var(--njnh-navy);
	font-weight: 700;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--njnh-teal);
	background: var(--njnh-teal);
	color: var(--njnh-white);
}

.page-numbers.dots {
	border-color: transparent;
	background: transparent;
	color: var(--njnh-muted);
}

.directory-hero {
	background: var(--njnh-navy);
	color: #dce9f1;
}

.directory-hero__grid {
	display: grid;
	gap: 2rem 4rem;
	align-items: center;
}

.directory-hero h1 {
	color: var(--njnh-white);
}

.directory-hero p {
	color: #dce9f1;
}

.directory-hero__description > :last-child {
	margin-bottom: 0;
}

.directory-layout,
.facility-detail-layout {
	display: grid;
	gap: 2.5rem 4rem;
	align-items: start;
}

.directory-hero__grid--single > div {
	max-width: 720px;
}

.directory-embed {
	min-width: 0;
}

.directory-embed > :first-child {
	margin-top: 0;
}

.directory-embed > :last-child {
	margin-bottom: 0;
}

.results-header {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.results-header h2,
.results-header p {
	margin-bottom: 0;
}

.results-header p {
	color: var(--njnh-muted);
	font-size: 0.9rem;
}

.directory-aside,
.facility-detail__aside {
	padding: 1.4rem;
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius);
	background: #f8fbfc;
}

.directory-aside h2,
.facility-detail__aside h2 {
	font-size: 1.3rem;
}

.check-list {
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding: 0 0 0.85rem 1.75rem;
	margin-bottom: 0.85rem;
	border-bottom: 1px solid var(--njnh-line);
}

.check-list li::before {
	position: absolute;
	top: 0.05rem;
	left: 0;
	display: grid;
	width: 1.2rem;
	height: 1.2rem;
	place-items: center;
	border-radius: 50%;
	background: var(--njnh-teal-light);
	color: var(--njnh-teal-dark);
	content: "✓";
	font-size: 0.74rem;
	font-weight: 850;
}

.small-print {
	margin-bottom: 0;
	color: var(--njnh-muted);
	font-size: 0.8rem;
}

.breadcrumb {
	margin-bottom: 2rem;
}

.breadcrumb a {
	color: var(--njnh-teal-dark);
	font-weight: 750;
}

.facility-hero__grid {
	display: grid;
	gap: 2rem;
	align-items: center;
}

.facility-hero__image img {
	width: 100%;
	max-height: 330px;
	border-radius: var(--njnh-radius);
	box-shadow: var(--njnh-shadow-md);
	object-fit: cover;
}

.facility-detail__main > h2 {
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--njnh-line);
	font-size: 1.7rem;
}

.facility-facts {
	margin-bottom: 1.5rem;
}

.facility-facts > div {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--njnh-line);
}

.facility-facts dt {
	color: var(--njnh-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.facility-facts dd {
	margin: 0.2rem 0 0;
	font-weight: 650;
}

.search-results-list {
	display: grid;
	gap: 1rem;
}

.search-results-list .facility-card {
	display: grid;
}

.search-result,
.empty-state {
	padding: clamp(1.25rem, 4vw, 2rem);
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius);
	background: var(--njnh-white);
}

.search-result h2 {
	font-size: 1.5rem;
}

.empty-state {
	max-width: 720px;
	background: #f8fbfc;
	text-align: left;
}

.empty-state .search-form {
	margin: 1.5rem 0;
}

.error-page__inner {
	min-height: 66vh;
	display: flex;
	align-items: center;
}

.error-code {
	margin-bottom: 0;
	color: var(--njnh-teal);
	font-size: clamp(4rem, 18vw, 8rem);
	font-weight: 850;
	letter-spacing: -0.08em;
	line-height: 0.9;
}

.error-page__recovery {
	padding-top: 1.5rem;
}

.error-page__recovery h2 {
	font-size: 1.35rem;
}

.error-page__recovery ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 0.65rem 1rem;
	padding: 0;
	list-style: none;
}

.error-page__recovery a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	font-weight: 750;
}

.comments-area {
	padding-block: 2rem 5rem;
	border-top: 1px solid var(--njnh-line);
}

.comments-title,
.comment-reply-title {
	font-size: 1.55rem;
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-list .children {
	padding-left: clamp(1rem, 5vw, 2.5rem);
	list-style: none;
}

.comment-body {
	padding: 1.2rem;
	margin-bottom: 1rem;
	border: 1px solid var(--njnh-line);
	border-radius: var(--njnh-radius-sm);
}

.comment-meta {
	font-size: 0.85rem;
}

.comment-form label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 700;
}

.comment-form-cookies-consent {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
}

.comment-form-cookies-consent input {
	margin-top: 0.35rem;
}

.site-footer {
	background: #071b30;
	color: #c9d9e3;
}

.site-footer__grid {
	display: grid;
	gap: 2rem 3.5rem;
	padding-block: clamp(3.5rem, 8vw, 5.5rem);
}

.site-footer h2 {
	color: var(--njnh-white);
	font-size: 0.98rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.site-footer h3 {
	margin: 1.25rem 0 0.25rem;
	color: var(--njnh-white);
	font-size: 0.88rem;
}

.footer-navigation__groups {
	display: grid;
	gap: 0.5rem 1.5rem;
}

.footer-menu--assigned {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(255 255 255 / 14%);
}

.site-footer__title {
	display: inline-block;
	margin-bottom: 0.8rem;
	color: var(--njnh-white);
	font-size: 1.25rem;
	font-weight: 800;
	text-decoration: none;
}

.site-footer__about p,
.site-footer__disclaimer p {
	margin-bottom: 0;
}

.site-footer__about {
	display: grid;
	gap: 0.75rem;
	align-content: start;
}

.site-footer__scope {
	color: var(--njnh-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer a {
	color: #bde9e5;
}

.footer-menu a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
}

.footer-widgets {
	display: grid;
	gap: 2rem;
	padding-bottom: 3rem;
}

.site-footer__legal {
	border-top: 1px solid rgb(255 255 255 / 14%);
}

.site-footer__legal-inner {
	display: flex;
	min-height: 70px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 2rem;
	padding-block: 1rem;
	font-size: 0.78rem;
}

.site-footer__legal p {
	margin: 0;
}

@media (min-width: 560px) {
	.directory-search__row,
	.search-form__row {
		flex-direction: row;
	}

	.directory-search__row input,
	.search-form__row input {
		flex: 1;
	}

	.county-grid,
	.location-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

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

	.directory-search__location {
		grid-column: 1 / -1;
	}

	.care-grid,
	.article-grid,
	.facility-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.post-navigation__next {
		text-align: right;
	}

	.search-results-list .facility-card {
		grid-template-columns: minmax(180px, 32%) 1fr;
	}

	.search-results-list .facility-card__image {
		height: 100%;
		aspect-ratio: auto;
	}
}

@media (min-width: 760px) {
	.site-shell,
	.wide-width,
	.content-width {
		width: min(calc(100% - 3rem), var(--njnh-shell));
	}

	.content-width {
		width: min(calc(100% - 3rem), var(--njnh-content));
	}

	.directory-hero__grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	}

	.directory-hero__grid--single {
		display: block;
	}

	.hero__search {
		grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
		align-items: center;
	}

	.hero__search--global {
		grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1.58fr);
		align-items: start;
	}

	.hero__search-actions {
		grid-column: 2;
	}

	.section-heading--split {
		grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
	}

	.county-grid,
	.location-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.trust-grid,
	.article-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lead-cta__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.facility-hero__grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	}

	.site-footer__grid {
		grid-template-columns: minmax(0, 0.85fr) minmax(260px, 1.35fr) minmax(0, 1fr);
	}

	.footer-widgets {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.hero__search {
		grid-template-columns: minmax(170px, 0.55fr) minmax(360px, 1.4fr) minmax(200px, 0.65fr);
	}

	.hero__search-actions {
		grid-column: auto;
	}

	.hero__search--global {
		grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1.58fr);
	}

	.hero__search--global .hero__search-actions {
		grid-column: 2;
	}

	.menu-toggle {
		display: none;
	}

	.primary-navigation,
	.js .primary-navigation {
		position: static;
		display: flex;
		width: auto;
		max-height: none;
		align-items: center;
		gap: 1.25rem;
		padding: 0;
		overflow: visible;
		border: 0;
		box-shadow: none;
	}

	.primary-navigation .menu {
		display: flex;
		align-items: center;
		gap: 0.15rem;
	}

	.primary-navigation .menu > li {
		border: 0;
	}

	.primary-navigation .menu > li > a {
		padding-inline: 0.7rem;
		font-size: 0.92rem;
	}

	.primary-navigation .sub-menu,
	.js .primary-navigation .sub-menu {
		position: absolute;
		top: calc(100% - 3px);
		left: 0;
		display: block;
		min-width: 230px;
		padding: 0.55rem;
		border: 1px solid var(--njnh-line);
		border-radius: var(--njnh-radius-sm);
		background: var(--njnh-white);
		box-shadow: var(--njnh-shadow-md);
		opacity: 0;
		pointer-events: none;
		transform: translateY(0.5rem);
		transition: opacity 160ms ease, transform 160ms ease;
	}

	.primary-navigation li:hover > .sub-menu,
	.primary-navigation li:focus-within > .sub-menu,
	.primary-navigation .sub-menu-open > .sub-menu {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.primary-navigation .sub-menu a {
		padding: 0.55rem 0.65rem;
	}

	.submenu-toggle {
		position: static;
		width: 32px;
		min-width: 32px;
		height: 32px;
		min-height: 32px;
		margin-left: -0.65rem;
		border: 0;
	}

	.submenu-toggle::after {
		content: "⌄";
		font-size: 1rem;
	}

	.submenu-toggle[aria-expanded="true"]::after {
		content: "⌃";
	}

	.primary-navigation .menu-item-has-children {
		display: flex;
		align-items: center;
	}

	.primary-navigation__cta {
		width: auto;
		margin-top: 0;
	}

	.county-grid,
	.location-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.directory-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.facility-detail-layout {
		grid-template-columns: minmax(0, 1fr) 330px;
	}

	.directory-aside,
	.facility-detail__aside {
		position: sticky;
		top: 2rem;
	}
}

@media (max-width: 420px) {
	.hero__media img {
		object-position: 67% center;
	}

	.site-description {
		display: none;
	}

	.site-branding__mark {
		width: 42px;
		height: 42px;
	}

	.site-title {
		max-width: 11rem;
		font-size: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (forced-colors: active) {
	.button,
	button,
	input[type="submit"] {
		border: 2px solid ButtonText;
	}

	.care-card,
	.article-card,
	.facility-card,
	.notice {
		border: 1px solid CanvasText;
	}
}

@media print {
	.utility-bar,
	.site-header,
	.site-footer,
	.lead-cta,
	.post-navigation,
	.comments-area,
	.button,
	.directory-hero__search {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
	}

	a {
		color: #000;
	}

	.site-shell,
	.content-width,
	.wide-width {
		width: 100%;
	}
}
