@font-face {
  font-family:Raleway;
  src:url('/fonts/raleway-600.ttf') format('truetype');
  font-weight:600;
  font-style:normal;
  font-display:swap
}

:root {
  --blue:#005bbb;
  --navy:#002f56;
  --ink:#172b3d;
  --muted:#526575;
  --line:#e4e4e4;
  --pale:#f3f7fa;
  --teal:#00a69c;
  --space:clamp(56px,7vw,100px)
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  color:var(--ink);
  background:#fff;
  font:18px/1.65 Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased
}
a {
  color:var(--blue);
  text-underline-offset:4px;
  text-decoration-thickness:1px
}
a:hover {
  text-decoration:underline;
  color:var(--navy)
}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:5px
}
img {
  max-width:100%;
  height:auto;
  display:block
}
button,input {
  font:inherit
}
button,a,input,summary {
  -webkit-tap-highlight-color:transparent
}
button,summary {
  cursor:pointer
}
h1,h2,h3,h4 {
  font-family:Raleway,Arial,sans-serif;
  font-weight:600;
  line-height:1.2;
  color:var(--navy);
  margin:0 0 20px
}
h1 {
  font-size:clamp(40px,5vw,66px);
  letter-spacing:-.045em
}
h2 {
  font-size:clamp(28px,3vw,39px);
  letter-spacing:-.03em
}
h3 {
  font-size:24px;
  letter-spacing:-.02em
}
p {
  margin:0 0 20px
}
figure {
  margin:0
}
ul {
  padding-left:1.2em
}
li {
  margin-bottom:6px
}
hr {
  border:0;
  border-top:1px solid var(--line);
  margin:30px 0
}
[hidden] {
  display:none!important
}
.container {
  width:min(1280px,calc(100% - 96px));
  margin-inline:auto
}
.blue {
  color:var(--blue)
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.15em;
  font-size:14px;
  font-weight:bold;
  line-height:1.5;
  color:var(--blue);
  margin-bottom:18px
}
.text-link,.small-link {
  font-size:16px;
  font-weight:bold;
  text-decoration:none
}
.text-link span {
  margin-left:12px
}
.skip-link {
  position:fixed;
  top:-90px;
  left:16px;
  z-index:99;
  background:white;
  padding:14px 20px
}
.skip-link:focus {
  top:10px
}
.site-header {
  border-top:5px solid var(--blue);
  border-bottom:1px solid var(--line);
  background:#fff
}
.header-inner {
  min-height:114px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px
}
.brand {
  display:block;
  flex-shrink:0;
  text-decoration:none!important;
  color:var(--navy)
}
.brand-name {
  display:block;
  font:600 32px/1.1 Raleway,Arial,sans-serif;
  letter-spacing:-1.2px
}
.brand-light {
  color:var(--blue)
}
.brand-dot {
  color:var(--teal)
}
.affiliation {
  display:block;
  font-size:14px;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin-top:10px
}
.site-header nav {
  display:flex;
  gap:27px;
  align-items:center
}
.site-header nav a {
  font-size:20px;
  text-decoration:none;
  color:var(--ink);
  padding:16px 0;
  position:relative;
  white-space:nowrap
}
.site-header nav a:hover,.site-header nav a[aria-current] {
  color:var(--blue)
}
.site-header nav a[aria-current]:after {
  position:absolute;
  content:'';
  bottom:7px;
  left:0;
  width:20px;
  height:2px;
  background:var(--blue)
}
.menu-toggle {
  display:none;
  background:white;
  color:var(--navy);
  border:1px solid var(--line);
  padding:10px 14px;
  border-radius:2px;
  font-size:16px
}
.menu-toggle span {
  margin-left:10px
}
.hero {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);
  gap:55px;
  align-items:center;
  padding:48px 0 20px
}
.hero h1 {
  font-size:clamp(36px,3.4vw,48px);
  line-height:1.08;
  margin-bottom:28px
}
.hero-description {
  font-size:22px;
  line-height:1.7;
  text-align:justify;
  max-width:540px;
  color:var(--muted)
}
.hero-links {
  display:flex;
  gap:28px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:32px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  background:var(--blue);
  color:white;
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
  padding:15px 21px;
  min-height:48px
}
.button:hover {
  background:var(--navy);
  color:white;
  text-decoration:none
}
.hero-visual {
  width:100%;
  max-width:420px;
  justify-self:start;
  position:relative
}
.hero-visual>img {
  width:100%;
  height:auto;
  aspect-ratio:1.6;
  object-fit:cover;
  object-position:47% center
}
.hero-visual:before {
  content:'';
  display:block;
  width:56px;
  height:4px;
  background:var(--teal);
  position:absolute;
  left:0;
  top:-16px
}
.hero-visual figcaption {
  font-size:14px;
  color:var(--muted);
  margin-top:13px
}
.caption-dot {
  width:5px;
  height:5px;
  background:var(--teal);
  display:inline-block;
  margin:0 7px 2px 0
}
.lab-intro {
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:60px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:28px 0;
  font-size:16px
}
.lab-intro p {
  margin:0;
  max-width:650px
}
.lab-intro p:first-child {
  font-family:Raleway,Arial,sans-serif;
  color:var(--navy);
  font-size:17px
}
.section {
  padding-top:var(--space)
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:36px
}
.section-heading h2 {
  margin-bottom:0
}
.section-heading .text-link {
  padding-bottom:5px;
  white-space:nowrap
}
.theme-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px
}
.theme-card {
  position:relative;
  border-bottom:1px solid var(--line);
  padding-bottom:22px
}
.theme-card img {
  width:100%;
  height:170px;
  object-fit:contain;
  background:var(--pale);
  padding:12px;
  margin-bottom:24px
}
.theme-card h3 {
  font-size:22px;
  margin-bottom:12px
}
.theme-card h3 a {
  text-decoration:none;
  color:var(--navy)
}
.theme-card p {
  font-size:18px;
  color:var(--muted);
  padding-right:8px;
  max-width:33ch
}
.theme-number {
  display:block;
  color:var(--blue);
  font-size:14px;
  letter-spacing:.12em;
  margin-bottom:12px
}
.project-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:48px 32px
}
.project-card {
  min-width:0
}
.project-image {
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--pale);
  aspect-ratio:1.62;
  overflow:hidden;
  border:1px solid #edf0f2;
  margin-bottom:18px
}
.project-image img {
  object-fit:contain;
  width:100%;
  height:100%;
  padding:12px;
  transition:transform .2s
}
.project-image:hover img {
  transform:scale(1.025)
}
.project-meta {
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin:0 0 12px
}
.project-card h3 {
  font-size:26px;
  margin-bottom:12px
}
.project-card h3 a {
  color:var(--navy);
  text-decoration:none
}
.project-card p {
  font-size:18px;
  line-height:1.6;
  color:var(--muted);
  margin-bottom:15px
}
.resource-links {
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  align-items:center;
  font-size:16px;
  font-weight:bold
}
.resource-links a {
  padding:6px 0
}
.news-item {
  display:grid;
  grid-template-columns:170px 1fr;
  gap:35px;
  padding:25px 0;
  border-top:1px solid var(--line);
  font-size:18px
}
.news-item:last-child {
  border-bottom:1px solid var(--line)
}
.news-date {
  font-size:14px;
  color:var(--muted);
  margin:3px 0
}
.news-item strong {
  color:var(--navy)
}
.news-item br {
  display:block;
  content:'';
  margin-top:7px
}
.news-item p:last-child {
  margin-bottom:0
}
.news-section {
  max-width:1050px
}
.people-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:45px 28px;
  margin-top:32px
}
.person-card img,.portrait-placeholder {
  aspect-ratio:1;
  object-fit:cover;
  object-position:center 25%;
  width:100%;
  margin-bottom:20px;
  background:var(--pale)
}
.person-card h3 {
  font-size:20px;
  margin-bottom:8px;
  overflow-wrap:anywhere
}
.person-card h3 a {
  color:var(--navy);
  text-decoration:none
}
.person-role {
  color:var(--muted);
  font-size:16px;
  margin-bottom:12px
}
.person-detail {
  font-size:14px;
  line-height:1.7;
  color:var(--muted);
  margin-bottom:10px
}
.person-detail strong {
  display:block;
  color:var(--ink);
  font-weight:normal
}
.portrait-placeholder {
  display:grid;
  place-items:center;
  font:600 70px Raleway,Arial;
  color:#8193a3
}
.join-callout {
  margin:var(--space) 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  background:var(--navy);
  padding:48px 50px;
  color:white
}
.join-callout h2 {
  color:white;
  font-size:clamp(28px,3vw,40px)
}
.join-callout .eyebrow {
  color:#b9d8fa
}
.join-callout p:last-child {
  margin-bottom:0;
  font-size:18px;
  color:#e1ebf2
}
.button-light {
  background:white;
  color:var(--navy);
  flex-shrink:0
}
.button-light:hover {
  background:#e4edf5;
  color:var(--navy)
}
.site-footer {
  background:var(--pale);
  padding:60px 0 22px
}
.footer-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr .65fr;
  gap:60px;
  font-size:16px;
  color:var(--muted)
}
.footer-brand {
  font:600 26px Raleway,Arial;
  color:var(--navy);
  text-decoration:none;
  display:block;
  margin-bottom:17px
}
.footer-grid h2 {
  font-size:18px;
  margin-bottom:20px
}
.footer-grid a {
  line-height:2
}
.footer-bottom {
  border-top:1px solid #dbe2e8;
  padding-top:22px;
  margin-top:40px;
  font-size:14px;
  color:var(--muted);
  display:flex;
  justify-content:space-between
}
.page-content {
  padding-top:64px;
  padding-bottom:80px;
  min-height:65vh
}
.page-heading {
  margin-bottom:55px;
  max-width:900px
}
.page-heading p:not(.eyebrow) {
  max-width:680px;
  font-size:18px;
  color:var(--muted)
}
.page-heading .resource-links {
  margin-top:22px
}
.project-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  border-top:1px solid var(--line);
  padding:20px 0 35px;
  font-size:16px;
  color:var(--muted)
}
.project-toolbar p {
  margin:0
}
.project-toolbar label {
  display:flex;
  align-items:center;
  gap:14px
}
.project-toolbar input {
  border:1px solid #a3b3c0;
  border-radius:0;
  padding:10px 14px;
  color:var(--ink);
  width:250px;
  background:white;
  font-size:16px
}
.additional-projects {
  display:flex;
  flex-wrap:wrap;
  gap:14px 32px
}
.additional-projects a {
  padding:10px 0
}
.research-row {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center;
  padding:50px 0;
  border-top:1px solid var(--line);
  scroll-margin-top:25px
}
.research-row>img {
  width:100%;
  max-height:360px;
  object-fit:contain;
  background:var(--pale);
  padding:25px
}
.research-row p {
  color:var(--muted)
}
.research-row .eyebrow {
  color:var(--blue)
}
.group-title {
  font-size:24px;
  margin:50px 0 24px
}
.news-archive {
  max-width:1000px
}
.news-archive>h2 {
  margin:50px 0 24px
}
.contact-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:100px
}
.prose {
  max-width:75ch
}
.prose h2 {
  font-size:25px;
  margin-top:35px
}
.prose h2:first-child {
  margin-top:0
}
.contact-panel {
  align-self:start;
  background:var(--pale);
  padding:35px
}
.contact-panel h2 {
  font-size:26px
}
.contact-panel p {
  font-size:18px
}
.publication-list {
  max-width:1000px;
  margin-bottom:65px
}
.publication-list>h2 {
  font-size:32px;
  border-bottom:2px solid var(--navy);
  padding-bottom:20px;
  margin-bottom:30px
}
.publication-list h3.bibliography {
  font-size:20px;
  color:var(--blue);
  margin:42px 0 26px;
  letter-spacing:0
}
.bibliography {
  list-style:none;
  padding:0
}
.bibliography>li {
  margin:0 0 34px
}
.publication-list .bibliography>li {
  margin-bottom:18px
}
.publication {
  font-size:16px;
  line-height:1.75;
  scroll-margin-top:30px;
  overflow-wrap:anywhere;
  max-width:90ch
}
.publication-title {
  font-size:18px;
  line-height:1.45;
  margin:0 0 8px;
  letter-spacing:0;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold
}
.publication-title a {
  color:var(--navy);
  text-decoration:none
}
.publication-title a:hover {
  color:var(--blue);
  text-decoration:underline
}
.publication em {
  font-style:italic;
  color:var(--muted)
}
.publication strong em {
  font-style:normal;
  font-weight:normal
}
.publication-news {
  font-size:14px;
  margin:8px 0
}
.bibtex {
  font-size:14px;
  display:block;
  margin-top:5px
}
.bibtex summary {
  display:list-item;
  color:var(--blue);
  width:max-content;
  padding:5px 0
}
.bibtex pre {
  background:var(--pale);
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  padding:20px;
  max-width:100%;
  font-size:14px
}
.back-link {
  font-size:16px;
  text-decoration:none;
  display:inline-block;
  margin-bottom:35px
}
.project-feature {
  background:var(--pale);
  padding:35px;
  margin-bottom:60px
}
.project-feature img {
  width:100%;
  max-height:500px;
  object-fit:contain
}
.project-feature figcaption {
  font-size:14px;
  color:var(--muted);
  margin-top:20px;
  text-align:center
}
.project-body {
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:100px;
  margin-bottom:70px
}
.project-body h2 {
  font-size:24px
}
.project-body aside {
  border-left:1px solid var(--line);
  padding-left:35px
}
.team-links {
  list-style:none;
  padding:0;
  font-size:16px;
  margin:0 0 30px
}
.team-links li {
  margin-bottom:10px
}
.video-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px
}
.video-list article {
  padding:25px;
  background:var(--pale)
}
.video-list h2 {
  font-size:22px
}
.person-page .publication-title {
  font-size:18px
}
.person-page>h2 {
  font-size:27px
}
#main:focus {
  outline:none
}

