/*
Theme Name: NSCIMM Professional
Theme URI: https://www.nscimm.com/
Description: Professional multilingual child theme for NewStart Canada Consulting.
Author: NSCIMM
Template: immiex
Version: 2026.09.11.2
Text Domain: nscimm-professional
*/

:root {
	--nsc-button-radius: 5px;
	--nsc-navy: #082f63;
	--nsc-navy-dark: #03254d;
	--nsc-blue: #174d85;
	--nsc-red: #dc1e2e;
	--nsc-red-dark: #b81422;
	--nsc-ink: #17243a;
	--nsc-muted: #5f6c7d;
	--nsc-line: #dbe3ec;
	--nsc-mist: #eef5fb;
	--nsc-soft: #f6f8fb;
	--nsc-white: #ffffff;
	--nsc-shadow: 0 18px 44px rgba(8, 47, 99, 0.09);
	--nsc-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Noto Sans SC", "Noto Sans KR", Arial, sans-serif;
	--nsc-serif: Georgia, "Times New Roman", "Noto Serif", "Noto Serif SC", serif;
	--nsc-utility-height: 46px;
}

.nsc-education-page .nsc-page-hero .nsc-button { margin-top: 20px; }
.nsc-education-section { padding: 48px 0; }
.nsc-education-section p { max-width: 75ch; }
.nsc-education-guides { background: var(--nsc-soft); }
.nsc-education-guides a { color: var(--nsc-navy); text-decoration: underline; }
.nsc-education-guides li + li { margin-top: 12px; }
.nsc-education-page .nsc-actions { flex-wrap: wrap; gap: 16px; }
.nsc-education-page .nsc-button { max-width: 100%; min-width: 0; white-space: normal; }
@media (max-width: 780px) {
	.nsc-education-section { padding: 32px 0; }
	.nsc-education-page .nsc-home-news-grid { grid-template-columns: 1fr; }
	.nsc-education-page .nsc-actions .nsc-button { width: 100%; }
}

html {
	scroll-behavior: smooth;
}

body.nscimm-professional {
	margin: 0;
	background: var(--nsc-white);
	color: var(--nsc-ink);
	font-family: var(--nsc-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.nscimm-professional * {
	box-sizing: border-box;
}

body.nscimm-professional img {
	max-width: 100%;
	height: auto;
}

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

body.nscimm-professional a:focus-visible,
body.nscimm-professional button:focus-visible,
body.nscimm-professional input:focus-visible,
body.nscimm-professional textarea:focus-visible,
body.nscimm-professional select:focus-visible {
	outline: 3px solid #f3b21b;
	outline-offset: 3px;
}

body.nscimm-professional h1,
body.nscimm-professional h2,
body.nscimm-professional h3,
body.nscimm-professional h4,
body.nscimm-professional h5,
body.nscimm-professional h6 {
	color: var(--nsc-navy-dark);
	font-family: var(--nsc-sans);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin-top: 0;
}

body.nscimm-professional p {
	color: var(--nsc-muted);
}

.nsc-site {
	min-height: 100vh;
	padding-top: var(--nsc-utility-offset, 53px);
	overflow: clip;
}

.nsc-container {
	width: min(calc(100% - 14.65vw), 1270px);
	margin-inline: auto;
}

.nsc-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	padding: 10px 16px;
	background: var(--nsc-navy-dark);
	color: var(--nsc-white) !important;
	transform: translateY(-180%);
	transition: transform 160ms ease;
}

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

.nsc-header {
	position: relative;
	z-index: 100;
	background: var(--nsc-white);
	box-shadow: 0 1px 0 rgba(8, 47, 99, 0.1);
}

.nsc-utility {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	min-height: var(--nsc-utility-height);
	border-bottom: 1px solid var(--nsc-line);
	background: #fafbfd;
}

body.admin-bar .nsc-utility {
	top: var(--wp-admin--admin-bar--height, 32px);
}

.nsc-utility__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 28px;
	min-height: var(--nsc-utility-height);
	font-size: 14px;
	color: #354256;
}

.nsc-utility a {
	transition: color 160ms ease;
}

.nsc-utility a:hover {
	color: var(--nsc-red);
}

.nsc-utility__location,
.nsc-utility__phones,
.nsc-utility__phones a,
.nsc-languages,
.nsc-languages a {
	display: flex;
	align-items: center;
}

.nsc-utility__location,
.nsc-utility__phones a {
	gap: 8px;
}

.nsc-utility__phones {
	gap: 14px;
	white-space: nowrap;
}

.nsc-utility__divider {
	width: 1px;
	height: 20px;
	background: var(--nsc-line);
}

.nsc-languages {
	justify-content: flex-end;
	gap: 13px;
	white-space: nowrap;
}

.nsc-languages a {
	gap: 6px;
	padding-block: 5px;
}

.nsc-languages a[aria-current="page"] {
	color: #354256;
	font-weight: 400;
}

.nsc-languages img {
	display: block;
	width: 20px;
	height: 14px;
	object-fit: cover;
	box-shadow: 0 0 0 1px rgba(8, 47, 99, 0.12);
}

.nsc-mainbar {
	background: rgba(255, 255, 255, 0.98);
}

.nsc-mainbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 80px;
}

.nsc-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
}

.nsc-brand img {
	width: 144px;
	height: auto;
	display: block;
}

.nsc-brand__descriptor {
	padding-left: 14px;
	border-left: 1px solid var(--nsc-line);
	color: #364357;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-transform: uppercase;
}

.nsc-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	min-width: 0;
}

.nsc-navigation__list,
.nsc-submenu,
.nsc-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nsc-navigation__list {
	display: flex;
	align-items: center;
	gap: 4px;
}

.nsc-navigation__item {
	position: relative;
}

.nsc-navigation__item > a {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 80px;
	padding: 0 17px;
	color: var(--nsc-navy-dark);
	font-size: 15px;
	font-weight: 650;
	white-space: nowrap;
	transition: color 160ms ease;
}

.nsc-navigation__item > a:hover,
.nsc-navigation__item:focus-within > a {
	color: var(--nsc-red);
}

.nsc-navigation__item > a .fa-chevron-down {
	font-size: 9px;
	transition: transform 160ms ease;
}

