* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #212529;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

button {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
}

.container-ns {
  margin: 0 auto;
  max-width: 62%;
}

.header {
  display: flex;
  flex-direction: column;
}

.navbar {
  background-color: #f5f5f5;
  min-height: 56px;
  padding: 4px 0;
  position: fixed;
  top: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
  z-index: 10;
}

.navbar.scrollable {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.nav-shell {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.navbar-brand {
  color: #212529;
  font-size: 32px;
  font-weight: 500;
  white-space: nowrap;
}

.navbar-brand:hover {
  color: #b89a69;
}

.navbar-toggler {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
}

.navbar-toggler span {
  background: #333;
  display: block;
  height: 2px;
  width: 20px;
}

.navbar-menu {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.75rem;
  justify-content: flex-end;
}

.navbar-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.nav-link {
  color: #212529;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 0.5rem 0.35rem;
}

.nav-link:last-child {
  padding-right: 0;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #b89a69;
}

.nav-social {
  align-items: center;
  display: flex;
  gap: 12px;
}

.highlight {
  color: #b89a69;
}

.highlight:hover {
  color: #b89a69;
}

.highlight-light {
  color: #212529;
  margin-left: 10px;
}

.highlight-light:hover {
  color: #212529;
}

.highlight-normal {
  color: #7a7a7a;
  font-size: 1rem;
}

.career-note {
  color: #b04a5e;
}

.career-note a {
  color: #b04a5e;
  text-decoration: underline;
}

.highlight.bold,
.highlight-normal.bold {
  font-weight: 700;
}

.bold {
  font-weight: 600;
}

.italic {
  display: inline-block;
  font-weight: 400;
  transform: skewX(-10deg);
}

.underline {
  text-decoration: underline;
}

.icon-link {
  align-items: center;
  display: inline-flex;
}

.icon-link svg {
  color: #0a0a0a;
  font-size: 18px;
  height: 18px;
  margin-right: 0;
  width: 18px;
}

.icon-link.small svg {
  font-size: 14px;
  height: 14px;
  width: 14px;
}

.icon-link.g-scholar svg {
  height: 22px;
  width: 22px;
}

.hero-waterfall {
  margin-top: 56px;
  position: relative;
}

.hero-waterfall img {
  object-fit: contain;
  width: 100%;
}

.hero-quote {
  color: #75654b;
  font-size: 16px;
  position: absolute;
  right: 125px;
  top: 250px;
}

.main-content {
  background-color: #f5f5f5;
  margin-top: 16px;
  padding: 12px 24px;
}

.open-work {
  text-align: center;
}

.open-work .highlight {
  color: maroon;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.section {
  padding: 45px 0 0;
}

.section-layout {
  display: flex;
  flex-direction: row;
}

.avatar-holder {
  margin-top: 6px;
}

.avatar {
  border-radius: 50%;
  width: 175px;
}

.author-content {
  width: 100%;
}

.about-me {
  margin: auto;
  max-width: 78%;
}

.about-me h2 {
  color: #0a0a0a;
  margin-bottom: 16px;
}

.about-me p {
  color: #7a7a7a;
  line-height: 26px;
  margin-bottom: 1rem;
}

.purpose {
  margin: 16px auto auto;
  max-width: 78%;
}

.purpose .legend {
  font-size: 18px;
  font-weight: 400;
  margin: 16px 0;
}

.purpose ol {
  padding-left: 36px;
}

.purpose .update {
  margin-bottom: 8px;
}

.purpose .text,
.recent-updates .text,
.wrapped-content .small-text {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 26px;
}

.purpose .text p,
.recent-updates .text p {
  margin-bottom: 8px;
}

.ftr {
  display: none;
}

.coffee .coffee-logo {
  margin-left: 10px;
  width: 22px;
}

.contact-link {
  color: #0a0a0a;
  font-size: 24px;
}

.author-words {
  display: flex;
  justify-content: space-evenly;
  margin-top: 35px;
}

.word-block {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.word-block span {
  display: unset;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
  z-index: 3;
}

.word-img {
  margin-top: 11px;
  width: 450px;
}

.wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 12px 0;
}

.legend {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
  min-width: 140px;
}

.wrapper > .legend {
  align-self: flex-start;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  min-width: 0;
  padding-bottom: 4px;
}

.wrapped-content {
  flex-basis: auto;
  width: 100%;
}

.recent-updates,
.experience-section,
.experience-blocks-section {
  padding-top: 8px;
}

.recent-updates #news-list {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 8px;
}

.recent-updates #news-list::-webkit-scrollbar {
  width: 5px;
}

.recent-updates #news-list::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 4px;
}

.recent-updates #news-list::-webkit-scrollbar-thumb {
  background: #b89a69;
  border-radius: 4px;
}

.recent-updates #news-list::-webkit-scrollbar-thumb:hover {
  background: #9f8458;
}

.recent-updates .update,
.service-item {
  display: flex;
  margin-bottom: 8px;
}

.update-value {
  position: relative;
}

.twitter-link {
  align-items: center;
  background-color: #000;
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  margin-left: 6px;
  padding: 0 8px;
}

