:root {
  --home-ink: #111114;
  --home-muted: #67676f;
  --home-paper: #f7f6f3;
  --home-card: rgba(255,255,255,.72);
  --home-line: rgba(17,17,20,.11);
  --home-blue: #5267ff;
  --home-violet: #8a5de8;
  --home-coral: #e67854;
}

body:has(.home-page) {
  overflow-x: hidden;
  color: var(--home-ink);
  background: var(--home-paper) !important;
}

body:has(.home-page) > .home-shell {
  max-width: none;
  padding: 0;
}

body:has(.home-page) .navbar {
  border-bottom: 1px solid rgba(17,17,20,.06);
  background: rgba(247,246,243,.80) !important;
  box-shadow: none !important;
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}

body:has(.home-page) .navbar > .home-shell,
body:has(.home-page) footer .home-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

body:has(.home-page) .navbar-brand {
  letter-spacing: -.025em;
}

body:has(.home-page) .nav-link {
  font-size: .88rem;
  font-weight: 500;
}

body:has(.home-page) footer {
  border-top: 1px solid var(--home-line);
  background: #f0efeb;
}

.home-page {
  --home-gutter: max(24px, calc((100vw - 1200px) / 2));
  margin-top: -1px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.home-page a { color: inherit; }

.home-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: calc(92vh - 5rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 9rem) var(--home-gutter) clamp(5rem, 8vw, 8rem);
  border-bottom: 1px solid rgba(42,37,30,.10);
  color: #1b1a17;
  background:
    linear-gradient(90deg, rgba(255,255,255,.32) 0%, rgba(255,255,255,0) 48%),
    linear-gradient(180deg, #f3f0e8 0%, #ebe6db 100%);
}

.home-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -7%;
  bottom: 0;
  width: 57%;
  content: "";
  opacity: .92;
  background:
    linear-gradient(122deg, transparent 0 21%, rgba(142,73,48,.12) 21.2% 22%, transparent 22.2% 49%, rgba(142,73,48,.055) 49.2% 68%, transparent 68.2%),
    linear-gradient(154deg, transparent 0 51%, rgba(36,32,27,.05) 51.2% 74%, transparent 74.2%),
    linear-gradient(90deg, rgba(255,255,255,.16), rgba(121,78,57,.045));
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.home-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  opacity: .13;
  background-image:
    repeating-linear-gradient(0deg, rgba(52,46,37,.11) 0, rgba(52,46,37,.11) 1px, transparent 1px, transparent 4px),
    linear-gradient(90deg, transparent 0 71%, rgba(92,67,52,.16) 71%, rgba(92,67,52,.16) calc(71% + 1px), transparent calc(71% + 1px));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.55fr) minmax(230px, .45fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}




.home-eyebrow,
.home-section-kicker {
  margin: 0 0 1rem;
  color: var(--home-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.7rem, 7.5vw, 7.6rem);
  font-weight: 650;
  letter-spacing: -.073em;
  line-height: .92;
}

.home-name {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  column-gap: clamp(.55rem, 1.2vw, .9rem);
}

.home-name-primary {
  display: block;
  white-space: nowrap;
}

.home-name-secondary {
  display: inline-block;
  color: #985033;
  font-family: "Kaiti SC", STKaiti, KaiTi, "Songti SC", serif;
  font-size: clamp(1.05rem, 1.85vw, 1.65rem);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.1;
  white-space: nowrap;
  transform: translateY(-.08em);
  transform-origin: left center;
}

