:root {
  color-scheme: dark;
  --ink: #07100d;
  --ink-soft: #0d1915;
  --ink-raised: #13211c;
  --paper: #f2f0e8;
  --paper-deep: #e7e4d9;
  --lime: #d7ff43;
  --lime-soft: #c6e956;
  --blue: #6485ff;
  --coral: #ff705e;
  --mint: #9edec5;
  --text: #f7f5ee;
  --muted: #a5afa9;
  --line-dark: rgb(255 255 255 / 0.12);
  --line-light: rgb(7 16 13 / 0.16);
  --shadow: 0 28px 80px rgb(0 0 0 / 0.24);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

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

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--ink);
  background: var(--lime);
}

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

button,
input,
select {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--lime);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 clamp(22px, 4vw, 68px);
  color: var(--text);
  border-bottom: 1px solid transparent;
  transition: height 220ms ease, background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  height: 64px;
  border-color: var(--line-dark);
  background: var(--ink);
  backdrop-filter: blur(20px) saturate(1.3);
}

.wordmark {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 780;
  letter-spacing: -0.045em;
}

.wordmark-mark {
  width: 34px;
  height: 34px;
  overflow: visible;
}

.wordmark-mark path,
.wordmark-mark circle {
  fill: none;
  stroke: var(--lime);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wordmark-mark circle:first-of-type {
  fill: var(--lime);
}

.wordmark-mark circle:last-of-type {
  fill: var(--ink);
  stroke-width: 2.8;
}

.wordmark-mark .mark-bounce {
  stroke: var(--text);
  opacity: 0.6;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0.015em;
}

.site-nav a {
  position: relative;
  color: rgb(255 255 255 / 0.74);
  transition: color 160ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--lime);
  transition: right 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  right: 0;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid rgb(255 255 255 / 0.24);
  border-radius: 999px;
  color: var(--text);
  font-size: 13px;
  font-weight: 680;
  background: rgb(255 255 255 / 0.05);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.header-cta svg,
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cta:hover {
  color: var(--ink);
  border-color: var(--lime);
  background: var(--lime);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  overflow: clip;
  color: var(--text);
  background: var(--ink);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.75) contrast(1.05) brightness(0.72);
  transform: scale(1.012);
}

.hero-wash {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    radial-gradient(circle at 78% 34%, rgb(215 255 67 / 0.1), transparent 31%),
    linear-gradient(90deg, rgb(5 14 11 / 0.94) 0%, rgb(5 14 11 / 0.78) 44%, rgb(5 14 11 / 0.25) 78%, rgb(5 14 11 / 0.5) 100%),
    linear-gradient(180deg, rgb(5 14 11 / 0.48) 0%, transparent 35%, rgb(5 14 11 / 0.78) 82%, #07100d 100%);
}

.hero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.hero-inner {
  width: min(1440px, calc(100% - clamp(44px, 8vw, 136px)));
  margin: 0 auto;
  padding: 156px 0 170px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.52fr);
  align-items: end;
  gap: clamp(52px, 8vw, 130px);
}

.kicker,
.eyebrow {
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.17em;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgb(255 255 255 / 0.68);
}

.kicker > span {
  width: 28px;
  height: 1px;
  background: var(--lime);
}

.hero h1 {
  max-width: 980px;
  margin: 25px 0 0;
  font-family: var(--display);
  font-size: clamp(64px, 8.6vw, 142px);
  font-weight: 760;
  line-height: 0.79;
  letter-spacing: -0.072em;
  text-transform: uppercase;
}

h1 em,
h2 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.055em;
}

.hero h1 em {
  display: inline-block;
  margin-left: 0.42em;
  font-size: 0.86em;
  line-height: 1;
}

.hero-lede {
  max-width: 660px;
  margin: 30px 0 0;
  color: rgb(255 255 255 / 0.76);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 14px 35px rgb(190 228 53 / 0.17);
}

.button-primary:hover {
  background: #e2ff76;
  box-shadow: 0 18px 45px rgb(190 228 53 / 0.23);
}

.button-ghost {
  color: var(--text);
  border-color: rgb(255 255 255 / 0.25);
  background: rgb(255 255 255 / 0.04);
}

.button-ghost:hover {
  border-color: rgb(255 255 255 / 0.52);
  background: rgb(255 255 255 / 0.09);
}

.button-dark {
  color: var(--text);
  background: var(--ink);
}

.button-dark:hover {
  background: #14211d;
}

