:root {
  color-scheme: light;
  scrollbar-gutter: stable;
  --page: #f3f2ee;
  --page-raised: #f8f7f3;
  --ink: #111416;
  --muted: #676b6d;
  --hairline: rgba(17, 20, 22, 0.14);
  --hairline-soft: rgba(17, 20, 22, 0.08);
  --shade: rgba(17, 20, 22, 0.025);
  --blue: #00b7c6;
  --orange: #ff7a00;
  --gutter: clamp(1.25rem, 3.35vw, 4rem);
  --content: min(100%, 100rem);
  --header-height: clamp(4.15rem, 5vw, 4.75rem);
  --viewport-footer-rail-height: clamp(3rem, 5.5vh, 3.5rem);
  --viewport-footer-art-gap: 0.5rem;
  --orange-clip: 100%;
  --analysis-opacity: 0;
  --analysis-copy-opacity: 0;
  --analysis-stress-template-progress: 0;
  --analysis-stress-place-progress: 0;
  --analysis-stress-progress: 0;
  --analysis-stress-x: 50%;
  --analysis-health-template-progress: 0;
  --analysis-health-place-progress: 0;
  --analysis-health-progress: 0;
  --analysis-lens-progress: 0;
  --stress-opacity: 0;
  --stress-word-1: 0;
  --stress-word-2: 0;
  --stress-word-3: 0;
  --stress-word-4: 0;
  --awareness-opacity: 0;
  --intent-opacity: 0;
  --earnings-context-opacity: 0;
  --analysis-hero-line-1-opacity: 0;
  --analysis-hero-line-2-opacity: 0;
  --analysis-hero-line-3-opacity: 0;
  --dissolve-line-1-opacity: 0;
  --dissolve-line-3-opacity: 0;
  --lens-scale: 0.94;
  --filter-clip: 0%;
  --dissolve-progress: 0;
  --analysis-cleanse-opacity: 1;
  --orange-opacity: 1;
  --viewport-client-width: 100vw;
  --stress-red: #e4002b;
  --stress-glow: rgba(228, 0, 43, 0.58);
  --stress-point-fill: #ffffff;
  --marker-yellow: #b7ee00;
  --marker-green: var(--marker-yellow);
  --lens-border: rgba(17, 20, 22, 0.3);
  --lens-grid: rgba(17, 20, 22, 0.16);
  --lens-panel: rgba(248, 247, 243, 0.84);
  --lens-surface: rgba(255, 255, 255, 0.2);
  --lens-highlight: rgba(255, 255, 255, 0.76);
  --lens-tint: rgba(0, 183, 198, 0.075);
  --lens-depth: rgba(17, 20, 22, 0.075);
  --instrument-ink: rgba(17, 20, 22, 0.48);
  --instrument-label: #25292b;
  --signal-blue-treatment: brightness(1.12) saturate(1.26) contrast(1.16);
  --signal-orange-treatment: brightness(1.08) saturate(1.28) contrast(1.18);
  --signal-display-width: 100vw;
  --veil-danger-opacity: 0;
}

html[data-opening-viewport-locked="true"] {
  overflow-y: hidden;
}

/* Keep Safari calibrated independently without disturbing the Chromium reference. */
html[data-browser="safari"] {
  --signal-blue-treatment: brightness(1.06) saturate(1.26) contrast(1.16);
  --signal-orange-treatment: brightness(1) saturate(1.28) contrast(1.18);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--page);
  scroll-behavior: auto;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0 var(--gutter);
  border-inline: 1px solid var(--hairline-soft);
  content: "";
  pointer-events: none;
}

body::after {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: var(--viewport-footer-rail-height);
  left: 0;
  border-top: 0.5px solid var(--hairline);
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-180%);
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  clip: auto;
  clip-path: none;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: var(--header-height);
  grid-template-columns: minmax(0, 1fr) clamp(10.05rem, 12.65vw, 13.25rem);
  padding: 0 var(--gutter);
  border-bottom: 0.5px solid var(--hairline);
  background: var(--page);
  pointer-events: auto;
}

.site-brand {
  display: flex;
  min-width: 0;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-left: clamp(0.75rem, 1.4vw, 1.5rem);
  border-left: 1px solid var(--hairline);
  text-decoration: none;
}

.eyebrow,
.section-number,
.evidence-card__index,
.science-columns__label,
.agent-letter header,
footer {
  font-size: 0.69rem;
  font-weight: 580;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.site-logo {
  display: block;
  width: clamp(7.6rem, 9.43vw, 9.8rem);
  height: clamp(2.47rem, 3.11vw, 3.16rem);
  object-fit: cover;
  object-position: 50% 50%;
}

.section-nav {
  display: grid;
  min-width: 0;
  height: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.section-nav__group {
  position: relative;
  min-width: 0;
  border-right: 1px solid var(--hairline-soft);
}

.section-nav__group summary {
  position: relative;
  display: grid;
  min-width: 0;
  height: 100%;
  align-content: center;
  gap: 0.32rem;
  padding: 0.62rem clamp(0.78rem, 1vw, 1rem) 0.62rem clamp(0.42rem, 0.75vw, 0.8rem);
  color: var(--muted);
  cursor: pointer;
  list-style: none;
}

.section-nav__group summary::-webkit-details-marker {
  display: none;
}

.section-nav__group summary::before {
  position: absolute;
  top: 50%;
  right: 0.45rem;
  border-width: 0.22rem 0.2rem 0;
  border-style: solid;
  border-color: currentColor transparent transparent;
  content: "";
  transform: translateY(-50%);
}

.section-nav__group summary::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
}

.section-nav__group summary:hover,
.section-nav__group summary:focus-visible,
.section-nav__group summary[aria-current="true"],
.section-nav__group[open] summary {
  background: var(--shade);
  color: var(--ink);
}

.section-nav__group summary[aria-current="true"]::after {
  transform: scaleX(1);
}

.section-nav__menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  display: grid;
  width: min(31rem, calc(100vw - (2 * var(--gutter))));
  border: 1px solid var(--hairline);
  background: var(--page-raised);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.14);
}

.section-nav__menu button {
  display: grid;
  min-width: 0;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 1rem;
  border: 0;
  border-bottom: 1px solid var(--hairline);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.section-nav__menu button:last-child {
  border-bottom: 0;
}

.section-nav__menu button:hover,
.section-nav__menu button:focus-visible {
  background: var(--shade);
}

.section-nav__menu button > span {
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--hairline);
  color: var(--muted);
  font-size: 0.62rem;
}

.section-nav__menu button > strong {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.section-nav a {
  position: relative;
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 0.32rem;
  padding: 0.62rem clamp(0.42rem, 0.75vw, 0.8rem);
  overflow: hidden;
  border-right: 1px solid var(--hairline-soft);
  color: var(--muted);
  text-decoration: none;
}

.section-nav a:last-child {
  border-right: 0;
}

.section-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ink);
  content: "";
}

.section-nav a:hover,
.section-nav a:focus-visible,
.section-nav a[aria-current="true"] {
  background: var(--shade);
  color: var(--ink);
}

.section-nav a[aria-current="true"]::after {
  transform: scaleX(1);
}

.section-nav span,
.section-nav strong {
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-nav span {
  font-size: clamp(0.42rem, 0.48vw, 0.51rem);
  font-weight: 560;
  letter-spacing: 0.16em;
  line-height: 1;
}

.section-nav strong {
  font-size: clamp(0.48rem, 0.58vw, 0.63rem);
  font-weight: 620;
  letter-spacing: 0.09em;
  line-height: 1.25;
}

main {
  display: block;
}

main > section[id] {
  scroll-margin-top: var(--header-height);
}

main > #voice-system-barriers {
  scroll-margin-top: 0;
}

.scroll-story {
  --opening-hero-size: clamp(3.55rem, 6.35vw, 6.8rem);
  position: relative;
  height: 145svh;
  min-height: 58rem;
}

.story-sticky {
  position: sticky;
  top: 0;
  isolation: isolate;
  height: 100svh;
  min-height: min(42rem, 100svh);
  overflow: hidden;
  padding: clamp(6.5rem, 12vh, 9rem) var(--gutter) 2rem;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), var(--hairline-soft) 50%, transparent calc(50% + 0.5px)),
    var(--page);
  will-change: transform;
}

.story-copy {
  position: relative;
  z-index: 10;
  width: calc(100vw - (2 * var(--gutter)));
  min-height: 24rem;
  padding-right: clamp(4.75rem, 7vw, 6.25rem);
  box-sizing: border-box;
  pointer-events: none;
}

.section-progress {
  position: absolute;
  z-index: 42;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  width: 3rem;
  height: min(68vh, 38rem);
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
  user-select: none;
}

.section-progress:active,
html[data-opening-paused="true"] .section-progress {
  cursor: grabbing;
}

.section-progress:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--ink) 68%, var(--page));
  outline-offset: 0.28rem;
}

.section-progress:hover .section-progress__track,
html[data-opening-paused="true"] .section-progress__track {
  background: color-mix(in srgb, var(--ink) 21%, var(--page));
}

html[data-opening-paused="true"] .section-progress__chit {
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--ink) 32%, var(--page)),
    0 0 0 2px color-mix(in srgb, var(--page) 86%, transparent);
}

html[data-opening-progress-dragging="true"] .section-progress__chit {
  transition: none;
}

.section-progress__track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 4px;
  height: 100%;
  overflow: visible;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 14%, var(--page));
  transform: translateX(-50%);
}

.section-progress__chit {
  position: absolute;
  top: calc(var(--section-one-progress) * (100% - 3.2rem));
  left: 50%;
  width: 0.5rem;
  height: 3.2rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--ink) 78%, var(--page));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--page) 72%, transparent);
  transform: translateX(-50%);
  transition: top 120ms linear;
}

.opening-scroll-cue {
  appearance: none;
  position: absolute;
  z-index: 18;
  top: auto;
  right: clamp(4.6rem, 5.5vw, 6.75rem);
  bottom: calc((var(--viewport-footer-rail-height) - 1.75rem) / 2);
  left: auto;
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.42rem 0.48rem 0.4rem 0.62rem;
  border: 0.5px solid color-mix(in srgb, var(--ink) 30%, var(--page));
  border-radius: 1px;
  background: color-mix(in srgb, var(--page-raised) 88%, transparent);
  color: color-mix(in srgb, var(--ink) 62%, var(--page));
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  animation: opening-scroll-cue-breathe 5.6s ease-in-out infinite;
  transition: opacity 320ms ease-out;
}

.opening-scroll-cue:hover,
.opening-scroll-cue:focus-visible {
  border-color: color-mix(in srgb, var(--ink) 48%, var(--page));
  color: color-mix(in srgb, var(--ink) 78%, var(--page));
  animation-play-state: paused;
  opacity: 1;
}

.opening-scroll-cue:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--ink) 72%, var(--page));
  outline-offset: 3px;
}

.opening-scroll-cue:disabled {
  pointer-events: none;
  opacity: 0;
  animation: none;
}

@keyframes opening-scroll-cue-breathe {
  0%,
  100% {
    opacity: 0.78;
  }

  50% {
    opacity: 1;
  }
}

.opening-scroll-cue__label {
  font-size: clamp(0.53rem, 0.58vw, 0.64rem);
  font-weight: 560;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.scroll-story .opening-scroll-cue__label {
  font-size: 0.56rem;
  font-weight: 580;
}

.opening-scroll-cue__mark {
  position: relative;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-left: 0.5px solid color-mix(in srgb, var(--ink) 24%, var(--page));
}

.opening-scroll-cue__mark::before,
.opening-scroll-cue__mark::after {
  position: absolute;
  left: 50%;
  content: "";
}

.opening-scroll-cue__mark::before {
  top: 0.05rem;
  width: 0.5px;
  height: 0.48rem;
  background: currentColor;
  transform: translateX(-50%);
}

.opening-scroll-cue__mark::after {
  bottom: 0.08rem;
  width: 0.28rem;
  height: 0.28rem;
  border-right: 0.5px solid currentColor;
  border-bottom: 0.5px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.story-beat {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - clamp(5.5rem, 8vw, 7rem));
  margin: 0;
  opacity: 0;
  transform: translateY(0.8rem);
  transition:
    opacity 160ms linear,
    transform 160ms ease-out;
  pointer-events: none;
}

.story-beat.is-active {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow {
  margin: 0 0 clamp(1.5rem, 3vh, 2.5rem);
  color: var(--muted);
}

.story-beat h1,
.story-beat h2,
.section-content h2,
.close h2 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(3.55rem, 6.35vw, 6.8rem);
  font-weight: 420;
  letter-spacing: -0.052em;
  line-height: 0.93;
}

.story-beat h1,
.story-beat h2 {
  font-size: var(--opening-hero-size);
  white-space: nowrap;
}

.story-beat--wide h2 {
  max-width: 100%;
  font-size: var(--opening-hero-size);
}

.story-beat__subline {
  max-width: 42rem;
  margin: clamp(1.4rem, 3.2vh, 2.4rem) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.65vw, 1.45rem);
  font-weight: 460;
  letter-spacing: -0.018em;
  line-height: 1.3;
}

.story-beat__subline--evidence {
  max-width: 78rem;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.65vw, 2.8rem);
  font-weight: 440;
  letter-spacing: -0.032em;
  line-height: 1.08;
}

.story-beat__subline--analysis {
  opacity: var(--analysis-copy-opacity);
  transform: translateY(calc((1 - var(--analysis-copy-opacity)) * 0.4rem));
  transition:
    opacity 120ms linear,
    transform 160ms ease-out;
}

.story-beat__progressive-heading > span {
  display: block;
}

