.project-page {
  background: var(--paper);
}

.project-page code {
  padding: 0.12em 0.36em;
  border-radius: 4px;
  color: #345244;
  background: rgb(7 16 13 / 0.07);
  font-family: var(--mono);
  font-size: 0.88em;
}

.project-page .site-nav {
  gap: clamp(18px, 2vw, 30px);
}

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

.project-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(132px, 14vw, 190px) 0 0;
  color: var(--text);
  background:
    radial-gradient(circle at 76% 18%, rgb(100 133 255 / 0.2), transparent 28vw),
    radial-gradient(circle at 18% 78%, rgb(215 255 67 / 0.07), transparent 34vw),
    var(--ink);
  isolation: isolate;
}

.project-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 62vw;
  height: 62vw;
  min-width: 660px;
  min-height: 660px;
  top: -25vw;
  right: -20vw;
  border: 1px solid rgb(215 255 67 / 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 9vw rgb(100 133 255 / 0.025), 0 0 0 18vw rgb(215 255 67 / 0.02);
}

.project-hero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.075) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.project-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: center;
  padding-bottom: clamp(84px, 9vw, 130px);
}

.project-hero-copy {
  max-width: 700px;
}

.project-hero-copy .kicker {
  margin-bottom: 30px;
}

.project-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(60px, 7.6vw, 122px);
  font-weight: 720;
  line-height: 0.87;
  letter-spacing: -0.068em;
}

.project-hero h1 em {
  color: var(--lime);
  font-weight: inherit;
}

.project-hero-lede {
  max-width: 640px;
  margin: 36px 0 0;
  color: rgb(255 255 255 / 0.7);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.65;
}

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

.hero-system-figure {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 22px;
  background: rgb(255 255 255 / 0.055);
  box-shadow: 0 42px 120px rgb(0 0 0 / 0.48);
  transform: rotate(0.8deg);
}

.hero-system-media {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  background: #000;
}

.hero-system-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: inherit;
  pointer-events: none;
}

.hero-system-media img {
  width: 100%;
  height: auto;
}

.hero-system-media picture,
.mode-card figure picture,
.peak-gallery picture {
  display: block;
}

.hero-callout {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 999px;
  color: var(--text);
  background: rgb(7 16 13 / 0.8);
  backdrop-filter: blur(12px);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-callout::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: var(--lime);
}

.callout-crop {
  top: 22%;
  left: 5%;
}

.callout-crop::after {
  left: 100%;
  top: 50%;
}

.callout-ball {
  top: 51%;
  right: 9%;
}

.callout-ball::after {
  right: 100%;
  top: 50%;
}

.callout-state {
  right: 3%;
  bottom: 7%;
}

.callout-state::after {
  right: 100%;
  top: 50%;
}

.hero-system-figure figcaption {
  margin: 17px 8px 7px;
  color: rgb(255 255 255 / 0.53);
  font-size: 12px;
  line-height: 1.65;
}

.hero-system-figure figcaption strong {
  color: var(--text);
  font-weight: 650;
}

.scope-chip {
  position: absolute;
  top: -18px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgb(215 255 67 / 0.26);
  border-radius: 999px;
  color: var(--lime);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.scope-chip span,
.scope-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgb(215 255 67 / 0.09);
}

.architecture-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--line-dark);
}

.architecture-facts > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 24px clamp(18px, 3vw, 42px);
  border-left: 1px solid var(--line-dark);
}

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

.architecture-facts dt {
  margin: 0;
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 720;
  letter-spacing: -0.045em;
}

.architecture-facts dd {
  margin: 0;
  color: rgb(255 255 255 / 0.5);
  font-size: 11px;
  line-height: 1.4;
}

.runtime-clarifier {
  padding: clamp(64px, 7vw, 96px) 0;
  color: var(--text);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: #0b1612;
}

.runtime-clarifier-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  column-gap: clamp(42px, 7vw, 110px);
  row-gap: 24px;
  align-items: start;
}

.clarifier-label,
.training-evidence-head > span,
.stroke-record-heading > span {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.runtime-clarifier h2 {
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.052em;
}

.runtime-clarifier h2 em { color: var(--lime); }

.runtime-clarifier-intro > p,
.clarifier-time {
  margin: 24px 0 0;
  color: rgb(255 255 255 / 0.6);
  font-size: 14px;
  line-height: 1.72;
}

.artifact-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  overflow: hidden;
}

.artifact-map article {
  min-height: 230px;
  padding: clamp(24px, 2.8vw, 38px);
  border-right: 1px solid var(--line-dark);
  background: rgb(255 255 255 / 0.025);
}

.artifact-map article:last-child { border-right: 0; }

.artifact-map article > span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artifact-map h3 {
  margin: 28px 0 12px;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.artifact-map p {
  margin: 0;
  color: rgb(255 255 255 / 0.58);
  font-size: 12px;
  line-height: 1.65;
}

.runtime-clarifier code {
  color: var(--lime);
  background: rgb(215 255 67 / 0.08);
}

.clarifier-time {
  grid-column: 2;
  margin-top: 0;
  max-width: 760px;
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.chapter-nav {
  position: sticky;
  z-index: 80;
  top: 63px;
  overflow-x: auto;
  border-bottom: 1px solid rgb(7 16 13 / 0.12);
  background: rgb(242 240 232 / 0.9);
  backdrop-filter: blur(18px) saturate(1.2);
  scrollbar-width: none;
}

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

.chapter-nav .section-shell {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 38px);
  width: max-content;
  min-width: min(1360px, calc(100% - clamp(44px, 8vw, 136px)));
}

.chapter-nav span,
.chapter-nav a {
  white-space: nowrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chapter-nav span {
  color: rgb(7 16 13 / 0.6);
}

.chapter-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgb(7 16 13 / 0.68);
  transition: color 160ms ease;
}

.chapter-nav a:hover,
.chapter-nav a:focus-visible {
  color: var(--ink);
}

.project-section {
  position: relative;
  padding: clamp(96px, 10vw, 170px) 0;
  scroll-margin-top: 112px;
}

.section-heading {
  margin-bottom: clamp(60px, 7vw, 105px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(52px, 8vw, 140px);
  align-items: end;
}

.split-heading > p {
  max-width: 570px;
  margin: 0 0 4px;
  color: rgb(7 16 13 / 0.62);
  font-size: 16px;
  line-height: 1.75;
}

.split-heading-dark > p {
  color: rgb(255 255 255 / 0.55);
}

.split-heading-dark .eyebrow {
  color: rgb(255 255 255 / 0.44);
}

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

.overview-section {
  overflow: hidden;
  background: var(--paper);
}

.module-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line-light);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.24);
}