.hero-note {
  align-self: end;
  max-width: 390px;
  padding: 22px 24px 18px;
  border: 1px solid rgb(255 255 255 / 0.17);
  background: rgb(7 16 13 / 0.58);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-note-index {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.11em;
}

.hero-note p {
  max-width: 260px;
  margin: 15px 0 3px;
  color: rgb(255 255 255 / 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.hero-note p strong {
  color: var(--text);
  font-weight: 700;
}

.hero-note .hero-benchmark {
  margin: 24px 0 18px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.hero-benchmark > div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  align-items: center;
  gap: 18px;
}

.hero-benchmark > div + div {
  border-top: 1px solid var(--line-dark);
}

.hero-benchmark dt {
  color: rgb(255 255 255 / 0.52);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-benchmark dd {
  min-width: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.hero-benchmark dd strong {
  color: var(--lime);
  font-family: var(--display);
  font-size: 31px;
  letter-spacing: -0.05em;
}

.hero-benchmark dd span {
  color: rgb(255 255 255 / 0.48);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

.hero-benchmark-note {
  display: block;
  margin: -4px 0 10px;
  color: rgb(255 255 255 / 0.5);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.55;
  letter-spacing: 0.035em;
}

.hero-note-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-size: 11px;
  font-weight: 700;
}

.hero-note-link span {
  color: var(--lime);
  transition: transform 160ms ease;
}

.hero-note-link:hover span,
.hero-note-link:focus-visible span {
  transform: translate(2px, -2px);
}

.hero-note svg {
  width: 100%;
  height: 166px;
  margin-top: 5px;
}

.hero-note svg rect,
.hero-note svg > path:not(.trace-line, .trace-ring) {
  fill: none;
  stroke: rgb(255 255 255 / 0.46);
  stroke-width: 1;
}

.hero-note .trace-line {
  fill: none;
  stroke: var(--coral);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 5 6;
  animation: traceFlow 2.6s linear infinite;
}

.hero-note .trace-start {
  fill: var(--coral);
}

.hero-note .trace-end {
  fill: var(--ink);
  stroke: var(--lime);
  stroke-width: 3;
}

.hero-note .trace-ring {
  fill: none;
  stroke: var(--lime);
  stroke-width: 1.2;
  opacity: 0.7;
}

@keyframes traceFlow {
  to { stroke-dashoffset: -44; }
}

.hero-note-legend {
  display: flex;
  justify-content: space-between;
  flex: 1;
  color: rgb(255 255 255 / 0.46);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-note-footer {
  display: flex;
  align-items: center;
  gap: 18px;
}

.motion-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 999px;
  color: rgb(255 255 255 / 0.5);
  background: transparent;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.motion-toggle:hover {
  color: var(--text);
  border-color: rgb(255 255 255 / 0.3);
}

.motion-toggle i {
  width: 12px;
  color: var(--lime);
  font-style: normal;
  font-size: 10px;
  letter-spacing: -2px;
}

.motion-toggle-main {
  margin-top: 16px;
  color: rgb(255 255 255 / 0.72);
  border-color: rgb(255 255 255 / 0.24);
}

.hero-facts {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 116px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0 clamp(22px, 4vw, 68px);
  border-top: 1px solid var(--line-dark);
  background: rgb(7 16 13 / 0.76);
  backdrop-filter: blur(18px) saturate(1.2);
}

.hero-facts > a {
  position: relative;
  min-width: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 18px clamp(14px, 2vw, 30px);
  border-left: 1px solid var(--line-dark);
  transition: background 180ms ease;
}

.hero-facts > a:last-child {
  border-right: 1px solid var(--line-dark);
}

.hero-facts > a::after {
  content: "↗";
  position: absolute;
  top: 17px;
  right: 17px;
  color: rgb(255 255 255 / 0.28);
  font-size: 12px;
  transition: color 160ms ease, transform 160ms ease;
}

.hero-facts > a:hover,
.hero-facts > a:focus-visible {
  background: rgb(255 255 255 / 0.055);
}

.hero-facts > a:hover::after,
.hero-facts > a:focus-visible::after {
  color: var(--lime);
  transform: translate(2px, -2px);
}

.hero-facts span {
  padding-right: 18px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-facts strong {
  overflow-wrap: anywhere;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.hero-facts small {
  color: rgb(255 255 255 / 0.45);
  font-size: 9px;
  line-height: 1.35;
}

.section {
  position: relative;
  padding: clamp(100px, 10vw, 172px) 0;
}

.section-shell {
  width: min(1360px, calc(100% - clamp(44px, 8vw, 136px)));
  margin: 0 auto;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 78px;
  color: rgb(7 16 13 / 0.52);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-label::after {
  content: "";
  width: 84px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.section-label span {
  color: var(--ink);
}

.section-label-light {
  color: rgb(255 255 255 / 0.38);
}

.section-label-light span {
  color: var(--lime);
}

.eyebrow {
  margin-bottom: 21px;
  color: rgb(7 16 13 / 0.48);
}

h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 6.2vw, 94px);
  font-weight: 720;
  line-height: 0.94;
  letter-spacing: -0.064em;
}

h2 em {
  color: #59745f;
}

.thesis-map {
  overflow: hidden;
  border-top: 1px solid var(--line-light);
  background:
    radial-gradient(circle at 88% 6%, rgb(100 133 255 / 0.11), transparent 28vw),
    radial-gradient(circle at 6% 92%, rgb(215 255 67 / 0.16), transparent 26vw),
    var(--paper);
}

.thesis-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgb(7 16 13 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgb(7 16 13 / 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(135deg, black, transparent 74%);
  pointer-events: none;
}

.thesis-map .section-shell {
  position: relative;
  z-index: 1;
}

.thesis-map-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(52px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 96px);
}

.thesis-map-heading h2 {
  max-width: 970px;
  font-size: clamp(48px, 5.8vw, 86px);
}

.thesis-map-heading > p {
  max-width: 510px;
  margin: 0 0 5px;
  color: rgb(7 16 13 / 0.64);
  font-size: 16px;
  line-height: 1.72;
}

.thesis-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(330px, 0.68fr);
  grid-template-rows: repeat(2, minmax(250px, auto));
  gap: 14px;
}

.thesis-route {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(27px, 3.6vw, 48px);
  border: 1px solid var(--line-light);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.34);
  box-shadow: 0 16px 60px rgb(7 16 13 / 0);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.thesis-route:hover,
.thesis-route:focus-visible {
  border-color: rgb(7 16 13 / 0.32);
  box-shadow: 0 22px 70px rgb(7 16 13 / 0.1);
  transform: translateY(-3px);
}

.thesis-route-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgb(7 16 13 / 0.5);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.thesis-route-topline strong {
  color: var(--ink);
  font-size: inherit;
}

.thesis-route-topline i {
  color: #57745f;
  font-style: normal;
}

.thesis-route h3 {
  max-width: 720px;
  margin: auto 0 17px;
  font-family: var(--display);
  font-size: clamp(30px, 3.3vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.thesis-route > p {
  max-width: 690px;
  margin: 0;
  color: rgb(7 16 13 / 0.61);
  font-size: 14px;
  line-height: 1.7;
}

.thesis-route-core {
  grid-row: 1 / span 2;
  min-height: 620px;
  color: var(--text);
  border-color: var(--line-dark);
  background:
    radial-gradient(circle at 88% 8%, rgb(100 133 255 / 0.18), transparent 30%),
    radial-gradient(circle at 4% 98%, rgb(215 255 67 / 0.12), transparent 30%),
    var(--ink);
}

.thesis-route-core:hover,
.thesis-route-core:focus-visible {
  border-color: rgb(215 255 67 / 0.5);
  box-shadow: 0 26px 80px rgb(7 16 13 / 0.24);
}

.thesis-route-core .thesis-route-topline {
  color: rgb(255 255 255 / 0.48);
}

.thesis-route-core .thesis-route-topline strong {
  color: var(--lime);
}

.thesis-route-core .thesis-route-topline i {
  color: var(--lime);
}

.thesis-route-core h3 {
  margin-top: clamp(80px, 10vw, 154px);
  color: var(--text);
}

.thesis-route-core > p {
  color: rgb(255 255 255 / 0.64);
}

.benchmark-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.035);
}

.benchmark-pair > div {
  min-width: 0;
  padding: 22px;
}

.benchmark-pair > div + div {
  border-left: 1px solid var(--line-dark);
}

.benchmark-pair span {
  display: block;
  color: rgb(255 255 255 / 0.46);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benchmark-pair > div > strong {
  display: block;
  margin-top: 12px;
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(42px, 4.2vw, 66px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.benchmark-pair p {
  margin: 17px 0 0;
  color: rgb(255 255 255 / 0.55);
  font-size: 10px;
  line-height: 1.55;
}

.benchmark-pair p b {
  color: var(--text);
}

.benchmark-pair p i {
  color: rgb(255 255 255 / 0.34);
  font-style: normal;
}

.thesis-route-core > small {
  display: block;
  margin-top: 18px;
  color: rgb(255 255 255 / 0.4);
  font-size: 9px;
  line-height: 1.45;
}

.thesis-route-pipeline,
.thesis-route-demo {
  min-height: 303px;
}

.thesis-route-pipeline h3,
.thesis-route-demo h3 {
  max-width: 590px;
  margin-top: 54px;
  font-size: clamp(27px, 2.35vw, 38px);
}

.thesis-route-pipeline ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.thesis-route-pipeline li {
  padding: 6px 9px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: rgb(7 16 13 / 0.58);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.thesis-route-pipeline li.is-optional {
  margin-left: 5px;
  border-style: dashed;
  border-color: rgb(100 133 255 / 0.38);
  color: #4f65ad;
  background: rgb(100 133 255 / 0.04);
}

.thesis-route-demo {
  background:
    radial-gradient(circle at 92% 10%, rgb(255 112 94 / 0.12), transparent 33%),
    rgb(255 255 255 / 0.28);
}

.thesis-demo-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: rgb(7 16 13 / 0.58);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.thesis-demo-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4d9b69;
  box-shadow: 0 0 0 4px rgb(77 155 105 / 0.12);
}

.highlights-section {
  overflow: hidden;
  padding: clamp(92px, 8vw, 138px) 0 clamp(96px, 9vw, 150px);
  color: var(--text);
  border-top: 1px solid var(--line-dark);
  background:
    radial-gradient(circle at 15% 5%, rgb(100 133 255 / 0.095), transparent 30vw),
    radial-gradient(circle at 92% 82%, rgb(255 112 94 / 0.075), transparent 32vw),
    #08120e;
}

.highlights-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, black, transparent 72%);
  pointer-events: none;
}

.highlights-section .section-shell {
  position: relative;
  z-index: 1;
}

.highlights-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.highlights-heading .section-label { margin-bottom: 53px; }
.highlights-heading .eyebrow { color: rgb(255 255 255 / 0.44); }

.highlights-heading h2 {
  max-width: 880px;
  font-size: clamp(48px, 6.1vw, 88px);
}

.highlights-heading h2 em { color: var(--lime); }

.highlights-intro {
  max-width: 410px;
  justify-self: end;
  padding-bottom: 6px;
}

.highlights-intro p {
  margin: 0;
  color: rgb(255 255 255 / 0.6);
  font-size: 15px;
  line-height: 1.68;
  letter-spacing: -0.012em;
}

.clips-motion {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  padding: 0 14px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 999px;
  color: rgb(255 255 255 / 0.72);
  background: rgb(255 255 255 / 0.035);
  font-size: 10px;
  font-weight: 680;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.clips-motion:hover {
  color: var(--ink);
  border-color: var(--lime);
  background: var(--lime);
}

.clips-motion i {
  min-width: 9px;
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  text-align: center;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.highlight-card {
  --clip-accent: var(--blue);
  min-width: 0;
  grid-column: span 3;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 14px;
  background: rgb(14 28 22 / 0.86);
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.16);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.highlight-card[data-player="lower"] { --clip-accent: var(--coral); }
.highlight-card-featured { grid-column: span 6; }

.highlight-card:hover {
  border-color: color-mix(in srgb, var(--clip-accent) 48%, transparent);
  box-shadow: 0 30px 80px rgb(0 0 0 / 0.25);
  transform: translateY(-4px);
}

.highlight-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050a07;
}

.highlight-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(3 8 5 / 0.28), transparent 28%, transparent 57%, rgb(3 8 5 / 0.66));
  pointer-events: none;
}

.highlight-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.035);
  transition: filter 240ms ease, transform 700ms cubic-bezier(.2, .7, .2, 1);
}

.highlight-card:hover .highlight-media video {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.012);
}

.highlight-index,
.highlight-player {
  position: absolute;
  z-index: 2;
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.highlight-index {
  top: 13px;
  left: 13px;
  padding: 6px 7px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 999px;
  color: rgb(255 255 255 / 0.75);
  background: rgb(4 10 7 / 0.48);
  backdrop-filter: blur(8px);
}

.highlight-player {
  left: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgb(255 255 255 / 0.82);
}

.highlight-player i,
.highlight-meta header b i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--clip-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--clip-accent) 13%, transparent);
}

.clip-toggle {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 9px 24px rgb(0 0 0 / 0.28);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.clip-toggle:hover { transform: scale(1.06); }
.clip-toggle span { font-family: var(--mono); font-size: 11px; line-height: 1; }

.highlight-meta { padding: 18px 18px 17px; }

.highlight-meta header,
.highlight-meta footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.highlight-meta header > div { min-width: 0; }

.highlight-meta header span {
  color: rgb(255 255 255 / 0.58);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.highlight-meta h3 {
  margin: 7px 0 0;
  font-family: var(--display);
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.045em;
}

.highlight-card:not(.highlight-card-featured) .highlight-meta h3 { font-size: clamp(20px, 1.75vw, 25px); }

.highlight-meta header b {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 0 8px;
  border: 1px solid rgb(215 255 67 / 0.22);
  border-radius: 999px;
  color: var(--lime);
  background: rgb(215 255 67 / 0.055);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.highlight-meta header b i {
  width: 5px;
  height: 5px;
  background: var(--lime);
  box-shadow: none;
}

.highlight-meta footer {
  align-items: end;
  margin-top: 25px;
  padding-top: 14px;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

.highlight-meta dl {
  display: flex;
  gap: 19px;
  margin: 0;
}

.highlight-meta dl div { display: grid; gap: 4px; }

.highlight-meta dt {
  color: rgb(255 255 255 / 0.58);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.highlight-meta dd {
  margin: 0;
  color: rgb(255 255 255 / 0.83);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 650;
}

.highlight-meta footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding-bottom: 3px;
  border-bottom: 1px solid rgb(255 255 255 / 0.3);
  color: rgb(255 255 255 / 0.72);
  font-size: 11px;
  font-weight: 700;
  transition: color 160ms ease, border-color 160ms ease;
}

.highlight-meta footer a:hover {
  color: var(--lime);
  border-color: var(--lime);
}

.highlights-note {
  margin: 17px 2px 0;
  color: rgb(255 255 255 / 0.58);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.research-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0%, rgb(117 151 124 / 0.12), transparent 28%),
    var(--paper);
}

.research-section::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -310px;
  width: 620px;
  height: 620px;
  border: 1px solid rgb(7 16 13 / 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 78px rgb(7 16 13 / 0.025), 0 0 0 156px rgb(7 16 13 / 0.018);
  pointer-events: none;
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.62fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: end;
}

.research-layout h2 {
  max-width: 900px;
}

.research-copy {
  padding-bottom: 8px;
}

.research-copy p {
  margin: 0 0 20px;
  color: #47534e;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.017em;
}

.text-link {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 720;
}

.text-link span {
  color: #6f7c75;
}

.recovery-output {
  max-width: 1120px;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: end;
  margin: clamp(100px, 11vw, 180px) 0 0 auto;
  padding: 48px 0 0;
  border-top: 1px solid var(--line-light);
}

.recovery-output-intro > span {
  color: #5e7467;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.recovery-output h3 {
  max-width: 560px;
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 650;
  line-height: 1.07;
  letter-spacing: -0.045em;
}

.recovery-output dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.recovery-output dl > div {
  min-width: 0;
  padding: 16px 13px 15px;
  border: 1px solid var(--line-light);
  border-radius: 10px;
  background: rgb(255 255 255 / 0.36);
}

.recovery-output dt {
  color: rgb(7 16 13 / 0.48);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recovery-output dd {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.25;
}

.pipeline-section {
  overflow: hidden;
  color: var(--text);
  background:
    linear-gradient(125deg, transparent 35%, rgb(215 255 67 / 0.035)),
    var(--ink);
}

.pipeline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: linear-gradient(90deg, rgb(255 255 255 / 0.1) 1px, transparent 1px);
  background-size: calc(100% / 8) 100%;
  pointer-events: none;
}

.pipeline-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.8fr;
  gap: 40px;
  align-items: end;
}

.pipeline-heading .eyebrow {
  color: rgb(255 255 255 / 0.42);
}

.pipeline-heading h2 em {
  color: var(--lime);
}

.pipeline-branch-note {
  grid-column: 2;
  max-width: 760px;
  margin: 20px 0 0;
  color: rgb(255 255 255 / 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.pipeline-list {
  margin-top: 104px;
  border-top: 1px solid var(--line-dark);
}

.pipeline-step {
  display: grid;
  grid-template-columns: 64px minmax(360px, 0.95fr) minmax(380px, 1.05fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  padding: 64px 0;
  border-bottom: 1px solid var(--line-dark);
}

.step-number {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  font-family: var(--mono);
}

.step-number span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(215 255 67 / 0.42);
  border-radius: 50%;
  color: var(--lime);
  background: rgb(215 255 67 / 0.055);
  font-size: 11px;
  font-weight: 750;
}

.step-number small {
  color: rgb(255 255 255 / 0.4);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-visual {
  min-width: 0;
  display: grid;
  gap: 15px;
  align-self: start;
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.13);
  border-radius: 14px;
  background:
    linear-gradient(150deg, rgb(255 255 255 / 0.025), transparent 50%),
    #0a1511;
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.13);
}

.visual-topline,
.visual-output {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.visual-topline span,
.visual-output span,
.recovery-frame > span,
.heatmap-panel > span,
.heatmap-panel > small,
.court-plane > span {
  color: rgb(255 255 255 / 0.45);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.visual-topline strong,
.visual-output strong {
  min-width: 0;
  color: rgb(255 255 255 / 0.82);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

.visual-output {
  padding: 11px 12px;
  border: 1px solid rgb(215 255 67 / 0.14);
  border-radius: 8px;
  background: rgb(215 255 67 / 0.035);
}

.visual-output span { color: var(--lime); }

.recovery-diagram {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(82px, 0.42fr);
  gap: 11px;
  align-items: center;
}

.recovery-frame {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 9px;
  background: #173125;
}

.recovery-frame svg {
  width: 100%;
  height: auto;
  display: block;
}

.recovery-frame > span {
  position: absolute;
  left: 8px;
  bottom: 7px;
  padding: 5px 7px;
  border-radius: 4px;
  color: rgb(255 255 255 / 0.72);
  background: rgb(4 10 7 / 0.7);
  backdrop-filter: blur(5px);
}

.camera-court {
  fill: none;
  stroke: rgb(255 255 255 / 0.28);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-region {
  fill: rgb(100 133 255 / 0.085);
  stroke: var(--blue);
  stroke-width: 1.5;
  stroke-dasharray: 6 5;
}

.player-mark { color: var(--blue); }
.player-mark-bottom { color: var(--coral); }

.player-mark rect {
  fill: rgb(7 16 13 / 0.32);
  stroke: currentColor;
  stroke-width: 1.7;
}

.player-mark circle,
.player-mark path {
  fill: currentColor;
  opacity: 0.82;
}

.ball-trail {
  fill: none;
  stroke: rgb(215 255 67 / 0.48);
  stroke-width: 1.7;
  stroke-dasharray: 4 5;
}

.ball-mark {
  fill: var(--lime);
  stroke: rgb(7 16 13 / 0.8);
  stroke-width: 2;
}

.visual-flow-arrow {
  color: rgb(255 255 255 / 0.42);
  font-family: var(--mono);
  font-size: 18px;
  text-align: center;
}

.heatmap-panel {
  min-width: 0;
  display: grid;
  gap: 7px;
  text-align: center;
}

.heatmap-panel > span,
.heatmap-panel > small {
  white-space: nowrap;
}

.heatmap-panel > small { color: var(--lime); }

.heatmap-surface {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 9px;
  background:
    linear-gradient(rgb(255 255 255 / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.04) 1px, transparent 1px),
    radial-gradient(circle at 57% 42%, rgb(255 232 86 / 0.95) 0 3%, rgb(255 112 94 / 0.72) 5%, rgb(100 133 255 / 0.45) 13%, transparent 35%),
    #09110e;
  background-size: 12px 12px, 12px 12px, auto, auto;
}

.heatmap-surface i {
  position: absolute;
  width: 9px;
  height: 9px;
  left: calc(57% - 4px);
  top: calc(42% - 4px);
  border: 2px solid var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(215 255 67 / 0.13);
}

.alignment-diagram {
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 13px;
  border: 1px solid rgb(255 255 255 / 0.09);
  border-radius: 9px;
  background: rgb(255 255 255 / 0.018);
}

.alignment-axis,
.alignment-row {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.alignment-axis {
  grid-template-columns: 66px repeat(5, minmax(0, 1fr));
  color: rgb(255 255 255 / 0.38);
  font-family: var(--mono);
  font-size: 7px;
  text-align: center;
}

.alignment-axis span { text-align: left; text-transform: uppercase; }
.alignment-axis i { font-style: normal; }
.alignment-axis i:nth-child(4) { color: var(--lime); font-weight: 800; }

.alignment-row strong {
  color: rgb(255 255 255 / 0.64);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 650;
}

.alignment-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  min-height: 34px;
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 6px;
  background: linear-gradient(90deg, transparent 49.8%, rgb(215 255 67 / 0.13) 50%, transparent 50.2%);
}

.alignment-track i {
  width: 7px;
  height: 7px;
  justify-self: center;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 50%;
}

.row-ball { --lane: var(--lime); }
.row-player { --lane: var(--blue); }
.row-pose { --lane: var(--coral); }

.alignment-track i.has-value {
  border-color: var(--lane);
  background: var(--lane);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--lane) 10%, transparent);
}

.alignment-track i.is-rebuilt {
  border-style: dashed;
  border-color: var(--lane);
  background: color-mix(in srgb, var(--lane) 20%, transparent);
}

.alignment-track i.is-active {
  width: 11px;
  height: 11px;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--lane) 16%, transparent);
}

.alignment-legend {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 3px;
  color: rgb(255 255 255 / 0.38);
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.alignment-legend i {
  width: 7px;
  height: 7px;
  border: 1px solid rgb(255 255 255 / 0.65);
  border-radius: 50%;
  background: rgb(255 255 255 / 0.34);
}

.alignment-legend span:last-child i {
  border-style: dashed;
  background: transparent;
}

.geometry-branch {
  display: grid;
  grid-template-columns: 64px minmax(300px, 0.72fr) minmax(440px, 1.28fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  padding: 48px 0;
  border-bottom: 1px solid var(--line-dark);
}

.geometry-branch-tag {
  display: grid;
  gap: 8px;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.geometry-branch-tag span {
  width: fit-content;
  padding: 6px 8px;
  border: 1px solid rgb(100 133 255 / 0.32);
  border-radius: 999px;
  background: rgb(100 133 255 / 0.06);
}

.geometry-branch-tag small {
  color: rgb(255 255 255 / 0.35);
  font-size: 7px;
  line-height: 1.4;
}

.geometry-branch-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.geometry-branch-copy p {
  margin: 18px 0 0;
  color: rgb(255 255 255 / 0.54);
  font-size: 13px;
  line-height: 1.65;
}

.court-transform {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(120px, 0.65fr) 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgb(100 133 255 / 0.2);
  border-radius: 14px;
  background: rgb(100 133 255 / 0.035);
}

.court-plane {
  min-width: 0;
  min-height: 210px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 0.09);
  border-radius: 9px;
  background: #0a1511;
}

.court-plane svg {
  width: 100%;
  height: 172px;
  display: block;
}

.court-wire {
  fill: none;
  stroke: rgb(255 255 255 / 0.68);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.court-anchor circle,
.template-points circle {
  fill: #0a1511;
  stroke: var(--lime);
  stroke-width: 3;
}

.court-anchor text {
  fill: var(--lime);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 750;
}

.homography-link {
  display: grid;
  place-items: center;
  gap: 5px;
  color: rgb(255 255 255 / 0.42);
  text-align: center;
}

.homography-link i {
  font-family: var(--mono);
  font-size: 19px;
  font-style: normal;
}

.homography-link b {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(215 255 67 / 0.35);
  border-radius: 50%;
  color: var(--lime);
  font-family: var(--display);
  font-size: 16px;
}

.homography-link small {
  color: rgb(255 255 255 / 0.34);
  font-family: var(--mono);
  font-size: 6px;
  line-height: 1.4;
  text-transform: uppercase;
}

.mini-window {
  display: grid;
  grid-template-columns: repeat(25, minmax(0, 1fr));
  gap: 3px;
}

.mini-window i {
  height: 22px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 2px;
  background: rgb(255 255 255 / 0.025);
}

.mini-window i.is-centre {
  border-color: var(--coral);
  background: rgb(255 112 94 / 0.2);
  box-shadow: 0 0 14px rgb(255 112 94 / 0.13);
}

.mini-scores {
  display: grid;
  gap: 4px;
}

.mini-scores > div {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: rgb(255 255 255 / 0.38);
}

.mini-scores span {
  font-family: var(--mono);
  font-size: 7px;
  text-transform: uppercase;
}

.mini-scores .is-selected {
  color: var(--coral);
}

.mini-score-track {
  position: relative;
  height: 25px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 6px;
  background: rgb(255 255 255 / 0.018);
}

.mini-score-track::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 55%;
  border-left: 1px dashed rgb(255 255 255 / 0.18);
}

.mini-score-track i {
  position: absolute;
  width: 7px;
  height: 7px;
  left: 12%;
  top: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: currentColor;
}

.mini-score-track b {
  position: absolute;
  right: 8px;
  top: 7px;
  color: rgb(255 255 255 / 0.34);
  font-family: var(--mono);
  font-size: 6px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mini-scores .is-selected .mini-score-track i {
  width: 9px;
  height: 9px;
  left: 80%;
  top: 7px;
  box-shadow: 0 0 0 5px rgb(255 112 94 / 0.12);
}

.mini-scores .is-selected .mini-score-track b {
  right: auto;
  left: 8px;
  color: var(--coral);
}

.step-content h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 3.7vw, 54px);
  font-weight: 680;
  line-height: 1;
  letter-spacing: -0.05em;
}

.step-content p {
  max-width: 650px;
  margin: 21px 0 0;
  color: rgb(255 255 255 / 0.57);
  font-size: 16px;
  line-height: 1.65;
}

.step-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.step-content li {
  padding: 7px 10px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: rgb(255 255 255 / 0.5);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.system-link {
  width: fit-content;
  display: inline-flex;
  gap: 9px;
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(215 255 67 / 0.45);
  color: var(--lime);
  font-size: 12px;
  font-weight: 650;
}

.system-link span {
  color: rgb(255 255 255 / 0.42);
}

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

.trace-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  gap: clamp(65px, 9vw, 145px);
  align-items: center;
}

.trace-copy .section-label {
  margin-bottom: 72px;
}

.trace-copy h2 {
  font-size: clamp(48px, 5.4vw, 82px);
}

.trace-copy h2 em {
  display: block;
  color: #627d69;
}

.trace-copy > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: #46534d;
  font-size: 16px;
  line-height: 1.66;
}

.trace-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin: 29px 0 34px;
  color: #5c6762;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trace-keys span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trace-keys i,
.ledger-row i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}

.key-top { background: var(--blue); }
.key-bottom { background: var(--coral); }
.key-bounce { border: 2px solid #7da22f; background: transparent; }

.interface-preview {
  position: relative;
  border: 1px solid rgb(7 16 13 / 0.2);
  border-radius: 14px;
  overflow: hidden;
  color: var(--text);
  background: #0a1410;
  box-shadow: 0 36px 90px rgb(23 38 31 / 0.24);
  transform: rotate(0.7deg);
}

.interface-preview::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(circle at 25% 10%, rgb(215 255 67 / 0.07), transparent 33%);
  pointer-events: none;
}

.preview-topbar {
  position: relative;
  z-index: 1;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line-dark);
  color: rgb(255 255 255 / 0.62);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.preview-topbar > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.preview-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgb(215 255 67 / 0.1);
}

.preview-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.42fr 0.92fr;
  min-height: 580px;
}

.preview-map {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 24px 24px;
  border-right: 1px solid var(--line-dark);
  background: linear-gradient(180deg, rgb(255 255 255 / 0.015), transparent);
}

.preview-filters {
  position: absolute;
  top: 17px;
  left: 17px;
  display: flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: rgb(255 255 255 / 0.42);
  font-size: 9px;
}

.preview-filters span {
  padding: 6px 10px;
  border-radius: 999px;
}

.preview-filters .active {
  color: var(--ink);
  background: var(--lime);
}

.preview-map svg {
  width: min(100%, 330px);
  max-height: 460px;
}

.preview-court {
  fill: rgb(255 255 255 / 0.018);
  stroke: rgb(255 255 255 / 0.5);
  stroke-width: 1.2;
}

.preview-path {
  fill: none;
  stroke-width: 2.3;
  stroke-linecap: round;
  opacity: 0.72;
}

.path-one,
.path-three { stroke: var(--coral); }
.path-two { stroke: var(--blue); }
.path-two,
.path-three { opacity: 0.35; }

.preview-hit.top { fill: var(--blue); }
.preview-hit.bottom { fill: var(--coral); }
.preview-bounce { fill: var(--ink); stroke: var(--lime); stroke-width: 3; }

.preview-tooltip {
  position: absolute;
  right: 9%;
  top: 36%;
  min-width: 132px;
  padding: 12px 13px;
  border: 1px solid rgb(215 255 67 / 0.24);
  border-radius: 8px;
  background: rgb(7 16 13 / 0.9);
  box-shadow: 0 18px 40px rgb(0 0 0 / 0.34);
}

.preview-tooltip span,
.preview-tooltip small {
  display: block;
  color: rgb(255 255 255 / 0.43);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-tooltip strong {
  display: block;
  margin: 5px 0;
  color: var(--lime);
  font-size: 17px;
}

.preview-ledger {
  padding: 17px;
}

.ledger-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: rgb(255 255 255 / 0.48);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ledger-head strong {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 9px;
}

.ledger-row {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 0 10px;
  border-top: 1px solid var(--line-dark);
}

.ledger-row.selected {
  margin: 0 -7px;
  padding: 0 17px;
  border: 1px solid rgb(215 255 67 / 0.2);
  border-radius: 7px;
  background: rgb(215 255 67 / 0.055);
}

.ledger-row span strong,
.ledger-row span small {
  display: block;
}

.ledger-row span strong {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
}

.ledger-row span small {
  margin-top: 4px;
  color: rgb(255 255 255 / 0.38);
  font-size: 8px;
}

.ledger-row b {
  color: rgb(255 255 255 / 0.74);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
}

.ledger-row b::after {
  content: " km/h";
  color: rgb(255 255 255 / 0.28);
  font-size: 6px;
}

.ledger-row.muted {
  opacity: 0.18;
}

.ledger-row.muted span,
.ledger-row.muted b {
  height: 8px;
  border-radius: 3px;
  background: rgb(255 255 255 / 0.15);
}

.final-cta {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--lime);
}

.final-cta .section-shell {
  position: relative;
  z-index: 2;
  text-align: center;
}

.final-cta .kicker {
  justify-content: center;
  color: rgb(7 16 13 / 0.55);
}

.final-cta .kicker > span {
  background: var(--ink);
}

.final-cta h2 {
  margin-top: 25px;
  font-size: clamp(60px, 8.2vw, 126px);
  text-transform: uppercase;
}

.final-cta h2 em {
  color: var(--ink);
  font-size: 0.86em;
}

.final-cta p:not(.kicker) {
  max-width: 590px;
  margin: 27px auto 33px;
  color: rgb(7 16 13 / 0.64);
  font-size: 17px;
  line-height: 1.6;
}

.final-cta .button-primary {
  color: var(--text);
  background: var(--ink);
  box-shadow: 0 16px 40px rgb(7 16 13 / 0.17);
}

.final-cta .button-primary:hover {
  background: #17231f;
}

.final-cta .button-ghost {
  color: var(--ink);
  border-color: rgb(7 16 13 / 0.34);
  background: rgb(7 16 13 / 0.035);
}

.final-cta .button-ghost:hover {
  border-color: rgb(7 16 13 / 0.64);
  background: rgb(7 16 13 / 0.08);
}

.cta-orbit,
.cta-orbit span {
  position: absolute;
  border: 1px solid rgb(7 16 13 / 0.12);
  border-radius: 50%;
}

.cta-orbit {
  width: min(72vw, 940px);
  aspect-ratio: 1;
}

.cta-orbit::before,
.cta-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--ink);
}