.story-beat__progressive-row {
  display: flex !important;
  gap: 0.22em;
  align-items: baseline;
  white-space: nowrap;
}

.story-beat__clause {
  display: inline-block;
  opacity: var(--clause-opacity);
  transform: translateY(calc((1 - var(--clause-opacity)) * 0.45rem));
  transition:
    opacity 120ms linear,
    transform 160ms ease-out;
}

.story-beat__clause--awareness {
  --clause-opacity: var(--awareness-opacity);
}

.story-beat__clause--intent {
  --clause-opacity: var(--intent-opacity);
}

.story-beat__progressive-consequence {
  max-width: none;
  margin-top: 0;
  font-size: 1em;
  font-weight: 460;
  letter-spacing: -0.052em;
  line-height: inherit;
  white-space: nowrap;
  opacity: var(--earnings-context-opacity);
  transform: translateY(calc((1 - var(--earnings-context-opacity)) * 0.45rem));
  transition:
    opacity 120ms linear,
    transform 160ms ease-out;
}

.story-beat__sequence {
  max-width: 92rem !important;
  font-size: var(--opening-hero-size) !important;
  line-height: 0.93 !important;
}

.story-beat__sequence-line {
  display: block;
  opacity: var(--sequence-line-opacity);
  transform: translateY(calc((1 - var(--sequence-line-opacity)) * 0.4rem));
  transition:
    opacity 120ms linear,
    transform 160ms ease-out;
}

.story-beat__sequence-line + .story-beat__sequence-line {
  margin-top: 0.06em;
}

.story-beat__sequence-line--analysis-one {
  --sequence-line-opacity: var(--analysis-hero-line-1-opacity);
}

.story-beat__sequence-line--analysis-two {
  --sequence-line-opacity: var(--analysis-hero-line-2-opacity);
}

.story-beat__sequence-line--analysis-three {
  --sequence-line-opacity: var(--analysis-hero-line-3-opacity);
}

.story-beat__sequence--closing {
  position: relative;
  max-width: 100% !important;
  min-height: 2.2em;
}

.story-beat__closing-lead {
  display: block;
  max-width: 100%;
}

.story-beat__closing-lead .story-beat__sequence-line {
  display: inline;
}

.story-beat__sequence-line--closing-one {
  --sequence-line-opacity: var(--dissolve-line-1-opacity);
}

.story-beat__sequence-line--closing-three {
  position: absolute;
  top: clamp(14rem, 32vh, 18rem);
  left: 0;
  width: 100%;
  --sequence-line-opacity: var(--dissolve-line-3-opacity);
  font-weight: 430;
  text-align: center;
}

.story-beat[data-beat="3"] {
  width: calc(var(--viewport-client-width) - (2 * var(--gutter)));
  text-align: left;
}

.story-beat[data-beat="3"] h2 {
  font-size: var(--opening-hero-size);
}

.story-beat__subline--executive {
  max-width: none;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.25vw, 3.7rem);
  font-weight: 460;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.health-condition-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem clamp(1.25rem, 3vw, 3.25rem);
  margin: clamp(1.7rem, 4vh, 3rem) 0 0;
  padding: 0;
  list-style: none;
}

.health-condition {
  padding-left: 0.85rem;
  border-left: 1px solid var(--hairline);
  color: var(--ink);
  font-size: clamp(1rem, 1.7vw, 1.55rem);
  font-weight: 520;
  letter-spacing: -0.018em;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(0.45rem);
  transition:
    color 180ms linear,
    opacity 180ms linear,
    transform 180ms ease-out;
}

.health-condition.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.health-condition.is-current {
  border-left-color: var(--marker-yellow);
  color: var(--ink);
}

.signal-figure {
  --analysis-health-x: 56%;
  --analysis-lens-x: 85%;
  --analysis-lens-source-x: -85%;
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: max(
    clamp(1.25rem, 2.8vh, 2.5rem),
    calc(var(--viewport-footer-rail-height) + var(--viewport-footer-art-gap))
  );
  width: 100vw;
  aspect-ratio: 3.5 / 1;
  margin: 0;
  isolation: isolate;
  transform: translateX(-50%);
}

.signal-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.signal-layer--blue {
  z-index: 1;
  filter:
    var(--signal-blue-treatment)
    drop-shadow(0.38px 0 0 var(--blue))
    drop-shadow(-0.38px 0 0 var(--blue));
}

.signal-layer--stress {
  z-index: 4;
  -webkit-clip-path: inset(0 var(--filter-clip) 0 0);
  clip-path: inset(0 var(--filter-clip) 0 0);
  opacity: var(--stress-opacity);
  filter: drop-shadow(0 0 0.65px var(--stress-glow));
}

html[data-executive-suite="true"] .signal-layer--stress {
  /* Safari rejects max() inside inset(), so state the intended single-word crop directly. */
  -webkit-clip-path: inset(0 69% 0 25%);
  clip-path: inset(0 69% 0 25%);
}

.signal-layer--orange-full {
  z-index: 3;
  clip-path: inset(0 var(--orange-clip) 0 0);
  filter:
    var(--signal-orange-treatment)
    drop-shadow(0.34px 0 0 var(--orange))
    drop-shadow(-0.34px 0 0 var(--orange));
  opacity: var(--orange-opacity);
  will-change: clip-path, opacity;
}

.stress-annotations {
  position: absolute;
  z-index: 6;
  inset: 0;
  clip-path: inset(0 var(--filter-clip) 0 0);
  pointer-events: none;
}

.stress-annotation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--stress-x);
  width: 1px;
  color: var(--muted);
  opacity: var(--stress-word-opacity);
  transform: translateX(-50%);
  transition: opacity 100ms linear;
}

.stress-annotation::before {
  position: absolute;
  z-index: 2;
  top: calc(var(--stress-target) - 0.5rem);
  left: 50%;
  width: 0.32rem;
  aspect-ratio: 1;
  border: 1px solid var(--stress-red);
  border-radius: 50%;
  background: var(--stress-point-fill);
  content: "";
  transform: translate(-50%, -50%);
}

.stress-annotation::after {
  position: absolute;
  z-index: 1;
  top: calc(8% + 1.5rem);
  bottom: calc(100% - var(--stress-target) + 0.5rem);
  left: 50%;
  width: clamp(4.75rem, 10.25vw, 9rem);
  background-image:
    linear-gradient(
      180deg,
      transparent 0% 42%,
      color-mix(in srgb, var(--page) 24%, transparent) 50%,
      transparent 58% 100%
    ),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--stress-red) 10%, transparent) 0%,
      color-mix(in srgb, var(--stress-red) 18%, transparent) 38%,
      color-mix(in srgb, var(--stress-red) 48%, transparent) 72%,
      color-mix(in srgb, var(--stress-red) 84%, transparent) 100%
    );
  background-position: 0 0, 0 0;
  background-repeat: no-repeat;
  background-size: 100% 300%, 100% 100%;
  clip-path: polygon(0 0, 100% 0, 53% 100%, 47% 100%);
  content: "";
  filter: drop-shadow(0 0 0.7px var(--stress-glow));
  opacity: 1;
  transform: translateX(-50%);
}

html[data-analysis-hover="stress"] .stress-annotation--guidance::after {
  animation: stress-triangle-wave 9200ms ease-in-out infinite;
}

@keyframes stress-triangle-wave {
  0% {
    background-position: 0 0, 0 0;
    filter: brightness(0.96) drop-shadow(0 0 0.5px var(--stress-glow));
  }
  52% {
    filter: brightness(1.18) drop-shadow(0 0 2px var(--stress-glow));
  }
  100% {
    background-position: 0 100%, 0 0;
    filter: brightness(1.02) drop-shadow(0 0 0.8px var(--stress-glow));
  }
}

html[data-opening-analysis="true"]
  .stress-annotation:not(.stress-annotation--guidance) {
  opacity: 0;
}

html[data-opening-analysis="true"] .stress-annotation--guidance {
  left: var(--analysis-stress-x);
}

html[data-opening-analysis="true"] .stress-annotation--guidance::before {
  opacity: var(--analysis-stress-place-progress);
}

html[data-opening-analysis="true"] .stress-annotation--guidance::after {
  opacity: var(--analysis-stress-progress);
}

.stress-annotation__label {
  position: absolute;
  top: 8%;
  left: 50%;
  display: grid;
  min-width: max-content;
  grid-template-columns: auto auto;
  gap: 0.42rem;
  align-items: center;
  padding: 0.38rem 0.48rem;
  border-block: 1px solid var(--hairline);
  background: color-mix(in srgb, var(--page) 92%, transparent);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.5rem, 0.65vw, 0.7rem);
  font-weight: 620;
  letter-spacing: 0.11em;
  line-height: 1;
  transform: translateX(-50%);
}

.stress-annotation__label code {
  color: var(--stress-red);
  font: inherit;
  letter-spacing: 0.05em;
}

.stress-annotation--guidance {
  --stress-x: 27.9%;
  --stress-target: 50%;
  --stress-word-opacity: var(--stress-word-1);
}

.stress-annotation--confidence {
  --stress-x: 40.18%;
  --stress-target: 50%;
  --stress-word-opacity: var(--stress-word-2);
}

.stress-annotation--growth {
  --stress-x: 59.82%;
  --stress-target: 50%;
  --stress-word-opacity: var(--stress-word-3);
}

.stress-annotation--competition {
  --stress-x: 72.1%;
  --stress-target: 50%;
  --stress-word-opacity: var(--stress-word-4);
}

.signal-probes {
  position: absolute;
  z-index: 4;
  inset: 0;
  clip-path: inset(0 var(--filter-clip) 0 0);
  opacity: var(--analysis-opacity);
  pointer-events: none;
}

html[data-opening-analysis="true"] .signal-probes {
  opacity: 0;
}

.signal-probe {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: signal-probe-cycle 4.8s linear infinite;
}

.signal-probe--one {
  clip-path: inset(0 62% 0 31%);
}

.signal-probe--two {
  clip-path: inset(0 39% 0 55%);
  animation-delay: 1.6s;
}

.signal-probe--three {
  clip-path: inset(0 18% 0 76%);
  animation-delay: 3.2s;
}

.signal-probe__layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.signal-probe__layer--blue {
  filter: brightness(1.28) saturate(1.22);
}

.signal-probe__layer--orange {
  filter: brightness(1.18) saturate(1.16);
}

.signal-lens {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: var(--analysis-lens-x);
  width: clamp(17rem, 23vw, 22rem);
  aspect-ratio: 1;
  opacity: var(--analysis-opacity);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(var(--lens-scale));
  transform-origin: center;
  will-change: opacity, transform;
}

html[data-executive-suite="true"] .signal-lens {
  left: var(--analysis-lens-x);
}

.signal-lens__glass {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid var(--lens-border);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, var(--lens-highlight) 0, transparent 18%),
    radial-gradient(circle at 50% 52%, transparent 54%, var(--lens-tint) 78%, var(--lens-depth) 100%),
    linear-gradient(135deg, var(--lens-surface), transparent 45%, var(--lens-tint));
  background-color: var(--page-raised);
  box-shadow:
    inset 0 0 0 1px var(--lens-highlight),
    inset 0 0 2.5rem var(--lens-tint),
    0 0 0 1px var(--hairline-soft);
}

.signal-lens__glass::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      circle,
      transparent 0 31%,
      var(--lens-grid) 31.25%,
      transparent 31.7% 61%,
      var(--lens-grid) 61.25%,
      transparent 61.7%
    ),
    linear-gradient(90deg, transparent calc(50% - 0.5px), var(--lens-grid) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), var(--lens-grid) 50%, transparent calc(50% + 0.5px));
  content: "";
  pointer-events: none;
}

.signal-lens__glass::after {
  position: absolute;
  z-index: 6;
  inset: 0;
  border: 0;
  border-radius: inherit;
  background: url("./webv2-assets/glass.png") center / 122% 122% no-repeat;
  content: "";
  filter: brightness(1.01) contrast(1.02);
  opacity: 0.16;
  pointer-events: none;
  transform: scale(0.995);
  will-change: filter, opacity, transform;
}

html[data-analysis-hover="lens"] .signal-lens__glass::after {
  animation: lens-hover-shimmer 900ms ease-out both;
}

@keyframes lens-hover-shimmer {
  0% {
    filter: brightness(1) contrast(1.01);
    opacity: 0.12;
    transform: scale(0.99);
  }
  44% {
    filter: brightness(1.08) contrast(1.04);
    opacity: 0.32;
    transform: scale(1.004);
  }
  100% {
    filter: brightness(1.02) contrast(1.02);
    opacity: 0.2;
    transform: scale(1);
  }
}

.signal-lens__zoom {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.signal-lens__radar {
  position: absolute;
  z-index: 5;
  inset: 8%;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: rotate(-34deg);
}

.signal-lens__radar::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(
    from 0deg,
    transparent 0deg 330deg,
    color-mix(in srgb, var(--blue) 7%, transparent) 345deg,
    color-mix(in srgb, var(--blue) 14%, transparent) 359deg,
    transparent 360deg
  );
  content: "";
}

.signal-lens__radar::after {
  position: absolute;
  right: calc(50% - 0.5px);
  bottom: 50%;
  width: 1px;
  height: 48%;
  background: linear-gradient(0deg, color-mix(in srgb, var(--blue) 28%, transparent), transparent);
  content: "";
  transform-origin: 50% 100%;
}

