.research-page {
  --paper: #fffdfa;
  --warm: #f7f3ef;
  --rose-soft: #f3e4e8;
  --ink: #211f24;
  --body: #514d52;
  --camellia: #c64b67;
  --deep-red: #98344c;
  --blue-soft: #e5eef2;
  --blue-deep: #496879;
  --gold: #bfa86f;
  --line: #d8d3d4;
  --shell: 1240px;
  --header: 70px;
}

.research-page {
  scroll-padding-top: calc(var(--header) + 1.25rem);
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Han Serif CN", serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}
.research-page::selection {
  background: var(--camellia);
  color: var(--paper);
}
.research-page h1,
.research-page h2,
.research-page h3,
.research-page p,
.research-page blockquote,
.research-page figure,
.research-page dl,
.research-page dd {
  margin: 0;
}
.research-page ul,
.research-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.research-page a {
  color: inherit;
  text-decoration: none;
}
.research-page button,
.research-page a {
  font: inherit;
}
.research-page button {
  color: inherit;
}
.research-page img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(var(--shell), calc(100% - 112px));
  margin: 0 auto;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 24px;
  z-index: 100;
  padding: 0.625rem 1rem;
  border: 2px solid var(--deep-red);
  background: var(--paper);
  color: var(--deep-red);
  transition: top 160ms ease;
}
.skip-link:focus {
  top: 18px;
}
.research-page :focus-visible {
  outline: 3px solid #7d1e36;
  outline-offset: 4px;
}

.hero {
  position: relative;
  height: 590px;
  overflow: hidden;
  isolation: isolate;
  background: #536d5b;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(0.72) contrast(0.94);
}
.hero::after {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(
    90deg,
    rgba(255, 253, 250, 0.82) 0%,
    rgba(255, 253, 250, 0.74) 32%,
    rgba(255, 253, 250, 0.42) 49%,
    rgba(255, 253, 250, 0.12) 64%,
    rgba(33, 31, 36, 0.14) 100%
  );
  content: "";
}
.hero-inner {
  position: relative;
  height: 508px;
}
.hero-copy {
  display: flex;
  position: relative;
  z-index: 3;
  width: 640px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.625rem;
}
.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--deep-red);
  font-size: 0.8125rem;
  font-weight: 650;
  line-height: 1.4;
}
.eyebrow::before {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
}
.hero h1 {
  max-width: 640px;
  margin-top: 1.25rem;
  font-size: 3.125rem;
  font-weight: 650;
  line-height: 1.2;
}
.hero-lead {
  max-width: 590px;
  margin-top: 1.375rem;
  color: #353238;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
.hero-support {
  max-width: 590px;
  margin-top: 0.625rem;
  color: var(--body);
  font-size: 0.9375rem;
  line-height: 1.75;
}
.hero-art {
  position: absolute;
  top: 34px;
  right: 0;
  width: 402px;
  height: 438px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 250, 0.72);
  background: url("../../images/pages/research-and-process/capsules-in-hand.webp")
    center 50% / cover no-repeat;
  box-shadow: 0 24px 60px rgba(33, 31, 36, 0.18);
}
.hero-art-label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.875rem 1.125rem;
  background: rgba(33, 31, 36, 0.84);
  color: var(--paper);
  font-size: 0.8125rem;
  text-align: right;
}
.hero-route {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  background: rgba(33, 31, 36, 0.95);
  color: var(--paper);
}
.hero-route ol {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(4, 1fr);
}
.research-page .hero-route > .shell {
  width: min(var(--shell), calc(100% - 112px));
  margin: 0 auto;
}
.hero-route li {
  display: grid;
  padding: 0 1.5rem;
  grid-template-columns: 32px 1fr;
  gap: 0.625rem;
  align-items: center;
  border-left: 1px solid #514b52;
}
.hero-route li:first-child {
  border-left: 0;
}
.hero-route-num {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
}
.hero-route-text {
  font-size: 0.875rem;
  font-weight: 520;
  line-height: 1.45;
}

