@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");

:root {
  --base: #ffffff;
  --contrast: #111111;
  --muted: #5b646e;
  --line: #e6e2dc;
  --shade: #f6f4f0;
  --accent: #2f6fa3;
  --accent-dark: #1f4f7a;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--base);
  color: var(--contrast);
  font-family: Manrope, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(1.125rem, 1.02rem + 0.33vw, 1.375rem);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent);
}

p {
  margin: 0 0 1.05rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 650;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 600;
}

h3 {
  font-size: 1.22rem;
  font-weight: 600;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

li + li {
  margin-top: 0.45rem;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 1000;
  background: var(--contrast);
  color: var(--base);
  padding: 0.7rem 1rem;
}

.skip-link:focus {
  left: 1rem;
}

.wrap {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 5vh;
  height: 5svh;
  background: var(--base);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  height: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: 170px minmax(180px, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
}

.org-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.org-logo img {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  object-fit: cover;
}

.site-title {
  margin: 0;
  text-align: center;
  font-size: 1.18rem;
  font-weight: 700;
}

.landing-header .site-title {
  text-align: left;
}

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

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1.15rem, 1.5vw, 1.45rem);
  font-size: 0.96rem;
  font-weight: 400;
}

.site-nav a {
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a.active {
  border-color: var(--accent);
}

.menu-toggle {
  display: none;
  justify-self: end;
  min-height: 44px;
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--base);
  color: var(--contrast);
  font: inherit;
}

.landing-root {
  height: 100%;
  overflow: hidden;
}

.landing-page {
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: 5vh minmax(0, 95vh);
  grid-template-rows: 5svh minmax(0, 95svh);
}

.landing-page .site-header {
  height: 100%;
}

.landing-page .header-inner {
  min-height: 100%;
}

.home-main {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: 35fr 30fr 30fr;
  overflow: hidden;
}

.cover {
  position: relative;
  min-height: 683px;
  overflow: hidden;
  background: #44504b;
}

.home-cover {
  min-height: 0;
}

.cover.short {
  min-height: 430px;
}

.cover-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-bg {
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}

.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(48, 58, 54, 0.62);
}

.cover.video-cover::after {
  background: rgba(21, 24, 25, 0.58);
}

.cover-inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
  padding: 0;
}

.cover-copy {
  color: var(--base);
  max-width: 660px;
}

.cover-copy h1,
.cover-copy h2,
.cover-copy p,
.cover-copy a {
  color: var(--base);
}

.cover-copy h2 {
  margin-bottom: 1.25rem;
}

.cover-copy p {
  font-size: clamp(1.18rem, 1.05rem + 0.42vw, 1.42rem);
  font-weight: 300;
  line-height: 1.42;
}

.home-cover .cover-copy p {
  margin-bottom: 0.82rem;
  font-size: clamp(1.08rem, 1rem + 0.3vw, 1.26rem);
  line-height: 1.4;
}

.home-cover .cover-inner {
  min-height: 100%;
}

.cover-copy .intro-hi {
  margin-bottom: 0.82rem;
}

.hero-icon-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.95rem;
}

.home-cover .hero-icon-links {
  margin-top: 0.62rem;
}

.hero-icon-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--base);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.hero-icon-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--base);
}

.hero-icon-links svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-icon-links img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hero-icon-links span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
}

.hero-title {
  font-size: clamp(2.8rem, 5.6vw, 5.2rem);
}

.cover-center {
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
}

.cover-center p {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.latest {
  padding: 36px 0;
}

.home-news {
  min-height: 0;
  overflow: hidden;
  padding: 50px 0;
}

.home-news .wrap {
  width: min(100% - 30px, 1320px);
  margin-left: max(15px, calc((100vw - 1320px) / 2 - 150px));
  margin-right: auto;
}

.latest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: 3rem;
}

.home-news .latest-grid {
  display: block;
  height: 100%;
  min-height: 0;
}

.news-scroll-panel {
  position: relative;
  height: 100%;
  width: min(100%, 647px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 1rem 0 0;
  background: var(--base);
  scrollbar-gutter: stable;
}

.news-scroll-panel:focus {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.news-scroll-panel .post-list {
  max-width: 72ch;
}

.news-scroll-panel .post-list li {
  padding: 0.35rem 0;
}

.news-scroll-panel .post-list li + li {
  margin-top: 1.05rem;
}

.news-side-note {
  align-self: start;
  color: var(--muted);
  font-size: 0.95rem;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 680px;
}

.post-list li + li {
  margin-top: 1.6rem;
}

.post-title {
  display: block;
  font-weight: 650;
  font-size: 1.18rem;
}

.post-date {
  display: block;
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.news-text {
  color: #30363a;
  font-size: 0.98rem;
}

.news-text a {
  font-weight: 500;
}

.news-scroll-hint {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  min-height: 64px;
  margin-top: -64px;
  padding: 2.2rem 0 0.2rem;
  color: rgba(91, 100, 110, 0.82);
  font-size: 0.82rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--base) 66%);
  opacity: 1;
  pointer-events: none;
  transition: opacity 140ms ease;
}

.news-scroll-panel.is-scrolling .news-scroll-hint,
.news-scroll-panel.is-at-end .news-scroll-hint {
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .news-scroll-panel {
    scrollbar-width: none;
  }

  .news-scroll-panel:hover,
  .news-scroll-panel:focus,
  .news-scroll-panel:focus-within {
    scrollbar-width: thin;
  }

  .news-scroll-panel::-webkit-scrollbar {
    width: 0;
  }

  .news-scroll-panel:hover::-webkit-scrollbar,
  .news-scroll-panel:focus::-webkit-scrollbar,
  .news-scroll-panel:focus-within::-webkit-scrollbar {
    width: 8px;
  }

  .news-scroll-panel::-webkit-scrollbar-track {
    background: transparent;
  }

  .news-scroll-panel::-webkit-scrollbar-thumb {
    background: rgba(17, 17, 17, 0.22);
    border-radius: 999px;
  }
}

.post-excerpt {
  color: #30363a;
  font-size: 0.98rem;
}

.landing-page .cover,
.landing-page .cover.short {
  min-height: 0;
}

.home-video-cover {
  min-height: 0;
  height: 100%;
}

.home-video-cover .cover-inner {
  min-height: 100%;
  padding: 1.5rem 0 4.7rem;
}

.video-footer {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 0 1.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  text-align: center;
}

.video-footer a {
  color: rgba(255, 255, 255, 0.88);
}

.video-footer a:hover {
  color: var(--base);
}

.page-intro {
  padding: 78px 0 34px;
  background: var(--base);
}

.page-intro p {
  max-width: 820px;
  margin-top: 1.2rem;
  font-size: 1.18rem;
  color: #30363a;
}

.page-intro-compact {
  padding: 42px 0 18px;
}

.page-intro-compact h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
}