.nsc-navigation__item:hover > a .fa-chevron-down,
.nsc-navigation__item:focus-within > a .fa-chevron-down {
	transform: rotate(180deg);
}

.nsc-submenu {
	position: absolute;
	top: calc(100% - 6px);
	left: 0;
	z-index: 20;
	width: 260px;
	padding: 10px;
	border: 1px solid var(--nsc-line);
	background: var(--nsc-white);
	box-shadow: var(--nsc-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nsc-navigation__item:hover > .nsc-submenu,
.nsc-navigation__item:focus-within > .nsc-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nsc-submenu a {
	display: block;
	padding: 10px 12px;
	border-bottom: 1px solid #edf1f5;
	color: #334359;
	font-size: 13px;
	line-height: 1.4;
}

.nsc-submenu li:last-child a {
	border-bottom: 0;
}

.nsc-submenu a:hover,
.nsc-submenu a:focus {
	background: var(--nsc-soft);
	color: var(--nsc-red);
}

.nsc-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--nsc-line);
	background: var(--nsc-white);
	color: var(--nsc-navy);
	font-size: 20px;
	cursor: pointer;
}

.nsc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 43px;
	padding: 10px 16px;
	border: 1px solid var(--nsc-red);
	border-radius: var(--nsc-button-radius);
	background: var(--nsc-red);
	color: var(--nsc-white) !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	box-shadow: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nsc-button:hover {
	border-color: var(--nsc-red-dark);
	background: var(--nsc-red-dark);
	transform: translateY(-1px);
}

.nsc-button--small {
	min-height: 40px;
	padding: 9px 16px;
	font-size: 13px;
}

.nsc-button--secondary {
	border-color: var(--nsc-navy);
	background: var(--nsc-white);
	color: var(--nsc-navy) !important;
}

.nsc-button--secondary:hover {
	border-color: var(--nsc-navy);
	background: var(--nsc-navy);
	color: var(--nsc-white) !important;
}

.nsc-button--light {
	border-color: rgba(255, 255, 255, 0.65);
	background: transparent;
	color: var(--nsc-white) !important;
}

.nsc-button--light:hover {
	border-color: var(--nsc-white);
	background: var(--nsc-white);
	color: var(--nsc-navy) !important;
}

/* Override the older library's CTA rules in every language and page template.
 * Keep its .btn class as a layout/behavior hook; nsc-button owns appearance. */
.nsc-source-content[data-source-page] .nsc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: min(200px, 100%);
	max-width: 100%;
	min-height: 43px;
	padding: 10px 16px;
	border: 1px solid var(--nsc-red);
	border-radius: var(--nsc-button-radius);
	background: var(--nsc-red);
	color: var(--nsc-white) !important;
	font-family: var(--nsc-sans);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	white-space: normal;
	box-shadow: none;
}

.nsc-source-content[data-source-page] .nsc-button:hover {
	border-color: var(--nsc-red-dark);
	background: var(--nsc-red-dark);
	color: var(--nsc-white) !important;
	box-shadow: none;
}

.nsc-source-content[data-source-page] .nsc-button--secondary {
	border-color: var(--nsc-navy);
	background: var(--nsc-white);
	color: var(--nsc-navy) !important;
}

.nsc-source-content[data-source-page] .nsc-button--secondary:hover {
	border-color: var(--nsc-navy);
	background: var(--nsc-navy);
	color: var(--nsc-white) !important;
}

.nsc-source-content[data-source-page] .nsc-button > span {
	color: inherit;
}

.nsc-source-content[data-source-page] .nsc-button .fa-arrow-right {
	flex-shrink: 0;
}

.nsc-source-content[data-source-page] .nsc-button:focus-visible {
	outline: 3px solid #f3b21b;
	outline-offset: 3px;
}

.nsc-source-content[data-source-page] .nsc-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.nsc-source-content[data-source-page] .home-action-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(200px, 1fr));
	width: max-content;
	max-width: 100%;
	gap: 14px;
}

.nsc-source-content[data-source-page] .home-action-row .nsc-button {
	width: 100%;
}

.nsc-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.nsc-hero {
	background: #f8fbfe;
}

.nsc-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 49%) minmax(0, 51%);
	min-height: 360px;
}

.nsc-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(100% - 48px, 590px);
	margin-left: max(24px, calc((100vw - 1220px) / 2));
	padding: 30px 34px 30px 0;
}

.nsc-kicker {
	margin: 0 0 16px;
	color: var(--nsc-red) !important;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.055em;
	line-height: 1.4;
	text-transform: uppercase;
}

