:root {
  --aspira-navy: #204e46;
  --aspira-slate: #2f6b5e;
  --aspira-soft: #e9f3f1;
  --aspira-bg: #f5f8f7;
  --aspira-text: #1f2f33;
  --aspira-teal: #78a99c;
  --hero-bg: #081713;
  --hero-surface: rgba(15, 32, 29, 0.74);
  --surface: rgba(255, 255, 255, 0.7);
  --surface-strong: rgba(255, 255, 255, 0.84);
  --border-soft: rgba(120, 169, 156, 0.22);
  --border-strong: rgba(120, 169, 156, 0.34);
  --shadow-soft: 0 24px 60px rgba(10, 24, 21, 0.14);
  --shadow-strong: 0 34px 80px rgba(4, 16, 12, 0.26);
  --chart-bg: linear-gradient(145deg, rgba(10, 30, 25, 0.96), rgba(20, 47, 41, 0.92));
  --chart-bg-soft: rgba(255, 255, 255, 0.065);
  --chart-border: rgba(233, 243, 241, 0.14);
  --chart-text: rgba(233, 243, 241, 0.94);
  --chart-muted: rgba(233, 243, 241, 0.68);
  --radius-sm: 18px;
  --radius-md: 26px;
  --radius-lg: 36px;
  --radius-pill: 999px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;
  --container: min(1180px, calc(100vw - 2rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--aspira-text);
  background:
    radial-gradient(circle at top left, rgba(120, 169, 156, 0.16), transparent 26%),
    radial-gradient(circle at 85% 18%, rgba(47, 107, 94, 0.16), transparent 22%),
    linear-gradient(180deg, #f7fbfa 0%, #eef4f2 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

:focus-visible {
  outline: 3px solid rgba(120, 169, 156, 0.72);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: white;
  background: var(--aspira-navy);
  box-shadow: var(--shadow-soft);
  transform: translateY(-160%);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

button,
a,
.glass-card,
.icon-shell,
.progress-fill {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    opacity 220ms ease;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.glass-card,
.dashboard-card,
.roadmap-progress,
.roadmap-marker,
.strategy-row,
.mechanism-visual,
.pulse-card {
  min-width: 0;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='%231f2f33' fill-opacity='.08'%3E%3Ccircle cx='10' cy='10' r='1'/%3E%3Ccircle cx='80' cy='34' r='1'/%3E%3Ccircle cx='60' cy='110' r='1'/%3E%3Ccircle cx='120' cy='80' r='1'/%3E%3Ccircle cx='34' cy='76' r='1'/%3E%3C/g%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  z-index: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 1rem 0;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(8, 23, 19, 0.58), rgba(8, 23, 19, 0.12));
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.brand,
.nav-links,
.hero-kpis,
.dashboard-topline,
.signal-grid,
.section-heading,
.step-top,
.comparison-row,
.roadmap-meta,
.fund-label,
.footer-links a,
.footer-grid,
.glp-points,
.credential-chips {
  display: flex;
}

.brand,
.nav-links a,
.button,
.data-chip,
.status-pill {
  align-items: center;
}

.brand {
  gap: 0.85rem;
  color: white;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tone-navy {
  color: var(--aspira-navy);
}

.tone-slate {
  color: var(--aspira-slate);
}

.tone-teal {
  color: var(--aspira-teal);
}

.tone-soft {
  color: var(--aspira-soft);
}

.hero-headline .tone-soft {
  text-shadow: 0 0 28px rgba(233, 243, 241, 0.2);
}

.hero-headline .tone-navy,
.hero-headline .tone-slate,
.hero-headline .tone-teal {
  color: white;
  position: relative;
}

.hero-headline .tone-navy::after,
.hero-headline .tone-slate::after,
.hero-headline .tone-teal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.24em;
  border-radius: 999px;
  z-index: -1;
  opacity: 0.9;
}

.hero-headline .tone-navy::after {
  background: rgba(32, 78, 70, 0.7);
}

.hero-headline .tone-slate::after {
  background: rgba(47, 107, 94, 0.72);
}

.hero-headline .tone-teal::after {
  bottom: -0.14em;
  height: 0.09em;
  background: rgba(120, 169, 156, 0.46);
}

.brand-mark {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(233, 243, 241, 0.72);
  box-shadow:
    0 12px 32px rgba(120, 169, 156, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.nav-links {
  gap: 1.2rem;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  gap: 0.03rem;
  padding: 0;
  border: 1px solid rgba(233, 243, 241, 0.18);
  border-radius: 14px;
  color: white;
  background:
    radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 34px rgba(7, 25, 22, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.05rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(233, 243, 241, 0.94);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.26);
  transition:
    transform 240ms ease,
    opacity 180ms ease,
    width 240ms ease;
}

.nav-toggle span:nth-child(2) {
  width: 0.72rem;
}

.nav-toggle:hover span:nth-child(2),
.nav-toggle:focus-visible span:nth-child(2) {
  width: 1.05rem;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-3px) rotate(-45deg);
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(233, 243, 241, 0.86);
  font-size: 0.96rem;
}

.nav-links a i {
  position: relative;
  width: 1rem;
  height: 1rem;
  display: inline-grid;
  place-items: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.96);
  background: transparent;
  filter:
    drop-shadow(0 0 4px rgba(233, 243, 241, 0.28))
    drop-shadow(0 0 10px rgba(120, 169, 156, 0.32));
  isolation: isolate;
}

.nav-links a i::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(120, 169, 156, 0.46) 0 24%, rgba(47, 107, 94, 0.2) 46%, transparent 74%);
  transform: translate(-50%, -50%);
  filter: blur(1px);
  opacity: 0.78;
  z-index: -1;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: white;
}

.nav-links a:hover i::after,
.nav-links a:focus-visible i::after {
  opacity: 0.95;
  transform: translate(-50%, -50%) scale(1.12);
}

@media (min-width: 761px) {
  .nav-toggle {
    display: none !important;
  }
}

.hero {
  position: relative;
  padding: 5rem 0 4.5rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(120, 169, 156, 0.24), transparent 20%),
    radial-gradient(circle at 82% 22%, rgba(120, 169, 156, 0.18), transparent 20%),
    linear-gradient(180deg, #091814 0%, #102721 60%, rgba(16, 39, 33, 0.94) 100%);
  color: white;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent 0%, var(--aspira-bg) 100%);
}

.hero-grid,
.glp-grid,
.comparison-grid,
.roadmap-grid,
.funds-grid,
.founder-grid {
  display: grid;
  gap: var(--space-6);
}

.hero-grid {
  position: relative;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  z-index: 1;
}

.eyebrow,
.mini-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 var(--space-3);
  color: var(--aspira-teal);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.9rem, 5vw, 5.2rem);
  line-height: 0.98;
  max-width: 11ch;
}

.hero-headline {
  font-weight: 700;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  max-width: 13ch;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.1;
}

p {
  margin: 0;
  line-height: 1.72;
  font-size: 1rem;
}

.hero-text,
.section-heading p {
  max-width: 62ch;
}

.hero-copy {
  display: grid;
  gap: var(--space-4);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  justify-content: center;
  min-width: 190px;
  padding: 0.95rem 1.35rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  border: 1px solid transparent;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--aspira-text);
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.95), transparent 32%),
    linear-gradient(135deg, rgba(248, 252, 251, 0.92), rgba(188, 216, 208, 0.78));
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 18px 40px rgba(184, 213, 206, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -12px 26px rgba(32, 78, 70, 0.08);
  backdrop-filter: blur(12px) saturate(1.18);
}

.button-secondary {
  color: white;
  border-color: rgba(233, 243, 241, 0.26);
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 34px rgba(7, 25, 22, 0.16);
  backdrop-filter: blur(14px) saturate(1.15);
}

.hero-kpis {
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: var(--space-2);
}

.metric-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 185px;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(233, 243, 241, 0.12);
  backdrop-filter: blur(20px);
}

.metric-card strong {
  display: block;
  font-size: 1.4rem;
}

.metric-card span:last-child {
  color: rgba(233, 243, 241, 0.72);
  font-size: 0.9rem;
}

.hero-panel {
  position: relative;
  min-height: 540px;
}

.panel-orbit {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  opacity: 0.55;
}

.orbit-one {
  top: 18%;
  left: 6%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(120, 169, 156, 0.42), transparent 68%);
}

.orbit-two {
  right: 4%;
  bottom: 12%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(233, 243, 241, 0.18), transparent 68%);
}

.dashboard-card,
.glass-card {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.88), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(233, 243, 241, 0.48));
  backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.dashboard-card::before,
.glass-card::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 34%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent);
  opacity: 0.45;
  pointer-events: none;
}

.dashboard-card {
  height: 100%;
  padding: 1.6rem;
  color: var(--aspira-text);
  background:
    radial-gradient(circle at 20% 0%, rgba(120, 169, 156, 0.17), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(225, 239, 235, 0.66));
  box-shadow: var(--shadow-strong);
}

.dashboard-topline,
.pulse-header,
.funds-header {
  justify-content: space-between;
  align-items: center;
}

.status-pill,
.data-chip,
.signal-card,
.comparison-row span,
.footer-links a {
  gap: 0.6rem;
}

.status-pill,
.data-chip {
  display: inline-flex;
  padding: 0.55rem 0.9rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.72);
}

.status-pill {
  font-size: 0.88rem;
}

.status-pill i {
  color: #6ccba8;
  font-size: 0.65rem;
}

.signal-grid {
  gap: 1rem;
  margin: 1.3rem 0;
}

.signal-card {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(120, 169, 156, 0.18);
}

.signal-card small {
  display: block;
  color: rgba(31, 47, 51, 0.58);
  margin-bottom: 0.2rem;
}