.page-intro-compact .wrap {
  max-width: 860px;
}

.page-intro-compact p {
  margin-top: 1.1rem;
  color: #30363a;
  font-size: clamp(1.08rem, 1rem + 0.25vw, 1.24rem);
  line-height: 1.5;
}

.content {
  padding: 38px 0 66px;
  flex: 1 0 auto;
}

.subpage-content {
  padding-top: 20px;
}

.subpage-content .wrap,
.content.narrow .wrap {
  max-width: 860px;
}

.section-block + .section-block {
  margin-top: 100px;
  padding-top: 0;
  border-top: 0;
}

.intro-copy {
  max-width: 860px;
}

.intro-copy p {
  margin: 0;
  color: #30363a;
  font-size: clamp(1.08rem, 1rem + 0.25vw, 1.24rem);
  line-height: 1.5;
}

.kicker,
.course-group-title {
  color: var(--muted);
  font-size: clamp(1.45rem, 1.18rem + 1.15vw, 2.05rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.kicker {
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 500;
}

.quote {
  margin: 2rem 0;
  padding: 1.4rem 1.6rem;
  border-left: 5px solid var(--accent);
  background: var(--shade);
  font-size: 1.35rem;
  font-weight: 500;
}

.research-vision-content {
  padding-top: 20px;
}

.research-vision-content .wrap {
  max-width: 860px;
}

.vision-copy {
  width: min(100% - 44px, 860px);
  max-width: 860px;
  margin: 0 auto;
}

.vision-copy p {
  margin: 1.1rem 0 0;
  color: #30363a;
  font-size: clamp(1.12rem, 1.03rem + 0.3vw, 1.32rem);
  line-height: 1.5;
}

.accent-text {
  color: var(--accent);
}

.vision-definition {
  margin: 1.45rem 0 1.35rem 2.2rem;
  padding: 0.25rem 0 0.25rem 1.25rem;
  border-left: 3px solid var(--accent);
  color: #30363a;
  font-size: clamp(1.12rem, 1.03rem + 0.3vw, 1.32rem);
  line-height: 1.5;
}

.principles-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
  width: min(100% - 44px, 860px);
  max-width: 860px;
  margin: 2rem auto 0;
  margin-top: 10px;
}

.principle-card {
  padding: 0;
  background: transparent;
}

.principle-thumb {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(31, 79, 122, 0.16);
  border-radius: 4px;
  background: var(--base);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

.principle-card h2 {
  margin: 0;
  color: var(--contrast);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.principle-card .principle-title {
  margin: 0 0 0.7rem;
  color: #30363a;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.45;
}

.principle-card p {
  margin-top: 0.7rem;
  color: #30363a;
  font-size: 1rem;
  line-height: 1.45;
}

.principle-work {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.principle-work span {
  flex-basis: 100%;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  text-transform: uppercase;
}

.principle-work a {
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(47, 111, 163, 0.24);
  background: var(--base);
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
}

.principle-work a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.vision-area-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  width: min(100% - 44px, 860px);
  max-width: 860px;
  margin: 2.1rem auto 0;
}

.vision-area-card {
  padding: 1.15rem 1.15rem 1.25rem;
  border-top: 3px solid var(--accent);
  background: var(--shade);
}

.vision-area-card h2 {
  color: var(--accent-dark);
  font-size: clamp(1.12rem, 1rem + 0.45vw, 1.42rem);
  font-weight: 650;
}

.vision-area-card ul {
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}

.vision-area-card li {
  color: #30363a;
  font-size: 0.96rem;
  line-height: 1.36;
}

.vision-area-card li + li {
  margin-top: 0;
}

.vision-area-card span {
  display: block;
  margin-top: 0.12rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.research-map-block {
  border-top: 0;
  margin-top: 28px;
  padding-top: 0;
}

.agenda-transition,
.venn-caption {
  max-width: 860px;
  margin: 0 auto 1.2rem;
  color: #30363a;
  font-size: clamp(1.08rem, 1rem + 0.3vw, 1.28rem);
  line-height: 1.45;
  text-align: center;
}

.venn-caption {
  margin-top: 1.3rem;
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.14rem);
}

.principle-intro {
  margin-top: 0.8rem;
}

.featured-vision-work {
  width: min(100% - 44px, 860px);
  max-width: 860px;
  margin: 3rem auto 0;
}

.featured-vision-work > h2 {
  color: var(--accent-dark);
  font-size: clamp(1.45rem, 1.2rem + 0.8vw, 2rem);
  font-weight: 650;
}

.featured-vision-list {
  display: grid;
  gap: 2rem;
  margin-top: 1.25rem;
}

.featured-vision-card {
  padding: 0;
  background: transparent;
  border: 0;
}

.featured-vision-card + .featured-vision-card {
  padding-top: 2rem;
}

.featured-vision-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(31, 79, 122, 0.16);
  border-radius: 4px;
  background: #101820;
}

.principle-label {
  margin-bottom: 0.85rem;
  color: #30363a;
  font-size: inherit;
  line-height: 1.45;
  text-transform: none;
}

.principle-label strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--contrast);
  font-size: 1.08em;
  font-weight: 700;
}

