:root {
  --paper: #fffefa;
  --ink: #263438;
  --muted: #59686a;
  --light: #5f6f72;
  --ocean: #173f4d;
  --sea: #3f7476;
  --pale-aqua: #ddede9;
  --coral: #9d5848;
  --coral-soft: #f6e9e2;
  --link: #285f73;
  --line: #dce5e2;
  --sand: #fbf7ef;
  --methods-band: #f3f8f6;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
    sans-serif;
  --font-serif: "Source Serif 4", "Iowan Old Style", "Palatino Linotype",
    Georgia, "Times New Roman", serif;
  --frame: min(1060px, calc(100vw - 56px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: color 180ms ease;
}

a:hover {
  color: var(--coral);
  text-decoration: underline;
  text-underline-offset: 3px;
}

::selection {
  background: var(--pale-aqua);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--link);
  outline-offset: 3px;
}

.site-frame {
  width: var(--frame);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 7px 11px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 13px;
  transform: translateY(-160%);
}

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

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgb(255 254 250 / 94%);
}

.header-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  position: relative;
  flex: 0 0 auto;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
}

.brand::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 9px 2px 0;
  border-radius: 58% 42% 52% 48%;
  background: var(--sea);
  box-shadow:
    5px -4px 0 -2px var(--coral),
    -3px 4px 0 -2px var(--ocean);
  content: "";
  transform: rotate(18deg);
}

.brand::after {
  position: absolute;
  bottom: -9px;
  left: 17px;
  width: 48px;
  height: 3px;
  border-radius: 70% 30% 63% 37%;
  background: var(--sea);
  content: "";
  opacity: 0.58;
  transform: rotate(-1deg);
}

.brand:hover {
  color: var(--ocean);
  text-decoration: none;
}

.primary-navigation {
  display: flex;
  align-items: center;
  gap: 27px;
}

.primary-navigation a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #4e575d;
  font-size: 13px;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.primary-navigation .navigation-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--coral);
  background: transparent;
  font-weight: 600;
}

.primary-navigation .navigation-cta::after {
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: var(--coral);
  opacity: 0.55;
  transform: scaleX(1);
}

.primary-navigation .navigation-cta:hover {
  color: var(--ocean);
  background: transparent;
}

.primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--sea);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.primary-navigation a:hover {
  color: var(--ocean);
  text-decoration: none;
  transform: translateY(-1px);
}

.primary-navigation a:hover::after {
  opacity: 0.75;
  transform: scaleX(1);
}

.narrative-shell {
  padding-top: 0;
}