.icon-shell {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  flex-shrink: 0;
  color: var(--aspira-navy);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.98), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(120, 169, 156, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow:
    0 12px 30px rgba(120, 169, 156, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -10px 24px rgba(32, 78, 70, 0.08);
  backdrop-filter: blur(14px) saturate(1.2);
}

.stats-grid .stat-card:nth-child(1) .icon-shell,
.gap-grid .gap-card:nth-child(2) .icon-shell,
.roadmap-list .roadmap-card:nth-child(2) .icon-shell,
.fund-row:nth-child(2) .fund-label i {
  color: var(--aspira-slate);
}

.stats-grid .stat-card:nth-child(2) .icon-shell,
.mechanism .step-card:nth-child(3) .icon-shell,
.roadmap-list .roadmap-card:nth-child(3) .icon-shell,
.fund-row:nth-child(1) .fund-label i,
.fund-row:nth-child(5) .fund-label i {
  color: var(--aspira-navy);
}

.stats-grid .stat-card:nth-child(3) .icon-shell,
.glp-points .data-chip:nth-child(1) i,
.glp-points .data-chip:nth-child(2) i,
.glp-points .data-chip:nth-child(3) i,
.mechanism .step-card:nth-child(2) .icon-shell,
.roadmap-list .roadmap-card:nth-child(4) .icon-shell,
.fund-row:nth-child(3) .fund-label i,
.fund-row:nth-child(4) .fund-label i {
  color: var(--aspira-teal);
}

.evidence-grid .evidence-card:nth-child(1) .icon-shell {
  color: var(--aspira-navy);
}

.evidence-grid .evidence-card:nth-child(2) .icon-shell {
  color: var(--aspira-slate);
}

.evidence-grid .evidence-card:nth-child(3) .icon-shell {
  color: var(--aspira-teal);
}

.evidence-grid .evidence-card:nth-child(4) .icon-shell {
  color: var(--aspira-text);
}

.fund-label i,
.credential-chips i {
  color: var(--aspira-slate);
}

.comparison-highlight span:first-child {
  color: var(--chart-text);
  font-weight: 700;
}

.comparison-highlight span:first-child i {
  color: #b8e3d8;
}

.data-chip .tone-teal,
.data-chip .tone-slate,
.data-chip .tone-navy {
  font-weight: 700;
}

.icon-shell.small {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 16px;
}

.glass-card:hover,
.metric-card:hover,
.footer-links a:hover,
.data-chip:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: 0 28px 68px rgba(10, 24, 21, 0.16);
}

.graph-panel {
  margin: 1.5rem 0;
  padding: 1.2rem 1.2rem 1rem;
  border-radius: 26px;
  background: var(--chart-bg);
  color: var(--chart-text);
  overflow: hidden;
  border: 1px solid var(--chart-border);
}

.graph-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(233, 243, 241, 0.78);
  margin-bottom: 0.95rem;
}

.graph-header span,
.graph-header i {
  color: rgba(233, 243, 241, 0.9);
}

.science-graph,
.pulse-graph {
  width: 100%;
  height: auto;
}

.graph-grid,
.pulse-grid {
  fill: none;
  stroke: rgba(233, 243, 241, 0.18);
  stroke-width: 1;
}

