/*
 * Homepage campaign foundation.
 *
 * This file supplies only the shared, scoped primitives required by the
 * approved Final Campaign Art Direction. Chapter-level parity belongs to the
 * subsequent gates. Essential content remains visible before CSS and JS.
 */
.home .jr-campaign-chapter {
  --jr-campaign-inline: min(100%, var(--jr-content-max));
  --jr-campaign-reading: min(100%, var(--jr-reading-max));
  min-block-size: clamp(38rem, 78svh, 62rem);
  overflow: visible;
  overflow-x: clip;
}

.home .jr-campaign-chapter > * {
  min-inline-size: 0;
}

.home .jr-campaign-composition {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--jr-grid-gap);
  width: var(--jr-campaign-inline);
  margin-inline: auto;
}

.home .jr-campaign-content {
  min-inline-size: 0;
  max-inline-size: var(--jr-reading-max);
}

.home .jr-campaign-picture {
  display: block;
  min-inline-size: 0;
  margin: 0;
  overflow: hidden;
  background: var(--jr-surface-dark-raised);
}

.home .jr-campaign-picture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 807;
  object-fit: cover;
}

.home .jr-campaign-picture--archive img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.home .jr-campaign-register,
.home .jr-campaign-sequence {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .jr-campaign-register > *,
.home .jr-campaign-sequence > * {
  min-inline-size: 0;
}

.home .jr-campaign-connection {
  pointer-events: none;
}

@media (max-width: 64rem) {
  .home .jr-campaign-chapter {
    min-block-size: auto;
  }

  .home .jr-campaign-composition {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (max-width: 47.9375rem) {
  .home .jr-campaign-chapter {
    min-block-size: auto;
    overflow-x: clip;
  }

  .home .jr-campaign-composition {
    display: block;
  }

  .home .jr-campaign-composition > * + * {
    margin-block-start: var(--jr-space-6);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .jr-campaign-chapter *,
  .home .jr-campaign-chapter *::before,
  .home .jr-campaign-chapter *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Motion Expression Correction — meaningful state differences for the three
 * expressive P0 chapters. Their stable end states remain frozen. */

/* 07 / P0-02 — HIGH: statement → governance → connection → complete system. */
.jr-motion-capable body.home #ecosystem .jr-reveal-statement span {
  opacity: .08;
  transition: opacity var(--jr-motion-narrative) var(--jr-ease-enter), transform var(--jr-motion-immersive) var(--jr-ease-flow);
}
.jr-motion-capable body.home #ecosystem .jr-reveal-statement span:nth-child(1) { transform: translate3d(-1.25rem,.75rem,0); transition-delay: 0ms; }
.jr-motion-capable body.home #ecosystem .jr-reveal-statement span:nth-child(2) { transform: translate3d(1.5rem,.75rem,0); transition-delay: 260ms; }
.jr-motion-capable body.home #ecosystem .jr-reveal-statement span:nth-child(3) { transform: translate3d(-.75rem,.75rem,0); transition-delay: 560ms; }
.jr-motion-capable body.home #ecosystem .jr-ecosystem-map__core {
  opacity: .12;
  transform: translateY(1rem) scale(.965);
  transition: opacity var(--jr-motion-narrative) var(--jr-ease-enter) 920ms, transform var(--jr-motion-immersive) var(--jr-ease-flow) 920ms;
}
.jr-motion-capable body.home #ecosystem .jr-ecosystem-map__core::after { transform: scaleX(0); transform-origin: center; transition-delay: 1280ms; }
.jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group {
  opacity: .08;
  transform: translateY(1.25rem);
  border-block-end-color: rgba(255,255,255,.06);
  transition: opacity var(--jr-motion-narrative) var(--jr-ease-enter), transform var(--jr-motion-narrative) var(--jr-ease-enter), border-color var(--jr-motion-flow) var(--jr-ease-standard);
}
.jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(1) { transition-delay: 1580ms; }
.jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(2) { transition-delay: 1710ms; }
.jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(3) { transition-delay: 1840ms; }
.jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(4) { transition-delay: 1970ms; }
.jr-motion-capable body.home #ecosystem .jr-ecosystem-map__status { opacity: 0; transition: opacity var(--jr-motion-flow) var(--jr-ease-enter) 2180ms; }
.jr-motion-capable body.home #ecosystem.is-motion-active .jr-reveal-statement span,
.jr-motion-capable body.home #ecosystem.is-motion-active .jr-ecosystem-map__core,
.jr-motion-capable body.home #ecosystem.is-motion-active .jr-ecosystem-map__group,
.jr-motion-capable body.home #ecosystem.is-motion-active .jr-ecosystem-map__status { opacity: 1; transform: none; }
.jr-motion-capable body.home #ecosystem.is-motion-active .jr-ecosystem-map__core::after { transform: scaleX(1); }
.jr-motion-capable body.home #ecosystem.is-motion-active .jr-ecosystem-map__group { border-block-end-color: rgba(255,255,255,.24); }

/* 08 / P0-04 — HIGH: static photograph → legibility → relationship → stable. */
.jr-motion-capable body.home #capabilities > h2 {
  opacity: .1;
  transform: translateY(.8rem);
  transition: opacity var(--jr-motion-narrative) var(--jr-ease-enter), transform var(--jr-motion-narrative) var(--jr-ease-enter);
}
.jr-motion-capable body.home #capabilities .jr-campaign-picture,
.jr-motion-capable body.home #capabilities .jr-campaign-picture img { opacity: 1; transform: none; transition: none; }
.jr-motion-capable body.home #capabilities .jr-capability-register::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--jr-gold);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  pointer-events: none;
}
.jr-motion-capable body.home #capabilities.is-motion-active .jr-capability-register::after { animation: jr-capability-connect var(--jr-motion-immersive) var(--jr-ease-flow) 520ms 1 both; }
.jr-motion-capable body.home #capabilities .jr-card {
  opacity: .1;
  transform: translateX(1.35rem);
  transition: opacity var(--jr-motion-narrative) var(--jr-ease-enter), transform var(--jr-motion-narrative) var(--jr-ease-enter), border-color var(--jr-motion-flow) var(--jr-ease-standard);
}
.jr-motion-capable body.home #capabilities .jr-card:nth-child(1) { transition-delay: 720ms; border-inline-start-color: transparent; }
.jr-motion-capable body.home #capabilities .jr-card:nth-child(2) { transition-delay: 900ms; }
.jr-motion-capable body.home #capabilities .jr-card:nth-child(3) { transition-delay: 1080ms; }
.jr-motion-capable body.home #capabilities .jr-card:nth-child(4) { transition-delay: 1260ms; }
.jr-motion-capable body.home #capabilities.is-motion-active > h2,
.jr-motion-capable body.home #capabilities.is-motion-active .jr-card { opacity: 1; transform: none; }
.jr-motion-capable body.home #capabilities.is-motion-active .jr-card:nth-child(1) { border-inline-start-color: var(--jr-gold); }
@keyframes jr-capability-connect {
  0% { opacity: 0; transform: scaleY(0); }
  22% { opacity: 1; }
  76% { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0; transform: scaleY(1); }
}

