:root {
  color-scheme: light;
  --ink: #17201d;
  --ink-soft: #33403b;
  --muted: #5c6862;
  --paper: #fbfcf8;
  --white: #ffffff;
  --wash: #eef5f1;
  --line: #d9e0dc;
  --line-dark: rgba(255, 255, 255, .18);
  --green: #187454;
  --green-bright: #82d5a6;
  --blue: #255f98;
  --amber: #8a5f14;
  --red: #a94c42;
  --shadow: 0 20px 54px rgba(23, 32, 29, .11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--green-bright);
  outline-offset: 3px;
}

section[id] {
  scroll-margin-top: 86px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 14px;
  top: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  padding: 14px 26px;
  color: var(--white);
  background: rgba(23, 32, 29, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.site-header.is-light {
  color: var(--ink);
  background: rgba(251, 252, 248, .9);
  border-bottom-color: rgba(23, 32, 29, .1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 840;
  white-space: nowrap;
}

.brand-mark {
  width: 28px;
  height: 28px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  background:
    radial-gradient(circle at 73% 30%, var(--green-bright) 0 11%, transparent 12%),
    linear-gradient(var(--green-bright), var(--green-bright)) 7px 8px / 12px 3px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 7px 14px / 9px 3px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 20px 14px / 6px 3px no-repeat,
    linear-gradient(var(--amber), var(--amber)) 7px 20px / 16px 3px no-repeat,
    linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: .92rem;
  font-weight: 690;
}

.nav-links a,
.nav-cta {
  text-decoration: none;
}

.nav-links a {
  color: currentColor;
  opacity: .78;
}

.nav-links a:hover {
  opacity: 1;
}

.nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font-weight: 760;
  line-height: 1.1;
}

.site-header.is-light .nav-cta {
  color: var(--white);
  background: var(--ink);
}

.section-inner {
  width: min(1140px, calc(100% - 44px));
  margin: 0 auto;
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.section-light {
  background: var(--paper);
}

.section-paper {
  background: var(--wash);
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  padding: 126px 0 54px;
}

.hero-visual {
  position: absolute;
  inset: 0;
}

#signalCanvas {
  width: 100%;
  height: 100%;
  display: block;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(23, 32, 29, .98) 0%, rgba(23, 32, 29, .9) 39%, rgba(23, 32, 29, .44) 70%, rgba(23, 32, 29, .78) 100%),
    linear-gradient(0deg, rgba(23, 32, 29, .58), rgba(23, 32, 29, .04));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  gap: 44px;
  align-items: center;
}

.hero-copy,
.hero-panel,
.proof-chip,
.rail-item,
.summary-note,
.capture-layout > *,
.participation-summary,
.clinic-summary,
.sample-card,
.founder-copy,
.story-card,
.pilot-card {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.section-dark .eyebrow,
.invert .eyebrow {
  color: var(--green-bright);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: .94;
  letter-spacing: 0;
}

h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(2.05rem, 4.5vw, 3.25rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.22;
}

.hero-lede {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.18rem;
  line-height: 1.66;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 1px solid currentColor;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 780;
  line-height: 1.15;
  text-align: center;
}

.button-primary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .38);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  margin-top: 26px;
}

.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: #8c9992;
}

.hero-panel {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 26px 72px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.panel-toolbar {
  min-height: 58px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.panel-toolbar span:last-child {
  color: rgba(255, 255, 255, .62);
  font-size: .88rem;
}

.toolbar-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green-bright);
}

.signal-rail {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.rail-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.rail-item strong {
  display: block;
  margin-bottom: 4px;
}

.rail-item p,
.summary-note p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .92rem;
  line-height: 1.45;
}

.rail-icon,
.story-dot {
  display: block;
  border-radius: 50%;
}

.rail-icon {
  width: 28px;
  height: 28px;
  margin-top: 1px;
}

.meal {
  background: var(--green);
}

.symptom {
  background: var(--red);
}

.context {
  background: var(--blue);
}

.visit {
  background: var(--amber);
}

.summary-note {
  margin: 0 16px 16px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(130, 213, 166, .14);
  border: 1px solid rgba(130, 213, 166, .28);
}

.summary-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--green-bright);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 48px;
}

.proof-chip {
  min-height: 86px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, .08);
}

.proof-chip strong {
  display: block;
  margin-bottom: 7px;
}

.proof-chip span {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: .91rem;
  line-height: 1.45;
}

.capture-section,
.story-section,
.clinic-section,
.sample-section,
.partner-section,
.pilot-section,
.founder-section,
.claims-section,
.final-cta {
  padding: 88px 0;
}