.featured-vision-meta {
  margin-top: 0.95rem;
}

.featured-vision-meta h3 {
  color: var(--contrast);
  font-size: clamp(1.05rem, 0.98rem + 0.24vw, 1.22rem);
  font-weight: 650;
  line-height: 1.25;
}

.featured-vision-meta h3 a {
  text-decoration: none;
}

.featured-vision-meta a {
  color: var(--accent-dark);
  font-weight: 650;
}

.featured-vision-meta p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.42;
}

.three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.simple-card {
  padding: 1.1rem 1.15rem 1.2rem;
  border-top: 3px solid var(--accent);
  background: var(--shade);
}

.simple-card p {
  color: #30363a;
  font-size: 1rem;
  line-height: 1.45;
}

.simple-card h3 {
  color: var(--accent-dark);
}

.publication-list {
  display: grid;
  gap: 1.1rem;
  max-width: 860px;
}

.publication {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1.4rem;
  padding: 1.15rem;
  border-top: 3px solid var(--accent);
  background: var(--shade);
}

.publication img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.venue {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--accent);
  font-weight: 650;
}

.authors,
.meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
  font-weight: 650;
}

.links a {
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(47, 111, 163, 0.24);
  background: var(--base);
  color: var(--accent-dark);
  font-size: 0.82rem;
  line-height: 1.15;
  text-decoration: none;
}

.links a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.old-publications {
  --old-text: #1d1d1f;
  --old-muted: #6e6e73;
  --old-surface: #ffffff;
  --old-surface-muted: #f5f5f7;
  --old-panel-radius: 8px;
}

.old-publications .publication-section-list {
  display: grid;
  gap: 38px;
}

.old-publications .publication-note {
  margin: 0;
  color: #30363a;
  font-size: clamp(1.08rem, 1rem + 0.25vw, 1.24rem);
  line-height: 1.45;
}

.old-publications .publication-note a {
  color: var(--accent);
}

.old-publications .publication-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  gap: 2rem;
  margin: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: var(--old-panel-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 253, 0.96)),
    var(--old-surface);
  box-shadow:
    0 10px 26px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(29, 29, 31, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.old-publications .publication-entry::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 34px;
  height: 34px;
  background:
    linear-gradient(225deg, rgba(255, 255, 255, 0) 49%, rgba(47, 111, 163, 0.2) 50%),
    linear-gradient(225deg, #edf3f8 0%, #ffffff 68%);
  box-shadow: -1px 1px 3px rgba(15, 23, 42, 0.1);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  pointer-events: none;
}

.old-publications .publication-entry:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 36px rgba(15, 23, 42, 0.1),
    0 0 0 1px rgba(29, 29, 31, 0.05);
}

.old-publications .publication-entry.publication-entry-fade {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.35s ease var(--publication-fade-delay, 0ms),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) var(--publication-fade-delay, 0ms),
    box-shadow 0.2s ease;
  will-change: opacity, transform;
}

.old-publications .publication-entry.publication-entry-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.old-publications .publication-entry.publication-entry-fade:not(.is-visible) {
  pointer-events: none;
}

.old-publications .text-center {
  text-align: center;
}

.old-publications .publication-entry u,
.old-publications .publication-entry u a {
  text-decoration: none !important;
}

.old-publications .pub-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: calc(var(--old-panel-radius) - 4px);
  background: var(--old-surface-muted);
}

.old-publications .pub-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--old-panel-radius) - 4px);
}

.old-publications .pub-media .pub-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  border-radius: calc(var(--old-panel-radius) - 4px);
  transition: opacity 0.25s ease;
}

.old-publications .publication-entry:hover .pub-media .pub-video {
  opacity: 1;
}

.old-publications .publication-entry h2 {
  margin: 0 0 0.75rem;
  color: var(--old-text);
  font-size: clamp(1.05rem, 0.98rem + 0.28vw, 1.28rem);
  font-weight: 600;
  line-height: 1.22;
}

