:root {
  --paper: #fbfbf8;
  --surface: #ffffff;
  --ink: #111814;
  --muted: #66706a;
  --line: #dfe5de;
  --teal: #245c4d;
  --clay: #9d4637;
  --blue: #334f7a;
  --sage: #dcebdd;
  --sage-deep: #3f9648;
  --wine: #7a2941;
  --shadow: 0 18px 48px rgba(17, 24, 20, 0.08);
  --shadow-soft: 0 10px 28px rgba(17, 24, 20, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration-color: rgba(15, 118, 110, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--teal);
  text-decoration-color: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(223, 229, 222, 0.9);
  background: rgba(251, 251, 248, 0.92);
  backdrop-filter: blur(16px);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--surface);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.site-nav {
  gap: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
  font-weight: 800;
}

.page-shell {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: 42px;
  width: min(1180px, calc(100% - 48px));
  margin: 44px auto 0;
  align-items: start;
}

.profile-panel {
  position: sticky;
  top: 92px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  border-radius: 2px;
}

.portrait-wrap {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  background: #e5ece9;
}

.portrait {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.identity {
  padding: 20px 0 8px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 8px;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.identity h1,
.hero-section h2,
.section-heading h2,
.section-block h2 {
  margin: 0;
  line-height: 1.12;
}

.identity h1 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.name-cn {
  margin: 4px 0 0;
  color: var(--muted);
}

.role {
  margin: 14px 0 0;
  color: var(--muted);
}

.quick-facts {
  display: grid;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-facts p {
  margin: 0;
}

.quick-facts span,
.clean-list span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.link-grid a,
.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  font-weight: 800;
  text-decoration: none;
}

.link-grid a {
  background: #ffffff;
  font-size: 0.92rem;
}

.content {
  display: grid;
  gap: 28px;
}

.hero-section {
  min-height: calc(100vh - 168px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: center;
  padding: 36px 0 64px;
  border-bottom: 1px solid var(--line);
}

.hero-section h2 {
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.3vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0;
}

.lead {
  max-width: 700px;
  margin: 20px 0 0;
  color: #3b4650;
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
}

.lead.compact {
  margin-top: 12px;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.keyword-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.keyword-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid rgba(36, 92, 77, 0.18);
  border-radius: 999px;
  background: rgba(220, 235, 221, 0.58);
  color: #244a3f;
  font-size: 0.8rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  isolation: isolate;
  transform: translateY(0);
  animation: visualFloat 6s ease-in-out infinite;
}

.research-map {
  min-height: 360px;
  padding: 22px;
  background:
    radial-gradient(circle at 26% 24%, rgba(220, 235, 221, 0.95), transparent 24%),
    radial-gradient(circle at 80% 78%, rgba(122, 41, 65, 0.12), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f6f8f3 100%);
}

.research-map::before,
.research-map::after {
  content: "";
  position: absolute;
  inset: 50px 34px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(36, 92, 77, 0.42), transparent);
  transform: rotate(28deg);
}

.research-map::after {
  inset: auto 34px 76px;
  transform: rotate(-22deg);
}

.map-orbit {
  position: relative;
  min-height: 230px;
  border: 1px solid rgba(36, 92, 77, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(36, 92, 77, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(51, 79, 122, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
}

.node {
  position: absolute;
  display: inline-flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 24, 20, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

.node.ai {
  top: 24px;
  left: 28px;
  background: #dcebdd;
}

.node.culture {
  top: 78px;
  right: 32px;
  width: 96px;
  height: 96px;
  color: var(--wine);
}

.node.dh {
  bottom: 22px;
  left: 46%;
  background: #eef2f7;
  color: var(--blue);
}

.node.books {
  bottom: 38px;
  left: 26px;
  background: #faf3ef;
  color: var(--clay);
}

.map-caption {
  position: relative;
  z-index: 2;
  margin-top: 18px;
}

.map-caption p {
  margin: 0 0 6px;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-caption h3 {
  margin: 0;
  max-width: 360px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

@keyframes visualFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

.button {
  padding: 10px 18px;
}

.button.primary {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--surface);
}

.button.secondary {
  background: transparent;
}

.section-block {
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

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

.section-heading h2,
.section-block h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
}

.row-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.text-link {
  color: var(--teal);
  font-weight: 800;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.topic-card,
.publication-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.topic-card {
  padding: 20px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.topic-card:hover {
  border-color: rgba(36, 92, 77, 0.28);
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}

.topic-index {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.topic-card h3,
.publication-card h3 {
  margin: 8px 0;
  line-height: 1.25;
}

.topic-card p,
.publication-card p {
  margin: 0;
  color: var(--muted);
}

.timeline,
.news-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li,
.news-list li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid rgba(215, 223, 220, 0.9);
}

.timeline time,
.news-list time {
  color: var(--clay);
  font-weight: 800;
}

.timeline p,
.news-list p {
  margin: 0;
}

.news-section {
  padding-top: 42px;
}

.news-list {
  gap: 16px;
}

.news-list li {
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  border-top: 0;
  padding: 0;
}

.news-list time {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 8px;
  background: var(--sage);
  color: #18371e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.news-list li:nth-child(n + 6) time {
  background: #b9dbbc;
}

.news-list li:nth-child(n + 7) time {
  background: var(--sage-deep);
  color: #ffffff;
}

.news-list p {
  color: #111814;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.65vw, 1.34rem);
  line-height: 1.45;
}

.news-list a {
  color: #153f34;
  text-decoration-color: rgba(63, 150, 72, 0.42);
  text-decoration-thickness: 2px;
}

.news-list li:nth-child(n + 6) {
  display: none;
}

.news-section.is-expanded .news-list li {
  display: grid;
}

.news-toggle {
  margin-top: 22px;
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--teal);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.news-toggle:hover {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--surface);
}

.publication-list {
  display: grid;
  gap: 14px;
}

.publication-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.publication-card:hover {
  border-color: rgba(36, 92, 77, 0.25);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.venue,
.tag {
  align-self: start;
  padding: 8px 10px;
  background: rgba(39, 84, 138, 0.12);
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.tag {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tag.journal {
  background: rgba(15, 118, 110, 0.12);
  color: var(--teal);
}

.tag.chapter {
  background: rgba(180, 83, 42, 0.13);
  color: var(--clay);
}

.tag.conference {
  background: rgba(39, 84, 138, 0.12);
  color: var(--blue);
}

.tag.review {
  background: rgba(95, 127, 85, 0.14);
  color: var(--sage);
}

.venue.accent {
  background: rgba(180, 83, 42, 0.13);
  color: var(--clay);
}

.venue.green {
  background: rgba(95, 127, 85, 0.14);
  color: var(--sage);
}

.pub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  color: var(--teal);
  font-weight: 800;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.filter-button {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
}

.filter-button:hover,
.filter-button.active {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--surface);
}

.publication-card.is-hidden {
  display: none;
}

.grant-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.clean-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  padding-top: 14px;
  border-top: 1px solid rgba(215, 223, 220, 0.9);
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.contact-band h2 {
  max-width: 640px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 44px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

/* Minimal academic layout */
.page-shell {
  grid-template-columns: minmax(248px, 300px) minmax(0, 820px);
  gap: 54px;
  width: min(1080px, calc(100% - 56px));
}

.profile-panel {
  box-shadow: none;
}

.content {
  gap: 0;
}

.hero-section {
  min-height: auto;
  display: block;
  padding: 34px 0 46px;
}

.hero-section h2 {
  max-width: 760px;
  font-size: clamp(2.05rem, 4vw, 3.4rem);
}

.lead {
  max-width: 740px;
  font-size: 1rem;
}

.lead.compact {
  max-width: 700px;
  font-size: 0.96rem;
}

.keyword-strip {
  margin-top: 20px;
}

.button {
  min-height: 38px;
  padding: 8px 15px;
  font-size: 0.9rem;
}

.section-block {
  padding: 34px 0;
}

.section-heading h2,
.section-block h2 {
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
}

.topic-grid,
.grant-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.topic-card {
  padding: 18px 0;
  border-width: 1px 0 0;
  background: transparent;
}

.topic-card:hover {
  border-color: var(--line);
  box-shadow: none;
  transform: none;
}

.topic-index {
  display: inline-block;
  min-width: 42px;
  color: var(--wine);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.topic-card h3 {
  margin: 4px 0 5px;
  font-size: 1.02rem;
}

.topic-card p {
  max-width: 720px;
  font-size: 0.96rem;
}

.news-list {
  gap: 14px;
}

.news-list li {
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 26px;
}

.news-list time {
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 0.88rem;
}

.news-list p {
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.55;
}

.publication-list {
  gap: 0;
}

.pub-group-heading {
  margin: 30px 0 4px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.pub-group-heading:first-child {
  margin-top: 0;
}

.publication-card {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-width: 0 0 1px;
  background: transparent;
}

.publication-card:hover {
  border-color: var(--line);
  box-shadow: none;
  transform: none;
}

.publication-card h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}

.publication-card p {
  font-size: 0.93rem;
  line-height: 1.55;
}

.tag {
  min-height: 25px;
  justify-content: flex-start;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 0.58rem;
  line-height: 1.1;
  text-align: left;
}

.pub-links {
  margin-top: 5px;
  font-size: 0.88rem;
}

.contact-band h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

/* Layered academic polish */
.section-block:nth-of-type(even) {
  position: relative;
}

.section-block:nth-of-type(even)::before {
  content: "";
  position: absolute;
  inset: 18px -22px;
  z-index: -1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
}

.topic-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.topic-card {
  padding: 17px;
  border: 1px solid var(--line);
  border-top: 3px solid rgba(36, 92, 77, 0.5);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.topic-card:nth-child(2) {
  border-top-color: rgba(122, 41, 65, 0.48);
}

.topic-card:nth-child(3) {
  border-top-color: rgba(51, 79, 122, 0.48);
}

.project-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 14px;
}

.project-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 243, 0.92));
  box-shadow: var(--shadow-soft);
}

.featured-project {
  grid-row: span 2;
  background:
    linear-gradient(135deg, rgba(220, 235, 221, 0.72), rgba(255, 255, 255, 0.94)),
    var(--surface);
}

.project-meta,
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.project-meta span,
.project-tags span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.project-meta span {
  background: var(--ink);
  color: var(--surface);
}

.project-tags span {
  background: rgba(36, 92, 77, 0.1);
  color: var(--teal);
}

.project-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
}

.project-card p {
  margin: 0;
  color: #3b4650;
  font-size: 0.95rem;
}

.filter-bar {
  position: sticky;
  top: 71px;
  z-index: 10;
  padding: 10px 0;
  background: rgba(251, 251, 248, 0.9);
  backdrop-filter: blur(12px);
}

.filter-button {
  border-radius: 999px;
}

.pub-group-heading.is-hidden {
  display: none;
}

.publication-card {
  border-radius: 8px;
}

.publication-card:not(.is-hidden):hover {
  background: rgba(255, 255, 255, 0.72);
}

.teaching-list {
  display: grid;
  gap: 12px;
}

.teaching-list article {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.teaching-list span {
  color: var(--wine);
  font-weight: 900;
}

.teaching-list p {
  margin: 0;
  color: #3b4650;
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .page-shell {
    grid-template-columns: 1fr;
  }

  .profile-panel {
    position: static;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
  }

  .quick-facts,
  .link-grid {
    grid-column: 1 / -1;
  }

  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 10px;
  }

  .hero-visual {
    max-width: 620px;
  }

  .topic-grid,
  .project-grid,
  .grant-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .featured-project {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .site-header,
  .page-shell,
  .site-footer {
    width: auto;
  }

  .site-header {
    padding: 16px;
  }

  .page-shell {
    margin-top: 18px;
    padding: 0 16px;
  }

  .profile-panel,
  .publication-card,
  .timeline li,
  .news-list li,
  .teaching-list article,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .filter-bar {
    position: static;
  }

  .profile-panel {
    padding: 16px;
  }

  .portrait-wrap {
    max-width: 220px;
  }

  .hero-section h2 {
    font-size: 2rem;
  }

  .row-heading,
  .contact-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-list {
    gap: 24px;
  }

  .news-list p {
    font-size: 1.18rem;
  }
}

/* Hugo-inspired direction: resume sidebar + Paige clarity + Gruvbox warmth */
:root {
  --paper: #fbf1c7;
  --surface: #fff7d6;
  --ink: #3c3836;
  --muted: #7c6f64;
  --line: #d6c79e;
  --teal: #427b58;
  --clay: #af3a03;
  --blue: #458588;
  --sage: #d7d9a8;
  --sage-deep: #79740e;
  --wine: #9d0006;
  --shadow: 0 18px 45px rgba(60, 56, 54, 0.12);
  --shadow-soft: 0 10px 25px rgba(60, 56, 54, 0.1);
}

body {
  background:
    linear-gradient(90deg, rgba(60, 56, 54, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
}

.site-header {
  border-bottom: 1px solid rgba(60, 56, 54, 0.14);
  background: rgba(251, 241, 199, 0.92);
}

.brand-mark {
  border-color: var(--wine);
  background: var(--wine);
}

.page-shell {
  grid-template-columns: 292px minmax(0, 850px);
  gap: 52px;
  width: min(1140px, calc(100% - 48px));
}

.profile-panel {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--ink);
  color: var(--surface);
  box-shadow: 0 22px 60px rgba(60, 56, 54, 0.2);
}

.profile-panel::before {
  content: "";
  display: block;
  height: 7px;
  margin: -24px -24px 22px;
  background: linear-gradient(90deg, var(--wine), var(--clay), var(--sage-deep), var(--blue));
}

.portrait-wrap {
  width: 176px;
  margin: 0 auto;
  border: 5px solid rgba(251, 241, 199, 0.22);
  border-radius: 50%;
  aspect-ratio: 1;
}

.portrait {
  border-radius: 50%;
}

.identity {
  text-align: center;
}

.identity h1 {
  color: #fbf1c7;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
}

.identity .eyebrow {
  color: #fabd2f;
}

.name-cn,
.role,
.quick-facts p {
  color: rgba(251, 241, 199, 0.76);
}

.quick-facts {
  border-color: rgba(251, 241, 199, 0.18);
}

.quick-facts span {
  color: #fabd2f;
}

.link-grid a {
  border-color: rgba(251, 241, 199, 0.24);
  background: rgba(251, 241, 199, 0.08);
  color: #fbf1c7;
}

.link-grid a:hover {
  border-color: #fabd2f;
  color: #fabd2f;
}

.hero-section {
  padding-top: 46px;
}

.hero-section h2 {
  max-width: 790px;
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 3.85rem);
}

.lead {
  color: #504945;
}

.keyword-strip span {
  border: 1px solid rgba(60, 56, 54, 0.16);
  background: #ebdbb2;
  color: #3c3836;
}

.section-block {
  border-bottom-color: rgba(60, 56, 54, 0.14);
}

.section-block:nth-of-type(even)::before {
  background: rgba(255, 247, 214, 0.42);
}

.section-heading h2,
.section-block h2 {
  color: var(--ink);
}

.topic-card,
.publication-card {
  border-color: rgba(60, 56, 54, 0.16);
  background: rgba(255, 247, 214, 0.72);
}

.topic-card {
  border-radius: 0;
  border-top-width: 4px;
  box-shadow: 5px 5px 0 rgba(60, 56, 54, 0.08);
}

.topic-card:hover {
  box-shadow: 7px 7px 0 rgba(60, 56, 54, 0.12);
}

.news-list time {
  border-radius: 0;
  background: #d5c4a1;
  color: var(--ink);
  box-shadow: 3px 3px 0 rgba(60, 56, 54, 0.12);
}

.news-list li:nth-child(n + 6) time {
  background: #b8bb26;
}

.news-list li:nth-child(n + 7) time {
  background: #98971a;
}

.news-list p {
  color: var(--ink);
}

.news-list a,
.pub-links {
  color: var(--blue);
}

.project-card {
  border-radius: 0;
  border-color: rgba(60, 56, 54, 0.18);
  background: #fff7d6;
  box-shadow: 6px 6px 0 rgba(60, 56, 54, 0.1);
}

.featured-project {
  background:
    linear-gradient(135deg, rgba(184, 187, 38, 0.18), rgba(255, 247, 214, 0.95)),
    var(--surface);
}

.project-meta span {
  border-radius: 0;
  background: var(--wine);
}

.project-tags span {
  border-radius: 0;
  background: #ebdbb2;
  color: #3c3836;
}

.filter-bar {
  background: rgba(251, 241, 199, 0.9);
}

.filter-button,
.button,
.news-toggle {
  border-radius: 0;
}

.filter-button {
  border-color: rgba(60, 56, 54, 0.2);
  background: #fff7d6;
}

.filter-button:hover,
.filter-button.active,
.button.primary,
.news-toggle:hover {
  border-color: var(--wine);
  background: var(--wine);
  color: #fbf1c7;
}

.tag {
  border-radius: 0;
}

.tag.journal {
  background: rgba(66, 123, 88, 0.15);
}

.tag.chapter {
  background: rgba(175, 58, 3, 0.13);
}

.tag.conference {
  background: rgba(69, 133, 136, 0.14);
}

.tag.review {
  background: rgba(121, 116, 14, 0.14);
  color: var(--sage-deep);
}

.teaching-list article {
  border-top-color: rgba(60, 56, 54, 0.16);
}

.contact-band {
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(60, 56, 54, 0.16);
  background: #fff7d6;
  box-shadow: 6px 6px 0 rgba(60, 56, 54, 0.1);
}

.site-footer {
  color: var(--muted);
}

@media (max-width: 920px) {
  .profile-panel::before {
    margin-top: -24px;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: auto;
  }

  .profile-panel::before {
    margin: -16px -16px 18px;
  }
}

/* Hugo Resume style */
@media (min-width: 921px) {
  body {
    background: #fffaf0;
  }

  .site-header {
    display: none;
  }

  .page-shell {
    display: block;
    width: auto;
    margin: 0;
  }

  .profile-panel {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 30;
    width: 308px;
    overflow-y: auto;
    padding: 34px 26px;
    border: 0;
    border-radius: 0;
    background: #7c2d12;
    color: #fff7ed;
    box-shadow: none;
  }

  .profile-panel::before {
    display: none;
  }

  .portrait-wrap {
    width: 174px;
    margin: 0 auto 22px;
    border: 8px solid rgba(255, 247, 237, 0.22);
    border-radius: 50%;
    aspect-ratio: 1;
  }

  .portrait {
    border-radius: 50%;
  }

  .identity {
    padding: 0 0 18px;
    text-align: center;
  }

  .identity .eyebrow {
    color: rgba(255, 247, 237, 0.68);
    font-size: 0.68rem;
  }

  .identity h1 {
    color: #fff7ed;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.72rem;
  }

  .name-cn,
  .role,
  .quick-facts p {
    color: rgba(255, 247, 237, 0.76);
  }

  .quick-facts {
    gap: 10px;
    padding: 16px 0;
    border-color: rgba(255, 247, 237, 0.18);
    font-size: 0.85rem;
  }

  .quick-facts span {
    color: #fed7aa;
  }

  .link-grid {
    margin-top: 16px;
  }

  .link-grid a {
    min-height: 34px;
    border-color: rgba(255, 247, 237, 0.18);
    background: rgba(255, 247, 237, 0.08);
    color: #fff7ed;
    font-size: 0.8rem;
  }

  .side-nav {
    display: grid;
    gap: 3px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 247, 237, 0.18);
  }

  .side-nav a {
    padding: 7px 0;
    color: rgba(255, 247, 237, 0.66);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .side-nav a:hover,
  .side-nav a[aria-current="page"] {
    color: #fff7ed;
  }

  .content {
    display: block;
    max-width: 980px;
    margin-left: 308px;
    padding: 0 72px;
  }

  .hero-section,
  .section-block {
    min-height: auto;
    padding: 70px 0;
    border-bottom: 1px solid #ead8bd;
  }

  .hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-kicker,
  .eyebrow {
    color: #b45309;
  }

  .hero-section h2 {
    max-width: 880px;
    color: #2f241d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.2rem, 6vw, 5.6rem);
    line-height: 0.98;
  }

  .lead {
    max-width: 820px;
    color: #6b5747;
    font-size: 1.05rem;
  }

  .keyword-strip span,
  .filter-button,
  .button,
  .news-toggle {
    border-radius: 0;
  }

  .topic-grid,
  .project-grid,
  .grant-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .topic-card,
  .project-card {
    border-radius: 0;
    box-shadow: none;
  }

  .project-card {
    min-height: auto;
  }

  .featured-project {
    grid-row: auto;
  }

  .news-list p {
    font-size: 1.08rem;
  }

  .filter-bar {
    position: sticky;
    top: 0;
    background: rgba(255, 250, 240, 0.9);
  }

  .publication-card {
    border-radius: 0;
  }

  .contact-band {
    border-radius: 0;
  }
}

@media (max-width: 920px) {
  .side-nav {
    display: none;
  }
}

/* Paige style: centered, minimal, content-first */
:root {
  --paper: #ffffff;
  --surface: #ffffff;
  --ink: #161616;
  --muted: #696969;
  --line: #e6e6e6;
  --teal: #28666e;
  --clay: #a45a32;
  --blue: #345995;
  --sage: #e7f0e9;
  --sage-deep: #51745b;
  --wine: #8f2d56;
  --shadow: none;
  --shadow-soft: none;
}

body {
  background: var(--paper);
  color: var(--ink);
}

.site-header {
  position: static;
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
  padding: 28px 24px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  backdrop-filter: none;
}

.brand-mark {
  border-color: var(--ink);
  background: var(--ink);
}

.site-nav {
  gap: 14px;
  font-size: 0.86rem;
}

.page-shell {
  display: block;
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
}

.profile-panel {
  position: static;
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 42px 0 34px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.profile-panel::before {
  display: none;
}

.portrait-wrap {
  width: 138px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  aspect-ratio: 1;
}

.portrait {
  border-radius: 50%;
}

.identity {
  padding: 0;
  text-align: left;
}

.identity .eyebrow,
.section-kicker {
  color: var(--wine);
}

.identity h1 {
  color: var(--ink);
  font-size: clamp(2.1rem, 4vw, 3.35rem);
}

.name-cn,
.role,
.quick-facts p {
  color: var(--muted);
}

.quick-facts {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 6px 0 0;
  border: 0;
  font-size: 0.9rem;
}

.quick-facts span {
  color: var(--ink);
}

.link-grid {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

.link-grid a {
  min-height: 32px;
  padding: 5px 10px;
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 0.82rem;
}

.side-nav {
  display: none;
}

.content {
  display: block;
  max-width: none;
  margin: 0;
  padding: 0;
}

.hero-section {
  min-height: auto;
  display: block;
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
}

.hero-section h2 {
  max-width: 830px;
  color: var(--ink);
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1.03;
}

.lead {
  max-width: 760px;
  color: #3d3d3d;
  font-size: 1.05rem;
}

.section-block {
  padding: 54px 0;
  border-bottom: 1px solid var(--line);
}

.section-block:nth-of-type(even)::before {
  display: none;
}

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

.section-heading h2,
.section-block h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.topic-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.topic-card,
.project-card,
.publication-card,
.contact-band {
  box-shadow: none;
}

.topic-card {
  border: 0;
  border-top: 2px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 18px 0 0;
}

.topic-card:hover {
  box-shadow: none;
  transform: none;
}

.project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.project-card {
  min-height: auto;
  padding: 24px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.featured-project {
  background: transparent;
}

.project-meta span,
.project-tags span,
.filter-button,
.button,
.news-toggle,
.tag {
  border-radius: 0;
}

.project-meta span {
  background: var(--ink);
  color: var(--surface);
}

.project-tags span {
  background: var(--sage);
  color: var(--teal);
}

.news-list li {
  grid-template-columns: 104px minmax(0, 1fr);
}

.news-list time {
  border-radius: 0;
  background: var(--sage);
  color: var(--teal);
  box-shadow: none;
}

.news-list p {
  color: var(--ink);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
}

.filter-bar {
  position: static;
  padding: 0 0 20px;
  background: transparent;
  backdrop-filter: none;
}

.publication-card {
  border-radius: 0;
  background: transparent;
}

.publication-card:not(.is-hidden):hover {
  background: transparent;
}

.teaching-list article {
  border-top-color: var(--line);
}

.contact-band {
  padding: 0;
  border: 0;
  background: transparent;
}

.site-footer {
  width: min(920px, calc(100% - 48px));
  border-top: 0;
}

@media (max-width: 720px) {
  .profile-panel {
    grid-template-columns: 1fr;
  }

  .quick-facts,
  .link-grid {
    grid-column: 1;
  }

  .quick-facts,
  .topic-grid {
    grid-template-columns: 1fr;
  }
}

/* Paige hero/content separation fix */
.page-shell {
  width: min(1080px, calc(100% - 48px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 300px;
  gap: 54px;
  align-items: center;
  box-sizing: border-box;
  padding: 64px 0;
  border-bottom: 0;
}

.scroll-cue {
  position: absolute;
  bottom: 18px;
  left: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  background: currentColor;
}

.hero-copy h1 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-section h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  line-height: 1.08;
}

.hero-section .lead {
  max-width: 720px;
}

.hero-section .profile-panel {
  align-self: center;
  display: block;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.hero-section .portrait-wrap {
  width: 148px;
  margin-bottom: 18px;
}

.hero-section .identity {
  margin-bottom: 18px;
}

.hero-section .quick-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
}

.hero-section .link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 14px;
}

.content > .section-block {
  max-width: 920px;
  margin: 0 auto;
}

.content > .section-block:first-of-type {
  position: relative;
  margin-top: 0;
  padding-top: 78px;
  border-top: 1px solid var(--line);
}

.content > .section-block:first-of-type::after {
  content: "Research and updates";
  position: absolute;
  top: -13px;
  left: 0;
  padding-right: 12px;
  background: var(--paper);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .hero-section .profile-panel {
    border-left: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 20px;
  }

  .hero-section .quick-facts,
  .hero-section .link-grid {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: auto;
  }

  .hero-section {
    padding: 42px 0 54px;
  }

  .hero-section .profile-panel {
    grid-template-columns: 1fr;
  }
}

/* Palette option: Archive Blue */
:root {
  --paper: #fbfaf6;
  --surface: #ffffff;
  --ink: #222831;
  --muted: #66717f;
  --line: #d9dee7;
  --teal: #2f5d7c;
  --clay: #9a5b3f;
  --blue: #244c73;
  --sage: #e8eef5;
  --sage-deep: #3d6686;
  --wine: #6f3d5f;
  --shadow: none;
  --shadow-soft: none;
}

body,
.site-header,
.filter-bar,
.content > .section-block:first-of-type::after {
  background: var(--paper);
}

.brand-mark,
.button.primary,
.filter-button:hover,
.filter-button.active,
.news-toggle:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #ffffff;
}

.section-kicker,
.identity .eyebrow,
.teaching-list span,
.pub-group-heading {
  color: var(--wine);
}

a:hover,
.news-list a,
.pub-links {
  color: var(--blue);
}

.keyword-strip span,
.news-list time,
.project-tags span {
  background: var(--sage);
  color: var(--blue);
}

.topic-card,
.publication-card,
.project-card {
  border-color: var(--line);
}

.topic-card {
  border-top-color: rgba(36, 76, 115, 0.48);
}

.topic-card:nth-child(2) {
  border-top-color: rgba(111, 61, 95, 0.42);
}

.topic-card:nth-child(3) {
  border-top-color: rgba(154, 91, 63, 0.4);
}

.project-card {
  background: linear-gradient(135deg, #ffffff, #f4f6f9);
}

.featured-project {
  background:
    linear-gradient(135deg, rgba(232, 238, 245, 0.85), rgba(255, 255, 255, 0.95)),
    var(--surface);
}

.project-meta span {
  background: var(--blue);
  color: #ffffff;
}

.tag.journal {
  background: rgba(47, 93, 124, 0.12);
  color: var(--blue);
}

.tag.chapter {
  background: rgba(111, 61, 95, 0.1);
  color: var(--wine);
}

.tag.conference {
  background: rgba(61, 102, 134, 0.12);
  color: var(--sage-deep);
}

.tag.review {
  background: rgba(154, 91, 63, 0.1);
  color: var(--clay);
}

/* Palette option: Gruvbox Soft */
:root {
  --paper: #fbf1c7;
  --surface: #fff7d6;
  --ink: #3c3836;
  --muted: #7c6f64;
  --line: #d6c79e;
  --teal: #427b58;
  --clay: #af3a03;
  --blue: #458588;
  --sage: #ebdbb2;
  --sage-deep: #79740e;
  --wine: #9d0006;
  --shadow: none;
  --shadow-soft: none;
}

body,
.site-header,
.filter-bar,
.content > .section-block:first-of-type::after {
  background: var(--paper);
}

.brand-mark,
.button.primary,
.filter-button:hover,
.filter-button.active,
.news-toggle:hover {
  border-color: var(--wine);
  background: var(--wine);
  color: #fbf1c7;
}

.section-kicker,
.identity .eyebrow,
.teaching-list span,
.pub-group-heading {
  color: var(--wine);
}

a:hover,
.news-list a,
.pub-links {
  color: var(--blue);
}

.keyword-strip span,
.news-list time,
.project-tags span {
  background: var(--sage);
  color: var(--ink);
}

.project-card {
  background: linear-gradient(135deg, #fff7d6, #f4e8bd);
}

.featured-project {
  background:
    linear-gradient(135deg, rgba(184, 187, 38, 0.18), rgba(255, 247, 214, 0.95)),
    var(--surface);
}

.project-meta span {
  background: var(--wine);
  color: #fbf1c7;
}

.topic-card {
  border-top-color: rgba(66, 123, 88, 0.52);
}

.topic-card:nth-child(2) {
  border-top-color: rgba(157, 0, 6, 0.44);
}

.topic-card:nth-child(3) {
  border-top-color: rgba(69, 133, 136, 0.5);
}

.tag.journal {
  background: rgba(66, 123, 88, 0.14);
  color: var(--teal);
}

.tag.chapter {
  background: rgba(175, 58, 3, 0.12);
  color: var(--clay);
}

.tag.conference {
  background: rgba(69, 133, 136, 0.13);
  color: var(--blue);
}

.tag.review {
  background: rgba(121, 116, 14, 0.13);
  color: var(--sage-deep);
}

/* Final palette: Paige Clean + click-to-view sections */
:root {
  --paper: #ffffff;
  --surface: #ffffff;
  --ink: #161616;
  --muted: #686868;
  --line: #e7e7e7;
  --teal: #28666e;
  --clay: #9b5b3f;
  --blue: #345995;
  --sage: #eef4f0;
  --sage-deep: #51745b;
  --wine: #8f2d56;
  --shadow: none;
  --shadow-soft: none;
}

body,
.site-header,
.filter-bar,
.content > .section-block:first-of-type::after {
  background: var(--paper);
}

.brand-mark,
.button.primary,
.filter-button:hover,
.filter-button.active,
.news-toggle:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.section-kicker,
.identity .eyebrow,
.teaching-list span,
.pub-group-heading {
  color: var(--wine);
}

a:hover,
.news-list a,
.pub-links {
  color: var(--teal);
}

.keyword-strip span,
.news-list time,
.project-tags span {
  background: var(--sage);
  color: var(--teal);
}

.project-card,
.featured-project {
  background: var(--surface);
}

.project-meta span {
  background: var(--ink);
  color: #ffffff;
}

.topic-card {
  border-top-color: rgba(40, 102, 110, 0.42);
}

.topic-card:nth-child(2) {
  border-top-color: rgba(143, 45, 86, 0.38);
}

.topic-card:nth-child(3) {
  border-top-color: rgba(52, 89, 149, 0.38);
}

.tag.journal {
  background: rgba(40, 102, 110, 0.1);
  color: var(--teal);
}

.tag.chapter {
  background: rgba(143, 45, 86, 0.08);
  color: var(--wine);
}

.tag.conference {
  background: rgba(52, 89, 149, 0.1);
  color: var(--blue);
}

.tag.review {
  background: rgba(155, 91, 63, 0.09);
  color: var(--clay);
}

.home-brief {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  margin-top: 36px;
  padding-top: 0;
  border-top: 0;
}

.brief-panel {
  position: relative;
  min-width: 0;
  padding: 22px 22px 22px 26px;
  border: 1px solid #d9d9d9;
  border-left: 6px solid var(--ink);
  background: #f7f7f7;
}

.brief-panel:nth-child(2) {
  border-left-color: var(--wine);
  background: #fbf8fa;
}

.brief-label {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.brief-panel:nth-child(2) .brief-label {
  color: var(--wine);
}

.brief-list,
.brief-news {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #3d3d3d;
  font-size: 1rem;
  line-height: 1.45;
}

.brief-list li {
  position: relative;
  padding: 0 0 12px 22px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.brief-list li:last-child,
.brief-news li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.brief-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
}

.brief-news span {
  display: block;
  width: max-content;
  min-width: 0;
  margin: 0 0 4px;
  padding: 3px 8px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
}

.brief-news li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

/* Cohesive homepage summary: visible without heavy panels */
.home-brief {
  gap: 36px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.brief-panel,
.brief-panel:nth-child(2) {
  padding: 0;
  border: 0;
  border-left: 0;
  background: transparent;
}

.brief-label,
.brief-panel:nth-child(2) .brief-label {
  margin: 0 0 14px;
  color: var(--wine);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brief-list,
.brief-news {
  gap: 9px;
  font-size: 0.96rem;
}

.brief-list li {
  padding: 0 0 9px 18px;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.brief-list li::before {
  top: 0.68em;
  width: 8px;
  height: 1px;
  border-radius: 0;
  background: var(--teal);
}

.brief-news li {
  padding-bottom: 9px;
}

.brief-news span {
  display: inline-block;
  min-width: 74px;
  margin: 0 8px 0 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
}

.brief-news a {
  color: var(--teal);
}

.hero-section.is-active .hero-copy h1 {
  font-size: clamp(2.45rem, 5vw, 4.6rem);
}

.hero-section.is-active h2 {
  max-width: 760px;
  font-size: clamp(2.05rem, 4.2vw, 3.75rem);
  line-height: 1.05;
}

.hero-section.is-active .lead {
  font-size: 0.98rem;
}

@media (max-width: 900px) {
  .home-brief {
    grid-template-columns: 1fr;
  }
}

/* Homepage layout variation: profile left, summary under welcome copy */
.hero-section.is-active {
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.hero-section .profile-panel {
  order: -1;
  border-left: 0;
  border-right: 1px solid var(--line);
  padding-left: 0;
  padding-right: 22px;
  max-width: 230px;
  overflow-wrap: anywhere;
}

.hero-section .portrait-wrap {
  width: 132px;
  margin: 0 0 18px;
}

.hero-section .quick-facts {
  font-size: 0.8rem;
}

.hero-section .role {
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-section .quick-facts p {
  overflow-wrap: anywhere;
}

.hero-section .hero-copy {
  padding-top: 8px;
}

.hero-section.is-active h2 {
  max-width: 780px;
  font-size: clamp(1.85rem, 3.5vw, 3.25rem);
}

.hero-section.is-active .lead {
  max-width: 780px;
}

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

@media (max-width: 900px) {
  .hero-section.is-active {
    grid-template-columns: 1fr;
  }

  .hero-section .profile-panel {
    order: 0;
    border-right: 0;
    padding-right: 0;
  }
}

/* Maria-inspired single-page academic homepage */
.hero-section,
.section-block {
  display: block;
}

.hero-section.is-active,
.section-block.is-active {
  min-height: auto;
}

.page-shell {
  width: min(980px, calc(100% - 48px));
}

.site-header {
  position: sticky;
  top: 0;
}

.hero-section {
  min-height: auto;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
  padding: 54px 0 48px;
  border-bottom: 1px solid var(--line);
}

.hero-section .profile-panel {
  display: block;
  border: 0;
  padding: 0;
  max-width: 180px;
}

.hero-section .portrait-wrap {
  width: 150px;
  margin: 0 0 18px;
}

.hero-section .identity,
.hero-section .quick-facts,
.hero-section .link-grid {
  display: none;
}

.hero-section .hero-copy {
  padding-top: 0;
}

.hero-section .section-kicker {
  margin-bottom: 10px;
}

.hero-section h2,
.hero-section.is-active h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.hero-section .lead,
.hero-section.is-active .lead {
  max-width: 760px;
  font-size: 1rem;
}

.home-brief {
  display: none;
}

.section-block,
.section-block.is-active {
  min-height: auto;
  max-width: 860px;
  margin: 0 auto;
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}

.content > .section-block:first-of-type {
  padding-top: 44px;
  border-top: 0;
}

.content > .section-block:first-of-type::after {
  display: none;
}

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

.section-heading h2,
.section-block h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
}

.topic-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.topic-card {
  padding: 12px 0;
  border: 0;
  background: transparent;
}

.topic-card h3 {
  display: inline;
  margin: 0;
  font-size: 1rem;
}

.topic-card h3::after {
  content: ". ";
}

.topic-card p {
  display: inline;
  color: #3d3d3d;
}

.topic-index {
  display: none;
}

.news-list {
  gap: 12px;
}

.news-list li {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
}

.news-list time {
  min-height: 30px;
  padding: 4px 8px;
  background: var(--sage);
  font-size: 0.82rem;
}

.news-list p {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
}

.news-toggle {
  display: none;
}

.news-list li:nth-child(n + 6) {
  display: grid;
}

.project-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.project-card,
.featured-project {
  min-height: auto;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
}

.project-meta span,
.project-tags span {
  border-radius: 0;
}

.filter-bar {
  position: static;
  padding: 0 0 18px;
  background: transparent;
}

.publication-card {
  border-radius: 0;
}

.teaching-list article {
  padding: 14px 0;
}

.contact-band {
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 720px) {
  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-section .profile-panel {
    max-width: none;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom-color: var(--line);
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
  font-weight: 900;
}

.hero-section,
.section-block {
  display: none;
}

.hero-section.is-active {
  min-height: calc(100vh - 86px);
  display: grid;
}

.section-block.is-active {
  display: block;
  min-height: calc(100vh - 86px);
  padding-top: 72px;
}

.scroll-cue {
  display: none;
}

.content > .section-block:first-of-type {
  border-top: 0;
}

.content > .section-block:first-of-type::after {
  display: none;
}

@media (max-width: 900px) {
  .hero-section.is-active {
    display: grid;
  }
}

/* Final override: Maria-style page is always visible */
.hero-section {
  display: grid;
  min-height: auto;
}

.section-block {
  display: block;
  min-height: auto;
}

/* Researcher-inspired: clean single column monospace resume */
:root {
  --paper: #ffffff;
  --surface: #ffffff;
  --ink: #222222;
  --muted: #666666;
  --line: #dddddd;
  --teal: #00695c;
  --clay: #7a4e2d;
  --blue: #24527a;
  --sage: #edf4f1;
  --sage-deep: #557568;
  --wine: #7b2d4f;
  --shadow: none;
  --shadow-soft: none;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 16px;
  line-height: 1.62;
}

.site-header {
  position: static;
  display: flex;
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 24px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  backdrop-filter: none;
}

.brand {
  gap: 12px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  background: var(--ink);
  font-size: 0.72rem;
}

.site-nav {
  gap: 10px;
  font-size: 0.92rem;
}

.site-nav a::after {
  content: " /";
  color: var(--muted);
}

.site-nav a:last-child::after {
  content: "";
}

.page-shell {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
}

.content {
  display: block;
}

.hero-section {
  display: block;
  padding: 38px 0 36px;
  border-bottom: 1px solid var(--line);
}

.hero-section .profile-panel {
  float: right;
  width: 170px;
  max-width: 170px;
  margin: 4px 0 18px 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-section .portrait-wrap {
  width: 150px;
  margin: 0 0 12px auto;
  border: 0;
  border-radius: 0;
  aspect-ratio: 1;
}

.portrait {
  border-radius: 0;
}

.hero-section .identity,
.hero-section .quick-facts,
.hero-section .link-grid {
  display: none;
}

.section-kicker,
.eyebrow {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.hero-section h2,
.hero-section.is-active h2 {
  max-width: none;
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 3.45rem);
  line-height: 1.08;
}

.lead,
.hero-section.is-active .lead {
  max-width: none;
  color: var(--ink);
  font-size: 1rem;
}

.lead.compact {
  font-size: 1rem;
}

.keyword-strip,
.hero-actions,
.home-brief {
  display: none;
}

.section-block,
.section-block.is-active {
  max-width: none;
  margin: 0;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.section-block:nth-of-type(even)::before,
.content > .section-block:first-of-type::after {
  display: none;
}

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

.section-heading h2,
.section-block h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.topic-grid,
.project-grid,
.grant-grid,
.publication-list,
.teaching-list {
  display: block;
}

.topic-card,
.project-card,
.publication-card,
.teaching-list article {
  display: block;
  min-height: auto;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.topic-card:first-child,
.project-card:first-child,
.publication-card:first-of-type,
.teaching-list article:first-child {
  border-top: 0;
}

.topic-index {
  display: none;
}

.topic-card h3,
.project-card h3,
.publication-card h3 {
  display: inline;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
}

.topic-card h3::after,
.project-card h3::after {
  content: ". ";
}

.topic-card p,
.project-card p,
.publication-card p,
.teaching-list p {
  display: inline;
  color: var(--ink);
  font-size: 0.98rem;
}

.project-meta,
.project-tags {
  display: inline;
}

.project-meta span,
.project-tags span,
.tag,
.filter-button,
.button,
.news-toggle {
  border-radius: 0;
}

.project-meta span,
.project-tags span {
  min-height: auto;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.86rem;
}

.project-meta::after {
  content: " ";
}

.filter-bar {
  position: static;
  display: flex;
  gap: 8px;
  padding: 0 0 18px;
  background: transparent;
}

.filter-button {
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.86rem;
}

.filter-button:hover,
.filter-button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.pub-group-heading {
  margin: 22px 0 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.tag {
  display: block;
  min-height: auto;
  margin-bottom: 4px;
  padding: 0;
  background: transparent !important;
  color: var(--muted) !important;
  font-size: 0.76rem;
  text-transform: none;
}

.pub-links {
  display: inline-flex;
  margin-left: 8px;
  color: var(--teal);
  font-size: 0.9rem;
}

.news-list {
  display: block;
}

.news-list li,
.news-list li:nth-child(n + 6) {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
}

.news-list li:first-child {
  border-top: 0;
}

.news-list time {
  min-height: auto;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.88rem;
  box-shadow: none;
}

.news-list p {
  font-family: inherit;
  font-size: 0.98rem;
}

.news-toggle {
  display: none;
}

.teaching-list span {
  color: var(--ink);
  font-weight: 700;
}

.teaching-list span::after {
  content: ". ";
}

.contact-band {
  display: block;
  padding: 34px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.contact-band h2 {
  max-width: none;
  font-size: 1.35rem;
}

.prospective-students {
  max-width: 680px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.prospective-students h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.prospective-students p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.site-footer {
  width: min(820px, calc(100% - 48px));
  font-family: inherit;
  font-size: 0.88rem;
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero-section .profile-panel {
    float: none;
    width: auto;
    max-width: none;
    margin: 0 0 22px;
  }

  .hero-section .portrait-wrap {
    margin-left: 0;
  }
}

/* Final view-mode layout: standalone welcome screen with click-only sections */
:root {
  --paper: #fbfaf7;
  --surface: #ffffff;
  --ink: #181818;
  --muted: #5f646b;
  --line: #e4dfd8;
  --teal: #125c63;
  --clay: #8a4f31;
  --blue: #355a7d;
  --sage: #edf3ef;
  --sage-deep: #466f61;
  --wine: #8d2c55;
  --shadow: 0 18px 50px rgba(36, 31, 26, 0.08);
  --shadow-soft: 0 10px 28px rgba(36, 31, 26, 0.07);
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background:
    linear-gradient(90deg, rgba(18, 92, 99, 0.055) 0, transparent 28%),
    linear-gradient(180deg, #fbfaf7 0%, #f6f1ea 100%);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(1180px, calc(100% - 56px));
  max-width: none;
  margin: 0 auto;
  padding: 22px 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
  background: rgba(251, 250, 247, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  gap: 14px;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.78rem;
}

.site-nav {
  gap: 18px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.98rem;
}

.site-nav a {
  color: var(--muted);
  transition: color 160ms ease;
}

.site-nav a::after {
  content: "";
}

.site-nav a:hover,
.site-nav a[aria-current="true"],
.site-nav a[aria-current="page"] {
  color: var(--ink);
  font-weight: 800;
}

.page-shell {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.content {
  display: block;
}

.hero-section,
.section-block,
.section-block.is-active,
.hero-section.is-active {
  display: none !important;
}

.hero-section.is-active-view,
.section-block.is-active-view {
  display: grid !important;
}

.hero-section {
  min-height: calc(100vh - 88px) !important;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  padding: 44px 0 58px !important;
  border-bottom: 0;
}

.hero-section .profile-panel {
  float: none;
  width: auto;
  max-width: 310px;
  margin: 0;
  padding: 0 34px 0 0;
  border-right: 1px solid var(--line);
  background: transparent;
}

.hero-section .portrait-wrap {
  width: 190px;
  margin: 0 0 26px;
  border: 0;
  border-radius: 999px;
  aspect-ratio: 1;
  box-shadow: var(--shadow-soft);
}

.portrait {
  border-radius: 999px;
}

.hero-section .identity,
.hero-section .quick-facts,
.hero-section .link-grid {
  display: block;
}

.identity .role {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 0.98rem;
}

.quick-facts {
  display: grid !important;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.quick-facts p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.quick-facts span {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.link-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.link-grid a {
  padding: 9px 11px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 750;
  text-align: center;
}

.section-kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-section h2,
.hero-section.is-active h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 4.2vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.lead,
.hero-section.is-active .lead,
.lead.compact {
  max-width: 880px;
  color: #272727;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.72;
}

.keyword-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.keyword-strip span {
  padding: 8px 12px;
  border: 1px solid #ccd9d4;
  background: var(--sage);
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 34px;
}

.button {
  min-height: 42px;
  padding: 10px 17px;
  border-radius: 0;
  font-weight: 850;
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.button.secondary {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}

.home-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 18px;
}

.brief-panel {
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-soft);
}

.brief-label {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
}

.brief-list,
.brief-news {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.brief-news span {
  color: var(--teal);
  font-weight: 850;
}

.section-block.is-active-view {
  min-height: calc(100vh - 88px) !important;
  max-width: 980px;
  margin: 0 auto;
  padding: 58px 0 74px;
  border-bottom: 0;
}

.section-block.is-active-view:not(#contact) {
  display: block !important;
}

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

.section-heading h2,
.section-block h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 1.08;
}

.topic-grid,
.project-grid,
.grant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.topic-card,
.project-card,
.publication-card,
.teaching-list article {
  display: block;
  min-height: auto;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  box-shadow: none;
}

.topic-card h3,
.project-card h3,
.publication-card h3 {
  display: block;
  margin: 0 0 8px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1.02rem;
}

.topic-card h3::after,
.project-card h3::after {
  content: "";
}

.topic-card p,
.project-card p,
.publication-card p,
.teaching-list p {
  display: block;
  color: var(--muted);
  font-size: 0.96rem;
}

.topic-index {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--teal);
  font-weight: 850;
}

.project-meta,
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-meta span,
.project-tags span,
.tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #d7ded9;
  background: var(--sage);
  color: var(--teal) !important;
  font-size: 0.78rem;
  font-weight: 800;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0 0 22px;
}

.filter-button {
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
}

.filter-button:hover,
.filter-button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.news-list li,
.news-list li:nth-child(n + 6) {
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 13px 0;
}

.news-list time {
  color: var(--teal);
  font-weight: 850;
}

.news-list p {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
}

.contact-band.is-active-view {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  background: transparent;
}

.site-footer {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: 18px 0 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-section .profile-panel {
    max-width: none;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-brief,
  .topic-grid,
  .project-grid,
  .grant-grid,
  .contact-band.is-active-view {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header,
  .page-shell,
  .site-footer {
    width: min(100% - 32px, 1180px);
  }

  .hero-section h2,
  .hero-section.is-active h2 {
    font-size: 2.1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Final polish: white Paige-style welcome layout with calmer proportions */
body {
  background: #ffffff;
  color: #181818;
  font-size: 15px;
}

.site-header {
  width: min(980px, calc(100% - 48px));
  padding: 20px 0 16px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e5e5e5;
  backdrop-filter: blur(10px);
}

.brand {
  font-size: 0.94rem;
}

.brand-mark {
  width: 36px;
  height: 36px;
}

.site-nav {
  gap: 14px;
  font-size: 0.86rem;
}

.page-shell {
  width: min(980px, calc(100% - 48px));
}

.hero-section {
  min-height: calc(100vh - 78px) !important;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  padding: 38px 0 44px !important;
}

.hero-section .profile-panel {
  max-width: 230px;
  padding-right: 24px;
  border-right: 1px solid #e5e5e5;
}

.hero-section .portrait-wrap {
  width: 126px;
  margin: 0 auto 20px;
  box-shadow: none;
}

.identity .role {
  margin-bottom: 18px;
  color: #4f555d;
  font-size: 0.86rem;
  line-height: 1.55;
  text-align: left;
}

.quick-facts {
  gap: 12px;
  padding-top: 18px;
}

.quick-facts p {
  font-size: 0.78rem;
  line-height: 1.45;
}

.quick-facts span {
  font-size: 0.72rem;
}

.link-grid {
  gap: 7px;
  margin-top: 18px;
}

.link-grid a {
  padding: 7px 9px;
  font-size: 0.78rem;
}

.section-kicker,
.eyebrow {
  margin-bottom: 10px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.hero-section h2,
.hero-section.is-active h2 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(2.05rem, 3.8vw, 3.35rem);
  line-height: 1.02;
}

.lead,
.hero-section.is-active .lead,
.lead.compact {
  max-width: 680px;
  margin-bottom: 12px;
  color: #222222;
  font-size: 0.91rem;
  line-height: 1.62;
}

.keyword-strip {
  gap: 8px;
  margin: 18px 0 22px;
}

.keyword-strip span {
  padding: 6px 9px;
  background: #f3f7f5;
  font-size: 0.78rem;
}

.hero-actions {
  gap: 10px;
  margin-bottom: 26px;
}

.button {
  min-height: 38px;
  padding: 8px 14px;
  font-size: 0.86rem;
}

.home-brief {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
}

.brief-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brief-label {
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brief-list,
.brief-news {
  padding-left: 0;
  list-style: none;
  font-size: 0.86rem;
  line-height: 1.5;
}

.brief-list li,
.brief-news li {
  padding: 9px 0;
  border-bottom: 1px solid #e9e9e9;
}

.brief-list li {
  position: relative;
  padding-left: 18px;
}

.brief-list li::before {
  position: absolute;
  left: 0;
  color: var(--teal);
  content: "-";
}

.brief-news li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
}

.brief-news p {
  margin: 0;
  min-width: 0;
}

.brief-news li:nth-child(n + 4) {
  display: none;
}

.brief-news span {
  color: #555555;
  font-size: 0.78rem;
  font-weight: 850;
}

.section-block.is-active-view {
  max-width: 920px;
  min-height: calc(100vh - 78px) !important;
  padding: 48px 0 64px;
}

.site-footer {
  width: min(980px, calc(100% - 48px));
}

@media (max-width: 900px) {
  .hero-section {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .hero-section .profile-panel {
    max-width: none;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .home-brief {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .page-shell,
  .site-footer {
    width: min(100% - 32px, 980px);
  }

  .hero-section h2,
  .hero-section.is-active h2 {
    font-size: 2rem;
  }

  .brief-news li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* Final welcome-page restructure: profile + intro, then full-width updates */
.hero-section {
  grid-template-columns: 230px minmax(0, 1fr);
  grid-template-areas:
    "profile intro"
    "news news";
  row-gap: 28px;
}

.hero-copy {
  grid-area: intro;
}

.hero-section .profile-panel {
  grid-area: profile;
  align-self: center;
}

.home-brief {
  display: none !important;
}

.home-news-panel {
  grid-area: news;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
}

.home-news-panel .brief-news {
  max-width: none;
}

.home-news-panel .brief-news li {
  grid-template-columns: 120px minmax(0, 1fr);
}

.project-grid {
  display: block !important;
}

.project-card {
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr);
  grid-template-areas:
    "meta body"
    "meta tags";
  gap: 28px;
  padding: 24px 0 !important;
  border-top: 1px solid #e5e5e5 !important;
}

.project-card:first-child {
  border-top: 0 !important;
}

.project-card .project-meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: start;
  align-self: start;
}

.project-card > div:not(.project-meta):not(.project-tags) {
  grid-area: body;
}

.project-card h3 {
  margin-top: 0;
}

.project-card .project-tags {
  grid-area: tags;
  margin-top: 12px;
}

.project-card .project-meta span {
  border-color: #0f4f45 !important;
  background: #0f4f45 !important;
  color: #ffffff !important;
}

.project-card .project-meta span:nth-child(2) {
  border-color: #9eb9ad !important;
  background: #e6f0ea !important;
  color: #125c63 !important;
}

.project-card .project-meta span:nth-child(3) {
  border-color: #125c63 !important;
  background: #125c63 !important;
  color: #ffffff !important;
}

.project-card .project-tags span {
  border-color: #c9ddd4 !important;
  background: #f4faf6 !important;
  color: #125c63 !important;
}

.brand-mark {
  display: inline-flex !important;
  width: 38px !important;
  height: 38px !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0 !important;
  border-radius: 10px;
  background: transparent !important;
  color: transparent !important;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.inline-interest-label {
  margin: 22px 0 10px;
  color: var(--wine);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brief-news li {
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 9px 0;
}

.brief-news span {
  white-space: nowrap;
}

.brief-news a,
.brief-list a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.publication-card .tag {
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  font-weight: 850;
}

.publication-card .tag.journal {
  border-color: #9eb9ad !important;
  background: #e6f0ea !important;
  color: #0f4f45 !important;
}

.publication-card .tag.chapter {
  border-color: #c9ddd4 !important;
  background: #f4faf6 !important;
  color: #125c63 !important;
}

.publication-card .tag.proceeding {
  border-color: #7fa79a !important;
  background: #125c63 !important;
  color: #ffffff !important;
}

.publication-card .tag.conference {
  border-color: #b7c8c1 !important;
  background: #edf5f1 !important;
  color: #486f61 !important;
}

.publication-card .tag.review {
  border-color: #d7cfc4 !important;
  background: #faf6ef !important;
  color: #7a5a3a !important;
}

@media (max-width: 900px) {
  .hero-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "profile"
      "intro"
      "news";
  }

  .home-news-panel {
    max-width: none;
    margin-left: 0;
  }

  .project-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "meta"
      "body"
      "tags";
    gap: 12px;
  }
}

/* Final palette: The Large Piece of Turf inspired */
:root {
  --paper: #fffaf6;
  --surface: #ffffff;
  --ink: #242320;
  --muted: #5d5d58;
  --line: #ded6cc;
  --teal: #657359;
  --sage: #f0f3ed;
  --sage-deep: #657359;
  --clay: #8b775f;
  --blue: #6e7667;
  --wine: #8b775f;
  --shadow: 0 18px 50px rgba(80, 70, 58, 0.08);
  --shadow-soft: 0 10px 28px rgba(80, 70, 58, 0.07);
}

body {
  background: #fffaf6;
  color: #242320;
}

.site-header {
  background: rgba(255, 250, 246, 0.96);
  border-bottom-color: #ded6cc;
}

.section-kicker,
.eyebrow,
.inline-interest-label,
.brief-label {
  color: #8b775f !important;
}

a,
.news-list a,
.brief-news a,
.brief-list a,
.pub-links,
.pub-links a {
  color: #657359;
  text-decoration-color: rgba(101, 115, 89, 0.42);
}

.keyword-strip span,
.project-card .project-tags span,
.filter-button,
.link-grid a {
  border-color: #d7c9be !important;
  background: #f1e4db !important;
  color: #657359 !important;
}

.button.primary,
.filter-button:hover,
.filter-button.active {
  border-color: #657359 !important;
  background: #657359 !important;
  color: #ffffff !important;
}

.button.secondary {
  border-color: #d7c9be !important;
  background: #fffaf6 !important;
  color: #242320 !important;
}

.project-card .project-meta span {
  border-color: #657359 !important;
  background: #657359 !important;
  color: #ffffff !important;
}

.project-card .project-meta span:nth-child(2) {
  border-color: #9aa582 !important;
  background: #eef1e9 !important;
  color: #657359 !important;
}

.project-card .project-meta span:nth-child(3) {
  border-color: #8b775f !important;
  background: #8b775f !important;
  color: #ffffff !important;
}

.publication-card .tag.journal {
  border-color: #9aa582 !important;
  background: #eef1e9 !important;
  color: #657359 !important;
}

.publication-card .tag.chapter {
  border-color: #d7c9be !important;
  background: #f1e4db !important;
  color: #8b775f !important;
}

.publication-card .tag.proceeding {
  border-color: #657359 !important;
  background: #657359 !important;
  color: #ffffff !important;
}

.publication-card .tag.conference {
  border-color: #9aa582 !important;
  background: #f3f5ef !important;
  color: #5f6c53 !important;
}

.publication-card .tag.review {
  border-color: #d7c9be !important;
  background: #faf2ec !important;
  color: #8b775f !important;
}

.news-list time {
  color: #657359 !important;
}

.pub-group-heading,
.publication-card,
.project-card,
.teaching-list article,
.brief-news li,
.brief-list li,
.home-news-panel,
.hero-section .profile-panel,
.quick-facts,
.section-block.is-active-view,
.site-footer {
  border-color: #ded6cc !important;
}

/* Final palette revision: restore green theme, replace wine red with warm taupe */
:root {
  --paper: #ffffff;
  --surface: #ffffff;
  --ink: #181818;
  --muted: #5f646b;
  --line: #e5e5e5;
  --teal: #125c63;
  --sage: #f3f7f5;
  --sage-deep: #466f61;
  --clay: #7a6a58;
  --blue: #355a7d;
  --wine: #7a6a58;
  --shadow: 0 18px 50px rgba(36, 31, 26, 0.08);
  --shadow-soft: 0 10px 28px rgba(36, 31, 26, 0.07);
}

body {
  background: #ffffff;
  color: var(--ink);
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
}

.section-kicker,
.eyebrow,
.inline-interest-label,
.brief-label {
  color: #7a6a58 !important;
}

a,
.news-list a,
.brief-news a,
.brief-list a,
.pub-links,
.pub-links a {
  color: #125c63;
  text-decoration-color: rgba(18, 92, 99, 0.36);
}

.keyword-strip span,
.project-card .project-tags span,
.filter-button,
.link-grid a {
  border-color: #ccd9d4 !important;
  background: #f3f7f5 !important;
  color: #125c63 !important;
}

.button.primary,
.filter-button:hover,
.filter-button.active {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

.button.secondary {
  border-color: #e5e5e5 !important;
  background: #ffffff !important;
  color: #181818 !important;
}

.project-card .project-meta span {
  border-color: #125c63 !important;
  background: #125c63 !important;
  color: #ffffff !important;
}

.project-card .project-meta span:nth-child(2) {
  border-color: #9eb9ad !important;
  background: #e6f0ea !important;
  color: #125c63 !important;
}

.project-card .project-meta span:nth-child(3) {
  border-color: #7a6a58 !important;
  background: #7a6a58 !important;
  color: #ffffff !important;
}

.publication-card .tag.journal {
  border-color: #9eb9ad !important;
  background: #e6f0ea !important;
  color: #125c63 !important;
}

.publication-card .tag.chapter {
  border-color: #d7cec5 !important;
  background: #f6f1ec !important;
  color: #7a6a58 !important;
}

.publication-card .tag.proceeding {
  border-color: #125c63 !important;
  background: #125c63 !important;
  color: #ffffff !important;
}

.publication-card .tag.conference {
  border-color: #cbd9d3 !important;
  background: #f2f7f4 !important;
  color: #466f61 !important;
}

.publication-card .tag.review {
  border-color: #d7cec5 !important;
  background: #faf7f3 !important;
  color: #7a6a58 !important;
}

.news-list time {
  color: #125c63 !important;
}

.pub-group-heading,
.publication-card,
.project-card,
.teaching-list article,
.brief-news li,
.brief-list li,
.home-news-panel,
.hero-section .profile-panel,
.quick-facts,
.section-block.is-active-view,
.site-footer {
  border-color: #e5e5e5 !important;
}

/* True final control palette: black-white actions + pale blue tags */
html body {
  background: #ffffff !important;
}

html a,
html .site-nav a:hover,
html .site-nav a[aria-current="true"],
html .site-nav a[aria-current="page"],
html .news-list a,
html .brief-news a,
html .brief-list a,
html .pub-links,
html .pub-links a {
  color: #2f5968 !important;
  text-decoration-color: rgba(47, 89, 104, 0.32) !important;
}

html .keyword-strip span,
html .project-card .project-tags span,
html .filter-button,
html .link-grid a {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .link-grid a:hover,
html .button.primary,
html .filter-button:hover,
html .filter-button.active {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

html .button.secondary {
  border-color: #d9e5ea !important;
  background: #ffffff !important;
  color: #181818 !important;
}

html .project-card .project-meta span {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

html .project-card .project-meta span:nth-child(2) {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .project-card .project-meta span:nth-child(3) {
  border-color: #2f5968 !important;
  background: #2f5968 !important;
  color: #ffffff !important;
}

html .publication-card .tag.journal {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .publication-card .tag.chapter {
  border-color: #d6e8ef !important;
  background: #f5fbfd !important;
  color: #426a78 !important;
}

html .publication-card .tag.proceeding {
  border-color: #2f5968 !important;
  background: #2f5968 !important;
  color: #ffffff !important;
}

html .publication-card .tag.conference {
  border-color: #d9e5ea !important;
  background: #f8fbfc !important;
  color: #4f6470 !important;
}

html .publication-card .tag.review,
html .publication-card .tag.preprint {
  border-color: #d7cec5 !important;
  background: #faf7f3 !important;
  color: #7a6a58 !important;
}

/* True final control palette: black-white actions + pale blue tags */
html body {
  background: #ffffff !important;
}

html a,
html .site-nav a:hover,
html .site-nav a[aria-current="true"],
html .site-nav a[aria-current="page"],
html .news-list a,
html .brief-news a,
html .brief-list a,
html .pub-links,
html .pub-links a {
  color: #2f5968 !important;
  text-decoration-color: rgba(47, 89, 104, 0.32) !important;
}

html .keyword-strip span,
html .project-card .project-tags span,
html .filter-button,
html .link-grid a {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .link-grid a:hover,
html .button.primary,
html .filter-button:hover,
html .filter-button.active {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

html .button.secondary {
  border-color: #d9e5ea !important;
  background: #ffffff !important;
  color: #181818 !important;
}

html .project-card .project-meta span {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

html .project-card .project-meta span:nth-child(2) {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .project-card .project-meta span:nth-child(3) {
  border-color: #2f5968 !important;
  background: #2f5968 !important;
  color: #ffffff !important;
}

html .publication-card .tag.journal {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .publication-card .tag.chapter {
  border-color: #d6e8ef !important;
  background: #f5fbfd !important;
  color: #426a78 !important;
}

html .publication-card .tag.proceeding {
  border-color: #2f5968 !important;
  background: #2f5968 !important;
  color: #ffffff !important;
}

html .publication-card .tag.conference {
  border-color: #d9e5ea !important;
  background: #f8fbfc !important;
  color: #4f6470 !important;
}

html .publication-card .tag.review,
html .publication-card .tag.preprint {
  border-color: #d7cec5 !important;
  background: #faf7f3 !important;
  color: #7a6a58 !important;
}

/* Final control color revision: black-white actions with pale blue tags */
:root {
  --teal: #2f5968;
  --sage: #eef7fb;
  --sage-deep: #2f5968;
  --blue: #2f5968;
  --wine: #7a6a58;
}

html a,
html .site-nav a:hover,
html .site-nav a[aria-current="true"],
html .site-nav a[aria-current="page"],
html .news-list a,
html .brief-news a,
html .brief-list a,
html .pub-links,
html .pub-links a {
  color: #2f5968 !important;
}

html .keyword-strip span,
html .project-card .project-tags span,
html .filter-button,
html .link-grid a {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .link-grid a:hover,
html .button.primary,
html .filter-button:hover,
html .filter-button.active {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

html .button.secondary {
  border-color: #d9e5ea !important;
  background: #ffffff !important;
  color: #181818 !important;
}

html .project-card .project-meta span {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

html .project-card .project-meta span:nth-child(2) {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .project-card .project-meta span:nth-child(3) {
  border-color: #2f5968 !important;
  background: #2f5968 !important;
  color: #ffffff !important;
}

html .publication-card .tag.journal {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

html .publication-card .tag.chapter {
  border-color: #d6e8ef !important;
  background: #f5fbfd !important;
  color: #426a78 !important;
}

html .publication-card .tag.proceeding {
  border-color: #2f5968 !important;
  background: #2f5968 !important;
  color: #ffffff !important;
}

html .publication-card .tag.conference {
  border-color: #d9e5ea !important;
  background: #f8fbfc !important;
  color: #4f6470 !important;
}

html .publication-card .tag.review,
html .publication-card .tag.preprint {
  border-color: #d7cec5 !important;
  background: #faf7f3 !important;
  color: #7a6a58 !important;
}

/* Exact final theme: match the preferred About-page look */
html body {
  background: #ffffff !important;
  color: #181818 !important;
}

html .site-header {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: #e5e5e5 !important;
}

html .section-kicker,
html .eyebrow,
html .inline-interest-label,
html .brief-label {
  color: #7a6a58 !important;
}

html a,
html .site-nav a:hover,
html .site-nav a[aria-current="true"],
html .site-nav a[aria-current="page"],
html .news-list a,
html .brief-news a,
html .brief-list a,
html .pub-links,
html .pub-links a {
  color: #125c63 !important;
}

html .keyword-strip span,
html .project-card .project-tags span,
html .filter-button,
html .link-grid a {
  border-color: #ccd9d4 !important;
  background: #f3f7f5 !important;
  color: #125c63 !important;
}

html .button.primary,
html .filter-button:hover,
html .filter-button.active {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

html .button.secondary {
  border-color: #e5e5e5 !important;
  background: #ffffff !important;
  color: #181818 !important;
}

html .project-card .project-meta span {
  border-color: #125c63 !important;
  background: #125c63 !important;
  color: #ffffff !important;
}

html .project-card .project-meta span:nth-child(2) {
  border-color: #9eb9ad !important;
  background: #e6f0ea !important;
  color: #125c63 !important;
}

html .project-card .project-meta span:nth-child(3) {
  border-color: #7a6a58 !important;
  background: #7a6a58 !important;
  color: #ffffff !important;
}

html .publication-card .tag {
  border-radius: 0 !important;
}

html .publication-card .tag.journal {
  border-color: #8ab1a7 !important;
  background: #dcece7 !important;
  color: #0f4f55 !important;
}

html .publication-card .tag.preprint {
  border-color: #7a6a58 !important;
  background: #f3f0eb !important;
  color: #7a6a58 !important;
}

html .publication-card .tag.chapter {
  border-color: #b6cfc8 !important;
  background: #edf6f3 !important;
  color: #125c63 !important;
}

html .publication-card .tag.proceeding {
  border-color: #125c63 !important;
  background: #125c63 !important;
  color: #ffffff !important;
}

html .publication-card .tag.conference {
  border-color: #cbd9d3 !important;
  background: #f3f7f5 !important;
  color: #466f61 !important;
}

html .publication-card .tag.review {
  border-color: #d7cec5 !important;
  background: #faf7f3 !important;
  color: #7a6a58 !important;
}

html .pub-group-heading,
html .publication-card,
html .project-card,
html .teaching-list article,
html .brief-news li,
html .brief-list li,
html .home-news-panel,
html .hero-section .profile-panel,
html .quick-facts,
html .section-block.is-active-view,
html .site-footer {
  border-color: #e5e5e5 !important;
}

/* Final palette revision: white background with soft blue-green palette */
:root {
  --paper: #ffffff;
  --surface: #ffffff;
  --ink: #181818;
  --muted: #5f646b;
  --line: #e4e8e2;
  --teal: #6f835f;
  --sage: #f6f7f7;
  --sage-deep: #6f835f;
  --clay: #8a9468;
  --blue: #5f8190;
  --wine: #6f835f;
  --shadow: 0 18px 50px rgba(60, 72, 50, 0.07);
  --shadow-soft: 0 10px 28px rgba(60, 72, 50, 0.06);
}

body {
  background: #ffffff;
  color: #181818;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #e4e8e2;
}

.section-kicker,
.eyebrow,
.inline-interest-label,
.brief-label {
  color: #6f835f !important;
}

a,
.news-list a,
.brief-news a,
.brief-list a,
.pub-links,
.pub-links a {
  color: #5f8190;
  text-decoration-color: rgba(95, 129, 144, 0.36);
}

.keyword-strip span,
.filter-button,
.link-grid a {
  border-color: #c9d8c2 !important;
  background: #f6f7f7 !important;
  color: #5f7654 !important;
}

.button.primary,
.filter-button:hover,
.filter-button.active {
  border-color: #6f835f !important;
  background: #6f835f !important;
  color: #ffffff !important;
}

.button.secondary {
  border-color: #d8e0d5 !important;
  background: #ffffff !important;
  color: #181818 !important;
}

.project-card .project-meta span {
  border-color: #6f835f !important;
  background: #6f835f !important;
  color: #ffffff !important;
}

.project-card .project-meta span:nth-child(2) {
  border-color: #c3cf91 !important;
  background: #dce4a3 !important;
  color: #53643f !important;
}

.project-card .project-meta span:nth-child(3) {
  border-color: #8fa77b !important;
  background: #afc298 !important;
  color: #24301f !important;
}

.project-card .project-tags span {
  border-color: #b8d2da !important;
  background: #d2eaf1 !important;
  color: #456a78 !important;
}

.publication-card .tag.journal {
  border-color: #c3cf91 !important;
  background: #dce4a3 !important;
  color: #53643f !important;
}

.publication-card .tag.chapter {
  border-color: #b8d2da !important;
  background: #d2eaf1 !important;
  color: #456a78 !important;
}

.publication-card .tag.proceeding {
  border-color: #6f835f !important;
  background: #6f835f !important;
  color: #ffffff !important;
}

.publication-card .tag.conference {
  border-color: #c2cc91 !important;
  background: #d4de9c !important;
  color: #53643f !important;
}

.publication-card .tag.review {
  border-color: #d8dede !important;
  background: #f6f7f7 !important;
  color: #5f646b !important;
}

.news-list time {
  color: #6f835f !important;
}

.brand-mark {
  background: transparent !important;
}

.pub-group-heading,
.publication-card,
.project-card,
.teaching-list article,
.brief-news li,
.brief-list li,
.home-news-panel,
.hero-section .profile-panel,
.quick-facts,
.section-block.is-active-view,
.site-footer {
  border-color: #e4e8e2 !important;
}

/* Final palette lock: white + pale blue controls */
:root {
  --paper: #ffffff;
  --surface: #ffffff;
  --ink: #181818;
  --muted: #5f646b;
  --line: #e5e5e5;
  --teal: #2f5968;
  --sage: #eef7fb;
  --sage-deep: #2f5968;
  --clay: #7a6a58;
  --blue: #2f5968;
  --wine: #7a6a58;
  --shadow: 0 18px 50px rgba(36, 31, 26, 0.08);
  --shadow-soft: 0 10px 28px rgba(36, 31, 26, 0.07);
}

body {
  background: #ffffff;
  color: #181818;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #e5e5e5;
}

.section-kicker,
.eyebrow,
.inline-interest-label,
.brief-label {
  color: #7a6a58 !important;
}

a,
.news-list a,
.brief-news a,
.brief-list a,
.pub-links,
.pub-links a {
  color: #2f5968;
  text-decoration-color: rgba(47, 89, 104, 0.32);
}

.keyword-strip span,
.project-card .project-tags span,
.filter-button,
.link-grid a {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

.button.primary,
.filter-button:hover,
.filter-button.active {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

.button.secondary {
  border-color: #e5e5e5 !important;
  background: #ffffff !important;
  color: #181818 !important;
}

.project-card .project-meta span {
  border-color: #181818 !important;
  background: #181818 !important;
  color: #ffffff !important;
}

.project-card .project-meta span:nth-child(2) {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

.project-card .project-meta span:nth-child(3) {
  border-color: #2f5968 !important;
  background: #2f5968 !important;
  color: #ffffff !important;
}

.publication-card .tag.journal {
  border-color: #c9dde5 !important;
  background: #eef7fb !important;
  color: #2f5968 !important;
}

.publication-card .tag.chapter {
  border-color: #d6e8ef !important;
  background: #f5fbfd !important;
  color: #426a78 !important;
}

.publication-card .tag.proceeding {
  border-color: #2f5968 !important;
  background: #2f5968 !important;
  color: #ffffff !important;
}

.publication-card .tag.conference {
  border-color: #d9e5ea !important;
  background: #f8fbfc !important;
  color: #4f6470 !important;
}

.publication-card .tag.review {
  border-color: #d7cec5 !important;
  background: #faf7f3 !important;
  color: #7a6a58 !important;
}

.news-list time {
  color: #2f5968 !important;
}

.brand-mark {
  background: transparent !important;
}

.pub-group-heading,
.publication-card,
.project-card,
.teaching-list article,
.brief-news li,
.brief-list li,
.home-news-panel,
.hero-section .profile-panel,
.quick-facts,
.section-block.is-active-view,
.site-footer {
  border-color: #e5e5e5 !important;
}