.section-kicker {
  margin-bottom: 0.875rem;
}
.section-kicker::before {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: attr(data-index);
  font-size: 0.625rem;
}
.section h2,
.materials h2,
.process h2,
.research h2,
.evidence h2 {
  font-size: 2.375rem;
  font-weight: 620;
  line-height: 1.3;
}
.section-intro,
.materials-heading,
.process-head {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 4.75rem;
  align-items: end;
}
.section-intro > p,
.materials-heading > p,
.process-head blockquote {
  color: var(--body);
  font-size: 1rem;
  line-height: 1.78;
}

.treatment {
  padding: var(--yj-section-y) 0;
}
.section-intro {
  margin-bottom: 2.5rem;
}
.problem-stage {
  display: grid;
  position: relative;
  min-height: 232px;
  grid-template-columns: 1fr 108px 1fr;
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.problem-side {
  display: grid;
  padding: 2.125rem 2.375rem;
  grid-template-columns: 58px 1fr;
  gap: 1.25rem;
  align-items: center;
}
.problem-side + .problem-side {
  border-left: 1px solid var(--line);
}
.factor-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.factor-icon svg,
.step-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.problem-side--warm {
  color: var(--deep-red);
}
.problem-side--cool {
  color: var(--blue-deep);
}
.side-label {
  color: var(--body);
  font-size: 0.75rem;
  font-weight: 650;
}
.problem-side h3 {
  margin-top: 0.375rem;
  font-size: 1.625rem;
  font-weight: 620;
}
.problem-side p {
  max-width: 390px;
  margin-top: 0.3125rem;
  color: var(--body);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.problem-center {
  display: grid;
  position: relative;
  z-index: 2;
  margin: -0.0625rem 0;
  place-content: center;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
}
.problem-center::before,
.problem-center::after {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 1px;
  background: var(--gold);
  content: "";
}
.problem-center::before {
  right: 100%;
}
.problem-center::after {
  left: 100%;
}
.problem-center strong {
  font-size: 1.125rem;
  font-weight: 650;
}
.problem-center span {
  margin-top: 0.1875rem;
  color: #cfc8cd;
  font-size: 0.6875rem;
}
.question-line {
  max-width: 850px;
  margin: 1.875rem auto 0;
  padding-left: 1.4375rem;
  border-left: 2px solid var(--camellia);
  color: #39353b;
  font-size: 1.0625rem;
  font-weight: 540;
  line-height: 1.75;
}

.materials {
  padding: var(--yj-section-y) 0;
  background: var(--warm);
}
.materials-heading {
  margin-bottom: 2.375rem;
}
.material-scene {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr);
  min-height: 492px;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(33, 31, 36, 0.08);
}
.origin-visual {
  position: relative;
  min-height: 492px;
  overflow: hidden;
}
.origin-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.78) contrast(0.98);
  transition: transform 500ms ease;
}
.material-scene:hover .origin-visual img {
  transform: scale(1.018);
}
.origin-visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 104px;
  background: linear-gradient(0deg, rgba(33, 31, 36, 0.9), transparent);
  content: "";
}
.origin-caption {
  display: flex;
  position: absolute;
  right: 32px;
  bottom: 23px;
  left: 32px;
  z-index: 2;
  justify-content: space-between;
  align-items: end;
  gap: 1.875rem;
  color: var(--paper);
}
.origin-caption strong {
  font-size: 1.3125rem;
  font-weight: 590;
}
.origin-caption span {
  max-width: 260px;
  color: #ddd7da;
  font-size: 0.75rem;
  text-align: right;
}
.material-list {
  display: flex;
  padding: 2.125rem 2.8125rem;
  flex-direction: column;
  justify-content: center;
}
.material-item {
  display: grid;
  padding: 1.5rem 0;
  grid-template-columns: 44px 1fr;
  gap: 0.9375rem;
  border-top: 1px solid var(--line);
}
.material-item:first-child {
  border-top: 0;
}
.material-number {
  padding-top: 0.375rem;
  color: var(--deep-red);
  font-size: 0.75rem;
  font-weight: 700;
}
.material-item h3 {
  font-size: 1.4375rem;
  font-weight: 620;
}
.material-item p {
  margin-top: 0.3125rem;
  color: var(--body);
  font-size: 0.875rem;
  line-height: 1.7;
}
.material-arrow {
  display: block;
  margin-top: 0.75rem;
  color: var(--gold);
  font-size: 1.0625rem;
  line-height: 1;
}
.material-item:last-child .material-arrow {
  display: none;
}
.citation {
  margin-top: 1.375rem;
  padding-left: 1.25rem;
  border-left: 3px solid var(--gold);
  color: var(--body);
  font-size: 0.875rem;
  line-height: 1.72;
}

