:root {
  --blue: #496fa2;
  --red: #d31c29;
  --ink: #000;
  --paper: #f8f8f8;
  --gray: #ededed;
  --width: 980px;
  color-scheme: light;
  font-family: 'poppins-extralight','Poppins',sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.6;
}
html {
  scroll-behavior: smooth;
}
a {
  color: var(--blue);
  text-decoration: none;
}
a:hover {
  color: var(--red);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,input,select {
  font: inherit;
}
button,summary,select {
  cursor: pointer;
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 24px;
}
p {
  margin: 0 0 16px;
}
ul,ol {
  padding-left: 28px;
  margin: 0 0 16px;
}
li {
  margin: 0;
}
strong,b {
  font-family: helvetica-w01-bold,Arial,sans-serif;
  font-weight: 400;
}
[hidden] {
  display: none!important;
}
.container {
  width: min(var(--width),calc(100% - 48px));
  margin-inline: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  padding: 12px;
  z-index: 50;
}
.skip:focus {
  top: 12px;
}
.site-header {
  background: var(--paper);
}
.nav-wrap {
  height: 78px;
  display: flex;
  align-items: flex-end;
  gap: 40px;
  padding-bottom: 9px;
}
.brand {
  flex: 0 0 89px;
}
.brand img {
  width: 89px;
  height: 35px;
  object-fit: contain;
}
.site-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 5px;
}
.site-nav a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}
.site-nav a[aria-current=page] {
  color: #d21b27;
}
.menu-button {
  display: none;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 22px;
  border: 1px solid var(--red);
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.5;
  color: #c81622;
  background: transparent;
}
.pill:hover {
  background: var(--red);
  color: white;
}
.pill.filled {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
  letter-spacing: 0;
  padding: 5px 24px;
}
.rich {
  min-width: 0;
  overflow-wrap: break-word;
}
.rich a:where(:not(.pill)) {
  color: inherit;
  text-decoration: none;
}
.rich [style*="text-decoration:underline"],
.rich [style*="text-decoration: underline"] {
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
}
.rich p:last-child,.rich ul:last-child {
  margin-bottom: 0;
}
.rich h1,.rich h2,.rich h3,.rich h4,.rich h5,.rich h6 {
  margin: 0 0 20px;
}
.rich ul p,.rich ol p {
  margin-bottom: 0;
}
.rich ul,.rich ol {
  margin-bottom: 14px;
}
.rich .font_0 {
  font: 700 60px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.rich .font_2 {
  font: 700 52px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.rich .font_3 {
  font: 700 42px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.rich .font_4 {
  font: 700 30px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.rich .font_5 {
  font: 700 28px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.rich .font_6 {
  font: 700 22px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.rich .font_7 {
  font: 700 18px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.rich .font_8 {
  font: 700 15px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.rich .font_9 {
  font: 700 14px/1.4 'poppins-extralight','Poppins',sans-serif;
}
.color_18,.color_42 {
  color: var(--blue);
}
.color_15 {
  color: #000;
}
.color_11 {
  color: #fff;
}
.site-footer {
  text-align: center;
  padding: 40px 24px 34px;
  margin-top: 80px;
}
.back-top {
  display: inline-flex;
  flex-direction: column;
  font-size: 34px;
  line-height: 1;
  text-decoration: none;
  color: #111;
}
.back-top span {
  font-size: 16px;
  line-height: 1.6;
  margin: 12px 0 24px;
}
.site-footer p {
  font-size: 14px;
}
.footer-logo {
  width: 150px;
  max-height: 65px;
  object-fit: contain;
  margin: 18px auto 0;
}
/* Home: years sit above the date/story rows; each date and its stories are a single record. */
.page-home {
  background: white;
}
.home-hero {
  position: relative;
  height: 338px;
}
.hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-caption {
  position: absolute;
  top: 51%;
  left: 27%;
  width: 46%;
  text-align: center;
}
.hero-logo {
  width: 118px;
  height: auto;
  margin: 0 auto 16px;
}
.hero-caption .rich h6 {
  margin: 0;
  line-height: 1.4!important;
}
.home-news-menu {
  padding: 16px 0 30px;
  text-align: center;
}
.home-news-menu h1 {
  font-size: 34px;
  color: var(--blue);
  margin-bottom: 50px;
}
.home-news-menu nav {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
}
.news-icon {
  width: 62px;
  height: 50px;
  object-fit: contain;
  margin: 0 auto;
}
.home-news-menu h2 {
  font-size: 22px;
  color: var(--blue);
  margin: 0 0 10px;
}
.home-news-menu .pill {
  padding: 4px 17px;
}
.blue-band {
  background: linear-gradient(90deg,#7e9abc,#ebeff5);
  padding: 12px 0;
  margin: 0 0 18px;
}
.blue-band h2 {
  font-size: 36px;
  color: white;
  margin-bottom: 0;
}
.news-year {
  margin-bottom: 30px;
}
.news-year>h3 {
  font-size: 28px;
  color: var(--blue);
  margin: 0 0 18px;
}
.news-row {
  display: grid;
  grid-template-columns: 114px minmax(0,1fr);
  gap: 24px;
}
.news-date {
  font-size: 18px;
  color: var(--blue);
  text-align: center;
  border-right: 1px solid #555;
  padding: 0 12px 22px 0;
  line-height: 1.6;
}
.news-date span {
  white-space: nowrap;
}
/* The Wix alias maps weight 400 to ExtraLight and 700 to Regular.
   Name the original Regular face directly for consistent news typography. */
@font-face {
  font-family: 'VITA News';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/original-font-e41cacd80196.woff2') format('woff2');
}
@font-face {
  font-family: 'VITA News';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/original-font-1f8c315e2daa.woff2') format('woff2');
}
.news-body {
  font-family: 'VITA News','Poppins',sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 21px;
  margin: 0 0 22px;
}
.news-body p {
  margin: 0;
}
/* Correct the former console default without rewriting saved news content. */
.news-body p[style*="poppins-extralight"] {
  font-family: 'VITA News','Poppins',sans-serif !important;
}
.news-body .font_7,.news-body .font_8 {
  font-size: 16px;
}
.news-body li {
  margin-bottom: 2px;
}
.news-category {
  padding-bottom: 30px;
}
.talk-title {
  color: var(--blue);
  font-size: 25px;
  margin: 32px 0;
}
.talks-year .news-row {
  grid-template-columns: 340px minmax(0,1fr);
}
.talks-year .news-date {
  text-align: left;
  padding-left: 0;
}
.archive {
  margin: 25px 0 35px;
}
.archive summary {
  font-size: 22px;
  color: var(--blue);
  padding-bottom: 24px;
}
.earlier-publications {
  padding: 15px 0 25px;
}
.sponsors {
  padding: 25px 0;
}
.sponsors h2 {
  text-align: center;
  color: var(--blue);
}
.sponsors>div {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 20px;
  align-items: center;
}
.sponsors img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: contain;
}
/* PI: the original wide title column and independently proportioned record columns. */
.pi-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  min-height: 429px;
}
.profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 489/429;
}
.pi-contact {
  background: #efefef;
  padding: 39px 32px 24px;
}
.pi-name-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) 56px;
  gap: 20px;
  align-items: center;
}
.pi-contact h1 {
  font-size: 30px;
  color: var(--blue);
  line-height: 1.4;
  margin: 0;
  white-space: normal;
}
.pi-contact h1 > span {
  display: block;
  white-space: nowrap;
}
.cv-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: black;
  margin: 0;
  gap: 5px;
}
.cv-link > span {
  font-family: helvetica-w01-bold,Arial,sans-serif;
  font-weight: 400;
}
.contact-lines {
  margin: 44px 0 26px;
}
.contact-lines>div {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.contact-lines .rich {
  font-size: 15px;
}
.contact-lines .rich p {
  line-height: 1.6!important;
}
.contact-symbol {
  font-size: 25px;
  width: 28px;
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.pi-contact>.pill {
  display: flex;
  width: max-content;
  margin: 0 auto;
}
.pi-sections {
  background: #f6f6f6;
}
.pi-section {
  width: min(1200px,calc(100% - 48px));
  margin: auto;
  display: grid;
  grid-template-columns: 235px minmax(0,1fr);
  gap: 158px;
  padding: 44px 0 70px;
  border-bottom: 1px solid #111;
}
.pi-section>h2 {
  font-size: 38px;
  line-height: 1.4;
  text-align: right;
  margin: 0;
  color: #000;
}
.pi-record {
  display: grid;
  grid-template-columns: 300px minmax(0,1fr);
  gap: 26px;
}
.pi-position {
  padding: 0 0 25px;
}
.pi-date {
  font-size: 18px;
  color: var(--blue);
  margin-bottom: 3px;
}
.pi-position .rich {
  font-size: 16px;
  line-height: 1.4;
}
.pi-detail {
  border-left: 1px solid #222;
  padding: 0 0 25px 25px;
}
.pi-detail .pill {
  display: flex;
  width: max-content;
  margin: 16px auto 0;
}
.pi-news .pi-record {
  grid-template-columns: 178px minmax(0,1fr);
  gap: 28px;
}
.pi-education .pi-record {
  grid-template-columns: 235px minmax(0,1fr);
  gap: 28px;
}
.pi-education {
  padding-bottom: 90px;
}
.pi-professional-experience {
  padding-bottom: 130px;
}
.pi-research-interests {
  padding-bottom: 90px;
}
.pi-research-interests>.rich {
  font-size: 16px;
}
.pi-subsection {
  margin-bottom: 75px;
}
.pi-subsection:last-child {
  margin-bottom: 0;
}
.pi-subsection>h3 {
  font-size: 22px;
  color: var(--blue);
  margin-bottom: 24px;
}
.pi-pair {
  display: grid;
  grid-template-columns: 196px minmax(0,1fr);
  gap: 20px;
  padding-bottom: 24px;
  align-items: start;
}
.pi-label {
  font-size: 18px;
  color: var(--blue);
  line-height: 1.4;
}
.pi-pair>ul {
  padding-left: 19px;
  margin: 0;
}
.pi-pair .rich p {
  margin-bottom: 12px;
}
.pi-pair .rich li p {
  margin-bottom: 0;
}
.pi-pair .rich p:last-child {
  margin-bottom: 0;
}
.pi-honors-and-impact,.pi-services {
  padding-top: 58px;
}
/* Research preserves the alternating three-image columns and the broad left trajectory label. */
.research-overview {
  background: white;
  border-top: 52px solid #ececec;
  padding: 34px 0 65px;
}
.research-overview h1 {
  text-align: center;
  font-size: 42px;
  color: var(--blue);
  margin-bottom: 52px;
}
.research-overview h1 span {
  font-size: 30px;
  font-weight: 400;
}
.research-overview .rich>p {
  margin-bottom: 28px;
}
.research-overview .rich>p:last-child {
  margin-bottom: 0;
}
.university-research {
  padding-top: 24px;
}
.university-research>h2,.industry-research>h2 {
  color: var(--blue);
  text-align: center;
  font-size: 36px;
  margin: 0 0 70px;
}
.research-area {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: 30px;
  padding: 30px 0 55px;
  margin-bottom: 35px;
  border-bottom: 1px solid #111;
  align-items: start;
}
.research-area.reverse {
  grid-template-columns: minmax(0,1fr) 280px;
}
.research-area.reverse .research-art {
  order: 2;
}
.research-art {
  display: grid;
  gap: 32px;
  padding-top: 24px;
}
.research-art img {
  width: 100%;
  height: auto;
  max-height: 190px;
  object-fit: contain;
}
.research-copy h5 {
  margin-bottom: 28px;
}
.research-copy>p {
  margin-bottom: 15px;
}
.research-copy ul {
  padding-left: 27px;
}
.research-copy ul li {
  margin-bottom: 7px;
}
.research-copy ul p {
  margin: 0;
}
.research-history {
  display: grid;
  grid-template-columns: 350px minmax(0,1fr);
  gap: 80px;
  width: min(1070px,calc(100% - 48px));
  margin: 45px auto 65px;
  align-items: center;
}
.research-history>h2 {
  font-size: 42px;
  text-align: center;
  color: var(--blue);
}
.history-record {
  margin-bottom: 26px;
}
.history-record>h5 {
  margin-bottom: 8px;
}
.history-record>p {
  margin-bottom: 8px;
}
.student-note {
  margin-block: 50px 80px;
}
.industry-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  padding: 35px 0 60px;
}
.industry-area.reverse>div:first-child {
  order: 2;
}
.industry-area img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}
.industry-area .rich h5 {
  margin-bottom: 20px;
}
.industry-area .pill {
  margin-top: 16px;
}
/* Team uses the original photo-first cards, without exposing hidden categories. */
.team-about {
  padding-top: 64px;
  padding-bottom: 55px;
}
.team-about h1 {
  text-align: center;
  font-size: 56px;
  margin-bottom: 26px;
}
.team-achievements {
  display: grid;
  grid-template-columns: 65px minmax(0,1fr);
  grid-auto-flow: row dense;
  align-items: center;
  gap: 30px 24px;
  margin-top: 20px;
}
/* Backfill each paragraph beside its icon, including when the text wraps. */
.team-achievements>div:first-child,
.team-achievements>.rich {
  display: contents;
}
.achievement-icon {
  grid-column: 1;
  justify-self: center;
  width: 52px;
  max-width: 100%;
  height: 54px;
  object-fit: contain;
}
.team-achievements>.rich>* {
  grid-column: 2;
  margin-block: 0;
}
.team-banner {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.team-pi {
  padding: 58px 0 85px;
}
.team-pi>h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 46px;
}
.team-pi-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eee;
}
.team-pi-profile>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 471/448;
}
.team-pi-profile>div {
  padding: 28px;
}
.team-pi-profile h3 {
  font-size: 28px;
  color: var(--blue);
}
.team-pi-profile .social-links {
  margin-top: 18px;
}
.meet-team {
  text-align: center;
  font-size: 42px;
  margin: 30px 0 70px;
}
.team-group {
  padding: 0 40px 55px;
  margin-bottom: 32px;
  border-bottom: 1px solid #222;
}
.team-group>h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 35px;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 32px 24px;
  max-width: 1220px;
  margin: auto;
}
.person {
  min-width: 0;
  background: #f8f8f8;
}
.person-photo {
  width: 100%;
  aspect-ratio: 287/293;
  object-fit: cover;
  object-position: center top;
  background: #e5e5e5;
}
.person-caption {
  position: relative;
  text-align: center;
  padding: 10px 10px 16px;
  min-height: 90px;
}
.person h3 {
  font-size: 20px;
  margin: 0 20px 6px;
  line-height: 1.4;
}
.person-caption .rich p {
  font-size: 16px!important;
  line-height: 1.6!important;
  margin-bottom: 0;
}
.person-link {
  position: absolute;
  right: 14px;
  top: 14px;
  border-radius: 99px;
  background: #a0b6cf;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  width: 30px;
}
.person-link:hover {
  color: white;
  background: var(--blue);
}
.postdoctoral-researchers .people-grid {
  display: flex;
  justify-content: center;
  background: #ededed;
  padding: 52px 24px;
  max-width: 1268px;
  gap: 24px;
}
.postdoctoral-researchers .person {
  flex: 0 1 287px;
}
.alumni-note {
  text-align: center;
  font-size: 20px;
  color: var(--blue);
  margin-top: -25px;
  margin-bottom: 45px;
}
.alumni .person-caption {
  min-height: 158px;
}
/* Publication metadata stays attached to its own record, with the original quiet right column. */
.publication-intro {
  background: #ebebeb;
  margin-top: 56px;
  padding: 5px 0;
}
.publication-intro>div {
  width: min(1110px,calc(100% - 48px));
  margin: auto;
  display: grid;
  grid-template-columns: 426px minmax(0,1fr);
  gap: 96px;
  align-items: center;
}
.publication-intro img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}
.publication-intro h1 {
  font-size: 52px;
  margin-bottom: 16px;
}
.publication-intro p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
.pub-figure {
  margin: 76px 0 56px;
}
.pub-figure figcaption {
  font-size: 28px;
  line-height: 1.6;
  text-align: center;
  color: var(--blue);
  margin-bottom: 12px;
}
.pub-figure figcaption span {
  font-size: 22px;
}
.publication-figure {
  width: 100%;
}
.filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1.94fr;
  gap: 8px;
}
.filter.topic {
  grid-column: 1/-1;
}
.filter select {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #7890a7;
  border-radius: 6px;
  color: #466070;
  background: white;
  font-family: Arial,sans-serif;
  font-size: 16px;
}
.filter-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5b6670;
  font-family: Arial,sans-serif;
  font-size: 13px;
  padding: 10px 0;
}
.filter-status button {
  border: 0;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  color: var(--blue);
  font: inherit;
}
.publication {
  display: grid;
  grid-template-columns: minmax(0,1fr) 88px;
  gap: 14px;
  background: white;
  padding: 21px 16px 16px;
  margin-bottom: 8px;
  font: 16px/1.55 Arial,sans-serif;
  min-height: 108px;
}
.publication p {
  margin: 0;
}
.publication h2 {
  font: bold 16px/1.5 Arial,sans-serif;
  color: #000;
  margin: 3px 0 0;
}
.pub-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}
.pub-year {
  font-size: 14px;
}
.pub-links {
  display: flex;
  gap: 6px;
}
.pub-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
}
.pub-links a:nth-child(2) {
  background: #a1b5cf;
}
.pub-links a:hover {
  background: #2d4e79;
}
/* Resources retains the overlapping hero, broad image cards, and campus/course splits. */
.resource-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 96px auto;
  min-height: 495px;
  padding-bottom: 45px;
}
.resource-hero-art {
  grid-column: 1/3;
  grid-row: 1/3;
  width: 69%;
  height: 330px;
  object-fit: cover;
  justify-self: end;
}
.resource-hero-copy {
  grid-column: 1;
  grid-row: 2;
  background: #ebebeb;
  z-index: 1;
  padding: 4px 26px 28px;
}
.resource-hero-copy h1 {
  text-align: center;
  font-size: 52px;
  margin-bottom: 6px;
}
.resource-hero-copy .rich h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.resource-hero-copy p {
  font-size: 16px;
  line-height: 1.8!important;
}
.resource-section {
  border-top: 1px solid var(--blue);
  padding: 34px 24px 55px;
}
.resource-section>h2 {
  font-size: 32px;
  text-align: center;
  color: var(--blue);
  margin-bottom: 42px;
}
.resource-section>h2:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: var(--blue);
  margin: 14px auto 0;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 42px 28px;
  max-width: 1080px;
  margin: auto;
}
.resource-grid.tutorials {
  grid-template-columns: repeat(2,minmax(0,1fr));
  max-width: 840px;
}
.resource-grid.open-calls {
  grid-template-columns: 1fr;
  max-width: 650px;
}
.resource-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.resource-card>img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}
.resource-card>.rich {
  width: 100%;
}
.resource-card .rich p {
  font-size: 17px!important;
  line-height: 1.6!important;
}
.resource-card .pill {
  margin-top: auto;
}
.tutorials .resource-card>img {
  aspect-ratio: 1.45;
  object-fit: cover;
}
.open-calls .resource-card>img {
  max-height: 330px;
  object-fit: contain;
}
.courses-title {
  text-align: center;
  color: var(--blue);
  font-size: 42px;
  border-top: 1px solid var(--blue);
  padding-top: 38px;
}
.course-section {
  padding: 40px 0;
}
.course-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}
.course-split>img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.course-split h3 {
  color: var(--blue);
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.course-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.course-row .rich p {
  margin-bottom: 4px;
}
.course-row .pill {
  font-size: 12px;
  padding: 3px 12px;
  letter-spacing: 0;
}
.codes {
  text-align: center;
  padding: 40px 24px 65px;
}
.codes h2 {
  font-size: 42px;
  color: var(--blue);
}
.codes .rich {
  font-size: 24px;
}
.resource-bottom-art {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
/* Recruitment keeps the original compact, collapsed information hierarchy. */
.opening-hero {
  background: #ebebeb;
  padding-bottom: 30px;
}
.opening-banner {
  width: 100%;
  height: 272px;
  object-fit: cover;
}
.opening-hero .opening-copy {
  padding: 12px 60px 30px;
  border-bottom: 1px solid #555;
  background: var(--paper);
}
.opening-hero h1 {
  font-size: 42px;
  margin-bottom: 4px;
}
.opening-hero .rich p {
  margin-bottom: 2px;
  line-height: 1.8!important;
}
.opening-glance {
  padding: 28px 0 35px;
}
.opening-glance>h2 {
  text-align: center;
  font-size: 28px;
  color: var(--blue);
  margin-bottom: 25px;
}
.recruitment-columns {
  display: grid;
  grid-template-columns: minmax(0,1fr) 310px;
  gap: 26px;
  margin-bottom: 46px;
}
.recruitment-poster {
  width: 100%;
  height: auto;
  align-self: start;
}
.recruitment-columns .rich>p {
  margin: 0;
}
.recruitment-columns .rich ul {
  margin-bottom: 26px;
}
.opening-accordion {
  margin: 12px 35px;
}
.opening-accordion summary {
  font-size: 20px;
  color: var(--blue);
  padding: 7px 0;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.opening-accordion summary:before {
  content: '+';
  font: 24px Arial,sans-serif;
  flex-shrink: 0;
}
.opening-accordion[open] summary:before {
  content: '−';
}
.opening-accordion>.rich {
  padding: 15px 0 24px 35px;
}
.about-ut {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 65px;
}
.about-ut>img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.about-ut h2 {
  text-align: center;
  font-size: 36px;
  color: var(--blue);
}
.about-ut p {
  font-size: 16px;
}
.about-ut .pill {
  display: flex;
  width: max-content;
  margin: 24px auto 0;
}
.opening-ai h2,.departments>h2,.city-section>h2 {
  font-size: 42px;
  text-align: center;
  color: var(--blue);
  margin-bottom: 40px;
}
.opening-ai {
  margin-bottom: 70px;
}
.department-images {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-bottom: 30px;
}
.department-images img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.departments article {
  margin-bottom: 42px;
}
.departments article h3 {
  font-size: 22px;
  color: var(--blue);
}
.departments article .pill {
  display: flex;
  width: max-content;
  margin: 18px auto 0;
}
.city-section {
  padding: 20px 0 60px;
}
.city-gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.city-gallery img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.opening-contact {
  text-align: center;
  padding: 45px 24px 90px;
  background: #e8ebf0;
}
.opening-contact h2 {
  font-size: 42px;
  color: var(--blue);
}
.course-page {
  padding-block: 50px;
}
.course-page h1 {
  font-size: 38px;
}
.course-table {
  overflow: auto;
}
.course-table table {
  border-collapse: collapse;
  width: 100%;
}
.course-table td,.course-table th {
  padding: 10px;
  border: 1px solid #aaa;
  text-align: left;
}
.course-table h3 {
  margin-top: 30px;
}
@media(min-width:1500px) {
  .team-group {
    padding-inline: 60px;
  }
}
@media(max-width:1150px) {
  .pi-section {
    grid-template-columns: 210px minmax(0,1fr);
    gap: 65px;
  }
  .pi-section>h2 {
    font-size: 34px;
  }
  .pi-record {
    grid-template-columns: 230px minmax(0,1fr);
  }
  .pi-pair {
    grid-template-columns: 160px minmax(0,1fr);
  }
  .publication-intro>div {
    grid-template-columns: 40% minmax(0,1fr);
    gap: 6%;
  }
  .pi-contact h1 {
    font-size: 24px;
  }
  .people-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .team-group {
    padding-inline: 24px;
  }
}
@media(max-width:900px) {
  .nav-wrap {
    gap: 25px;
  }
  .site-nav {
    gap: 15px;
  }
  .site-nav a {
    font-size: 14px;
  }
  .pi-section {
    grid-template-columns: 170px minmax(0,1fr);
    gap: 35px;
  }
  .pi-section>h2 {
    font-size: 29px;
  }
  .pi-record,.pi-education .pi-record,.pi-news .pi-record {
    grid-template-columns: 42% minmax(0,1fr);
    gap: 15px;
  }
  .pi-detail {
    padding-left: 15px;
  }
  .pi-pair {
    grid-template-columns: 145px minmax(0,1fr);
    gap: 16px;
  }
  .pi-contact {
    padding: 25px 20px;
  }
  .pi-contact h1 {
    font-size: 22px;
    white-space: normal;
  }
  .contact-lines {
    margin-top: 25px;
  }
  .contact-lines>div {
    gap: 9px;
  }
  .pi-profile {
    min-height: 380px;
  }
  .research-area {
    grid-template-columns: 220px minmax(0,1fr);
    gap: 25px;
  }
  .research-area.reverse {
    grid-template-columns: minmax(0,1fr) 220px;
  }
  .research-history {
    grid-template-columns: 260px minmax(0,1fr);
    gap: 40px;
  }
  .research-history>h2 {
    font-size: 34px;
  }
  .resource-hero-copy h1 {
    font-size: 42px;
  }
  .resource-hero-copy {
    padding-inline: 20px;
  }
  .resource-hero-art {
    height: 340px;
  }
  .resource-hero {
    min-height: 530px;
  }
  .course-split {
    gap: 24px;
  }
  .course-row {
    grid-template-columns: 1fr;
  }
  .course-row .pill {
    justify-self: start;
  }
  .team-pi-profile h3 {
    font-size: 24px;
  }
  .recruitment-columns {
    grid-template-columns: minmax(0,1fr) 250px;
  }
}
@media(max-width:700px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .nav-wrap {
    height: 72px;
    align-items: center;
    padding: 0;
    justify-content: space-between;
  }
  .brand img {
    width: 80px;
    height: auto;
  }
  .site-header {
    position: relative;
    z-index: 20;
  }
  .menu-button {
    display: block;
    border: 1px solid #9aa9bb;
    background: transparent;
    border-radius: 4px;
    padding: 7px 12px;
    color: #222;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 10px 18px 20px;
    box-shadow: 0 8px 10px #0001;
    gap: 0;
  }
  .site-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav a {
    font-size: 16px;
    padding: 12px;
  }
  .home-hero {
    height: auto;
    aspect-ratio: 2.15;
    width: 100%;
  }
  .hero-art {
    position: absolute;
    inset: 0;
  }
  .hero-caption {
    top: 49%;
    left: 23%;
    width: 55%;
  }
  .hero-logo {
    width: 80px;
    margin-bottom: 7px;
  }
  .hero-caption .rich h6 span {
    font-size: 13px!important;
  }
  .home-news-menu {
    padding: 25px 0;
  }
  .home-news-menu h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .home-news-menu nav {
    grid-template-columns: repeat(2,1fr);
    gap: 30px 10px;
  }
  .home-news-menu h2 {
    font-size: 20px;
  }
  .blue-band h2 {
    font-size: 30px;
  }
  .news-row {
    grid-template-columns: 95px minmax(0,1fr);
    gap: 15px;
  }
  .news-date {
    font-size: 15px;
  }
  .news-body {
    font-size: 15px;
    padding-left: 16px;
  }
  .news-body .font_7,.news-body .font_8 {
    font-size: 15px;
  }
  .news-year>h3 {
    font-size: 25px;
  }
  .talks-year .news-row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 20px;
  }
  .talks-year .news-date {
    border: 0;
    padding: 0;
    font-size: 16px;
  }
  .talks-year .news-body {
    margin-bottom: 0;
  }
  .talk-title {
    font-size: 22px;
  }
  .sponsors>div {
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
  }
  .pi-profile {
    grid-template-columns: 1fr;
    margin-top: 28px;
    margin-bottom: 36px;
  }
  .profile-photo {
    height: auto;
    aspect-ratio: 489/429;
  }
  .pi-contact {
    padding: 28px 26px;
  }
  .pi-contact h1 {
    font-size: 25px;
  }
  .contact-lines {
    margin: 28px 0;
  }
  .pi-section {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 32px 0 45px;
  }
  .pi-section>h2 {
    text-align: left;
    font-size: 30px;
  }
  .pi-record,.pi-news .pi-record,.pi-education .pi-record {
    grid-template-columns: 42% minmax(0,1fr);
    gap: 15px;
  }
  .pi-position .rich [style*="font-size"] {
    font-size: 15px!important;
  }
  .pi-detail.rich [style*="font-size"] {
    font-size: 15px!important;
  }
  .pi-date {
    font-size: 16px;
  }
  .pi-pair {
    grid-template-columns: 120px minmax(0,1fr);
    gap: 14px;
  }
  .pi-label {
    font-size: 16px;
  }
  .pi-pair .pi-label [style*="font-size"] {
    font-size: 16px!important;
  }
  .pi-subsection {
    margin-bottom: 45px;
  }
  .research-overview {
    border-top-width: 24px;
    padding: 28px 0 36px;
  }
  .research-overview h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .research-overview h1 span {
    font-size: 23px;
    display: block;
  }
  .research-overview .rich p {
    font-size: 16px!important;
    line-height: 1.8!important;
    margin-bottom: 22px;
  }
  .university-research>h2,.industry-research>h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .research-area,.research-area.reverse {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 0 35px;
  }
  .research-art,.research-area.reverse .research-art {
    order: 2;
    width: 100%;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    padding-top: 0;
  }
  .research-art img {
    height: 115px;
    object-fit: contain;
  }
  .research-copy h5 {
    font-size: 24px!important;
  }
  .research-copy h5 span[style*="font-size"] {
    font-size: 21px!important;
  }
  .research-history {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 20px;
    margin-block: 25px;
  }
  .research-history>h2 {
    text-align: left;
    font-size: 30px;
  }
  .research-history>h2 br {
    display: none;
  }
  .student-note {
    margin-block: 40px 50px;
  }
  .industry-area {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 20px 0 50px;
  }
  .industry-area.reverse>div:first-child {
    order: 0;
  }
  .industry-area img {
    max-height: 250px;
  }
  .team-about {
    padding-block: 30px 35px;
  }
  .team-about h1 {
    font-size: 42px;
  }
  .team-achievements {
    grid-template-columns: 40px minmax(0,1fr);
    gap: 20px 14px;
  }
  .team-achievements>.rich p {
    font-size: 16px!important;
  }
  .team-banner {
    height: 200px;
  }
  .team-pi {
    padding: 30px 0;
  }
  .team-pi>h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .team-pi-profile {
    grid-template-columns: 1fr;
  }
  .team-pi-profile>img {
    aspect-ratio: 471/448;
    max-height: 440px;
  }
  .meet-team {
    font-size: 34px;
    margin: 35px 0;
  }
  .team-group {
    padding: 0 18px 35px;
  }
  .team-group>h2 {
    font-size: 26px;
  }
  .people-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px 14px;
  }
  .person h3 {
    font-size: 17px;
    margin: 0 10px 7px;
  }
  .person-caption {
    padding: 10px 5px 15px;
  }
  .person-caption .rich p {
    font-size: 14px!important;
    line-height: 1.5!important;
  }
  .person-link {
    position: static;
    display: block;
    margin: 8px auto;
  }
  .postdoctoral-researchers .people-grid {
    display: grid;
    padding: 20px 12px;
    gap: 14px;
  }
  .alumni-note {
    font-size: 16px;
    margin-top: -15px;
  }
  .publication-intro {
    margin-top: 22px;
    padding: 20px 0;
  }
  .publication-intro>div {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .publication-intro img {
    height: auto;
    max-height: 220px;
    object-fit: contain;
  }
  .publication-intro h1 {
    font-size: 38px;
  }
  .pub-figure {
    margin: 30px 0;
  }
  .pub-figure figcaption {
    font-size: 21px;
    line-height: 1.5;
  }
  .pub-figure figcaption span {
    font-size: 17px;
  }
  .filters {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .filter.venue {
    grid-column: 1/-1;
  }
  .publication {
    grid-template-columns: minmax(0,1fr) 58px;
    gap: 8px;
    padding: 16px 12px;
    font-size: 14px;
  }
  .publication h2 {
    font-size: 15px;
  }
  .pub-links {
    flex-direction: column;
    gap: 7px;
  }
  .pub-year {
    font-size: 13px;
  }
  .pub-links a {
    width: 35px;
    height: 35px;
    font-size: 11px;
  }
  .resource-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 180px auto;
    padding-bottom: 30px;
  }
  .resource-hero-art {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 225px;
  }
  .resource-hero-copy {
    grid-column: 1;
    grid-row: 2;
    margin-right: 22px;
    padding: 12px 20px 24px;
  }
  .resource-hero-copy h1 {
    font-size: 38px;
  }
  .resource-hero-copy .rich h3 {
    font-size: 18px;
  }
  .resource-section {
    padding: 30px 18px 40px;
  }
  .resource-section>h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .resource-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 30px 18px;
  }
  .resource-grid.tutorials {
    grid-template-columns: 1fr;
  }
  .resource-card {
    gap: 14px;
  }
  .resource-card .rich p {
    font-size: 15px!important;
  }
  .resource-card .pill {
    font-size: 12px;
    padding: 4px 14px;
  }
  .course-split {
    grid-template-columns: 1fr;
  }
  .course-split>img {
    height: 230px;
  }
  .course-row {
    grid-template-columns: 1fr auto;
  }
  .courses-title {
    font-size: 34px;
  }
  .codes h2 {
    font-size: 34px;
  }
  .resource-bottom-art {
    height: 190px;
  }
  .opening-banner {
    height: 200px;
  }
  .opening-hero .opening-copy {
    padding: 14px 18px 24px;
  }
  .opening-hero h1 {
    font-size: 34px;
  }
  .opening-hero .rich p {
    font-size: 16px!important;
  }
  .opening-glance>h2 {
    font-size: 26px;
  }
  .recruitment-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .recruitment-poster {
    width: 260px;
    justify-self: center;
  }
  .opening-accordion {
    margin: 10px 0;
  }
  .opening-accordion summary {
    font-size: 18px;
    gap: 13px;
  }
  .opening-accordion>.rich {
    padding-left: 20px;
  }
  .about-ut {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .about-ut>img {
    height: 250px;
  }
  .about-ut h2 {
    font-size: 30px;
  }
  .opening-ai h2,.departments>h2,.city-section>h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .department-images {
    grid-template-columns: repeat(2,1fr);
  }
  .department-images img {
    height: 140px;
  }
  .departments article h3 {
    font-size: 20px;
  }
  .city-gallery {
    grid-template-columns: repeat(2,1fr);
  }
  .city-gallery img {
    height: 150px;
  }
  .opening-contact h2 {
    font-size: 34px;
  }
  .site-footer {
    margin-top: 35px;
  }
  .course-page h1 {
    font-size: 28px;
  }
}
@media(max-width:400px) {
  .pi-record,.pi-education .pi-record,.pi-news .pi-record {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 25px;
  }
  .pi-position {
    padding-bottom: 12px;
  }
  .pi-detail {
    padding: 0 0 0 14px;
  }
  .pi-pair {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .pi-pair>ul {
    margin-left: 0;
  }
  .resource-grid {
    grid-template-columns: 1fr;
  }
  .home-hero {
    aspect-ratio: 1.8;
  }
  .hero-caption {
    top: 50%;
    left: 21%;
    width: 61%;
  }
  .hero-logo {
    width: 65px;
  }
  .person h3 {
    font-size: 16px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none!important;
    transition: none!important;
  }
}
body {
  font-weight: 700;
}
.contact-icon {
  width: 25px;
  height: 28px;
  object-fit: contain;
}
.cv-icon {
  width: 32px;
  height: 38px;
  object-fit: contain;
}
.page-pi {
  background: #fff;
}
.pi-contact {
  background: #f8f8f8;
  padding-top: 46px;
  padding-left: 42px;
}
.pi-contact .contact-lines {
  margin-top: 48px;
  margin-bottom: 32px;
}
.pi-contact .rich a {
  color: inherit;
  text-decoration: none;
}
.pi-section {
  max-width: 1184px;
  border-bottom: 0;
  position: relative;
}
.pi-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1028px,100%);
  border-bottom: 1px solid #333;
}
.pi-section>h2 {
  position: relative;
  top: -10px;
}
.pi-news {
  padding-bottom: 32px;
}
.pi-news .pi-record {
  grid-template-columns: 178px minmax(0,528px);
}
.pi-news .pi-detail {
  border-left: 0;
  background: linear-gradient(#555,#555) left top/1px 58px no-repeat;
  padding-bottom: 0;
}
.pi-news .pi-detail .pill {
  margin-top: 28px;
}
.pi-news .pi-position {
  padding-top: 0;
}
.pi-education {
  padding-top: 40px;
}
.cv-link {
  color: var(--blue);
}
.cv-icon {
  height: 72px;
  width: 48px;
}
.page-home .site-header {
  background: #f8f8f8;
}
.hero-caption .color_42 {
  color: #dd7175;
}
@media(max-width:1150px) {
  .pi-news .pi-record {
    grid-template-columns: 42% minmax(0,1fr);
  }
  .pi-contact {
    padding-left: 25px;
  }
}
@media(max-width:700px) {
  .pi-contact {
    padding: 28px 26px;
  }
  .pi-contact .contact-lines {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .pi-section>h2 {
    top: 0;
  }
  .pi-news .pi-record {
    grid-template-columns: 42% minmax(0,1fr);
  }
}
@media(max-width:400px) {
  .pi-news .pi-record {
    grid-template-columns: 1fr;
  }
  .pi-news .pi-detail {
    background: none;
    border-left: 1px solid #555;
  }
}
@media(min-width:701px) {
  .research-overview {
    padding-top: 44px;
  }
  .research-overview h1 {
    margin-bottom: 30px;
  }
  .research-overview .rich>p {
    margin-bottom: 32px;
  }
}
.research-overview .rich a {
  color: inherit;
}
.page-research .university-research {
  border-top: 10px solid #ddd;
}
.research-copy a {
  text-decoration: none;
}
.research-copy li {
  margin-bottom: 0!important;
}
.research-copy h5 {
  margin-bottom: 20px;
}
.research-copy>p {
  margin-bottom: 0;
}
.research-art {
  padding-top: 0;
  gap: 24px;
  padding-left: 16px;
}
.university-research {
  padding-top: 0!important;
  border-top: 0!important;
}
.university-research>h2,.industry-research>h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 126px;
  margin: 0 0 30px;
  padding: 12px 0 35px;
  font-size: 42px;
  z-index: 0;
}
.university-research>h2:before,.industry-research>h2:before {
  content: '';
  position: absolute;
  inset: 0 calc((980px - 100vw)/2);
  background: #ddd;
  z-index: -1;
}
.university-research>h2:after,.industry-research>h2:after {
  content: '';
  position: absolute;
  bottom: 23px;
  width: 30px;
  left: 55%;
  border-bottom: 3px solid var(--blue);
}
.research-section-icon {
  width: 90px;
  height: 70px;
  object-fit: contain;
}
.research-area {
  margin-bottom: 10px;
  padding-top: 24px;
  padding-bottom: 50px;
}
.research-area.reverse .research-art {
  padding-left: 0;
  padding-right: 16px;
}
.research-area.reverse .research-copy {
  padding-left: 24px;
}
.research-copy ul {
  margin-top: 0;
}
.research-copy ul p {
  line-height: 1.8!important;
}
@media(max-width:1028px) {
  .university-research>h2:before,.industry-research>h2:before {
    left: -24px;
    right: -24px;
  }
}
@media(max-width:700px) {
  .university-research>h2,.industry-research>h2 {
    font-size: 28px;
    min-height: 100px;
    gap: 14px;
    padding-bottom: 22px;
  }
  .research-section-icon {
    width: 58px;
    height: 48px;
  }
  .university-research>h2:before,.industry-research>h2:before {
    left: -18px;
    right: -18px;
  }
  .university-research>h2:after,.industry-research>h2:after {
    bottom: 15px;
  }
  .research-area.reverse .research-copy {
    padding-left: 0;
  }
  .research-art,.research-area.reverse .research-art {
    padding: 0;
  }
}
.news-body {
  min-width: 0;
  overflow-wrap: anywhere;
}
.pub-content {
  min-width: 0;
  overflow-wrap: anywhere;
}
.team-about {
  padding-top: 68px;
  padding-bottom: 21px;
}
.team-pi-profile {
  background: #f8f8f8;
}
.person {
  background: #fff;
}
.team-group {
  padding-top: 14px;
}
.team-group>h2 {
  margin-bottom: 42px;
}
.people-grid {
  row-gap: 24px;
}
.person-caption {
  min-height: 99px;
}
.ph-d-students .person-caption h3 {
  margin-bottom: 30px;
}
.person-link {
  font-weight: 400;
}
.page-pi .contact-symbol {
  color: #000;
}
@media(max-width:700px) {
  .team-about {
    padding-block: 30px 35px;
  }
  .ph-d-students .person-caption h3 {
    margin-bottom: 8px;
  }
  .person-caption {
    min-height: 90px;
  }
}
.resource-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
  width: 100%;
}
.resource-caption>.pill {
  margin-top: auto;
}
.resource-section#vita-in-the-press-selected .resource-grid {
  max-width: 940px;
  gap: 84px 32px;
}
.resource-section#vita-in-the-press-selected .resource-card {
  gap: 0;
  align-items: stretch;
}
.resource-section#vita-in-the-press-selected .resource-card>img {
  height: 386px;
  aspect-ratio: auto;
  object-fit: cover;
}
.resource-section#vita-in-the-press-selected .resource-caption {
  position: relative;
  margin: -96px 0 0 20px;
  width: calc(100% - 10px);
  min-height: 182px;
  background: white;
  padding: 16px 13px;
  text-align: left;
  align-items: stretch;
}
.resource-section#vita-in-the-press-selected .resource-caption .rich p {
  font-size: 15px!important;
  line-height: 1.5!important;
}
.resource-section#vita-in-the-press-selected .pill {
  align-self: flex-end;
  margin-top: auto;
}
@media(max-width:700px) {
  .resource-section#vita-in-the-press-selected .resource-grid {
    gap: 35px 18px;
  }
  .resource-section#vita-in-the-press-selected .resource-card>img {
    height: 260px;
  }
  .resource-section#vita-in-the-press-selected .resource-caption {
    margin-left: 8px;
    width: calc(100% - 8px);
    padding: 12px;
    min-height: 190px;
  }
}
.resource-section#datasets .resource-grid {
  max-width: 964px;
  gap: 30px 28px;
}
.resource-section#datasets .resource-card {
  border: 1px solid #c7cdd7;
  padding: 18px 17px 20px;
  gap: 12px;
}
.resource-section#datasets .resource-card>img {
  height: 146px;
  aspect-ratio: auto;
  object-fit: contain;
}
.resource-section#datasets .resource-caption {
  gap: 24px;
}
.resource-section#datasets .resource-caption .rich p {
  font-size: 18px!important;
  line-height: 1.4!important;
}
.resource-section#datasets .resource-caption>.pill {
  margin-top: auto;
}
.filter select,.filter-status {
  font-weight: 400;
}
.publication-intro>div {
  max-width: 1094px;
}
@media(max-width:700px) {
  .resource-section#datasets .resource-grid {
    gap: 20px 14px;
  }
  .resource-section#datasets .resource-card {
    padding: 12px 8px 16px;
  }
  .resource-section#datasets .resource-card>img {
    height: 110px;
  }
  .resource-section#datasets .resource-caption .rich p {
    font-size: 15px!important;
  }
}
.pub-links .unavailable {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #b9c9db;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 12px Arial,sans-serif;
}
.publication .pub-links {
  font-weight: 400;
}
@media(max-width:700px) {
  .pub-links .unavailable {
    width: 35px;
    height: 35px;
    font-size: 11px;
  }
}
.opening-banner {
  object-position: center 25%;
}
.opening-banner {
  object-position: center top;
}
@media(min-width:701px) and (max-width:900px) {
  .talks-year .news-row {
    grid-template-columns: 230px minmax(0,1fr);
  }
}
.opening-banner {
  height: 469px;
  object-position: center;
}
.opening-hero .opening-copy {
  position: relative;
  margin-top: -197px;
}
.about-ut {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 90px;
}
.ut-art {
  position: relative;
}
.ut-campus {
  width: 100%;
  height: 345px;
  object-fit: cover;
}
.ut-overlay-logo {
  position: absolute;
  top: 60px;
  width: 64%;
  left: 18%;
  height: 150px;
  object-fit: contain;
}
.ut-art>.pill {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
}
.ut-intro {
  padding: 70px 32px 35px;
}
.ut-intro h2 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 22px;
}
.expand-text {
  font: 700 16px Arial,sans-serif;
  border: 0;
  background: transparent;
  color: #111;
  padding: 8px 0;
  text-align: left;
}
.js .expandable-text:not(.expanded) .rich>p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.expandable-text .rich {
  line-height: 1.8;
}
.expand-text:hover {
  text-decoration: underline;
}
.opening-accordion summary:before {
  display: none;
}
.opening-accordion summary {
  display: flex;
  align-items: center;
  gap: 20px;
}
.opening-accordion summary>span:first-of-type {
  flex: 1;
}
.disclosure-pill {
  flex: none!important;
  background: #e9e9e9;
  border-radius: 999px;
  font: 14px/1.5 'poppins-extralight',sans-serif;
  letter-spacing: 1px;
  padding: 6px 13px;
  color: var(--blue);
  white-space: nowrap;
}
.opening-accordion[open] .disclosure-pill>span {
  display: inline-block;
  transform: rotate(180deg);
}
.opening-icon {
  width: 52px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}