html[data-opening-phase="analysis-lens"] .signal-lens__radar {
  animation: analysis-radar-arrival 700ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@keyframes analysis-radar-arrival {
  0% {
    opacity: 0;
    transform: rotate(-34deg);
  }
  22% {
    opacity: 0.34;
  }
  72% {
    opacity: 0.22;
  }
  100% {
    opacity: 0;
    transform: rotate(42deg);
  }
}

.signal-instrument {
  position: absolute;
  z-index: 2;
  inset: 9%;
  pointer-events: none;
}

.signal-frequency-level {
  position: absolute;
  right: 2%;
  left: 12%;
  border-top: 0.75px solid var(--instrument-ink);
  opacity: 0.9;
}

.signal-frequency-level span {
  position: absolute;
  top: -0.52rem;
  right: calc(100% + 0.28rem);
  min-width: 1.3rem;
  padding: 0.08rem 0.2rem;
  border-radius: 0.14rem;
  background: color-mix(in srgb, var(--lens-panel) 94%, var(--page));
  color: var(--ink);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.6rem, 0.68vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: right;
}

.signal-frequency-axis {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 12%;
  width: 0.75px;
  background: var(--instrument-ink);
  opacity: 0.92;
}

.signal-frequency-axis span {
  position: absolute;
  bottom: calc(100% + 0.22rem);
  left: 50%;
  padding: 0.08rem 0.2rem;
  border-radius: 0.14rem;
  background: color-mix(in srgb, var(--lens-panel) 94%, var(--page));
  color: var(--ink);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.6rem, 0.68vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  transform: translateX(-50%);
}

.signal-frequency-level--plus-15 {
  top: 14%;
}

.signal-frequency-level--plus-10 {
  top: 26%;
}

.signal-frequency-level--plus-5 {
  top: 38%;
}

.signal-frequency-level--zero {
  top: 50%;
  border-top-color: color-mix(in srgb, var(--instrument-ink) 82%, var(--ink));
}

.signal-frequency-level--minus-5 {
  top: 62%;
}

.signal-frequency-level--minus-10 {
  top: 74%;
}

.signal-frequency-level--minus-15 {
  top: 86%;
}

.signal-candles {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.94;
}

.signal-candle__wick {
  stroke: color-mix(in srgb, var(--orange) 72%, var(--ink));
  stroke-linecap: square;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.signal-candle__body {
  fill: color-mix(in srgb, var(--orange) 86%, var(--page));
  stroke: color-mix(in srgb, var(--orange) 68%, var(--ink));
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.signal-lens__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(var(--signal-display-width) * 6.8);
  max-width: none;
  height: auto;
  transform: translate(var(--analysis-lens-source-x), -50%);
}

.signal-lens__layer--blue {
  z-index: 1;
  filter: var(--signal-blue-treatment);
}

.signal-lens__layer--orange {
  z-index: 2;
  filter: var(--signal-orange-treatment);
}

.signal-readout {
  position: absolute;
  z-index: 4;
  right: 14%;
  bottom: 15%;
  left: 14%;
  min-height: 4.1rem;
  overflow: hidden;
  padding: 0.55rem 0.65rem;
  border-block: 1px solid var(--lens-grid);
  background: var(--lens-panel);
  box-shadow: inset 0 0 0 1px var(--hairline-soft);
  color: var(--ink);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-variant-numeric: tabular-nums;
}

.signal-readout__status {
  display: block;
  color: var(--muted);
  font-size: clamp(0.45rem, 0.54vw, 0.56rem);
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1;
  white-space: nowrap;
}

.signal-readout__line {
  position: absolute;
  right: 0.65rem;
  bottom: 0.5rem;
  left: 0.65rem;
  display: grid;
  gap: 0.18rem;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  font-size: clamp(0.52rem, 0.65vw, 0.7rem);
  font-weight: 540;
  line-height: 1.15;
  text-overflow: clip;
  white-space: nowrap;
  animation: signal-readout-cycle 8s linear infinite;
}

.signal-readout__metric {
  color: var(--stress-red);
  font-size: 0.86em;
  font-weight: 680;
  letter-spacing: 0.08em;
}

.signal-readout__line code {
  color: var(--ink);
  font: inherit;
}

.signal-readout__line--two {
  animation-delay: 2s;
}

.signal-readout__line--three {
  animation-delay: 4s;
}

.signal-readout__line--four {
  animation-delay: 6s;
}

.health-cycles {
  position: absolute;
  z-index: 9;
  inset: 0;
  pointer-events: none;
}

.health-cycle {
  position: absolute;
  inset: 0;
  --health-label-offset: 4.4rem;
  --health-label-opacity: 0;
  --health-marker-opacity: 0;
  --health-marker-scale: 2.45;
  --health-marker-y: -14rem;
  --health-matches-blur: 0rem;
  --health-matches-brightness: 1;
  --health-matches-opacity: 0;
  --health-matches-saturation: 1;
  --health-target-opacity: 0;
  --health-tether-height: 0px;
  --health-tether-opacity: 0;
}

.health-cycle--depression {
  --health-marker-x: 41.3%;
}

.health-cycle--parkinsons {
  --health-marker-x: 52.01%;
  --health-label-offset: 4.6rem;
}

.health-cycle--ptsd {
  --health-marker-x: 66.52%;
  --health-label-offset: -4.6rem;
}

.health-cycle--dementia {
  --health-marker-x: 53.57%;
}

.health-cycle__marker {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.health-cycle__marker--origin {
  z-index: 3;
  opacity: var(--health-marker-opacity);
  transform: translateY(var(--health-marker-y)) scale(var(--health-marker-scale));
  transform-origin: var(--health-marker-x) 50%;
  transition: filter 180ms ease-out;
  will-change: opacity, transform;
}

.health-cycle__marker--matches {
  z-index: 2;
  clip-path: inset(0 var(--filter-clip) 0 0);
  filter:
    brightness(var(--health-matches-brightness))
    saturate(var(--health-matches-saturation))
    drop-shadow(0 0 var(--health-matches-blur) var(--marker-yellow));
  opacity: var(--health-matches-opacity);
  transition:
    filter 180ms ease-out,
    opacity 160ms linear;
  will-change: filter, opacity;
}

html[data-analysis-hover="health"] .health-cycle__marker--matches {
  filter:
    brightness(calc(var(--health-matches-brightness) * 1.16))
    saturate(calc(var(--health-matches-saturation) * 1.08))
    drop-shadow(0 0 0.34rem color-mix(in srgb, var(--marker-yellow) 72%, transparent));
}

html[data-analysis-hover="health"] .health-cycle__marker--origin {
  filter:
    brightness(1.16)
    saturate(1.08)
    drop-shadow(0 0 0.34rem color-mix(in srgb, var(--marker-yellow) 72%, transparent));
}

html[data-executive-suite="true"]
  .health-cycle--parkinsons
  .health-cycle__marker--matches {
  clip-path: inset(0);
}

.health-cycle__tether {
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: var(--health-marker-x);
  width: 1px;
  height: var(--health-tether-height);
  background: linear-gradient(0deg, var(--marker-yellow), transparent);
  opacity: var(--health-tether-opacity);
  transform: translateX(-50%);
  transform-origin: bottom;
}

.health-cycle__target {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: var(--health-marker-x);
  width: clamp(2.2rem, 3vw, 3.1rem);
  height: clamp(2.8rem, 4.4vw, 4.4rem);
  border: 1px solid var(--marker-yellow);
  opacity: var(--health-target-opacity);
  transform: translate(-50%, -50%);
}

.health-cycle__target::before,
.health-cycle__target::after {
  position: absolute;
  top: 50%;
  width: 0.42rem;
  height: 1px;
  background: var(--marker-yellow);
  content: "";
}

.health-cycle__target::before {
  right: 100%;
}

.health-cycle__target::after {
  left: 100%;
}

.health-pattern-bracket {
  position: absolute;
  z-index: 5;
  inset: 0;
  opacity: var(--health-matches-opacity);
  transition:
    filter 180ms ease-out,
    opacity 160ms linear;
}

.health-pattern-bracket__rail,
.health-pattern-bracket__branch,
.health-pattern-bracket__leader {
  position: absolute;
  display: block;
  background: var(--marker-green);
}

.health-pattern-bracket__rail {
  top: 38%;
  left: 43.97%;
  width: 23.89%;
  height: 2px;
}

.health-pattern-bracket__branch {
  top: 38%;
  width: 2px;
  height: 9.5%;
}

.health-pattern-bracket__branch::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.55rem;
  height: 2px;
  background: var(--marker-green);
  content: "";
  transform: translateX(-50%);
}

.health-pattern-bracket__branch--one {
  left: 43.97%;
}

.health-pattern-bracket__branch--two {
  left: 52.01%;
}

.health-pattern-bracket__branch--three {
  left: 60.04%;
}

.health-pattern-bracket__branch--four {
  left: 67.86%;
}

.health-pattern-bracket__leader {
  top: -2.75rem;
  bottom: 62%;
  left: var(--analysis-health-x);
  width: 2px;
}

.health-pattern-bracket__leader::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-top: 2px solid var(--marker-green);
  border-left: 2px solid var(--marker-green);
  content: "";
  transform: translate(-50%, -35%) rotate(45deg);
}

html[data-analysis-hover="health"] .health-pattern-bracket {
  filter:
    brightness(1.18)
    drop-shadow(0 0 0.28rem color-mix(in srgb, var(--marker-green) 68%, transparent));
}

.analysis-actions {
  position: absolute;
  z-index: 24;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms linear;
}

html[data-opening-analysis="true"] .analysis-actions {
  opacity: var(--analysis-cleanse-opacity);
  pointer-events: auto;
}

html[data-cleanse-phase="running"] .analysis-actions {
  pointer-events: none;
}

.analysis-action {
  display: contents;
}

.analysis-action__target {
  position: absolute;
  z-index: 1;
  appearance: none;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font: inherit;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 160ms linear,
    border-color 120ms linear,
    background 120ms linear;
}

.analysis-action:hover .analysis-action__target,
.analysis-action:focus-within .analysis-action__target {
  border-color: var(--hairline);
  background: color-mix(in srgb, var(--page) 7%, transparent);
}

.analysis-action--stress:hover .analysis-action__target,
.analysis-action--stress:focus-within .analysis-action__target {
  border-color: transparent;
  background: transparent;
}

.analysis-action__cue:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.analysis-action__cue {
  position: absolute;
  z-index: 2;
  top: -6rem;
  display: grid;
  appearance: none;
  width: clamp(13rem, 18vw, 16.5rem);
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  padding: 0.48rem 1.75rem 0.48rem 0.48rem;
  border: 1px solid var(--hairline);
  background: color-mix(in srgb, var(--page-raised) 94%, transparent);
  box-shadow: 0 0.45rem 1.4rem rgba(0, 0, 0, 0.08);
  color: var(--ink);
  cursor: pointer;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateX(-50%);
  transition:
    opacity 160ms linear,
    border-color 120ms linear,
    background 120ms linear,
    box-shadow 120ms linear,
    transform 120ms ease-out;
}

.analysis-action__cue::after {
  position: absolute;
  right: 0.65rem;
  color: var(--ink);
  content: "→";
  font-size: 0.8rem;
  opacity: 0;
  transform: translateX(-0.25rem);
  transition:
    opacity 120ms linear,
    transform 120ms ease-out;
}

.analysis-action--stress .analysis-action__target,
.analysis-action--stress .analysis-action__cue {
  opacity: var(--analysis-stress-progress);
}

.analysis-action--health .analysis-action__target,
.analysis-action--health .analysis-action__cue {
  opacity: var(--analysis-health-progress);
}

.analysis-action--lens .analysis-action__target,
.analysis-action--lens .analysis-action__cue {
  opacity: var(--analysis-lens-progress);
}

html[data-analysis-stress-ready="true"]
  .analysis-action--stress
  :is(.analysis-action__target, .analysis-action__cue),
html[data-analysis-health-ready="true"]
  .analysis-action--health
  :is(.analysis-action__target, .analysis-action__cue),
html[data-analysis-lens-ready="true"]
  .analysis-action--lens
  :is(.analysis-action__target, .analysis-action__cue) {
  pointer-events: auto;
}

.analysis-action:hover .analysis-action__cue,
.analysis-action:focus-within .analysis-action__cue {
  border-color: color-mix(in srgb, var(--ink) 42%, var(--hairline));
  background: var(--shade);
  box-shadow: 0 0.65rem 1.8rem rgba(0, 0, 0, 0.12);
  transform: translateX(-50%) translateY(-0.15rem);
}

.analysis-action:hover .analysis-action__cue::after,
.analysis-action:focus-within .analysis-action__cue::after {
  opacity: 1;
  transform: translateX(0);
}

.analysis-action__index {
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--hairline);
  color: var(--muted);
  font-size: 0.62rem;
}

.analysis-action__copy {
  display: grid;
  min-width: 0;
}

.analysis-action__copy > strong {
  font-weight: 400;
  font-size: clamp(0.52rem, 0.59vw, 0.67rem);
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.analysis-action--stress .analysis-action__target {
  top: 12%;
  left: 27.9%;
  width: clamp(15rem, 21vw, 19rem);
  height: 27%;
  transform: translateX(-50%);
}

.analysis-action--stress .analysis-action__cue {
  left: 27.9%;
}

.analysis-action--health .analysis-action__target {
  top: 43%;
  left: var(--analysis-health-x);
  width: clamp(15rem, 20vw, 19rem);
  height: 28%;
  transform: translateX(-50%);
}

.analysis-action--health .analysis-action__target::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  border-left: 1px solid var(--marker-yellow);
  content: "";
  pointer-events: none;
}

.analysis-action--health .analysis-action__cue {
  left: var(--analysis-health-x);
}

