/* ================================================================
   Seek Labs — Homepage (index.html) page-specific styles
   Shared tokens, header, footer, logo, nav live in shared.css.
   Palette assumptions (fallbacks if shared.css tokens not loaded):
     --navy: #1E2A3A
     --cream: #F7F9FC
     --ink: #0E1620
     --muted: #5A6775
     --accent: #0072CE (blue)
     --line: rgba(14,22,32,0.08)
   ================================================================ */

:root {
  --home-navy: #1E2A3A;
  --home-navy-deep: #141E2B;
  --home-cream: #F7F9FC;
  --home-white: #FFFFFF;
  --home-ink: #0E1620;
  --home-ink-soft: #2A3543;
  --home-muted: #5A6775;
  --home-line: rgba(14, 22, 32, 0.08);
  --home-line-light: rgba(14, 22, 32, 0.12);
  --home-line-dark: rgba(255, 255, 255, 0.12);
  --home-accent: #0072CE;
  --home-accent-warm: #E8B86D;

  --font-display: 'Cabinet Grotesk', 'General Sans', system-ui, sans-serif;
  --font-body: 'General Sans', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ------- Section scaffolding shared on this page ------- */
.section-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.section-label {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-muted);
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.section-label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--home-accent);
}
.section-label-light {
  color: rgba(255, 255, 255, 0.65);
}
.section-label-light::before {
  background: var(--home-accent);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--home-ink);
  margin: 0 0 48px;
  max-width: 22ch;
}

.cta-arrow {
  display: inline-block;
  transition: transform 0.35s var(--ease-out);
}
a:hover .cta-arrow {
  transform: translateX(4px);
}

/* =======================================================
   HERO
   ======================================================= */
.home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--home-navy);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.home-hero::before {
  /* Subtle radial glow */
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(0, 114, 206, 0.10), transparent 70%),
    radial-gradient(ellipse 80% 70% at 80% 100%, rgba(0, 114, 206, 0.06), transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.helix-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}
.helix-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Animate the helix strands by translating horizontally on a loop */
.helix {
  transform-origin: center center;
  animation: helixDrift 24s linear infinite;
}
.helix .strand-1 {
  animation: helixWave 6s ease-in-out infinite alternate;
}
.helix .strand-2 {
  animation: helixWave 6s ease-in-out infinite alternate-reverse;
}
.rungs line {
  animation: rungPulse 4s ease-in-out infinite;
}
.rungs line:nth-child(odd) { animation-delay: 0.4s; }
.rungs line:nth-child(3n) { animation-delay: 0.9s; }

@keyframes helixDrift {
  from { transform: translateX(0); }
  to   { transform: translateX(-400px); }
}
@keyframes helixWave {
  from { transform: translateY(-8px); }
  to   { transform: translateY(8px); }
}
@keyframes rungPulse {
  0%, 100% { opacity: 0.15; }
  50%      { opacity: 0.45; }
}

@media (prefers-reduced-motion: reduce) {
  .helix, .helix .strand-1, .helix .strand-2, .rungs line {
    animation: none;
  }
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 140px clamp(20px, 5vw, 56px) 120px;
  width: 100%;
}

.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.9375rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--home-accent);
  margin: 0 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero-eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--home-accent);
}

.hero-doctrine {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.005em;
  color: var(--home-accent);
  margin: -8px 0 28px;
  max-width: 32ch;
}