/* 09 / P0-01 — VERY HIGH: recognition → governance → groups → one FLOW. */
.jr-motion-capable body.home #living > h2 { opacity: .08; transform: translateY(1rem); transition: opacity var(--jr-motion-narrative) var(--jr-ease-enter) 180ms, transform var(--jr-motion-immersive) var(--jr-ease-flow) 180ms; }
.jr-motion-capable body.home #living .jr-campaign-picture,
.jr-motion-capable body.home #living .jr-campaign-picture img { opacity: 1; transform: none; transition: none; }
.jr-motion-capable body.home #living .jr-master-holding { position: relative; opacity: .1; transform: translateX(1.25rem); transition: opacity var(--jr-motion-narrative) var(--jr-ease-enter) 700ms, transform var(--jr-motion-immersive) var(--jr-ease-flow) 700ms; }
.jr-motion-capable body.home #living .jr-master-holding::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  width: 2px;
  background: var(--jr-gold);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  pointer-events: none;
}
.jr-motion-capable body.home #living.is-motion-active .jr-master-holding::after { animation: jr-living-governance-connect var(--jr-motion-immersive) var(--jr-ease-flow) 1020ms 1 both; }
.jr-motion-capable body.home #living .jr-living-groups p { opacity: .08; transform: translateX(1.25rem); transition: opacity var(--jr-motion-narrative) var(--jr-ease-enter), transform var(--jr-motion-narrative) var(--jr-ease-enter); }
.jr-motion-capable body.home #living .jr-living-groups p:nth-child(1) { transition-delay: 1080ms; }
.jr-motion-capable body.home #living .jr-living-groups p:nth-child(2) { transition-delay: 1210ms; }
.jr-motion-capable body.home #living .jr-living-groups p:nth-child(3) { transition-delay: 1340ms; }
.jr-motion-capable body.home #living .jr-living-groups p:nth-child(4) { transition-delay: 1470ms; }
.jr-motion-capable body.home #living.is-motion-active > h2,
.jr-motion-capable body.home #living.is-motion-active .jr-master-holding,
.jr-motion-capable body.home #living.is-motion-active .jr-living-groups p { opacity: 1; transform: none; }
.jr-motion-capable body.home #living .jr-living-flow::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 2px;
  background: var(--jr-gold);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow::after { animation: jr-living-progress calc(var(--jr-motion-immersive) * 1.55) var(--jr-ease-flow) 1580ms 1 both; }
.jr-motion-capable body.home #living .jr-living-flow li { opacity: .18; animation: none; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li { animation: jr-home-living-expression calc(var(--jr-motion-immersive) * .72) var(--jr-ease-flow) 1 both; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(1) { animation-delay: 1580ms; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(2) { animation-delay: 1740ms; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(3) { animation-delay: 1900ms; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(4) { animation-delay: 2060ms; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(5) { animation-delay: 2220ms; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(6) { animation-delay: 2380ms; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(7) { animation-delay: 2540ms; }
.jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(8) { animation-delay: 2700ms; }
@keyframes jr-living-governance-connect {
  0% { opacity: 0; transform: scaleY(0); }
  20% { opacity: 1; }
  78% { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0; transform: scaleY(1); }
}
@keyframes jr-living-progress {
  0% { opacity: 0; transform: scaleX(0); }
  12% { opacity: 1; }
  82% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}
@keyframes jr-home-living-expression {
  0% { opacity: .18; color: var(--jr-text-on-dark-secondary); background: transparent; transform: translateY(.4rem); }
  42% { opacity: 1; color: var(--jr-gold-light); background: rgba(201,162,74,.12); transform: none; }
  100% { opacity: 1; color: var(--jr-text-on-dark-secondary); background: transparent; transform: none; }
}

@media (max-width: 64rem) {
  .jr-motion-capable body.home #ecosystem .jr-reveal-statement span:nth-child(2) { transition-delay: 180ms; }
  .jr-motion-capable body.home #ecosystem .jr-reveal-statement span:nth-child(3) { transition-delay: 360ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__core { transition-delay: 620ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__core::after { transition-delay: 820ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(1) { transition-delay: 980ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(2) { transition-delay: 1080ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(3) { transition-delay: 1180ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(4) { transition-delay: 1280ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__status { transition-delay: 1480ms; }
}

@media (max-width: 47.9375rem) {
  .jr-motion-capable body.home #ecosystem .jr-reveal-statement span:nth-child(n),
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group,
  .jr-motion-capable body.home #capabilities > h2,
  .jr-motion-capable body.home #capabilities .jr-card,
  .jr-motion-capable body.home #living > h2,
  .jr-motion-capable body.home #living .jr-master-holding,
  .jr-motion-capable body.home #living .jr-living-groups p { opacity: .18; transform: translateY(.55rem); }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(1) { transition-delay: 760ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(2) { transition-delay: 840ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(3) { transition-delay: 920ms; }
  .jr-motion-capable body.home #ecosystem .jr-ecosystem-map__group:nth-child(4) { transition-delay: 1000ms; }
  .jr-motion-capable body.home #capabilities .jr-card:nth-child(1) { transition-delay: 420ms; }
  .jr-motion-capable body.home #capabilities .jr-card:nth-child(2) { transition-delay: 500ms; }
  .jr-motion-capable body.home #capabilities .jr-card:nth-child(3) { transition-delay: 580ms; }
  .jr-motion-capable body.home #capabilities .jr-card:nth-child(4) { transition-delay: 660ms; }
  .jr-motion-capable body.home #living .jr-living-groups p:nth-child(1) { transition-delay: 700ms; }
  .jr-motion-capable body.home #living .jr-living-groups p:nth-child(2) { transition-delay: 780ms; }
  .jr-motion-capable body.home #living .jr-living-groups p:nth-child(3) { transition-delay: 860ms; }
  .jr-motion-capable body.home #living .jr-living-groups p:nth-child(4) { transition-delay: 940ms; }
  .jr-motion-capable body.home #living .jr-living-flow::after { inset: 0 auto 0 .38rem; width: 2px; height: auto; transform: scaleY(0); transform-origin: top; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow::after { animation: jr-living-progress-mobile calc(var(--jr-motion-immersive) * 1.35) var(--jr-ease-flow) 1080ms 1 both; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li { animation-duration: var(--jr-motion-flow); }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(1) { animation-delay: 1080ms; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(2) { animation-delay: 1160ms; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(3) { animation-delay: 1240ms; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(4) { animation-delay: 1320ms; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(5) { animation-delay: 1400ms; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(6) { animation-delay: 1480ms; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(7) { animation-delay: 1560ms; }
  .jr-motion-capable body.home #living.is-motion-active .jr-living-flow li:nth-child(8) { animation-delay: 1640ms; }
}
@keyframes jr-living-progress-mobile {
  0% { opacity: 0; transform: scaleY(0); }
  12% { opacity: 1; }
  82% { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0; transform: scaleY(1); }
}