.lab-identity-bar {
  display: grid;
  grid-template-columns: minmax(200px, 1.12fr) minmax(230px, 1.1fr) minmax(190px, 0.85fr) auto;
  align-items: center;
  gap: 24px;
  padding: 14px 0 17px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.lab-identity-copy {
  min-width: 0;
}

.lab-identity-copy > span {
  display: block;
  margin-bottom: 2px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lab-identity-copy strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lab-identity-copy strong a {
  color: inherit;
  text-decoration-color: rgb(79 133 135 / 42%);
  text-underline-offset: 3px;
}

.lab-identity-copy small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.lab-evidence {
  display: grid;
  gap: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.lab-evidence span {
  white-space: nowrap;
}

.lab-evidence b {
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 500;
}

.lab-identity-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 15px;
}

.lab-identity-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.latest-strip {
  border-bottom: 1px solid var(--line);
  background: #f8fbfa;
}

.latest-layout {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
  gap: 36px;
  padding: 24px 0 27px;
}

.latest-heading p {
  margin: 0 0 4px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.latest-heading h2 {
  margin: 0;
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

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

.latest-item {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid var(--line);
}

.latest-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.latest-item:last-child {
  padding-right: 0;
}

.latest-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  font-size: 11px;
  line-height: 1.4;
}

.latest-meta span {
  color: var(--coral);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.latest-meta time {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.latest-item h3 {
  margin: 7px 0 0;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.48;
}

.latest-item h3 a {
  color: var(--ink);
  text-decoration-color: rgb(40 95 115 / 30%);
  text-underline-offset: 3px;
}

.latest-item h3 a:hover {
  color: var(--ocean);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
  margin-top: 28px;
  padding: 66px 0 43px;
  border-top: 1px solid rgb(79 133 135 / 22%);
  border-bottom: 1px solid rgb(79 133 135 / 34%);
  background: #fffdf8;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: -52px;
  right: -40px;
  bottom: -32px;
  left: 48%;
  background: url("../images/watercolor-wash.webp") 72% 44% / cover no-repeat;
  content: "";
  opacity: 0.3;
  pointer-events: none;
  transform-origin: 52% 48%;
  animation: watercolor-drift 24s ease-in-out infinite alternate;
  -webkit-mask-image: linear-gradient(to right, transparent, black 30%);
  mask-image: linear-gradient(to right, transparent, black 30%);
}

.hero > .site-frame {
  position: relative;
  z-index: 1;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(280px, 0.68fr);
  align-items: center;
  gap: 72px;
}

.hero-copy {
  min-width: 0;
}

.hero-visual {
  align-self: center;
  min-width: 0;
  transform: translateY(-42px);
}

.hero-sketch {
  position: relative;
  isolation: isolate;
  width: min(100%, 320px);
  aspect-ratio: 2 / 3;
  margin: 0 auto;
}

.hero-life-stage {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform-origin: 50% 58%;
  will-change: opacity, transform, filter;
}

.hero-life-sprite {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  will-change: background-position;
}

.hero-life-stage-pregnancy {
  animation: hero-stage-pregnancy 10s cubic-bezier(0.45, 0, 0.2, 1) 1 both;
}

.hero-life-stage-infant {
  animation: hero-stage-infant 10s cubic-bezier(0.45, 0, 0.2, 1) 1 both;
}

.hero-life-stage-child {
  animation: hero-stage-child 10s cubic-bezier(0.45, 0, 0.2, 1) 1 both;
}

.hero-life-sprite-pregnancy {
  background-image: url("../images/mother-pregnancy-sprite-v2.webp");
  background-size: 500% 100%;
  animation: hero-sprite-five 1.2s steps(4, end) 0s 2 alternate both;
}

.hero-life-sprite-infant {
  background-image: url("../images/mother-infant-sprite-v2.webp");
  background-size: 500% 100%;
  animation: hero-sprite-five 1.4s steps(4, end) 2.75s 2 alternate both;
}

.hero-life-sprite-child {
  background-image: url("../images/child-running-sprite-v2.webp");
  background-size: 700% 100%;
  animation: hero-sprite-seven 0.96s steps(6, end) 6.12s 4 normal both;
}

.hero-epigraph {
  margin: -2px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgb(79 133 135 / 34%);
}

.hero-epigraph blockquote {
  margin: 0;
}

.hero-epigraph blockquote p {
  margin: 0;
  color: var(--ocean);
  font-family:
    "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC",
    Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.4;
}

.hero-epigraph figcaption {
  margin-top: 5px;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 12px;
  font-style: italic;
  line-height: 1.55;
}

.hero-epigraph cite {
  display: block;
  color: var(--coral);
  font-family:
    "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC",
    Georgia, serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.02em;
}

.hero-epigraph figcaption span {
  display: block;
  margin-top: 2px;
}

.hero h1,
.section-heading h2,
.subsection-heading h3,
.contact h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-weight: 400;
}

.hero h1 {
  position: relative;
  max-width: 16ch;
  color: var(--ocean);
  font-size: clamp(50px, 6vw, 70px);
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.hero h1::after {
  display: block;
  width: 92px;
  height: 5px;
  margin-top: 18px;
  border-radius: 72% 28% 66% 34%;
  background: var(--coral);
  content: "";
  opacity: 0.68;
  transform: rotate(-1.5deg);
}

.hero-kicker {
  margin: 0 0 17px;
  color: var(--sea);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-summary {
  max-width: 690px;
  color: #454d52;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  margin-top: 25px;
}

.button-link,
.text-arrow-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 650;
}

.button-link {
  padding: 0 18px;
  border: 1px solid var(--ocean);
  border-radius: 2px;
  background: var(--ocean);
  color: var(--paper);
}

.button-link:hover {
  background: var(--sea);
  border-color: var(--sea);
  color: var(--paper);
  text-decoration: none;
}

.text-arrow-link {
  gap: 8px;
  color: var(--link);
  text-decoration: underline;
  text-decoration-color: rgb(40 95 115 / 42%);
  text-underline-offset: 4px;
}

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

.text-arrow-link:hover span {
  transform: translateX(3px);
}

.hero-summary {
  max-width: 620px;
  margin: 27px 0 0;
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.62;
}

.nurture-path {
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 2.28fr);
  gap: 38px;
  margin-top: 46px;
  padding-top: 29px;
  border-top: 1px solid rgb(79 133 135 / 38%);
}

.nurture-path-intro > p {
  margin: 0 0 6px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nurture-path-intro h2 {
  max-width: 230px;
  margin: 0;
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.28;
}

.nurture-path ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nurture-path ol::before {
  position: absolute;
  top: 14px;
  right: calc(10% - 1px);
  left: calc(10% - 1px);
  height: 1px;
  background: linear-gradient(90deg, var(--sea), var(--sea) 72%, var(--coral));
  content: "";
  opacity: 0.6;
  transform: scaleX(1);
  transform-origin: left center;
}

.nurture-path li {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.nurture-path.is-motion-ready:not(.is-visible) ol::before {
  transform: scaleX(0);
}

.nurture-path.is-motion-ready:not(.is-visible) li {
  opacity: 0;
  transform: translateY(10px);
}

.nurture-path.is-motion-ready.is-visible ol::before {
  animation: nurture-thread-draw 1.65s cubic-bezier(0.22, 0.72, 0.28, 1) 120ms both;
}

.nurture-path.is-motion-ready.is-visible li {
  animation: nurture-stage-reveal 680ms ease-out both;
}

.nurture-path.is-motion-ready.is-visible li:nth-child(2) { animation-delay: 240ms; }
.nurture-path.is-motion-ready.is-visible li:nth-child(3) { animation-delay: 460ms; }
.nurture-path.is-motion-ready.is-visible li:nth-child(4) { animation-delay: 680ms; }
.nurture-path.is-motion-ready.is-visible li:nth-child(5) { animation-delay: 900ms; }

.path-point {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(63 116 118 / 58%);
  border-radius: 50%;
  background: #fffdf8;
  color: var(--sea);
  font-family: var(--font-serif);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.nurture-path li:last-child .path-point {
  border-color: rgb(157 88 72 / 62%);
  color: var(--coral);
  box-shadow: 0 0 0 5px rgb(246 233 226 / 66%);
}

.nurture-path li strong {
  margin-top: 10px;
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.nurture-path li small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.section {
  padding: 54px 0 58px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 20px;
}

.section-heading {
  margin-bottom: 31px;
}

.section-heading h2 {
  position: relative;
  display: inline-block;
  color: var(--ocean);
  font-size: 30px;
  line-height: 1.25;
}

.section-heading h2::after {
  display: block;
  width: 38px;
  height: 4px;
  margin-top: 10px;
  border-radius: 72% 28% 64% 36%;
  background: var(--sea);
  content: "";
  opacity: 0.62;
  transform: rotate(-1.5deg);
}

.section-heading > p {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.section-heading > .section-kicker,
.section-kicker {
  margin: 0 0 8px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.participate-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--sand);
}

.participate-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("../images/watercolor-wash.webp") 70% 46% / cover no-repeat;
  content: "";
  opacity: 0.13;
  pointer-events: none;
}

.participate-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 1fr);
  gap: 0 42px;
  align-items: end;
}

.participate-heading .section-kicker,
.participate-heading h2 {
  grid-column: 1;
}

.participate-heading > p:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  margin-top: 0;
}

.study-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.study-card {
  min-width: 0;
  padding: 25px 26px 24px;
  border: 1px solid rgb(63 116 118 / 30%);
  background: rgb(255 254 250 / 82%);
  box-shadow: none;
}

.study-status,
.study-code {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.study-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--sea);
}

.study-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sea);
  box-shadow: 0 0 0 4px rgb(63 116 118 / 12%);
}

.study-code {
  margin-top: 13px;
  color: var(--coral);
  letter-spacing: 0.06em;
}

.study-card h3,
.featured-story h3,
.engagement-card h3 {
  margin: 8px 0 0;
  color: var(--ocean);
  font-family: var(--font-serif);
  font-weight: 400;
}

.study-card h3 {
  font-size: 22px;
  line-height: 1.35;
}

.study-card > p:not(.study-status, .study-code) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.study-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
  margin-top: 14px;
}

