/* Homepage proof grid, world reach lists, and editorial standard transition. */
.home-proof {
  padding-bottom: 32px;
}

.proof-ledger {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-world {
  padding-top: 0;
  padding-bottom: 88px;
}

.world-map-stage {
  margin-top: 0;
  opacity: 1;
  transform: none;
}

.world-firsts-impact {
  position: relative;
  min-height: clamp(760px, 96svh, 980px);
  color: #f4f1e9;
  background:
    radial-gradient(circle at 50% 48%, rgba(200, 169, 93, .16), transparent 34%),
    linear-gradient(155deg, #071a16, #0b2721 62%, #071a16);
  overflow: hidden;
  isolation: isolate;
}

.world-firsts-impact::before {
  content: "LEADING";
  position: absolute;
  right: -2vw;
  bottom: -5vw;
  color: rgba(244, 241, 233, .022);
  font: 500 clamp(150px, 26vw, 420px)/.72 Georgia, "Times New Roman", serif;
  letter-spacing: -.09em;
  pointer-events: none;
}

.world-firsts-inner {
  position: relative;
  z-index: 3;
  min-height: clamp(760px, 96svh, 980px);
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  pointer-events: none;
}

.world-firsts-kicker {
  margin-bottom: clamp(18px, 3vh, 34px);
  color: #c8a95d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .32em;
}

.world-firsts-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  margin-bottom: clamp(34px, 5vh, 52px);
}

.world-firsts-number {
  display: block;
  color: #e1c77f;
  font: 500 clamp(180px, 22vw, 310px)/.68 Georgia, "Times New Roman", serif;
  letter-spacing: -.1em;
  text-shadow: 0 0 70px rgba(200, 169, 93, .13);
  transform-origin: center;
}

.world-firsts-label {
  color: rgba(244, 241, 233, .86);
  font-size: clamp(15px, 2vw, 28px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: .11em;
  text-align: left;
}

.world-firsts-impact h2 {
  margin-top: 0;
  font-size: clamp(42px, 4.7vw, 62px);
  line-height: .98;
  letter-spacing: -.075em;
}

.world-firsts-impact h2 span {
  color: #e1c77f;
  font-style: italic;
}

.world-firsts-summary {
  margin-top: 22px;
  color: #c8a95d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

.world-firsts-note {
  max-width: 640px;
  margin-top: 14px;
  color: rgba(244, 241, 233, .43);
  font-size: 9px;
  line-height: 1.9;
  letter-spacing: .08em;
}

.world-firsts-rings,
.world-firsts-rings i {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(72vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(200, 169, 93, .16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.world-firsts-rings i:nth-child(1) { inset: 12%; width: auto; }
.world-firsts-rings i:nth-child(2) { inset: 25%; width: auto; }
.world-firsts-rings i:nth-child(3) { inset: 38%; width: auto; }

.world-firsts-core {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 239, 176, .95), rgba(200, 169, 93, .32) 32%, transparent 70%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.2);
  pointer-events: none;
}

.world-milestone-signals {
  position: absolute;
  z-index: 4;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.milestone-signal {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 260px;
  transform: translate(-50%, -50%) translate(var(--x), var(--y));
  pointer-events: auto;
}

.milestone-signal button {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #f4f1e9;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.milestone-signal button > i {
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid #fff5ca;
  border-radius: 50%;
  background: #e1c77f;
  box-shadow: 0 0 10px #e1c77f, 0 0 28px rgba(225, 199, 127, .72);
}

.milestone-signal button span {
  display: grid;
  min-width: 0;
}

.milestone-signal button b {
  color: rgba(244, 241, 233, .76);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .08em;
}

.milestone-signal button small {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: #e1c77f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  opacity: 0;
  transition: max-height .25s ease, margin-top .25s ease, opacity .25s ease;
}

.milestone-signal button:hover,
.milestone-signal button:focus-visible,
.milestone-signal.is-active button {
  border-color: rgba(225, 199, 127, .25);
  background: rgba(7, 26, 22, .78);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .22);
  outline: none;
}

.milestone-signal button:hover b,
.milestone-signal button:focus-visible b,
.milestone-signal.is-active button b { color: #fff9e5; }

.milestone-signal button:hover small,
.milestone-signal button:focus-visible small,
.milestone-signal.is-active button small {
  max-height: 18px;
  margin-top: 4px;
  opacity: 1;
}

.motion-enabled .world-firsts-impact[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.motion-enabled .world-firsts-number,
.motion-enabled .world-firsts-label,
.motion-enabled .world-firsts-impact h2,
.motion-enabled .world-firsts-kicker,
.motion-enabled .world-firsts-summary,
.motion-enabled .world-firsts-note {
  opacity: 0;
}

.motion-enabled .world-firsts-number { transform: scale(.38); filter: blur(12px); }
.motion-enabled .world-firsts-label { transform: translateX(-20px); }
.motion-enabled .world-firsts-impact h2,
.motion-enabled .world-firsts-kicker,
.motion-enabled .world-firsts-summary,
.motion-enabled .world-firsts-note { transform: translateY(22px); }

.motion-enabled .world-firsts-impact.is-visible .world-firsts-number {
  animation: world-firsts-hit .95s 2.18s cubic-bezier(.16, 1.18, .34, 1) both;
}

.motion-enabled .world-firsts-impact.is-visible .world-firsts-label,
.motion-enabled .world-firsts-impact.is-visible h2,
.motion-enabled .world-firsts-impact.is-visible .world-firsts-kicker,
.motion-enabled .world-firsts-impact.is-visible .world-firsts-summary,
.motion-enabled .world-firsts-impact.is-visible .world-firsts-note {
  opacity: 1;
  transform: none;
  transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
}

.motion-enabled .world-firsts-impact.is-visible .world-firsts-kicker { transition-delay: .08s; }
.motion-enabled .world-firsts-impact.is-visible .world-firsts-label { transition-delay: 2.5s; }
.motion-enabled .world-firsts-impact.is-visible h2 { transition-delay: 2.66s; }
.motion-enabled .world-firsts-impact.is-visible .world-firsts-summary { transition-delay: 2.84s; }
.motion-enabled .world-firsts-impact.is-visible .world-firsts-note { transition-delay: 2.98s; }

.motion-enabled .world-firsts-impact:not(.is-visible) .world-firsts-rings {
  opacity: 0;
  transform: translate(-50%, -50%) scale(.28);
}

.motion-enabled .world-firsts-impact.is-visible .world-firsts-rings {
  animation: world-firsts-ring 1.25s .08s cubic-bezier(.22, 1, .36, 1) both;
}

.motion-enabled .world-firsts-impact:not(.is-visible) .milestone-signal button {
  opacity: 0;
  transform: scale(.28);
}

.motion-enabled .world-firsts-impact.is-visible .milestone-signal button {
  animation:
    milestone-signal-arrive .48s var(--delay) cubic-bezier(.22, 1, .36, 1) both,
    milestone-signal-converge 1.7s 1.42s cubic-bezier(.65, 0, .2, 1) forwards;
}

.motion-enabled .world-firsts-impact.is-visible .world-firsts-core {
  animation: world-firsts-core-flash 1.15s 2.08s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes world-firsts-hit {
  0% { opacity: 0; filter: blur(12px); transform: scale(.38); }
  68% { opacity: 1; filter: blur(0); transform: scale(1.06); }
  100% { opacity: 1; filter: blur(0); transform: scale(1); }
}

@keyframes world-firsts-ring {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.28); }
  55% { opacity: .9; }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes milestone-signal-arrive {
  0% { opacity: 0; transform: scale(.28); filter: blur(8px); }
  72% { opacity: 1; transform: scale(1.18); filter: blur(0); }
  100% { opacity: 1; transform: scale(1); filter: blur(0); }
}

@keyframes milestone-signal-converge {
  0%, 18% { opacity: 1; transform: translate(0, 0) scale(1); filter: brightness(1); }
  50% { opacity: 1; transform: translate(var(--tx), var(--ty)) scale(1.3); filter: brightness(1.8); }
  62% { opacity: 0; transform: translate(var(--tx), var(--ty)) scale(.08); filter: brightness(2.4); }
  72% { opacity: 0; transform: translate(0, 0) scale(.2); filter: brightness(1); }
  100% { opacity: 1; transform: translate(0, 0) scale(1); filter: brightness(1); }
}

@keyframes world-firsts-core-flash {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.15); }
  38% { opacity: 1; transform: translate(-50%, -50%) scale(2.4); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(4.8); }
}

/* The Standard — philosophy bridge into three selected works. */
.home-standard {
  position: relative;
  min-height: clamp(780px, 96svh, 980px);
  padding: 0;
  color: #f4f1e9;
  background:
    radial-gradient(circle at 50% 44%, rgba(200, 169, 93, .12), transparent 30%),
    radial-gradient(circle at 15% 20%, rgba(75, 135, 113, .11), transparent 32%),
    linear-gradient(155deg, #061813, #0a2b23 58%, #061813);
  overflow: hidden;
  isolation: isolate;
}

.home-standard::before {
  content: "STANDARD";
  position: absolute;
  left: 50%;
  bottom: -4vw;
  color: rgba(244, 241, 233, .026);
  font: 500 clamp(130px, 24vw, 360px)/.72 Georgia, "Times New Roman", serif;
  letter-spacing: -.09em;
  transform: translateX(-50%);
  pointer-events: none;
}

.standard-atmosphere,
.standard-atmosphere i {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(76vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(200, 169, 93, .08);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  pointer-events: none;
}

.standard-atmosphere i:nth-child(1) { inset: 12%; width: auto; border-color: rgba(200, 169, 93, .1); }
.standard-atmosphere i:nth-child(2) { inset: 27%; width: auto; border-color: rgba(200, 169, 93, .13); }
.standard-atmosphere i:nth-child(3) { inset: 42%; width: auto; border-color: rgba(225, 199, 127, .2); }

.standard-spine {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(225, 199, 127, .82));
  transform-origin: top;
}

.standard-spine-top { top: 0; height: clamp(86px, 13vh, 134px); }
.standard-spine-bottom { bottom: 0; height: clamp(72px, 11vh, 116px); background: linear-gradient(180deg, rgba(225, 199, 127, .82), transparent); }

.standard-inner {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: clamp(780px, 96svh, 980px);
  padding-top: clamp(108px, 15vh, 154px);
  padding-bottom: clamp(104px, 14vh, 148px);
  text-align: center;
}

.standard-kicker {
  color: #c8a95d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .34em;
}

.home-standard h2 {
  display: grid;
  margin-top: clamp(24px, 4vh, 42px);
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 700;
  line-height: .93;
  letter-spacing: -.075em;
}

.home-standard h2 span { display: block; }

.home-standard h2 em {
  display: inline-block;
  padding-right: .04em;
  color: #e1c77f;
  font: italic 500 1.42em/.78 Georgia, "Times New Roman", serif;
  letter-spacing: -.08em;
  text-shadow: 0 0 50px rgba(225, 199, 127, .14);
}

.home-standard h2.standard-statement {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .02em;
}

.home-standard h2.standard-statement span { display: block; }
.standard-mobile-break { display: none; }

html[lang="en"] .home-standard h2 {
  max-width: 1120px;
  font-size: clamp(48px, 5.6vw, 78px);
  letter-spacing: -.06em;
}

html[lang="en"] .home-standard h2 em { font-size: 1.12em; }

.standard-lead {
  margin-top: clamp(26px, 4vh, 40px);
  color: rgba(244, 241, 233, .62);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.9;
  letter-spacing: .04em;
}

.standard-paths {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1050px);
  margin-top: clamp(62px, 9vh, 92px);
  padding-top: 38px;
}

.standard-paths::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16.666%;
  right: 16.666%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 127, .66) 12%, rgba(225, 199, 127, .66) 88%, transparent);
  transform-origin: center;
}

.standard-path {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 148px;
  padding: 28px 20px 20px;
  color: #f4f1e9;
  text-decoration: none;
}

.standard-path::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -38px;
  width: 1px;
  height: 38px;
  background: rgba(225, 199, 127, .7);
  transform-origin: top;
}

