.hero-about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(940px 460px at 95% -18%, rgba(83, 109, 254, .15), transparent 72%),
    radial-gradient(760px 380px at 3% -16%, rgba(0, 214, 200, .11), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, 0));
}

.hero-about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(146, 174, 218, .09) 50%, transparent calc(50% + .5px)),
    linear-gradient(180deg, transparent calc(100% - 1px), rgba(146, 174, 218, .10) 100%);
  background-size: 190px 100%, 100% 100%;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
}

.hero-about.hero-slim {
  padding: 10px 0 48px;
}

.hero-inner-override {
  position: relative;
  z-index: 1;
  display: block !important;
}

.hero-inner-slim {
  padding-top: 26px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .72fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
}

.about-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #83f7e6;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.about-kicker::before,
.section-kicker::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.about-title {
  max-width: 16ch;
  margin: 14px 0 0;
  color: #f0f6ff;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(2.35rem, 5.2vw, 4.65rem);
  font-weight: 420;
  letter-spacing: -.045em;
  line-height: 1.01;
  text-wrap: balance;
}

.about-title strong {
  color: transparent;
  font-weight: 650;
  background: linear-gradient(90deg, var(--teal), var(--teal-2));
  background-clip: text;
  -webkit-background-clip: text;
}

.about-lead {
  max-width: 690px;
  margin: 20px 0 0;
  color: #b6c8e2;
  font-size: 1.02rem;
  line-height: 1.75;
}

.about-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.about-hero-fact {
  min-width: 0;
  padding: 16px 18px 0 0;
}

.about-hero-fact + .about-hero-fact {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .09);
}

.about-fact-value {
  display: block;
  color: #eef5ff;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1;
}

.about-fact-label {
  display: block;
  margin-top: 7px;
  color: #98abc7;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-chronicle {
  position: relative;
  display: grid;
  gap: 0;
  padding: 8px 0;
}

.about-chronicle::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 7px;
  width: 1px;
  background: linear-gradient(180deg, rgba(102, 255, 230, .78), rgba(83, 109, 254, .56));
}

.chronicle-item {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
}

.chronicle-dot {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  margin-top: 7px;
  margin-left: 3px;
  border: 2px solid #07131d;
  border-radius: 50%;
  background: var(--teal-2);
  box-shadow: 0 0 0 3px rgba(102, 255, 230, .12), 0 0 18px rgba(102, 255, 230, .28);
}

.chronicle-item:last-child .chronicle-dot {
  background: #899dff;
  box-shadow: 0 0 0 3px rgba(83, 109, 254, .14), 0 0 18px rgba(83, 109, 254, .30);
}

.chronicle-year {
  display: block;
  color: #8cf8e8;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.chronicle-title {
  display: block;
  margin-top: 3px;
  color: #edf5ff;
  font-size: 1rem;
  font-weight: 800;
}

.chronicle-text {
  display: block;
  margin-top: 3px;
  color: #9eb1cc;
  font-size: .84rem;
  line-height: 1.55;
}

.about-main {
  position: relative;
  overflow: hidden;
}

.about-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(820px 440px at 98% 14%, rgba(83, 109, 254, .045), transparent 72%),
    radial-gradient(720px 400px at 2% 58%, rgba(0, 214, 200, .04), transparent 72%);
}

.about-section {
  position: relative;
  padding: 76px 0;
}