.old-publications .publication-entry p {
  color: var(--old-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.old-publications .publication-venue {
  margin: -0.15rem 0 0.8rem;
  color: var(--old-text);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
}

.old-publications .award {
  display: inline-flex;
  align-items: center;
  margin-left: 0.25rem;
  color: var(--old-text);
  font-weight: 600;
}

.old-publications .joint-author-note {
  font-size: 0.84em;
}

.old-publications .publication-entry .col-md-7 > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 12px;
  padding: 0 !important;
  color: rgba(29, 29, 31, 0.24);
  font-size: 13px;
  line-height: 1.2;
}

.old-publications .publication-entry .col-md-7 > .row a {
  color: var(--old-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.old-publications .publication-entry .col-md-7 > .row a:hover,
.old-publications .publication-entry .col-md-7 > .row a:focus {
  color: var(--old-text);
  text-decoration: none;
}

.award::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url("./images/Honorable_Mention_Badge.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

button.abstract-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6e6e73;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
  vertical-align: middle;
}

button.abstract-btn::before {
  content: "";
  box-sizing: border-box;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(29, 29, 31, 0.56);
  border-bottom: 1.5px solid rgba(29, 29, 31, 0.56);
  opacity: 0.95;
  transform: rotate(-45deg) translateY(-1px);
  transform-origin: 50% 50%;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

button.abstract-btn:hover,
button.abstract-btn:focus,
button.abstract-btn:focus-visible,
button.abstract-btn.is-open {
  color: #1d1d1f;
  outline: none;
}

button.abstract-btn:hover::before,
button.abstract-btn:focus::before,
button.abstract-btn:focus-visible::before,
button.abstract-btn.is-open::before {
  border-color: rgba(29, 29, 31, 0.82);
  opacity: 1;
}

button.abstract-btn.is-open::before {
  transform: rotate(45deg) translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .old-publications .publication-entry.publication-entry-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.featured-work {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.featured-card {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  background: #26312e;
  color: var(--base);
  text-decoration: none;
}

.featured-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 180ms ease, opacity 180ms ease;
}

.featured-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
}

.featured-card:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}

.featured-copy {
  position: absolute;
  z-index: 1;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

.featured-copy h3 {
  color: var(--base);
  font-size: 1.05rem;
}

.featured-copy span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
}

.agenda-venn-wrapper {
  margin: 0.25rem auto 0;
}

.prospective-directions-venn {
  margin-top: 25px;
  margin-bottom: 25x;
}

.prospective-directions-venn + .section-block {
  margin-top: 32px;
}

.prospective-directions-venn .venn-image-map {
  width: min(100%, 620px);
}

.agenda-feature-layout {
  width: 100%;
}

.venn-image-map {
  position: relative;
  isolation: isolate;
  width: min(100%, 700px);
  margin: 0 auto;
}

.venn-image-map img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}

.venn-circle-overlay,
.venn-intersection-trigger,
.venn-hotspot {
  position: absolute;
}

.venn-hotspot {
  top: var(--y);
  left: var(--x);
  width: var(--w);
  height: var(--h);
  border-radius: 3px;
  color: transparent;
  cursor: pointer;
  z-index: 4;
  text-decoration: none;
  transition: background 160ms ease, box-shadow 160ms ease;
}

.venn-hotspot:hover,
.venn-hotspot:focus-visible {
  background: rgba(47, 111, 163, 0.2);
  box-shadow: 0 0 0 5px rgba(47, 111, 163, 0.08);
}

.venn-hotspot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.venn-intersection-trigger {
  z-index: 3;
}

.venn-trigger-legibility {
  top: 0;
  left: 42%;
  width: 16%;
  height: 31%;
}

.venn-trigger-contestability {
  top: 52%;
  left: 0;
  width: 45%;
  height: 16%;
}

.venn-trigger-contextuality {
  top: 52%;
  right: 0;
  width: 42%;
  height: 16%;
}

.venn-label-highlight {
  position: absolute;
  z-index: 5;
  height: 3.2%;
  border-radius: 999px;
  background: rgba(47, 111, 163, 0.16);
  box-shadow: 0 0 0 4px rgba(47, 111, 163, 0.06);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.venn-label-legibility {
  top: 0.5%;
  left: 50%;
  width: 15.5%;
  transform: translateX(-50%);
}

.venn-label-contestability {
  top: 62.9%;
  left: 0;
  width: 17%;
}

.venn-label-contextuality {
  top: 62.9%;
  right: 0;
  width: 16.5%;
}

.venn-circle-overlay {
  z-index: 1;
  width: 48.8%;
  aspect-ratio: 1;
  border: 2px solid rgba(47, 111, 163, 0.34);
  border-radius: 50%;
  background: rgba(47, 111, 163, 0.1);
  box-shadow: 0 0 28px rgba(47, 111, 163, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.venn-circle-overlay-contexts {
  top: 6.9%;
  left: 13.9%;
}

.venn-circle-overlay-experience {
  top: 7.5%;
  left: 39.3%;
}

.venn-circle-overlay-computation {
  top: 36.0%;
  left: 26.6%;
}

.venn-trigger-legibility:hover ~ .venn-circle-overlay-contexts,
.venn-trigger-legibility:hover ~ .venn-circle-overlay-experience,
.venn-trigger-contestability:hover ~ .venn-circle-overlay-contexts,
.venn-trigger-contestability:hover ~ .venn-circle-overlay-computation,
.venn-trigger-contextuality:hover ~ .venn-circle-overlay-experience,
.venn-trigger-contextuality:hover ~ .venn-circle-overlay-computation {
  opacity: 1;
}

.venn-trigger-legibility:hover ~ .venn-label-legibility,
.venn-trigger-contestability:hover ~ .venn-label-contestability,
.venn-trigger-contextuality:hover ~ .venn-label-contextuality {
  opacity: 1;
}

.vision-venn {
  position: relative;
  width: min(100%, 860px);
  aspect-ratio: 860 / 555;
  margin: 0 auto;
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0.74rem, 1.12vw, 0.9rem);
}

.vision-venn-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.venn-circle {
  opacity: 0.76;
}

.venn-circle-contexts {
  fill: rgb(138, 175, 192);
}

.venn-circle-experience {
  fill: rgb(140, 181, 145);
}

.venn-circle-computation {
  fill: rgb(244, 184, 152);
}

.venn-connector {
  fill: none;
  stroke: #f0d9b8;
  stroke-width: 2;
}

.venn-dot {
  fill: transparent;
  stroke: #f0d9b8;
  stroke-width: 2;
}

.venn-heading,
.venn-list,
.venn-center,
.venn-principle {
  position: absolute;
  z-index: 2;
}

.venn-heading {
  margin: 0;
  font-size: clamp(0.95rem, 1.4vw, 1.18rem);
  font-weight: 700;
  line-height: 1.12;
}

.venn-heading-contexts {
  top: 4.5%;
  left: 9.6%;
  color: rgb(105, 151, 173);
}

.venn-heading-experience {
  top: 4.5%;
  right: 9.6%;
  color: rgb(108, 158, 114);
  text-align: right;
}

.venn-heading-computation {
  left: 50%;
  bottom: 1.8%;
  color: rgb(226, 141, 95);
  text-align: center;
  transform: translateX(-50%);
}

.venn-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #ffffff;
  font-size: 0.86em;
  font-weight: 650;
  line-height: 1.22;
}

.venn-list li + li {
  margin-top: 0.38rem;
}

.venn-list a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.venn-list a:hover,
.venn-list a:focus-visible {
  color: #ffffff;
}

.venn-list-contexts {
  top: 25.8%;
  left: 19%;
  width: 23%;
}

.venn-list-experience {
  top: 25.8%;
  left: 55.2%;
  width: 29%;
}

.venn-list-computation {
  top: 68.5%;
  left: 36.2%;
  width: 31%;
}

.venn-center {
  top: 47.2%;
  left: 50%;
  width: 11.5rem;
  margin: 0;
  color: #ffffff;
  font-size: 0.86em;
  line-height: 1.12;
  text-align: center;
  transform: translate(-50%, -50%);
}

.venn-center span {
  display: block;
}

.venn-principle {
  margin: 0;
  color: #111111;
  font-size: clamp(0.95rem, 1.3vw, 1.12rem);
  font-weight: 500;
}

.venn-principle-legibility {
  top: 0.2%;
  left: 50%;
  transform: translateX(-50%);
}

.venn-principle-contestability {
  top: 73.5%;
  left: 0;
}

.venn-principle-contextuality {
  top: 73.5%;
  right: 0;
}

@media (max-width: 700px) {
  .vision-venn {
    display: grid;
    gap: 0.65rem;
    aspect-ratio: auto;
    font-size: 0.95rem;
  }

  .vision-venn-art {
    display: none;
  }

  .venn-heading,
  .venn-list,
  .venn-center,
  .venn-principle {
    position: static;
    width: auto;
    transform: none;
  }

  .venn-heading,
  .venn-heading-experience,
  .venn-heading-computation {
    text-align: left;
  }

  .venn-list {
    color: #30363a;
    font-size: 0.95rem;
  }

  .venn-list a {
    color: var(--accent-dark);
  }

  .venn-center {
    padding: 0.9rem 1rem;
    background: var(--shade);
    color: var(--accent-dark);
    font-weight: 650;
  }

  .venn-principle {
    display: none;
  }
}

.css-art--3-pie-venn-diagram {
  position: relative;
  font-size: 1rem;
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 30em;
  margin: 4em auto 0;
}

.css-art--3-pie-venn-diagram a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.css-art--3-pie-venn-diagram a:hover,
.css-art--3-pie-venn-diagram a:focus-visible {
  color: inherit;
  text-decoration: underline;
}

.css-art--3-pie-venn-diagram a span {
  font-weight: 500;
  opacity: 0.86;
}

.css-art--pie,
.pie-1-2-intersect,
.pie-2-3-intersect,
.pie-3-1-intersect,
.pie-main-intersection {
  position: relative;
  padding: 1em 0 0.75em 1.5em;
}

.css-art--pie h3,
.pie-1-2-intersect h3,
.pie-2-3-intersect h3,
.pie-3-1-intersect h3,
.pie-main-intersection h3 {
  margin: 0 0 0.75em;
}

.pie-1-2-intersect strong,
.pie-2-3-intersect strong,
.pie-3-1-intersect strong {
  display: block;
  font-size: 0.92em;
  line-height: 1.25;
}

.css-art--pie ul,
.pie-1-2-intersect ul,
.pie-2-3-intersect ul,
.pie-3-1-intersect ul,
.pie-main-intersection ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.css-art--pie li,
.pie-1-2-intersect li,
.pie-2-3-intersect li,
.pie-3-1-intersect li,
.pie-main-intersection li {
  margin: 0 0 0.25em;
}

.css-art--pie:before,
.pie-1-2-intersect:before,
.pie-2-3-intersect:before,
.pie-3-1-intersect:before,
.pie-main-intersection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.5em;
  height: 100%;
  background: #be4c45;
}

.css-art--pie {
  position: relative;
  box-sizing: border-box;
  padding: 0.5em 0 2em;
}

.css-art--pie h3 {
  box-sizing: border-box;
  width: 100%;
  color: rgb(138, 175, 192);
}

.css-art--pie-2:before {
  background: #2b929e;
}

.css-art--pie-2 h3 {
  color: rgb(51, 133, 146);
}

.css-art--pie-3:before {
  background: #dc9947;
}

.css-art--pie-3 h3 {
  color: rgb(200, 133, 51);
}

.pie-1-2-intersect h3 {
  color: #40617f;
}

.pie-1-2-intersect:before {
  background: #40617f;
}

.pie-2-3-intersect h3 {
  color: #649540;
}

.pie-2-3-intersect:before {
  background: #649540;
}

.pie-3-1-intersect h3 {
  color: #bb5335;
}

.pie-3-1-intersect:before {
  background: #c5674c;
}

.pie-main-intersection h3 {
  color: #444;
}

.pie-main-intersection:before {
  background: #444;
}

.pie-main-intersection span {
  display: block;
  white-space: nowrap;
}

@media (min-width: 51em) {
  .css-art--3-pie-venn-diagram ul {
    padding-left: 1.125em;
  }

  .css-art--3-pie-venn-diagram li {
    font-size: 0.72em;
    line-height: 1.25;
    padding: 0 0 0.18em;
  }

  .css-art--pie {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 21em;
    height: 21em;
    border-radius: 50%;
    background: rgba(138, 175, 192, 0.7);
    color: #fff;
  }

  .css-art--pie:before {
    display: none;
  }

  .css-art--pie h3 {
    position: absolute;
    top: -3em;
    box-sizing: border-box;
    width: 100%;
  }

  .css-art--pie ul {
    position: absolute;
    width: 12em;
    margin: 0 auto;
  }

  .css-art--pie-1 {
    top: 6em;
    left: 9.35em;
    z-index: 1;
  }

  .css-art--pie-1 h3 {
    padding-right: 4em;
  }

  .css-art--pie-1 ul {
    top: 4.2em;
    left: 2.6em;
  }

  .css-art--pie-1 li:nth-child(2) {
    padding-right: 1em;
  }

  .css-art--pie-1 li:nth-child(3) {
    padding-right: 2em;
  }

  .css-art--pie-2 {
    top: 6em;
    right: 9.35em;
    background-color: rgba(140, 181, 145, 0.7);
    z-index: 3;
  }

  .css-art--pie-2 h3 {
    padding-right: 2em;
    color: rgb(140, 181, 145);
    text-align: right;
  }

  .css-art--pie-2 ul {
    top: 4.2em;
    right: 1.15em;
  }

  .css-art--pie-2 li:nth-child(1) {
    padding-right: 2em;
  }

  .css-art--pie-2 li:nth-child(2) {
    padding-right: 1em;
  }

  .css-art--pie-3 {
    bottom: 6em;
    left: 14em;
    background-color: rgba(244, 184, 152, 0.7);
    z-index: 0;
  }

  .css-art--pie-3 h3 {
    top: auto;
    bottom: -3em;
    color: rgb(244, 184, 152);
    text-align: center;
  }

  .css-art--pie-3 ul {
    top: 14em;
    left: 4.6em;
    width: 13em;
  }

  .pie-1-2-intersect,
  .pie-2-3-intersect,
  .pie-3-1-intersect {
    position: absolute;
    z-index: 5;
    display: inline-block;
    max-width: 17em;
  }

  .pie-1-2-intersect:before,
  .pie-1-2-intersect:after,
  .pie-2-3-intersect:before,
  .pie-2-3-intersect:after,
  .pie-3-1-intersect:before,
  .pie-3-1-intersect:after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    background: transparent;
  }

  .pie-1-2-intersect:after,
  .pie-2-3-intersect:after,
  .pie-3-1-intersect:after {
    width: 0.5em;
    height: 0.5em;
    border: 0.125rem solid #f0d9b8;
    border-radius: 50%;
  }

  .pie-1-2-intersect h3,
  .pie-2-3-intersect h3,
  .pie-3-1-intersect h3 {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
  }

  .pie-1-2-intersect {
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
  }

  .pie-1-2-intersect:before {
    top: 100%;
    left: calc(50% - 0.0625rem);
    width: 0;
    height: 9em;
    border-left: 0.125rem solid #f0d9b8;
  }

  .pie-1-2-intersect:after {
    top: calc(100% + 9em);
    left: 50%;
    transform: translate(-50%, 0);
  }

  .pie-2-3-intersect {
    top: 26.5em;
    right: 0;
    width: 15em;
    text-align: left;
  }

  .pie-2-3-intersect:before {
    bottom: 100%;
    right: calc(50% - 0.0625rem);
    width: 12em;
    height: 3em;
    border-top: 0.125rem solid #f0d9b8;
    border-right: 0.125rem solid #f0d9b8;
  }

  .pie-2-3-intersect:after {
    bottom: calc(100% + 3.0625em);
    right: calc(50% + 12em);
    transform: translate(0, 50%);
  }

  .pie-2-3-intersect ul {
    display: inline-block;
    text-align: left;
  }

  .pie-3-1-intersect {
    top: 26.5em;
    left: 0;
    width: 15em;
    text-align: right;
  }

  .pie-3-1-intersect:before {
    bottom: 100%;
    left: calc(50% - 0.0625rem);
    width: 12em;
    height: 3em;
    border-top: 0.125rem solid #f0d9b8;
    border-left: 0.125rem solid #f0d9b8;
  }

  .pie-3-1-intersect:after {
    bottom: calc(100% + 3.0625em);
    left: calc(50% + 12em);
    transform: translate(0, 50%);
  }

  .pie-main-intersection {
    font-size: 0.78em;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 12em;
    padding: 0;
    transform: translate(-50%, -50%) translate(0, -1.5em);
    text-align: center;
    color: #fff;
    line-height: 1.15;
  }

  .pie-main-intersection:before {
    display: none;
  }

  .pie-main-intersection h3 {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
  }
}

@media (min-width: 40em) {
  .css-art--3-pie-venn-diagram {
    font-size: clamp(0.92rem, calc(37vw / 49), 1.16rem) !important;
    width: 50em;
    height: 41em;
    margin: 0.55em auto 0 !important;
  }

  .css-art--3-pie-venn-diagram h3 {
    font-size: clamp(0.92rem, 1.35vw, 1.2rem) !important;
  }
}

@media (min-width: 1200px) and (max-height: 1180px) {
  .agenda-venn-wrapper {
    margin-bottom: 0;
  }

  .css-art--3-pie-venn-diagram {
    font-size: clamp(0.94rem, 2.02vh, 1.12rem) !important;
    height: 40em;
    margin: 0.1em auto 0 !important;
  }

  .css-art--3-pie-venn-diagram h3 {
    font-size: clamp(0.9rem, 1.02vw, 1.12rem) !important;
  }

  .pie-1-2-intersect strong,
  .pie-2-3-intersect strong,
  .pie-3-1-intersect strong {
    font-size: 0.88em;
    line-height: 1.2;
  }
}

@media (max-width: 39.99em) {
  .css-art--3-pie-venn-diagram {
    font-size: clamp(0.75rem, 5vw, 1rem) !important;
    margin: 1em auto 0.75em !important;
  }

  .css-art--3-pie-venn-diagram h3 {
    font-size: clamp(0.9rem, 3vw, 1.2rem) !important;
  }
}

.course-list,
.direction-list {
  display: grid;
  gap: 1.2rem;
}

.course-list {
  grid-template-columns: 1fr;
  gap: 1.45rem;
}

.course-group-title {
  margin: 2rem 0 0.85rem;
}

.course-list .course-group-title:first-child {
  margin-top: 0;
}

.course-row {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(180px, 0.38fr);
  gap: 1.25rem;
  align-items: start;
  padding-bottom: 1.45rem;
}

.course-row:last-child {
  padding-bottom: 0;
}

.course-copy h3,
.service-card h3,
.venture-copy h2,
.venture-feature h2 {
  color: var(--accent-dark);
}

.course-copy h3 {
  margin-bottom: 0.35rem;
}

.course-copy h3 a {
  color: inherit;
}

.course-copy p,
.service-card li,
.supervision-layout p,
.venture-copy p,
.venture-feature p,
.recognition-list p {
  color: #30363a;
}

.course-copy p {
  font-size: clamp(0.98rem, 0.94rem + 0.12vw, 1.08rem);
  line-height: 1.45;
}

.course-copy .meta {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
}

.course-figure {
  position: relative;
  align-self: start;
  margin: 0;
}

.course-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
  background: var(--shade);
}

