:root {
      --section-heading-size: 1.65rem;
    }
    .page-header.header--fixed {
      position: sticky;
      top: 0;
      z-index: 1050;
      background-color: #fff;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    }
    .page-header.header--fixed .container-xl {
      max-width: 100%;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem;
    }
    @media (max-width: 575.98px) {
      .page-header.header--fixed .container-xl {
        padding-left: 1rem;
        padding-right: 1rem;
      }
    }
    .page-header.header--fixed .navbar {
      padding-top: 0.6rem;
      padding-bottom: 0.6rem;
    }
    #about .about-main,
    #publications .section-body,
    #talks .section-body,
    #services .section-body,
    #awards .section-body,
    #teaching .section-body {
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .home-section,
    .home-section .home-section-bg {
      background-color: #fff !important;
      background-image: none !important;
    }
    #about.home-section {
      padding-bottom: 2rem !important;
    }
    .site-layout > .row {
      align-items: flex-start;
    }
    .site-profile #profile {
      width: 100%;
    }
    .site-content > .home-section {
      padding: 2.5rem 0;
    }
    .site-content > .home-section:not(:first-of-type) {
      padding-top: 2rem;
    }
    #publications_script.home-section {
      padding: 0 !important;
      margin: 0 !important;
    }
    #services .service-list {
      list-style: disc;
      margin: 0;
      padding-left: 1.3rem;
    }
    #services .service-list > li {
      margin-bottom: 1.3rem;
    }
    #services .service-heading {
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.3;
    }
    #services .service-list > li.service-item-inline {
      margin-bottom: 0.6rem;
    }
    #services .service-item-inline .service-heading {
      display: inline;
      margin-right: 0.35rem;
    }
    #services .service-item-with-sublist .service-heading {
      display: block;
      margin-bottom: 0.25rem;
    }
    #services .service-sublist {
      list-style: circle;
      margin: 0.35rem 0 0;
      padding-left: 1.2rem;
    }
    #services .service-sublist li {
      margin-bottom: 0.25rem;
    }
    #awards .award-list,
    #awards .competition-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #awards .award-list li,
    #awards .competition-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.6rem;
      margin-bottom: 0.45rem;
    }
    #awards .award-icon {
      color: #6a5cd2;
      font-size: 0.95rem;
      line-height: 1.4;
      margin-top: 0.15rem;
    }
    #students .section-heading p {
      font-size: 0.9rem;
    }
    #students .student-columns {
      display: block;
    }
    #students .student-group h4 {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 0.6rem;
    }
    #students .student-group {
      margin-bottom: 1.6rem;
      width: 100%;
    }
    #students .student-group.student-past-members {
      margin-top: 0;
      display: block;
    }
    #students .student-group + .student-group {
      margin-top: 1.6rem;
    }
    #students .student-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 1.5rem;
      row-gap: 0.35rem;
    }
    #students .student-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.35rem;
      margin: 0;
      line-height: 1.6;
    }
    #students .student-list li::before {
      content: '•';
      color: #6a5cd2;
      font-weight: 700;
      line-height: 1.4;
      flex-shrink: 0;
      margin-top: 0.15rem;
    }
    @media (max-width: 640px) {
      #students .student-list {
        grid-template-columns: 1fr;
      }
    }
    #students .student-list a {
      font-weight: 600;
      color: #6a5cd2;
      text-decoration: none;
    }
    #students .student-list a:hover,
    #students .student-list a:focus {
      text-decoration: underline;
    }
    #students .student-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.35rem;
      padding: 0.35rem 0.9rem;
      border-radius: 999px;
      border: 1px solid #6a5cd2;
      font-weight: 600;
      font-size: 1.05rem;
      color: #6a5cd2;
      background: transparent;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease;
      height: auto;
    }
    #students .student-group.student-past-members .student-cta {
      margin-left: 0.5rem;
    }
    #students .student-cta:hover,
    #students .student-cta:focus {
      background: #6a5cd2;
      color: #fff;
      text-decoration: none;
      outline: none;
    }
    #students .student-past-members-list {
      font-size: 0.95rem;
      line-height: 1.6;
      margin: 0;
      padding-left: 0;
    }
    #students .student-past-members-list p {
      margin-bottom: 0;
    }
    #students .student-past-members-list .past-member-icon {
      display: inline-block;
      width: 1.35rem;
      text-align: center;
      color: #6a5cd2;
      margin-right: 0.25rem;
    }
    #publications .article-style {
      font-size: 0.95rem;
      line-height: 1.65;
    }
    .site-content > .home-section:not(#about) .section-heading h1 {
      font-size: var(--section-heading-size);
    }
    .site-profile .avatar {
      width: 100%;
      max-width: 220px;
      height: auto !important;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      margin: 0 auto 1.5rem;
    }
    #profile.profile-card {
      text-align: center;
    }
    #profile .profile-role {
      margin: 0 0 0.5rem;
      font-weight: 600;
      color: #2c2c2c;
    }
    #profile .profile-summary {
      margin-top: 1rem;
      text-align: center;
      font-size: 0.9rem;
      line-height: 1.5;
    }
    #profile .profile-summary p {
      margin: 0.35rem 0 0;
    }
    #profile .profile-summary p:first-child {
      margin-top: 0;
    }
    #profile .profile-summary a,
    #profile .profile-tagline a {
      font-weight: 600;
      color: #6a5cd2;
      text-decoration: none;
    }
    #profile .profile-summary a:hover,
    #profile .profile-tagline a:hover {
      text-decoration: underline;
    }
    #profile .profile-summary .profile-affiliation span {
      color: #6a5cd2;
      font-size: 0.85rem;
      margin-left: 0.25rem;
    }
    #profile .profile-institution {
      margin-top: 0.6rem;
      font-size: 0.83rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #5f6470;
      text-align: center;
    }
    #profile .profile-institution a {
      color: inherit;
      text-decoration: none;
    }
    #profile .profile-institution a:hover {
      color: #6a5cd2;
    }
    #profile .profile-tagline {
      margin-top: 0.8rem;
      text-align: center;
      font-size: 0.88rem;
      color: #2c2c2c;
    }
    #profile .profile-contact {
      margin-top: 1rem;
      text-align: center;
      font-size: 0.9rem;
      color: #2c2c2c;
    }
    #profile .profile-contact-text {
      margin: 0;
      font-weight: 600;
    }
    #profile .profile-contact-text span {
      font-weight: 400;
    }
    @media (min-width: 992px) {
      .sticky-column {
        position: sticky;
        top: 100px;
        align-self: flex-start;
      }
    }
    @media (max-width: 991.98px) {
      .sticky-column {
        position: static;
      }
      .site-content > .home-section {
        padding: 2rem 0;
      }
    }
