/*
Theme Name: New Perceptions
Description: Site-owned child theme for New Perceptions Counseling.
Author: New Perceptions Counseling
Template: astra
Version: 0.5.27
Text Domain: new-perceptions
*/

/* Bright, calm, and readable design system for New Perceptions Counseling. */

:root {
	--np-ink: #173f3a;
	--np-text: #405753;
	--np-muted: #5c706c;
	--np-teal: #146f6a;
	--np-teal-dark: #0d5955;
	--np-blue: #327a94;
	--np-sky: #dff3f6;
	--np-sky-strong: #b9e4ea;
	--np-lilac: #eee8f3;
	--np-sage: #e9f1eb;
	--np-paper: #eaf1ee;
	--np-white: #ffffff;
	--np-line: #cdded9;
	--np-focus: #674191;
	--np-header-start: #0a333e;
	--np-header-end: #123d3f;
	--np-frame: rgba(50, 122, 148, 0.42);
	--np-shadow-sm: 0 10px 30px rgba(23, 63, 58, 0.08);
	--np-shadow: 0 22px 55px rgba(23, 63, 58, 0.13);
	--np-shadow-hover: 0 12px 24px rgba(23, 63, 58, 0.16);
	--np-radius-sm: 12px;
	--np-radius: 24px;
	--np-content: 78rem;
	--np-reading: 66ch;
}

html {
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
	color: var(--np-text);
	font-family: "DM Sans", sans-serif;
}

body {
	background: var(--np-paper);
	font-size: 1.0625rem;
	line-height: 1.72;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.elementor-heading-title {
	color: var(--np-ink);
	font-family: "Forum", Georgia, serif;
	font-weight: 400;
	line-height: 1.08;
	text-wrap: balance;
}

h1,
.entry-title {
	font-size: clamp(2.8rem, 6vw, 5.4rem);
}

h2 {
	font-size: clamp(2.25rem, 4.5vw, 4rem);
}

h3 {
	font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

p,
li {
	color: var(--np-text);
	text-wrap: pretty;
}

.entry-content p,
.entry-content li,
.elementor-widget-text-editor {
	font-size: clamp(1rem, 1.12vw, 1.125rem);
}

body a:not(.elementor-button):not(.ast-custom-button-link) {
	color: var(--np-teal-dark);
	text-decoration-color: rgba(20, 111, 106, 0.45);
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.18em;
}

body a:not(.elementor-button):not(.ast-custom-button-link):hover {
	color: var(--np-focus);
	text-decoration-color: currentColor;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--np-focus) !important;
	outline-offset: 4px;
}

.site-header :where(a, button, [tabindex]):focus-visible,
.site-primary-footer-wrap :where(a, button, [tabindex]):focus-visible {
	outline-color: var(--np-sky-strong) !important;
}

.skip-link:focus {
	background: var(--np-white);
	color: var(--np-ink);
	font-weight: 700;
	padding: 0.8rem 1.1rem;
}

/* A compact blue-teal header keeps the navigation calm and the logo legible. */

.site-header,
.ast-theme-transparent-header .site-header {
	background: linear-gradient(100deg, var(--np-header-start), var(--np-header-end));
	border-bottom: 3px solid #2f9eb8;
	box-shadow: 0 0 0 rgba(4, 33, 39, 0);
	inset-block-start: 0;
	position: sticky !important;
	transition: box-shadow 220ms ease;
	z-index: 100;
}

.admin-bar .site-header {
	inset-block-start: 32px;
}

.site-header .ast-primary-header-bar,
.ast-theme-transparent-header .main-header-bar {
	background: transparent !important;
	border: 0;
	margin-block: 0 !important;
	min-height: 4.875rem;
	transition: min-height 220ms ease;
}

.site-header.np-header-scrolled {
	background: rgba(10, 51, 62, 0.96);
	box-shadow: 0 10px 28px rgba(4, 33, 39, 0.2);
}

.site-header.np-header-scrolled .ast-primary-header-bar {
	min-height: 4.375rem;
}

#ast-desktop-header .site-primary-header-wrap,
#ast-desktop-header .ast-builder-grid-row,
#ast-mobile-header .ast-builder-grid-row {
	min-height: inherit;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.site-header.np-header-scrolled {
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
		background: rgba(10, 51, 62, 0.94);
	}
}

.site-header .ast-site-identity {
	padding-block: 0;
}

.site-header .site-logo-img img,
.site-header .custom-logo-link img {
	filter: none !important;
	height: auto !important;
	max-height: none;
	max-width: 14.375rem !important;
	object-fit: contain;
	width: 14.375rem !important;
}

#ast-desktop-header .main-header-menu {
	background: transparent !important;
}

.main-header-menu > .menu-item > .menu-link,
.ast-header-button-1 .ast-custom-button {
	color: var(--np-white) !important;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link {
	color: var(--np-sky-strong) !important;
}

#ast-desktop-header .main-header-menu .sub-menu {
	background: var(--np-header-end) !important;
	border: 1px solid rgba(185, 228, 234, 0.2);
	border-radius: 0 0 var(--np-radius-sm) var(--np-radius-sm);
	box-shadow: var(--np-shadow);
	padding-block: 0.5rem;
}

#ast-desktop-header .main-header-menu .sub-menu .menu-link {
	background: transparent !important;
	color: var(--np-white) !important;
	min-height: 44px;
	padding-block: 0.65rem;
}

#ast-desktop-header .main-header-menu .sub-menu .menu-link:hover,
#ast-desktop-header .main-header-menu .sub-menu .menu-link:focus-visible,
#ast-desktop-header .main-header-menu .sub-menu .current-menu-item > .menu-link {
	background: rgba(185, 228, 234, 0.1) !important;
	color: var(--np-sky-strong) !important;
}

.ast-header-button-1 .ast-custom-button-link {
	white-space: nowrap;
}

.ast-header-button-1 .ast-custom-button {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.72) !important;
	border-radius: 999px !important;
	padding: 0.7rem 1.15rem !important;
}

.ast-header-button-1 .ast-custom-button-link:hover .ast-custom-button {
	background: var(--np-white) !important;
	color: var(--np-teal-dark) !important;
}

#ast-mobile-header .ast-mobile-header-content,
#ast-mobile-header .main-navigation,
#ast-mobile-header .main-header-menu,
#ast-mobile-header .sub-menu,
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
	background: var(--np-white) !important;
}

#ast-mobile-header .main-navigation .menu-item > .menu-link,
#ast-mobile-header .main-navigation .ast-menu-toggle {
	color: var(--np-ink) !important;
}

#ast-mobile-header .main-navigation .menu-item > .menu-link {
	font-size: 1rem;
	min-height: 48px;
}

.menu-toggle.main-header-menu-toggle {
	background: var(--np-sky) !important;
	border: 0 !important;
	color: var(--np-ink) !important;
	min-height: 46px;
	min-width: 46px;
}

/* Controls */

.elementor-button,
.wp-element-button,
.wp-block-button__link,
.wpforms-submit,
input[type="button"],
input[type="submit"] {
	background: var(--np-teal-dark) !important;
	border: 2px solid var(--np-teal-dark) !important;
	border-radius: 999px !important;
	box-shadow: none;
	color: var(--np-white) !important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	min-height: 48px;
	padding: 0.8rem 1.5rem !important;
	transition: background-color 180ms ease, border-color 180ms ease,
		color 180ms ease, transform 180ms ease;
}