.module-flow::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 7%;
  right: 7%;
  top: 111px;
  height: 1px;
  background: rgb(7 16 13 / 0.16);
}

.module-flow li {
  position: relative;
  z-index: 1;
  min-height: 310px;
  padding: 24px clamp(15px, 2vw, 27px) 30px;
  border-right: 1px solid var(--line-light);
}

.module-flow li:last-child {
  border-right: 0;
}

.module-flow .module-parallel {
  background: linear-gradient(180deg, rgb(100 133 255 / 0.07), transparent 72%);
}

.module-index {
  display: block;
  color: rgb(7 16 13 / 0.38);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.module-icon {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 47px 0 30px;
  border: 1px solid rgb(7 16 13 / 0.16);
  border-radius: 50%;
  background: var(--paper);
}

.module-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  width: 999px;
  height: 1px;
  background: rgb(7 16 13 / 0.12);
}

.module-flow li:last-child .module-icon::after {
  display: none;
}

.icon-frame i {
  position: absolute;
  width: 27px;
  height: 36px;
  top: 23px;
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  background: var(--paper);
}

.icon-frame i:nth-child(1) { left: 17px; }
.icon-frame i:nth-child(2) { left: 27px; top: 19px; }
.icon-frame i:nth-child(3) { left: 37px; top: 15px; border-color: #57745f; }

.icon-person i:first-child,
.icon-person i:last-child {
  position: absolute;
  width: 22px;
  height: 44px;
  bottom: 16px;
  border: 1.5px solid var(--ink);
  border-radius: 13px 13px 5px 5px;
}

.icon-person i:first-child { left: 17px; }
.icon-person i:last-child { right: 17px; transform: scale(0.82); transform-origin: bottom; }

.icon-ball i {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 29px;
  left: 45px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: -16px 17px 0 -6px var(--blue), -30px 29px 0 -7px var(--coral);
}

.icon-pose i {
  position: absolute;
  width: 3px;
  background: var(--ink);
  transform-origin: top;
}

.icon-pose i:nth-child(1) { width: 13px; height: 13px; left: 34px; top: 14px; border-radius: 50%; }
.icon-pose i:nth-child(2) { height: 28px; left: 39px; top: 28px; }
.icon-pose i:nth-child(3) { height: 29px; left: 39px; top: 34px; transform: rotate(58deg); }
.icon-pose i:nth-child(4) { height: 29px; left: 41px; top: 52px; transform: rotate(-36deg); }

.icon-event i {
  position: absolute;
  bottom: 20px;
  width: 10px;
  border-radius: 6px 6px 2px 2px;
  background: var(--ink);
}

.icon-event i:nth-child(1) { left: 19px; height: 18px; opacity: 0.35; }
.icon-event i:nth-child(2) { left: 36px; height: 44px; background: var(--coral); }
.icon-event i:nth-child(3) { left: 53px; height: 28px; opacity: 0.65; }

.icon-court i {
  position: absolute;
  inset: 16px 23px;
  border: 1.5px solid var(--ink);
}

.icon-court i::before,
.icon-court i::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.icon-court i::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.icon-court i::after { left: 0; right: 0; top: 50%; height: 1px; }

.module-flow h3 {
  margin: 0 0 11px;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -0.035em;
}

.module-flow p {
  margin: 0;
  color: rgb(7 16 13 / 0.56);
  font-size: 12px;
  line-height: 1.6;
}

.overview-result {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0 0;
  padding: 18px 24px;
  border-left: 3px solid var(--lime-soft);
  color: rgb(7 16 13 / 0.62);
  background: rgb(255 255 255 / 0.32);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.7;
}

.overview-result span {
  flex: 0 0 auto;
  color: var(--ink);
  font-weight: 700;
  text-transform: uppercase;
}

.ball-section,
.architecture-section,
.event-section,
.performance-section {
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 92% 10%, rgb(100 133 255 / 0.08), transparent 28vw),
    #08120e;
}

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

.mode-card {
  overflow: hidden;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: rgb(255 255 255 / 0.035);
}

.mode-card > header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.mode-card header span,
.mode-card header strong {
  color: rgb(255 255 255 / 0.42);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mode-card h3 {
  margin: 5px 0 0;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.mode-search h3 { color: var(--blue); }
.mode-tight h3 { color: var(--lime); }

.mode-card figure {
  margin: 0 0 28px;
}

.mode-card figure img {
  width: 100%;
  aspect-ratio: 27 / 16;
  object-fit: cover;
  border-radius: 10px;
  background: #000;
}

.mode-search figure img {
  display: block;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.mode-card figcaption {
  margin-top: 11px;
  color: rgb(255 255 255 / 0.62);
  font-size: 12px;
  line-height: 1.55;
}

.mode-card > p {
  min-height: 78px;
  margin: 0 0 30px;
  color: rgb(255 255 255 / 0.61);
  font-size: 14px;
  line-height: 1.7;
}

.mode-card dl {
  margin: 0;
  border-top: 1px solid var(--line-dark);
}

.mode-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-dark);
}

.mode-card dt,
.mode-card dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 10px;
}

.mode-card dt { color: rgb(255 255 255 / 0.62); }
.mode-card dd { color: var(--text); text-align: right; }

.why-local {
  display: grid;
  grid-template-columns: 0.46fr 0.46fr 1.4fr;
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: var(--line-dark);
}

.why-local > div,
.why-local-copy {
  margin: 0;
  padding: clamp(22px, 3vw, 38px);
  background: #0c1713;
}

.big-ratio {
  display: block;
  color: var(--lime);
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -0.05em;
}

.why-local > div p {
  margin: 12px 0 0;
  color: rgb(255 255 255 / 0.5);
  font-size: 11px;
  line-height: 1.55;
}

.why-local-copy {
  color: rgb(255 255 255 / 0.62);
  font-size: 14px;
  line-height: 1.75;
}

.why-local-copy strong {
  color: var(--text);
}

