:root {
  --bg: #050a16;
  --bg-elev: rgba(10, 22, 48, 0.6);
  --ink: #eef4ff;
  --muted: #a9bbd4;
  --line: rgba(150, 196, 255, 0.18);
  --line-strong: rgba(150, 196, 255, 0.36);
  --cyan: #4ec4ff;
  --sky: #7eb6ff;
  --ice: #c5ddff;
  --nav-h: 4.5rem;
  --radius: 1.25rem;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  --font: "Outfit", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: -0.01em;
  overflow-wrap: break-word;
}

body {
  min-height: 100dvh;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-150%);
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: #060e1c;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line-strong);
}

.skip-link:focus {
  transform: none;
}

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(1000px 620px at 16% 18%, rgba(78, 196, 255, 0.16), transparent 58%),
    radial-gradient(820px 520px at 88% 10%, rgba(126, 182, 255, 0.1), transparent 52%),
    radial-gradient(900px 480px at 62% 100%, rgba(40, 90, 190, 0.16), transparent 58%),
    #050a16;
}

.lab-glow {
  position: absolute;
  filter: blur(42px);
  opacity: 0.7;
  animation: drift 24s ease-in-out infinite alternate;
}

.lab-glow-a {
  width: 38vw;
  height: 38vw;
  left: -6vw;
  top: 18vh;
  background: radial-gradient(circle, rgba(78, 196, 255, 0.32), transparent 68%);
}

.lab-glow-b {
  width: 32vw;
  height: 32vw;
  right: -4vw;
  top: 8vh;
  background: radial-gradient(circle, rgba(160, 200, 255, 0.16), transparent 68%);
  animation-duration: 30s;
}

.lab-glow-c {
  width: 46vw;
  height: 26vw;
  left: 30vw;
  bottom: -10vh;
  background: radial-gradient(circle, rgba(70, 130, 230, 0.16), transparent 70%);
  animation-duration: 28s;
}

.tomo-stack {
  position: absolute;
  inset: 6% 4%;
  background: repeating-linear-gradient(
    -16deg,
    transparent 0 52px,
    rgba(120, 190, 255, 0.055) 52px 53px
  );
  mask-image: radial-gradient(ellipse at 58% 38%, black 18%, transparent 74%);
}

.scope-rings {
  position: absolute;
  width: 68vmin;
  height: 68vmin;
  right: -14vmin;
  top: 6vh;
  border-radius: 50%;
  border: 1px solid rgba(197, 221, 255, 0.16);
  box-shadow:
    inset 0 0 40px rgba(78, 196, 255, 0.06),
    0 0 0 42px rgba(78, 196, 255, 0.035),
    0 0 0 88px rgba(78, 196, 255, 0.028),
    0 0 0 140px rgba(197, 221, 255, 0.025);
}

.scan-plane {
  position: absolute;
  left: 8%;
  right: 18%;
  height: 22%;
  top: 28%;
  background: linear-gradient(180deg, transparent, rgba(78, 196, 255, 0.1), transparent);
  animation: scan 16s ease-in-out infinite;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}

.organoid {
  position: absolute;
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.42), transparent 22%),
    radial-gradient(circle at 62% 58%, rgba(160, 200, 255, 0.22), transparent 32%),
    radial-gradient(circle at 46% 48%, rgba(78, 196, 255, 0.34), rgba(10, 22, 48, 0.14) 58%, transparent 70%);
  box-shadow:
    inset 0 0 36px rgba(78, 196, 255, 0.28),
    0 0 50px rgba(78, 196, 255, 0.12);
  animation: drift 26s ease-in-out infinite alternate;
}

.organoid::before {
  content: "";
  position: absolute;
  width: 28%;
  height: 28%;
  left: 22%;
  top: 24%;
  border-radius: 60% 40% 55% 45%;
  background: radial-gradient(circle at 40% 35%, rgba(255, 255, 255, 0.55), rgba(78, 196, 255, 0.28) 70%, transparent);
}

