/* HERO */

  .nsp-welcome__hero {
	padding-block: 72px 46px;
	background: var(--nsp-soft-blue);
  }

  .nsp-welcome__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	align-items: start;
  }

  .nsp-welcome__hero-content {
	min-width: 0;
	padding: 42px;
  }

  .nsp-welcome__eyebrow {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--nsp-muted);
	text-transform: uppercase;
	letter-spacing: 0.19em;
	font-size: 0.76rem;
	font-weight: 800;
  }

  .nsp-welcome__eyebrow .accent {
	color: var(--nsp-orange);
  }

  .nsp-welcome__hero-title {
	max-width: 940px;
	margin: 0;
	font-size: clamp(2.55rem, 5.2vw, 3.2rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
	font-weight: 600;
  }

  .nsp-welcome__name {
	margin: 28px 0 8px;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	line-height: 1.2;
  }

  .nsp-welcome__role {
	margin: 0;
	color: var(--nsp-muted);
	font-weight: 700;
  }

  .nsp-welcome__intro {
	max-width: 850px;
	margin: 26px 0 0;
	color: var(--nsp-text);
	font-size: clamp(1.05rem, 1.45vw, 1.25rem);
	line-height: 1.75;
  }

  /* RIGHT IDENTITY COLUMN */

  .nsp-welcome__identity-column {
	display: grid;
	gap: 14px;
  }

  .nsp-welcome__photo-card {
	padding: 24px;
  }

  .nsp-welcome__photo-frame {
	overflow: hidden;
	border-radius: 18px;
	aspect-ratio: 4 / 5;
	border: 1px dashed rgba(100, 116, 139, 0.35);
  }

  .nsp-welcome__photo-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .nsp-welcome__social-card {
	padding: 22px;
  }

  .nsp-welcome__social-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	justify-items: center;
  }

  .nsp-welcome__social-icon {
	position: relative;
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	text-decoration: none;
	opacity: 0.72;
	transition:
	  opacity 0.22s ease,
	  transform 0.22s ease,
	  box-shadow 0.22s ease;
  }

  .nsp-welcome__social-icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
  }

  .nsp-welcome__social-icon img[alt="NCBI"] {
	width: 21px;
	height: 21px;
  }

  .nsp-welcome__social-icon:hover,
  .nsp-welcome__social-icon:focus-visible {
	opacity: 1;
	transform: translateY(-2px);
	box-shadow:
	  0 0 0 1px currentColor,
	  0 0 14px rgba(15, 23, 42, 0.13);
  }

  .nsp-welcome__social-icon::after {
	content: attr(data-label);
	position: absolute;
	top: calc(100% + 7px);
	left: 50%;
	z-index: 5;
	transform: translateX(-50%) translateY(-3px);
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	font-size: 0.72rem;
	font-weight: 700;
	transition:
	  opacity 0.22s ease,
	  transform 0.22s ease;
  }

  .nsp-welcome__social-icon:hover::after,
  .nsp-welcome__social-icon:focus-visible::after {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
  }

  /* STATISTICS */