.cta-orbit::before {
  width: 14px;
  height: 14px;
  left: 13%;
  top: 19%;
}

.cta-orbit::after {
  width: 28px;
  height: 28px;
  right: 5%;
  bottom: 26%;
  background: transparent;
  border: 4px solid var(--ink);
}

.cta-orbit span:nth-child(1) { inset: 10%; }
.cta-orbit span:nth-child(2) { inset: 25%; }
.cta-orbit span:nth-child(3) { inset: 40%; }

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 42px;
  align-items: start;
  padding: 64px clamp(22px, 4vw, 68px) 36px;
  color: var(--text);
  background: var(--ink);
}

.footer-wordmark {
  font-size: 24px;
}

.site-footer > p {
  margin: 6px 0 0;
  color: rgb(255 255 255 / 0.42);
  font-size: 12px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 7px;
  color: rgb(255 255 255 / 0.64);
  font-size: 12px;
}

.site-footer .footer-note {
  grid-column: 1 / -1;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.final-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(.2, .75, .25, 1), transform 700ms cubic-bezier(.2, .75, .25, 1);
}

.reveal-ready [data-reveal][data-delay="1"] { transition-delay: 90ms; }
.reveal-ready [data-reveal][data-delay="2"] { transition-delay: 180ms; }

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--ink);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(12px, 2vw, 24px);
  }

  .site-nav {
    display: flex;
    justify-content: center;
    gap: clamp(12px, 1.8vw, 24px);
    font-size: 11px;
  }

  .highlights-heading {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
    gap: 48px;
  }

  .highlights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .highlight-card { grid-column: auto; }
  .highlight-card-featured { grid-column: 1 / -1; }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 140px;
    padding-bottom: 170px;
  }

  .hero-copy { max-width: 930px; }
  .hero-note { display: none; }

  .thesis-map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .thesis-route-core {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 570px;
  }

  .research-layout {
    grid-template-columns: 1fr;
  }

  .research-copy {
    max-width: 650px;
  }

  .pipeline-heading {
    grid-template-columns: 1fr;
  }

  .pipeline-branch-note {
    grid-column: auto;
  }

  .pipeline-step {
    grid-template-columns: 48px minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  }

  .geometry-branch {
    grid-template-columns: 48px minmax(260px, 0.72fr) minmax(360px, 1.28fr);
  }

  .trace-layout {
    grid-template-columns: 1fr;
  }

  .trace-copy {
    max-width: 760px;
  }

  .interface-preview {
    max-width: 820px;
    justify-self: center;
  }

}