.jr-reduced-motion body.home :is(#ecosystem,#capabilities,#living) *,
.jr-reduced-motion body.home :is(#ecosystem,#capabilities,#living) *::before,
.jr-reduced-motion body.home :is(#ecosystem,#capabilities,#living) *::after { opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important; }
.jr-reduced-motion body.home #capabilities .jr-capability-register::after,
.jr-reduced-motion body.home #living .jr-master-holding::after,
.jr-reduced-motion body.home #living .jr-living-flow::after { content: none !important; }
@media (prefers-reduced-motion: reduce) {
  .home :is(#ecosystem,#capabilities,#living) *,
  .home :is(#ecosystem,#capabilities,#living) *::before,
  .home :is(#ecosystem,#capabilities,#living) *::after { opacity: 1 !important; transform: none !important; transition: none !important; animation: none !important; }
  .home #capabilities .jr-capability-register::after,
  .home #living .jr-master-holding::after,
  .home #living .jr-living-flow::after { content: none !important; }
}

/* P0-03 guarded state: an intentional text-first field, not a visual stand-in
 * for the unpublished factual photograph. */
.home #technology {
  background: linear-gradient(112deg, #000 0 66%, #0b0905 66% 100%);
}

.home #technology::before {
  display: none;
}

.home #technology::after {
  right: clamp(1.5rem, 5vw, 5rem);
  top: auto;
  bottom: clamp(3rem, 9vh, 7rem);
  width: clamp(4rem, 8vw, 8rem);
  background: linear-gradient(90deg, rgba(201,162,74,.72), transparent);
}

/* Desktop parity layer: frozen Variant C relationships, translated into the
 * live semantic document without viewport locks or essential overlays. */
@media (min-width: 64.0625rem) {
  .home .jr-campaign-chapter {
    min-block-size: clamp(46rem, 92svh, 64rem);
    padding-block: clamp(7rem, 12vh, 10rem);
  }

  .home #hero h1 {
    max-inline-size: 12ch;
  }

  .home #founder .jr-two-col {
    grid-template-columns: minmax(0, 5fr) minmax(18rem, 3fr);
  }

  .home #journey .jr-timeline {
    max-inline-size: 72rem;
  }

  .home #technology .jr-technology-composition {
    grid-template-columns: minmax(0, 1.15fr) minmax(24rem, .85fr);
    align-items: end;
  }

  .home #technology .jr-technology-composition > .wp-block-group {
    margin-block-start: clamp(5rem, 12vh, 9rem);
    padding: 1.75rem 0 0;
    border-block-start: 1px solid rgba(201,162,74,.45);
    border-inline-start: 0;
  }

  .home #purpose-found {
    min-block-size: clamp(34rem, 68svh, 48rem);
  }

  .home #problem {
    min-block-size: clamp(42rem, 82svh, 56rem);
  }

  .home #ecosystem {
    min-block-size: clamp(54rem, 108svh, 76rem);
  }

  .home #ecosystem .jr-reveal-statement {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    max-inline-size: none;
    gap: var(--jr-grid-gap);
    margin-block-end: clamp(4rem, 8vh, 7rem);
  }

  .home #ecosystem .jr-reveal-statement span {
    display: block;
  }

  .home #ecosystem .jr-reveal-statement span:nth-child(1) {
    grid-column: 1 / 7;
  }

  .home #ecosystem .jr-reveal-statement span:nth-child(2) {
    grid-column: 6 / 13;
    color: #8e8c86;
    text-align: right;
  }

  .home #ecosystem .jr-reveal-statement span:nth-child(3) {
    grid-column: 2 / 9;
    margin-block-start: 1.5rem;
    color: #b6b3ab;
  }

  .home #ecosystem .jr-ecosystem-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 4.5rem) var(--jr-grid-gap);
    max-inline-size: 76rem;
    margin-inline: auto;
  }

  .home #ecosystem .jr-ecosystem-map__core {
    grid-column: 4 / 10;
    width: 100%;
    margin: 0;
    padding: 0 0 clamp(2.25rem, 5vh, 4rem);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .jr-motion-capable .home #ecosystem.is-motion-active .jr-ecosystem-map__core {
    transform: none;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .home #ecosystem .jr-ecosystem-map__core::after {
    content: "";
    display: block;
    width: clamp(3rem, 5vw, 5rem);
    height: 1px;
    margin: clamp(2rem, 4vh, 3.5rem) auto 0;
    background: var(--jr-gold);
  }

  .home #ecosystem .jr-ecosystem-map__core-title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: .95;
  }

  .home #ecosystem .jr-ecosystem-map__core span {
    margin-block-start: 1rem;
    color: var(--jr-text-on-dark-secondary);
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .home #ecosystem .jr-ecosystem-map__geometry {
    display: none;
  }

  .home #ecosystem .jr-ecosystem-map__groups {
    grid-column: 1 / 13;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vh, 3.5rem) var(--jr-grid-gap);
  }

  .home #ecosystem .jr-ecosystem-map__group {
    min-block-size: 7rem;
    padding: 1.5rem 0;
    border: 0;
    border-block-end: 1px solid rgba(255,255,255,.24);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home #ecosystem .jr-ecosystem-map__group:nth-child(1) {
    grid-column: 1 / 6;
  }

  .home #ecosystem .jr-ecosystem-map__group:nth-child(2) {
    grid-column: 8 / 13;
  }

  .home #ecosystem .jr-ecosystem-map__group:nth-child(3) {
    grid-column: 3 / 8;
  }

  .home #ecosystem .jr-ecosystem-map__group:nth-child(4) {
    grid-column: 7 / 12;
  }

  .home #ecosystem .jr-ecosystem-map__group strong {
    font: 500 clamp(1.45rem, 2.2vw, 2.2rem)/1.05 var(--jr-font-editorial);
  }

  .home #ecosystem .jr-ecosystem-map__group[aria-pressed="true"] {
    padding-inline-start: 1.25rem;
    border-block-end-color: var(--jr-gold-light);
    background: transparent;
    box-shadow: inset 3px 0 0 var(--jr-gold);
  }

  .home #ecosystem .jr-ecosystem-map__status,
  .home #ecosystem .jr-ecosystem-map__explorer {
    grid-column: 3 / 11;
    width: 100%;
  }

  .home #ecosystem .jr-ecosystem-map__status {
    margin: 0;
    padding: 1.25rem 0 1.25rem 1.5rem;
    background: transparent;
  }

  .home #ecosystem .jr-ecosystem-map__explorer {
    margin: 0;
  }

  .home #capabilities {
    display: grid;
    grid-template-columns: minmax(18rem, 4fr) minmax(0, 8fr);
    grid-template-rows: auto auto 1fr;
    column-gap: clamp(2rem, 4vw, 5rem);
    align-content: center;
    min-block-size: clamp(52rem, 105svh, 72rem);
    background: #070806;
    color: var(--jr-text-on-dark);
  }

  .home #capabilities > .jr-label,
  .home #capabilities > h2,
  .home #capabilities > .jr-capability-register {
    grid-column: 1;
    width: 100%;
  }

  .home #capabilities > h2 {
    align-self: start;
    font-size: clamp(3rem, 4.7vw, 5.1rem);
  }

  .home #capabilities > .jr-campaign-picture {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    width: 100%;
    max-inline-size: none;
  }

  .home #capabilities .jr-campaign-picture img {
    aspect-ratio: 16 / 9;
    object-position: 50% 50%;
  }

  .home #capabilities .jr-capability-register {
    display: block;
    align-self: end;
    margin: 0;
  }

  .home #capabilities .jr-card {
    position: relative;
    display: block;
    min-block-size: 0;
    margin: 0;
    padding: 1.15rem 0 1.15rem 2.75rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
    background: transparent;
    color: inherit;
  }

  .home #capabilities .jr-card:first-child {
    border-inline-start: 2px solid var(--jr-gold);
  }

  .home #capabilities .jr-capability-register > .jr-card:nth-child(n) {
    margin-block-start: 0;
  }

  .home #capabilities .jr-card::before {
    position: absolute;
    inset: 1.45rem auto auto 0;
    color: var(--jr-gold-light);
    font: 600 .68rem/1 var(--jr-font-functional);
    letter-spacing: .12em;
  }

  .home #capabilities .jr-card:nth-child(1)::before { content: "01"; }
  .home #capabilities .jr-card:nth-child(2)::before { content: "02"; }
  .home #capabilities .jr-card:nth-child(3)::before { content: "03"; }
  .home #capabilities .jr-card:nth-child(4)::before { content: "04"; }

  .home #capabilities .jr-card h3 {
    margin: 0;
    color: var(--jr-white);
    font: 500 clamp(1.25rem, 1.8vw, 1.65rem)/1.1 var(--jr-font-editorial);
  }

  .home #capabilities .jr-card p {
    margin: .25rem 0 0;
    color: var(--jr-text-on-dark-secondary);
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .home #living {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto auto auto auto;
    gap: 0 var(--jr-grid-gap);
    align-content: center;
    min-block-size: clamp(58rem, 118svh, 82rem);
    background: #0a0b08;
  }

  .home #living::before {
    content: none;
  }

  .home #living > .jr-label {
    grid-column: 1 / 6;
  }

  .home #living > h2 {
    z-index: 2;
    grid-column: 1 / 8;
    grid-row: 2;
    max-inline-size: 12ch;
    margin-block-end: -2.75rem;
    font-size: clamp(3.5rem, 5.8vw, 6.2rem);
  }

  .home #living > .jr-campaign-picture {
    grid-column: 1 / 8;
    grid-row: 3;
    width: 100%;
  }

  .home #living .jr-campaign-picture img {
    aspect-ratio: 1.28 / 1;
    object-position: 50% 54%;
  }

  .home #living > .jr-master-holding {
    grid-column: 8 / 13;
    grid-row: 2;
    align-self: end;
    width: 100%;
    padding: 0 0 2rem 2rem;
    border-inline-start: 1px solid rgba(201,162,74,.55);
  }

  .home #living .jr-master-holding .jr-label {
    margin: 0 0 .6rem;
    color: var(--jr-gold-light);
  }

  .home #living > .jr-living-groups {
    grid-column: 8 / 13;
    grid-row: 3;
    align-self: start;
    width: 100%;
    margin: 0;
  }

  .home #living .jr-living-groups p {
    display: grid;
    gap: .3rem;
    margin: 0;
    padding: 1.1rem 0;
    border-top: 1px solid rgba(255,255,255,.2);
  }

  .home #living .jr-living-groups strong {
    font: 500 clamp(1.25rem, 1.7vw, 1.6rem)/1.1 var(--jr-font-editorial);
  }

  .home #living .jr-living-groups span {
    color: var(--jr-text-on-dark-secondary);
    font-size: .72rem;
  }

  .home #living > .jr-living-flow {
    grid-column: 1 / 13;
    grid-row: 4;
    width: 100%;
    margin-block-start: 3.5rem;
  }

  .home #living .jr-living-flow {
    grid-template-rows: auto;
    max-inline-size: none;
    padding: 0;
    background: transparent;
  }

  .home #living .jr-living-flow li {
    display: block;
    min-block-size: 0;
    padding: .8rem .75rem;
    background: transparent;
  }

  .home #impact {
    display: grid;
    grid-template-columns: minmax(17rem, 4fr) minmax(0, 8fr);
    grid-template-rows: auto 1fr;
    gap: 0 clamp(2rem, 5vw, 6rem);
    align-content: center;
    min-block-size: clamp(48rem, 96svh, 66rem);
  }

  .home #impact > .jr-label,
  .home #impact > h2 {
    grid-column: 1;
    width: 100%;
  }

  .home #impact > h2 {
    max-inline-size: 7ch;
    align-self: start;
  }

  .home #impact .jr-evidence-register {
    grid-column: 2;
    grid-row: 1 / 3;
    display: grid;
    align-content: center;
    width: 100%;
    min-block-size: 34rem;
    margin: 0;
    padding: clamp(3rem, 6vw, 6rem);
    background: #0b0c0a;
    color: var(--jr-white);
  }

  .home #impact .jr-evidence-register h3 {
    max-inline-size: 18ch;
    margin: 0 0 1.5rem;
    color: var(--jr-white);
    font: 500 clamp(2.4rem, 4vw, 4.2rem)/1 var(--jr-font-editorial);
  }

  .home #impact .jr-evidence-register > p:last-child {
    max-inline-size: 38rem;
    color: var(--jr-text-on-dark-secondary);
  }

  .home #join {
    display: grid;
    grid-template-columns: minmax(18rem, 5fr) minmax(0, 7fr);
    grid-template-rows: auto auto auto;
    gap: 0 clamp(3rem, 6vw, 7rem);
    align-content: center;
    min-block-size: clamp(54rem, 108svh, 74rem);
    background: var(--jr-warm-100);
    color: var(--jr-text-primary);
  }

  .home #join .jr-label {
    grid-column: 1;
    color: var(--jr-gold-dark);
  }

  .home #join h2 {
    grid-column: 1;
    max-inline-size: 9ch;
  }

  .home #join .jr-lede {
    grid-column: 1;
    max-inline-size: 26rem;
    color: var(--jr-text-secondary);
  }

  .home #join .jr-intent-selector {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    width: 100%;
    margin: 0;
  }

  .home #join .jr-intent-selector__options {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 2rem);
    padding: 0;
    background: transparent;
    counter-reset: jr-home-intent;
  }

  .home #join .jr-intent-selector button {
    counter-increment: jr-home-intent;
    position: relative;
    display: block;
    min-block-size: 7rem;
    padding: 2rem 0 .8rem;
    border: 0;
    border-bottom: 1px solid rgba(17,17,17,.26);
    border-radius: 0;
    background: transparent;
    color: var(--jr-text-primary);
    font: 500 clamp(1.45rem, 2.2vw, 2rem)/1.12 var(--jr-font-editorial);
  }

  .home #join .jr-intent-selector button::before {
    content: "0" counter(jr-home-intent);
    position: absolute;
    inset: 0 auto auto 0;
    color: var(--jr-gold-dark);
    font: 600 .68rem/1 var(--jr-font-functional);
    letter-spacing: .12em;
  }

  .home #join .jr-intent-selector button:nth-child(1) { grid-column: 1 / 7; }
  .home #join .jr-intent-selector button:nth-child(2) { grid-column: 5 / 11; }
  .home #join .jr-intent-selector button:nth-child(3) { grid-column: 2 / 8; }
  .home #join .jr-intent-selector button:nth-child(4) { grid-column: 7 / 13; }
  .home #join .jr-intent-selector button:nth-child(5) { grid-column: 4 / 10; }

  .home #join .jr-intent-selector button:hover,
  .home #join .jr-intent-selector button[aria-pressed="true"] {
    padding-inline-start: 1.25rem;
    background: transparent;
    color: var(--jr-text-primary);
    box-shadow: inset 3px 0 0 var(--jr-gold-dark);
    transform: none;
  }

  .home #join .jr-intent-selector__detail {
    color: var(--jr-text-secondary);
    border-inline-start-color: var(--jr-gold-dark);
  }
}