.nsc-hero h1 {
	max-width: 620px;
	margin: 0 0 18px;
	font-size: clamp(42px, 3.7vw, 56px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.nsc-hero__lead {
	max-width: 570px;
	margin: 0 0 28px;
	color: #4c5d72 !important;
	font-size: 16px;
	line-height: 1.65;
}

.nsc-hero__media {
	height: 360px;
	min-height: 0;
	overflow: hidden;
	background: #e8f1f8;
}

.nsc-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 56% center;
}

/* Approved homepage hero: two-column layout with a soft white-to-photo fade.
   The photo lives in its own grid column (no absolute positioning, no
   viewport-width magic numbers), so the text and image never overlap at any
   window width. */
.nsc-source-content[data-source-page="index"] .nsc-home-hero {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	align-items: stretch;
	min-height: 480px;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 48px clamp(24px, 5vw, 72px) 48px 0;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-kicker {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero h1 {
	max-width: 570px;
	margin-bottom: 20px;
	font-size: clamp(40px, 4.4vw, 56px);
	line-height: 1.04;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__lead {
	max-width: 460px;
	margin-bottom: 36px;
	font-size: 16px;
	line-height: 1.72;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-button,
.nsc-source-content[data-source-page="index"] .nsc-matched-actions .nsc-button {
	width: 200px;
	min-height: 43px;
	padding: 10px 16px;
	text-align: center;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-button {
	white-space: nowrap;
}

.nsc-source-content[data-source-page="index"] .nsc-matched-actions {
	gap: 14px;
}

.nsc-source-content[data-source-page="index"] .nsc-matched-actions .nsc-button--secondary {
	background: var(--nsc-white);
}

.nsc-source-content[data-source-page="index"] .nsc-matched-actions .nsc-button--secondary:hover {
	background: var(--nsc-navy);
}

.nsc-source-content[data-source-page="index"] .nsc-matched-actions .fa-arrow-right {
	flex-shrink: 0;
}

.nsc-source-content[data-source-page="index"] .contact-teaser-actions.nsc-matched-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-auto-rows: 1fr;
}

.nsc-source-content[data-source-page="index"] .contact-teaser-actions.nsc-matched-actions .nsc-button {
	width: 100%;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__media {
	position: relative;
	height: auto;
	min-height: 480px;
	overflow: hidden;
	background: #dceaf4;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__media::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.7) 3%, rgba(255, 255, 255, 0) 8%);
	content: "";
	pointer-events: none;
}

.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 68% center;
}

/* Tablet: keep the photo wide enough that the whole family stays in frame. */
@media (min-width: 781px) and (max-width: 900px) {
	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__content {
		min-height: 0;
	}

	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__media {
		min-height: 0;
		aspect-ratio: 4 / 3;
		align-self: center;
	}
}

.nsc-stage {
	padding: 20px 0 6px;
	background: var(--nsc-white);
}

.nsc-section-heading {
	max-width: 720px;
	margin-bottom: 38px;
}

.nsc-section-heading--compact {
	margin-bottom: 16px;
}

.nsc-section-heading--centered {
	margin-inline: auto;
	text-align: center;
}

.nsc-section-heading h2,
.nsc-stage h2,
.nsc-story h2,
.nsc-services h2,
.nsc-process h2,
.nsc-cta h2,
.nsc-assessment h2 {
	font-family: var(--nsc-serif) !important;
	font-size: clamp(32px, 3vw, 46px);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.nsc-stage h2 {
	margin-bottom: 0;
	font-size: 28px;
}

.nsc-section-heading > p:last-child {
	font-size: 17px;
}

.nsc-stage__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 0;
}

.nsc-stage-card {
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
	padding: 0 22px;
	border-right: 1px solid var(--nsc-line);
}

.nsc-stage-card:first-child {
	padding-left: 0;
}

.nsc-stage-card:last-child {
	padding-right: 0;
	border-right: 0;
}

.nsc-stage-card > img {
	width: 148px;
	height: 164px !important;
	object-fit: cover;
}

.nsc-stage-card__image--family {
	/* 25% shifts the rendered photo down by about 8px (5% of the 164px frame). */
	object-position: center 25%;
}

.nsc-stage-card h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
	font-family: var(--nsc-serif) !important;
	font-size: 16px;
	letter-spacing: -0.015em;
}

.nsc-stage-card p {
	margin: 0 0 8px;
	font-size: 12.5px;
	line-height: 1.48;
}

.nsc-icon,
.nsc-office__icon,
.nsc-trust__item > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--nsc-navy);
	color: var(--nsc-white);
}

.nsc-icon {
	width: 40px;
	height: 40px;
	font-size: 16px;
}

.nsc-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--nsc-blue) !important;
	font-size: 12.5px;
	font-weight: 700;
}

.nsc-text-link:hover {
	color: var(--nsc-red) !important;
}

.nsc-offices {
	padding: 14px 0 16px;
	background: var(--nsc-mist);
}

.nsc-offices__inner > h2 {
	margin: 0 0 10px;
	font-family: var(--nsc-serif) !important;
	font-size: 25px;
	text-align: center;
}

.nsc-offices__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 780px;
	margin-inline: auto;
}

.nsc-office {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 8px 54px;
	border-right: 1px solid #cbd9e6;
}

.nsc-office:last-child {
	border-right: 0;
}

.nsc-office__icon {
	width: 44px;
	height: 44px;
	margin-top: 2px;
	font-size: 18px;
}

.nsc-office h3 {
	margin: 0 0 2px;
	font-size: 14px;
	letter-spacing: 0;
}

.nsc-office address {
	margin: 0 0 3px;
	color: #4c5d72;
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
}

.nsc-trust {
	padding: 11px 0;
	border-bottom: 1px solid var(--nsc-line);
	background: #f9fbfd;
}

.nsc-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nsc-trust__item {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 0 20px;
	border-right: 1px solid var(--nsc-line);
}

.nsc-trust__item:first-child {
	padding-left: 0;
}

.nsc-trust__item:last-child {
	padding-right: 0;
	border-right: 0;
}

.nsc-trust__item > span {
	width: 44px;
	height: 44px;
	font-size: 17px;
}

.nsc-trust__item strong,
.nsc-trust__item small {
	display: block;
}

.nsc-trust__item strong {
	color: var(--nsc-navy-dark);
	font-size: 13.5px;
	line-height: 1.35;
}

.nsc-trust__item small {
	margin-top: 2px;
	color: var(--nsc-muted);
	font-size: 11.5px;
	line-height: 1.4;
}

.nsc-story,
.nsc-services,
.nsc-process,
.nsc-assessment__content {
	padding: 92px 0;
}

.nsc-source-content[data-source-page="index"] .nsc-story {
	padding: 34px 0 74px;
}

.nsc-story__grid {
	display: grid;
	grid-template-columns: 425px minmax(0, 1fr);
	gap: 34px;
	align-items: center;
}

.nsc-story__media {
	position: relative;
	min-height: 330px;
	overflow: hidden;
}

.nsc-story__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: 42% center;
}

.nsc-story__copy p:not(.nsc-kicker) {
	font-size: 14px;
	line-height: 1.62;
}

.nsc-source-content[data-source-page="index"] .nsc-story h2 {
	margin-bottom: 12px;
	font-size: 28px;
}

.nsc-source-content[data-source-page="index"] .nsc-story .nsc-kicker {
	margin-bottom: 10px;
	font-size: 12px;
}

.nsc-story__copy .nsc-button {
	margin-top: 10px;
}

.nsc-services {
	background: var(--nsc-soft);
}

.nsc-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--nsc-line);
}

.nsc-service-link {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 24px 22px;
	border-right: 1px solid var(--nsc-line);
	border-bottom: 1px solid var(--nsc-line);
	background: rgba(255, 255, 255, 0.55);
	transition: background 160ms ease, color 160ms ease;
}

.nsc-service-link:nth-child(2n) {
	border-right: 0;
}

.nsc-service-link > i:first-child {
	color: var(--nsc-blue);
	font-size: 24px;
	text-align: center;
}