.course-figure figcaption {
  position: absolute;
  right: 0.45rem;
  bottom: 0.38rem;
  max-width: calc(100% - 0.9rem);
  padding: 0.13rem 0.3rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(48, 54, 58, 0.78);
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}

.supervision-layout {
  display: grid;
  gap: 1.35rem;
}

.supervision-layout h2,
.venture-copy h2,
.venture-feature h2 {
  font-size: clamp(1.35rem, 1.2rem + 0.6vw, 1.85rem);
}

.supervision-layout .course-copy h2 {
  margin-bottom: 0.35rem;
  color: var(--accent-dark);
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.15;
}

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

.supervision-gallery figure {
  margin: 0;
}

.supervision-gallery img,
.venture-feature img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}

.venture-feature img {
  border: 1px solid rgba(31, 79, 122, 0.16);
}

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

.service-card {
  padding: 1.05rem 1.1rem 1.15rem;
  border-top: 3px solid var(--accent);
  background: var(--shade);
}

.service-card ul {
  margin-top: 0.75rem;
  color: #30363a;
}

.service-list {
  display: grid;
  gap: 2.25rem;
}

.service-excerpt-note {
  margin-top: 1rem !important;
}

.service-entry h3 {
  color: var(--accent-dark);
  font-size: clamp(1.02rem, 0.98rem + 0.16vw, 1.16rem);
  font-weight: 650;
}

