body[data-page=team] .journey-timeline,
.member-profile .journey-timeline {
  position: relative;
  display: grid;
  gap: 28px;
  margin: 36px 0 12px 0;
  padding: 12px 0;
  clear: both;
}

body[data-page=team] .journey-timeline::before,
.member-profile .journey-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: linear-gradient(180deg, rgba(30, 99, 198, 0.16), rgba(30, 99, 198, 0.42), rgba(30, 99, 198, 0.16));
  transform: translateX(-50%);
}

body[data-page=team] .journey-stop,
.member-profile .journey-stop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

body[data-page=team] .journey-stop[data-visible=true],
.member-profile .journey-stop[data-visible=true] {
  opacity: 1;
  transform: translateY(0);
}

body[data-page=team] .journey-stop[data-side=left] .journey-card,
.member-profile .journey-stop[data-side=left] .journey-card {
  grid-column: 1;
}

body[data-page=team] .journey-stop[data-side=right] .journey-card,
.member-profile .journey-stop[data-side=right] .journey-card {
  grid-column: 3;
}

body[data-page=team] .journey-marker,
.member-profile .journey-marker {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 1;
}

body[data-page=team] .journey-date,
.member-profile .journey-date {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(30, 99, 198, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--primary);
  font-family: var(--heading);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page=team] .journey-dot,
.member-profile .journey-dot {
  width: 18px;
  height: 18px;
  border: 4px solid rgba(255, 255, 255, 0.98);
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(30, 99, 198, 0.12);
}

body[data-page=team] .journey-card,
.member-profile .journey-card {
  padding: 22px 24px;
  border: 1px solid rgba(216, 227, 240, 0.9);
  border-radius: calc(var(--rounded) + 4px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  color: var(--dark-gray);
  text-align: left;
}

body[data-page=team] .journey-card h3,
.member-profile .journey-card h3 {
  margin: 0 0 8px 0;
  font-size: 1.35rem;
}

body[data-page=team] .journey-role,
.member-profile .journey-role {
  margin: 0 0 12px 0;
  color: var(--primary);
  font-family: var(--heading);
  font-size: 0.95rem;
  text-align: left;
}

body[data-page=team] .journey-card p:last-child,
.member-profile .journey-card p:last-child {
  margin-bottom: 0;
}

html[data-dark=true] body[data-page=team] .journey-timeline::before,
html[data-dark=true] .member-profile .journey-timeline::before {
  background: linear-gradient(180deg, rgba(158, 197, 255, 0.2), rgba(158, 197, 255, 0.48), rgba(158, 197, 255, 0.2));
}

html[data-dark=true] body[data-page=team] .journey-date,
html[data-dark=true] .member-profile .journey-date {
  border-color: rgba(158, 197, 255, 0.2);
  background: rgba(23, 40, 72, 0.86);
}

html[data-dark=true] body[data-page=team] .journey-dot,
html[data-dark=true] .member-profile .journey-dot {
  border-color: rgba(18, 32, 58, 0.96);
  box-shadow: 0 0 0 6px rgba(158, 197, 255, 0.14);
}

html[data-dark=true] body[data-page=team] .journey-card,
html[data-dark=true] .member-profile .journey-card {
  border-color: rgba(158, 197, 255, 0.16);
  background: rgba(20, 34, 60, 0.9);
  color: var(--text);
}

body[data-page=team] .profile-list,
.member-profile .profile-list,
body[data-page=teaching] .profile-list {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  clear: both;
}

body[data-page=team] .profile-item,
.member-profile .profile-item,
body[data-page=teaching] .profile-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(216, 227, 240, 0.9);
  border-radius: calc(var(--rounded) + 2px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.92));
  box-shadow: var(--shadow);
}