/* Final responsive parity. Desktop stays frozen above 1023px; tablet keeps
 * authored spatial relationships with less geometry, and mobile follows the
 * canonical semantic sequence without shrinking Desktop coordinates. */
@media (max-width: 64rem) {
  .home .jr-campaign-chapter {
    padding-block: clamp(6.5rem, 10vh, 8rem);
  }

  .home #technology .jr-technology-composition {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: var(--jr-grid-gap);
  }

  .home #technology .jr-technology-composition > h2 {
    grid-column: 1 / 6;
  }

  .home #technology .jr-technology-composition > .wp-block-group {
    grid-column: 6 / 9;
    align-self: end;
    margin-block-start: 5rem;
    padding: 1.5rem 0 0 1.5rem;
    border-block-start: 1px solid rgba(201,162,74,.45);
    border-inline-start: 1px solid rgba(201,162,74,.25);
  }

  .home #ecosystem .jr-reveal-statement {
    max-inline-size: 13ch;
  }

  .home #ecosystem .jr-ecosystem-map {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 3.5rem) var(--jr-grid-gap);
  }

  .home #ecosystem .jr-ecosystem-map__core {
    grid-column: 2 / 8;
    width: 100%;
    margin: 0;
    padding: 0 0 2.5rem 1.5rem;
    border: 0;
    border-inline-start: 1px solid var(--jr-gold);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
  }

  .jr-motion-capable .home #ecosystem.is-motion-active .jr-ecosystem-map__core {
    transform: none;
    border-color: var(--jr-gold);
    background: transparent;
    box-shadow: none;
  }

  .home #ecosystem .jr-ecosystem-map__geometry {
    display: none;
  }

  .home #ecosystem .jr-ecosystem-map__groups {
    grid-column: 1 / 9;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 var(--jr-grid-gap);
  }

  .home #ecosystem .jr-ecosystem-map__group {
    min-block-size: 7.5rem;
    padding: 1.5rem 0;
    border: 0;
    border-block-start: 1px solid rgba(255,255,255,.23);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home #ecosystem .jr-ecosystem-map__group[aria-pressed="true"] {
    padding-inline-start: 1rem;
    border-block-start-color: var(--jr-gold-light);
    background: transparent;
    box-shadow: inset 3px 0 0 var(--jr-gold);
  }

  .home #ecosystem .jr-ecosystem-map__status,
  .home #ecosystem .jr-ecosystem-map__explorer {
    grid-column: 2 / 8;
    width: 100%;
  }

  .home #capabilities .jr-campaign-picture,
  .home #living .jr-campaign-picture {
    width: 100%;
    max-inline-size: none;
  }

  .home #capabilities .jr-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 var(--jr-grid-gap);
    padding: 0;
    background: transparent;
  }

  .home #capabilities .jr-card {
    min-block-size: 9rem;
    margin: 0;
    padding: 1.5rem 0 1.5rem 2.5rem;
    border: 0;
    border-block-start: 1px solid rgba(255,255,255,.23);
    border-radius: 0;
    background: transparent;
    color: inherit;
  }

  .home #capabilities .jr-card:nth-child(even) {
    margin-block-start: 3rem;
  }

  .home #living > .jr-campaign-picture {
    margin-block: 0 clamp(2rem, 5vw, 3rem);
  }

  .home #living > .jr-master-holding,
  .home #living > .jr-living-groups {
    width: 100%;
  }

  .home #living .jr-living-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .home #impact .jr-evidence-register {
    width: min(100%, 44rem);
    margin-inline: auto;
  }

  .home #join .jr-intent-selector__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 47.9375rem) {
  .home .jr-campaign-chapter {
    padding: clamp(5.25rem, 10vh, 6.5rem) 1.375rem;
  }

  .home .jr-campaign-chapter > .jr-label {
    margin-block-end: 1.5rem;
  }

  .home .jr-campaign-chapter h2 {
    max-inline-size: 12ch;
    margin-block-end: 2rem;
    font-size: clamp(2.75rem, 12.4vw, 3.75rem);
    line-height: .94;
  }

  .home #hero {
    min-block-size: calc(100svh - 1rem);
    padding-block: calc(var(--jr-header-height) + 3.5rem) 4.5rem;
  }

  .home #hero h1 {
    max-inline-size: 10ch;
    font-size: clamp(3.45rem, 16.2vw, 4.75rem);
    line-height: .88;
  }

  .home #hero .jr-lede {
    max-inline-size: 30ch;
  }

  .home #founder {
    padding-block: 6rem 5.5rem;
  }

  .home #founder .jr-two-col {
    gap: 1.75rem;
  }

  .home #founder .jr-founder-photo__frame {
    aspect-ratio: 4 / 4.8;
  }

  .home #journey {
    padding-block: 5.75rem;
  }

  .home #journey .jr-timeline li:nth-child(n) {
    padding-block-end: 2.5rem;
  }

  .home #technology {
    padding-block: 6.5rem;
    background: linear-gradient(112deg, #000 0 82%, #0b0905 82% 100%);
  }

  .home #technology::after {
    right: 1.375rem;
    bottom: 3rem;
    width: 4rem;
  }

  .home #technology .jr-technology-composition {
    display: block;
  }

  .home #technology .jr-technology-composition > h2 {
    max-inline-size: 10ch;
    font-size: clamp(3rem, 13.6vw, 4.15rem);
  }

  .home #technology .jr-technology-composition > .wp-block-group {
    margin-block-start: 3rem;
    padding: 1.5rem 0 0 1.25rem;
    border-inline-start: 0;
  }

  .home #purpose-found {
    padding-block: 5.5rem;
  }

  .home #purpose-found blockquote p {
    font-size: clamp(2.85rem, 13.5vw, 4.1rem);
  }

  .home #problem {
    padding-block: 5.75rem;
  }

  .home #problem .jr-system-actors {
    margin-block-start: 2.5rem;
  }

  .home #problem .jr-system-actors li {
    padding-block: 1.15rem;
    font-size: clamp(1.75rem, 8vw, 2.3rem);
  }

  .home #ecosystem {
    padding-block: 6.75rem;
  }

  .home #ecosystem .jr-reveal-statement {
    max-inline-size: none;
    margin-block-end: 4.5rem;
    font-size: clamp(2.85rem, 13.4vw, 4rem);
  }

  .home #ecosystem .jr-reveal-statement span:nth-child(2) {
    max-inline-size: 7ch;
    margin-inline-start: 1.15em;
  }

  .home #ecosystem .jr-reveal-statement span:nth-child(3) {
    margin-block-start: .25em;
    color: var(--jr-white);
  }

  .home #ecosystem .jr-ecosystem-map {
    display: block;
    margin-block-start: 0;
  }

  .home #ecosystem .jr-ecosystem-map__core {
    margin: 0 0 3.5rem;
    padding: 0 0 0 1.25rem;
  }

  .home #ecosystem .jr-ecosystem-map__core-title {
    margin: 0 0 .5rem;
    font: 500 clamp(2rem, 9vw, 2.75rem)/1 var(--jr-font-editorial);
  }

  .home #ecosystem .jr-ecosystem-map__groups {
    display: block;
  }

  .home #ecosystem .jr-ecosystem-map__group {
    width: 100%;
    min-block-size: var(--jr-touch-target);
    padding: 1.25rem 0;
    text-align: left;
  }

  .home #ecosystem .jr-ecosystem-map__group strong {
    font: 500 clamp(1.45rem, 7.2vw, 2rem)/1.05 var(--jr-font-editorial);
  }

  .home #ecosystem .jr-ecosystem-map__status {
    margin-block-start: 2rem;
    padding: 1.25rem 0 0 1.25rem;
    border-inline-start: 1px solid rgba(201,162,74,.55);
    background: transparent;
  }

  .home #ecosystem .jr-ecosystem-map__explorer {
    margin-block-start: 2rem;
  }

  .home #capabilities {
    padding-block: 6.5rem;
    background: #070806;
    color: var(--jr-white);
  }

  .home #capabilities > h2 {
    max-inline-size: 10ch;
  }

  .home #capabilities > .jr-campaign-picture {
    margin-block: .75rem 2.5rem;
  }

  .home #capabilities .jr-campaign-picture img {
    aspect-ratio: 16 / 10;
    object-position: 50% 50%;
  }

  .home #capabilities .jr-card-grid {
    display: block;
    padding: 0 0 0 1.75rem;
  }

  .home #capabilities .jr-card-grid::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: .35rem;
    width: 1px;
    height: auto;
    background: linear-gradient(var(--jr-gold), rgba(201,162,74,.16));
  }

  .home #capabilities .jr-card:nth-child(n) {
    min-block-size: 0;
    margin: 0;
    padding: 0 0 2.75rem 1rem;
    border: 0;
  }

  .home #capabilities .jr-card::before {
    top: .2rem;
    left: -1.78rem;
    background: #070806;
  }

  .home #capabilities .jr-card h3 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .home #living {
    display: block;
    padding-block: 6.75rem;
    background: radial-gradient(circle at 50% 42%, rgba(201,162,74,.15), transparent 0 20%, transparent 48%), #000;
  }

  .home #living::before {
    top: 40%;
    width: 30rem;
  }

  .home #living > .jr-campaign-picture {
    margin-block: 0 2.5rem;
  }

  .home #living .jr-campaign-picture img {
    aspect-ratio: 4 / 3;
    object-position: 52% 55%;
  }

  .home #living > h2 {
    max-inline-size: 11ch;
    margin-block: 0 3rem;
    font-size: clamp(3rem, 13.8vw, 4.2rem);
  }

  .home #living > .jr-master-holding {
    margin-block-start: 0;
    padding: 0 0 1.5rem 1.25rem;
  }

  .home #living .jr-master-holding .jr-label {
    font: 500 clamp(1.8rem, 8vw, 2.35rem)/1 var(--jr-font-editorial);
    letter-spacing: -.02em;
    text-transform: none;
  }

  .home #living > .jr-living-groups {
    margin-block-start: 1.5rem;
  }

  .home #living .jr-living-groups p {
    padding-block: .9rem;
  }

  .home #living .jr-living-groups strong {
    font-size: clamp(1.35rem, 6.7vw, 1.85rem);
  }

  .home #living > .jr-living-flow {
    margin-block-start: 3rem;
  }

  .home #living .jr-living-flow {
    display: block;
    padding-inline-start: 1.75rem;
  }

  .home #living .jr-living-flow li {
    padding: .65rem 0 1.15rem;
  }

  .home #living .jr-living-flow li::before {
    left: -1.75rem;
  }

  .home #living .jr-living-flow span {
    font-size: clamp(1.45rem, 7.5vw, 2rem);
  }

  .home #impact {
    padding-block: 6rem;
  }

  .home #impact > h2 {
    max-inline-size: 8ch;
  }

  .home #impact .jr-evidence-register {
    min-block-size: 28rem;
    margin-block-start: 3rem;
    padding: 2.5rem 2rem;
  }

  .home #impact .jr-evidence-register::before {
    content: "Verified evidence";
    display: block;
    margin-block-end: 5rem;
    color: var(--jr-gold-light);
    font: 650 .68rem/1.2 var(--jr-font-functional);
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .home #impact .jr-evidence-register h3 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .home #purpose {
    padding-block: 6rem;
  }

  .home #purpose .jr-principles p {
    padding-block: 1.2rem;
    font-size: clamp(1.6rem, 7.6vw, 2.15rem);
  }

  .home #join {
    padding-block: 6.5rem;
  }

  .home #join > h2,
  .home #join > .jr-label,
  .home #join > .jr-lede {
    text-align: left;
  }

  .home #join .jr-intent-selector__options {
    display: block;
  }

  .home #join .jr-intent-selector button {
    min-block-size: 4.75rem;
    padding-block: 1.25rem;
  }
}