.home-hero-thesis {
  max-width: 760px;
  margin: 1.1rem 0 0;
  color: #3d3933;
  font-size: clamp(1.45rem, 2.65vw, 2.35rem);
  font-weight: 560;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.home-hero-thesis span {
  display: inline-block;
  padding-bottom: .08em;
  color: #985033;
  background: none;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.12;
  -webkit-text-fill-color: currentColor;
}

.home-position {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 1.9rem;
  padding: .16rem 0 .16rem 1rem;
  border: 0;
  border-left: 2px solid #a65b3c;
  border-radius: 0;
  color: #4f4a42;
  background: transparent;
  font-size: .84rem;
  font-weight: 620;
  backdrop-filter: none;
}

.home-position img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.home-bio {
  max-width: 790px;
  margin-top: 1.7rem;
  color: #484850;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.home-bio p { margin: 1.2rem 0 0; }
.home-bio p:empty { display: none; }
.home-bio strong { color: var(--home-ink); font-weight: 650; }
.home-bio a { border-bottom: 1px solid rgba(17,17,20,.22); font-weight: 600; }
.home-bio a:hover { color: var(--home-blue); text-decoration: none; }

.home-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.7rem;
}

.home-profile-links a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .72rem .95rem;
  border: 1px solid rgba(17,17,20,.13);
  border-radius: 4px;
  background: rgba(255,255,255,.33);
  font-size: .82rem;
  font-weight: 650;
  transition: color .25s ease, background .25s ease, transform .25s ease;
  backdrop-filter: blur(12px);
}

.home-profile-links a:first-child {
  color: #fff;
  border-color: #17171b;
  background: #17171b;
}

.home-profile-links a:hover {
  color: #fff;
  background: #17171b;
  text-decoration: none;
  transform: translateY(-2px);
}

.home-portrait {
  position: relative;
  width: min(100%, 300px);
  margin-left: auto;
  padding: 8px;
  border: 1px solid rgba(54,46,37,.16);
  border-radius: 5px;
  background: rgba(246,242,232,.58);
  box-shadow: 0 28px 70px rgba(54,43,33,.13), inset 0 1px rgba(255,255,255,.72);
  transform: none;
  backdrop-filter: blur(10px);
}

.home-portrait-frame {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 2px;
  background: #ddd6c8;
}

.home-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.02);
}

.home-portrait-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem .7rem .5rem;
}

.home-portrait-caption span { font-size: .86rem; font-weight: 700; }
.home-portrait-caption small { color: var(--home-muted); font-size: .62rem; text-align: right; }

.home-section {
  padding: clamp(6rem, 11vw, 10rem) var(--home-gutter);
}

.home-section > * {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.home-section-header h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.5vw, 5.6rem);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .96;
}

.home-section-link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .75rem 1rem;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 650;
  white-space: nowrap;
}

.home-section-link:hover {
  color: #fff;
  background: var(--home-ink);
  text-decoration: none;
}

