/* NURSEVIEW public-site relaunch — offline education and event first. */

.nv-relaunch-hero {
	position: relative;
	padding: 0;
	background: #18211e;
}

.nv-relaunch-hero .nv-relaunch-hero__slide {
	min-height: 820px;
	position: relative;
	display: none;
	align-items: stretch;
	overflow: hidden;
}

.nv-relaunch-hero .nv-relaunch-hero__slide.is-active {
	display: block;
}

.nv-relaunch-hero__media {
	position: absolute;
	inset: 0;
	background: url("../images/nv-home-video-poster-v1.webp") center / cover no-repeat;
}

.nv-relaunch-hero__media--career {
	background-image: url("../images/nv-home-hero-career-real-v1.webp");
	background-position: center 44%;
}

.nv-relaunch-hero__media--event {
	background-image: url("../images/nv-home-hero-live-real-v1.webp");
	background-position: center 46%;
}

.nv-relaunch-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 18, 17, .68) 0%, rgba(15, 18, 17, .38) 48%, rgba(15, 18, 17, .08) 78%);
}

.nv-relaunch-hero__media video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.nv-relaunch-hero__copy {
	min-height: 820px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-top: 116px;
	padding-bottom: 112px;
	color: #fff;
}

.nv-relaunch-hero__copy .eyebrow {
	margin-bottom: 24px;
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
	letter-spacing: .2em;
}

.nv-relaunch-hero__copy h1 {
	max-width: 950px;
	margin: 0;
	font-size: 78px;
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: 1.13;
	word-break: keep-all;
}

.nv-relaunch-hero__copy h1 em {
	color: #fff;
	font-style: normal;
}

.nv-relaunch-hero__copy > p:last-child {
	max-width: 690px;
	margin: 34px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 18px;
	line-height: 1.75;
	word-break: keep-all;
}

.nv-relaunch-hero .nv-relaunch-hero__controls {
	top: auto;
	min-height: 72px;
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 28px;
	left: 0;
	margin: 0 auto;
	color: #fff;
}

.nv-relaunch-hero .hero-dots button {
	background: rgba(255, 255, 255, .42);
}

.nv-relaunch-hero .hero-dots button.is-active {
	background: #fff;
}

.nv-relaunch-hero .hero-count,
.nv-relaunch-hero .hero-count strong {
	color: #fff;
}

.nv-relaunch-hero .hero-arrow {
	border-color: rgba(255, 255, 255, .55);
	background: rgba(18, 24, 22, .28);
	color: #fff;
	backdrop-filter: blur(10px);
}

.nv-relaunch-platform {
	padding: 126px 0 132px;
}

.nv-relaunch-platform .nv-home-platform__head {
	display: block;
	margin-bottom: 68px;
}

.nv-relaunch-platform .nv-home-platform__head .eyebrow {
	margin-bottom: 24px;
}

.nv-relaunch-platform .nv-home-platform__head h2 {
	max-width: 880px;
	font-size: 68px;
	line-height: 1.15;
}

.nv-relaunch-platform__list {
	border-top: 1px solid var(--line);
}

.nv-relaunch-platform__list article {
	min-height: 104px;
	display: grid;
	grid-template-columns: 150px minmax(260px, .9fr) minmax(280px, 1.1fr);
	gap: 32px;
	align-items: center;
	border-bottom: 1px solid var(--line);
}

.nv-relaunch-platform__list span {
	color: var(--green);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .11em;
}

.nv-relaunch-platform__list strong {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -.025em;
}

.nv-relaunch-platform__list em {
	color: var(--muted);
	font-size: 16px;
	font-style: normal;
}

.nv-relaunch-path {
	background: #f1ede3;
}

.nv-relaunch-path .path-intro {
	max-width: 880px;
}

.nv-relaunch-path .path-intro h2 {
	font-size: 66px;
}

.nv-relaunch-path .path-intro > p:last-child {
	max-width: 640px;
	font-size: 18px;
	line-height: 1.75;
}

.nv-relaunch-path .path-grid article {
	min-height: 430px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.nv-relaunch-path .path-grid article.is-emphasis {
	background: var(--green);
	color: #fff;
}

.nv-relaunch-event {
	padding: 0;
	background: #fff;
}

.nv-relaunch-event__grid {
	width: 100%;
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr);
}

.nv-relaunch-event__photo {
	min-height: 720px;
	background: url("../images/nv-home-seminar-real-v1.webp") center 42% / cover no-repeat;
}

.nv-relaunch-event__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 100px max(4vw, calc((100vw - 1320px) / 2)) 100px 5vw;
}

.nv-relaunch-event__copy h2 {
	max-width: 700px;
	margin: 0;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: -.05em;
	word-break: keep-all;
}

.nv-relaunch-event__copy > p:not(.eyebrow) {
	max-width: 600px;
	margin: 32px 0 42px;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.8;
	word-break: keep-all;
}

.nv-relaunch-contents {
	background: #f8f6f0;
}

.nv-relaunch-contents .section-heading h2 {
	font-size: 64px;
}

.nv-relaunch-contents__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 68px;
}

.nv-relaunch-contents__grid a {
	min-height: 440px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 34px;
	overflow: hidden;
	color: #fff;
	background: #26342f center / cover no-repeat;
}