.organoid::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 48%;
  height: 2px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(197, 221, 255, 0.7), transparent);
  transform: none;
  box-shadow: 0 18px 0 -1px rgba(78, 196, 255, 0.14), 0 -16px 0 -1px rgba(78, 196, 255, 0.1);
}

.o1 {
  width: 22vw;
  height: 22vw;
  min-width: 180px;
  min-height: 180px;
  left: 6vw;
  bottom: 12vh;
}

.o2 {
  width: 14vw;
  height: 14vw;
  min-width: 120px;
  min-height: 120px;
  right: 10vw;
  top: 22vh;
  animation-duration: 32s;
  opacity: 0.85;
}

.o3 {
  width: 9vw;
  height: 9vw;
  min-width: 80px;
  min-height: 80px;
  left: 42vw;
  top: 14vh;
  opacity: 0.7;
  animation-duration: 20s;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0.8rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 0 0.9rem;
  pointer-events: none;
}

.glass-nav {
  pointer-events: auto;
  width: min(var(--max), 100%);
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.4rem 0.45rem 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(8, 16, 40, 0.58);
  border: 1px solid var(--line);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: 2.1rem;
  height: 2.1rem;
  color: var(--cyan);
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 10px rgba(78, 196, 255, 0.35));
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text strong {
  font-weight: 650;
  letter-spacing: 0.04em;
}

.brand-text small {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
}