.wide-diagram,
.architecture-figure {
  margin: clamp(62px, 8vw, 110px) 0 0;
}

.wide-diagram img,
.architecture-figure img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: #08120e;
}

.wide-diagram figcaption,
.architecture-figure figcaption,
.keyframe-figure figcaption,
.court-layout figcaption {
  max-width: 900px;
  margin: 16px 0 0;
  color: rgb(255 255 255 / 0.62);
  font-size: 13px;
  line-height: 1.7;
}

.diagram-open {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid rgb(215 255 67 / 0.26);
  border-radius: 999px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.diagram-open:hover {
  color: var(--ink);
  border-color: var(--lime);
  background: var(--lime);
}

.wide-diagram figcaption strong {
  color: var(--text);
}

.state-diagram {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

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

.diagram-paper img,
.compact-diagram img {
  background: #08120e;
  box-shadow: var(--shadow);
}

.diagram-paper figcaption,
.compact-diagram figcaption {
  color: rgb(7 16 13 / 0.65);
}

.diagram-paper .diagram-open,
.compact-diagram .diagram-open {
  color: var(--ink);
  border-color: rgb(7 16 13 / 0.24);
}

.diagram-paper .diagram-open:hover,
.compact-diagram .diagram-open:hover {
  color: var(--ink);
  border-color: var(--lime-soft);
  background: var(--lime-soft);
}

.diagram-paper figcaption strong,
.compact-diagram figcaption strong {
  color: var(--ink);
}

.peak-evidence-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  gap: 50px;
  align-items: end;
  margin-top: clamp(68px, 8vw, 112px);
}

.peak-evidence-heading span,
.peak-gallery figcaption span {
  color: #57745f;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.peak-evidence-heading h3 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.peak-evidence-heading > p {
  margin: 0;
  color: rgb(7 16 13 / 0.55);
  font-size: 13px;
  line-height: 1.72;
}

.peak-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.peak-gallery figure {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: var(--paper);
}

.peak-gallery img {
  width: 100%;
  border-radius: 9px;
  image-rendering: pixelated;
  background: #000;
}

.peak-gallery figcaption {
  display: grid;
  gap: 8px;
  padding: 16px 10px 10px;
  color: rgb(7 16 13 / 0.65);
  font-size: 12px;
  line-height: 1.65;
}

.peak-gallery figcaption strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 23px;
  letter-spacing: -0.03em;
}

.peak-explanation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(42px, 6vw, 82px);
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: var(--line-light);
}

.peak-copy {
  padding: clamp(25px, 3vw, 42px);
  background: var(--paper);
}

.peak-step,
.architecture-notes span,
.event-grid span,
.performance-grid span,
.geometry-limit span {
  color: #57745f;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.peak-copy h3,
.architecture-notes h3,
.human-copy h3,
.event-grid h3,
.court-steps h3,
.performance-grid h3 {
  margin: 20px 0 10px;
  font-family: var(--display);
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.peak-copy p,
.architecture-notes p,
.human-copy p,
.event-grid p,
.court-steps p,
.performance-grid p {
  margin: 0;
  color: rgb(7 16 13 / 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.compact-diagram {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.architecture-section {
  background:
    radial-gradient(circle at 15% 40%, rgb(215 255 67 / 0.055), transparent 26vw),
    radial-gradient(circle at 90% 6%, rgb(100 133 255 / 0.1), transparent 28vw),
    #07100d;
}

.architecture-figure {
  padding: 9px;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: rgb(255 255 255 / 0.03);
}

.architecture-figure figcaption {
  margin: 12px 10px 4px;
}

.architecture-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: var(--line-dark);
}

.architecture-notes article {
  padding: clamp(28px, 3.5vw, 48px);
  background: #0b1612;
}

.architecture-notes span,
.event-grid span,
.performance-grid span {
  color: var(--lime-soft);
}

.architecture-notes h3,
.event-grid h3,
.performance-grid h3 {
  color: var(--text);
}

.architecture-notes p,
.event-grid p,
.performance-grid p {
  color: rgb(255 255 255 / 0.53);
}

.technical-detail,
.benchmark-detail {
  margin-top: 18px;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.025);
}

.technical-detail summary,
.benchmark-detail summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  color: rgb(255 255 255 / 0.72);
  cursor: pointer;
  font-size: 13px;
  list-style: none;
}

.technical-detail summary::-webkit-details-marker,
.benchmark-detail summary::-webkit-details-marker {
  display: none;
}

.technical-detail summary span,
.benchmark-detail summary span {
  color: var(--lime);
  font-size: 22px;
  line-height: 0.7;
  transition: transform 180ms ease;
}

.technical-detail[open] summary span,
.benchmark-detail[open] summary span {
  transform: rotate(45deg);
}

.technical-detail > div {
  padding: 0 18px 26px;
}

.technical-detail img {
  width: 100%;
  border-radius: 10px;
}

.technical-detail p,
.benchmark-detail p {
  max-width: 920px;
  margin: 22px auto 0;
  color: rgb(255 255 255 / 0.5);
  font-size: 13px;
  line-height: 1.75;
}

.technical-detail .diagram-open {
  margin-left: auto;
  margin-right: auto;
}

.training-evidence {
  margin-top: clamp(72px, 9vw, 126px);
  padding-top: clamp(62px, 7vw, 96px);
  border-top: 1px solid var(--line-dark);
}

.training-evidence-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  column-gap: clamp(48px, 8vw, 130px);
  align-items: end;
}

.training-evidence-head > span {
  grid-column: 1 / -1;
  margin-bottom: 18px;
}

.training-evidence-head h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.052em;
}

.training-evidence-head p {
  margin: 0 0 6px;
  color: rgb(255 255 255 / 0.62);
  font-size: 14px;
  line-height: 1.72;
}

.evidence-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: var(--line-dark);
}

.evidence-metrics article {
  min-height: 270px;
  padding: clamp(26px, 3vw, 42px);
  background: #0b1612;
}

.evidence-metrics article > span {
  color: var(--lime-soft);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-metrics strong {
  display: block;
  margin-top: 28px;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  overflow-wrap: anywhere;
}

.evidence-metrics h4 {
  margin: 17px 0 10px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.4;
}

.evidence-metrics p {
  margin: 0;
  color: rgb(255 255 255 / 0.6);
  font-size: 12px;
  line-height: 1.65;
}

.evidence-caveat {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) 1fr;
  gap: 28px;
  margin-top: 18px;
  padding: 26px 30px;
  border-left: 3px solid var(--coral);
  background: rgb(255 255 255 / 0.035);
}