.home-hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(48px, 8.2vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 36px;
  max-width: 14ch;
}
.hero-title-accent {
  display: inline-block;
  background: linear-gradient(90deg, #fff 0%, #2B8AD8 55%, #7BBFEE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.005em;
  /* Italic glyphs slope right — their right edge can be clipped by the
     inline-block bounding box (the 'e' in 'Disease'). Add a small right
     padding so the italic descenders stay inside the box. */
  padding-right: 0.12em;
  margin-right: -0.12em;
}

.home-hero-sub {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 860px !important;
  width: 100% !important;
  margin: 0 0 48px !important;
  font-weight: 400;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

/* --- Atlas stats strip --- */
.home-hero-atlas {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.home-hero-atlas-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  margin: 0 0 20px;
}
.home-hero-atlas-stats {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
}
.home-hero-atlas-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 36px 0 0;
  flex: 1 1 160px;
}
.home-hero-atlas-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.12);
  margin: 4px 36px 0 0;
  flex-shrink: 0;
}
.home-hero-atlas-num {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}
.home-hero-atlas-sup {
  font-size: 0.52em;
  font-weight: 700;
  color: var(--home-accent, #0072CE);
  letter-spacing: 0;
  vertical-align: super;
}
.home-hero-atlas-desc {
  font-family: var(--font-body);
  font-size: clamp(11px, 1vw, 13px);
  color: rgba(255,255,255,0.52);
  line-height: 1.45;
  max-width: 18ch;
}
@media (max-width: 768px) {
  .home-hero-atlas-stats { gap: 24px; }
  .home-hero-atlas-stat { padding: 0; flex: 1 1 120px; }
  .home-hero-atlas-divider { display: none; }
}

/* --- Home hero entrance (staggered fade-up) --- */
.home-hero .hero-eyebrow,
.home-hero .home-hero-title,
.home-hero .hero-doctrine,
.home-hero .home-hero-sub,
.home-hero .hero-ctas,
.home-hero .home-hero-atlas {
  animation: hero-fade-up 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.home-hero .hero-eyebrow      { animation-delay: 0.20s; }
.home-hero .home-hero-title   { animation-delay: 0.40s; }
.home-hero .hero-doctrine     { animation-delay: 0.60s; }
.home-hero .home-hero-sub     { animation-delay: 0.78s; }
.home-hero .hero-ctas         { animation-delay: 0.94s; }
.home-hero .home-hero-atlas   { animation-delay: 1.10s; }
@media (prefers-reduced-motion: reduce) {
  .home-hero .hero-eyebrow,
  .home-hero .home-hero-title,
  .home-hero .hero-doctrine,
  .home-hero .home-hero-sub,
  .home-hero .hero-ctas,
  .home-hero .home-hero-atlas { animation: none; }
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.3s var(--ease-out), color 0.3s var(--ease-out), border-color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
  white-space: nowrap;
}

.hero-cta-primary {
  background: var(--home-accent);
  color: #fff;
}
.hero-cta-primary:hover {
  background: #fff;
  color: var(--home-accent);
}

.hero-cta-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}
.hero-cta-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.hero-scroll-cue {
  position: absolute;
  left: clamp(20px, 5vw, 56px);
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.scroll-line {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: "";
  position: absolute;
  left: -48px;
  top: 0;
  width: 48px;
  height: 1px;
  background: var(--home-accent);
  animation: scrollLine 2.4s ease-in-out infinite;
}
@keyframes scrollLine {
  0%   { left: -48px; }
  60%  { left: 48px; }
  100% { left: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-line::after { animation: none; }
}

/* =======================================================
   TWO PILLARS + BIOSEEKER AI BRAIN
   ======================================================= */
.pillars {
  background: var(--home-white);
  padding: clamp(96px, 12vw, 160px) 0;
}

.pillars .section-title {
  margin-bottom: 24px;
  max-width: 32ch;
}
.pillars .section-desc {
  margin-left: 0 !important;
  margin-right: auto;
  max-width: none !important;
  width: 100%;
}

.pillars .section-desc--muted {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--home-line-light);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: var(--home-ink-soft);
  letter-spacing: -0.01em;
}

/* --- Platform architecture: BioSeeker brain above, pillars below --- */
.platform-architecture {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.arch-brain {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.arch-brain-card {
  max-width: 520px;
  text-align: center;
  padding: 40px 40px 32px;
  background: linear-gradient(180deg, rgba(0, 114, 206, 0.04) 0%, rgba(0, 114, 206, 0.0) 100%);
  border: 1px solid rgba(0, 114, 206, 0.18);
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.arch-brain-pulse {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  color: var(--teal, #0072CE);
  animation: brainPulse 3.5s var(--ease-in-out, ease-in-out) infinite;
}
.arch-brain-pulse svg { width: 100%; height: 100%; }

@keyframes brainPulse {
  0%, 100% { transform: scale(1); opacity: 0.95; }
  50% { transform: scale(1.06); opacity: 1; }
}

.arch-brain-kicker {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal, #0072CE);
  margin: 0 0 10px;
}

.arch-brain-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--home-ink, var(--ink));
  margin: 0 0 14px;
}

.arch-brain-desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--home-ink-soft, var(--ink-muted));
  margin: 0 auto 20px;
  max-width: 42ch;
}

/* Bio-laptop mockup inside arch-brain-card */
.arch-brain-card .bio-laptop {
  width: 100%;
  max-width: 300px;
  margin: 28px auto 20px;
  filter: drop-shadow(0 16px 32px rgba(15,25,45,0.22)) drop-shadow(0 4px 10px rgba(15,25,45,0.12));
}
.arch-brain-card .bio-laptop-screen {
  background: #1A1E26;
  border-radius: 10px 10px 3px 3px;
  padding: 7px 7px 6px;
  border: 1px solid #0c0f15;
  position: relative;
}
.arch-brain-card .bio-laptop-bezel {
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
.arch-brain-card .bio-laptop-camera {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2a2f3a;
  box-shadow: inset 0 0 0 1px #0c0f15;
  display: inline-block;
}
.arch-brain-card .bio-laptop-display {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #0c0f15;
  border-radius: 2px;
  overflow: hidden;
}
.arch-brain-card .bio-laptop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.arch-brain-card .bio-laptop-base {
  position: relative;
  width: 110%;
  left: -5%;
  height: 12px;
  margin-top: -2px;
  background: linear-gradient(180deg, #cfd4dc 0%, #aab1bb 55%, #8d96a3 100%);
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 4px rgba(0,0,0,0.08);
}
.arch-brain-card .bio-laptop-base::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: #8d96a3;
  border-radius: 0 0 6px 6px;
}

.arch-connectors {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 80px;
  color: var(--teal, #0072CE);
  margin: -4px 0 0;
}

@media (max-width: 720px) {
  .arch-connectors { display: none; }
  .arch-brain-card { margin-bottom: 32px; }
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 100%;
}

.pillar-card {
  position: relative;
  background: var(--home-white);
  border: 1px solid var(--home-line);
  border-radius: 20px;
  padding: clamp(20px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  transition: border-color 0.35s var(--ease-out), transform 0.45s var(--ease-out), box-shadow 0.35s var(--ease-out);
  overflow: hidden;
}
.pillar-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: var(--home-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s var(--ease-out);
}
.pillar-card:hover {
  border-color: var(--home-line-light);
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -24px rgba(14, 22, 32, 0.18);
}
.pillar-card:hover::before {
  transform: scaleX(1);
}

.pillar-icon {
  width: 48px;
  height: 48px;
  color: var(--home-navy);
  margin-bottom: 24px;
}
.pillar-icon svg { width: 100%; height: 100%; }

.pillar-kicker {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-muted);
  margin: 0 0 14px;
}

.pillar-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--home-ink);
  margin: 0 0 20px;
}

.pillar-desc {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--home-ink-soft);
  margin: 0 0 28px;
  max-width: 42ch;
}

.pillar-callouts {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pillar-callouts li {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 7px 14px;
  border: 1px solid var(--home-line-light);
  border-radius: 999px;
  color: var(--home-ink-soft);
  background: var(--home-cream);
}

.pillar-cta {
  margin-top: auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.25s;
}
.pillar-cta .wp-block-button__link,
.pillar-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.25s;
}

/* =======================================================
   ORIGIN STORY
   ======================================================= */
.origin {
  background: var(--home-cream);
  padding: clamp(96px, 12vw, 160px) 0;
}

.origin-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.origin-meta {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.origin-year {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--home-ink-soft);
  padding-top: 16px;
  border-top: 1px solid var(--home-line-light);
}

.origin-body .section-title {
  margin-bottom: 40px;
}

.origin-lede {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--home-ink);
  margin: 0 0 32px;
  max-width: 32ch;
}