.nav-link.is-active {
  color: var(--ink);
  background: rgba(78, 196, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(78, 196, 255, 0.28);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 1.05rem;
  height: 1.5px;
  background: currentColor;
  border-radius: 99px;
  position: relative;
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bars::before {
  top: -5px;
}

.nav-toggle-bars::after {
  top: 5px;
}

.glass-nav.is-open {
  background: rgba(8, 16, 40, 0.92);
}

.glass-nav.is-open .nav-toggle-bars {
  background: transparent;
}

.glass-nav.is-open .nav-toggle-bars::before {
  top: 0;
  transform: rotate(45deg);
}

.glass-nav.is-open .nav-toggle-bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.scroller {
  position: relative;
  z-index: 1;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: scroll;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 0;
  overscroll-behavior-y: contain;
}

.scroller.is-programmatic {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.snap-section {
  min-height: 100dvh;
  height: 100dvh;
  max-height: 100dvh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  flex-direction: column;
  padding: calc(var(--nav-h) + 0.25rem) 1.1rem 0.9rem;
  overflow: clip;
}

.section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.section-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: visible;
  padding-right: 0.15rem;
  display: flex;
  flex-direction: column;
}

.section-head {
  max-width: 42rem;
}

.kicker,
.meta,
.venue,
.role-badge,
.news-tag,
.card-index,
.year {
  font-family: var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--cyan);
}

.section-head h2 {
  margin: 0.12rem 0 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.section-head h2 span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
}

.lede {
  max-width: 38rem;
}

.section-head p,
.lede,
.hero-copy p,
.pi-card p,
.theme-card p,
.news-card p,
.pub-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.glass-panel,
.glass-card {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.15rem;
  align-items: center;
  min-height: 0;
}

.hero-copy h1 {
  margin: 0.35rem 0 0.8rem;
}

.wordmark {
  display: block;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  background: linear-gradient(120deg, #f4f8ff 18%, var(--cyan) 52%, var(--ice) 94%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(78, 196, 255, 0.2));
}

.tagline {
  display: block;
  margin-top: 0.85rem;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.05rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
}

.btn-primary {
  color: #04101c;
  background: linear-gradient(135deg, var(--cyan), #d4e8ff);
  box-shadow: 0 0 28px rgba(78, 196, 255, 0.28);
}

.btn-ghost {
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
}

.btn:hover {
  transform: translateY(-1px);
}

.hero-panel {
  padding: 1rem 1.1rem 1.05rem;
  position: relative;
  overflow: clip;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% 20%;
  height: 70%;
  background: radial-gradient(circle, rgba(78, 196, 255, 0.16), transparent 70%);
  pointer-events: none;
}

.panel-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.live-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(78, 196, 255, 0.7);
  animation: pulse 2.2s ease-out infinite;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin: 0.75rem 0 0.85rem;
}

.stat-grid div {
  padding: 0.7rem 0.65rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-grid dt {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.stat-grid dd {
  margin: 0.3rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
}

.notice-teaser h2 {
  margin: 0.25rem 0 0.45rem;
  font-size: 1.12rem;
}

.text-link {
  display: inline-block;
  margin-top: 0.7rem;
  color: var(--cyan);
  text-decoration: none;
  font-weight: 600;
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.scroll-hint span {
  width: 1px;
  height: 1.6rem;
  background: linear-gradient(var(--cyan), transparent);
  animation: drop 1.8s ease-in-out infinite;
}

.section-home {
  position: relative;
}

.section-research {
  --accent: var(--cyan);
}

.section-members {
  --accent: var(--sky);
}

.section-pubs {
  --accent: var(--ice);
}

.section-news {
  --accent: var(--sky);
}

.section-members .kicker,
.section-members .role-badge,
.section-pubs .kicker,
.section-pubs .year,
.section-pubs .venue,
.section-news .kicker,
.section-news .news-tag {
  color: var(--accent);
}

.theme-grid,
.member-grid,
.news-grid,
.pub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.theme-grid {
  grid-template-columns: 1fr 1fr;
  flex: 0 1 auto;
  min-height: 0;
  grid-auto-rows: minmax(11.5rem, 14.5rem);
}

.theme-card,
.member-card,
.news-card,
.pub-item,
.pi-card {
  padding: 0.8rem 0.9rem 0.85rem;
}

.theme-card {
  min-height: 100%;
  display: grid;
  align-content: start;
  transition: border-color 160ms ease, transform 160ms ease;
}

.theme-card:hover {
  border-color: rgba(78, 196, 255, 0.38);
  transform: translateY(-2px);
}

.card-index {
  display: inline-block;
  margin-bottom: 0.7rem;
}

.theme-card h3,
.member-card h3,
.news-card h3,
.pub-item h3,
.pi-card h3 {
  margin: 0 0 0.2rem;
  font-size: 1.15rem;
}

.card-en,
.focus,
.contact-line {
  color: var(--muted);
  font-size: 0.86rem;
}

.theme-card p + p {
  margin-top: 0.55rem;
}

.members-layout {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
  min-height: 0;
}

.pi-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.pi-card h3 span {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.92rem;
}

.member-grid {
  grid-template-columns: repeat(3, 1fr);
}

.member-grid,
.pub-list,
.news-grid {
  flex: 0 1 auto;
  min-height: 0;
  align-content: start;
  grid-auto-rows: minmax(11.5rem, 14.5rem);
}

.member-card,
.pub-item,
.news-card {
  min-height: 0;
}

.member-card {
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 0.35rem;
}

.portrait {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #04101c;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.4), transparent 40%),
    linear-gradient(135deg, var(--cyan), var(--sky));
  box-shadow: 0 0 18px rgba(78, 196, 255, 0.2);
}

.portrait::after {
  content: attr(data-initials);
}

.portrait-lg {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1.2rem;
  font-size: 1.05rem;
}

.member-card:nth-child(2) .portrait,
.member-card:nth-child(5) .portrait {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.35), transparent 42%),
    linear-gradient(135deg, var(--ice), #3a7ec8);
}

.member-card:nth-child(3) .portrait,
.member-card:nth-child(6) .portrait {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.35), transparent 42%),
    linear-gradient(135deg, var(--sky), #2a5aa8);
}

.pub-list {
  grid-template-columns: repeat(3, 1fr);
}

.pub-item,
.news-card {
  display: grid;
  align-content: center;
}

.year {
  font-size: 0.92rem;
  padding-top: 0.2rem;
}

.news-grid {
  grid-template-columns: repeat(3, 1fr);
}

.news-card time {
  display: block;
  font-family: var(--mono);
  color: var(--muted);
  font-size: 0.78rem;
}

.news-tag {
  margin: 0.55rem 0 0.4rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.4rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer p {
  margin: 0;
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(4vw, -3vh, 0) scale(1.08);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(78, 196, 255, 0.55);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(78, 196, 255, 0);
  }
}

@keyframes drop {
  0%,
  100% {
    transform: scaleY(0.4);
    opacity: 0.4;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes scan {
  0%,
  100% {
    transform: translateY(-18%);
    opacity: 0.35;
  }
  50% {
    transform: translateY(42%);
    opacity: 0.85;
  }
}

@media (max-width: 960px) {
  .hero-layout,
  .theme-grid,
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-layout {
    align-items: stretch;
  }
}

@media (min-width: 761px) and (max-height: 980px) {
  .snap-section {
    padding: calc(var(--nav-h) + 0.1rem) 1rem 0.65rem;
  }

  .section-inner {
    gap: 0.55rem;
  }

  .section-head h2 {
    font-size: clamp(1.4rem, 2.3vw, 1.95rem);
    margin: 0.05rem 0 0.18rem;
  }

  .section-head p,
  .lede,
  .theme-card p,
  .news-card p {
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .wordmark {
    font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  }

  .tagline {
    margin-top: 0.55rem;
    font-size: clamp(0.98rem, 1.7vw, 1.2rem);
  }

  .hero-actions {
    margin-top: 0.75rem;
  }

  .btn {
    min-height: 2.5rem;
  }

  .theme-card,
  .member-card,
  .news-card,
  .pub-item,
  .pi-card {
    padding: 0.62rem 0.75rem 0.68rem;
  }

  .theme-grid,
  .member-grid,
  .news-grid,
  .pub-list {
    gap: 0.48rem;
  }

  .members-layout {
    gap: 0.48rem;
  }

  .member-grid,
  .pub-list,
  .news-grid {
    grid-auto-rows: minmax(9.5rem, 12.5rem);
  }

  .card-index {
    margin-bottom: 0.35rem;
  }

  .theme-card h3,
  .member-card h3,
  .news-card h3,
  .pub-item h3,
  .pi-card h3 {
    font-size: 1.02rem;
  }

  .portrait {
    width: 2.35rem;
    height: 2.35rem;
  }

  .portrait-lg {
    width: 3.8rem;
    height: 3.8rem;
  }

  .scroll-hint {
    bottom: 0.45rem;
  }
}

@media (max-width: 760px) {
  .glass-nav {
    border-radius: 1.2rem;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0.55rem 0.55rem 0.55rem 0.75rem;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0.35rem 0.2rem 0.4rem;
  }

  .glass-nav.is-open .nav-links {
    display: flex;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    border-radius: 0.9rem;
    padding: 0.7rem 0.8rem;
  }

  .scroller {
    scroll-snap-type: y proximity;
  }

  .snap-section {
    height: auto;
    min-height: 100dvh;
    max-height: none;
    padding-top: 5.75rem;
    padding-bottom: 1.6rem;
    overflow: visible;
    scroll-snap-stop: normal;
  }

  .section-inner,
  .section-body {
    min-height: auto;
    overflow: visible;
  }

  .hero-layout,
  .theme-grid,
  .member-grid,
  .news-grid,
  .pub-list,
  .pi-card,
  .pub-item {
    grid-template-columns: 1fr;
  }

  .theme-grid,
  .member-grid,
  .news-grid,
  .pub-list {
    flex: none;
    grid-auto-rows: auto;
  }

  .wordmark {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

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

  .scroll-hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .scroller {
    scroll-snap-type: y proximity;
    scroll-behavior: auto;
  }

  .lab-glow,
  .organoid,
  .scan-plane {
    opacity: 0.45;
    animation: none !important;
  }
}
