html[data-splash-preview] .splash-panels,
html[data-splash-preview] .splash-visual,
html[data-splash-preview] .splash-meta,
html[data-splash-preview] .splash-progress {
  display: none;
}

html:not([data-splash-preview]) .splash-panels,
html:not([data-splash-preview]) .splash-visual,
html:not([data-splash-preview]) .splash-meta,
html:not([data-splash-preview]) .splash-progress {
  display: none;
}

.splash-html-option {
  position: absolute;
  z-index: 10;
  inset: 0;
  display: none;
  overflow: hidden;
  color: #171b1a;
  background: #fffdf8;
  clip-path: inset(0);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: clip-path, opacity, transform;
}

html[data-splash-preview="1"] .splash-html-option[data-splash-option="1"],
html[data-splash-preview="2"] .splash-html-option[data-splash-option="2"],
html[data-splash-preview="3"] .splash-html-option[data-splash-option="3"],
html:not([data-splash-preview]) .splash-html-option[data-splash-option="3"] {
  display: block;
}

.splash-html-option::before {
  content: "";
  position: absolute;
  z-index: 8;
  inset: clamp(10px, 1vw, 18px);
  border: 1px solid rgba(183, 149, 82, .28);
  pointer-events: none;
}

.splash-html-option::after {
  content: "";
  position: absolute;
  z-index: 9;
  top: -35%;
  bottom: -35%;
  left: -26%;
  width: 15%;
  background: linear-gradient(90deg, transparent, rgba(255, 236, 180, .5), transparent);
  opacity: 0;
  transform: skewX(-17deg);
  pointer-events: none;
}

.splash-option-kicker,
.splash-option-tagline,
.splash-option-count {
  font-family: var(--font-body);
  text-transform: uppercase;
}

.splash-option-kicker {
  margin: 0;
  color: #a77a2b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
}

.splash-option-tagline {
  margin: clamp(22px, 3vh, 34px) 0 0;
  color: #796743;
  font-size: clamp(9px, .72vw, 12px);
  font-weight: 500;
  letter-spacing: .16em;
}

.splash-option-count {
  position: absolute;
  z-index: 7;
  right: clamp(30px, 4vw, 64px);
  bottom: clamp(29px, 3.5vw, 52px);
  color: #9b7a3d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
}

.splash-option-progress {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: clamp(24px, 2.4vw, 38px);
  width: min(260px, 30vw);
  height: 1px;
  overflow: hidden;
  background: rgba(183, 149, 82, .2);
  transform: translateX(-50%);
}

.splash-option-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8f641d, #e9c96c 48%, #9e7122);
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.splash-option-grid {
  position: absolute;
  inset: 0;
  opacity: .52;
  background-image:
    linear-gradient(rgba(183, 149, 82, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 149, 82, .08) 1px, transparent 1px);
  background-size: clamp(52px, 5vw, 82px) clamp(52px, 5vw, 82px);
  mask-image: radial-gradient(circle at 50% 50%, #000 0 10%, transparent 67%);
  pointer-events: none;
}

.splash-brand-lockup {
  position: relative;
  display: grid;
  place-items: center;
}

.splash-brand-lockup img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: none;
}

/* Option 1: the official brand lockup is animated inside an HTML stage. */
.splash-option-one {
  background:
    radial-gradient(circle at 50% 47%, rgba(224, 190, 111, .16), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fffdf7 47%, #f8f1df 100%);
}

.splash-option-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(66vw, 780px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.splash-option-orbit i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(183, 149, 82, .13);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.58);
}

.splash-option-orbit i:nth-child(2) { inset: 13%; }
.splash-option-orbit i:nth-child(3) { inset: 27%; }

.splash-one-stage {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 49%;
  width: min(680px, 80vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.splash-one-logo {
  width: min(430px, 46vw);
  margin-top: clamp(28px, 4vh, 48px);
  opacity: 0;
  transform: translateY(18px) scale(.94);
  will-change: transform, opacity;
}

/* Option 2: an architectural skyline grows from a luminous horizon. */
.splash-option-two {
  color: #f8f2e4;
  background:
    radial-gradient(circle at 70% 38%, rgba(207, 166, 78, .18), transparent 28%),
    linear-gradient(155deg, #0b1112 0%, #18201f 54%, #0b0f10 100%);
}

.splash-option-two::before { border-color: rgba(224, 190, 111, .25); }

.splash-city-halo {
  position: absolute;
  left: 55%;
  top: 40%;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 172, 81, .18), rgba(215, 172, 81, .03) 34%, transparent 67%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.75);
}

.splash-city-stage { position: absolute; inset: 0; overflow: hidden; }

.splash-city-copy {
  position: absolute;
  z-index: 4;
  left: clamp(42px, 7vw, 120px);
  top: 50%;
  width: min(430px, 32vw);
  transform: translateY(-55%);
}

.splash-city-logo {
  width: min(205px, 17vw);
  padding: 15px 18px;
  background: rgba(255, 253, 248, .96);
  border: 1px solid rgba(211, 175, 93, .48);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}

.splash-city-copy h2 {
  margin: 22px 0 20px;
  color: #f7f1e4;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 5.3vw, 86px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.035em;
}

.splash-city-copy > span {
  color: #cfac63;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.splash-skyline {
  position: absolute;
  z-index: 3;
  right: 3.5vw;
  bottom: 20%;
  width: 57vw;
  height: 58vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(5px, .65vw, 12px);
  perspective: 900px;
}

.splash-skyline > i {
  position: relative;
  width: var(--width);
  height: var(--height);
  overflow: visible;
  display: block;
  background:
    repeating-linear-gradient(0deg, transparent 0 16px, rgba(229, 194, 111, .2) 17px 18px),
    repeating-linear-gradient(90deg, transparent 0 13px, rgba(229, 194, 111, .16) 14px 15px),
    linear-gradient(110deg, #283332, #111918 66%, #36433f);
  border: 1px solid rgba(222, 184, 98, .28);
  box-shadow: 0 0 28px rgba(0, 0, 0, .22);
  transform: scaleY(0);
  transform-origin: 50% 100%;
  will-change: transform;
}

.splash-skyline > i:nth-child(odd) { clip-path: polygon(8% 4%, 100% 0, 100% 100%, 0 100%); }
.splash-skyline > i:nth-child(even) { clip-path: polygon(0 0, 92% 5%, 100% 100%, 0 100%); }
.splash-skyline > i.is-tower { overflow: visible; }
.splash-skyline > i.is-tower::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 2px;
  height: 24%;
  background: linear-gradient(#e7c36a, #7e622b);
  transform: translateX(-50%);
}

.splash-skyline > i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 44%, rgba(246, 217, 145, .25) 48%, transparent 53%);
  transform: translateX(-130%);
}