.origin-text {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--home-ink-soft);
  margin: 0 0 48px;
  max-width: 58ch;
}

.origin-divider {
  height: 1px;
  background: var(--home-line-light);
  max-width: 80px;
  margin: 0 0 32px;
}

.origin-legacy {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--home-muted);
  margin: 0;
  max-width: 54ch;
  font-style: italic;
}
.origin-legacy strong {
  color: var(--home-ink);
  font-style: normal;
  font-weight: 600;
}

/* =======================================================
   TEAM
   ======================================================= */
.team {
  background: var(--home-white);
  padding: clamp(96px, 12vw, 160px) 0;
}

.team-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(48px, 6vw, 96px);
  row-gap: 0;
  align-items: start;
  text-align: left;
}
/* All non-pedigree children → column 1 */
.team-inner > *:not(.team-pedigree) {
  grid-column: 1;
}
/* Kill WordPress block-gap inside team column */
.team-inner > *:not(.team-pedigree) + *:not(.team-pedigree) {
  margin-top: 0;
}
.team-inner .section-label {
  margin-bottom: 16px;
}
.team-inner .section-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.team-desc {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--home-ink-soft);
  max-width: 54ch;
  margin: 0 0 40px;
}

/* ---- Team pedigree panel ---------------------------------------- */
.team-pedigree {
  grid-column: 2;
  grid-row: 1 / span 10;
  align-self: start;
  background: var(--home-navy, #0B1B26);
  border-radius: 20px;
  padding: clamp(28px, 4vw, 44px);
  color: #F7F9FC;
}
.team-pedigree-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 114, 206, 0.9);
  margin: 0 0 20px;
}
.team-pedigree-chips {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.team-pedigree-chips li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 5px 14px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(247, 249, 252, 0.88);
  line-height: 1.4;
}
.team-pedigree-chips li.is-highlight {
  border-color: rgba(0, 114, 206, 0.5);
  color: #6DB8FF;
}
.team-pedigree-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
}
.team-pedigree-stat {
  padding: 0 16px 0 0;
}
.team-pedigree-stat + .team-pedigree-stat {
  padding: 0 0 0 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.team-pedigree-stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.team-pedigree-stat-label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: rgba(247, 249, 252, 0.5);
  line-height: 1.35;
}

@media (max-width: 960px) {
  .team-inner { grid-template-columns: 1fr; gap: 48px; }
  .team-pedigree { grid-column: 1; grid-row: auto; }
}

/* Leadership grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 28px;
  margin-bottom: 80px;
}

.team-card {
  text-align: center;
}

.team-photo {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background: var(--home-cream);
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}
.team-card:hover .team-photo img {
  filter: grayscale(0%);
}

.team-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--home-ink);
  margin: 0 0 4px;
  line-height: 1.3;
}
.team-cred {
  font-weight: 400;
  color: var(--home-ink-muted);
  font-size: 0.85em;
}
.team-name .team-linkedin {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.team-name .team-linkedin:hover,
.team-name .team-linkedin:focus-visible {
  color: #0072CE;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.team-role {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-accent);
  margin: 0 0 12px;
  line-height: 1.4;
}

.team-bio {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--home-ink-soft);
  margin: 0;
}

/* Board of Directors — compact horizontal layout */
.team-board-section {
  border-top: 1px solid var(--home-line-light);
  padding-top: 48px;
}