.section-head {
  max-width: 850px;
}

.section-head p,
.section-copy,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.68;
}

.section-head p {
  margin: 18px 0 0;
}

.section-head .eyebrow {
  margin-top: 0;
}

.invert p {
  color: rgba(255, 255, 255, .72);
}

.story-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.story-path::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52px;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--red), var(--blue), var(--amber));
}

.story-card {
  position: relative;
  min-height: 248px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 38px rgba(23, 32, 29, .06);
}

.story-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 34px;
}

.story-step {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 820;
}

.story-dot {
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 8px var(--white);
}

.story-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.clinic-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(390px, 1fr);
  gap: 36px;
  align-items: center;
}

.clinic-summary {
  border: 1px solid #cad5cf;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.summary-header span {
  display: block;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 720;
}

.summary-header strong {
  display: block;
  margin-top: 5px;
}

.summary-status {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--green) !important;
  background: #e8f5ed;
  white-space: nowrap;
}

.summary-row {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  padding: 17px 18px;
  border-bottom: 1px solid #edf1ee;
}

.summary-row:last-child {
  border-bottom: 0;
}

.summary-row strong {
  color: var(--green);
  font-size: .94rem;
}

.summary-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.sample-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1fr);
  gap: 36px;
  align-items: center;
}

.sample-card {
  border: 1px solid #cad5cf;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.sample-row {
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 16px;
  padding: 17px 18px;
  border-bottom: 1px solid #edf1ee;
}

.sample-row:last-child {
  border-bottom: 0;
}

.sample-row span {
  color: var(--green);
  font-size: .82rem;
  font-weight: 830;
  text-transform: uppercase;
}

.sample-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.partner-grid,
.founder-grid,
.final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: 36px;
  align-items: center;
}

.section-copy {
  max-width: 680px;
  margin: 18px 0 0;
}

.capture-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(410px, 1fr);
  gap: 36px;
  align-items: center;
}

.capture-copy .section-copy {
  max-width: 710px;
}

.capture-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.capture-actions div {
  min-height: 108px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(23, 32, 29, .06);
}

.capture-actions strong {
  font-size: .93rem;
  line-height: 1.2;
}

.capture-action-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  font-size: .94rem;
  font-weight: 840;
}

.participation-summary {
  border: 1px solid #cad5cf;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.participation-strip {
  display: grid;
  grid-template-columns: repeat(14, minmax(18px, 1fr));
  gap: 6px;
  padding: 18px 18px 10px;
  background: #f6faf7;
}

.capture-day {
  min-height: 118px;
  display: grid;
  align-content: end;
  gap: 5px;
  padding: 6px 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid #edf2ee;
}

.capture-day span {
  height: 8px;
  border-radius: 999px;
}

.capture-day .calm {
  background: var(--green-bright);
}

.capture-day .gap {
  border: 1px dashed var(--amber);
  background: transparent;
}

.capture-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 16px;
  color: var(--muted);
  background: #f6faf7;
  font-size: .84rem;
  font-weight: 720;
}

.capture-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.capture-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.capture-legend i.gap {
  border: 1px dashed var(--amber);
  background: transparent;
}

.fit-list {
  display: grid;
  gap: 12px;
}

.fit-list div {
  min-height: 64px;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.fit-list span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.fit-list p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.35;
  font-weight: 690;
}

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

.founder-copy {
  padding: 24px;
  border: 1px solid #cad5cf;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 44px rgba(23, 32, 29, .07);
}

.founder-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

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

.pilot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.pilot-card {
  min-height: 270px;
  padding: 18px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}

.card-number {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--green-bright);
  font-size: .88rem;
  font-weight: 840;
}

.pilot-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.55;
}

.claim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}