@media (max-width: 22.5rem) {
  .home .jr-campaign-chapter {
    padding-inline: 1.125rem;
  }

  .home .jr-campaign-chapter::before,
  .home .jr-campaign-chapter::after {
    left: 1.125rem;
  }

  .home #hero h1,
  .home .jr-campaign-chapter h2 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .home #ecosystem .jr-reveal-statement,
  .home #technology .jr-technology-composition > h2,
  .home #living > h2 {
    font-size: 2.75rem;
  }

  .home #join .jr-intent-selector button {
    padding-inline-end: .25rem;
  }
}

/* Shared chapter refinements and natural-flow narrower layouts. */
.home #problem .jr-system-actors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(3rem, 7vw, 6rem) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: jr-system-actors;
}

.home #problem .jr-system-actors li {
  counter-increment: jr-system-actors;
  position: relative;
  min-block-size: 11rem;
  padding: 4rem 1.5rem 1.5rem;
  border-top: 1px solid var(--jr-border-light);
  font: 500 clamp(1.6rem, 3vw, 2.6rem)/1.05 var(--jr-font-editorial);
}

.home #problem .jr-system-actors li::before {
  content: "0" counter(jr-system-actors);
  position: absolute;
  inset: 1.25rem auto auto 1.5rem;
  color: var(--jr-gold-dark);
  font: 600 .68rem/1 var(--jr-font-functional);
  letter-spacing: .12em;
}