.team-board-title {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-ink-muted);
  margin: 0 0 32px;
  font-weight: 500;
}

.team-board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}

.team-board-card {
  display: flex;
  align-items: center;
  gap: 16px;
}

.team-board-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--home-cream);
}
.team-board-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.team-board-name {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--home-ink);
  margin: 0 0 2px;
  line-height: 1.3;
}

.team-board-role {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--home-ink-muted);
  margin: 0;
  line-height: 1.35;
}

/* =======================================================
   NEWS
   ======================================================= */
.news {
  background: var(--home-cream);
  padding: clamp(72px, 8vw, 112px) 0 clamp(48px, 5vw, 72px);
}

.news-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.news-header .section-title {
  margin-bottom: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.news-card {
  background: var(--home-white);
  border: 1px solid var(--home-line);
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.35s var(--ease-out), transform 0.45s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.news-card:hover {
  border-color: var(--home-line-light);
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -20px rgba(14, 22, 32, 0.14);
}

.news-date {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-accent);
  margin: 0 0 20px;
}

.news-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--home-ink);
  margin: 0 0 16px;
}
.news-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.news-title a:hover { color: var(--home-accent); }

/* "View all news" row below the grid */
.news-footer {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}
.news-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-ink);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--home-ink);
  transition: color 0.25s ease, border-color 0.25s ease;
}
.news-view-all:hover {
  color: var(--home-accent);
  border-color: var(--home-accent);
}

.news-excerpt {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--home-ink-soft);
  margin: 0 0 32px;
}

.news-tag {
  align-self: flex-start;
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-muted);
  padding: 5px 12px;
  border: 1px solid var(--home-line-light);
  border-radius: 999px;
}

/* =======================================================
   CONTACT / CTA
   ======================================================= */
.contact {
  position: relative;
  background: var(--home-navy);
  color: #fff;
  padding: clamp(96px, 12vw, 160px) 0;
  overflow: hidden;
  isolation: isolate;
}

.contact-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.contact-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 900px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 114, 206, 0.18), transparent 65%);
  filter: blur(20px);
}

.contact-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.contact-inner .section-label {
  justify-content: center;
}

.contact-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 auto 28px;
  max-width: 18ch;
}

.contact-desc {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  max-width: 56ch;
  margin: 0 auto 48px;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.contact-email {
  font-family: var(--font-mono);
  font-size: 15px;
  color: var(--home-accent);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 114, 206, 0.4);
  transition: border-color 0.3s var(--ease-out);
}
.contact-email:hover {
  border-color: var(--home-accent);
}

.contact-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  background: var(--home-accent);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.3s var(--ease-out), color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}
.contact-cta:hover {
  background: #fff;
  color: var(--home-navy);
}

/* =======================================================
   FOOTER (fallback styling — shared.css may override)
   ======================================================= */
.footer {
  background: var(--home-navy-deep);
  color: rgba(255, 255, 255, 0.75);
  padding: 80px 0 32px;
}
.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--home-line-dark);
}
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-logo { width: 140px; height: auto; }
.footer-tagline {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  max-width: 32ch;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 8px;
}
.footer-link {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.25s var(--ease-out);
}
.footer-link:hover { color: var(--home-accent); }

.footer-base {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px clamp(20px, 5vw, 56px) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}
.footer-base p { margin: 0; }
.footer-legacy { font-style: italic; }

/* =======================================================
   RESPONSIVE
   ======================================================= */
@media (max-width: 960px) {
  .pillars-grid { grid-template-columns: 1fr; gap: 20px; }
  .origin-inner { grid-template-columns: 1fr; gap: 32px; }
  .origin-meta { position: static; flex-direction: row; align-items: center; gap: 20px; }
  .origin-year { padding-top: 0; border-top: none; padding-left: 16px; border-left: 1px solid var(--home-line-light); }
  .news-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(3, 1fr); gap: 32px 24px; }
  .team-board-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; }
  .footer-cols { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .home-hero-inner { padding: 120px clamp(20px, 5vw, 56px) 140px; }
  .home-hero-title { font-size: clamp(44px, 12vw, 72px); }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-cta { justify-content: space-between; width: 100%; }
  .hero-scroll-cue { display: none; }
  .pillar-card { padding: 32px 24px; }
  .news-card { padding: 28px 24px; }
  .footer-cols { grid-template-columns: 1fr; gap: 24px; }
  .footer-base { flex-direction: column; align-items: flex-start; gap: 8px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .team-board-grid { grid-template-columns: 1fr; }
  .origin-meta { flex-direction: column; align-items: flex-start; gap: 12px; }
  .origin-year { padding-left: 0; border-left: none; padding-top: 12px; border-top: 1px solid var(--home-line-light); }
}

/* =======================================================
   ACCESSIBILITY
   ======================================================= */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.sr-only:focus {
  position: static; width: auto; height: auto;
  padding: 8px 16px; margin: 0;
  clip: auto; white-space: normal;
  background: #fff; color: var(--home-navy);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--home-accent);
  outline-offset: 3px;
}

/* =======================================================
   v26 — Pitch alignment additions
   ======================================================= */

/* TM marks */
.tm {
  font-size: 0.45em;
  vertical-align: super;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 0.05em;
  color: var(--home-accent);
  font-family: var(--font-body);
}

/* Hero — Decode/Program/Resolve stack: tighter line height */
.home-hero-title {
  max-width: 18ch;
}

/* Subtitle on platform cards (BioSeeker brain + pillars) */
.arch-brain-subtitle,
.pillar-subtitle {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--home-muted);
  margin: -8px 0 18px;
  text-transform: none;
  font-weight: 400;
}
.arch-brain-subtitle {
  text-align: center;
  margin: -6px auto 16px;
}