.about-section + .about-section {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.about-research-section {
  padding: 48px 0;
  background:
    radial-gradient(760px 260px at 0% 0%, rgba(0, 214, 200, .07), transparent 70%),
    linear-gradient(90deg, rgba(255, 255, 255, .018), rgba(255, 255, 255, 0));
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1.58fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.research-metric {
  padding: 12px 34px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, .10);
}

.research-number {
  display: block;
  color: transparent;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(3.4rem, 7vw, 6rem);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .9;
  background: linear-gradient(90deg, var(--teal-2), #93a4ff);
  background-clip: text;
  -webkit-background-clip: text;
}

.research-label {
  display: block;
  margin-top: 10px;
  color: #b8cae1;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.research-title {
  margin: 10px 0 0;
  color: #eef5ff;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
  font-weight: 520;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.research-copy p {
  max-width: 760px;
  margin: 13px 0 0;
  color: #adbed6;
  line-height: 1.72;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.about-section-title {
  max-width: 14ch;
  margin: 12px 0 0;
  color: #edf5ff;
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 480;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-section-intro {
  margin: 16px 0 0;
  color: #9fb2cd;
  line-height: 1.7;
}

.about-story-copy {
  color: #cbd9ed;
  font-size: 1rem;
  line-height: 1.82;
}

.about-story-copy p {
  margin: 0 0 1.15em;
}

.about-story-copy p:last-child {
  margin-bottom: 0;
}

.about-story-copy strong {
  color: #f0f6ff;
}

.registration-band {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(102, 255, 230, .16);
  border-radius: 18px;
  background:
    radial-gradient(620px 220px at 0% 0%, rgba(0, 214, 200, .09), transparent 68%),
    linear-gradient(90deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .016));
}

.registration-band::after {
  content: "REGISTERED";
  position: absolute;
  right: -12px;
  bottom: -20px;
  color: rgba(255, 255, 255, .025);
  font-family: "Inter Tight", system-ui, sans-serif;
  font-size: clamp(3.8rem, 8vw, 7rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  pointer-events: none;
}

.registration-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(102, 255, 230, .24);
  border-radius: 50%;
  background: rgba(0, 214, 200, .08);
  color: #92faeb;
  font-size: 1.5rem;
}

.registration-copy {
  position: relative;
  z-index: 1;
}

.registration-label {
  display: block;
  color: #8fa4c1;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.registration-title {
  margin: 4px 0 0;
  color: #eef5ff;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.35;
}

.registration-text {
  max-width: 700px;
  margin: 5px 0 0;
  color: #aebfd8;
  font-size: .88rem;
  line-height: 1.58;
}

.registration-address {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .11);
  color: #c9d9ed;
  font-size: .84rem;
  font-style: normal;
  line-height: 1.55;
}

.about-team-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, .012), rgba(255, 255, 255, 0));
}

.team-section-head {
  margin-bottom: 26px;
}

.team-section-copy .about-section-title {
  max-width: none;
}

.team-section-copy p {
  max-width: 720px;
  margin: 10px 0 0;
  color: #9fb2cd;
}

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

.team-card {
  position: relative;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  min-height: 232px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  background:
    radial-gradient(460px 220px at 0% 0%, rgba(83, 109, 254, .09), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .017));
}

.team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, var(--teal-2), var(--indigo));
}

.team-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: 154px minmax(0, 1fr);
  min-height: 238px;
  background:
    radial-gradient(620px 260px at 0% 0%, rgba(0, 214, 200, .10), transparent 68%),
    radial-gradient(540px 240px at 100% 100%, rgba(83, 109, 254, .08), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .018));
}

.team-card--featured .team-avatar {
  width: 154px;
  height: 184px;
}

.team-card--featured .team-name {
  font-size: 1.24rem;
}

.team-card--featured .team-role {
  max-width: 620px;
  font-size: .9rem;
}

.team-avatar {
  position: relative;
  width: 122px;
  height: 154px;
}

.team-avatar::after {
  content: "";
  position: absolute;
  inset: 8px -7px -8px 7px;
  z-index: 0;
  border: 1px solid rgba(102, 255, 230, .15);
  border-radius: 16px;
}

.team-avatar img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  object-fit: cover;
}

.team-meta {
  min-width: 0;
}

.team-name {
  margin: 0;
  color: #eef5ff;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.28;
}

.team-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.founder-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border: 1px solid rgba(102, 255, 230, .26);
  border-radius: 999px;
  background: rgba(0, 214, 200, .075);
  color: #8cf7e7;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.founder-badge i {
  font-size: .76rem;
}

.team-role {
  margin: 5px 0 0;
  color: #9fb2cd;
  font-size: .84rem;
  font-weight: 650;
  line-height: 1.5;
}

.team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.team-link,
.team-bio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 35px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  background: rgba(255, 255, 255, .025);
  color: #d7e4f6;
  font: inherit;
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.team-link:hover,
.team-bio-button:hover {
  border-color: rgba(102, 255, 230, .32);
  background: rgba(0, 214, 200, .07);
  color: #91f8e8;
}

.team-link.is-disabled {
  opacity: .42;
  cursor: default;
}

.team-footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  color: #91a5c1;
  font-size: .82rem;
}

.team-contact {
  color: #83f4e3;
  text-decoration: none;
}