.nsc-service-link > i:last-child {
	color: var(--nsc-blue);
	font-size: 13px;
}

.nsc-service-link strong,
.nsc-service-link small {
	display: block;
}

.nsc-service-link strong {
	margin-bottom: 3px;
	color: var(--nsc-navy-dark);
	font-size: 16px;
}

.nsc-service-link small {
	color: var(--nsc-muted);
	font-size: 13px;
	line-height: 1.5;
}

.nsc-service-link:hover {
	background: var(--nsc-white);
}

.nsc-process__list,
.nsc-assessment__steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nsc-process__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--nsc-line);
}

.nsc-process__list li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	padding: 28px 26px;
	border-right: 1px solid var(--nsc-line);
}

.nsc-process__list li:first-child {
	padding-left: 0;
}

.nsc-process__list li:last-child {
	padding-right: 0;
	border-right: 0;
}

.nsc-process__list li > span,
.nsc-assessment__steps li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--nsc-mist);
	color: var(--nsc-navy);
	font-size: 13px;
	font-weight: 800;
}

.nsc-process__list strong,
.nsc-assessment__steps strong {
	color: var(--nsc-navy-dark);
	font-size: 15px;
}

.nsc-process__list p,
.nsc-assessment__steps p {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.55;
}

.nsc-cta {
	padding: 70px 0;
	background: var(--nsc-navy-dark);
}

.nsc-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.nsc-cta .nsc-kicker {
	color: #ff7d86 !important;
}

.nsc-cta h2,
.nsc-cta p {
	color: var(--nsc-white) !important;
}

.nsc-cta h2 {
	margin-bottom: 12px;
}

.nsc-cta p:last-child {
	max-width: 720px;
	margin-bottom: 0;
	opacity: 0.82;
}

.nsc-cta .nsc-actions {
	flex: 0 0 auto;
}

.nsc-footer {
	padding: 68px 0 0;
	background: #031f40;
	color: rgba(255, 255, 255, 0.78);
}

.nsc-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.35fr) minmax(150px, 0.7fr) repeat(2, minmax(210px, 0.9fr));
	gap: 54px;
	padding-bottom: 52px;
}

.nsc-brand--footer img {
	filter: brightness(0) invert(1);
}

.nsc-brand--footer .nsc-brand__descriptor {
	border-left-color: rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.75);
}

.nsc-footer__brand > p {
	max-width: 340px;
	margin: 24px 0 18px;
	color: rgba(255, 255, 255, 0.68) !important;
	font-size: 14px;
}

.nsc-footer__email,
.nsc-footer__office > a {
	color: var(--nsc-white) !important;
	font-size: 14px;
}

.nsc-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}

.nsc-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--nsc-white) !important;
	transition: background 160ms ease, border-color 160ms ease;
}

.nsc-footer__social a:hover {
	border-color: var(--nsc-red);
	background: var(--nsc-red);
}

.nsc-footer h2 {
	margin: 4px 0 20px;
	color: var(--nsc-white) !important;
	font-size: 15px;
	letter-spacing: 0.02em;
}

.nsc-footer__links li + li {
	margin-top: 9px;
}

.nsc-footer__links a {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 14px;
}

.nsc-footer__links a:hover {
	color: var(--nsc-white) !important;
}

.nsc-footer address {
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 14px;
	font-style: normal;
	line-height: 1.7;
}

.nsc-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 66px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 12px;
}

.nsc-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.55) !important;
}

.nsc-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.nsc-footer__bottom a {
	color: rgba(255, 255, 255, 0.62) !important;
}

.nsc-footer__bottom a[aria-current="page"],
.nsc-footer__bottom a:hover {
	color: var(--nsc-white) !important;
}

.nsc-page-hero {
	padding: 60px 0;
	border-bottom: 1px solid var(--nsc-line);
	background: var(--nsc-mist);
}

.nsc-page-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
}

.nsc-page-hero h1 {
	max-width: 880px;
	margin: 0;
	font-family: var(--nsc-serif);
	font-size: clamp(38px, 4vw, 58px);
}

.nsc-page-hero__summary {
	max-width: 720px;
	margin: 14px 0 0;
	color: var(--nsc-muted) !important;
	font-size: 17px;
	line-height: 1.65;
}

.nsc-team-directory {
	padding: 82px 0 94px;
}

.nsc-team-intro {
	max-width: 790px;
	margin: 0 auto 46px;
	text-align: center;
}

.nsc-team-intro .nsc-kicker {
	margin-bottom: 10px;
}

.nsc-team-intro h2,
.nsc-team-section-heading h2,
.nsc-team-featured h2 {
	font-family: var(--nsc-serif) !important;
}

.nsc-team-intro h2 {
	margin-bottom: 14px;
	font-size: clamp(34px, 3.5vw, 48px);
}

.nsc-team-intro > p:last-child {
	margin-bottom: 0;
	font-size: 17px;
}

.nsc-team-featured {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	min-height: 430px;
	margin-bottom: 70px;
	overflow: hidden;
	border: 1px solid var(--nsc-line);
	background: var(--nsc-white);
	box-shadow: var(--nsc-shadow);
}

.nsc-team-featured__photo {
	min-height: 430px;
	background: var(--nsc-soft);
}

.nsc-team-featured__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.nsc-team-featured__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 58px;
}

.nsc-team-role {
	margin: 0 0 8px;
	color: var(--nsc-red) !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.45;
	text-transform: uppercase;
}

.nsc-team-featured h2 {
	margin: 0 0 20px;
	font-size: clamp(32px, 3vw, 44px);
}

.nsc-team-featured__copy > p:last-child {
	margin: 20px 0 0;
	color: var(--nsc-muted) !important;
	font-size: 15px;
	line-height: 1.7;
}

.nsc-team-credentials {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nsc-team-credentials li {
	position: relative;
	padding-left: 20px;
	color: #3f4e61;
	font-size: 14px;
	line-height: 1.55;
}

.nsc-team-credentials li + li {
	margin-top: 8px;
}

.nsc-team-credentials li::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--nsc-red);
	content: "";
	transform: translateY(-50%);
}

.nsc-team-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--nsc-line);
}

.nsc-team-section-heading--support {
	margin-top: 70px;
}

.nsc-team-section-heading h2 {
	margin: 0;
	font-size: clamp(28px, 2.6vw, 38px);
}