.axis-label,
.axis-tick {
  fill: rgba(233, 243, 241, 0.76);
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.axis-label {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.axis-tick {
  font-size: 0.64rem;
  fill: rgba(233, 243, 241, 0.58);
}

.x-label {
  text-anchor: middle;
}

.chart-note {
  margin: 1.05rem 0 0;
  padding: 0 0.35rem;
  color: var(--chart-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.dashboard-chart {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(233, 243, 241, 0.08), transparent 28%),
    var(--chart-bg-soft);
  border: 1px solid var(--chart-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px) saturate(1.15);
}

.dashboard-chart-scale {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
  color: var(--chart-muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-chart-scale span:nth-child(2) {
  text-align: center;
}

.dashboard-chart-scale span:last-child {
  text-align: right;
}

.dashboard-metric {
  display: grid;
  grid-template-columns: minmax(110px, 0.95fr) minmax(120px, 1.25fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.18), transparent 30%),
    var(--chart-bg-soft);
  border: 1px solid var(--chart-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -14px 26px rgba(32, 78, 70, 0.08);
}

.dashboard-metric span {
  color: var(--chart-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.dashboard-metric strong {
  color: var(--chart-text);
  font-size: 1rem;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.dashboard-metric div {
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(233, 243, 241, 0.16), rgba(233, 243, 241, 0.07));
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(233, 243, 241, 0.08);
}

.dashboard-metric i {
  display: block;
  width: var(--bar-size);
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f8d7e 0%, var(--aspira-teal) 55%, var(--aspira-soft) 100%);
  box-shadow:
    0 0 18px rgba(233, 243, 241, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform-origin: left center;
}

.chart-bar {
  fill: url("#graphStroke");
  filter: drop-shadow(0 0 14px rgba(120, 169, 156, 0.35));
}

.chart-value,
.chart-callout text {
  fill: rgba(233, 243, 241, 0.9);
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.chart-value {
  font-size: 0.78rem;
  text-anchor: middle;
}

.chart-callout text:first-child {
  font-size: 0.9rem;
}

.chart-callout text:last-child {
  font-size: 0.62rem;
  fill: rgba(233, 243, 241, 0.62);
  font-weight: 700;
}

.pulse-card .pulse-header,
.pulse-card .pulse-header .mini-label,
.pulse-card .pulse-header i {
  color: rgba(233, 243, 241, 0.92);
}

.pulse-card .pulse-graph text {
  fill: rgba(247, 252, 250, 0.92) !important;
}

.pulse-card .axis-label,
.pulse-card .chart-value,
.pulse-card .chart-callout text:first-child {
  fill: rgba(247, 252, 250, 0.96) !important;
}

.pulse-card .axis-tick,
.pulse-card .chart-callout text:last-child {
  fill: rgba(233, 243, 241, 0.78) !important;
}

.pulse-card .pulse-caption {
  color: rgba(233, 243, 241, 0.84);
}

.funds-card .funds-header,
.funds-card .funds-header span,
.funds-card .funds-header strong,
.milestone-card .mini-label,
.milestone-card h3,
.milestone-card p {
  color: var(--aspira-text);
}

.funds-card .funds-header strong {
  color: var(--aspira-teal);
}

.milestone-card .mini-label {
  color: var(--aspira-teal);
}

.graph-line {
  fill: none;
  stroke: url(#graphStroke);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: dash 4s ease forwards infinite alternate;
}

.graph-node {
  fill: var(--aspira-soft);
  filter: drop-shadow(0 0 10px rgba(233, 243, 241, 0.7));
}

.bar-cluster,
.fund-list,
.roadmap-list {
  display: grid;
  gap: 1rem;
}

.mini-bar {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  align-items: center;
}

.fund-row {
  display: grid;
  grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
}

.mini-bar span,
.fund-label span {
  font-weight: 600;
}

.mini-bar div,
.fund-bar,
.progress-track {
  height: 0.8rem;
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: rgba(32, 78, 70, 0.09);
}

.mini-bar i,
.progress-fill {
  display: block;
  height: 100%;
  width: var(--bar-size, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--aspira-navy), var(--aspira-slate), var(--aspira-teal), #bdd4cd);
  box-shadow:
    0 0 24px rgba(120, 169, 156, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform-origin: left center;
}

.js .dashboard-metric i,
.js .mini-bar i,
.js .stat-viz span::before,
.js .milestone-mini-chart span::before,
.js .progress-fill {
  transform: scaleX(0);
}

.js .dashboard-metric.is-chart-active i,
.js .mini-bar.is-chart-active i,
.js .stat-viz.is-chart-active span::before,
.js .milestone-mini-chart.is-chart-active span::before {
  transform: scaleX(1);
  transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .radial-stat {
  opacity: 0;
  transform: scale(0.86);
}

.js .radial-stat.is-chart-active {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 700ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section {
  position: relative;
  z-index: 1;
  padding: var(--space-8) 0;
}

.section-heading {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: var(--space-6);
}

.stats-grid,
.gap-grid,
.mechanism,
.evidence-grid {
  display: grid;
  gap: 1.25rem;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.stat-card,
.gap-card,
.step-card,
.evidence-card,
.roadmap-card,
.funds-card,
.milestone-card,
.comparison-card,
.pulse-card {
  padding: 1.5rem;
}

.stat-card strong {
  display: block;
  margin: 1rem 0 0.45rem;
  font-size: 2rem;
}

.stat-viz,
.radial-stat {
  margin-top: 1.25rem;
}

.stat-viz {
  display: grid;
  gap: 0.55rem;
}

.stat-viz span {
  display: block;
  height: 0.85rem;
  border-radius: 999px;
  background: var(--chart-bg);
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(32, 78, 70, 0.08);
}

.stat-viz span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--aspira-navy), var(--aspira-slate), var(--aspira-teal));
  box-shadow:
    0 0 18px rgba(120, 169, 156, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform-origin: left center;
}

.stat-viz-risk span::before {
  width: 3%;
  min-width: 0.5rem;
}

.payment-viz span::before {
  width: 72%;
}

.residual-viz span::before {
  width: 64%;
}

.stat-viz small {
  color: var(--chart-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.radial-stat {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 0.8rem 0.65rem 0.65rem;
  border-radius: 999px;
  background: var(--chart-bg);
  border: 1px solid var(--chart-border);
  box-shadow:
    0 18px 40px rgba(32, 78, 70, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.radial-ring {
  width: 4.85rem;
  height: 4.85rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle closest-side, rgba(15, 35, 30, 0.98) 58%, transparent 60%),
    conic-gradient(var(--aspira-teal) 0 var(--value), rgba(233, 243, 241, 0.14) var(--value) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(120, 169, 156, 0.18),
    0 10px 22px rgba(32, 78, 70, 0.12),
    0 0 26px rgba(120, 169, 156, 0.16);
}

.radial-ring strong,
.radial-ring i {
  color: var(--chart-text);
  line-height: 1;
}

.radial-ring strong {
  font-size: 1.05rem;
}

.radial-ring i {
  font-size: 1.25rem;
  text-shadow: 0 0 18px rgba(233, 243, 241, 0.28);
}

.radial-stat small {
  color: var(--chart-muted);
  max-width: 7.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.metric-card strong,
.funds-header strong,
.founder-copy h2 span,
.milestone-card h3,
.section-heading h2 span,
.step-card h3,
.signal-card strong {
  font-weight: 800;
}

.gap-grid,
.mechanism {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gap-card .icon-shell {
  margin-bottom: 1.2rem;
}

.gap-card h3 {
  margin-bottom: 0.75rem;
}

.section-glp1 {
  background:
    radial-gradient(circle at 14% 30%, rgba(120, 169, 156, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(233, 243, 241, 0.7), rgba(245, 248, 247, 0.94));
}

.glp-grid,
.comparison-grid,
.funds-grid,
.founder-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  align-items: center;
}

.glp-copy {
  display: grid;
  gap: 1.3rem;
}

.glp-points,
.credential-chips {
  flex-wrap: wrap;
}

.pulse-card {
  background: var(--chart-bg);
  color: var(--chart-text);
  box-shadow: var(--shadow-strong);
  border-color: var(--chart-border);
}

.pulse-header {
  display: flex;
  margin-bottom: 1.2rem;
  color: var(--chart-text);
}

.pulse-line {
  fill: none;
  stroke: #b8e3d8;
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 270;
  stroke-dashoffset: 270;
  filter: drop-shadow(0 0 10px rgba(184, 227, 216, 0.45));
}

.risk-bar {
  fill: #b8e3d8;
  opacity: 0.72;
  filter: drop-shadow(0 0 10px rgba(184, 227, 216, 0.28));
}

.pulse-graph.is-chart-active .pulse-line {
  animation: dash 2.2s ease forwards;
}

.pulse-caption {
  margin-top: 1rem;
  color: var(--chart-muted);
}

.step-card {
  position: relative;
  overflow: hidden;
}

.step-card::before {
  content: "";
  position: absolute;
  inset: auto -15% -45% auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 169, 156, 0.18), transparent 68%);
}

.step-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.step-number {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(31, 47, 51, 0.58);
}

.mechanism-visual {
  margin-bottom: 1.35rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(233, 243, 241, 0.72), transparent 26%),
    radial-gradient(circle at 84% 16%, rgba(120, 169, 156, 0.24), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(229, 240, 237, 0.66));
}

.mechanism-scene {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

.patient-angle {
  display: grid;
  place-items: center;
  gap: 0.85rem;
  min-height: 13rem;
  border-radius: 30px;
  color: var(--chart-text);
  background: var(--chart-bg);
  border: 1px solid var(--chart-border);
  box-shadow: var(--shadow-soft);
  transform: rotate(-6deg);
}

.patient-angle i {
  font-size: clamp(2.75rem, 7vw, 4.8rem);
  color: var(--aspira-soft);
  filter: drop-shadow(0 0 18px rgba(233, 243, 241, 0.32));
}

.patient-angle span {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  color: var(--chart-text);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(233, 243, 241, 0.08);
  border: 1px solid rgba(233, 243, 241, 0.14);
}

.stomach-model {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 20rem;
}

.mechanism-svg {
  width: min(100%, 32rem);
  height: auto;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 28px 48px rgba(32, 78, 70, 0.14));
}

.svg-esophagus {
  filter: drop-shadow(0 18px 24px rgba(32, 78, 70, 0.08));
}

.svg-dose-stream {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  filter: drop-shadow(0 0 12px rgba(233, 243, 241, 0.65));
}

.svg-stomach-shell {
  filter: drop-shadow(0 24px 42px rgba(32, 78, 70, 0.12));
}

.svg-duodenum {
  filter: drop-shadow(0 16px 26px rgba(32, 78, 70, 0.08));
}

.svg-pylorus {
  filter: drop-shadow(0 0 10px rgba(32, 78, 70, 0.12));
}

.svg-stomach-inner {
  opacity: 0.85;
}

.svg-raft {
  transform-box: fill-box;
  transform-origin: center;
  transform: scaleX(0.36);
}

.svg-raft-highlight {
  stroke-dasharray: 290;
  stroke-dashoffset: 290;
}

.svg-bubbles circle {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
}

.svg-crosslinks {
  opacity: 0;
  filter: drop-shadow(0 0 10px rgba(233, 243, 241, 0.55));
}

.svg-gej {
  filter: drop-shadow(0 0 12px rgba(32, 78, 70, 0.18));
}

.svg-label {
  fill: rgba(32, 78, 70, 0.74);
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.svg-label-raft {
  fill: rgba(32, 78, 70, 0.88);
}

.svg-label-pill rect {
  fill: rgba(255, 255, 255, 0.58);
  stroke: rgba(120, 169, 156, 0.22);
  stroke-width: 1;
  filter: drop-shadow(0 8px 18px rgba(32, 78, 70, 0.08));
}

.svg-label-pill text {
  fill: rgba(32, 78, 70, 0.78);
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svg-label-dark rect {
  fill: rgba(32, 78, 70, 0.24);
  stroke: rgba(233, 243, 241, 0.18);
}

.svg-label-dark text {
  fill: rgba(233, 243, 241, 0.9);
}

.mechanism-visual.is-visible .svg-dose-stream {
  animation: svgDose 1.5s 0.15s ease forwards;
}

.mechanism-visual.is-visible .svg-raft {
  animation: svgRaftSpread 1.6s 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mechanism-visual.is-visible .svg-raft-highlight {
  animation: svgDraw 1.4s 1.05s ease forwards;
}

.mechanism-visual.is-visible .svg-bubbles circle {
  animation: svgBubble 2.6s 0.9s ease-in-out infinite;
}

.mechanism-visual.is-visible .svg-bubbles circle:nth-child(2) {
  animation-delay: 1.1s;
}

.mechanism-visual.is-visible .svg-bubbles circle:nth-child(3) {
  animation-delay: 1.25s;
}

.mechanism-visual.is-visible .svg-bubbles circle:nth-child(4) {
  animation-delay: 1.45s;
}

.mechanism-visual.is-visible .svg-bubbles circle:nth-child(5) {
  animation-delay: 1.65s;
}

.mechanism-visual.is-visible .svg-crosslinks {
  animation: svgCrosslinks 1.5s 1.25s ease forwards;
}

@keyframes svgDose {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes svgRaftSpread {
  to {
    transform: scaleX(1);
  }
}

@keyframes svgDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes svgBubble {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.74);
  }
  35% {
    opacity: 0.88;
  }
  100% {
    opacity: 0;
    transform: translateY(-34px) scale(1.08);
  }
}

@keyframes svgCrosslinks {
  to {
    opacity: 1;
  }
}

.stomach-outline {
  position: relative;
  width: min(100%, 28rem);
  aspect-ratio: 1.18;
  border-radius: 46% 54% 58% 42% / 48% 38% 62% 52%;
  background:
    radial-gradient(circle at 46% 18%, rgba(255, 255, 255, 0.86), transparent 26%),
    linear-gradient(150deg, rgba(233, 243, 241, 0.9), rgba(120, 169, 156, 0.34));
  border: 1px solid rgba(120, 169, 156, 0.34);
  box-shadow:
    0 30px 70px rgba(32, 78, 70, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58),
    inset 0 -42px 70px rgba(32, 78, 70, 0.12);
  overflow: hidden;
}

.stomach-outline::before {
  content: "";
  position: absolute;
  top: -14%;
  left: 24%;
  width: 18%;
  height: 38%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(32, 78, 70, 0.24), rgba(233, 243, 241, 0.62));
  transform: rotate(15deg);
}

.liquid-dose {
  position: absolute;
  top: 5%;
  left: 29%;
  width: 0.45rem;
  height: 8.2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(233, 243, 241, 0), #b8e3d8 24%, var(--aspira-teal));
  box-shadow: 0 0 24px rgba(120, 169, 156, 0.42);
  transform: rotate(14deg) scaleY(0);
  transform-origin: top center;
}

.gastric-contents {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 46%;
  border-radius: 52% 48% 0 0 / 40% 42% 0 0;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.24), transparent 12%),
    linear-gradient(120deg, rgba(47, 107, 94, 0.68), rgba(32, 78, 70, 0.9));
}

.raft-layer {
  position: absolute;
  left: 11%;
  right: 11%;
  bottom: 43%;
  height: 12%;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--aspira-navy);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f3fbf8, #b8e3d8, var(--aspira-teal));
  box-shadow:
    0 0 24px rgba(233, 243, 241, 0.52),
    0 10px 24px rgba(32, 78, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transform: scaleX(0.24);
  transform-origin: center;
}

.bubble,
.crosslink {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}

.bubble {
  width: 0.7rem;
  height: 0.7rem;
  background: rgba(233, 243, 241, 0.86);
  box-shadow: 0 0 16px rgba(233, 243, 241, 0.72);
}

.bubble-one {
  left: 40%;
  bottom: 20%;
}

.bubble-two {
  left: 54%;
  bottom: 16%;
}

.bubble-three {
  left: 62%;
  bottom: 26%;
}

.crosslink {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--aspira-soft);
  box-shadow:
    0 0 0 6px rgba(233, 243, 241, 0.18),
    0 0 18px rgba(233, 243, 241, 0.62);
}

.crosslink-one {
  left: 43%;
  bottom: 47%;
}

.crosslink-two {
  left: 58%;
  bottom: 49%;
}

.gej-gate {
  position: absolute;
  top: 16%;
  left: 29%;
  width: 3.4rem;
  height: 0.7rem;
  border-radius: 999px;
  background: rgba(32, 78, 70, 0.82);
  transform: rotate(14deg);
  box-shadow: 0 0 18px rgba(32, 78, 70, 0.28);
}

.mechanism-callouts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.mechanism-callouts span {
  display: grid;
  grid-template-columns: 1.85rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  min-height: 3.35rem;
  padding: 0.72rem 0.8rem;
  border-radius: 18px;
  color: var(--aspira-text);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(120, 169, 156, 0.18);
  box-shadow: 0 12px 28px rgba(32, 78, 70, 0.07);
}

.mechanism-callouts i {
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  align-self: center;
  flex-shrink: 0;
  border-radius: 12px;
  color: var(--aspira-navy);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(120, 169, 156, 0.18));
}

.mechanism-visual.is-visible .liquid-dose {
  animation: liquidDrop 1.6s 0.25s ease forwards;
}

.mechanism-visual.is-visible .raft-layer {
  animation: raftSpread 1.8s 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.mechanism-visual.is-visible .bubble {
  animation: bubbleRise 2.2s 0.9s ease-in-out infinite;
}

.mechanism-visual.is-visible .bubble-two {
  animation-delay: 1.15s;
}

.mechanism-visual.is-visible .bubble-three {
  animation-delay: 1.35s;
}

.mechanism-visual.is-visible .crosslink {
  animation: crosslinkPulse 1.8s 1.35s ease-in-out infinite alternate;
}

@keyframes liquidDrop {
  to {
    transform: rotate(14deg) scaleY(1);
  }
}

@keyframes raftSpread {
  to {
    transform: scaleX(1);
  }
}

@keyframes bubbleRise {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.7);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-4.5rem) scale(1.1);
  }
}

@keyframes crosslinkPulse {
  from {
    opacity: 0.46;
    transform: scale(0.82);
  }
  to {
    opacity: 1;
    transform: scale(1.16);
  }
}

.comparison-card {
  display: grid;
  gap: 0.8rem;
}

.strategy-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
}

.strategy-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.85fr) minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 0.85rem;
  align-items: stretch;
  padding: 0.75rem;
  border-radius: 22px;
  background: var(--chart-bg);
  border: 1px solid var(--chart-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 34px rgba(10, 24, 21, 0.1);
}

.strategy-row span {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.2rem;
  padding: 0.75rem 0.85rem;
  border-radius: 16px;
  color: var(--chart-muted);
  font-weight: 700;
  line-height: 1.4;
  background: rgba(233, 243, 241, 0.055);
  border: 1px solid rgba(233, 243, 241, 0.08);
}

.strategy-row span:first-child {
  color: var(--chart-text);
  font-weight: 850;
}

.strategy-row i {
  width: 1.6rem;
  min-width: 1.6rem;
  color: var(--aspira-teal);
  text-align: center;
  filter: drop-shadow(0 0 10px rgba(233, 243, 241, 0.18));
}

.strategy-head {
  background:
    radial-gradient(circle at 8% 0%, rgba(120, 169, 156, 0.18), transparent 34%),
    var(--chart-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 34px rgba(10, 24, 21, 0.1);
  border-color: var(--chart-border);
}

.strategy-head span {
  min-height: auto;
  color: rgba(233, 243, 241, 0.92);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(233, 243, 241, 0.075);
  border-color: rgba(233, 243, 241, 0.1);
}

.strategy-highlight {
  background:
    radial-gradient(circle at 8% 0%, rgba(120, 169, 156, 0.28), transparent 34%),
    var(--chart-bg);
  border-color: rgba(120, 169, 156, 0.34);
}

.comparison-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1.8fr repeat(3, minmax(90px, 1fr));
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: var(--chart-bg);
  color: var(--chart-text);
  border: 1px solid var(--chart-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 34px rgba(10, 24, 21, 0.12);
}

.comparison-head {
  font-weight: 700;
  color: var(--chart-muted);
}

.comparison-row > span:not(:first-child) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  border-radius: 999px;
}

.comparison-highlight span:first-child {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 0.6rem;
  padding: 0.6rem 0.8rem;
  border-radius: 999px;
  background: rgba(233, 243, 241, 0.08);
  border: 1px solid rgba(233, 243, 241, 0.16);
}

.comparison-highlight {
  border: 1px solid rgba(120, 169, 156, 0.32);
  background:
    radial-gradient(circle at 8% 0%, rgba(120, 169, 156, 0.22), transparent 32%),
    var(--chart-bg);
}

.yes,
.partial,
.no {
  justify-content: center;
  font-size: 1rem;
}

.yes {
  color: #1d7a5d;
}

.partial {
  color: #c38a2f;
}

.no {
  color: #b35656;
}

.evidence-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evidence-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.evidence-card .icon-shell {
  margin-bottom: 1.15rem;
}

.evidence-card h3 {
  margin-bottom: 0.7rem;
}

.roadmap-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: start;
}

.roadmap-card,
.milestone-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(120, 169, 156, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.62));
}

.roadmap-meta {
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.roadmap-meta p {
  color: rgba(31, 47, 51, 0.6);
}

.milestone-mini-chart {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 1.35rem;
  padding: 0.85rem;
  border-radius: 18px;
  background: var(--chart-bg);
  border: 1px solid var(--chart-border);
}

.milestone-mini-chart span {
  position: relative;
  padding-top: 1.4rem;
  color: var(--chart-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.milestone-mini-chart span::before {
  content: "";
  position: absolute;
  top: 0.34rem;
  left: 0;
  right: 0;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(32, 78, 70, 0.13), rgba(120, 169, 156, 0.1));
  transform-origin: left center;
  box-shadow: inset 0 0 0 1px rgba(32, 78, 70, 0.06);
}

.milestone-mini-chart .is-active::before,
.milestone-mini-chart .is-target::before {
  background: linear-gradient(90deg, var(--aspira-slate), var(--aspira-teal));
  box-shadow:
    0 0 18px rgba(120, 169, 156, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.continuous-roadmap {
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 10% 0%, rgba(233, 243, 241, 0.74), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(229, 240, 237, 0.7));
}

.roadmap-program {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: clamp(1.5rem, 4vw, 2.6rem);
}

.roadmap-program h3 {
  margin: 0.2rem 0 0.3rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.roadmap-program p {
  color: rgba(31, 47, 51, 0.64);
}

.roadmap-progress {
  display: grid;
  gap: 1rem;
  margin-bottom: 0;
  padding: 1rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.85), transparent 32%),
    rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(120, 169, 156, 0.16);
}

.roadmap-progress-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: rgba(31, 47, 51, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roadmap-progress-top strong {
  color: var(--aspira-slate);
  letter-spacing: 0;
  text-transform: none;
}

.roadmap-progress-bar {
  height: 0.95rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(32, 78, 70, 0.09);
  box-shadow:
    inset 0 0 0 1px rgba(120, 169, 156, 0.16),
    0 12px 28px rgba(32, 78, 70, 0.08);
}

.roadmap-progress-fill {
  display: block;
  width: var(--bar-size, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--aspira-navy), var(--aspira-slate), var(--aspira-teal), var(--aspira-soft));
  box-shadow:
    0 0 24px rgba(120, 169, 156, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.roadmap-markerbar {
  padding: clamp(1rem, 2.5vw, 1.35rem);
}

.roadmap-markers {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.roadmap-marker {
  position: relative;
  display: grid;
  gap: 0.35rem;
  align-content: start;
  min-height: 8.5rem;
  padding: 0.9rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.78), transparent 30%),
    rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(120, 169, 156, 0.15);
}

.roadmap-marker::before {
  content: "";
  width: 100%;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(32, 78, 70, 0.12);
}

.roadmap-marker.is-complete::before,
.roadmap-marker.is-active::before {
  background: linear-gradient(90deg, var(--aspira-navy), var(--aspira-teal));
  box-shadow: 0 0 18px rgba(120, 169, 156, 0.3);
}

.roadmap-marker i {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  margin-top: 0.25rem;
  border-radius: 15px;
  color: var(--aspira-navy);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.94), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(120, 169, 156, 0.22));
  border: 1px solid rgba(120, 169, 156, 0.18);
}

.roadmap-marker span {
  color: var(--aspira-text);
  font-weight: 850;
  line-height: 1.15;
}

.roadmap-marker small {
  color: rgba(31, 47, 51, 0.62);
  font-weight: 750;
  line-height: 1.25;
}

.roadmap-marker.is-active {
  border-color: rgba(120, 169, 156, 0.34);
  background:
    radial-gradient(circle at 24% 0%, rgba(120, 169, 156, 0.24), transparent 34%),
    rgba(255, 255, 255, 0.68);
}

.roadmap-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.roadmap-step-card {
  position: relative;
  display: grid;
  gap: 0.6rem;
  align-content: start;
  min-height: 14rem;
  padding: 1rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(233, 243, 241, 0.5));
  border: 1px solid rgba(120, 169, 156, 0.16);
  box-shadow:
    0 16px 36px rgba(32, 78, 70, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.roadmap-step-card.is-active {
  background:
    radial-gradient(circle at 20% 0%, rgba(120, 169, 156, 0.26), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(233, 243, 241, 0.68));
  border-color: rgba(120, 169, 156, 0.34);
}

.roadmap-step-card i {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--aspira-navy);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.94), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(120, 169, 156, 0.22));
  border: 1px solid rgba(120, 169, 156, 0.18);
}

.roadmap-step-kicker {
  color: var(--aspira-slate);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.roadmap-step-card h3 {
  margin: 0;
  color: var(--aspira-text);
  font-weight: 850;
}

.roadmap-step-card p {
  margin: 0;
  color: rgba(31, 47, 51, 0.62);
  font-weight: 700;
  line-height: 1.35;
}

.progress-track,
.fund-bar {
  height: 1rem;
  background: var(--chart-bg);
  box-shadow: inset 0 0 0 1px var(--chart-border);
}

.progress-fill {
  transform-origin: left center;
}

.funds-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.funds-header strong {
  font-size: 2.8rem;
  font-family: "Manrope", "Inter", sans-serif;
}

.funds-card {
  padding: 1.75rem;
}

.fund-label {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 0.95rem;
  padding: 0.78rem 1rem 0.78rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(120, 169, 156, 0.16);
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(233, 243, 241, 0.82)),
    linear-gradient(180deg, rgba(120, 169, 156, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow:
    0 12px 28px rgba(120, 169, 156, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  line-height: 1.18;
}

.fund-label i {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-grid;
  place-items: center;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.05rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(120, 169, 156, 0.16), rgba(255, 255, 255, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.fund-label span {
  display: inline-block;
  padding-top: 0.04rem;
  font-weight: 700;
}

.fund-bar {
  position: relative;
  height: 1.05rem;
  min-width: 0;
}

.fund-bar small {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  transform: translateY(-50%);
  color: var(--chart-text);
  font-size: 0.7rem;
  font-weight: 800;
}

.founder-image-wrap {
  position: relative;
  max-width: 460px;
}

.founder-image-wrap::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 42px;
  background: radial-gradient(circle at 30% 30%, rgba(120, 169, 156, 0.32), transparent 56%);
  z-index: -1;
}

.founder-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow-strong);
}

.founder-copy {
  display: grid;
  gap: 1.1rem;
}

.founder-title {
  color: var(--aspira-slate);
  font-weight: 700;
}

.founder-contact {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.founder-contact-button {
  gap: 0.65rem;
  width: fit-content;
}

.founder-email-link {
  font-weight: 600;
  color: var(--aspira-slate);
}

.founder-email-link:hover,
.founder-email-link:focus-visible {
  color: var(--aspira-navy);
}

.site-footer {
  padding: 0 0 var(--space-7);
}

.footer-grid {
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  padding: 2rem 2.2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(120, 169, 156, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(12, 30, 25, 0.98), rgba(7, 19, 16, 0.98));
  color: white;
  box-shadow: var(--shadow-strong);
}

.footer-copy h2 {
  max-width: 15ch;
}

.footer-links {
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.95rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(233, 243, 241, 0.12);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .glp-grid,
  .comparison-grid,
  .roadmap-grid,
  .funds-grid,
  .founder-grid,
  .stats-grid,
  .gap-grid,
  .mechanism,
  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 460px;
  }

  .comparison-row {
    grid-template-columns: 1.5fr repeat(3, minmax(70px, 1fr));
  }

  .founder-grid {
    justify-items: center;
  }

  .founder-copy {
    width: 100%;
    max-width: 720px;
  }

  .mechanism-scene {
    grid-template-columns: 1fr;
  }

  .mechanism-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .patient-angle {
    min-height: 10rem;
    transform: rotate(-3deg);
  }

  .stomach-model {
    min-height: 18rem;
  }

  .strategy-row {
    grid-template-columns: 1fr;
  }

  .strategy-head {
    display: none;
  }

  .roadmap-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roadmap-markers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .roadmap-step-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 4.5rem 0;
  }

  .site-header {
    padding: 0.75rem 0;
  }

  .navbar {
    position: relative;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-grid !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    margin-left: auto;
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    background:
      radial-gradient(circle at 36% 20%, rgba(233, 243, 241, 0.18), transparent 38%),
      linear-gradient(145deg, rgba(14, 38, 34, 0.94), rgba(32, 78, 70, 0.82));
    border-color: rgba(233, 243, 241, 0.16);
    box-shadow:
      0 12px 28px rgba(7, 25, 22, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .nav-toggle span {
    background: rgba(233, 243, 241, 0.96);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.22);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.85rem);
    left: 0;
    right: 0;
    display: grid;
    gap: 0.55rem;
    width: 100%;
    padding: 0.75rem;
    border-radius: 24px;
    background:
      radial-gradient(circle at 90% 0%, rgba(120, 169, 156, 0.18), transparent 28%),
      rgba(9, 24, 20, 0.94);
    border: 1px solid rgba(233, 243, 241, 0.12);
    box-shadow: 0 26px 70px rgba(4, 16, 12, 0.35);
    backdrop-filter: blur(22px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top center;
    transition:
      opacity 220ms ease,
      transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav-links a {
    justify-content: flex-start;
    padding: 0.72rem 0.8rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(233, 243, 241, 0.08);
  }

  .nav-links a i::after {
    width: 1.45rem;
    height: 1.45rem;
    opacity: 0.56;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    background: rgba(255, 255, 255, 0.1);
  }

  .hero {
    padding-top: 3rem;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 3.8rem);
  }

  h2 {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  .signal-grid,
  .hero-actions,
  .footer-grid,
  .mini-bar {
    grid-template-columns: 1fr;
  }

  .signal-grid {
    display: grid;
  }

  .hero-panel {
    min-height: auto;
  }

  .dashboard-metric {
    padding: 0.8rem;
  }

  .dashboard-metric strong {
    font-size: 1.2rem;
  }

  .radial-stat {
    gap: 0.7rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 1rem;
    font-size: 0.92rem;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row span:first-child {
    margin-bottom: 0.2rem;
    font-weight: 800;
  }

  .comparison-row > span:not(:first-child) {
    justify-content: space-between;
    padding: 0.72rem 0.85rem;
    background: rgba(245, 248, 247, 0.92);
    border: 1px solid rgba(120, 169, 156, 0.14);
  }

  .strategy-row span {
    min-height: auto;
  }

  .comparison-row > span:not(:first-child)::before {
    content: attr(data-label);
    color: rgba(31, 47, 51, 0.62);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .stats-grid,
  .gap-grid,
  .mechanism,
  .evidence-grid {
    gap: 1rem;
  }

  .fund-label {
    min-width: 0;
  }

  .fund-row {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 1rem;
  }

  .fund-label {
    width: 100%;
    padding: 0.72rem 0.9rem;
  }

  .founder-image-wrap {
    max-width: 360px;
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .founder-image {
    aspect-ratio: 4 / 4.5;
  }

  .founder-contact-button {
    width: 100%;
  }

  .footer-grid {
    display: grid;
    padding: 1.5rem;
  }

  .footer-links a {
    width: 100%;
    justify-content: flex-start;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100vw - 1rem, 100%);
    --space-8: 4.5rem;
  }

  .hero {
    padding-top: 2.25rem;
  }

  .brand-text {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 14px;
  }

  .hero-kpis,
  .glp-points,
  .credential-chips {
    flex-direction: column;
  }

  .metric-card,
  .data-chip {
    width: 100%;
  }

  .hero-panel {
    min-height: auto;
  }

  .dashboard-card {
    padding: 1rem;
  }

  .graph-panel {
    padding: 1rem;
    border-radius: 22px;
  }

  .dashboard-chart {
    gap: 0.85rem;
    padding: 0.85rem;
  }

  .dashboard-metric span {
    font-size: 0.72rem;
  }

  .dashboard-metric strong {
    font-size: 0.95rem;
  }

  .dashboard-metric i {
    height: 0.46rem;
  }

  .dashboard-metric {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.95rem;
  }

  .dashboard-metric strong {
    text-align: left;
  }

  .dashboard-chart-scale {
    font-size: 0.58rem;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    text-align: left;
  }

  .dashboard-chart-scale span:nth-child(2),
  .dashboard-chart-scale span:last-child {
    text-align: left;
  }

  .signal-card {
    padding: 0.9rem;
  }

  .dashboard-card,
  .stat-card,
  .gap-card,
  .step-card,
  .evidence-card,
  .roadmap-card,
  .funds-card,
  .milestone-card,
  .comparison-card,
  .strategy-card,
  .continuous-roadmap,
  .mechanism-visual,
  .pulse-card {
    padding: 1.2rem;
  }

  .mechanism-callouts span,
  .strategy-row span {
    padding: 0.72rem 0.8rem;
    border-radius: 15px;
  }

  .mechanism-callouts span {
    align-items: center;
  }

  .mechanism-callouts {
    grid-template-columns: 1fr;
  }

  .stomach-model {
    min-height: 15.5rem;
  }

  .stomach-outline {
    width: min(100%, 20rem);
  }

  .mechanism-svg {
    width: min(100%, 21rem);
  }

  .svg-label {
    font-size: 0.7rem;
  }

  .raft-layer {
    font-size: 0.58rem;
  }

  .roadmap-progress-top {
    display: grid;
  }

  .roadmap-cards {
    grid-template-columns: 1fr;
  }

  .roadmap-markers {
    grid-template-columns: 1fr;
  }

  .roadmap-marker {
    grid-template-columns: auto 1fr;
    min-height: auto;
    column-gap: 0.85rem;
    padding: 0.9rem;
  }

  .roadmap-progress {
    padding: 0.9rem;
  }

  .roadmap-marker::before {
    grid-column: 1 / -1;
  }

  .roadmap-marker i {
    grid-row: span 2;
    margin-top: 0;
  }

  .roadmap-step-card {
    grid-template-columns: auto 1fr;
    column-gap: 0.9rem;
    align-items: start;
    padding: 1rem;
  }

  .roadmap-step-card i {
    grid-row: span 3;
  }

  .roadmap-program {
    display: grid;
  }

  .roadmap-program .status-pill {
    width: fit-content;
  }

  .comparison-row {
    gap: 0.5rem;
    font-size: 0.82rem;
  }

  .fund-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .funds-card {
    padding: 1.2rem;
  }

  .funds-header {
    align-items: flex-start;
  }

  .funds-header strong {
    font-size: 2.35rem;
  }

  .fund-label {
    padding: 0.72rem 0.85rem;
    border-radius: 16px;
  }

  .fund-label i {
    width: 2rem;
    height: 2rem;
  }

  .radial-stat {
    width: 100%;
  }

  .radial-ring {
    width: 4.3rem;
    height: 4.3rem;
  }

  .radial-stat small {
    max-width: none;
  }

  .milestone-mini-chart {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.75rem;
  }

  .fund-bar small {
    right: 0.45rem;
    font-size: 0.66rem;
  }

  .comparison-row > span:not(:first-child) {
    padding: 0.68rem 0.8rem;
  }

  .comparison-row span:first-child {
    font-size: 0.86rem;
  }

  .founder-image-wrap {
    max-width: 280px;
    width: min(100%, 280px);
  }

  .founder-image {
    border-radius: 28px;
    aspect-ratio: 4 / 4.8;
  }

  .footer-copy h2 {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .progress-fill {
    width: var(--bar-size, 0%);
  }

  .pulse-line {
    stroke-dashoffset: 0;
  }

  .dashboard-metric i,
  .mini-bar i,
  .stat-viz span::before,
  .milestone-mini-chart span::before,
  .progress-fill {
    transform: scaleX(1);
  }

  .radial-stat {
    opacity: 1;
    transform: none;
  }

  .alginate-solution path,
  .ion-group,
  .bicarb-group,
  .reaction-arrow-line,
  .raft-product,
  .buoyancy-line,
  .buoyant-label,
  .reaction-footer {
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
  }
}

/* Reference-inspired editorial pass */
:root {
  --ref-teal-deep: #085041;
  --ref-teal-mid: #0f6e56;
  --ref-teal-bright: #1d9e75;
  --ref-teal-light: #5dcaa5;
  --ref-teal-pale: #e1f5ee;
  --ref-coral: #d85a30;
  --ref-off-white: #f7f5f0;
  --ref-warm-line: #d3d1c7;
  --ref-dark: #2c2c2a;
}

body {
  font-family: "DM Mono", monospace;
  color: var(--ref-dark);
  background:
    radial-gradient(circle at 84% 10%, rgba(93, 202, 165, 0.11), transparent 22%),
    var(--ref-off-white);
}

.grain {
  opacity: 0.06;
}

.site-header {
  padding: 0;
  background: rgba(247, 245, 240, 0.92);
  border-bottom: 0.5px solid var(--ref-warm-line);
  backdrop-filter: blur(8px);
}

.navbar {
  min-height: 5rem;
}

.brand {
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.brand-text {
  color: var(--ref-teal-deep);
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(211, 209, 199, 0.7);
  box-shadow: 0 12px 30px rgba(8, 80, 65, 0.1);
}

.nav-links {
  gap: 1.55rem;
}

.nav-links a {
  color: rgba(44, 44, 42, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ref-teal-deep);
}

.nav-links a i {
  color: var(--ref-teal-deep);
  filter: drop-shadow(0 0 8px rgba(93, 202, 165, 0.34));
}

.nav-links a i::after {
  background: radial-gradient(circle, rgba(93, 202, 165, 0.34) 0 24%, rgba(29, 158, 117, 0.14) 46%, transparent 74%);
}

h1,
h2,
h3,
.stat-card strong,
.metric-card strong,
.roadmap-program h3,
.founder-copy h2 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.03em;
}

.eyebrow,
.mini-label,
.status-pill,
.data-chip,
.section-heading p,
.metric-card span,
.roadmap-marker small,
.pub-journal,
.pub-type,
.status-badge {
  font-family: "DM Mono", monospace;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: stretch;
  padding: 5rem 0 0;
  color: var(--ref-dark);
  background: var(--ref-off-white);
}

.hero::after {
  content: none;
}

.hero-grid {
  width: 100%;
  max-width: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.hero-copy {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 5vw, 4rem);
  justify-content: center;
}

.hero .eyebrow {
  color: var(--ref-coral);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
}

.hero-headline {
  max-width: 10.5ch;
  color: var(--ref-teal-deep);
  font-size: clamp(3.8rem, 7.4vw, 6.9rem);
  font-weight: 300;
  line-height: 1.1;
}

.hero-headline .tone-soft,
.hero-headline .tone-teal {
  color: inherit;
  text-shadow: none;
}

.hero-headline .tone-teal {
  color: var(--ref-coral);
  font-style: italic;
}

.hero-text {
  max-width: 38rem;
  color: rgba(44, 44, 42, 0.66);
  font-size: 0.82rem;
  line-height: 2;
}

.button {
  border-radius: 0;
  font-family: "DM Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.button-primary {
  background: var(--ref-teal-mid);
  color: white;
}

.button-secondary {
  color: rgba(44, 44, 42, 0.58);
  background: transparent;
  border: 0;
  text-decoration: underline;
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 47rem);
  margin-top: 2.1rem;
  border: 0.5px solid var(--ref-warm-line);
  background: var(--ref-warm-line);
}

.metric-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-width: 0;
  padding: 1.1rem 1.15rem;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.76), transparent 34%),
    rgba(247, 245, 240, 0.94);
  box-shadow: none;
}

.metric-card .icon-shell {
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 50%;
  color: var(--ref-teal-deep);
  background: var(--ref-teal-pale);
  border: 0.5px solid rgba(15, 110, 86, 0.16);
  box-shadow: none;
}

.metric-card strong {
  display: block;
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1;
}

.metric-card span:last-child {
  display: block;
  margin-top: 0.35rem;
  color: rgba(44, 44, 42, 0.52);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-raft-panel {
  position: relative;
  min-height: calc(100vh - 5rem);
  display: grid;
  place-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 50% 46%, rgba(93, 202, 165, 0.2), transparent 28%),
    var(--ref-teal-pale);
  overflow: hidden;
}

.reaction-viz {
  width: min(94%, 680px);
  height: auto;
  overflow: visible;
}

.reaction-viz text {
  font-family: "DM Mono", monospace;
  text-anchor: middle;
}

.alginate-solution path {
  fill: none;
  stroke: var(--ref-teal-deep);
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0.62;
  animation: reactionSolution 5.8s ease-in-out infinite;
}

.ion-group circle,
.crosslink-nodes circle {
  fill: var(--ref-teal-bright);
}

.ion-group,
.bicarb-group {
  animation: reactionSolution 5.8s ease-in-out infinite;
}

.ion-group text {
  fill: white;
  font-size: 10px;
}

.bicarb-group rect {
  fill: var(--ref-teal-deep);
  opacity: 0.76;
}

.bicarb-group text {
  fill: #9fe1cb;
  font-size: 9.5px;
}

.reaction-note {
  fill: var(--ref-teal-deep);
  font-size: 9.5px;
  opacity: 0.52;
}

.reaction-note.faint {
  opacity: 0.34;
}

.reaction-arrow-line,
.buoyancy-line {
  stroke: var(--ref-teal-deep);
  stroke-width: 1.5;
  stroke-opacity: 0.42;
}

.reaction-arrow-line {
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
  animation: reactionArrowFlow 5.8s ease-in-out infinite;
}

.buoyancy-line {
  stroke: var(--ref-teal-bright);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-opacity: 0.55;
}

.gastric-pool {
  fill: var(--ref-teal-mid);
  opacity: 0.1;
}

.gastric-wave {
  fill: none;
  stroke: var(--ref-teal-mid);
  stroke-width: 1;
  opacity: 0.22;
}

.raft-product {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: raftAssembleFloat 5.8s ease-in-out infinite;
}

.raft-shadow {
  fill: var(--ref-teal-deep);
  opacity: 0.07;
}

.raft-body {
  fill: var(--ref-teal-bright);
  opacity: 0.18;
}

.raft-outline {
  fill: none;
  stroke: var(--ref-teal-mid);
  stroke-width: 1.5;
  opacity: 0.5;
}

.raft-sheen {
  fill: var(--ref-teal-light);
  opacity: 0.22;
}

.raft-chain {
  fill: none;
  stroke: var(--ref-teal-deep);
  stroke-width: 2.35;
  stroke-linecap: round;
  opacity: 0.46;
}

.crosslink-nodes line {
  stroke: var(--ref-teal-bright);
  stroke-width: 2;
  opacity: 0.72;
}

.co2-bubbles circle {
  fill: var(--ref-teal-pale);
  stroke: var(--ref-teal-light);
  stroke-width: 1;
  opacity: 0.82;
}

.co2-bubbles text {
  fill: var(--ref-teal-deep);
  font-size: 7.5px;
}

.buoyant-label,
.reaction-footer {
  fill: var(--ref-teal-mid);
  font-size: 9px;
  opacity: 0.5;
}

.buoyancy-line,
.buoyant-label,
.reaction-footer {
  animation: reactionAnnotation 5.8s ease-in-out infinite;
}

.reaction-footer {
  font-size: 10px;
  opacity: 0.38;
}

@keyframes raftBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes reactionSolution {
  0%,
  12% {
    opacity: 0;
    transform: translateX(-8px);
  }
  24%,
  72% {
    opacity: 0.72;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-8px);
  }
}

@keyframes reactionArrowFlow {
  0%,
  20% {
    opacity: 0;
    stroke-dashoffset: 90;
  }
  34%,
  70% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes raftAssembleFloat {
  0%,
  28% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  42% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  58% {
    opacity: 1;
    transform: translateY(-10px) scale(1);
  }
  74% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
}

@keyframes reactionAnnotation {
  0%,
  38% {
    opacity: 0;
  }
  50%,
  76% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
  }
}

.device-viz {
  width: min(62vw, 390px);
  aspect-ratio: 1;
  position: relative;
}

.raft-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(15, 110, 86, 0.28);
  animation: pulse 4s ease-in-out infinite;
}

.raft-ring:nth-child(2) {
  inset: 12.5%;
  border-color: rgba(15, 110, 86, 0.48);
  animation-delay: 0.45s;
}

.raft-ring:nth-child(3) {
  inset: 25%;
  border-color: rgba(15, 110, 86, 0.68);
  animation-delay: 0.9s;
}

.raft-core {
  position: absolute;
  inset: 35%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--ref-teal-bright);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.05;
  text-align: center;
  box-shadow: 0 20px 60px rgba(8, 80, 65, 0.2);
}

.raft-data {
  position: absolute;
  color: var(--ref-teal-mid);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  opacity: 0.75;
}

.raft-data-1 {
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.raft-data-2 {
  top: 47%;
  right: -4%;
}

.raft-data-3 {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.raft-data-4 {
  top: 47%;
  left: -4%;
}

.hero-raft-caption {
  position: absolute;
  left: clamp(1.5rem, 4vw, 3rem);
  right: clamp(1.5rem, 4vw, 3rem);
  bottom: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(8, 80, 65, 0.72);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-raft-caption strong {
  color: var(--ref-teal-deep);
  font-weight: 500;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(1);
  }
  50% {
    opacity: 0.74;
    transform: scale(1.025);
  }
}

.reference-stat-bar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.6rem 3rem 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.5rem;
}

.reference-stat {
  border-left: 2px solid var(--ref-teal-light);
  padding-left: 1rem;
}

.reference-stat strong {
  display: block;
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1;
}

.reference-stat span {
  display: block;
  margin-top: 0.3rem;
  color: rgba(44, 44, 42, 0.54);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  text-transform: uppercase;
}

.reference-stat small,
.risk-cell small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(44, 44, 42, 0.4);
  font-size: 0.52rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.risk-cell-dark small {
  color: rgba(225, 245, 238, 0.48);
}

.section {
  padding: 7rem 0;
}

.section-heading {
  max-width: 1200px;
}

.section-heading .eyebrow,
.eyebrow {
  color: var(--ref-coral);
  letter-spacing: 0.18em;
}

.section-heading h2 {
  color: var(--ref-teal-deep);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 300;
  line-height: 1;
}

.section-heading > p {
  max-width: 52rem;
  color: rgba(44, 44, 42, 0.64);
  font-size: 0.78rem;
  line-height: 2;
}

.stats-grid,
.gap-grid,
.evidence-grid {
  gap: 1px;
  background: var(--ref-warm-line);
  border: 0.5px solid var(--ref-warm-line);
}

.stat-card,
.gap-card,
.evidence-card {
  border-radius: 0;
  background: var(--ref-off-white);
  border: 0;
  box-shadow: none;
}

.section-glp1 {
  background: var(--ref-teal-pale);
}

.pulse-card,
.graph-panel,
.strategy-row {
  border-radius: 0;
  background: var(--ref-teal-deep);
}

#solution {
  background: var(--ref-teal-deep);
  color: var(--ref-teal-pale);
}

#solution .section-heading h2,
#solution .section-heading h2 span {
  color: white;
}

#solution .section-heading > p {
  color: rgba(225, 245, 238, 0.66);
}