.nv-relaunch-contents__grid a:nth-child(1) {
	background-image: linear-gradient(180deg, rgba(20, 25, 23, .06), rgba(20, 25, 23, .78)), url("../images/nv-real-education-hero-v1.webp");
}

.nv-relaunch-contents__grid a:nth-child(2) {
	background-image: linear-gradient(180deg, rgba(20, 25, 23, .06), rgba(20, 25, 23, .78)), url("../images/nv-real-contents-hero-v1.webp");
}

.nv-relaunch-contents__grid a:nth-child(3) {
	background-image: linear-gradient(180deg, rgba(20, 25, 23, .06), rgba(20, 25, 23, .78)), url("../images/nv-real-now-hero-v1.webp");
}

.nv-relaunch-contents__grid a::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, .16);
	pointer-events: none;
}

.nv-relaunch-contents__grid span,
.nv-relaunch-contents__grid h3,
.nv-relaunch-contents__grid p,
.nv-relaunch-contents__grid i {
	position: relative;
	z-index: 1;
}

.nv-relaunch-contents__grid span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
}

.nv-relaunch-contents__grid h3 {
	margin: 18px 0 10px;
	font-size: 29px;
	font-weight: 600;
	letter-spacing: -.035em;
}

.nv-relaunch-contents__grid p {
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
}

.nv-relaunch-contents__grid i {
	position: absolute;
	right: 34px;
	top: 31px;
	font-size: 12px;
	font-style: normal;
}

.nv-relaunch-insight,
.nv-relaunch-partner {
	padding: 112px 0;
}

.nv-relaunch-insight {
	background: #19231f;
	color: #fff;
}

.nv-relaunch-insight__grid,
.nv-relaunch-partner__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, .7fr);
	gap: 9vw;
	align-items: end;
}

.nv-relaunch-insight .eyebrow {
	color: #b9cbc5;
}

.nv-relaunch-insight h2,
.nv-relaunch-partner h2 {
	margin: 0;
	font-size: 54px;
	font-weight: 600;
	letter-spacing: -.045em;
	line-height: 1.2;
	word-break: keep-all;
}

.nv-relaunch-insight__grid > div:last-child p,
.nv-relaunch-partner__grid > div:last-child p {
	margin: 0 0 32px;
	font-size: 17px;
	line-height: 1.8;
	word-break: keep-all;
}

.nv-relaunch-insight__grid > div:last-child p {
	color: rgba(255, 255, 255, .7);
}

.nv-relaunch-insight__grid a {
	display: inline-flex;
	gap: 42px;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .65);
	font-weight: 600;
}

.nv-relaunch-partner {
	background: var(--green);
	color: #fff;
}

.nv-relaunch-partner .eyebrow {
	color: #d8e4e0;
}

.nv-relaunch-partner__grid > div:last-child p {
	color: rgba(255, 255, 255, .76);
}

@media (max-width: 1120px) {
	.nv-relaunch-hero .nv-relaunch-hero__slide,
	.nv-relaunch-hero__copy { min-height: 730px; }
	.nv-relaunch-hero__copy h1 { font-size: 64px; }
	.nv-relaunch-platform .nv-home-platform__head h2 { font-size: 58px; }
	.nv-relaunch-platform__list article { grid-template-columns: 125px minmax(230px, .9fr) 1fr; }
	.nv-relaunch-event__grid { grid-template-columns: 1fr 1fr; }
	.nv-relaunch-event__copy { padding: 80px 6vw; }
	.nv-relaunch-event__copy h2 { font-size: 46px; }
}

