.research-achievements-page,
.research-achievements-main {
  background: #e7e8e4;
}

.research-locale-en {
  display: none;
}

html[data-locale="en"] .research-locale-zh {
  display: none;
}

html[data-locale="en"] .research-locale-en {
  display: inline;
}

.research-editorial {
  width: min(1180px, calc(100% - clamp(40px, 9vw, 152px)));
  margin: 0 auto;
  padding: clamp(92px, 10vw, 154px) 0 clamp(88px, 10vw, 148px);
}

.research-editorial__heading {
  padding-bottom: clamp(48px, 5.4vw, 76px);
  border-bottom: 1px solid rgba(24, 25, 24, 0.28);
}

.research-editorial__index {
  margin: 0 0 clamp(42px, 5vw, 72px);
  color: var(--faint);
  font-family: var(--font-latin);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.research-editorial__title-lockup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
}

.research-editorial__title-lockup h1,
.research-editorial__title-lockup h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.research-editorial__title-lockup h2 {
  max-width: 8.5em;
  font-size: clamp(46px, 6.3vw, 86px);
  line-height: 1.04;
}

.research-editorial__title-lockup p {
  margin: 0 0 0.42em;
  color: #7f93a0;
  font-family: var(--font-latin);
  font-size: clamp(10px, 1vw, 13px);
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
}

.research-editorial__proof {
  display: flex;
  gap: 0.72em;
  align-items: baseline;
  margin: clamp(42px, 5vw, 72px) 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  letter-spacing: 0.04em;
}

.research-editorial__proof-value {
  display: inline-flex;
  gap: 0.18em;
  align-items: baseline;
}

.research-editorial__proof strong {
  margin: 0 0.14em;
  color: #7f93a0;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.research-editorial__proof small {
  color: var(--muted);
  font-size: 0.9em;
}

html[data-locale="en"] .research-editorial__proof small {
  display: none;
}

.research-editorial__diptych {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 30px);
  margin-top: clamp(36px, 4vw, 58px);
}

.research-editorial__diptych figure,
.research-editorial__factory-media {
  min-width: 0;
  margin: 0;
}

.research-editorial__diptych img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  filter: grayscale(1) contrast(0.94) brightness(1.07);
}

.research-editorial__diptych figure:first-child img {
  object-position: 61% center;
}

.research-editorial__diptych figure:last-child img {
  object-position: 50% 46%;
}

.research-editorial__diptych figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 2px 0;
  color: var(--muted);
  font-size: 12px;
}