.service-entry ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem 1rem;
  margin-top: 0.45rem;
  padding: 0;
  color: #30363a;
  font-size: clamp(0.96rem, 0.92rem + 0.12vw, 1.06rem);
  line-height: 1.45;
  list-style: none;
}

.service-entry li {
  margin: 0;
}

.recognition-list {
  display: grid;
  gap: 0.7rem;
  padding: 1.05rem 1.1rem 1.15rem;
  border-top: 3px solid var(--accent);
  background: var(--shade);
}

.recognition-list p {
  margin: 0;
}

.venture-block,
.venture-feature {
  display: grid;
  gap: 1.35rem;
}

.venture-block {
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.3fr);
  align-items: center;
}

.venture-logo-wrap {
  padding: 1.1rem;
  border: 1px solid rgba(31, 79, 122, 0.16);
  border-radius: 4px;
  background: var(--shade);
}

.venture-logo-wrap img {
  width: 100%;
  height: auto;
}

.venture-feature {
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  align-items: center;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 3rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.split h2 {
  color: var(--accent-dark);
  font-size: clamp(1.35rem, 1.2rem + 0.6vw, 1.85rem);
}

.split p:not(.kicker) {
  color: #30363a;
}

.prose-section {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.prose-section h2 {
  margin: 0.2rem 0 0.9rem;
  color: var(--accent-dark);
  font-size: inherit;
  font-weight: 700;
  line-height: 1.45;
}

.prose-section p:not(.kicker):not(.reading-group-title) {
  color: #30363a;
}

.prose-section p + p {
  margin-top: 0.75rem;
}

.reading-groups {
  display: grid;
  gap: 1.05rem;
  margin-top: 1rem;
}

.reading-group-title {
  margin: 0 0 0.35rem;
  color: #30363a;
  font-weight: 700;
  line-height: 1.35;
}

.reading-list {
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
  color: #30363a;
  font-size: 1rem;
  line-height: 1.5;
}

.reading-group .reading-list {
  margin-top: 0;
}

.reading-list li + li {
  margin-top: 0.35rem;
}

.reading-list a {
  color: var(--accent-dark);
}

.topic-icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.topic-list {
  display: grid;
  gap: 0.65rem;
  padding-left: 0;
  list-style: none;
}

.topic-list li {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  margin: 0;
}

.topic-list li + li {
  margin-top: 0;
}

.topic-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.02rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topic-icon-img {
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  margin-top: -0.08rem;
  object-fit: contain;
}

.topic-list-contexts .topic-icon {
  color: rgb(105, 151, 173);
}

.topic-list-experience .topic-icon {
  color: rgb(108, 158, 114);
}

.topic-list-computation .topic-icon {
  color: rgb(226, 141, 95);
}

.note {
  max-width: 860px;
  margin: 0 auto;
  padding: 1.1rem 1.15rem 1.2rem;
  background: var(--shade);
  border-top: 3px solid var(--accent);
}

.site-footer {
  margin-top: auto;
  padding: 44px 0;
  background: var(--shade);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem 1.8rem;
}

.footer-legal,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.85rem;
}

.footer-legal a,
.footer-social a {
  color: var(--muted);
  text-decoration: none;
}

.footer-legal a:hover,
.footer-social a:hover {
  color: var(--accent);
}

.footer-social {
  justify-content: flex-end;
  font-weight: 600;
}

@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .org-logo img {
    width: 42px;
    height: 42px;
  }

  .site-title {
    text-align: left;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    position: absolute;
    z-index: 10;
    top: 5vh;
    top: 5svh;
    left: 22px;
    right: 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.8rem;
    background: var(--base);
    border: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.65rem 0.3rem;
  }

  .footer-inner {
    align-items: flex-start;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .cover-inner,
  .latest-grid,
  .three-columns,
  .course-list,
  .course-row,
  .supervision-gallery,
  .service-grid,
  .venture-block,
  .venture-feature,
  .split,
  .publication,
  .old-publications .publication-entry,
  .featured-work,
  .vision-area-block {
    grid-template-columns: 1fr;
  }

  .cover {
    min-height: auto;
  }

  .home-video-cover {
    min-height: 430px;
  }

  .cover-inner {
    padding: 4rem 0;
  }

  .home-cover .cover-inner {
    padding: 2.3rem 0;
  }

  .home-news .latest-grid {
    gap: 1rem;
  }

  .news-scroll-panel {
    height: 340px;
  }

  .profile-bg {
    object-position: 68% center;
    opacity: 0.82;
  }

  .landing-page .home-main {
    grid-template-rows: 35fr 30fr 30fr;
  }

  .landing-page .cover,
  .landing-page .cover.short,
  .landing-page .home-video-cover {
    min-height: 0;
  }

  .landing-page .cover-inner {
    min-height: 100%;
    padding: 0;
  }

  .landing-page .home-cover .cover-inner {
    padding: 1.2rem 0;
  }

  .landing-page .home-video-cover .cover-inner {
    padding: 1.1rem 0 4rem;
  }

  .landing-page .news-scroll-panel {
    height: 100%;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .wrap {
    width: min(100% - 30px, var(--max));
  }

  .org-logo {
    display: none;
  }

  .site-nav {
    top: 5vh;
    top: 5svh;
    left: 15px;
    right: 15px;
  }

  .cover-copy p {
    font-size: 1rem;
  }

  .news-scroll-panel {
    height: 330px;
    padding-right: 0.5rem;
  }

  .landing-page .news-scroll-panel {
    height: 100%;
  }

  .news-scroll-panel .post-list li {
    padding: 0.85rem 0.65rem;
  }

  .news-side-note {
    display: none;
  }

  .page-intro {
    padding: 50px 0 26px;
  }

  .page-intro-compact {
    padding: 38px 0 16px;
  }

  .content {
    padding: 30px 0 48px;
  }

  .principles-block {
    grid-template-columns: 1fr;
  }
}