.mechanism-visual,
.step-card {
  border-radius: 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(93, 202, 165, 0.16), transparent 28%),
    rgba(8, 80, 65, 0.54);
  border: 0.5px solid rgba(93, 202, 165, 0.28);
  box-shadow: none;
}

.step-card h3,
.step-card p,
.step-number {
  color: var(--ref-teal-pale);
}

.step-card p {
  opacity: 0.66;
}

.mechanism-callouts span {
  color: var(--ref-teal-pale);
  background: rgba(8, 80, 65, 0.5);
  border-color: rgba(93, 202, 165, 0.26);
}

.section-comparison,
.pubs-section {
  background: #2c2c2a;
  color: var(--ref-off-white);
}

.section-comparison .section-heading h2,
.pubs-section h2 {
  color: white;
}

.section-comparison .section-heading > p,
.pubs-header > p {
  color: rgba(247, 245, 240, 0.58);
}

.science-foundation-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-top: 2.5rem;
}

.science-orbit {
  min-height: 26rem;
  display: grid;
  place-items: center;
  background: var(--ref-teal-pale);
}

.science-orbit svg {
  width: min(80%, 32rem);
  height: auto;
}

.science-orbit circle,
.science-orbit ellipse,
.science-orbit line {
  fill: none;
  stroke: var(--ref-teal-bright);
}