/* Connector labels under the brain */
.arch-connector-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  margin: -56px auto 0;
  padding: 0 40px;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.arch-connector-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-accent);
  background: var(--home-white);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 114, 206, 0.2);
}
@media (max-width: 720px) {
  .arch-connector-labels { display: none; }
}

/* Platform tagline below the cards */
.platform-tagline {
  margin: 56px auto 0;
  text-align: center;
  font-family: var(--font-display);
  max-width: 68ch;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
}
.platform-tagline .platform-tagline-lead {
  font-style: italic;
  color: var(--home-accent);
  font-size: clamp(18px, 1.8vw, 22px);
  letter-spacing: 0.005em;
  font-weight: 600;
  display: block;
  white-space: nowrap;
}
.platform-tagline .platform-tagline-sub {
  font-style: normal;
  color: var(--home-ink);
  font-size: clamp(18px, 1.9vw, 23px);
  letter-spacing: 0.005em;
  font-weight: 500;
  display: block;
}
/* legacy em fallback (in case cached HTML uses old markup) */
.platform-tagline em:not(.platform-tagline-lead) {
  font-style: italic;
  color: var(--home-accent);
}

/* =======================================================
   PROOF / EVIDENCE
   ======================================================= */
.proof {
  background: var(--home-navy);
  color: #fff;
  padding: clamp(96px, 12vw, 140px) 0;
  position: relative;
  overflow: hidden;
}
.proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 30% 20%, rgba(0, 114, 206, 0.12), transparent 70%),
    radial-gradient(ellipse 60% 40% at 80% 90%, rgba(0, 114, 206, 0.08), transparent 70%);
  pointer-events: none;
}
.proof .section-inner {
  position: relative;
  z-index: 1;
}
.proof-title {
  color: #fff;
  margin-bottom: 20px;
}
.proof-lede {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 64px;
  max-width: 50ch;
  font-weight: 500;
  font-style: italic;
}
/* ---- Atlas scope (disease family breakdown) ---- */
.atlas-scope {
  margin-bottom: 48px;
}
.atlas-scope-header {
  margin-bottom: 32px;
}
.atlas-scope-totals {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.atlas-scope-total {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 48px;
}
.atlas-scope-total-divider {
  width: 1px;
  height: 52px;
  background: rgba(255,255,255,0.15);
  margin-right: 48px;
  flex-shrink: 0;
}
.atlas-scope-total-num {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.atlas-scope-total-sup {
  font-size: 0.5em;
  color: var(--home-accent);
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: super;
}
.atlas-scope-total-label {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.62);
  line-height: 1.35;
  max-width: 22ch;
}
.atlas-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
}
.atlas-scope-family {
  background: rgba(11, 22, 44, 0.7);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background 0.25s ease;
}
.atlas-scope-family:hover {
  background: rgba(0, 114, 206, 0.08);
}
.atlas-scope-count {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--home-accent);
}
.atlas-scope-name {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.atlas-scope-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 999px;
  padding: 3px 8px;
  white-space: nowrap;
}
.atlas-scope-family--oncology .atlas-scope-count {
  color: #f59e0b;
}
.atlas-scope-members {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
  margin-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 10px;
}
.proof-grid--slim {
  margin-top: 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .atlas-scope-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .atlas-scope-grid { grid-template-columns: 1fr; }
  .atlas-scope-total-divider { display: none; }
  .atlas-scope-total { padding-right: 0; margin-bottom: 16px; }
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
}
.proof-stat + .proof-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.proof-stat {
  background: var(--home-navy);
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  transition: background 0.3s var(--ease-out);
}
.proof-stat:hover {
  background: #243245;
}
.proof-num {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 8px;
}
.proof-num-suffix {
  font-size: 0.5em;
  color: var(--home-accent);
  font-weight: 600;
  margin-left: 0.05em;
  letter-spacing: 0;
}
.proof-label {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.proof-sub {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.proof-pill {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-accent);
  background: rgba(0, 114, 206, 0.12);
  border: 1px solid rgba(0, 114, 206, 0.35);
  border-radius: 999px;
  padding: 6px 12px;
  margin: 0 0 16px;
  line-height: 1;
}
.proof-list {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 8px 0 0;
}

/* =======================================================
   ACTIVE PROGRAMS
   ======================================================= */
.programs {
  background: var(--home-cream);
  padding: clamp(96px, 12vw, 140px) 0;
}
.programs-header {
  margin-bottom: 56px;
  max-width: 60ch;
}
.programs-header .section-title {
  margin-bottom: 24px;
}
.programs-desc {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--home-ink-soft);
  margin: 0;
  max-width: 56ch;
}
.programs-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}
.program-chip {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--home-ink);
  background: var(--home-white);
  padding: 14px 24px;
  border: 1px solid var(--home-line-light);
  border-radius: 999px;
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}
.program-chip:hover {
  border-color: var(--home-accent);
  transform: translateY(-2px);
}
.program-chip-featured {
  background: var(--home-navy);
  color: #fff;
  border-color: var(--home-navy);
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
}
.program-chip-featured:hover {
  border-color: var(--home-accent);
}
.program-chip-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-accent);
}