.study-actions > a:not(.text-arrow-link) {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.participant-note {
  max-width: 850px;
  margin: 18px 0 0;
  padding-left: 17px;
  border-left: 2px solid rgb(157 88 72 / 45%);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.research-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.research-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 27px 0 29px;
  border-bottom: 1px solid var(--line);
}

.research-item:last-child {
  padding-bottom: 29px;
}

.research-number {
  padding-top: 3px;
  color: var(--coral);
  font-family: var(--font-serif);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.research-item h3,
.method-item h3,
.publication-item h3,
.pi-profile h3,
.member-item h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-weight: 400;
}

.research-item h3 {
  font-size: 21px;
  line-height: 1.35;
  transition: color 180ms ease;
}

.research-item:hover h3 {
  color: var(--coral);
}

.research-item p {
  max-width: 720px;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.research-item small {
  display: block;
  margin-top: 11px;
  color: #596167;
  font-size: 12px;
  font-style: italic;
}

.support-block {
  margin-top: 50px;
}

.featured-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 35px;
  margin-top: 48px;
  padding: 34px;
  border: 1px solid rgb(63 116 118 / 28%);
  background:
    linear-gradient(135deg, rgb(221 237 233 / 52%), transparent 56%),
    #fbfdfb;
}

.featured-story-copy {
  align-self: center;
}

.featured-story h3 {
  font-size: 25px;
  line-height: 1.32;
}

.featured-story-lead {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.story-facts {
  display: grid;
  gap: 0;
  margin: 21px 0 9px;
  border-top: 1px solid var(--line);
}

.story-facts > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 13px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.story-facts dt {
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
}

.story-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.featured-story .scientific-plate {
  align-self: center;
  margin: 0;
}

.featured-story .scientific-plate-grid {
  grid-template-columns: 1fr;
}

.featured-story .scientific-plate-image {
  min-height: 115px;
}

.featured-story .scientific-plate-image img {
  height: 100px;
}

.subsection-heading {
  margin-bottom: 22px;
}

.subsection-heading h3 {
  font-size: 23px;
  line-height: 1.3;
}

.subsection-heading p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.funding-list {
  border-top: 1px solid var(--line);
}

.funding-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 6px 22px;
  padding: 21px 0 22px;
  border-bottom: 1px solid var(--line);
}

.funding-code {
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  color: var(--muted);
  font-size: 12px;
}

.funding-code strong {
  color: var(--ocean);
}

.funding-item > p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.5;
}

