/* Final act: an editorial record that gradually reveals the system beneath care. */
:root {
  --report-bg: #000201;
  --report-ink: #f1eee6;
  --report-ink-soft: rgba(241, 238, 230, 0.78);
  --report-system: #8e9f95;
  --report-system-soft: rgba(142, 159, 149, 0.62);
  --report-line: rgba(142, 159, 149, 0.2);
  --report-line-strong: rgba(142, 159, 149, 0.34);
  --report-serif: Baskerville, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --report-sans: "Avenir Next", Avenir, Optima, "Trebuchet MS", sans-serif;
  --report-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --report-width: 1680px;
  --report-gutter: clamp(24px, 4.2vw, 76px);
  --report-value-inset: clamp(20px, 2.4vw, 42px);
  /* A compact 4px-based rhythm keeps the three long report pages related. */
  --report-section-space-tight: clamp(64px, 7vw, 112px);
  --report-section-space: clamp(96px, 10vw, 160px);
  --report-section-space-major: clamp(112px, 12vw, 192px);
}

/* Shared accessibility helper retained outside the report. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* The landing control uses the same quiet liquid-glass language as report paging. */
#start.specular-button {
  --sb-tint-opacity: 0.038;
  --sb-blur: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(ellipse at 28% 9%, rgba(255, 255, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 76% 91%, rgba(144, 166, 157, 0.08), transparent 46%),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.25),
    inset 0 -1px 1px rgba(255, 255, 255, 0.045),
    0 16px 44px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(22px) saturate(132%) contrast(112%);
  -webkit-backdrop-filter: blur(22px) saturate(132%) contrast(112%);
}

#start.specular-button::before {
  opacity: 0.78;
  background:
    linear-gradient(
      118deg,
      rgba(255, 255, 255, 0.19),
      transparent 23% 68%,
      rgba(167, 199, 186, 0.08)
    );
}

/* Report shell */
.interaction-report {
  position: fixed;
  z-index: 12;
  inset: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  visibility: hidden;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(73, 95, 83, 0.07), transparent 32%),
    radial-gradient(circle at 76% 68%, rgba(89, 76, 54, 0.045), transparent 28%),
    var(--report-bg);
  color: var(--report-ink);
  font-family: var(--report-sans);
  scrollbar-color: rgba(142, 159, 149, 0.42) transparent;
  scrollbar-width: thin;
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 900ms;
}

.interaction-report.is-active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.interaction-report::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 16% 84%, rgba(0, 0, 0, 0.2)),
    radial-gradient(ellipse at 50% 48%, transparent 40%, rgba(0, 0, 0, 0.4) 100%);
}

.report-stars {
  position: fixed;
  z-index: 0;
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(196, 214, 203, 0.5) 0 0.8px, transparent 1px),
    radial-gradient(circle, rgba(211, 201, 177, 0.34) 0 0.7px, transparent 1px);
  background-position: 17px 23px, 71px 49px;
  background-size: 118px 118px, 173px 173px;
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.82), transparent 92%);
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.82), transparent 92%);
}

.report-pointer-light {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  opacity: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(161, 184, 169, 0.075) 0,
    rgba(105, 132, 116, 0.035) 35%,
    transparent 72%
  );
  filter: blur(8px);
  will-change: transform, opacity;
}

.report-chrome,
.report-page {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(100%, var(--report-width));
  margin-inline: auto;
  padding-inline: var(--report-gutter);
}

.report-chrome {
  position: sticky;
  z-index: 8;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 1px solid rgba(142, 159, 149, 0.12);
  background: linear-gradient(180deg, rgba(0, 2, 1, 0.94), rgba(0, 2, 1, 0.74));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.report-wordmark {
  margin: 0;
  color: var(--report-ink);
  font: 500 13px/1 var(--report-sans);
  letter-spacing: 0.08em;
}

.report-page-indicator,
.report-title,
.report-measure-head,
.report-comparison-head,
.report-section-note,
.report-capture figcaption,
.report-final-state__label,
.report-measure dt,
.report-measure > p:not(.report-measure__emotion),
.report-core-record dt,
.report-attempt__index,
.report-attempt__metric dt,
.report-timeline__heading,
.report-timeline__time,
.report-timeline__detail,
.report-loss-measure dt,
.mechanism-correspondence__head,
.mechanism-rules__list,
.report-survey__caption {
  font-family: var(--report-mono);
}

.report-page-indicator,
.report-title {
  margin: 0;
  color: var(--report-system);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.report-page {
  min-height: 100%;
  padding-top: clamp(88px, 10vh, 144px);
  padding-bottom: clamp(144px, 18vh, 240px);
}

.report-page[hidden] {
  display: none !important;
}

.report-page.is-current {
  animation: report-page-enter 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes report-page-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Shared editorial hierarchy */
.report-reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1);
}

.report-reveal-on-scroll.is-scroll-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(40px, 5vw, 80px);
  align-items: end;
  min-height: clamp(328px, 45vh, 560px);
  padding-bottom: clamp(64px, 8vw, 112px);
  border-bottom: 1px solid var(--report-line);
}