.home #problem .jr-system-actors li:not(:last-child)::after {
  content: "";
  position: absolute;
  inset: 2rem -1px auto auto;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--jr-gold-dark);
  box-shadow: 0 0 0 5px var(--jr-surface-light);
}

.home #purpose-found {
  border-block-end: clamp(.5rem, 1vw, 1rem) solid var(--jr-gold);
}

.home #purpose-found blockquote {
  max-inline-size: 52rem;
}

.home #living .jr-living-flow {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: .75rem;
}

.home #living .jr-living-flow li {
  position: relative;
  color: var(--jr-text-on-dark-secondary);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home #living .jr-living-flow span {
  max-inline-size: none;
  font: inherit;
  letter-spacing: inherit;
  overflow-wrap: normal;
  white-space: nowrap;
}

.home #living .jr-living-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  inset-inline-end: 0;
  color: var(--jr-gold-light);
}

@media (max-width: 64rem) {
  .home #ecosystem .jr-reveal-statement span {
    display: block;
  }

  .home #ecosystem .jr-reveal-statement span + span {
    margin-block-start: .35em;
    color: #aaa79f;
  }

  .home #capabilities,
  .home #living,
  .home #impact {
    min-block-size: auto;
  }

  .home #capabilities {
    background: #070806;
    color: var(--jr-white);
  }

  .home #capabilities .jr-campaign-picture,
  .home #living .jr-campaign-picture {
    margin-block-end: var(--jr-space-7);
  }

  .home #capabilities .jr-card {
    border-radius: 0;
  }

  .home #living .jr-master-holding,
  .home #living .jr-living-groups {
    margin-block-start: var(--jr-space-7);
  }

  .home #living .jr-master-holding {
    padding-inline-start: var(--jr-space-5);
    border-inline-start: 1px solid var(--jr-gold);
  }

  .home #living .jr-living-groups p {
    display: grid;
    gap: .25rem;
    padding-block: 1rem;
    border-top: 1px solid rgba(255,255,255,.2);
  }

  .home #living .jr-living-groups span {
    color: var(--jr-text-on-dark-secondary);
  }

  .home #living .jr-living-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home #impact .jr-evidence-register {
    margin-block-start: var(--jr-space-7);
    padding: clamp(2rem, 6vw, 4rem);
    background: #0b0c0a;
    color: var(--jr-white);
  }

  .home #impact .jr-evidence-register h3 {
    color: var(--jr-white);
    font-family: var(--jr-font-editorial);
    font-size: clamp(2rem, 7vw, 3.5rem);
  }

  .home #join {
    background: var(--jr-warm-100);
    color: var(--jr-text-primary);
  }

  .home #join .jr-label { color: var(--jr-gold-dark); }
  .home #join .jr-lede { color: var(--jr-text-secondary); }
}