/* SECTION HEADERS */
/* RESEARCH IDENTITY */

  .nsp-welcome__identity {
	padding: 38px;
  }

  .nsp-welcome__identity p {
	max-width: 980px;
	margin: 0;
	color: var(--nsp-text);
	font-size: clamp(1.08rem, 1.55vw, 1.3rem);
	line-height: 1.8;
  }

  /* RESEARCH THEMES */

  .nsp-welcome__theme-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
  }

  .nsp-welcome__theme-card {
	min-height: 270px;
	padding: 24px;
	display: flex;
	flex-direction: column;
  }

  .nsp-welcome__theme-number {
	color: var(--nsp-accent);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.15em;
  }

  .nsp-welcome__theme-card h3 {
	margin: 20px 0 12px;
	font-size: 1.25rem;
	line-height: 1.2;
  }

  .nsp-welcome__theme-card p {
	margin: 0;
	color: var(--nsp-text);
	font-size: 0.94rem;
	line-height: 1.65;
  }

  .nsp-welcome__theme-link {
	margin-top: auto;
	padding-top: 20px;
	color: var(--nsp-accent);
	text-decoration: none;
	font-weight: 800;
  }

  /* CURRENT RESEARCH */

  .nsp-welcome__current-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
	gap: 24px;
	align-items: stretch;
  }

  .nsp-welcome__current-copy {
	padding: 36px;
  }

  .nsp-welcome__current-copy h3 {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	line-height: 1.12;
	letter-spacing: -0.04em;
  }

  .nsp-welcome__current-copy p {
	margin: 18px 0 0;
	color: var(--nsp-text);
	line-height: 1.75;
  }

  .nsp-welcome__current-list {
	display: grid;
	gap: 13px;
	margin-top: 24px;
  }

  .nsp-welcome__current-item {
	padding-left: 16px;
	border-left: 3px solid rgba(37, 99, 235, 0.3);
  }

  .nsp-welcome__current-item strong {
	display: block;
  }

  .nsp-welcome__current-item span {
	color: var(--nsp-muted);
  }

  .nsp-welcome__current-figure {
	padding: 18px;
  }

  .nsp-welcome__current-figure img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 380px;
	object-fit: contain;
  }

  /* RESEARCH JOURNEY */

  .nsp-welcome__journey {
	padding: 38px;
  }

  .nsp-welcome__journey-list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
  }

  .nsp-welcome__journey-item {
	position: relative;
	min-height: 170px;
	padding: 24px 18px;
	border-top: 3px solid var(--nsp-line);
  }

  .nsp-welcome__journey-item::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 18px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--nsp-accent);
  }

  .nsp-welcome__journey-year {
	color: var(--nsp-muted);
	font-size: 0.77rem;
	font-weight: 900;
	letter-spacing: 0.08em;
  }

  .nsp-welcome__journey-item h3 {
	margin: 14px 0 8px;
	font-size: 1rem;
	line-height: 1.25;
  }

  .nsp-welcome__journey-item p {
	margin: 0;
	color: var(--nsp-muted);
	font-size: 0.86rem;
	line-height: 1.5;
  }

  /* SCIENTIFIC PHILOSOPHY */

  .nsp-welcome__philosophy-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	gap: 24px;
  }

  .nsp-welcome__philosophy-title,
  .nsp-welcome__philosophy-copy {
	padding: 38px;
  }

  .nsp-welcome__philosophy-title h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.03;
	letter-spacing: -0.045em;
  }

  .nsp-welcome__philosophy-copy p {
	margin: 0;
	color: var(--nsp-text);
	font-size: clamp(1.08rem, 1.5vw, 1.28rem);
	line-height: 1.85;
  }

  /* CALL TO ACTION */

  .nsp-welcome__cta {
	padding: 38px;
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: center;
  }

  .nsp-welcome__cta h2 {
	margin: 0;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
  }

  .nsp-welcome__cta p {
	margin: 9px 0 0;
	color: var(--nsp-muted);
  }

  .nsp-welcome__cta-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
  }
/* RESPONSIVE */

  @media (max-width: 1080px) {
	.nsp-welcome__theme-grid {
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nsp-welcome__journey-list {
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  row-gap: 26px;
	}
  }

  @media (max-width: 860px) {
	.nsp-welcome__hero-grid,
	.nsp-welcome__current-grid,
	.nsp-section-heading,
	.nsp-welcome__philosophy-grid {
	  grid-template-columns: 1fr;
	}

	.nsp-welcome__identity-column {
	  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
	  align-items: start;
	}
.nsp-welcome__theme-grid {
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nsp-welcome__cta {
	  align-items: flex-start;
	  flex-direction: column;
	}
  }

  @media (max-width: 600px) {
.nsp-welcome__hero {
	  padding-block: 36px;
	}

	.nsp-welcome__hero-content,
	.nsp-welcome__identity,
	.nsp-welcome__current-copy,
	.nsp-welcome__philosophy-title,
	.nsp-welcome__philosophy-copy,
	.nsp-welcome__journey,
	.nsp-welcome__cta {
	  padding: 24px;
	}

	.nsp-welcome__identity-column {
	  grid-template-columns: 1fr;
	}

	.nsp-metrics,
	.nsp-welcome__theme-grid,
	.nsp-welcome__journey-list {
	  grid-template-columns: 1fr;
	}

	.nsp-welcome__social-links {
	  grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.nsp-welcome__journey-item {
	  min-height: auto;
	}
  }