.process {
  padding: var(--yj-section-y) 0;
  background: var(--ink);
  color: var(--paper);
}
.process .section-kicker {
  color: var(--gold);
}
.process-head {
  margin-bottom: 2.625rem;
}
.process-head blockquote {
  padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
  color: #e1dade;
  font-size: 1.0625rem;
}
.process-board {
  display: grid;
  grid-template-columns: minmax(400px, 5fr) minmax(0, 7fr);
  gap: 1.875rem;
}
.process-visual {
  position: relative;
  height: 470px;
  overflow: hidden;
  border: 1px solid #4a454b;
  background: #151317;
}
.process-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.7;
  filter: saturate(0.74) contrast(1.04);
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}
.process-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(21, 19, 23, 0.94) 0%,
    rgba(21, 19, 23, 0.12) 62%
  );
  content: "";
}
.visual-index {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 2;
  color: var(--gold);
  font-size: 0.6875rem;
  font-weight: 700;
}
.visual-status {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 2;
}
.visual-status strong {
  display: block;
  font-size: 1.5625rem;
  font-weight: 610;
}
.visual-status span {
  display: block;
  margin-top: 0.25rem;
  color: #d0c9cd;
  font-size: 0.8125rem;
}
.process-steps {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #585259;
  border-left: 1px solid #585259;
}
.process-step {
  min-width: 0;
  border-right: 1px solid #585259;
  border-bottom: 1px solid #585259;
}
.process-step button {
  display: grid;
  width: 100%;
  height: 235px;
  padding: 1.625rem 1.625rem 1.5rem;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto 1fr;
  gap: 0.625rem 1rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms ease;
}
.process-step button:hover,
.process-step.is-active button {
  background: #2b272d;
}
.step-icon {
  display: grid;
  width: 42px;
  height: 42px;
  grid-row: 1 / 3;
  place-items: center;
  color: var(--gold);
}
.process-step-num {
  color: #a9a2a7;
  font-size: 0.6875rem;
  font-weight: 700;
}
.process-step h3 {
  margin-top: 0.4375rem;
  font-size: 1.4375rem;
  font-weight: 610;
}
.process-step p {
  margin-top: 0.625rem;
  color: #cfc8cc;
  font-size: 0.875rem;
  line-height: 1.68;
}
.process-step.is-active h3 {
  color: #fffdfa;
}
.process-step.is-active .step-icon {
  color: #e0c982;
}
.process-conclusion {
  max-width: 980px;
  margin: 1.625rem auto 0;
  color: #d8d1d5;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

.research {
  padding: var(--yj-section-y) 0;
  background: var(--paper);
}
.research-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 4.375rem;
  align-items: center;
}
.research-portrait {
  position: relative;
  height: 442px;
  overflow: hidden;
  border: 1px solid rgba(33, 31, 36, 0.12);
  background: var(--warm);
  box-shadow: 0 18px 44px rgba(33, 31, 36, 0.12);
}
.research-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.research-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.research-lead {
  max-width: 680px;
  color: var(--body);
  font-size: 1.0625rem;
  line-height: 1.8;
}
.research-fields {
  display: grid;
  margin-top: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.research-fields li {
  display: flex;
  min-width: 0;
  min-height: 78px;
  padding: 1.125rem 1.625rem;
  align-items: center;
  gap: 0.875rem;
  border-right: 1px solid var(--line);
}
.research-fields li:last-child {
  border-right: 0;
}
.field-index {
  flex: 0 0 auto;
  color: var(--camellia);
  font-size: 0.75rem;
  font-weight: 700;
}
.research-fields strong {
  color: var(--ink);
  font-size: 1.1875rem;
  font-weight: 610;
  line-height: 1.35;
  white-space: nowrap;
}
.research-context {
  margin-top: 1.375rem;
  padding-left: 1.25rem;
  border-left: 3px solid var(--gold);
}
.research-context p {
  max-width: 680px;
  color: var(--body);
  font-size: 0.875rem;
  line-height: 1.75;
}
.research-context p + p {
  margin-top: 0.5rem;
}
.text-link {
  display: inline-flex;
  width: max-content;
  margin-top: 1.5rem;
  padding-bottom: 0.375rem;
  align-items: center;
  gap: 0.8125rem;
  border-bottom: 1px solid var(--deep-red);
  color: var(--deep-red);
  font-size: 0.875rem;
  font-weight: 650;
  transition: gap 160ms ease;
}
.text-link:hover {
  gap: 1.1875rem;
}

.evidence {
  padding: var(--yj-section-y) 0;
  background: var(--blue-soft);
}
.evidence-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 4.5rem;
  align-items: center;
}
.evidence-sheet {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #a9b7bd;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(49, 68, 77, 0.11);
}
.evidence-sheet img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evidence-content h2 {
  margin-top: 0.8125rem;
}
.evidence-intro {
  margin-top: 1.125rem;
  color: var(--body);
  font-size: 0.875rem;
}
.facts {
  margin-top: 1.125rem;
}
.fact {
  display: grid;
  padding: 0.75rem 0;
  grid-template-columns: 112px 1fr;
  gap: 1.25rem;
  border-top: 1px solid rgba(33, 31, 36, 0.2);
}
.fact:last-child {
  border-bottom: 1px solid rgba(33, 31, 36, 0.2);
}
.fact dt {
  color: var(--blue-deep);
  font-size: 0.8125rem;
  font-weight: 650;
}
.fact dd {
  font-size: 0.875rem;
  font-weight: 520;
}
.evidence-note {
  margin-top: 1.125rem;
  color: var(--body);
  font-size: 0.875rem;
  line-height: 1.72;
}