.opening-ai .opening-accordion {
  margin: 0;
}
.opening-ai .opening-accordion summary>span:first-of-type {
  font-family: helvetica-w01-bold,Arial,sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
.opening-ai>h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.departments {
  background: #eee;
  padding: 55px 0 40px;
}
.departments h2 {
  font-size: 32px;
  color: var(--blue);
  text-align: center;
  margin-bottom: 24px;
}
.department-images {
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.department-images img {
  height: 228px;
}
.departments article h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
}
.departments article .expandable-text {
  padding-left: 70px;
}
.city-carousel {
  position: relative;
}
.city-gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 0;
}
.city-gallery::-webkit-scrollbar {
  display: none;
}
.city-gallery img {
  width: 100%;
  flex: 0 0 100%;
  height: 520px;
  object-fit: cover;
  scroll-snap-align: start;
}
.city-carousel>button {
  position: absolute;
  top: 46%;
  width: 40px;
  height: 50px;
  border: 0;
  background: #ffffffcf;
  color: #333;
  font: 36px/1 Arial;
  cursor: pointer;
}
.gallery-prev {
  left: 10px;
}
.gallery-next {
  right: 10px;
}
@media(max-width:900px) and (min-width:701px) {
  .opening-banner {
    height: 360px;
  }
  .opening-hero .opening-copy {
    margin-top: -130px;
  }
  .ut-intro {
    padding: 45px 24px;
  }
  .opening-ai .opening-accordion summary>span:first-of-type {
    font-size: 18px;
  }
  .ut-overlay-logo {
    top: 75px;
  }
}
@media(max-width:700px) {
  .opening-banner {
    height: 200px;
  }
  .opening-hero .opening-copy {
    margin-top: 0;
  }
  .about-ut {
    grid-template-columns: 1fr;
    margin-block: 35px 50px;
  }
  .ut-campus {
    height: 300px;
  }
  .ut-overlay-logo {
    top: 40px;
  }
  .ut-intro {
    padding: 28px 24px;
  }
  .ut-art>.pill {
    bottom: 50px;
  }
  .opening-accordion summary {
    flex-wrap: wrap;
    gap: 10px;
  }
  .opening-accordion summary>span:first-of-type {
    min-width: 180px;
  }
  .opening-accordion .disclosure-pill {
    font-size: 12px;
    padding: 4px 9px;
  }
  .opening-ai .opening-accordion summary>span:first-of-type {
    font-size: 17px;
    min-width: 200px;
  }
  .opening-ai .disclosure-pill {
    margin-left: 62px;
  }
  .opening-icon {
    width: 45px;
    height: 42px;
  }
  .department-images {
    grid-template-columns: repeat(3,1fr);
  }
  .department-images img {
    height: 100px;
  }
  .departments article h3 {
    font-size: 18px;
    gap: 14px;
  }
  .departments article .expandable-text {
    padding-left: 0;
  }
  .city-gallery img {
    height: 260px;
  }
  .city-carousel>button {
    width: 30px;
    height: 40px;
    font-size: 28px;
  }
}
@media(min-width:701px) and (max-width:1150px) {
  .people-grid .person-caption h3 {
    font-size: 18px;
    margin-left: 8px;
    margin-right: 46px;
  }
}
.opening-ai .opening-accordion summary>span:first-of-type{font-weight:400}.disclosure-pill{font-weight:700}