.home-publications { background: #111114; color: #f4f2ed; }
.home-publications .home-section-kicker { color: #92929b; }
.home-publications .home-section-link { border-color: rgba(255,255,255,.18); }

.home-publication-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-publication-item {
  position: relative;
  min-height: 285px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 5%, rgba(112,98,255,.18), transparent 34%),
    rgba(255,255,255,.045);
  transition: border-color .3s ease, transform .3s ease, background .3s ease;
}

.home-publication-item:nth-child(3n+2) {
  background:
    radial-gradient(circle at 92% 5%, rgba(240,140,114,.15), transparent 34%),
    rgba(255,255,255,.045);
}

.home-publication-item:nth-child(3n) {
  background:
    radial-gradient(circle at 92% 5%, rgba(88,197,165,.13), transparent 34%),
    rgba(255,255,255,.045);
}

.home-publication-item:hover {
  border-color: rgba(255,255,255,.24);
  transform: translateY(-3px);
}

.home-publication-topline {
  display: grid;
  min-height: 58px;
  border: 0;
  border-radius: 0;
  color: #d0cfd4;
  background: transparent;
  grid-template-columns: 78px minmax(0, 1fr);
  text-transform: none;
}

.home-publication-year {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: .25rem 1rem .25rem 0;
  border-right: 1px solid rgba(255,255,255,.16);
  color: #f0a384;
  background: transparent;
  font-variant-numeric: tabular-nums;
  font-weight: 720;
  line-height: 1;
}

.home-publication-year-value {
  font-size: 1.3rem;
  letter-spacing: -.045em;
}

.home-publication-venue {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: .22rem;
  padding: .2rem 0 .2rem 1rem;
  background: transparent;
}

.home-publication-venue-label {
  color: #9999a2;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.home-publication-venue-name {
  color: #f1f0ec;
  font-size: clamp(.82rem, .95vw, .94rem);
  font-weight: 680;
  letter-spacing: -.012em;
  line-height: 1.32;
}

.home-publication-item h3 {
  margin: 1.05rem 0 .8rem;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 620;
  letter-spacing: -.035em;
  line-height: 1.18;
}

.home-publication-authors {
  margin: 0;
  color: #aaaab2;
  font-size: .78rem;
  line-height: 1.55;
}

.home-publication-authors a { color: #d6d3ff; }

.home-publication-abstract {
  margin: .9rem 0 0;
  color: #b9b9c1;
  font-size: .88rem;
  line-height: 1.52;
}

.home-publication-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
}

.home-publication-links a {
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: #f4f2ed;
  font-size: .76rem;
  font-weight: 650;
}

.home-publication-links a:hover { color: #bcb5ff; text-decoration: none; }

.home-journey { background: #eceae5; }

.home-journey-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
}

.home-journey-column {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(17,17,20,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.42);
}

.home-journey-column > h3 {
  margin: 0 0 2rem;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-timeline::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 18px;
  width: 1px;
  content: "";
  background: rgba(17,17,20,.13);
}

.home-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 1rem;
  padding-bottom: 2rem;
}

.home-timeline li:last-child { padding-bottom: 0; }

.home-timeline-logo {
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(17,17,20,.09);
  border-radius: 11px;
  background: #f8f7f4;
}

.home-timeline-logo img { width: 23px; height: 23px; object-fit: contain; }

.home-timeline-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.home-timeline-heading strong { font-size: .95rem; }
.home-timeline-heading time { color: var(--home-muted); font-size: .68rem; font-style: normal; white-space: nowrap; }
.home-timeline-copy p { margin: .35rem 0 0; color: #5f5f67; font-size: .78rem; line-height: 1.5; }

.home-awards {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding-top: 2.5rem;
  border-top: 1px solid var(--home-line);
}

.home-awards-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 2rem;
}

.home-awards-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid var(--home-line);
  font-size: .84rem;
}

.home-awards-list time { color: var(--home-muted); }

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

.home-news-list article {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--home-line);
  transition: padding-left .25s ease;
}

.home-news-list article:hover { padding-left: .5rem; }

.home-news-list time {
  display: flex;
  align-items: baseline;
  gap: .45rem;
}

.home-news-list time strong { font-size: 1.6rem; font-weight: 620; letter-spacing: -.05em; }
.home-news-list time span { color: var(--home-muted); font-size: .65rem; font-weight: 650; text-transform: uppercase; }
.home-news-list article > div { font-size: 1rem; line-height: 1.55; }
.home-news-list article > div p { margin: 0; }

.home-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}

.home-reveal.is-visible { opacity: 1; transform: none; }