.nsc-team-section-heading p {
	max-width: 520px;
	margin: 0;
	color: var(--nsc-muted) !important;
	font-size: 14px;
	text-align: right;
}

.nsc-team-advisors,
.nsc-team-support {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.nsc-team-card {
	display: grid;
	grid-template-rows: 260px 1fr;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--nsc-line);
	background: var(--nsc-white);
}

.nsc-team-card > img {
	display: block;
	width: 100%;
	height: 260px !important;
	min-height: 260px;
	max-height: 260px;
	object-fit: cover !important;
	object-position: center;
	background: var(--nsc-soft);
}

.nsc-team-card__copy {
	padding: 25px 26px 28px;
}

.nsc-team-card h3 {
	margin: 0 0 16px;
	font-family: var(--nsc-serif) !important;
	font-size: 25px;
}

.nsc-support-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	align-items: stretch;
	min-height: 142px;
	overflow: hidden;
	border: 1px solid var(--nsc-line);
	background: var(--nsc-white);
}

.nsc-support-card > img,
.nsc-support-card__initial {
	width: 116px;
	height: 100%;
	min-height: 142px;
}

.nsc-support-card > img {
	display: block;
	object-fit: cover;
	object-position: center top;
	background: var(--nsc-soft);
}

.nsc-support-card__initial {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--nsc-mist);
	color: var(--nsc-navy);
	font-family: var(--nsc-serif);
	font-size: 46px;
	font-weight: 700;
}

.nsc-support-card > div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px 20px;
}

.nsc-support-card h3 {
	margin: 0 0 6px;
	font-family: var(--nsc-serif) !important;
	font-size: 21px;
}

.nsc-support-card p {
	margin: 0;
	color: var(--nsc-muted) !important;
	font-size: 13px;
	line-height: 1.55;
}

.nsc-page-content,
.nsc-single-content {
	padding: 70px 0;
}

.nsc-page-content > p,
.nsc-page-content > h2,
.nsc-page-content > h3,
.nsc-page-content > h4,
.nsc-page-content > ul,
.nsc-page-content > ol,
.nsc-page-content > figure,
.nsc-single-content > p,
.nsc-single-content > h2,
.nsc-single-content > h3,
.nsc-single-content > h4,
.nsc-single-content > ul,
.nsc-single-content > ol,
.nsc-single-content > figure,
.nsc-single-content > .nsc-article-meta {
	width: min(100% - 48px, 980px);
	margin-right: auto;
	margin-left: auto;
}

.nsc-page-content > section,
.nsc-single-content > section,
.nsc-page-content > .wp-block-group,
.nsc-single-content > .wp-block-group {
	margin-bottom: 70px;
}

.nsc-page-content .container,
.nsc-single-content .container {
	width: min(100% - 48px, 1220px) !important;
	max-width: 1220px !important;
}

.nsc-page-content h2,
.nsc-single-content h2 {
	font-size: clamp(30px, 3vw, 44px);
}

.nsc-page-content h3,
.nsc-single-content h3 {
	font-size: clamp(24px, 2.3vw, 34px);
}

.nsc-page-content p,
.nsc-single-content p,
.nsc-page-content li,
.nsc-single-content li {
	font-family: var(--nsc-sans);
	font-size: 16px;
	line-height: 1.75;
}

.nsc-page-content .bg-lightgrey,
.nsc-single-content .bg-lightgrey {
	background: var(--nsc-soft) !important;
}

.nsc-page-content .btn,
.nsc-single-content .btn,
.nsc-page-content input[type="submit"],
.nsc-single-content input[type="submit"] {
	border-radius: var(--nsc-button-radius) !important;
}

.nsc-page-content .footer,
.nsc-single-content .footer,
.nsc-page-content #footer-2,
.nsc-single-content #footer-2 {
	display: none !important;
}

.nsc-page-content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.nsc-page-content textarea,
.nsc-page-content select,
.nsc-single-content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.nsc-single-content textarea,
.nsc-single-content select {
	width: 100%;
	min-height: 50px;
	border: 1px solid #cbd6e2;
	border-radius: 2px;
	background: var(--nsc-white);
	color: var(--nsc-ink);
}

.nsc-page-content textarea,
.nsc-single-content textarea {
	min-height: 150px;
}

.nsc-article-meta {
	margin-bottom: 24px !important;
	color: var(--nsc-muted);
	font-size: 14px;
}

.nsc-assessment__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr);
	gap: 90px;
	align-items: start;
}

.nsc-assessment__grid > div > p {
	font-size: 17px;
}

.nsc-assessment__steps {
	border-top: 1px solid var(--nsc-line);
}

.nsc-assessment__steps li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	padding: 22px 0;
	border-bottom: 1px solid var(--nsc-line);
}

.nsc-listing__content {
	padding: 80px 0;
}

.nsc-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.nsc-post-card {
	border: 1px solid var(--nsc-line);
	background: var(--nsc-white);
}

.nsc-post-card__image {
	display: block;
	aspect-ratio: 2 / 1;
	overflow: hidden;
}

.nsc-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.nsc-post-card:hover .nsc-post-card__image img {
	transform: scale(1.025);
}

.nsc-post-card__body {
	padding: 24px;
}