.claim-column {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.claim-column h3 {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  background: #e9f5ee;
}

.claim-column.avoid h3 {
  background: #fff0eb;
}

.claim-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.claim-column li {
  position: relative;
  padding: 15px 18px 15px 42px;
  border-bottom: 1px solid #edf1ee;
  color: var(--muted);
  line-height: 1.45;
}

.claim-column li:last-child {
  border-bottom: 0;
}

.claim-column li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 1.25em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.claim-column.avoid li::before {
  background: var(--red);
}

.disclaimer {
  margin: 24px 0 0;
  padding: 16px 18px;
  border: 1px solid #c9d3ce;
  border-radius: 8px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.final-cta h2 {
  max-width: 760px;
}

.final-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.final-actions .button-primary {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.site-footer {
  padding: 36px 0;
  color: rgba(255, 255, 255, .72);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .5fr .5fr;
  gap: 24px;
}

.footer-brand {
  color: var(--white);
}

.site-footer p {
  margin: 12px 0 0;
}

.site-footer strong,
.site-footer a {
  display: block;
}

.site-footer strong {
  margin-bottom: 10px;
  color: var(--white);
}

.site-footer a {
  text-decoration: none;
  margin-top: 8px;
}

.privacy-main {
  padding: 128px 0 78px;
}

.prose {
  width: min(850px, calc(100% - 44px));
  margin: 0 auto;
}

.prose h1 {
  color: var(--ink);
  font-size: clamp(2.4rem, 5.8vw, 4.1rem);
}

.prose h2 {
  margin-top: 42px;
  font-size: 1.6rem;
}

.prose p,
.prose li {
  color: var(--muted);
  line-height: 1.7;
}

.prose a {
  color: var(--green);
}

.sample-main {
  padding: 116px 0 78px;
  background: var(--wash);
}

.report-shell {
  width: min(1040px, calc(100% - 44px));
  margin: 0 auto;
}

.report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.report-title {
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(23, 32, 29, .97), rgba(24, 116, 84, .9)),
    var(--ink);
}

.report-title h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.report-title p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
  line-height: 1.62;
}

.report-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.report-kicker span,
.report-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 830;
  text-transform: uppercase;
}

.report-kicker span {
  color: var(--ink);
  background: var(--green-bright);
}

.report-chip {
  color: var(--green);
  background: #e8f5ed;
}

.report-panel,
.report-card {
  border: 1px solid #cad5cf;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 44px rgba(23, 32, 29, .07);
}

.report-panel {
  padding: 22px;
}

.report-panel h2,
.report-card h2 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.2;
}

.report-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.report-meta {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.report-meta div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.report-meta span,
.report-pair dt,
.metric-card span {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 820;
  text-transform: uppercase;
}

.report-meta strong {
  display: block;
  margin-top: 4px;
}

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

.report-card {
  padding: 22px;
}

.report-card.wide {
  grid-column: 1 / -1;
}

.report-card .eyebrow {
  margin-bottom: 10px;
}

.report-pairs {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.report-pair {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 14px;
  padding-top: 13px;
  border-top: 1px solid #edf1ee;
}

.report-pair dd {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.52;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.metric-card {
  min-height: 94px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf9;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}

.report-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.report-list li {
  position: relative;
  padding: 11px 0 11px 22px;
  border-top: 1px solid #edf1ee;
  color: var(--muted);
  line-height: 1.5;
}

.report-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.timeline-table {
  width: 100%;
  margin-top: 18px;
  overflow-x: auto;
}

.timeline-table table {
  min-width: 760px;
  width: 100%;
  border-collapse: collapse;
}

.timeline-table th,
.timeline-table td {
  padding: 11px;
  border: 1px solid #d7e1dc;
  text-align: left;
  vertical-align: top;
  font-size: .9rem;
}

.timeline-table th {
  color: var(--ink-soft);
  background: #edf6f1;
  font-size: .76rem;
  text-transform: uppercase;
}

.timeline-table td {
  color: var(--muted);
}

.timeline-table .binary {
  color: var(--green);
  font-weight: 850;
}

.report-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid #c9d3ce;
  border-radius: 8px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, .72);
  line-height: 1.55;
}

.report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.receipt-main {
  padding: 112px 0 72px;
  background:
    linear-gradient(180deg, #eef5f1 0, #f7faf6 520px, var(--paper) 100%),
    var(--paper);
}

.receipt-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.receipt-cover {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(315px, .42fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.receipt-cover-main,
.receipt-status-card,
.receipt-toc,
.receipt-section,
.receipt-mini-card,
.receipt-timeline-card,
.receipt-appendix-card {
  border-radius: 8px;
}

.receipt-cover-main {
  position: relative;
  min-height: 390px;
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(23, 32, 29, .99), rgba(24, 116, 84, .9) 58%, rgba(37, 95, 152, .8)),
    var(--ink);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.receipt-cover-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .11) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .32;
  mask-image: linear-gradient(90deg, transparent, black 16%, black 88%, transparent);
  pointer-events: none;
}

.receipt-cover-content {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.receipt-kicker-row,
.receipt-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.receipt-kicker-row {
  margin-bottom: 24px;
}

.receipt-pill,
.receipt-tag,
.receipt-status-pill {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border-radius: 8px;
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.receipt-pill {
  color: var(--ink);
  background: var(--green-bright);
}

.receipt-pill.subtle {
  color: var(--white);
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .24);
}

.receipt-cover-main h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 7vw, 5.4rem);
}

.receipt-cover-main p {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
  line-height: 1.62;
}

.receipt-cover-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  max-width: 820px;
}