.standard-path::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 8px;
  aspect-ratio: 1;
  border: 1px solid #fff5ca;
  border-radius: 50%;
  background: #e1c77f;
  box-shadow: 0 0 16px rgba(225, 199, 127, .9), 0 0 38px rgba(225, 199, 127, .42);
  transform: translate(-50%, -50%);
}

.standard-path span {
  color: rgba(244, 241, 233, .45);
  font: 500 12px/1 Georgia, "Times New Roman", serif;
}

.standard-path strong {
  margin-top: 12px;
  color: #f4f1e9;
  font: 500 clamp(34px, 4.2vw, 54px)/.9 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}

.standard-path b {
  margin-top: 13px;
  color: #e1c77f;
  font-size: 14px;
  letter-spacing: .12em;
}

.standard-path small {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 12px;
  padding: 6px 11px;
  border: 1px solid rgba(225, 199, 127, .28);
  border-radius: 999px;
  color: rgba(244, 241, 233, .8);
  background: rgba(244, 241, 233, .035);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: .09em;
}

.standard-path strong,
.standard-path b,
.standard-path small { transition: color .25s ease, transform .25s ease; }

.standard-path:hover strong,
.standard-path:focus-visible strong { color: #e1c77f; transform: translateY(-4px); }
.standard-path:hover small,
.standard-path:focus-visible small {
  border-color: rgba(225, 199, 127, .72);
  color: #f4f1e9;
  background: rgba(225, 199, 127, .1);
}
.standard-path:focus-visible { outline: 1px solid rgba(225, 199, 127, .7); outline-offset: 5px; }

.home-featured { position: relative; }
.home-featured::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 72px;
  background: linear-gradient(180deg, rgba(200, 169, 93, .75), transparent);
}