.nsc-post-card time {
	color: var(--nsc-red);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.nsc-post-card h2 {
	margin: 8px 0 12px;
	font-size: 23px;
}

.nsc-post-card p {
	font-size: 14px;
}

.nsc-not-found {
	display: grid;
	min-height: 62vh;
	place-items: center;
	padding: 90px 0;
	background: var(--nsc-soft);
}

.nsc-not-found__inner {
	max-width: 760px;
	text-align: center;
}

.nsc-not-found h1 {
	font-family: var(--nsc-serif);
	font-size: clamp(42px, 5vw, 70px);
}

.nsc-not-found p:not(.nsc-kicker) {
	font-size: 18px;
}

.nsc-not-found .nsc-actions {
	justify-content: center;
	margin-top: 28px;
}

@media (max-width: 1180px) {
	.nsc-mainbar__inner {
		gap: 20px;
	}

	.nsc-brand img {
		width: 145px;
	}

	.nsc-brand__descriptor {
		display: none;
	}

	.nsc-navigation {
		gap: 10px;
	}

	.nsc-navigation__item > a {
		padding-inline: 9px;
		font-size: 13px;
	}

	.nsc-navigation > .nsc-button {
		display: none;
	}

	.nsc-stage-card {
		grid-template-columns: 90px minmax(0, 1fr);
		gap: 16px;
		padding-inline: 18px;
	}

	.nsc-stage-card > img {
		width: 90px;
		height: 132px;
	}

	.nsc-office {
		padding-inline: 40px;
	}
}

@media (min-width: 781px) and (max-width: 1280px) {
	.nsc-utility__inner {
		grid-template-columns: 1fr auto;
		gap: 18px;
	}

	.nsc-utility__phones {
		display: none;
	}
}

@media (max-width: 780px) {
	.nsc-container {
		width: min(100% - 36px, 760px);
	}

	.nsc-utility__inner {
		grid-template-columns: 1fr auto;
		gap: 18px;
	}

	.nsc-utility__phones {
		display: none;
	}

	.nsc-mainbar__inner {
		min-height: 72px;
	}

	.nsc-menu-toggle {
		display: inline-flex;
	}

	.nsc-navigation {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		max-height: calc(100vh - 114px);
		padding: 14px 18px 22px;
		overflow-y: auto;
		border-top: 1px solid var(--nsc-line);
		background: var(--nsc-white);
		box-shadow: var(--nsc-shadow);
	}

	.nsc-navigation.is-open {
		display: block;
	}

	.nsc-navigation__list {
		display: block;
	}

	.nsc-navigation__item > a {
		min-height: 48px;
		padding: 8px 6px;
		border-bottom: 1px solid var(--nsc-line);
		font-size: 15px;
	}

	.nsc-navigation__item > a .fa-chevron-down {
		display: none;
	}

	.nsc-submenu {
		position: static;
		width: 100%;
		padding: 4px 0 12px 16px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.nsc-submenu a {
		padding: 8px 10px;
		font-size: 13px;
	}

	.nsc-navigation > .nsc-button {
		display: inline-flex;
		margin-top: 12px;
	}

	body.nsc-menu-open {
		overflow: hidden;
	}

	.nsc-hero {
		background: var(--nsc-soft);
	}

	.nsc-hero__content {
		grid-template-columns: 1fr;
	}

	.nsc-hero__copy {
		width: min(100% - 36px, 760px);
		margin-inline: auto;
		padding: 58px 0;
	}

	.nsc-hero__media {
		height: 430px;
		min-height: 0;
	}

	.nsc-stage__grid {
		grid-template-columns: 1fr;
	}

	.nsc-stage-card,
	.nsc-stage-card:first-child,
	.nsc-stage-card:last-child {
		grid-template-columns: 145px minmax(0, 1fr);
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid var(--nsc-line);
	}

	.nsc-stage-card:last-child {
		border-bottom: 0;
	}

	.nsc-stage-card > img {
		width: 145px;
		height: 160px;
	}

	.nsc-offices__grid {
		max-width: 680px;
	}

	.nsc-office {
		padding-inline: 26px;
	}

	.nsc-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 18px;
	}

	.nsc-trust__item:nth-child(2) {
		border-right: 0;
	}

	.nsc-trust__item:nth-child(odd) {
		padding-left: 0;
	}

	.nsc-trust__item:nth-child(even) {
		padding-right: 0;
	}

	.nsc-story__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.nsc-team-featured {
		grid-template-columns: 1fr;
	}

	.nsc-team-featured__photo {
		min-height: 420px;
	}

	.nsc-team-advisors,
	.nsc-team-support {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nsc-story__media {
		min-height: 360px;
	}

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

	.nsc-process__list li:nth-child(2) {
		border-right: 0;
	}

	.nsc-process__list li:nth-child(-n + 2) {
		border-bottom: 1px solid var(--nsc-line);
	}

	.nsc-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.nsc-page-content .container,
	.nsc-single-content .container {
		width: min(100% - 36px, 760px) !important;
	}

	.nsc-assessment__grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}

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

@media (max-width: 680px) {
	.nsc-container {
		width: min(100% - 28px, 560px);
	}

	.nsc-utility__inner {
		display: flex;
		justify-content: space-between;
		gap: 12px;
	}

	.nsc-utility__location span {
		display: none;
	}

	.nsc-languages {
		gap: 9px;
	}

	.nsc-languages a {
		gap: 4px;
		font-size: 11px;
	}

	.nsc-brand img {
		width: 135px;
	}

	.nsc-hero__copy {
		width: min(100% - 28px, 560px);
		padding: 44px 0;
	}

	.nsc-hero h1 {
		font-size: clamp(39px, 12vw, 52px);
	}

	.nsc-hero__lead {
		font-size: 16px;
	}

	.nsc-actions,
	.nsc-actions .nsc-button {
		width: 100%;
	}

	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-button,
	.nsc-source-content[data-source-page="index"] .nsc-matched-actions .nsc-button {
		width: 100%;
	}

	.nsc-source-content[data-source-page] .nsc-button {
		width: 100%;
	}

	.nsc-source-content[data-source-page] .home-action-row {
		grid-template-columns: minmax(0, 1fr);
		grid-auto-rows: 1fr;
		width: 100%;
	}

	.nsc-hero__media {
		height: 340px;
		min-height: 0;
	}

	.nsc-hero__media img {
		object-position: 64% center;
	}

	.nsc-stage-card,
	.nsc-stage-card:first-child,
	.nsc-stage-card:last-child {
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 16px;
	}

	.nsc-stage-card > img {
		width: 100px;
		height: 136px;
	}

	.nsc-offices {
		padding: 28px 0;
	}

	.nsc-offices__inner > h2 {
		margin-bottom: 18px;
	}

	.nsc-offices__grid {
		grid-template-columns: 1fr;
	}

	.nsc-office {
		padding: 16px 8px;
		border-right: 0;
		border-bottom: 1px solid #cbd9e6;
	}

	.nsc-office:last-child {
		border-bottom: 0;
	}

	.nsc-trust__grid,
	.nsc-services__grid,
	.nsc-process__list,
	.nsc-footer__grid,
	.nsc-post-grid {
		grid-template-columns: 1fr;
	}

	.nsc-trust__item,
	.nsc-trust__item:first-child,
	.nsc-trust__item:last-child,
	.nsc-trust__item:nth-child(2) {
		padding: 12px 0;
		border-right: 0;
		border-bottom: 1px solid var(--nsc-line);
	}

	.nsc-trust__item:last-child {
		border-bottom: 0;
	}

	.nsc-story,
	.nsc-services,
	.nsc-process,
	.nsc-assessment__content {
		padding: 66px 0;
	}

	.nsc-story__media {
		min-height: 280px;
	}

	.nsc-team-directory {
		padding: 62px 0 72px;
	}

	.nsc-team-featured__photo {
		min-height: 330px;
	}

	.nsc-team-featured__copy {
		padding: 38px 28px;
	}

	.nsc-team-section-heading {
		display: block;
	}

	.nsc-team-section-heading p {
		margin-top: 8px;
		text-align: left;
	}

	.nsc-team-advisors,
	.nsc-team-support {
		grid-template-columns: 1fr;
	}

	.nsc-service-link,
	.nsc-service-link:nth-child(2n) {
		border-right: 0;
	}

	.nsc-process__list li,
	.nsc-process__list li:first-child,
	.nsc-process__list li:last-child,
	.nsc-process__list li:nth-child(2) {
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid var(--nsc-line);
	}

	.nsc-process__list li:last-child {
		border-bottom: 0;
	}

	.nsc-page-hero {
		padding: 44px 0;
	}

	.nsc-page-hero__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.nsc-page-content,
	.nsc-single-content {
		padding: 52px 0;
	}

	.nsc-page-content .container,
	.nsc-single-content .container {
		width: min(100% - 28px, 560px) !important;
	}

	.nsc-footer__grid {
		gap: 36px;
	}

	.nsc-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding: 18px 0;
	}
}

@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 (max-width: 780px) {
	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__content {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__copy {
		width: auto;
		padding: 48px 0 40px;
	}

	.nsc-source-content[data-source-page="index"] .nsc-home-hero h1 {
		font-size: clamp(36px, 10vw, 48px);
	}

	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__media {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__media::before {
		background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.76) 44%, rgba(255, 255, 255, 0) 100%);
	}

	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__media img {
		object-position: 60% center;
	}
}

@media (max-width: 600px) {
	.nsc-source-content[data-source-page="index"] .nsc-home-hero .nsc-hero__copy {
		padding: 40px 0 34px;
	}

	.nsc-source-content[data-source-page="index"] .nsc-home-hero h1 {
		font-size: clamp(32px, 9vw, 40px);
	}
}

/* School / institution tables (visa pages) */
.nsc-single-content .wp-block-table {
	margin: 24px 0;
	overflow-x: auto;
}

.nsc-single-content .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--nsc-line);
	font-size: 15px;
	line-height: 1.6;
}