.analysis-action--lens .analysis-action__target {
  top: 50%;
  left: var(--analysis-lens-x);
  width: clamp(17rem, 23vw, 22rem);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.analysis-action--lens .analysis-action__target {
  border-radius: 50%;
}

.analysis-action--lens .analysis-action__cue {
  left: var(--analysis-lens-x);
}

.analysis-detail {
  width: min(78rem, calc(100vw - 2rem));
  max-height: calc(100svh - 2rem);
  padding: 0;
  overflow: auto;
  overscroll-behavior-y: contain;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
  box-shadow: 0 1.25rem 4rem rgba(0, 0, 0, 0.22);
  color: var(--ink);
}

.analysis-detail::backdrop {
  background: color-mix(in srgb, var(--page) 28%, rgba(0, 0, 0, 0.54));
}

.analysis-detail__header {
  position: sticky;
  z-index: 3;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid var(--hairline);
  background: var(--page-raised);
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  line-height: 1;
}

.analysis-detail__header button {
  padding: 0.4rem 0.52rem;
  border: 1px solid var(--hairline);
  background: var(--page);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.analysis-detail section {
  --detail-section-pad: clamp(1.4rem, 3vw, 3rem);
  padding: var(--detail-section-pad);
}

.analysis-detail section[hidden] {
  display: none;
}

.analysis-detail .eyebrow {
  margin-bottom: 0.8rem;
}

.analysis-detail h3 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 430;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.detail-screen__lead > p:last-child {
  max-width: 58rem;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.45;
}

.detail-stress-inset {
  margin: 1.65rem calc(var(--detail-section-pad) * -1) 0;
  border-block: 1px solid var(--hairline);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--stress-red) 3.5%, transparent), transparent 24%),
    var(--page);
}

.detail-stress-inset__header,
.detail-stress-inset figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem var(--detail-section-pad);
  color: var(--muted);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 520;
  letter-spacing: 0.12em;
  line-height: 1.25;
}

.detail-stress-inset__header {
  border-bottom: 1px solid var(--hairline);
}

.detail-stress-inset__header span:last-child {
  color: var(--stress-red);
  text-align: right;
}

.detail-stress-inset__signal {
  position: relative;
  height: clamp(13rem, 26vh, 16rem);
  overflow: hidden;
}

.detail-stress-inset__signal::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid var(--hairline-soft);
  content: "";
}

.detail-stress-inset__wave {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  pointer-events: none;
  transform: translateY(-50%);
}

.detail-stress-inset__wave--blue {
  filter: var(--signal-blue-treatment);
}

.detail-stress-inset__wave--orange {
  z-index: 2;
  filter: var(--signal-orange-treatment);
}

.detail-stress-inset__wave--stress {
  z-index: 3;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0 25%,
    #000 25% 31%,
    transparent 31% 36.3%,
    #000 36.3% 44.1%,
    transparent 44.1% 67.2%,
    #000 67.2% 77.1%,
    transparent 77.1% 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0 25%,
    #000 25% 31%,
    transparent 31% 36.3%,
    #000 36.3% 44.1%,
    transparent 44.1% 67.2%,
    #000 67.2% 77.1%,
    transparent 77.1% 100%
  );
}

.detail-stress-inset__score {
  --score-beam-height: 7.2rem;
  position: absolute;
  z-index: 5;
  top: 0.9rem;
  left: var(--score-x);
  display: grid;
  min-width: max-content;
  grid-template-columns: auto auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 0.62rem;
  border-block: 1px solid var(--hairline);
  background: color-mix(in srgb, var(--page) 94%, transparent);
  color: var(--ink);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.68rem, 0.88vw, 0.84rem);
  font-weight: 560;
  letter-spacing: 0.065em;
  line-height: 1;
  transform: translateX(-50%);
}

.detail-stress-inset__score::before {
  position: absolute;
  z-index: 2;
  top: calc(100% + var(--score-beam-height) - 0.16rem);
  left: 50%;
  width: 0.38rem;
  aspect-ratio: 1;
  border: 1px solid var(--stress-red);
  border-radius: 50%;
  background: var(--stress-point-fill);
  content: "";
  transform: translate(-50%, -50%);
}

.detail-stress-inset__score::after {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: clamp(5.2rem, 9vw, 8rem);
  height: var(--score-beam-height);
  background: linear-gradient(
    180deg,
    transparent,
    color-mix(in srgb, var(--stress-red) 26%, transparent) 38%,
    color-mix(in srgb, var(--stress-red) 78%, transparent)
  );
  clip-path: polygon(0 0, 100% 0, 53% 100%, 47% 100%);
  content: "";
  transform: translateX(-50%);
}

.detail-stress-inset__score code {
  color: var(--stress-red);
  font: inherit;
  letter-spacing: 0.035em;
}

.detail-stress-inset__score--guidance {
  --score-x: 27.9%;
}

.detail-stress-inset__score--confidence {
  --score-x: 40.18%;
  --score-beam-height: 4.65rem;
  top: 3.45rem;
}

.detail-stress-inset__score--competition {
  --score-x: 72.1%;
}

.detail-stress-inset figcaption {
  justify-content: flex-start;
  padding-block: 0.82rem;
  border-top: 1px solid var(--hairline);
  color: var(--ink);
  font-size: clamp(0.78rem, 1vw, 0.96rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
}

.detail-boundary {
  margin: 1.5rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--orange);
  background: var(--shade);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 620;
  line-height: 1.45;
}

.detail-boundary--clinical {
  border-left-color: var(--marker-yellow);
}

.detail-boundary code {
  color: var(--stress-red);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}

.detail-card {
  position: relative;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.6rem);
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: var(--page);
}

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

.detail-card--issuer-impact {
  border-left: 3px solid var(--orange);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--orange) 6%, transparent), transparent 32%),
    var(--page);
}

.detail-card .detail-card__lede {
  max-width: 58rem;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.detail-issuer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}

.detail-issuer-grid > div {
  padding: 1rem;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.detail-issuer-grid strong {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--orange);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-issuer-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.detail-card h4 {
  margin: 0 0 1rem;
  font-size: 0.74rem;
  font-weight: 560;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.detail-study-asterisk {
  position: relative;
  top: -0.18em;
  margin-left: 0.04em;
  font-size: 0.42em;
  font-weight: 300;
  line-height: 0;
  vertical-align: super;
}

.detail-card p,
.detail-card li,
.detail-card dd,
.detail-card a {
  font-size: 0.84rem;
  line-height: 1.45;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
}

.detail-card a {
  color: var(--ink);
  text-underline-offset: 0.2em;
}

.detail-card ul,
.detail-card ol {
  margin: 0;
}

.detail-pipeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}

.detail-pipeline li {
  display: grid;
  min-width: 0;
  gap: 0.65rem;
  padding: 0.8rem;
  border: 1px solid var(--hairline);
  border-right: 0;
}

.detail-pipeline li:last-child {
  border-right: 1px solid var(--hairline);
}

.detail-pipeline strong,
.detail-card__index {
  color: var(--orange);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.detail-tags,
.detail-checklist {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.1rem;
}

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

.detail-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}

.detail-stat-grid > div {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.detail-stat-grid strong {
  color: var(--orange);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 520;
  letter-spacing: -0.04em;
}

.detail-stat-grid span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

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

.detail-stat-grid--definitions > div {
  gap: 0.75rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.detail-stat-grid--definitions strong {
  font-size: clamp(1.05rem, 1.8vw, 1.55rem);
  letter-spacing: -0.025em;
}

.detail-stat-grid--definitions span {
  font-size: 0.82rem;
  line-height: 1.48;
}

.detail-stat-grid--definitions small {
  padding-top: 0.7rem;
  border-top: 1px solid var(--hairline);
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.48;
}

.detail-stat-grid--definitions small b {
  color: var(--ink);
  font-weight: 620;
}

.detail-card .detail-card__note {
  margin-top: 0.85rem;
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
}

.detail-table th,
.detail-table td {
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--hairline);
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}

.detail-table th {
  width: 9.5rem;
  color: var(--ink);
  font-weight: 660;
}

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

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

.detail-grid--conditions .detail-card:not(.detail-card--wide) {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.detail-grid--conditions .detail-card h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 520;
  letter-spacing: -0.02em;
  text-transform: none;
}

.detail-grid--conditions .detail-card--wide h4 {
  margin-bottom: 0.68rem;
}

.detail-grid--conditions .detail-card a {
  margin-top: auto;
  padding-top: 0.4rem;
}

.detail-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin-top: auto;
}

.detail-source-links a {
  margin-top: 0;
}

.detail-evidence {
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.detail-study-record {
  display: grid;
  gap: 0.35rem;
  padding: 0.7rem;
  border-left: 2px solid var(--orange);
  background: var(--shade);
}

.detail-study-record p {
  margin: 0;
  color: var(--ink);
  font-size: 0.73rem;
  letter-spacing: 0.01em;
}

.detail-study-record ul {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.38;
}

.detail-evidence > div {
  display: grid;
  gap: 0.25rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--hairline-soft);
}

.detail-evidence dt {
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 680;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.detail-evidence dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.42;
}

.detail-evidence-status {
  display: block;
  width: fit-content;
  padding: 0.35rem 0.45rem;
  border: 1px solid var(--hairline);
  background: var(--shade);
  color: var(--ink);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.detail-definitions {
  display: grid;
  margin: 0;
}

.detail-definitions > div {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--hairline);
}

.detail-definitions > div:last-child {
  border-bottom: 0;
}

.detail-definitions dt {
  font-weight: 660;
}

.detail-definitions dd {
  margin: 0;
  color: var(--muted);
}

.detail-context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}

.detail-context-grid span {
  padding: 0.7rem;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  font-size: 0.78rem;
  line-height: 1.3;
}

.detail-context-grid span:nth-child(3n) {
  color: var(--orange);
  font-weight: 650;
}

.detail-card--deception {
  border-left: 3px solid var(--stress-red);
}

.detail-card--withheld {
  border-left: 3px solid var(--ink);
  background:
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 0.55rem,
      var(--shade) 0.55rem,
      var(--shade) 0.65rem
    ),
    var(--page);
}

.detail-deception-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}

.detail-deception-grid > div {
  padding: 1rem;
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.detail-deception-grid strong {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-card .detail-card__conclusion {
  margin-top: 1rem;
  padding: 0.8rem;
  border: 1px solid var(--hairline);
  color: var(--ink);
  font-weight: 620;
}

@keyframes signal-probe-cycle {
  0%,
  20%,
  100% {
    opacity: 0;
  }

  7%,
  14% {
    opacity: 0.92;
  }
}

@keyframes signal-readout-cycle {
  0%,
  4%,
  26%,
  100% {
    opacity: 0;
    transform: translateY(0.2rem);
  }

  8%,
  22% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(2.5rem, 0.45fr) minmax(0, 11.55fr);
  width: 100%;
  min-height: 100svh;
  padding: 0 var(--gutter);
  border-top: 1px solid var(--hairline);
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), var(--hairline-soft) 50%, transparent calc(50% + 0.5px)),
    var(--page);
}

.section-number {
  padding-top: clamp(2rem, 6vh, 4.5rem);
  color: var(--muted);
}

.section-content {
  padding: clamp(5rem, 13vh, 9rem) 0;
}

.section-content h2 {
  max-width: 88rem;
}

.section-content h2 span {
  display: block;
  color: var(--muted);
}

.section-intro {
  max-width: 52rem;
  margin: clamp(2rem, 5vh, 4rem) 0 0;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  letter-spacing: -0.025em;
  line-height: 1.4;
}

.history-story {
  position: relative;
  height: 1280svh;
}

.history-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: min(42rem, 100svh);
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      transparent calc(50% - 0.5px),
      var(--hairline-soft) 50%,
      transparent calc(50% + 0.5px)
    ),
    var(--page);
}

.history-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
}

.history-section-number {
  position: absolute;
  z-index: 20;
  top: 2rem;
  right: var(--gutter);
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 580;
  letter-spacing: 0.19em;
  line-height: 1;
}

.history-copy {
  position: absolute;
  z-index: 12;
  top: clamp(6.25rem, 11vh, 8.5rem);
  right: var(--gutter);
  left: var(--gutter);
  min-height: clamp(10rem, 24vh, 16rem);
  pointer-events: none;
}

.history-beat {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  margin: 0;
  opacity: var(--history-opacity, 0);
  transform: translateY(var(--history-shift, 0));
  will-change: opacity, transform;
}

.history-beat:first-child {
  --history-opacity: 1;
}

.history-beat .eyebrow {
  margin: 0 0 clamp(1rem, 2.5vh, 1.75rem);
  color: var(--muted);
}

.history-beat h2 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 6.4rem);
  font-weight: 420;
  letter-spacing: -0.062em;
  line-height: 0.94;
  text-wrap: balance;
}

.history-beat:last-child h2 {
  max-width: none;
  font-size: clamp(2.5rem, 4.25vw, 4.9rem);
  line-height: 0.96;
}

.history-beat:last-child h2 span {
  display: block;
  white-space: nowrap;
}

.history-visuals {
  position: absolute;
  z-index: 2;
  top: clamp(19rem, 36vh, 26rem);
  right: var(--gutter);
  bottom: clamp(2rem, 5vh, 4rem);
  left: var(--gutter);
}

.history-scene {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  opacity: var(--history-opacity, 0);
  transform: translateY(var(--history-shift, 0));
  will-change: opacity, transform;
}

.history-scene:first-child {
  --history-opacity: 1;
}

.history-scene--timeline {
  display: block;
  overflow: visible;
}

.history-timeline {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.2vw, 1.25rem);
}