#proof-depth,
#proof-reach,
#proof-frontier { scroll-margin-top: 82px; }

.motion-enabled .home-standard[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

.motion-enabled .standard-kicker,
.motion-enabled .home-standard h2 span,
.motion-enabled .standard-lead,
.motion-enabled .standard-path {
  opacity: 0;
  transform: translateY(24px);
}

.motion-enabled .standard-spine,
.motion-enabled .standard-paths::before,
.motion-enabled .standard-path::before { transform: scaleY(0); }

.motion-enabled .standard-paths::before { transform: scaleX(0); }
.motion-enabled .standard-path::after { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
.motion-enabled .standard-atmosphere { opacity: 0; }

.motion-enabled .home-standard h2 em {
  color: transparent;
  background: linear-gradient(0deg, #e1c77f, #f0d998) no-repeat 0 100% / 100% 0%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(225, 199, 127, .76);
}

.motion-enabled .home-standard.is-visible .standard-kicker,
.motion-enabled .home-standard.is-visible h2 span,
.motion-enabled .home-standard.is-visible .standard-lead,
.motion-enabled .home-standard.is-visible .standard-path {
  opacity: 1;
  transform: none;
  transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform .72s cubic-bezier(.22, 1, .36, 1);
}

.motion-enabled .home-standard.is-visible .standard-kicker { transition-delay: .12s; }
.motion-enabled .home-standard.is-visible h2 span:first-child { transition-delay: .3s; }
.motion-enabled .home-standard.is-visible h2 span:last-child { transition-delay: .48s; }
.motion-enabled .home-standard.is-visible .standard-lead { transition-delay: .82s; }
.motion-enabled .home-standard.is-visible .path-depth { transition-delay: 1.28s; }
.motion-enabled .home-standard.is-visible .path-reach { transition-delay: 1.42s; }
.motion-enabled .home-standard.is-visible .path-frontier { transition-delay: 1.56s; }

.motion-enabled .home-standard.is-visible h2 em {
  animation: standard-gold-fill .9s .62s cubic-bezier(.22, 1, .36, 1) forwards;
}

.motion-enabled .home-standard.is-visible .standard-spine { animation: standard-line-grow .7s .06s cubic-bezier(.22, 1, .36, 1) forwards; }
.motion-enabled .home-standard.is-visible .standard-spine-bottom { animation-delay: 1.76s; }
.motion-enabled .home-standard.is-visible .standard-paths::before { animation: standard-branch-grow .64s 1.02s cubic-bezier(.22, 1, .36, 1) forwards; }
.motion-enabled .home-standard.is-visible .standard-path::before { animation: standard-line-grow .42s 1.15s cubic-bezier(.22, 1, .36, 1) forwards; }
.motion-enabled .home-standard.is-visible .standard-path::after { animation: standard-node-hit .58s 1.42s cubic-bezier(.16, 1.3, .3, 1) forwards; }
.motion-enabled .home-standard.is-visible .path-depth::after { animation-delay: 1.34s; }
.motion-enabled .home-standard.is-visible .path-frontier::after { animation-delay: 1.5s; }

.motion-enabled .home-standard.is-visible .standard-atmosphere { animation: standard-orbit-in 1.25s .08s cubic-bezier(.22, 1, .36, 1) both; }

@keyframes standard-gold-fill {
  from { background-size: 100% 0%; }
  to { background-size: 100% 100%; }
}

@keyframes standard-line-grow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@keyframes standard-branch-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes standard-node-hit {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
  68% { opacity: 1; transform: translate(-50%, -50%) scale(1.5); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes standard-orbit-in {
  from { opacity: 0; transform: translate(-50%, -50%) rotate(-22deg) scale(.72); }
  to { opacity: 1; transform: translate(-50%, -50%) rotate(-8deg) scale(1); }
}

.world-ranking button {
  grid-template-columns: 32px minmax(0, 1fr) auto;
  grid-template-rows: 20px 1px;
  align-content: center;
  column-gap: 10px;
  row-gap: 7px;
}

.world-ranking button span {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  color: rgba(244, 241, 233, .5);
  font-size: 12px;
}

.world-ranking button b {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
}

.world-ranking button strong {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  color: rgba(244, 241, 233, .88);
  font-size: 20px;
}

.world-ranking button i {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0;
}

.world-all-countries summary {
  font-size: 10px;
}

.world-country-ledger button {
  column-gap: 12px;
  min-height: 38px;
  color: rgba(244, 241, 233, .72);
  font-size: 10px;
}

.world-country-ledger button strong {
  color: rgba(244, 241, 233, .88);
  font-size: 16px;
}

@media (max-width: 1040px) {
  .proof-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-proof { padding-bottom: 24px; }
  .home-world { padding-bottom: 64px; }
  .world-map-stage { margin-top: 0; }

  .world-ranking button {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    grid-template-rows: 20px 1px;
    align-content: center;
    column-gap: 8px;
    row-gap: 6px;
    min-height: 50px;
    padding: 0 2px;
  }

  .world-ranking button span {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    color: rgba(244, 241, 233, .5);
    font-size: 12px;
  }

  .world-ranking button b {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .11em;
  }

  .world-ranking button strong {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    color: rgba(244, 241, 233, .88);
    font-size: 23px;
  }

  .world-ranking button i {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }

  .world-country-ledger {
    gap: 0 14px;
  }

  .world-country-ledger button {
    font-size: 10px;
    letter-spacing: .04em;
  }

  .world-country-ledger button strong {
    font-size: 16px;
  }

  .world-firsts-impact,
  .world-firsts-inner { min-height: 880px; }

  .world-firsts-rings { width: 138vw; }
  .world-firsts-lockup { gap: 8px; margin-bottom: 22px; }
  .world-firsts-number { font-size: clamp(138px, 41vw, 160px); }
  .world-firsts-label { max-width: 132px; font-size: 11px; line-height: 1.05; letter-spacing: .06em; }
  .world-firsts-kicker { margin-bottom: 14px; font-size: 7px; }
  .world-firsts-impact h2 { margin-top: 0; font-size: clamp(31px, 9vw, 36px); line-height: 1.06; }
  .world-firsts-summary { margin-top: 16px; font-size: 6.5px; letter-spacing: .12em; }
  .world-firsts-note { max-width: 290px; margin-top: 11px; font-size: 6.5px; line-height: 1.7; }

  .milestone-signal { width: 172px; }
  .milestone-signal button { grid-template-columns: 10px minmax(0, 1fr); gap: 7px; min-height: 48px; padding: 7px 8px; }
  .milestone-signal button > i { width: 8px; }
  .milestone-signal button b { font-size: 12px; line-height: 1.18; letter-spacing: .04em; }
  .milestone-signal button small { font-size: 8px; letter-spacing: .03em; }

  .signal-01 { --x: -100px !important; --y: -255px !important; --tx: 100px !important; --ty: 255px !important; }
  .signal-02 { --x: 100px !important; --y: -205px !important; --tx: -100px !important; --ty: 205px !important; }
  .signal-03 { --x: -100px !important; --y: -82px !important; --tx: 100px !important; --ty: 82px !important; }
  .signal-04 { --x: -98px !important; --y: 220px !important; --tx: 98px !important; --ty: -220px !important; }
  .signal-05 { --x: 100px !important; --y: 258px !important; --tx: -100px !important; --ty: -258px !important; }

  .home-standard { min-height: auto; }
  .home-standard::before { bottom: 2vw; font-size: 36vw; }
  .standard-atmosphere { width: 168vw; }
  .standard-spine-top { height: 82px; }
  .standard-spine-bottom { height: 76px; }
  .standard-inner {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 94px;
  }
  .standard-kicker { font-size: 11px; letter-spacing: .28em; }
  .home-standard h2 {
    margin-top: 28px;
    font-size: clamp(43px, 13vw, 54px);
    line-height: .98;
    letter-spacing: -.065em;
  }
  .home-standard h2 em { font-size: 1.32em; }
  .home-standard h2.standard-statement {
    max-width: 350px;
    font-size: 17px;
    line-height: 1.85;
    letter-spacing: .01em;
  }
  .home-standard h2.standard-statement span + span { margin-top: 8px; }
  .standard-mobile-break { display: block; }
  html[lang="en"] .home-standard h2 {
    max-width: 350px;
    font-size: clamp(39px, 11vw, 47px);
    line-height: 1;
  }
  html[lang="en"] .home-standard h2 span:last-child { margin-top: 5px; }
  .standard-lead { margin-top: 28px; font-size: 13px; line-height: 1.85; }
  .standard-paths {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
    margin-top: 52px;
    padding: 0 0 0 34px;
    text-align: left;
  }
  .standard-paths::before {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(225, 199, 127, .72) 10%, rgba(225, 199, 127, .72) 90%, transparent);
    transform-origin: top;
  }
  .standard-path {
    justify-items: start;
    min-height: 112px;
    padding: 20px 10px 20px 34px;
    border-top: 1px solid rgba(244, 241, 233, .1);
  }
  .standard-path:first-child { border-top: 0; }
  .standard-path::before {
    left: -34px;
    top: 50%;
    width: 34px;
    height: 1px;
    background: rgba(225, 199, 127, .7);
    transform-origin: left;
  }
  .standard-path::after { left: -34px; top: 50%; }
  .standard-path span { font-size: 12px; }
  .standard-path strong { margin-top: 9px; font-size: clamp(36px, 12vw, 46px); }
  .standard-path b { margin-top: 9px; font-size: 13px; }
  .standard-path small { min-height: 32px; margin-top: 10px; padding: 7px 11px; font-size: 12px; }
  .home-featured::before { height: 50px; }

  .motion-enabled .standard-paths::before { transform: scaleY(0); }
  .motion-enabled .standard-path::before { transform: scaleX(0); }
  .motion-enabled .home-standard.is-visible .standard-paths::before { animation: standard-line-grow .64s 1.02s cubic-bezier(.22, 1, .36, 1) forwards; }
  .motion-enabled .home-standard.is-visible .standard-path::before { animation: standard-branch-grow .42s 1.15s cubic-bezier(.22, 1, .36, 1) forwards; }
}

@media (prefers-reduced-motion: reduce) {
  .world-firsts-number,
  .world-firsts-label,
  .world-firsts-impact h2,
  .world-firsts-kicker,
  .world-firsts-summary,
  .world-firsts-note,
  .world-firsts-rings,
  .milestone-signal button {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .world-firsts-rings { transform: translate(-50%, -50%) !important; }
  .world-firsts-core { display: none; }

  .standard-kicker,
  .home-standard h2 span,
  .standard-lead,
  .standard-path,
  .standard-spine,
  .standard-paths::before,
  .standard-path::before,
  .standard-path::after,
  .standard-atmosphere {
    opacity: 1 !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }
}