.funding-item > p a {
  color: inherit;
  text-decoration-color: rgb(40 95 115 / 34%);
  text-underline-offset: 3px;
}

.funding-meta {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
}

.funding-meta span:nth-child(2) {
  color: var(--coral);
  font-variant-numeric: tabular-nums;
}

.funding-meta .recruiting-badge {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 1px 9px;
  border: 1px solid rgb(63 116 118 / 36%);
  border-radius: 999px;
  background: rgb(221 237 233 / 56%);
  color: var(--ocean);
  font-size: 12px;
  font-weight: 650;
}

.funding-meta .recruiting-badge:hover {
  background: var(--pale-aqua);
  text-decoration: none;
}

.vision-section {
  border-top: 1px solid rgb(79 133 135 / 22%);
  border-bottom-color: rgb(79 133 135 / 28%);
  background: #fffdf8;
}

.vision-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 70px;
}

.vision-heading {
  margin-bottom: 0;
}

.vision-list {
  position: relative;
  margin: 0;
  padding: 0 0 0 23px;
  border-left: 1px solid rgb(79 133 135 / 36%);
  list-style: none;
}

.vision-item {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 15px;
  padding: 0 0 25px;
}

.vision-item:last-child {
  padding-bottom: 0;
}

.vision-item::before {
  position: absolute;
  top: 5px;
  left: -28px;
  width: 9px;
  height: 9px;
  border: 2px solid #fffdf8;
  border-radius: 50%;
  background: var(--sea);
  box-shadow: 0 0 0 1px rgb(79 133 135 / 45%);
  content: "";
}