.report-hero > div {
  min-width: 0;
}

.report-hero h2,
.report-section-heading h3,
.report-final-state__value,
.report-measure__emotion,
.report-measure dd,
.report-core-record dd,
.report-attempt__outcome,
.report-attempt__metric dd,
.report-timeline__label,
.report-loss-insight,
.report-loss-measure dd,
.report-language-pair p,
.mechanism-correspondence__row p,
.mechanism-reflection__copy h3 {
  font-family: var(--report-serif);
  font-weight: 400;
}

.report-hero h2 {
  max-width: none;
  margin: clamp(16px, 3vh, 32px) 0 0;
  color: var(--report-ink);
  font-size: clamp(56px, 6.4vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.report-hero > p {
  max-width: 34ch;
  margin: 0;
  color: var(--report-system);
  font: 500 clamp(13px, 1.05vw, 17px)/1.65 var(--report-mono);
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.report-hero--compact,
.report-hero--mechanism {
  min-height: clamp(280px, 38vh, 460px);
}

.report-hero--compact h2,
.report-hero--mechanism h2 {
  max-width: none;
  font-size: clamp(40px, 3.9vw, 68px);
}

.report-section-heading {
  margin-bottom: clamp(32px, 4vw, 56px);
}

.report-section-heading h3 {
  max-width: 22ch;
  margin: 0;
  color: var(--report-ink);
  font-size: clamp(34px, 4.4vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.report-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.46fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
}

.report-section-note {
  max-width: 46ch;
  margin: 0;
  color: var(--report-system);
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

/* Overview: the final flower and the same session read in two languages. */
.report-composition {
  display: grid;
  grid-template-columns: minmax(340px, 0.86fr) minmax(580px, 1.14fr);
  gap: clamp(56px, 7vw, 128px);
  align-items: start;
  padding-top: var(--report-section-space);
}

.report-capture {
  position: sticky;
  top: 112px;
  margin: 0;
}

.report-capture-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(68vh, 760px);
  overflow: hidden;
  border: 1px solid rgba(142, 159, 149, 0.14);
  background:
    radial-gradient(circle at 50% 48%, rgba(141, 159, 148, 0.085), transparent 48%),
    rgba(3, 7, 5, 0.54);
}

.report-capture-frame::before,
.report-capture-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.report-capture-frame::before {
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 42%);
}

.report-capture-frame::after {
  inset: 16px;
  border: 1px solid rgba(142, 159, 149, 0.09);
}

#report-flower-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(68vh, 760px);
  object-fit: contain;
  opacity: 0;
  filter: saturate(0.82) contrast(1.04);
  transition: opacity 650ms ease;
}

#report-flower-image.has-image {
  opacity: 0.96;
}

#report-capture-fallback {
  position: absolute;
  z-index: 1;
  max-width: 22ch;
  margin: 0;
  color: var(--report-system);
  font: 500 12px/1.7 var(--report-mono);
  letter-spacing: 0.04em;
  text-align: center;
}

#report-flower-image.has-image + #report-capture-fallback {
  display: none;
}

.report-capture figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  color: var(--report-system);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-capture figcaption span:last-child {
  color: var(--report-system-soft);
}

.report-final-state {
  display: grid;
  gap: 9px;
  margin-top: clamp(34px, 4vw, 62px);
  padding-top: 28px;
  border-top: 1px solid var(--report-line);
}

.report-final-state p {
  margin: 0;
}