.receipt-cover-strip div {
  min-height: 82px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
}

.receipt-cover-strip span {
  display: block;
  color: var(--green-bright);
  font-size: .74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.receipt-cover-strip strong {
  display: block;
  margin-top: 7px;
  line-height: 1.25;
}

.receipt-status-card,
.receipt-toc,
.receipt-section,
.receipt-mini-card,
.receipt-timeline-card,
.receipt-appendix-card {
  border: 1px solid #cad5cf;
  background: var(--white);
  box-shadow: 0 14px 44px rgba(23, 32, 29, .07);
}

.receipt-status-card {
  padding: 22px;
}

.receipt-status-pill {
  color: var(--green);
  background: #e8f5ed;
}

.receipt-status-card h2 {
  margin-top: 14px;
  font-size: 1.48rem;
  line-height: 1.15;
}

.receipt-status-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.receipt-status-meta {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.receipt-status-meta div {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.receipt-label,
.receipt-toc dt {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 840;
  text-transform: uppercase;
}

.receipt-status-meta strong {
  display: block;
  margin-top: 4px;
  line-height: 1.35;
}

.receipt-layout {
  display: grid;
  grid-template-columns: minmax(248px, .3fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.receipt-toc {
  position: sticky;
  top: 86px;
  padding: 16px;
}

.receipt-toc h2 {
  margin: 0 0 14px;
  font-size: 1.08rem;
}

.receipt-toc a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 7px 0;
  border-top: 1px solid #edf1ee;
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 720;
  line-height: 1.25;
}

.receipt-toc span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: #e8f5ed;
  font-size: .72rem;
  font-weight: 880;
}

.receipt-content-stack {
  display: grid;
  gap: 18px;
}

.receipt-section {
  padding: 22px;
}

.receipt-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.receipt-section-head p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.receipt-section-subhead {
  margin-top: 22px;
}

.receipt-section-number {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--green);
  background: #e8f5ed;
  font-weight: 900;
}

.receipt-handoff-board {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.receipt-current-read {
  min-height: 272px;
  padding: 20px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(23, 32, 29, .99), rgba(24, 116, 84, .9)),
    var(--ink);
}

.receipt-current-read span {
  color: var(--green-bright);
  font-size: .78rem;
  font-weight: 860;
  text-transform: uppercase;
}

.receipt-current-read h3 {
  margin-top: 14px;
  font-size: 2rem;
  line-height: 1.03;
}

.receipt-current-read p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.58;
}

.receipt-handoff-cells {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.receipt-mini-card {
  min-height: 132px;
  padding: 14px;
  box-shadow: none;
}

.receipt-mini-card strong {
  display: block;
  color: var(--green);
  font-size: .8rem;
  text-transform: uppercase;
}

.receipt-mini-card p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.48;
}

.receipt-top-sheet-grid,
.receipt-split-grid,
.receipt-stats-grid,
.receipt-context-grid,
.receipt-appendix-grid {
  display: grid;
  gap: 12px;
}

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

.receipt-top-cell {
  min-height: 116px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf9;
}

.receipt-top-cell.wide {
  grid-column: span 2;
}

.receipt-top-cell strong {
  display: block;
  margin-top: 10px;
  line-height: 1.35;
}

.receipt-top-cell p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.receipt-split-grid {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
}

.receipt-text-card {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf9;
}

.receipt-text-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.6;
}

.receipt-question-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.receipt-question-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.48;
}

.receipt-question-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.receipt-timeline-stack {
  display: grid;
  gap: 10px;
}

.receipt-timeline-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) minmax(210px, .55fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  box-shadow: none;
}

.receipt-time-block,
.receipt-meal-block,
.receipt-outcome-block {
  min-width: 0;
}

.receipt-time-block {
  display: grid;
  gap: 4px;
}

.receipt-time-block span,
.receipt-meal-block span,
.receipt-outcome-block span {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 840;
  text-transform: uppercase;
}

.receipt-time-block strong {
  line-height: 1.2;
}

.receipt-meal-block p,
.receipt-outcome-block p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  line-height: 1.43;
}