.nsc-single-content .wp-block-table th {
	background: var(--nsc-navy);
	color: #fff;
	font-weight: 700;
	text-align: left;
	padding: 12px 16px;
	border: 1px solid var(--nsc-line);
	white-space: nowrap;
}

.nsc-single-content .wp-block-table td {
	padding: 14px 16px;
	border: 1px solid var(--nsc-line);
	vertical-align: top;
	text-align: left;
	color: var(--nsc-ink);
}

.nsc-single-content .wp-block-table td:first-child {
	width: 56px;
	text-align: center;
	font-weight: 700;
	color: var(--nsc-navy);
	white-space: nowrap;
}

.nsc-single-content .wp-block-table td:last-child {
	width: 200px;
}

.nsc-single-content .wp-block-table tbody tr:nth-child(even) {
	background: var(--nsc-mist);
}

/* School directories */
.nsc-school-directory .nsc-single-content > h3,
.nsc-school-directory .nsc-single-content > p {
	width: min(100% - 48px, 1180px);
	margin-inline: auto;
	text-align: center;
}

.nsc-school-directory .nsc-single-content > .wp-block-image {
	width: min(100% - 48px, 1180px);
	margin-inline: auto;
}

.nsc-school-directory .nsc-single-content > .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
	margin-inline: auto;
	max-width: 100%;
}

.nsc-school-directory .nsc-single-content .wp-block-table {
	width: min(100% - 48px, 1180px);
	margin: 28px auto 48px;
}

.nsc-school-directory .nsc-single-content .wp-block-table table {
	table-layout: fixed;
	border: 1px solid var(--nsc-line);
}

.nsc-school-directory .nsc-single-content .wp-block-table th {
	text-align: center;
	vertical-align: middle;
}

.nsc-school-directory .nsc-single-content .wp-block-table td {
	vertical-align: middle;
	text-align: center;
}

.nsc-school-directory .nsc-single-content .wp-block-table th:first-child,
.nsc-school-directory .nsc-single-content .wp-block-table td:first-child {
	width: 72px;
}

.nsc-school-directory .nsc-single-content .wp-block-table th:last-child,
.nsc-school-directory .nsc-single-content .wp-block-table td:last-child {
	width: 220px;
	text-align: center;
}