.splash-city-ground {
  position: absolute;
  z-index: 2;
  left: 4vw;
  right: 4vw;
  bottom: 19.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bd9141 20%, #f3d382 60%, transparent);
  transform: scaleX(0);
}

.splash-city-ground::after {
  content: "";
  position: absolute;
  left: 43%;
  top: 7px;
  width: 52%;
  height: 15vh;
  background: repeating-linear-gradient(90deg, transparent 0 10px, rgba(214, 173, 84, .11) 11px 12px);
  filter: blur(1px);
  mask-image: linear-gradient(#000, transparent);
  transform: skewX(-18deg);
}

/* Option 3: six business sectors converge into the Discovery core. */
.splash-option-three {
  background: #fff;
}

.splash-three-exit-panels {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.splash-three-panel {
  position: absolute;
  width: 50.1%;
  height: 50.1%;
  background:
    linear-gradient(rgba(183, 149, 82, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 149, 82, .055) 1px, transparent 1px),
    #fff;
  background-size:
    clamp(52px, 5vw, 82px) clamp(52px, 5vw, 82px),
    clamp(52px, 5vw, 82px) clamp(52px, 5vw, 82px),
    auto;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.splash-three-panel.panel-one { top: 0; left: 0; }
.splash-three-panel.panel-two { top: 0; right: 0; }
.splash-three-panel.panel-three { bottom: 0; left: 0; }
.splash-three-panel.panel-four { right: 0; bottom: 0; }

.splash-option-three.is-splitting {
  background: transparent;
}

.splash-option-three.is-splitting::before,
.splash-option-three.is-splitting::after,
.splash-option-three.is-splitting .splash-option-grid {
  opacity: 0;
}

.splash-ecosystem-stage {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: min(1180px, 86vw);
  height: min(680px, 76vh);
  transform: translate(-50%, -50%);
}

.splash-ecosystem-lines,
.splash-ecosystem-nodes { position: absolute; inset: 0; }

.splash-ecosystem-lines i {
  --line-scale: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 36%;
  height: 1px;
  background: linear-gradient(90deg, #b88b37, rgba(184, 139, 55, .1));
  transform-origin: 0 50%;
  transform: rotate(var(--angle)) scaleX(var(--line-scale));
}

.splash-ecosystem-lines .line-one { --angle: -150deg; }
.splash-ecosystem-lines .line-two { --angle: -90deg; }
.splash-ecosystem-lines .line-three { --angle: -30deg; }
.splash-ecosystem-lines .line-four { --angle: 30deg; }
.splash-ecosystem-lines .line-five { --angle: 90deg; }
.splash-ecosystem-lines .line-six { --angle: 150deg; }

.splash-ecosystem-nodes article {
  position: absolute;
  z-index: 3;
  width: clamp(190px, 17vw, 245px);
  min-height: 84px;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: auto 40px 1fr;
  align-items: center;
  gap: 10px;
  color: #272722;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(183, 149, 82, .38);
  box-shadow: 0 15px 34px rgba(81, 58, 18, .07);
  opacity: 0;
  backdrop-filter: blur(8px);
}

.splash-ecosystem-nodes span {
  color: #b18434;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(25px, 2vw, 33px);
  line-height: 1;
}

.splash-ecosystem-nodes strong {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.splash-ecosystem-nodes img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.splash-ecosystem-nodes .node-six strong {
  font-size: 9px;
  letter-spacing: .04em;
}

.splash-ecosystem-nodes .node-one { left: 0; top: 13%; }
.splash-ecosystem-nodes .node-two { left: 50%; top: 0; transform: translateX(-50%); }
.splash-ecosystem-nodes .node-three { right: 0; top: 13%; }
.splash-ecosystem-nodes .node-four { right: 0; bottom: 13%; }
.splash-ecosystem-nodes .node-five { left: 50%; bottom: 0; transform: translateX(-50%); }
.splash-ecosystem-nodes .node-six { left: 0; bottom: 13%; }

.splash-ecosystem-core {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: min(320px, 32vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.splash-three-logo { width: min(225px, 23vw); opacity: 0; }

.splash-ecosystem-core > span {
  margin-top: 7px;
  color: #a47a2e;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
}

@media (max-width: 780px) {
  .splash-option-count { right: 22px; bottom: 43px; }
  .splash-option-progress { bottom: 27px; width: 150px; }
  .splash-html-option::before { inset: 8px; }

  .splash-one-stage { top: 47%; width: 88vw; }
  .splash-one-logo { width: min(310px, 76vw); }
  .splash-option-tagline { max-width: 290px; line-height: 1.7; }
  .splash-option-orbit { width: 120vw; }

  .splash-city-copy {
    left: 25px;
    right: 25px;
    top: 27%;
    width: auto;
    text-align: center;
    transform: translateY(-50%);
  }
  .splash-city-logo { width: 150px; margin: 0 auto; padding: 10px 12px; }
  .splash-city-copy h2 { margin: 16px 0; font-size: clamp(48px, 14vw, 68px); line-height: .9; }
  .splash-skyline { right: 4vw; bottom: 18%; width: 92vw; height: 43vh; gap: 3px; }
  .splash-city-ground { bottom: 17.8%; }

  .splash-ecosystem-stage { width: 92vw; height: 72vh; }
  .splash-ecosystem-nodes article {
    width: 142px;
    min-height: 64px;
    padding: 8px;
    grid-template-columns: auto 27px 1fr;
    gap: 6px;
  }
  .splash-ecosystem-nodes span { font-size: 23px; }
  .splash-ecosystem-nodes strong { font-size: 7px; letter-spacing: .02em; }
  .splash-ecosystem-nodes img { width: 27px; height: 30px; }
  .splash-ecosystem-nodes .node-six strong { font-size: 6.5px; }
  .splash-ecosystem-nodes .node-one { left: 0; top: 8%; }
  .splash-ecosystem-nodes .node-two { top: 0; }
  .splash-ecosystem-nodes .node-three { right: 0; top: 20%; }
  .splash-ecosystem-nodes .node-four { right: 0; bottom: 20%; }
  .splash-ecosystem-nodes .node-five { bottom: 0; }
  .splash-ecosystem-nodes .node-six { left: 0; bottom: 8%; }
  .splash-ecosystem-lines i { width: 42%; }
  .splash-ecosystem-core { width: 150px; }
  .splash-three-logo { width: 142px; }
  .splash-ecosystem-core > span { font-size: 7px; letter-spacing: .12em; }
}

@media (max-width: 420px) {
  .splash-option-kicker { font-size: 8px; }
  .splash-one-logo { width: 280px; }
  .splash-city-copy { top: 25%; }
  .splash-city-copy h2 { font-size: 48px; }
  .splash-skyline { height: 40vh; }
  .splash-ecosystem-nodes article { width: 132px; }
}

/* Three production splash concepts built from the supplied brand assets. */
.splash-concept {
  color: #171b1a;
  background: #fff;
}

.splash-concept::before {
  z-index: 8;
  border-color: rgba(183, 149, 82, .2);
}

.splash-cross-panels {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.splash-cross-panels > i {
  position: absolute;
  width: 50.1%;
  height: 50.1%;
  background-color: #fff;
  background-image: url("assets/optimized/splash-city-frame-20260818.webp");
  background-repeat: no-repeat;
  background-size: 200% 200%;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.splash-cross-panels > i:nth-child(1) { top: 0; left: 0; background-position: 0 0; }
.splash-cross-panels > i:nth-child(2) { top: 0; right: 0; background-position: 100% 0; }
.splash-cross-panels > i:nth-child(3) { bottom: 0; left: 0; background-position: 0 100%; }
.splash-cross-panels > i:nth-child(4) { right: 0; bottom: 0; background-position: 100% 100%; }

.splash-concept-art {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.splash-final-stage {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.splash-mobile-caption { display: none; }

.splash-final-brand {
  position: absolute;
  left: 50%;
  top: clamp(40px, 6.2vh, 66px);
  width: clamp(220px, 21vw, 310px);
  transform: translateX(-50%);
  transform-origin: 50% 50%;
  will-change: transform, opacity, filter;
}

.splash-two-lockup { display: none; }

@media (min-width: 781px) {
  .splash-option-three .splash-final-brand {
    top: 41.4815%;
    translate: -50% -50%;
    transform: none;
  }
}

.splash-sector-row {
  position: absolute;
  left: 50%;
  top: 63.5%;
  width: min(960px, 78vw);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  gap: clamp(18px, 2.2vw, 34px);
  transform: translate(-50%, -50%);
}

.splash-sector-row::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: -24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 149, 82, .52) 16%, rgba(183, 149, 82, .52) 84%, transparent);
  transform: scaleX(var(--rule-scale, 0));
  transform-origin: 50% 50%;
}

.splash-sector-row article {
  min-width: 0;
  display: grid;
  grid-template-rows: 60px auto;
  justify-items: center;
  align-items: end;
  gap: 10px;
  text-align: center;
  will-change: transform, opacity, filter;
}

.splash-sector-row img {
  width: 58px;
  height: 58px;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(143, 96, 24, .08));
}

.splash-sector-row article:last-child img { width: 66px; }

.splash-sector-row strong {
  color: #171713;
  font-family: var(--font-body);
  font-size: clamp(8px, .72vw, 10px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.splash-svg-stroke,
.splash-svg-orbit,
.splash-svg-ray,
.splash-svg-beam {
  fill: none;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
}

.splash-art-one .splash-svg-stroke { stroke: url(#splash-gold-one); stroke-width: 1.2; opacity: .72; }
.splash-art-one .splash-svg-main { stroke-width: 1.5; }
.splash-art-one .splash-svg-dot { fill: #c6973d; opacity: 0; }
.splash-art-two .splash-svg-orbit { stroke: url(#splash-gold-two); stroke-width: 1; opacity: .2; }
.splash-art-two .splash-svg-ray { stroke: url(#splash-gold-two); stroke-width: 1; opacity: .16; }
.splash-art-three .splash-svg-beam { stroke: url(#splash-gold-three); stroke-width: 1.3; opacity: .32; }

.splash-concept.is-splitting::before,
.splash-concept.is-splitting::after {
  opacity: 0;
}

.splash-concept .splash-option-count {
  z-index: 9;
  color: rgba(122, 88, 31, .72);
}

.splash-concept .splash-option-progress { z-index: 9; }

@media (max-width: 780px) {
  .splash-final-brand {
    top: clamp(34px, 6.5vh, 52px);
    width: min(188px, 48vw);
  }

  .splash-sector-row {
    top: 55%;
    width: min(350px, 88vw);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .splash-sector-row::after { left: 8%; right: 8%; bottom: -18px; }

  .splash-sector-row article {
    grid-template-rows: 42px auto;
    gap: 7px;
  }

  .splash-sector-row img { width: 40px; height: 40px; }
  .splash-sector-row article:last-child img { width: 47px; }
  .splash-sector-row strong { max-width: 105px; font-size: 7px; line-height: 1.25; white-space: normal; }

  .splash-concept-art { inset: 13% -45% 4%; width: 190%; height: 83%; }
  .splash-concept .splash-option-count { right: 18px; bottom: 42px; font-size: 7px; }
}

@media (max-width: 420px) {
  .splash-final-brand { width: 168px; }
  .splash-sector-row { top: 56%; gap: 20px 8px; }
  .splash-sector-row strong { font-size: 6.5px; }
}

/* Purpose-built portrait compositions; desktop concepts above remain unchanged. */
@media (max-width: 620px) {
  .splash-concept {
    min-height: 100svh;
    background: #fffdf8;
  }

  .splash-concept::before {
    inset: 8px;
    border-color: rgba(183,149,82,.24);
    border-radius: 18px;
  }

  .splash-cross-panels > i {
    background-color: #fffdf8;
    background-image:
      linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,253,248,.16)),
      url("assets/optimized/splash-city-frame-20260818.webp");
    filter: saturate(.84) contrast(.98);
  }

  .splash-final-brand {
    width: clamp(150px, 43vw, 178px);
  }

  .splash-final-brand img { filter: drop-shadow(0 12px 22px rgba(92,61,13,.08)); }

  .splash-mobile-caption {
    position: absolute;
    z-index: 5;
    left: 50%;
    width: calc(100% - 54px);
    margin: 0;
    display: block;
    color: #9a741f;
    font-family: var(--font-body);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .18em;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    will-change: transform, opacity, filter;
  }

  .splash-concept .splash-option-progress {
    bottom: 24px;
    width: min(150px, 42vw);
  }

  .splash-concept .splash-option-count {
    right: 18px;
    bottom: 40px;
    font-size: 6.5px;
    letter-spacing: .13em;
  }

  .splash-concept .splash-sector-row::after { display: none; }

  .splash-concept .splash-sector-row article {
    min-width: 0;
    will-change: transform, opacity, filter;
  }

  .splash-concept .splash-sector-row img,
  .splash-concept .splash-sector-row article:last-child img {
    width: 36px;
    height: 36px;
    filter: drop-shadow(0 7px 12px rgba(131,89,23,.1));
  }

  .splash-concept .splash-sector-row strong {
    max-width: none;
    color: #352d20;
    font-size: 7px;
    line-height: 1.3;
    letter-spacing: .015em;
    white-space: normal;
  }

  /* 01 — Nét dẫn: six capabilities aligned to a central vertical route. */
  .splash-option-one .splash-final-brand { top: 9.5svh; }
  .splash-option-one .splash-mobile-caption { top: calc(9.5svh + 140px); }
  .splash-option-one .splash-concept-art { display: none; }
  .splash-option-one .splash-sector-row {
    top: 58%;
    width: min(352px, calc(100vw - 34px));
    height: min(408px, 48svh);
    display: block;
    transform: translate(-50%, -50%);
  }
  .splash-option-one .splash-sector-row::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    bottom: 7px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(183,149,82,.68) 12%, rgba(183,149,82,.68) 88%, transparent);
    transform: translateX(-50%) scaleY(var(--rule-scale, 0));
    transform-origin: 50% 0;
  }
  .splash-option-one .splash-sector-row article {
    position: absolute;
    width: 46%;
    height: 70px;
    padding: 9px 10px;
    display: grid;
    grid-template-columns: 39px minmax(0,1fr);
    grid-template-rows: 1fr;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(183,149,82,.38);
    border-radius: 14px;
    background: rgba(255,253,248,.9);
    box-shadow: 0 10px 24px rgba(71,50,13,.07), inset 0 1px 0 rgba(255,255,255,.95);
    text-align: left;
  }
  .splash-option-one .splash-sector-row article:nth-child(odd) { left: 0; }
  .splash-option-one .splash-sector-row article:nth-child(even) { right: 0; }
  .splash-option-one .splash-sector-row article:nth-child(1),
  .splash-option-one .splash-sector-row article:nth-child(2) { top: 0; }
  .splash-option-one .splash-sector-row article:nth-child(3),
  .splash-option-one .splash-sector-row article:nth-child(4) { top: 50%; transform: translateY(-50%); }
  .splash-option-one .splash-sector-row article:nth-child(5),
  .splash-option-one .splash-sector-row article:nth-child(6) { bottom: 0; }
  .splash-option-one .splash-sector-row article::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8%;
    height: 1px;
    background: rgba(183,149,82,.58);
  }
  .splash-option-one .splash-sector-row article:nth-child(odd)::after { left: 100%; }
  .splash-option-one .splash-sector-row article:nth-child(even)::after { right: 100%; }

  /* 02 — Quỹ đạo: capability nodes orbit the central brand. */
  .splash-option-two .splash-final-brand {
    top: 43%;
    width: clamp(142px, 40vw, 165px);
    transform: translate(-50%, -50%);
  }
  .splash-option-two .splash-mobile-caption { top: 54%; }
  .splash-option-two .splash-art-two {
    inset: 10% -82% 7%;
    width: 264%;
    height: 83%;
  }
  .splash-option-two .splash-sector-row {
    top: 44%;
    width: 100vw;
    height: min(650px, 76svh);
    display: block;
    transform: translate(-50%, -50%);
  }
  .splash-option-two .splash-sector-row article {
    position: absolute;
    width: clamp(88px, 27vw, 108px);
    min-height: 68px;
    padding: 8px 6px;
    display: grid;
    grid-template-rows: 35px auto;
    justify-items: center;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(183,149,82,.3);
    border-radius: 18px;
    background: rgba(255,253,248,.84);
    box-shadow: 0 9px 22px rgba(68,48,13,.06);
    text-align: center;
    backdrop-filter: blur(4px);
  }
  .splash-option-two .splash-sector-row article:nth-child(1) { left: 4%; top: 15%; }
  .splash-option-two .splash-sector-row article:nth-child(2) { right: 4%; top: 15%; }
  .splash-option-two .splash-sector-row article:nth-child(3) { left: 0; top: 45%; }
  .splash-option-two .splash-sector-row article:nth-child(4) { right: 0; top: 45%; }
  .splash-option-two .splash-sector-row article:nth-child(5) { left: 13%; bottom: 8%; }
  .splash-option-two .splash-sector-row article:nth-child(6) { right: 13%; bottom: 8%; }

  /* 03 — Hội tụ: a refined vertical stack converges beneath the brand. */
  .splash-option-three .splash-final-brand { top: 9.5svh; }
  .splash-option-three .splash-mobile-caption { top: calc(9.5svh + 140px); }
  .splash-option-three .splash-art-three {
    inset: 13% -96% 7%;
    width: 292%;
    height: 80%;
  }
  .splash-option-three .splash-sector-row {
    top: 59%;
    width: min(330px, calc(100vw - 48px));
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    transform: translate(-50%, -50%);
    counter-reset: splash-sector;
  }
  .splash-option-three .splash-sector-row article {
    position: relative;
    min-height: 49px;
    padding: 6px 38px 6px 14px;
    display: grid;
    grid-template-columns: 37px minmax(0,1fr);
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: start;
    gap: 10px;
    border: 1px solid rgba(183,149,82,.34);
    border-radius: 13px;
    background: linear-gradient(100deg, rgba(255,253,248,.96), rgba(249,241,221,.88));
    box-shadow: 0 8px 20px rgba(68,48,13,.055), inset 0 1px 0 rgba(255,255,255,.92);
    text-align: left;
    counter-increment: splash-sector;
  }
  .splash-option-three .splash-sector-row article::after {
    content: counter(splash-sector, decimal-leading-zero);
    position: absolute;
    right: 13px;
    color: rgba(154,116,31,.52);
    font-family: var(--font-body);
    font-size: 7px;
    font-weight: 700;
  }
  .splash-option-three .splash-sector-row strong { text-align: left; }
}

@media (max-width: 350px) {
  .splash-option-one .splash-sector-row { width: calc(100vw - 26px); }
  .splash-option-one .splash-sector-row article { height: 65px; padding-inline: 7px; grid-template-columns: 34px minmax(0,1fr); }
  .splash-option-two .splash-sector-row article { width: 86px; min-height: 64px; }
  .splash-option-three .splash-sector-row { width: calc(100vw - 36px); gap: 6px; }
  .splash-option-three .splash-sector-row article { min-height: 46px; }
}

@media (max-width: 620px) and (max-height: 650px) {
  .splash-concept .splash-option-progress { bottom: 16px; }
  .splash-concept .splash-option-count { bottom: 31px; }

  .splash-option-one .splash-sector-row {
    top: 63%;
    height: 46svh;
  }
  .splash-option-one .splash-sector-row article {
    height: 58px;
    padding-block: 6px;
  }
  .splash-option-one .splash-sector-row img,
  .splash-option-one .splash-sector-row article:last-child img { width: 31px; height: 31px; }

  .splash-option-three .splash-sector-row {
    top: 62%;
    gap: 5px;
  }
  .splash-option-three .splash-sector-row article {
    min-height: 42px;
    padding-block: 4px;
  }
  .splash-option-three .splash-sector-row img,
  .splash-option-three .splash-sector-row article:last-child img { width: 30px; height: 30px; }
}

/* 2026 mobile studies: logo and six sector icons only; no desktop artwork. */
@media (max-width: 620px) {
  .splash-concept {
    background:
      radial-gradient(circle at 50% 28%, rgba(218, 178, 90, .13), transparent 27%),
      linear-gradient(155deg, #fff 0%, #fffdf8 58%, #f7eedc 100%);
  }

  .splash-concept::before {
    inset: 10px;
    border-color: rgba(170, 125, 40, .26);
    border-radius: 22px;
  }

  .splash-cross-panels > i {
    background-color: #fffdf8;
    background-image: none;
    filter: none;
  }

  .splash-concept-art { display: none; }
  .splash-concept .splash-option-count { display: none; }
  .splash-concept .splash-option-progress {
    bottom: max(22px, env(safe-area-inset-bottom));
    width: min(132px, 36vw);
    background: rgba(157, 112, 34, .16);
  }

  .splash-final-brand {
    top: 7.5svh;
    width: clamp(158px, 44vw, 184px);
  }

  .splash-final-brand img {
    filter: drop-shadow(0 13px 24px rgba(91, 60, 12, .08));
  }

  .splash-mobile-caption {
    top: calc(7.5svh + 137px);
    color: #8e6724;
    font-size: 7.5px;
    letter-spacing: .2em;
  }

  .splash-concept .splash-sector-row::before,
  .splash-concept .splash-sector-row::after,
  .splash-concept .splash-sector-row article::after { display: none; }

  .splash-concept .splash-sector-row img,
  .splash-concept .splash-sector-row article:last-child img {
    width: 42px;
    height: 42px;
    filter: drop-shadow(0 9px 14px rgba(128, 86, 17, .12));
  }

  .splash-concept .splash-sector-row strong {
    color: #332b1f;
    font-size: 7px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: .025em;
    text-align: center;
  }

  /* 01 — Kim cương: a precise 3 x 2 collection of ivory-gold objects. */
  .splash-option-one {
    background:
      linear-gradient(135deg, transparent 0 49.8%, rgba(185, 145, 68, .08) 50%, transparent 50.2%),
      radial-gradient(circle at 50% 24%, rgba(228, 195, 119, .18), transparent 28%),
      #fffdf8;
  }
  .splash-option-one .splash-final-brand { top: 7.5svh; }
  .splash-option-one .splash-mobile-caption { top: calc(7.5svh + 137px); }
  .splash-option-one .splash-sector-row {
    top: 60%;
    width: min(354px, calc(100vw - 32px));
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    transform: translate(-50%, -50%);
  }
  .splash-option-one .splash-sector-row article,
  .splash-option-one .splash-sector-row article:nth-child(n) {
    position: relative;
    inset: auto;
    width: auto;
    height: clamp(92px, 14.2svh, 112px);
    padding: 12px 6px 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 46px auto;
    justify-items: center;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(183, 149, 82, .34);
    border-radius: 21px 21px 12px 12px;
    background:
      radial-gradient(circle at 50% 0%, rgba(224, 186, 104, .15), transparent 45%),
      rgba(255, 254, 250, .94);
    box-shadow: 0 13px 28px rgba(66, 44, 8, .07), inset 0 1px 0 #fff;
    text-align: center;
    transform: none;
  }
  .splash-option-one .splash-sector-row article::before {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    top: 0;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, transparent, #d4aa52, transparent);
  }

  /* 02 — Tinh tú: six circular nodes orbit a calm central brand. */
  .splash-option-two {
    color: #302719;
    background:
      radial-gradient(circle at 50% 48%, rgba(205, 160, 71, .14), transparent 18%),
      repeating-radial-gradient(circle at 50% 48%, transparent 0 75px, rgba(183,149,82,.09) 76px, transparent 77px 112px),
      linear-gradient(160deg, #fff 0%, #fbf5e9 100%);
  }
  .splash-option-two::before { border-color: rgba(170, 125, 40, .25); }
  .splash-option-two .splash-final-brand {
    top: 47%;
    width: clamp(145px, 41vw, 171px);
    transform: translate(-50%, -50%);
  }
  .splash-option-two .splash-mobile-caption {
    top: calc(47% + 82px);
    width: 210px;
  }
  .splash-option-two .splash-sector-row {
    top: 48%;
    width: 100vw;
    height: min(680px, 78svh);
    display: block;
    transform: translate(-50%, -50%);
  }
  .splash-option-two .splash-sector-row article,
  .splash-option-two .splash-sector-row article:nth-child(n) {
    position: absolute;
    width: clamp(84px, 25vw, 102px);
    min-height: 84px;
    padding: 10px 5px 8px;
    display: grid;
    grid-template-rows: 44px auto;
    justify-items: center;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(183, 149, 82, .34);
    border-radius: 50%;
    background: rgba(255, 253, 247, .92);
    box-shadow: 0 12px 26px rgba(70, 48, 11, .07), inset 0 1px 0 #fff;
    text-align: center;
  }
  .splash-option-two .splash-sector-row article:nth-child(1) { left: 7%; top: 9%; }
  .splash-option-two .splash-sector-row article:nth-child(2) { right: 7%; top: 9%; }
  .splash-option-two .splash-sector-row article:nth-child(3) { left: 1%; top: 42%; }
  .splash-option-two .splash-sector-row article:nth-child(4) { right: 1%; top: 42%; }
  .splash-option-two .splash-sector-row article:nth-child(5) { left: 15%; bottom: 2%; }
  .splash-option-two .splash-sector-row article:nth-child(6) { right: 15%; bottom: 2%; }
  .splash-option-two .splash-sector-row strong { font-size: 6.4px; }

  /* 03 — Trục vàng: an alternating editorial runway of capabilities. */
  .splash-option-three {
    background:
      linear-gradient(90deg, transparent calc(50% - .5px), rgba(183,149,82,.13) 50%, transparent calc(50% + .5px)),
      radial-gradient(circle at 50% 18%, rgba(224, 187, 104, .18), transparent 25%),
      #fffdf8;
  }
  .splash-option-three .splash-final-brand { top: 6.5svh; }
  .splash-option-three .splash-mobile-caption { top: calc(6.5svh + 137px); }
  .splash-option-three .splash-sector-row {
    top: 61%;
    width: min(344px, calc(100vw - 34px));
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    transform: translate(-50%, -50%);
    counter-reset: none;
  }
  .splash-option-three .splash-sector-row article,
  .splash-option-three .splash-sector-row article:nth-child(n) {
    position: relative;
    width: 91%;
    min-height: clamp(45px, 6.7svh, 54px);
    margin: 0;
    padding: 5px 18px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: start;
    gap: 11px;
    border: 1px solid rgba(183, 149, 82, .35);
    border-radius: 999px;
    background: rgba(255, 254, 250, .95);
    box-shadow: 0 9px 22px rgba(67, 45, 9, .06), inset 0 1px 0 #fff;
    text-align: left;
  }
  .splash-option-three .splash-sector-row article:nth-child(odd) { margin-right: auto; }
  .splash-option-three .splash-sector-row article:nth-child(even) {
    margin-left: auto;
    background: linear-gradient(110deg, #9b6a1e, #d1a149 55%, #a87322);
    border-color: rgba(151, 102, 27, .68);
    box-shadow: 0 10px 24px rgba(91, 59, 9, .14), inset 0 1px 0 rgba(255,255,255,.26);
  }
  .splash-option-three .splash-sector-row article:nth-child(even) img { filter: brightness(0) invert(1) drop-shadow(0 7px 10px rgba(70,42,4,.12)); }
  .splash-option-three .splash-sector-row article:nth-child(even) strong { color: #fffdf8; }
  .splash-option-three .splash-sector-row strong { text-align: left; }
}

@media (max-width: 350px), (max-width: 620px) and (max-height: 650px) {
  .splash-final-brand { width: 145px; }
  .splash-mobile-caption { top: calc(6.5svh + 124px); }
  .splash-option-one .splash-sector-row { top: 62%; gap: 7px; }
  .splash-option-one .splash-sector-row article,
  .splash-option-one .splash-sector-row article:nth-child(n) { height: 84px; min-height: 84px; padding-block: 8px; }
  .splash-option-two .splash-sector-row { height: 76svh; }
  .splash-option-two .splash-sector-row article,
  .splash-option-two .splash-sector-row article:nth-child(n) { width: 78px; min-height: 78px; padding-block: 7px; }
  .splash-option-three .splash-sector-row { top: 63%; gap: 5px; }
  .splash-option-three .splash-sector-row article,
  .splash-option-three .splash-sector-row article:nth-child(n) { min-height: 41px; }
  .splash-concept .splash-sector-row img,
  .splash-concept .splash-sector-row article:last-child img { width: 34px; height: 34px; }
}

/* 2026 mobile logo-only studies: no image, copy, or sector artwork. */
@media (max-width: 620px) {
  .splash-concept {
    min-height: 100svh;
    background: #fffdf8;
  }

  .splash-concept::before {
    inset: 11px;
    border: 1px solid rgba(183, 149, 82, .3);
    border-radius: 24px;
  }

  .splash-concept-art,
  .splash-mobile-caption,
  .splash-sector-row,
  .splash-option-progress,
  .splash-option-count { display: none !important; }

  .splash-cross-panels {
    z-index: 2;
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
  .splash-cross-panels > i {
    background: #fffdf8;
    border: 0;
    filter: none;
  }
  .splash-concept.is-mobile-exiting { background: transparent !important; }
  .splash-concept.is-mobile-exiting .splash-cross-panels { visibility: visible; }
  .splash-concept.is-mobile-exiting::before,
  .splash-concept.is-mobile-exiting::after { opacity: 0; }

  .splash-final-stage {
    display: grid;
    place-items: center;
    isolation: isolate;
  }

  .splash-final-brand,
  .splash-option-one .splash-final-brand,
  .splash-option-two .splash-final-brand,
  .splash-option-three .splash-final-brand {
    position: relative;
    inset: auto;
    left: auto;
    top: auto;
    width: min(214px, 57vw);
    transform: none;
    translate: none;
    z-index: 3;
  }

  .splash-final-brand img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 16px 30px rgba(88, 59, 13, .11));
  }

  .splash-final-brand picture {
    display: block;
    width: 100%;
  }

  .splash-two-lockup { display: none; }
  .splash-option-two .splash-final-brand { display: none; }
  .splash-option-two .splash-two-lockup {
    position: relative;
    z-index: 3;
    width: min(214px, 57vw);
    height: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform-origin: 50% 50%;
    will-change: transform, opacity, filter;
  }
  .splash-two-mark,
  .splash-two-wordmark {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    flex: 0 0 auto;
  }
  .splash-two-mark { height: 111px; }
  .splash-two-wordmark { height: 53px; }
  .splash-two-mark img,
  .splash-two-wordmark img {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }
  .splash-two-mark img { top: 0; }
  .splash-two-wordmark img { top: -112px; }

  .splash-final-stage::before,
  .splash-final-stage::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none;
  }

  /* 01 — Golden Gate: architectural rays rise into a luminous portal. */
  .splash-option-one {
    background:
      linear-gradient(90deg, transparent calc(50% - .5px), rgba(184, 139, 55, .12) 50%, transparent calc(50% + .5px)),
      radial-gradient(ellipse at 50% 42%, rgba(240, 209, 137, .24), transparent 26%),
      linear-gradient(160deg, #fff 0%, #fffaf0 62%, #f2e5ca 100%);
  }
  .splash-option-one::before { border-radius: 30px; }
  .splash-option-one .splash-final-stage::before {
    width: min(82vw, 318px);
    height: min(58svh, 456px);
    border: 1px solid rgba(183, 149, 82, .4);
    border-radius: 180px 180px 26px 26px;
    transform: translate(-50%, -50%) scaleY(.68);
    transform-origin: 50% 100%;
    box-shadow:
      inset 0 0 42px rgba(194, 147, 57, .06),
      0 22px 70px rgba(88, 55, 7, .07);
    animation: splash-golden-gate-open 1.55s cubic-bezier(.16, 1, .3, 1) both;
  }
  .splash-option-one .splash-final-stage::after {
    width: min(58vw, 224px);
    height: min(68svh, 520px);
    background: repeating-linear-gradient(90deg, transparent 0 17px, rgba(182, 137, 50, .16) 18px, transparent 19px 34px);
    -webkit-mask-image: linear-gradient(180deg, transparent 2%, #000 22%, #000 78%, transparent 98%);
    mask-image: linear-gradient(180deg, transparent 2%, #000 22%, #000 78%, transparent 98%);
    transform: translate(-50%, -50%) scaleY(.12);
    transform-origin: 50% 100%;
    animation: splash-golden-rays-rise 1.8s .12s cubic-bezier(.22, 1, .36, 1) both;
  }

  /* 02 — Eclipse: a gold-white lockup appears inside a midnight orbit. */
  .splash-option-two {
    color: #f8f2e4;
    background:
      radial-gradient(circle at 50% 49%, rgba(206, 158, 65, .18), transparent 22%),
      radial-gradient(circle at 50% 49%, transparent 0 34%, rgba(210, 164, 75, .08) 34.3%, transparent 34.8%),
      linear-gradient(155deg, #161713 0%, #080907 68%, #1a150d 100%);
  }
  .splash-option-two::before { border-color: rgba(222, 183, 101, .38); border-radius: 30px; }
  .splash-option-two .splash-final-brand {
    display: block;
    width: min(238px, 62vw);
    padding: 24px 17px 21px;
    border: 1px solid rgba(231, 199, 132, .42);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 254, 249, .99) 0 64%, rgba(245, 231, 199, .94) 100%);
    box-shadow:
      0 0 0 10px rgba(221, 177, 89, .035),
      0 24px 58px rgba(0, 0, 0, .32),
      inset 0 1px 0 rgba(255, 255, 255, .95);
  }
  .splash-option-two .splash-final-brand img {
    filter: drop-shadow(0 10px 20px rgba(62, 39, 4, .12));
  }
  .splash-option-two .splash-final-stage::before {
    width: min(78vw, 302px);
    aspect-ratio: 1;
    border: 1px solid rgba(226, 188, 103, .42);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-18deg) scale(.42);
    box-shadow:
      0 0 0 15px rgba(210, 164, 75, .025),
      0 0 0 42px rgba(210, 164, 75, .018),
      inset 0 0 56px rgba(209, 159, 63, .07);
    animation: splash-eclipse-orbit 2.2s .05s cubic-bezier(.16, 1, .3, 1) both;
  }
  .splash-option-two .splash-final-stage::after {
    width: 1px;
    height: min(76svh, 590px);
    background: linear-gradient(180deg, transparent, rgba(230, 195, 116, .68) 34%, rgba(230, 195, 116, .68) 66%, transparent);
    transform: translate(-50%, -50%) scaleY(.08);
    animation: splash-eclipse-axis 1.35s .18s cubic-bezier(.22, 1, .36, 1) both;
  }

  /* 03 — Monumental Echo: the mark becomes a quiet architectural backdrop. */
  .splash-option-three {
    background:
      linear-gradient(135deg, transparent 0 49.85%, rgba(177, 132, 45, .075) 50%, transparent 50.15%),
      linear-gradient(45deg, transparent 0 49.85%, rgba(177, 132, 45, .055) 50%, transparent 50.15%),
      radial-gradient(circle at 50% 48%, rgba(225, 188, 105, .16), transparent 34%),
      linear-gradient(150deg, #f3ead8 0%, #fffdf8 47%, #eee0c4 100%);
  }
  .splash-option-three::before { border-radius: 4px; }
  .splash-option-three .splash-final-stage::before {
    width: min(96vw, 372px);
    height: min(45vw, 176px);
    background: url("assets/discovery-logo-user-9607.png?v=202608202145") center top / 100% auto no-repeat;
    opacity: .06;
    transform: translate(-50%, -50%) scale(1.18);
    filter: sepia(1) saturate(.8);
    animation: splash-monument-echo 2s .05s cubic-bezier(.22, 1, .36, 1) both;
  }
  .splash-option-three .splash-final-stage::after {
    top: calc(50% + min(21vw, 82px));
    width: min(72vw, 280px);
    height: 58px;
    border-top: 1px solid rgba(169, 122, 34, .42);
    border-bottom: 1px solid rgba(169, 122, 34, .2);
    transform: translate(-50%, -50%) scaleX(.08);
    animation: splash-monument-plinth 1.45s .28s cubic-bezier(.22, 1, .36, 1) both;
  }

  @keyframes splash-golden-gate-open {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(.72, .34); }
    65% { opacity: 1; transform: translate(-50%, -50%) scale(1.015, 1); }
    100% { opacity: .78; transform: translate(-50%, -50%) scale(1); }
  }
  @keyframes splash-golden-rays-rise {
    0% { opacity: 0; transform: translate(-50%, -50%) scaleY(.08); }
    55% { opacity: .8; transform: translate(-50%, -50%) scaleY(1); }
    100% { opacity: .38; transform: translate(-50%, -50%) scaleY(.92); }
  }
  @keyframes splash-eclipse-orbit {
    0% { opacity: 0; transform: translate(-50%, -50%) rotate(-42deg) scale(.36); }
    62% { opacity: 1; transform: translate(-50%, -50%) rotate(4deg) scale(1); }
    100% { opacity: .72; transform: translate(-50%, -50%) rotate(0) scale(1.04); }
  }
  @keyframes splash-eclipse-axis {
    0% { opacity: 0; transform: translate(-50%, -50%) scaleY(.05); }
    60% { opacity: .88; transform: translate(-50%, -50%) scaleY(1); }
    100% { opacity: .42; transform: translate(-50%, -50%) scaleY(.88); }
  }
  @keyframes splash-monument-echo {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(1.46); filter: blur(8px) sepia(1); }
    58% { opacity: .075; transform: translate(-50%, -50%) scale(1); filter: blur(0) sepia(1); }
    100% { opacity: .045; transform: translate(-50%, -50%) scale(1.06); filter: blur(0) sepia(1); }
  }
  @keyframes splash-monument-plinth {
    0% { opacity: 0; transform: translate(-50%, -50%) scaleX(.06); }
    70% { opacity: .8; transform: translate(-50%, -50%) scaleX(1); }
    100% { opacity: .5; transform: translate(-50%, -50%) scaleX(.9); }
  }
}

@media (max-width: 620px) and (prefers-reduced-motion: reduce) {
  .splash-final-stage::before,
  .splash-final-stage::after { animation: none !important; opacity: .55; transform: translate(-50%, -50%) scale(1); }
}