.receipt-outcome-block {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.receipt-tag-row {
  margin-top: 9px;
}

.receipt-tag {
  color: var(--green);
  background: #e8f5ed;
}

.receipt-tag.neutral {
  color: var(--ink-soft);
  background: #edf1ee;
}

.receipt-tag.gap {
  color: var(--amber);
  background: #fff7e4;
}

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

.receipt-stat-card {
  min-height: 124px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf9;
}

.receipt-stat-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.48rem;
  line-height: 1;
}

.receipt-stat-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.38;
}

.receipt-quality-bars {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.receipt-bar-row {
  display: grid;
  grid-template-columns: 92px 1fr 62px;
  gap: 10px;
  align-items: center;
}

.receipt-bar-track {
  height: 10px;
  border-radius: 999px;
  background: #e3ebe6;
  overflow: hidden;
}

.receipt-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.receipt-bar-fill.blue {
  background: var(--blue);
}

.receipt-bar-fill.amber {
  background: var(--amber);
}

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

.receipt-context-card {
  min-height: 132px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf9;
}

.receipt-context-card p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.48;
}

.receipt-context-card .muted {
  color: var(--muted);
  font-style: italic;
}

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

.receipt-appendix-card {
  padding: 16px;
  box-shadow: none;
  background: #f8fbf9;
}

.receipt-appendix-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.48;
}

.receipt-audit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf9;
}

.receipt-audit-strip strong {
  display: block;
  margin-top: 4px;
  font-size: .94rem;
}

.receipt-boundary {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #c9d3ce;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.receipt-boundary p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

@media (max-width: 1020px) {
  .receipt-cover,
  .receipt-layout,
  .receipt-handoff-board,
  .receipt-split-grid {
    grid-template-columns: 1fr;
  }

  .receipt-toc {
    position: static;
  }

  .receipt-top-sheet-grid,
  .receipt-stats-grid,
  .receipt-context-grid,
  .receipt-appendix-grid,
  .receipt-audit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.not-found {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 90px 0;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .capture-layout,
  .clinic-grid,
  .sample-grid,
  .partner-grid,
  .founder-grid,
  .report-hero,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 620px;
  }

  .proof-strip,
  .capture-actions,
  .story-path,
  .pilot-grid,
  .claim-grid,
  .report-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .participation-summary {
    max-width: 720px;
  }

  .story-path::before {
    display: none;
  }

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
    padding: 12px 18px;
  }

  .nav-cta {
    display: none;
  }

  .section-inner,
  .prose {
    width: auto;
    max-width: 358px;
    margin-left: 16px;
    margin-right: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 102px;
    padding-bottom: 42px;
  }

  h1 {
    max-width: 358px;
    font-size: clamp(2.25rem, 10vw, 2.72rem);
    line-height: 1.02;
  }

  .hero-copy,
  .hero-panel,
  .proof-strip,
  .participation-summary,
  .clinic-summary,
  .sample-card,
  .report-shell,
  .report-panel,
  .report-card {
    max-width: 358px;
  }

  .hero-lede {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions,
  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .proof-chip,
  .capture-actions div,
  .story-card,
  .pilot-card {
    min-height: auto;
  }

  .participation-strip {
    grid-template-columns: repeat(7, minmax(22px, 1fr));
  }

  .capture-day {
    min-height: 76px;
  }

  .summary-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .summary-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sample-row,
  .report-pair {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .report-shell {
    width: auto;
    margin-left: 16px;
    margin-right: auto;
  }

  .report-title,
  .report-panel,
  .report-card,
  .founder-copy {
    padding: 18px;
  }

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

  .receipt-main {
    padding-top: 92px;
  }

  .receipt-shell {
    width: auto;
    max-width: 358px;
    margin-left: 16px;
    margin-right: auto;
  }

  .receipt-cover-main,
  .receipt-status-card,
  .receipt-section,
  .receipt-toc {
    padding: 18px;
  }

  .receipt-cover-main {
    min-height: auto;
  }

  .receipt-cover-main h1 {
    font-size: clamp(2.45rem, 11vw, 3.05rem);
    line-height: 1;
  }

  .receipt-cover-strip,
  .receipt-handoff-cells,
  .receipt-top-sheet-grid,
  .receipt-stats-grid,
  .receipt-context-grid,
  .receipt-appendix-grid,
  .receipt-audit-strip {
    grid-template-columns: 1fr;
  }

  .receipt-top-cell.wide {
    grid-column: auto;
  }

  .receipt-section-head {
    grid-template-columns: 1fr;
  }

  .receipt-timeline-card {
    grid-template-columns: 1fr;
  }

  .receipt-outcome-block {
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .receipt-bar-row {
    grid-template-columns: 80px 1fr 46px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