.team-contact:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bio-dialog {
  width: min(720px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 40px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  background:
    radial-gradient(800px 300px at 100% 0%, rgba(83, 109, 254, .12), transparent 68%),
    linear-gradient(180deg, #111a2a, #0d1522);
  color: #eaf3ff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .58);
}

.bio-dialog::backdrop {
  background: rgba(2, 7, 13, .76);
  backdrop-filter: blur(5px);
}

.bio-dialog-shell {
  max-height: min(760px, calc(100vh - 40px));
  overflow-y: auto;
}

.bio-dialog-head {
  position: sticky;
  z-index: 2;
  top: 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(14, 22, 35, .94);
  backdrop-filter: blur(10px);
}

.bio-dialog-avatar {
  width: 74px;
  height: 74px;
}

.bio-dialog-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  object-fit: cover;
}

.bio-dialog-name {
  margin: 0;
  color: #f0f6ff;
  font-size: 1.15rem;
  line-height: 1.28;
}

.bio-dialog-role {
  margin: 4px 0 0;
  color: #9fb2cd;
  font-size: .86rem;
  line-height: 1.45;
}

.dialog-close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: rgba(255, 255, 255, .035);
  color: #dce9fb;
  font-size: 1.1rem;
  cursor: pointer;
}

.dialog-close:hover {
  border-color: rgba(102, 255, 230, .32);
  color: #8ef7e7;
}

.bio-dialog-body {
  padding: 22px;
}

.bio-dialog-body p {
  margin: 0 0 1em;
  color: #cedcf0;
  line-height: 1.78;
}

.bio-dialog-body p:last-of-type {
  margin-bottom: 0;
}

.bio-dialog-body strong {
  color: #eff6ff;
}

.bio-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 1040px) {
  .about-hero-grid {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 42px;
  }

  .team-card:not(.team-card--featured) {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .team-card:not(.team-card--featured) .team-avatar {
    width: 104px;
    height: 142px;
  }
}

@media (max-width: 860px) {
  .about-hero-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-title {
    max-width: 18ch;
  }

  .about-chronicle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
  }

  .about-chronicle::before {
    top: 7px;
    right: 10%;
    bottom: auto;
    left: 7px;
    width: auto;
    height: 1px;
  }

  .chronicle-item {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 10px;
    padding: 0;
  }

  .research-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 32px;
  }

  .registration-band {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .registration-icon {
    width: 58px;
    height: 58px;
  }

  .registration-address {
    grid-column: 2;
    max-width: none;
    padding: 14px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-left: 0;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card--featured {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .hero-about.hero-slim {
    padding-bottom: 38px;
  }

  .hero-inner-slim {
    padding-top: 18px;
  }

  .about-title {
    font-size: clamp(2.2rem, 12vw, 3.35rem);
  }

  .about-hero-facts {
    grid-template-columns: 1fr;
  }

  .about-hero-fact {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 13px 0;
  }

  .about-hero-fact + .about-hero-fact {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 0;
  }

  .about-fact-label {
    margin-top: 0;
  }

  .about-chronicle {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 2px;
  }

  .about-chronicle::before {
    top: 12px;
    right: auto;
    bottom: 12px;
    left: 9px;
    width: 1px;
    height: auto;
  }

  .chronicle-item {
    gap: 16px;
    padding: 12px 0;
  }

  .about-section {
    padding: 58px 0;
  }

  .about-research-section {
    padding: 42px 0;
  }

  .research-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .research-metric {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .research-number {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  .research-label {
    margin-top: 0;
  }

  .registration-band {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .registration-address {
    grid-column: auto;
  }

  .team-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    min-height: 218px;
    padding: 16px;
  }

  .team-card .team-avatar,
  .team-card--featured .team-avatar {
    width: 88px;
    height: 124px;
  }

  .team-card--featured .team-name {
    font-size: 1.08rem;
  }

  .bio-dialog-head {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 14px;
  }

  .bio-dialog-avatar {
    width: 58px;
    height: 58px;
  }

  .bio-dialog-body {
    padding: 18px;
  }
}

@media (max-width: 420px) {
  .team-card {
    grid-template-columns: 1fr;
  }

  .team-card .team-avatar,
  .team-card--featured .team-avatar {
    width: 100%;
    height: 190px;
  }

  .team-avatar::after {
    display: none;
  }

  .team-actions {
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-link,
  .team-bio-button,
  .dialog-close {
    transition: none;
  }
}