/* ENITA pure-science hero — one continuous silver-gelatin editorial poster. */
.strength-shell .strength-hero--editorial {
  position: relative;
  isolation: isolate;
  display: block;
  height: clamp(720px, calc(100svh - var(--header-h)), 920px);
  min-height: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--strength-line);
  background: var(--strength-paper-light);
}

.strength-shell .strength-hero--editorial::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fafaf8 0%,
    rgba(250, 250, 248, 0.98) 35%,
    rgba(250, 250, 248, 0.7) 52%,
    rgba(250, 250, 248, 0) 72%
  );
  content: "";
  pointer-events: none;
}

.strength-shell .strength-hero--editorial::after {
  position: absolute;
  z-index: 4;
  top: clamp(32px, 3.4vw, 50px);
  right: clamp(32px, 3.4vw, 50px);
  bottom: clamp(32px, 3.4vw, 50px);
  left: clamp(32px, 3.4vw, 50px);
  border: 1px solid rgba(29, 29, 28, 0.12);
  content: "";
  pointer-events: none;
}

.strength-shell .strength-hero--editorial .strength-hero-copy {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(72px, 6.6vw, 104px) clamp(58px, 6.9vw, 106px) clamp(62px, 5.8vw, 88px);
  transform: none;
  background: transparent;
  pointer-events: none;
}

.strength-shell .strength-hero--editorial .strength-hero-copy::after {
  position: absolute;
  right: auto;
  bottom: clamp(62px, 5.8vw, 88px);
  left: clamp(58px, 6.9vw, 106px);
  width: clamp(210px, 27vw, 410px);
  height: 1px;
  background: var(--strength-line);
  content: "";
  pointer-events: none;
}

.strength-shell .strength-hero--editorial .eyebrow {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(340px, 42vw);
  margin: 0;
  color: var(--strength-faint);
  font-family: var(--font-latin);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1.2;
}

.strength-shell .strength-hero--editorial .eyebrow::before {
  color: var(--strength-ink);
  content: "01";
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
}

.strength-shell .strength-hero--editorial .strength-hero-copy h1 {
  display: block;
  width: 2.08em;
  max-width: 2.08em;
  margin: clamp(74px, 10svh, 118px) 0 0;
  color: var(--strength-ink);
  font-family: var(--serif);
  font-size: clamp(82px, 7.8vw, 120px);
  font-weight: 400;
  letter-spacing: -0.085em;
  line-height: 0.82;
  overflow-wrap: anywhere;
}

html[lang^="en"] .strength-shell .strength-hero--editorial .strength-hero-copy h1 {
  width: auto;
  max-width: 5.5em;
  font-size: clamp(64px, 6.2vw, 98px);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.strength-shell .strength-hero--editorial .strength-hero-lead {
  max-width: 28em;
  margin-top: auto;
  padding: 0 0 26px;
  color: var(--strength-muted);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.95;
}

.strength-shell .strength-hero--editorial .strength-hero-copy .text-link {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0;
  padding: 0 0 19px;
  color: var(--strength-ink);
  font-size: 10px;
  letter-spacing: 0.14em;
  pointer-events: auto;
}

.strength-shell .strength-hero--editorial .strength-hero-copy .text-link::after {
  width: 54px;
}

.strength-shell .strength-hero--editorial .strength-hero-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: auto;
  border: 0;
  background: transparent;
}

.strength-shell .strength-hero--editorial .strength-hero-media::before,
.strength-shell .strength-hero--editorial .strength-hero-media::after {
  display: none;
}

.strength-shell .strength-hero--editorial .strength-hero-media img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: none;
}

.strength-shell .strength-hero--editorial .strength-hero-media figcaption {
  position: absolute;
  z-index: 5;
  right: clamp(58px, 6.9vw, 106px);
  bottom: clamp(62px, 5.8vw, 88px);
  display: flex;
  width: min(310px, 26vw);
  justify-content: space-between;
  gap: 24px;
  padding-top: 10px;
  border-top: 1px solid rgba(29, 29, 28, 0.22);
  color: rgba(29, 29, 28, 0.58);
  font-family: var(--font-latin);
  font-size: 8px;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .strength-shell .strength-hero--editorial {
    height: clamp(680px, 100svh, 880px);
  }

  .strength-shell .strength-hero--editorial::before {
    background: linear-gradient(
      90deg,
      #fafaf8 0%,
      rgba(250, 250, 248, 0.96) 34%,
      rgba(250, 250, 248, 0.64) 56%,
      rgba(250, 250, 248, 0) 78%
    );
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy {
    padding: 80px var(--section-x) 58px;
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy::after {
    bottom: 58px;
    left: var(--section-x);
    width: min(330px, 43vw);
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy h1 {
    margin-top: 64px;
    font-size: clamp(74px, 11.5vw, 94px);
  }

  .strength-shell .strength-hero--editorial .strength-hero-lead {
    max-width: 26em;
  }

  .strength-shell .strength-hero--editorial .strength-hero-media figcaption {
    right: var(--section-x);
    bottom: 58px;
    width: min(270px, 34vw);
  }
}

@media (max-width: 760px) {
  .strength-shell .strength-hero--editorial {
    height: clamp(680px, 100svh, 880px);
    background: var(--strength-paper-light);
  }

  .strength-shell .strength-hero--editorial::before {
    background:
      linear-gradient(0deg, #fafaf8 0%, rgba(250, 250, 248, 0.98) 22%, rgba(250, 250, 248, 0) 43%),
      linear-gradient(90deg, rgba(250, 250, 248, 0.78) 0%, rgba(250, 250, 248, 0.16) 48%, rgba(250, 250, 248, 0) 72%);
  }

  .strength-shell .strength-hero--editorial::after {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy {
    padding: 54px 22px 32px;
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy::after {
    right: 22px;
    bottom: 32px;
    left: 22px;
    width: auto;
  }

  .strength-shell .strength-hero--editorial .eyebrow {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 9px;
    width: min(230px, 68vw);
    font-size: 8px;
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy h1 {
    margin-top: 48px;
    font-size: clamp(64px, 18vw, 78px);
    line-height: 0.84;
  }

  .strength-shell .strength-hero--editorial .strength-hero-lead {
    max-width: 23em;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.82;
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy .text-link {
    padding-bottom: 15px;
    font-size: 9px;
  }

  .strength-shell .strength-hero--editorial .strength-hero-media figcaption {
    top: 22px;
    right: 22px;
    bottom: auto;
    width: auto;
    gap: 0;
    padding: 0;
    border: 0;
    color: rgba(29, 29, 28, 0.42);
    font-size: 7px;
  }

  .strength-shell .strength-hero--editorial .strength-hero-media figcaption span:first-child {
    display: none;
  }
}

@media (max-width: 390px) {
  .strength-shell .strength-hero--editorial .strength-hero-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy::after {
    right: 20px;
    left: 20px;
  }

  .strength-shell .strength-hero--editorial .strength-hero-copy h1 {
    font-size: clamp(60px, 17.5vw, 68px);
  }
}