@media (max-width: 47.9375rem) {
  .home #problem .jr-system-actors {
    grid-template-columns: 1fr;
  }

  .home #problem .jr-system-actors li {
    min-block-size: auto;
    padding: 1.5rem 1rem 1.5rem 3.75rem;
  }

  .home #problem .jr-system-actors li::before {
    inset: 2rem auto auto 1rem;
  }

  .home #problem .jr-system-actors li::after {
    display: none;
  }

  .home #living .jr-living-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home #living .jr-living-flow li {
    padding: .8rem 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }

  .home #living .jr-living-flow span {
    font-family: var(--jr-font-editorial);
    font-size: clamp(1.45rem, 7.5vw, 2rem);
    line-height: .95;
    letter-spacing: -.025em;
  }

  .home #living .jr-living-flow li:not(:last-child)::after {
    content: "↓";
  }

  .home #join .jr-intent-selector__options {
    display: block;
    padding: 0;
    background: transparent;
    counter-reset: jr-home-intent;
  }

  .home #join .jr-intent-selector button {
    counter-increment: jr-home-intent;
    position: relative;
    display: block;
    width: 100%;
    min-block-size: var(--jr-touch-target);
    padding: 1.4rem 0 1.4rem 3rem;
    border: 0;
    border-bottom: 1px solid rgba(17,17,17,.25);
    border-radius: 0;
    background: transparent;
    color: var(--jr-text-primary);
    font: 500 clamp(1.45rem, 7vw, 2rem)/1.15 var(--jr-font-editorial);
  }

  .home #join .jr-intent-selector button::before {
    content: "0" counter(jr-home-intent);
    position: absolute;
    inset: 1.8rem auto auto 0;
    color: var(--jr-gold-dark);
    font: 600 .68rem/1 var(--jr-font-functional);
    letter-spacing: .12em;
  }

  .home #join .jr-intent-selector button[aria-pressed="true"] {
    padding-inline-start: 4rem;
    background: transparent;
    color: var(--jr-text-primary);
    box-shadow: inset 3px 0 0 var(--jr-gold-dark);
    transform: none;
  }
}

/* Final narrow-screen precedence: keep the canonical mobile story order after
 * shared component fallbacks without changing the frozen Desktop composition. */
@media (max-width: 47.9375rem) {
  /* Keep chapter orientation inside the already reserved header plane so the
   * fixed progress UI never crosses editorial content while reading. */
  .home .jr-chapter-progress {
    z-index: 81;
    top: calc(1.75rem + env(safe-area-inset-top));
    right: calc(4.875rem + env(safe-area-inset-right));
    bottom: auto;
    left: calc(6rem + env(safe-area-inset-left));
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    font-size: .58rem;
  }

  .home .jr-chapter-progress__track {
    background: rgba(255, 255, 255, .2);
  }

  .home #living {
    display: flex;
    flex-direction: column;
  }

  /* The approved photograph and typography carry the P0-01 climax on narrow
   * screens; the large concentric decoration adds no required meaning. */
  .home #living::before {
    content: none;
  }

  .home #living > .jr-label { order: 1; }
  .home #living > .jr-campaign-picture { order: 2; }
  .home #living > h2 { order: 3; }
  .home #living > .jr-master-holding { order: 4; }
  .home #living > .jr-living-groups { order: 5; }
  .home #living > .jr-living-flow { order: 6; }

  .home #living > .jr-master-holding,
  .home #living > .jr-living-groups {
    margin-block-start: 1.5rem;
  }

  .home #impact .jr-evidence-register {
    padding: 2.5rem 2rem;
  }

  /* A restrained neutral keeps descriptors subordinate while meeting the
   * 4.5:1 normal-text requirement against the approved near-black surface. */
  .home #capabilities .jr-card p {
    color: #7b7b7b;
  }
}

/* Purposeful Motion — the frozen static composition is always the source of
 * truth. JavaScript adds .jr-motion-capable only when viewport observation is
 * available; every target runs once and settles into these authored states. */
.jr-motion-capable .home .jr-campaign-chapter > :where(
  .jr-label,
  h1,
  h2,
  .jr-lede,
  .jr-two-col,
  .jr-timeline,
  .wp-block-list,
  .wp-block-quote,
  .jr-ecosystem-map,
  .jr-card-grid,
  .jr-principles,
  .jr-intent-selector
) {
  transform: none;
  transition: none;
}

.jr-motion-capable .home .jr-campaign-chapter > :is(h1, h2) {
  background-image: none;
}

/* 01 — APPEAR: orientation, statement and support settle without delaying the
 * CTA or animating the official identity. */
.jr-motion-capable .home #hero > :is(.jr-label, h1, .jr-lede, .wp-block-buttons) {
  transform: translateY(.75rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter);
}

.jr-motion-capable .home #hero > h1 { transition-delay: 60ms; }
.jr-motion-capable .home #hero > .jr-lede { transition-delay: 120ms; }
.jr-motion-capable .home #hero > .wp-block-buttons { transition-delay: 180ms; }
.jr-motion-capable .home #hero.is-motion-active > :is(.jr-label, h1, .jr-lede, .wp-block-buttons) { transform: none; }

/* 03 — FLOW: the factual timeline is already complete; its continuity and
 * events resolve once in chronological DOM order. */
.jr-motion-capable .home #journey .jr-timeline::before {
  transform: scaleX(.12);
  transform-origin: left;
  transition: transform var(--jr-motion-immersive) var(--jr-ease-flow);
}

.jr-motion-capable .home #journey .jr-timeline li {
  transform: translateY(.65rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter);
}

.jr-motion-capable .home #journey .jr-timeline li:nth-child(2) { transition-delay: 110ms; }
.jr-motion-capable .home #journey .jr-timeline li:nth-child(3) { transition-delay: 220ms; }
.jr-motion-capable .home #journey.is-motion-active .jr-timeline::before { transform: scaleX(1); }
.jr-motion-capable .home #journey.is-motion-active .jr-timeline li { transform: none; }

/* 06 — CONNECT: four systemic elements remain fully readable while the
 * existing relationship articulation resolves once. */
.jr-motion-capable .home #problem .jr-system-actors li {
  transform: translateY(.55rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter);
}

.jr-motion-capable .home #problem .jr-system-actors li:not(:last-child)::after {
  transform: scale(0);
  transition: transform var(--jr-motion-flow) var(--jr-ease-enter);
}

.jr-motion-capable .home #problem.is-motion-active .jr-system-actors li { transform: none; }
.jr-motion-capable .home #problem.is-motion-active .jr-system-actors li:not(:last-child)::after { transform: scale(1); }

/* 07 / P0-02 — APPEAR → CONNECT: distributed language resolves around the
 * institutional holding, then remains exactly in the frozen composition. */
.jr-motion-capable .home #ecosystem .jr-reveal-statement span {
  transform: translateY(.7rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter), color var(--jr-motion-standard) var(--jr-ease-standard);
}