@media(max-width:1200px) {
  .container {
  width:calc(100% - 64px)
}
.site-header nav {
  gap:18px
}
.hero {
  gap:36px
}
.hero-links {
  gap:18px
}
.contact-grid,.project-body {
  gap:50px
}

}

@media(max-width:1099px) {
  .header-inner {
  min-height:96px;
  flex-wrap:wrap;
  gap:0;
  position:relative;
  padding:20px 0
}
.menu-toggle {
  display:block
}
.site-header nav {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  gap:10px 25px;
  padding-top:20px
}
.js .site-header nav {
  display:none
}
.js .site-header nav.is-open {
  display:flex
}
.site-header nav a {
  padding:12px 0
}
.hero h1 {
  font-size:38px
}
.project-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.theme-grid {
  gap:24px
}
.people-grid {
  grid-template-columns:repeat(3,minmax(0,1fr))
}
.people-preview {
  grid-template-columns:repeat(4,minmax(0,1fr))
}
.person-card h3 {
  font-size:18px
}
.join-callout {
  padding:36px
}
.footer-grid {
  gap:35px
}

}

@media(max-width:800px) {
  .hero {
  grid-template-columns:1fr;
  padding-top:36px;
  gap:32px
}
.hero-copy {
  max-width:650px
}
.hero h1 {
  font-size:clamp(34px,5.5vw,44px)
}
.hero h1 br {
  display:none
}
.hero-description {
  max-width:600px
}
.hero-visual>img {
  height:auto;
  aspect-ratio:1.6;
  object-fit:cover
}
.lab-intro {
  gap:30px;
  grid-template-columns:1fr 1.3fr
}
.theme-grid {
  grid-template-columns:1fr
}
.theme-card {
  display:grid;
  grid-template-columns:170px 1fr;
  column-gap:25px;
  padding-bottom:25px
}
.theme-card img {
  grid-column:1;
  grid-row:1/4;
  width:170px;
  height:150px;
  margin:0
}
.theme-card .theme-number,.theme-card h3,.theme-card p {
  grid-column:2
}
.theme-card p {
  max-width:unset;
  margin-bottom:0
}
.theme-card .theme-number {
  margin:0 0 7px
}
.theme-card h3 {
  margin-bottom:8px
}
.people-grid,.people-preview {
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.research-row {
  gap:35px
}
.contact-grid {
  grid-template-columns:1fr;
  gap:35px
}
.contact-panel {
  max-width:600px
}
.join-callout {
  align-items:start;
  flex-direction:column
}
.footer-grid {
  grid-template-columns:1fr 1fr
}
.footer-grid>div:first-child {
  grid-column:1/-1
}
.project-body {
  grid-template-columns:1fr;
  gap:35px
}
.project-body aside {
  border-left:0;
  border-top:1px solid var(--line);
  padding:30px 0 0
}

}

@media(max-width:540px) {
  .container {
  width:calc(100% - 40px)
}
.header-inner {
  min-height:88px;
  padding:16px 0
}
.brand-name {
  font-size:26px
}
.affiliation {
  font-size:14px;
  margin-top:7px
}
.menu-toggle {
  padding:9px 11px;
  font-size:14px
}
.site-header nav {
  gap:0;
  flex-direction:column;
  align-items:stretch
}
.site-header nav a {
  border-top:1px solid var(--line);
  padding:13px 4px;
  font-size:20px
}
.site-header nav a[aria-current]:after {
  display:none
}
.hero {
  padding:32px 0 16px;
  gap:28px
}
.hero h1 {
  font-size:34px
}
.hero-description {
  font-size:20px
}
.hero-links {
  gap:20px;
  margin-top:25px
}
.hero-links .text-link {
  font-size:16px
}
.hero-links .button {
  padding:13px 16px;
  gap:14px
}
.hero-visual>img {
  aspect-ratio:1.6;
  object-position:47% center
}
.hero-visual figcaption {
  font-size:14px
}
.lab-intro {
  grid-template-columns:1fr;
  gap:18px;
  font-size:16px;
  padding:25px 0
}
.section-heading {
  align-items:start;
  flex-direction:column;
  gap:16px;
  margin-bottom:28px
}
.section-heading .eyebrow {
  margin-bottom:12px
}
.theme-card {
  display:block
}
.theme-card img {
  width:100%;
  height:190px;
  margin-bottom:20px
}
.theme-card h3 {
  font-size:23px;
  margin-bottom:12px
}
.theme-card .theme-number {
  margin-bottom:12px
}
.theme-card p {
  max-width:34ch
}
.project-grid {
  grid-template-columns:1fr;
  gap:38px
}
.project-image {
  aspect-ratio:1.65
}
.project-card h3 {
  font-size:26px
}
.project-card p {
  font-size:18px
}
.news-item {
  grid-template-columns:1fr;
  gap:12px;
  padding:24px 0;
  font-size:16px
}
.news-date {
  font-size:14px
}
.people-grid {
  gap:35px 20px
}
.person-card h3 {
  font-size:17px
}
.person-role {
  font-size:14px
}
.person-card img,.portrait-placeholder {
  margin-bottom:14px
}
.people-grid:not(.people-preview) {
  grid-template-columns:1fr 1fr
}
.person-detail {
  font-size:14px
}
.person-card .small-link {
  font-size:14px
}
.join-callout {
  padding:30px 25px
}
.join-callout h2 {
  font-size:31px
}
.join-callout p:last-child {
  font-size:16px
}
.footer-grid {
  gap:30px;
  font-size:14px
}
.footer-bottom {
  flex-direction:column;
  gap:8px
}
.page-content {
  padding-top:42px;
  padding-bottom:55px
}
.page-heading {
  margin-bottom:40px
}
.page-heading p:not(.eyebrow) {
  font-size:18px
}
.page-heading h1 {
  font-size:43px
}
.project-toolbar {
  align-items:stretch;
  flex-direction:column;
  gap:15px
}
.project-toolbar label {
  align-items:start;
  flex-direction:column;
  gap:8px
}
.project-toolbar input {
  width:100%
}
.research-row {
  grid-template-columns:1fr;
  gap:25px;
  padding:35px 0
}
.research-row h2 {
  font-size:29px
}
.research-row img {
  max-height:260px
}
.publication-list>h2 {
  font-size:28px
}
.publication-title {
  font-size:17px
}
.publication {
  font-size:16px
}
.publication-list h3.bibliography {
  margin:30px 0 24px
}
.bibliography>li {
  margin-bottom:32px
}
.project-feature {
  padding:15px;
  margin-bottom:40px
}
.project-feature figcaption {
  font-size:14px
}
.video-list {
  grid-template-columns:1fr
}
.contact-panel {
  padding:25px
}
.resource-links {
  gap:14px
}

}

@media(max-width:359px) {
  .container {
  width:calc(100% - 32px)
}
.hero h1,.page-heading h1 {
  font-size:37px
}
.people-grid:not(.people-preview) {
  grid-template-columns:1fr
}
.hero-links {
  align-items:start;
  flex-direction:column
}
.brand-name {
  font-size:24px
}

}

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

}