.elementor-button,
.wp-element-button,
.wp-block-button__link,
.wpforms-submit {
	align-items: center;
	display: inline-flex !important;
	justify-content: center;
}

.elementor-button .elementor-button-content-wrapper {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.elementor-button .elementor-button-text {
	line-height: 1.2;
}

.elementor-button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
.wpforms-submit:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: var(--np-white) !important;
	border-color: var(--np-teal-dark) !important;
	color: var(--np-teal-dark) !important;
	transform: translateY(-2px);
}

.np-button-secondary .elementor-button {
	background: transparent !important;
	color: var(--np-teal-dark) !important;
}

.np-button-secondary .elementor-button:hover {
	background: var(--np-teal-dark) !important;
	color: var(--np-white) !important;
}

input:not([type="button"]):not([type="submit"]),
select,
textarea {
	background: var(--np-white);
	border: 1px solid #829994;
	border-radius: 9px;
	color: var(--np-ink);
	min-height: 48px;
}

::placeholder {
	color: #566d68;
	opacity: 1;
}

/* Shared content */

.site-content {
	background: var(--np-paper);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--np-content);
}

.entry-content ul,
.entry-content ol {
	padding-inline-start: 1.4em;
}

.entry-content li + li {
	margin-top: 0.45rem;
}

.entry-content blockquote {
	background: var(--np-sky);
	border-left: 5px solid var(--np-teal);
	color: var(--np-ink);
	margin-inline: 0;
	padding: 1.25rem clamp(1.25rem, 3vw, 2rem);
}

.np-eyebrow {
	margin-bottom: 0.85rem;
}

.np-eyebrow p {
	color: var(--np-teal-dark) !important;
	font-size: 0.78rem !important;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0;
	text-transform: uppercase;
}

.np-section-lead,
.np-reading-copy {
	max-width: var(--np-reading);
}

.np-section-lead p {
	font-size: clamp(1.05rem, 1.4vw, 1.25rem) !important;
}

/* Homepage */

body.home .site-content {
	overflow: hidden;
}

.np-home-hero {
	background:
		radial-gradient(circle at 8% 5%, rgba(185, 228, 234, 0.58), transparent 28rem),
		var(--np-paper);
	padding: clamp(4.25rem, 8vw, 7.5rem) 1.25rem clamp(5rem, 9vw, 8rem);
}

.np-home-hero > .elementor-container {
	align-items: center;
	gap: clamp(2.5rem, 6vw, 5.5rem);
}

.np-hero-title .elementor-heading-title {
	font-size: clamp(3.2rem, 5.2vw, 4.8rem) !important;
	max-width: 16ch;
}

.np-hero-copy {
	max-width: 55ch;
}

.np-hero-copy p {
	font-size: clamp(1.08rem, 1.45vw, 1.3rem) !important;
	line-height: 1.65;
}

.np-button-row > .elementor-container {
	justify-content: flex-start;
	margin: 1.2rem 0 0;
	max-width: 34rem;
}

.np-button-row .elementor-button-wrapper {
	text-align: left;
}

.np-hero-note {
	margin-top: 1.15rem;
}

.np-hero-note p {
	color: var(--np-muted) !important;
	font-size: 0.9rem !important;
	font-weight: 700;
}

/* A single static offset frame is the recurring "perception" motif. */

.np-hero-visual,
.npv2-hero-art {
	isolation: isolate;
	position: relative;
}