@media (max-width: 820px) {
	.nv-relaunch-hero .nv-relaunch-hero__slide,
	.nv-relaunch-hero__copy { min-height: 680px; }
	.nv-relaunch-hero__copy { padding-top: 128px; }
	.nv-relaunch-hero__copy h1 { max-width: 650px; font-size: 52px; }
	.nv-relaunch-hero__copy > p:last-child { max-width: 580px; font-size: 16px; }
	.nv-relaunch-platform { padding: 92px 0; }
	.nv-relaunch-platform .nv-home-platform__head h2,
	.nv-relaunch-path .path-intro h2 { font-size: 50px; }
	.nv-relaunch-platform__list article { grid-template-columns: 110px 1fr; gap: 8px 22px; padding: 22px 0; }
	.nv-relaunch-platform__list em { grid-column: 2; }
	.nv-relaunch-event__grid { grid-template-columns: 1fr; }
	.nv-relaunch-event__photo { min-height: 540px; }
	.nv-relaunch-event__copy { padding: 84px 7vw 96px; }
	.nv-relaunch-contents__grid { grid-template-columns: 1fr; }
	.nv-relaunch-contents__grid a { min-height: 360px; }
	.nv-relaunch-insight__grid,
	.nv-relaunch-partner__grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 560px) {
	.nv-relaunch-hero .nv-relaunch-hero__slide,
	.nv-relaunch-hero__copy { min-height: 650px; }
	.nv-relaunch-hero__media::after { background: linear-gradient(180deg, rgba(15, 18, 17, .36), rgba(15, 18, 17, .72)); }
	.nv-relaunch-hero__media--career { background-position: 60% center; }
	.nv-relaunch-hero__media--event { background-position: 58% center; }
	.nv-relaunch-hero__copy { justify-content: flex-end; padding: 116px 0 118px; }
	.nv-relaunch-hero__copy .eyebrow { font-size: 11px; }
	.nv-relaunch-hero__copy h1 { width: 100%; font-size: 36px; line-height: 1.2; }
	.nv-relaunch-hero__copy > p:last-child { width: 100%; }
	.nv-relaunch-hero__copy > p:last-child { margin-top: 24px; font-size: 15px; line-height: 1.7; }
	.nv-relaunch-hero .nv-relaunch-hero__controls { right: 18px; bottom: 22px; left: auto; width: auto; }
	.nv-relaunch-hero .hero-count { display: none; }
	.nv-relaunch-hero .hero-arrow { width: 38px; height: 38px; }
	.nv-relaunch-platform .nv-home-platform__head h2,
	.nv-relaunch-path .path-intro h2 { font-size: 40px; }
	.nv-relaunch-platform__list article { grid-template-columns: 1fr; min-height: 0; gap: 5px; padding: 22px 0; }
	.nv-relaunch-platform__list em { grid-column: auto; }
	.nv-relaunch-platform__list strong { font-size: 23px; }
	.nv-relaunch-path .path-intro > p:last-child { font-size: 16px; }
	.nv-relaunch-event__photo { min-height: 420px; }
	.nv-relaunch-event__copy { padding: 70px 24px 82px; }
	.nv-relaunch-event__copy h2 { font-size: 38px; }
	.nv-relaunch-event__copy > p:not(.eyebrow) { font-size: 16px; }
	.nv-relaunch-contents__grid { margin-top: 44px; }
	.nv-relaunch-contents__grid a { min-height: 330px; padding: 28px; }
	.nv-relaunch-contents__grid h3 { font-size: 27px; }
	.nv-relaunch-insight,
	.nv-relaunch-partner { padding: 84px 0; }
	.nv-relaunch-insight h2,
	.nv-relaunch-partner h2 { font-size: 38px; }
	.nv-relaunch-insight__grid > div:last-child p,
	.nv-relaunch-partner__grid > div:last-child p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	.nv-relaunch-hero .nv-relaunch-hero__slide.is-active { animation: none; }
}

/* 2.2.11 — hero choreography and tactile content motion. */
.motion-ready .nv-relaunch-hero .nv-relaunch-hero__slide.is-active .nv-relaunch-hero__media {
	animation: nv-relaunch-media-in 6s cubic-bezier(.18,.7,.2,1) both;
}

.motion-ready .nv-relaunch-hero .nv-relaunch-hero__slide.is-active .nv-relaunch-hero__copy > * {
	opacity: 0;
	transform: translate3d(0, 24px, 0);
	animation: nv-relaunch-copy-in .78s cubic-bezier(.18,.74,.22,1) forwards;
}

.motion-ready .nv-relaunch-hero .nv-relaunch-hero__slide.is-active .nv-relaunch-hero__copy .eyebrow {
	animation-delay: .12s;
}

.motion-ready .nv-relaunch-hero .nv-relaunch-hero__slide.is-active .nv-relaunch-hero__copy h1 {
	animation-delay: .22s;
}

.motion-ready .nv-relaunch-hero .nv-relaunch-hero__slide.is-active .nv-relaunch-hero__copy > p:last-child {
	animation-delay: .36s;
}

.nv-relaunch-contents__grid a {
	transition: transform .42s cubic-bezier(.2,.7,.2,1), box-shadow .42s ease;
}

.nv-relaunch-contents__grid a::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.12) 48%, transparent 76%);
	transform: translateX(-120%);
	transition: transform .72s cubic-bezier(.2,.7,.2,1);
	pointer-events: none;
}

.nv-relaunch-contents__grid a:hover,
.nv-relaunch-contents__grid a:focus-visible {
	transform: translateY(-7px);
	box-shadow: 0 24px 55px rgba(9,48,42,.14);
}

.nv-relaunch-contents__grid a:hover::before,
.nv-relaunch-contents__grid a:focus-visible::before {
	transform: translateX(120%);
}

.nv-relaunch-event__photo {
	transition: background-position 1.1s cubic-bezier(.2,.7,.2,1);
}

.nv-relaunch-event__grid:hover .nv-relaunch-event__photo {
	background-position: center 38%;
}

.nv-relaunch-hero .hero-dots button.is-active {
	position: relative;
	overflow: hidden;
}

.nv-relaunch-hero .hero-dots button.is-active::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(14,109,98,.45);
	transform: scaleX(0);
	transform-origin: left center;
	animation: nv-relaunch-dot-progress 3s linear forwards;
}

@keyframes nv-relaunch-copy-in {
	to { opacity: 1; transform: translate3d(0,0,0); }
}

@keyframes nv-relaunch-media-in {
	from { transform: scale(1.035); }
	to { transform: scale(1); }
}

@keyframes nv-relaunch-dot-progress {
	to { transform: scaleX(1); }
}