.vision-item > span {
  padding-top: 3px;
  color: var(--coral);
  font-family: var(--font-serif);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.vision-item h3 {
  margin: 0;
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
}

.vision-item p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.methods-section {
  padding-right: 32px;
  padding-left: 32px;
  border-top: 1px solid rgb(79 133 135 / 22%);
  border-bottom-color: rgb(79 133 135 / 30%);
  background:
    linear-gradient(135deg, rgb(221 237 233 / 52%), transparent 52%),
    var(--methods-band);
}

.methods-section .section-heading h2::after {
  background: var(--coral);
  opacity: 0.55;
}

.methods-framework {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 31px;
  border-top: 1px solid rgb(79 133 135 / 34%);
  border-bottom: 1px solid rgb(79 133 135 / 34%);
}

.methods-framework > div {
  padding: 20px 25px 21px 0;
}

.methods-framework > div + div {
  padding-right: 0;
  padding-left: 25px;
  border-left: 1px solid rgb(79 133 135 / 28%);
}

.methods-framework dt {
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 400;
}

.methods-framework dd {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.scientific-plate {
  margin: 0 0 35px;
}

.scientific-plate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgb(79 133 135 / 30%);
  background: rgb(79 133 135 / 28%);
}

.scientific-plate-slot {
  min-width: 0;
  background: rgb(255 255 255 / 66%);
}

.scientific-plate-image {
  min-height: 145px;
  display: grid;
  place-items: center;
  padding: 17px 16px 12px;
}

.scientific-plate-image img {
  width: 100%;
  height: 122px;
  object-fit: contain;
  filter: saturate(0.74) contrast(0.97);
  mix-blend-mode: multiply;
}

.scientific-plate-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px 11px;
  border-top: 1px solid rgb(79 133 135 / 20%);
}

.scientific-plate-label span {
  color: var(--coral);
  font-family: var(--font-serif);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.scientific-plate-label strong {
  color: var(--ocean);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: right;
  text-transform: uppercase;
}

.scientific-plate figcaption {
  max-width: 690px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
  line-height: 1.6;
}

.methods-list {
  border-top: 1px solid rgb(79 133 135 / 34%);
}

.method-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 4px 22px;
  padding: 21px 0 23px;
  border-bottom: 1px solid var(--line);
}