.science-orbit line {
  stroke-width: 0.5;
  opacity: 0.5;
}

.science-orbit .orbit-dash {
  stroke-width: 0.5;
  stroke-dasharray: 4 4;
  opacity: 0.4;
}

.science-orbit .orbit-soft {
  stroke-width: 0.5;
  opacity: 0.3;
}

.science-orbit .orbit-ring {
  stroke: var(--ref-teal-mid);
  stroke-width: 1;
  opacity: 0.5;
}

.science-orbit .orbit-fill {
  fill: rgba(29, 158, 117, 0.05);
  stroke-width: 0.7;
  opacity: 0.6;
}

.science-orbit .node-main,
.science-orbit .node-mid,
.science-orbit .node-light {
  stroke: none;
}

.science-orbit .node-main {
  fill: var(--ref-teal-bright);
  opacity: 0.9;
}

.science-orbit .node-mid {
  fill: var(--ref-teal-mid);
  opacity: 0.7;
}

.science-orbit .node-light {
  fill: var(--ref-teal-light);
  opacity: 0.6;
}

.science-orbit text {
  fill: var(--ref-teal-mid);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  text-anchor: middle;
  opacity: 0.55;
}

.science-orbit text:first-of-type {
  font-size: 9px;
  opacity: 0.7;
}