.nsc-school-directory .nsc-school-row {
	cursor: pointer;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.nsc-school-directory .nsc-single-content .wp-block-table tbody .nsc-school-row:hover {
	background: #edf5fa;
	box-shadow: inset 4px 0 0 var(--nsc-red);
}

.nsc-school-directory .nsc-school-row:focus-within {
	outline: 3px solid rgba(217, 31, 54, 0.3);
	outline-offset: -3px;
}

.nsc-school-directory .nsc-school-link {
	display: inline-block;
	color: var(--nsc-navy);
	text-decoration: underline;
	text-decoration-color: rgba(13, 50, 90, 0.3);
	text-underline-offset: 3px;
}

.nsc-school-directory .nsc-school-link:hover,
.nsc-school-directory .nsc-school-link:focus-visible {
	color: var(--nsc-red);
	text-decoration-color: currentColor;
}

@media (max-width: 780px) {
	.nsc-school-directory .nsc-single-content > h3,
	.nsc-school-directory .nsc-single-content > p,
	.nsc-school-directory .nsc-single-content > .wp-block-image,
	.nsc-school-directory .nsc-single-content .wp-block-table {
		width: min(100% - 28px, 1180px);
	}

	.nsc-school-directory .nsc-single-content .wp-block-table table {
		min-width: 720px;
	}
}

/* Source-page dark sections: keep headings/paragraphs light on navy backgrounds. */
body.nscimm-professional .hero h1,
body.nscimm-professional .page-hero h1,
body.nscimm-professional .updates-hero h1,
body.nscimm-professional .knowledge-help-panel h2,
body.nscimm-professional .cta-panel h2,
body.nscimm-professional .contact-band h2,
body.nscimm-professional .contact-band h3 {
	color: #fff;
}

body.nscimm-professional .hero p,
body.nscimm-professional .page-hero p,
body.nscimm-professional .updates-hero p,
body.nscimm-professional .knowledge-help-panel p,
body.nscimm-professional .cta-panel p,
body.nscimm-professional .contact-band p {
	color: rgba(255, 255, 255, 0.9);
}
/* Focused improvements to the existing red/navy layout. */
.nsc-submenu-toggle { display:none; }
.nsc-home-links {padding:0 0 42px;}
.nsc-home-links .nsc-actions {justify-content:center; flex-wrap:wrap; gap:16px;}
.nsc-home-news {padding:48px 0; background:var(--nsc-soft);}
.nsc-home-news-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:24px 0;}
.nsc-home-news-grid article {background:white;border:1px solid var(--nsc-line);padding:24px;display:flex;flex-direction:column;align-items:flex-start;}
.nsc-home-news-grid time {font-size:14px;color:#546473;}
.nsc-home-news-grid h3 {font-size:22px;margin:14px 0;}
.nsc-home-news-grid p {line-height:1.7;}
.nsc-home-news-grid a {margin-top:auto;}
.nsc-home-contact {padding:56px 0;text-align:center;}
.nsc-home-contact p {max-width:700px;margin:20px auto;}
.nsc-archive-notice {padding:24px;border-left:5px solid #c71f36;background:#fff1f2;margin-bottom:32px;}
.nsc-archive-notice a {text-decoration:underline;}
.nsc-languages a {min-height:44px;}
@media(max-width:780px){
 .nsc-navigation__item--has-children {position:relative;}
 .nsc-navigation__item--has-children > a {padding-right:55px;}
 .nsc-submenu-toggle {position:absolute;display:flex;align-items:center;justify-content:center;right:0;top:0;width:48px;height:48px;border:0;background:transparent;color:#082f63;}
 .nsc-submenu-toggle[aria-expanded="true"] i {transform:rotate(180deg);}
 .nsc-navigation__item > .nsc-submenu {display:none;}
 .nsc-navigation__item.submenu-open > .nsc-submenu {display:block;}
 .nsc-submenu a {min-height:44px;display:flex;align-items:center;font-size:14px;}
 .nsc-submenu-toggle:focus-visible {outline:3px solid #b26800;outline-offset:-3px;}
 .nsc-home-news-grid {grid-template-columns:1fr;}
 .nsc-home-links .nsc-button {width:100%;justify-content:center;}
 .nsc-utility__inner {gap:6px;}
 .nsc-languages {gap:4px;}
 .nsc-languages a {min-width:44px; padding:4px;}
}

/* Display the complete square English cartoon cards, including their labels. */
.nsc-team-featured__photo img,
.nsc-team-card > img,
.nsc-support-card--cartoon > img {
 width:100%; height:auto !important; min-height:0; max-height:none;
 aspect-ratio:1 / 1; object-fit:contain !important; object-position:center;
}
.nsc-team-featured__photo {align-self:start;}
.nsc-team-card {grid-template-rows:auto 1fr;}
.nsc-support-card--cartoon {grid-template-columns:1fr;grid-template-rows:auto 1fr;align-items:start;}

/* Keep the portal action prominent alongside the language selector. */
.nsc-utility__actions {flex-wrap:wrap; padding-block:4px;}
.nsc-languages .nsc-case-portal,
.nsc-mainbar .nsc-case-portal {
 gap:10px; min-height:28px; padding:4px 8px; margin-left:6px;
 border-radius:var(--nsc-button-radius); font-size:13px; font-weight:700; line-height:1.25;
 flex-shrink:0; box-shadow:0 2px 5px rgba(160, 20, 36, 0.14);
}
.nsc-case-portal .fa-arrow-right {font-size:12px; transition:transform 160ms ease;}
.nsc-languages .nsc-case-portal:hover {transform:none; box-shadow:0 3px 8px rgba(160, 20, 36, 0.2);}
.nsc-case-portal:hover .fa-arrow-right {transform:translateX(2px);}
.nsc-languages .nsc-case-portal:active {box-shadow:none;}
.nsc-case-portal:focus-visible {outline:3px solid var(--nsc-navy, #082f63); outline-offset:2px;}
.nsc-mainbar .nsc-case-portal--mobile {display:none;}
@media (max-width:680px) {
 .nsc-languages .nsc-case-portal {padding-inline:8px; margin-left:2px; gap:8px;}
 .nsc-utility__location, .nsc-utility__actions > .nsc-case-portal {display:none;}
 .nsc-utility__inner, .nsc-utility__actions {justify-content:center;}
 .nsc-utility__actions {width:100%; padding-block:0;}
 .nsc-utility__actions > .nsc-languages {justify-content:center; gap:12px;}
 .nsc-mainbar__inner {gap:12px;}
 .nsc-mainbar .nsc-case-portal--mobile {display:inline-flex; margin-left:auto;}
}
@media (prefers-reduced-motion:reduce) {
 .nsc-case-portal, .nsc-case-portal .fa-arrow-right {transition:none;}
 .nsc-case-portal:hover .fa-arrow-right {transform:none;}
}

/* One corner treatment for action buttons, form submits and navigation controls. */
body.nscimm-professional .nsc-site :is(button, .btn, .nsc-button, input[type="submit"], input[type="button"], input[type="reset"], [role="button"]) {
 border-radius:var(--nsc-button-radius) !important;
}

/* Match the paired homepage actions without stretching them across the section. */
.nsc-home-links .nsc-actions {
 display:grid; grid-template-columns:repeat(2,minmax(0,280px));
 justify-content:start; align-items:stretch; gap:14px;
}
.nsc-home-links .nsc-actions .nsc-button {
 width:100%; min-width:0; min-height:43px; padding:10px 16px;
 justify-content:center; text-align:center;
}
@media(max-width:600px) {
 .nsc-home-links .nsc-actions {grid-template-columns:minmax(0,1fr);}
}