@media (max-width: 560px) {
	.motion-ready .nv-relaunch-hero .nv-relaunch-hero__slide.is-active .nv-relaunch-hero__copy > * {
		transform: translate3d(0,16px,0);
	}

	.nv-relaunch-contents__grid a:hover,
	.nv-relaunch-contents__grid a:focus-visible { transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
	.motion-ready .nv-relaunch-hero .nv-relaunch-hero__slide.is-active .nv-relaunch-hero__media,
	.motion-ready .nv-relaunch-hero .nv-relaunch-hero__slide.is-active .nv-relaunch-hero__copy > *,
	.nv-relaunch-hero .hero-dots button.is-active::after {
		opacity: 1;
		transform: none;
		animation: none;
	}

	.nv-relaunch-contents__grid a,
	.nv-relaunch-contents__grid a::before,
	.nv-relaunch-event__photo { transition: none; }
}

/* 2026-09 meeting revisions: muted green system, card-based navigation and softer section flow. */
.nv-relaunch-platform {
	background: linear-gradient(180deg, #fbfbf8 0%, #f4f6f2 76%, #edf2ee 100%);
}

.nv-relaunch-platform__list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(300px, 31%);
	gap: 22px;
	padding: 8px 2px 30px;
	overflow-x: auto;
	border: 0;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: 2px;
	scrollbar-color: var(--green) rgba(54, 95, 86, .1);
	scrollbar-width: thin;
}

.nv-relaunch-platform__list article {
	min-height: 310px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 14px;
	padding: 36px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(225,234,230,.82));
	box-shadow: 0 22px 55px rgba(29, 64, 56, .09);
	scroll-snap-align: start;
	transition: color .28s ease, background .28s ease, border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.nv-relaunch-platform__list article:hover,
.nv-relaunch-platform__list article:focus-visible {
	color: #fff;
	border-color: rgba(255,255,255,.2);
	background: linear-gradient(145deg, #54776e, #31594f);
	box-shadow: 0 28px 65px rgba(28, 66, 57, .2);
	transform: translateY(-7px);
	outline: 0;
}

.nv-relaunch-platform__list strong {
	font-size: clamp(28px, 2.4vw, 38px);
	line-height: 1.18;
}

.nv-relaunch-platform__list em {
	color: var(--muted);
	font-size: 17px;
	transition: color .28s ease;
}

.nv-relaunch-platform__list article:hover em,
.nv-relaunch-platform__list article:focus-visible em {
	color: rgba(255,255,255,.75);
}

.nv-relaunch-path {
	background: linear-gradient(180deg, #edf2ee 0%, #f2f0e8 22%, #f5f3ec 78%, #eef2ef 100%);
}

.nv-relaunch-path .path-grid {
	gap: 18px;
	border: 0;
}

.nv-relaunch-path .path-grid article,
.nv-relaunch-path .path-grid article.is-emphasis {
	min-height: 450px;
	margin: 0;
	padding: 38px 32px;
	color: var(--ink);
	border: 1px solid var(--line);
	border-radius: 22px;
	background: rgba(255,255,255,.72);
	box-shadow: 0 16px 46px rgba(29, 64, 56, .06);
	transition: color .28s ease, background .28s ease, border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

.nv-relaunch-path .path-grid article:hover,
.nv-relaunch-path .path-grid article:focus-visible {
	color: #fff;
	border-color: rgba(255,255,255,.18);
	background: linear-gradient(145deg, #557a70, #315b51);
	box-shadow: 0 28px 64px rgba(29, 64, 56, .2);
	transform: translateY(-9px);
	outline: 0;
}

.nv-relaunch-path .path-grid article .path-no,
.nv-relaunch-path .path-grid article .path-label,
.nv-relaunch-path .path-grid article > p:not(.path-label) {
	transition: color .28s ease;
}

.nv-relaunch-path .path-grid article:hover .path-no,
.nv-relaunch-path .path-grid article:focus-visible .path-no {
	color: rgba(255,255,255,.5);
}

.nv-relaunch-path .path-grid article:hover .path-label,
.nv-relaunch-path .path-grid article:focus-visible .path-label {
	color: rgba(255,255,255,.74);
}

.nv-relaunch-path .path-grid article:hover > p:not(.path-label),
.nv-relaunch-path .path-grid article:focus-visible > p:not(.path-label) {
	color: rgba(255,255,255,.78);
}

.nv-relaunch-path .path-grid article:hover li,
.nv-relaunch-path .path-grid article:focus-visible li {
	border-color: rgba(255,255,255,.18);
}

.nv-relaunch-event {
	background: linear-gradient(180deg, #eef2ef 0%, #fff 18%, #fff 84%, #f8f6f0 100%);
}

.nv-relaunch-contents {
	background: linear-gradient(180deg, #f8f6f0 0%, #f5f4ee 72%, #e7eeea 100%);
}

.nv-home-reviews {
	background: linear-gradient(180deg, #e7eeea 0%, #f6f7f4 24%, #edf2ee 100%);
}

.nv-home-reviews .section-heading {
	align-items: start;
}

.nv-home-reviews__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(310px, 30%);
	gap: 22px;
	padding: 8px 2px 30px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--green) rgba(54, 95, 86, .1);
	scrollbar-width: thin;
}

.nv-home-reviews__track blockquote {
	min-height: 420px;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 36px;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: rgba(255,255,255,.84);
	box-shadow: 0 20px 52px rgba(29, 64, 56, .08);
	scroll-snap-align: start;
}

.nv-home-reviews__track blockquote > div {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--green);
}

.nv-home-reviews__track small {
	color: var(--muted);
}

.nv-home-reviews__track blockquote > p {
	margin: 60px 0 36px;
	color: var(--ink);
	font-size: 18px;
	line-height: 1.85;
	word-break: keep-all;
}

.nv-home-reviews__track footer {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 13px;
}

.nv-relaunch-insight {
	background: linear-gradient(135deg, #385f56 0%, #294f46 58%, #23473f 100%);
}

.nv-relaunch-partner {
	background: linear-gradient(135deg, #587b72 0%, #416a60 48%, #315b51 100%);
}

@media (max-width: 820px) {
	.nv-relaunch-platform__list,
	.nv-home-reviews__track {
		grid-auto-columns: minmax(290px, 82%);
	}

	.nv-relaunch-platform__list article {
		min-height: 285px;
		padding: 30px;
	}

	.nv-relaunch-path .path-grid {
		display: grid;
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: minmax(285px, 82%);
		gap: 16px;
		padding-bottom: 24px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.nv-relaunch-path .path-grid article,
	.nv-relaunch-path .path-grid article.is-emphasis {
		min-height: 430px;
		scroll-snap-align: start;
	}
}

@media (max-width: 560px) {
	.nv-relaunch-platform__list,
	.nv-home-reviews__track,
	.nv-relaunch-path .path-grid {
		grid-auto-columns: 88%;
	}

	.nv-home-reviews__track blockquote {
		min-height: 380px;
		padding: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nv-relaunch-platform__list article,
	.nv-relaunch-path .path-grid article {
		transition: none;
	}
}

/* 2026-09-02 requested corrections: stronger point color, no platform scrollbar, logo slots. */
:root {
	--green: #0b7567;
	--green-dark: #07594f;
	--green-light: #dcece8;
	--line: rgba(11,117,103,.24);
}

.nv-relaunch-platform {
	background: linear-gradient(180deg, #fff 0%, #f5faf8 72%, #eaf4f1 100%);
}

.nv-relaunch-platform__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-auto-flow: row;
	grid-auto-columns: auto;
	gap: 16px;
	padding: 8px 0 0;
	overflow: visible;
	scroll-snap-type: none;
}

.nv-relaunch-platform__list article,
.nv-relaunch-platform__list article:hover,
.nv-relaunch-platform__list article:focus-visible {
	min-height: 300px;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 30px;
	text-align: left;
}

.nv-relaunch-platform__list article {
	position: relative;
	overflow: hidden;
	border-top: 3px solid var(--green);
	background: linear-gradient(155deg, #fff 0%, #eef7f4 100%);
	box-shadow: 0 18px 44px rgba(7, 89, 79, .09);
}

.nv-relaunch-platform__list article::after {
	content: "";
	position: absolute;
	right: -56px;
	top: -56px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(11,117,103,.17), rgba(11,117,103,0) 68%);
	pointer-events: none;
}

.nv-relaunch-platform__list article:hover,
.nv-relaunch-platform__list article:focus-visible {
	color: #fff;
	border-color: #0b7567;
	background: linear-gradient(145deg, #108878 0%, #08665b 100%);
	box-shadow: 0 28px 64px rgba(7, 89, 79, .24);
	transform: translateY(-7px);
}

.nv-platform-card__icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	margin-bottom: auto;
	border-radius: 18px;
	background: var(--green);
	color: #fff;
	transition: color .28s ease, background .28s ease, transform .28s ease;
}

.nv-relaunch-platform__list .nv-platform-card__icon {
	color: #fff;
}

.nv-platform-card__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nv-relaunch-platform__list article:hover .nv-platform-card__icon,
.nv-relaunch-platform__list article:focus-visible .nv-platform-card__icon {
	color: var(--green);
	background: #fff;
	transform: translateY(-2px);
}

.nv-relaunch-platform__list strong {
	max-width: 100%;
	font-size: clamp(22px, 1.65vw, 28px);
	line-height: 1.2;
	word-break: keep-all;
}

.nv-relaunch-platform__list em {
	font-size: 14px;
	line-height: 1.65;
	text-align: left;
}

.nv-relaunch-path .path-grid article:hover,
.nv-relaunch-path .path-grid article:focus-visible {
	background: linear-gradient(145deg, #108878 0%, #08665b 100%);
}

.nv-relaunch-path .path-grid article:hover .path-no,
.nv-relaunch-path .path-grid article:focus-visible .path-no {
	color: var(--green);
	background: #fff;
	box-shadow: 0 8px 20px rgba(4,46,41,.2);
}

.nv-relaunch-contents__grid i {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	right: 26px;
	top: 24px;
	z-index: 4;
	border: 1px solid rgba(255,255,255,.62);
	border-radius: 50%;
	background: rgba(7,89,79,.9);
	color: #fff;
	box-shadow: 0 8px 22px rgba(0,0,0,.2);
	opacity: 1;
	transition: color .25s ease, background .25s ease, transform .25s ease;
}

.nv-relaunch-contents__grid a:hover i,
.nv-relaunch-contents__grid a:focus-visible i {
	color: var(--green);
	background: #fff;
	transform: scale(1.08);
}

.nv-home-institutions {
	background: linear-gradient(180deg, #e7f1ee 0%, #f8faf8 18%, #fff 100%);
}

.nv-home-institutions .section-heading {
	align-items: start;
}

.nv-home-institutions__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.nv-home-institutions__grid article {
	min-height: 138px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 22px 14px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(7,89,79,.06);
}

.nv-home-institutions__grid article > div {
	min-width: 84px;
	min-height: 38px;
	display: grid;
	place-items: center;
	padding: 8px 14px;
	border: 1px dashed rgba(11,117,103,.4);
	border-radius: 8px;
	color: var(--green);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
}

.nv-home-institutions__grid p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
}

.nv-relaunch-insight {
	background: linear-gradient(135deg, #0d5f55 0%, #084c44 58%, #073f38 100%);
}

.nv-relaunch-partner {
	background: linear-gradient(135deg, #138273 0%, #0b7567 48%, #086358 100%);
}

@media (max-width: 1180px) {
	.nv-relaunch-platform__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.nv-home-institutions__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	.nv-relaunch-platform__list {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.nv-relaunch-platform__list article,
	.nv-relaunch-platform__list article:hover,
	.nv-relaunch-platform__list article:focus-visible {
		min-height: 250px;
		padding: 28px;
	}

	.nv-home-institutions__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nv-home-institutions__grid article { min-height: 120px; }
}

/* 2.2.17 — requested roadmap, institution marquee, review and tone corrections. */
.nv-relaunch-path .path-grid::before {
	display: none;
	content: none;
}

.nv-home-institutions {
	overflow: hidden;
	background: linear-gradient(180deg, #e7f1ee 0%, #f8faf8 18%, #fff 100%);
}

.nv-home-institutions__intro {
	margin-bottom: 42px;
}

.nv-home-institutions__rows {
	display: grid;
	gap: 16px;
}

.nv-home-institutions__row {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.nv-home-institutions__track {
	width: max-content;
	display: flex;
	will-change: transform;
	animation: nv-institution-left 38s linear infinite;
}

.nv-home-institutions__row.is-right .nv-home-institutions__track {
	animation-name: nv-institution-right;
}

.nv-home-institutions__row:hover .nv-home-institutions__track {
	animation-play-state: paused;
}

.nv-home-institutions__group {
	display: flex;
	gap: 16px;
	padding-right: 16px;
}

.nv-home-institutions__logo {
	width: 210px;
	height: 112px;
	flex: 0 0 210px;
	display: grid;
	place-items: center;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(7,89,79,.06);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.nv-home-institutions__logo:hover {
	border-color: rgba(11,117,103,.46);
	box-shadow: 0 17px 38px rgba(7,89,79,.13);
	transform: translateY(-3px);
}

.nv-home-institutions__logo img {
	width: 150px;
	height: 62px;
	display: block;
	object-fit: contain;
}

.nv-home-institutions__logo span {
	color: var(--green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
}

@keyframes nv-institution-left {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}

@keyframes nv-institution-right {
	from { transform: translate3d(-50%, 0, 0); }
	to { transform: translate3d(0, 0, 0); }
}

.nv-home-reviews__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-flow: row;
	grid-auto-columns: auto;
	gap: 20px;
	overflow: visible;
	padding: 0;
	scroll-snap-type: none;
}

.nv-home-reviews__track blockquote {
	min-height: 360px;
	transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.nv-home-reviews__track blockquote:hover {
	border-color: rgba(11,117,103,.46);
	box-shadow: 0 24px 58px rgba(7,89,79,.14);
	transform: translateY(-5px);
}

.nv-home-review--placeholder {
	background: linear-gradient(145deg, #fff 0%, #eef6f3 100%);
}

.nv-home-review--placeholder > div span {
	color: var(--green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
}

.nv-relaunch-insight {
	background: linear-gradient(180deg, #07594f 0%, #09675b 100%);
}

.nv-relaunch-partner {
	background: linear-gradient(180deg, #09675b 0%, #0b7567 100%);
}

@media (max-width: 820px) {
	.nv-home-reviews__track {
		grid-template-columns: 1fr;
		grid-auto-columns: auto;
	}

	.nv-home-reviews__track blockquote {
		min-height: 300px;
	}

	.nv-home-institutions__logo {
		width: 156px;
		height: 92px;
		flex-basis: 156px;
		padding: 16px;
	}

	.nv-home-institutions__logo img {
		width: 116px;
		height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nv-home-institutions__track {
		animation-play-state: paused;
	}
}

/* 2.2.18 — bounded logo rows, review carousels and a visible soft section break. */
.nv-home-institutions__rows.layout-shell {
	width: min(calc(100% - 96px), 1320px);
	max-width: none;
	margin-inline: auto;
}

.nv-review-showcase__track,
.nv-home-reviews__track,
.nv-platform-page .nv-review-grid.nv-review-showcase__track {
	display: flex;
	grid-template-columns: none;
	grid-auto-flow: unset;
	grid-auto-columns: auto;
	gap: 20px;
	padding: 4px 2px 8px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.nv-review-showcase__track::-webkit-scrollbar { display: none; }

.nv-review-showcase .nv-review-showcase__track > blockquote,
.nv-platform-page .nv-review-showcase .nv-review-showcase__track > blockquote {
	min-height: 390px;
	flex: 0 0 calc((100% - 40px) / 3);
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 36px;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: linear-gradient(145deg, #fff 0%, #eef6f3 100%);
	box-shadow: 0 18px 48px rgba(7,89,79,.08);
	scroll-snap-align: start;
}

.nv-review-showcase__track blockquote > div {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.nv-review-showcase__track blockquote > div span {
	color: var(--green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.nv-review-showcase__track blockquote > div small {
	color: var(--muted);
	font-size: 11px;
	letter-spacing: .08em;
}

.nv-review-showcase__track blockquote > p {
	margin: 54px 0 32px;
	color: var(--ink);
	font-size: 18px;
	line-height: 1.85;
	word-break: keep-all;
}

.nv-review-showcase__track blockquote > footer {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 13px;
}

.nv-review-showcase__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 24px;
}

.nv-review-showcase__controls button {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #fff;
	color: var(--green);
	font-size: 20px;
	cursor: pointer;
	transition: color .25s ease, background .25s ease, transform .25s ease;
}

.nv-review-showcase__controls button:hover,
.nv-review-showcase__controls button:focus-visible {
	background: var(--green);
	color: #fff;
	transform: translateY(-2px);
}

.nv-review-showcase__controls span {
	min-width: 54px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.nv-review-showcase.is-static .nv-review-showcase__controls { display: none; }

.nv-relaunch-insight {
	background: linear-gradient(180deg, #07594f 0%, #086156 72%, #0a6d61 100%);
}

.nv-relaunch-partner {
	position: relative;
	background: linear-gradient(180deg, #0f8172 0%, #0c786a 30%, #0b7567 100%);
	box-shadow: inset 0 22px 36px rgba(255,255,255,.025);
}

@media (max-width: 980px) {
	.nv-review-showcase .nv-review-showcase__track > blockquote,
	.nv-platform-page .nv-review-showcase .nv-review-showcase__track > blockquote {
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 640px) {
	.nv-home-institutions__rows.layout-shell { width: min(calc(100% - 32px), 1320px); }

	.nv-review-showcase .nv-review-showcase__track > blockquote,
	.nv-platform-page .nv-review-showcase .nv-review-showcase__track > blockquote {
		min-height: 340px;
		flex-basis: 100%;
		padding: 28px;
	}

	.nv-review-showcase__controls { justify-content: center; }
}

/* Insight archive: the existing posts themselves use the requested tall card carousel design. */
.nv-platform-page .nv-insight-card-carousel {
	min-width: 0;
}

.nv-platform-page .nv-insight-card-carousel__track {
	display: flex;
	grid-template-columns: none;
	gap: 20px;
	padding: 4px 2px 10px;
	border: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.nv-platform-page .nv-insight-card-carousel__track::-webkit-scrollbar {
	display: none;
}

.nv-platform-page .nv-insight-card-carousel__track > article,
.nv-platform-page .nv-insight-card-carousel__track > article:nth-child(odd),
.nv-platform-page .nv-insight-card-carousel__track > article:nth-child(even) {
	min-height: 410px;
	flex: 0 0 calc((100% - 40px) / 3);
	display: flex;
	flex-direction: column;
	padding: 34px 30px;
	border: 1px solid rgba(0, 113, 99, .2);
	border-radius: 22px;
	background: linear-gradient(145deg, #fff 0%, #eef6f3 100%);
	box-shadow: 0 18px 48px rgba(7, 89, 79, .08);
	scroll-snap-align: start;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.nv-platform-page .nv-insight-card-carousel__track > article:hover,
.nv-platform-page .nv-insight-card-carousel__track > article:focus-within {
	transform: translateY(-6px);
	border-color: rgba(0, 113, 99, .5);
	box-shadow: 0 24px 54px rgba(7, 89, 79, .14);
}

.nv-platform-page .nv-insight-card-carousel__track h2 {
	margin: 58px 0 20px;
	font-size: clamp(25px, 2.1vw, 34px);
	line-height: 1.32;
	word-break: keep-all;
}

.nv-platform-page .nv-insight-card-carousel__track article > p:not(.nv-eyebrow) {
	color: var(--nv-muted);
	font-size: 15px;
	line-height: 1.75;
}

.nv-platform-page .nv-insight-card-carousel__track article > div {
	margin-top: auto;
	padding-top: 24px;
	border-top: 1px solid var(--nv-line);
}

@media (max-width: 980px) {
	.nv-platform-page .nv-insight-card-carousel__track > article,
	.nv-platform-page .nv-insight-card-carousel__track > article:nth-child(odd),
	.nv-platform-page .nv-insight-card-carousel__track > article:nth-child(even) {
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 640px) {
	.nv-platform-page .nv-insight-card-carousel__track > article,
	.nv-platform-page .nv-insight-card-carousel__track > article:nth-child(odd),
	.nv-platform-page .nv-insight-card-carousel__track > article:nth-child(even) {
		min-height: 360px;
		flex-basis: 100%;
		padding: 28px 24px;
	}

	.nv-platform-page .nv-insight-card-carousel__track h2 {
		margin-top: 42px;
	}
}

/* 2.2.22 — readable bilingual education topics. Existing Noto Sans KR retained.
   Topic title uses the shared subheading role; English uses the body role. */
:root {
 --nv-topic-title: 600 18px/1.55 "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
 --nv-topic-detail: 400 16px/1.65 "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}
.nv-platform-page .nv-track > ul.nv-topic-cards {
 display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;
 width: 100%; max-width: none; margin: 0; padding: 0; list-style: none;
}
.nv-platform-page .nv-track > ul.nv-topic-cards > li {
 display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 20px;
 border: 1px solid var(--line); border-radius: 12px;
 background: linear-gradient(145deg, #f2f8f5, #fff); min-width: 0;
}
.nv-topic-cards__title { font: var(--nv-topic-title); color: var(--green-dark); letter-spacing: -.012em; word-break: keep-all; overflow-wrap: anywhere; }
.nv-topic-cards__detail { font: var(--nv-topic-detail); color: var(--muted); letter-spacing: -.012em; overflow-wrap: anywhere; }
.nv-relaunch-path .path-grid article:hover,
.nv-relaunch-path .path-grid article:focus-visible {
 background: #fff; color: var(--ink); border-color: var(--green); outline: 2px solid transparent;
}
.nv-relaunch-path .path-grid article:hover .path-label,
.nv-relaunch-path .path-grid article:focus-visible .path-label { color: var(--green); }
.nv-relaunch-path .path-grid article:hover > p:not(.path-label),
.nv-relaunch-path .path-grid article:focus-visible > p:not(.path-label) { color: var(--muted); }
@media (max-width: 640px) {
 .nv-platform-page .nv-track > ul.nv-topic-cards { grid-template-columns: 1fr; gap: 10px; }
}

/* Alternate real on-site portrait already present in the site's assets. */
.nv-platform-page .nv-about-identity__photo {
 background-image: url("../images/nv-about-care-v2.webp");
 background-position: center;
}

.nv-platform-page .nv-track > ul.nv-topic-cards { padding: 12px 36px 36px; }
@media (max-width: 640px) {
 .nv-platform-page .nv-track > ul.nv-topic-cards { padding: 8px 24px 24px; }
}

@media (min-width: 641px) and (max-width: 1100px) {
 .nv-platform-page .nv-track > ul.nv-topic-cards { grid-template-columns: 1fr; }
}

/* 2.2.24 — Home insight posts and continuous section edges (meeting PDF pp. 3, 7). */
.nv-home-institutions, .nv-home-insights { background: #e7eeea; }
.nv-home-insights__track {
 display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
 scroll-behavior: smooth; scrollbar-width: none; padding: 6px 2px 24px;
}
.nv-home-insights__track::-webkit-scrollbar { display: none; }
.nv-home-insights__track > article {
 flex: 0 0 calc((100% - 40px) / 3); min-width: 0; min-height: 410px;
 display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line);
 border-radius: 22px; background: linear-gradient(145deg, #fff, #f2f8f5);
 box-shadow: 0 12px 24px rgba(7,89,79,.06); scroll-snap-align: start;
}
.nv-home-insights__track h3 { margin: 44px 0 20px; font-size: 28px; font-weight: 600; line-height: 1.4; word-break: keep-all; overflow-wrap: anywhere; }
.nv-home-insights__excerpt { color: var(--muted); font-size: 16px; line-height: 1.8; word-break: keep-all; }
.nv-home-insights__meta { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--green-dark); }
.nv-relaunch-insight { background: linear-gradient(180deg, #e7eeea, #d5e9e2); color: var(--ink); }
.nv-relaunch-insight .eyebrow { color: var(--green-dark); }
.nv-relaunch-insight__grid > div:last-child p { color: var(--muted); }
.nv-relaunch-insight__grid a { color: var(--green-dark); border-color: var(--green); }
.nv-relaunch-partner { padding-top: 220px; background: linear-gradient(180deg, #d5e9e2 0, #07594f 160px, #07594f 100%); box-shadow: none; }
body.home .site-footer { background: linear-gradient(180deg, #07594f, #0a5148); }
.site-footer .footer-brand p, .site-footer .footer-links a { color: #d8e8e3; }
.site-footer .footer-links span, .site-footer .footer-bottom { color: #bdd5cd; }
@media (max-width: 980px) { .nv-home-insights__track > article { flex-basis: calc((100% - 20px) / 2); } }
@media (max-width: 640px) {
 .nv-home-insights__track > article { flex-basis: 100%; min-height: 370px; padding: 28px; }
 .nv-home-insights__track h3 { font-size: 25px; margin-top: 32px; }
 .nv-relaunch-partner { padding-top: 170px; background: linear-gradient(180deg, #d5e9e2 0, #07594f 120px, #07594f 100%); }
}
@media (prefers-reduced-motion: reduce) { .nv-home-insights__track { scroll-behavior: auto; } }