.history-timeline::before {
  position: absolute;
  top: 2.1rem;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--hairline);
  content: "";
}

.history-timeline__milestone {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 1.7rem;
}

.history-timeline__milestone::before {
  position: absolute;
  z-index: 2;
  top: 1.82rem;
  left: 0;
  width: 0.48rem;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--page);
  content: "";
}

.history-timeline__milestone time {
  color: var(--ink);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.68rem, 0.78vw, 0.82rem);
  font-weight: 520;
  letter-spacing: 0.13em;
  line-height: 1;
}

.history-timeline__card {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.06);
}

.history-timeline__card > img {
  display: block;
  width: calc(100% - clamp(1.2rem, 2.6vw, 2.4rem));
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  align-self: center;
  justify-self: center;
  object-fit: cover;
  object-position: 50% 50%;
}

.history-timeline__card figcaption {
  padding: 0.72rem 0.78rem 0.68rem;
  border-top: 1px solid var(--hairline);
  color: var(--muted);
  font-size: clamp(0.5rem, 0.61vw, 0.62rem);
  font-weight: 520;
  letter-spacing: 0.16em;
  line-height: 1;
}

.history-timeline__praat-feature {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: clamp(0.3rem, 0.7vw, 0.55rem);
  padding: clamp(0.48rem, 0.9vw, 0.78rem);
  overflow: hidden;
}

.history-timeline__praat-portraits {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.25rem, 0.55vw, 0.45rem);
  overflow: hidden;
}

.history-timeline__portrait-frame {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--hairline-soft);
  background: #d9d9d7;
}

.history-timeline__portrait {
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  filter: grayscale(1) contrast(1.08);
  object-fit: cover;
}

.history-timeline__portrait-frame > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.34rem 0.38rem 0.31rem;
  background: rgba(10, 10, 10, 0.76);
  color: #f7f7f4;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.38rem, 0.46vw, 0.48rem);
  font-weight: 520;
  letter-spacing: 0.045em;
  line-height: 1.05;
  white-space: nowrap;
}

.history-timeline__portrait--boersma {
  object-position: 66% 25%;
}

.history-timeline__portrait--weenink {
  filter: grayscale(1) brightness(0.78) contrast(1.18);
  object-position: 50% 28%;
}

.history-timeline__praat-copy {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  white-space: nowrap;
}

.history-timeline__praat-copy strong {
  font-size: clamp(0.82rem, 1.25vw, 1.25rem);
  font-weight: 430;
  letter-spacing: -0.035em;
  line-height: 1;
}

.history-timeline__praat-copy span {
  color: var(--muted);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.38rem, 0.48vw, 0.5rem);
  letter-spacing: 0.1em;
}

.history-timeline__praat-institution {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4.3 / 1;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid var(--hairline-soft);
}

.history-timeline__praat-institution img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  filter: grayscale(1) contrast(1.08);
  object-fit: cover;
  object-position: 50% 50%;
}

.history-scene > figcaption {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  padding: 0.72rem 1rem 0.68rem;
  border: 1px solid var(--hairline);
  background: color-mix(in srgb, var(--page-raised) 91%, transparent);
  color: var(--ink);
  font-size: clamp(0.63rem, 0.8vw, 0.78rem);
  font-weight: 620;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}

.history-scene--hardware {
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.history-scene--hardware > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-scene--hardware:not(.history-scene--laptop) > img {
  padding-top: 2.3rem;
  object-fit: contain;
  object-position: 50% 50%;
  transform-origin: 50% 50%;
}

.history-scene--hardware[data-history-states="2"] > img {
  transform: scale(1.32);
}

.history-scene--hardware[data-history-states="3"] > img {
  transform: scale(1.18);
}

.history-scene--laptop > img {
  padding: 0;
  object-fit: contain;
  object-position: 50% 50%;
  transform: scale(1.32);
  transform-origin: 50% 50%;
}

.history-collage {
  display: grid;
  width: min(100%, 96rem);
  height: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: clamp(0.35rem, 0.65vw, 0.75rem);
}

.history-collage figure {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.history-collage figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.history-collage figcaption {
  min-height: 2.3rem;
  padding: 0.62rem 0.72rem;
  border-top: 1px solid var(--hairline);
  background: var(--page-raised);
  color: var(--muted);
  font-size: clamp(0.5rem, 0.65vw, 0.64rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.1;
}

.history-collage__ui--legacy {
  z-index: 2;
  grid-column: 1 / 5;
  grid-row: 1 / 4;
}

.history-collage__ui--analysis {
  grid-column: 5 / 9;
  grid-row: 1 / 4;
}

.history-collage__ui--sound {
  grid-column: 1 / 9;
  grid-row: 4 / 7;
}

.history-collage__credit {
  display: grid;
  grid-column: 9 / 13;
  grid-row: 1 / 5;
  gap: clamp(0.55rem, 1vw, 1rem);
  align-content: center;
  padding: clamp(1rem, 2.5vw, 2.5rem);
  border: 1px solid var(--hairline);
  background: var(--page-raised);
  color: var(--ink);
}

.history-collage__credit p {
  margin: 0 0 clamp(0.3rem, 0.8vw, 0.65rem);
  color: var(--muted);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.48rem, 0.58vw, 0.62rem);
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.history-collage__credit strong {
  font-size: clamp(1rem, 1.65vw, 1.65rem);
  font-weight: 380;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.history-collage__institution {
  display: flex;
  grid-column: 9 / 13;
  grid-row: 5 / 7;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.history-collage__institution img {
  display: block;
  width: min(82%, 18rem);
  height: min(72%, 5rem);
  object-fit: cover;
  object-position: 50% 50%;
}

.history-scene--dragon,
.history-scene--dragon-back,
.history-scene--assistants {
  width: min(78vw, 68rem);
  margin-inline: auto;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.history-scene--dragon,
.history-scene--dragon-back,
.history-scene--assistants {
  width: 100%;
}

.history-scene--dragon > img,
.history-dragon-detail img {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2.3rem;
  object-fit: cover;
}

.history-scene--dragon > img {
  padding: clamp(3rem, 6vh, 5rem) clamp(4rem, 15vw, 16rem) clamp(1.5rem, 3vh, 2.75rem);
  object-fit: contain;
  object-position: 50% 50%;
}

.history-dragon-detail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.history-dragon-detail img {
  object-fit: contain;
  object-position: 50% 0%;
}

.history-assistant-pair {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.5rem, 1vw, 1rem);
  padding: clamp(0.5rem, 1vw, 1rem);
}

.history-assistant-card {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.history-assistant-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: clamp(0.5rem, 1vw, 1rem);
  object-fit: contain;
}

.history-assistant-card--cortana img {
  transform: scale(1.2);
}

.history-assistant-card figcaption {
  padding: 0.68rem 0.75rem;
  border-top: 1px solid var(--hairline);
  color: var(--ink);
  font-size: clamp(0.58rem, 0.75vw, 0.72rem);
  font-weight: 620;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: center;
}

.history-scene--transformers {
  border: 1px solid var(--hairline);
  background: #061427;
}

.history-transformer-field {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-scene--transformers::after {
  position: absolute;
  inset: 2.25rem 0 0;
  background:
    linear-gradient(90deg, rgba(6, 20, 39, 0.12), transparent 48%),
    linear-gradient(0deg, rgba(6, 20, 39, 0.55), transparent 55%);
  content: "";
  pointer-events: none;
}

.history-gpu {
  position: absolute;
  z-index: 4;
  right: auto;
  bottom: clamp(1rem, 3vh, 2rem);
  left: 50%;
  display: block;
  width: clamp(17rem, 36vw, 32rem);
  transform: translateX(-50%);
}

.history-gpu img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: contain;
}

.history-gpu span {
  display: block;
  padding: 0.2rem 0 0;
  color: #f3f0e9;
  font-size: clamp(0.48rem, 0.65vw, 0.64rem);
  font-weight: 620;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 0.2rem rgba(6, 20, 39, 0.9);
}

.veil-story {
  position: relative;
  height: 1920svh;
}

.veil-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: min(42rem, 100svh);
  overflow: hidden;
  background: var(--page);
}

.veil-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
}

.veil-section-number {
  position: absolute;
  z-index: 30;
  top: calc(var(--header-height) + 1rem);
  right: var(--gutter);
  padding: 0.48rem 0.58rem;
  border: 1px solid var(--hairline);
  background: var(--page);
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 580;
  letter-spacing: 0.19em;
  line-height: 1;
}

.veil-copy {
  position: absolute;
  z-index: 20;
  top: clamp(6.4rem, 12vh, 9rem);
  right: var(--gutter);
  left: var(--gutter);
  min-height: clamp(10rem, 24vh, 16rem);
  pointer-events: none;
}

.veil-beat {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  margin: 0;
  opacity: var(--veil-opacity, 0);
  transform: translateY(var(--veil-shift, 0));
  will-change: opacity, transform;
}

.veil-beat:first-child {
  --veil-opacity: 1;
}

.veil-beat .eyebrow {
  margin-bottom: clamp(1rem, 2.5vh, 1.75rem);
}

.veil-beat h2 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(3.05rem, 5.55vw, 6.35rem);
  font-weight: 420;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.veil-beat--over-image h2 {
  max-width: 100%;
}

.veil-beat__lead-line,
.veil-beat__danger-line {
  display: block;
}

.veil-beat__danger-line {
  color: var(--ink);
  opacity: var(--veil-danger-opacity);
  transform: translateY(calc((1 - var(--veil-danger-opacity)) * 0.35em));
  transition:
    opacity 120ms linear,
    transform 160ms ease-out;
}

.veil-beat--progressive-trigger {
  visibility: hidden;
}

.veil-beat--closing h2 span {
  display: block;
  color: inherit;
}

.veil-visuals {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.veil-scene {
  position: absolute;
  margin: 0;
  opacity: var(--veil-opacity, 0);
  transform: translateY(var(--veil-shift, 0));
  will-change: opacity, transform;
}

.veil-scene:first-child {
  --veil-opacity: 1;
}

.veil-scene--ceo {
  overflow: hidden;
  background: #030b47;
  border: 1px solid var(--hairline);
}

.veil-scene--ceo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 2.25rem;
  object-position: 50% 58%;
}

.veil-scene--ceo figcaption {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  padding: 0.72rem 1rem 0.68rem;
  border-bottom: 1px solid var(--hairline);
  background: var(--page-raised);
  color: var(--ink);
  font-size: clamp(0.63rem, 0.8vw, 0.78rem);
  font-weight: 620;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}

.veil-scene--ceo,
.veil-scene--nlp,
.veil-scene--logos,
.veil-scene--funding,
.veil-scene--signal-suite,
.veil-scene--clinical,
.veil-scene--editorial {
  top: clamp(19rem, 36vh, 26rem);
  right: var(--gutter);
  bottom: clamp(2rem, 5vh, 4rem);
  left: var(--gutter);
}

.veil-scene--nlp,
.veil-scene--logos,
.veil-scene--funding,
.veil-scene--signal-suite,
.veil-scene--clinical,
.veil-scene--editorial {
  background: var(--page);
}

.veil-scene--funding {
  top: clamp(14rem, 31vh, 19rem);
  bottom: clamp(1.25rem, 3.5vh, 2.5rem);
}

.nlp-collage {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: clamp(0.35rem, 0.7vw, 0.75rem);
}

.nlp-panel {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.nlp-panel header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.68rem 0.78rem;
  border-bottom: 1px solid var(--hairline);
  color: var(--muted);
  font-size: clamp(0.46rem, 0.6vw, 0.62rem);
  letter-spacing: 0.13em;
  line-height: 1;
}

.nlp-panel header strong {
  color: var(--ink);
  font-weight: 650;
}

.nlp-panel header small {
  font: inherit;
  text-align: right;
}

.nlp-panel--word-cloud {
  grid-column: 1 / 8;
  grid-row: 1 / 4;
}

.nlp-panel--frequency {
  grid-column: 8 / 13;
  grid-row: 1 / 7;
}

.nlp-panel--media {
  grid-column: 1 / 8;
  grid-row: 4 / 7;
}

.word-cloud {
  position: relative;
  display: grid;
  height: calc(100% - 2rem);
  place-items: center;
  padding: 0;
  overflow: hidden;
}

.word-cloud__image {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.word-cloud__cluster {
  position: relative;
  width: min(92%, 40rem);
  height: 94%;
  container-type: inline-size;
}

.word-cloud__cluster span {
  position: absolute;
  top: var(--y);
  left: var(--x);
  color: var(--muted);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.38rem, var(--s), 4.8rem);
  font-stretch: condensed;
  font-weight: var(--w, 630);
  letter-spacing: -0.045em;
  line-height: 0.78;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(var(--r, 0deg));
}

.word-cloud__cluster .word-cloud__micro {
  z-index: 0;
  opacity: 0.78;
  letter-spacing: -0.02em;
}

.word-cloud__cluster .word-cloud__primary {
  z-index: 2;
  color: var(--ink);
  letter-spacing: -0.075em;
}

.word-cloud__cluster .word-cloud__accent {
  z-index: 1;
  color: var(--orange);
}

.word-cloud__cluster .word-cloud__signal {
  z-index: 1;
  color: var(--blue);
}

.word-cloud__vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.word-cloud__vertical--reverse {
  transform: translate(-50%, -50%) rotate(180deg);
}

.frequency-chart {
  display: grid;
  height: calc(100% - 2rem);
  gap: clamp(0.25rem, 0.75vh, 0.55rem);
  align-content: center;
  padding: clamp(0.8rem, 1.5vw, 1.5rem);
}

.frequency-chart > div {
  display: grid;
  grid-template-columns: minmax(4.5rem, auto) 1fr 1.6rem;
  gap: 0.5rem;
  align-items: center;
  color: var(--muted);
  font-size: clamp(0.5rem, 0.66vw, 0.68rem);
  font-weight: 620;
  letter-spacing: 0.1em;
}

.frequency-chart i {
  position: relative;
  height: 0.55rem;
  border: 1px solid var(--hairline);
  background: var(--shade);
}

.frequency-chart i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--frequency);
  background: var(--ink);
  content: "";
}

.frequency-chart b {
  color: var(--ink);
  font-weight: 650;
  text-align: right;
}

.media-signal {
  display: grid;
  height: calc(100% - 2rem);
  grid-template-columns: minmax(8rem, 0.78fr) minmax(0, 3.22fr);
  min-height: 0;
}

.media-signal__score {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: clamp(0.75rem, 1.4vw, 1.4rem);
  border-right: 1px solid var(--hairline);
}

.media-signal__score span,
.media-signal__score small {
  color: var(--muted);
  font-size: clamp(0.46rem, 0.56vw, 0.58rem);
  font-weight: 620;
  letter-spacing: 0.12em;
  line-height: 1.25;
}

.media-signal__score strong {
  margin: clamp(0.45rem, 1.2vh, 0.8rem) 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 4.8rem);
  font-weight: 430;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.media-signal__plot {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: clamp(0.55rem, 1vw, 1rem) clamp(0.65rem, 1.2vw, 1.2rem) 1.45rem;
}

.media-signal__plot svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.media-signal__grid {
  fill: none;
  stroke: var(--hairline-soft);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.media-signal__line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.media-signal__line--positive {
  stroke: var(--ink);
}

.media-signal__line--negative {
  stroke: var(--orange);
  opacity: 0.92;
}

.media-signal__points {
  fill: var(--page-raised);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.media-signal__points--positive {
  stroke: var(--ink);
}

.media-signal__points--negative {
  stroke: var(--orange);
}

.media-signal__legend {
  position: absolute;
  right: clamp(0.65rem, 1.2vw, 1.2rem);
  bottom: 0.4rem;
  left: clamp(0.65rem, 1.2vw, 1.2rem);
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: clamp(0.4rem, 0.52vw, 0.54rem);
  font-weight: 650;
  letter-spacing: 0.1em;
}

.media-signal__legend span:last-child {
  color: var(--orange);
}

.veil-disclosure {
  position: absolute;
  right: 0.6rem;
  bottom: -1.25rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.42rem, 0.52vw, 0.54rem);
  font-weight: 620;
  letter-spacing: 0.13em;
  line-height: 1;
}

.voice-logo-collage {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(0.35rem, 0.7vw, 0.75rem);
}

.voice-logo-card {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 20, 22, 0.16);
  background: #f5f4ef;
}

.voice-logo-card__mark {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  overflow: hidden;
}

.voice-logo-card__mark img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: clamp(0.7rem, 1.35vw, 1.35rem);
  object-fit: contain;
  transform: scale(var(--logo-scale, 1));
  transform-origin: center;
}