.closing {
  padding: var(--yj-section-y-compact) 0;
  background: var(--ink);
  color: var(--paper);
}
.closing-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 4.5rem;
  align-items: center;
}
.closing-kicker {
  color: var(--gold);
  font-size: 0.8125rem;
  font-weight: 620;
}
.closing h2 {
  margin-top: 0.75rem;
  font-size: 2.375rem;
  font-weight: 620;
  line-height: 1.3;
}
.closing p {
  max-width: 740px;
  margin-top: 1rem;
  color: #d6cfd3;
  font-size: 0.9375rem;
  line-height: 1.78;
}
.closing-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #5a545b;
  border-left: 1px solid #5a545b;
}
.closing-actions a {
  display: flex;
  min-height: 86px;
  padding: 1.25rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-right: 1px solid #5a545b;
  border-bottom: 1px solid #5a545b;
  font-size: 0.875rem;
  font-weight: 560;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}
.closing-actions a:hover {
  background: #2c282e;
  color: var(--gold);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.js .hero [data-reveal="2"] {
  transition-delay: 70ms;
}
.js .hero [data-reveal="3"] {
  transition-delay: 125ms;
}

/* Restore source spacing after global reset styles are loaded. */
.research-page .hero-lead {
  margin-top: 1.375rem;
}
.research-page .hero-support {
  margin-top: 0.625rem;
}
.research-page .section-kicker {
  margin-bottom: 0.875rem;
}
.research-page .section-intro {
  margin-bottom: 2.5rem;
}
.research-page .materials-heading {
  margin-bottom: 2.375rem;
}
.research-page .citation {
  margin-top: 1.375rem;
}
.research-page .process-conclusion {
  margin: 1.625rem auto 0;
}
.research-page .research-fields {
  margin-top: 1.5rem;
}
.research-page .research-context {
  margin-top: 1.375rem;
}
.research-page .research-context p + p {
  margin-top: 0.5rem;
}
.research-page .research-copy > .text-link {
  display: inline-flex;
  width: max-content;
  margin-top: 1.5rem;
  padding-bottom: 0.375rem;
  align-items: center;
  gap: 0.8125rem;
  border-bottom: 1px solid var(--deep-red);
  color: var(--deep-red);
  font:
    650 0.875rem/1.75 "Source Han Serif CN",
    serif;
}
.research-page .evidence-content h2 {
  margin-top: 0.8125rem;
}
.research-page .evidence-intro {
  margin-top: 1.125rem;
}
.research-page .facts {
  margin-top: 1.125rem;
}
.research-page .evidence-note {
  margin-top: 1.125rem;
}
.research-page .evidence-content > .text-link {
  display: inline-flex;
  width: max-content;
  margin-top: 1.5rem;
  padding-bottom: 0.375rem;
  align-items: center;
  gap: 0.8125rem;
  border-bottom: 1px solid var(--deep-red);
  color: var(--deep-red);
  font:
    650 0.875rem/1.75 "Source Han Serif CN",
    serif;
}
.research-page .question-line {
  margin: 1.875rem auto 0;
}

@media (max-width: 1440px) {
  .shell {
    width: calc(100% - 96px);
  }
  .hero-art {
    right: 10px;
    width: 370px;
  }
  .hero-copy {
    width: 610px;
  }
  .hero h1 {
    font-size: 2.9375rem;
  }
  .process-board {
    grid-template-columns: 440px 1fr;
  }
  .process-step button {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .evidence-grid,
  .research-grid {
    gap: 3.625rem;
  }
}

@media (max-width: 680px) {
  .research-page {
    overflow-x: clip;
  }

  .shell {
    width: calc(100% - 28px);
  }

  .hero {
    height: auto;
    min-height: 0;
    padding: 4.75rem 0 2.75rem;
  }

  .hero-inner {
    height: auto;
  }

  .hero-copy {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }

  .hero-art {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 220px;
    margin-top: 1.5rem;
    opacity: 1;
  }

  .hero h1,
  .research-page .section-title {
    font-size: 2.125rem;
  }

  .hero-lead {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .hero-support {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.7;
  }

  .process-board,
  .evidence-grid,
  .research-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-intro,
  .materials-heading,
  .process-head,
  .material-scene,
  .problem-stage {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .problem-stage {
    min-height: 0;
  }

  .problem-side,
  .problem-side + .problem-side {
    padding: 1.5rem 1.25rem;
    grid-template-columns: 52px minmax(0, 1fr);
    border-left: 0;
  }

  .hero-route {
    position: static;
    height: auto;
    margin-top: 1.5rem;
  }

  .hero-route ol,
  .research-page .hero-route > .shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .hero-route li {
    min-height: 48px;
    padding: 0.75rem 1rem;
    border-top: 0;
    border-left: 0;
  }

  .hero-route li:nth-child(even) {
    border-left: 1px solid #514b52;
  }

  .hero-route li:nth-child(n + 3) {
    border-top: 1px solid #514b52;
  }

  .material-list {
    width: 100%;
    min-width: 0;
    padding: 1.5rem 1.25rem;
  }

  .origin-visual {
    min-height: 280px;
  }

  .process {
    padding: 2.75rem 0;
  }

  .process-head {
    margin-bottom: 1.5rem;
  }

  .process-board {
    gap: 1.25rem;
  }

  .process-visual {
    height: 340px;
  }

  .visual-index {
    top: 18px;
    left: 20px;
  }

  .visual-status {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .visual-status strong {
    font-size: 1.25rem;
  }

  .process-step button {
    height: 152px;
    padding: 1rem 0.875rem;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0.5rem 0.75rem;
  }

  .step-icon {
    width: 32px;
    height: 32px;
  }

  .step-icon svg {
    width: 22px;
    height: 22px;
  }

  .process-step h3 {
    margin-top: 0.25rem;
    font-size: 1.125rem;
  }

  .process-step p {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.6;
  }

  .research-page .evidence-content > .text-link {
    width: auto;
  }

  .closing {
    padding: 2.75rem 0;
  }

  .closing-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
  }

  .closing h2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .closing p {
    font-size: 0.875rem;
    line-height: 1.7;
  }

  .closing-actions {
    grid-template-columns: 1fr;
  }

  .closing-actions a {
    min-height: 58px;
    padding: 0.875rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .research-page {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