.evidence-caveat strong {
  color: var(--coral);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-caveat p {
  margin: 0;
  color: rgb(255 255 255 / 0.66);
  font-size: 13px;
  line-height: 1.72;
}

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

.human-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.human-copy article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid var(--line-light);
}

.human-copy article:last-child {
  border-bottom: 1px solid var(--line-light);
}

.human-index {
  padding-top: 4px;
  color: #57745f;
  font-family: var(--mono);
  font-size: 9px;
}

.human-copy h3 {
  margin-top: 0;
  font-size: 27px;
}

.keyframe-figure {
  margin: 0;
  padding: clamp(26px, 4vw, 56px);
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 18px;
  background: var(--paper-deep);
}

.keyframe-strip {
  min-height: 330px;
  display: grid;
  grid-template-columns: 1fr 0.18fr 1fr 0.18fr 1fr 0.18fr 1fr 0.18fr 1fr;
  align-items: center;
}

.pose-frame {
  position: relative;
  height: 250px;
  border: 1px solid rgb(7 16 13 / 0.13);
  border-radius: 9px;
  background:
    linear-gradient(transparent 49.5%, rgb(7 16 13 / 0.06) 50%, transparent 50.5%),
    linear-gradient(90deg, transparent 49.5%, rgb(7 16 13 / 0.06) 50%, transparent 50.5%),
    var(--paper);
}

.pose-frame > span {
  position: absolute;
  top: 8px;
  left: 10px;
  font-family: var(--mono);
  font-size: 8px;
}