@media (max-width: 991px) {
  .home-hero-inner { grid-template-columns: minmax(0,1fr) 220px; gap: 2.5rem; }
  .home-portrait { width: 220px; }
  .home-publication-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .home-page { --home-gutter: 22px; }
  .home-hero { min-height: auto; padding-top: 6.5rem; }
  .home-hero-inner { grid-template-columns: 1fr; }
  .home-hero h1 { font-size: clamp(3.4rem, 15vw, 5.3rem); }
  .home-portrait { display: none; }
  .home-section-header { align-items: flex-start; flex-direction: column; }
  .home-journey-grid,
  .home-awards-list { grid-template-columns: 1fr; }
  .home-publication-item { min-height: 0; border-radius: 18px; }
  .home-timeline-heading { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .home-news-list article { grid-template-columns: 75px minmax(0,1fr); gap: 1rem; }
  .home-position { align-items: flex-start; border-radius: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
/* Core-motivation publication cards */
.home-publication-item {
  min-height: 0;
  padding: 0;
  background: rgba(255,255,255,.038);
}

.home-publication-item:nth-child(3n+2),
.home-publication-item:nth-child(3n) {
  background: rgba(255,255,255,.038);
}

.home-publication-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.home-publication-visual {
  --home-viz-accent: 114,164,255;
  position: relative;
  isolation: isolate;
  height: 226px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.075);
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 38%),
    linear-gradient(132deg, #151618, #101113 72%);
}

.home-publication-item[data-paper-viz="hive"] .home-publication-visual {
  --home-viz-accent: 159,89,104;
}

.home-publication-item[data-paper-viz="prm"] .home-publication-visual {
  --home-viz-accent: 71,113,90;
}

.home-publication-item[data-paper-viz="safe-delta"] .home-publication-visual {
  --home-viz-accent: 69,107,131;
}

.home-publication-item[data-paper-viz="sico"] .home-publication-visual {
  --home-viz-accent: 226,179,97;
}

.home-publication-visual::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  opacity: .52;
  background:
    linear-gradient(104deg, transparent 2%, rgba(var(--home-viz-accent),.055) 54%, transparent 96%),
    linear-gradient(180deg, rgba(255,255,255,.022), transparent 42%);
  pointer-events: none;
}

.home-publication-visual::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.17), transparent);
  pointer-events: none;
}

.home-publication-body {
  padding: clamp(1.45rem, 2.8vw, 2.1rem);
}

.home-publication-item h3 {
  margin-top: 1.05rem;
}

.home-publication-authors {
  color: #c6c6cf;
  font-size: .8rem;
  line-height: 1.65;
}

.home-publication-authors .text-body {
  color: #c6c6cf !important;
}

.home-publication-authors a.text-body {
  color: #dddafe !important;
  text-decoration-color: transparent;
}

.home-publication-authors a.text-body:hover {
  color: #fff !important;
  text-decoration-color: rgba(255,255,255,.45);
}

.home-publication-authors strong {
  color: #fff;
  font-weight: 720;
}

.home-publication-authors mark {
  display: inline-flex;
  align-items: center;
  margin-left: .4rem;
  padding: .13rem .38rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  color: #b8b8c1;
  background: rgba(255,255,255,.065);
  font-size: .62rem;
  line-height: 1.2;
  white-space: nowrap;
  vertical-align: .1em;
}

.home-publication-authors mark i {
  font-style: normal;
}


.home-publication-links {
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  .home-publication-item:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .home-publication-visual {
    height: 210px;
  }


}
/* Warm editorial hero: narrow-screen composition */
.home-eyebrow {
  color: #756d62;
}

@media (max-width: 767px) {
  .home-hero::before {
    right: -58%;
    width: 125%;
    opacity: .58;
  }

  .home-hero::after {
    opacity: .09;
  }
}
.home-hero::before {
  transition: opacity .65s ease;
}

.home-hero::after {
  transition: opacity .45s ease;
}

.home-hero-aurora-wash,
.home-hero-orb {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.home-hero-aurora-wash {
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.9), transparent 26%),
    linear-gradient(145deg, #f7f6f3 12%, #ececff 58%, #ffe9df 100%);
  transition: opacity .65s ease;
}

.home-hero-aurora-wash::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .13;
  background: repeating-radial-gradient(circle at 17% 21%, rgba(255,255,255,.7) 0 1px, transparent 1px 5px);
  mix-blend-mode: soft-light;
}