.method-item > p {
  grid-row: 1 / 3;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.method-item h3 {
  font-size: 19px;
  line-height: 1.35;
}

.method-item > div {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.method-item h3 {
  transition: color 180ms ease;
}

.method-item:hover h3 {
  color: var(--coral);
}

.method-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  margin-left: 14px;
}

.method-links a {
  color: var(--link);
  font-size: 12px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.more-content {
  margin-top: 20px;
}

.more-content summary {
  width: fit-content;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--link);
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.more-content summary::-webkit-details-marker {
  display: none;
}

.more-content summary::before {
  color: var(--coral);
  content: "+";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.more-content[open] summary::before {
  content: "−";
}

.more-content .methods-list,
.more-content .publication-list {
  margin-top: 10px;
}

.publications-section {
  padding-top: 64px;
  padding-bottom: 66px;
}

.publication-list {
  border-top: 1px solid rgb(23 63 77 / 34%);
}

.publication-item {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  margin: 0 -10px;
  padding: 24px 10px 26px;
  border-bottom: 1px solid var(--line);
  transition: background-color 180ms ease;
}

.publication-item::before {
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 0;
  width: 2px;
  background: var(--coral);
  content: "";
  opacity: 0;
  transform: scaleY(0.45);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.publication-item:hover {
  background: rgb(246 233 226 / 38%);
}

.publication-item:hover::before {
  opacity: 0.65;
  transform: scaleY(1);
}

.publication-marker {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 2px;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.publication-marker b {
  color: var(--coral);
  font-family: var(--font-serif);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.publication-marker time {
  color: var(--sea);
}

.publication-item h3 {
  font-size: 17px;
  line-height: 1.52;
}

.publication-item h3 a {
  color: var(--link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.publication-item p {
  max-width: 720px;
  margin: 9px 0 3px;
  padding-left: 13px;
  color: var(--muted);
  border-left: 1px solid rgb(79 133 135 / 24%);
  font-size: 12px;
  line-height: 1.6;
}

.publication-item em {
  display: inline-block;
  margin-top: 2px;
  color: var(--ocean);
  font-size: 12px;
}

.publication-more {
  margin-top: 14px;
}

.publications-section > .site-frame > .profile-record-link {
  margin-top: 17px;
}

.people-section {
  padding-top: 67px;
  padding-bottom: 65px;
}

.pi-profile {
  max-width: 720px;
  padding: 2px 0 31px 20px;
  border-bottom: 1px solid var(--line);
  border-left: 2px solid rgb(196 123 103 / 42%);
}

.profile-label {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
}

.pi-profile h3 {
  font-size: 23px;
  line-height: 1.35;
}

.pi-title {
  margin: 7px 0 0 !important;
  color: var(--ocean) !important;
  font-weight: 600;
}

.pi-profile div > p:not(.profile-label) {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.pi-profile a {
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pi-profile h3 a {
  color: inherit;
}

.pi-profile .profile-detail-link {
  margin-left: 18px;
}

.member-list {
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.member-item {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 4px 22px;
  padding: 19px 0 21px;
  border-bottom: 1px solid var(--line);
}

.member-item h3 {
  grid-row: 1 / 3;
  font-size: 17px;
  line-height: 1.4;
}

.member-item p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
}

.member-item span {
  color: var(--muted);
  font-size: 12px;
}

.connect-section {
  background: #fbfdfb;
}

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

.engagement-card {
  min-width: 0;
  padding: 23px 23px 21px;
  border-top: 3px solid rgb(63 116 118 / 52%);
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line);
}

.engagement-card-accent {
  border-top-color: rgb(157 88 72 / 64%);
  background: rgb(246 233 226 / 26%);
}

.engagement-card h3 {
  margin-top: 0;
  font-size: 20px;
}

.engagement-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

.engagement-card .text-arrow-link {
  margin-top: 10px;
}

.compact-heading {
  margin-bottom: 22px;
}

.news-list {
  border-top: 1px solid var(--line);
}

.news-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0 20px;
  border-bottom: 1px solid var(--line);
}

.news-item time {
  color: var(--coral);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.news-item p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.55;
  transition: color 180ms ease;
}

.news-item p a {
  color: inherit;
  text-decoration-color: rgb(40 95 115 / 32%);
  text-underline-offset: 3px;
}

.news-item:hover p {
  color: var(--ocean);
}

.contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
  padding: 52px 0 58px;
  background: var(--sand);
}

.contact::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: url("../images/watercolor-wash.webp") 76% 76% / cover no-repeat;
  content: "";
  opacity: 0.15;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.75fr);
  gap: 48px;
}

.contact h2 {
  font-size: 30px;
  line-height: 1.3;
}

.contact-inner > div:first-child > p {
  max-width: 420px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-details {
  align-self: end;
}

.contact-details > a {
  font-family: var(--font-serif);
  font-size: 17px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-details > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.contact-details nav {
  display: flex;
  gap: 18px;
  margin-top: 16px;
}

.contact-details nav a {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  background: #eef6f4;
}

.site-footer > div {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--light);
  font-size: 12px;
}

.person-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 72px;
  padding-block: 48px 72px;
}

.person-sidebar {
  position: sticky;
  top: 30px;
}

.person-portrait {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--sand);
}

.person-portrait img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.person-sidebar-copy {
  margin-top: 22px;
}

.person-sidebar-copy strong {
  display: block;
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
}

.person-sidebar-copy p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.person-profile-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin-top: 22px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
}

.person-profile-links a {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.person-content {
  min-width: 0;
}

.breadcrumb {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.person-lead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 40px 42px 43px;
  border-top: 1px solid rgb(79 133 135 / 22%);
  border-bottom: 1px solid rgb(79 133 135 / 34%);
  background: #fffdf8;
}

.person-lead::before {
  position: absolute;
  z-index: -1;
  inset: -40px -28px;
  background: url("../images/watercolor-wash.webp") 70% 44% / cover no-repeat;
  content: "";
  opacity: 0.22;
}

.person-eyebrow {
  margin: 0 0 13px;
  color: var(--sea);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.person-lead h1 {
  margin: 0;
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: clamp(40px, 5vw, 54px);
  font-weight: 400;
  line-height: 1.12;
}

.person-role {
  max-width: 680px;
  margin: 17px 0 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.55;
}

.person-affiliations {
  max-width: 680px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.person-program-signal {
  max-width: 690px;
  margin: 20px 0 0;
  padding-top: 17px;
  border-top: 1px solid rgb(79 133 135 / 30%);
  color: #3f555d;
  font-size: 13px;
  line-height: 1.7;
}

.person-section {
  padding: 45px 0 47px;
  border-bottom: 1px solid var(--line);
}

.person-section h2 {
  margin: 0 0 20px;
  color: var(--ocean);
  font-family: var(--font-serif);
  font-size: 27px;
  font-weight: 400;
}

.person-section > p {
  max-width: 730px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}

.person-section > p:last-child {
  margin-bottom: 0;
}

.person-interest-list,
.person-entry-list {
  border-top: 1px solid var(--line);
}

.person-interest,
.person-entry {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--line);
}

.person-interest h3,
.person-entry h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}

.person-interest p,
.person-entry p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.person-entry small {
  display: block;
  margin-top: 5px;
  color: var(--sea);
  font-size: 12px;
}

.person-publication-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.person-publication-list li {
  padding: 18px 0 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

.person-publication-list strong {
  color: var(--ink);
}

.person-publication-list a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.profile-record-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  :root {
    --frame: min(720px, calc(100vw - 40px));
  }

  .lab-identity-bar {
    grid-template-columns: 1fr 1fr;
    gap: 14px 34px;
  }

  .lab-evidence {
    grid-template-columns: max-content max-content;
    gap: 18px;
  }

  .lab-identity-links {
    justify-content: flex-end;
  }

  .latest-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 250px);
    gap: 38px;
  }

  .hero-visual {
    transform: translateY(-24px);
  }

  .hero h1 {
    font-size: clamp(46px, 7.5vw, 58px);
  }

  .nurture-path {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .nurture-path-intro h2 {
    max-width: none;
  }

  .methods-section {
    padding-right: 28px;
    padding-left: 28px;
  }

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

  .featured-story .scientific-plate-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .engagement-grid {
    grid-template-columns: 1fr 1fr;
  }

  .engagement-card-accent {
    grid-column: 1 / -1;
  }

  .site-footer {
    margin-top: 0;
  }

  .person-shell {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 44px;
  }
}

@media (max-width: 650px) {
  :root {
    --frame: calc(100vw - 32px);
  }

  .header-inner {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0 12px;
  }

  .primary-navigation {
    width: 100%;
    flex-wrap: wrap;
    gap: 4px 16px;
    padding-bottom: 0;
  }

  .primary-navigation a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .narrative-shell {
    padding-top: 20px;
  }

  .lab-identity-bar {
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    padding-block: 13px 15px;
  }

  .lab-identity-copy strong {
    overflow: visible;
    white-space: normal;
  }

  .lab-evidence,
  .lab-identity-links {
    grid-column: 1 / -1;
  }

  .lab-evidence {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }

  .lab-evidence span {
    white-space: normal;
  }

  .lab-identity-links {
    justify-content: flex-start;
    gap: 4px 18px;
  }

  .latest-layout {
    gap: 11px;
    padding-block: 21px 23px;
  }

  .latest-list {
    grid-template-columns: 1fr;
  }

  .latest-item,
  .latest-item:first-child,
  .latest-item:last-child {
    padding: 13px 0 14px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .latest-item:last-child {
    padding-bottom: 0;
  }

  .hero {
    margin-top: 20px;
    padding: 45px 0 38px;
  }

  .hero::before {
    right: -22px;
    left: 25%;
    opacity: 0.23;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 44px;
  }

  .hero-summary {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: min(250px, 76%);
    margin: 24px auto 0;
    transform: none;
  }

  .hero-sketch {
    margin: 0;
  }

  .hero-epigraph {
    margin-top: 2px;
    padding-top: 14px;
  }

  .hero-epigraph blockquote p {
    font-size: 20px;
  }

  .nurture-path {
    margin-top: 36px;
    padding-top: 24px;
  }

  .nurture-path ol {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .nurture-path ol::before {
    top: 14px;
    right: auto;
    bottom: 14px;
    left: 14px;
    width: 1px;
    height: auto;
    transform: scaleY(1);
    animation: none;
    transform-origin: center top;
  }

  .nurture-path.is-motion-ready:not(.is-visible) ol::before {
    transform: scaleY(0);
  }

  .nurture-path.is-motion-ready.is-visible ol::before {
    animation: nurture-thread-draw-vertical 1.65s cubic-bezier(0.22, 0.72, 0.28, 1) 120ms both;
  }

  .nurture-path li {
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 2px 14px;
    align-items: start;
    text-align: left;
  }

  .path-point {
    grid-row: 1 / 3;
  }

  .nurture-path li strong,
  .nurture-path li small {
    grid-column: 2;
    margin-top: 0;
  }

  .nurture-path li strong {
    padding-top: 1px;
  }

  .section {
    padding: 43px 0 47px;
  }

  .section-heading h2,
  .contact h2 {
    font-size: 27px;
  }

  .participate-heading,
  .study-list,
  .featured-story,
  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .participate-heading .section-kicker,
  .participate-heading h2,
  .participate-heading > p:last-child,
  .engagement-card-accent {
    grid-column: auto;
    grid-row: auto;
  }

  .participate-heading > p:last-child {
    margin-top: 15px;
  }

  .featured-story {
    gap: 27px;
    padding: 26px 22px;
  }

  .research-item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .vision-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vision-list {
    padding-left: 20px;
  }

  .vision-item {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 23px;
  }

  .vision-item::before {
    left: -25px;
  }

  .methods-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .methods-framework {
    grid-template-columns: 1fr;
  }

  .methods-framework > div,
  .methods-framework > div + div {
    padding: 18px 0 19px;
    border-left: 0;
  }

  .methods-framework > div + div {
    border-top: 1px solid rgb(79 133 135 / 28%);
  }

  .scientific-plate-grid {
    grid-template-columns: 1fr;
  }

  .featured-story .scientific-plate-grid {
    grid-template-columns: 1fr;
  }

  .scientific-plate-image {
    min-height: 132px;
  }

  .scientific-plate-image img {
    height: 112px;
  }

  .funding-item,
  .method-item,
  .member-item,
  .news-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .funding-code,
  .method-item > p,
  .member-item h3 {
    grid-row: auto;
  }

  .funding-meta {
    flex-wrap: wrap;
    margin-top: 3px;
  }

  .method-links {
    display: flex;
    margin: 8px 0 0;
  }

  .method-item h3 {
    margin-top: 5px;
  }

  .publication-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 13px;
    margin-right: -5px;
    margin-left: -5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .pi-profile {
    padding-left: 14px;
  }

  .contact-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer > div {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 20px 0;
  }

  .person-shell {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 30px 48px;
  }

  .person-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
  }

  .person-sidebar-copy {
    margin-top: 0;
  }

  .person-profile-links {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 9px 17px;
    margin-top: 0;
  }

  .person-lead {
    padding: 32px 24px 35px;
  }

  .person-lead h1 {
    font-size: 39px;
  }

  .person-interest,
  .person-entry {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

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

  .hero-life-cycle,
  .hero-life-stage,
  .hero-life-sprite {
    animation: none !important;
  }

  .hero-life-stage {
    opacity: 0 !important;
  }

  .hero-life-stage-infant {
    filter: none !important;
    opacity: 0.9 !important;
    transform: none !important;
  }

  .hero-life-sprite {
    background-position: 0 0 !important;
  }

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

@keyframes watercolor-drift {
  from {
    transform: translate3d(-3px, -2px, 0) scale(1.01);
  }

  to {
    transform: translate3d(4px, 3px, 0) scale(1.018);
  }
}

@keyframes hero-stage-pregnancy {
  0%,
  25.5% {
    filter: blur(0);
    opacity: 0.9;
    transform: translate3d(0, 1px, 0) scale(0.995);
  }

  31.5%,
  100% {
    filter: blur(1.2px);
    opacity: 0;
    transform: translate3d(0, -1px, 0) scale(1.003);
  }
}

@keyframes hero-stage-infant {
  0%,
  25.5% {
    filter: blur(1.2px);
    opacity: 0;
    transform: translate3d(0, 2px, 0) scale(0.992);
  }

  31.5%,
  59.5% {
    filter: blur(0);
    opacity: 0.9;
    transform: translate3d(0, 0, 0) scale(1);
  }

  65.5%,
  100% {
    filter: blur(1.2px);
    opacity: 0;
    transform: translate3d(0, -1px, 0) scale(1.003);
  }
}

@keyframes hero-stage-child {
  0%,
  59.5% {
    filter: blur(1.4px);
    opacity: 0;
    transform: translate3d(0, 7px, 0) scale(0.96);
  }

  65.5% {
    filter: blur(0);
    opacity: 0.9;
    transform: translate3d(0, 2px, 0) scale(0.985);
  }

  100% {
    filter: blur(0);
    opacity: 0.9;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-sprite-five {
  to {
    background-position: 100% 0;
  }
}

@keyframes hero-sprite-seven {
  to {
    background-position: 100% 0;
  }
}

@keyframes nurture-thread-draw {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes nurture-thread-draw-vertical {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes nurture-stage-reveal {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