.pose-frame > b {
  position: absolute;
  left: 50%;
  bottom: -28px;
  color: rgb(7 16 13 / 0.45);
  font-family: var(--mono);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.pose-frame i {
  position: absolute;
  left: 50%;
  top: 45%;
  border-color: #4167ff;
  transform-origin: center;
}

.pose-frame .head {
  width: 20px;
  height: 20px;
  top: 23%;
  border: 3px solid #4167ff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pose-frame .body {
  width: 3px;
  height: 66px;
  background: #4167ff;
  transform: translate(-50%, -26%);
}

.pose-frame .arms {
  width: 55px;
  height: 32px;
  border-top: 3px solid #4167ff;
  border-right: 3px solid #4167ff;
  transform: translate(-50%, -25%) rotate(-11deg) skewX(-26deg);
}

.pose-frame .legs {
  width: 48px;
  height: 63px;
  border-left: 3px solid #4167ff;
  border-right: 3px solid #4167ff;
  transform: translate(-50%, 36%) skewX(-15deg);
}

.pose-frame.interpolated {
  opacity: 0.58;
  border-style: dashed;
}

.pose-frame.interpolated i {
  border-style: dashed;
}

.pose-link {
  height: 1px;
  background: rgb(7 16 13 / 0.18);
}

.keyframe-figure figcaption,
.court-layout figcaption {
  margin-top: 46px;
  color: rgb(7 16 13 / 0.66);
}

.keyframe-figure figcaption strong {
  color: var(--ink);
}

.event-section {
  background:
    radial-gradient(circle at 10% 85%, rgb(255 112 94 / 0.08), transparent 30vw),
    #08120e;
}

.event-window {
  position: relative;
  padding: clamp(24px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: #0b1712;
}

.window-labels {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 15px;
  color: rgb(255 255 255 / 0.62);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.window-labels span:last-child { text-align: right; }
.window-labels strong { color: var(--coral); font-weight: 650; }

.window-frames {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  gap: 4px;
}

.window-frames i {
  height: clamp(30px, 4vw, 56px);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 3px;
  background: rgb(255 255 255 / 0.035);
}

.window-frames .event-centre {
  border-color: var(--coral);
  background: rgb(255 112 94 / 0.18);
  box-shadow: 0 0 24px rgb(255 112 94 / 0.18);
}

.event-curves {
  display: grid;
  gap: 8px;
  margin-top: 36px;
}

.event-curves > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
}

.event-curves span {
  color: rgb(255 255 255 / 0.62);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-curves svg {
  width: 100%;
  height: 52px;
  overflow: visible;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
}

.event-curves path {
  fill: none;
  stroke: var(--coral);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.event-curves > div:nth-child(1) { color: var(--mint); }
.event-curves > div:nth-child(2) { color: var(--blue); }

.schematic-note {
  margin: 22px 0 0;
  color: rgb(255 255 255 / 0.6);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
  text-transform: uppercase;
}

.event-grid,
.performance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: var(--line-dark);
}

.event-grid article,
.performance-grid article {
  padding: clamp(27px, 3.5vw, 48px);
  background: #0b1612;
}

.alternative-note {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 30px;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid rgb(215 255 67 / 0.2);
  border-radius: 12px;
  color: rgb(255 255 255 / 0.52);
  background: rgb(215 255 67 / 0.03);
  font-size: 12px;
  line-height: 1.7;
}

.alternative-note strong {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alternative-note p { margin: 0; }

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

.court-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
}

.court-layout figure {
  margin: 0;
}

.court-layout figure img {
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.court-steps article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 19px;
  padding: 23px 0;
  border-top: 1px solid var(--line-light);
}

.court-steps article:last-child {
  border-bottom: 1px solid var(--line-light);
}

.court-steps > article > span {
  padding-top: 3px;
  color: #57745f;
  font-family: var(--mono);
  font-size: 9px;
}

.court-steps h3 {
  margin-top: 0;
  font-size: 26px;
}

.geometry-limit {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: 28px;
  margin-top: 58px;
  padding: 28px 32px;
  border-left: 3px solid var(--coral);
  background: rgb(255 255 255 / 0.35);
}

.geometry-limit span {
  color: #9a4539;
}

.geometry-limit p {
  margin: 0;
  color: rgb(7 16 13 / 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.stroke-record {
  margin-top: clamp(72px, 9vw, 126px);
  padding-top: clamp(62px, 7vw, 96px);
  border-top: 1px solid var(--line-light);
}

.stroke-record-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(310px, 0.62fr);
  column-gap: clamp(50px, 8vw, 130px);
  align-items: end;
}

.stroke-record-heading > span {
  grid-column: 1 / -1;
  margin-bottom: 18px;
  color: #526b2d;
}

.stroke-record-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.056em;
}

.stroke-record-heading p {
  margin: 0 0 6px;
  color: rgb(7 16 13 / 0.66);
  font-size: 14px;
  line-height: 1.72;
}

.stroke-record-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 42px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: var(--line-light);
  list-style: none;
}

.stroke-record-flow li {
  min-height: 300px;
  padding: clamp(25px, 3vw, 40px);
  background: rgb(255 255 255 / 0.4);
}

.stroke-record-flow li > span {
  color: #57745f;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.stroke-record-flow h4 {
  margin: 58px 0 14px;
  font-family: var(--display);
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.stroke-record-flow p {
  margin: 0;
  color: rgb(7 16 13 / 0.66);
  font-size: 12px;
  line-height: 1.7;
}

.stroke-boundary {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) 1fr;
  gap: 28px;
  margin-top: 18px;
  padding: 26px 30px;
  border-left: 3px solid var(--coral);
  background: rgb(255 255 255 / 0.42);
}

.stroke-boundary strong {
  color: #9a4539;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stroke-boundary p {
  margin: 0;
  color: rgb(7 16 13 / 0.7);
  font-size: 13px;
  line-height: 1.72;
}

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

.performance-grid h3 {
  font-size: clamp(25px, 2.7vw, 36px);
}

.benchmark-detail p {
  margin: 0;
  padding: 0 26px 26px;
}

.performance-benchmark-figure {
  margin-top: clamp(42px, 6vw, 76px);
}

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

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

.scope-card {
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line-light);
  border-radius: 18px;
}

.scope-preview {
  background: #eef2dc;
}

.scope-full {
  color: var(--text);
  border-color: var(--line-dark);
  background: var(--ink-soft);
}

.scope-badge {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgb(7 16 13 / 0.16);
  border-radius: 999px;
  color: #526b2d;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scope-full .scope-badge {
  color: var(--blue);
  border-color: rgb(100 133 255 / 0.3);
}

.scope-card h3 {
  margin: 34px 0 16px;
  font-family: var(--display);
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.scope-card > p {
  max-width: 580px;
  margin: 0;
  color: rgb(7 16 13 / 0.58);
  font-size: 14px;
  line-height: 1.75;
}

.scope-full > p {
  color: rgb(255 255 255 / 0.55);
}

.scope-card ul {
  display: grid;
  gap: 10px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.scope-card li {
  position: relative;
  padding-left: 22px;
  color: rgb(7 16 13 / 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.scope-full li {
  color: rgb(255 255 255 / 0.66);
}

.scope-card li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
  background: var(--lime-soft);
}

.scope-full li::before {
  background: var(--blue);
}

.scope-card .scope-exclusion {
  padding-top: 20px;
  border-top: 1px solid rgb(7 16 13 / 0.12);
  font-size: 11px;
}

.scope-full .scope-exclusion {
  border-color: var(--line-dark);
}

.scope-exclusion strong {
  color: inherit;
}

.evidence-principle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  overflow: hidden;
}

.evidence-principle > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 22px;
  border-right: 1px solid var(--line-light);
}

.evidence-principle > div:last-child {
  border-right: 0;
}

.evidence-principle span {
  color: #57745f;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-principle strong {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.project-cta {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  align-items: center;
  color: var(--text);
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgb(100 133 255 / 0.18), transparent 28vw),
    var(--ink);
}

.project-cta::before,
.project-cta::after {
  content: "";
  position: absolute;
  width: min(68vw, 920px);
  height: min(68vw, 920px);
  left: 50%;
  top: 50%;
  border: 1px solid rgb(215 255 67 / 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.project-cta::after {
  width: min(44vw, 590px);
  height: min(44vw, 590px);
  border-color: rgb(100 133 255 / 0.16);
}

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

.project-cta .kicker {
  justify-content: center;
}

.project-cta h2 {
  max-width: 990px;
  margin: 28px auto 0;
  font-size: clamp(58px, 8vw, 116px);
}

.project-cta h2 em {
  color: var(--lime);
}

.project-cta p:not(.kicker) {
  max-width: 670px;
  margin: 30px auto 0;
  color: rgb(255 255 255 / 0.55);
  font-size: 16px;
  line-height: 1.7;
}

.project-cta .section-shell > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

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

  .project-hero-copy {
    max-width: 920px;
  }

  .hero-system-figure {
    max-width: 900px;
    transform: none;
  }

  .module-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .module-flow::before {
    display: none;
  }

  .module-flow li:nth-child(3n) {
    border-right: 0;
  }

  .module-flow li:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line-light);
  }

  .module-icon::after {
    display: none;
  }

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

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

  .stroke-record-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .runtime-clarifier-layout,
  .training-evidence-head,
  .stroke-record-heading {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .clarifier-time {
    grid-column: auto;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .split-heading > p {
    max-width: 700px;
  }

  .architecture-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .architecture-facts > div:nth-child(2) {
    border-right: 1px solid var(--line-dark);
  }

  .architecture-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .mode-comparison,
  .scope-grid,
  .court-layout {
    grid-template-columns: 1fr;
  }

  .mode-card > p {
    min-height: 0;
  }

  .why-local {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-local-copy {
    grid-column: 1 / -1;
  }

  .architecture-notes,
  .peak-explanation,
  .event-grid {
    grid-template-columns: 1fr;
  }

  .peak-evidence-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .event-grid article,
  .architecture-notes article,
  .peak-copy {
    border-bottom: 1px solid var(--line-dark);
  }

  .peak-copy {
    border-bottom-color: var(--line-light);
  }

  .event-grid article:last-child,
  .architecture-notes article:last-child,
  .peak-copy:last-child {
    border-bottom: 0;
  }

  .geometry-limit,
  .alternative-note,
  .evidence-caveat,
  .stroke-boundary {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 680px) {
  .project-hero {
    padding-top: 112px;
  }

  .project-hero h1 {
    font-size: clamp(54px, 17vw, 88px);
  }

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

  .project-hero-actions {
    flex-direction: column;
  }

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

  .hero-callout {
    display: none;
  }

  .scope-chip {
    right: 12px;
  }

  .architecture-facts {
    width: 100%;
  }

  .chapter-nav {
    top: 63px;
  }

  .chapter-nav .section-shell {
    padding: 0 18px;
  }

  .chapter-nav span {
    display: none;
  }

  .chapter-nav a {
    font-size: 10px;
  }

  .artifact-map,
  .stroke-record-flow {
    grid-template-columns: 1fr;
  }

  .artifact-map article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .artifact-map article:last-child { border-bottom: 0; }

  .project-section {
    scroll-margin-top: 108px;
  }

  .module-flow {
    grid-template-columns: 1fr;
  }

  .module-flow li,
  .module-flow li:nth-child(3n) {
    min-height: 0;
    display: grid;
    grid-template-columns: 30px 70px 1fr;
    column-gap: 16px;
    align-items: center;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .module-flow li:last-child {
    border-bottom: 0;
  }

  .module-icon {
    width: 64px;
    height: 64px;
    grid-row: 1 / span 2;
    grid-column: 2;
    margin: 0;
    transform: scale(0.78);
  }

  .module-index {
    grid-row: 1 / span 2;
  }

  .module-flow h3,
  .module-flow p {
    grid-column: 3;
  }

  .module-flow h3 {
    align-self: end;
  }

  .module-flow p {
    align-self: start;
  }

  .overview-result {
    align-items: flex-start;
    flex-direction: column;
  }

  .mode-card > header {
    align-items: start;
    flex-direction: column;
  }

  .why-local {
    grid-template-columns: 1fr;
  }

  .why-local-copy {
    grid-column: auto;
  }

  .peak-gallery {
    grid-template-columns: 1fr;
  }

  .wide-diagram,
  .architecture-figure {
    width: calc(100% + 18px);
    margin-right: -18px;
  }

  .diagram-open {
    margin-right: 18px;
  }

  .wide-diagram img,
  .architecture-figure,
  .architecture-figure img {
    border-radius: 12px 0 0 12px;
  }

  .human-copy article {
    grid-template-columns: 28px 1fr;
  }

  .keyframe-figure {
    width: calc(100% + 18px);
    margin-right: -18px;
    padding: 26px 18px;
    border-radius: 12px 0 0 12px;
    overflow-x: auto;
  }

  .keyframe-strip {
    width: 700px;
  }

  .window-frames {
    gap: 2px;
  }

  .event-curves > div {
    grid-template-columns: 68px 1fr;
    gap: 10px;
  }

  .schematic-note {
    text-align: left;
  }

  .performance-grid,
  .evidence-principle {
    grid-template-columns: 1fr;
  }

  .performance-grid article,
  .evidence-principle > div {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .evidence-principle > div {
    min-height: 100px;
    border-bottom-color: var(--line-light);
  }

  .performance-grid article:last-child,
  .evidence-principle > div:last-child {
    border-bottom: 0;
  }

  .geometry-limit {
    padding: 24px;
  }

  .training-evidence-head h3,
  .stroke-record-heading h3 {
    font-size: clamp(40px, 13vw, 62px);
  }

  .evidence-metrics article,
  .stroke-record-flow li {
    min-height: 0;
  }

  .stroke-record-flow h4 {
    margin-top: 34px;
  }

  .project-cta {
    min-height: 650px;
  }

  .project-cta .section-shell > div {
    align-items: stretch;
    flex-direction: column;
  }

  .project-cta .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-system-figure {
    transform: none;
  }
}

/* 2026-07-19 thesis study: shared navigation and evidence-led project structure */

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

.project-page .site-nav a[aria-current="page"]::after {
  right: 0;
}

.project-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 25px;
  color: rgb(255 255 255 / 0.46);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-breadcrumb a {
  color: var(--lime);
}

.project-breadcrumb strong {
  color: rgb(255 255 255 / 0.72);
  font-weight: 600;
}

/* Professor-facing presentation refinements */

.mode-card header span,
.mode-card header strong {
  color: rgb(255 255 255 / 0.7);
  font-size: 10px;
}

.study-protocol small {
  color: rgb(255 255 255 / 0.7);
}

.comparison-table thead th {
  color: rgb(7 16 13 / 0.72);
  font-size: 9px;
}

.task-training-note {
  margin: 0;
  padding: 16px clamp(28px, 3.6vw, 48px);
  border-bottom: 1px solid var(--line-light);
  color: rgb(7 16 13 / 0.72);
  background: rgb(7 16 13 / 0.035);
  font-size: 11px;
  line-height: 1.65;
}

.task-training-note strong {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .chapter-nav {
    scrollbar-width: thin;
    scrollbar-color: rgb(7 16 13 / 0.38) transparent;
  }

  .chapter-nav::-webkit-scrollbar {
    display: block;
    height: 3px;
  }

  .chapter-nav::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgb(7 16 13 / 0.38);
  }

  .chapter-nav span {
    display: inline-flex;
    color: rgb(7 16 13 / 0.66);
    font-size: 10px;
  }

  .chapter-nav span::after {
    content: "  →";
    color: #4f6f61;
  }
}

@media (max-width: 800px) {
  .chapter-nav {
    position: relative;
    top: auto;
  }
}

.project-hero h1 {
  max-width: 820px;
  font-size: clamp(54px, 6.25vw, 98px);
}

.hero-system-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--paper);
}

.project-orientation {
  position: relative;
  color: var(--text);
  background: var(--ink-soft);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.project-orientation-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
  padding-top: clamp(58px, 7vw, 90px);
  padding-bottom: clamp(58px, 7vw, 90px);
}

.orientation-label,
.study-kicker {
  display: block;
  color: var(--lime-soft);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-orientation h2 {
  margin: 17px 0 0;
  font-family: var(--display);
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.project-orientation h2 em {
  color: var(--lime);
  font-weight: inherit;
}

.orientation-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: var(--line-dark);
  gap: 1px;
}

.orientation-routes a {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.8vw, 38px);
  background: #0b1712;
  transition: background 160ms ease, transform 160ms ease;
}

.orientation-routes a:hover,
.orientation-routes a:focus-visible {
  background: #12241d;
}

.orientation-routes span {
  color: var(--lime-soft);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orientation-routes strong {
  margin-top: 30px;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.orientation-routes small {
  margin-top: auto;
  padding-top: 24px;
  color: rgb(255 255 255 / 0.46);
  font-size: 11px;
  line-height: 1.55;
}

.chapter-nav a[aria-current="location"] {
  color: var(--ink);
}

.chapter-nav a[aria-current="location"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--blue);
}

.module-icon svg {
  width: 100%;
  height: 100%;
}

.icon-person svg rect {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
}

.icon-person svg circle,
.icon-person svg path {
  fill: #57745f;
}

.icon-pose {
  color: var(--blue);
}

.module-jump {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 22px;
  color: #345244;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.module-jump span {
  color: var(--blue);
}

.model-study {
  margin-top: clamp(86px, 11vw, 160px);
  padding-top: clamp(72px, 9vw, 118px);
  border-top: 1px solid var(--line-dark);
  scroll-margin-top: 132px;
}

.model-study-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.6fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: end;
}

.model-study-head h3 {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(43px, 6vw, 84px);
  line-height: 0.93;
  letter-spacing: -0.057em;
}

.model-study-head > p {
  margin: 0 0 6px;
  color: rgb(255 255 255 / 0.62);
  font-size: 14px;
  line-height: 1.75;
}

.study-protocol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 46px 0 0;
  border: 1px solid var(--line-dark);
  border-radius: 15px;
  overflow: hidden;
  background: var(--line-dark);
  gap: 1px;
}

.study-protocol > div {
  min-height: 135px;
  padding: 24px;
  background: #0b1712;
}

.study-protocol dt {
  color: var(--lime-soft);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.study-protocol dd {
  margin: 18px 0 0;
  color: var(--text);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 680;
  letter-spacing: -0.03em;
}

.study-protocol small {
  display: block;
  margin-top: 7px;
  color: rgb(255 255 255 / 0.45);
  font-size: 10px;
  line-height: 1.5;
}

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

.task-comparison {
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 90px rgb(0 0 0 / 0.18);
}

.task-comparison-head {
  min-height: 195px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: clamp(28px, 3.6vw, 48px);
  border-bottom: 1px solid var(--line-light);
}

.task-search .task-comparison-head {
  background: linear-gradient(135deg, rgb(100 133 255 / 0.18), transparent 72%);
}

.task-tight .task-comparison-head {
  background: linear-gradient(135deg, rgb(158 222 197 / 0.28), transparent 72%);
}

.task-comparison-head span,
.task-comparison-head p {
  font-size: 10px;
}

.task-comparison-head span {
  color: #57745f;
  font-family: var(--mono);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.task-comparison-head h4 {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.048em;
}

.task-comparison-head p {
  margin: 12px 0 0;
  color: rgb(7 16 13 / 0.58);
}

.study-status {
  flex: 0 0 auto;
  max-width: 185px;
  padding: 8px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
}

.status-interim {
  color: #8a5148;
  background: rgb(255 112 94 / 0.08);
}

.status-complete {
  color: #345f4f;
  background: rgb(158 222 197 / 0.18);
}

.task-verdict {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) 1fr;
  gap: 28px;
  align-items: center;
  padding: clamp(26px, 3vw, 40px);
  border-bottom: 1px solid var(--line-light);
}

.task-verdict > div strong {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 70px);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.task-search .task-verdict > div strong {
  color: var(--blue);
}

.task-tight .task-verdict > div strong {
  color: #4f8873;
}

.task-verdict > div span {
  display: block;
  margin-top: 12px;
  color: rgb(7 16 13 / 0.48);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.task-verdict p {
  margin: 0;
  color: rgb(7 16 13 / 0.68);
  font-size: 13px;
  line-height: 1.7;
}

.task-verdict b {
  color: var(--ink);
}

.throughput-duel {
  display: grid;
  gap: 20px;
  padding: clamp(27px, 3.2vw, 42px);
  border-bottom: 1px solid var(--line-light);
}

.duel-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.7fr) minmax(110px, 1fr) minmax(95px, auto);
  gap: 16px;
  align-items: center;
}

.duel-row > div:first-child {
  display: grid;
  gap: 4px;
}

.duel-row > div:first-child strong {
  font-size: 12px;
}

.duel-row > div:first-child span,
.duel-row > b small {
  color: rgb(7 16 13 / 0.48);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
}

.duel-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(7 16 13 / 0.08);
}

.duel-track i {
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.task-tight .model-custom .duel-track i {
  background: #6cae94;
}

.model-reference .duel-track i {
  background: #87938d;
}

.duel-row > b {
  color: var(--ink);
  font-family: var(--display);
  font-size: 19px;
  letter-spacing: -0.025em;
  text-align: right;
}

.metric-table-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 11px;
}

.comparison-table caption {
  padding: 22px clamp(27px, 3vw, 42px) 12px;
  color: #57745f;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.comparison-table th,
.comparison-table td {
  padding: 12px clamp(18px, 2.4vw, 32px);
  border-bottom: 1px solid rgb(7 16 13 / 0.1);
  text-align: right;
}

.comparison-table thead th {
  color: rgb(7 16 13 / 0.5);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.comparison-table th:first-child {
  text-align: left;
}

.comparison-table tbody th {
  color: rgb(7 16 13 / 0.64);
  font-weight: 600;
}

.comparison-table td {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
}

.comparison-table td strong {
  color: #285c48;
}

.task-reading {
  display: grid;
  grid-template-columns: minmax(105px, 0.25fr) 1fr;
  gap: 22px;
  padding: clamp(25px, 3vw, 38px);
  background: var(--paper-deep);
}

.task-reading span {
  color: #57745f;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.task-reading p {
  margin: 0;
  color: rgb(7 16 13 / 0.68);
  font-size: 11px;
  line-height: 1.7;
}

.study-conclusion {
  margin-top: 18px;
  padding: clamp(34px, 5vw, 72px);
  border-radius: 20px;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 15%, rgb(100 133 255 / 0.22), transparent 28%),
    var(--lime);
}

.study-conclusion .study-kicker {
  color: rgb(7 16 13 / 0.62);
}

.study-conclusion h4 {
  max-width: 950px;
  margin: 24px 0 0;
  font-family: var(--display);
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.study-conclusion > p {
  max-width: 860px;
  margin: 30px 0 0;
  color: rgb(7 16 13 / 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.study-conclusion > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 32px;
}

.study-conclusion a {
  border-bottom: 1px solid rgb(7 16 13 / 0.34);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.study-method {
  margin-top: 18px;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.025);
}

.study-method summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  color: rgb(255 255 255 / 0.72);
  cursor: pointer;
  font-size: 13px;
  list-style: none;
}

.study-method summary::-webkit-details-marker {
  display: none;
}

.study-method summary span {
  color: var(--lime);
  font-size: 22px;
  line-height: 0.7;
  transition: transform 180ms ease;
}

.study-method[open] summary span {
  transform: rotate(45deg);
}

.study-method > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  padding: 0 26px 28px;
}

.study-method p {
  margin: 0;
  color: rgb(255 255 255 / 0.55);
  font-size: 12px;
  line-height: 1.75;
}

.evidence-link-card a {
  display: inline-flex;
  gap: 6px;
  margin-top: 24px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pose-cadence-figure {
  padding: 10px;
  background: var(--paper);
}

.pose-cadence-figure img {
  width: 100%;
  border-radius: 11px;
}

.pose-cadence-figure figcaption {
  margin: 20px 22px 18px;
}

.benchmark-detail a {
  color: var(--lime);
  border-bottom: 1px solid rgb(215 255 67 / 0.4);
}

@media (max-width: 1180px) {
  .orientation-routes {
    grid-template-columns: 1fr;
  }

  .orientation-routes a {
    min-height: 150px;
  }

  .task-comparisons {
    grid-template-columns: 1fr;
  }

  .task-comparison-head {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .project-orientation-layout,
  .model-study-head {
    grid-template-columns: 1fr;
  }

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

  .model-study-head > p {
    max-width: 650px;
  }
}

@media (max-width: 800px) {
  .project-page .chapter-nav {
    top: 0;
  }

  .model-study {
    scroll-margin-top: 170px;
  }

  #training-evidence,
  .stroke-record {
    scroll-margin-top: 170px;
  }
}

@media (min-width: 1181px) {
  .project-hero {
    padding-top: clamp(122px, 10vw, 150px);
  }

  .project-hero-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
    gap: clamp(48px, 4.5vw, 72px);
    padding-bottom: clamp(76px, 6vw, 96px);
  }

  .project-hero h1 {
    max-width: 650px;
    font-size: clamp(58px, 5vw, 76px);
  }

  .project-hero-lede {
    margin-top: 28px;
    font-size: clamp(17px, 1.25vw, 19px);
    line-height: 1.58;
  }

  .project-hero-actions {
    margin-top: 30px;
  }
}

@media (max-width: 680px) {
  .project-breadcrumb {
    margin-bottom: 18px;
  }

  .project-hero h1 {
    font-size: clamp(47px, 15vw, 68px);
  }

  .project-orientation-layout {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .orientation-routes a {
    min-height: 140px;
  }

  .module-jump {
    grid-column: 3;
    margin-top: 8px;
  }

  .study-protocol {
    grid-template-columns: 1fr;
  }

  .study-protocol > div {
    min-height: 0;
  }

  .task-comparison-head {
    flex-direction: column;
  }

  .study-status {
    max-width: none;
  }

  .task-verdict,
  .task-reading,
  .study-method > div {
    grid-template-columns: 1fr;
  }

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

  .duel-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .duel-row > b {
    grid-column: 2;
    grid-row: 1;
  }

  .pose-cadence-figure {
    overflow-x: auto;
  }

  .pose-cadence-figure img {
    width: 820px;
    max-width: none;
  }

  .study-conclusion > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-system-media {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(215 255 67 / 0.55) transparent;
  }

  .hero-system-figure {
    width: 100%;
    min-width: 0;
  }

  .hero-system-media img {
    width: 720px;
    max-width: none;
  }

  .hero-system-figure figcaption::before {
    content: "Swipe the diagram to inspect all three stages. ";
    color: var(--lime);
    font-weight: 650;
  }
}

@media (max-width: 420px) {
  .module-flow li,
  .module-flow li:nth-child(3n) {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 11px;
    padding: 20px 18px;
  }

  .module-index {
    grid-row: 1;
    grid-column: 1;
    align-self: center;
  }

  .module-icon {
    grid-row: 1;
    grid-column: 2;
    justify-self: start;
  }

  .module-flow h3,
  .module-flow p,
  .module-jump {
    grid-column: 1 / -1;
  }
}

/* 2026-07-25: discrete sliding-window event scores with realistic peak width */

.event-score-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
}

.event-score-heading div,
.event-score-heading span,
.event-score-heading strong {
  display: block;
}

.event-score-heading span {
  color: var(--lime);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.event-score-heading strong {
  margin-top: 7px;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.035em;
}

.event-score-heading p {
  margin: 0 0 3px;
  color: rgb(255 255 255 / 0.48);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.55;
  text-align: right;
  text-transform: uppercase;
}

.event-curves {
  margin-top: 20px;
}

.event-curves > div {
  grid-template-columns: 1fr;
  gap: 7px;
  align-items: stretch;
  color: var(--coral);
}

.event-curves > div > span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.event-curves span b {
  color: currentColor;
  font-size: 10px;
  font-weight: 720;
}

.event-curves span small {
  color: rgb(255 255 255 / 0.66);
  font-size: 8px;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-align: right;
}

.event-curves svg {
  height: 66px;
  color: inherit;
}

.event-curves .event-area {
  fill: currentColor;
  stroke: none;
  opacity: 0.09;
}

.event-curves .event-signal {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.event-curves .event-threshold {
  stroke: currentColor;
  stroke-width: 1;
  stroke-dasharray: 6 8;
  opacity: 0.28;
  vector-effect: non-scaling-stroke;
}

.event-curves .event-centre-line {
  stroke: rgb(255 255 255 / 0.2);
  stroke-width: 1;
  stroke-dasharray: 2 6;
  vector-effect: non-scaling-stroke;
}

.event-curves .event-peak {
  fill: #0b1712;
  stroke: currentColor;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.event-window .schematic-note {
  max-width: none;
  margin-left: auto;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: right;
  text-transform: none;
}

@media (max-width: 680px) {
  .event-score-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .event-score-heading p {
    max-width: 290px;
    text-align: left;
  }

  .event-curves > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .event-curves span b {
    font-size: 9px;
  }

  .event-curves span small {
    font-size: 8px;
  }

  .event-window .schematic-note {
    margin-left: 0;
    text-align: left;
  }
}
