/* Shared geometry keeps the approved website intact across all ten identities. */
.brand-art { width: 100%; aspect-ratio: 1; position: relative; color: var(--blue); }
.brand-art > svg { display: block; width: 100%; height: 100%; overflow: visible; }
.brand-art *, .brand-art *::before, .brand-art *::after { animation-play-state: paused; }
.brand-art[data-active="true"] *, .brand-art[data-active="true"] *::before, .brand-art[data-active="true"] *::after { animation-play-state: running; }
.brand-scene { position: absolute; width: 51%; max-width: 850px; right: 0; top: 50%; transform: translateY(-48%); z-index: -1; pointer-events: none; }
.brand-scene .brand-art { width: 100%; }
.brand-scene__annotation { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--white-70); font-size: 11px; margin-top: -30px; }
.brand-scene__annotation > span { height: 1px; width: 26px; background: currentColor; opacity: .5; }
.brand-art[data-variant="mark"] { color: var(--ink); }
.journey__stage .orbit-mark, .journey__stage[data-phase] .orbit-mark,
.program-panel__art .orbit-mark { transform: none; }
.journey__label--one { left: 2%; top: 12%; }
.journey__label--two { right: 0; top: 48%; }
.journey__label--three { left: 5%; bottom: 12%; }
.journey__center { top: 50%; left: 50%; transform: translate(-50%,-50%); padding: 6px 12px; border-radius: 5px; background: white; z-index: 2; }
.small-orbit, .nav-orbit { border: 0; border-radius: 0; transform: none; background: repeating-linear-gradient(0deg,transparent 0 7px,currentColor 7px 9px,transparent 9px 13px); width: 55px; height: 30px; }
.small-orbit::after, .nav-orbit::after { display: none; }
.nav-orbit { color: var(--blue); }
.horizon-lines, .horizon-sun, .closing-scene__horizon { display: none; }
.evidence-feature__art { background: var(--ink); }
.evidence-feature__art > .brand-art { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .3; }
.evidence-feature__number { text-shadow: 0 4px 20px #0a0a0a; }
.closing-scene__symbol { width: 150px; height: 110px; margin: -20px auto 20px; overflow: hidden; }
.closing-scene__symbol .brand-art { margin-top: -20px; }
.inner-orbit-hero__art { width: 39%; right: -1%; opacity: .7; }
.brand-review-link { position: absolute; top: 108px; right: var(--gutter); z-index: 23; font: 500 11px/1.5 Poppins,sans-serif; letter-spacing: .02em; padding: 8px 13px; border-radius: 30px; border: 1px solid #d1d1d1; background: white; color: #0a0a0a; box-shadow: 0 3px 15px #0a0a0a12; text-decoration: none; }
html.nav-open .brand-review-link { visibility: hidden; }
html.motion-paused .brand-art *, html.motion-paused .brand-art *::before, html.motion-paused .brand-art *::after { animation-play-state: paused !important; transition: none !important; }
@media (max-width: 1100px) { .brand-scene { width: 48%; right: -2%; } }
@media (max-width: 900px) and (min-width: 601px) { .brand-scene { width: 48%; right: -6%; opacity: .9; } }
@media (max-width: 600px) {
  .brand-scene { width: 100%; max-width: 420px; right: 50%; top: auto; bottom: 88px; transform: translateX(50%); }
  .brand-scene__annotation { margin-top: -20px; font-size: 10px; }
  .cosmos-hero__sub { font-size: 18px; }
  .cosmos-hero__layout { padding-bottom: 450px; min-height: 995px; }
  .brand-review-link { top: 87px; right: 25px; max-width: 160px; font-size: 10px; padding: 6px 10px; }
  .inner-orbit-hero__art { width: 80%; right: auto; opacity: .85; }
  .journey__center { font-size: 12px; }
}
@media (prefers-reduced-motion:reduce) {
  .brand-art *, .brand-art *::before, .brand-art *::after { animation-play-state: paused !important; transition: none !important; }
}