.research-editorial__diptych figcaption small {
  color: var(--faint);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.research-editorial__factory {
  margin-top: clamp(112px, 13vw, 190px);
}

.research-editorial__factory > header {
  padding-bottom: clamp(38px, 4.8vw, 68px);
  border-bottom: 1px solid rgba(24, 25, 24, 0.28);
}

.research-editorial__factory-lead {
  margin: clamp(36px, 4vw, 56px) 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  letter-spacing: 0.05em;
}

.research-editorial__factory-media {
  position: relative;
  margin-top: clamp(36px, 4vw, 58px);
  overflow: hidden;
  background: #d6d6d1;
}

.research-editorial__factory-media img {
  display: block;
  width: 100%;
  aspect-ratio: 2.14 / 1;
  object-fit: cover;
  object-position: center 51%;
  filter: grayscale(0.88) saturate(0.42) contrast(0.92) brightness(1.02);
}

.research-editorial__factory-media figcaption {
  position: absolute;
  right: 20px;
  bottom: 17px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-latin);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.research-editorial__note {
  max-width: 52em;
  margin: 28px 0 0 auto;
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: right;
}

@media (max-width: 980px) {
  .research-editorial {
    width: min(100% - 48px, 920px);
  }

  .research-editorial__title-lockup {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .research-editorial__title-lockup p {
    margin: 0;
  }
}

@media (max-width: 760px) {
  .research-editorial {
    width: calc(100% - 40px);
    padding-top: 72px;
    padding-bottom: 86px;
  }

  .research-editorial__index {
    margin-bottom: 46px;
  }

  .research-editorial__title-lockup h1 {
    font-size: clamp(54px, 16.4vw, 72px);
  }

  .research-editorial__title-lockup h2 {
    max-width: 8em;
    font-size: clamp(42px, 12vw, 58px);
  }

  .research-editorial__proof {
    display: grid;
    gap: 6px;
  }

  .research-editorial__proof strong {
    margin: 0;
    font-size: 46px;
  }

  .research-editorial__diptych {
    gap: 10px;
  }

  .research-editorial__diptych img {
    aspect-ratio: 0.9 / 1;
  }

  .research-editorial__diptych figure:first-child img {
    object-position: 67% center;
  }

  .research-editorial__diptych figure:last-child img {
    object-position: center;
  }

  .research-editorial__diptych figcaption {
    display: grid;
    gap: 5px;
    padding-top: 10px;
    font-size: 11px;
  }

  .research-editorial__diptych figcaption small {
    line-height: 1.45;
  }

  .research-editorial__factory {
    margin-top: 112px;
  }

  .research-editorial__factory-media img {
    aspect-ratio: 1.12 / 1;
    object-position: 64% center;
  }

  .research-editorial__factory-media figcaption {
    right: 12px;
    bottom: 11px;
    left: 12px;
    font-size: 7px;
    letter-spacing: 0.1em;
  }

  .research-editorial__note {
    margin-top: 20px;
    text-align: left;
  }
}

/* 2026-09-01 suite397: reference-locked compact editorial composition.
   The supplied board sets the hierarchy and proportions; ENITA neutral paper,
   typography roles and monochrome image treatment remain authoritative. */
.research-achievements-page,
.research-achievements-main {
  background: var(--paper);
}

.research-editorial {
  width: min(760px, calc(100% - clamp(40px, 10vw, 160px)));
  padding: clamp(72px, 7vw, 108px) 0 clamp(86px, 8vw, 124px);
}

.research-editorial__heading,
.research-editorial__factory > header {
  padding-bottom: 0;
  border-bottom: 0;
}

.research-editorial__index,
.research-editorial__diptych figcaption,
.research-editorial__factory-media figcaption,
.research-editorial__note {
  display: none;
}

.research-editorial__title-lockup {
  display: block;
  width: min(72%, 520px);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(24, 25, 24, 0.24);
}

.research-editorial__title-lockup h1,
.research-editorial__title-lockup h2 {
  max-width: none;
  color: #777c79;
  font-size: clamp(24px, 2.2vw, 30px);
  letter-spacing: 0.035em;
  line-height: 1.15;
}

.research-editorial__title-lockup h2 {
  font-size: clamp(23px, 2vw, 28px);
}

.research-editorial__title-lockup p {
  margin: 3px 0 0;
  color: rgba(85, 87, 84, 0.62);
  font-size: 8px;
  letter-spacing: 0.035em;
  line-height: 1.35;
  white-space: nowrap;
}

.research-editorial__proof {
  display: flex;
  gap: 0.38em;
  align-items: baseline;
  margin: 12px 0 0;
  color: rgba(85, 87, 84, 0.72);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.research-editorial__proof-value {
  gap: 0.08em;
}

.research-editorial__proof strong,
.research-editorial__proof small {
  margin: 0;
  color: inherit;
  font-family: var(--font-latin);
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
}

.research-editorial__diptych {
  gap: 10px;
  margin-top: 24px;
}

.research-editorial__diptych img {
  aspect-ratio: 1.42 / 1;
  filter: grayscale(1) contrast(0.94) brightness(1.04);
}

.research-editorial__factory {
  margin-top: clamp(64px, 7vw, 82px);
}

.research-editorial__factory-lead {
  margin: 14px 0 0;
  color: rgba(85, 87, 84, 0.72);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.research-editorial__factory-media {
  margin-top: 18px;
  background: #d3d5d1;
}

.research-editorial__factory-media img {
  aspect-ratio: 3 / 1;
  object-position: center 51%;
  filter: grayscale(1) contrast(0.94) brightness(1.03);
}

@media (max-width: 760px) {
  .research-achievements-main {
    padding-top: var(--header-h);
  }

  .research-editorial {
    width: calc(100% - 40px);
    padding: 30px 0 20px;
  }

  .research-editorial__title-lockup {
    width: 70%;
    padding-bottom: 4px;
  }

  .research-editorial__title-lockup h1,
  .research-editorial__title-lockup h2 {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 1.05;
  }

  .research-editorial__title-lockup p {
    margin-top: 2px;
    font-size: 6px;
    letter-spacing: 0.02em;
    line-height: 1.15;
  }

  .research-editorial__proof {
    display: flex;
    gap: 0.28em;
    margin-top: 8px;
    font-size: 8px;
    line-height: 1.2;
  }

  .research-editorial__diptych {
    gap: 8px;
    margin-top: 10px;
  }

  .research-editorial__diptych img {
    aspect-ratio: 1.42 / 1;
  }

  .research-editorial__factory {
    margin-top: 30px;
  }

  .research-editorial__factory .research-editorial__title-lockup {
    width: 70%;
  }

  .research-editorial__factory-lead {
    margin-top: 7px;
    font-size: 8px;
    line-height: 1.2;
  }

  .research-editorial__factory-media {
    margin-top: 10px;
  }

  .research-editorial__factory-media img {
    aspect-ratio: 3 / 1;
    object-position: center 51%;
  }
}

/* 2026-09-01 suite399: full-bleed research editorial.
   The research chapter now uses the viewport as its grid: deterministic text
   keeps a restrained page-edge inset, while the photographic evidence reaches
   both sides and is recomposed separately for desktop and mobile. */
@media (min-width: 761px) {
  .research-editorial {
    width: 100%;
    max-width: none;
    padding: clamp(72px, 6.8vw, 104px) 0 clamp(88px, 8vw, 124px);
  }

  .research-editorial__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(40px, 6vw, 96px);
    align-items: end;
    padding: 0 clamp(32px, 4.5vw, 72px) clamp(28px, 2.8vw, 42px);
    border-bottom: 1px solid rgba(24, 25, 24, 0.24);
  }

  .research-editorial__title-lockup,
  .research-editorial__factory .research-editorial__title-lockup {
    width: auto;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .research-editorial__title-lockup h1 {
    color: var(--ink);
    font-size: clamp(50px, 5vw, 76px);
    letter-spacing: -0.035em;
    line-height: 0.98;
  }

  .research-editorial__title-lockup p {
    margin-top: 8px;
    font-size: clamp(8px, 0.72vw, 10px);
    letter-spacing: 0.12em;
  }

  .research-editorial__proof {
    justify-self: end;
    margin: 0;
    font-size: clamp(12px, 1vw, 15px);
    white-space: nowrap;
  }

  .research-editorial__proof strong {
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(38px, 3.8vw, 58px);
    letter-spacing: -0.035em;
    line-height: 0.9;
  }

  .research-editorial__diptych {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(1px, 0.7vw, 10px);
    width: 100%;
    margin-top: clamp(24px, 2.4vw, 38px);
  }

  .research-editorial__diptych figure {
    overflow: hidden;
    background: #d3d5d1;
  }

  .research-editorial__diptych img {
    width: 100%;
    height: clamp(360px, 32vw, 520px);
    aspect-ratio: auto;
  }

  .research-editorial__diptych figure:first-child img {
    object-position: 58% center;
  }

  .research-editorial__diptych figure:last-child img {
    object-position: 50% 48%;
  }

  .research-editorial__factory {
    margin-top: clamp(92px, 10vw, 154px);
  }

  .research-editorial__factory > header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(40px, 6vw, 96px);
    align-items: end;
    padding: 0 clamp(32px, 4.5vw, 72px) clamp(28px, 2.8vw, 42px);
    border-bottom: 1px solid rgba(24, 25, 24, 0.24);
  }

  .research-editorial__factory .research-editorial__title-lockup h2 {
    color: var(--ink);
    font-size: clamp(38px, 3.9vw, 58px);
    letter-spacing: -0.025em;
    line-height: 1.04;
  }

  .research-editorial__factory-lead {
    justify-self: end;
    margin: 0;
    font-size: clamp(12px, 1vw, 15px);
    text-align: right;
    white-space: nowrap;
  }

  .research-editorial__factory-media {
    width: 100%;
    margin-top: clamp(24px, 2.4vw, 38px);
  }

  .research-editorial__factory-media img {
    aspect-ratio: 2.45 / 1;
    object-position: 56% 43%;
  }
}

@media (max-width: 760px) {
  .research-editorial {
    width: 100%;
    padding: 30px 0 72px;
  }

  .research-editorial__heading {
    display: grid;
    gap: 18px;
    padding: 0 20px 22px;
    border-bottom: 1px solid rgba(24, 25, 24, 0.22);
  }

  .research-editorial__title-lockup,
  .research-editorial__factory .research-editorial__title-lockup {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .research-editorial__title-lockup h1 {
    color: var(--ink);
    font-size: clamp(38px, 11vw, 48px);
    letter-spacing: -0.03em;
    line-height: 1;
  }

  .research-editorial__title-lockup p {
    margin-top: 6px;
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .research-editorial__proof {
    justify-content: space-between;
    width: 100%;
    margin: 0;
    font-size: 10px;
  }

  .research-editorial__proof strong {
    color: var(--ink);
    font-family: var(--serif);
    font-size: 28px;
    line-height: 0.9;
  }

  .research-editorial__diptych {
    grid-template-columns: 1fr;
    gap: 1px;
    width: 100%;
    margin-top: 16px;
  }

  .research-editorial__diptych figure {
    overflow: hidden;
    background: #d3d5d1;
  }

  .research-editorial__diptych img {
    width: 100%;
    aspect-ratio: 1.16 / 1;
  }

  .research-editorial__diptych figure:first-child img {
    object-position: 60% center;
  }

  .research-editorial__diptych figure:last-child img {
    object-position: center;
  }

  .research-editorial__factory {
    margin-top: 72px;
  }

  .research-editorial__factory > header {
    display: grid;
    gap: 14px;
    padding: 0 20px 22px;
    border-bottom: 1px solid rgba(24, 25, 24, 0.22);
  }

  .research-editorial__factory .research-editorial__title-lockup h2 {
    color: var(--ink);
    font-size: clamp(30px, 9vw, 40px);
    letter-spacing: -0.02em;
    line-height: 1.08;
  }

  .research-editorial__factory-lead {
    margin: 0;
    font-size: 10px;
  }

  .research-editorial__factory-media {
    width: 100%;
    margin-top: 16px;
  }

  .research-editorial__factory-media img {
    aspect-ratio: 1.16 / 1;
    object-position: 58% 44%;
  }
}