.voice-logo-card figcaption {
  padding: 0.52rem 0.62rem;
  border-top: 1px solid rgba(17, 20, 22, 0.14);
  color: #676b6d;
  font-size: clamp(0.42rem, 0.54vw, 0.56rem);
  font-weight: 650;
  letter-spacing: 0.14em;
  line-height: 1;
}

.voice-logo-card--deepgram { --logo-scale: 0.9; }

.voice-logo-card--elevenlabs { --logo-scale: 0.86; }

.voice-logo-card--hume { --logo-scale: 1.34; }

.voice-logo-card--markets-eq { --logo-scale: 1.05; }

.voice-logo-card--speech-craft {
  --logo-scale: 1;
  background: #101314;
}

.voice-logo-card--helios {
  --logo-scale: 1.02;
  background: #111416;
}

.voice-logo-card--speech-craft img {
  width: 100%;
  height: 100%;
  padding: clamp(0.85rem, 1.65vw, 1.5rem);
  object-fit: contain;
  object-position: 50% 50%;
}

.funding-company--elevenlabs li:last-child {
  border-color: color-mix(in srgb, var(--orange) 52%, var(--hairline));
}

.voice-logo-card--helios figcaption {
  border-top-color: rgba(243, 240, 233, 0.18);
  color: rgba(243, 240, 233, 0.66);
}

.voice-logo-card--speech-craft figcaption {
  border-top-color: rgba(243, 240, 233, 0.18);
  color: rgba(243, 240, 233, 0.66);
}

.funding-headlines {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: auto minmax(0, 1fr);
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.funding-headlines__header {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid var(--hairline);
  color: var(--muted);
  font-size: clamp(0.5rem, 0.64vw, 0.7rem);
  font-weight: 620;
  letter-spacing: 0.13em;
  line-height: 1;
}

.funding-headlines__header strong {
  color: var(--ink);
  font-weight: 660;
}

.funding-company {
  grid-row: 2;
  min-width: 0;
  min-height: 0;
  padding: clamp(0.8rem, 1.35vw, 1.4rem);
  border-right: 1px solid var(--hairline);
  opacity: var(--funding-reveal-opacity, 0);
  transform: translateY(var(--funding-reveal-shift, 18px));
}

.funding-company:last-child {
  border-right: 0;
}

.funding-company--deepgram {
  grid-column: 1;
}

.funding-company--elevenlabs {
  grid-column: 2;
}

.funding-company--hume {
  grid-column: 3;
}

.funding-company--markets-eq {
  grid-column: 4;
  background: var(--shade);
}

.funding-company--nuance {
  grid-column: 5;
}

.funding-company h3 {
  margin: 0 0 clamp(0.65rem, 1.5vh, 1rem);
  padding-bottom: clamp(0.65rem, 1.5vh, 1rem);
  border-bottom: 1px solid var(--hairline);
  font-size: clamp(0.66rem, 0.86vw, 0.9rem);
  font-weight: 680;
  letter-spacing: 0.17em;
  line-height: 1;
}

.funding-company ol {
  display: grid;
  gap: clamp(0.28rem, 0.55vh, 0.48rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.funding-company li {
  display: grid;
  min-width: 0;
  gap: 0.34rem;
  padding: clamp(0.42rem, 0.8vh, 0.65rem);
  border: 1px solid var(--hairline);
  background: var(--page);
}

.funding-company time {
  color: var(--muted);
  font-size: clamp(0.45rem, 0.56vw, 0.59rem);
  font-weight: 650;
  letter-spacing: 0.13em;
  line-height: 1;
}

.funding-company li > span {
  color: var(--ink);
  font-size: clamp(0.7rem, 1.1vw, 1.2rem);
  font-weight: 520;
  letter-spacing: -0.018em;
  line-height: 1.02;
}

.funding-company li > span small {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.56em;
  font-weight: 660;
  letter-spacing: 0.07em;
  line-height: 1.25;
}

.funding-company li strong {
  display: inline-block;
  font-size: 1.65em;
  font-weight: 470;
  letter-spacing: -0.055em;
}

.funding-company--markets-eq li:first-child {
  border-color: color-mix(in srgb, var(--orange) 52%, var(--hairline));
}

.funding-company--hume .funding-company__deal-note {
  border-color: color-mix(in srgb, var(--orange) 52%, var(--hairline));
}

.funding-company--nuance li:first-child {
  border-color: color-mix(in srgb, var(--orange) 52%, var(--hairline));
}

.suite-replay,
.clinical-composite figure {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.suite-replay {
  width: 100%;
  height: 100%;
}

.suite-replay__signal {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--page);
}

.suite-replay__wave {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.suite-replay__wave--blue {
  z-index: 1;
  filter: var(--signal-blue-treatment);
}

.suite-replay__wave--orange {
  z-index: 2;
  filter: var(--signal-orange-treatment);
}

.suite-replay__wave--stress {
  z-index: 3;
  opacity: 0.96;
  filter: drop-shadow(0 0 0.65px var(--stress-glow));
}

.suite-replay__wave--health {
  z-index: 4;
  filter: brightness(1.16) saturate(1.12);
  opacity: 0.9;
}

.suite-replay__stress {
  position: absolute;
  z-index: 8;
  top: 7%;
  display: flex;
  gap: 0.42rem;
  padding: 0.35rem 0.45rem;
  border-block: 1px solid var(--hairline);
  background: color-mix(in srgb, var(--page) 92%, transparent);
  color: var(--ink);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.46rem, 0.58vw, 0.64rem);
  font-weight: 620;
  letter-spacing: 0.08em;
  line-height: 1;
  transform: translateX(-50%);
}

.suite-replay__stress::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: clamp(3.6rem, 7vw, 7rem);
  height: clamp(5.5rem, 13vh, 9rem);
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--stress-red) 78%, transparent));
  clip-path: polygon(0 0, 100% 0, 52% 100%, 48% 100%);
  content: "";
  transform: translateX(-50%);
}

.suite-replay__stress code {
  color: var(--stress-red);
  font: inherit;
  letter-spacing: 0.04em;
}

.suite-replay__stress--guidance {
  left: 28%;
}

.suite-replay__stress--confidence {
  left: 41%;
}

.suite-replay__lens {
  position: absolute;
  z-index: 10;
  top: 52%;
  left: 69%;
  width: clamp(10rem, 16vw, 16rem);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--lens-border);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 24%, var(--lens-highlight) 0, transparent 18%),
    radial-gradient(circle at 50% 52%, transparent 54%, var(--lens-tint) 78%, var(--lens-depth) 100%),
    linear-gradient(135deg, var(--lens-surface), transparent 45%, var(--lens-tint));
  box-shadow:
    inset 0 0 0 1px var(--lens-highlight),
    inset 0 0 2.2rem var(--lens-tint);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(0.5px) brightness(1.04) saturate(1.14);
  -webkit-backdrop-filter: blur(0.5px) brightness(1.04) saturate(1.14);
}

.suite-replay__lens::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle, transparent 0 31%, var(--lens-grid) 31.25%, transparent 31.7% 61%, var(--lens-grid) 61.25%, transparent 61.7%),
    linear-gradient(90deg, transparent calc(50% - 0.5px), var(--lens-grid) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(0deg, transparent calc(50% - 0.5px), var(--lens-grid) 50%, transparent calc(50% + 0.5px));
  content: "";
  pointer-events: none;
}

.suite-replay__lens-wave {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}

.suite-replay__lens-wave img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 285%;
  max-width: none;
  height: auto;
  filter: var(--signal-blue-treatment);
  transform: translate(-61%, -50%);
}

.suite-replay__lens-wave img + img {
  filter: var(--signal-orange-treatment);
}