/* =======================================================
   PARTNERS / FEDERAL NETWORK
   ======================================================= */
.partners {
  background: var(--home-white);
  padding: clamp(96px, 12vw, 140px) 0;
  border-top: 1px solid var(--home-line);
}
.partners-title {
  margin-bottom: 20px;
}
.partners-desc {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--home-ink-soft);
  margin: 0 0 56px;
  max-width: 60ch;
}
.partners-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}
.partner-chip {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--home-ink-soft);
  background: var(--home-cream);
  padding: 12px 20px;
  border: 1px solid var(--home-line-light);
  border-radius: 6px;
  transition: border-color 0.25s var(--ease-out), color 0.25s var(--ease-out);
}
.partner-chip:hover {
  border-color: var(--home-accent);
  color: var(--home-accent);
}

/* Responsive */
@media (max-width: 960px) {
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .proof-grid { grid-template-columns: 1fr; }
  .proof-stat { padding: 32px 24px; }
  .programs-grid { gap: 10px; }
  .program-chip { font-size: 16px; padding: 12px 18px; }
}

/* ============================================================
   v27 — Hero proof bullets, audience cues, why-now, atlas pillars,
   flywheel, partner credibility statements
   ============================================================ */

/* Hero proof strip */
.hero-proof {
  list-style: none;
  padding: 0;
  margin: -16px 0 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  max-width: 64ch;
}
.hero-proof li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex: 1 1 240px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 14px;
}
.hero-proof-num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}
.hero-proof-label {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

/* Audience cues row */
.hero-audiences {
  margin: 32px 0 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.hero-audiences-label {
  color: rgba(255, 255, 255, 0.4);
}
.hero-audiences a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-bottom: 2px;
  transition: color 0.2s var(--ease-out), border-color 0.2s var(--ease-out);
}
.hero-audiences a:hover {
  color: #fff;
  border-bottom-color: var(--home-accent, #0072CE);
}
.hero-audiences-dot {
  color: rgba(255, 255, 255, 0.25);
}

/* Why Now */
.why-now {
  background: var(--home-cream, #F7F9FC);
  padding: clamp(80px, 10vw, 140px) 0;
  border-bottom: 1px solid var(--home-line-light);
}
.why-now-inner {
  max-width: 1200px;
}
.why-now-headline {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--home-ink);
  margin: 16px 0 56px;
  max-width: 24ch;
}
.why-now-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.why-now-grid li {
  border-top: 1px solid var(--home-line-light);
  padding-top: 20px;
}
.why-now-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--home-accent, #0072CE);
  margin: 0 0 12px;
  font-weight: 500;
}
.why-now-text {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--home-ink);
  margin: 0;
}
@media (max-width: 960px) {
  .why-now-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 560px) {
  .why-now-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* Atlas pillars (above proof grid) */
.atlas-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 8px 0 56px;
}
.atlas-pillar {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 28px 26px;
  border-radius: 4px;
}
.atlas-pillar-label {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.atlas-pillar-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 860px) {
  .atlas-pillars { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
}

/* Flywheel section */
/* ================================================================
   FLYWHEEL  —  Dark full-bleed panel, horizontal 4-step cycle
   ================================================================ */
.flywheel {
  background: var(--home-navy, #0B1B26);
  padding: clamp(80px, 10vw, 130px) 0;
  color: #F7F9FC;
}
/* Override the 2-col grid; render as a single column */
.flywheel-inner {
  display: block !important;
}
.flywheel .section-label {
  color: rgba(0, 114, 206, 0.9);
}
.flywheel .section-title {
  color: #F7F9FC;
  max-width: 30ch;
  margin-bottom: 20px;
}
.flywheel-lede {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(247, 249, 252, 0.65);
  margin: 0 0 40px;
  max-width: 64ch;
}
.flywheel-punch {
  color: rgba(247, 249, 252, 0.9);
  font-weight: 600;
}
/* Hide the diagram entirely */
.flywheel-diagram { display: none !important; }

/* ---- 4-step horizontal cycle ---- */
.flywheel-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.flywheel-steps li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 32px 32px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}
.flywheel-steps li:last-child {
  border-right: none;
  padding-right: 0;
}
.flywheel-steps li + li {
  padding-left: 32px;
}
/* Connecting arrow between steps */
.flywheel-steps li:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -14px;
  top: 38px;
  font-size: 16px;
  color: rgba(0, 114, 206, 0.6);
  line-height: 1;
  pointer-events: none;
}
/* Loop-back arrow on last step */
.flywheel-steps li:last-child::after {
  content: '↺';
  position: absolute;
  right: -4px;
  top: 36px;
  font-size: 22px;
  color: rgba(0, 114, 206, 0.8);
  font-weight: 700;
}
.flywheel-step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #0072CE;
  font-weight: 700;
}
.flywheel-step-label {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 700;
  color: #F7F9FC;
  white-space: normal;
  line-height: 1.2;
}
.flywheel-step-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(247, 249, 252, 0.55);
}