.np-hero-visual::before,
.npv2-hero-art::before {
	border: 2px solid var(--np-frame);
	border-radius: 12rem 12rem var(--np-radius) var(--np-radius);
	content: "";
	inset: 1.25rem -1rem 5.25rem 1.25rem;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.np-hero-image .elementor-widget-container {
	border-radius: 12rem 12rem var(--np-radius) var(--np-radius);
	overflow: hidden;
}

.np-hero-image img {
	aspect-ratio: 4 / 5;
	border-radius: 12rem 12rem var(--np-radius) var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	display: block;
	object-fit: cover;
	object-position: 58% center;
	width: 100%;
}

.np-quote-card {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	margin: -4.5rem 1.5rem 0 -3rem;
	padding: 1.4rem 1.55rem 1.25rem;
	position: relative;
	z-index: 2;
}

.np-quote-card blockquote {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.np-quote-card blockquote p {
	color: var(--np-ink) !important;
	font-family: "Forum", Georgia, serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
	line-height: 1.25;
	margin-bottom: 0.65rem;
}

.np-quote-card cite {
	color: var(--np-muted);
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.np-home-intro,
.np-home-approach {
	padding: clamp(5rem, 9vw, 8rem) 1.25rem;
}

.np-home-intro > .elementor-container,
.np-home-approach > .elementor-container {
	align-items: flex-start;
	gap: clamp(2rem, 6vw, 6rem);
}

.np-intro-heading {
	border-top: 3px solid var(--np-teal);
	padding-top: 1.35rem;
}

.np-reading-copy p + p,
.np-approach-card p + p {
	margin-top: 1.2rem;
}

.np-services-heading,
.np-team-heading {
	background: var(--np-sky);
	padding: clamp(5rem, 8vw, 7rem) 1.25rem 2rem;
}

.np-section-heading {
	text-align: center;
}

.np-section-heading .np-section-lead {
	margin-inline: auto;
}

.np-home-services {
	background: var(--np-sky);
	padding: 1rem 1.25rem clamp(5rem, 9vw, 8rem);
}

.np-home-services > .elementor-container,
.np-home-team > .elementor-container {
	align-items: stretch;
	gap: clamp(1.25rem, 3vw, 2.25rem);
}

.np-home-team .np-team-card,
.np-home-services .np-service-card {
	align-self: stretch;
	display: flex;
	height: auto !important;
}

.np-home-team .np-team-card > .elementor-widget-wrap,
.np-home-services .np-service-card > .elementor-widget-wrap {
	flex: 1;
	width: 100%;
}

@media (min-width: 768px) {
	.np-home-team > .elementor-container > .elementor-column,
	.np-home-services > .elementor-container > .elementor-column {
		flex: 1 1 0;
		width: 0 !important;
	}
}

.np-service-card,
.np-team-card {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	height: 100%;
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.np-service-card:hover,
.np-service-card:focus-within,
.np-team-card:hover,
.np-team-card:focus-within {
	box-shadow: var(--np-shadow-hover);
	transform: translateY(-3px);
}

.np-service-card > .elementor-widget-wrap,
.np-team-card > .elementor-widget-wrap {
	align-content: flex-start;
	flex-direction: column;
	height: 100%;
}

.np-card-image {
	margin-bottom: 0 !important;
	width: 100%;
}

.np-card-image img {
	display: block;
	object-fit: cover;
	width: 100%;
}

.np-service-card .np-card-image img {
	aspect-ratio: 4 / 3;
}

.np-card-title {
	margin-bottom: 0 !important;
	padding: 1.35rem 1.5rem 0.45rem;
}

.np-card-title .elementor-heading-title {
	font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.np-card-title a {
	color: var(--np-ink) !important;
	text-decoration: none !important;
}

.np-card-title a::after {
	color: var(--np-teal);
	content: "  →";
}

.np-card-description {
	margin-bottom: 0 !important;
	padding: 0 1.5rem 1.65rem;
}

.np-card-description p {
	color: var(--np-text) !important;
	font-size: 1rem !important;
	line-height: 1.65;
	margin: 0;
}

.np-home-approach {
	background: var(--np-lilac);
}

.np-approach-summary .elementor-button-wrapper {
	margin-top: 1.3rem;
}

.np-approach-card {
	background: var(--np-white);
	border: 1px solid rgba(103, 65, 145, 0.2);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.np-approach-card p {
	font-size: 1rem !important;
	line-height: 1.75;
}

.np-home-team {
	background: var(--np-sky);
	padding: 1rem 1.25rem 2rem;
}

.np-team-card img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center 20%;
	width: 100%;
}

.np-team-action {
	background: var(--np-sky);
	padding: 0 1.25rem clamp(5rem, 9vw, 8rem);
}

.np-centered-button .elementor-button-wrapper {
	text-align: center;
}

.np-home-cta {
	background: var(--np-sage);
	padding: clamp(4.5rem, 8vw, 7rem) 1.25rem;
}

.np-home-cta > .elementor-container {
	align-items: center;
	gap: 3rem;
}

.np-cta-action .elementor-button-wrapper {
	text-align: right;
}

/* Deliberately composed interior-page system */

.npv2-hero,
.npv2-profile-hero {
	background:
		radial-gradient(circle at 8% 8%, rgba(185, 228, 234, 0.55), transparent 28rem),
		var(--np-paper) !important;
	padding: clamp(4.5rem, 9vw, 8rem) 1.25rem !important;
}

.npv2-hero > .elementor-container,
.npv2-profile-hero > .elementor-container {
	align-items: center;
	gap: clamp(2.5rem, 6vw, 6rem);
}

.npv2-title .elementor-heading-title {
	color: var(--np-ink) !important;
	font-size: clamp(3.2rem, 6.2vw, 5.8rem) !important;
	line-height: 1.02 !important;
	margin: 0;
	max-width: 12ch;
}

.npv2-lead {
	max-width: 55ch;
}

.npv2-lead p {
	color: var(--np-text) !important;
	font-size: clamp(1.08rem, 1.45vw, 1.28rem) !important;
	line-height: 1.65;
	text-align: left !important;
}

.npv2-button-row > .elementor-container {
	gap: 0.75rem;
	justify-content: flex-start;
	margin: 1.25rem 0 0;
	max-width: 34rem;
}

.npv2-button-row .elementor-button-wrapper {
	text-align: left;
}

.npv2-hero-image .elementor-widget-container,
.npv2-profile-hero-image .elementor-widget-container {
	border-radius: 12rem 12rem var(--np-radius) var(--np-radius);
	overflow: hidden;
}

.npv2-hero-image img {
	aspect-ratio: 4 / 5;
	border-radius: 12rem 12rem var(--np-radius) var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	object-fit: cover;
	object-position: var(--np-image-position, 50% 50%);
	width: 100%;
}

.npv2-profile-hero-image img {
	aspect-ratio: 4 / 5;
	border-radius: 12rem 12rem var(--np-radius) var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	object-fit: cover;
	object-position: center 20%;
	width: 100%;
}

.npv2-editorial,
.npv2-heading,
.npv2-card-grid,
.npv2-person-grid,
.npv2-service-grid,
.npv2-contact-grid,
.npv2-contact-form,
.npv2-blog-grid,
.npv2-cta {
	padding: clamp(4.5rem, 8vw, 7.5rem) 1.25rem !important;
}

.npv2-surface-0 {
	background: var(--np-paper) !important;
}

.npv2-surface-1 {
	background: var(--np-sky) !important;
}

.npv2-surface-2 {
	background: var(--np-lilac) !important;
}

.npv2-editorial > .elementor-container,
.npv2-contact-form > .elementor-container {
	align-items: flex-start;
	gap: clamp(2.5rem, 7vw, 7rem);
}

.npv2-section-heading {
	border-top: 3px solid var(--np-teal);
	padding-top: 1.25rem;
}

.npv2-section-title .elementor-heading-title {
	color: var(--np-ink) !important;
	font-size: clamp(2.25rem, 3.8vw, 3.5rem) !important;
	hyphens: none;
	line-height: 1.08 !important;
	overflow-wrap: normal;
	word-break: normal;
}

.npv2-prose {
	margin-inline: 0;
	max-width: 68ch;
}

.npv2-prose,
.npv2-prose :is(p, li, div) {
	text-align: left !important;
}

.npv2-prose p,
.npv2-prose li {
	color: var(--np-text) !important;
	font-size: clamp(1rem, 1.12vw, 1.125rem) !important;
	line-height: 1.78;
}

.npv2-prose p + p {
	margin-top: 1.1rem;
}

.npv2-prose ul,
.npv2-specialties ul {
	margin: 0;
	padding-left: 1.25rem;
}

.npv2-prose li + li,
.npv2-specialties li + li {
	margin-top: 0.55rem;
}

.npv2-feature-image img {
	aspect-ratio: 16 / 9;
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	margin-bottom: 1.5rem;
	object-fit: cover;
	width: 100%;
}

.npv2-centered-heading {
	text-align: center;
}

.npv2-centered-heading .np-eyebrow,
.npv2-centered-heading .npv2-lead {
	margin-inline: auto;
}

.npv2-centered-heading .npv2-lead p {
	text-align: center !important;
}

.npv2-heading {
	padding-bottom: 2rem !important;
}

.npv2-card-grid,
.npv2-person-grid,
.npv2-service-grid {
	padding-top: 1rem !important;
}

.npv2-card-grid > .elementor-container,
.npv2-person-grid > .elementor-container,
.npv2-service-grid > .elementor-container,
.npv2-contact-grid > .elementor-container {
	align-items: stretch;
	gap: clamp(1.25rem, 3vw, 2.25rem);
}

.npv2-info-card,
.npv2-person-card,
.npv2-service-card,
.npv2-contact-card {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	display: flex;
	height: auto !important;
	overflow: hidden;
}

.npv2-info-card > .elementor-widget-wrap,
.npv2-person-card > .elementor-widget-wrap,
.npv2-service-card > .elementor-widget-wrap,
.npv2-contact-card > .elementor-widget-wrap {
	align-content: flex-start;
	flex: 1;
	width: 100%;
}

.npv2-info-card {
	padding: clamp(1.5rem, 3vw, 2.25rem);
}

.npv2-process {
	padding: 0 1.25rem clamp(5rem, 9vw, 8rem) !important;
}

.npv2-process-list {
	border-bottom: 1px solid var(--np-line);
}

.npv2-process-step {
	border-top: 1px solid var(--np-line);
	padding: clamp(1.5rem, 3vw, 2.4rem) 0;
}

.npv2-process-step > .elementor-container {
	align-items: start;
	display: grid;
	gap: clamp(1rem, 3vw, 2.5rem);
	grid-template-columns: 5rem minmax(12rem, 0.72fr) 1.55fr;
}

.npv2-process-step > .elementor-container > .elementor-column {
	width: auto !important;
}

.npv2-step-number p {
	color: var(--np-teal) !important;
	font-family: "Forum", Georgia, serif;
	font-size: 1.7rem !important;
	line-height: 1;
	margin: 0;
	text-align: left !important;
}

.npv2-step-title .elementor-heading-title {
	color: var(--np-ink) !important;
	font-size: clamp(1.55rem, 2.4vw, 2.1rem) !important;
	line-height: 1.15 !important;
}

.npv2-step-copy,
.npv2-step-copy p {
	color: var(--np-text) !important;
	font-size: 1rem !important;
	line-height: 1.72;
	margin: 0;
	text-align: left !important;
}

.npv2-card-title .elementor-heading-title,
.npv2-person-name .elementor-heading-title {
	color: var(--np-ink) !important;
	font-size: clamp(1.5rem, 2.4vw, 2.05rem) !important;
	line-height: 1.15 !important;
}

.npv2-card-title a,
.npv2-person-name a {
	color: var(--np-ink) !important;
	text-decoration: none !important;
}

.npv2-card-title a::after,
.npv2-person-name a::after {
	color: var(--np-teal);
	content: "  →";
}

.npv2-card-copy,
.npv2-card-copy :is(p, li) {
	color: var(--np-text) !important;
	font-size: 1rem !important;
	line-height: 1.68;
	text-align: left !important;
}

.npv2-person-image,
.npv2-service-image {
	margin-bottom: 0 !important;
	width: 100%;
}

.npv2-person-image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center 20%;
	width: 100%;
}

.npv2-service-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.npv2-person-name,
.npv2-service-card .npv2-card-title {
	margin-bottom: 0 !important;
	padding: 1.25rem 1.4rem 0.45rem;
}

.npv2-person-role {
	padding: 0 1.4rem 1.5rem;
}

.npv2-person-role p {
	color: var(--np-muted) !important;
	font-size: 0.95rem !important;
	font-weight: 700;
	margin: 0;
	text-align: left !important;
}

/* Every clinician has the same visual weight in the team roster. */

body.page-id-1319 .npv2-heading {
	background: #d9ebe6 !important;
}

.np-team-roster {
	background:
		radial-gradient(circle at 12% 18%, rgba(185, 228, 234, 0.68), transparent 25rem),
		linear-gradient(180deg, #d3e7e1 0%, #e1ece7 100%) !important;
}

.np-team-roster > .elementor-container {
	display: grid !important;
	gap: clamp(1.25rem, 3vw, 2.25rem);
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.np-team-roster > .elementor-container > .npv2-person-card {
	background: #f8fbf9;
	border: 1px solid #afcac3;
	box-shadow: 0 12px 28px rgba(23, 63, 58, 0.12);
	cursor: pointer;
	flex: none !important;
	grid-column: span 2;
	position: relative;
	transform: translateY(0);
	transition: box-shadow 220ms ease, transform 220ms ease;
	width: auto !important;
}

.np-team-roster > .elementor-container > .npv2-person-card:hover,
.np-team-roster > .elementor-container > .npv2-person-card:focus-within {
	box-shadow: 0 24px 52px rgba(23, 63, 58, 0.22);
	transform: translateY(-8px);
}

.np-team-roster .np-card-link-overlay {
	border-radius: inherit;
	inset: 0;
	position: absolute;
	z-index: 10;
}

.np-team-roster .npv2-person-card:focus-within {
	outline: 3px solid var(--np-focus);
	outline-offset: 5px;
}

.np-team-roster > .elementor-container > .npv2-person-card:nth-child(4) {
	grid-column: 2 / span 2;
}

.np-team-roster > .elementor-container > .npv2-person-card:nth-child(5) {
	grid-column: 4 / span 2;
}

.npv2-specialties {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.npv2-specialties,
.npv2-specialties :is(p, li, div) {
	color: var(--np-text) !important;
	font-size: 1.05rem !important;
	line-height: 1.7;
	text-align: left !important;
}

.npv2-contact-card {
	padding: clamp(1.5rem, 3vw, 2rem);
}

.npv2-contact-detail,
.npv2-contact-detail :is(p, h6, div) {
	color: var(--np-text) !important;
	text-align: left !important;
}

.npv2-contact-detail h6 {
	color: var(--np-teal-dark) !important;
	font-size: 0.78rem !important;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.npv2-contact-detail a {
	color: var(--np-teal-dark) !important;
	overflow-wrap: anywhere;
}

.npv2-form-embed {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	min-height: 30rem;
	padding: 1.25rem;
}

.npv2-blog-content .rt-tpg-container .rt-holder {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	overflow: hidden;
}

/* Eligible cards expand their one semantic title link across the card. */

.np-card-clickable {
	cursor: pointer;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.np-card-clickable:hover,
.np-card-clickable:focus-within {
	box-shadow: var(--np-shadow-hover);
	transform: translateY(-3px);
}

.np-card-clickable:focus-within {
	outline: 3px solid var(--np-focus);
	outline-offset: 5px;
}

.np-card-clickable > .elementor-widget-wrap,
.np-card-clickable :is(.np-card-title, .npv2-card-title, .npv2-person-name) {
	position: static !important;
}

.np-card-clickable .np-card-primary-link::before {
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 20;
}

.np-card-clickable :is(.np-card-image, .npv2-service-image, .npv2-person-image, .np-directory-image) {
	overflow: hidden;
}

.np-card-clickable :is(.np-card-image, .npv2-service-image, .npv2-person-image, .np-directory-image) img {
	transition: transform 220ms ease;
}

.np-card-clickable:hover :is(.np-card-image, .npv2-service-image, .npv2-person-image, .np-directory-image) img,
.np-card-clickable:focus-within :is(.np-card-image, .npv2-service-image, .npv2-person-image, .np-directory-image) img {
	transform: scale(1.015);
}

/* Resources are organized as an editorial directory rather than a card wall. */

.np-resource-heading {
	background:
		linear-gradient(180deg, var(--np-sky) 0%, #edf6f3 100%) !important;
	padding: clamp(4.5rem, 8vw, 7rem) 1.25rem 2.25rem !important;
}

.np-resource-directory {
	background:
		radial-gradient(circle at 85% 20%, rgba(238, 232, 243, 0.92), transparent 28rem),
		linear-gradient(180deg, #edf6f3 0%, var(--np-sage) 100%) !important;
	padding: 1rem 1.25rem clamp(5rem, 9vw, 8rem) !important;
}

.np-resource-directory > .elementor-container {
	display: grid !important;
	gap: clamp(1rem, 2vw, 1.75rem);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.np-resource-topic {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(205, 222, 217, 0.9);
	border-radius: var(--np-radius-sm);
	grid-column: span 4;
	padding: clamp(1.4rem, 2.5vw, 2rem);
	width: auto !important;
}

.np-resource-topic--featured {
	background: rgba(255, 255, 255, 0.8);
	border-top: 4px solid var(--np-teal);
	box-shadow: var(--np-shadow-sm);
	grid-column: span 6;
	padding: clamp(1.75rem, 3vw, 2.5rem);
}

.np-resource-topic--planned {
	align-self: stretch;
	background: rgba(255, 255, 255, 0.35);
	border-style: dashed;
}

.np-resource-topic .npv2-card-title {
	margin-bottom: 1rem;
}

.np-resource-topic .npv2-card-title .elementor-heading-title {
	font-size: clamp(1.7rem, 2.7vw, 2.35rem) !important;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.np-resource-topic .npv2-card-copy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-resource-topic .npv2-card-copy li {
	border-top: 1px solid rgba(20, 111, 106, 0.18);
	padding: 0.65rem 0;
}

.np-resource-topic .npv2-card-copy li::before {
	color: var(--np-teal);
	content: "—";
	margin-right: 0.6rem;
}

.np-resource-topic .npv2-card-copy p {
	color: var(--np-muted) !important;
	margin: 0;
}

.np-resource-posts {
	background:
		radial-gradient(circle at 88% 8%, rgba(238, 232, 243, 0.7), transparent 26rem),
		var(--np-paper) !important;
}

.np-resource-posts .tpg-header-wrapper {
	margin-bottom: 1.75rem;
}

.np-resource-posts .tpg-widget-heading-wrapper {
	justify-content: flex-start;
}

.np-resource-posts .tpg-widget-heading-line {
	display: none;
}

.np-resource-posts .tpg-header-wrapper::before {
	color: var(--np-teal-dark);
	content: "Resource library";
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: 0.7rem;
	text-transform: uppercase;
}

.np-resource-posts .tpg-widget-heading {
	color: var(--np-ink) !important;
	font-family: "Forum", Georgia, serif !important;
	font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
	font-weight: 400 !important;
	line-height: 1.08 !important;
	margin: 0 !important;
}

.np-resource-posts .tpg-widget-heading::before,
.np-resource-posts .tpg-widget-heading span::after {
	display: none !important;
}

.np-resource-posts .rt-holder {
	background: rgba(255, 255, 255, 0.82) !important;
	border: 1px solid var(--np-line) !important;
	border-radius: var(--np-radius) !important;
	box-shadow: var(--np-shadow-sm) !important;
	overflow: hidden;
}

.np-resource-posts .elementor-element-d117e34 .rt-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
	grid-template-rows: 1fr auto auto auto 1fr;
	padding: 0 !important;
}

.np-resource-posts .elementor-element-d117e34 .rt-img-holder {
	grid-column: 1;
	grid-row: 1 / span 5;
	height: 100%;
	margin: 0 !important;
	min-height: 22rem;
	overflow: hidden;
}

.np-resource-posts .elementor-element-d117e34 .rt-img-holder a {
	display: block;
	height: 100%;
}

.np-resource-posts .elementor-element-d117e34 .rt-img-holder img {
	height: 100% !important;
	max-height: none;
	object-fit: cover;
	object-position: center;
	transition: transform 220ms ease;
	width: 100%;
}

.np-resource-posts .elementor-element-d117e34 .rt-holder:hover .rt-img-holder img,
.np-resource-posts .elementor-element-d117e34 .rt-holder:focus-within .rt-img-holder img {
	transform: scale(1.015);
}

.np-resource-posts .elementor-element-d117e34 :is(.entry-title-wrapper, .post-meta-tags, .post-footer) {
	grid-column: 2;
}

.np-resource-posts .elementor-element-d117e34 .entry-title-wrapper {
	align-self: end;
	grid-row: 2;
	padding: 0 clamp(2rem, 4vw, 3.25rem) 0.75rem;
}

.np-resource-posts .entry-title {
	font-family: "Forum", Georgia, serif !important;
	font-size: clamp(1.8rem, 3vw, 2.75rem) !important;
	font-weight: 400 !important;
	line-height: 1.08 !important;
	margin: 0 !important;
}

.np-resource-posts .entry-title a {
	color: var(--np-ink) !important;
	text-decoration: none !important;
}

.np-resource-posts .post-meta-tags {
	grid-row: 3;
	padding: 0 clamp(2rem, 4vw, 3.25rem) 1.25rem;
}

.np-resource-posts .post-meta-tags :is(.author, .date, .comments-link),
.single-post .entry-meta :is(.posted-by, .comments-link) {
	display: none !important;
}

.np-resource-posts .post-meta-tags .categories-links {
	align-items: center;
	color: var(--np-teal-dark);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.np-resource-posts .post-meta-tags .categories-links i {
	display: none;
}

.np-resource-posts .post-meta-tags .categories-links a {
	color: var(--np-teal-dark) !important;
	text-decoration: none !important;
}

.np-resource-posts .elementor-element-d117e34 .post-footer {
	align-self: start;
	grid-row: 4;
	padding: 0 clamp(2rem, 4vw, 3.25rem);
}

.np-resource-posts .read-more a {
	align-items: center;
	background: var(--np-teal-dark) !important;
	border: 2px solid var(--np-teal-dark) !important;
	border-radius: 999px;
	color: var(--np-white) !important;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	min-height: 44px;
	padding: 0.65rem 1.15rem;
	text-decoration: none !important;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.np-resource-posts .read-more a::after {
	content: "→";
	margin-left: 0.45rem;
}

.np-resource-posts .read-more a:hover,
.np-resource-posts .read-more a:focus-visible {
	background: var(--np-white) !important;
	color: var(--np-teal-dark) !important;
	transform: translateY(-2px);
}

.np-resource-posts .elementor-element-28b239c .rt-holder {
	height: 100%;
}

.np-resource-posts .elementor-element-28b239c .rt-img-holder img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.np-resource-posts .elementor-element-28b239c .rt-grid-item:has(.has-no-thumbnail),
.np-resource-posts .elementor-element-28b239c:not(:has(.has-thumbnail)) {
	display: none;
}

/* Single resources — a calm editorial reading surface. */
.single-post #primary {
	margin-block: clamp(2.5rem, 6vw, 5rem);
}

.single-post .ast-article-single {
	background: var(--np-white) !important;
	border: 1px solid var(--np-line);
	border-radius: calc(var(--np-radius) + 8px);
	box-shadow: var(--np-shadow-sm);
	overflow: hidden;
	padding: clamp(1rem, 2.6vw, 2.25rem) !important;
}

.single-post .entry-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.single-post .post-thumb-img-content {
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	margin-bottom: 0;
	order: 1;
	overflow: hidden;
}

.single-post .post-thumb-img-content img {
	aspect-ratio: 2 / 1;
	border-radius: inherit;
	display: block;
	object-fit: cover;
	width: 100%;
}

.single-post .entry-meta {
	align-items: center;
	display: flex;
	font-size: 0.72rem;
	font-weight: 800;
	gap: 0.85rem;
	letter-spacing: 0.12em;
	margin: clamp(2.25rem, 5vw, 3.75rem) auto 0.9rem;
	max-width: 48rem;
	order: 2;
	text-transform: uppercase;
	width: 100%;
}

.single-post .entry-meta::before {
	color: var(--np-teal-dark);
	content: "Resource library";
}

.single-post .entry-meta .ast-terms-link {
	border-left: 1px solid var(--np-line);
	padding-left: 0.85rem;
}

.single-post .entry-meta a {
	color: var(--np-purple) !important;
	text-decoration: none;
}

.single-post .entry-meta a:hover,
.single-post .entry-meta a:focus-visible {
	color: var(--np-teal-dark) !important;
	text-decoration: underline;
	text-underline-offset: 0.24em;
}

.single-post .entry-title {
	color: var(--np-ink);
	font-family: "Forum", Georgia, serif;
	font-size: clamp(3rem, 5.4vw, 4.75rem) !important;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.98 !important;
	margin: 0 auto;
	max-width: 48rem;
	order: 3;
	width: 100%;
}

.single-post .entry-content {
	color: var(--np-text);
	font-size: clamp(1.05rem, 1.35vw, 1.18rem);
	line-height: 1.78;
	margin: clamp(1.75rem, 4vw, 2.75rem) auto clamp(2rem, 5vw, 3.75rem);
	max-width: 48rem;
}

.single-post .entry-content > p:first-child {
	color: var(--np-ink);
	font-size: clamp(1.15rem, 1.65vw, 1.32rem);
	line-height: 1.68;
}

.single-post .entry-content :is(h2, h3) {
	color: var(--np-ink);
	font-family: "Forum", Georgia, serif;
	font-weight: 400;
	line-height: 1.1;
	margin-block: 2.25em 0.65em;
}

.single-post .entry-content h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.single-post .entry-content h3 {
	font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.single-post .entry-content blockquote {
	background: var(--np-sage);
	border: 0;
	border-radius: var(--np-radius-sm);
	color: var(--np-ink);
	font-family: "Forum", Georgia, serif;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.35;
	margin: 2.5rem 0;
	padding: clamp(1.5rem, 4vw, 2.5rem);
}

.single-post .post-navigation {
	padding-top: 1rem;
}

.single-post .post-navigation .nav-links {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-post .post-navigation .nav-previous {
	grid-column: 1;
	justify-self: start;
	width: min(100%, 18rem) !important;
}

.single-post .post-navigation .nav-next {
	grid-column: 2;
	justify-self: end;
	width: min(100%, 18rem) !important;
}

.single-post .post-navigation :is(.nav-previous, .nav-next) a {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius-sm);
	color: var(--np-teal-dark);
	display: flex;
	font-size: 0.85rem;
	font-weight: 800;
	gap: 0.6rem;
	letter-spacing: 0.04em;
	min-height: 3.5rem;
	padding: 0.9rem 1.15rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.single-post .post-navigation .nav-next a {
	justify-content: flex-end;
}

.single-post .post-navigation :is(.nav-previous, .nav-next) a:hover,
.single-post .post-navigation :is(.nav-previous, .nav-next) a:focus-visible {
	background: var(--np-white);
	border-color: rgba(13, 89, 85, 0.32);
	transform: translateY(-2px);
}

@media (max-width: 767px) {
	.single-post #primary {
		margin-block: 1.5rem 2.5rem;
	}

	.single-post .ast-article-single {
		border-radius: var(--np-radius);
		padding: 0.75rem !important;
	}

	.single-post .post-thumb-img-content {
		border-radius: 18px;
	}

	.single-post .post-thumb-img-content img {
		aspect-ratio: 4 / 3;
	}

	.single-post .entry-meta,
	.single-post .entry-title,
	.single-post .entry-content {
		width: calc(100% - 1.5rem);
	}

	.single-post .entry-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.4rem;
		margin-top: 2rem;
	}

	.single-post .entry-meta .ast-terms-link {
		border-left: 0;
		padding-left: 0;
	}

	.single-post .entry-title {
		font-size: clamp(2.65rem, 12vw, 3.4rem) !important;
		line-height: 1 !important;
	}

	.single-post .entry-content {
		margin-top: 1.5rem;
	}

	.single-post .post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.single-post .post-navigation :is(.nav-previous, .nav-next) {
		grid-column: 1;
		width: 100% !important;
	}

	.np-resource-posts .elementor-element-d117e34 .rt-detail {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.np-resource-posts .elementor-element-d117e34 .rt-img-holder {
		aspect-ratio: 16 / 9;
		grid-column: 1;
		grid-row: auto;
		min-height: 0;
	}

	.np-resource-posts .elementor-element-d117e34 :is(.entry-title-wrapper, .post-meta-tags, .post-footer) {
		grid-column: 1;
		grid-row: auto;
	}

	.np-resource-posts .elementor-element-d117e34 .entry-title-wrapper {
		padding-top: 2rem;
	}

	.np-resource-posts .elementor-element-d117e34 .post-footer {
		padding-bottom: 2rem;
	}
}

.npv2-cta {
	background: var(--np-sage) !important;
}

.npv2-cta > .elementor-container {
	align-items: center;
	gap: clamp(2rem, 5vw, 4rem);
}

.npv2-cta-action .elementor-button-wrapper {
	text-align: right;
}

@media (min-width: 768px) {
	.npv2-person-grid:not(.np-team-roster) > .elementor-container > .elementor-column,
	.npv2-service-grid > .elementor-container > .elementor-column,
	.npv2-card-grid > .elementor-container > .elementor-column,
	.npv2-contact-grid > .elementor-container > .elementor-column {
		flex: 1 1 0;
		width: 0 !important;
	}
}

@media (max-width: 767px) {
	.npv2-hero,
	.npv2-profile-hero {
		padding-block: 4rem !important;
	}

	.npv2-title .elementor-heading-title {
		font-size: clamp(2.8rem, 13vw, 4.25rem) !important;
		max-width: none;
	}

	.npv2-hero-image .elementor-widget-container,
	.npv2-profile-hero-image .elementor-widget-container,
	.npv2-hero-image img,
	.npv2-profile-hero-image img {
		border-radius: 7rem 7rem var(--np-radius) var(--np-radius);
	}

	.npv2-hero-image img,
	.npv2-profile-hero-image img {
		aspect-ratio: 4 / 3;
	}

	.npv2-button-row > .elementor-container {
		gap: 0.65rem;
	}

	.npv2-button-row .elementor-column {
		width: auto !important;
	}

	.npv2-editorial,
	.npv2-card-grid,
	.npv2-person-grid,
	.npv2-service-grid,
	.npv2-contact-grid,
	.npv2-contact-form,
	.npv2-blog-grid,
	.npv2-cta {
		padding-block: 4rem !important;
	}

	.npv2-process-step > .elementor-container {
		grid-template-columns: 3.5rem 1fr;
	}

	.npv2-process-step .elementor-column:last-child {
		grid-column: 2;
	}

	.npv2-cta-action .elementor-button-wrapper {
		text-align: left;
	}

	.np-resource-heading {
		padding-block: 4rem 1.5rem !important;
	}

	.np-resource-directory > .elementor-container {
		grid-template-columns: 1fr;
	}

	.np-resource-topic,
	.np-resource-topic--featured {
		grid-column: auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.np-resource-topic,
	.np-resource-topic--featured {
		grid-column: span 6;
	}

	.np-team-roster > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.np-team-roster > .elementor-container > .npv2-person-card,
	.np-team-roster > .elementor-container > .npv2-person-card:nth-child(4),
	.np-team-roster > .elementor-container > .npv2-person-card:nth-child(5) {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	.np-team-roster > .elementor-container {
		grid-template-columns: 1fr;
	}

	.np-team-roster > .elementor-container > .npv2-person-card,
	.np-team-roster > .elementor-container > .npv2-person-card:nth-child(4),
	.np-team-roster > .elementor-container > .npv2-person-card:nth-child(5) {
		grid-column: auto;
	}
}

/* Interior page system */

.np-page-hero {
	align-items: center;
	background-position: center !important;
	background-size: cover !important;
	isolation: isolate;
	min-height: clamp(22rem, 48vw, 34rem);
	padding: clamp(4rem, 8vw, 7rem) 1.25rem !important;
	position: relative;
}

.np-page-hero > .elementor-background-overlay {
	opacity: 0 !important;
}

.np-page-hero .elementor-widget-heading {
	align-items: center;
	background: rgba(23, 63, 58, 0.9);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow);
	display: flex;
	justify-content: center;
	margin-inline: auto;
	max-width: min(90vw, 58rem);
	padding: clamp(1.1rem, 3vw, 2rem) clamp(1.5rem, 5vw, 3.5rem);
}

.np-page-hero .elementor-widget-heading > .elementor-widget-container {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

.np-page-hero .elementor-heading-title {
	color: var(--np-white) !important;
	font-size: clamp(3rem, 7vw, 5.75rem) !important;
	line-height: 1.04 !important;
	margin: 0;
	text-align: center;
	text-shadow: none;
}

.np-team-hero .elementor-heading-title {
	transform: translateY(-0.035em);
}

.np-page-section,
.np-section-heading-band,
.np-service-directory,
.np-team-directory,
.np-contact-section,
.np-blog-grid,
.np-page-cta,
.np-quote-band {
	padding: clamp(4.5rem, 8vw, 7rem) 1.25rem !important;
}

.np-surface-paper {
	background: var(--np-paper) !important;
}

.np-surface-sky {
	background: var(--np-sky) !important;
}

.np-surface-lilac {
	background: var(--np-lilac) !important;
}

.np-prose {
	margin-inline: auto;
	max-width: var(--np-reading);
}

.np-prose,
.np-prose :is(p, li, div) {
	text-align: left !important;
}

.np-prose p,
.np-prose li {
	font-size: clamp(1rem, 1.12vw, 1.125rem) !important;
	line-height: 1.76;
}

.np-prose p + p {
	margin-top: 1.1rem;
}

.np-page-section > .elementor-container,
.np-feature-section > .elementor-container,
.np-card-section > .elementor-container {
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

.np-feature-section .np-feature-image img {
	aspect-ratio: 4 / 3;
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	object-fit: cover;
	width: 100%;
}

.np-feature-section .elementor-heading-title {
	font-size: clamp(2.3rem, 4.5vw, 4rem) !important;
}

.np-section-heading-band {
	text-align: center;
}

.np-section-heading-band .elementor-heading-title {
	font-size: clamp(2.4rem, 5vw, 4.25rem) !important;
}

.np-card-section > .elementor-container,
.np-values-grid > .elementor-container,
.np-service-directory > .elementor-container,
.np-team-directory > .elementor-container,
.np-steps-grid > .elementor-container {
	align-items: stretch;
	gap: clamp(1.25rem, 3vw, 2.25rem);
}

.np-info-card,
.np-value-card,
.np-step-card {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	padding: clamp(1.4rem, 3vw, 2.2rem);
}

.np-info-card .elementor-heading-title,
.np-value-card .elementor-heading-title,
.np-step-card .elementor-heading-title {
	color: var(--np-ink) !important;
	font-size: clamp(1.5rem, 2.5vw, 2.15rem) !important;
	line-height: 1.15 !important;
}

.np-page-cta {
	background: var(--np-sage) !important;
	background-image: none !important;
	min-height: 0 !important;
}

.np-page-cta > .elementor-background-overlay {
	display: none;
}

.np-page-cta > .elementor-container {
	align-items: center;
	gap: clamp(2rem, 5vw, 4rem);
}

.np-page-cta .elementor-heading-title {
	color: var(--np-ink) !important;
	font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
}

.np-page-cta .np-cta-copy,
.np-page-cta .np-prose {
	margin-inline: 0;
	max-width: 55ch;
}

.np-quote-band {
	background: var(--np-lilac) !important;
}

.np-quote-band .elementor-testimonial-content {
	color: var(--np-ink) !important;
	font-family: "Forum", Georgia, serif;
	font-size: clamp(1.8rem, 4vw, 3.25rem) !important;
	line-height: 1.25;
}

.np-quote-band :is(.elementor-testimonial-name, .elementor-testimonial-job) {
	color: var(--np-text) !important;
}

/* Counseling directory */

.np-service-directory {
	padding-top: 1rem !important;
}

.np-service-link-card {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	overflow: hidden;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.np-service-link-card:hover {
	box-shadow: var(--np-shadow-hover);
	transform: translateY(-3px);
}

.np-service-link-card .np-directory-image {
	margin-bottom: 0 !important;
}

.np-service-link-card .np-directory-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.np-service-link-card .elementor-widget-heading {
	padding: 1.1rem 1.4rem 1.35rem;
}

.np-service-link-card .elementor-heading-title {
	font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
}

.np-service-link-card .elementor-heading-title a {
	color: var(--np-ink) !important;
	text-decoration: none;
}

/* Team directory and profile pages */

.np-team-intro .np-prose {
	font-size: clamp(1.08rem, 1.5vw, 1.25rem);
	max-width: 72ch;
}

.np-values-grid > .elementor-container {
	align-items: stretch;
}

.np-value-card {
	text-align: left;
}

.np-team-directory {
	padding-top: 1rem !important;
}

.np-person-card {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	overflow: hidden;
}

.np-person-card .np-person-image {
	margin-bottom: 0 !important;
}

.np-person-card .np-person-image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center 20%;
	width: 100%;
}

.np-person-card .np-person-meta {
	padding: 1.2rem 1.4rem 1.5rem;
}

.np-person-card .np-person-meta :is(p, div) {
	text-align: left !important;
}

.np-profile-overview,
.np-profile-bio {
	min-height: 0 !important;
	padding: clamp(4.5rem, 8vw, 7rem) 1.25rem !important;
}

.np-profile-overview .elementor-column,
.np-profile-bio .elementor-column {
	min-height: 0 !important;
}

.np-profile-overview {
	padding-bottom: 2.5rem !important;
}

.np-profile-bio {
	padding-top: 2.5rem !important;
}

.np-profile-overview > .elementor-container,
.np-profile-bio > .elementor-container {
	align-items: flex-start;
	gap: clamp(2rem, 6vw, 5rem);
}

.np-profile-image img {
	aspect-ratio: 4 / 5;
	border-radius: 10rem 10rem var(--np-radius) var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	object-fit: cover;
	object-position: center 20%;
	width: 100%;
}

.np-profile-overview .np-prose,
.np-profile-bio .np-prose {
	margin-inline: 0;
}

.np-profile-bio .elementor-heading-title {
	font-size: clamp(2.5rem, 5vw, 4.25rem) !important;
}

/* Contact and blog */

.np-contact-section > .elementor-container {
	align-items: flex-start;
	gap: clamp(2.5rem, 6vw, 5rem);
}

.np-contact-section .elementor-heading-title {
	font-size: clamp(2.5rem, 5vw, 4rem) !important;
}

.np-contact-map iframe {
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	min-height: 25rem;
}

.np-blog-grid .rt-tpg-container .rt-holder {
	background: var(--np-white);
	border: 1px solid var(--np-line);
	border-radius: var(--np-radius);
	box-shadow: var(--np-shadow-sm);
	overflow: hidden;
}

.np-blog-grid .rt-tpg-container .entry-title a {
	color: var(--np-ink) !important;
}

/* Footer — an asymmetric editorial close, not a second header. */

.site-primary-footer-wrap {
	background:
		radial-gradient(circle at 92% 12%, rgba(103, 65, 145, 0.16), transparent 24rem),
		#103c39 !important;
	border: 0;
	border-top: 4px solid #2f9eb8;
	padding-block: clamp(2.75rem, 4vw, 3.5rem) !important;
	padding-bottom: clamp(1.25rem, 2vw, 1.75rem) !important;
}

.site-below-footer-wrap {
	background: #0a2e2c !important;
	border-top: 1px solid rgba(185, 228, 234, 0.16);
	min-height: 0 !important;
	padding-block: 0.65rem !important;
}

.site-below-footer-inner-wrap {
	align-items: center !important;
	min-height: 0 !important;
}

.site-below-footer-wrap .ast-footer-copyright {
	font-size: 0.82rem;
	letter-spacing: 0.02em;
	margin: 0 !important;
}

.site-primary-footer-wrap,
.site-primary-footer-wrap p,
.site-primary-footer-wrap a,
.site-below-footer-wrap,
.site-below-footer-wrap p,
.site-below-footer-wrap a {
	color: var(--np-white) !important;
}

.site-primary-footer-wrap a:hover,
.site-below-footer-wrap a:hover {
	color: var(--np-sky-strong) !important;
}

.np-footer-main {
	display: grid;
	gap: 0 clamp(2.5rem, 5vw, 5rem);
	grid-template-columns: minmax(18rem, 0.88fr) minmax(28rem, 1.12fr);
	text-align: left !important;
	width: 100%;
}

.np-footer-main > * {
	text-align: left !important;
}

.np-footer-brand {
	border-right: 1px solid rgba(185, 228, 234, 0.2);
	padding-right: clamp(2.25rem, 4vw, 4rem);
}

.np-footer-logo {
	display: inline-block;
	margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

.np-footer-logo img {
	display: block;
	height: auto;
	margin: 0;
	max-width: 14rem;
	width: min(100%, 14rem);
}

.np-footer-kicker,
.np-footer-label,
.np-footer-affiliation span {
	color: var(--np-sky-strong) !important;
	font-size: 0.72rem !important;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.np-footer-kicker {
	margin-bottom: 0.7rem;
}

.np-footer-statement {
	color: var(--np-white) !important;
	font-family: "Forum", Georgia, serif;
	font-size: clamp(1.85rem, 2.55vw, 2.65rem) !important;
	line-height: 1.06;
	margin: 0;
	max-width: 18ch;
}

.np-footer-statement em {
	color: #cce7e1;
	font-style: normal;
}

.np-footer-directory {
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	grid-template-columns: minmax(9rem, 0.65fr) minmax(17rem, 1.35fr);
}

.np-footer-label {
	border-bottom: 1px solid rgba(185, 228, 234, 0.28);
	margin-bottom: 1.4rem;
	padding-bottom: 0.85rem;
}

.np-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.np-footer-links li + li {
	margin-top: 0.55rem;
}

.np-footer-links a {
	display: inline-flex;
	font-size: 1rem;
	padding-block: 0.12rem;
	text-decoration: none !important;
}

.np-footer-cta {
	border-top: 1px solid rgba(185, 228, 234, 0.2);
	margin-top: 1.1rem !important;
	padding-top: 1rem;
}

.np-footer-cta a::after {
	color: var(--np-sky-strong);
	content: "  →";
	margin-left: 0.35rem;
}

.np-footer-contact {
	overflow-wrap: anywhere;
}

.np-footer-contact-links {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 1.35rem;
}

.np-footer-contact-links a:first-child {
	font-size: clamp(1rem, 1.45vw, 1.2rem);
	font-weight: 700;
	text-decoration-color: rgba(185, 228, 234, 0.48) !important;
}

.np-footer-contact-links a:last-child {
	color: #d2e5e1 !important;
	font-size: 0.95rem;
}

.np-footer-contact address {
	color: #d2e5e1;
	font-size: 0.93rem;
	font-style: normal;
	line-height: 1.75;
}

.np-footer-meta {
	align-items: center;
	border-top: 1px solid rgba(185, 228, 234, 0.2);
	display: flex;
	gap: 2rem;
	grid-column: 1 / -1;
	justify-content: space-between;
	margin-top: clamp(1.5rem, 2.5vw, 2rem);
	padding-top: 1rem;
}

.np-footer-affiliation {
	align-items: center;
	display: flex;
	gap: 0.9rem;
	opacity: 0.78;
}

.np-footer-affiliation img {
	height: auto;
	margin: 0;
	max-width: 3.75rem;
}

.np-footer-affiliation p,
.np-footer-affiliation strong,
.np-footer-affiliation span {
	display: block;
	margin: 0;
}

.np-footer-affiliation strong {
	color: #d9e7e4;
	font-size: 0.8rem;
	font-weight: 600;
	margin-top: 0.2rem;
}

.np-footer-privacy {
	color: #b9ceca !important;
	font-size: 0.78rem !important;
	line-height: 1.55;
	margin: 0;
	max-width: 38ch;
	text-align: right !important;
}

@media (max-width: 921px) {
	.site-header .ast-primary-header-bar,
	.site-header.np-header-scrolled .ast-primary-header-bar {
		min-height: 4.75rem;
	}

	.site-header .site-logo-img img,
	.site-header .custom-logo-link img,
	.site-header.np-header-scrolled .site-logo-img img,
	.site-header.np-header-scrolled .custom-logo-link img {
		max-height: none;
		max-width: 12.5rem !important;
		width: 12.5rem !important;
	}

	.np-home-hero > .elementor-container,
	.np-home-intro > .elementor-container,
	.np-home-approach > .elementor-container,
	.np-home-cta > .elementor-container {
		gap: 2.5rem;
	}

	.np-quote-card {
		margin-left: 1.5rem;
	}

	.np-footer-main {
		grid-template-columns: 1fr;
	}

	.np-footer-brand {
		border-bottom: 1px solid rgba(185, 228, 234, 0.2);
		border-right: 0;
		margin-bottom: 2.25rem;
		padding-bottom: 2.25rem;
		padding-right: 0;
	}

	.np-footer-logo {
		margin-bottom: 1.75rem;
	}

	.np-footer-statement {
		max-width: 18ch;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		inset-block-start: 46px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 1rem;
	}

	.np-page-hero .elementor-heading-title {
		font-size: clamp(2.1rem, 10vw, 3rem) !important;
		hyphens: none;
		overflow-wrap: normal;
		word-break: normal;
	}

	.np-home-hero {
		padding-top: 3.5rem;
	}

	.np-hero-title .elementor-heading-title {
		font-size: clamp(3rem, 14vw, 4.5rem) !important;
	}

	.np-button-row > .elementor-container {
		gap: 0.65rem;
	}

	.np-button-row .elementor-column {
		width: auto !important;
	}

	.np-hero-image .elementor-widget-container,
	.np-hero-image img {
		border-radius: 8rem 8rem var(--np-radius) var(--np-radius);
	}

	.np-hero-visual::before,
	.npv2-hero-art::before {
		border-radius: 8rem 8rem var(--np-radius) var(--np-radius);
		inset: 0.8rem -0.4rem 2.5rem 0.7rem;
	}

	.np-hero-image img {
		aspect-ratio: 4 / 3;
	}

	.np-quote-card {
		margin: -2rem 1rem 0;
	}

	.np-home-intro,
	.np-home-approach {
		padding-block: 4.5rem;
	}

	.np-home-services > .elementor-container,
	.np-home-team > .elementor-container {
		gap: 1.25rem;
	}

	.np-service-card,
	.np-team-card {
		margin-inline: auto;
		max-width: 31rem;
	}

	.np-cta-action .elementor-button-wrapper {
		text-align: left;
	}

	.site-primary-footer-wrap {
		padding-block: 2.75rem !important;
		padding-bottom: 1.5rem !important;
	}

	.np-footer-directory {
		grid-template-columns: 1fr;
	}

	.np-footer-statement {
		font-size: clamp(2.15rem, 11vw, 3rem) !important;
	}

	.np-footer-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.np-footer-privacy {
		max-width: 34ch;
		text-align: left !important;
	}
}

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

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

	.np-card-clickable:hover,
	.np-card-clickable:focus-within,
	.np-card-clickable:hover img,
	.np-card-clickable:focus-within img,
	.np-service-card:hover,
	.np-service-card:focus-within,
	.np-team-card:hover,
	.np-team-card:focus-within,
	.single-post .post-navigation :is(.nav-previous, .nav-next) a:hover,
	.single-post .post-navigation :is(.nav-previous, .nav-next) a:focus-visible {
		transform: none !important;
	}
}