.science-detail {
  display: grid;
  gap: 1.5rem;
}

.science-detail article {
  padding-top: 1.2rem;
  border-top: 0.5px solid var(--ref-warm-line);
}

.science-detail span {
  display: block;
  color: var(--ref-coral);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.science-detail h3 {
  margin-top: 0.45rem;
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
}

.science-detail p {
  margin-top: 0.45rem;
  color: rgba(44, 44, 42, 0.6);
  font-size: 0.7rem;
  line-height: 1.9;
}

.strategy-card {
  border-radius: 0;
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.pubs-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.pubs-header h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 6vw, 4.2rem);
  font-weight: 300;
  line-height: 1;
}

.pubs-header > p {
  max-width: 28rem;
  font-size: 0.72rem;
  line-height: 1.9;
}

.pub-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  border: 0.5px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.pub-type {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(247, 245, 240, 0.32);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pub-journal {
  color: var(--ref-teal-light);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pub-card h3 {
  margin: 0.55rem 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
}

.pub-authors {
  color: rgba(247, 245, 240, 0.42);
  font-size: 0.68rem;
  line-height: 1.7;
}

.status-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 2px;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.badge-revise {
  color: var(--ref-teal-light);
  background: rgba(29, 158, 117, 0.15);
  border: 0.5px solid rgba(29, 158, 117, 0.28);
}

.badge-pending {
  color: #f0997b;
  background: rgba(216, 90, 48, 0.15);
  border: 0.5px solid rgba(216, 90, 48, 0.28);
}

.badge-accepted {
  color: #7bb3f0;
  background: rgba(48, 120, 216, 0.15);
  border: 0.5px solid rgba(48, 120, 216, 0.28);
}

.continuous-roadmap,
.roadmap-progress,
.roadmap-marker,
.founder-image,
.footer-grid {
  border-radius: 0;
}

.section-roadmap {
  border-top: 0.5px solid var(--ref-warm-line);
}

.roadmap-program h3 {
  color: var(--ref-teal-deep);
  font-size: 2.2rem;
  font-weight: 300;
}

.section-founder {
  background: var(--ref-off-white);
}

.founder-grid {
  align-items: center;
}

.founder-copy .eyebrow {
  color: var(--ref-coral);
}

.founder-copy h2 {
  color: var(--ref-teal-deep);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 300;
}

.site-footer {
  padding: 0;
  background: #1a1a18;
}

.footer-grid {
  width: 100%;
  max-width: none;
  padding: 4rem 3rem;
  background: transparent;
  box-shadow: none;
}

.footer-copy h2 {
  max-width: 18ch;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-raft-panel {
    min-height: 36rem;
  }

  .reference-stat-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pubs-header,
  .pub-card {
    grid-template-columns: 1fr;
  }

  .pub-type {
    writing-mode: horizontal-tb;
    transform: none;
  }
}

@media (max-width: 760px) {
  .navbar {
    min-height: 4.25rem;
  }

  .nav-links {
    background: rgba(247, 245, 240, 0.96);
    border-color: rgba(211, 209, 199, 0.9);
  }

  .nav-links a {
    color: rgba(44, 44, 42, 0.72);
  }

  .hero-copy {
    padding: 4rem 1rem 2rem;
  }

  .hero-headline {
    font-size: clamp(3rem, 14.5vw, 4.75rem);
    line-height: 1.04;
  }

  .hero-raft-panel {
    min-height: 28rem;
  }

  .device-viz {
    width: min(84vw, 330px);
  }

  .hero-raft-caption {
    display: grid;
  }

  .hero-kpis {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .metric-card {
    padding: 1rem;
  }

  .reference-stat-bar {
    grid-template-columns: 1fr;
    padding: 2rem 1rem 0;
    gap: 1.25rem;
  }

  .section {
    padding: 5rem 0;
  }

  .pub-card {
    padding: 1.4rem;
  }
}

/* Reference alignment refinements */
.problem-reference-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.problem-reference-grid .section-heading {
  margin: 0;
}

.problem-reference-grid .section-heading h2 {
  max-width: 12ch;
}

.problem-reference-grid .section-heading h2 em,
.team-section .section-heading h2 em {
  color: var(--ref-coral);
  font-style: italic;
}

.stat-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: 2rem;
  padding: 1.3rem 1.35rem;
  border-left: 3px solid var(--ref-teal-bright);
  background: var(--ref-teal-pale);
}

.stat-callout strong {
  display: block;
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1;
}

.stat-callout p {
  margin-top: 0.4rem;
  color: rgba(44, 44, 42, 0.62);
  font-size: 0.7rem;
  line-height: 1.8;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--ref-warm-line);
  border: 0.5px solid var(--ref-warm-line);
}

.risk-cell {
  min-height: 13.5rem;
  padding: clamp(1.3rem, 3vw, 1.8rem);
  background: var(--ref-off-white);
  color: var(--ref-dark);
}

.risk-cell-dark {
  background:
    radial-gradient(circle at 12% 0%, rgba(93, 202, 165, 0.18), transparent 38%),
    var(--ref-teal-deep);
  color: var(--ref-teal-pale);
}

.risk-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  color: var(--ref-teal-mid);
  background: rgba(93, 202, 165, 0.12);
  border: 0.5px solid rgba(15, 110, 86, 0.18);
}