body[data-page=team] .profile-meta,
.member-profile .profile-meta,
body[data-page=teaching] .profile-meta {
  display: inline-flex;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(30, 99, 198, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  font-family: var(--heading);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page=team] .profile-body h3,
.member-profile .profile-body h3,
body[data-page=teaching] .profile-body h3 {
  margin: 0 0 6px 0;
  font-size: 1.15rem;
}

body[data-page=team] .profile-affiliation,
.member-profile .profile-affiliation,
body[data-page=teaching] .profile-affiliation {
  margin: 0 0 10px 0;
  color: var(--primary);
  font-family: var(--heading);
  font-size: 0.92rem;
  text-align: left;
}

body[data-page=team] .profile-body p:last-child,
.member-profile .profile-body p:last-child,
body[data-page=teaching] .profile-body p:last-child {
  margin-bottom: 0;
  color: var(--dark-gray);
}

body[data-page=team] .cv-note,
.member-profile .cv-note {
  padding: 24px 26px;
  border: 1px solid rgba(216, 227, 240, 0.9);
  border-radius: calc(var(--rounded) + 2px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.92));
  box-shadow: var(--shadow);
  text-align: left;
  clear: both;
}

.member-profile-clear {
  clear: both;
  height: 0;
}

body[data-page=team] .skills-cloud,
.member-profile .skills-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

body[data-page=team] .skills-item,
.member-profile .skills-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(216, 227, 240, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  color: var(--primary);
  font-size: 0.96rem;
  line-height: 1.4;
}

body[data-page=team] .skills-item .icon,
.member-profile .skills-item .icon {
  font-size: 0.95rem;
}

.member-profile > h2 {
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 12px;
}

.member-profile p {
  margin: 12px 0;
}

body[data-page=team] .profile-list,
.member-profile .profile-list,
body[data-page=teaching] .profile-list,
body[data-page=team] .skills-cloud,
.member-profile .skills-cloud,
.member-profile .journey-timeline,
body[data-page=team] .cv-note,
.member-profile .cv-note {
  margin-top: 12px;
}

body[data-page=team] .cv-note p,
.member-profile .cv-note p {
  margin: 0 0 14px 0;
  color: var(--dark-gray);
  text-align: left;
}

body[data-page=team] .cv-note .button,
.member-profile .cv-note .button {
  margin: 0;
}

html[data-dark=true] body[data-page=team] .profile-item,
html[data-dark=true] .member-profile .profile-item,
html[data-dark=true] body[data-page=teaching] .profile-item,
html[data-dark=true] body[data-page=team] .cv-note,
html[data-dark=true] .member-profile .cv-note {
  border-color: rgba(158, 197, 255, 0.16);
  background: linear-gradient(180deg, rgba(20, 34, 60, 0.94), rgba(23, 40, 72, 0.9));
}

html[data-dark=true] body[data-page=team] .skills-item,
html[data-dark=true] .member-profile .skills-item {
  border-color: rgba(158, 197, 255, 0.16);
  background: rgba(20, 34, 60, 0.9);
  color: var(--text);
}

html[data-dark=true] body[data-page=team] .profile-meta,
html[data-dark=true] .member-profile .profile-meta,
html[data-dark=true] body[data-page=teaching] .profile-meta {
  border-color: rgba(158, 197, 255, 0.2);
  background: rgba(23, 40, 72, 0.86);
}

html[data-dark=true] body[data-page=team] .profile-body p:last-child,
html[data-dark=true] .member-profile .profile-body p:last-child,
html[data-dark=true] body[data-page=teaching] .profile-body p:last-child,
html[data-dark=true] body[data-page=team] .cv-note p,
html[data-dark=true] .member-profile .cv-note p {
  color: var(--text);
}

@media (max-width: 900px) {
  body[data-page=team] .journey-timeline::before,
  .member-profile .journey-timeline::before {
    left: 16px;
    transform: none;
  }
  body[data-page=team] .journey-stop,
  .member-profile .journey-stop {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
  }
  body[data-page=team] .journey-marker,
  .member-profile .journey-marker {
    grid-column: 1;
    align-items: center;
  }
  body[data-page=team] .journey-card,
  .member-profile .journey-card {
    grid-column: 2 !important;
  }
  body[data-page=team] .journey-date,
  .member-profile .journey-date {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    min-height: 92px;
    justify-content: center;
  }
  body[data-page=team] .profile-item,
  .member-profile .profile-item,
  body[data-page=teaching] .profile-item {
    grid-template-columns: 1fr;
  }
  body[data-page=team] .compact-grid,
  .member-profile .compact-grid {
    grid-template-columns: 1fr;
  }
  body[data-page=team] .profile-meta,
  .member-profile .profile-meta,
  body[data-page=teaching] .profile-meta {
    justify-self: start;
  }
}

/*# sourceMappingURL=about.css.map */