/* Source fidelity: shared typography and measured desktop dimensions. */
.pi-detail p,
.pi-position .rich p,
.pi-pair .rich p {
  margin-block: 0;
}
.pi-subsection > h3 {
  font-family: helvetica-w01-bold, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.pi-services .pi-pair {
  grid-template-columns: 196px minmax(0, 503px);
  column-gap: 30px;
  position: relative;
  padding-bottom: 36px;
}
.pi-services .pi-pair:last-child { padding-bottom: 0; }
.pi-services .pi-pair > .rich > ul { padding-left: 28px; }
.pi-services .pi-subsection { margin-bottom: 90px; }
.pi-services .pi-subsection:last-child { margin-bottom: 0; }
.pi-services .pi-subsection > h3 { margin-bottom: 20px; }
@media (min-width: 1340px) {
  .pi-professional-experience > div { width: calc(100% + 76px); }
}
@media (min-width: 1151px) and (max-width: 1339px) {
  .pi-professional-experience { grid-template-columns: 210px minmax(0,1fr); gap: 66px; }
  .pi-professional-experience .pi-record { grid-template-columns: 280px minmax(0,1fr); gap: 22px; }
  .pi-professional-experience .pi-detail { padding-left: 20px; }
}
.research-copy p,
.industry-area p,
.pi-detail p,
.pi-pair p,
.resource-caption p,
.course-description p,
.city-slide p {
  text-wrap: pretty;
}
.research-copy h5,
.industry-area h5,
.resource-section > h2,
.opening-accordion summary > span:first-of-type {
  text-wrap: balance;
}
.industry-research { width: min(1080px, calc(100% - 48px)); }
.industry-area { grid-template-columns: 42% minmax(0,1fr); gap: 40px; }
.industry-area.reverse { grid-template-columns: minmax(0,1fr) 42%; }
.industry-area .rich > p { margin-bottom: 0; }
.university-research > h2::before,
.industry-research > h2::before {
  inset: 0 auto 0 50%;
  width: 100vw;
  transform: translateX(-50%);
}

/* Sponsors: the original five columns of square logos. */
.sponsors {
  padding: 55px 24px 70px;
  margin: 0 auto;
  background: #f8f8f8;
}
.sponsors h2 { font-size: 42px; color: #000; text-align: center; margin-bottom: 45px; }
.sponsors > div {
  display: grid;
  grid-template-columns: repeat(5, 150px);
  justify-content: space-between;
  align-items: center;
  row-gap: 31px;
  max-width: 988px;
  margin: auto;
}
.sponsors img { width: 150px; height: 150px; aspect-ratio: 1; object-fit: contain; }
.sponsors img:last-child { width: 179px; height: 123px; max-width: none; justify-self: center; }
.site-footer { margin-top: 0; padding: 32px 24px 0; background: #f8f8f8; }
.back-top { gap: 0; align-items: center; font-size: 14px; }
.back-top-arrow { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #a0b6cf; color: white; font: 32px/1 Arial,sans-serif; padding-top: 10px; }
.back-top > span:last-child { font-size: 14px; font-weight: 400; margin: 12px 0 40px; }
.footer-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  max-width: 1200px;
  min-height: 82px;
  border-top: 1px solid #222;
  margin: 0 auto;
  padding: 18px 80px 24px;
}
.footer-vita { width: 80px; height: 35px; object-fit: contain; }
.footer-row p { margin: 0; font-size: 15px; line-height: 1.4; letter-spacing: .2em; }
.footer-row .footer-logo { justify-self: end; width: 124px; height: 35px; margin: 0; object-fit: contain; }

/* The three alumni lists remain collapsed, with the original visible buttons. */
.postdoctoral-researchers .people-grid { background: transparent; padding-top: 0; padding-bottom: 0; }
.team-archives { padding: 10px 0 28px; }
.team-disclosure { margin-bottom: 20px; }
.team-disclosure > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 32px;
  min-height: 58px;
  background: #496fa2;
  color: #fff;
  font-size: 22px;
}
.team-disclosure > summary::-webkit-details-marker { display: none; }
.team-disclosure > summary::after { content: '+'; font: 28px/1 Arial,sans-serif; }
.team-disclosure[open] > summary::after { content: '−'; }
.team-disclosure > .rich { padding: 24px 36px 12px; }
.team-disclosure .rich p { margin-bottom: 14px; }
.team-disclosure .team-group { border: 0; padding: 30px 0; margin: 0; }
.team-disclosure .team-group > h2 { display: none; }
.team-disclosure .people-grid { grid-template-columns: repeat(2,minmax(0,287px)); justify-content: center; }

/* Open Calls is one compact centered card, not a wide feature. */
.resource-grid.open-calls { max-width: 403px; }
.open-calls .resource-card { display: block; text-align: left; background: #fff; }
.open-calls .resource-card > img { width: 100%; height: 275px; max-height: none; aspect-ratio: 403/275; object-fit: cover; }
.open-calls .resource-caption { padding: 12px 20px 20px 32px; }
.open-calls .resource-caption .rich p { font-size: 16px!important; line-height: 1.4!important; }
.open-calls .resource-caption .pill { display: block; width: max-content; margin: 12px 0 0 auto; padding: 2px 8px; font-size: 15px; letter-spacing: .03em; }
.resource-section#vita-in-the-press-selected .resource-caption a { color: inherit; text-decoration: none; }
.resource-section#vita-in-the-press-selected .resource-caption .pill { color: var(--red); }

/* Courses: campus banners followed by a three-column semester grid. */
.courses-title { font-size: 38px; padding: 36px 24px 60px; margin: 0; }
.courses-title::after { content: ''; display: block; width: 30px; border-bottom: 3px solid var(--blue); margin: 3px auto 0; }
.course-section { padding: 0; }
.course-campus { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: white; }
.course-campus > div { height: 230px; overflow: hidden; }
.course-campus img { width: 100%; height: 230px; object-fit: cover; object-position: center; }
.course-campus h3 { font-size: 38px; color: var(--blue); margin: 0; padding: 25px 55px; }
.course-cards { background: #ededed; padding: 64px 24px 58px; }
.course-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; max-width: 940px; margin: auto; }
.course-card { display: flex; flex-direction: column; padding: 16px; min-height: 164px; background: #f8f8f8; }
.course-card p { margin: 0; }
.course-card > .rich:first-child { margin-bottom: 6px; }
.course-description { flex: 1; }
.course-card .pill { align-self: end; font-size: 15px; margin-top: 12px; padding: 4px 11px; letter-spacing: .06em; }
#courses-at-ut-austin .course-card:last-child { grid-column: 2; }

/* Codes and Other Softwares retain horizontal navigation. */
.software-section { background: #ebebeb; margin-top: 40px; padding: 15px 24px 20px; }
.software-carousel { position: relative; max-width: 1100px; margin: auto; padding-inline: 60px; }
.carousel-track { display: flex; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.software-slide { flex: 0 0 100%; min-width: 0; position: relative; scroll-snap-align: start; background: #f8f8f8; padding: 32px 35px 65px; min-height: 470px; }
.software-slide h2 { font-size: 30px; color: #000; text-align: center; margin-bottom: 20px; }
.software-slide > .rich { position: relative; z-index: 1; }
.software-slide .rich p { margin-bottom: 0; font-size: 15px; line-height: 1.8; }
.software-slide .rich li { margin-bottom: 0; }
.software-slide .rich h6 { font-size: 18px; text-align: center; margin: 0; }
.software-art { position: absolute; bottom: 0; left: 0; width: 100%; height: 205px; object-fit: cover; }
.carousel-prev,.carousel-next { position: absolute; top: 43%; background: transparent; border: 0; font: 42px/1 Arial,sans-serif; color: #333; padding: 8px; }
.carousel-prev { left: 0; }
.carousel-next { right: 0; }
.carousel-dots { display: flex; justify-content: center; gap: 14px; margin-top: -28px; position: relative; z-index: 2; }
.carousel-dots button { padding: 0; width: 9px; height: 9px; border: 1px solid #111; border-radius: 50%; background: white; }
.carousel-dots button[aria-current=true] { background: #111; }

/* Opening aligns with the original 272px exposed image and compact text panel. */
.opening-hero .opening-copy { padding: 11px 0 30px 62px; }
.opening-hero h1 { margin-bottom: 0; }
.opening-hero .rich { padding-right: 12px; }
.opening-hero .rich p { margin: 0; line-height: 1.9!important; }
.opening-glance { padding-top: 27px; }
.city-section { width: min(1200px,calc(100% - 48px)); margin: 70px auto 30px; }
.city-gallery { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; }
.city-slide { flex: 0 0 100%; min-width: 0; margin: 0; scroll-snap-align: start; }
.city-gallery .city-photo { width: 100%; height: auto; aspect-ratio: 968/520; object-fit: cover; }
.city-slide figcaption { padding: 22px 0 10px; min-height: 160px; }
.city-slide h3 { font-size: 22px; margin-bottom: 9px; color: #000; }
.city-slide .rich { font-size: 18px; line-height: 1.4; }
.city-carousel > button { top: calc((100vw - 48px) * .2686); }
@media(min-width:1248px) { .city-carousel > button { top: 322px; } }

@media(max-width:1150px) {
  .pi-services .pi-pair { grid-template-columns: 145px minmax(0,1fr); gap: 26px; }
  .footer-row { padding-inline: 20px; }
}
@media(max-width:900px) {
  .sponsors > div { grid-template-columns: repeat(5,minmax(0,150px)); gap: 24px; }
  .sponsors img { width: 100%; height: auto; }
  .sponsors img:last-child { width: 100%; height: auto; }
  .industry-area,.industry-area.reverse { grid-template-columns: 1fr; }
  .industry-area.reverse > div:first-child { order: 0; }
  .industry-area > div:first-child { max-width: 480px; margin-inline: auto; }
  .course-campus h3 { font-size: 30px; padding: 24px; }
  .course-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #courses-at-ut-austin .course-card:last-child { grid-column: auto; }
  .software-carousel { padding-inline: 28px; }
  .software-slide { padding: 28px 24px 55px; }
  .footer-row p { font-size: 12px; letter-spacing: .1em; }
}
@media(max-width:700px) {
  .pi-services .pi-pair { grid-template-columns: 1fr; gap: 10px; padding-bottom: 28px; }
  .pi-services .pi-pair > .rich { padding-left: 0; border: 0; }
  .pi-services .pi-pair > .pi-label { padding-left: 0; border: 0; }
  .pi-services .pi-subsection { margin-bottom: 48px; }
  .industry-research { width: calc(100% - 36px); }
  .sponsors { padding: 32px 18px; }
  .sponsors h2 { font-size: 30px; margin-bottom: 30px; }
  .sponsors > div { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
  .footer-row { grid-template-columns: 1fr 1fr; padding-inline: 4px; gap: 22px; }
  .footer-row p { grid-column: 1/-1; grid-row: 2; }
  .footer-row .footer-logo { grid-column: 2; grid-row: 1; }
  .team-disclosure > summary { padding: 12px 18px; font-size: 18px; }
  .team-disclosure > .rich { padding: 22px 16px; }
  .team-disclosure .people-grid { grid-template-columns: 1fr; max-width: 287px; }
  .open-calls .resource-card > img { height: auto; }
  .open-calls .resource-caption { padding: 16px 22px; }
  .courses-title { font-size: 30px; padding-bottom: 32px; }
  .course-campus { grid-template-columns: 1fr; }
  .course-campus > div,.course-campus img { height: 180px; }
  .course-campus h3 { padding: 22px; font-size: 28px; text-align: center; }
  .course-cards { padding: 28px 18px; }
  .course-grid { grid-template-columns: 1fr; max-width: 440px; }
  .course-card { min-height: 145px; }
  .software-section { padding-inline: 10px; }
  .software-carousel { padding-inline: 18px; }
  .software-slide { padding: 24px 18px 52px; }
  .software-slide h2 { font-size: 26px; }
  .software-slide .rich p { font-size: 14px; line-height: 1.6; }
  .carousel-prev,.carousel-next { font-size: 30px; padding: 0; }
  .opening-hero .opening-copy { padding: 20px 22px 26px; }
  .opening-hero .rich { padding: 0; }
  .opening-hero .rich p { line-height: 1.65!important; }
  .opening-hero .rich p + p { margin-top: 8px; }
  .city-section { width: calc(100% - 36px); margin-block: 40px 20px; }
  .city-slide figcaption { padding-top: 18px; }
  .city-slide h3 { font-size: 20px; }
  .city-slide .rich { font-size: 16px; line-height: 1.6; }
  .city-carousel > button { top: calc((100vw - 36px) * .2686); }
}

/* Publication activity is generated from content/publications.json at build time. */
.chart-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin: 10px 0; font-size: 13px; }
.chart-toolbar > div { display: flex; align-items: center; gap: 8px; }
.chart-toolbar button,.chart-toolbar a { min-width: 32px; padding: 3px 9px; border: 1px solid #b7c4d3; background: #fff; color: var(--blue); border-radius: 3px; font-size: 13px; }
.chart-toolbar button:disabled { opacity: .4; cursor: default; }
.chart-toolbar output { width: 40px; text-align: center; }
.chart-viewport { width: 100%; overflow: auto; background: white; max-height: 680px; overscroll-behavior: contain; }
.chart-surface { width: 100%; min-width: 740px; }
.research-chart { display: block; width: 100%; height: auto; font-family: Arial,sans-serif; font-weight: 400; }
.chart-title { font-size: 17px; fill: #111; }
.chart-topic { font-size: 12px; fill: #111; }
.chart-year { font-size: 12px; fill: #555; }
.chart-grid { stroke: #ededed; stroke-width: 1; }
.chart-baseline { stroke: #aaa; stroke-width: .6; }
.chart-hit { fill: transparent; }
.chart-dot { fill: #26445d; stroke: white; stroke-width: 1; opacity: 0; }
.research-chart a:hover .chart-dot,.research-chart a:focus .chart-dot { opacity: 1; }
.research-chart a:hover .chart-hit,.research-chart a:focus .chart-hit { fill: #496fa20e; }
.chart-readout { font-size: 12px; line-height: 1.5; margin: 12px 0; min-height: 36px; text-align: left; color: #5a6470; }
.chart-data { margin-top: 12px; text-align: left; font-size: 13px; }
.chart-data summary { color: var(--blue); width: max-content; }
.chart-table-scroll { overflow: auto; margin-top: 12px; }
.chart-data table { border-collapse: collapse; width: 100%; font-size: 12px; }
.chart-data th,.chart-data td { border-bottom: 1px solid #d8dee5; padding: 6px 10px; text-align: right; white-space: nowrap; }
.chart-data th:first-child { text-align: left; }
.chart-data caption { text-align: left; font-size: 12px; margin-bottom: 10px; }
@media(max-width:700px) {
 .chart-toolbar { align-items: start; }
 .chart-toolbar > span { width: 100%; }
 .chart-surface { min-width: 720px; }
 .chart-readout { font-size: 12px; }
 .chart-viewport { max-height: 580px; }
}
.team-disclosure { margin-bottom: 35px; }
.team-disclosure > summary { justify-content: center; padding: 8px 32px; min-height: 42px; background: #e7e7e7; color: #642c31; font-size: 18px; letter-spacing: .1em; }
.team-disclosure > summary::after { display: none; }
.team-disclosure[open] > summary { background: #ddd; }
.team-disclosure > summary:hover { color: #a32432; }
@media(max-width:700px) { .team-disclosure > summary { padding-inline: 14px; font-size: 16px; } }
@media(min-width:1340px) { .pi-professional-experience .pi-record { grid-template-columns: 312px minmax(0,1fr); gap: 13px; } }
.team-disclosure > summary { color: #500000; }
.publication-intro p { text-wrap: pretty; }
.industry-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; color: var(--blue); margin-bottom: 30px; }
.industry-heading h3 { font-size: 30px; margin: 0; }
.industry-heading > span { font-size: 18px; white-space: nowrap; }
.industry-area .rich > p { margin-bottom: 8px; }
.industry-area .rich > p:first-of-type { margin-bottom: 16px; }
.industry-area .rich > p:last-child { margin-bottom: 0; }
@media(min-width:1100px) { .industry-area { grid-template-columns: 490px minmax(0,1fr); }.industry-area.reverse { grid-template-columns: minmax(0,1fr) 540px; } }
@media(max-width:700px) { .industry-heading { flex-wrap: wrap; gap: 6px 18px; margin-bottom: 22px; }.industry-heading h3 { font-size: 26px; }.pi-services p[style*="margin-left"] { margin-left: 20px!important; } }
#courses-at-ut-austin .course-card:last-child { grid-column: auto; }
.course-campus > div { display: flex; justify-content: flex-end; }
.course-campus img { width: max(100%,967px); max-width: none; flex: 0 0 auto; }
@media(max-width:700px) { .course-campus img { width: 100%; max-width: 100%; } }
.open-calls .resource-caption { gap: 0; }
.open-calls .resource-caption .rich { max-width: 338px; align-self: flex-start; }
.open-calls .resource-caption .pill { margin-top: 8px; min-height: 31px; }
.resource-section:not(#datasets) > h2 { font-size: 30px; }
@media(min-width:1100px) { .software-carousel { max-width: none; padding-inline: max(24px,calc((100% - 980px)/2)); }.software-carousel .carousel-prev { left: -19px; }.software-carousel .carousel-next { right: -19px; } }
@media(max-width:700px) { .resource-section:not(#datasets) > h2 { font-size: 26px; } }

.opening-photo { height: 272px; overflow: hidden; }
.opening-hero .opening-copy { margin-top: 0; }
@media(min-width:701px) { .opening-hero { padding-bottom: 28px; } }
@media(max-width:700px) { .opening-photo { height: 210px; }.opening-banner { height: 360px; } }
.back-top .back-top-arrow { margin: 0; font: 30px/1 Arial,sans-serif; padding: 6px 0 0; }
@media(min-width:701px) and (max-width:1000px) { .pi-section { grid-template-columns: 1fr; gap: 24px; }.pi-section > h2 { text-align: left; top: 0; } }
@media(max-width:700px) { .pi-record,.pi-education .pi-record,.pi-news .pi-record,.pi-professional-experience .pi-record { grid-template-columns: 1fr; gap: 10px; }.pi-news .pi-detail { background: none; border-left: 1px solid #777; padding-left: 14px; } }
/* Full-bleed bands use paint overflow, avoiding the scrollbar width in 100vw. */
.university-research > h2::before,.industry-research > h2::before { inset: 0; width: auto; transform: none; box-shadow: 0 0 0 100vmax #ddd; clip-path: inset(0 -100vmax); }

/* Original section rules and the requested four-column press layout. */
.meet-team::after { content: ""; display: block; width: 26px; height: 2px; margin: 14px auto 0; background: #111; }
.team-group { border-bottom: 0; border-top: 1px solid #555; margin-inline: 40px; padding: 22px 0 55px; }
.team-disclosure .team-group { margin-inline: 0; }
.industry-area + .industry-area { border-top: 1px solid #555; }
.opening-hero { padding-bottom: 0; background: #ebebeb; }
.course-campus > div { height: auto; aspect-ratio: 2.55; }
.course-campus img { width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.resource-section#vita-in-the-press-selected .resource-grid { max-width: 1240px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 70px 28px; }
@media(max-width:1000px) {
 .resource-section#vita-in-the-press-selected .resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 720px; }
}
@media(max-width:700px) {
 .team-group { margin-inline: 20px; }
 .course-campus > div { aspect-ratio: 2.1; height: auto; }
 .course-campus img { height: 100%; }
}
@media(max-width:480px) {
 .resource-section#vita-in-the-press-selected .resource-grid { grid-template-columns: 1fr; max-width: 340px; }
}

/* Original full-width gray/white trajectory split. */
.research-history { width: 100%; grid-template-columns: 40% 60%; gap: 0; align-items: stretch; background: white; }
.research-history > h2 { display: flex; align-items: center; justify-content: flex-end; margin: 0; padding: 55px 58px 55px max(24px,calc(40vw - 300px)); background: #ebebeb; text-align: right; font-size: 30px; line-height: 1.4; }
.research-history > div { padding: 50px max(24px,calc((100vw - 1120px)/2)) 50px 34px; }
.research-history .history-record { margin-bottom: 34px; }
.research-history .history-record:last-child { margin-bottom: 0; }
.industry-area + .industry-area { border-color: #111; }
/* Course content is semantic. Dates and lectures share one row. */
.course-page { padding: 0; font-size: 16px; line-height: 1.8; overflow-wrap: anywhere; }
.course-page h1,.course-page h2 { font-size: 30px; line-height: 1.4; color: var(--blue); font-weight: 700; margin: 0 0 28px; text-wrap: pretty; }
.course-page p { margin: 0 0 18px; }
.course-page a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.course-page a [style*="text-decoration"] { text-decoration: none!important; }
.course-overview { padding: 62px 0 48px; background: white; }
.course-overview h1 { margin-left: 26px; margin-bottom: 20px; }
.course-facts { margin: 0; }
.course-facts > div { display: grid; grid-template-columns: 38% minmax(0,1fr); gap: 0 24px; align-items: baseline; }
.course-facts dt,.course-facts dd { margin: 0; padding: 3px 0; font-weight: inherit; }
.course-facts p { margin: 0; }
.course-overview .course-facts { max-width: 738px; margin: auto; }
.course-overview .course-facts > div { grid-template-columns: 34% minmax(0,1fr); }
.course-description-section { padding: 46px 0 40px; background: #f8f8f8; }
.course-prose p + p { margin-top: 26px; }
.course-staff { padding-block: 52px 60px; }
.course-staff > h2:not(:first-child) { margin-top: 54px; }
.course-assistants { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 60px; }
.course-assistants .course-facts > div { grid-template-columns: 42% minmax(0,1fr); gap: 14px; }
.course-section-detail { padding: 28px 0; }
.course-split { display: grid; grid-template-columns: 32% minmax(0,1fr); gap: 64px; }
.course-split ul { margin: 0; padding-left: 22px; }
.course-split li { margin: 0 0 10px; }
.course-split li p { margin: 0; }
.course-schedule-section { padding-block: 24px 48px; }
.course-schedule { border-collapse: collapse; width: 100%; table-layout: fixed; }
.course-schedule-date { width: 160px; }
.course-schedule th { text-align: left; font-weight: inherit; }
.course-schedule th,.course-schedule td { vertical-align: top; padding: 10px 0 18px; }
.course-schedule td { padding-left: 24px; }
.course-schedule p { margin: 0; }
.course-acknowledgement { background: #ebebeb; padding-block: 48px; }
.course-acknowledgement > div { display: grid; grid-template-columns: max-content minmax(0,1fr); gap: 40px; }
.course-acknowledgement h2 { margin: 0; overflow-wrap: normal; word-break: normal; }
.course-acknowledgement p { margin: 0; }
@media(max-width:900px) {
 .course-assistants { gap: 32px; }
 .course-assistants .course-facts > div { grid-template-columns: 1fr; gap: 0; margin-bottom: 12px; }
 .course-assistants dt { color: var(--blue); }
 .course-split { gap: 30px; }
 .course-schedule-date { width: 140px; }
 .course-schedule td { padding-left: 20px; }
 .course-acknowledgement > div { grid-template-columns: 1fr; gap: 18px; }
 .research-history > h2 { padding: 35px 26px; }
}
@media(max-width:700px) {
 .research-history { grid-template-columns: 1fr; }
 .research-history > h2 { display: block; padding: 28px 24px; text-align: center; font-size: 27px; }
 .research-history > div { padding: 28px 24px; }
 .course-page h1,.course-page h2 { font-size: 25px; }
 .course-overview { padding-block: 34px; }
 .course-overview h1 { margin-left: 0; }
 .course-description-section,.course-staff,.course-acknowledgement { padding-block: 32px; }
 .course-facts > div,.course-overview .course-facts > div { grid-template-columns: 1fr; gap: 0; margin-bottom: 13px; }
 .course-facts dt { color: var(--blue); }
 .course-facts dt,.course-facts dd { padding: 0; }
 .course-assistants,.course-split { grid-template-columns: 1fr; gap: 18px; }
 .course-assistants { gap: 28px; }
 .course-schedule,.course-schedule tbody,.course-schedule tr,.course-schedule th,.course-schedule td { display: block; width: 100%; }
 .course-schedule colgroup { display: none; }
 .course-schedule tr { padding: 16px 0; border-bottom: 1px solid #ddd; }
 .course-schedule th { padding: 0 0 6px; color: var(--blue); }
 .course-schedule td { padding: 0; }
}

@media(max-width:700px) { .team-banner { height: auto; aspect-ratio: 2048 / 433; object-fit: contain; } }

/* Keep the two name lines and CV legible within narrow profile panels. */
@media(max-width:700px) {
 .pi-contact { padding-inline: 20px; }
 .pi-name-row { grid-template-columns: minmax(0,1fr) 48px; gap: 12px; }
 .pi-contact h1 { font-size: clamp(21px,5.6vw,28px); }
 .cv-icon { width: 40px; height: 60px; }
}