.risk-cell-dark .risk-icon {
  color: var(--ref-teal-light);
  background: rgba(93, 202, 165, 0.12);
  border-color: rgba(93, 202, 165, 0.24);
}

.risk-cell strong {
  display: block;
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.25rem, 6vw, 3.35rem);
  font-weight: 300;
  line-height: 0.9;
}

.risk-cell-dark strong {
  color: var(--ref-teal-light);
}

.risk-cell p {
  margin-top: 0.75rem;
  color: rgba(44, 44, 42, 0.58);
  font-size: 0.68rem;
  line-height: 1.8;
}

.risk-cell-dark p {
  color: rgba(225, 245, 238, 0.68);
}

.risk-detail-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--ref-warm-line);
  border: 0.5px solid var(--ref-warm-line);
  border-top: 0;
}

.risk-detail-strip span {
  display: block;
  padding: 1rem 1.15rem;
  color: rgba(44, 44, 42, 0.56);
  background: rgba(247, 245, 240, 0.72);
  font-size: 0.62rem;
  line-height: 1.65;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.risk-detail-strip strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

#solution .mechanism {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.5rem;
}

#solution .mechanism::before {
  content: "";
  position: absolute;
  top: 3.45rem;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: rgba(93, 202, 165, 0.28);
}

#solution .step-card {
  display: grid;
  justify-items: center;
  text-align: center;
  padding-inline: clamp(1rem, 2.5vw, 1.5rem);
  background: transparent;
  border: 0;
}

#solution .step-top {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.7rem;
}

#solution .step-number {
  color: rgba(93, 202, 165, 0.72);
  font-family: "DM Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

#solution .step-card .icon-shell {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  color: var(--ref-teal-light);
  background: rgba(8, 80, 65, 0.5);
  border: 0.5px solid rgba(93, 202, 165, 0.4);
}

#solution .step-card h3 {
  margin-top: 1.4rem;
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0;
}

#solution .step-card p {
  max-width: 15rem;
  margin-top: 0.7rem;
  color: rgba(225, 245, 238, 0.58);
  font-size: 0.66rem;
  line-height: 1.9;
}

.section-roadmap .section-heading h2,
.team-section .section-heading h2 {
  max-width: 14ch;
}

.section-roadmap .continuous-roadmap.pipeline-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr) minmax(18rem, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.6rem, 4vw, 2.7rem);
  border: 0.5px solid var(--ref-warm-line);
  background: var(--ref-off-white);
}

.section-roadmap .roadmap-program {
  display: block;
  margin: 0;
}

.section-roadmap .roadmap-program h3 {
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
  letter-spacing: 0;
}

.section-roadmap .roadmap-program p,
.pipeline-indication {
  color: rgba(44, 44, 42, 0.58);
  font-size: 0.68rem;
  line-height: 1.9;
}