/* Shared project rows keep the same card dimensions in every category. */
.row-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.row-project-card {
  display: grid;
  grid-template-rows: 200px 48px 116px;
}
.row-project-card p { margin-bottom: 0; }
.project-row .section-heading { margin-bottom: 24px; }
.row-project-card .project-image { height: 182px; aspect-ratio: auto; }
.row-project-card .project-image img { width: 100%; height: auto; max-height: none; padding: 0; }
.row-project-card h3 { font-size: clamp(21px, 1.8vw, 26px); overflow-wrap: anywhere; }
.project-row + .project-row { margin-top: 5pt; padding-top: 5pt; border-top: 1px solid var(--line); }
@media (max-width: 1099px) {
  .row-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
  .row-project-card { grid-template-rows: 238px 48px 116px; }
  .row-project-card .project-image { height: 220px; }
}
@media (max-width: 540px) {
  .row-project-grid { grid-template-columns: 1fr; gap: 24px; }
  .row-project-card { grid-template-rows: auto 48px 116px; }
  .row-project-card .project-image { height: auto; aspect-ratio: 1.62; }
  .row-project-card h3 { font-size: 25px; }
}

/* Original lab artwork from the Fall 2026 teaching slides. */
.header-inner { gap: 28px; }
.site-header .brand { order: 2; margin-left: auto; }
.lab-logo { width: 260px; height: auto; }
.site-header nav { order: 1; gap: 22px; }
.menu-toggle { order: 0; }
@media (min-width: 1100px) and (max-width: 1250px) {
  .lab-logo { width: 230px; }
  .site-header nav { gap: 16px; }
}
@media (max-width: 1099px) {
  .site-header nav { order: 3; }
  .header-inner { gap: 0; }
}
@media (max-width: 540px) {
  .lab-logo { width: 220px; }
  .menu-toggle { padding: 9px 10px; }
  .menu-toggle span { margin-left: 5px; }
}
@media (max-width: 359px) {
  .lab-logo { width: 190px; }
}

/* Emphasize the lab focus and bring its projects closer to the introduction. */
.hero .eyebrow { font-size: 18px; letter-spacing: .11em; text-align: center; line-height: 1.5; margin-bottom: 18px; max-width: 540px; }
.home-projects > .project-row:first-child { padding-top: 32px; }
@media (max-width: 540px) {
  .hero .eyebrow { font-size: 16px; letter-spacing: .08em; }
  .home-projects > .project-row:first-child { padding-top: 24px; }
}
@media (max-width: 359px) {
  .hero h1 { font-size: 32px; }
}

@media (max-width: 800px) {
  .hero .eyebrow { max-width: 600px; }
}