.jr-motion-capable .home #ecosystem .jr-reveal-statement span:nth-child(2) { transition-delay: 100ms; }
.jr-motion-capable .home #ecosystem .jr-reveal-statement span:nth-child(3) { transition-delay: 200ms; }
.jr-motion-capable .home #ecosystem .jr-ecosystem-map__core { transform: none; box-shadow: none; }
.jr-motion-capable .home #ecosystem .jr-ecosystem-map__core::after {
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--jr-motion-flow) var(--jr-ease-flow) 260ms;
}
.jr-motion-capable .home #ecosystem .jr-ecosystem-map__group {
  transform: translateY(.55rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter), border-color var(--jr-motion-standard) var(--jr-ease-standard), box-shadow var(--jr-motion-standard) var(--jr-ease-standard);
}
.jr-motion-capable .home #ecosystem.is-motion-active .jr-reveal-statement span,
.jr-motion-capable .home #ecosystem.is-motion-active .jr-ecosystem-map__group { transform: none; }
.jr-motion-capable .home #ecosystem.is-motion-active .jr-ecosystem-map__core::after { transform: scaleX(1); }

/* 08 / P0-04 — CONNECT: the approved photograph is static. The complete
 * register settles simultaneously before the selected relationship resolves. */
.jr-motion-capable .home #capabilities .jr-campaign-picture img { transform: none; }
.jr-motion-capable .home #capabilities .jr-capability-register {
  position: relative;
  transform: none;
}
.jr-motion-capable .home #capabilities .jr-capability-register::before {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform var(--jr-motion-immersive) var(--jr-ease-flow);
}
.jr-motion-capable .home #capabilities .jr-card {
  transform: translateX(.55rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter), border-color var(--jr-motion-standard) var(--jr-ease-standard);
}
.jr-motion-capable .home #capabilities .jr-card::after { display: none; }
.jr-motion-capable .home #capabilities.is-motion-active .jr-capability-register::before { transform: scaleY(1); }
.jr-motion-capable .home #capabilities.is-motion-active .jr-card { transform: none; }

/* 09 / P0-01 — APPEAR → CONNECT → FLOW: the only immersive Homepage
 * sequence. It traverses the approved operational order once, then is idle. */
.jr-motion-capable .home #living .jr-campaign-picture img { transform: none; }
.jr-motion-capable .home #living .jr-master-holding {
  transform: translateY(.55rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter);
}
.jr-motion-capable .home #living .jr-living-groups p {
  transform: translateX(.55rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter);
}
.jr-motion-capable .home #living.is-motion-active .jr-master-holding,
.jr-motion-capable .home #living.is-motion-active .jr-living-groups p { transform: none; }
.jr-motion-capable .home #living .jr-living-flow li { opacity: .62; animation: none; }
.jr-motion-capable .home #living.is-motion-active .jr-living-flow li {
  animation: jr-home-living-flow calc(var(--jr-motion-immersive) * .62) var(--jr-ease-flow) 1 both;
}
.jr-motion-capable .home #living.is-motion-active .jr-living-flow li:nth-child(2) { animation-delay: 90ms; }
.jr-motion-capable .home #living.is-motion-active .jr-living-flow li:nth-child(3) { animation-delay: 180ms; }
.jr-motion-capable .home #living.is-motion-active .jr-living-flow li:nth-child(4) { animation-delay: 270ms; }
.jr-motion-capable .home #living.is-motion-active .jr-living-flow li:nth-child(5) { animation-delay: 360ms; }
.jr-motion-capable .home #living.is-motion-active .jr-living-flow li:nth-child(6) { animation-delay: 450ms; }
.jr-motion-capable .home #living.is-motion-active .jr-living-flow li:nth-child(7) { animation-delay: 540ms; }
.jr-motion-capable .home #living.is-motion-active .jr-living-flow li:nth-child(8) { animation-delay: 630ms; }

@keyframes jr-home-living-flow {
  0% { opacity: .62; transform: translateY(.35rem); }
  48% { opacity: 1; transform: none; }
  100% { opacity: 1; transform: none; }
}

/* 10 / P0-05 — APPEAR → CONNECT: verified evidence resolves without count,
 * scan, celebration, or animation of the factual year. */
.jr-motion-capable .home #impact .jr-evidence-register {
  transform: translateY(.6rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter);
}
.jr-motion-capable .home #impact .jr-evidence-register h3 {
  transform: translateX(.5rem);
  transition: transform var(--jr-motion-flow) var(--jr-ease-enter) 120ms;
}
.jr-motion-capable .home #impact.is-motion-active .jr-evidence-register,
.jr-motion-capable .home #impact.is-motion-active .jr-evidence-register h3 { transform: none; }

/* 12 / P0-06 — APPEAR → EXPAND: the invitation opens as one field. All five
 * paths settle together so motion never implies a preferred intent. */
.jr-motion-capable .home #join > :is(.jr-label, h2, .jr-lede),
.jr-motion-capable .home #join .jr-intent-selector__options {
  transform: translateY(.55rem);
  transition: transform var(--jr-motion-narrative) var(--jr-ease-enter);
}
.jr-motion-capable .home #join .jr-intent-selector__options { transition-delay: 120ms; }
.jr-motion-capable .home #join.is-motion-active > :is(.jr-label, h2, .jr-lede),
.jr-motion-capable .home #join.is-motion-active .jr-intent-selector__options { transform: none; }

@media (max-width: 64rem) {
  .jr-motion-capable .home #journey .jr-timeline::before {
    transform: scaleY(.12);
    transform-origin: top;
  }
  .jr-motion-capable .home #journey.is-motion-active .jr-timeline::before { transform: scaleY(1); }
  .jr-motion-capable .home #ecosystem .jr-reveal-statement span,
  .jr-motion-capable .home #ecosystem .jr-ecosystem-map__group,
  .jr-motion-capable .home #capabilities .jr-card,
  .jr-motion-capable .home #living .jr-living-groups p { transition-delay: 0ms; }
}

@media (max-width: 47.9375rem) {
  .jr-motion-capable .home #hero > :is(.jr-label, h1, .jr-lede, .wp-block-buttons),
  .jr-motion-capable .home #journey .jr-timeline li,
  .jr-motion-capable .home #problem .jr-system-actors li,
  .jr-motion-capable .home #ecosystem .jr-reveal-statement span,
  .jr-motion-capable .home #ecosystem .jr-ecosystem-map__group,
  .jr-motion-capable .home #capabilities .jr-card,
  .jr-motion-capable .home #living .jr-master-holding,
  .jr-motion-capable .home #living .jr-living-groups p,
  .jr-motion-capable .home #impact .jr-evidence-register,
  .jr-motion-capable .home #impact .jr-evidence-register h3,
  .jr-motion-capable .home #join > :is(.jr-label, h2, .jr-lede),
  .jr-motion-capable .home #join .jr-intent-selector__options {
    transform: translateY(.35rem);
    transition-duration: var(--jr-motion-flow);
    transition-delay: 0ms;
  }
  .jr-motion-capable .home :is(#hero, #journey, #problem, #ecosystem, #capabilities, #living, #impact, #join).is-motion-active :is(.jr-label, h1, h2, .jr-lede, .wp-block-buttons, .jr-timeline li, .jr-system-actors li, .jr-reveal-statement span, .jr-ecosystem-map__group, .jr-card, .jr-master-holding, .jr-living-groups p, .jr-evidence-register, .jr-evidence-register h3, .jr-intent-selector__options) {
    transform: none;
  }
  .jr-motion-capable .home #living.is-motion-active .jr-living-flow li { animation-duration: var(--jr-motion-flow); }
}

@media (prefers-reduced-motion: reduce) {
  .home .jr-campaign-chapter *,
  .home .jr-campaign-chapter *::before,
  .home .jr-campaign-chapter *::after {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}