.section-roadmap .status-pill {
  width: fit-content;
  margin-top: 1rem;
  border-radius: 2px;
  color: var(--ref-teal-mid);
  background: rgba(29, 158, 117, 0.12);
  border: 0.5px solid rgba(29, 158, 117, 0.28);
}

.pipeline-indication {
  display: grid;
  gap: 0.9rem;
}

.pipeline-indication strong {
  color: var(--ref-teal-mid);
  font-weight: 500;
}

.section-roadmap .roadmap-progress {
  position: relative;
  gap: 0.9rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.section-roadmap .roadmap-progress-bar {
  position: absolute;
  top: 0.29rem;
  left: 0.36rem;
  right: 0.36rem;
  height: 0.45rem;
  border-radius: 1px;
  background: rgba(44, 44, 42, 0.11);
  box-shadow: none;
}

.section-roadmap .roadmap-progress-fill {
  background: linear-gradient(90deg, var(--ref-teal-bright), var(--ref-teal-light));
  transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-points {
  display: flex;
  justify-content: space-between;
  gap: clamp(0.5rem, 1.5vw, 1rem);
  margin: 0;
  padding: 1.65rem 0 0;
  list-style: none;
}

.timeline-points li {
  position: relative;
  flex: 0 1 8.2rem;
  min-width: 0;
  padding-top: 0.95rem;
}

.timeline-points li::before {
  content: "";
  position: absolute;
  top: -1.14rem;
  left: 50%;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--ref-off-white);
  border: 1px solid rgba(44, 44, 42, 0.22);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.timeline-points li.is-complete::before,
.timeline-points li.is-active::before {
  background: var(--ref-teal-bright);
  border-color: var(--ref-teal-bright);
  box-shadow: 0 0 0 0.35rem rgba(29, 158, 117, 0.12);
}

.timeline-points span,
.timeline-points small {
  display: block;
}

.timeline-points span {
  color: var(--ref-teal-deep);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.timeline-points small {
  margin-top: 0.25rem;
  color: rgba(44, 44, 42, 0.42);
  font-size: 0.56rem;
  line-height: 1.35;
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(2, minmax(0, 0.82fr));
  gap: 1px;
  margin-top: 3rem;
  background: var(--ref-warm-line);
  border: 0.5px solid var(--ref-warm-line);
}

.team-card {
  min-height: 24rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--ref-off-white);
}

.team-card.founder-card {
  display: grid;
  grid-template-columns: minmax(10rem, 0.72fr) minmax(0, 1fr);
  gap: 1.5rem;
  grid-column: span 2;
  color: var(--ref-teal-pale);
  background:
    radial-gradient(circle at 12% 0%, rgba(93, 202, 165, 0.2), transparent 38%),
    var(--ref-teal-deep);
}

.team-photo {
  width: 100%;
  height: 100%;
  min-height: 19rem;
  object-fit: cover;
  filter: saturate(0.95);
}

.team-card-body {
  display: grid;
  align-content: center;
}

.team-name {
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.1;
}

.founder-card .team-name {
  color: white;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
}

.team-title {
  margin-top: 0.45rem;
  color: var(--ref-coral);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-card .team-title {
  color: var(--ref-teal-light);
}

.team-bio {
  margin-top: 1rem;
  color: rgba(44, 44, 42, 0.6);
  font-size: 0.68rem;
  line-height: 1.9;
}

.founder-card .team-bio {
  color: rgba(225, 245, 238, 0.68);
}

.team-initials {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  color: var(--ref-teal-mid);
  background: var(--ref-teal-pale);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
}

.team-initials.placeholder {
  color: var(--ref-warm-gray);
  background: #f1efe8;
}

.team-creds {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.15rem;
}

.cred-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 2px;
  color: var(--ref-teal-light);
  background: rgba(93, 202, 165, 0.14);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
}

.cred-tag.gray {
  color: #7f7d75;
  background: #f1efe8;
}

.team-email {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin-top: 1.4rem;
  color: white;
  font-size: 0.7rem;
  text-decoration: none;
}

.team-email i {
  color: var(--ref-teal-light);
}

.team-cta-card {
  display: grid;
  align-content: center;
  justify-items: start;
  background: var(--ref-teal-pale);
}

.team-cta-title {
  color: var(--ref-teal-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  font-weight: 300;
  line-height: 1.08;
}

.team-cta-title em {
  color: var(--ref-coral);
  font-style: italic;
}

.team-cta-card p {
  margin: 1rem 0 1.4rem;
  color: rgba(44, 44, 42, 0.6);
  font-size: 0.68rem;
  line-height: 1.9;
}

@media (max-width: 1080px) {
  .problem-reference-grid {
    grid-template-columns: 1fr;
  }

  #solution .mechanism {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(93, 202, 165, 0.22);
  }

  #solution .mechanism::before {
    display: none;
  }

  #solution .step-card {
    background: rgba(8, 80, 65, 0.44);
    padding-block: 2rem;
  }

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

  .team-card.founder-card {
    grid-column: 1 / -1;
  }

  .section-roadmap .continuous-roadmap.pipeline-card {
    grid-template-columns: 1fr;
  }

  .science-foundation-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .problem-reference-grid {
    gap: 2rem;
  }

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

  .risk-detail-strip {
    grid-template-columns: 1fr;
  }

  .risk-cell {
    min-height: auto;
  }

  #solution .mechanism {
    grid-template-columns: 1fr;
  }

  #solution .step-card {
    justify-items: start;
    text-align: left;
  }

  #solution .step-top {
    grid-template-columns: auto auto;
    justify-items: start;
    align-items: center;
  }

  #solution .step-card .icon-shell {
    width: 3.6rem;
    height: 3.6rem;
  }

  #solution .step-card h3,
  #solution .step-card p {
    max-width: none;
  }

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

  .timeline-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding-top: 0;
  }

  .timeline-points li {
    flex: none;
    padding-top: 0;
    padding-left: 1.5rem;
  }

  .timeline-points li::before {
    top: 0.1rem;
    left: 0;
    transform: none;
  }

  .section-roadmap .roadmap-progress-bar {
    display: none;
  }

  .timeline-points span,
  .timeline-points small {
    text-align: left;
  }

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

  .team-photo {
    max-height: 24rem;
    min-height: 0;
  }

  .team-email {
    word-break: break-word;
  }
}

/* Mobile polish pass */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 1.25rem, 100%);
  }

  .site-header {
    padding: 0.55rem 0;
  }

  .hero {
    min-height: auto;
    padding-top: 3.75rem;
  }

  .hero-copy {
    padding: 2.75rem 0.4rem 2rem;
  }

  .hero-headline {
    max-width: 9.8ch;
    font-size: clamp(3rem, 14vw, 4.55rem);
    line-height: 1.12;
  }

  .hero-text {
    max-width: 32rem;
    font-size: 0.78rem;
    line-height: 1.85;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: 100%;
    max-width: 24rem;
  }

  .hero-actions .button,
  .button {
    min-width: 0;
    width: 100%;
    padding: 0.9rem 1rem;
    text-align: center;
  }

  .hero-kpis {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 1.4rem;
  }

  .metric-card {
    width: 100%;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.9rem;
  }

  .metric-card .icon-shell {
    width: 2.75rem;
    height: 2.75rem;
  }

  .hero-raft-panel {
    min-height: 24rem;
    padding: 2rem 0.75rem 4.5rem;
  }

  .reference-stat-bar {
    width: min(100% - 1.25rem, 100%);
    padding-top: 1.5rem;
  }

  .section {
    padding: 4.4rem 0;
  }

  .section-heading h2 {
    font-size: clamp(2.3rem, 12vw, 3.35rem);
    line-height: 1.04;
  }

  .section-heading > p {
    font-size: 0.74rem;
    line-height: 1.85;
  }

  .glp-grid,
  .comparison-grid,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .pulse-card {
    padding: 1rem;
  }

  .pulse-graph {
    width: 100%;
    min-height: 13rem;
  }

  .mechanism-visual {
    padding: 0.85rem;
    overflow: visible;
  }

  .mechanism-scene {
    min-height: 0;
  }

  .stomach-model {
    min-height: 15.5rem;
  }

  .mechanism-svg {
    width: 100%;
    max-width: 24rem;
    height: auto;
    margin-inline: auto;
  }

  .reaction-viz {
    width: min(100%, 42rem);
  }

  .science-orbit {
    min-height: 19rem;
  }

  .science-orbit svg {
    width: min(92%, 24rem);
  }

  .mechanism-callouts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-top: 0.85rem;
  }

  .mechanism-callouts span {
    justify-content: flex-start;
    min-height: 2.75rem;
    padding: 0.7rem 0.85rem;
    font-size: 0.68rem;
    white-space: normal;
  }

  .strategy-card {
    padding: 0.75rem;
  }

  .strategy-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0.65rem;
    border-radius: 0;
  }

  .strategy-head {
    display: none;
  }

  .strategy-row span {
    min-height: auto;
    padding: 0.7rem 0.75rem;
    border-radius: 0;
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .evidence-grid,
  .stats-grid,
  .gap-grid {
    grid-template-columns: 1fr;
  }

  .pub-card {
    gap: 1rem;
  }

  .section-roadmap .continuous-roadmap.pipeline-card {
    padding: 1rem;
  }

  .section-roadmap .roadmap-program h3 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .team-card {
    min-height: auto;
    padding: 1.25rem;
  }

  .team-card.founder-card {
    gap: 1rem;
  }

  .team-photo {
    width: min(100%, 19rem);
    margin-inline: auto;
    aspect-ratio: 1;
    object-position: center 18%;
    border-radius: 50%;
  }

  .team-card-body {
    text-align: center;
    justify-items: center;
  }

  .team-creds {
    justify-content: center;
  }

  .footer-grid {
    padding: 2rem 0.8rem;
  }
}

@media (max-width: 420px) {
  .brand-text {
    font-size: 0.82rem;
  }

  .hero-headline {
    font-size: clamp(2.75rem, 13.5vw, 3.6rem);
    line-height: 1.13;
  }

  .metric-card strong {
    font-size: 1.22rem;
  }

  .metric-card span:last-child {
    font-size: 0.54rem;
  }

  .risk-detail-strip span,
  .timeline-points span,
  .timeline-points small {
    overflow-wrap: anywhere;
  }