.home-hero-orb {
  border-radius: 50%;
  opacity: 0;
  transform: scale(.9);
  transition: opacity .55s ease, transform .7s cubic-bezier(.2,.75,.2,1);
}
.home-hero-orb-one {
  top: 8%;
  right: 3%;
  width: min(40vw, 580px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 35% 28%, #fff 0 7%, #c4caff 33%, #8972eb 65%, transparent 73%);
}

.home-hero-orb-two {
  right: 33%;
  bottom: -26%;
  width: min(25vw, 350px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 40% 35%, #fff6ec, #f49a75 47%, transparent 72%);
}

.home-hero.is-aurora {
  border-bottom-color: rgba(85,72,110,.08);
}

.home-hero.is-aurora::before {
  opacity: 0;
}

.home-hero.is-aurora::after {
  opacity: 0;
}

.home-hero.is-aurora .home-hero-aurora-wash {
  opacity: 1;
}

.home-hero.is-aurora .home-hero-orb-one {
  opacity: .55;
  transform: scale(1);
  animation: home-aurora-float 14s ease-in-out infinite alternate;
}

.home-hero.is-aurora .home-hero-orb-two {
  opacity: .45;
  transform: scale(1);
  animation: home-aurora-float 14s ease-in-out -6s infinite alternate;
}

.home-hero.is-aurora h1 .home-name-primary {
  color: transparent;
  background: linear-gradient(90deg, #4656c9, #8d5fd1 53%, #d96b4c);
  background-clip: text;
  font-family: inherit;
  font-style: normal;
  font-weight: 650;
  letter-spacing: -.073em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-hero.is-aurora .home-position {
  gap: .65rem;
  margin-top: 1.8rem;
  padding: .55rem .8rem;
  border: 1px solid rgba(17,17,20,.12);
  border-radius: 999px;
  color: #45454d;
  background: rgba(255,255,255,.35);
  font-weight: 600;
  backdrop-filter: blur(12px);
}

.home-hero.is-aurora .home-profile-links a {
  border-radius: 999px;
  background: rgba(255,255,255,.33);
}

.home-hero.is-aurora .home-portrait {
  padding: 10px;
  border-color: rgba(255,255,255,.72);
  border-radius: 34px;
  background: rgba(255,255,255,.28);
  box-shadow: 0 28px 80px rgba(36,30,74,.16), inset 0 1px rgba(255,255,255,.8);
  transform: rotate(1.5deg);
  backdrop-filter: blur(18px);
}

.home-hero.is-aurora .home-portrait-frame {
  border-radius: 25px;
  background: linear-gradient(145deg, #d8dbff, #f6c8b5);
}


@keyframes home-aurora-float {
  from { transform: translate3d(-2%, -2%, 0) scale(.97); }
  to { transform: translate3d(3%, 4%, 0) scale(1.04); }
}

@media (max-width: 767px) {

  .home-hero-orb-one {
    top: 18%;
    right: -42%;
    width: 100vw;
  }

  .home-hero-orb-two {
    right: 20%;
    width: 60vw;
  }
}
/* Profile caption, nested honors, and compact scrollable news. */
.home-portrait-caption {
  display: block;
  padding: .85rem .7rem .48rem;
  color: var(--home-muted);
  font-size: .68rem;
  line-height: 1.4;
  text-align: center;
}

.home-journey-column .home-awards {
  margin-top: 2.25rem;
  padding-top: 1.55rem;
  border-top: 1px solid var(--home-line);
}

.home-journey-column .home-awards .home-section-kicker { margin-bottom: .55rem; }
.home-journey-column .home-awards-list { grid-template-columns: 1fr; gap: 0; }
.home-journey-column .home-awards-list div { padding: .72rem 0; }

.home-news-list {
  max-height: 350px;
  padding-right: clamp(.45rem, 1.4vw, 1rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(17,17,20,.28) transparent;
  scrollbar-width: thin;
}

.home-news-list::-webkit-scrollbar { width: 6px; }
.home-news-list::-webkit-scrollbar-track { background: transparent; }
.home-news-list::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(17,17,20,.22); }
.home-news-list:focus-visible { outline: 2px solid rgba(152,80,51,.55); outline-offset: 5px; }

@media (max-width: 460px) {
  .home-news-list { max-height: 330px; }
}
/* Full classic homepage from the pre-redesign Git history. */
.home-page { position: relative; }
.home-current-view[hidden],
.home-original-view[hidden] { display: none !important; }

.home-original-view {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 4.75rem 15px 1rem;
  color: #212529;
  font-family: "Lato", sans-serif;
}

.home-original-view a { color: #007bff; }
.home-original-view a:hover { color: #0056b3; }
.home-original-view .card,
.home-original-view .news-card,
.home-original-view .original-publications { border-radius: .2rem !important; }
.home-original-view .h1 { letter-spacing: normal; }
.home-original-view .original-profile-portrait { max-width: 220px; }
.home-original-view .original-profile-portrait .figure-caption { font-size: .72rem; }
.home-original-view .original-profile-links { line-height: 2; }
.home-original-view .original-honors {
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}



body:has(.home-page.is-classic) {
  color: #212529;
  background: #f8f9fa !important;
}

body:has(.home-page.is-classic) .navbar {
  border-bottom: 0;
  background: #fff !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body:has(.home-page.is-classic) .navbar > .home-shell,
body:has(.home-page.is-classic) footer .home-shell {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}

body:has(.home-page.is-classic) footer {
  border-top: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .home-original-view { padding: 4.4rem 15px .75rem; }
  .home-original-view .card-body.p-5 { padding: 1.5rem !important; }
  .home-original-view .card-body.p-4 { padding: 1rem !important; }
}
/* Light, single-column research ledger. */
.home-publications {
  color: #211f1b;
  background: #e7e2d8;
}

.home-publications .home-section-header {
  padding-bottom: clamp(1.5rem, 3vw, 2.2rem);
  border-bottom: 1px solid rgba(33,31,27,.14);
}

.home-publications .home-section-link {
  border-color: rgba(33,31,27,.22);
  color: #211f1b;
  background: rgba(255,255,255,.28);
}

.home-publications .home-section-link:hover {
  color: #f7f3eb;
  background: #27241f;
}

.home-publication-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.home-publication-item,
.home-publication-item:nth-child(3n+2),
.home-publication-item:nth-child(3n) {
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
  border: 1px solid rgba(42,38,32,.14);
  border-radius: 22px;
  color: #211f1b;
  background: #f7f4ed;
  box-shadow: 0 18px 50px rgba(55,48,38,.07);
}

.home-publication-item:nth-child(3n+2) { background: #eff2ed; }
.home-publication-item:nth-child(3n) { background: #f3eeea; }

.home-publication-item:hover {
  border-color: rgba(42,38,32,.25);
  background: #fbf9f4;
  box-shadow: 0 24px 58px rgba(55,48,38,.11);
}

.home-publication-item:last-child:nth-child(odd) { grid-column: auto; }

.home-publication-visual {
  height: auto;
  min-height: 250px;
  border-right: 1px solid rgba(42,38,32,.13);
  border-bottom: 0;
}

.home-publication-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.45rem, 2.4vw, 2.35rem);
}

.home-publication-topline {
  border: 0;
  color: #39352f;
  background: transparent;
  box-shadow: none;
}

.home-publication-year {
  border-right-color: rgba(42,38,32,.16);
  color: #985033;
  background: transparent;
}

.home-publication-venue {
  color: #39352f;
  background: transparent;
}

.home-publication-venue-label {
  color: #8a8178;
}

.home-publication-venue-name {
  color: #302c27;
}

@media (max-width: 560px) {
  .home-publication-topline {
    min-height: 54px;
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .home-publication-year {
    padding: .2rem .75rem .2rem 0;
  }

  .home-publication-year-value {
    font-size: 1.12rem;
  }

  .home-publication-venue {
    padding: .15rem 0 .15rem .75rem;
  }

  .home-publication-venue-name {
    font-size: .78rem;
  }
}

.home-publication-item h3 {
  color: #211f1b;
  font-size: clamp(1.5rem, 2.25vw, 2.15rem);
}

.home-publication-authors,
.home-publication-authors .text-body {
  color: #69645c !important;
}

.home-publication-authors a.text-body {
  color: #4f5969 !important;
}

.home-publication-authors a.text-body:hover,
.home-publication-authors strong {
  color: #211f1b !important;
}

.home-publication-authors mark {
  border-color: rgba(42,38,32,.12);
  color: #6f675c;
  background: rgba(255,255,255,.58);
}

.home-publication-links a {
  border-bottom-color: rgba(42,38,32,.24);
  color: #302c27;
}

.home-publication-links a:hover {
  color: #985033;
}

@media (max-width: 991px) {
  .home-publication-item,
  .home-publication-item:nth-child(3n+2),
  .home-publication-item:nth-child(3n) {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-publication-visual {
    height: 240px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(42,38,32,.13);
  }
}

@media (max-width: 560px) {
  .home-publication-visual {
    height: 220px;
  }

}
/* Content-first news browser with a quiet segmented year control. */
.home-news {
  color: #252421;
  background: #e9e7e2;
}

.home-news .home-section-header {
  align-items: flex-start;
  margin-bottom: clamp(1.65rem, 3vw, 2.45rem);
}

.home-news-browser {
  width: 100%;
}

.home-news-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: .85rem;
}

.home-news-years {
  display: inline-flex;
  max-width: 100%;
  gap: .2rem;
  padding: .28rem;
  overflow-x: auto;
  border: 1px solid rgba(52,49,44,.10);
  border-radius: 16px;
  background: rgba(242,241,238,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 8px 24px rgba(69,63,54,.05);
  scrollbar-width: none;
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}

.home-news-years::-webkit-scrollbar {
  display: none;
}

.home-news-years button {
  display: flex;
  min-width: 0;
  flex: 0 0 auto;
  align-items: baseline;
  gap: .5rem;
  padding: .65rem .9rem;
  border: 0;
  border-radius: 12px;
  color: #706b64;
  background: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
  transition: color .24s ease, background .24s ease, box-shadow .24s ease,
    transform .24s cubic-bezier(.16,1,.3,1);
}

.home-news-year-label {
  font-size: .88rem;
  font-weight: 690;
  letter-spacing: -.018em;
  line-height: 1;
}


.home-news-years button:hover {
  color: #383530;
  background: rgba(255,255,255,.46);
}

.home-news-years button:active {
  transform: scale(.98);
}

.home-news-years button[aria-selected="true"] {
  color: #282621;
  background: rgba(255,255,255,.88);
  box-shadow: 0 1px 2px rgba(60,55,47,.08), 0 7px 20px rgba(60,55,47,.08);
}


.home-news-years button:focus-visible {
  outline: 2px solid rgba(152,80,51,.55);
  outline-offset: 2px;
}


.home-news-stage {
  position: relative;
  isolation: isolate;
  padding: .7rem 3.45rem .7rem .7rem;
  overflow: hidden;
  border: 1px solid rgba(52,49,44,.09);
  border-radius: 26px;
  background: rgba(248,247,244,.88);
  box-shadow: 0 24px 70px rgba(62,56,48,.08), inset 0 1px 0 rgba(255,255,255,.82);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  backdrop-filter: blur(18px) saturate(112%);
}

.home-news-stage::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 3.45rem;
  left: .7rem;
  height: 4rem;
  content: "";
  opacity: 0;
  background: linear-gradient(
    to bottom,
    rgba(248,247,244,.98) 0%,
    rgba(248,247,244,.82) 30%,
    rgba(248,247,244,0) 100%
  );
  pointer-events: none;
  transition: opacity .25s ease;
}

.home-news-browser.is-scrolled .home-news-stage::before {
  opacity: 1;
}

.home-news-panel {
  position: relative;
  z-index: 0;
}

.home-news-panel[hidden] {
  display: none !important;
}

.home-news-list {
  height: 388px;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  touch-action: pan-y;
}

.home-news-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.home-news-list:focus-visible {
  outline: 2px solid rgba(152,80,51,.48);
  outline-offset: -2px;
  border-radius: 19px;
}

.home-news-list article {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  min-height: 118px;
  align-items: center;
  gap: clamp(1.2rem, 2.6vw, 2.6rem);
  padding: 1.18rem 1.35rem;
  border: 0;
  border-radius: 19px;
  background: transparent;

}


.home-news-list time {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  font-variant-numeric: tabular-nums;
}

.home-news-list time strong {
  color: #615b53;
  font-size: 1.72rem;
  font-weight: 610;
  letter-spacing: -.052em;
  line-height: 1;

}


.home-news-list time span {
  color: #6f6962;
  font-size: .62rem;
  font-weight: 670;
  letter-spacing: .038em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-news-list article > div {
  max-width: 74ch;
  color: #4b4843;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.56;
}

.home-news-list article > div strong {
  color: #252421;
  font-weight: 720;
}

.home-news-list article > div a {
  display: inline-flex;
  align-items: center;
  margin-left: .3rem;
  border-bottom: 1px solid rgba(152,80,51,.28);
  color: #985033;
  font-size: .9em;
  font-weight: 690;
  line-height: 1.35;
}

.home-news-list article > div a:hover {
  border-bottom-color: #985033;
  color: #75402c;
  text-decoration: none;
}

.home-news-list article > div a i {
  margin-left: .25rem;
  font-size: .68em;
}

.home-news-scroll-state {
  position: absolute;
  z-index: 2;
  top: 1.35rem;
  right: 1.15rem;
  bottom: 1.35rem;
  display: grid;
  width: 1.25rem;
  grid-template-rows: auto minmax(0,1fr) auto;
  justify-items: center;
  gap: .65rem;
  pointer-events: none;
}

.home-news-scroll-number {
  color: #716b64;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .58rem;
  font-variant-numeric: tabular-nums;
  font-weight: 680;
  letter-spacing: .02em;
  line-height: 1;
}

.home-news-scroll-track {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(61,57,51,.12);
}

.home-news-scroll-cursor {
  position: absolute;
  inset: 0;
  display: block;
  transform: translate3d(0,0,0);
  will-change: transform;
}

.home-news-scroll-cursor > span {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background: #985033;
  transform: scaleY(1);
  transform-origin: center top;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .home-news-panel.is-active {
    animation: home-news-panel-in .34s cubic-bezier(.16,1,.3,1) both;
  }

  .home-news-scroll-cursor,
  .home-news-scroll-cursor > span {
    transition: transform .16s cubic-bezier(.16,1,.3,1);
  }
}

@keyframes home-news-panel-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .home-news-years,
  .home-news-stage {
    background: #f3f2ef;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-news-years button,
  .home-news-stage::before,
  .home-news-list article,
  .home-news-list time strong,
  .home-news-scroll-cursor,
  .home-news-scroll-cursor > span {
    transition: none;
  }
}

@media (max-width: 767px) {
  .home-news .home-section-header {
    margin-bottom: 1.45rem;
  }

  .home-news-toolbar {
    align-items: flex-end;
    margin-bottom: .72rem;
  }

  .home-news-years {
    max-width: 100%;
  }

  .home-news-years button {
    padding: .62rem .78rem;
  }

  .home-news-stage {
    padding: .48rem 2.35rem .48rem .48rem;
    border-radius: 21px;
  }

  .home-news-stage::before {
    right: 2.35rem;
    left: .48rem;
    height: 3.5rem;
  }

  .home-news-list {
    height: 430px;
  }

  .home-news-list article {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 138px;
    gap: .85rem;
    padding: 1.12rem .78rem;
    border-radius: 16px;
  }

  .home-news-list time {
    align-items: flex-start;
    flex-direction: column;
    gap: .18rem;
  }

  .home-news-list time strong {
    font-size: 1.62rem;
  }

  .home-news-list article > div {
    font-size: .97rem;
    line-height: 1.5;
  }

  .home-news-scroll-state {
    top: 1.05rem;
    right: .72rem;
    bottom: 1.05rem;
    gap: .5rem;
  }
}