.report-final-state__label,
.report-final-state__detail {
  color: var(--report-system);
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.report-final-state__label {
  text-transform: uppercase;
}

.report-final-state__value {
  color: var(--report-ink);
  font-size: clamp(38px, 4.6vw, 72px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.report-summary {
  min-width: 0;
}

.report-measure-head,
.report-measure {
  display: grid;
  grid-template-columns: minmax(210px, 1.18fr) minmax(154px, 0.7fr) minmax(170px, 0.56fr);
  column-gap: clamp(20px, 3vw, 54px);
}

.report-measure-head {
  padding: 0 0 16px;
  border-bottom: 1px solid var(--report-line-strong);
  color: var(--report-system);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.report-measure-head span:last-child {
  text-align: right;
}

.report-measures {
  margin: 0;
}

.report-measure {
  --report-row-glow: 0;
  position: relative;
  align-items: center;
  min-height: 164px;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid var(--report-line);
  isolation: isolate;
}

.report-measure__emotion {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
  color: var(--report-ink-soft);
  font-size: clamp(19px, 1.55vw, 27px);
  line-height: 1.32;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.report-measure dt {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: var(--report-system);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.035em;
}

.report-measure dd {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  margin: 0;
  margin-right: var(--report-value-inset);
  color: var(--report-ink);
  font-size: clamp(40px, 4.2vw, 70px);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* The unit stays on one baseline without pushing the value outside its column. */
#report-touch-frequency {
  font-size: clamp(30px, 3.2vw, 54px);
  letter-spacing: -0.055em;
}

.report-measure > p:not(.report-measure__emotion) {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 7px 0 0;
  color: var(--report-system-soft);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.report-core-section {
  margin-top: var(--report-section-space);
}

.report-core-record {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--report-line-strong);
}

.report-core-record > div {
  min-width: 0;
  padding: 26px clamp(16px, 2vw, 34px) 32px 0;
  border-bottom: 1px solid var(--report-line);
}

.report-core-record > div:not(:first-child) {
  padding-left: clamp(16px, 2vw, 34px);
  border-left: 1px solid var(--report-line);
}

.report-core-record dt {
  color: var(--report-system);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.report-core-record dd {
  margin: 22px 0 0;
  color: var(--report-ink);
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

/* Behaviour page */
.report-timeline-section,
.report-loss-comparison {
  margin-top: var(--report-section-space);
}

.report-attempt-section,
.mechanism-rules {
  margin-top: var(--report-section-space-tight);
}

.report-language-section {
  margin-top: var(--report-section-space-major);
}

.report-timelines {
  display: grid;
  gap: clamp(48px, 6vw, 88px);
  width: 100%;
  padding-top: clamp(20px, 2.5vw, 36px);
}

.report-timeline {
  --report-row-glow: 0;
  position: relative;
  min-width: 0;
  padding: 30px 0 8px;
  border-top: 1px solid var(--report-line-strong);
  isolation: isolate;
}

.report-timeline__heading {
  margin: 0 0 28px;
  color: var(--report-system);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-timeline__events {
  display: grid;
  grid-auto-columns: minmax(160px, 1fr);
  grid-auto-flow: column;
  gap: 0;
  margin: 0;
  padding: 0 0 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 24px;
  list-style: none;
}

.report-timeline__events li {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 12px;
  min-height: 112px;
  padding: 24px 12px 0;
  text-align: center;
}

.report-timeline__events li::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid var(--report-system);
  border-radius: 50%;
  background: var(--report-bg);
  transform: translateX(-50%);
}

.report-timeline__events li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-50% + 5px);
  left: calc(50% + 5px);
  height: 1px;
  background: var(--report-line-strong);
}

.report-timeline__label {
  color: var(--report-ink);
  font-size: clamp(19px, 1.6vw, 27px);
  line-height: 1.2;
  white-space: nowrap;
}

.report-timeline__time,
.report-timeline__detail {
  color: var(--report-system);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.025em;
  font-variant-numeric: tabular-nums;
}

.report-timeline__detail::before {
  content: "/ ";
}

.report-attempts {
  display: grid;
  gap: clamp(56px, 7vw, 96px);
}

.report-attempt {
  border-top: 1px solid var(--report-line-strong);
}

.report-attempt__identity {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 0 28px;
}

.report-attempt__index,
.report-attempt__outcome {
  margin: 0;
}

.report-attempt__index {
  color: var(--report-system);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-attempt__outcome {
  color: var(--report-ink);
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1;
}

.report-attempt__outcome[data-outcome="died"] {
  color: rgba(190, 175, 156, 0.72);
}

.report-attempt__metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--report-line);
}

.report-attempt__metric {
  --report-row-glow: 0;
  position: relative;
  min-width: 0;
  min-height: 136px;
  padding: 24px clamp(16px, 1.7vw, 28px) 24px 0;
  border-bottom: 1px solid var(--report-line);
  isolation: isolate;
}

.report-attempt__metric:not(:nth-child(5n + 1)) {
  padding-left: clamp(16px, 1.7vw, 28px);
  border-left: 1px solid var(--report-line);
}

.report-attempt__metric dt {
  color: var(--report-system);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.035em;
}

.report-attempt__metric dd {
  margin: 24px 0 0;
  color: var(--report-ink);
  font-size: clamp(27px, 2.5vw, 42px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.report-loss-comparison[hidden] {
  display: none;
}

.report-loss-insight {
  max-width: 27ch;
  margin: 0 0 clamp(42px, 5vw, 72px);
  color: var(--report-ink);
  font-size: clamp(28px, 3vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.report-comparison-head,
.report-loss-measure {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(2, minmax(160px, 0.55fr));
  gap: clamp(24px, 4vw, 70px);
}

.report-comparison-head {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--report-line-strong);
  color: var(--report-system);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-comparison-head span:not(:first-child) {
  text-align: right;
}

.report-loss-measures {
  margin: 0;
}

.report-loss-measure {
  --report-row-glow: 0;
  position: relative;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid var(--report-line);
  isolation: isolate;
}

.report-loss-measure dt {
  color: var(--report-system);
  font-size: 12px;
  line-height: 1.4;
}

.report-loss-measure dd {
  margin: 0;
  color: var(--report-ink);
  font-size: clamp(25px, 2.7vw, 44px);
  line-height: 1;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.report-language-section {
  padding-bottom: clamp(70px, 9vw, 140px);
}

.report-language-pair {
  display: grid;
  grid-template-columns: max-content clamp(56px, 7vw, 112px) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
  justify-content: start;
  min-height: 180px;
}

.report-language-pair p {
  margin: 0;
  color: var(--report-ink);
  font-size: clamp(24px, 2.2vw, 38px);
  line-height: 1.2;
  white-space: nowrap;
}

.report-language-result,
.report-language-pair p.report-language-result {
  color: var(--report-system);
}

.report-language-arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 64px;
  color: var(--report-system);
  font: 300 clamp(50px, 6vw, 94px)/1 var(--report-sans);
  opacity: 0;
  transform: translateX(-12px);
}

.report-language-source {
  position: relative;
}

.report-language-source::after {
  content: "";
  position: absolute;
  inset: -0.08em -0.12em;
  background: var(--report-bg);
  transform: scaleX(0);
  transform-origin: right center;
}

.report-language-result,
.report-language-pair p.report-language-result {
  opacity: 0;
  transform: translateX(-22px);
}

.report-language-pair.is-translating .report-language-source::after {
  animation: report-erase-source 900ms cubic-bezier(0.65, 0, 0.35, 1) 300ms both;
}

.report-language-pair.is-translating .report-language-arrow {
  animation: report-reveal-arrow 600ms cubic-bezier(0.16, 1, 0.3, 1) 1150ms both;
}

.report-language-pair.is-translating .report-language-result {
  animation: report-reveal-result 760ms cubic-bezier(0.16, 1, 0.3, 1) 1420ms both;
}

@keyframes report-erase-source {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes report-reveal-arrow {
  from { opacity: 0; transform: translateX(-12px); }
  to { opacity: 1; transform: none; }
}

@keyframes report-reveal-result {
  from { opacity: 0; transform: translateX(-22px); }
  to { opacity: 1; transform: none; }
}

/* Mechanism disclosure */
.mechanism-correspondence {
  margin-top: var(--report-section-space);
}

.mechanism-reflection {
  margin-top: clamp(56px, 6vw, 96px);
}

.mechanism-correspondence__head,
.mechanism-correspondence__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 36px);
}

.mechanism-correspondence__head {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--report-line-strong);
  color: var(--report-system);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mechanism-correspondence__row {
  --report-row-glow: 0;
  position: relative;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid var(--report-line);
  isolation: isolate;
}

.mechanism-correspondence__row p {
  margin: 0;
  color: var(--report-ink);
  font-size: clamp(18px, 1.55vw, 27px);
  line-height: 1.2;
}

.mechanism-correspondence__row p:last-child {
  color: var(--report-system);
  font-family: var(--report-sans);
  font-size: clamp(16px, 1.3vw, 22px);
}

.mechanism-correspondence__row > span {
  color: var(--report-system);
  font: 300 clamp(24px, 2vw, 34px)/1 var(--report-sans);
  text-align: center;
}

/*
 * Mechanism disclosure is read as a sentence: felt experience, translating
 * arrow, then machine consequence. Only JavaScript-enabled sequencing hides
 * content, so the table remains readable if scripting is unavailable.
 */
.mechanism-correspondence__rows.is-sequencing
  .mechanism-correspondence__row:not(.is-revealed)
  p,
.mechanism-correspondence__rows.is-sequencing
  .mechanism-correspondence__row:not(.is-revealed)
  > span {
  opacity: 0;
}

.mechanism-correspondence__rows.is-sequencing
  .mechanism-correspondence__row
  p,
.mechanism-correspondence__rows.is-sequencing
  .mechanism-correspondence__row
  > span {
  transition:
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mechanism-correspondence__rows.is-sequencing
  .mechanism-correspondence__row:not(.is-revealed)
  p:first-child {
  transform: translateX(-18px);
}

.mechanism-correspondence__rows.is-sequencing
  .mechanism-correspondence__row:not(.is-revealed)
  p:last-child {
  transform: translateX(-12px);
}

.mechanism-correspondence__row.is-reading-emotion p:first-child,
.mechanism-correspondence__row.is-reading-arrow p:first-child,
.mechanism-correspondence__row.is-reading-system p:first-child,
.mechanism-correspondence__row.is-revealed p:first-child {
  opacity: 1 !important;
  transform: none !important;
}

.mechanism-correspondence__row.is-reading-arrow > span,
.mechanism-correspondence__row.is-reading-system > span,
.mechanism-correspondence__row.is-revealed > span {
  opacity: 1 !important;
  animation: mechanism-arrow-wipe 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mechanism-correspondence__row.is-reading-system p:last-child,
.mechanism-correspondence__row.is-revealed p:last-child {
  opacity: 1 !important;
  transform: none !important;
}

@keyframes mechanism-arrow-wipe {
  from {
    clip-path: inset(0 100% 0 0);
    transform: translateX(-10px);
  }
  to {
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}

.mechanism-rules__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--report-line-strong);
}

.mechanism-rules__row {
  --report-row-glow: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(90px, 0.26fr) minmax(0, 1.74fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: start;
  min-height: 0;
  padding: clamp(22px, 2.2vw, 34px) 0;
  border-bottom: 1px solid var(--report-line);
  isolation: isolate;
}

.mechanism-rules__row dt,
.mechanism-rules__row dd {
  margin: 0;
}

.mechanism-rules__row dt {
  color: var(--report-system);
  font: 500 11px/1.45 var(--report-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mechanism-rules__row dd {
  max-width: 78ch;
  color: var(--report-ink-soft);
  font: 400 clamp(16px, 1.28vw, 22px)/1.5 var(--report-sans);
  letter-spacing: 0.005em;
}

.mechanism-reflection {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(72px, 9vw, 144px);
  align-items: center;
  padding-top: clamp(44px, 5vw, 76px);
  border-top: 1px solid var(--report-line-strong);
}

/*
 * The final reflection enters as a quiet exchange: the question arrives
 * first, its context follows, then the questionnaire settles in opposite it.
 * The parent reveal class is reset whenever this report page is revisited.
 */
.mechanism-reflection.report-reveal-on-scroll .mechanism-reflection__copy h3,
.mechanism-reflection.report-reveal-on-scroll .mechanism-reflection__copy > p,
.mechanism-reflection.report-reveal-on-scroll .report-survey {
  opacity: 0;
  will-change: opacity, transform, filter;
}

.mechanism-reflection.report-reveal-on-scroll .mechanism-reflection__copy h3 {
  transform: translate3d(-34px, 0, 0);
  filter: blur(5px);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1) 90ms,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1) 90ms,
    filter 760ms ease-out 90ms;
}

.mechanism-reflection.report-reveal-on-scroll .mechanism-reflection__copy > p {
  transform: translate3d(-22px, 10px, 0);
  filter: blur(3px);
  transition:
    opacity 680ms cubic-bezier(0.16, 1, 0.3, 1) 260ms,
    transform 840ms cubic-bezier(0.16, 1, 0.3, 1) 260ms,
    filter 700ms ease-out 260ms;
}

.mechanism-reflection.report-reveal-on-scroll .report-survey {
  transform: translate3d(42px, 18px, 0) scale(0.97);
  filter: blur(6px);
  transition:
    opacity 820ms cubic-bezier(0.16, 1, 0.3, 1) 430ms,
    transform 1040ms cubic-bezier(0.16, 1, 0.3, 1) 430ms,
    filter 820ms ease-out 430ms;
}

.mechanism-reflection.report-reveal-on-scroll.is-scroll-revealed
  .mechanism-reflection__copy h3,
.mechanism-reflection.report-reveal-on-scroll.is-scroll-revealed
  .mechanism-reflection__copy > p,
.mechanism-reflection.report-reveal-on-scroll.is-scroll-revealed
  .report-survey {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.mechanism-reflection__copy h3 {
  max-width: 16ch;
  margin: 0;
  color: var(--report-ink);
  font-size: clamp(45px, 5.8vw, 94px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.mechanism-reflection__copy > p {
  max-width: 62ch;
  margin: clamp(34px, 4vw, 58px) 0 0;
  color: var(--report-system);
  font: 500 13px/1.75 var(--report-mono);
  letter-spacing: 0.018em;
}

.report-survey {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 26px;
  width: min(100%, 430px);
  justify-self: end;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(142, 159, 149, 0.2);
  border-radius: 38px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.075), transparent 32%),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
}

.report-survey__orbit {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(142, 159, 149, 0.14);
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-11deg);
}

.report-survey__orbit::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 48%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(210, 224, 215, 0.72);
  box-shadow: 0 0 18px rgba(174, 203, 185, 0.42);
}

.report-survey__code {
  position: relative;
  z-index: 1;
  width: min(100%, 300px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 10px solid rgba(239, 243, 239, 0.94);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.report-survey__code img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-survey__caption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  width: 100%;
  color: var(--report-system);
  text-align: center;
}

.report-survey__caption p {
  margin: 0;
}

.report-survey__caption p:first-child {
  color: var(--report-ink);
  font-family: var(--report-sans);
  font-size: 15px;
  letter-spacing: 0.015em;
}

.report-survey__caption p:last-child {
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

/* Pointer-following row glow: visual only, never required to read the record. */
.report-measure,
.report-attempt__metric,
.report-timeline,
.report-loss-measure,
.mechanism-correspondence__row,
.mechanism-rules__row {
  overflow: hidden;
}

.report-measure::before,
.report-attempt__metric::before,
.report-timeline::before,
.report-loss-measure::before,
.mechanism-correspondence__row::before,
.mechanism-rules__row::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 260px;
  border-radius: 50%;
  opacity: var(--report-row-glow, 0);
  pointer-events: none;
  background: radial-gradient(circle, rgba(152, 178, 161, 0.09), transparent 68%);
  transform: translate(
    calc(var(--report-row-glow-x, -500px) - 50%),
    calc(var(--report-row-glow-y, -500px) - 50%)
  );
  transition: opacity 220ms ease;
}

/* Fixed paging controls */
.report-page-action {
  position: fixed;
  z-index: 20;
  top: 50dvh;
  width: 76px;
  height: 76px;
  transform: translateY(-50%);
  pointer-events: none;
}

.report-page-action--next {
  right: max(18px, env(safe-area-inset-right));
}

.report-page-action--back {
  left: max(18px, env(safe-area-inset-left));
}

.report-page-control {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--report-ink);
  cursor: pointer;
  pointer-events: auto;
}

.report-page-control__glass {
  position: relative;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 22%, rgba(255, 255, 255, 0.16), transparent 33%),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035),
    0 15px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(126%);
  -webkit-backdrop-filter: blur(18px) saturate(126%);
  transition:
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 240ms ease,
    background-color 240ms ease;
}

.report-page-control__glass::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.report-page-control__lens {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.report-page-control__arrow {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: rgba(239, 243, 239, 0.88);
  font: 300 48px/1 var(--report-sans);
  transform: translateY(-2px);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.report-page-control:hover .report-page-control__glass,
.report-page-control:focus-visible .report-page-control__glass {
  border-color: rgba(255, 255, 255, 0.42);
  background-color: rgba(255, 255, 255, 0.065);
  transform: scale(1.06);
}

.report-page-control:hover .report-page-control__arrow,
.report-page-control:focus-visible .report-page-control__arrow {
  transform: translate(4px, -2px);
}

.report-page-action--back .report-page-control:hover .report-page-control__arrow,
.report-page-action--back .report-page-control:focus-visible .report-page-control__arrow {
  transform: translate(-4px, -2px);
}

.report-page-control:focus-visible {
  outline: 2px solid rgba(224, 235, 228, 0.84);
  outline-offset: 5px;
}

.report-page-control:active .report-page-control__glass {
  transform: scale(0.96);
}

.report-completion-action {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(80px, 10vw, 150px);
}

.report-completion-action button {
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid rgba(205, 221, 209, 0.4);
  padding: 8px 0;
  background: transparent;
  color: rgba(220, 232, 222, 0.82);
  font: 500 11px/1 var(--report-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.report-completion-action button:hover,
.report-completion-action button:focus-visible {
  color: #fff;
  border-color: #fff;
}

.report-completion-action button:focus-visible {
  outline: 2px solid rgba(224, 235, 228, 0.84);
  outline-offset: 5px;
}

/* Responsive reductions preserve the hierarchy rather than merely shrinking it. */
@media (max-width: 1200px) {
  .report-composition {
    grid-template-columns: minmax(300px, 0.78fr) minmax(480px, 1.22fr);
  }

  .report-measure-head,
  .report-measure {
    grid-template-columns: minmax(170px, 1fr) minmax(132px, 0.7fr) minmax(145px, 0.55fr);
  }

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

  .report-attempt__metric:not(:nth-child(5n + 1)) {
    padding-left: 0;
    border-left: 0;
  }

  .report-attempt__metric:not(:nth-child(3n + 1)) {
    padding-left: clamp(14px, 1.7vw, 28px);
    border-left: 1px solid var(--report-line);
  }

  .report-language-pair {
    grid-template-columns: minmax(0, max-content) 70px minmax(0, 1fr);
  }

  .report-language-pair p {
    white-space: normal;
  }
}

@media (max-width: 1100px) {
  .report-hero,
  .report-section-heading--split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .report-hero {
    min-height: 0;
    padding-top: 70px;
  }

  .report-hero > p {
    justify-self: start;
    white-space: normal;
  }

  .report-hero h2,
  .report-hero--compact h2,
  .report-hero--mechanism h2 {
    white-space: normal;
    text-wrap: balance;
  }

  .report-composition {
    grid-template-columns: 1fr;
  }

  .report-capture {
    position: relative;
    top: auto;
  }

  .report-capture-frame {
    min-height: min(66vh, 660px);
  }

  .report-core-record {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .report-core-record > div:nth-child(4) {
    border-left: 0;
  }

  .report-core-record > div:not(:first-child) {
    padding-left: 22px;
  }

  .report-core-record > div:nth-child(4) {
    padding-left: 0;
  }

  .mechanism-reflection {
    grid-template-columns: 1fr;
  }

  .report-survey {
    justify-self: start;
  }
}

@media (max-width: 960px) {
  .interaction-report {
    --report-value-inset: clamp(34px, 5vw, 50px);
  }

  .report-measure-head {
    display: none;
  }

  .report-measure {
    grid-template-columns: minmax(0, 1fr) minmax(max-content, 0.72fr);
    column-gap: clamp(20px, 4vw, 38px);
    min-height: 148px;
  }

  .report-measure__emotion {
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(18px, 2.5vw, 24px);
  }

  .report-measure dt {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin-top: 12px;
    font-size: 10px;
  }

  .report-measure dd {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 100%;
    font-size: clamp(36px, 7vw, 58px);
  }

  #report-touch-frequency {
    font-size: clamp(28px, 5.4vw, 46px);
  }

  .report-measure > p:not(.report-measure__emotion) {
    grid-column: 1 / 3;
    grid-row: 3;
  }
}

@media (max-width: 700px) {
  :root {
    --report-gutter: max(20px, env(safe-area-inset-left));
    --report-section-space: 90px;
    --report-value-inset: clamp(16px, 4vw, 28px);
  }

  .report-chrome {
    min-height: 62px;
  }

  .report-page {
    padding-top: 64px;
    padding-bottom: 126px;
  }

  .report-hero {
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .report-hero h2,
  .report-hero--compact h2,
  .report-hero--mechanism h2 {
    max-width: none;
    font-size: clamp(43px, 14vw, 68px);
  }

  .report-hero > p {
    font-size: 11px;
  }

  .report-section-heading h3 {
    max-width: none;
    font-size: clamp(32px, 10vw, 48px);
  }

  .report-capture-frame {
    min-height: min(61vh, 560px);
  }

  .report-measure {
    column-gap: 18px;
    min-height: 145px;
  }

  .report-measure__emotion {
    font-size: 19px;
  }

  .report-measure dt {
    font-size: 10px;
  }

  .report-measure dd {
    font-size: clamp(34px, 10vw, 52px);
  }

  #report-touch-frequency {
    font-size: clamp(25px, 7.2vw, 40px);
  }

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

  .report-core-record > div,
  .report-core-record > div:not(:first-child) {
    padding: 22px 18px 26px 0;
    border-left: 0;
  }

  .report-core-record > div:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid var(--report-line);
  }

  .report-core-record > div:last-child {
    grid-column: 1 / -1;
  }

  .report-attempt__identity {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

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

  .report-attempt__metric,
  .report-attempt__metric:not(:nth-child(3n + 1)) {
    padding: 20px 14px 22px 0;
    border-left: 0;
  }

  .report-attempt__metric:nth-child(even) {
    padding-left: 14px;
    border-left: 1px solid var(--report-line);
  }

  .report-comparison-head,
  .report-loss-measure {
    grid-template-columns: minmax(120px, 1fr) repeat(2, minmax(80px, 0.62fr));
    gap: 12px;
  }

  .report-comparison-head {
    font-size: 9px;
  }

  .report-loss-measure dd {
    font-size: 23px;
  }

  .report-language-pair {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: start;
  }

  .report-language-arrow {
    justify-items: start;
    width: auto;
    transform: rotate(90deg);
  }

  .report-language-pair.is-translating .report-language-arrow {
    animation-name: report-reveal-arrow-mobile;
  }

  @keyframes report-reveal-arrow-mobile {
    from { opacity: 0; transform: translateY(-12px) rotate(90deg); }
    to { opacity: 1; transform: rotate(90deg); }
  }

  .mechanism-correspondence__head {
    display: none;
  }

  .mechanism-correspondence__row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 0;
  }

  .mechanism-correspondence__row > span {
    justify-self: start;
    transform: rotate(90deg);
  }

  .mechanism-rules__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mechanism-reflection__copy h3 {
    max-width: none;
    font-size: clamp(41px, 12vw, 62px);
  }

  .report-survey {
    width: 100%;
    border-radius: 28px;
  }

  .report-page-action {
    top: auto;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: 62px;
    height: 62px;
    transform: none;
  }

  .report-page-action--next {
    right: max(14px, env(safe-area-inset-right));
  }

  .report-page-action--back {
    left: max(14px, env(safe-area-inset-left));
  }

  .report-page-control {
    width: 62px;
    height: 62px;
  }

  .report-page-control__glass {
    width: 56px;
    height: 56px;
  }

  .report-page-control__arrow {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .search-instruction {
    width: min(360px, calc(100% - 36px));
    max-width: calc(100% - 36px);
    font-size: 11px;
  }

  .search-scene.has-docked-guidance .search-instruction {
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    width: max-content;
    font-size: 10px;
  }

  .search-narrative {
    left: 50%;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: min(520px, calc(100% - 36px));
  }

  .desktop-controls {
    display: none;
  }

  .touch-controls {
    display: inline;
  }
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .report-pointer-light,
  .report-measure::before,
  .report-attempt__metric::before,
  .report-timeline::before,
  .report-loss-measure::before,
  .mechanism-correspondence__row::before,
  .mechanism-rules__row::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #experience,
  #start,
  .search-scene,
  .search-intro,
  .search-instruction,
  #search-status,
  .search-interaction-curtain,
  .interaction-report,
  #report-flower-image {
    transition: none;
  }

  .search-interaction-curtain.is-dissolving {
    -webkit-mask-image: none;
    mask-image: none;
    animation: none;
    opacity: 0;
  }

  .report-page.is-current,
  .report-reveal-on-scroll,
  .report-reveal-on-scroll.is-scroll-revealed,
  .report-language-pair.is-translating .report-language-source::after,
  .report-language-pair.is-translating .report-language-arrow,
  .report-language-pair.is-translating .report-language-result {
    animation: none;
  }

  .report-reveal-on-scroll,
  .report-reveal-on-scroll.is-scroll-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .mechanism-correspondence__rows.is-sequencing
    .mechanism-correspondence__row
    p,
  .mechanism-correspondence__rows.is-sequencing
    .mechanism-correspondence__row
    > span {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .report-language-source::after {
    display: none;
  }

  .report-language-arrow,
  .report-language-result,
  .report-language-pair p.report-language-result {
    opacity: 1;
    transform: none;
  }
}