@media (max-width: 900px) {
  .flywheel-steps {
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .flywheel-steps li {
    border-bottom: 1px solid rgba(255,255,255,0.07);
    padding: 24px 24px 24px 0;
  }
  .flywheel-steps li:nth-child(even) { padding-left: 24px; border-right: none; }
  .flywheel-steps li::after { display: none; }
}
@media (max-width: 560px) {
  .flywheel-steps { grid-template-columns: 1fr; }
  .flywheel-steps li { padding: 20px 0; border-right: none; }
  .flywheel-steps li + li { padding-left: 0; }
}

/* Partner credibility statements */
.partner-statements {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}
.partner-statements li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid var(--home-line-light);
}
.partner-statement-badge {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-ink);
  font-weight: 600;
}
.partner-statement-text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--home-ink-soft);
}
@media (max-width: 1100px) {
  .partner-statements { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 640px) {
  .partner-statements li { grid-template-columns: 1fr; gap: 6px; }
  .hero-proof li { flex: 1 1 100%; }
  .hero-audiences { font-size: 11px; gap: 8px; }
}

/* ============================================================
   v28 — Atlas With/Without contrast + flywheel punch
   ============================================================ */
/* Atlas section uses the dark proof bg — contrast strip must work on dark */
.atlas-contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 56px 0 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.atlas-contrast-col {
  padding: 28px 32px;
  border-radius: 4px;
}
.atlas-contrast-without {
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid rgba(255, 255, 255, 0.20);
}
.atlas-contrast-with {
  background: rgba(0, 114, 206, 0.10);
  border-left: 2px solid var(--teal);
}
.atlas-contrast-label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: 600;
}
.atlas-contrast-without .atlas-contrast-label { color: rgba(255, 255, 255, 0.55); }
.atlas-contrast-with .atlas-contrast-label { color: var(--teal); }
.atlas-contrast ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.atlas-contrast li {
  font-size: 15px;
  line-height: 1.55;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.atlas-contrast li:last-child { border-bottom: 0; }
.atlas-contrast-without li { color: rgba(255, 255, 255, 0.62); }
.atlas-contrast-with li { color: rgba(255, 255, 255, 0.95); }

@media (max-width: 768px) {
  .atlas-contrast { grid-template-columns: 1fr; gap: 16px; padding-top: 32px; margin: 40px 0 48px; }
  .atlas-contrast-col { padding: 24px; }
}

/* Flywheel punch line */
.flywheel-punch {
  display: block;
  font-family: 'Cabinet Grotesk', 'General Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

/* ============================================================
   ROLE ENTRY POINTS — homepage section just below the hero
   ============================================================ */
.role-entry {
  background: var(--home-cream);
  padding: clamp(72px, 9vw, 128px) 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.role-entry-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.role-entry-header {
  max-width: 880px;
  margin: 0 0 56px;
}

.role-entry-headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--home-ink);
  margin: 16px 0 16px;
  max-width: 28ch;
}

.role-entry-desc {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--home-muted);
  line-height: 1.55;
  margin: 0;
  max-width: 56ch;
}

.role-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.role-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid var(--home-line);
  border-radius: 14px;
  padding: 32px 30px 28px;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.35s var(--ease-out),
    border-color 0.25s ease,
    box-shadow 0.35s var(--ease-out);
  overflow: hidden;
}

.role-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--home-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease-out);
}

.role-card:hover,
.role-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 114, 206, 0.4);
  box-shadow: 0 18px 40px -22px rgba(14, 22, 32, 0.22);
}

.role-card:hover::before,
.role-card:focus-visible::before {
  transform: scaleX(1);
}

.role-card-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-accent);
  margin: 0 0 14px;
}

.role-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(19px, 1.55vw, 22px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--home-ink);
  margin: 0 0 12px;
}

.role-card-text {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--home-muted);
  margin: 0 0 22px;
  flex: 1;
}

.role-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--home-ink);
  transition: color 0.25s ease, gap 0.25s var(--ease-out);
}

.role-card:hover .role-card-cta,
.role-card:focus-visible .role-card-cta {
  color: var(--home-accent);
  gap: 14px;
}

.role-card-cta .cta-arrow {
  display: inline-block;
  transition: transform 0.3s var(--ease-out);
}

.role-card:hover .role-card-cta .cta-arrow,
.role-card:focus-visible .role-card-cta .cta-arrow {
  transform: translateX(3px);
}

@media (max-width: 860px) {
  .role-entry-grid { grid-template-columns: 1fr; }
  .role-entry-header { margin-bottom: 36px; }
  .role-card { padding: 26px 22px; }
}