.suite-replay__instrument {
  position: absolute;
  z-index: 4;
  top: 15%;
  right: 10%;
  bottom: 15%;
  left: 17%;
  display: grid;
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.suite-replay__instrument span {
  border-top: 0.75px solid var(--instrument-ink);
  color: var(--instrument-label);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: clamp(0.42rem, 0.5vw, 0.54rem);
  font-weight: 680;
  line-height: 1;
}

.suite-replay__readout {
  position: absolute;
  z-index: 5;
  right: 13%;
  bottom: 13%;
  left: 13%;
  display: grid;
  gap: 0.25rem;
  padding: 0.48rem 0.55rem;
  border-block: 1px solid var(--lens-grid);
  background: var(--lens-panel);
  color: var(--ink);
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
}

.suite-replay__readout span {
  color: var(--muted);
  font-size: clamp(0.36rem, 0.44vw, 0.46rem);
  font-weight: 650;
  letter-spacing: 0.1em;
}

.suite-replay__readout strong,
.suite-replay__readout code {
  font-size: clamp(0.42rem, 0.52vw, 0.56rem);
  font-weight: 650;
}

.suite-replay__readout strong {
  color: var(--stress-red);
}

.suite-replay figcaption,
.clinical-composite figcaption,
.veil-scene--editorial > figcaption {
  display: grid;
  gap: 0.3rem;
  padding: 0.72rem 0.82rem;
  border-top: 1px solid var(--hairline);
  background: var(--page-raised);
  color: var(--ink);
}

.suite-replay figcaption strong,
.clinical-composite figcaption strong,
.veil-scene--editorial > figcaption {
  font-size: clamp(0.55rem, 0.7vw, 0.72rem);
  font-weight: 650;
  letter-spacing: 0.16em;
  line-height: 1;
}

.suite-replay figcaption span,
.clinical-composite figcaption span {
  color: var(--muted);
  font-size: clamp(0.43rem, 0.54vw, 0.56rem);
  font-weight: 620;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.clinical-composite {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(0.5rem, 1vw, 1rem);
}

.clinical-composite__device-stage,
.clinical-composite__ecg-stage {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #f3f2ee;
}

.clinical-composite__label {
  position: absolute;
  z-index: 5;
  top: 0.75rem;
  left: 0.8rem;
  padding: 0.3rem 0.42rem;
  border-left: 1px solid #111416;
  background: rgba(243, 242, 238, 0.9);
  color: #111416;
  font-size: clamp(0.4rem, 0.5vw, 0.52rem);
  font-weight: 650;
  letter-spacing: 0.11em;
  line-height: 1.2;
}

.clinical-composite__alexa,
.clinical-composite__echo-dot {
  position: absolute;
  z-index: 2;
  display: block;
  height: auto;
  filter: none;
}

.clinical-composite__alexa {
  bottom: 0;
  left: 8%;
  width: min(37%, 12rem);
}

.clinical-composite__echo-dot {
  right: 3%;
  bottom: 4%;
  width: min(56%, 17rem);
}

.clinical-composite__path {
  position: absolute;
  z-index: 4;
  right: 0.8rem;
  bottom: 0.75rem;
  left: 0.8rem;
  display: grid;
  grid-template-columns: auto minmax(1rem, 1fr) auto;
  gap: 0.45rem;
  align-items: center;
  color: #111416;
  font-size: clamp(0.34rem, 0.44vw, 0.46rem);
  font-weight: 650;
  letter-spacing: 0.1em;
  line-height: 1;
}

.clinical-composite__path i {
  height: 1px;
  background: linear-gradient(90deg, #00b7c6, #ff7a00);
}

.clinical-composite__ecg-stage > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.veil-scene--editorial {
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.veil-scene--editorial > img {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2.3rem;
  padding-bottom: 2.35rem;
  object-fit: cover;
}

.veil-scene--call-center > img {
  object-position: 50% 50%;
}

.veil-scene--avatar > img {
  object-position: 50% 43%;
}

.veil-scene--editorial > figcaption {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  border-top: 0;
  border-bottom: 1px solid var(--hairline);
  text-align: center;
}

.veil-scene--editorial .veil-disclosure {
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2.35rem;
  padding: 0.85rem 0.8rem 0;
  border-top: 1px solid var(--hairline);
  background: var(--page-raised);
  text-align: right;
}

.science {
  min-height: 125svh;
}

.science-columns {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: end;
  margin-bottom: clamp(4rem, 10vh, 8rem);
}

.science-columns article {
  position: relative;
  min-height: 22rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.science-columns article + article {
  border-left: 1px solid var(--hairline);
}

.science-columns__label {
  color: var(--muted);
}

.science-columns p {
  max-width: 34rem;
  margin: clamp(6rem, 15vh, 10rem) 0 0;
  font-size: clamp(1.65rem, 2.7vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.safe-harbor {
  min-height: 120svh;
}

.safe-harbor blockquote {
  grid-column: 2;
  align-self: end;
  margin: 0 0 clamp(4rem, 10vh, 8rem);
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid var(--hairline);
  background: var(--shade);
  font-size: clamp(1.4rem, 2.6vw, 2.65rem);
  font-weight: 410;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.agents {
  min-height: 150svh;
}

.agent-letter {
  grid-column: 2;
  align-self: end;
  margin-bottom: clamp(4rem, 10vh, 8rem);
  border: 1px solid var(--hairline);
  background: var(--page-raised);
}

.agent-letter header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--hairline);
  color: var(--muted);
}

.agent-letter dl {
  margin: 0;
}

.agent-letter dl > div {
  display: grid;
  grid-template-columns: minmax(10rem, 0.9fr) minmax(0, 3.1fr);
  border-bottom: 1px solid var(--hairline);
}

.agent-letter dl > div:last-child {
  border-bottom: 0;
}

.agent-letter dt,
.agent-letter dd {
  margin: 0;
  padding: 1.25rem;
}

.agent-letter dt {
  border-right: 1px solid var(--hairline);
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agent-letter dd {
  max-width: 64rem;
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  line-height: 1.45;
}

.agent-letter dd a {
  display: inline-block;
  margin-right: 1.25rem;
  text-underline-offset: 0.22em;
}

.close {
  min-height: 100svh;
}

.close .section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.close p {
  margin: clamp(2rem, 6vh, 4rem) 0 0;
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-weight: 560;
  letter-spacing: -0.04em;
}

footer {
  display: flex;
  min-height: 7rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem var(--gutter);
  border-top: 1px solid var(--hairline);
  color: var(--muted);
}

/*
 * Section 01 keeps each authored hero sentence on one line at desktop sizes.
 * Cap the longer beats by viewport width so ordinary 16:10 and 4:3 fullscreen
 * windows do not inherit a headline size that only fits an ultrawide canvas.
 */
@media (min-width: 50.0625rem) {
  .story-beat[data-beat="1"] h2 {
    font-size: min(var(--opening-hero-size), 5.55vw);
  }

  .story-beat[data-beat="2"] .story-beat__sequence {
    font-size: min(var(--opening-hero-size), 5.65vw) !important;
  }

  .story-beat[data-beat="3"] .story-beat__sequence {
    font-size: min(var(--opening-hero-size), 4.65vw) !important;
  }
}

/*
 * Section 01 needs its height-capped composition from ordinary 16:9 onward.
 * A window just below the site's 2:1 ultrawide breakpoint otherwise lets the
 * width-scaled hero and waveform grow into the A/B/C control row. Keep this
 * rule local so later sections retain their authored ultrawide breakpoint.
 */
@media (min-width: 75rem) and (min-aspect-ratio: 16 / 9) {
  .scroll-story {
    --opening-hero-size: clamp(3.5rem, 4.35vw, 5rem);
  }

  .story-sticky {
    padding-top: clamp(4.5rem, 8vh, 6.5rem);
  }

  .signal-figure {
    bottom: clamp(5rem, 10vh, 7rem);
    height: clamp(17rem, 44vh, 22.5rem);
    aspect-ratio: auto;
  }

  .stress-annotations {
    clip-path: inset(-16% var(--filter-clip) 0 0);
  }

  .stress-annotation__label {
    top: -8%;
  }

  .stress-annotation::after {
    top: calc(-8% + 1.5rem);
  }

  .signal-layer,
  .health-cycle__marker {
    object-fit: cover;
  }

  .signal-lens {
    width: clamp(15rem, 42vh, 19rem);
  }
}

@media (min-width: 75rem) and (min-aspect-ratio: 2 / 1) {
  .scroll-story {
    --opening-hero-size: clamp(3.5rem, 4.35vw, 5rem);
  }

  .story-copy,
  .history-beat,
  .veil-beat {
    width: calc(100vw - (2 * var(--gutter)));
    max-width: none;
  }

  .story-sticky {
    padding-top: clamp(4.5rem, 8vh, 6.5rem);
  }

  .story-beat h1,
  .story-beat h2 {
    font-size: var(--opening-hero-size);
  }

  .story-beat--wide h2 {
    font-size: var(--opening-hero-size);
  }

  .story-beat__subline {
    margin-top: clamp(0.9rem, 2.2vh, 1.35rem);
  }

  .story-beat__subline--evidence {
    font-size: clamp(1.35rem, 1.8vw, 2.2rem);
  }

  .health-condition-list {
    gap: 0.65rem clamp(1rem, 2vw, 2.25rem);
    margin-top: clamp(0.8rem, 2vh, 1.2rem);
  }

  .signal-figure {
    bottom: clamp(5rem, 10vh, 7rem);
    height: clamp(17rem, 44vh, 22.5rem);
    aspect-ratio: auto;
  }

  .stress-annotations {
    clip-path: inset(-16% var(--filter-clip) 0 0);
  }

  .stress-annotation__label {
    top: -8%;
  }

  .stress-annotation::after {
    top: calc(-8% + 1.5rem);
  }

  .signal-layer,
  .health-cycle__marker {
    object-fit: cover;
  }

  .signal-lens {
    width: clamp(15rem, 42vh, 19rem);
  }

  .history-copy {
    top: clamp(5.75rem, 9vh, 7rem);
  }

  .history-beat h2 {
    font-size: clamp(3.25rem, 4.25vw, 5.25rem);
  }

  .history-visuals {
    top: 39vh;
    bottom: clamp(2.5rem, 7vh, 4.5rem);
  }

  .history-scene--hardware:not(.history-scene--laptop) > img {
    object-fit: contain;
  }

  .veil-copy {
    top: clamp(5.75rem, 9vh, 7rem);
  }

  .veil-beat h2 {
    font-size: clamp(3.15rem, 4.25vw, 5.15rem);
  }

  .veil-scene--ceo,
  .veil-scene--nlp,
  .veil-scene--logos,
  .veil-scene--funding,
  .veil-scene--signal-suite,
  .veil-scene--clinical,
  .veil-scene--editorial {
    top: 39vh;
    bottom: clamp(2.5rem, 7vh, 4.5rem);
  }

  .veil-scene--call-center {
    top: 31vh;
    bottom: clamp(2rem, 4vh, 3rem);
  }

  .veil-scene--funding {
    top: 31vh;
    bottom: clamp(2rem, 4vh, 3rem);
  }

  .veil-scene--ceo img {
    object-position: 50% 60%;
  }

  .veil-scene--ceo {
    right: auto;
    bottom: calc(var(--header-height) + clamp(2.5rem, 7vh, 4.5rem));
    left: 50%;
    width: min(calc(100% - (2 * var(--gutter))), 72rem);
    background: var(--page);
    transform: translateX(-50%) translateY(var(--veil-shift, 0));
  }

  .veil-scene--ceo img {
    height: calc(100% - clamp(2.75rem, 6vh, 4rem));
    background: #030b47;
  }
}

@media (min-width: 75rem) and (min-aspect-ratio: 2 / 1) and (max-height: 48rem) {
  .history-visuals {
    top: 33vh;
    bottom: calc(var(--header-height) + clamp(1rem, 3vh, 1.75rem));
  }

  .word-cloud__cluster span {
    transform: translate(-50%, -50%) rotate(var(--r, 0deg)) scale(0.68);
  }

  .word-cloud__cluster .word-cloud__vertical--reverse {
    transform: translate(-50%, -50%) rotate(180deg) scale(0.68);
  }
}

@media (max-width: 800px) and (hover: none), (max-width: 800px) and (pointer: coarse) {
  :root {
    --gutter: 1rem;
    --header-height: 3.8rem;
  }

  body::before {
    display: none;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) 8.625rem;
    padding: 0;
  }

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

  .site-logo {
    width: 6.9rem;
    height: 2.3rem;
  }

  .section-nav {
    grid-auto-columns: 9.25rem;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .section-nav__menu {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    width: 100vw;
  }

  .section-nav:has(.section-nav__group[open]) {
    overflow: visible;
  }

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

  .section-nav a {
    padding: 0.5rem 0.65rem;
  }

  .section-nav span {
    font-size: 0.4rem;
  }

  .section-nav strong {
    font-size: 0.52rem;
  }

  .scroll-story {
    --opening-hero-size: clamp(2.2rem, 6.35vw, 3.3rem);
    height: 175svh;
    min-height: 56rem;
  }

  .story-sticky {
    min-height: min(38rem, 100svh);
    padding-top: 5.5rem;
    background: var(--page);
  }

  .story-copy {
    min-height: 24rem;
    padding-right: 3.25rem;
  }

  .story-beat {
    width: calc(100% - 3.25rem);
  }

  .section-progress {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 2.75rem;
    height: 54vh;
  }

  .section-progress__track {
    height: 100%;
  }

  .section-progress__chit {
    top: calc(var(--section-one-progress) * (100% - 2.5rem));
    width: 0.44rem;
    height: 2.5rem;
  }

  .story-beat h1,
  .story-beat h2 {
    font-size: var(--opening-hero-size);
    white-space: normal;
  }

  .section-content h2,
  .close h2 {
    font-size: clamp(2.8rem, 13.4vw, 4.8rem);
  }

  .story-beat--wide h2 {
    font-size: var(--opening-hero-size);
  }

  .story-beat[data-beat="3"] h2 {
    max-width: calc(100% - 3.75rem);
    font-size: var(--opening-hero-size);
  }

  .story-beat__progressive-row {
    flex-wrap: wrap;
    font-size: inherit;
    white-space: normal;
  }

  .story-beat__progressive-consequence {
    max-width: calc(100% - 2.8rem);
    margin-top: 0;
    font-size: inherit;
    white-space: normal;
  }

  .story-beat__sequence {
    max-width: calc(100% - 3.4rem) !important;
    font-size: var(--opening-hero-size) !important;
    line-height: 0.96 !important;
  }

  .story-beat__sequence-line--closing-three {
    top: clamp(16rem, 40vh, 21rem);
  }

  .health-condition-list {
    gap: 0.65rem 0.55rem;
    margin-top: 1.35rem;
  }

  .health-condition {
    padding-left: 0.5rem;
    font-size: 0.82rem;
  }

  .signal-figure {
    --signal-display-width: 175vw;
    --analysis-lens-x: 67%;
    --analysis-lens-source-x: -67%;
    left: 50%;
    bottom: calc(var(--viewport-footer-rail-height) + var(--viewport-footer-art-gap));
    width: 175vw;
    transform: translateX(-50%);
  }

  .opening-scroll-cue {
    top: auto;
    right: 2.5rem;
    bottom: calc((var(--viewport-footer-rail-height) - 1.75rem) / 2);
  }

  .signal-lens {
    width: clamp(13rem, 54vw, 15rem);
  }

  html[data-executive-suite="true"] .signal-lens {
    left: var(--analysis-lens-x);
  }

  .analysis-action__cue {
    top: -4.25rem;
    width: min(30vw, 8.4rem);
    grid-template-columns: 1.6rem minmax(0, 1fr);
    gap: 0.36rem;
    padding: 0.34rem 1.35rem 0.34rem 0.34rem;
  }

  .analysis-action__cue::after {
    right: 0.4rem;
  }

  .analysis-action__index {
    width: 1.6rem;
  }

  .analysis-action__copy > strong {
    font-size: 0.46rem;
  }

  .analysis-action--lens .analysis-action__target {
    left: var(--analysis-lens-x);
    width: clamp(13rem, 54vw, 15rem);
  }

  .analysis-action--stress .analysis-action__target {
    width: 15rem;
  }

  .analysis-action--health .analysis-action__target {
    left: var(--analysis-health-x);
    width: 15rem;
  }

  .analysis-action--stress .analysis-action__cue {
    left: 32%;
  }

  .analysis-action--health .analysis-action__cue {
    left: var(--analysis-health-x);
  }

  .analysis-action--lens .analysis-action__cue {
    left: var(--analysis-lens-x);
  }

  .detail-grid,
  .detail-grid--conditions,
  .detail-deception-grid,
  .detail-issuer-grid,
  .detail-stat-grid {
    grid-template-columns: 1fr;
  }

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

  .detail-pipeline li,
  .detail-pipeline li:last-child {
    border-right: 1px solid var(--hairline);
    border-bottom: 0;
  }

  .detail-pipeline li:last-child {
    border-bottom: 1px solid var(--hairline);
  }

  .signal-readout__line {
    font-size: 0.48rem;
  }

  .stress-annotation__label {
    top: 18%;
    grid-template-columns: 1fr;
    gap: 0.22rem;
    padding: 0.34rem;
    font-size: 0.54rem;
  }

  .stress-annotation::after {
    top: calc(18% + 2rem);
  }

  .health-cycle {
    --health-label-offset: 3.25rem;
  }

  .health-cycle--ptsd {
    --health-label-offset: -3.25rem;
  }

  .section-grid {
    grid-template-columns: 2rem minmax(0, 1fr);
    min-height: auto;
    background: var(--page);
  }

  .section-number {
    padding-top: 2rem;
  }

  .section-content {
    padding: 5rem 0;
  }

  .section-content h2 {
    font-size: clamp(2.75rem, 13vw, 4.5rem);
  }

  .science,
  .safe-harbor,
  .agents,
  .faq {
    min-height: auto;
  }

  .history-story {
    height: 1388svh;
  }

  .history-sticky {
    min-height: min(38rem, 100svh);
    background: var(--page);
  }

  .history-section-number {
    top: 1.35rem;
  }

  .history-copy {
    top: 5.6rem;
    min-height: 12rem;
  }

  .history-beat .eyebrow {
    margin-bottom: 0.85rem;
  }

  .history-beat h2 {
    font-size: clamp(2.55rem, 11.2vw, 4.2rem);
    line-height: 0.96;
  }

  .history-beat:last-child h2 {
    font-size: clamp(2.25rem, 9.4vw, 3.45rem);
  }

  .history-beat:last-child h2 span {
    white-space: normal;
  }

  .history-visuals {
    top: clamp(17rem, 42vh, 21rem);
    right: 1rem;
    bottom: 1.25rem;
    left: 1rem;
  }

  .history-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .history-timeline::before {
    display: none;
  }

  .history-timeline__milestone {
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0.45rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--hairline);
  }

  .history-timeline__milestone::before {
    top: -0.24rem;
    width: 0.42rem;
  }

  .history-timeline__milestone time {
    font-size: 0.58rem;
  }

  .history-timeline__card figcaption {
    padding: 0.48rem 0.52rem;
    font-size: 0.43rem;
  }

  .history-timeline__praat-feature {
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 0.22rem;
    padding: 0.32rem;
  }

  .history-timeline__praat-portraits {
    gap: 0.2rem;
  }

  .history-timeline__praat-copy {
    display: grid;
    gap: 0.08rem;
    white-space: normal;
  }

  .history-timeline__praat-copy strong {
    font-size: 0.65rem;
  }

  .history-timeline__praat-copy span {
    font-size: 0.31rem;
  }

  .history-timeline__praat-institution {
    padding: 0;
  }

  .history-timeline__portrait-frame > span {
    padding: 0.22rem 0.24rem 0.2rem;
    font-size: 0.32rem;
  }

  .history-scene > figcaption {
    padding: 0.58rem 0.62rem 0.55rem;
    font-size: 0.55rem;
  }

  .history-scene--hardware:not(.history-scene--laptop) > img {
    object-fit: contain;
  }

  .history-collage {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(10, minmax(0, 1fr));
    gap: 0.3rem;
  }

  .history-collage__ui--legacy {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
  }

  .history-collage__ui--analysis {
    grid-column: 4 / 7;
    grid-row: 1 / 3;
  }

  .history-collage__ui--sound {
    grid-column: 1 / 7;
    grid-row: 3 / 6;
  }

  .history-collage__credit {
    grid-column: 1 / 7;
    grid-row: 6 / 9;
    gap: 0.45rem;
    padding: 0.85rem;
  }

  .history-collage__institution {
    display: flex;
    grid-column: 1 / 7;
    grid-row: 9 / 11;
  }

  .history-collage figcaption {
    min-height: 1.9rem;
    padding: 0.45rem 0.5rem;
    font-size: 0.43rem;
  }

  .history-collage__credit p {
    margin-bottom: 0.15rem;
    font-size: 0.42rem;
  }

  .history-collage__credit strong {
    font-size: clamp(0.9rem, 5vw, 1.3rem);
  }

  .history-scene--dragon,
  .history-scene--dragon-back,
  .history-scene--assistants {
    width: 100%;
  }

  .history-scene--dragon > img {
    padding: 2.3rem 1.5rem 1rem;
  }

  .history-gpu {
    right: auto;
    bottom: 0.75rem;
    left: 50%;
    width: clamp(9.5rem, 46vw, 13.5rem);
    transform: translateX(-50%);
  }

  .history-gpu span {
    font-size: 0.42rem;
  }

  .veil-story {
    height: 2112svh;
  }

  .veil-sticky {
    min-height: min(38rem, 100svh);
  }

  .veil-section-number {
    top: 4.8rem;
  }

  .veil-copy {
    top: 5.6rem;
    min-height: 12rem;
  }

  .veil-beat .eyebrow {
    max-width: calc(100% - 3.5rem);
    margin-bottom: 0.85rem;
    font-size: 0.52rem;
    line-height: 1.25;
  }

  .veil-beat h2 {
    font-size: clamp(2.45rem, 11vw, 4rem);
    line-height: 0.96;
  }

  .veil-beat--closing h2 span {
    display: inline;
  }

  .veil-scene--ceo img {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .veil-scene--ceo figcaption {
    right: 0;
    bottom: auto;
    font-size: 0.48rem;
  }

  .veil-scene--ceo,
  .veil-scene--nlp,
  .veil-scene--logos,
  .veil-scene--funding,
  .veil-scene--signal-suite,
  .veil-scene--clinical,
  .veil-scene--editorial {
    top: clamp(17.5rem, 39vh, 21rem);
    right: 1rem;
    bottom: 1.35rem;
    left: 1rem;
  }

  .veil-scene--ceo img {
    padding-top: 1.8rem;
  }

  .veil-scene--ceo figcaption,
  .veil-scene--editorial > figcaption {
    padding: 0.58rem 0.62rem 0.55rem;
    font-size: 0.5rem;
  }

  .nlp-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(7, minmax(0, 1fr));
    gap: 0.3rem;
  }

  .nlp-panel header {
    grid-template-columns: auto 1fr;
    gap: 0.4rem;
    padding: 0.48rem 0.52rem;
    font-size: 0.4rem;
  }

  .nlp-panel header small {
    display: none;
  }

  .nlp-panel--word-cloud {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .nlp-panel--frequency {
    grid-column: 1;
    grid-row: 3 / 8;
  }

  .nlp-panel--media {
    grid-column: 2;
    grid-row: 3 / 8;
  }

  .word-cloud {
    height: calc(100% - 1.65rem);
    padding: 0.2rem;
  }

  .word-cloud__cluster {
    width: 94%;
    height: 96%;
  }

  .frequency-chart,
  .media-signal {
    height: calc(100% - 1.65rem);
  }

  .frequency-chart {
    gap: 0.14rem;
    padding: 0.4rem;
  }

  .frequency-chart > div {
    grid-template-columns: 3.15rem 1fr 0.7rem;
    gap: 0.2rem;
    font-size: 0.34rem;
  }

  .frequency-chart i {
    height: 0.34rem;
  }

  .media-signal {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .media-signal__score {
    grid-template-columns: 1fr auto;
    gap: 0.2rem 0.5rem;
    align-items: center;
    padding: 0.45rem;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .media-signal__score span,
  .media-signal__score small {
    font-size: 0.32rem;
  }

  .media-signal__score strong {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
    font-size: 1.55rem;
  }

  .media-signal__plot {
    padding: 0.4rem 0.45rem 1.1rem;
  }

  .media-signal__legend {
    right: 0.45rem;
    bottom: 0.3rem;
    left: 0.45rem;
    flex-direction: column;
    gap: 0.08rem;
    font-size: 0.28rem;
  }

  .veil-disclosure {
    bottom: -1rem;
    font-size: 0.36rem;
    letter-spacing: 0.08em;
  }

  .voice-logo-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 0.3rem;
  }

  .voice-logo-card__mark img {
    padding: 0.5rem;
  }

  .voice-logo-card figcaption {
    padding: 0.4rem 0.45rem;
    font-size: 0.34rem;
  }

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

  .funding-headlines__header {
    padding: 0.44rem 0.5rem;
    font-size: 0.3rem;
  }

  .funding-company {
    padding: 0.38rem;
    border-bottom: 1px solid var(--hairline);
  }

  .funding-company--deepgram {
    grid-column: 1;
    grid-row: 2;
  }

  .funding-company--elevenlabs {
    grid-column: 2;
    grid-row: 2;
  }

  .funding-company--hume {
    grid-column: 1;
    grid-row: 3;
  }

  .funding-company--markets-eq {
    grid-column: 2;
    grid-row: 3;
  }

  .funding-company--nuance {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .funding-company h3 {
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.4rem;
  }

  .funding-company ol {
    gap: 0.18rem;
  }

  .funding-company li {
    grid-template-columns: 2.3rem minmax(0, 1fr);
    gap: 0.22rem;
    align-items: center;
    padding: 0.24rem;
  }

  .funding-company time {
    font-size: 0.28rem;
  }

  .funding-company li > span {
    font-size: 0.36rem;
  }

  .funding-company li strong {
    font-size: 1.25em;
  }

  .suite-replay figcaption,
  .clinical-composite figcaption {
    gap: 0.2rem;
    padding: 0.5rem;
  }

  .suite-replay figcaption strong,
  .clinical-composite figcaption strong {
    font-size: 0.46rem;
  }

  .suite-replay figcaption span,
  .clinical-composite figcaption span {
    font-size: 0.34rem;
  }

  .suite-replay__stress {
    gap: 0.18rem;
    padding: 0.28rem 0.3rem;
    font-size: 0.34rem;
  }

  .suite-replay__stress::after {
    width: 3.25rem;
    height: 5rem;
  }

  .suite-replay__stress--guidance {
    left: 25%;
  }

  .suite-replay__stress--confidence {
    left: 45%;
  }

  .suite-replay__lens {
    left: 73%;
    width: clamp(7.5rem, 35vw, 10rem);
  }

  .suite-replay__readout {
    gap: 0.12rem;
    padding: 0.3rem 0.35rem;
  }

  .suite-replay__readout span {
    font-size: 0.27rem;
  }

  .suite-replay__readout strong,
  .suite-replay__readout code,
  .suite-replay__instrument span {
    font-size: 0.3rem;
  }

  .clinical-composite {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0.3rem;
  }

  .clinical-composite__label {
    top: 0.4rem;
    left: 0.45rem;
    max-width: calc(100% - 0.9rem);
    padding: 0.22rem 0.28rem;
    font-size: 0.3rem;
  }

  .clinical-composite__alexa {
    left: 5%;
    width: 39%;
  }

  .clinical-composite__echo-dot {
    right: 1%;
    bottom: 7%;
    width: 59%;
  }

  .clinical-composite__path {
    right: 0.4rem;
    bottom: 0.45rem;
    left: 0.4rem;
    gap: 0.22rem;
    font-size: 0.27rem;
  }

  .veil-scene--editorial > img {
    padding-top: 1.8rem;
    padding-bottom: 2rem;
  }

  .veil-scene--editorial .veil-disclosure {
    height: 2rem;
    padding: 0.72rem 0.5rem 0;
    font-size: 0.32rem;
  }

  .science-columns {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .science-columns article + article {
    border-top: 0;
    border-left: 0;
  }

  .safe-harbor blockquote,
  .agent-letter {
    margin-bottom: 4rem;
  }

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

  .agent-letter dl > div {
    grid-template-columns: 1fr;
  }

  .agent-letter dt {
    border-right: 0;
    border-bottom: 1px solid var(--hairline-soft);
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .opening-scroll-cue {
    display: none;
    animation: none;
  }

  .scroll-story {
    height: auto;
    min-height: auto;
  }

  .story-sticky {
    position: relative;
    height: auto;
    min-height: 100svh;
  }

  .story-beat {
    position: relative;
    display: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .story-beat:first-child {
    display: block;
  }

  .signal-layer--blue {
    display: block;
  }

  .signal-layer--stress,
  .signal-layer--orange-full,
  .signal-probes,
  .signal-lens,
  .stress-annotations,
  .health-cycles {
    display: none;
  }

  .signal-probe,
  .signal-readout__line {
    animation: none;
  }

  .history-story {
    height: auto;
  }

  .history-sticky {
    position: relative;
    height: auto;
    min-height: 100svh;
  }

  .history-stage {
    min-height: 100svh;
  }

  .history-beat,
  .history-scene {
    transition: none;
  }

  .veil-story {
    height: auto;
  }

  .veil-sticky {
    position: relative;
    height: auto;
    min-height: 100svh;
  }

  .veil-stage {
    min-height: 100svh;
  }

  .veil-beat:not(:first-child),
  .veil-scene:not(:first-child) {
    display: none;
  }

  .veil-beat:first-child,
  .veil-scene:first-child {
    opacity: 1;
    transform: none;
  }
}
