:root {
  --bone: #f3efe6;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #17211f;
  --ink-2: #24312e;
  --muted: #66716d;
  --line: rgba(23, 33, 31, 0.14);
  --blue: #174dff;
  --blue-dark: #1239bd;
  --blue-soft: #e9efff;
  --coral: #ff6848;
  --coral-dark: #d94c30;
  --green: #2d765f;
  --gold: #ba8a43;
  --font-sans: "Manrope", "Segoe UI", sans-serif;
  --font-serif: "Newsreader", Georgia, serif;
  --font-mono: "IBM Plex Mono", Consolas, monospace;
  --max: 1240px;
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 28px 80px rgba(23, 33, 31, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "tnum" 1;
}
body, button, input, select { font-family: var(--font-sans); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.noscript { display: block; padding: 18px 24px; background: #fff3cd; color: var(--ink); }

.nav {
  position: sticky;
  inset: auto 0 auto;
  top: 0;
  z-index: 50;
  background: rgba(243, 239, 230, 0.88);
  border-bottom: 1px solid rgba(23, 33, 31, 0.1);
  backdrop-filter: blur(16px) saturate(130%);
}
.nav-inner {
  width: min(var(--max), calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.logo em { color: var(--blue); font-style: normal; }
.logo-mark { width: 25px; height: 25px; display: flex; align-items: flex-end; gap: 3px; transform: rotate(-18deg); }
.logo-mark i { display: block; width: 5px; border-radius: 8px; background: var(--blue); }
.logo-mark i:nth-child(1) { height: 12px; }
.logo-mark i:nth-child(2) { height: 22px; }
.logo-mark i:nth-child(3) { height: 16px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links > a:not(.nav-cta) { color: #43504c; font-size: 0.82rem; font-weight: 700; }
.nav-links > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 17px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}
.nav-cta span { color: var(--coral); font-size: 1.05rem; }

.btn {
  min-height: 50px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: none;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-large { min-height: 58px; padding: 16px 25px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 26px rgba(23, 77, 255, 0.2); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-coral { background: var(--coral); color: var(--ink); box-shadow: 0 12px 30px rgba(255, 104, 72, 0.2); }
.btn-coral:hover { background: #ff805f; }
.btn-white { background: #fff; color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-text { min-height: 58px; padding-inline: 8px; border-radius: 0; border-bottom: 1px solid var(--ink); }
.btn-outline { border-color: var(--line); background: #fff; }
.btn-outline:hover { border-color: var(--ink); }
.btn-subtle { min-height: 42px; padding: 10px 14px; background: rgba(23, 33, 31, 0.06); }
.btn-block { width: 100%; }

.kicker, .eyebrow, .data-label {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}
.kicker { display: flex; align-items: center; gap: 10px; color: var(--blue); }
.kicker span { width: 32px; height: 2px; background: var(--blue); }
.eyebrow { color: var(--blue); margin-bottom: 14px; }
.eyebrow.light { color: #9bb8ff; }
.data-label { color: var(--muted); }

.hero {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 32%, rgba(255, 255, 255, 0.95) 0 5%, transparent 34%),
    linear-gradient(128deg, #f5f1e9 0%, #eee8dc 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  opacity: 0.24;
  background-image: linear-gradient(rgba(23,33,31,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(23,33,31,.12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, #000, transparent 84%);
  pointer-events: none;
}
.hero-grid {
  min-height: 730px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding-block: 58px 66px;
}
.hero-copy { position: relative; z-index: 2; animation: rise-in 700ms cubic-bezier(.2,.75,.2,1) both; }
.hero-copy h1 {
  max-width: 690px;
  margin: 18px 0 22px;
  font-family: var(--font-serif);
  font-size: clamp(4rem, 6.15vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -0.062em;
  line-height: 0.88;
}
.hero-copy h1 em { display: block; color: var(--blue); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 590px; margin: 0; color: #46534f; font-size: clamp(1.05rem, 1.45vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.hero-trust { list-style: none; margin: 40px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-trust li { display: flex; flex-direction: column; gap: 2px; }
.hero-trust strong { font-size: 0.82rem; line-height: 1.3; }
.hero-trust span { color: var(--muted); font-size: 0.7rem; line-height: 1.4; }

.hero-visual {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  border-radius: 38px 38px 110px 38px;
  box-shadow: var(--shadow);
  animation: reveal-image 900ms 120ms cubic-bezier(.2,.75,.2,1) both;
}
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(130deg, rgba(13,29,26,.12) 25%, transparent 55%), linear-gradient(to top, rgba(10,24,21,.66), transparent 37%); }
.motion-label {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.motion-label .motion-index { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: var(--font-mono); font-size: .65rem; }
.motion-label > span:last-child { display: flex; flex-direction: column; color: rgba(255,255,255,.72); font-size: .72rem; }
.motion-label b { color: #fff; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; }
.anatomy-inset {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 5;
  width: 166px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 18px;
  background: rgba(250,248,240,.86);
  box-shadow: 0 18px 44px rgba(23,33,31,.2);
  backdrop-filter: blur(12px);
}
.anatomy-inset img { width: 100%; aspect-ratio: 1.75; object-fit: cover; border-radius: 10px; }
.anatomy-inset span { display: flex; justify-content: space-between; gap: 8px; padding: 9px 4px 2px; color: var(--muted); font-size: .57rem; }
.anatomy-inset b { color: var(--ink); }
.impact-trace { position: absolute; inset: auto 0 74px; z-index: 3; width: 100%; height: 82px; overflow: visible; }
.impact-trace path { fill: none; stroke: var(--coral); stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 8px rgba(255,104,72,.7)); stroke-dasharray: 940; stroke-dashoffset: 940; animation: draw-trace 1.8s 700ms ease forwards; }
.impact-orbit { position: absolute; z-index: 3; border: 2px solid rgba(255,104,72,.7); border-radius: 50%; animation: impact-pulse 2.8s ease-out infinite; }
.orbit-one { width: 116px; height: 48px; left: 37%; bottom: 88px; }
.orbit-two { width: 168px; height: 66px; left: 33%; bottom: 78px; animation-delay: 900ms; }
.hero-thesis { border-top: 1px solid var(--line); background: rgba(255,255,255,.42); }
.hero-thesis .wrap { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; font-family: var(--font-serif); font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.hero-thesis strong { color: var(--blue); font-weight: 500; }

.signal-section { padding: 120px 0; background: var(--paper); }
.section-heading h2, .report-copy h2, .bootcamp-copy h2, .truth-grid h2, .final-copy h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: .98;
}
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 64px; }
.split-heading > p { max-width: 510px; margin: 0 0 4px; color: var(--muted); font-size: 1.02rem; }
.center-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.center-heading > p:last-child { max-width: 580px; margin: 18px auto 0; color: var(--muted); }

.signal-comparison { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 62px; }
.signal-vs { position: absolute; left: 50%; top: 50%; z-index: 4; width: 50px; height: 50px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--muted); font-family: var(--font-serif); font-style: italic; }
.signal-case { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.signal-case.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.signal-top { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 20px; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.signal-top span { color: var(--muted); }
.active .signal-top span { color: #8fa09b; }
.signal-wave { position: relative; height: 160px; overflow: hidden; border-block: 1px solid var(--line); }
.active .signal-wave { border-color: rgba(255,255,255,.16); }
.signal-wave::after { content: ""; position: absolute; left: 0; right: 0; top: 48%; border-top: 1px dashed rgba(23,33,31,.25); }
.active .signal-wave::after { border-color: rgba(255,255,255,.28); }
.signal-wave svg { width: 100%; height: 100%; }
.signal-wave path { fill: none; stroke: #9ba39f; stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.active .signal-wave path { stroke: var(--coral); filter: drop-shadow(0 0 8px rgba(255,104,72,.35)); }
.threshold { position: absolute; right: 0; top: calc(48% - 19px); color: var(--muted); font-family: var(--font-mono); font-size: .55rem; letter-spacing: .05em; text-transform: uppercase; }
.active .threshold { color: #95a29f; }
.signal-case > p { margin: 18px 0 0; color: var(--muted); font-size: .86rem; }
.signal-case.active > p { color: #b8c3bf; }

.movement-lab { margin-top: 18px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bone); }
.movement-lab-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.movement-lab-head h3 { margin: 0; font-family: var(--font-serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.movement-lab-head > p { max-width: 410px; margin: 0; color: var(--muted); font-size: .85rem; }
.eq-bars { min-height: 310px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: end; gap: 12px; padding-top: 30px; }
.eq-col { width: 100%; min-width: 0; padding: 0; border: 0; background: transparent; display: grid; grid-template-rows: 24px 190px auto auto; gap: 8px; justify-items: center; cursor: pointer; }
.eq-value { color: var(--muted); font-family: var(--font-mono); font-size: .68rem; }
.eq-bar-wrap { width: min(72px, 70%); height: 190px; display: flex; align-items: flex-end; border-bottom: 1px solid rgba(23,33,31,.2); }
.eq-bar-wrap i { width: 100%; min-height: 7px; display: block; border-radius: 9px 9px 3px 3px; background: #a9afac; transform-origin: bottom; animation: grow-bar 700ms 250ms both cubic-bezier(.2,.75,.2,1); transition: filter 150ms ease, transform 150ms ease; }
.eq-col.edge .eq-bar-wrap i { background: var(--gold); }
.eq-col.impact .eq-bar-wrap i { background: var(--green); }
.eq-col.strength .eq-bar-wrap i { background: var(--blue); }
.eq-col.peak .eq-bar-wrap i { background: var(--coral); }
.eq-col:hover .eq-bar-wrap i, .eq-col.selected .eq-bar-wrap i { filter: saturate(1.25); transform: scaleX(1.09); }
.eq-col b { font-size: .78rem; line-height: 1.25; text-align: center; }
.eq-col small { color: var(--muted); font-family: var(--font-mono); font-size: .55rem; letter-spacing: .06em; text-transform: uppercase; }
.eq-col.selected b { color: var(--blue); }
.eq-callout { min-height: 78px; margin-top: 26px; padding: 18px 20px; display: grid; grid-template-columns: 1fr auto 2fr auto; align-items: center; gap: 22px; border-top: 1px solid var(--line); }
.eq-callout span { font-size: .78rem; font-weight: 800; }
.eq-callout strong { color: var(--blue); font-family: var(--font-serif); font-size: 1.8rem; font-weight: 500; }
.eq-callout p { margin: 0; color: var(--muted); font-size: .82rem; }
.eq-callout a { color: var(--blue); font-size: .76rem; font-weight: 800; }

.report-section { position: relative; overflow: hidden; padding: 120px 0; background: var(--ink); color: #fff; }
.report-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.5) .6px, transparent .6px); background-size: 8px 8px; mask-image: linear-gradient(110deg, transparent, #000 60%, transparent); }
.report-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.report-copy h2 { color: #fff; }
.report-lead { max-width: 500px; margin: 26px 0 34px; color: #aebbb7; font-size: 1.05rem; }
.report-points { margin-bottom: 34px; border-top: 1px solid rgba(255,255,255,.15); }
.report-points article { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.report-points article > span { color: var(--coral); font-family: var(--font-mono); font-size: .62rem; }
.report-points h3 { margin: 0 0 3px; font-size: .88rem; }
.report-points p { margin: 0; color: #98a7a2; font-size: .78rem; }

.report-card { padding: clamp(24px, 4vw, 46px); border-radius: 30px; background: var(--bone); color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.28); transform: rotate(1deg); }
.report-card-head { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.report-brand { color: var(--blue); font-family: var(--font-mono); font-size: .58rem; font-weight: 700; letter-spacing: .1em; }
.report-card-head h3 { margin: 4px 0 0; font-family: var(--font-serif); font-size: 1.75rem; font-weight: 500; letter-spacing: -.035em; }
.report-meta { color: var(--muted); font-family: var(--font-mono); font-size: .55rem; line-height: 1.7; text-align: right; }
.report-grade { display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.grade-orbit { position: relative; width: 140px; height: 140px; }
.grade-orbit svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.grade-orbit circle { fill: none; stroke-width: 9; }
.grade-track { stroke: rgba(23,33,31,.1); }
.grade-value { stroke: var(--blue); stroke-linecap: round; stroke-dasharray: 383; stroke-dashoffset: 76; }
.grade-orbit > div { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.grade-orbit b { font-family: var(--font-serif); font-size: 3.5rem; font-weight: 500; line-height: .8; }
.grade-orbit span { margin-top: 7px; color: var(--muted); font-family: var(--font-mono); font-size: .5rem; letter-spacing: .08em; text-transform: uppercase; }
.grade-summary h4 { margin: 5px 0 7px; font-family: var(--font-serif); font-size: 1.7rem; font-weight: 500; letter-spacing: -.03em; }
.grade-summary > p:last-child { max-width: 370px; margin: 0; color: var(--muted); font-size: .78rem; }
.site-load { padding: 24px 0; border-bottom: 1px solid var(--line); }
.site-row { display: grid; grid-template-columns: 120px 1fr 55px; align-items: center; gap: 16px; margin: 12px 0; }
.site-row > span { font-size: .68rem; font-weight: 700; }
.site-row i { height: 6px; overflow: hidden; border-radius: 10px; background: rgba(23,33,31,.1); }
.site-row i b { display: block; height: 100%; border-radius: 10px; background: var(--blue); }
.site-row em { color: var(--muted); font-family: var(--font-mono); font-size: .54rem; font-style: normal; text-align: right; text-transform: uppercase; }
.week-pattern { padding: 24px 0 12px; }
.week-title { display: flex; justify-content: space-between; gap: 20px; font-size: .67rem; }
.week-title b { color: var(--blue); }
.week-bars { height: 120px; display: grid; grid-template-columns: repeat(7, 1fr); align-items: end; gap: 8px; margin-top: 18px; }
.week-bars i { position: relative; height: var(--h); border-radius: 5px 5px 0 0; background: #c7cbc6; }
.week-bars i.on { background: var(--green); }
.week-bars i.hot { background: var(--blue); }
.week-bars span { position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%); color: var(--muted); font-family: var(--font-mono); font-size: .5rem; font-style: normal; }
.next-move { margin-top: 30px; padding: 17px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(23,77,255,.2); border-radius: 15px; background: var(--blue-soft); }
.next-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; }
.next-move strong { display: block; margin-top: 3px; font-size: .78rem; }

.how-section { padding: 120px 0; background: var(--bone); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.how-grid article { position: relative; min-height: 390px; padding: 32px; border-right: 1px solid var(--line); }
.how-grid article:last-child { border-right: 0; }
.how-number { color: var(--blue); font-family: var(--font-mono); font-size: .62rem; }
.how-icon { height: 150px; margin: 22px 0; display: grid; place-items: center; }
.impact-icon { position: relative; }
.impact-icon i { position: absolute; width: 120px; height: 42px; border: 2px solid var(--coral); border-radius: 50%; }
.impact-icon i:nth-child(2) { width: 88px; height: 28px; opacity: .65; }
.impact-icon i:nth-child(3) { width: 52px; height: 14px; opacity: .35; }
.trace-icon svg { width: 150px; }
.trace-icon path { fill: none; stroke: var(--blue); stroke-width: 3; vector-effect: non-scaling-stroke; }
.report-icon b { width: 112px; height: 112px; display: grid; place-items: center; border: 7px solid var(--blue); border-top-color: rgba(23,77,255,.15); border-radius: 50%; font-family: var(--font-serif); font-size: 2.5rem; font-weight: 500; }
.how-grid h3 { margin: 0 0 7px; font-family: var(--font-serif); font-size: 2rem; font-weight: 500; letter-spacing: -.04em; }
.how-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.demo-section { padding: 120px 0; background: linear-gradient(145deg, #eef3ff 0%, #f8f9f7 70%); }
.demo-heading { margin-bottom: 52px; }
.demo-shell { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid rgba(23,77,255,.15); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.demo-controls { padding: clamp(28px, 5vw, 54px); border-right: 1px solid var(--line); }
.demo-step { display: flex; gap: 12px; align-items: center; margin-bottom: 30px; }
.demo-step span, .score-top > span { color: var(--blue); font-family: var(--font-mono); font-size: .62rem; }
.demo-step b, .score-top b { font-size: .78rem; }
.field { display: block; margin-bottom: 17px; color: var(--muted); font-family: var(--font-mono); font-size: .6rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input, select { width: 100%; min-height: 52px; margin-top: 7px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: var(--paper); color: var(--ink); font-size: .85rem; font-weight: 700; letter-spacing: 0; text-transform: none; }
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(23,77,255,.09); }
.formula { min-height: 44px; margin: 3px 0 16px; color: var(--muted); font-size: .7rem; }
.button-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.score-panel { min-width: 0; padding: clamp(28px, 5vw, 54px); background: var(--ink); color: #fff; }
.score-top { display: flex; align-items: center; gap: 12px; }
.score-top em { margin-left: auto; color: #91a09b; font-family: var(--font-mono); font-size: .54rem; font-style: normal; text-transform: uppercase; }
.score-display { padding: 42px 0 34px; border-bottom: 1px solid rgba(255,255,255,.14); }
.score-display > p { margin: 0; color: #96a59f; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.score-display > div:nth-child(2) { display: flex; align-items: flex-start; gap: 10px; margin-top: 7px; }
.score-display #scoreBig { font-family: var(--font-serif); font-size: clamp(5rem, 9vw, 7rem); font-weight: 400; letter-spacing: -.075em; line-height: .88; }
.score-display > div > span { margin-top: 12px; color: var(--coral); font-family: var(--font-mono); font-size: .68rem; }
.meter { height: 8px; margin: 24px 0 14px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.13); }
.meter i { display: block; width: 0; height: 100%; border-radius: 20px; background: var(--coral); transition: width 250ms ease; }
#scoreBand { color: #fff; font-size: .82rem; }
.day-log { padding-top: 28px; }
.day-log-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.day-log-head h3 { margin: 0; font-family: var(--font-serif); font-size: 1.65rem; font-weight: 500; }
.day-log-head span { color: #82908b; font-family: var(--font-mono); font-size: .52rem; text-transform: uppercase; }
.log-list { max-height: 160px; margin: 12px 0 20px; padding: 0; overflow-y: auto; list-style: none; }
.log-list li { min-height: 42px; display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); color: #c6d0cc; font-size: .72rem; }
.log-list li.empty { display: flex; color: #82908b; font-style: italic; }
.log-list .pts { color: var(--coral); font-family: var(--font-mono); }
.log-list button { border: 0; background: transparent; color: #82908b; cursor: pointer; }
.score-panel .btn-subtle { background: rgba(255,255,255,.08); color: #dfe6e3; }
.compact .btn { min-height: 42px; }

.bootcamp-section { padding: 120px 0; background: var(--paper); }
.bootcamp-feature { min-height: 570px; display: grid; grid-template-columns: 1.18fr .82fr; overflow: hidden; border-radius: 32px; background: var(--ink); color: #fff; }
.bootcamp-feature figure { position: relative; min-height: 570px; margin: 0; overflow: hidden; }
.bootcamp-feature figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,20,17,.78), transparent 55%); }
.bootcamp-feature img { width: 100%; height: 100%; object-fit: cover; }
.bootcamp-feature figcaption { position: absolute; left: 34px; right: 34px; bottom: 30px; z-index: 2; display: flex; align-items: center; gap: 16px; }
.bootcamp-feature figcaption span { padding: 7px 11px; border-radius: 99px; background: var(--coral); color: var(--ink); font-family: var(--font-mono); font-size: .56rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.bootcamp-feature figcaption b { font-family: var(--font-serif); font-size: 1.45rem; font-weight: 500; }
.bootcamp-copy { padding: clamp(36px, 6vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.bootcamp-copy h2 { color: #fff; font-size: clamp(2.7rem, 4.3vw, 4.4rem); }
.bootcamp-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #aebbb7; }
.bootcamp-price { display: flex; align-items: baseline; gap: 12px; margin: 28px 0; }
.bootcamp-price strong { color: var(--coral); font-family: var(--font-serif); font-size: 3rem; font-weight: 500; }
.bootcamp-price span { color: #8f9e99; font-family: var(--font-mono); font-size: .56rem; text-transform: uppercase; }
.bootcamp-copy .btn { align-self: flex-start; }
.week-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.week-grid article { padding: 26px; border-right: 1px solid var(--line); background: var(--bone); }
.week-grid article:last-child { border-right: 0; }
.week-grid span { color: var(--blue); font-family: var(--font-mono); font-size: .56rem; letter-spacing: .07em; text-transform: uppercase; }
.week-grid h3 { margin: 20px 0 6px; font-family: var(--font-serif); font-size: 1.45rem; font-weight: 500; letter-spacing: -.03em; }
.week-grid p { margin: 0; color: var(--muted); font-size: .76rem; }

.truth-section { padding: 100px 0; border-block: 1px solid var(--line); background: var(--bone); }
.truth-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.truth-grid h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.truth-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.truth-grid li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.truth-grid li > span { color: var(--blue); font-family: var(--font-mono); font-size: .6rem; }
.truth-grid b { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 500; }
.truth-grid li p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; }

.pricing-section { padding: 120px 0; background: var(--paper); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--blue); transform: translateY(-10px); box-shadow: 0 24px 60px rgba(23,77,255,.12); }
.popular { position: absolute; top: -15px; left: 26px; padding: 7px 12px; border-radius: 99px; background: var(--blue); color: #fff; font-family: var(--font-mono); font-size: .55rem; letter-spacing: .06em; text-transform: uppercase; }
.price-head { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.price-head > span { color: var(--blue); font-family: var(--font-mono); font-size: .58rem; text-transform: uppercase; }
.price-head > strong { font-family: var(--font-serif); font-size: 2.8rem; font-weight: 500; line-height: .9; }
.price-head small { font-family: var(--font-sans); font-size: .7rem; }
.price-card h3 { margin: 34px 0 5px; font-family: var(--font-serif); font-size: 1.7rem; font-weight: 500; letter-spacing: -.03em; }
.price-card > p { margin: 0; color: var(--muted); font-size: .78rem; }
.price-card ul { margin: 24px 0 30px; padding: 0; list-style: none; flex: 1; }
.price-card li { padding: 10px 0; border-bottom: 1px solid var(--line); color: #4f5b57; font-size: .77rem; }
.price-card li::before { content: "↗"; margin-right: 8px; color: var(--blue); }

.final-section { position: relative; padding: 110px 0; overflow: hidden; background: var(--ink); color: #fff; }
.final-section::before { content: ""; position: absolute; width: 600px; height: 600px; right: -160px; top: -260px; border: 100px solid rgba(23,77,255,.26); border-radius: 50%; }
.final-wrap { position: relative; display: grid; grid-template-columns: 1fr 430px; gap: 100px; align-items: center; }
.final-copy h2 { color: #fff; }
.final-copy h2 em { color: var(--coral); font-style: italic; font-weight: 400; }
.final-copy > p:not(.eyebrow) { max-width: 580px; margin: 24px 0 0; color: #aebbb7; }
.final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.wait-form { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.wait-form h3 { margin: 8px 0 24px; font-family: var(--font-serif); font-size: 1.8rem; font-weight: 500; }
.wait-form .field { color: #a9b6b1; }
.wait-form input { background: #fff; }
.wait-note { margin: 12px 0 0; color: #87958f; font-size: .66rem; text-align: center; }
.wait-note.ok { color: #8bd2b7; }

footer { padding: 58px 0 28px; background: #101815; color: #95a39e; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 70px; align-items: start; }
.footer-logo { color: #fff; }
.footer-grid > div:first-child p { margin: 12px 0 0; font-size: .72rem; }
.footer-links { display: grid; gap: 8px; color: #d5dedb; font-size: .72rem; }
.footer-links a:hover { color: var(--coral); }
.footer-note p { margin: 0; font-size: .68rem; }
.build-receipt { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 7px 20px; font-family: var(--font-mono); font-size: .52rem; line-height: 1.6; }
.build-receipt strong { color: var(--coral); text-transform: uppercase; }

.install-bar { display: none; position: fixed; left: 50%; bottom: 18px; z-index: 80; width: min(500px, calc(100% - 28px)); padding: 13px 15px; transform: translateX(-50%); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); align-items: center; justify-content: space-between; gap: 18px; }
.install-bar.show { display: flex; }
.install-bar p { margin: 0; color: var(--muted); font-size: .72rem; }
.install-bar p strong { color: var(--ink); }
.install-bar > div { display: flex; gap: 7px; }
.install-bar .btn { min-height: 40px; padding: 9px 13px; }

@keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes reveal-image { from { opacity: 0; clip-path: inset(0 0 100% 0 round 38px); } to { opacity: 1; clip-path: inset(0 0 0 0 round 38px); } }
@keyframes draw-trace { to { stroke-dashoffset: 0; } }
@keyframes impact-pulse { 0% { opacity: 0; transform: scale(.5); } 24% { opacity: .85; } 72%, 100% { opacity: 0; transform: scale(1.35); } }
@keyframes grow-bar { from { transform: scaleY(0); } to { transform: scaleY(1); } }

@media (max-width: 1080px) {
  .hero-grid { min-height: 660px; grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero-copy h1 { font-size: clamp(3.5rem, 7vw, 5rem); }
  .hero-visual { min-height: 540px; }
  .report-grid { grid-template-columns: 1fr 1.25fr; gap: 50px; }
  .final-wrap { gap: 50px; }
}

@media (max-width: 900px) {
  .nav-inner, .wrap { width: min(100% - 32px, var(--max)); }
  .nav-links > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 66px 42px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: min(680px, 76vw); }
  .split-heading, .report-grid, .truth-grid, .final-wrap { grid-template-columns: 1fr; gap: 34px; }
  .split-heading > p { max-width: 620px; }
  .signal-comparison { grid-template-columns: 1fr; }
  .signal-vs { top: 50%; }
  .movement-lab-head { align-items: start; flex-direction: column; gap: 16px; }
  .eq-bars { grid-template-columns: repeat(3, 1fr); gap: 26px 10px; }
  .eq-callout { grid-template-columns: 1fr auto; }
  .eq-callout p { grid-column: 1 / -1; }
  .report-copy { max-width: 640px; }
  .report-card { max-width: 720px; margin: 0 auto; transform: none; }
  .how-grid, .price-grid { grid-template-columns: 1fr; }
  .how-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .how-grid article:last-child { border-bottom: 0; }
  .demo-shell { grid-template-columns: 1fr; }
  .demo-controls { border-right: 0; border-bottom: 1px solid var(--line); }
  .bootcamp-feature { grid-template-columns: 1fr; }
  .bootcamp-feature figure { min-height: 450px; }
  .week-grid { grid-template-columns: 1fr 1fr; }
  .week-grid article:nth-child(2) { border-right: 0; }
  .week-grid article { border-bottom: 1px solid var(--line); }
  .week-grid article:nth-child(3), .week-grid article:nth-child(4) { border-bottom: 0; }
  .price-card.featured { transform: none; }
  .final-wrap { grid-template-columns: 1fr; }
  .wait-form { max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .nav-inner { min-height: 68px; }
  .nav-cta { padding: 11px 14px; }
  .nav-cta span { display: none; }
  .hero { padding-top: 0; }
  .hero-grid { padding-top: 52px; }
  .hero-copy h1 { font-size: clamp(3.3rem, 16vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-actions .btn-primary { width: 100%; }
  .hero-trust { grid-template-columns: 1fr; gap: 12px; }
  .hero-trust li { display: grid; grid-template-columns: 120px 1fr; align-items: baseline; }
  .hero-visual { min-height: 520px; border-radius: 26px 26px 70px 26px; }
  .hero-visual > img { object-position: 56% center; }
  .anatomy-inset { width: 135px; top: 16px; right: 16px; }
  .motion-label { left: 18px; bottom: 20px; }
  .impact-trace { bottom: 68px; }
  .hero-thesis .wrap { padding-block: 22px; flex-direction: column; gap: 0; }
  .signal-section, .report-section, .how-section, .demo-section, .bootcamp-section, .pricing-section { padding: 84px 0; }
  .section-heading h2, .report-copy h2, .bootcamp-copy h2, .truth-grid h2, .final-copy h2 { font-size: clamp(2.5rem, 13vw, 3.6rem); }
  .signal-comparison { margin-top: 42px; }
  .signal-case { padding: 22px; }
  .signal-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .signal-wave { height: 130px; }
  .movement-lab { padding: 24px 18px; }
  .eq-bars { grid-template-columns: repeat(2, 1fr); }
  .eq-col { grid-template-rows: 24px 140px auto auto; }
  .eq-bar-wrap { height: 140px; }
  .eq-callout { padding-inline: 0; }
  .eq-callout a { grid-column: 1 / -1; }
  .report-card { padding: 22px 18px; }
  .report-grade { grid-template-columns: 1fr; }
  .grade-orbit { margin: 0 auto; }
  .grade-summary { text-align: center; }
  .site-row { grid-template-columns: 94px 1fr 42px; gap: 10px; }
  .how-grid article { padding: 26px; }
  .field-row, .button-row { grid-template-columns: 1fr; }
  .bootcamp-feature figure { min-height: 350px; }
  .bootcamp-copy { padding: 34px 24px 40px; }
  .bootcamp-feature figcaption { left: 20px; right: 20px; bottom: 18px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .week-grid { grid-template-columns: 1fr; }
  .week-grid article { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .week-grid article:last-child { border-bottom: 0 !important; }
  .truth-section { padding: 76px 0; }
  .truth-grid { gap: 40px; }
  .final-section { padding: 84px 0; }
  .final-actions { flex-direction: column; }
  .final-actions .btn { width: 100%; }
  .wait-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
.build-receipt { flex-direction: column; }
}

.bone-loop-section { padding: 118px 0; background: #eef1e9; border-top: 1px solid var(--line); }
.bone-loop-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; margin-top: 54px; }
.atlas-figure { margin: 0; min-height: 730px; position: relative; overflow: hidden; border-radius: 160px 28px 28px 28px; background: #fff; box-shadow: var(--shadow); }
.atlas-figure img { width: 100%; height: 100%; object-fit: cover; }
.atlas-figure figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 16px 18px; border-radius: 14px; background: rgba(251,250,246,.9); backdrop-filter: blur(12px); }
.atlas-figure figcaption span { display: block; font: 600 .65rem/1.2 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; color: var(--blue); }
.atlas-figure figcaption b { display: block; margin-top: 4px; font-size: .84rem; }
.loop-steps { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.loop-steps article { min-height: 354px; padding: 34px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.loop-steps article:nth-child(2n) { border-right: 0; }
.loop-steps article:nth-child(n+3) { border-bottom: 0; }
.loop-steps>article>span { font: 600 .67rem/1.2 var(--font-mono); color: var(--blue); }
.loop-steps article div>p:first-child { margin: 0 0 20px; font: 600 .65rem/1.2 var(--font-mono); letter-spacing: .1em; color: var(--muted); }
.loop-steps h3 { margin: 0 0 12px; font: 500 clamp(1.8rem,3vw,2.7rem)/1 var(--font-serif); letter-spacing: -.035em; }
.loop-steps article div>p:last-child { color: var(--muted); font-size: .86rem; }
.dexa-feature { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; margin-top: 28px; background: var(--ink); color: #fff; border-radius: 30px; overflow: hidden; }
.dexa-screen { padding: 28px; background: linear-gradient(145deg,#c9c4b8,#eee8dd); }
.dexa-screen img { width: 100%; border-radius: 18px; box-shadow: 0 28px 80px #10211f33; }
.dexa-screen span { display: block; margin-top: 12px; color: var(--ink); font: 600 .62rem/1.2 var(--font-mono); text-transform: uppercase; letter-spacing: .08em; }
.dexa-copy { padding: clamp(36px,5vw,72px); align-self: center; }
.dexa-copy .eyebrow { color: #82d8ca; }
.dexa-copy h3 { font: 500 clamp(2.6rem,4.4vw,4.8rem)/.96 var(--font-serif); letter-spacing: -.05em; margin: 16px 0; }
.dexa-copy>p:not(.eyebrow) { color: #b7c4c0; }
.dexa-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.dexa-actions .btn-dark { background: #fff; color: var(--ink); }
.dexa-actions .btn-text { color: #fff; }
.fact-gallery { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 28px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.fact-gallery article,.fact-gallery .fact-link { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); }
.fact-gallery>*:last-child { border-right: 0; }
.fact-gallery span { font: 600 .65rem/1.2 var(--font-mono); letter-spacing: .1em; color: var(--blue); }
.fact-gallery h3 { font: 500 2rem/1 var(--font-serif); letter-spacing: -.035em; margin: 28px 0 12px; }
.fact-gallery p { color: var(--muted); font-size: .82rem; }
.fact-gallery .fact-link { display: flex; flex-direction: column; justify-content: space-between; background: var(--blue); color: #fff; }
.fact-gallery .fact-link span { color: #dce4ff; }
.fact-gallery .fact-link strong { font: 500 2rem/1 var(--font-serif); }

@media (max-width: 980px) {
  .bone-loop-grid,.dexa-feature { grid-template-columns: 1fr; }
  .atlas-figure { min-height: 600px; }
  .fact-gallery { grid-template-columns: 1fr 1fr; }
  .fact-gallery>* { border-bottom: 1px solid var(--line); }
  .fact-gallery>*:nth-child(2n) { border-right: 0; }
  .fact-gallery>*:nth-child(n+3) { border-bottom: 0; }
}

@media (max-width: 620px) {
  .bone-loop-section { padding: 84px 0; }
  .atlas-figure { min-height: 520px; border-radius: 80px 22px 22px 22px; }
  .loop-steps,.fact-gallery { grid-template-columns: 1fr; }
  .loop-steps article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line)!important; }
  .loop-steps article:last-child { border-bottom: 0!important; }
  .fact-gallery>* { min-height: 210px; border-right: 0!important; border-bottom: 1px solid var(--line)!important; }
  .fact-gallery>*:last-child { border-bottom: 0!important; }
  .dexa-screen { padding: 14px; }
  .dexa-copy { padding: 34px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