@media (max-width: 800px) {
  .site-header,
  .site-header.is-scrolled {
    height: 108px;
    padding: 0 18px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 64px 44px;
    column-gap: 12px;
    row-gap: 0;
    border-color: var(--line-dark);
    background: var(--ink);
    backdrop-filter: blur(20px) saturate(1.3);
  }

  .site-header .wordmark {
    grid-column: 1;
    grid-row: 1;
  }

  .site-nav {
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 7px;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    min-height: 32px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgb(255 255 255 / 0.13);
    border-radius: 999px;
    background: rgb(255 255 255 / 0.035);
    scroll-snap-align: start;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a[aria-current="page"] {
    color: var(--ink);
    border-color: var(--lime);
    background: var(--lime);
  }

  .site-header .wordmark { font-size: 18px; }
  .wordmark-mark { width: 30px; height: 30px; }

  .header-cta {
    min-height: 36px;
    grid-column: 3;
    grid-row: 1;
    padding: 0 13px;
  }

  .header-cta svg { display: none; }

  .hero {
    min-height: 980px;
  }

  .hero-inner {
    width: calc(100% - 36px);
    padding: 166px 0 330px;
  }

  .hero h1 {
    font-size: clamp(58px, 18vw, 96px);
    line-height: 0.83;
  }

  .hero h1 em {
    margin-left: 0;
  }

  .hero-media { object-position: 62% center; }

  .hero-facts {
    min-height: 252px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 18px;
  }

  .hero-facts > a {
    min-height: 126px;
    padding: 16px;
    border-bottom: 1px solid var(--line-dark);
  }

  .hero-facts strong {
    font-size: 15px;
  }

  .hero-facts small {
    font-size: 8px;
  }

  .thesis-map-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .thesis-map-heading > p {
    max-width: 680px;
  }

  .thesis-map-grid {
    grid-template-columns: 1fr;
  }

  .thesis-route-core {
    grid-column: auto;
  }

  .thesis-route-pipeline,
  .thesis-route-demo {
    min-height: 280px;
  }

  .highlights-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .highlights-heading .section-label { margin-bottom: 45px; }

  .highlights-intro {
    max-width: 620px;
    justify-self: start;
  }

  .section-shell {
    width: calc(100% - 36px);
  }

  .section-label {
    margin-bottom: 52px;
  }

  h2 {
    font-size: clamp(44px, 14vw, 70px);
  }

  .recovery-output {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 90px;
  }

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

  .recovery-output dl > div:last-child {
    grid-column: 1 / -1;
  }

  .pipeline-step,
  .geometry-branch {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 42px 0 54px;
  }

  .step-visual,
  .step-content,
  .geometry-branch-tag,
  .geometry-branch-copy,
  .court-transform {
    grid-column: 1;
  }

  .step-number {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .step-number span { width: 36px; height: 36px; }

  .step-visual { width: 100%; }

  .geometry-branch-tag {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .preview-body {
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 500px;
  }

  .preview-tooltip { display: none; }

  .final-cta { min-height: 680px; }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-inline: 18px;
  }

  .footer-links {
    margin-top: 15px;
  }

  .site-footer .footer-note {
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-lede { font-size: 16px; }

  .thesis-map-heading h2 br {
    display: none;
  }

  .thesis-route {
    padding: 25px;
    border-radius: 14px;
  }

  .thesis-route-core {
    min-height: 0;
  }

  .thesis-route-core h3 {
    margin-top: 74px;
  }

  .benchmark-pair {
    grid-template-columns: 1fr;
  }

  .benchmark-pair > div + div {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .thesis-route-topline strong {
    font-size: 8px;
  }

  .highlights-section .section-shell { width: calc(100% - 36px); }

  .highlights-grid {
    width: calc(100% + 18px);
    display: flex;
    gap: 12px;
    margin-right: -18px;
    padding: 0 18px 10px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .highlights-grid::-webkit-scrollbar { display: none; }

  .highlight-card,
  .highlight-card-featured {
    width: 84vw;
    flex: 0 0 84vw;
    scroll-snap-align: start;
  }

  .highlight-meta { padding: 16px; }
  .highlight-meta footer { gap: 10px; }
  .highlight-meta dl { gap: 13px; }

  .clips-motion {
    min-height: 42px;
    margin-top: 20px;
  }

  .pipeline-step,
  .geometry-branch { gap: 16px; }

  .step-visual { height: auto; padding: 14px; }

  .court-transform {
    grid-template-columns: 1fr;
  }

  .homography-link i { transform: rotate(90deg); }

  .interface-preview {
    width: calc(100% + 18px);
    margin-right: -18px;
    border-radius: 12px 0 0 12px;
  }

  .preview-body {
    grid-template-columns: 1fr;
  }

  .preview-map {
    min-height: 500px;
    border-right: 0;
  }

  .preview-ledger { display: none; }

  .trace-keys { gap: 12px; }

  .final-cta h2 {
    font-size: clamp(54px, 17vw, 84px);
  }

  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

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

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

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

html.motion-paused *,
html.motion-paused *::before,
html.motion-paused *::after {
  animation-play-state: paused !important;
}

@media print {
  .reveal-ready [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .site-header,
  .chapter-nav,
  .motion-toggle,
  .clips-motion,
  .clip-toggle {
    display: none !important;
  }
}

/* Professor-facing presentation refinements */

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.section-label-light {
  color: rgb(255 255 255 / 0.68);
}

@media (max-width: 420px) {
  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    overflow: visible;
    scroll-snap-type: none;
  }

  .site-nav a {
    min-height: 36px;
    min-width: 0;
    padding: 0 3px;
    flex: auto;
    justify-content: center;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }
}

/* 2026-07-25: explicit Thesis Overview / Technical Deep Dive / Match Demo journey */

#thesis {
  scroll-margin-top: 78px;
}

.entry-paths {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 148px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  margin: 0;
  padding: 0 clamp(22px, 4vw, 68px);
  border-top: 1px solid var(--line-dark);
  background: rgb(7 16 13 / 0.8);
  backdrop-filter: blur(18px) saturate(1.2);
}

.entry-path {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 3vw, 52px);
  padding: 24px clamp(22px, 3vw, 44px);
  border-left: 1px solid var(--line-dark);
  color: var(--text);
  transition: background 180ms ease;
}

.entry-path:last-child {
  border-right: 1px solid var(--line-dark);
}

.entry-path::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0;
  transform: scaleX(0.25);
  transform-origin: left;
  background: var(--lime);
  transition: opacity 180ms ease, transform 180ms ease;
}

.entry-path-demo::before {
  background: var(--blue);
}

.entry-path:hover,
.entry-path:focus-visible {
  background: rgb(255 255 255 / 0.06);
}

.entry-path:hover::before,
.entry-path:focus-visible::before,
.entry-path-thesis::before {
  opacity: 1;
  transform: scaleX(1);
}

.entry-path-copy {
  min-width: 0;
  display: block;
}

.entry-path-meta {
  display: block;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.entry-path-demo .entry-path-meta {
  color: #9eb1ff;
}

.entry-path strong {
  display: block;
  margin-top: 9px;
  font-family: var(--display);
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.entry-path small {
  display: block;
  max-width: 590px;
  margin-top: 7px;
  color: rgb(255 255 255 / 0.58);
  font-size: 11px;
  line-height: 1.5;
}

.entry-path-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  padding: 0 14px;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 999px;
  color: var(--text);
  font-size: 11px;
  font-weight: 720;
  white-space: nowrap;
}

.entry-path-thesis .entry-path-action {
  color: var(--ink);
  border-color: var(--lime);
  background: var(--lime);
}

.entry-path-action i {
  font-style: normal;
  transition: transform 160ms ease;
}

.entry-path:hover .entry-path-action i,
.entry-path:focus-visible .entry-path-action i {
  transform: translate(2px, -2px);
}

.entry-path-thesis:hover .entry-path-action i,
.entry-path-thesis:focus-visible .entry-path-action i {
  transform: translateY(2px);
}

.hero-inner {
  padding-bottom: 204px;
}

.thesis-map-heading > p strong {
  color: var(--ink);
}

.thesis-route-static:hover {
  border-color: var(--line-dark);
  box-shadow: none;
  transform: none;
}

.thesis-route-link {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 0 15px;
  border: 1px solid rgb(215 255 67 / 0.4);
  border-radius: 999px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 720;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.thesis-route-link:hover,
.thesis-route-link:focus-visible {
  color: var(--ink);
  border-color: var(--lime);
  background: var(--lime);
}

.thesis-route-question {
  min-height: 303px;
  background:
    radial-gradient(circle at 92% 10%, rgb(100 133 255 / 0.12), transparent 34%),
    rgb(255 255 255 / 0.3);
}

.thesis-route-question h3 {
  max-width: 590px;
  margin-top: 54px;
  font-size: clamp(27px, 2.35vw, 38px);
}

.thesis-route-summary {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  padding: 7px 10px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: rgb(7 16 13 / 0.62);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .hero {
    min-height: auto;
    display: block;
  }

  .hero-inner {
    padding: 166px 0 54px;
  }

  .entry-paths {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 36px);
    min-height: 0;
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--line-dark);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
  }

  .entry-path {
    min-height: 148px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .entry-path:last-child {
    border-right: 0;
  }

  #thesis {
    scroll-margin-top: 116px;
  }
}

@media (max-width: 620px) {
  .entry-path {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .entry-path strong {
    font-size: 29px;
  }

  .entry-path small {
    font-size: 14px;
  }

  .entry-path-action {
    justify-self: start;
  }

  .thesis-route-question {
    min-height: 0;
  }
}

@media (max-width: 420px) {
  .thesis-route-summary {
    max-width: 100%;
    border-radius: 11px;
    line-height: 1.45;
  }
}

/* 2026-07-25: prominent, honest route into the precomputed match demo */

.header-cta {
  min-height: 52px;
  gap: 10px;
  padding: 5px 12px 5px 6px;
  color: var(--ink);
  border-color: var(--lime);
  background: var(--lime);
  box-shadow:
    0 0 0 1px rgb(215 255 67 / 0.12),
    0 8px 30px rgb(215 255 67 / 0.16);
}

.header-cta-play {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lime);
  background: var(--ink);
}

.header-cta .header-cta-play svg {
  width: 13px;
  height: 13px;
}

.header-cta-play path {
  fill: currentColor;
  stroke: none;
}

.header-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.header-cta-copy small {
  color: rgb(7 16 13 / 0.64);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.header-cta-copy strong {
  font-size: 13px;
  font-weight: 780;
  white-space: nowrap;
}

.header-cta-label-short {
  display: none;
}

.header-cta:hover {
  color: var(--ink);
  border-color: #e4ff7b;
  background: #e4ff7b;
  box-shadow:
    0 0 0 1px rgb(215 255 67 / 0.2),
    0 12px 34px rgb(215 255 67 / 0.22);
  transform: translateY(-1px);
}

.header-cta:active {
  transform: translateY(0);
}

@media (max-width: 800px) {
  .header-cta {
    min-height: 44px;
    gap: 7px;
    padding: 4px 10px 4px 5px;
  }

  .header-cta-play {
    width: 32px;
    height: 32px;
  }

  .header-cta .header-cta-play svg {
    display: block;
    width: 12px;
    height: 12px;
  }

  .header-cta-copy small,
  .header-cta-arrow,
  .header-cta-label-long {
    display: none;
  }

  .header-cta-label-short {
    display: inline;
  }

  .header-cta-copy strong {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .recovery-diagram {
    grid-template-columns: minmax(0, 1fr) 18px 62px;
    gap: 8px;
  }

  .heatmap-surface {
    width: 44px;
    margin-inline: auto;
  }

  .visual-output {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .visual-output strong {
    font-size: 9px;
    text-align: left;
  }
}
