@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.landing-page {
  --landing-bg-page: #383f48;
  --landing-bg-alt: #1a1f26;
  --landing-bg-surface: #1a1f26;
  --landing-fg-rgb: 254, 254, 254;
  --landing-overlay-bg: rgba(26, 31, 38, 0.82);
}
@media (prefers-color-scheme: light) {
  .landing-page {
    --landing-bg-page: #d7e6ea;
    --landing-bg-alt: #eef2f4;
    --landing-bg-surface: #ffffff;
    --landing-fg-rgb: 26, 31, 38;
    --landing-overlay-bg: rgba(0, 26, 30, 0.85);
  }
}

.landing-tab-nav {
  background-color: var(--landing-bg-alt);
  border-bottom: 1px solid rgba(0, 114, 132, 0.2);
  padding: 0.45rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.landing-tab-nav .landing-tabs {
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-tab-nav .landing-tab-btn {
  background: transparent;
  border: none;
  border-radius: 999px;
  color: rgba(var(--landing-fg-rgb), 0.5);
  cursor: pointer;
  display: block;
  font-family: "Nunito", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.landing-tab-nav .landing-tab-btn:hover, .landing-tab-nav .landing-tab-btn:focus {
  background: rgba(0, 114, 132, 0.12);
  color: rgba(var(--landing-fg-rgb), 0.9);
  outline: none;
}
.landing-tab-nav .landing-tab-item.is-active .landing-tab-btn {
  background: rgba(0, 114, 132, 0.22);
  color: rgb(var(--landing-fg-rgb));
}

.landing-tab-panel {
  scroll-margin-top: 68px;
}

.landing-hero {
  overflow: hidden;
  padding: 7rem 0 5rem;
  position: relative;
  text-align: center;
  background-color: var(--landing-bg-alt);
  background-image: radial-gradient(ellipse at 80% -8%, transparent 199px, rgba(0, 114, 132, 0.13) 200px, transparent 201px), radial-gradient(ellipse at 80% -8%, transparent 269px, rgba(0, 114, 132, 0.11) 270px, transparent 271px), radial-gradient(ellipse at 80% -8%, transparent 339px, rgba(0, 114, 132, 0.09) 340px, transparent 341px), radial-gradient(ellipse at 80% -8%, transparent 409px, rgba(0, 114, 132, 0.07) 410px, transparent 411px), radial-gradient(ellipse at 80% -8%, transparent 479px, rgba(0, 114, 132, 0.05) 480px, transparent 481px), radial-gradient(ellipse at 10% 105%, transparent 119px, rgba(0, 114, 132, 0.08) 120px, transparent 121px), radial-gradient(ellipse at 10% 105%, transparent 189px, rgba(0, 114, 132, 0.06) 190px, transparent 191px), radial-gradient(ellipse at 10% 105%, transparent 259px, rgba(0, 114, 132, 0.04) 260px, transparent 261px);
}
.landing-hero::before {
  background-image: url("/img/dna-strands.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}
.landing-hero .grid-container {
  position: relative;
  z-index: 1;
}
.landing-hero--compact {
  padding: 4rem 0 3rem;
}
.landing-hero .hero-logo {
  display: block;
  height: clamp(90px, 11.25vw, 145px);
  margin: 0 auto 1.25rem;
  width: auto;
}
.landing-hero .hero-logo--light {
  display: none;
}
@media (prefers-color-scheme: light) {
  .landing-hero .hero-logo--dark {
    display: none;
  }
  .landing-hero .hero-logo--light {
    display: block;
  }
}
.landing-hero h1 {
  color: rgb(var(--landing-fg-rgb));
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
.landing-hero h2 {
  color: rgb(var(--landing-fg-rgb));
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.landing-hero p.lead {
  color: rgba(var(--landing-fg-rgb), 0.65);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 auto 1.25rem;
  max-width: 580px;
}
.landing-hero p {
  color: rgba(var(--landing-fg-rgb), 0.55);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 auto 1.5rem;
  max-width: 560px;
}
.landing-hero .hero-cta {
  margin-top: 2.25rem;
}
.landing-hero .hero-cta .button {
  margin: 0.3rem 0.5rem;
}

.landing-page .button {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.landing-page .button.primary:not(.hollow):hover, .landing-page .button.primary:not(.hollow):focus {
  box-shadow: 0 0 22px rgba(0, 114, 132, 0.55), 0 4px 14px rgba(0, 114, 132, 0.3);
}
.landing-page .button.hollow:hover, .landing-page .button.hollow:focus, .landing-page .button.secondary.hollow:hover, .landing-page .button.secondary.hollow:focus {
  background: rgba(0, 114, 132, 0.14);
  box-shadow: none;
}
.landing-page .button#view-plans-btn:hover, .landing-page .button#view-plans-btn:focus {
  box-shadow: none;
}

.landing-section {
  padding: 4rem 0;
  background-color: var(--landing-bg-page);
}
.landing-section--alt {
  background-color: var(--landing-bg-alt);
}
.landing-section h2 {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.5rem;
}
.landing-section h3 {
  color: #007284;
  margin-bottom: 0.75rem;
}
.landing-section h4 {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.4rem;
}
.landing-section p {
  color: rgba(var(--landing-fg-rgb), 0.7);
}
.landing-section .section-lead {
  color: rgba(var(--landing-fg-rgb), 0.5);
  margin-bottom: 2.5rem;
}
.landing-section--dna {
  overflow: hidden;
  position: relative;
}
.landing-section--dna::before {
  background-image: url("/img/dna-strands-3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}
.landing-section--dna .grid-container {
  position: relative;
  z-index: 1;
}

#tab-services .landing-section--dna {
  padding: 2.5rem 0;
}

.landing-overview {
  padding: 4rem 0;
  background-color: var(--landing-bg-page);
}
.landing-overview .grid-x {
  row-gap: 2rem;
}
.landing-overview h2 {
  color: rgb(var(--landing-fg-rgb));
}
.landing-overview .section-lead {
  color: rgba(var(--landing-fg-rgb), 0.5);
  margin-bottom: 2rem;
}
.landing-overview .overview-item {
  background: var(--landing-bg-surface);
  border-left: 3px solid #007284;
  border-radius: 4px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  height: 100%;
}
.landing-overview .overview-item h4 {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.4rem;
}
.landing-overview .overview-item p {
  color: rgba(var(--landing-fg-rgb), 0.65);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.landing-problem .grid-x {
  row-gap: 1.5rem;
}
.landing-problem .problem-statement {
  color: rgb(var(--landing-fg-rgb));
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.landing-problem .landing-stat-block {
  margin-bottom: 0;
}
.landing-problem .landing-stat-block .stat-number {
  font-size: clamp(1.35rem, 3.2vw, 2.25rem);
}
.landing-problem .problem-endnote {
  color: rgba(var(--landing-fg-rgb), 0.7);
  font-size: 1.05rem;
  font-style: italic;
  margin: 1rem auto 0;
  max-width: 48rem;
  text-align: center;
}

.landing-solution .grid-x {
  row-gap: 1.5rem;
}
.landing-solution .solution-statement {
  color: rgb(var(--landing-fg-rgb));
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.landing-solution .solution-item {
  background: rgba(0, 114, 132, 0.1);
  border: 1px solid rgba(0, 114, 132, 0.45);
  border-radius: 4px;
  padding: 1.5rem;
  margin-bottom: 0;
  height: 100%;
}
.landing-solution .solution-item .overview-icon {
  color: #007284;
}
.landing-solution .solution-item h4 {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.4rem;
}
.landing-solution .solution-item p {
  color: rgba(var(--landing-fg-rgb), 0.65);
  font-size: 0.9rem;
  margin-bottom: 0;
}
.landing-solution .solution-endnote {
  color: #007284;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1rem auto 0;
  max-width: 48rem;
  text-align: center;
}

.landing-credibility {
  background-color: var(--landing-bg-alt);
  border-top: 1px solid rgba(0, 114, 132, 0.25);
  padding: 1.5rem 0;
  text-align: center;
}
.landing-credibility p {
  color: rgba(var(--landing-fg-rgb), 0.45);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.workflow-steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}
.workflow-steps li {
  align-items: flex-start;
  background: var(--landing-bg-surface);
  border-radius: 4px;
  counter-increment: step;
  display: flex;
  margin-bottom: 0.75rem;
  padding: 1.25rem;
}
.workflow-steps li::before {
  align-items: center;
  background: #007284;
  border-radius: 50%;
  color: #ffffff;
  content: counter(step);
  display: flex;
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  margin-right: 1rem;
  min-width: 2rem;
}
.workflow-steps li .step-content h4 {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.2rem;
}
.workflow-steps li .step-content p {
  color: rgba(var(--landing-fg-rgb), 0.6);
  font-size: 0.875rem;
  margin-bottom: 0;
}

.landing-stat-block {
  background: #007284;
  border-radius: 4px;
  padding: 2rem 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.landing-stat-block .stat-number {
  color: #ffffff;
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.landing-stat-block .stat-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.plan-card {
  background: var(--landing-bg-surface);
  border-radius: 4px;
  border-top: 3px solid transparent;
  margin-bottom: 1.5rem;
  padding: 2rem;
  text-align: center;
}
.plan-card--trial {
  border-top-color: #0d77d4;
}
.plan-card--paid {
  border-top-color: #007284;
}
.plan-card--po {
  border-top-color: #8898aa;
}
.plan-card--tier-small {
  border-top-color: #0d77d4;
}
.plan-card--tier-medium {
  border-top-color: #007284;
}
.plan-card--tier-large {
  border-top-color: #8898aa;
}
.plan-card h3, .plan-card h4 {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.75rem;
}
.plan-card p {
  color: rgba(var(--landing-fg-rgb), 0.6);
  font-size: 0.9rem;
  min-height: 4rem;
}
.plan-card .plan-price {
  color: #007284;
  font-size: 1.5rem;
  font-weight: bold;
  min-height: 0;
}
.plan-card .plan-price span {
  color: rgba(var(--landing-fg-rgb), 0.5);
  font-size: 0.85rem;
  font-weight: normal;
}
.plan-card .plan-features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  text-align: left;
}
.plan-card .plan-features li {
  border-top: 1px solid rgba(var(--landing-fg-rgb), 0.1);
  color: rgba(var(--landing-fg-rgb), 0.7);
  font-size: 0.85rem;
  padding: 0.6rem 0;
}
.plan-card .plan-features li:first-child {
  border-top: none;
}

#tab-team .grid-x > .cell {
  display: flex;
}
#tab-team .grid-x > .cell.text-center {
  display: block;
}

.team-cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-rows: auto;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .team-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .team-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-cards-grid > .cell {
  width: auto;
}
.team-cards-grid > .cell.text-center {
  grid-column: 1/-1;
}

.team-card {
  background: var(--landing-bg-surface);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.team-card .team-photo-placeholder {
  align-items: center;
  border: 2px dashed rgba(0, 114, 132, 0.35);
  border-radius: 50%;
  color: rgba(0, 114, 132, 0.5);
  display: flex;
  font-size: 0.7rem;
  height: 120px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 auto 1rem;
  text-transform: uppercase;
  width: 120px;
}
.team-card .team-photo {
  border-radius: 50%;
  display: block;
  height: 120px;
  margin: 0 auto 1rem;
  object-fit: cover;
  width: 120px;
}
.team-card h4 {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.2rem;
}
.team-card .team-title {
  color: #007284;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.team-card p {
  color: rgba(var(--landing-fg-rgb), 0.55);
  font-size: 0.875rem;
  margin-bottom: 0;
}

.team-card__overlay {
  align-items: center;
  background: var(--landing-overlay-bg);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 2rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.25s ease;
}
.team-card__overlay p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.team-card:hover .team-card__overlay,
.team-card:focus-within .team-card__overlay {
  opacity: 1;
  pointer-events: auto;
}

.team-modal {
  display: none;
}
.team-modal.is-open {
  display: block;
}
.team-modal__backdrop {
  background: rgba(0, 0, 0, 0.6);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.15s ease;
  z-index: 1000;
}
.team-modal.is-visible .team-modal__backdrop {
  opacity: 1;
}
.team-modal__panel {
  background: var(--landing-bg-surface);
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  overflow: auto;
  padding: 2.5rem 2rem;
  position: fixed;
  text-align: center;
  transform-origin: center center;
  will-change: transform;
  z-index: 1001;
}
.team-modal__close {
  background: transparent;
  border: none;
  color: rgba(var(--landing-fg-rgb), 0.6);
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0.25rem;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.team-modal__close:hover, .team-modal__close:focus {
  color: rgb(var(--landing-fg-rgb));
}
.team-modal__photo {
  align-items: center;
  border: 2px dashed rgba(0, 114, 132, 0.35);
  border-radius: 50%;
  color: rgba(0, 114, 132, 0.5);
  display: flex;
  font-size: 0.8rem;
  height: 120px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 auto 1.25rem;
  text-transform: uppercase;
  width: 120px;
}
.team-modal__photo.has-photo {
  border-style: solid;
  overflow: hidden;
}
.team-modal__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.team-modal__name {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.3rem;
}
.team-modal__title {
  color: #007284;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.team-modal__bio {
  color: rgba(var(--landing-fg-rgb), 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
}

.plans-modal {
  display: none;
}
.plans-modal.is-open {
  display: block;
}
.plans-modal__backdrop {
  background: rgba(0, 0, 0, 0.6);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 1000;
}
.plans-modal.is-visible .plans-modal__backdrop {
  opacity: 1;
}
.plans-modal__panel {
  background: var(--landing-bg-surface);
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  left: 50%;
  max-height: 85vh;
  max-width: 900px;
  opacity: 0;
  overflow: auto;
  padding: 2.5rem 2rem;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 90%;
  z-index: 1001;
}
.plans-modal.is-visible .plans-modal__panel {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.plans-modal__close {
  background: transparent;
  border: none;
  color: rgba(var(--landing-fg-rgb), 0.6);
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0.25rem;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.plans-modal__close:hover, .plans-modal__close:focus {
  color: rgb(var(--landing-fg-rgb));
}
.plans-modal__title {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 2rem;
}
.plans-modal__tiers .plan-card {
  height: 100%;
  margin-bottom: 0;
}

.publication-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.publication-list li {
  background: var(--landing-bg-surface);
  border-left: 3px solid #007284;
  border-radius: 4px;
  color: rgba(var(--landing-fg-rgb), 0.65);
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0.6rem;
  padding: 1rem 1.25rem;
}

.pipeline-placeholder {
  background: var(--landing-bg-surface);
  border: 2px dashed rgba(0, 114, 132, 0.25);
  border-radius: 4px;
  color: rgba(var(--landing-fg-rgb), 0.3);
  font-style: italic;
  padding: 3rem;
  text-align: center;
}

.landing-tagline {
  color: rgb(var(--landing-fg-rgb));
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.overview-icon {
  height: 2rem;
  margin-bottom: 0.75rem;
  width: 2rem;
}
.overview-icon svg {
  color: #007284;
  height: 100%;
  stroke: currentColor;
  width: 100%;
}

.science-callout {
  background: rgba(0, 114, 132, 0.1);
  border: 1px solid rgba(0, 114, 132, 0.35);
  border-radius: 4px;
  padding: 1.75rem;
}
.science-callout .science-callout__text {
  color: rgba(var(--landing-fg-rgb), 0.8);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 0;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature-list li {
  border-bottom: 1px solid rgba(0, 114, 132, 0.12);
  color: rgba(var(--landing-fg-rgb), 0.65);
  font-size: 0.9rem;
  padding: 0.65rem 0 0.65rem 1.5rem;
  position: relative;
}
.feature-list li::before {
  color: #007284;
  content: "›";
  font-size: 1.1rem;
  left: 0;
  position: absolute;
  top: 0.55rem;
}
.feature-list li:last-child {
  border-bottom: none;
}

.pub-extra {
  display: none;
}
.pub-extra--visible {
  display: list-item;
}

.pub-toggle-wrap {
  margin-top: 1rem;
  text-align: center;
}

.pub-toggle {
  color: #007284;
  font-size: 0.85rem;
}
.pub-toggle:hover, .pub-toggle:focus {
  text-decoration: underline;
}

.team-card--memoriam {
  border: 1px solid rgba(0, 114, 132, 0.2);
  opacity: 0.8;
}
.team-card--memoriam h4 {
  color: rgba(var(--landing-fg-rgb), 0.75);
}
.team-card--memoriam .team-title {
  color: rgba(0, 114, 132, 0.7);
  font-style: italic;
}

.partners-map-wrap {
  margin-bottom: 1.5rem;
}

.partner-support-wrap {
  margin-bottom: 3rem;
}

.partners-map {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.partners-map--light {
  display: none;
}
@media (prefers-color-scheme: light) {
  .partners-map--dark {
    display: none;
  }
  .partners-map--light {
    display: block;
  }
}

.partner-card {
  background: rgba(0, 114, 132, 0.08);
  border: 1px solid rgba(0, 114, 132, 0.2);
  border-radius: 4px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  text-align: center;
}
.partner-card h4 {
  color: rgb(var(--landing-fg-rgb));
  margin-bottom: 0.5rem;
}
.partner-card h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.partner-card h4 a:hover, .partner-card h4 a:focus {
  color: #007284;
  text-shadow: 0 0 8px rgba(0, 114, 132, 0.7);
}
.partner-card p {
  color: rgba(var(--landing-fg-rgb), 0.55);
  font-size: 0.875rem;
  margin-bottom: 0;
}

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