/* Hero platform stack — scannable replacement for prose paragraph */
.home-hero-sub {
  /* tighten margin since stack now follows */
  margin-bottom: 28px;
  max-width: 860px !important;
}
.hero-stack {
  list-style: none;
  margin: 0 0 44px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 640px;
}
.hero-stack-item {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 10px 0 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.hero-stack-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.hero-stack-tag {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5BA8E5;
  min-width: 110px;
}
.hero-stack-text {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}
.hero-stack-text strong {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 640px) {
  .hero-stack-item {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .hero-stack-tag {
    min-width: 0;
  }
}

/* =======================================================
   Commercial Thesis section
   ======================================================= */
.commercial-thesis {
  background: var(--home-cream, #F4F6F9);
  padding: clamp(64px, 8vw, 96px) 0;
}
.thesis-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 56px);
}
.thesis-head {
  max-width: 68ch;
}
.thesis-title {
  font-size: clamp(26px, 3.2vw, 40px) !important;
  margin-bottom: 16px !important;
}
.thesis-lede {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--home-ink-soft);
  margin: 0;
}
.thesis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--home-line, rgba(14,22,32,0.1));
  border-radius: 16px;
  overflow: hidden;
}
.thesis-grid--two {
  grid-template-columns: repeat(2, 1fr);
}
.thesis-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(24px, 3vw, 36px);
  border-right: 1px solid var(--home-line, rgba(14,22,32,0.1));
}
.thesis-item:last-child {
  border-right: none;
}
.thesis-item-kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal, #0072CE);
  margin: 0;
}
.thesis-item-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--home-ink);
  margin: 0;
  line-height: 1.2;
}
.thesis-item-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--home-ink-soft);
  margin: 0;
}
@media (max-width: 720px) {
  .thesis-grid,
  .thesis-grid--two {
    grid-template-columns: 1fr;
  }
  .thesis-item {
    border-right: none;
    border-bottom: 1px solid var(--home-line, rgba(14,22,32,0.1));
  }
  .thesis-item:last-child { border-bottom: none; }
}

/* =======================================================
   v27 — Section 2 side-by-side + Team compact About Us
   ======================================================= */

/* Platform architecture: BioSeeker LEFT | fork | pillars STACKED RIGHT */
.platform-architecture {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
}

.arch-brain {
  flex: 0 0 40%;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.arch-brain-card {
  max-width: 100%;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.arch-brain-desc {
  max-width: none;
}

.arch-brain-subtitle {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.arch-connectors,
.arch-connector-labels {
  display: none !important;
}

/* Horizontal fork connector */
.arch-fork {
  flex: 0 0 64px;
  width: 64px;
  display: flex;
  align-items: center;
  color: var(--teal, #0072CE);
}

.arch-fork svg {
  width: 100%;
  height: 100%;
  min-height: 240px;
}

/* Pillars: single column, stacked */
.pillars-grid {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pillars-grid .pillar-card {
  flex: 1;
}

.pillar-desc {
  max-width: none;
}

/* Hide old tagline */
.platform-tagline {
  display: none !important;
}

/* Team strip — eyebrow + heading left, CTA button right */
.team {
  padding: clamp(48px, 5vw, 72px) 0 clamp(72px, 8vw, 112px);
  background: var(--home-cream);
  margin: 0 !important;
}
.team-inner {
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: clamp(48px, 6vw, 96px);
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 clamp(20px, 5vw, 56px);
}
.team-inner > *:not(.team-cta-right) {
  grid-column: 1;
}
.team-inner > .team-cta-right {
  grid-column: 2;
  grid-row: 1 / span 10;
  align-self: center;
  margin: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.team-inner > .team-cta-right .wp-block-button__link {
  color: #fff !important;
}
.team-inner .section-label {
  margin-bottom: 16px;
}
.team-inner .section-title {
  font-size: clamp(24px, 3vw, 40px) !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
}
.team-inner .team-desc {
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.75;
  color: var(--home-ink-soft);
  max-width: none;
  margin: 0;
}

/* Responsive: stack platform layout on narrow screens */
@media (max-width: 960px) {
  .platform-architecture {
    flex-direction: column;
    align-items: stretch;
  }

  .arch-brain {
    flex: none;
    width: 100%;
  }

  .arch-fork {
    display: none;
  }

  .pillars-grid {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .team-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .team-inner > .team-cta-right {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* -----------------------------------------------------------------------
 * Home CTA — closing dark section
 * --------------------------------------------------------------------- */
.home-cta {
  background: var(--home-navy-deep);
  padding: clamp(72px, 9vw, 120px) 0;
  margin: 0 !important;
}

.home-cta .wp-block-html {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
}

.home-cta-left {
  display: flex;
  flex-direction: column;
}

.home-cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-cta-label {
  color: var(--home-accent);
  margin-bottom: 24px;
}

.home-cta-heading {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--home-white);
  margin: 0;
}

.home-cta-body {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.4vw, 17px);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
  margin: 0 0 40px;
}

.home-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--home-accent);
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 15px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.home-cta-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .home-cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