.twitter-link .symbol,
.follow-btn .symbol {
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Crect width='32' height='32'/%3E%3Cpath fill='%23fff' d='M17.969 14.162 26.706 4h-2.07l-7.587 8.824L10.989 4H4l9.163 13.343L4 28h2.07l8.013-9.318 6.4 9.318h6.988l-9.503-13.838Zm-2.836 3.299-.929-1.329L6.817 5.56h3.18l5.962 8.532.928 1.329 7.75 11.09h-3.18l-6.324-9.05Z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  position: relative;
  top: 1px;
  width: 12px;
}

.twitter-link .symbol {
  margin-right: 4px;
}

.edu-item {
  margin-bottom: 24px;
}

.edu-item .name {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.edu-item .location,
.edu-item .auth-block {
  line-height: 1.4;
  margin-bottom: 8px;
}

.edu-item .authors {
  display: inline;
}

.ribbon {
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 0 5px;
}

.ribbon.conference {
  background-color: #04bf9d;
}

.ribbon.journal {
  background-color: #c3c85f;
}

.ribbon.workshop {
  background-color: #176273;
}

.blocks {
  display: flex;
  justify-content: space-between;
}

.block {
  align-items: center;
  display: flex;
  flex-basis: 25%;
  flex-direction: column;
}

.block:not(:last-child) {
  border-right: 1px solid #e6dfdf;
}

.block.min-height .logos a {
  align-items: center;
  display: flex;
  min-height: 100px;
}

.block.min-height .logos a img {
  margin-top: 40px;
}

.block.merge .logos img {
  margin-bottom: 0;
  width: 75px;
}

.block.merge a:last-child img {
  margin-bottom: 24px;
  margin-top: 0;
}

.highlight-color {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.flag {
  margin-left: 6px;
  width: 18px;
}

.logos {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.logo-link {
  position: relative;
}

.exp-logo {
  margin: 24px 0;
  width: 100px;
}

.follow-me {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.follow-btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  padding: 8px 4px;
  text-decoration: none;
}

.follow-btn span {
  font-size: 12px;
}

footer {
  padding: 45px 0;
}

.footer-shell {
  align-items: flex-start;
  border-top: 1px solid #837979;
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

.cnt-details {
  margin-top: 25px;
  text-align: center;
}

.footer-contact h3 {
  font-size: 2rem;
  text-align: center;
}

footer .icon-link svg {
  font-size: 32px;
  height: 32px;
  margin-right: 25px;
  width: 32px;
}

footer .icon-link.small svg {
  font-size: 28px;
  height: 28px;
  width: 28px;
}

footer .icon-link.twitter svg {
  margin-right: 8px;
}

.error-state {
  background: #fff4ef;
  border: 1px solid rgba(181, 77, 48, 0.18);
  border-radius: 12px;
  color: #7d3c28;
  margin: 2rem auto;
  max-width: 62%;
  padding: 1rem 1.1rem;
}

@media screen and (max-width: 1024px) {
  .hero-quote {
    font-size: 1rem;
    right: 65px;
    top: 125px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    display: inline-flex;
  }

  .navbar-menu {
    background: #f5f5f5;
    display: none;
    left: 0;
    padding: 0.75rem 0;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .navbar-menu.is-open {
    display: flex;
    flex-direction: column;
  }

  .navbar-nav,
  .nav-social {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }

  .navbar-nav {
    gap: 0;
  }

  .nav-link {
    padding: 0.55rem 1rem;
    width: 100%;
  }

  .nav-social {
    flex-direction: row;
    gap: 0.8rem;
    padding: 0.4rem 1rem 0;
  }
}

@media screen and (max-width: 768px) {
  .container-ns {
    max-width: 90%;
  }

  .hero-waterfall img {
    margin-top: 65px;
  }

  .hero-quote {
    font-size: 10px;
    right: 6px;
    top: 125px;
  }

  .main-content {
    padding: 12px 16px;
  }

  .section-layout,
  .wrapper,
  .blocks,
  .author-words {
    flex-direction: column;
  }

  .avatar-holder {
    margin-bottom: 45px;
    text-align: center;
  }

  .about-me,
  .purpose,
  .wrapped-content {
    max-width: 100%;
    padding: 0;
  }

  .word-block {
    margin-bottom: 24px;
  }

  .word-img {
    max-width: 100vw;
    width: 350px;
  }

  .blocks .block:not(:last-child) {
    border-right: 0;
    padding-right: 0;
  }

  .blocks .block.min-height .logos a img {
    margin-top: 24px;
  }

  .follow-btn {
    padding: 4px;
  }

  .follow-btn .label {
    font-size: 8px;
  }

  .follow-btn .handle {
    display: block;
    font-size: 6px;
  }

  .follow-btn .symbol {
    height: 8px;
    top: 1px;
    width: 8px;
  }

  .recent-updates .update {
    flex-direction: column;
  }

  .wrapper > .legend {
    margin-bottom: 0;
  }

  .edu-item .name {
    font-size: 15px;
  }

  .cnt-details {
    margin-top: 18px;
  }
}
